/*
Theme Name: Le Moulin des K'Pucins
Theme URI: https://lemoulindeskpucins.fr/
Author: DigiCom
Description: Theme one-page pour la boulangerie Le Moulin des K'Pucins a Angers.
Version: 1.0.6
Requires at least: 6.0
Tested up to: 6.8
Requires PHP: 7.4
Text Domain: le-moulin-des-kpucins
*/

:root {
  --pink: #ed008b;
  --pink-dark: #b8006d;
  --ink: #181315;
  --muted: #665e62;
  --paper: #fff9fb;
  --soft: #fff0f7;
  --white: #ffffff;
  --wheat: #f3c35b;
  --mint: #1f8a70;
  --green-dark: #143f37;
  --line: rgba(24, 19, 21, 0.12);
  --shadow: 0 18px 54px rgba(24, 19, 21, 0.14);
  --radius: 8px;
  --max: 1180px;
}

* {
  box-sizing: border-box;
}

html {
  max-width: 100%;
  overflow-x: hidden;
  scroll-behavior: smooth;
}

body {
  margin: 0;
  padding-top: 72px;
  max-width: 100%;
  overflow-x: hidden;
  color: var(--ink);
  background: var(--paper);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  line-height: 1.5;
}

body,
button,
input {
  letter-spacing: 0;
}

img {
  display: block;
  max-width: 100%;
}

a {
  color: inherit;
}

section[id],
#contact,
#horaires {
  scroll-margin-top: 88px;
}

svg {
  width: 1.1rem;
  height: 1.1rem;
  flex: 0 0 auto;
  fill: none;
  stroke: currentColor;
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.skip-link {
  position: absolute;
  left: 1rem;
  top: -4rem;
  z-index: 30;
  padding: 0.7rem 1rem;
  color: var(--white);
  background: var(--ink);
  border-radius: var(--radius);
}

.skip-link:focus {
  top: 1rem;
}

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

.site-header {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1000;
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: 1.2rem;
  min-height: 72px;
  padding: 0.7rem clamp(1rem, 3vw, 2rem);
  background: rgba(255, 255, 255, 0.92);
  border-bottom: 1px solid rgba(24, 19, 21, 0.08);
  backdrop-filter: blur(16px);
}

body.admin-bar .site-header {
  top: 32px;
}

@media (max-width: 782px) {
  body.admin-bar .site-header {
    top: 46px;
  }
}

.brand {
  display: inline-flex;
  align-items: center;
  min-width: 0;
  color: var(--pink);
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(1.08rem, 2vw, 1.35rem);
  font-weight: 900;
  text-decoration: none;
}

.brand span {
  white-space: nowrap;
}

.menu-toggle {
  display: none;
  align-items: center;
  justify-content: center;
  gap: 0.45rem;
  min-height: 44px;
  padding: 0.55rem 0.75rem;
  color: var(--pink-dark);
  background: #fff4fa;
  border: 1px solid rgba(237, 0, 139, 0.28);
  border-radius: var(--radius);
  font: inherit;
  font-weight: 850;
  cursor: pointer;
}

.nav-links {
  display: flex;
  justify-content: center;
  gap: clamp(1rem, 2.4vw, 2rem);
  color: var(--muted);
  font-size: 0.94rem;
}

.nav-links a,
.footer-links a,
.text-link {
  text-decoration: none;
}

.nav-links a:hover,
.footer-links a:hover,
.text-link:hover {
  color: var(--pink-dark);
}

.header-phone,
.button,
.mobile-cta a,
.quick-actions a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.55rem;
  min-width: 0;
  min-height: 46px;
  border-radius: var(--radius);
  font-weight: 850;
  text-decoration: none;
  white-space: nowrap;
}

.header-phone {
  padding: 0.65rem 0.9rem;
  color: var(--pink-dark);
  background: #fff4fa;
  border: 1px solid rgba(237, 0, 139, 0.28);
}

.hero {
  position: relative;
  display: grid;
  align-items: center;
  min-height: clamp(680px, calc(82svh - 72px), 820px);
  overflow: hidden;
  color: var(--white);
  background:
    linear-gradient(90deg, rgba(20, 10, 12, 0.86), rgba(20, 10, 12, 0.62) 52%, rgba(20, 10, 12, 0.22)),
    url("images/le-moulin-des-kpucins.jpeg") center / cover;
}

.hero-overlay {
  position: absolute;
  inset: auto 0 0;
  height: 8px;
  background: linear-gradient(90deg, var(--pink), var(--wheat), var(--mint));
}

.hero-content {
  position: relative;
  width: calc(100% - 2rem);
  max-width: var(--max);
  min-width: 0;
  margin: 0 auto;
  padding: clamp(4rem, 8vw, 7rem) 0;
}

.eyebrow {
  margin: 0 0 0.8rem;
  color: var(--wheat);
  font-size: 0.78rem;
  font-weight: 900;
  letter-spacing: 0.1em;
  line-height: 1.35;
  text-transform: uppercase;
  overflow-wrap: anywhere;
}

.eyebrow.dark {
  color: var(--pink-dark);
}

h1,
h2,
h3,
p {
  overflow-wrap: anywhere;
  word-break: break-word;
}

h1,
h2,
h3 {
  margin: 0;
  line-height: 1.05;
}

h1 {
  max-width: 760px;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(3.2rem, 8vw, 6.8rem);
  font-weight: 900;
}

h1 span {
  display: block;
}

h2 {
  font-size: clamp(2rem, 4vw, 3.55rem);
  letter-spacing: 0;
}

h3 {
  font-size: 1.16rem;
}

.intro > *,
.split-heading > *,
.lunch-band > *,
.story > *,
.reviews-band > *,
.hours-contact > *,
.product-card > *,
.product-card div {
  min-width: 0;
}

.hero-copy {
  max-width: 680px;
  margin: 1.2rem 0 0;
  color: rgba(255, 255, 255, 0.9);
  font-size: clamp(1.1rem, 2.2vw, 1.45rem);
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.8rem;
  margin-top: 2rem;
}

.button {
  padding: 0.85rem 1rem;
  border: 1px solid transparent;
}

.button.primary {
  color: var(--white);
  background: var(--pink);
}

.button.primary:hover {
  background: var(--pink-dark);
}

.button.secondary {
  color: var(--ink);
  background: var(--white);
}

.button.secondary:hover {
  background: #ffeaf5;
}

.button.outline {
  color: var(--pink-dark);
  background: var(--white);
  border-color: rgba(237, 0, 139, 0.3);
}

.button.compact {
  min-height: 44px;
  padding-inline: 0.9rem;
}

.hero-facts {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0.7rem;
  max-width: 780px;
  margin: clamp(2rem, 5vw, 3rem) 0 0;
  padding: 0;
  list-style: none;
}

.hero-facts li {
  padding: 0.95rem;
  background: rgba(255, 255, 255, 0.11);
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: var(--radius);
}

.hero-facts strong,
.hero-facts span {
  display: block;
}

.hero-facts span {
  color: rgba(255, 255, 255, 0.78);
  font-size: 0.92rem;
}

.status-strip {
  position: relative;
  z-index: 5;
  display: flex;
  justify-content: space-between;
  gap: 1rem;
  width: calc(100% - 2rem);
  max-width: var(--max);
  margin: -1.25rem auto 0;
  padding: 1rem;
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  box-shadow: var(--shadow);
}

.status-strip div {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.45rem;
}

.status-strip a {
  flex: 0 0 auto;
  color: var(--pink-dark);
  font-weight: 850;
  text-decoration: none;
}

.status-dot {
  width: 0.72rem;
  height: 0.72rem;
  border-radius: 50%;
  background: var(--mint);
  box-shadow: 0 0 0 4px rgba(31, 138, 112, 0.14);
}

.status-dot.closed {
  background: #9a2d2d;
  box-shadow: 0 0 0 4px rgba(154, 45, 45, 0.14);
}

.section,
.section-tight,
.quick-actions {
  width: calc(100% - 2rem);
  max-width: var(--max);
  margin: 0 auto;
}

.section {
  padding: clamp(4rem, 8vw, 6rem) 0;
}

.section-tight {
  padding: 0 0 clamp(3.5rem, 7vw, 5rem);
}

.intro {
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(280px, 0.95fr);
  gap: clamp(2rem, 5vw, 4rem);
  align-items: end;
}

.intro > p,
.story-copy > p,
.lunch-content p,
.small-detail,
.section-heading > p,
.panel-note,
.reviews-band p {
  color: var(--muted);
  font-size: 1.06rem;
}

.quick-actions {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0.8rem;
  padding-bottom: clamp(3.5rem, 7vw, 5rem);
}

.quick-actions a {
  min-height: 68px;
  justify-content: flex-start;
  padding: 1rem;
  color: var(--pink-dark);
  background: var(--white);
  border: 1px solid rgba(237, 0, 139, 0.2);
  box-shadow: 0 10px 32px rgba(24, 19, 21, 0.07);
}

.quick-actions a:hover {
  transform: translateY(-2px);
}

.section-heading {
  max-width: 820px;
  margin-bottom: 2rem;
}

.split-heading {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(280px, 0.48fr);
  gap: 2rem;
  max-width: none;
  align-items: end;
}

.product-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 1rem;
}

.product-card {
  display: grid;
  grid-template-rows: auto 1fr;
  min-height: 100%;
  overflow: hidden;
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  box-shadow: 0 10px 32px rgba(24, 19, 21, 0.08);
}

.product-card img {
  width: 100%;
  aspect-ratio: 4 / 3;
  object-fit: cover;
}

.image-fallback {
  display: block;
  width: 100%;
  aspect-ratio: 4 / 3;
  background:
    radial-gradient(circle at 22% 28%, rgba(243, 195, 91, 0.5), transparent 30%),
    radial-gradient(circle at 78% 72%, rgba(237, 0, 139, 0.22), transparent 32%),
    linear-gradient(135deg, #fff2d4, #f7d4e7 54%, #d9efe7);
}

.brand .image-fallback {
  width: 48px;
  height: 48px;
  aspect-ratio: 1;
  flex: 0 0 auto;
  border-radius: 50%;
  background:
    radial-gradient(circle at 35% 30%, #ffffff 0 12%, transparent 13%),
    var(--pink);
}

.product-card div {
  padding: 1rem;
}

.card-kicker {
  display: inline-block;
  margin-bottom: 0.55rem;
  color: var(--pink-dark);
  font-size: 0.74rem;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.product-card p {
  margin: 0.55rem 0 0;
  color: var(--muted);
}

.highlight-card {
  border-top: 5px solid var(--wheat);
}

.lunch-band {
  display: grid;
  grid-template-columns: minmax(0, 0.95fr) minmax(320px, 1fr);
  gap: clamp(2rem, 5vw, 4rem);
  align-items: center;
  overflow: hidden;
  padding: clamp(4rem, 8vw, 6rem) max(1rem, calc((100vw - var(--max)) / 2));
  color: var(--white);
  background: linear-gradient(135deg, var(--pink-dark), #2d171f 62%, #122b25);
}

.lunch-content {
  min-width: 0;
  padding-inline: 1rem;
}

.lunch-content h2 {
  max-width: 600px;
}

.lunch-content p {
  max-width: min(100%, 620px);
  color: rgba(255, 255, 255, 0.84);
}

.lunch-content .button {
  margin-top: 1rem;
}

.menu-list {
  display: grid;
  gap: 0.75rem;
  padding-inline: 1rem;
}

.menu-list article {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 1rem;
  align-items: start;
  padding: 1rem;
  background: rgba(255, 255, 255, 0.1);
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: var(--radius);
}

.menu-list span {
  color: var(--wheat);
  font-weight: 950;
}

.menu-list h3 {
  font-size: 1.04rem;
}

.menu-list p {
  margin: 0.35rem 0 0;
  color: rgba(255, 255, 255, 0.8);
}

.lunch-showcase {
  display: grid;
  gap: 0.85rem;
  min-width: 0;
  padding-inline: 1rem;
}

.lunch-showcase article {
  display: grid;
  grid-template-columns: 140px minmax(0, 1fr);
  gap: 1rem;
  align-items: center;
  padding: 0.75rem;
  background: rgba(255, 255, 255, 0.1);
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: var(--radius);
}

.lunch-showcase article.lunch-feature {
  grid-template-columns: 1fr;
  padding: 1.1rem;
}

.lunch-showcase img {
  width: 100%;
  aspect-ratio: 4 / 3;
  object-fit: cover;
  border-radius: calc(var(--radius) - 2px);
}

.lunch-showcase span {
  display: block;
  color: var(--wheat);
  font-weight: 900;
}

.lunch-showcase p {
  margin: 0.35rem 0 0;
  color: rgba(255, 255, 255, 0.82);
}

.story {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(280px, 0.9fr);
  gap: clamp(2rem, 5vw, 4rem);
  align-items: center;
}

.story-media {
  min-height: 430px;
  overflow: hidden;
  background: #f4eef1;
  border-radius: var(--radius);
}

.story-media img {
  width: 100%;
  height: 100%;
  min-height: 430px;
  object-fit: cover;
}

.story-media .image-fallback {
  height: 100%;
  min-height: 430px;
}

.check-list {
  display: grid;
  gap: 0.65rem;
  margin: 1.4rem 0 0;
  padding: 0;
  list-style: none;
}

.check-list li {
  position: relative;
  padding-left: 1.6rem;
}

.check-list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.45rem;
  width: 0.55rem;
  height: 0.55rem;
  border-radius: 50%;
  background: var(--mint);
}

.gallery {
  padding-top: 0;
}

.gallery-grid {
  display: grid;
  grid-template-columns: 1.2fr 0.8fr 0.8fr;
  grid-auto-rows: 210px;
  gap: 0.8rem;
}

.gallery-grid img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: var(--radius);
}

.gallery-grid .image-fallback {
  height: 100%;
  border-radius: var(--radius);
}

.gallery-grid img:first-child {
  grid-row: span 2;
}

.reviews-band {
  display: grid;
  grid-template-columns: minmax(0, 0.75fr) minmax(320px, 0.95fr);
  gap: 2rem;
  align-items: center;
  overflow: hidden;
  padding: clamp(3rem, 7vw, 4.8rem) max(1rem, calc((100vw - var(--max)) / 2));
  color: var(--white);
  background: var(--green-dark);
}

.reviews-band h2 {
  max-width: 720px;
}

.reviews-band p {
  max-width: 680px;
  color: rgba(255, 255, 255, 0.78);
}

.reviews-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.85rem;
  justify-content: flex-start;
  align-items: center;
  margin-top: 1.2rem;
}

.reviews-widget-slot {
  min-width: 0;
  overflow: hidden;
}

.google-reviews-widget {
  width: 100%;
  min-width: 0;
}

.google-reviews-widget .grw-header,
.google-reviews-widget .wp-google-place,
.google-reviews-widget .wp-google-badge,
.google-reviews-widget .wp-google-url,
.google-reviews-widget .wp-google-based,
.google-reviews-widget .wp-google-powered,
.google-reviews-widget .wp-google-wr,
.google-reviews-widget .wp-google-write,
.google-reviews-widget .grw-review-us,
.google-reviews-widget a[href*="search.google.com/local/writereview"],
.google-reviews-widget a[href*="local/writereview"] {
  display: none !important;
}

.google-reviews-widget .grw-slider,
.google-reviews-widget .grw-slider-content {
  width: 100% !important;
}

.reviews-placeholder {
  padding: 1.2rem;
  color: rgba(255, 255, 255, 0.84);
  background: rgba(255, 255, 255, 0.1);
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: var(--radius);
}

.text-link {
  color: var(--wheat);
  font-weight: 850;
}

.hours-contact {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(280px, 1fr);
  gap: 1rem;
  align-items: stretch;
}

.hours-panel,
.contact-panel {
  padding: clamp(1.4rem, 4vw, 2rem);
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: var(--radius);
}

.hours-list {
  display: grid;
  gap: 0;
  margin: 1.6rem 0 0;
}

.hours-list div {
  display: flex;
  justify-content: space-between;
  gap: 1rem;
  padding: 1rem 0;
  border-top: 1px solid var(--line);
}

.hours-list dt {
  color: var(--muted);
}

.hours-list dd {
  margin: 0;
  font-weight: 900;
  text-align: right;
}

.panel-note {
  margin: 1.2rem 0 0;
}

.contact-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.7rem;
  margin: 1.4rem 0;
}

.map-section {
  display: grid;
  grid-template-columns: minmax(260px, 0.55fr) minmax(320px, 1fr);
  align-items: stretch;
  gap: 1.5rem;
  width: calc(100% - 2rem);
  max-width: var(--max);
  margin: 0 auto;
  overflow: hidden;
  padding: 1.2rem;
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: var(--radius);
}

.map-consent-copy {
  align-self: center;
  padding: 0.35rem;
}

.map-section h2 {
  margin: 0.2rem 0 0.35rem;
  font-size: clamp(1.4rem, 3vw, 2rem);
}

.map-section p {
  max-width: 680px;
  margin: 0;
  color: var(--muted);
}

.map-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.65rem;
  margin-top: 1rem;
}

.map-frame {
  display: block;
  min-height: min(56vw, 390px);
  overflow: hidden;
  color: var(--white);
  background: #f4eef1;
  border-radius: calc(var(--radius) - 2px);
}

.map-frame iframe {
  display: block;
  width: 100%;
  height: 100%;
  min-height: min(56vw, 390px);
  border: 0;
}

.faq {
  padding-bottom: clamp(3.5rem, 7vw, 5rem);
}

.faq-list {
  display: grid;
  gap: 0.7rem;
}

details {
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: var(--radius);
}

summary {
  cursor: pointer;
  padding: 1rem;
  font-weight: 900;
}

details p {
  margin: 0;
  padding: 0 1rem 1rem;
  color: var(--muted);
}

.legal-section {
  padding-top: clamp(3.5rem, 7vw, 5rem);
  border-top: 1px solid var(--line);
}

.legal-page-main {
  background: var(--paper);
}

.legal-hero {
  padding: clamp(5rem, 9vw, 7rem) max(1rem, calc((100vw - var(--max)) / 2)) clamp(3rem, 6vw, 4.5rem);
  color: var(--white);
  background: linear-gradient(135deg, var(--pink-dark), #2d171f 62%, #143f37);
}

.legal-hero h1 {
  max-width: 760px;
  margin: 0.45rem 0 1rem;
  font-size: clamp(2.6rem, 7vw, 5.2rem);
}

.legal-hero p:not(.eyebrow) {
  max-width: 720px;
  margin: 0;
  color: rgba(255, 255, 255, 0.82);
  font-size: clamp(1rem, 2vw, 1.18rem);
}

.legal-page-content {
  padding-top: clamp(3rem, 6vw, 4rem);
}

.privacy-section {
  background: var(--soft);
}

.legal-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.9rem;
}

.legal-card {
  min-width: 0;
  padding: 1.15rem;
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: var(--radius);
}

.legal-card h2,
.legal-card h3 {
  margin: 0 0 0.6rem;
  color: var(--pink-dark);
  font-size: 1.02rem;
}

.legal-card p {
  margin: 0;
  color: var(--muted);
}

.legal-card a {
  color: var(--pink-dark);
  font-weight: 800;
}

.legal-note {
  margin: 1.1rem 0 0;
  color: var(--muted);
}

.site-footer {
  display: flex;
  justify-content: space-between;
  gap: 1.5rem;
  padding: 2rem max(1rem, calc((100vw - var(--max)) / 2));
  color: var(--white);
  background: var(--ink);
}

.site-footer p {
  margin: 0.4rem 0 0;
  color: rgba(255, 255, 255, 0.72);
}

.footer-links {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
  align-items: center;
  font-weight: 800;
}

.mobile-cta {
  display: none;
}

@media (max-width: 1060px) {
  .site-header {
    grid-template-columns: 1fr auto;
  }

  .menu-toggle {
    display: inline-flex;
  }

  .nav-links {
    display: none;
    grid-column: 1 / -1;
    width: 100%;
    flex-direction: column;
    align-items: stretch;
    gap: 0;
    padding: 0.35rem 0;
    background: var(--white);
    border-top: 1px solid rgba(24, 19, 21, 0.08);
  }

  .nav-links.is-open {
    display: flex;
  }

  .nav-links a {
    padding: 0.9rem 0;
    color: var(--ink);
    border-bottom: 1px solid rgba(24, 19, 21, 0.08);
  }

  .nav-links a:last-child {
    border-bottom: 0;
  }

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

  .quick-actions,
  .intro,
  .lunch-band,
  .story,
  .reviews-band,
  .hours-contact,
  .split-heading {
    grid-template-columns: 1fr;
  }

  .reviews-actions {
    justify-content: flex-start;
  }
}

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

  .site-header {
    min-height: 64px;
  }

  .brand span {
    max-width: 13rem;
    white-space: normal;
    line-height: 1.05;
  }

  .menu-toggle {
    min-height: 42px;
    padding-inline: 0.65rem;
  }

  .header-phone {
    display: none;
  }

  .hero {
    min-height: clamp(700px, 72svh, 780px);
    background-position: center;
  }

  .hero-content {
    width: 100%;
    padding: 4rem 1rem;
  }

  .eyebrow {
    max-width: 100%;
    font-size: 0.68rem;
    line-height: 1.35;
  }

  h1 {
    max-width: 100%;
    font-size: clamp(2.3rem, 12.5vw, 3.25rem);
    line-height: 1.08;
  }

  h2 {
    font-size: clamp(1.8rem, 10vw, 2.55rem);
  }

  .section h2,
  .section p,
  .product-card p {
    max-width: 20rem;
  }

  .section-heading h2 {
    max-width: 18.5rem;
  }

  .hero-copy {
    max-width: 22rem;
    font-size: 1.04rem;
  }

  .hero-actions {
    display: grid;
    grid-template-columns: 1fr;
    width: min(100%, 18rem);
  }

  .hero-actions .button {
    width: 100%;
    padding-inline: 0.75rem;
    overflow: hidden;
    text-overflow: ellipsis;
  }

  .hero-facts {
    grid-template-columns: 1fr;
    max-width: 20rem;
  }

  .status-strip {
    flex-direction: column;
    width: 100%;
    margin-top: 0;
    border-inline: 0;
    border-radius: 0;
  }

  .section {
    width: 100%;
    max-width: none;
    padding: 3.5rem 1rem;
  }

  .section-tight,
  .quick-actions {
    width: 100%;
    max-width: none;
    padding-inline: 1rem;
  }

  .quick-actions {
    grid-template-columns: 1fr;
  }

  .product-grid,
  .gallery-grid,
  .lunch-showcase article {
    grid-template-columns: 1fr;
  }

  .lunch-band {
    padding-inline: 1rem;
  }

  .lunch-content,
  .lunch-showcase {
    padding-inline: 0;
  }

  .map-section {
    grid-template-columns: 1fr;
  }

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

  .gallery-grid {
    grid-auto-rows: 230px;
  }

  .gallery-grid img:first-child {
    grid-row: span 1;
  }

  .story-media,
  .story-media img {
    min-height: 290px;
  }

  .hours-list div {
    align-items: baseline;
  }

  .site-footer {
    flex-direction: column;
    padding-bottom: 2.4rem;
  }

  .mobile-cta {
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 25;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 0.5rem;
    padding: 0.65rem;
    background: rgba(255, 255, 255, 0.94);
    border-top: 1px solid var(--line);
    backdrop-filter: blur(14px);
  }

  .mobile-cta a {
    min-height: 50px;
    padding-inline: 0.5rem;
    color: var(--white);
    background: var(--pink);
    font-size: 0.96rem;
  }
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }

  .quick-actions a:hover {
    transform: none;
  }
}
