/* V5.13.1.200 — Page locale Pizzeria près de Perpignan */
.local-seo-page {
  background:
    radial-gradient(circle at 4% 12%, rgba(232, 205, 160, .16), transparent 30%),
    #fffdf9;
}
.local-main { overflow: hidden; }
.local-shell { width: min(1180px, calc(100% - 48px)); margin-inline: auto; }
.local-hero {
  position: relative;
  color: #fff;
  background:
    linear-gradient(100deg, rgba(8,8,8,.98) 16%, rgba(8,8,8,.91) 58%, rgba(8,8,8,.76)),
    url('/assets/four-feu-de-bois-filigrane-v125.webp') center/cover no-repeat,
    #0b0b0b;
  border-bottom: 1px solid rgba(232,205,160,.24);
}
.local-hero::after {
  content: '';
  position: absolute;
  inset: 0;
  pointer-events: none;
  background:
    radial-gradient(circle at 78% 22%, rgba(215,25,32,.18), transparent 27%),
    linear-gradient(180deg, transparent 70%, rgba(0,0,0,.28));
}
.local-hero-inner {
  position: relative;
  z-index: 1;
  width: min(1280px, calc(100% - 64px));
  margin-inline: auto;
  padding: 24px 0 82px;
}
.local-breadcrumbs {
  display: flex;
  align-items: center;
  gap: 9px;
  margin-bottom: 54px;
  color: rgba(255,255,255,.62);
  font-size: 12px;
  font-weight: 750;
}
.local-breadcrumbs a { color: var(--cream); text-decoration: none; }
.local-hero-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.2fr) minmax(330px, .8fr);
  gap: clamp(48px, 7vw, 94px);
  align-items: center;
}
.local-hero h1 {
  max-width: 850px;
  margin-bottom: 25px;
  font-size: clamp(48px, 5.7vw, 82px);
  line-height: .98;
}
.local-lead {
  max-width: 745px;
  color: #d8d1c8;
  font-size: clamp(17px, 1.55vw, 20px);
  line-height: 1.7;
}
.local-hero-actions,
.local-final-actions,
.local-inline-actions {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 13px;
}
.local-hero-actions { margin-top: 30px; }
.local-secondary-cta,
.local-light-button {
  min-height: 52px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 9px;
  padding: 0 22px;
  color: #fff;
  border: 1px solid rgba(232,205,160,.55);
  border-radius: 12px;
  text-decoration: none;
  font-weight: 900;
  transition: .18s ease;
}
.local-secondary-cta:hover {
  color: #111;
  background: var(--cream);
  border-color: var(--cream);
  transform: translateY(-1px);
}
.local-proof-list {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin: 34px 0 0;
  padding: 0;
  list-style: none;
}
.local-proof-list li {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  padding: 10px 13px;
  color: #f2e8db;
  background: rgba(255,255,255,.055);
  border: 1px solid rgba(255,255,255,.12);
  border-radius: 999px;
  font-size: 12px;
}
.local-address-card {
  position: relative;
  overflow: hidden;
  padding: 28px;
  color: #171513;
  background: linear-gradient(145deg, #fffaf1, #ead1a7);
  border: 1px solid rgba(255,255,255,.62);
  border-radius: 28px;
  box-shadow: 0 30px 80px rgba(0,0,0,.38);
}
.local-address-card::after {
  content: '66';
  position: absolute;
  right: -12px;
  bottom: -38px;
  color: rgba(124,78,33,.075);
  font: 900 138px/1 Georgia, serif;
  pointer-events: none;
}
.local-address-heading {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  gap: 14px;
  padding-bottom: 22px;
  border-bottom: 1px solid rgba(87,62,37,.18);
}
.local-address-heading img {
  width: 66px;
  height: 66px;
  border-radius: 50%;
  box-shadow: 0 9px 22px rgba(0,0,0,.18);
}
.local-address-heading small,
.local-address-detail small {
  display: block;
  margin-bottom: 4px;
  color: #7a654e;
  font-size: 10px;
  font-weight: 900;
  letter-spacing: .14em;
  text-transform: uppercase;
}
.local-address-heading strong { font: 900 25px/1 Georgia, serif; text-transform: uppercase; }
.local-address-detail {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: 38px 1fr;
  gap: 12px;
  align-items: start;
  padding: 18px 0;
  border-bottom: 1px solid rgba(87,62,37,.14);
}
.local-address-detail > span {
  width: 36px;
  height: 36px;
  display: grid;
  place-items: center;
  color: #fff;
  background: #1b1814;
  border-radius: 50%;
  font-weight: 900;
}
.local-address-detail strong,
.local-address-detail a {
  color: #2b241d;
  font-size: 15px;
  line-height: 1.45;
  text-decoration: none;
}
.local-map-button {
  position: relative;
  z-index: 1;
  min-height: 51px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  margin-top: 20px;
  padding: 0 17px;
  color: #fff;
  background: #151310;
  border-radius: 12px;
  text-decoration: none;
  font-weight: 900;
}
.local-map-button:hover { background: var(--red-dark); }
.local-hours-note {
  position: relative;
  z-index: 1;
  margin: 13px 0 0;
  color: #665746;
  font-size: 11px;
  line-height: 1.5;
}
.local-intro {
  display: grid;
  grid-template-columns: minmax(0,.82fr) minmax(0,1.18fr);
  gap: clamp(42px, 7vw, 100px);
  padding: 96px 0 86px;
}
.local-intro h2,
.local-section-heading h2,
.local-order-copy h2,
.local-perpignan-copy h2,
.local-faq-heading h2 {
  margin-bottom: 20px;
  font: 900 clamp(35px,4vw,55px)/1.04 Georgia, serif;
  letter-spacing: -.025em;
}
.local-reading p {
  margin-bottom: 18px;
  color: #564e46;
  font-size: 17px;
  line-height: 1.75;
}
.local-feature-section {
  padding: 88px 0 98px;
  background: #f4eadb;
  border-block: 1px solid #e6d5be;
}
.local-section-heading {
  max-width: 780px;
  margin-bottom: 42px;
}
.local-section-heading > p:last-child {
  color: #645b52;
  font-size: 17px;
  line-height: 1.65;
}
.local-feature-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0,1fr));
  gap: 20px;
}
.local-feature-card {
  position: relative;
  min-height: 365px;
  display: flex;
  flex-direction: column;
  padding: 30px;
  background: #fffdf9;
  border: 1px solid #e2d4c1;
  border-radius: 22px;
  box-shadow: 0 15px 35px rgba(63,42,21,.07);
}
.local-card-number {
  position: absolute;
  top: 23px;
  right: 25px;
  color: #c8b294;
  font-size: 11px;
  font-weight: 950;
  letter-spacing: .14em;
}
.local-card-icon {
  width: 56px;
  height: 56px;
  display: grid;
  place-items: center;
  margin-bottom: 28px;
  color: #fff;
  background: #141210;
  border-radius: 17px;
  font-size: 22px;
  font-weight: 900;
  box-shadow: 0 12px 24px rgba(0,0,0,.13);
}
.local-feature-card h3 {
  margin-bottom: 13px;
  font: 900 25px/1.1 Georgia, serif;
}
.local-feature-card p {
  flex: 1;
  color: #645b52;
  font-size: 15px;
  line-height: 1.65;
}
.local-feature-card a {
  width: fit-content;
  color: #a90f15;
  font-size: 13px;
  font-weight: 900;
  text-decoration: none;
}
.local-order-section {
  display: grid;
  grid-template-columns: minmax(0,1.1fr) minmax(330px,.9fr);
  gap: clamp(48px,7vw,92px);
  align-items: center;
  padding: 104px 0;
}
.local-order-copy > p {
  max-width: 700px;
  color: #625a52;
  font-size: 17px;
  line-height: 1.7;
}
.local-order-options {
  display: grid;
  gap: 15px;
  margin-top: 30px;
}
.local-order-options article {
  display: grid;
  grid-template-columns: 48px 1fr;
  gap: 16px;
  padding: 20px;
  background: #fff;
  border: 1px solid #e5ddd2;
  border-radius: 17px;
}
.local-order-options article > span {
  width: 46px;
  height: 46px;
  display: grid;
  place-items: center;
  color: #fff;
  background: var(--red-dark);
  border-radius: 14px;
  font-size: 20px;
  font-weight: 900;
}
.local-order-options h3 { margin-bottom: 6px; font-size: 17px; }
.local-order-options p { margin: 0; color: #665e56; line-height: 1.55; }
.local-order-panel {
  padding: 34px;
  color: #fff;
  background:
    radial-gradient(circle at 80% 10%, rgba(232,205,160,.13), transparent 32%),
    #111;
  border: 1px solid rgba(232,205,160,.22);
  border-radius: 27px;
  box-shadow: 0 28px 65px rgba(0,0,0,.2);
}
.local-panel-kicker {
  margin-bottom: 26px;
  color: var(--cream);
  font-size: 11px;
  font-weight: 950;
  letter-spacing: .16em;
  text-transform: uppercase;
}
.local-order-panel ol { display: grid; gap: 14px; margin: 0 0 27px; padding: 0; list-style: none; }
.local-order-panel li {
  display: grid;
  grid-template-columns: 40px 1fr;
  gap: 13px;
  align-items: center;
  padding-bottom: 15px;
  border-bottom: 1px solid rgba(255,255,255,.11);
}
.local-order-panel li b {
  width: 38px;
  height: 38px;
  display: grid;
  place-items: center;
  color: #111;
  background: var(--cream);
  border-radius: 50%;
}
.local-order-panel li strong,
.local-order-panel li span { display: block; }
.local-order-panel li span { margin-top: 4px; color: #aca69f; font-size: 13px; line-height: 1.45; }
.local-order-panel .primary-cta { width: 100%; }
.local-perpignan-section {
  padding: 92px 0;
  color: #fff;
  background: #111;
}
.local-perpignan-grid {
  display: grid;
  grid-template-columns: minmax(320px,.8fr) minmax(0,1.2fr);
  gap: clamp(50px,7vw,100px);
  align-items: center;
}
.local-perpignan-visual {
  min-height: 360px;
  position: relative;
  display: grid;
  place-items: center;
  overflow: hidden;
  background:
    radial-gradient(circle at center, rgba(232,205,160,.16), transparent 48%),
    linear-gradient(145deg, #1f1c19, #0d0c0b);
  border: 1px solid rgba(232,205,160,.2);
  border-radius: 28px;
}
.local-perpignan-visual img {
  width: min(245px,58%);
  border-radius: 50%;
  box-shadow: 0 22px 55px rgba(0,0,0,.48);
}
.local-route-line {
  position: absolute;
  inset: 23px 25px auto;
  display: flex;
  align-items: center;
  gap: 10px;
  color: #d8c8b4;
  font-size: 11px;
  font-weight: 900;
  letter-spacing: .08em;
  text-transform: uppercase;
}
.local-route-line i {
  height: 1px;
  flex: 1;
  background: linear-gradient(90deg, rgba(232,205,160,.25), var(--cream), rgba(232,205,160,.25));
}
.local-route-line b { color: var(--cream); text-align: right; }
.local-route-line small { font-weight: 700; }
.local-perpignan-copy > p {
  color: #c9c2ba;
  font-size: 16px;
  line-height: 1.72;
}
.local-light-button {
  color: #111;
  background: var(--cream);
  border-color: var(--cream);
}
.local-light-button:hover { filter: brightness(1.06); transform: translateY(-1px); }
.local-text-link {
  color: var(--cream);
  font-weight: 900;
  text-decoration: none;
}
.local-reassurance { padding: 98px 0; }
.local-reassurance-grid {
  display: grid;
  grid-template-columns: repeat(4,minmax(0,1fr));
  gap: 15px;
}
.local-reassurance-grid article {
  padding: 24px;
  background: #fff;
  border: 1px solid #e8dfd5;
  border-radius: 18px;
}
.local-reassurance-grid strong {
  display: block;
  margin-bottom: 10px;
  font: 900 19px/1.15 Georgia, serif;
}
.local-reassurance-grid p {
  margin: 0;
  color: #6a625b;
  font-size: 14px;
  line-height: 1.58;
}
.local-review-link {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 30px;
  margin-top: 23px;
  padding: 23px 25px;
  color: #fff;
  background: #191612;
  border-radius: 16px;
}
.local-review-link p { margin: 0; font-weight: 750; }
.local-review-link a { color: var(--cream); font-weight: 900; text-decoration: none; }
.local-faq-section {
  padding: 90px 0;
  color: #fff;
  background: #6f1116;
}
.local-faq-grid {
  display: grid;
  grid-template-columns: minmax(280px,.72fr) minmax(0,1.28fr);
  gap: clamp(45px,7vw,100px);
}
.local-faq-heading > p:last-child { color: #f0d5d6; line-height: 1.65; }
.local-faq { display: grid; gap: 12px; }
.local-faq details {
  overflow: hidden;
  background: rgba(255,255,255,.07);
  border: 1px solid rgba(255,255,255,.17);
  border-radius: 15px;
}
.local-faq summary {
  padding: 20px 22px;
  cursor: pointer;
  font-weight: 900;
}
.local-faq details p {
  margin: 0;
  padding: 0 22px 21px;
  color: #f4dbdc;
  line-height: 1.65;
}
.local-final-cta {
  padding: 76px 0;
  color: #fff;
  background:
    linear-gradient(90deg, rgba(10,10,10,.98), rgba(10,10,10,.87)),
    url('/assets/four-feu-de-bois-filigrane-v125.webp') center/cover no-repeat;
}
.local-final-cta .local-shell {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 48px;
}
.local-final-cta h2 {
  max-width: 760px;
  margin-bottom: 12px;
  font: 900 clamp(34px,4.2vw,55px)/1.02 Georgia, serif;
}
.local-final-cta p:last-child { margin: 0; color: #cfc7be; }
@media (max-width: 1000px) {
  .local-hero-grid,
  .local-order-section,
  .local-perpignan-grid { grid-template-columns: 1fr; }
  .local-address-card { width: min(620px,100%); }
  .local-feature-grid { grid-template-columns: 1fr 1fr; }
  .local-feature-card:last-child { grid-column: 1 / -1; }
  .local-reassurance-grid { grid-template-columns: 1fr 1fr; }
  .local-faq-grid { grid-template-columns: 1fr; }
}
@media (max-width: 760px) {
  .local-shell,
  .local-hero-inner { width: min(100% - 28px, 1180px); }
  .local-hero-inner { padding-top: 18px; padding-bottom: 52px; }
  .local-breadcrumbs { margin-bottom: 34px; }
  .local-hero-grid { gap: 38px; }
  .local-hero h1 { font-size: clamp(41px,12vw,60px); }
  .local-lead { font-size: 17px; }
  .local-hero-actions,
  .local-final-actions { align-items: stretch; flex-direction: column; }
  .local-hero-actions > *,
  .local-final-actions > * { width: 100%; }
  .local-proof-list { display: grid; grid-template-columns: 1fr; }
  .local-proof-list li { border-radius: 13px; }
  .local-address-card { padding: 22px; border-radius: 22px; }
  .local-intro { grid-template-columns: 1fr; gap: 22px; padding: 68px 0 60px; }
  .local-feature-section,
  .local-perpignan-section,
  .local-reassurance,
  .local-faq-section { padding: 68px 0; }
  .local-feature-grid,
  .local-reassurance-grid { grid-template-columns: 1fr; }
  .local-feature-card:last-child { grid-column: auto; }
  .local-feature-card { min-height: 0; }
  .local-order-section { padding: 72px 0; }
  .local-order-panel { padding: 26px 22px; }
  .local-perpignan-visual { min-height: 300px; }
  .local-review-link,
  .local-final-cta .local-shell { align-items: flex-start; flex-direction: column; }
  .local-review-link { padding: 22px; }
  .local-final-cta { padding: 62px 0; }
}
@media (max-width: 480px) {
  .local-address-detail { grid-template-columns: 34px 1fr; }
  .local-address-detail > span { width: 34px; height: 34px; }
  .local-feature-card { padding: 24px; }
  .local-order-options article { grid-template-columns: 1fr; }
  .local-order-options article > span { width: 42px; height: 42px; }
  .local-inline-actions { align-items: stretch; flex-direction: column; }
  .local-inline-actions > * { width: 100%; text-align: center; }
}
