@font-face {
  font-family: Switzer;
  src: url("fonts/switzer/Switzer-Variable.woff2") format("woff2");
  font-weight: 100 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: Switzer;
  src: url("fonts/switzer/Switzer-VariableItalic.woff2") format("woff2");
  font-weight: 100 900;
  font-style: italic;
  font-display: swap;
}

html:has(body.shop) {
  scroll-behavior: smooth;
  -webkit-text-size-adjust: 100%;
  text-size-adjust: 100%;
  overflow-x: clip;
  max-width: 100%;
}
html:has(body.shop),
body.shop {
  --c-paper: #F7F2E9;
  --c-ink: #02351E;
  --c-accent: #4B6B52;
  --c-muted: #79806F;
  --c-line: rgba(2, 53, 30, 0.24);
  --c-panel: #EFE8DA;
  --r-sm: 0px;
  --r-md: 0px;
  --display-axes: "wdth" 92;
  --display-tracking: 0.03em;
  --font-display: "Archivo", sans-serif;
  --font-sans: "Switzer", sans-serif;
  --shop-header-h: 4.5rem;
  --shop-gutter: 1.5rem;
  --cream: var(--c-paper);
  --paper: var(--c-paper);
  --ink: var(--c-ink);
  --muted: var(--c-muted);
  --oven: var(--c-ink);
  --oven-dark: var(--c-ink);
  --sage: var(--c-accent);
  --line: var(--c-line);
  background: var(--c-paper);
  color: var(--c-ink);
}

@media (max-width: 720px) {
  html:has(body.shop) { --shop-header-h: 4.5rem; }
}

body.shop { --shop-header-h: inherit; }

body.shop {
  font-family: var(--font-sans);
  font-size: 0.98rem;
  line-height: 1.7;
  overflow-x: clip;
  max-width: 100%;
}
body.shop h1,
body.shop h2,
body.shop h3,
body.shop .serif,
body.shop .font-display,
body.shop .phone,
body.shop .brand-name,
body.shop .hero-title,
body.shop .footer-name,
body.shop .product-head h3,
body.shop .product-head span {
  font-family: var(--font-display);
  font-weight: 700;
  letter-spacing: var(--display-tracking);
  font-variation-settings: var(--display-axes);
}
body.shop .tabular { font-variant-numeric: tabular-nums; }
body.shop .label,
body.shop .chip,
body.shop .btn,
body.shop .eyebrow,
body.shop .brand-tag {
  font-family: var(--font-display);
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.16em;
  font-size: 0.7rem;
  font-variation-settings: var(--display-axes);
}

body.shop :focus-visible {
  outline: 2px solid var(--c-accent);
  outline-offset: 3px;
}

body.shop .wrap {
  width: min(72rem, 100%);
  max-width: 100%;
  padding-left: calc(var(--shop-gutter) + env(safe-area-inset-left, 0px));
  padding-right: calc(var(--shop-gutter) + env(safe-area-inset-right, 0px));
}
@media (max-width: 767px) {
  html:has(body.shop),
  body.shop {
    --shop-gutter: 2.1rem;
  }
}
body.shop .page {
  padding-top: 0;
  padding-bottom: 5rem;
}
@media (min-width: 768px) {
  body.shop .page { padding-bottom: 6rem; }
}

body.shop .sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

body.shop .header {
  background: color-mix(in srgb, var(--c-paper) 82%, transparent);
  backdrop-filter: blur(24px) saturate(150%);
  border-bottom: 0;
}
body.shop .header-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1.15rem;
  padding-top: calc(1rem + env(safe-area-inset-top, 0px));
  padding-bottom: 1rem;
  grid-template-areas: none;
  grid-template-columns: none;
}
body.shop .header-left {
  display: flex;
  align-items: center;
  min-width: 0;
  flex: 0 1 auto;
}
body.shop .header-tools {
  display: flex;
  align-items: center;
  gap: 0.85rem;
  flex: 0 0 auto;
  margin-left: auto;
}
@media (max-width: 720px) {
  body.shop .header-inner .header-tools .btn-oven {
    grid-area: unset;
    justify-self: unset;
  }
}
body.shop .header .btn { padding: 0.55rem 1rem; }
body.shop .brand:has(.brand-logo) .brand-name { display: none; }
body.shop:not(:has(.shop-hero)) {
  padding-top: var(--shop-header-h);
}
body.shop .brand-name {
  font-size: 1.05rem;
  line-height: 1;
  text-transform: uppercase;
}
body.shop .brand-logo {
  height: 1.75rem;
  max-width: 10rem;
  width: auto;
  object-fit: contain;
}
body.shop .header.shop-bar {
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  z-index: 30;
  transform: translateY(-100%);
  opacity: 0;
  pointer-events: none;
  transition: transform 0.45s cubic-bezier(0.2, 0.7, 0.2, 1), opacity 0.45s cubic-bezier(0.2, 0.7, 0.2, 1);
}
body.shop:not(:has(.shop-hero)) .header.shop-bar,
body.shop .header.shop-bar.is-shown {
  transform: none;
  opacity: 1;
  pointer-events: auto;
  box-shadow: 0 1px 0 var(--c-line);
}
body.shop .shop-open {
  position: relative;
  display: inline-flex;
  width: 0.5rem;
  height: 0.5rem;
}
body.shop .shop-open-dot,
body.shop .shop-open-ping {
  position: absolute;
  inset: 0;
  border-radius: 999px;
  background: var(--c-accent);
}
body.shop .shop-open.is-on .shop-open-dot,
body.shop .shop-open.is-on .shop-open-ping { background: #22c55e; }
body.shop .shop-open.is-on .shop-open-ping {
  animation: shop-ping 1.6s cubic-bezier(0, 0, 0.2, 1) infinite;
}
body.shop .cart-wrap,
body.shop .shop-open { flex-shrink: 0; }
body.shop .header-hours {
  display: inline-flex;
  align-items: center;
  gap: 0.45rem;
  min-width: 0;
  max-width: min(18rem, 42vw);
  color: var(--c-muted);
  text-decoration: none;
  line-height: 1.25;
}
body.shop .header-hours:hover { color: var(--c-ink); }
body.shop .header-hours-text {
  min-width: 0;
  font-size: 0.62rem;
  letter-spacing: 0.12em;
}
body.shop .header-pages {
  display: flex;
  align-items: center;
  gap: 1.15rem;
  min-width: 0;
  flex: 1 1 auto;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  scrollbar-width: none;
}
body.shop .header-pages::-webkit-scrollbar { display: none; }
body.shop .header-find {
  flex: 0 0 auto;
  color: var(--c-ink);
  text-decoration: none;
  padding: 0.2rem 0 0.28rem;
  border-bottom: 3px solid transparent;
  font-size: 0.78rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  white-space: nowrap;
}
body.shop .header-find:hover {
  border-bottom-color: var(--c-ink);
}
body.shop .header-phone {
  flex: 0 0 auto;
  font-size: 0.92rem;
  white-space: nowrap;
}
body.shop .header-page-link {
  flex: 0 0 auto;
  color: var(--c-ink);
  text-decoration: none;
  line-height: 1.2;
  letter-spacing: 0.01em;
  padding: 0.2rem 0 0.28rem;
  border-bottom: 3px solid transparent;
  white-space: nowrap;
}
body.shop .header-page-link[data-size="sm"] { font-size: 0.82rem; }
body.shop .header-page-link[data-size="md"] { font-size: 0.95rem; }
body.shop .header-page-link[data-size="lg"] { font-size: 1.12rem; }
body.shop .header-page-link:hover,
body.shop .header-page-link.is-active {
  border-bottom-color: var(--c-ink);
}
@media (max-width: 1023px) {
  html:has(body.shop) { --shop-header-h: 6.5rem; }
  body.shop .header-inner.has-nav-pages {
    display: grid;
    grid-template-columns: minmax(0, auto) minmax(0, 1fr);
    grid-template-areas:
      "brand tools"
      "pages pages"
      "cats cats";
    column-gap: 0.75rem;
    row-gap: 0.15rem;
    padding-top: calc(0.65rem + env(safe-area-inset-top, 0px));
    padding-bottom: 0;
    align-items: center;
  }
  body.shop .header-inner.has-nav-pages .header-left {
    grid-area: brand;
    margin: 0;
  }
  body.shop .header-inner.has-nav-pages .header-tools {
    grid-area: tools;
    min-width: 0;
    max-width: 100%;
    margin-left: 0;
    gap: 0.55rem;
    justify-content: flex-end;
  }
  body.shop .header-inner.has-nav-pages .header-pages {
    grid-area: pages;
    flex: none;
    width: 100%;
    max-width: none;
    justify-content: flex-start;
    gap: 1rem;
    padding: 0.1rem 0 0.2rem;
    overflow-x: auto;
  }
  body.shop .header-inner.has-nav-pages .phone { display: none; }
  body.shop .header-find,
  body.shop .header-page-link {
    padding: 0.3rem 0 0.35rem;
  }
  body.shop .header-page-link[data-size="lg"] { font-size: 0.98rem; }
  body.shop .header {
    background: var(--c-paper);
  }
  body.shop .header-inner .menu-nav {
    grid-area: cats;
    position: static;
    top: auto;
    z-index: auto;
    width: auto;
    margin-bottom: 0;
    padding-top: 0.12rem;
    padding-bottom: 0.4rem;
    border-bottom: 0;
    background: transparent;
    backdrop-filter: none;
    flex-wrap: nowrap;
  }
}
@media (max-width: 767px) and (orientation: portrait) {
  body.shop .header-inner.has-nav-pages {
    padding-bottom: 0;
    row-gap: 0.08rem;
  }
  body.shop .header-tools {
    min-width: 0;
    flex: 1 1 auto;
    gap: 0.4rem;
  }
  body.shop .header-hours {
    flex: 1 1 auto;
    min-width: 0;
    max-width: none;
    align-items: center;
    gap: 0.35rem;
  }
  body.shop .header-hours-text {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    overflow: hidden;
    white-space: normal;
    text-align: left;
    font-size: 0.52rem;
    letter-spacing: 0.06em;
    line-height: 1.22;
  }
  body.shop .header-hours-text > span {
    display: block;
  }
  body.shop .shop-hero-open {
    letter-spacing: 0.1em;
  }
  body.shop .shop-hero-open .shop-hours-text {
    font-size: 0.64rem;
    letter-spacing: 0.1em;
    line-height: 1.4;
  }
}
body.shop .brand-tag { color: var(--c-muted); }
body.shop .phone {
  color: var(--c-ink);
  font-variant-numeric: tabular-nums;
  letter-spacing: var(--display-tracking);
  text-decoration: underline;
  text-underline-offset: 6px;
  text-decoration-thickness: 1px;
}
body.shop .phone:hover { text-decoration-thickness: 2px; }

body.shop .btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: var(--r-sm);
  border: 1px solid currentColor;
  padding: 0.85rem 1.75rem;
  font-weight: 600;
  transition: transform 0.15s cubic-bezier(0.2, 0.7, 0.2, 1), color 0.2s cubic-bezier(0.2, 0.7, 0.2, 1), background 0.2s cubic-bezier(0.2, 0.7, 0.2, 1);
}
body.shop .btn:active { transform: scale(0.98); }
body.shop .btn:disabled { opacity: 0.5; }
body.shop .btn-oven,
body.shop .btn-ink,
body.shop .btn-primary {
  background: var(--c-ink);
  color: var(--c-paper);
}
body.shop .btn-outline {
  background: transparent;
  color: var(--c-ink);
}
body.shop .btn-outline:hover {
  background: var(--c-ink);
  color: var(--c-paper);
}
body.shop .count-badge {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 1.4rem;
  margin-left: 0.55rem;
  padding: 0.12rem 0.4rem;
  background: var(--c-paper);
  color: var(--c-ink);
  font-variant-numeric: tabular-nums;
  letter-spacing: 0;
  font-size: 0.72rem;
}
body.shop .cart-wrap {
  position: relative;
}
body.shop .cart-pop {
  position: absolute;
  right: 0;
  top: 100%;
  z-index: 80;
  display: flex;
  flex-direction: column;
  width: min(24rem, calc(100dvw - 2.2rem));
  max-width: calc(100dvw - 2.2rem);
  padding-top: 0.55rem;
  background: transparent;
  color: var(--c-ink);
  border: 0;
  box-shadow: none;
  opacity: 0;
  pointer-events: none;
  overflow: visible;
  transform: translateY(8px);
  transition: opacity 0.2s cubic-bezier(0.2, 0.7, 0.2, 1), transform 0.2s cubic-bezier(0.2, 0.7, 0.2, 1);
}
body.shop .cart-pop-card {
  display: flex;
  flex-direction: column;
  max-height: calc(100dvh - 5.5rem);
  padding: 0.9rem;
  background: var(--c-paper);
  border: 1px solid var(--c-line);
  overflow: hidden;
}
body.shop .cart-wrap:hover .cart-pop,
body.shop .cart-wrap:focus-within .cart-pop,
body.shop .cart-wrap.is-open .cart-pop {
  opacity: 1;
  pointer-events: auto;
  transform: none;
}
body.shop .cart-pop-empty {
  margin: 0;
  color: var(--c-muted);
  font-size: 0.9rem;
}
body.shop .cart-pop-list {
  list-style: none;
  margin: 0;
  padding: 0;
  min-height: 0;
  flex: 1 1 auto;
  overflow: auto;
}
body.shop .cart-pop-list li {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 0.75rem;
  padding: 0.55rem 0;
  border-bottom: 1px solid var(--c-line);
  font-size: 0.9rem;
}
body.shop .cart-pop-list li:first-child { padding-top: 0; }
body.shop .cart-pop-list p { margin: 0; }
body.shop .cart-pop-main { min-width: 0; flex: 1; }
body.shop .cart-pop-price { flex: 0 0 auto; }
body.shop .cart-pop-extra {
  display: block;
  margin-top: 0.15rem;
  color: var(--c-muted);
  font-size: 0.8rem;
}
body.shop .cart-pop-qty {
  display: flex;
  align-items: center;
  gap: 0.3rem;
  margin-top: 0.4rem;
}
body.shop .cart-pop-qty button {
  width: 1.7rem;
  height: 1.7rem;
  padding: 0;
  border: 1px solid var(--c-line);
  background: transparent;
  color: inherit;
  font-family: inherit;
  font-size: 0.9rem;
  line-height: 1;
  border-radius: var(--r-sm);
  cursor: pointer;
}
body.shop .cart-pop-qty button:hover {
  background: var(--c-ink);
  color: var(--c-paper);
}
body.shop .cart-pop-qty [data-remove] {
  width: auto;
  padding: 0 0.5rem;
  margin-left: 0.2rem;
  font-size: 0.72rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}
body.shop .cart-pop-qty span {
  min-width: 1.1rem;
  text-align: center;
  font-variant-numeric: tabular-nums;
}
body.shop .cart-pop-clear {
  display: block;
  width: 100%;
  margin: 0.55rem 0 0;
  padding: 0;
  border: 0;
  background: none;
  color: var(--c-muted);
  font-size: 0.8rem;
  text-align: left;
  cursor: pointer;
  flex-shrink: 0;
}
body.shop .cart-pop-clear:hover { color: var(--c-ink); }
body.shop .cart-pop-foot {
  display: flex;
  justify-content: space-between;
  gap: 0.75rem;
  margin-top: 0.75rem;
  font-weight: 700;
  flex-shrink: 0;
}
body.shop .cart-pop-go {
  display: flex;
  width: 100%;
  margin-top: 0.85rem;
  padding: 0.55rem 1rem;
  flex-shrink: 0;
}
body.shop .cart-pop-go.is-disabled {
  opacity: 0.45;
  pointer-events: none;
}
@media (max-width: 1023px) {
  body.shop .cart-pop {
    position: fixed;
    left: max(0.75rem, env(safe-area-inset-left, 0px));
    right: max(0.75rem, env(safe-area-inset-right, 0px));
    top: calc(var(--shop-header-h, 4.5rem) - 0.15rem);
    width: auto;
    max-width: none;
    max-height: calc(100dvh - var(--shop-header-h, 4.5rem) - env(safe-area-inset-bottom, 0px) - 1rem);
  }
  body.shop .cart-pop-card {
    max-height: calc(100dvh - var(--shop-header-h, 4.5rem) - env(safe-area-inset-bottom, 0px) - 1.5rem);
  }
}

body.shop .shop-hero {
  position: relative;
  display: flex;
  min-height: 100svh;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 4rem 0 5rem;
  text-align: center;
  background: var(--c-paper);
  color: var(--c-ink);
  overflow-x: hidden;
  max-width: 100%;
}
body.shop .shop-hero-inner { padding-top: 1rem; }
body.shop .shop-wordmark {
  margin: 0;
  display: flex;
  justify-content: center;
  overflow: hidden;
  perspective: 900px;
  width: 100%;
  max-width: 100%;
  min-width: 0;
}
body.shop .shop-wordmark img {
  display: block;
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 10rem;
  min-width: 0;
  object-fit: contain;
  object-position: center;
}
@media (min-width: 640px) {
  body.shop .shop-wordmark img { max-height: 15rem; }
}
@media (min-width: 768px) {
  body.shop .shop-wordmark img { max-height: 17.5rem; }
}
body.shop .shop-wordmark .font-display {
  font-size: 3rem;
  line-height: 1;
  text-transform: uppercase;
}
@media (min-width: 768px) {
  body.shop .shop-wordmark .font-display { font-size: 4.5rem; }
}
body.shop .shop-hero-kicker {
  margin: 1.25rem auto 0;
  max-width: 42rem;
  color: var(--c-muted);
  font-size: 0.7rem;
  line-height: 1.45;
  letter-spacing: 0.16em;
  font-weight: 600;
}
body.shop .shop-hero-lead {
  margin: 2rem auto 0;
  max-width: 62ch;
  font-size: 1.1rem;
  line-height: 1.75;
  color: var(--c-muted);
}
body.shop .shop-hero-actions {
  margin-top: 2.5rem;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 0.75rem;
}
body.shop .shop-hero-meta {
  margin-top: 2.5rem;
}
body.shop .shop-hero-phone {
  display: block;
  font-size: 1.5rem;
  line-height: 1.1;
  letter-spacing: 0.04em;
  text-decoration: underline;
  text-underline-offset: 6px;
  font-variant-numeric: tabular-nums;
}
@media (min-width: 768px) {
  body.shop .shop-hero-phone { font-size: 1.875rem; }
}
body.shop .shop-hero-open {
  display: inline-flex;
  align-items: flex-start;
  justify-content: center;
  gap: 0.55rem;
  margin: 0.9rem 0 0;
  max-width: 100%;
  color: var(--c-muted);
  text-decoration: none;
}
body.shop .shop-hero-open .shop-open {
  margin-top: 0.28em;
}
body.shop .shop-hours-text {
  min-width: 0;
  line-height: 1.35;
  text-align: left;
}
body.shop .shop-hours-text.is-split {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 0.12em;
  white-space: normal;
}
body.shop .shop-hours-text.is-split > span {
  display: block;
}
body.shop .shop-hero-scroll {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 1.5rem;
  display: flex;
  justify-content: center;
  color: var(--c-ink);
  opacity: 0.45;
}
body.shop .shop-pizza-toss {
  position: absolute;
  inset: 0;
  z-index: 4;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  pointer-events: none;
  opacity: 0;
  contain: layout paint;
}
body.shop .shop-pizza-toss-set {
  position: relative;
  width: min(88vw, 32rem);
  max-height: min(72vh, 32rem);
  filter: drop-shadow(0 18px 22px rgba(2, 53, 30, 0.22));
  transform: translate3d(22vw, -75vh, 0) rotate(-210deg) scale(0.55);
}
body.shop .shop-pizza-toss-art {
  width: 100%;
  height: auto;
  max-height: min(72vh, 32rem);
  object-fit: contain;
  background: transparent;
  border: 0;
  outline: 0;
  box-shadow: none;
}
body.shop .shop-pizza-toss.is-bitten .shop-pizza-toss-art {
  -webkit-mask-image: url("shop-pizza-bite-mask.svg");
  mask-image: url("shop-pizza-bite-mask.svg");
  -webkit-mask-mode: alpha;
  mask-mode: alpha;
  -webkit-mask-size: 100% 100%;
  mask-size: 100% 100%;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-position: center;
  mask-position: center;
}
body.shop img.shop-pizza-toss-art {
  display: block;
  background: transparent;
}
@media (max-width: 767px) {
  body.shop .shop-pizza-toss-set {
    width: min(72vw, 22rem);
    max-height: min(52vh, 22rem);
  }
}
body.shop .shop-pizza-toss.is-thrown {
  opacity: 1;
}
body.shop .shop-pizza-toss.is-thrown .shop-pizza-toss-set {
  animation: shop-pizza-throw var(--pizza-throw-duration, 1.05s) cubic-bezier(0.18, 0.7, 0.22, 1) both;
}
body.shop .shop-pizza-toss.is-falling .shop-pizza-toss-set {
  animation: shop-pizza-fall var(--pizza-fall-duration, 3.4s) cubic-bezier(0.22, 0.1, 0.28, 1) both;
}
body.shop .shop-pizza-toss.is-gone {
  opacity: 0;
  transition: opacity 0.28s ease;
}
@keyframes shop-pizza-throw {
  0% { transform: translate3d(24vw, -78vh, 0) rotate(-220deg) scale(0.5); }
  58% { transform: translate3d(-5vw, 6vh, 0) rotate(32deg) scale(1.08); }
  78% { transform: translate3d(3vw, -3vh, 0) rotate(6deg) scale(0.96); }
  100% { transform: translate3d(0, 0, 0) rotate(16deg) scale(1); }
}
@keyframes shop-pizza-fall {
  0% { transform: translate3d(0, 0, 0) rotate(16deg) scale(1); opacity: 1; }
  70% { opacity: 1; }
  100% { transform: translate3d(-10vw, 118vh, 0) rotate(78deg) scale(0.92); opacity: 0; }
}
body.shop .shop-home-rest { padding-top: 2.5rem; }
@media (min-width: 768px) {
  body.shop .shop-home-rest { padding-top: 3.5rem; }
}
body.shop .shop-favs {
  padding: 3rem 0 0.5rem;
  background: var(--c-paper);
  color: var(--c-ink);
}
body.shop .shop-mid + .shop-favs { padding-top: 5.5rem; }
@media (min-width: 768px) {
  body.shop .shop-mid + .shop-favs { padding-top: 6.5rem; }
}
body.shop .shop-favs-head {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-end;
  justify-content: space-between;
  gap: 0.85rem 1.5rem;
  margin-bottom: 1.5rem;
}
body.shop .shop-favs-title {
  margin: 0;
  font-size: clamp(1.7rem, 4.5vw, 2.35rem);
  line-height: 1.05;
  text-transform: uppercase;
}
body.shop .shop-favs-lead {
  margin: 0.45rem 0 0;
  color: var(--c-muted);
  font-size: 0.95rem;
  line-height: 1.45;
  max-width: 36rem;
}
body.shop .shop-favs-all {
  color: var(--c-ink);
  text-decoration: none;
  font-size: 0.92rem;
  white-space: nowrap;
  margin-left: auto;
}
body.shop .shop-favs-all:hover { text-decoration: underline; text-underline-offset: 4px; }
body.shop .shop-favs-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1.35rem;
}
@media (min-width: 640px) {
  body.shop .shop-favs-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 1.25rem;
  }
}
@media (min-width: 1024px) {
  body.shop .shop-favs-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}
body.shop .shop-fav-card {
  min-width: 0;
  cursor: pointer;
}
body.shop .shop-fav-card.is-closed {
  opacity: 0.62;
}
body.shop .shop-fav-photo {
  aspect-ratio: 5 / 4;
  overflow: hidden;
  background: var(--c-panel);
}
body.shop .shop-fav-photo img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
body.shop .shop-fav-meta {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 0.75rem;
  margin-top: 0.85rem;
}
body.shop .shop-fav-name {
  margin: 0;
  font-size: 1.05rem;
  line-height: 1.25;
}
body.shop .shop-fav-price {
  flex: 0 0 auto;
  font-size: 1rem;
}
body.shop .shop-fav-desc {
  margin: 0.28rem 0 0;
  color: var(--c-muted);
  font-size: 0.9rem;
  line-height: 1.4;
}
body.shop .shop-fav-hours {
  margin: 0.35rem 0 0;
  color: var(--c-muted);
  font-size: 0.85rem;
}
body.shop .shop-mid {
  padding: 2.25rem 0 1.75rem;
  padding-left: env(safe-area-inset-left);
  padding-right: env(safe-area-inset-right);
  background: var(--c-paper);
  color: var(--c-ink);
}
body.shop .shop-mid-inner {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1.25rem;
  max-width: 40rem;
  margin: 0 auto;
  text-align: center;
}
body.shop .shop-mid-copy,
body.shop .shop-mid-visual {
  width: 100%;
  min-width: 0;
}
body.shop .shop-mid-copy {
  text-align: center;
}
body.shop .shop-mid-title {
  margin: 0 auto;
  font-size: clamp(1.4rem, 7vw, 2.35rem);
  line-height: 1.15;
  text-transform: uppercase;
  overflow-wrap: break-word;
  text-wrap: balance;
  text-align: center;
}
body.shop .shop-mid[data-title-size="sm"] .shop-mid-title {
  font-size: clamp(1.05rem, 5vw, 1.55rem);
}
body.shop .shop-mid[data-title-size="lg"] .shop-mid-title {
  font-size: clamp(1.85rem, 8vw, 3.1rem);
}
body.shop .shop-mid[data-title-size="xl"] .shop-mid-title {
  font-size: clamp(2.2rem, 9.5vw, 3.8rem);
  line-height: 1.08;
}
body.shop .shop-mid[data-title-size="hero"] .shop-mid-title {
  font-size: clamp(2.6rem, 11vw, 4.5rem);
  line-height: 1;
}
body.shop .shop-mid-text {
  margin: 0.85rem auto 0;
  color: var(--c-muted);
  font-size: clamp(0.95rem, 3.6vw, 1.08rem);
  line-height: 1.55;
  text-align: center;
  text-wrap: pretty;
}
body.shop .shop-mid[data-text-size="sm"] .shop-mid-text {
  font-size: clamp(0.85rem, 3vw, 0.95rem);
}
body.shop .shop-mid[data-text-size="lg"] .shop-mid-text {
  font-size: clamp(1.05rem, 4vw, 1.28rem);
}
body.shop .shop-mid[data-text-size="xl"] .shop-mid-text {
  font-size: clamp(1.2rem, 4.6vw, 1.55rem);
}
body.shop .shop-mid[data-text-size="hero"] .shop-mid-text {
  font-size: clamp(1.45rem, 5.5vw, 2rem);
  line-height: 1.35;
}
body.shop .shop-page {
  padding: 3.5rem 0 4rem;
  background: var(--c-paper);
  color: var(--c-ink);
}
body.shop .shop-page-inner {
  display: flex;
  flex-direction: column;
  gap: 1.25rem;
  max-width: 42rem;
  margin: 0 auto;
}
body.shop .shop-page[data-align="center"] .shop-page-inner { text-align: center; align-items: center; }
body.shop .shop-page[data-align="left"] .shop-page-inner { text-align: left; align-items: stretch; }
body.shop .shop-page-title {
  margin: 0;
  font-size: clamp(1.4rem, 7vw, 2.35rem);
  line-height: 1.15;
  text-transform: uppercase;
  overflow-wrap: anywhere;
}
body.shop .shop-page[data-title-size="sm"] .shop-page-title { font-size: clamp(1.05rem, 5vw, 1.55rem); }
body.shop .shop-page[data-title-size="lg"] .shop-page-title { font-size: clamp(1.85rem, 8vw, 3.1rem); }
body.shop .shop-page[data-title-size="xl"] .shop-page-title { font-size: clamp(2.2rem, 9.5vw, 3.8rem); line-height: 1.08; }
body.shop .shop-page[data-title-size="hero"] .shop-page-title { font-size: clamp(2.6rem, 11vw, 4.5rem); line-height: 1; }
body.shop .shop-page-text {
  margin: 0;
  color: var(--c-muted);
  font-size: clamp(0.95rem, 3.6vw, 1.08rem);
  line-height: 1.55;
  max-width: 40rem;
}
body.shop .shop-page[data-text-size="sm"] .shop-page-text { font-size: clamp(0.85rem, 3vw, 0.95rem); }
body.shop .shop-page[data-text-size="lg"] .shop-page-text { font-size: clamp(1.05rem, 4vw, 1.28rem); }
body.shop .shop-page[data-text-size="xl"] .shop-page-text { font-size: clamp(1.2rem, 4.6vw, 1.55rem); }
body.shop .shop-page[data-text-size="hero"] .shop-page-text { font-size: clamp(1.45rem, 5.5vw, 2rem); line-height: 1.35; }
body.shop .shop-page-media {
  width: 100%;
  max-width: 42rem;
}
body.shop .shop-page-media img {
  display: block;
  width: 100%;
  height: auto;
  max-height: min(70svh, 32rem);
  margin-inline: auto;
  object-fit: contain;
}
body.shop .shop-page-cta {
  margin-top: 0.5rem;
}
body.shop .shop-mid-copy > .shop-mid-text:first-child { margin-top: 0; }
body.shop .shop-mid-visual {
  display: grid;
  gap: 1rem;
}
body.shop .shop-mid-media {
  margin: 0;
}
body.shop .shop-mid-media img,
body.shop .shop-mid-media video {
  display: block;
  width: 100%;
  height: auto;
  max-height: min(70svh, 28rem);
  margin-inline: auto;
  object-fit: contain;
  object-position: center;
  border-radius: var(--r-sm);
  background: var(--c-panel, #efe8d8);
}
body.shop .shop-mid-frame {
  position: relative;
  width: 100%;
  max-width: min(100%, calc(min(70svh, 28rem) * 16 / 9));
  aspect-ratio: 16 / 9;
  margin-inline: auto;
  overflow: hidden;
  border-radius: var(--r-sm);
  background: var(--c-ink);
}
body.shop .shop-mid-frame iframe {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

/* Mobil stående */
@media (max-width: 639px) and (orientation: portrait) {
  body.shop .shop-mid { padding-top: 2rem; padding-bottom: 1.5rem; }
  body.shop .shop-mid-inner { gap: 1.1rem; }
  body.shop .shop-mid-media img,
  body.shop .shop-mid-media video { max-height: min(62svh, 24rem); }
  body.shop .shop-mid-frame { max-width: min(100%, calc(min(62svh, 24rem) * 16 / 9)); }
}

/* Mobil liggende */
@media (orientation: landscape) and (max-height: 540px) {
  body.shop .shop-mid { padding: 1.25rem 0 1rem; }
  body.shop .shop-mid-inner {
    gap: 1rem;
    max-width: 72rem;
  }
  body.shop .shop-mid-inner.has-split {
    display: grid;
    grid-template-columns: minmax(12rem, 0.9fr) minmax(0, 1.2fr);
    align-items: center;
  }
  body.shop .shop-mid-text { margin-top: 0.55rem; }
  body.shop .shop-mid-media img,
  body.shop .shop-mid-media video { max-height: min(72svh, 18rem); }
  body.shop .shop-mid-frame { max-width: min(100%, calc(min(72svh, 18rem) * 16 / 9)); }
}

/* Tablet stående */
@media (min-width: 640px) and (orientation: portrait) {
  body.shop .shop-mid { padding: 3.5rem 0 1.25rem; }
  body.shop .shop-mid-inner {
    max-width: 46rem;
    gap: 1.6rem;
  }
  body.shop .shop-mid-media img,
  body.shop .shop-mid-media video { max-height: min(58svh, 34rem); }
  body.shop .shop-mid-frame { max-width: min(100%, calc(min(58svh, 34rem) * 16 / 9)); }
}

/* Tablet liggende og større skærme */
@media (min-width: 900px) and (orientation: landscape) {
  body.shop .shop-mid { padding: 4.25rem 0 1.5rem; }
  body.shop .shop-mid-inner {
    max-width: 58rem;
    gap: 1.75rem;
  }
  body.shop .shop-mid-inner.has-split {
    display: grid;
    grid-template-columns: minmax(16rem, 0.85fr) minmax(0, 1.15fr);
    align-items: center;
    gap: 2rem 2.5rem;
  }
  body.shop .shop-mid-text { max-width: 36rem; }
  body.shop .shop-mid-media img,
  body.shop .shop-mid-media video { max-height: min(64svh, 28rem); }
  body.shop .shop-mid-frame { max-width: min(100%, calc(min(64svh, 28rem) * 16 / 9)); }
}
body.shop .shop-reveal {
  opacity: 0;
  transform: translateY(8px);
  transition: opacity 0.5s cubic-bezier(0.2, 0.7, 0.2, 1), transform 0.5s cubic-bezier(0.2, 0.7, 0.2, 1);
}
body.shop .shop-reveal.is-in {
  opacity: 1;
  transform: none;
}
body.shop .shop-hero-inner > * {
  animation-name: shop-reveal;
  animation-duration: var(--hero-anim-duration, 0.9s);
  animation-timing-function: cubic-bezier(0.2, 0.7, 0.2, 1);
  animation-fill-mode: both;
}
body.shop .shop-hero-inner > .shop-wordmark { animation: none; }
body.shop .shop-wordmark img,
body.shop .shop-wordmark .font-display {
  transform-origin: 50% 100%;
  animation-name: shop-logo-roll;
  animation-duration: var(--hero-anim-duration, 0.9s);
  animation-timing-function: cubic-bezier(0.2, 0.7, 0.2, 1);
  animation-fill-mode: both;
}
body.shop .shop-hero-inner > *:nth-child(2) { animation-delay: calc(var(--hero-anim-duration, 0.9s) * 0.08); }
body.shop .shop-hero-inner > *:nth-child(3) { animation-delay: calc(var(--hero-anim-duration, 0.9s) * 0.16); }
body.shop .shop-hero-inner > *:nth-child(4) { animation-delay: calc(var(--hero-anim-duration, 0.9s) * 0.24); }
body.shop .shop-hero-inner > *:nth-child(5) { animation-delay: calc(var(--hero-anim-duration, 0.9s) * 0.32); }
body.shop .shop-hero[data-hero-effect="fade"] .shop-hero-inner > *:not(.shop-wordmark),
body.shop .shop-hero[data-hero-effect="fade"] .shop-wordmark img,
body.shop .shop-hero[data-hero-effect="fade"] .shop-wordmark .font-display {
  animation-name: shop-hero-fade;
}
body.shop .shop-hero[data-hero-effect="up"] .shop-hero-inner > *:not(.shop-wordmark),
body.shop .shop-hero[data-hero-effect="up"] .shop-wordmark img,
body.shop .shop-hero[data-hero-effect="up"] .shop-wordmark .font-display {
  animation-name: shop-hero-up;
}
body.shop .shop-hero[data-hero-effect="zoom"] .shop-hero-inner > *:not(.shop-wordmark),
body.shop .shop-hero[data-hero-effect="zoom"] .shop-wordmark img,
body.shop .shop-hero[data-hero-effect="zoom"] .shop-wordmark .font-display {
  animation-name: shop-hero-zoom;
  transform-origin: 50% 50%;
}
body.shop .shop-hero[data-hero-effect="in-left"] .shop-hero-inner > *:not(.shop-wordmark),
body.shop .shop-hero[data-hero-effect="in-left"] .shop-wordmark img,
body.shop .shop-hero[data-hero-effect="in-left"] .shop-wordmark .font-display {
  animation-name: shop-hero-in-left;
  transform-origin: 50% 50%;
}
body.shop .shop-hero[data-hero-effect="in-right"] .shop-hero-inner > *:not(.shop-wordmark),
body.shop .shop-hero[data-hero-effect="in-right"] .shop-wordmark img,
body.shop .shop-hero[data-hero-effect="in-right"] .shop-wordmark .font-display {
  animation-name: shop-hero-in-right;
  transform-origin: 50% 50%;
}
body.shop .shop-hero[data-hero-effect="roll-left"] .shop-hero-inner > *:not(.shop-wordmark),
body.shop .shop-hero[data-hero-effect="roll-left"] .shop-wordmark img,
body.shop .shop-hero[data-hero-effect="roll-left"] .shop-wordmark .font-display {
  animation-name: shop-hero-roll-x;
  transform-origin: 0 50%;
}
body.shop .shop-hero[data-hero-effect="roll-right"] .shop-hero-inner > *:not(.shop-wordmark),
body.shop .shop-hero[data-hero-effect="roll-right"] .shop-wordmark img,
body.shop .shop-hero[data-hero-effect="roll-right"] .shop-wordmark .font-display {
  animation-name: shop-hero-roll-x;
  transform-origin: 100% 50%;
}
body.shop .shop-hero[data-hero-effect="spin"] .shop-wordmark {
  overflow: visible;
}
body.shop .shop-hero[data-hero-effect="spin"] .shop-hero-inner > *:not(.shop-wordmark),
body.shop .shop-hero[data-hero-effect="spin"] .shop-wordmark img,
body.shop .shop-hero[data-hero-effect="spin"] .shop-wordmark .font-display {
  animation-name: shop-hero-spin;
  transform-origin: 50% 50%;
}
body.shop .shop-hero[data-hero-effect="down"] .shop-hero-inner > *:not(.shop-wordmark),
body.shop .shop-hero[data-hero-effect="down"] .shop-wordmark img,
body.shop .shop-hero[data-hero-effect="down"] .shop-wordmark .font-display {
  animation-name: shop-hero-down;
  transform-origin: 50% 50%;
}
body.shop .shop-hero[data-hero-effect="none"] .shop-hero-inner > *,
body.shop .shop-hero[data-hero-effect="none"] .shop-wordmark img,
body.shop .shop-hero[data-hero-effect="none"] .shop-wordmark .font-display {
  animation: none;
}
body.shop .thumb {
  position: relative;
  overflow: hidden;
}
body.shop .thumb::after {
  content: "";
  position: absolute;
  inset: 0;
  background: var(--c-paper);
  transform: scaleY(1);
  transform-origin: bottom;
  pointer-events: none;
}
body.shop .thumb-empty::after { display: none; }
body.shop .product-card.is-in .thumb::after {
  transform: scaleY(0);
  transition: transform 0.7s cubic-bezier(0.2, 0.7, 0.2, 1);
}

body.shop #menu-board { min-height: 8rem; }
body.shop .menu-nav {
  position: sticky;
  top: 0;
  z-index: 20;
  display: flex;
  flex-wrap: nowrap;
  gap: 0.4rem;
  margin: 0;
  margin-left: calc(-1 * (var(--shop-gutter) + env(safe-area-inset-left, 0px)));
  margin-right: calc(-1 * (var(--shop-gutter) + env(safe-area-inset-right, 0px)));
  margin-bottom: 1.25rem;
  padding: 0.75rem calc(var(--shop-gutter) + env(safe-area-inset-right, 0px)) 0.75rem calc(var(--shop-gutter) + env(safe-area-inset-left, 0px));
  border-bottom: 1px solid var(--c-line);
  background: color-mix(in srgb, var(--c-paper) 95%, transparent);
  backdrop-filter: blur(8px);
  overflow-x: auto;
  overflow-y: hidden;
  scrollbar-width: none;
}
body.shop #menu-board > .menu-nav {
  flex-wrap: nowrap;
  overflow-x: auto;
  overflow-y: hidden;
}
body.shop .menu-nav .chip { flex: 0 0 auto; text-decoration: none; }
body.shop:has(.header.is-shown) .menu-nav {
  top: calc(var(--shop-header-h) - 1px);
}
body.shop .chip {
  border-radius: var(--r-sm);
  padding: 0.4rem 0.75rem;
  font-size: 0.72rem;
  letter-spacing: 0.12em;
  background: transparent;
  color: var(--c-muted);
  border: 1px solid transparent;
  transition: color 0.2s cubic-bezier(0.2, 0.7, 0.2, 1), background 0.2s cubic-bezier(0.2, 0.7, 0.2, 1);
}
body.shop .chip.active {
  background: var(--c-ink);
  color: var(--c-paper);
  border-color: var(--c-ink);
}
body.shop .menu-heading {
  display: flex;
  flex-wrap: wrap;
  align-items: baseline;
  gap: 0.35rem 1rem;
  margin: 0.35rem 0 0.35rem;
}
body.shop .menu-heading:has(.menu-heading-lead) {
  margin-bottom: 0.85rem;
}
body.shop .menu-heading h2 {
  margin: 0;
  font-size: 2.15rem;
  line-height: 1;
}
@media (min-width: 768px) {
  body.shop .menu-heading h2 { font-size: 2.75rem; }
}
body.shop .menu-heading-lead {
  margin: 0;
  color: var(--c-muted);
  font-size: 0.88rem;
  font-weight: 400;
  line-height: 1.4;
}
body.shop .menu-hours {
  margin: 0;
  color: var(--c-muted);
  font-size: 0.85rem;
  font-weight: 400;
}
body.shop .menu-heading .menu-hours {
  letter-spacing: 0.02em;
}
body.shop .menu-section {
  scroll-margin-top: calc(var(--shop-header-h) + var(--shop-menu-nav-h, 3.5rem) + 8px);
}
body.shop .menu-section + .menu-section { margin-top: 3.25rem;
}
body.shop:has(.header.is-shown) .menu-section {
  scroll-margin-top: calc(var(--shop-header-h) + var(--shop-menu-nav-h, 3.5rem) + 8px);
}
body.shop .menu-desc {
  max-width: 62ch;
  margin: 0 0 1.5rem;
}
body.shop .menu-empty {
  margin: 0;
  padding: 2.5rem 1.25rem;
  border: 1px dashed var(--c-line);
  background: var(--c-panel);
  max-width: 62ch;
}

body.shop .product-grid {
  display: flex;
  flex-direction: column;
  gap: 0;
}
@media (min-width: 640px) {
  body.shop .product-grid {
    display: flex;
    grid-template-columns: none;
    gap: 0;
  }
}
body.shop .product-card {
  display: grid;
  grid-template-columns: 5rem minmax(0, 1fr) auto;
  grid-template-areas:
    "thumb head head"
    "thumb desc add";
  column-gap: 1.15rem;
  row-gap: 0.45rem;
  align-items: start;
  width: 100%;
  margin: 0;
  padding: 1.15rem 0;
  border: 0;
  border-bottom: 1px solid var(--c-line);
  border-radius: 0;
  background: transparent;
  box-shadow: none;
  text-align: left;
  cursor: pointer;
}
@media (min-width: 640px) {
  body.shop .product-card {
    grid-template-columns: 5.5rem minmax(0, 1fr) auto;
    padding: 1.35rem 0;
  }
}
body.shop .product-card:hover {
  border-color: transparent;
  border-bottom-color: var(--c-ink);
  z-index: 1;
}
body.shop .product-card .thumb {
  grid-area: thumb;
  align-self: start;
}
body.shop .product-head {
  grid-area: head;
  display: flex;
  align-items: baseline;
  gap: 0.7rem;
  min-width: 0;
}
body.shop .product-head h3 {
  margin: 0;
  font-size: 1.15rem;
  line-height: 1.2;
  flex: 0 1 auto;
}
body.shop .product-dots {
  flex: 1 1 auto;
  min-width: 1.25rem;
  border-bottom: 1px dotted var(--c-line);
  transform: translateY(-0.28em);
}
body.shop .product-price {
  flex: 0 0 auto;
  font-size: 1.15rem;
  line-height: 1.2;
  font-variant-numeric: tabular-nums;
  white-space: nowrap;
}
@media (max-width: 520px) {
  body.shop .product-dots { display: none; }
}
body.shop .product-card .clamp {
  grid-area: desc;
  margin: 0;
  max-width: none;
  color: var(--c-muted);
  -webkit-line-clamp: 3;
}
body.shop .product-actions {
  grid-area: add;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-end;
  gap: 0.45rem;
}
body.shop .product-qty {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 2.4rem;
  height: 1.6rem;
  margin: 0;
  padding: 0 0.45rem;
  background: var(--c-ink);
  color: var(--c-paper);
  font-size: 0.8rem;
  line-height: 1;
  font-variant-numeric: tabular-nums;
  white-space: nowrap;
}
body.shop .product-qty[hidden] { display: none !important; }
body.shop .product-card.is-closed {
  opacity: 0.62;
}
body.shop .product-card.is-closed .clamp {
  -webkit-line-clamp: unset;
  display: block;
  overflow: visible;
}
body.shop .product-card.is-closed .btn-add[aria-disabled="true"] {
  opacity: 0.75;
  cursor: pointer;
}
body.shop .product-card .clamp .menu-hours {
  display: block;
  margin-top: 0.25rem;
}
body.shop .btn-add {
  padding: 0.45rem 0.85rem;
  font-size: 0.68rem;
  letter-spacing: 0.16em;
}
body.shop .thumb {
  width: 5rem;
  height: 5rem;
  border-radius: var(--r-sm);
  background: var(--c-panel);
  font-size: 0.65rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--c-muted);
  font-family: var(--font-display);
}
@media (min-width: 640px) {
  body.shop .thumb {
    width: 5.5rem;
    height: 5.5rem;
  }
}
body.shop .thumb-empty {
  border: 0;
  background: var(--c-panel);
}
body.shop .product-head span {
  font-variant-numeric: tabular-nums;
  white-space: nowrap;
}
body.shop .tabular { font-variant-numeric: tabular-nums; }
body.shop .clamp {
  max-width: 62ch;
  color: var(--c-muted);
}
body.shop .diet-labels {
  white-space: nowrap;
}
body.shop .product-head h3 .diet-labels,
body.shop .modal-head h2 .diet-labels {
  font-family: var(--font-sans);
  font-weight: 500;
  font-size: 0.72em;
  letter-spacing: 0.04em;
  color: var(--c-muted);
}
body.shop .menu-diet-legend {
  margin: 1.5rem 0 0;
  color: var(--c-muted);
  font-size: 0.82rem;
}

body.shop .card,
body.shop .hours {
  border-radius: var(--r-sm);
  background: var(--c-panel);
  box-shadow: none;
}
body.shop .hours { padding: 1.75rem; }
body.shop .find-os {
  margin-top: 5rem;
  padding-top: 1rem;
}
@media (min-width: 768px) {
  body.shop .find-os { margin-top: 6rem; }
}
body.shop .find-os-title {
  margin: 0;
  font-size: 2.5rem;
  line-height: 1;
}
@media (min-width: 768px) {
  body.shop .find-os-title { font-size: 3.25rem; }
}
body.shop .find-os-contact { margin: 2rem 0 2.5rem; }
body.shop .find-os-kicker {
  margin: 0 0 0.65rem;
  color: var(--c-muted);
}
body.shop .find-os-phone {
  display: block;
  font-size: 1.75rem;
  line-height: 1.1;
  letter-spacing: 0.04em;
  text-decoration: underline;
  text-underline-offset: 6px;
  font-variant-numeric: tabular-nums;
}
@media (min-width: 768px) {
  body.shop .find-os-phone { font-size: 2.25rem; }
}
body.shop .find-os-status {
  display: flex;
  align-items: flex-start;
  gap: 0.55rem;
  margin: 0.75rem 0 0;
  color: var(--c-muted);
}
body.shop .find-os-status .shop-open {
  margin-top: 0.28em;
}
body.shop .find-os-status a {
  color: inherit;
  text-decoration: none;
}
body.shop .find-os-mail {
  display: inline-block;
  margin-top: 0.85rem;
  text-decoration: underline;
  text-underline-offset: 4px;
}
body.shop .find-os-grid {
  display: grid;
  gap: 0;
}
body.shop .find-os-place-label,
body.shop .find-os-hours .label {
  margin: 0 0 0.85rem;
  color: var(--c-muted);
}
body.shop .find-os-map-wrap {
  position: relative;
  width: 100%;
  min-height: 16rem;
  margin: 0 0 1rem;
}
body.shop .find-os-map {
  position: absolute;
  inset: 0;
  display: block;
  width: 100%;
  height: 100%;
  margin: 0;
  border: 1px solid var(--c-line);
  background: var(--c-panel);
}
body.shop .find-os-place-meta {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  margin: 0 0 2.5rem;
}
body.shop .find-os-place-meta > .btn {
  width: auto;
}
body.shop .find-os-address {
  margin: 0 0 1rem;
}
body.shop .find-os-hours-labels,
body.shop .find-os-hours-lists {
  display: grid;
  gap: 2rem;
}
@media (min-width: 640px) {
  body.shop .find-os-hours.has-delivery .find-os-hours-labels,
  body.shop .find-os-hours.has-delivery .find-os-hours-lists {
    grid-template-columns: 1fr 1fr;
  }
}
@media (min-width: 768px) {
  body.shop .find-os-grid {
    grid-template-columns: 1.05fr 1fr;
    grid-template-areas:
      "plabel hlabel"
      "map    lists"
      "meta   .";
    column-gap: 2.5rem;
    row-gap: 0;
    align-items: stretch;
  }
  body.shop .find-os-place-label { grid-area: plabel; }
  body.shop .find-os-map-wrap {
    grid-area: map;
    margin: 0;
    min-height: 0;
    align-self: stretch;
  }
  body.shop .find-os-place-meta { grid-area: meta; margin: 1rem 0 0; }
  body.shop .find-os-hours { display: contents; }
  body.shop .find-os-hours-labels { grid-area: hlabel; }
  body.shop .find-os-hours-lists { grid-area: lists; }
}
body.shop .find-os .hours-list {
  margin: 0;
  grid-template-columns: 1fr;
}
body.shop .find-os .hours-list li {
  border-bottom-color: var(--c-line);
}
body.shop .find-os .hours-list li.is-today {
  font-weight: 700;
}
body.shop .hours-boards { margin-top: 5rem; }
@media (min-width: 768px) {
  body.shop .hours-boards { margin-top: 6rem; }
}
body.shop .hours h2 {
  margin: 0;
  font-size: 1.875rem;
  line-height: 1.1;
  text-transform: none;
  letter-spacing: var(--display-tracking);
  font-weight: 700;
}
@media (min-width: 768px) {
  body.shop .hours h2 { font-size: 2.25rem; }
}
body.shop .hours-list li span:last-child {
  font-variant-numeric: tabular-nums;
  color: var(--c-ink);
}

body.shop .modal {
  max-height: min(90vh, calc(100dvh - env(safe-area-inset-top, 0px) - env(safe-area-inset-bottom, 0px) - 1.5rem));
}
body.shop .modal-head {
  align-items: flex-start;
}
body.shop .modal-head .btn {
  flex: 0 0 auto;
  align-self: flex-start;
}
body.shop .qty button,
body.shop .round,
body.shop .extra-row,
body.shop .field input,
body.shop .field textarea {
  border-radius: var(--r-sm);
}
body.shop .modal-bg { background: color-mix(in srgb, var(--c-ink) 40%, transparent); }

body.shop .footer {
  --footer-bg: var(--c-paper);
  --footer-fg: var(--c-ink);
  background: var(--c-paper);
  color: var(--c-ink);
  border-top: 1px solid var(--c-line);
  box-shadow: none;
  padding-bottom: 1.5rem;
}
body.shop .footer-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 2.25rem;
  padding: 2.75rem 0 2.4rem;
  align-items: start;
  border-bottom: 0;
}
@media (min-width: 720px) {
  body.shop .footer-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 2.5rem;
  }
}
@media (min-width: 980px) {
  body.shop .footer-grid {
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 2.25rem;
  }
  body.shop .footer-col-meta {
    align-items: flex-end;
    text-align: right;
  }
}
body.shop .footer-col {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 0.55rem;
  min-width: 0;
}
body.shop .footer-col-title {
  margin: 0 0 0.45rem;
  color: var(--c-muted);
}
body.shop .footer-col p:not(.footer-col-title) {
  margin: 0;
  color: var(--c-ink);
  font-size: 0.98rem;
  line-height: 1.35;
  font-family: var(--font-sans);
  font-weight: 400;
  text-transform: none;
  letter-spacing: 0;
}
body.shop .footer-logo {
  display: block;
  height: auto;
  max-height: 2.6rem;
  width: auto;
  max-width: min(12rem, 100%);
  object-fit: contain;
  margin: 0 0 0.35rem;
}
body.shop .footer-name {
  margin: 0;
  font-size: 1.2rem;
}
body.shop .footer-address {
  margin: 0;
  color: var(--c-ink);
  font-size: 0.98rem;
  line-height: 1.45;
}
body.shop .footer-link {
  color: var(--c-ink);
  text-decoration: none;
  line-height: 1.35;
  font-size: 0.98rem;
  font-family: var(--font-sans);
  font-weight: 400;
}
body.shop .footer-link:hover {
  text-decoration: underline;
  text-underline-offset: 4px;
  text-decoration-thickness: 1px;
}
body.shop .footer-custom {
  margin: 0;
  white-space: pre-wrap;
  color: var(--c-ink);
}
body.shop .footer-smiley {
  display: inline-flex;
  align-items: center;
  gap: 0.7rem;
  margin-top: 0.55rem;
  color: var(--c-ink);
  text-decoration: none;
}
body.shop .footer-smiley-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 2.7rem;
  height: 2.7rem;
  flex: 0 0 auto;
  border: 1px solid var(--c-ink);
  border-radius: 0.55rem;
  color: var(--c-ink);
}
body.shop .footer-smiley-icon svg {
  width: 1.45rem;
  height: 1.45rem;
}
body.shop .footer-smiley-label {
  font-size: 0.98rem;
  line-height: 1.3;
  font-family: var(--font-sans);
  font-weight: 400;
}
body.shop .footer-smiley:hover .footer-smiley-label {
  text-decoration: underline;
  text-underline-offset: 4px;
  text-decoration-thickness: 1px;
}

body.shop .table-banner {
  background: var(--c-panel);
  border-bottom: 1px solid var(--c-line);
}
body.shop .cookie-banner {
  background: var(--c-paper);
  color: var(--c-ink);
  border-top: 1px solid var(--c-line);
  box-shadow: none;
  padding-bottom: calc(1rem + env(safe-area-inset-bottom, 0px));
}
body.shop .cookie-banner-inner p { color: var(--c-ink); max-width: 62ch; }
body.shop .cookie-banner .btn-outline {
  color: var(--c-ink);
  border-color: currentColor;
}
body.shop .cookie-banner .switch-track { background: var(--c-panel); }
body.shop .cookie-banner .switch-state { color: var(--c-ink); }
body.shop .campaign-modal { background: color-mix(in srgb, var(--c-ink) 40%, transparent); }
body.shop .campaign-card {
  border-radius: var(--r-sm);
  background: var(--c-paper);
  color: var(--c-ink);
  box-shadow: none;
}

@keyframes shop-logo-roll {
  from {
    transform: scaleY(0);
    opacity: 0;
  }
  to {
    transform: scaleY(1);
    opacity: 1;
  }
}
@keyframes shop-reveal {
  from { opacity: 0; transform: translateY(8px); }
  to { opacity: 1; transform: translateY(0); }
}
@keyframes shop-hero-fade {
  from { opacity: 0; }
  to { opacity: 1; }
}
@keyframes shop-hero-up {
  from { opacity: 0; transform: translateY(18px); }
  to { opacity: 1; transform: translateY(0); }
}
@keyframes shop-hero-zoom {
  from { opacity: 0; transform: scale(0.92); }
  to { opacity: 1; transform: scale(1); }
}
@keyframes shop-hero-in-left {
  from { opacity: 0; transform: translateX(3rem); }
  to { opacity: 1; transform: translateX(0); }
}
@keyframes shop-hero-in-right {
  from { opacity: 0; transform: translateX(-3rem); }
  to { opacity: 1; transform: translateX(0); }
}
@keyframes shop-hero-roll-x {
  from { transform: scaleX(0); opacity: 0; }
  to { transform: scaleX(1); opacity: 1; }
}
@keyframes shop-hero-spin {
  from { opacity: 0; transform: rotate(-420deg) scale(0.35); }
  to { opacity: 1; transform: rotate(0deg) scale(1); }
}
@keyframes shop-hero-down {
  from { opacity: 0; transform: translateY(-18px); }
  to { opacity: 1; transform: translateY(0); }
}
@keyframes shop-pop {
  from { transform: scale(0.86); }
  to { transform: scale(1); }
}
@keyframes shop-ping {
  75%, to { opacity: 0; transform: scale(2.2); }
}

/* Mobil og tablet, liggende: lavere landing, så indholdet kan ses uden at zoome */
@media (orientation: landscape) and (max-height: 560px) {
  body.shop .shop-hero {
    min-height: 100svh;
    padding: 2.25rem 0 2.5rem;
  }
  body.shop .shop-hero-inner { padding-top: 0.25rem; }
  body.shop .shop-wordmark img { max-height: 6.5rem; }
  body.shop .shop-wordmark .font-display { font-size: 2.35rem; }
  body.shop .shop-hero-kicker { margin-top: 0.7rem; }
  body.shop .shop-hero-lead { margin-top: 0.85rem; font-size: 1rem; }
  body.shop .shop-hero-actions { margin-top: 1.15rem; }
  body.shop .shop-hero-meta { margin-top: 1rem; }
  body.shop .shop-hero-phone { font-size: 1.25rem; }
  body.shop .shop-hero-scroll { bottom: 0.65rem; }
  body.shop .shop-pizza-toss-set {
    width: min(46vw, 16rem);
    max-height: min(64vh, 14rem);
  }
  body.shop .header-hours-text { display: none; }
  body.shop .modal-bg {
    align-items: stretch;
    padding: 0.45rem;
  }
  body.shop .modal {
    max-height: none;
    height: 100%;
  }
}

@media (max-width: 420px) {
  body.shop .product-card {
    grid-template-columns: 4.25rem minmax(0, 1fr);
    grid-template-areas:
      "thumb head"
      "thumb desc"
      "add add";
    column-gap: 0.85rem;
  }
  body.shop .thumb {
    width: 4.25rem;
    height: 4.25rem;
  }
  body.shop .product-actions { justify-content: flex-start; }
}

@media (prefers-reduced-motion: reduce) {
  html:has(body.shop) { scroll-behavior: auto; }
  body.shop .shop-hero-inner > * { animation: none; }
  body.shop .shop-wordmark img,
  body.shop .shop-wordmark .font-display { animation: none; }
  body.shop .shop-reveal { opacity: 1; transform: none; transition: none; }
  body.shop .header.shop-bar {
    transform: none;
    opacity: 1;
    pointer-events: auto;
    transition: none;
  }
  body.shop .shop-hero { padding-top: calc(var(--shop-header-h) + 2rem); }
  body.shop .shop-pizza-toss { display: none; }
  body.shop .shop-open-ping { animation: none; display: none; }
  body.shop .thumb::after { display: none; }
  body.shop .count-badge.is-pop { animation: none; }
  body.shop .btn { transition: none; }
  body.shop .btn:active { transform: none; }
  body.shop .cart-pop { transition: none; transform: none; }
}
