/*
Theme Name: SPAR Mouleydier - Proximité Premium
Theme URI: https://spar-mouleydier.fr/
Author: SPAR Mouleydier
Author URI: https://spar-mouleydier.fr/
Description: Thème WordPress premium pour SPAR Mouleydier, dérivé de la maquette « Proximité Premium ». Inclut le support WooCommerce en mode vitrine (prix en magasin), un Custom Post Type « Services » et des templates dédiés aux rayons et aux fiches produits. Couleur principale : dorure #d8b46d.
Version: 1.0.0
Requires at least: 6.0
Tested up to: 6.5
Requires PHP: 7.4
License: GPL-2.0-or-later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
Text Domain: spar-mouleydier
Tags: e-commerce, woocommerce, custom-menu, custom-logo, featured-images, threaded-comments, translation-ready, full-width-template
*/

:root {
  --black: #0c0d0c;
  --black-2: #151413;
  --gold: #d8b46d;
  --gold-2: #f1d69a;
  --cream: #f7efe2;
  --muted: #c7bca7;
  --line: rgba(216, 180, 109, 0.32);
  --panel: rgba(20, 20, 18, 0.82);
  --radius: 18px;
  color-scheme: dark;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  overflow-x: hidden;
  background: #070807;
}

body {
  position: relative;
  min-height: 100vh;
  margin: 0;
  color: var(--cream);
  background: transparent;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  overflow-x: hidden;
  isolation: isolate;
}

body::before,
body::after {
  content: "";
  position: fixed;
  inset: 0;
  pointer-events: none;
}

body::before {
  z-index: -2;
  background-image: url("assets/fond-village-clean.png");
  background-position: center top;
  background-size: cover;
  background-repeat: no-repeat;
}

body::after {
  z-index: -1;
  background:
    radial-gradient(circle at 18% 18%, rgba(7, 8, 7, 0.08), rgba(7, 8, 7, 0.28) 42%, rgba(7, 8, 7, 0.46) 72%),
    linear-gradient(180deg, rgba(7, 8, 7, 0), rgba(7, 8, 7, 0.36) 48%, rgba(7, 8, 7, 0.56));
}

a {
  color: inherit;
  text-decoration: none;
}

button,
input {
  font: inherit;
}

figure {
  margin: 0;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 20;
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: 2rem;
  margin: 1rem auto 0;
  width: min(1440px, calc(100% - 2rem));
  min-height: 112px;
  padding: 1rem 1.7rem;
  background: rgba(10, 10, 9, 0.94);
  border: 1px solid var(--line);
  border-radius: var(--radius) var(--radius) 0 0;
  backdrop-filter: blur(16px);
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 1rem;
  color: var(--cream);
  padding: 0.55rem 0.75rem;
  background: transparent;
  border: 0;
  border-radius: 12px;
  cursor: pointer;
}

.brand img {
  width: clamp(190px, 19vw, 300px);
  height: auto;
  object-fit: contain;
  border-radius: 7px;
}

.brand span {
  display: grid;
  gap: 0.18rem;
  font-size: 1.45rem;
  letter-spacing: 0.24em;
  text-transform: uppercase;
}

.brand small {
  color: var(--cream);
  font-size: 0.7rem;
  letter-spacing: 0.32em;
}

nav {
  display: flex;
  justify-content: center;
  gap: 2rem;
  color: var(--cream);
}

nav a {
  padding: 0.8rem 0;
  color: rgba(247, 239, 226, 0.82);
  border-bottom: 2px solid transparent;
}

nav a.active,
nav a:hover,
nav .current-menu-item > a,
nav .current-menu-ancestor > a {
  color: var(--gold);
  border-color: var(--gold);
}

/* WordPress wp_nav_menu compatibility */
nav ul.menu,
nav ul.primary-menu {
  display: flex;
  justify-content: center;
  gap: 2rem;
  list-style: none;
  margin: 0;
  padding: 0;
}

nav ul.menu li,
nav ul.primary-menu li {
  position: relative;
}

nav ul.menu li a,
nav ul.primary-menu li a {
  padding: 0.8rem 0;
  color: rgba(247, 239, 226, 0.82);
  border-bottom: 2px solid transparent;
}

nav ul.menu .sub-menu,
nav ul.primary-menu .sub-menu {
  position: absolute;
  top: 100%;
  left: 0;
  display: none;
  min-width: 220px;
  padding: 0.5rem 0;
  background: rgba(10, 10, 9, 0.98);
  border: 1px solid var(--line);
  border-radius: 12px;
  list-style: none;
  z-index: 30;
}

nav ul.menu li:hover .sub-menu,
nav ul.menu li:focus-within .sub-menu,
nav ul.primary-menu li:hover .sub-menu,
nav ul.primary-menu li:focus-within .sub-menu {
  display: block;
}

nav ul.menu .sub-menu a,
nav ul.primary-menu .sub-menu a {
  display: block;
  padding: 0.55rem 1rem;
  border-bottom: 0;
}

.header-actions {
  display: flex;
  align-items: center;
  gap: 1rem;
}

.hours {
  display: flex;
  align-items: center;
  gap: 0.8rem;
  color: var(--cream);
  max-width: 270px;
  font-size: 0.84rem;
  line-height: 1.28;
}

.hours svg,
.round-action,
.menu-action {
  color: var(--gold);
}

.hours strong {
  display: block;
  color: var(--gold);
  font-size: 1.05rem;
}

.hours em {
  display: block;
  color: var(--muted);
  font-size: 0.78rem;
  font-style: normal;
}

.round-action,
.menu-action {
  display: grid;
  width: 52px;
  height: 52px;
  place-items: center;
  background: transparent;
  border: 1px solid var(--line);
  border-radius: 999px;
}

.menu-action {
  display: none;
}

.hero {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 840px);
  justify-content: center;
  align-items: center;
  width: 100%;
  min-height: 560px;
  margin: 0;
  padding: clamp(3rem, 6vw, 5rem) clamp(1rem, 8vw, 8rem);
  overflow: hidden;
  background: linear-gradient(180deg, rgba(8, 8, 7, 0.02), rgba(8, 8, 7, 0.16));
  border: 0;
  border-bottom: 1px solid var(--line);
  border-top: 0;
}

.hero::after {
  display: none;
}

.hero-copy,
.hero-card {
  position: relative;
  min-width: 0;
  z-index: 1;
}

.hero-logo-original {
  width: min(360px, 76vw);
  margin-bottom: 1.4rem;
  padding: 0.75rem 0.9rem;
  background: rgba(247, 239, 226, 0.92);
  border: 1px solid rgba(216, 180, 109, 0.42);
  border-radius: 12px;
  box-shadow: 0 18px 44px rgba(0, 0, 0, 0.22);
}

.hero-copy {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin: 0 auto;
  text-align: center;
  text-shadow: 0 4px 24px rgba(0, 0, 0, 0.82);
}

.eyebrow {
  margin: 0 0 0.9rem;
  color: var(--gold);
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.22em;
  text-transform: uppercase;
}

h1,
h2 {
  margin: 0;
  font-family: Georgia, "Times New Roman", serif;
  line-height: 1.04;
  letter-spacing: 0;
}

h1 {
  max-width: 680px;
  font-size: clamp(3.2rem, 6vw, 6.8rem);
  font-weight: 500;
}

.hero h1 {
  margin-right: auto;
  margin-left: auto;
}

h1 span {
  display: block;
  color: var(--gold-2);
}

.signature {
  margin: 1.2rem 0 0;
  color: var(--cream);
  font-family: "Segoe Script", "Bradley Hand ITC", cursive;
  font-size: clamp(1.25rem, 2.2vw, 2rem);
}

.intro {
  max-width: 560px;
  margin: 1.4rem auto 0;
  color: var(--muted);
  line-height: 1.7;
}

.hero-actions,
.contact-actions {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 1rem;
  margin-top: 2rem;
}

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.65rem;
  min-height: 50px;
  padding: 0.8rem 1.4rem;
  border: 1px solid var(--line);
  border-radius: 7px;
  font-weight: 800;
}

.button.primary {
  color: #17120b;
  background: linear-gradient(135deg, var(--gold-2), var(--gold));
}

.button.ghost {
  background: rgba(255, 255, 255, 0.02);
}

.button.is-static {
  cursor: default;
}

.button.light {
  color: var(--cream);
}

.button.small {
  min-height: 44px;
  color: var(--black);
  background: var(--gold);
}

.hero-card {
  display: none;
}

.hero-card img {
  width: 100%;
  height: 100%;
  min-height: 420px;
  object-fit: cover;
  border-radius: 18px;
  opacity: 0.9;
  border: 1px solid rgba(216, 180, 109, 0.42);
  box-shadow: 0 30px 70px rgba(0, 0, 0, 0.35);
}

.chalk {
  position: absolute;
  right: 3rem;
  top: 5rem;
  padding: 1rem 1.25rem;
  color: #fff3d1;
  background: rgba(20, 16, 12, 0.72);
  border: 1px solid var(--gold);
  border-radius: 8px;
  font-family: "Segoe Script", cursive;
  font-size: 1.35rem;
  line-height: 1.65;
}

.proof-bar,
.film-feature,
.commitment,
.promo-strip,
.promo-showcase,
.services,
.catalogue,
.category-products,
.article-section,
.contact,
.about-showcase,
.site-footer {
  width: min(1260px, calc(100% - 2rem));
  margin: 0 auto;
}

.proof-bar {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 1px;
  margin-top: clamp(1rem, 3vw, 2rem);
  padding: 1rem;
  background: rgba(8, 8, 7, 0.96);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  box-shadow: 0 30px 70px rgba(0, 0, 0, 0.35);
}

.proof-bar .proof-item {
  display: grid;
  grid-template-columns: 42px minmax(0, 1fr);
  grid-template-rows: auto auto;
  column-gap: 0.95rem;
  row-gap: 0.25rem;
  align-items: start;
  padding: 1.2rem;
  border-right: 1px solid rgba(216, 180, 109, 0.22);
}

.proof-bar .proof-item:last-child {
  border-right: 0;
}

.proof-bar svg,
.rayon-card span,
.service-grid svg {
  color: var(--gold);
}

.proof-bar svg {
  grid-row: 1 / span 2;
  width: 28px;
  height: 28px;
}

.proof-bar strong,
.proof-bar span {
  grid-column: 2;
  display: block;
  max-width: 100%;
}

.proof-bar span {
  margin-top: 0.3rem;
  color: var(--muted);
  font-size: 0.9rem;
}

.film-feature {
  display: grid;
  grid-template-columns: minmax(360px, 1.12fr) minmax(280px, 0.88fr);
  gap: clamp(1.4rem, 4vw, 3rem);
  align-items: center;
  margin-top: 1.5rem;
  padding: clamp(1rem, 3vw, 2rem);
  background: rgba(8, 8, 7, 0.96);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  box-shadow: 0 30px 70px rgba(0, 0, 0, 0.32);
}

.film-frame {
  overflow: hidden;
  background: #050505;
  border: 1px solid rgba(216, 180, 109, 0.42);
  border-radius: 14px;
}

.film-frame video {
  display: block;
  width: 100%;
  aspect-ratio: 16 / 9;
  object-fit: cover;
}

.film-copy h2 {
  font-size: clamp(2.2rem, 4vw, 4rem);
}

.film-copy,
.section-copy,
.detail-hero > div,
.detail-panel,
.detail-aside,
.article-content,
.product-card {
  min-width: 0;
}

.film-copy p:not(.eyebrow) {
  color: var(--muted);
  line-height: 1.75;
}

.engagement-contact {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.75rem;
  margin-top: 1.3rem;
}

.engagement-contact.engagement-cta {
  display: flex;
  justify-content: flex-start;
}

.engagement-cta .button {
  min-width: 220px;
}

.engagement-contact a,
.engagement-contact span,
.about-contact-list a,
.about-contact-list span {
  display: inline-flex;
  align-items: center;
  gap: 0.65rem;
  min-width: 0;
  color: var(--cream);
  line-height: 1.45;
}

.engagement-contact a,
.engagement-contact span {
  padding: 0.75rem;
  background: rgba(255, 255, 255, 0.035);
  border: 1px solid rgba(216, 180, 109, 0.2);
  border-radius: 10px;
}

.engagement-contact svg,
.about-contact-list svg {
  flex: 0 0 auto;
  width: 18px;
  height: 18px;
  color: var(--gold);
}

.commitment {
  display: grid;
  grid-template-columns: 0.68fr 1.32fr;
  gap: 2rem;
  padding: clamp(4rem, 7vw, 7rem) 0 2rem;
}

.section-copy h2,
.section-heading h2,
.promo-strip h2,
.contact h2 {
  font-size: clamp(2.4rem, 4vw, 4.6rem);
}

.section-copy p,
.contact p {
  color: var(--muted);
  line-height: 1.75;
}

.rayon-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1rem;
}

.rayon-card {
  position: relative;
  min-height: 320px;
  overflow: hidden;
  padding: 1rem;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: rgba(8, 8, 7, 0.96);
}

.rayon-card img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 58%;
  object-fit: cover;
  opacity: 0.72;
}

.rayon-card span {
  position: relative;
  display: grid;
  width: 52px;
  height: 52px;
  margin-top: 9.5rem;
  place-items: center;
  border: 1px solid var(--line);
  border-radius: 999px;
  background: rgba(8, 8, 7, 0.8);
}

.rayon-card strong {
  position: relative;
  display: block;
  margin-top: 1rem;
  font-size: 1.25rem;
}

.rayon-card p {
  position: relative;
  color: var(--muted);
}

.promo-strip {
  display: grid;
  grid-template-columns: 220px 1fr auto;
  gap: 1.5rem;
  align-items: center;
  margin-top: 1.5rem;
  padding: 1rem 1.4rem;
  overflow: hidden;
  background: rgba(8, 8, 7, 0.96);
  border: 1px solid var(--line);
  border-radius: var(--radius);
}

.promo-strip img {
  width: 220px;
  height: 140px;
  object-fit: cover;
  border-radius: 12px;
}

.promo-showcase {
  padding: clamp(4rem, 7vw, 6rem) 0 0;
}

.promo-editorial {
  display: grid;
  grid-template-columns: minmax(280px, 0.76fr) minmax(0, 1.24fr);
  gap: clamp(1.5rem, 4vw, 3rem);
  align-items: stretch;
}

.promo-copy {
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-width: 0;
}

.promo-copy h2 {
  max-width: 520px;
  font-size: clamp(3rem, 5vw, 5.25rem);
}

.promo-copy p:not(.eyebrow) {
  max-width: 520px;
  color: var(--muted);
  font-size: 1.03rem;
  line-height: 1.75;
}

.promo-showcase .section-heading,
.catalogue .section-heading {
  max-width: 920px;
}

.promo-showcase .section-heading {
  margin: 0 auto;
  text-align: center;
}

.promo-showcase .section-heading p:not(.eyebrow),
.catalogue .section-heading p:not(.eyebrow) {
  color: var(--muted);
  line-height: 1.7;
}

.promo-card-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1rem;
  min-width: 0;
}

.promo-card {
  overflow: hidden;
  min-width: 0;
  min-height: 420px;
  background:
    linear-gradient(180deg, rgba(12, 44, 31, 0.5), rgba(7, 8, 7, 0.94) 46%),
    rgba(8, 8, 7, 0.92);
  border: 1px solid var(--line);
  border-radius: var(--radius);
}

.promo-card img {
  display: block;
  width: 100%;
  height: 245px;
  object-fit: cover;
  border-bottom: 1px solid rgba(216, 180, 109, 0.24);
}

.promo-card-content {
  padding: 1.2rem 1.2rem 1.35rem;
}

.promo-card-content span {
  display: grid;
  width: 54px;
  height: 54px;
  margin-top: 0;
  margin-bottom: 1rem;
  place-items: center;
  color: var(--gold);
  background: rgba(8, 8, 7, 0.84);
  border: 1px solid var(--line);
  border-radius: 999px;
  box-shadow: 0 16px 34px rgba(0, 0, 0, 0.38);
}

.promo-card-content svg {
  width: 24px;
  height: 24px;
}

.promo-card-content strong {
  display: block;
  color: var(--cream);
  font-size: clamp(1.1rem, 1.7vw, 1.35rem);
  line-height: 1.15;
}

.promo-card-content p {
  margin: 0.85rem 0 0;
  color: var(--muted);
  line-height: 1.5;
}

.promo-photo-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1rem;
}

.promo-photo-grid-single {
  max-width: 980px;
  margin: 0 auto;
  grid-template-columns: minmax(0, 1fr);
}

.promo-photo-grid figure {
  overflow: hidden;
  min-height: 250px;
  background: rgba(8, 8, 7, 0.88);
  border: 1px solid var(--line);
  border-radius: var(--radius);
}

.promo-photo-grid img {
  display: block;
  width: 100%;
  height: 100%;
  min-height: 250px;
  object-fit: cover;
}

.promo-photo-grid-single figure,
.promo-photo-grid-single img {
  min-height: clamp(280px, 38vw, 520px);
}

.services,
.catalogue,
.contact {
  padding: clamp(4rem, 7vw, 7rem) 0 0;
}

.section-heading {
  margin-bottom: 1.2rem;
}

.service-grid,
.product-grid,
.product-group-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 1rem;
}

.product-grid.is-grouped {
  grid-template-columns: 1fr;
  gap: 1.4rem;
}

.product-grid.is-featured {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.catalogue-actions {
  display: flex;
  justify-content: center;
  margin-top: 1.4rem;
}

.product-group {
  padding: clamp(1rem, 2vw, 1.4rem);
  background: rgba(8, 8, 7, 0.72);
  border: 1px solid var(--line);
  border-radius: var(--radius);
}

.product-group-header {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 1rem;
  margin-bottom: 1rem;
}

.product-group-header h3 {
  margin: 0.15rem 0 0;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(1.8rem, 3vw, 2.8rem);
}

.product-group-header a {
  color: var(--gold-2);
  font-weight: 800;
}

.service-grid a,
.product-card {
  min-height: 190px;
  padding: 1.2rem;
  border: 1px solid var(--line);
  border-radius: var(--radius);
}

.service-grid a {
  background:
    radial-gradient(circle at 50% 0%, rgba(9, 74, 51, 0.58), rgba(6, 32, 24, 0.72) 34%, rgba(8, 8, 7, 0.96) 74%),
    linear-gradient(135deg, rgba(4, 42, 29, 0.9), rgba(8, 8, 7, 0.98));
}

.product-card {
  display: flex;
  flex-direction: column;
  background: rgba(8, 8, 7, 0.95);
}

.service-grid a {
  display: block;
  transition:
    border-color 160ms ease,
    transform 160ms ease,
    background 160ms ease;
}

.service-grid a:hover,
.service-grid a:focus-visible {
  transform: translateY(-3px);
  background:
    radial-gradient(circle at 50% 0%, rgba(14, 96, 66, 0.68), rgba(7, 42, 30, 0.78) 36%, rgba(8, 8, 7, 0.98) 76%),
    linear-gradient(135deg, rgba(5, 50, 34, 0.94), rgba(8, 8, 7, 0.98));
  border-color: rgba(241, 214, 154, 0.68);
  outline: none;
}

.service-grid strong,
.service-grid span {
  display: block;
}

.service-grid strong {
  margin-top: 1.4rem;
}

.service-grid span {
  margin-top: 0.45rem;
  color: var(--muted);
}

.product-card img {
  width: 100%;
  aspect-ratio: 4 / 3;
  object-fit: cover;
  border-radius: 12px;
}

.product-card h3 {
  margin: 0.35rem 0;
}

.product-card p {
  color: var(--muted);
}

.product-meta {
  margin: 0.95rem 0 0;
  color: var(--gold-2) !important;
  font-size: 0.76rem;
  font-weight: 900;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.product-card strong {
  margin-top: auto;
}

.product-link {
  margin-top: 0.6rem;
}

.product-card button {
  min-height: 40px;
  color: var(--black);
  background: var(--gold);
  border: 0;
  border-radius: 7px;
  font-weight: 800;
}

.detail-page {
  min-height: 100vh;
}

.category-detail {
  display: grid;
  grid-template-columns: minmax(280px, 370px) minmax(0, 1fr);
  gap: clamp(0.85rem, 2.3vw, 1.5rem);
  align-items: start;
  width: min(1480px, calc(100% - 2rem));
  margin: 0 auto;
  padding: clamp(0.85rem, 2.4vw, 1.75rem) 0 5rem;
}

.category-intro-card,
.category-toolbar,
.category-related-inline {
  background: rgba(8, 8, 7, 0.94);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  box-shadow: 0 24px 56px rgba(0, 0, 0, 0.26);
}

.category-intro-card {
  position: sticky;
  top: 145px;
  display: grid;
  gap: 0.85rem;
  min-width: 0;
  padding: clamp(0.95rem, 1.8vw, 1.15rem);
}

.category-intro-card h1 {
  max-width: 100%;
  font-size: clamp(2.35rem, 3.1vw, 3.65rem);
}

.category-intro-card > p:not(.eyebrow) {
  margin: 0;
  color: var(--muted);
  line-height: 1.62;
}

.category-intro-card .button {
  width: fit-content;
}

.category-media {
  overflow: hidden;
  background: rgba(8, 8, 7, 0.96);
  border: 1px solid var(--line);
  border-radius: 13px;
}

.category-media img {
  display: block;
  width: 100%;
  height: 168px;
  object-fit: cover;
}

.category-workspace {
  display: grid;
  gap: 0.85rem;
  min-width: 0;
}

.category-toolbar {
  display: flex;
  justify-content: space-between;
  gap: 1rem;
  align-items: flex-start;
  padding: clamp(0.9rem, 1.8vw, 1.2rem);
}

.category-toolbar h2 {
  font-size: clamp(1.85rem, 2.65vw, 3rem);
}

.category-toolbar p:not(.eyebrow) {
  max-width: 820px;
  margin: 0.55rem 0 0;
  color: var(--muted);
  line-height: 1.62;
}

.category-count {
  flex: 0 0 auto;
  display: inline-flex;
  align-items: center;
  min-height: 38px;
  padding: 0.5rem 0.75rem;
  color: #17120b;
  background: linear-gradient(135deg, var(--gold-2), var(--gold));
  border-radius: 999px;
  font-size: 0.86rem;
  font-weight: 900;
  white-space: nowrap;
}

.category-detail .category-products {
  width: auto;
  margin: 0;
  padding: 0;
}

.category-product-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1rem;
}

.category-product-grid .product-card {
  min-height: 0;
  padding: 1rem;
}

.category-product-grid .product-card img {
  aspect-ratio: 16 / 9;
  max-height: 158px;
}

.category-product-grid .product-card h3 {
  margin: 0.3rem 0 0;
  font-size: clamp(1.05rem, 1.3vw, 1.25rem);
  line-height: 1.18;
}

.category-product-grid .product-card p:not(.product-meta) {
  display: -webkit-box;
  margin: 0.55rem 0 0.85rem;
  overflow: hidden;
  color: var(--muted);
  font-size: 0.94rem;
  line-height: 1.48;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.category-product-grid .product-card strong {
  margin-top: auto;
}

.category-link-card p:not(.product-meta) {
  -webkit-line-clamp: 4;
}

.category-related-inline {
  padding: clamp(1rem, 2vw, 1.35rem);
}

.detail-hero,
.detail-content,
.category-products,
.article-section {
  width: min(1260px, calc(100% - 2rem));
  margin: 0 auto;
}

.detail-hero {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(320px, 0.7fr);
  gap: clamp(1.5rem, 4vw, 3rem);
  align-items: center;
  padding: clamp(4rem, 8vw, 7rem) 0 clamp(2.5rem, 5vw, 4rem);
}

.detail-hero h1 {
  max-width: 760px;
  font-size: clamp(3rem, 5.4vw, 5.8rem);
}

.detail-hero p:not(.eyebrow) {
  color: var(--muted);
  font-size: 1.08rem;
  line-height: 1.75;
}

.detail-media {
  overflow: hidden;
  min-height: 360px;
  background: rgba(8, 8, 7, 0.96);
  border: 1px solid var(--line);
  border-radius: var(--radius);
}

.detail-media img {
  display: block;
  width: 100%;
  height: 100%;
  min-height: 360px;
  object-fit: cover;
}

.detail-content {
  display: grid;
  grid-template-columns: minmax(0, 0.72fr) minmax(320px, 0.48fr);
  gap: 1.2rem;
  align-items: start;
  padding: 0 0 5rem;
}

.detail-panel,
.detail-aside,
.detail-list a,
.article-content {
  background: rgba(8, 8, 7, 0.96);
  border: 1px solid var(--line);
  border-radius: var(--radius);
}

.detail-panel,
.detail-aside,
.article-content {
  padding: clamp(1.2rem, 3vw, 2rem);
}

.detail-panel h2,
.detail-aside h2,
.article-content h2 {
  font-size: clamp(2rem, 3vw, 3.2rem);
}

.detail-panel p,
.detail-aside p,
.detail-list p,
.article-content p,
.article-content li {
  color: var(--muted);
  line-height: 1.72;
}

.category-products {
  padding: 0 0 5rem;
}

.article-section {
  padding: 0 0 5rem;
}

.article-content {
  max-width: 980px;
}

.article-content section {
  margin-top: 2rem;
}

.article-content h3 {
  margin: 1.5rem 0 0.8rem;
  color: var(--cream);
  font-size: clamp(1.35rem, 2.2vw, 2rem);
}

.article-content ul {
  display: grid;
  gap: 0.45rem;
  margin: 0.8rem 0 1.2rem;
  padding-left: 1.2rem;
}

.service-detail {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(280px, 360px);
  gap: clamp(1.5rem, 4vw, 3rem);
  align-items: start;
  width: min(1180px, calc(100% - 2rem));
  margin: 0 auto;
  padding: clamp(2rem, 5vw, 4.5rem) 0 5rem;
}

.service-readable {
  min-width: 0;
}

.service-readable h1 {
  max-width: 760px;
  font-size: clamp(3rem, 5vw, 5.3rem);
}

.service-lead {
  max-width: 760px;
  margin: 1.1rem 0 0;
  color: var(--cream);
  font-size: clamp(1.08rem, 1.8vw, 1.28rem);
  line-height: 1.68;
}

.service-highlights {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 0.75rem;
  margin: clamp(1.3rem, 3vw, 2rem) 0;
}

.service-highlight {
  padding: 1rem;
  background: rgba(8, 8, 7, 0.9);
  border: 1px solid var(--line);
  border-radius: 12px;
}

.service-highlight strong,
.service-highlight span {
  display: block;
}

.service-highlight strong {
  color: var(--gold-2);
  font-size: 0.78rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.service-highlight span {
  margin-top: 0.35rem;
  color: var(--muted);
  line-height: 1.45;
}

.service-sidebar {
  position: sticky;
  top: 150px;
  display: grid;
  gap: 1rem;
  min-width: 0;
}

.service-media {
  min-height: 0;
  max-height: 260px;
  border-radius: 14px;
}

.service-media img {
  min-height: 0;
  height: 260px;
  object-fit: cover;
}

.service-note {
  padding: 1.1rem;
  background: rgba(8, 8, 7, 0.9);
  border: 1px solid var(--line);
  border-radius: 14px;
}

.service-note h2 {
  margin: 0;
  font-size: clamp(1.3rem, 2vw, 1.8rem);
}

.service-note p {
  color: var(--muted);
  line-height: 1.65;
}

.service-article {
  max-width: none;
  padding: clamp(1.2rem, 2.5vw, 2rem);
  background: rgba(8, 8, 7, 0.9);
}

.service-article > h2 {
  margin-bottom: 1rem;
  font-size: clamp(2rem, 3vw, 3.15rem);
}

.article-intro {
  display: grid;
  gap: 0.8rem;
  max-width: 820px;
  padding-bottom: 1.3rem;
  border-bottom: 1px solid var(--line);
}

.article-block {
  padding-top: 1.25rem;
  margin-top: 1.25rem !important;
  border-top: 1px solid rgba(216, 180, 109, 0.18);
}

.article-block h2,
.article-block h3 {
  max-width: 780px;
  margin: 0 0 0.75rem;
  line-height: 1.12;
}

.article-block h2 {
  color: var(--cream);
  font-size: clamp(1.7rem, 2.4vw, 2.45rem);
}

.article-block h3 {
  color: var(--gold-2);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: clamp(1.15rem, 1.8vw, 1.45rem);
  font-weight: 900;
}

.article-paragraph {
  max-width: 850px;
  margin: 0.75rem 0;
}

.article-list {
  max-width: 820px;
  padding: 0;
  list-style: none;
}

.article-list li {
  position: relative;
  padding: 0.55rem 0.75rem 0.55rem 2rem;
  background: rgba(255, 255, 255, 0.025);
  border: 1px solid rgba(216, 180, 109, 0.16);
  border-radius: 10px;
}

.article-list li::before {
  content: "";
  position: absolute;
  left: 0.85rem;
  top: 1.08rem;
  width: 6px;
  height: 6px;
  background: var(--gold);
  border-radius: 999px;
}

.detail-list {
  display: grid;
  gap: 0.85rem;
  margin-top: 1.2rem;
}

.detail-list a {
  display: grid;
  grid-template-columns: 44px minmax(0, 1fr);
  gap: 0.8rem;
  align-items: center;
  padding: 1rem;
  transition:
    border-color 160ms ease,
    transform 160ms ease,
    background 160ms ease;
}

.detail-list a:hover,
.detail-list a:focus-visible {
  transform: translateY(-2px);
  background: rgba(18, 16, 13, 0.98);
  border-color: rgba(241, 214, 154, 0.68);
  outline: none;
}

.detail-list img {
  width: 44px;
  height: 44px;
  object-fit: cover;
  border-radius: 8px;
}

.detail-list strong,
.detail-list span {
  display: block;
}

.detail-list span {
  margin-top: 0.2rem;
  color: var(--muted);
  font-size: 0.92rem;
}

.about-showcase {
  display: grid;
  grid-template-columns: minmax(280px, 0.42fr) minmax(0, 1fr);
  gap: 1rem;
  align-items: stretch;
  padding: clamp(4rem, 7vw, 7rem) 0 0;
}

.about-intro,
.about-address-card,
.about-service-links a {
  background:
    radial-gradient(circle at 20% 0%, rgba(16, 68, 49, 0.46), rgba(8, 8, 7, 0.88) 48%),
    rgba(8, 8, 7, 0.94);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  box-shadow: 0 24px 60px rgba(0, 0, 0, 0.28);
}

.about-intro {
  display: flex;
  flex-direction: column;
  min-width: 0;
  padding: clamp(1.25rem, 2.8vw, 2rem);
}

.about-intro h2 {
  max-width: 100%;
  font-size: clamp(2.15rem, 3.25vw, 3.5rem);
}

.about-address-card h2 {
  font-size: clamp(2.35rem, 3.7vw, 4rem);
}

.about-intro p:not(.eyebrow),
.about-address-card p {
  color: var(--muted);
  line-height: 1.75;
}

.about-contact-list {
  display: grid;
  gap: 0.85rem;
  margin-top: 1.5rem;
  padding-top: 0;
}

.about-contact-list .brand-social {
  flex: 0 0 auto;
  width: 20px;
  height: 20px;
  color: var(--gold);
  fill: none;
  stroke: currentColor;
  stroke-width: 1.9;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.about-contact-list a[data-social-link="facebook"] .brand-social {
  fill: currentColor;
  stroke: none;
}

.about-main {
  display: grid;
  gap: 1rem;
  min-width: 0;
}

.about-address-card {
  display: grid;
  grid-template-columns: minmax(0, 0.85fr) minmax(360px, 1.15fr);
  gap: clamp(1rem, 3vw, 2rem);
  align-items: center;
  padding: clamp(1rem, 2.4vw, 1.45rem);
}

.about-address-card figure {
  overflow: hidden;
  min-height: 300px;
  background: rgba(8, 8, 7, 0.86);
  border-radius: 14px;
}

.about-address-card img {
  display: block;
  width: 100%;
  height: 100%;
  min-height: 300px;
  object-fit: cover;
}

.address-line {
  display: inline-grid;
  grid-template-columns: 32px minmax(0, 1fr);
  gap: 0.8rem;
  align-items: start;
  margin-top: 1rem;
  color: var(--gold-2) !important;
  font-weight: 800;
}

.address-line svg {
  width: 24px;
  height: 24px;
  color: var(--gold);
}

.about-service-links {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1rem;
}

.about-service-links a {
  position: relative;
  display: grid;
  min-height: 310px;
  overflow: hidden;
  align-content: center;
  justify-items: center;
  gap: 1.35rem;
  padding: clamp(1.25rem, 2.4vw, 1.75rem);
  text-align: center;
  transition:
    transform 160ms ease,
    border-color 160ms ease,
    background 160ms ease;
}

.about-service-links a:hover,
.about-service-links a:focus-visible {
  transform: translateY(-3px);
  border-color: rgba(241, 214, 154, 0.68);
  outline: none;
}

.about-service-links img {
  display: block;
  width: clamp(132px, 15vw, 180px);
  height: clamp(132px, 15vw, 180px);
  object-fit: cover;
  border-radius: 999px;
}

.about-service-links img.about-service-logo {
  padding: 0;
  background: transparent;
  box-shadow: 0 22px 44px rgba(0, 0, 0, 0.34);
}

.about-service-links strong {
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(1.85rem, 2.8vw, 2.7rem);
  font-weight: 500;
  line-height: 1.05;
}

.contact {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(360px, 0.9fr);
  gap: 2rem;
  align-items: center;
  padding-bottom: 5rem;
}

.contact h2 {
  font-size: clamp(2rem, 3vw, 3.55rem);
}

.address {
  color: var(--gold-2) !important;
  font-weight: 800;
}

.map-card {
  position: relative;
  overflow: hidden;
  min-height: 440px;
  background: rgba(8, 8, 7, 0.96);
  width: 100%;
  border: 1px solid var(--line);
  border-radius: var(--radius);
}

.map-card iframe {
  display: block;
  width: 100%;
  height: 440px;
  border: 0;
  filter: saturate(0.82) contrast(1.08);
}

.map-link {
  position: absolute;
  right: 1rem;
  bottom: 1rem;
  box-shadow: 0 14px 34px rgba(0, 0, 0, 0.34);
}

.site-footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  margin-top: clamp(3rem, 6vw, 5rem);
  margin-bottom: 1rem;
  padding: 1rem 1.3rem;
  color: var(--muted);
  background: rgba(8, 8, 7, 0.9);
  border: 1px solid var(--line);
  border-radius: var(--radius);
}

.site-footer span {
  color: var(--gold-2);
  font-weight: 900;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.site-footer .social-links {
  display: flex;
  gap: 0.6rem;
}

.site-footer a {
  display: grid;
  width: 42px;
  height: 42px;
  place-items: center;
  color: var(--gold);
  border: 1px solid var(--line);
  border-radius: 999px;
}

.site-footer a svg {
  width: 22px;
  height: 22px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.9;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.site-footer a[data-social-link="facebook"] svg,
.site-footer a[data-social-link="tiktok"] svg {
  fill: currentColor;
  stroke: none;
}

.logo-modal {
  position: fixed;
  inset: 0;
  z-index: 80;
  display: none;
  place-items: center;
  padding: 1rem;
  background: rgba(0, 0, 0, 0.82);
}

.logo-modal.open {
  display: grid;
}

.logo-modal img {
  width: min(720px, 86vw);
  max-height: 82vh;
  object-fit: contain;
  padding: clamp(0.8rem, 3vw, 1.5rem);
  background: var(--cream);
  border-radius: 16px;
}

.logo-modal button {
  position: fixed;
  top: 1rem;
  right: 1rem;
  width: 42px;
  height: 42px;
  color: var(--black);
  background: var(--gold);
  border: 0;
  border-radius: 999px;
  font-weight: 900;
}

/* ============================================================
   WORDPRESS / WOOCOMMERCE OVERRIDES
   ============================================================ */

/* Admin bar offset when logged in */
body.admin-bar .site-header {
  top: 32px;
}
@media (max-width: 782px) {
  body.admin-bar .site-header {
    top: 46px;
  }
}

/* WordPress alignement classes */
.alignleft   { float: left;  margin: 0 1.5rem 1rem 0; }
.alignright  { float: right; margin: 0 0 1rem 1.5rem; }
.aligncenter { display: block; margin: 0 auto 1rem; }
.alignwide,
.alignfull { max-width: 100%; }

.wp-caption,
.wp-caption-text,
.gallery-caption,
.bypostauthor,
.sticky,
.screen-reader-text { /* WP required classes */ }

.screen-reader-text {
  position: absolute !important;
  width: 1px; height: 1px;
  padding: 0; margin: -1px;
  overflow: hidden;
  clip: rect(0,0,0,0);
  border: 0;
}

/* WooCommerce — vitrine mode (no add-to-cart) */
.woocommerce ul.products li.product,
.woocommerce-page ul.products li.product {
  background: rgba(8, 8, 7, 0.95);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  padding: 1.2rem !important;
  margin-bottom: 1rem;
}

.woocommerce ul.products li.product a img {
  border-radius: 12px;
}

.woocommerce ul.products li.product .woocommerce-loop-product__title {
  color: var(--cream);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 1.15rem;
  padding-top: 0.5rem !important;
}

.woocommerce ul.products li.product .price,
.woocommerce div.product p.price,
.woocommerce div.product span.price {
  display: none !important; /* vitrine: prix masqué */
}

.woocommerce ul.products li.product .button,
.woocommerce ul.products li.product .added_to_cart,
.woocommerce div.product form.cart,
.woocommerce-cart,
.woocommerce-checkout {
  /* vitrine: panier désactivé via PHP, mais on cache aussi côté CSS au cas où */
}

.woocommerce ul.products li.product a.button.add_to_cart_button {
  display: none !important;
}

.spar-en-magasin {
  display: inline-block;
  margin-top: 0.6rem;
  padding: 0.4rem 0.8rem;
  color: var(--gold-2);
  background: rgba(216, 180, 109, 0.12);
  border: 1px solid var(--line);
  border-radius: 999px;
  font-size: 0.75rem;
  font-weight: 800;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

/* WooCommerce breadcrumb */
.woocommerce .woocommerce-breadcrumb {
  width: min(1260px, calc(100% - 2rem));
  margin: 1.5rem auto 0;
  color: var(--muted);
}

.woocommerce .woocommerce-breadcrumb a {
  color: var(--gold-2);
}

/* WooCommerce result count + ordering */
.woocommerce .woocommerce-result-count,
.woocommerce .woocommerce-ordering {
  width: min(1260px, calc(100% - 2rem));
  margin: 1rem auto;
  color: var(--muted);
}

/* WooCommerce single product layout */
.woocommerce div.product {
  width: min(1260px, calc(100% - 2rem));
  margin: 2rem auto 4rem;
  color: var(--cream);
}

.woocommerce div.product .product_title {
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(2.4rem, 4vw, 3.6rem);
  color: var(--cream);
}

.woocommerce div.product .woocommerce-product-details__short-description,
.woocommerce div.product .woocommerce-Tabs-panel {
  color: var(--muted);
  line-height: 1.7;
}

/* WooCommerce pagination */
.woocommerce nav.woocommerce-pagination ul li a,
.woocommerce nav.woocommerce-pagination ul li span {
  color: var(--cream);
  background: rgba(8, 8, 7, 0.95);
  border-color: var(--line);
}
.woocommerce nav.woocommerce-pagination ul li span.current {
  color: var(--black);
  background: var(--gold);
}

/* Block editor / Gutenberg base */
.entry-content > *,
.page-content > * {
  max-width: 880px;
  margin-right: auto;
  margin-left: auto;
}

.entry-content img,
.page-content img {
  max-width: 100%;
  height: auto;
  border-radius: 12px;
}

.entry-content h2,
.page-content h2 {
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(2rem, 3vw, 3rem);
  margin: 2rem 0 1rem;
}

.entry-content p,
.page-content p {
  color: var(--muted);
  line-height: 1.7;
}

/* ============================================================
   RESPONSIVE — copié de la maquette d'origine
   ============================================================ */

@media (max-width: 1180px) {
  .category-product-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 1000px) {
  .site-header {
    grid-template-columns: auto auto;
  }

  nav,
  .hours {
    display: none;
  }

  .menu-action {
    display: grid;
  }

  .hero,
  .film-feature,
  .commitment,
  .contact,
  .about-showcase,
  .about-address-card,
  .promo-editorial,
  .detail-hero,
  .detail-content,
  .service-detail {
    grid-template-columns: 1fr;
  }

  .category-detail {
    grid-template-columns: 1fr;
  }

  .category-intro-card {
    position: static;
  }

  .category-product-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .service-sidebar {
    position: static;
    grid-row: 2;
  }

  .service-highlights {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .proof-bar,
  .service-grid,
  .product-grid,
  .product-group-grid,
  .promo-card-grid,
  .promo-photo-grid,
  .about-service-links,
  .product-grid.is-featured {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .product-grid.is-grouped {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 680px) {
  .site-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    margin: 0;
    padding: 0.85rem 1rem;
    gap: 0.65rem;
    border-radius: 0;
  }

  .header-actions {
    flex: 0 0 auto;
    margin-left: auto;
    gap: 0.55rem;
  }

  .round-action,
  .menu-action {
    width: 46px;
    height: 46px;
  }

  .menu-action {
    display: none;
  }

  .brand {
    flex: 0 1 auto;
    min-width: 0;
    padding: 0.35rem 0.45rem;
  }

  .brand img {
    width: min(170px, 48vw);
    height: auto;
  }

  .brand span {
    font-size: 1rem;
  }

  .hero {
    width: 100%;
    min-height: 640px;
    padding: 2rem 1.15rem;
  }

  .hero-copy,
  .detail-hero > div,
  .detail-panel,
  .detail-aside,
  .article-content,
  .category-intro-card,
  .category-toolbar,
  .category-related-inline {
    width: 100%;
    max-width: calc(100vw - 2.3rem);
  }

  .hero-actions {
    width: 100%;
    flex-direction: column;
    align-items: stretch;
    gap: 0.75rem;
  }

  .hero-actions .button {
    width: 100%;
    max-width: 100%;
    white-space: normal;
  }

  h1 {
    width: 100%;
    max-width: 100%;
    font-size: clamp(2.55rem, 11vw, 2.9rem);
  }

  .signature {
    max-width: min(100%, 340px);
    margin-right: auto;
    margin-left: auto;
    font-size: clamp(1.08rem, 5.2vw, 1.22rem);
    overflow-wrap: normal;
  }

  .intro {
    max-width: min(100%, 340px);
    overflow-wrap: normal;
  }

  h1, h2, h3, p, a, strong, span {
    overflow-wrap: break-word;
  }

  h2,
  .film-copy h2,
  .section-heading h2 {
    overflow-wrap: normal;
    word-break: normal;
    hyphens: none;
  }

  .film-copy h2,
  .section-heading h2 {
    font-size: clamp(1.45rem, 6.4vw, 1.72rem);
    line-height: 1.12;
  }

  .detail-hero h1 {
    font-size: clamp(2.65rem, 12vw, 3.2rem);
  }

  .service-detail {
    width: min(100%, calc(100% - 2rem));
    padding-top: 2rem;
  }

  .service-readable h1 {
    font-size: clamp(2.65rem, 12vw, 3.2rem);
  }

  .service-lead {
    font-size: 1rem;
  }

  .service-highlights {
    grid-template-columns: 1fr;
  }

  .service-media,
  .service-media img {
    height: 210px;
    max-height: 210px;
  }

  .service-article > h2 {
    font-size: clamp(1.8rem, 10vw, 2.4rem);
  }

  .category-detail {
    width: min(100%, calc(100% - 1rem));
    padding: 0.9rem 0 3rem;
  }

  .category-intro-card {
    gap: 0.75rem;
    padding: 1rem;
  }

  .category-intro-card h1 {
    font-size: clamp(2.35rem, 12vw, 3.1rem);
  }

  .category-intro-card .button {
    width: 100%;
  }

  .category-media {
    display: none;
  }

  .category-toolbar {
    display: grid;
    padding: 1rem;
  }

  .category-toolbar h2 {
    font-size: clamp(1.9rem, 10vw, 2.6rem);
  }

  .category-count {
    justify-self: start;
  }

  .category-product-grid {
    grid-template-columns: 1fr;
  }

  .article-block h2 {
    font-size: clamp(1.45rem, 8vw, 2rem);
  }

  .detail-panel h2,
  .detail-aside h2,
  .article-content h2 {
    font-size: clamp(1.85rem, 10vw, 2.5rem);
  }

  .proof-bar,
  .rayon-grid,
  .service-grid,
  .product-grid,
  .product-group-grid,
  .promo-strip,
  .promo-card-grid,
  .promo-photo-grid,
  .about-service-links,
  .product-grid.is-featured,
  .engagement-contact {
    grid-template-columns: 1fr;
  }

  .promo-strip img {
    width: 100%;
  }

  .promo-copy,
  .promo-copy h2,
  .promo-copy p:not(.eyebrow) {
    max-width: 100%;
    text-align: center;
  }

  .promo-copy h2 {
    font-size: clamp(2.1rem, 9vw, 2.45rem);
    line-height: 1.08;
  }

  .promo-card {
    min-height: 0;
  }

  .promo-card img {
    height: 220px;
  }

  .about-showcase,
  .promo-showcase {
    width: min(100%, calc(100% - 1rem));
  }

  .about-intro,
  .about-address-card {
    padding: 1rem;
  }

  .about-address-card {
    grid-template-columns: 1fr;
  }

  .about-address-card figure,
  .about-address-card img {
    min-height: 220px;
  }

  .about-service-links a {
    min-height: 320px;
  }

  .site-footer {
    flex-direction: column;
    align-items: flex-start;
  }
}


/* ===== Fix product card images v2 ===== */
.product-card { padding: 0.8rem !important; }
.product-card > a:not(.button) {
  display: block !important;
  width: 100% !important;
  aspect-ratio: 16 / 10 !important;
  max-height: 220px !important;
  overflow: hidden !important;
  border-radius: 12px !important;
}
.product-card > a:not(.button) img,
.product-card > img {
  width: 100% !important;
  height: 100% !important;
  max-height: 220px !important;
  object-fit: cover !important;
  display: block !important;
  aspect-ratio: auto !important;
}
.product-grid.is-featured .product-card > a:not(.button) { max-height: 200px !important; }
.product-card h3 { margin-top: 0.8rem !important; font-size: 1.1rem !important; }
.product-card p { font-size: 0.92rem !important; margin: 0.4rem 0 !important; }
.woocommerce ul.products li.product a img {
  aspect-ratio: 1 / 1 !important;
  object-fit: cover !important;
  max-height: 240px !important;
  border-radius: 12px !important;
}
