:root {
  --color-primary: #d02b22;
  --color-secondary: #17100d;
  --color-background: #100b09;
  --color-surface: #1d1512;
  --color-text: #fff5e8;
  --color-muted: #d7b898;
  --color-border: rgb(255 245 232 / 12%);
  --font-family: "Oswald", "Arial Narrow", Arial, sans-serif;
  --font-display: "Bebas Neue", "Oswald", sans-serif;
  --container: 1160px;
}

/* Réduit le coût de rendu initial des grandes sections situées sous la ligne de flottaison. */
main > section:not(:first-child),
.site-footer {
  content-visibility: auto;
  contain-intrinsic-size: auto 700px;
}

html {
  scroll-behavior: smooth;
}

.skip-link {
  position: fixed;
  z-index: 1000;
  top: 0.75rem;
  left: 0.75rem;
  padding: 0.7rem 1rem;
  border-radius: 4px;
  background: #ffffff;
  color: #100b09;
  font-weight: 700;
  transform: translateY(-200%);
}

.skip-link:focus {
  transform: translateY(0);
}

:where(a, button, input, select, textarea, summary, [tabindex]):focus-visible {
  outline: 3px solid #f5c518;
  outline-offset: 3px;
}

body {
  margin: 0;
  background:
    radial-gradient(circle at top, rgb(208 43 34 / 18%), transparent 32%),
    linear-gradient(180deg, #120d0b 0%, #100b09 100%);
  color: #fff5e8;
}

.site-header {
  position: sticky;
  z-index: 30;
  top: 0;
  border-bottom: 1px solid rgb(255 255 255 / 10%);
  background:
    linear-gradient(90deg, rgb(18 13 11 / 94%), rgb(18 13 11 / 78%)),
    url("/themes/artisan-rock/assets/images/source/nav-guitar.png") center / cover no-repeat;
  box-shadow: 0 8px 30px rgb(0 0 0 / 28%);
}

.site-status-bar {
  position: relative;
  z-index: 35;
  display: none;
  align-items: center;
  justify-content: center;
  gap: 10px;
  min-height: 38px;
  padding: 0.35rem 1rem;
  border-bottom: 1px solid rgba(255, 244, 227, 0.12);
  font-size: 0.82rem;
  font-weight: 800;
  letter-spacing: .5px;
  text-transform: uppercase;
}

.page-home .site-status-bar {
  display: flex;
}

.site-status-bar.is-open {
  background: #146b2d;
  color: #ffffff;
}

.site-status-bar.is-closed {
  background: #8f1c1c;
  color: #ffffff;
}

.site-status-bar small {
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0;
  text-transform: none;
}

.site-status-announcement {
  font-size: .78rem;
  font-weight: 700;
  letter-spacing: 0;
  text-transform: none;
}

.site-status-announcement a {
  margin-left: 6px;
  color: inherit;
  font-weight: 900;
}

.site-status-skip-link {
  display: inline-flex;
  width: 28px;
  height: 28px;
  align-items: center;
  justify-content: center;
  border: 1px solid rgb(255 255 255 / 38%);
  border-radius: 50%;
  color: #ffffff;
  text-decoration: none;
  transition: background .2s ease, transform .2s ease;
}

.site-status-skip-link:hover,
.site-status-skip-link:focus {
  background: rgb(255 255 255 / 18%);
  transform: translateY(1px);
}

.site-status-skip-link svg {
  width: 16px;
  height: 16px;
}

.site-announcement {
  position: sticky;
  top: 128px;
  z-index: 109;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 18px;
  min-height: 48px;
  padding: 0.55rem 1rem;
  background: #f5c518;
  color: #1a1410;
  box-shadow: 0 4px 14px rgb(0 0 0 / 18%);
}

.site-announcement-content {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 8px 12px;
}

.site-announcement p {
  margin: 0;
  font-size: .9rem;
  font-weight: 800;
}

.site-announcement a,
.site-announcement-toggle {
  border: 1px solid rgb(26 20 16 / 30%);
  border-radius: 999px;
  background: rgb(255 255 255 / 26%);
  color: #1a1410;
  font: inherit;
  font-size: .78rem;
  font-weight: 900;
  letter-spacing: .3px;
  line-height: 1;
  text-decoration: none;
  text-transform: uppercase;
}

.site-announcement a {
  padding: .52rem .72rem;
}

.site-announcement-toggle {
  padding: .52rem .72rem;
  cursor: pointer;
}

.site-announcement a:hover,
.site-announcement a:focus,
.site-announcement-toggle:hover,
.site-announcement-toggle:focus {
  background: #1a1410;
  color: #ffffff;
}

.site-announcement-toggle-mobile {
  display: none;
}

.site-announcement-reopen {
  display: none;
  align-items: center;
  justify-content: center;
  min-height: 38px;
  padding: .45rem .65rem;
  border: 1px solid rgb(245 197 24 / 55%);
  border-radius: 8px;
  background: rgb(13 9 8 / 72%);
  color: #f5c518;
  font: inherit;
  font-size: .75rem;
  font-weight: 900;
  letter-spacing: .4px;
  text-transform: uppercase;
  cursor: pointer;
}

.site-announcement.is-collapsed + .site-header .site-announcement-reopen {
  display: inline-flex;
}

.site-announcement.is-collapsed {
  display: none;
}

.brand,
.header-nav a {
  color: #fff4e3;
}

.brand {
  padding: 10px 14px;
  border: 1px solid rgb(255 244 227 / 14%);
  border-radius: 8px;
  background: rgb(13 9 8 / 72%);
  box-shadow: 0 6px 16px rgb(0 0 0 / 20%);
}

.brand-logo {
  max-width: 130px;
}

.nav-menu-item {
  position: relative;
  display: inline-flex;
  align-items: center;
  padding-bottom: 18px;
  margin-bottom: -18px;
}

.nav-trigger {
  appearance: none;
  border: 1px solid rgb(255 244 227 / 14%);
  background: rgb(244 241 234 / 95%);
  white-space: nowrap;
}

.nav-card-menu {
  position: absolute;
  top: calc(100% - 2px);
  left: 50%;
  z-index: 50;
  display: grid;
  width: min(620px, 92vw);
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 8px;
  padding: 12px;
  border: 1px solid rgb(255 244 227 / 16%);
  border-radius: 8px;
  background: rgb(20 14 12 / 96%);
  box-shadow: 0 20px 60px rgb(0 0 0 / 42%);
  opacity: 0;
  pointer-events: none;
  transform: translateX(-50%) translateY(8px);
  transition: opacity .18s ease, transform .18s ease;
}

.nav-card-menu::before {
  content: "";
  position: absolute;
  display: none;
  right: 0;
  bottom: 100%;
  left: 0;
  height: 18px;
}

.nav-menu-item:hover .nav-card-menu,
.nav-menu-item.is-open .nav-card-menu,
.nav-menu-item:focus-within .nav-card-menu {
  opacity: 1;
  pointer-events: auto;
  transform: translateX(-50%) translateY(0);
}

.nav-trigger,
.nav a:not(.btn) {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 44px;
  box-sizing: border-box;
  padding: 0.55rem 0.95rem;
  border-radius: 8px;
  color: #1a1410;
  font-family: inherit;
  font-size: .85rem;
  font-weight: 800;
  letter-spacing: .5px;
  line-height: 1;
  text-decoration: none;
  text-transform: uppercase;
  cursor: pointer;
}

.nav-card-menu a {
  display: grid;
  grid-template-columns: 78px minmax(0, 1fr);
  align-items: center;
  gap: 10px;
  padding: 8px;
  border-radius: 6px;
  background: rgb(255 244 227 / 8%);
  color: #fff4e3;
  font-size: .82rem;
  font-weight: 800;
  text-decoration: none;
  text-transform: uppercase;
}

.nav-card-menu a:hover,
.nav-card-menu a:focus {
  background: rgb(199 53 34 / 28%);
  color: #fff4e3;
}

.nav-trigger:hover,
.nav-trigger:focus,
.nav a:not(.btn):hover,
.nav a:not(.btn):focus {
  background: #f5c518;
  color: #120e0c;
}

.nav-card-menu-all {
  grid-column: 1 / -1;
  justify-content: center;
  background: rgb(208 43 34 / 22%);
  color: #fff4e3;
}

.nav-trigger,
.nav a:not(.btn),
.nav-card-menu a,
.header-phone-button,
.btn.btn-order {
  min-height: 44px;
}

.nav-card-menu img {
  width: 78px;
  height: 52px;
  border-radius: 5px;
  object-fit: cover;
}

.phone-link {
  box-shadow: 0 0 0 4px rgb(199 53 34 / 18%);
}

.header-phone-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 44px;
  padding: 0.5rem 1rem;
  border: 1px solid rgb(255 244 227 / 16%);
  border-radius: 8px;
  background: rgb(13 9 8 / 72%);
  color: #f4f1ea;
  font-family: var(--font-display);
  font-size: 1.05rem;
  white-space: nowrap;
  text-decoration: none;
  box-shadow: 0 6px 16px rgb(0 0 0 / 20%);
}

.header-phone-button:hover,
.header-phone-button:focus {
  background: rgb(199 53 34 / 28%);
  color: #fff4e3;
}

.header-phone-icon {
  display: none;
}

@media (min-width: 761px) {
  .header-phone-button {
    display: none;
  }
}
/* Home motion accents: lightweight, configurable and motion-safe. */
.hero {
  isolation: isolate;
  overflow: hidden;
}

.hero::after {
  position: absolute;
  z-index: 0;
  right: -8%;
  bottom: -18%;
  left: -8%;
  height: 48%;
  background:
    radial-gradient(ellipse at 18% 100%, rgb(255 75 16 / 34%), transparent 42%),
    radial-gradient(ellipse at 55% 110%, rgb(255 179 38 / 25%), transparent 48%),
    radial-gradient(ellipse at 86% 100%, rgb(208 43 34 / 25%), transparent 38%);
  content: "";
  filter: blur(18px);
  opacity: .72;
  pointer-events: none;
  transform-origin: center bottom;
  animation: hero-fire-glow 3.8s ease-in-out infinite alternate;
}

.hero-content {
  position: relative;
  z-index: 2;
}

.hero-fire {
  position: absolute;
  z-index: 1;
  inset: auto 0 0;
  height: 88%;
  overflow: hidden;
  pointer-events: none;
}

.hero-fire span {
  position: absolute;
  bottom: -14px;
  left: calc(8% + (var(--ember-index, 0) * 12%));
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background: #ffd35a;
  box-shadow: 0 0 8px 2px #ff6b18;
  opacity: 0;
  animation: hero-ember-rise 4.8s linear infinite;
}

.hero-fire span:nth-child(1) { --ember-index: 0; animation-delay: -.8s; }
.hero-fire span:nth-child(2) { --ember-index: 1; width: 3px; height: 3px; animation-delay: -3.2s; animation-duration: 5.6s; }
.hero-fire span:nth-child(3) { --ember-index: 2; animation-delay: -1.9s; animation-duration: 4.2s; }
.hero-fire span:nth-child(4) { --ember-index: 3; width: 2px; height: 2px; animation-delay: -4.5s; animation-duration: 6.2s; }
.hero-fire span:nth-child(5) { --ember-index: 4; animation-delay: -2.6s; animation-duration: 5.1s; }
.hero-fire span:nth-child(6) { --ember-index: 5; width: 3px; height: 3px; animation-delay: -.2s; animation-duration: 4.6s; }
.hero-fire span:nth-child(7) { --ember-index: 6; animation-delay: -3.8s; animation-duration: 5.8s; }
.hero-fire span:nth-child(8) { --ember-index: 7; width: 2px; height: 2px; animation-delay: -1.3s; animation-duration: 4.4s; }

@keyframes hero-fire-glow {
  0% { opacity: .46; transform: scaleX(.96) scaleY(.9); }
  45% { opacity: .78; }
  100% { opacity: .6; transform: scaleX(1.04) scaleY(1.08); }
}

@keyframes hero-ember-rise {
  0% { opacity: 0; transform: translate3d(0, 0, 0) scale(.5); }
  12% { opacity: .85; }
  68% { opacity: .5; }
  100% { opacity: 0; transform: translate3d(48px, -72vh, 0) scale(1.35); }
}

.navbar-notre-dame {
  position: relative;
  overflow: visible;
}

.navbar-notre-dame::after {
  position: absolute;
  inset: 5% -5%;
  border-radius: 50%;
  background: radial-gradient(ellipse, rgb(255 211 90 / 38%), rgb(245 197 24 / 10%) 42%, transparent 72%);
  content: "";
  opacity: 0;
  pointer-events: none;
  filter: blur(7px);
  animation: notre-dame-glow 10s ease-in-out infinite;
}

.navbar-notre-dame img {
  position: relative;
  z-index: 1;
  animation: notre-dame-line-glow 10s ease-in-out infinite;
}

@keyframes notre-dame-glow {
  0%, 72%, 100% { opacity: 0; transform: scale(.92); }
  80% { opacity: .88; transform: scale(1.04); }
  87% { opacity: .35; }
  92% { opacity: .7; transform: scale(1); }
}

@keyframes notre-dame-line-glow {
  0%, 72%, 100% { filter: none; }
  80%, 92% { filter: drop-shadow(0 0 5px rgb(255 213 84 / 90%)) drop-shadow(0 0 13px rgb(255 116 30 / 48%)); }
}

.promo-flash {
  position: relative;
  z-index: 8;
  padding: .75rem 1.25rem;
  border-block: 1px solid rgb(245 197 24 / 44%);
  background: linear-gradient(100deg, #751814, #b6241c 48%, #721410);
  color: #fff;
  box-shadow: 0 10px 30px rgb(0 0 0 / 25%);
  animation: promo-flash-enter .55s cubic-bezier(.2, .8, .25, 1) both;
}

.promo-flash[hidden] {
  display: none;
}

.promo-flash.is-closing {
  animation: promo-flash-leave .28s ease both;
}

.promo-flash-inner {
  display: flex;
  width: min(1180px, 100%);
  min-height: 46px;
  margin: 0 auto;
  align-items: center;
  justify-content: center;
  gap: .8rem 1.15rem;
}

.promo-flash-badge {
  padding: .38rem .65rem;
  border-radius: 999px;
  background: #f5c518;
  color: #24100d;
  font-size: .7rem;
  font-weight: 900;
  letter-spacing: .08em;
  text-transform: uppercase;
  box-shadow: 0 0 0 0 rgb(245 197 24 / 45%);
  animation: promo-badge-pulse 2.8s ease-out infinite;
}

.promo-flash p {
  margin: 0;
  font-weight: 800;
  line-height: 1.35;
}

.promo-flash a {
  color: #f5c518;
  font-size: .78rem;
  font-weight: 900;
  letter-spacing: .05em;
  text-transform: uppercase;
  white-space: nowrap;
}

.promo-flash button {
  flex: 0 0 34px;
  width: 34px;
  height: 34px;
  margin-left: auto;
  border: 1px solid rgb(255 255 255 / 35%);
  border-radius: 50%;
  background: rgb(0 0 0 / 18%);
  color: #fff;
  cursor: pointer;
  font: 700 1.25rem/1 sans-serif;
}

.promo-flash button:hover,
.promo-flash button:focus-visible {
  background: #fff;
  color: #741713;
}

@keyframes promo-flash-enter {
  from { opacity: 0; transform: translateY(-22px); }
  to { opacity: 1; transform: translateY(0); }
}

@keyframes promo-flash-leave {
  to { opacity: 0; transform: translateY(-14px); }
}

@keyframes promo-badge-pulse {
  0%, 55%, 100% { box-shadow: 0 0 0 0 rgb(245 197 24 / 0%); }
  70% { box-shadow: 0 0 0 8px rgb(245 197 24 / 16%); }
}

.new-product-reveal {
  position: relative;
  height: 100%;
}

.new-product-reveal .rock-product-card {
  height: 100%;
}

.new-product-badge {
  position: absolute;
  z-index: 4;
  top: 12px;
  left: 12px;
  padding: .42rem .68rem;
  border: 1px solid rgb(255 255 255 / 25%);
  border-radius: 999px;
  overflow: hidden;
  background: linear-gradient(110deg, #d02b22, #8f1c1c);
  color: #fff;
  font-size: .68rem;
  font-weight: 900;
  letter-spacing: .09em;
  text-transform: uppercase;
  box-shadow: 0 7px 18px rgb(0 0 0 / 30%);
}

.new-product-badge::after {
  position: absolute;
  inset: -40% auto -40% -45%;
  width: 28%;
  background: linear-gradient(90deg, transparent, rgb(255 255 255 / 72%), transparent);
  content: "";
  transform: skewX(-20deg);
  animation: new-badge-shine 5.5s ease-in-out infinite;
}

@keyframes new-badge-shine {
  0%, 72% { left: -45%; }
  88%, 100% { left: 125%; }
}

.js-enabled .motion-reveal {
  opacity: 0;
  transform: translateY(28px) scale(.985);
}

.js-enabled .motion-reveal.is-visible {
  opacity: 1;
  transform: none;
  transition: opacity .65s ease calc(var(--reveal-order, 0) * 90ms), transform .65s cubic-bezier(.2, .72, .25, 1) calc(var(--reveal-order, 0) * 90ms);
}

.animations-paused .hero::after,
.animations-paused .hero-fire span,
.animations-paused .navbar-notre-dame::after,
.animations-paused .navbar-notre-dame img,
.animations-paused .promo-flash-badge,
.animations-paused .new-product-badge::after {
  animation-play-state: paused;
}

@media (max-width: 700px) {
  .hero-fire { height: 68%; }
  .promo-flash-inner { flex-wrap: wrap; justify-content: flex-start; gap: .55rem .75rem; }
  .promo-flash p { order: 3; flex: 1 0 100%; font-size: .88rem; }
  .promo-flash button { margin-left: auto; }
}

@media (prefers-reduced-motion: reduce) {
  .hero::after,
  .hero-fire span,
  .navbar-notre-dame::after,
  .navbar-notre-dame img,
  .promo-flash,
  .promo-flash-badge,
  .new-product-badge::after {
    animation: none !important;
  }

  .js-enabled .motion-reveal {
    opacity: 1;
    transform: none;
  }
}


.float-call {
  position: fixed;
  right: 16px;
  bottom: 18px;
  z-index: 120;
  display: none;
  align-items: center;
  justify-content: center;
  min-height: 46px;
  padding: 0.65rem 1rem;
  border: 1px solid rgba(255, 244, 227, 0.18);
  border-radius: 8px;
  background: #d02b22;
  color: #ffffff;
  font-family: var(--font-display);
  font-size: 1rem;
  font-weight: 700;
  text-decoration: none;
  box-shadow: 0 10px 26px rgba(0, 0, 0, 0.35);
}

.float-call:hover,
.float-call:focus {
  background: #ffb34d;
  color: #1d1714;
}

.footer-cookie-button {
  padding: 0;
  border: 0;
  background: transparent;
  color: #ffb34d;
  font: inherit;
  font-weight: 800;
  text-align: left;
  text-decoration: none;
  text-transform: uppercase;
  cursor: pointer;
}

.footer-open-status {
  display: grid;
  gap: 0.5rem;
  margin: 0;
  padding: 0;
  border: 0;
  background: transparent;
}

.footer-open-status-badge {
  display: inline-block;
  width: fit-content;
  margin: 0.1rem 0 0.6rem;
  padding: 0.18rem 0.7rem;
  border-radius: 999px;
  font-size: 0.82rem;
  font-weight: 700;
}

.footer-open-status.is-open .footer-open-status-badge {
  border: 1px solid #57d977;
  background: rgba(87, 217, 119, 0.15);
  color: #57d977;
}

.footer-open-status.is-closed .footer-open-status-badge {
  border: 1px solid #e6122e;
  background: rgba(230, 18, 46, 0.15);
  color: #ff6b7d;
}

.footer-open-status-heading {
  display: flex;
  align-items: center;
  gap: 0.65rem;
}

.footer-open-status-heading h3 {
  margin-bottom: 0;
}

.footer-open-status-text {
  color: #a59c93;
  font-size: .9rem;
}

.footer-open-status-hours {
  display: grid;
  gap: 0.15rem;
  color: #a59c93;
  font-size: .9rem;
  line-height: 1.45;
}

.footer-open-status-reopening {
  color: #f5c518;
  font-size: .86rem;
  line-height: 1.45;
}

.footer-open-status-countdown {
  color: #f5c518;
  font-size: .86rem;
}

.footer-special-hours {
  display: grid;
  gap: 0.2rem;
  margin-top: 0.55rem;
  color: #f5c518;
  font-size: 0.86rem;
  line-height: 1.45;
}

.mobile-menu-toggle {
  display: none;
}

.mobile-header-actions {
  display: none;
}

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

.rock-hero {
  overflow: hidden;
  background:
    radial-gradient(circle at 72% 18%, rgb(208 43 34 / 26%), transparent 30%),
    radial-gradient(circle at 24% 18%, rgb(245 181 45 / 14%), transparent 26%),
    #120d0b;
  color: #fff4e3;
}

.rock-hero-inner {
  display: grid;
  grid-template-columns: minmax(0, .92fr) minmax(330px, 1.08fr);
  min-height: 680px;
  align-items: center;
  gap: 40px;
  padding: 68px 0 46px;
}

.rock-copy {
  display: grid;
  gap: 20px;
}

.rock-copy .baseline {
  color: #f5c518;
  font-size: 0.95rem;
  letter-spacing: 2.5px;
  text-transform: uppercase;
}

.rock-copy h1 {
  margin: 0;
  color: #ffffff;
  font-family: var(--font-display);
  font-size: clamp(3.4rem, 9vw, 7.2rem);
  line-height: .86;
  text-transform: uppercase;
}

.rock-copy p {
  max-width: 620px;
  margin: 0;
  color: #f5d5ae;
  font-size: 1.15rem;
}

.rock-hero-lead {
  font-size: 1.22rem;
  line-height: 1.65;
}

.rock-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.rock-actions .outline-button {
  border-color: rgb(255 244 227 / 28%);
  background: rgb(255 244 227 / 8%);
  color: #fff4e3;
}

.rock-hero-visual {
  position: relative;
  display: grid;
  place-items: center;
}

.rock-hero-image {
  display: block;
  width: min(100%, 720px);
  margin-left: auto;
  border: 1px solid rgb(255 255 255 / 12%);
  border-radius: 8px;
  box-shadow: 0 30px 90px rgb(0 0 0 / 48%);
}

.rock-hero-badge {
  position: absolute;
  right: -8px;
  bottom: -22px;
  width: 148px;
  height: auto;
  filter: drop-shadow(0 12px 20px rgb(0 0 0 / 38%));
}

.rock-promo {
  background: #c73522;
  color: #ffffff;
}

.rock-promo-inner {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 14px 24px;
  min-height: 76px;
  text-align: center;
}

.rock-promo strong {
  text-transform: uppercase;
}

.store-promotions {
  position: relative;
  overflow: hidden;
  padding: clamp(3.5rem, 7vw, 6rem) 1.25rem;
  border-block: 1px solid rgb(245 197 24 / 28%);
  background: linear-gradient(90deg, rgb(16 11 9 / 98%), rgb(29 15 13 / 92%), rgb(16 11 9 / 88%)), url("/themes/artisan-rock/assets/images/decor/pizza-table-banner.webp") center / cover no-repeat;
}

.store-promotions::before {
  position: absolute;
  inset: 0;
  background: repeating-linear-gradient(-12deg, transparent 0 34px, rgb(255 255 255 / 2%) 35px 36px);
  content: "";
  pointer-events: none;
}

.store-promotions-inner {
  position: relative;
  display: grid;
  grid-template-columns: minmax(240px, .7fr) minmax(0, 1.3fr);
  gap: clamp(2rem, 5vw, 5rem);
  align-items: center;
}

.store-promotions-heading h2 {
  max-width: 520px;
  margin: .25rem 0 1rem;
  color: #fff5e8;
  font-family: var(--font-display);
  font-size: clamp(3.3rem, 7vw, 6.6rem);
  font-weight: 400;
  line-height: .84;
  letter-spacing: .02em;
  text-shadow: 4px 5px 0 #7e1717;
}

.store-promotions-heading > p:not(.kicker) { max-width: 380px; color: #d7b898; font-size: 1.08rem; }
.store-promotions-heading .btn { margin-top: 1.25rem; }
.store-promotions-list { display: grid; gap: 1rem; }

.store-promotion-card {
  position: relative;
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 1.2rem;
  align-items: center;
  min-height: 150px;
  padding: clamp(1.25rem, 3vw, 2rem);
  overflow: hidden;
  border: 1px solid rgb(245 197 24 / 38%);
  border-radius: 12px;
  background: linear-gradient(120deg, rgb(55 24 19 / 96%), rgb(28 17 14 / 94%));
  box-shadow: 0 24px 60px rgb(0 0 0 / 35%);
}

.store-promotion-card::after { position: absolute; right: -35px; width: 105px; height: 105px; border: 20px solid rgb(208 43 34 / 16%); border-radius: 50%; content: ""; }
.store-promotion-number { color: #f5c518; font-family: var(--font-display); font-size: clamp(3.5rem, 7vw, 5.8rem); line-height: .8; text-shadow: 3px 3px 0 #8f1c1c; }
.store-promotion-label { margin: 0 0 .35rem; color: #f5c518; font-size: .72rem; font-weight: 800; letter-spacing: .16em; text-transform: uppercase; }
.store-promotion-card h3 { max-width: 680px; margin: 0; color: #fff; font-size: clamp(1.15rem, 2.3vw, 1.55rem); line-height: 1.25; }
.store-promotion-note { margin: .55rem 0 0; color: #d7b898; font-size: .88rem; }

@media (max-width: 760px) {
  .store-promotions-inner { grid-template-columns: 1fr; }
  .store-promotions-heading h2 { font-size: clamp(3.4rem, 17vw, 5.2rem); }
  .store-promotion-card { grid-template-columns: 62px 1fr; gap: .85rem; }
  .store-promotion-number { font-size: 3.8rem; }
}

.rock-proof {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
  padding: 34px 0;
}

.rock-proof article {
  display: grid;
  gap: 8px;
  min-height: 128px;
  align-content: center;
  padding: 22px;
  border: 1px solid var(--color-border);
  border-radius: 8px;
  background: #241815;
}

.rock-proof strong {
  color: #ffffff;
  font-size: 1.12rem;
  text-transform: uppercase;
  letter-spacing: .7px;
}

.rock-proof span {
  color: #d8b895;
}

.rock-menu {
  padding: 46px 0 54px;
  background:
    linear-gradient(180deg, rgb(18 13 11 / 94%), rgb(36 24 21 / 94%)),
    url("/themes/artisan-rock/assets/images/source/footer-bg.jpg") center / cover no-repeat;
}

.rock-sections {
  padding-top: 10px;
}

.rock-section-heading {
  display: grid;
  gap: 6px;
  margin-bottom: 24px;
  text-align: center;
}

.rock-section-heading h2 {
  margin: 0;
  color: #ffffff;
  font-family: var(--font-display);
  font-size: clamp(2.1rem, 4vw, 3.6rem);
  text-transform: uppercase;
  letter-spacing: 1px;
}

.rock-section-heading .baseline {
  color: #f5c518;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.rock-category-tabs {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 14px;
  padding: 12px 0 18px;
  margin-bottom: 10px;
}

.rock-category-toggle {
  display: none;
  align-items: center;
  justify-content: center;
  min-height: 44px;
  padding: 0.55rem 1rem;
  border: 1px solid rgba(255, 244, 227, 0.14);
  border-radius: 8px;
  background: rgba(28, 19, 16, 0.9);
  color: #fff4e3;
  font-family: inherit;
  font-size: 0.85rem;
  font-weight: 800;
  letter-spacing: 0.5px;
  text-transform: uppercase;
}

.rock-category-tab {
  display: grid;
  grid-template-columns: 82px minmax(0, 1fr);
  min-height: 84px;
  align-items: center;
  gap: 12px;
  padding: 10px;
  border: 1px solid rgb(255 244 227 / 12%);
  border-radius: 8px;
  background: rgb(28 19 16 / 76%);
  color: #fff4e3;
  font-weight: 800;
  text-decoration: none;
  text-transform: uppercase;
  box-shadow: 0 10px 20px rgb(0 0 0 / 16%);
}

.rock-category-tab:hover,
.rock-category-tab:focus {
  border-color: rgb(245 197 24 / 76%);
  background: rgb(208 43 34 / 26%);
}

.rock-category-tab img {
  box-sizing: border-box;
  width: 82px;
  height: 58px;
  padding: 3px;
  border-radius: 10px;
  background: radial-gradient(circle, rgb(255 179 77 / 18%), transparent 68%);
  object-fit: contain;
  filter: drop-shadow(0 8px 7px rgb(0 0 0 / 58%)) saturate(1.08) contrast(1.03);
  transition: filter .2s ease, transform .2s ease;
}

.rock-category-tab:hover img,
.rock-category-tab:focus img {
  filter: drop-shadow(0 11px 9px rgb(0 0 0 / 68%)) saturate(1.14) contrast(1.05);
  transform: translateY(-2px) scale(1.04);
}

.rock-menu-category {
  scroll-margin-top: 110px;
  padding-top: 30px;
}

.rock-menu-category-title {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 20px;
  padding-bottom: 14px;
  border-bottom: 1px solid rgb(255 244 227 / 14%);
}

.rock-menu-category-title h3,
.rock-menu-category-title p {
  margin: 0;
}

.rock-menu-category-title h3 {
  color: #ffffff;
  font-family: var(--font-display);
  font-size: 2rem;
  text-transform: uppercase;
  letter-spacing: 1px;
}

.rock-menu-category-title p {
  max-width: 560px;
  color: #d8b895;
}

.rock-category-link {
  color: #f5c518;
  font-weight: 800;
  text-decoration: none;
  text-transform: uppercase;
  letter-spacing: .8px;
}

.rock-product-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  grid-auto-rows: 1fr;
  gap: 16px;
  padding-top: 18px;
}

.rock-product-card {
  display: grid;
  grid-template-rows: auto 1fr;
  min-height: 100%;
  overflow: hidden;
  border: 1px solid rgb(255 244 227 / 12%);
  border-radius: 8px;
  background: #1d1714;
  box-shadow: 0 16px 30px rgb(0 0 0 / 18%);
  transition: transform .22s ease, border-color .22s ease, box-shadow .22s ease;
}

.rock-product-card:hover,
.rock-product-card:focus-within {
  transform: translateY(-4px);
  border-color: rgb(230 18 46 / 72%);
  box-shadow: 0 20px 36px rgb(230 18 46 / 14%), 0 18px 30px rgb(0 0 0 / 20%);
}

.rock-product-image {
  display: block;
  overflow: hidden;
  aspect-ratio: 1 / 1;
  background: #0f0b0a;
  touch-action: manipulation;
}

.rock-product-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: filter .22s ease;
  transform-origin: center;
}

.rock-product-card:hover .rock-product-image img,
.rock-product-card:focus-within .rock-product-image img {
  filter: brightness(1.05) saturate(1.05);
}

.rock-product-body {
  display: grid;
  grid-template-rows: 1fr auto auto;
  gap: 14px;
  padding: 16px;
}

.rock-product-body h2,
.rock-product-body h4,
.rock-product-body h3,
.rock-product-body p {
  margin: 0;
}

.rock-product-body h2 a,
.rock-product-body h4 a,
.rock-product-body h3 a {
  color: #ffffff;
  text-decoration: none;
  font-family: var(--font-display);
  font-size: 1.65rem;
  text-transform: uppercase;
  letter-spacing: .8px;
}

.rock-product-body p {
  margin-top: 8px;
  color: #d8b895;
  font-size: .95rem;
  display: -webkit-box;
  min-height: 4.2em;
  overflow: hidden;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}

.rock-product-meta {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
}

.rock-product-meta span {
  color: #ffffff;
  font-weight: 900;
  font-size: 1.15rem;
}

.rock-product-meta a {
  color: #ffb34d;
  font-weight: 800;
  text-decoration: none;
  text-transform: uppercase;
  letter-spacing: .8px;
}

.rock-cart-button {
  width: 100%;
  min-height: 42px;
  border: 0;
  border-radius: 6px;
  background: #d02b22;
  color: #ffffff;
  cursor: pointer;
  font: inherit;
  font-weight: 900;
  text-transform: uppercase;
}

.rock-cart-button:hover,
.rock-cart-button:focus {
  background: #ffb34d;
  color: #1d1714;
}

.rock-cart-button:disabled,
.product-actions button:disabled,
.card-action:disabled {
  cursor: not-allowed;
  filter: grayscale(1);
  opacity: 0.58;
}

.rock-page {
  padding: 34px 0 60px;
}

.rock-page-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 20px;
}

.rock-page-grid-spaced {
  margin-top: 24px;
}

.legal-box {
  margin-top: 24px;
  padding: 22px;
  border: 1px solid var(--color-border);
  border-radius: 8px;
  background: rgb(28 19 16 / 72%);
}

.legal-box h2 {
  margin: 0 0 12px;
  font-family: var(--font-display);
  font-size: 2rem;
  text-transform: uppercase;
  letter-spacing: 1px;
}

.legal-list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 8px 20px;
  margin: 0;
  padding-left: 20px;
  color: #d8b895;
}

.rock-story {
  padding: 54px 0;
  background: linear-gradient(180deg, rgb(16 11 9 / 94%), rgb(29 21 18 / 96%));
}

.rock-story-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.1fr) minmax(320px, .9fr);
  gap: 24px;
  align-items: start;
}

.rock-story-copy h2 {
  margin: 0 0 14px;
  font-family: var(--font-display);
  font-size: clamp(2.2rem, 4vw, 4rem);
  text-transform: uppercase;
  letter-spacing: 1px;
}

.rock-story-copy p {
  margin: 0 0 14px;
  color: #d8b895;
  max-width: 760px;
  font-size: 1.05rem;
}

.rock-story-points {
  display: grid;
  gap: 14px;
}

.rock-story-points article {
  display: grid;
  gap: 8px;
  padding: 18px 20px;
  border: 1px solid var(--color-border);
  border-radius: 8px;
  background: rgb(28 19 16 / 72%);
}

.rock-story-points strong {
  font-size: 1.1rem;
  text-transform: uppercase;
  letter-spacing: .7px;
}

.rock-story-points span {
  color: #d8b895;
}

.rock-faq {
  padding: 54px 0 64px;
}

.rock-faq-list {
  display: grid;
  gap: 12px;
  max-width: 920px;
  margin: 0 auto;
}

.rock-faq-list details {
  padding: 18px 20px;
  border: 1px solid var(--color-border);
  border-radius: 8px;
  background: rgb(28 19 16 / 72%);
}

.rock-faq-list summary {
  cursor: pointer;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: .8px;
}

.rock-faq-list p {
  margin: 12px 0 0;
  color: #d8b895;
}

.delivery-page {
  padding: 34px 0 60px;
}

.delivery-proof {
  margin-bottom: 24px;
}

.delivery-intro {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 20px;
  margin-bottom: 24px;
}

.delivery-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 20px;
}

.delivery-card {
  display: grid;
  gap: 14px;
  padding: 22px;
  border: 1px solid var(--color-border);
  border-radius: 8px;
  background: rgb(28 19 16 / 72%);
}

.delivery-card h2 {
  margin: 0;
  font-family: var(--font-display);
  font-size: 2rem;
  text-transform: uppercase;
  letter-spacing: 1px;
}

.delivery-card p,
.delivery-card dd,
.delivery-card dt,
.delivery-hours span {
  color: #d8b895;
}

.delivery-card dl {
  display: grid;
  gap: 10px;
  margin: 0;
}

.delivery-card dl div {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  border-bottom: 1px solid rgb(255 244 227 / 10%);
  padding-bottom: 8px;
}

.delivery-card dt {
  font-weight: 700;
}

.delivery-card dd {
  margin: 0;
}

.delivery-hours {
  display: grid;
  gap: 10px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.delivery-hours li {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  padding-bottom: 8px;
  border-bottom: 1px solid rgb(255 244 227 / 10%);
}

.delivery-related {
  margin-top: 26px;
}

.zone-links {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 14px;
}

.zone-links a {
  color: #ffb34d;
  text-decoration: none;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: .7px;
}

.local-seo-links,
.product-delivery-links {
  margin-top: 34px;
  padding: clamp(22px, 4vw, 36px);
  border: 1px solid rgb(255 179 77 / 24%);
  border-radius: 12px;
  background: rgb(24 16 12 / 72%);
}

.local-seo-link-group + .local-seo-link-group {
  margin-top: 22px;
}

.local-seo-link-group h3 {
  margin-bottom: 12px;
}

.local-seo-links > .btn {
  margin-top: 24px;
}

.product-delivery-links,
.category-delivery-link {
  margin-bottom: 26px;
}

.category-delivery-link a {
  color: #ffb34d;
  font-weight: 800;
}

.faq-section { margin: 38px 0; }
.faq-list { display: grid; gap: 12px; }
.faq-item { border: 1px solid rgb(255 179 77 / 24%); border-radius: 10px; background: rgb(24 16 12 / 72%); }
.faq-item summary { padding: 17px 20px; color: #fff; font-weight: 800; cursor: pointer; }
.faq-item p { margin: 0; padding: 0 20px 18px; color: #d8b895; line-height: 1.65; }
.review-cta { display: flex; align-items: center; justify-content: space-between; gap: 28px; margin: 38px 0; padding: clamp(24px, 4vw, 38px); border: 1px solid rgb(245 197 24 / 40%); border-radius: 12px; background: linear-gradient(135deg, rgb(41 29 31 / 96%), rgb(23 16 13 / 96%)); }
.review-cta h2 { margin: 4px 0 8px; }
.review-cta p { max-width: 680px; margin-bottom: 0; }
.review-cta .btn { flex: 0 0 auto; }
@media (max-width: 700px) { .review-cta { align-items: stretch; flex-direction: column; } .review-cta .btn { width: 100%; } }

.category-page,
.product-page,
.search-page,
.favorites-page,
.compare-page {
  padding: 34px 0 60px;
}

.category-product-grid,
.related-product-grid,
.favorites-list {
  margin-top: 24px;
}

.empty-state,
.favorites-empty,
.compare-empty {
  padding: 22px;
  border: 1px solid var(--color-border);
  border-radius: 8px;
  background: rgb(28 19 16 / 72%);
}

.product-detail {
  display: grid;
  grid-template-columns: minmax(0, 1.08fr) minmax(320px, .92fr);
  gap: 24px;
  align-items: start;
}

.gallery {
  display: grid;
  gap: 12px;
}

.gallery-main,
.gallery-placeholder {
  margin: 0;
  overflow: hidden;
  border: 1px solid var(--color-border);
  border-radius: 8px;
  background: #0f0b0a;
}

.gallery-main img {
  display: block;
  width: 100%;
  aspect-ratio: 1 / 1;
  object-fit: cover;
}

.gallery-thumbs {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 10px;
}

.gallery-thumbs a {
  display: block;
  overflow: hidden;
  border: 1px solid var(--color-border);
  border-radius: 6px;
}

.gallery-thumbs img {
  display: block;
  width: 100%;
  aspect-ratio: 1 / 1;
  object-fit: cover;
}

.gallery-placeholder,
.product-placeholder {
  display: grid;
  place-items: center;
  min-height: 420px;
  color: #d8b895;
}

.product-info {
  display: grid;
  gap: 16px;
  padding: 22px;
  border: 1px solid var(--color-border);
  border-radius: 8px;
  background: rgb(28 19 16 / 72%);
}

.product-info .baseline {
  color: #f5c518;
  text-transform: uppercase;
  letter-spacing: 2px;
}

.product-info .price {
  margin: 0;
  font-family: var(--font-display);
  font-size: 3rem;
  text-transform: uppercase;
}

.product-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.tag-list {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.tag-list li {
  padding: 8px 12px;
  border: 1px solid var(--color-border);
  border-radius: 999px;
  background: rgb(15 11 10 / 72%);
  color: #fff4e3;
}

.search-form {
  display: grid;
  gap: 12px;
  padding: 22px;
  border: 1px solid var(--color-border);
  border-radius: 8px;
  background: rgb(28 19 16 / 72%);
}

.search-field,
.compare-add-row {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 10px;
}

.search-field input,
.compare-add-row select {
  min-height: 46px;
  padding: 0 14px;
  border: 1px solid var(--color-border);
  border-radius: 8px;
  background: #120d0b;
  color: #fff5e8;
  font: inherit;
}

.search-field button,
.compare-add-row button {
  min-height: 46px;
  padding: 0 16px;
  border: 0;
  border-radius: 8px;
  background: #d02b22;
  color: #ffffff;
  font: inherit;
  font-weight: 800;
  text-transform: uppercase;
}

.search-results {
  margin-top: 20px;
}

.search-summary {
  margin-bottom: 14px;
  color: #d8b895;
}

.search-result-list {
  display: grid;
  gap: 12px;
}

.search-result a {
  display: grid;
  gap: 4px;
  padding: 18px 20px;
  border: 1px solid var(--color-border);
  border-radius: 8px;
  background: rgb(28 19 16 / 72%);
  text-decoration: none;
}

.result-type {
  color: #f5c518;
  text-transform: uppercase;
  letter-spacing: 2px;
  font-size: .8rem;
}

.result-title {
  color: #ffffff;
  font-family: var(--font-display);
  font-size: 1.8rem;
  text-transform: uppercase;
}

.result-description {
  color: #d8b895;
}

.compare-toolbar {
  display: grid;
  gap: 12px;
  padding: 22px;
  border: 1px solid var(--color-border);
  border-radius: 8px;
  background: rgb(28 19 16 / 72%);
}

.compare-count {
  margin: 0;
  color: #d8b895;
}

.compare-table-wrap {
  margin-top: 20px;
  overflow-x: auto;
}

.compare-table {
  width: 100%;
  border-collapse: collapse;
  border: 1px solid var(--color-border);
  background: rgb(28 19 16 / 72%);
}

.compare-table th,
.compare-table td {
  padding: 14px;
  border-bottom: 1px solid rgb(255 244 227 / 10%);
  text-align: left;
  vertical-align: top;
}

.compare-table th {
  color: #ffffff;
  font-family: var(--font-display);
  text-transform: uppercase;
  letter-spacing: 1px;
}

.compare-image-row td {
  width: 29%;
}

.compare-desktop-image {
  display: block;
  width: 100%;
  max-width: 260px;
  overflow: hidden;
  aspect-ratio: 4 / 3;
  border-radius: 8px;
  background: #0f0b0a;
}

.compare-desktop-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.site-footer {
  padding: 46px 0 52px;
  border-top: 1px solid rgb(255 244 227 / 12%);
  background:
    linear-gradient(90deg, rgb(0 0 0 / 82%), rgb(21 15 13 / 94%)),
    url("/themes/artisan-rock/assets/images/source/guitare_facade.jpg") right center / auto 100% no-repeat,
    #0f0b0a;
  color: #fff4e3;
}

.footer-grid {
  display: grid;
  grid-template-columns: 1fr 1fr 1.25fr;
  gap: 28px;
}

.site-footer h2 {
  margin: 0 0 12px;
  color: #ffffff;
  font-family: var(--font-display);
  font-size: 2.2rem;
  text-transform: uppercase;
  letter-spacing: 1px;
}

.site-footer p {
  margin: 0 0 10px;
  color: #d8b895;
}

.footer-phone,
.footer-links a,
.footer-areas a {
  color: #ffb34d;
  font-weight: 800;
  text-decoration: none;
  text-transform: uppercase;
  letter-spacing: .7px;
}

.footer-links {
  display: grid;
  gap: 10px;
}

.footer-areas {
  display: grid;
  gap: 12px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.footer-areas li {
  display: grid;
  gap: 4px;
}

.footer-areas span {
  color: #d8b895;
  font-size: .94rem;
}

.page-heading,
.section-card,
.product-card,
.delivery-card,
.cart-summary,
.admin-card,
.admin-form {
  border-color: rgb(255 244 227 / 14%);
  background: #241815;
}

.page-heading {
  padding: 24px 0 26px;
  border-bottom: 1px solid rgb(255 244 227 / 10%);
  background:
    linear-gradient(180deg, rgb(18 13 11 / 92%), rgb(29 21 18 / 96%)),
    url("/themes/artisan-rock/assets/images/source/slide3.jpg") center / cover no-repeat;
}

.page-heading.page-heading--food,
.page-heading.page-heading--delivery,
.page-heading.page-heading--artisan,
.page-heading.page-heading--awards,
.page-heading.page-heading--precart,
.page-heading.page-heading--welcome {
  position: relative;
  min-height: clamp(230px, 28vw, 365px);
  display: flex;
  align-items: center;
  overflow: hidden;
  padding-block: clamp(42px, 7vw, 84px);
  background-color: #100b09;
  background-position: center;
  background-size: cover;
}

.page-heading.page-heading--food {
  background-image:
    linear-gradient(90deg, rgb(16 11 9 / 97%) 0%, rgb(16 11 9 / 84%) 40%, rgb(16 11 9 / 25%) 76%, rgb(16 11 9 / 12%) 100%),
    url('/themes/artisan-rock/assets/images/decor/pizza-table-banner.webp');
}

.page-heading.page-heading--delivery {
  background-image:
    linear-gradient(90deg, rgb(16 11 9 / 97%) 0%, rgb(16 11 9 / 84%) 42%, rgb(16 11 9 / 20%) 78%),
    url('/themes/artisan-rock/assets/images/headings/delivery-pizza.webp');
}

.page-heading.page-heading--artisan {
  background-image:
    linear-gradient(90deg, rgb(16 11 9 / 97%) 0%, rgb(16 11 9 / 82%) 43%, rgb(16 11 9 / 18%) 78%),
    url('/themes/artisan-rock/assets/images/headings/artisan-craft.webp');
}

.page-heading.page-heading--awards {
  background-image:
    linear-gradient(90deg, rgb(16 11 9 / 97%) 0%, rgb(16 11 9 / 82%) 42%, rgb(16 11 9 / 16%) 78%),
    url('/themes/artisan-rock/assets/images/headings/awards-pizza.webp');
}

.page-heading.page-heading--precart {
  background-image:
    linear-gradient(90deg, rgb(16 11 9 / 98%) 0%, rgb(16 11 9 / 86%) 41%, rgb(16 11 9 / 18%) 77%),
    url('/themes/artisan-rock/assets/images/headings/precart-pizzas.webp');
}

.page-heading.page-heading--welcome {
  background-image:
    linear-gradient(90deg, rgb(16 11 9 / 96%) 0%, rgb(16 11 9 / 80%) 48%, rgb(16 11 9 / 32%) 100%),
    url('/themes/artisan-rock/assets/images/source/Devanture.jpg');
}

.page-heading[class*="page-heading--"]::after {
  content: "";
  position: absolute;
  inset: auto 0 0;
  height: 42%;
  background: linear-gradient(0deg, var(--color-background), transparent);
  pointer-events: none;
}

.page-heading[class*="page-heading--"] .container {
  position: relative;
  z-index: 1;
  width: 100%;
  transform: translateY(-18px);
}

.page-heading[class*="page-heading--"] .container::before {
  display: inline-flex;
  margin-bottom: 10px;
  padding: 5px 10px;
  border: 1px solid rgb(255 179 77 / 38%);
  border-radius: 999px;
  background: rgb(16 11 9 / 62%);
  color: #ffb34d;
  font-size: .78rem;
  font-weight: 900;
  letter-spacing: 1px;
  text-transform: uppercase;
  backdrop-filter: blur(4px);
}

.page-heading--food .container::before {
  content: "Pâte maison • ingrédients généreux";
}

.page-heading--delivery .container::before {
  content: "Préparée chaude • livrée avec soin";
}

.page-heading--artisan .container::before {
  content: "Savoir-faire • produits frais";
}

.page-heading--awards .container::before {
  content: "Excellence • passion • récompenses";
}

.page-heading--precart .container::before {
  content: "Vos pizzas • prêtes à partir";
}

.page-heading--welcome .container::before {
  content: "Bienvenue chez nous";
}

.page-heading[class*="page-heading--"] h1 {
  max-width: 760px;
  color: #ffffff;
  font-size: clamp(2.8rem, 6vw, 5.2rem);
  text-shadow: 0 7px 24px rgb(0 0 0 / 68%);
}

.page-heading[class*="page-heading--"] p {
  max-width: 650px;
  color: #f1d9bb;
  text-shadow: 0 3px 12px rgb(0 0 0 / 78%);
}

.product-formats-container { padding-block: 1rem; }
.page-heading-product-formats { display: grid; grid-template-columns: auto minmax(0, 1fr); gap: .35rem 1rem; align-items: center; width: fit-content; max-width: min(100%, 820px); margin: 0; padding: .75rem 1rem; border: 1px solid rgb(245 197 24 / 42%); border-radius: 8px; background: rgb(15 11 10 / 78%); box-shadow: 0 10px 28px rgb(0 0 0 / 24%); backdrop-filter: blur(7px); }
.page-heading-product-formats strong { color: #f5c518; font-size: .76rem; letter-spacing: .08em; text-transform: uppercase; }
.page-heading-product-formats span { color: #fff5e8; font-size: .92rem; line-height: 1.45; }

@media (max-width: 700px) {
  .page-heading-product-formats { grid-template-columns: 1fr; }

  .page-heading.page-heading--food,
  .page-heading.page-heading--delivery,
  .page-heading.page-heading--artisan,
  .page-heading.page-heading--awards,
  .page-heading.page-heading--precart,
  .page-heading.page-heading--welcome {
    min-height: 360px;
    align-items: center;
    background-position: 66% center;
  }

  .page-heading.page-heading--food,
  .page-heading.page-heading--delivery,
  .page-heading.page-heading--artisan,
  .page-heading.page-heading--awards,
  .page-heading.page-heading--precart {
    background-blend-mode: normal;
  }

  .page-heading[class*="page-heading--"] .container {
    transform: translateY(-28px);
  }
}

.page-heading h1,
.product-info h1 {
  margin: 0 0 12px;
  font-family: var(--font-display);
  font-size: clamp(2.3rem, 5vw, 4.2rem);
  line-height: .92;
  text-transform: uppercase;
  letter-spacing: 1px;
}

.page-heading p,
.lead {
  max-width: 720px;
  margin: 0;
  color: #d8b895;
  font-size: 1.08rem;
}

.breadcrumb {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin: 0 0 20px;
  color: #d8b895;
  font-size: 0.92rem;
}

.breadcrumb a {
  color: #ffffff;
  font-weight: 800;
  text-decoration: none;
}

.section-card {
  min-height: 180px;
  padding: 24px;
  border: 1px solid var(--color-border);
  border-radius: 8px;
}

.product-list,
.content-page-grid,
.compare-grid,
.favorites-grid,
.section-grid {
  gap: 20px;
}

.product-card,
.delivery-card,
.cart-summary,
.compare-table,
.admin-card,
.admin-form,
.content-page-image {
  border-radius: 8px;
}

.product-card {
  border: 1px solid var(--color-border);
  background: #201713;
}

.product-card-title,
.product-card-price {
  color: #ffffff;
}

.product-card-description,
.product-card p {
  color: #d8b895;
}

.product-card-actions .card-action,
.cart-remove,
.quantity-control button,
.compare-add-row button,
.compare-table button,
.favorite-button {
  background: #d02b22;
  color: #ffffff;
}

.button:hover,
.outline-button:hover,
.card-action:hover,
.cart-remove:hover,
.quantity-control button:hover,
.compare-add-row button:hover,
.compare-table button:hover,
.favorite-button:hover {
  filter: brightness(1.05);
}

@media (max-width: 980px) {
  body {
    padding-bottom: 74px;
  }

  .header-inner {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
    padding: 10px 0;
    position: relative;
  }

  .rock-hero-inner,
  .rock-proof,
  .rock-category-tabs,
  .rock-product-grid,
  .footer-grid,
  .rock-story-grid,
  .rock-page-grid,
  .delivery-intro,
  .delivery-grid,
  .product-detail,
  .search-field,
  .compare-add-row {
    grid-template-columns: 1fr;
  }

  .rock-hero-inner {
    min-height: auto;
    padding: 42px 0 30px;
  }

  .rock-hero-visual {
    order: -1;
  }

  .header-actions {
    display: none;
  }

  .mobile-menu-toggle {
    position: relative;
    display: inline-flex;
    justify-self: end;
    width: 46px;
    height: 46px;
    align-items: center;
    justify-content: center;
    border: 1px solid rgb(255 244 227 / 24%);
    border-radius: 8px;
    background: rgb(21 15 13 / 72%);
    cursor: pointer;
  }

  .mobile-header-actions {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    margin-left: auto;
  }

  .mobile-cart-link,
  .mobile-call-link {
    position: relative;
    display: inline-flex;
    min-height: 40px;
    align-items: center;
    justify-content: center;
    padding: 0 12px;
    border: 1px solid rgb(255 244 227 / 22%);
    border-radius: 8px;
    background: rgb(21 15 13 / 72%);
    color: #fff4e3;
    font-size: .78rem;
    font-weight: 900;
    text-decoration: none;
    text-transform: uppercase;
  }

  .mobile-cart-link {
    width: 42px;
    padding: 0;
  }

  .mobile-cart-icon {
    position: relative;
    display: block;
    width: 20px;
    height: 15px;
    border: 2px solid #fff4e3;
    border-top: 0;
    border-radius: 0 0 4px 4px;
  }

  .mobile-cart-icon::before {
    position: absolute;
    top: -8px;
    left: 3px;
    width: 10px;
    height: 8px;
    border: 2px solid #fff4e3;
    border-bottom: 0;
    border-radius: 8px 8px 0 0;
    content: "";
  }

  .mobile-cart-link .nav-count {
    position: absolute;
    top: -7px;
    right: -7px;
  }

  .mobile-call-link {
    width: 42px;
    padding: 0;
  }

  .mobile-call-icon {
    position: relative;
    display: block;
    width: 18px;
    height: 18px;
  }

  .mobile-call-icon::before,
  .mobile-call-icon::after {
    position: absolute;
    inset: 0;
    border: 2px solid #fff4e3;
    border-radius: 50%;
    content: "";
  }

  .mobile-call-icon::after {
    inset: 4px;
    border-radius: 4px 10px 10px 4px;
    border-left: 0;
    transform: rotate(35deg);
  }

  .mobile-menu-icon,
  .mobile-menu-icon::before,
  .mobile-menu-icon::after {
    display: block;
    width: 22px;
    height: 2px;
    border-radius: 999px;
    background: #fff4e3;
    transition: transform .2s ease, opacity .2s ease;
  }

  .mobile-menu-icon {
    position: relative;
  }

  .mobile-menu-icon::before,
  .mobile-menu-icon::after {
    position: absolute;
    left: 0;
    content: "";
  }

  .mobile-menu-icon::before {
    top: -7px;
  }

  .mobile-menu-icon::after {
    top: 7px;
  }

  .mobile-menu-toggle.is-open .mobile-menu-icon {
    background: transparent;
  }

  .mobile-menu-toggle.is-open .mobile-menu-icon::before {
    transform: translateY(7px) rotate(45deg);
  }

  .mobile-menu-toggle.is-open .mobile-menu-icon::after {
    transform: translateY(-7px) rotate(-45deg);
  }

  .header-nav {
    position: absolute;
    top: calc(100% + 8px);
    right: 0;
    left: 0;
    display: none;
    grid-column: 1 / -1;
    width: 100%;
    padding: 14px 16px 18px;
    border: 1px solid rgb(161 207 104 / 22%);
    border-radius: 8px;
    background: transparent;
    box-shadow: none;
  }

  .header-nav.is-open {
    display: grid;
    gap: 10px;
  }

  .nav-menu-item {
    display: block;
  }

  .nav-card-menu {
    position: static;
    display: none;
    width: 100%;
    grid-template-columns: 1fr;
    margin-top: 10px;
    opacity: 1;
    pointer-events: auto;
    transform: none;
  }

  .nav-menu-item:focus-within .nav-card-menu,
  .nav-menu-item:hover .nav-card-menu {
    display: grid;
  }

  .rock-category-tab {
    grid-template-columns: 76px minmax(0, 1fr);
  }

  .rock-menu-category-title {
    display: grid;
  }

  .rock-menu-category-title h3 {
    font-size: 1.7rem;
  }

  .rock-hero-badge {
    width: 108px;
    right: 6px;
    bottom: -14px;
  }

  .site-footer {
    background:
      linear-gradient(180deg, rgb(0 0 0 / 72%), rgb(21 15 13 / 88%)),
      url("/themes/artisan-rock/assets/images/source/footer-marseille-guitar.webp") center / cover no-repeat,
      #120e0c;
  }

  .legal-list {
    grid-template-columns: 1fr;
  }

  .gallery-thumbs {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .product-actions {
    flex-direction: column;
  }
}

/* Source-inspired public theme */
body {
  margin: 0;
  background: #120e0c;
  color: #f4f1ea;
  font-family: "Oswald", Arial, sans-serif;
  line-height: 1.6;
}

h1, h2, h3, .logo {
  font-family: "Bebas Neue", sans-serif;
  letter-spacing: 1px;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 100;
  display: flex;
  align-items: center;
  gap: 1rem;
  min-height: 84px;
  padding: 0.5rem 1.5rem;
  background:
    linear-gradient(rgba(0, 0, 0, 0.18), rgba(0, 0, 0, 0.28)),
    url("/themes/artisan-rock/assets/images/source/nav-guitar.png") center/cover no-repeat,
    #14100d;
  border-bottom: 2px solid #0a0a0c;
  box-shadow: 0 2px 12px rgba(0, 0, 0, 0.5);
}

.logo-frame {
  display: inline-flex;
  align-items: stretch;
  margin-left: -.65rem;
  margin-right: 0;
  border: 1px solid rgba(245, 197, 24, 0.45);
  border-radius: 7px;
  background: rgba(13, 13, 15, 0.82);
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.45);
  overflow: hidden;
}

.navbar-notre-dame {
  flex: 0 1 180px;
  width: clamp(110px, 13vw, 180px);
  height: 66px;
  margin-right: auto;
  overflow: hidden;
  border-radius: 4px;
}

.navbar-notre-dame img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.logo {
  display: block;
  padding: 0.45rem 0.85rem;
  color: #f4f1ea;
  font-size: 1.55rem;
  line-height: 0.9;
  text-decoration: none;
}

.logo-brand {
  display: block;
  color: #f4f1ea;
}

.logo > span {
  display: block;
  white-space: nowrap;
}

.logo > span:last-child {
  display: block;
  color: #e6122e;
}

.nav {
  display: flex;
  align-items: center;
  gap: 0.6rem;
}

.nav a:not(.btn) {
  padding: 0.5rem 0.95rem;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 7px;
  background: rgba(244, 241, 234, 0.94);
  color: #1a1410;
  font-size: 0.85rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.35);
}

.nav a:not(.btn):hover {
  background: #f5c518;
  color: #120e0c;
}

.btn {
  display: inline-block;
  padding: 0.7rem 1.5rem;
  border: 0;
  border-radius: 2px;
  color: inherit;
  font-family: inherit;
  font-size: 1rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1px;
  cursor: pointer;
}

.btn-primary {
  background: #e6122e;
  color: #fff;
}

.btn-ghost {
  border: 2px solid #f4f1ea;
  background: transparent;
  color: #f4f1ea;
}

.btn-order {
  padding: 0.55rem 1.1rem;
  background: #f5c518;
  color: #120e0c;
}

.compare-add-row .btn,
.compare-actions .btn {
  display: inline-flex;
  min-height: 44px;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
  padding: .7rem 1.2rem;
  border-radius: 2px;
}

.compare-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.compare-table .btn.btn-ghost {
  border: 2px solid #f4f1ea;
  background: transparent;
  color: #f4f1ea;
}

.nav .btn-order {
  display: inline-grid;
  min-height: 44px;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
  padding: .3rem .95rem;
  border-radius: 8px;
  font-size: .85rem;
  line-height: .9;
  text-align: center;
}

.nav .btn-order small {
  font-size: .66rem;
  font-weight: 800;
}

.nav-search-button {
  display: inline-flex;
  width: 44px;
  min-height: 44px;
  align-items: center;
  justify-content: center;
  padding: 0;
  border: 1px solid rgb(245 197 24 / 48%);
  border-radius: 8px;
  background: rgb(13 13 15 / 82%);
  color: #f5c518;
  cursor: pointer;
}

.nav-search-button:hover,
.nav-search-button:focus {
  background: #f5c518;
  color: #120e0c;
}

.nav-search-button svg {
  width: 20px;
  height: 20px;
}

.nav-search-button-label {
  display: none;
}

.ingredient-search-modal {
  box-sizing: border-box;
  width: min(100% - 32px, 480px);
  max-height: calc(100dvh - 32px);
  padding: 0;
  border: 1px solid rgb(245 197 24 / 38%);
  border-radius: 12px;
  background: #1c1714;
  color: #f4f1ea;
  box-shadow: 0 28px 80px rgb(0 0 0 / 55%);
  overflow: auto;
}

.ingredient-search-modal::backdrop {
  background: rgb(0 0 0 / 70%);
}

.ingredient-search-modal-content {
  display: grid;
  gap: 18px;
  box-sizing: border-box;
  max-width: 100%;
  padding: 30px;
}

.ingredient-search-modal-content h2,
.ingredient-search-modal-content p {
  margin: 0;
}

.ingredient-search-modal-content h2 {
  max-width: 100%;
  font-size: 2rem;
  line-height: 1;
  overflow-wrap: anywhere;
}

.ingredient-search-modal-content form:not(.ingredient-search-modal-close-form) {
  display: grid;
  gap: 10px;
  min-width: 0;
}

.ingredient-search-modal-content label {
  font-weight: 800;
}

.ingredient-search-modal-content select {
  box-sizing: border-box;
  width: 100%;
  min-width: 0;
  min-height: 46px;
  padding: 0 12px;
  border: 1px solid rgb(255 255 255 / 18%);
  border-radius: 6px;
  background: #100b09;
  color: #f4f1ea;
  font: inherit;
}

.ingredient-criterion {
  display: grid;
  gap: 8px;
  min-width: 0;
  padding: 12px;
  border: 1px solid rgb(255 255 255 / 12%);
  border-radius: 8px;
}

.ingredient-criterion-modes {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.ingredient-criterion-modes label {
  display: inline-flex;
  min-width: 0;
  align-items: center;
  gap: 0.35rem;
  color: #d8b895;
  font-size: .84rem;
  font-weight: 600;
  overflow-wrap: anywhere;
}

.ingredient-search-modal-content .btn-primary {
  display: inline-flex;
  width: 100%;
  min-height: 46px;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
  white-space: normal;
  text-align: center;
}

.ingredient-search-modal-close-form {
  position: absolute;
  top: 10px;
  right: 10px;
}

.ingredient-search-modal-close {
  width: 34px;
  height: 34px;
  border: 0;
  border-radius: 50%;
  background: rgb(255 255 255 / 10%);
  color: #ffffff;
  font-size: 1.5rem;
  line-height: 1;
  cursor: pointer;
}

.btn-block {
  width: 100%;
  margin-top: 1rem;
}

.cart-toggle {
  position: relative;
  padding: 0.4rem 0.7rem;
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 4px;
  background: #271f1a;
  color: #f4f1ea;
  font-size: 1.1rem;
  text-decoration: none;
}

.cart-count {
  position: absolute;
  top: -8px;
  right: -8px;
  display: inline-flex;
  min-width: 19px;
  min-height: 19px;
  align-items: center;
  justify-content: center;
  padding: 0 0.3rem;
  border-radius: 999px;
  background: #e6122e;
  color: #fff;
  font-size: 0.75rem;
  font-weight: 700;
}

.compare-count[hidden] {
  display: none !important;
}

.burger {
  display: none;
  flex-direction: column;
  gap: 5px;
  padding: 0.55rem 0.6rem;
  border: 1px solid rgba(245, 197, 24, 0.4);
  border-radius: 6px;
  background: rgba(13, 13, 15, 0.82);
}

.burger span {
  width: 24px;
  height: 3px;
  border-radius: 2px;
  background: #f4f1ea;
}

main {
  box-sizing: border-box;
  overflow-x: clip;
  padding-inline: 0.5rem;
}

main > section:first-child:not(.hero) {
  padding-top: 1px;
}

.page-heading {
  padding-top: 16px;
}

.hero {
  position: relative;
  min-height: 100vh;
  display: flex;
  align-items: center;
  padding: 5rem 2rem 2rem;
  background:
    linear-gradient(120deg, rgba(10, 10, 12, 0.94) 0%, rgba(10, 10, 12, 0.62) 55%, rgba(10, 10, 12, 0.82) 100%),
    url("/themes/artisan-rock/assets/images/source/hero-pizza-v2.webp") center/cover no-repeat;
}

.hero-content {
  width: 100%;
  max-width: none;
}

.kicker {
  margin-bottom: 1rem;
  color: #f5c518;
  font-size: 1rem;
  font-weight: 600;
  letter-spacing: 3px;
  text-transform: uppercase;
}

.hero h1 {
  box-sizing: border-box;
  width: 100%;
  max-width: 100%;
  padding: 165px clamp(1.25rem, 4vw, 2.5rem) clamp(1.25rem, 4vw, 2.5rem);
  background-image: url("/themes/artisan-rock/assets/images/source/maitre-artisan.png");
  background-position: left top;
  background-size: auto 150px;
  background-repeat: no-repeat;
  font-size: clamp(3.5rem, 11vw, 8rem);
  line-height: 0.92;
  text-shadow: 0 4px 14px rgb(0 0 0 / 82%);
}

.hero h1 span {
  color: #e6122e;
}

.hero-sub {
  max-width: 540px;
  margin: 1.5rem 0 2.25rem;
  color: #a59c93;
  font-size: 1.2rem;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
}

.wrap {
  width: 100%;
  max-width: none;
  margin: 0 auto;
}

.section-head {
  margin-bottom: 3rem;
  text-align: center;
}

.section-head h2,
.story h2 {
  font-size: clamp(2.5rem, 6vw, 4.5rem);
}

.section-head p {
  color: #a59c93;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.menu {
  position: relative;
  padding: 1px 2rem 80px;
  background:
    radial-gradient(120% 60% at 50% 0%, rgba(230, 18, 46, 0.12), transparent 55%),
    linear-gradient(rgba(18, 14, 12, 0.72), rgba(18, 14, 12, 0.84)),
    url("/themes/artisan-rock/assets/images/source/bg-menu.jpg") center/cover no-repeat;
}

.menu::before,
.story::before,
.awards::before,
.order::before {
  content: "";
  position: absolute;
  inset: 0 0 auto 0;
  height: 3px;
  background: linear-gradient(90deg, #e6122e, #f5c518);
}

.menu-note {
  display: grid;
  gap: 0.35rem;
  margin-bottom: 2rem;
  padding: 1rem 1.25rem;
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 8px;
  background: #1c1714;
  text-align: center;
}

.menu-note p {
  color: #a59c93;
  font-size: 0.95rem;
}

.menu-note strong {
  color: #f5c518;
}

.menu-tabs {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 0.6rem;
  margin-bottom: 2.5rem;
}

.tab {
  padding: 0.55rem 1.1rem;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 999px;
  background: #1c1714;
  color: #f4f1ea;
  font-size: 0.85rem;
  font-weight: 600;
  text-transform: uppercase;
}

.tab:hover {
  border-color: #f5c518;
  color: #f5c518;
}

.menu-categories {
  display: grid;
  gap: 2.75rem;
}

.home-product-selections {
  padding-inline: 0;
  padding-block: 1rem;
  background: #120e0c;
}

.home-product-selection + .home-product-selection {
  margin-top: 1rem;
}

.home-product-selection-new,
.home-product-selection-best {
  margin-inline: 0;
  padding: clamp(3rem, 6vw, 5.5rem) 0;
  background-position: center;
  background-size: cover;
  box-shadow: inset 0 1px rgb(255 255 255 / 8%), inset 0 -1px rgb(255 255 255 / 8%);
}

.home-product-selection-new {
  background-image:
    linear-gradient(90deg, rgb(12 8 7 / 63%), rgb(18 11 8 / 76%) 48%, rgb(12 8 7 / 63%)),
    url('/themes/artisan-rock/assets/images/source/home-nouveautes-pizzas.webp');
}

.home-product-selection-best {
  background-image:
    linear-gradient(90deg, rgb(12 8 7 / 66%), rgb(18 11 8 / 78%) 48%, rgb(12 8 7 / 66%)),
    url('/themes/artisan-rock/assets/images/source/home-meilleures-ventes-pizzas.webp');
}

.pizza-grid,
.awards-grid,
.reviews-grid,
.story-features,
.order-layout {
  display: grid;
  gap: 1.5rem;
}

.pizza-grid {
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
}

.pizza-card {
  overflow: hidden;
  display: flex;
  flex-direction: column;
  border: 1px solid rgba(255, 255, 255, 0.06);
  border-radius: 10px;
  background: #1c1714;
  transition: transform 0.2s, border-color 0.2s;
}

.pizza-card:hover {
  transform: translateY(-6px);
  border-color: #e6122e;
}

.pizza-photo {
  aspect-ratio: 1 / 1;
  display: block;
  overflow: hidden;
  background: radial-gradient(circle at 50% 40%, #1c1c20, #0a0a0c);
}

.pizza-photo img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  display: block;
}

.pizza-body {
  display: flex;
  flex: 1;
  flex-direction: column;
  padding: 1.5rem;
}

.pizza-body h3 {
  margin-bottom: 0.25rem;
  font-size: 1.8rem;
}

.pizza-body h3 a {
  color: inherit;
}

.ingredients {
  flex: 1;
  color: #a59c93;
  font-size: 0.95rem;
}

.pizza-foot {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 1rem;
}

.price {
  color: #f5c518;
  font-size: 1.6rem;
}

.add-btn {
  min-width: 96px;
  padding: 0.5rem 0.9rem;
  border: 0;
  border-radius: 3px;
  background: #e6122e;
  color: #fff;
  font-size: 0.8rem;
  font-weight: 700;
  text-transform: uppercase;
}

.promo-banner {
  margin-top: 2.5rem;
  display: grid;
  gap: 0.5rem;
  padding: 1.25rem 1.5rem;
  border: 1px solid rgba(245, 197, 24, 0.35);
  border-radius: 10px;
  background: linear-gradient(90deg, rgba(230, 18, 46, 0.12), rgba(245, 197, 24, 0.12));
  text-align: center;
}

.promo-banner p {
  color: #f4f1ea;
  font-size: 1.05rem;
}

.promo-banner strong {
  color: #f5c518;
}

.story {
  position: relative;
  padding: 1px 2rem 80px;
  background:
    linear-gradient(rgba(18, 14, 12, 0.84), rgba(18, 14, 12, 0.93)),
    url("/themes/artisan-rock/assets/images/source/bg-oven.jpg") center/cover no-repeat;
}

.story-inner {
  max-width: 720px;
  margin: 0 auto;
  text-align: center;
}

.story-inner p {
  margin-bottom: 1rem;
  color: #a59c93;
  font-size: 1.1rem;
}

.story-features {
  grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
  margin-top: 2.5rem;
}

.feature {
  padding: 1.5rem;
  border: 1px solid rgba(255, 255, 255, 0.07);
  border-top: 3px solid #f5c518;
  border-radius: 8px;
  background: #120e0c;
  text-align: left;
}

.feature-icon {
  font-size: 2rem;
}

.feature h3 {
  margin: 0.5rem 0 0.4rem;
  font-size: 1.4rem;
}

.feature p {
  margin: 0;
  color: #a59c93;
  font-size: 0.98rem;
}

.awards {
  position: relative;
  padding: 1px 2rem 80px;
  background:
    radial-gradient(90% 75% at 78% 45%, rgb(208 43 34 / 10%), transparent 64%),
    linear-gradient(90deg, rgb(12 9 8 / 88%) 0%, rgb(18 14 12 / 68%) 48%, rgb(18 14 12 / 76%) 100%),
    url("/themes/artisan-rock/assets/images/source/bg-awards-dough-v2.webp") center / cover no-repeat;
}

.awards .wrap {
  width: min(100%, 1200px);
}

.awards-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
  align-items: stretch;
}

.award {
  overflow: hidden;
  display: grid;
  grid-template-rows: 230px 1fr;
  min-width: 0;
  border: 1px solid rgba(255, 255, 255, 0.06);
  border-radius: 8px;
  background: #1c1714;
}

.award img {
  width: 100%;
  height: 230px;
  aspect-ratio: auto;
  object-fit: contain;
  display: block;
  background: radial-gradient(circle at 50% 40%, #1c1c20, #0a0a0c);
  cursor: zoom-in;
}

.award-body {
  position: relative;
  flex: 1;
  margin: 10px;
  padding: 1.35rem 1.4rem 1.45rem;
  border: 1px solid #756329;
  border-left: 4px solid #f5c518;
  border-radius: 3px;
  background:
    linear-gradient(145deg, rgb(255 255 255 / 9%), transparent 20%),
    linear-gradient(315deg, rgb(0 0 0 / 28%), transparent 26%),
    #211c18;
  box-shadow:
    inset 2px 2px 0 rgb(255 255 255 / 8%),
    inset -3px -3px 0 rgb(0 0 0 / 35%),
    0 7px 15px rgb(0 0 0 / 32%);
}

.award-body::before,
.award-body::after {
  content: "";
  position: absolute;
  top: 9px;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: radial-gradient(circle at 35% 30%, #fff1a8, #9c7820 48%, #36270d 75%);
  box-shadow: 0 1px 2px #000;
}

.award-body::before {
  left: 9px;
}

.award-body::after {
  right: 9px;
}

.award .year {
  color: #f5c518;
  font-size: 1.6rem;
}

.award h3 {
  margin: 0.25rem 0 0.4rem;
  font-size: 1.4rem;
}

.award p {
  color: #a59c93;
  font-size: 0.95rem;
}

@media (max-width: 900px) {
  .awards-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 580px) {
  .awards {
    padding-inline: 1rem;
  }

  .awards-grid {
    grid-template-columns: 1fr;
  }
}

.award-zoom-image:focus-visible {
  outline: 3px solid #f5c518;
  outline-offset: -3px;
}

.award-lightbox {
  width: min(94vw, 1180px);
  max-width: none;
  padding: 0;
  overflow: visible;
  border: 1px solid rgb(245 197 24 / 45%);
  border-radius: 8px;
  background: #0c0908;
  color: #ffffff;
  box-shadow: 0 28px 80px rgb(0 0 0 / 75%);
}

.award-lightbox::backdrop {
  background: rgb(0 0 0 / 88%);
  backdrop-filter: blur(4px);
}

.award-lightbox img {
  display: block;
  width: 100%;
  max-height: 84vh;
  object-fit: contain;
  border-radius: 8px;
}

.award-lightbox-close {
  position: absolute;
  z-index: 2;
  top: -16px;
  right: -16px;
  display: inline-flex;
  width: 42px;
  height: 42px;
  align-items: center;
  justify-content: center;
  border: 2px solid #ffffff;
  border-radius: 50%;
  background: var(--color-primary);
  color: #ffffff;
  font: 900 1.45rem/1 Arial, sans-serif;
  cursor: pointer;
  box-shadow: 0 6px 18px rgb(0 0 0 / 48%);
}

.award-lightbox-caption {
  margin: 0;
  padding: 10px 14px;
  color: #f1d9bb;
  text-align: center;
}

.order {
  position: relative;
  padding: 1px 2rem 80px;
  background: radial-gradient(120% 60% at 50% 0%, rgba(230, 18, 46, 0.12), transparent 55%), #170f0d;
}

.order-layout {
  grid-template-columns: 1.4fr 1fr;
  align-items: start;
}

.map-embed {
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 0 6px 24px rgba(0, 0, 0, 0.4);
}

.map-embed iframe {
  display: block;
  width: 100%;
  height: 380px;
  border: 0;
  filter: grayscale(0.2) contrast(1.05);
}

.call-cta {
  padding: 2.5rem 2rem;
  border: 1px solid rgba(245, 197, 24, 0.3);
  border-radius: 12px;
  background: linear-gradient(135deg, rgba(230, 18, 46, 0.15), rgba(245, 197, 24, 0.10));
  text-align: center;
}

.call-kicker {
  margin-bottom: 1.25rem;
  color: #f5c518;
  font-size: 0.85rem;
  font-weight: 600;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.call-btn {
  display: inline-block;
  padding: 0.6rem 1.5rem;
  border-radius: 8px;
  background: #e6122e;
  color: #fff;
  font-size: clamp(2rem, 7vw, 3.25rem);
  letter-spacing: 2px;
}

.call-points {
  list-style: none;
  display: grid;
  gap: 0.6rem;
  margin-top: 1.75rem;
  text-align: left;
}

.call-points li {
  color: #f4f1ea;
  font-size: 1.05rem;
}

.cart {
  position: sticky;
  top: 90px;
  padding: 1.5rem;
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 10px;
  background: #1c1714;
}

.cart h3 {
  margin-bottom: 0.5rem;
  font-size: 1.6rem;
}

.cart-hint {
  margin-bottom: 1rem;
  color: #a59c93;
  font-size: 0.9rem;
}

.cart-items {
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 0.6rem;
  width: 100%;
  margin: 0 0 1rem;
  padding: 0;
}

.cart-empty {
  color: #a59c93;
}

.cart-item {
  display: grid;
  grid-template-columns: 54px minmax(0, 1fr) auto;
  gap: 8px 10px;
  align-items: center;
  box-sizing: border-box;
  width: 100%;
  padding: 10px;
  border: 1px solid rgb(255 255 255 / 10%);
  border-radius: 8px;
  background: rgb(0 0 0 / 16%);
}

.cart-item-media {
  grid-row: span 2;
  display: block;
  overflow: hidden;
  border-radius: 6px;
  background: #100b09;
}

.cart-item-media img {
  display: block;
  width: 54px;
  height: 54px;
  object-fit: cover;
}

.cart-item-body h2,
.cart-item-body p {
  margin: 0;
}

.cart-item-body h2 {
  font-size: 1rem;
  line-height: 1.1;
}

.cart-item-body h2 a {
  color: #ffffff;
  text-decoration: none;
}

.cart-item-body p {
  margin-top: 3px;
  color: #d8b895;
  font-size: .78rem;
}

.cart-item-price,
.cart-item-total {
  color: #f5c518;
  font-size: .82rem;
  font-weight: 800;
}

.quantity-control {
  display: grid;
  grid-template-columns: 28px 34px 28px;
  overflow: hidden;
  border: 1px solid rgb(255 255 255 / 16%);
  border-radius: 6px;
}

.quantity-control button,
.quantity-control input {
  width: 100%;
  min-height: 30px;
  border: 0;
  background: #2a201c;
  color: #ffffff;
  font: inherit;
  text-align: center;
}

.quantity-control input {
  appearance: textfield;
  border-right: 1px solid rgb(255 255 255 / 16%);
  border-left: 1px solid rgb(255 255 255 / 16%);
}

.cart-remove {
  min-height: 30px;
  padding: 0 8px;
  border: 0;
  border-radius: 6px;
  font: inherit;
  font-size: .72rem;
  font-weight: 800;
  cursor: pointer;
}

.cart-total {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
  padding-top: 1rem;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  font-size: 1.1rem;
}

.cart-total strong {
  color: #f5c518;
  font-size: 1.8rem;
}

.cart .btn-block {
  display: flex;
  box-sizing: border-box;
  justify-content: center;
  max-width: 100%;
}

.reviews-grid {
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
}

.review {
  margin: 0;
  padding: 1.5rem;
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-left: 3px solid #f5c518;
  border-radius: 8px;
  background: #1c1714;
}

.review .stars {
  margin-bottom: 0.75rem;
  color: #f5c518;
  letter-spacing: 2px;
}

.review p {
  margin: 0;
  color: #f4f1ea;
  font-style: italic;
}

.review-author {
  display: block;
  margin-top: 1rem;
  color: #f5c518;
  font-size: 0.95rem;
  font-style: normal;
  font-weight: 700;
}

.review-links {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  justify-content: center;
  margin-top: 1.5rem;
}

.faq details {
  max-width: 760px;
  margin: 0 auto 0.75rem;
  padding: 0 1.25rem;
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 8px;
  background: #1c1714;
}

.faq summary {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  padding: 1rem 0;
  cursor: pointer;
  list-style: none;
  font-size: 1.05rem;
  font-weight: 700;
}

.faq summary::-webkit-details-marker {
  display: none;
}

.faq summary::after {
  content: "+";
  color: #f5c518;
  font-family: "Bebas Neue", sans-serif;
  font-size: 1.5rem;
}

.faq details[open] summary::after {
  content: "−";
}

.faq details p {
  margin: 0;
  padding-bottom: 1rem;
  color: #a59c93;
}

.site-footer {
  position: relative;
  padding: 4rem 2rem 2rem;
  background:
    linear-gradient(90deg, rgb(18 14 12 / 84%), rgb(18 14 12 / 62%)),
    url("/themes/artisan-rock/assets/images/source/footer-marseille-guitar.webp") center / cover no-repeat,
    #120e0c;
}

.site-footer::before {
  content: "";
  position: absolute;
  inset: 0 0 auto 0;
  height: 3px;
  background: linear-gradient(90deg, #e6122e, #f5c518);
}

.footer-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  gap: 2rem;
  max-width: 1100px;
  margin: 0 auto;
}

.footer-col h3 {
  margin: 0 0 0.5rem;
  color: #f5c518;
  font-family: var(--font-display);
  font-size: 1.4rem;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 1px;
}

.footer-col p,
.footer-col a {
  color: #a59c93;
  font-weight: 400;
  line-height: 1.6;
}

.footer-col a:hover {
  color: #f5c518;
}

.footer-zones {
  grid-column: span 2;
}

.zones {
  margin: 0 0 0 0.9rem;
  padding: 0;
  list-style: none;
  font-size: 0.8rem;
  line-height: 1.7;
  opacity: 0.85;
}

.footer-links {
  display: grid;
  gap: 0.18rem;
  margin-left: 0.9rem;
}

.footer-links a,
.footer-zones a,
.footer-cookie-button {
  color: #a59c93;
  font-weight: 400;
  text-decoration: none;
}

.footer-zones span,
.footer-open-status-hours,
.footer-open-status-text {
  color: #a59c93;
  font-weight: 400;
}

.copyright {
  grid-column: 1 / -1;
  margin-top: 1rem;
  padding-top: 1.5rem;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
  color: #a59c93;
  font-size: 0.9rem;
  text-align: center;
}

.cookie-banner {
  position: fixed;
  right: 16px;
  bottom: 16px;
  z-index: 140;
  display: grid;
  gap: 12px;
  width: min(420px, calc(100vw - 32px));
  padding: 18px;
  border: 1px solid rgba(255, 244, 227, 0.16);
  border-radius: 10px;
  background: rgba(17, 12, 10, 0.96);
  box-shadow: 0 18px 44px rgba(0, 0, 0, 0.42);
}

.cookie-banner p {
  margin: 0;
  color: #f4f1ea;
  font-size: 0.95rem;
}

.cookie-banner a {
  color: #ffb34d;
}

.cookie-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.cookie-status {
  padding: 8px 10px;
  border-radius: 6px;
  background: rgba(245, 197, 24, 0.08);
  color: #f5c518;
  font-size: 0.85rem;
  font-weight: 800;
  text-transform: uppercase;
}

@media (max-width: 820px) {
  .order-layout {
    grid-template-columns: 1fr;
  }

  .cart {
    order: -1;
    position: static;
  }
}

@media (max-width: 760px) {
  /* Safari iOS peut étirer les lignes d'une grille à hauteur égale et créer
     un grand vide entre la photo et le contenu des cartes produit. */
  .rock-product-grid {
    grid-auto-rows: auto;
  }

  .rock-product-card {
    display: flex;
    flex-direction: column;
    min-height: 0;
  }

  .rock-product-image {
    flex: 0 0 auto;
    width: 100%;
  }

  .rock-product-body {
    grid-template-rows: auto;
    align-content: start;
  }

  .navbar-notre-dame {
    flex: 0 0 44px;
    width: 44px;
    min-width: 44px;
    height: 44px;
    margin-right: .35rem;
  }

  .navbar-notre-dame img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: right center;
  }

  .site-header {
    gap: 0.45rem;
    min-height: 72px;
    padding: 0.5rem 0.75rem;
  }

  .logo-frame {
    flex: 0 1 auto;
    width: fit-content;
    min-width: 0;
    max-width: calc(100vw - 220px);
    margin-left: 0;
  }

  .logo {
    padding: .35rem .55rem;
    font-size: 1.3rem;
    line-height: .9;
    white-space: nowrap;
  }

  .header-phone-button {
    display: inline-flex;
    width: 44px;
    min-height: 44px;
    padding: 0;
  }

  .nav-search-button {
    display: inline-flex;
    width: 100%;
    gap: 0.65rem;
    justify-content: flex-start;
    padding: 0 1rem;
    font-family: var(--font-display);
    font-size: 1rem;
    text-transform: uppercase;
    letter-spacing: 1px;
  }

  .nav-search-button-label {
    display: inline;
  }

  .header-phone-label {
    display: none;
  }

  .header-phone-icon {
    display: block;
    width: 22px;
    height: 22px;
    color: #fff4e3;
  }

  .burger {
    display: flex;
  }

  .nav {
    position: fixed;
    top: 72px;
    right: 0;
    flex-direction: column;
    align-items: stretch;
    gap: 1rem;
    box-sizing: border-box;
    width: min(82vw, 320px);
    height: calc(100vh - 72px);
    padding: 1.25rem 1rem;
    background: #1c1714;
    transform: translateX(100%);
    transition: transform 0.3s;
  }

  .nav.is-open,
  .nav.open {
    transform: translateX(0);
  }

  .site-announcement {
    padding: .65rem .8rem;
    text-align: center;
  }

  .site-announcement-toggle-desktop {
    display: none;
  }

  .site-announcement-toggle-mobile {
    display: inline-flex;
    width: 100%;
    align-items: center;
    justify-content: flex-start;
    min-height: 44px;
    padding: .55rem .95rem;
    border-radius: 8px;
    background: #f5c518;
    color: #1a1410;
  }

  .site-announcement-reopen {
    display: none !important;
  }

  .nav-trigger,
  .nav a:not(.btn) {
    width: 100%;
    justify-content: center;
  }

  .nav-menu-item {
    width: 100%;
    justify-content: center;
  }

  .nav-card-menu {
    position: static;
    box-sizing: border-box;
    width: 100%;
    margin-right: auto;
    margin-left: auto;
    margin-top: 0.5rem;
    transform: none;
  }

  .nav-card-menu a {
    grid-template-columns: 52px minmax(0, 1fr);
    justify-content: start;
    text-align: left;
  }

  .nav-card-menu a:not(:has(img)) {
    grid-template-columns: minmax(0, 1fr);
  }

  .nav-card-menu-all {
    justify-content: start;
  }

  .nav-card-menu img {
    width: 52px;
    height: 40px;
  }

  .nav-menu-item:hover .nav-card-menu,
  .nav-menu-item.is-open .nav-card-menu,
  .nav-menu-item:focus-within .nav-card-menu {
    transform: none;
  }

  .nav-menu-item.is-open .nav-card-menu {
    display: grid;
  }

  .site-status-bar {
    min-height: 44px;
    padding-inline: 0.75rem;
    font-size: 0.76rem;
    text-align: center;
  }

  .order {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }

  .order .wrap {
    width: 100%;
  }

  .cart {
    padding: 0.85rem;
  }

  .cart-item {
    grid-template-columns: 46px minmax(0, 1fr) auto;
    gap: 7px;
    padding: 8px;
  }

  .cart-item-media img {
    width: 46px;
    height: 46px;
  }

  .rock-category-toggle {
    display: inline-flex;
    margin-bottom: 12px;
  }

  .rock-category-tabs {
    display: none;
    grid-template-columns: 1fr;
  }

  .rock-category-tabs.is-open {
    display: grid;
  }

  .float-call {
    display: none;
  }

  .ingredient-search-modal {
    width: min(100% - 20px, 480px);
    max-height: calc(100dvh - 20px);
  }

  .ingredient-search-modal-content {
    gap: 14px;
    padding: 48px 16px 18px;
  }

  .ingredient-search-modal-content h2 {
    font-size: clamp(1.45rem, 8vw, 1.8rem);
  }

  .ingredient-criterion {
    padding: 10px;
  }

  .ingredient-criterion-modes {
    gap: 0.45rem 0.75rem;
  }

  .hero {
    min-height: calc(100svh - 84px);
    align-items: flex-start;
    padding-top: 1.5rem;
  }

  .hero-content {
    width: 100%;
    padding-top: 0;
  }

  .hero h1 {
    padding: 165px 1rem 1rem;
    background-size: auto 150px;
  }

  .zones {
    columns: 1;
  }

  .footer-zones {
    grid-column: auto;
  }

  .cookie-banner {
    right: 12px;
    left: 12px;
    bottom: 12px;
    width: auto;
  }
}

@media (min-width: 761px) {
  .site-header .nav .nav-card-menu a,
  .site-header .nav .nav-card-menu-all {
    justify-content: start;
    justify-items: start;
    text-align: left;
  }
}

/* Sur mobile, conserve la silhouette de Notre-Dame-de-la-Garde dans le cadre. */
@media (max-width: 760px) {
  .site-footer {
    background-position: center, 79% center;
  }
}

.delivery-card {
  position: relative;
  overflow: hidden;
  border: 1px solid rgb(255 179 77 / 16%);
  border-top: 3px solid var(--color-primary);
  background:
    linear-gradient(145deg, rgb(208 43 34 / 9%), transparent 42%),
    linear-gradient(135deg, #241a16, #17100d);
  box-shadow: 0 12px 28px rgb(0 0 0 / 22%);
  transition: border-color .22s ease, transform .22s ease, box-shadow .22s ease;
}

.delivery-card::before {
  content: "";
  position: absolute;
  top: -46px;
  right: -44px;
  width: 130px;
  height: 130px;
  border-radius: 50%;
  background: url('/themes/artisan-rock/assets/images/decor/pizza-table-banner.webp') 82% 48% / 450px auto no-repeat;
  opacity: .14;
  filter: saturate(.9);
  pointer-events: none;
}

.delivery-card--hours::before {
  background-position: 92% 15%;
}

.delivery-card--delay::before {
  background-position: 62% 86%;
}

.delivery-card--zone::before,
.delivery-card--info::before {
  background-position: 78% 52%;
  opacity: .19;
}

.delivery-card:hover {
  border-color: rgb(208 43 34 / 58%);
  transform: translateY(-3px);
  box-shadow: 0 17px 34px rgb(0 0 0 / 30%);
}

.delivery-card h2 {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  gap: 10px;
  padding-bottom: 12px;
  border-bottom: 1px solid rgb(255 255 255 / 9%);
}

.delivery-card-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 34px;
  height: 34px;
  flex: 0 0 auto;
  border-radius: 50%;
  background: var(--color-primary);
  color: #ffffff;
  font-family: Arial, sans-serif;
  font-size: 1rem;
  box-shadow: 0 5px 14px rgb(208 43 34 / 28%);
}

.delivery-card dl div {
  padding: 9px 0;
  border-bottom: 1px dashed rgb(255 255 255 / 8%);
}

.delivery-card dl div:last-child {
  border-bottom: 0;
}

.delivery-card dd {
  color: #ffffff;
  font-weight: 800;
}

.delivery-card dt {
  color: #d8b895;
}

.delivery-hours li {
  padding: 8px 0;
  border-bottom: 1px dashed rgb(255 255 255 / 8%);
}

.delivery-area-button {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 9px;
  width: 100%;
  min-height: 46px;
  margin-top: 18px;
  padding: 10px 16px;
  border: 1px solid var(--color-primary);
  border-radius: 8px;
  background: linear-gradient(135deg, var(--color-primary), #a91e19);
  color: #ffffff;
  font-weight: 900;
  text-decoration: none;
  text-transform: uppercase;
  letter-spacing: .45px;
  box-shadow: 0 7px 17px rgb(0 0 0 / 24%);
  transition: filter .2s ease, transform .2s ease, box-shadow .2s ease;
}

.delivery-area-button svg {
  width: 20px;
  height: 20px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.8;
}

.delivery-area-button-arrow {
  margin-left: auto;
  font-size: 1.2rem;
  transition: transform .2s ease;
}

.delivery-area-button:hover,
.delivery-area-button:focus-visible {
  color: #ffffff;
  filter: brightness(1.14);
  transform: translateY(-2px);
  box-shadow: 0 10px 22px rgb(0 0 0 / 32%);
}

.delivery-area-button:hover .delivery-area-button-arrow,
.delivery-area-button:focus-visible .delivery-area-button-arrow {
  transform: translateX(4px);
}

/* Relie les couleurs configurées dans l'administration au thème artisan-rock. */
body {
  background: radial-gradient(circle at top, rgb(0 0 0 / 8%), transparent 34%), var(--color-background);
  color: var(--color-text);
  font-family: var(--font-family);
}

.site-header {
  background-color: var(--color-secondary);
}

.site-footer {
  background-color: var(--color-secondary);
  color: var(--color-text);
}

.logo,
.nav > a,
.nav-dropdown-trigger,
.site-footer h2,
.site-footer h3,
.site-footer a,
.page-heading h1,
.section-head h2,
.rock-product-body h2,
.rock-product-body h2 a,
.rock-product-body h3,
.rock-product-body h3 a,
.product-detail h1,
.compare-page h1,
.search-page h1,
.cart-page h1,
.not-found-page h1 {
  color: var(--color-text);
}

.baseline,
.page-heading p,
.section-head p,
.rock-product-body p,
.product-detail p,
.compare-page p,
.search-page p,
.cart-page p,
.not-found-page p,
.site-footer p,
.site-footer li {
  color: var(--color-muted);
}

/* Navigation : sous-menus compacts et toujours visibles au survol. */
.site-header,
.site-header .nav,
.site-header .nav-menu-item {
  overflow: visible;
}

.site-header .nav-menu-item {
  z-index: 110;
}

.site-header .nav-card-menu {
  width: min(460px, 88vw);
  grid-template-columns: repeat(2, minmax(0, 1fr));
  visibility: hidden;
}

.site-header .nav-card-menu a {
  grid-template-columns: 58px minmax(0, 1fr);
  padding: 6px 8px;
}

.site-header .nav-card-menu img {
  width: 58px;
  height: 42px;
  padding: 2px;
  border-radius: 8px;
  background: radial-gradient(circle, rgb(255 179 77 / 16%), transparent 70%);
  object-fit: contain;
  filter: drop-shadow(0 6px 5px rgb(0 0 0 / 58%)) saturate(1.08) contrast(1.03);
}

.site-header .nav-menu-item:hover .nav-card-menu,
.site-header .nav-menu-item:focus-within .nav-card-menu,
.site-header .nav-menu-item.is-open .nav-card-menu {
  visibility: visible;
  opacity: 1;
  pointer-events: auto;
}

@media (max-width: 760px) {
  .navbar-notre-dame {
    background: radial-gradient(ellipse at center, rgb(255 214 92 / 48%), rgb(255 176 32 / 18%) 48%, transparent 74%);
  }

  .navbar-notre-dame img {
    filter:
      drop-shadow(0 0 2px #fff1ad)
      drop-shadow(0 0 5px rgb(255 190 45 / 92%))
      drop-shadow(0 0 9px rgb(255 119 20 / 55%));
  }

  .site-header .nav-card-menu {
    width: min(92vw, 320px);
    grid-template-columns: 1fr;
    visibility: hidden;
  }

  .site-header .nav-menu-item.is-open .nav-card-menu {
    display: grid;
    visibility: visible;
  }
}

.rock-product-card,
.category-card,
.search-form,
.search-result-card,
.product-detail-card,
.cart-summary,
.cart-item,
.compare-toolbar,
.compare-product-picker,
.compare-table th,
.compare-table td,
.not-found-info-card,
.contact-card,
.hours-card {
  background-color: var(--color-surface);
  color: var(--color-text);
}

.btn-primary,
.btn-order,
.rock-cart-button,
.product-add-button,
.compare-add-button,
.cart-checkout-button {
  border-color: var(--color-primary);
  background: var(--color-primary);
  color: var(--color-text);
}

.btn-primary:hover,
.btn-order:hover,
.rock-cart-button:hover,
.product-add-button:hover,
.compare-add-button:hover,
.cart-checkout-button:hover {
  border-color: var(--color-primary);
  background: var(--color-primary);
  color: var(--color-text);
  filter: brightness(1.12);
}

.delivery-call-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  min-height: 46px;
  margin-top: 8px;
  padding: 10px 18px;
  border: 1px solid var(--color-primary);
  border-radius: 8px;
  background: var(--color-primary);
  color: #ffffff;
  font-weight: 900;
  line-height: 1.2;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  letter-spacing: .4px;
  box-shadow: 0 6px 16px rgb(0 0 0 / 20%);
  transition: filter .2s ease, transform .2s ease, box-shadow .2s ease;
}

.delivery-call-button svg {
  width: 21px;
  height: 21px;
  flex: 0 0 auto;
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.8;
}

.delivery-call-button:hover,
.delivery-call-button:focus-visible {
  color: #ffffff;
  filter: brightness(1.12);
  transform: translateY(-1px);
  box-shadow: 0 8px 20px rgb(0 0 0 / 28%);
}

.delivery-local-intro {
  margin-bottom: 24px;
  padding: clamp(24px, 4vw, 42px);
  border: 1px solid rgb(255 179 77 / 24%);
  border-left: 5px solid var(--color-primary);
  border-radius: 8px;
  background: linear-gradient(135deg, rgb(208 43 34 / 14%), rgb(29 21 18 / 98%) 58%);
  box-shadow: 0 14px 32px rgb(0 0 0 / 22%);
}

.delivery-local-intro h2 {
  max-width: 24ch;
  margin: 0 0 14px;
  color: #ffffff;
}

.delivery-local-intro > p:not(.delivery-history-kicker, .delivery-local-note) {
  max-width: 78ch;
  color: var(--color-muted);
  font-size: 1.05rem;
  line-height: 1.7;
}

.delivery-neighborhoods {
  margin: 20px 0;
}

.delivery-neighborhoods h2,
.delivery-neighborhoods h3 {
  margin-bottom: 10px;
}

.delivery-neighborhoods ul {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.delivery-neighborhoods li {
  padding: 0.35rem 0.7rem;
  border: 1px solid rgb(255 179 77 / 28%);
  border-radius: 999px;
  background: rgb(8 5 4 / 34%);
  color: #f0dcc4;
}

.delivery-local-facts {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
  margin: 24px 0;
  padding: 0;
  list-style: none;
}

.delivery-local-facts li {
  display: grid;
  gap: 5px;
  padding: 15px;
  border: 1px solid rgb(255 255 255 / 10%);
  border-radius: 7px;
  background: rgb(8 5 4 / 34%);
}

.delivery-local-facts span {
  color: #d8b895;
  font-size: .84rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: .05em;
}

.delivery-local-facts strong {
  color: #ffffff;
  font-size: 1.08rem;
}

.delivery-local-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 20px;
}

.delivery-local-note {
  margin: 18px 0 0;
  color: #cbb49b;
  font-size: .86rem;
  line-height: 1.5;
}

@media (max-width: 700px) {
  .delivery-local-facts {
    grid-template-columns: 1fr;
  }

  .delivery-local-actions .btn {
    width: 100%;
  }
}

.delivery-history {
  position: relative;
  margin-bottom: 24px;
  padding: clamp(24px, 4vw, 42px);
  overflow: hidden;
  border: 1px solid rgb(208 43 34 / 42%);
  border-left: 5px solid var(--color-primary);
  border-radius: 8px;
  background: linear-gradient(135deg, rgb(208 43 34 / 12%), rgb(29 21 18 / 96%) 55%);
  box-shadow: 0 12px 28px rgb(0 0 0 / 18%);
}

.delivery-history::after {
  content: "";
  position: absolute;
  top: -55px;
  right: -55px;
  width: 160px;
  height: 160px;
  border: 28px solid rgb(208 43 34 / 8%);
  border-radius: 50%;
  pointer-events: none;
}

.delivery-history-kicker {
  margin: 0 0 6px;
  color: var(--color-primary);
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: 1.4px;
}

.delivery-history h2 {
  margin: 0 0 18px;
  color: #ffffff;
}

.delivery-history > p:not(.delivery-history-kicker, .delivery-history-source) {
  max-width: 78ch;
  color: var(--color-muted);
  font-size: 1.04rem;
  line-height: 1.75;
}

.delivery-history-source {
  margin: 22px 0 0;
  padding-top: 14px;
  border-top: 1px solid rgb(255 255 255 / 10%);
  color: var(--color-muted);
  font-size: .88rem;
}

.delivery-history-source a {
  color: #ffb34d;
}

.delivery-map {
  margin-bottom: 24px;
  padding: clamp(20px, 3vw, 30px);
  border: 1px solid var(--color-border);
  border-radius: 8px;
  background: var(--color-surface);
}

.delivery-map-heading {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 20px;
  margin-bottom: 18px;
}

.delivery-map-heading h2,
.delivery-map-heading p {
  margin-top: 0;
}

.delivery-map-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 9px;
  min-height: 44px;
  padding: 9px 15px;
  border: 1px solid var(--color-primary);
  border-radius: 8px;
  background: var(--color-primary);
  color: #ffffff;
  font-weight: 800;
  text-decoration: none;
}

.delivery-map-link:hover,
.delivery-map-link:focus-visible {
  color: #ffffff;
  filter: brightness(1.12);
}

.delivery-map-link svg {
  width: 20px;
  height: 20px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.8;
}

.delivery-map-frame {
  position: relative;
  height: clamp(300px, 45vw, 470px);
  overflow: hidden;
  border: 2px solid rgb(255 255 255 / 10%);
  border-radius: 8px;
  background: radial-gradient(circle at 45% 40%, #30241f, #17100d 72%);
}

.delivery-arrondissements-svg {
  width: 100%;
  height: 100%;
  display: block;
}

.delivery-map-area {
  fill: #3a2c26;
  stroke: #d7b898;
  stroke-width: 1.2;
  vector-effect: non-scaling-stroke;
  transition: fill .2s ease;
}

.delivery-map-area.is-active {
  fill: var(--color-primary);
  stroke: #ffffff;
  stroke-width: 2.4;
}

.delivery-map-label {
  fill: #fff5e8;
  font-size: 12px;
  font-weight: 900;
  text-anchor: middle;
  paint-order: stroke;
  stroke: #17100d;
  stroke-width: 3px;
  stroke-linejoin: round;
}

.delivery-map-pin {
  fill: #ffb34d;
  stroke: #ffffff;
  stroke-width: 2;
  filter: drop-shadow(0 4px 4px rgb(0 0 0 / 45%));
}

.delivery-map-loading {
  position: absolute;
  inset: 50% auto auto 50%;
  margin: 0;
  color: var(--color-muted);
  transform: translate(-50%, -50%);
}

.delivery-map-badge {
  position: absolute;
  top: 14px;
  left: 14px;
  padding: 7px 12px;
  border-radius: 999px;
  background: var(--color-primary);
  color: #ffffff;
  font-weight: 900;
  box-shadow: 0 5px 16px rgb(0 0 0 / 30%);
  pointer-events: none;
}

.delivery-map-credit {
  margin: 8px 0 0;
  color: var(--color-muted);
  font-size: .78rem;
}

.delivery-map-credit a {
  color: #ffb34d;
}

.food-temptation {
  position: relative;
  min-height: clamp(410px, 48vw, 620px);
  display: flex;
  align-items: center;
  overflow: hidden;
  isolation: isolate;
  border-block: 1px solid rgb(255 179 77 / 14%);
  background-color: #100b09;
  background-image:
    linear-gradient(90deg, #100b09 0%, rgb(16 11 9 / 94%) 22%, rgb(16 11 9 / 38%) 58%, rgb(16 11 9 / 8%) 100%),
    url('/themes/artisan-rock/assets/images/decor/pizza-table-banner.webp');
  background-position: center, center;
  background-size: cover;
}

.food-temptation::before,
.food-temptation::after {
  content: "";
  position: absolute;
  z-index: -1;
  border-radius: 50%;
  pointer-events: none;
}

.food-temptation::before {
  top: 11%;
  left: 46%;
  width: 10px;
  height: 10px;
  background: #ffb34d;
  box-shadow: 25px 42px 0 3px #6f9e42, -18px 96px 0 1px #d02b22;
  opacity: .68;
}

.food-temptation::after {
  inset: auto 0 0;
  height: 34%;
  border-radius: 0;
  background: linear-gradient(0deg, #100b09, transparent);
}

.food-temptation-inner {
  position: relative;
  z-index: 1;
  width: 100%;
}

.food-temptation-copy {
  max-width: 550px;
  padding-block: 64px;
}

.food-temptation-copy h2 {
  margin: 8px 0 18px;
  color: #ffffff;
  font-size: clamp(2.5rem, 6vw, 5.6rem);
  line-height: .92;
  text-shadow: 0 6px 24px rgb(0 0 0 / 60%);
}

.food-temptation-copy > p:not(.kicker) {
  max-width: 47ch;
  margin-bottom: 26px;
  color: #f0d9bd;
  font-size: clamp(1rem, 1.6vw, 1.18rem);
  line-height: 1.65;
}

.home-product-selections {
  position: relative;
  overflow: hidden;
}

.home-product-selections::after {
  content: "";
  position: absolute;
  top: 72px;
  right: -48px;
  width: 170px;
  height: 170px;
  border-radius: 50%;
  background: url('/themes/artisan-rock/assets/images/decor/pizza-table-banner.webp') 84% 52% / 620px auto no-repeat;
  box-shadow: 0 15px 35px rgb(0 0 0 / 38%);
  opacity: .32;
  transform: rotate(9deg);
  pointer-events: none;
}

@media (max-width: 760px) {
  .food-temptation {
    min-height: 600px;
    align-items: end;
    background-image:
      linear-gradient(0deg, #100b09 0%, rgb(16 11 9 / 92%) 35%, rgb(16 11 9 / 12%) 78%),
      url('/themes/artisan-rock/assets/images/decor/pizza-table-banner.webp');
    background-position: 68% center;
  }

  .food-temptation-copy {
    padding-block: 230px 52px;
  }

  .home-product-selections::after {
    width: 110px;
    height: 110px;
    opacity: .2;
  }
}

@media (max-width: 700px) {
  .delivery-map-heading {
    align-items: stretch;
    flex-direction: column;
  }
}

.nav-search-button:hover,
.nav-compare-link:hover,
.cart-toggle:hover,
.rock-product-card:hover {
  border-color: var(--color-primary);
}

input:focus,
select:focus,
textarea:focus {
  border-color: var(--color-primary);
  outline-color: var(--color-primary);
}

/* Mobile comparison cards */
.compare-mobile-list {
  display: none;
}

/* Le comparateur conserve sur grand écran la lecture visuelle claire des cartes mobiles. */
@media (min-width: 761px) {
  .compare-page {
    max-width: 1240px;
  }

  .compare-toolbar {
    grid-template-columns: minmax(0, 1fr) auto;
    align-items: end;
    padding: 24px 28px;
    border-color: rgb(245 197 24 / 24%);
    background: linear-gradient(120deg, rgb(44 25 20 / 96%), rgb(25 17 14 / 96%));
    box-shadow: 0 18px 50px rgb(0 0 0 / 22%);
  }

  .compare-toolbar label,
  .compare-add-row {
    grid-column: 1;
  }

  .compare-toolbar .compare-count {
    position: static;
    grid-row: 1 / span 2;
    grid-column: 2;
    min-width: 110px;
    min-height: 72px;
    border: 1px solid rgb(245 197 24 / 35%);
    border-radius: 10px;
    background: rgb(15 11 10 / 55%);
    color: #f5c518;
    font-weight: 800;
  }

  .compare-table-wrap {
    display: none !important;
  }

  .compare-mobile-list:not([hidden]) {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 380px));
    gap: 22px;
    justify-content: center;
    margin-top: 28px;
  }

  .compare-mobile-card {
    overflow: hidden;
    border: 1px solid rgb(255 244 227 / 14%);
    border-radius: 14px;
    background: #1d1714;
    box-shadow: 0 22px 50px rgb(0 0 0 / 30%);
    transition: border-color .2s ease, transform .2s ease, box-shadow .2s ease;
  }

  .compare-mobile-card:hover {
    border-color: rgb(245 197 24 / 48%);
    transform: translateY(-5px);
    box-shadow: 0 30px 65px rgb(0 0 0 / 38%);
  }

  .compare-mobile-card-media { position: relative; display: grid; height: 245px; place-items: center; overflow: hidden; background: #0f0b0a; }
  .compare-mobile-card-media img { width: 100%; height: 100%; object-fit: cover; transition: transform .35s ease; }
  .compare-mobile-card:hover .compare-mobile-card-media img { transform: scale(1.035); }
  .compare-mobile-card-media > span:last-child { position: absolute; right: 12px; bottom: 12px; padding: 5px 10px; border-radius: 999px; background: rgb(15 11 10 / 88%); color: #f5c518; font-size: .75rem; font-weight: 900; }
  .compare-mobile-card-body { padding: 22px; }
  .compare-mobile-card-heading { display: flex; align-items: flex-start; justify-content: space-between; gap: 14px; padding-bottom: 16px; border-bottom: 1px solid rgb(255 244 227 / 10%); }
  .compare-mobile-card-heading h2 { margin: 0; font-size: 2rem; line-height: 1; }
  .compare-mobile-card-heading h2 a { color: #fff; text-decoration: none; }
  .compare-mobile-card-heading strong { color: #f5c518; font-size: 1.1rem; white-space: nowrap; }
  .compare-mobile-card dl { display: grid; gap: 0; margin: 0; }
  .compare-mobile-card dl > div { padding: 13px 0; border-bottom: 1px solid rgb(255 244 227 / 9%); }
  .compare-mobile-card dt { margin-bottom: 4px; color: #f5c518; font-size: .72rem; font-weight: 900; letter-spacing: .08em; text-transform: uppercase; }
  .compare-mobile-card dd { margin: 0; color: #d8b895; font-size: .94rem; line-height: 1.5; }
  .compare-mobile-actions { display: grid; grid-template-columns: 1fr 1fr; gap: 10px; margin-top: 18px; }
  .compare-mobile-actions .btn { min-height: 48px; padding: .7rem; }
  .compare-mobile-scroll-control { display: none !important; }
}

@media (max-width: 760px) {
  .compare-page {
    box-sizing: border-box;
    max-width: 100%;
    width: auto;
    padding-inline: 14px;
  }

  .compare-toolbar {
    box-sizing: border-box;
    min-width: 0;
    max-width: 100%;
    padding: 16px;
    overflow: hidden;
  }

  .compare-add-row {
    width: 100%;
    min-width: 0;
  }

  .compare-add-row select {
    box-sizing: border-box;
    width: 100%;
    min-width: 0;
    max-width: 100%;
  }

  .compare-add-row button {
    box-sizing: border-box;
    width: 100%;
    min-width: 0;
  }

  .compare-table-wrap {
    display: none !important;
  }

  .compare-mobile-list:not([hidden]) {
    display: grid;
    grid-auto-columns: min(86vw, 370px);
    grid-auto-flow: column;
    gap: 14px;
    margin: 18px -14px 0;
    padding: 0 14px 14px;
    overflow-x: auto;
    overscroll-behavior-inline: contain;
    scroll-padding-inline: 14px;
    scroll-snap-type: inline mandatory;
    scrollbar-width: none;
  }

  .compare-mobile-list::-webkit-scrollbar {
    display: none;
  }

  .compare-mobile-card {
    overflow: hidden;
    border: 1px solid rgb(255 244 227 / 14%);
    border-radius: 12px;
    background: #1d1714;
    box-shadow: 0 16px 30px rgb(0 0 0 / 24%);
    scroll-snap-align: start;
  }

  .compare-mobile-card-media {
    position: relative;
    display: grid;
    height: 190px;
    place-items: center;
    overflow: hidden;
    background: #0f0b0a;
  }

  .compare-mobile-card-media img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }

  .compare-mobile-card-media > span:last-child {
    position: absolute;
    right: 10px;
    bottom: 10px;
    padding: 4px 9px;
    border-radius: 999px;
    background: rgb(15 11 10 / 84%);
    color: #f5c518;
    font-size: .75rem;
    font-weight: 900;
  }

  .compare-mobile-card-body {
    padding: 18px;
  }

  .compare-mobile-card-heading {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 14px;
    padding-bottom: 14px;
    border-bottom: 1px solid rgb(255 244 227 / 10%);
  }

  .compare-mobile-card-heading h2 {
    margin: 0;
    font-size: 1.8rem;
    line-height: 1;
  }

  .compare-mobile-card-heading h2 a {
    color: #fff;
    text-decoration: none;
  }

  .compare-mobile-card-heading strong {
    color: #f5c518;
    white-space: nowrap;
  }

  .compare-mobile-card dl {
    display: grid;
    gap: 0;
    margin: 0;
  }

  .compare-mobile-card dl > div {
    padding: 12px 0;
    border-bottom: 1px solid rgb(255 244 227 / 9%);
  }

  .compare-mobile-card dt {
    margin-bottom: 4px;
    color: #f5c518;
    font-size: .72rem;
    font-weight: 900;
    letter-spacing: .08em;
    text-transform: uppercase;
  }

  .compare-mobile-card dd {
    margin: 0;
    color: #d8b895;
    font-size: .92rem;
    line-height: 1.45;
  }

  .compare-mobile-actions {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 8px;
    margin-top: 16px;
  }

  .compare-mobile-actions .btn {
    min-height: 46px;
    padding: .65rem;
  }

  .compare-mobile-scroll-control:not([hidden]) {
    display: flex;
    align-items: center;
    margin: 2px 14px 20px;
    padding: 8px 0;
  }

  .compare-mobile-scroll-control input {
    width: 100%;
    height: 30px;
    margin: 0;
    appearance: none;
    background: transparent;
    cursor: grab;
    touch-action: pan-x;
  }

  .compare-mobile-scroll-control input:active {
    cursor: grabbing;
  }

  .compare-mobile-scroll-control input::-webkit-slider-runnable-track {
    height: 5px;
    border-radius: 999px;
    background: rgb(255 244 227 / 18%);
  }

  .compare-mobile-scroll-control input::-webkit-slider-thumb {
    width: 24px;
    height: 24px;
    margin-top: -10px;
    appearance: none;
    border: 3px solid #17100d;
    border-radius: 50%;
    background: #f5c518;
    box-shadow: 0 0 0 2px #f5c518, 0 4px 12px rgb(0 0 0 / 36%);
  }

  .compare-mobile-scroll-control input::-moz-range-track {
    height: 5px;
    border-radius: 999px;
    background: rgb(255 244 227 / 18%);
  }

  .compare-mobile-scroll-control input::-moz-range-thumb {
    width: 20px;
    height: 20px;
    border: 3px solid #17100d;
    border-radius: 50%;
    background: #f5c518;
    box-shadow: 0 0 0 2px #f5c518, 0 4px 12px rgb(0 0 0 / 36%);
  }
}


/* Compact desktop header and above-the-fold hero */
@media (min-width: 761px) {
  .nav-card-menu::before {
    display: block;
  }

  .site-header {
    min-height: 70px;
    padding-block: .3rem;
  }

  .logo {
    padding-block: .32rem;
    font-size: 1.55rem;
  }

  .nav {
    gap: .55rem;
  }

  .nav > a:not(.btn),
  .nav-trigger {
    min-height: 38px;
    padding-block: .35rem;
  }

  .header-phone-button {
    min-height: 40px;
    padding-block: .35rem;
  }

  .nav-search-button,
  .compare-toggle-desktop,
  .cart-toggle {
    min-height: 40px;
  }

  .hero {
    box-sizing: border-box;
    min-height: calc(100svh - 108px);
    padding-top: 2.5rem;
    padding-bottom: 1.5rem;
  }

  .hero-content {
    transform: translateY(-.5rem);
  }

  .hero h1 {
    margin-block: .25rem 0;
  }

  .hero-sub {
    margin: .75rem 0 1.25rem;
    line-height: 1.45;
  }

  .hero-actions {
    gap: .75rem;
  }
}


@media (max-width: 390px) {
  .logo {
    font-size: 1.15rem;
  }
}

@media (max-width: 340px) {
  .logo-frame {
    max-width: calc(100vw - 212px);
  }

  .logo {
    font-size: 1rem;
    padding-inline: .45rem;
  }
}

/* Helpful 404 page */
.not-found-hero {
  position: relative;
  overflow: hidden;
  padding: clamp(72px, 10vw, 140px) 0;
  background:
    radial-gradient(circle at 82% 45%, rgb(230 18 46 / 22%), transparent 28%),
    linear-gradient(135deg, #110c0a, #231713);
  border-bottom: 1px solid rgb(255 244 227 / 12%);
}

.not-found-hero-inner {
  display: grid;
  grid-template-columns: minmax(0, 680px) 1fr;
  align-items: center;
  gap: 48px;
}

.not-found-hero h1 {
  max-width: 720px;
  margin: 10px 0 20px;
  color: #fff;
  font-family: var(--font-display);
  font-size: clamp(3rem, 7vw, 6.5rem);
  line-height: .92;
  text-transform: uppercase;
}

.not-found-hero p:not(.baseline) {
  max-width: 650px;
  color: #d8b895;
  font-size: clamp(1.05rem, 2vw, 1.25rem);
  line-height: 1.65;
}

.not-found-code {
  color: transparent;
  font-family: var(--font-display);
  font-size: clamp(9rem, 20vw, 19rem);
  font-weight: 900;
  line-height: .7;
  text-align: right;
  -webkit-text-stroke: 2px rgb(245 197 24 / 34%);
  user-select: none;
}

.not-found-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 30px;
}

.not-found-products,
.not-found-business {
  padding: clamp(56px, 8vw, 96px) 0;
}

.not-found-products {
  background: #160f0d;
}

.not-found-products .section-head,
.not-found-business .section-head {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 24px;
  margin-bottom: 28px;
}

.not-found-products .section-head h2,
.not-found-business .section-head h2 {
  margin: 6px 0 0;
  color: #fff;
  font-family: var(--font-display);
  font-size: clamp(2.3rem, 5vw, 4rem);
  text-transform: uppercase;
}

.not-found-business {
  background:
    linear-gradient(rgb(16 11 9 / 94%), rgb(16 11 9 / 94%)),
    url('/themes/artisan-rock/assets/images/source/bg-slate.jpg') center / cover;
}

.not-found-info-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 16px;
}

.not-found-info-card {
  min-width: 0;
  padding: 26px;
  border: 1px solid rgb(255 244 227 / 13%);
  border-radius: 10px;
  background: rgb(29 21 18 / 90%);
}

.not-found-info-icon {
  display: grid;
  width: 44px;
  height: 44px;
  place-items: center;
  margin-bottom: 20px;
  border-radius: 50%;
  color: #f5c518;
  background: rgb(245 197 24 / 10%);
  font-size: 1.35rem;
}

.not-found-info-card h3 {
  margin: 0 0 12px;
  color: #fff;
  font-family: var(--font-display);
  font-size: 1.55rem;
  text-transform: uppercase;
}

.not-found-info-card p {
  color: #d8b895;
  line-height: 1.6;
}

.not-found-info-card a {
  color: #f5c518;
  overflow-wrap: anywhere;
}

.not-found-info-card > a {
  font-weight: 800;
  text-transform: uppercase;
}

.not-found-status {
  font-weight: 800;
}

.not-found-status.is-open {
  color: #68cf88;
}

.not-found-status.is-closed {
  color: #f5c518;
}

.not-found-socials {
  margin: 0 0 18px;
  padding: 0;
  list-style: none;
}

.not-found-socials li + li {
  margin-top: 8px;
}

@media (max-width: 960px) {
  .not-found-hero-inner {
    grid-template-columns: 1fr;
  }

  .not-found-code {
    position: absolute;
    right: 20px;
    bottom: 10px;
    z-index: 0;
    opacity: .22;
  }

  .not-found-hero-inner > div {
    position: relative;
    z-index: 1;
  }

  .not-found-info-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 620px) {
  .not-found-hero {
    padding: 60px 0;
  }

  .not-found-products .section-head,
  .not-found-business .section-head {
    align-items: flex-start;
    flex-direction: column;
  }

.not-found-info-grid {
    grid-template-columns: 1fr;
  }
}

/* Cart flight animation and persistent comparison shortcut */
.compare-toggle {
  position: relative;
  padding: 0.4rem 0.7rem;
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 4px;
  background: #271f1a;
  color: #f4f1ea;
  font-size: 1.1rem;
  text-decoration: none;
}

.cart-toggle:hover,
.cart-toggle:focus,
.compare-toggle:hover,
.compare-toggle:focus {
  color: #f5c518;
  border-color: rgb(245 197 24 / 55%);
}

.compare-count {
  position: absolute;
  top: -8px;
  right: -8px;
  display: inline-flex;
  min-width: 19px;
  min-height: 19px;
  align-items: center;
  justify-content: center;
  padding: 0 .3rem;
  border-radius: 999px;
  background: #f5c518;
  color: #17100d;
  font-size: .75rem;
  font-weight: 700;
}

.cart-product-flyer {
  position: fixed;
  z-index: 10000;
  display: block;
  margin: 0;
  border: 3px solid #f5c518;
  border-radius: 50%;
  object-fit: cover;
  pointer-events: none;
  box-shadow: 0 12px 34px rgb(0 0 0 / 48%), 0 0 24px rgb(245 197 24 / 30%);
  will-change: transform, opacity;
}

.cart-star-burst {
  position: fixed;
  z-index: 10001;
  width: 0;
  height: 0;
  pointer-events: none;
}

.cart-star-burst span {
  position: absolute;
  color: #f5c518;
  font-size: 16px;
  line-height: 1;
  text-shadow: 0 0 8px #ffb34d;
  animation: cart-star-pop 620ms cubic-bezier(.16,.8,.25,1) both;
}

.cart-toggle.is-cart-celebrating {
  animation: cart-icon-pop 480ms cubic-bezier(.2,.9,.25,1);
}

@keyframes cart-star-pop {
  0% { opacity: 0; transform: translate(-50%, -50%) scale(.2) rotate(0); }
  22% { opacity: 1; }
  100% { opacity: 0; transform: translate(calc(-50% + var(--star-x)), calc(-50% + var(--star-y))) scale(1.25) rotate(135deg); }
}

@keyframes cart-icon-pop {
  0%, 100% { transform: scale(1) rotate(0); }
  35% { transform: scale(1.28) rotate(-8deg); }
  62% { transform: scale(.94) rotate(5deg); }
}

@media (max-width: 760px) {
  .logo-frame {
    max-width: calc(100vw - 220px);
  }
}

@media (prefers-reduced-motion: reduce) {
  .cart-star-burst {
    display: none;
  }
}

/* Product comparison controls */
.rock-product-card {
  position: relative;
}

.product-compare-check {
  position: relative;
  display: flex;
  align-items: center;
  gap: 10px;
  min-height: 42px;
  margin-top: 2px;
  padding: 8px 11px;
  border: 1px solid rgb(245 197 24 / 24%);
  border-radius: 8px;
  background: linear-gradient(110deg, rgb(245 197 24 / 9%), rgb(255 255 255 / 3%));
  color: #f7ead8;
  cursor: pointer;
  font-size: .76rem;
  letter-spacing: .055em;
  text-transform: uppercase;
  transition: border-color .2s ease, background .2s ease, color .2s ease, transform .2s ease;
}

.product-compare-check input {
  position: absolute;
  width: 1px;
  height: 1px;
  opacity: 0;
  pointer-events: none;
}

.product-compare-check span {
  display: grid;
  flex: 0 0 23px;
  width: 23px;
  height: 23px;
  place-items: center;
  border: 1px solid rgb(245 197 24 / 72%);
  border-radius: 5px;
  color: transparent;
  background: rgb(15 11 10 / 55%);
  font-size: .75rem;
  font-weight: 900;
  transition: background .2s ease, color .2s ease, box-shadow .2s ease;
}

.product-compare-check:hover,
.product-compare-check:focus-within,
.product-compare-check.is-selected {
  border-color: #f5c518;
  background: linear-gradient(110deg, #f5c518, #ffb34d);
  color: #17100d;
  box-shadow: 0 7px 18px rgb(245 197 24 / 18%);
}

.product-compare-check.is-selected span {
  color: #17100d;
  background: #fff;
  box-shadow: 0 0 0 2px rgb(23 16 13 / 12%);
}

.product-compare-check.is-selected {
  visibility: visible;
  opacity: 1;
}

.product-compare-check:hover {
  transform: translateY(-1px);
}

.product-compare-check input:focus-visible + span {
  outline: 3px solid #fff;
  outline-offset: 2px;
}

.nav .nav-compare-link {
  position: relative;
  display: inline-flex;
  box-sizing: border-box;
  flex: 0 0 44px;
  width: 44px;
  min-height: 44px;
  padding: 0;
}

.nav-compare-label {
  display: none;
}

.site-header .cart-toggle {
  display: inline-flex;
  box-sizing: border-box;
  flex: 0 0 44px;
  width: 44px;
  height: 44px;
  min-height: 44px;
  align-items: center;
  justify-content: center;
  padding: 0;
  line-height: 1;
}

@media (min-width: 761px) {
  .site-header .nav-search-button,
  .site-header .nav-compare-link,
  .site-header .cart-toggle {
    flex-basis: 50px;
    width: 50px;
    height: 50px;
    min-height: 50px;
  }
}

@media (max-width: 760px) {
  .nav .nav-compare-link {
    position: relative;
    display: inline-flex;
    box-sizing: border-box;
    width: 100%;
    min-height: 44px;
    align-items: center;
    justify-content: flex-start;
    gap: .65rem;
    padding: 0 1rem;
    border: 1px solid rgb(245 197 24 / 48%);
    border-radius: 8px;
    background: rgb(13 13 15 / 82%);
    color: #f5c518;
    font-family: var(--font-display);
    font-size: 1rem;
    letter-spacing: 1px;
    text-decoration: none;
    text-transform: uppercase;
  }

  .nav-compare-link svg {
    width: 20px;
    height: 20px;
  }

  .nav-compare-label {
    display: inline;
  }

  .nav-compare-link .compare-count {
    top: 50%;
    right: 12px;
    transform: translateY(-50%);
  }

  .logo-frame {
    max-width: calc(100vw - 220px);
  }

  .site-header .nav {
    width: min(calc(100vw - 1.2rem), 300px);
    overflow-y: auto;
    overflow-x: hidden;
  }

  .site-header .nav-menu-item {
    align-items: stretch;
  }

  .site-header .nav-card-menu {
    box-sizing: border-box;
    width: 100%;
    max-width: 100%;
    padding: 8px;
  }

  .site-header .nav .nav-card-menu a {
    width: 100%;
    min-width: 0;
    justify-content: start;
    padding: 6px;
    text-align: left;
  }

  .site-header .nav .nav-card-menu-all,
  .site-header #nav-delivery-menu a,
  .site-header .nav .nav-card-menu a:not(:has(img)) {
    grid-template-columns: minmax(0, 1fr);
  }
}

/* Bandeaux internes compacts sur grand écran : texte à gauche, photo entière à droite. */
@media (min-width: 901px) {
  .page-heading.page-heading--food,
  .page-heading.page-heading--delivery,
  .page-heading.page-heading--artisan,
  .page-heading.page-heading--awards,
  .page-heading.page-heading--precart,
  .page-heading.page-heading--welcome {
    min-height: 0;
    padding-block: 14px 16px;
    background-position: left top, right 12px center;
    background-size: 100% 100%, auto calc(100% - 20px);
    background-repeat: no-repeat;
  }

  .page-heading[class*="page-heading--"] .container {
    min-height: 146px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    transform: none;
  }

  .page-heading[class*="page-heading--"] .container::before {
    align-self: flex-start;
    margin-bottom: 4px;
    padding: 3px 8px;
    font-size: .68rem;
  }

  .page-heading[class*="page-heading--"] .breadcrumb {
    margin-bottom: 5px;
    font-size: .8rem;
  }

  .page-heading[class*="page-heading--"] h1 {
    max-width: 58%;
    margin-bottom: 5px;
    font-size: clamp(2.35rem, 3.8vw, 3.65rem);
  }

  .page-heading[class*="page-heading--"] p {
    max-width: 55%;
    font-size: .96rem;
    line-height: 1.4;
  }
}

/* Hiérarchie éditoriale des bandeaux de pages. */
.page-heading,
.page-heading.page-heading--food,
.page-heading.page-heading--delivery,
.page-heading.page-heading--artisan,
.page-heading.page-heading--awards,
.page-heading.page-heading--precart,
.page-heading.page-heading--welcome {
  padding: 10px;
}

.page-heading[class*="page-heading--"] h1 {
  margin-top: 8px;
  margin-bottom: 16px;
  font-size: clamp(3rem, 6.5vw, 5.6rem);
  font-weight: 700;
  line-height: 1.04;
  letter-spacing: .035em;
  text-align: right;
  text-shadow: 0 7px 24px rgb(0 0 0 / 76%), 0 0 18px rgb(208 43 34 / 18%);
}

.page-heading[class*="page-heading--"] .container {
  align-self: stretch;
  display: flex;
  flex-direction: column;
  justify-content: center;
  transform: none;
}

.page-heading[class*="page-heading--"] .breadcrumb {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  margin: 0;
}

.page-heading[class*="page-heading--"] p {
  margin-top: 14px;
  margin-bottom: 8px;
  font-size: clamp(1rem, 1.5vw, 1.12rem);
  line-height: 1.75;
}

@media (max-width: 700px) {
  .page-heading[class*="page-heading--"] h1,
  .page-heading[class*="page-heading--"] p {
    max-width: 100%;
  }

  .page-heading[class*="page-heading--"] h1 {
    font-size: clamp(2.8rem, 14vw, 4.4rem);
  }
}

@media (max-width: 760px) {
  .site-header > .header-phone-button {
    flex: 0 0 44px;
    margin-left: auto;
  }

  .site-header > .burger {
    flex: 0 0 auto;
  }

  .site-header .nav > a,
  .site-header .nav > .btn,
  .site-header .nav > .nav-search-button,
  .site-header .nav > .nav-menu-item > .nav-trigger {
    width: 100%;
    margin-left: 0;
    justify-content: flex-start;
    text-align: left;
  }

  .site-header .nav #nav-carte-menu a,
  .site-header .nav .nav-card-menu a {
    width: 100%;
    margin-left: 0;
    justify-content: start;
    text-align: left;
  }
}

@media (min-width: 761px) {
  .site-header > .navbar-notre-dame {
    margin-right: 0;
  }

  .site-header > .nav {
    margin-left: auto;
    justify-content: flex-end;
  }

  .page-heading[class*="page-heading--"] .container::before {
    /* Keep the dynamic badge in the document flow so multi-line titles
       can never slide underneath it. */
    position: static;
    margin-top: 28px;
  }
}

/* Allow the periodic halo to extend beyond the monument drawing. */
.navbar-notre-dame {
  overflow: visible;
}

/* Periodically remind visitors about pending cart and comparison actions. */
.cart-count:not([hidden]),
.compare-count[data-compare-nav-count]:not([hidden]) {
  transform-origin: center;
  animation: pending-action-badge 6s ease-in-out infinite;
  will-change: transform, box-shadow;
}

.compare-count[data-compare-nav-count]:not([hidden]) {
  background: #f5c518;
  color: #17100d;
}

@keyframes pending-action-badge {
  0%, 68%, 100% {
    transform: translateY(0) rotate(0) scale(1);
    box-shadow: 0 0 0 0 rgb(245 197 24 / 0%);
  }
  73% {
    transform: translateY(-2px) rotate(-7deg) scale(1.12);
    box-shadow: 0 0 0 5px rgb(245 197 24 / 18%), 0 0 14px rgb(245 197 24 / 52%);
  }
  77% {
    transform: translateY(0) rotate(6deg) scale(1.06);
  }
  81% {
    transform: translateY(-1px) rotate(-4deg) scale(1.11);
    box-shadow: 0 0 0 8px rgb(245 197 24 / 0%), 0 0 18px rgb(245 197 24 / 34%);
  }
  86% {
    transform: translateY(0) rotate(0) scale(1);
  }
}

.animations-paused .cart-count,
.animations-paused .compare-count[data-compare-nav-count] {
  animation-play-state: paused;
}

@media (prefers-reduced-motion: reduce) {
  .cart-count:not([hidden]),
  .compare-count[data-compare-nav-count]:not([hidden]) {
    animation: none;
  }
}
