:root {
  --orange: #f36a00;
  --orange-2: #ff8a1e;
  --ink: #0c0c0d;
  --paper: #f7f4ef;
  --white: #fff;
  --muted: #756f68;
}

/* Avis clients et destination de la plaque NFC */
.customer-reviews { padding: 100px 6vw; background: #f5f2ed; color: #111; }
.customer-reviews .section-heading { max-width: 760px; margin-bottom: 38px; }
.review-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 20px; }
.review-card { padding: 34px; border: 1px solid #ded9d2; border-radius: 24px; background: #fff; box-shadow: 0 12px 35px rgba(0,0,0,.06); }
.review-card-dark { background: #111; color: #fff; border-color: #111; }
.review-stars { margin-bottom: 20px; color: var(--orange); font-size: 1.2rem; letter-spacing: .15em; }
.review-card blockquote { margin: 0 0 28px; font: 700 clamp(1.35rem, 2.1vw, 2rem)/1.3 "Barlow Condensed", Impact, sans-serif; }
.review-card p { display: flex; flex-direction: column; gap: 4px; margin: 0; }
.review-card p span { color: #888; font-size: .9rem; }
.review-cta { display: flex; align-items: center; justify-content: space-between; gap: 24px; margin-top: 20px; padding: 24px 28px; border-radius: 20px; background: #fff; }
.review-cta div { display: flex; flex-direction: column; gap: 5px; }
.review-cta span { color: #777; }

.review-page { min-height: 100vh; margin: 0; background: #0b0b0c; color: #fff; }
.review-page-header { display: flex; align-items: center; justify-content: space-between; padding: 24px clamp(22px, 6vw, 70px); border-bottom: 1px solid #2b2b2c; }
.review-page-header img { width: min(240px, 55vw); height: auto; }
.review-page-header span { color: var(--orange); font: 800 1.1rem "Barlow Condensed", Impact, sans-serif; text-transform: uppercase; letter-spacing: .08em; }
.review-choice { width: min(820px, calc(100% - 36px)); margin: 0 auto; padding: 64px 0 90px; }
.review-choice-intro { text-align: center; }
.google-mark { display: grid; place-items: center; width: 68px; height: 68px; margin: 0 auto 24px; border-radius: 50%; background: #fff; color: #4285f4; font: 800 2.5rem Inter, sans-serif; }
.review-choice h1 { margin: 8px 0 14px; font: 800 clamp(2.8rem, 8vw, 5rem)/.95 "Barlow Condensed", Impact, sans-serif; text-transform: uppercase; }
.review-choice-intro > p:last-child { max-width: 580px; margin: 0 auto; color: #aaa; line-height: 1.6; }
.review-location-list { display: grid; gap: 14px; margin: 42px 0 24px; }
.review-location-list a { display: flex; align-items: center; justify-content: space-between; gap: 20px; padding: 24px; border: 1px solid #333; border-radius: 18px; background: #171718; color: #fff; transition: .2s ease; }
.review-location-list a:hover { transform: translateY(-2px); border-color: var(--orange); }
.review-location-list span { display: grid; grid-template-columns: 38px 1fr; align-items: baseline; }
.review-location-list small { grid-row: 1 / 3; color: var(--orange); font-weight: 800; }
.review-location-list strong { font: 800 1.55rem "Barlow Condensed", Impact, sans-serif; text-transform: uppercase; }
.review-location-list em { color: #929292; font-style: normal; font-size: .9rem; }
.review-location-list b { color: var(--orange); white-space: nowrap; }
.facebook-review-link { padding: 24px; text-align: center; border-radius: 18px; background: #fff; color: #111; }
.facebook-review-link p { margin: 0 0 8px; font-weight: 700; }
.facebook-review-link a { color: #1877f2; font-weight: 800; }
.review-back { display: block; margin-top: 28px; color: #aaa; text-align: center; }

@media (max-width: 720px) {
  .customer-reviews { padding: 70px 20px; }
  .review-grid { grid-template-columns: 1fr; }
  .review-cta { align-items: stretch; flex-direction: column; }
  .review-cta .button { text-align: center; }
  .review-page-header { padding: 18px; }
  .review-page-header span { font-size: .85rem; }
  .review-choice { padding-top: 40px; }
  .review-location-list a { align-items: flex-start; flex-direction: column; }
}
* {
  box-sizing: border-box;
}
html {
  scroll-behavior: smooth;
}
body {
  margin: 0;
  background: var(--paper);
  color: var(--ink);
  font-family: Inter, Arial, sans-serif;
}
a {
  color: inherit;
  text-decoration: none;
}
.topbar {
  height: 84px;
  padding: 0 clamp(22px, 5vw, 76px);
  display: flex;
  align-items: center;
  justify-content: space-between;
  background: #0a0a0b;
  color: #fff;
  position: relative;
  z-index: 10;
}
.brand {
  display: flex;
  align-items: center;
}
.brand-logo {
  display: block;
  width: auto;
  height: 64px;
  object-fit: contain;
}
.topbar nav {
  display: flex;
  align-items: center;
  gap: clamp(12px, 1.4vw, 28px);
  font-size: 0.92rem;
  font-weight: 600;
}
.topbar nav a:hover {
  color: var(--orange);
}
.nav-call {
  border: 1px solid #454545;
  padding: 11px 18px;
  border-radius: 99px;
}
.nav-loyalty {
  color: var(--orange);
  white-space: nowrap;
}
.mobile-menu {
  display: none;
}
.nav-franchise.active {
  color: var(--orange);
}

.group-order-link { display:flex; align-items:center; justify-content:space-between; gap:24px; margin-top:12px; padding:19px 22px; border:1px solid #d9d2c9; border-radius:16px; background:#fff; transition:.2s ease; }
.group-order-link:hover { border-color:var(--orange); transform:translateY(-2px); }
.group-order-link span { display:flex; flex-direction:column; gap:5px; font-weight:800; }
.group-order-link small { color:var(--orange); font-size:.68rem; letter-spacing:.12em; }
.group-order-link strong { color:var(--orange); white-space:nowrap; }

/* Assistant commandes de groupes */
.group-page { background:#f5f2ed; color:#111; }
.group-page .topbar { position:relative; }
.group-shell { min-height:calc(100vh - 84px); display:grid; grid-template-columns:minmax(300px,.78fr) minmax(460px,1.22fr); }
.group-aside { position:relative; min-height:780px; overflow:hidden; background:#090909; color:#fff; }
.group-aside>img,.group-aside-shade { position:absolute; inset:0; width:100%; height:100%; object-fit:cover; }
.group-aside-shade { background:linear-gradient(0deg,rgba(0,0,0,.96) 0%,rgba(0,0,0,.58) 58%,rgba(0,0,0,.18)); }
.group-aside-copy { position:absolute; z-index:1; left:clamp(24px,5vw,75px); right:clamp(24px,5vw,75px); bottom:70px; }
.group-aside h1 { font-size:clamp(3.8rem,7vw,7.2rem); }
.group-aside h1 span { color:var(--orange); }
.group-aside p:not(.eyebrow) { max-width:580px; color:#ddd5cd; font-size:1.05rem; line-height:1.65; }
.group-main { padding:clamp(38px,6vw,90px); }
.group-main-header { max-width:760px; margin-bottom:34px; }
.group-main-header h2 { font-size:clamp(2.8rem,5vw,5.2rem); }
.group-main-header>p:last-child { color:#6d665f; line-height:1.6; }
.group-progress { display:grid; grid-template-columns:repeat(3,1fr); gap:8px; margin:0 0 32px; }
.group-progress span { padding:11px 10px; border-top:3px solid #d8d1c9; color:#8a827a; font-size:.78rem; font-weight:800; text-transform:uppercase; }
.group-progress span.active { border-color:var(--orange); color:#111; }
.group-form { max-width:820px; }
.form-step { display:none; }
.form-step.active { display:block; }
.form-grid { display:grid; grid-template-columns:repeat(2,minmax(0,1fr)); gap:18px; }
.field { display:grid; gap:8px; }
.field.full { grid-column:1/-1; }
.field label,.pizza-builder>label { font-size:.88rem; font-weight:800; }
.field input,.field select,.field textarea,.pizza-line select,.pizza-line input { width:100%; min-height:52px; padding:13px 14px; border:1px solid #d5cec6; border-radius:12px; background:#fff; color:#111; font:inherit; }
.field textarea { min-height:110px; resize:vertical; }
.field input:focus,.field select:focus,.field textarea:focus,.pizza-line select:focus,.pizza-line input:focus { outline:3px solid rgba(243,106,0,.18); border-color:var(--orange); }
.field-note { margin:6px 0 0; color:#756f68; font-size:.82rem; line-height:1.5; }
.radio-row { display:grid; grid-template-columns:repeat(2,1fr); gap:10px; }
.radio-card { position:relative; }
.radio-card input { position:absolute; opacity:0; }
.radio-card span { display:block; padding:16px; border:1px solid #d5cec6; border-radius:12px; background:#fff; text-align:center; font-weight:800; cursor:pointer; }
.radio-card input:checked+span { border-color:var(--orange); box-shadow:inset 0 0 0 2px var(--orange); color:var(--orange); }
.pizza-builder { display:grid; gap:12px; }
.pizza-lines { display:grid; gap:10px; }
.pizza-line { display:grid; grid-template-columns:1.5fr .9fr 90px 48px; gap:8px; align-items:center; }
.pizza-line button { width:48px; height:48px; border:1px solid #d5cec6; border-radius:12px; background:#fff; font-size:1.4rem; cursor:pointer; }
.add-pizza { justify-self:start; padding:12px 16px; border:1px solid #111; border-radius:999px; background:transparent; font-weight:800; cursor:pointer; }
.form-actions { display:flex; justify-content:space-between; gap:12px; margin-top:30px; }
.form-actions button { min-height:54px; padding:14px 22px; border:0; border-radius:999px; font:800 .94rem Inter,sans-serif; cursor:pointer; }
.step-back { background:#ded8d1; color:#111; }
.step-next,.send-whatsapp { margin-left:auto; background:var(--orange); color:#fff; }
.quote-card { padding:28px; border-radius:20px; background:#111; color:#fff; }
.quote-card-head { display:flex; justify-content:space-between; gap:18px; padding-bottom:20px; border-bottom:1px solid #343434; }
.quote-card-head h3 { font-size:2.2rem; }
.quote-card-head span { color:#aaa; font-size:.82rem; }
.quote-details { display:grid; gap:12px; padding:22px 0; }
.quote-row { display:flex; justify-content:space-between; gap:24px; color:#d4cec7; }
.quote-items { margin:0; padding:18px 0; border-top:1px solid #343434; border-bottom:1px solid #343434; list-style:none; }
.quote-items li { display:flex; justify-content:space-between; gap:18px; padding:8px 0; }
.quote-total { display:flex; justify-content:space-between; align-items:flex-end; padding-top:22px; }
.quote-total span { color:#aaa; }
.quote-total strong { color:var(--orange); font:800 2.5rem "Barlow Condensed",sans-serif; }
.quote-warning { margin:18px 0 0; padding:15px; border-radius:12px; background:#fff3e7; color:#7b3a00; font-size:.86rem; line-height:1.5; }
.send-whatsapp { display:inline-flex; align-items:center; justify-content:center; text-decoration:none; }
.send-whatsapp:disabled { cursor:wait; opacity:.68; }
.group-send-status { min-height:24px; margin:16px 0 0; color:#126b45; font-weight:800; font-size:.88rem; }
.group-success-note { margin-top:18px; color:#756f68; font-size:.84rem; line-height:1.55; }
@media (max-width:980px) { .group-shell{grid-template-columns:1fr}.group-aside{min-height:560px}.group-main{padding:60px 24px 90px} }
@media (max-width:620px) { .group-aside{min-height:500px}.group-aside-copy{bottom:42px}.group-aside h1{font-size:4rem}.form-grid{grid-template-columns:1fr}.field.full{grid-column:auto}.pizza-line{grid-template-columns:1fr 1fr 62px 44px}.pizza-line .pizza-name{grid-column:1/-1}.group-progress span{font-size:.67rem}.form-actions{flex-wrap:wrap}.form-actions button,.send-whatsapp{width:100%;margin-left:0}.group-order-link{align-items:flex-start;flex-direction:column}.group-order-link strong{white-space:normal} }

/* Page Franchise */
.franchise-page { background: #f5f2ed; }
.franchise-page .topbar { position: relative; }
.franchise-hero { min-height: 720px; position: relative; display: flex; align-items: center; overflow: hidden; background: #080808; }
.franchise-hero-image,.franchise-hero-shade { position: absolute; inset: 0; width: 100%; height: 100%; }
.franchise-hero-image { object-fit: cover; }
.franchise-hero-shade { background: linear-gradient(90deg,rgba(0,0,0,.96),rgba(0,0,0,.68) 48%,rgba(0,0,0,.12)),linear-gradient(0deg,rgba(0,0,0,.45),transparent); }
.franchise-hero-content { position: relative; z-index: 2; width: min(790px,88%); margin-left: clamp(24px,8vw,130px); padding: 90px 0; color: #fff; }
.franchise-hero h1 { font-size: clamp(4rem,8vw,8rem); }
.franchise-hero h1 span { color: var(--orange); }
.franchise-hero-content>p:not(.eyebrow) { max-width: 650px; margin: 28px 0 34px; color: #ddd7d0; font-size: 1.12rem; line-height: 1.7; }
.franchise-proof { display: grid; grid-template-columns: repeat(4,1fr); background: var(--orange); color: #fff; padding: 0 clamp(24px,6vw,100px); }
.franchise-proof div { min-height: 150px; display: flex; flex-direction: column; justify-content: center; padding: 28px; border-right: 1px solid rgba(255,255,255,.28); }
.franchise-proof div:last-child { border: 0; }
.franchise-proof strong { font: 800 clamp(2.5rem,4vw,4.5rem)/.9 "Barlow Condensed",sans-serif; }
.franchise-proof span { margin-top: 9px; font-size: .85rem; font-weight: 700; text-transform: uppercase; letter-spacing: .05em; }
.franchise-concept { padding: 120px clamp(24px,8vw,130px); display: grid; grid-template-columns: minmax(300px,.8fr) minmax(320px,1fr); align-items: center; gap: clamp(50px,8vw,120px); }
.franchise-photo-stack { position: relative; }
.franchise-photo-stack img { display: block; width: 100%; height: 620px; object-fit: cover; filter: saturate(.85) contrast(1.05); }
.franchise-stamp { position: absolute; right: -34px; bottom: 38px; width: 145px; height: 145px; display: grid; place-items: center; border-radius: 50%; background: var(--orange); color: #fff; text-align: center; font: 800 1.5rem/1 "Barlow Condensed",sans-serif; transform: rotate(-8deg); }
.franchise-copy h2,.franchise-profile h2,.franchise-journey h2,.franchise-support h2,.franchise-cta h2 { font-size: clamp(3.4rem,6vw,6.5rem); letter-spacing: -.025em; }
.franchise-copy>p:not(.eyebrow) { max-width: 680px; font-size: 1.08rem; line-height: 1.75; color: #5f5952; }
.franchise-benefits { margin: 34px 0 0; padding: 0; list-style: none; }
.franchise-benefits li { display: grid; gap: 7px; padding: 20px 0; border-top: 1px solid #d9d2c9; }
.franchise-benefits b { font: 800 1.45rem "Barlow Condensed",sans-serif; text-transform: uppercase; }
.franchise-benefits span { color: #69625b; line-height: 1.55; }
.franchise-profile { padding: 110px clamp(24px,8vw,130px); background: #101011; color: #fff; }
.franchise-profile .section-heading,.franchise-journey .section-heading { max-width: 920px; }
.franchise-profile .section-heading>p:last-child,.franchise-journey .section-heading>p:last-child { max-width: 680px; color: #bdb7b0; line-height: 1.7; }
.profile-grid { display: grid; grid-template-columns: repeat(4,1fr); gap: 1px; margin-top: 65px; background: #383635; }
.profile-grid article { min-height: 310px; padding: 38px 28px; background: #171718; }
.profile-grid article>span { color: var(--orange); font-weight: 800; }
.profile-grid h3 { margin-top: 70px; font-size: 2rem; line-height: 1; }
.profile-grid p { color: #bdb7b0; line-height: 1.65; }
.franchise-journey { padding: 115px clamp(24px,8vw,130px); }
.franchise-journey .section-heading>p:last-child { color: #6d665f; }
.journey-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 18px; margin: 60px 0 0; padding: 0; list-style: none; }
.journey-grid li { position: relative; min-height: 260px; padding: 30px; border: 1px solid #ddd6cd; background: #fff; }
.journey-grid li::after { content: "→"; position: absolute; right: 22px; top: 22px; color: var(--orange); font-size: 1.5rem; }
.journey-grid li:nth-child(3)::after,.journey-grid li:last-child::after { display: none; }
.journey-grid span { color: var(--orange); font-weight: 800; }
.journey-grid h3 { margin-top: 64px; font-size: 2rem; }
.journey-grid p { color: #69625b; line-height: 1.6; }
.journey-note { margin: 24px 0 0; color: #756f68; font-size: .88rem; }
.franchise-support { display: grid; grid-template-columns: .8fr 1fr; gap: clamp(40px,8vw,120px); padding: 110px clamp(24px,8vw,130px); background: var(--orange); color: #fff; }
.franchise-support .eyebrow { color: #1a1008; }
.support-list p { display: grid; grid-template-columns: 110px 1fr; gap: 25px; margin: 0; padding: 25px 0; border-top: 1px solid rgba(255,255,255,.42); }
.support-list b { font: 800 1.6rem "Barlow Condensed",sans-serif; text-transform: uppercase; }
.support-list span { line-height: 1.65; }
.franchise-cta { min-height: 660px; display: grid; grid-template-columns: 1fr 1fr; background: #0a0a0b; color: #fff; }
.franchise-cta>img { width: 100%; height: 100%; object-fit: cover; }
.franchise-cta>div { align-self: center; padding: 70px clamp(35px,7vw,110px); }
.franchise-cta p:not(.eyebrow) { color: #c8c2bb; line-height: 1.7; margin: 28px 0 32px; }
.franchise-footer { padding: 34px clamp(24px,6vw,90px); display: flex; align-items: center; gap: 30px; background: #050505; color: #aaa39b; }
.franchise-footer img { width: auto; height: 54px; }
.franchise-footer p { margin-right: auto; }
.franchise-footer a { color: #fff; font-weight: 700; }

@media (max-width: 900px) {
  .franchise-proof { grid-template-columns: repeat(2,1fr); }
  .franchise-proof div:nth-child(2) { border-right: 0; }
  .franchise-concept,.franchise-support,.franchise-cta { grid-template-columns: 1fr; }
  .franchise-photo-stack img { height: 480px; }
  .franchise-stamp { right: 20px; }
  .profile-grid { grid-template-columns: repeat(2,1fr); }
  .journey-grid { grid-template-columns: repeat(2,1fr); }
  .journey-grid li:nth-child(3)::after { display: block; }
  .journey-grid li:nth-child(even)::after { display: none; }
  .franchise-cta>img { height: 480px; }
}
@media (max-width: 760px) {
  .franchise-page .topbar nav a:not(.nav-call):not(.nav-franchise) { display: none; }
  .franchise-page .topbar nav { gap: 12px; }
  .franchise-page .nav-franchise { display: block; }
  .franchise-hero { min-height: 680px; }
  .franchise-proof,.profile-grid,.journey-grid { grid-template-columns: 1fr; }
  .franchise-proof div { min-height: 120px; border-right: 0; border-bottom: 1px solid rgba(255,255,255,.28); }
  .franchise-concept,.franchise-profile,.franchise-journey,.franchise-support { padding-top: 80px; padding-bottom: 80px; }
  .profile-grid article { min-height: 240px; }
  .profile-grid h3 { margin-top: 42px; }
  .journey-grid li::after { display: block !important; transform: rotate(90deg); }
  .journey-grid li:last-child::after { display: none !important; }
  .support-list p { grid-template-columns: 1fr; gap: 8px; }
  .franchise-footer { align-items: flex-start; flex-direction: column; gap: 10px; }
}
.hero {
  min-height: calc(100vh - 84px);
  position: relative;
  display: flex;
  align-items: center;
  overflow: hidden;
  background: #050505;
}
.hero-image,
.hero-shade {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.hero-image { z-index: 0; }
.hero-shade {
  z-index: 1;
  background:
    linear-gradient(
      90deg,
      rgba(0, 0, 0, 0.94) 0%,
      rgba(0, 0, 0, 0.68) 36%,
      rgba(0, 0, 0, 0.08) 75%
    ),
    linear-gradient(0deg, rgba(0, 0, 0, 0.5), transparent 40%);
}
.hero-content {
  position: relative;
  z-index: 3;
  color: #fff;
  width: min(720px, 90%);
  margin-left: clamp(24px, 8vw, 130px);
  padding: 74px 0;
}
.eyebrow {
  margin: 0 0 18px;
  color: #ff9c48;
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.22em;
}
.eyebrow.dark {
  color: var(--orange);
}
h1,
h2,
h3 {
  font-family: "Barlow Condensed", Impact, sans-serif;
  margin: 0;
  line-height: 0.93;
  text-transform: uppercase;
}
h1 {
  font-size: clamp(4.2rem, 10vw, 8.7rem);
  letter-spacing: -0.035em;
}
h1 span {
  color: var(--orange);
}
.hero-copy {
  max-width: 540px;
  font-size: clamp(1.05rem, 2vw, 1.25rem);
  line-height: 1.65;
  color: #d8d8d8;
  margin: 28px 0 34px;
}
.hero-actions {
  display: flex;
  gap: 13px;
  flex-wrap: wrap;
}
.button {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  border: 0;
  cursor: pointer;
  min-height: 54px;
  padding: 0 25px;
  border-radius: 4px;
  text-transform: uppercase;
  font-family: "Barlow Condensed", Impact, sans-serif;
  font-weight: 800;
  letter-spacing: 0.055em;
  font-size: 1.05rem;
  transition:
    transform 0.2s,
    background 0.2s;
}
.button:hover {
  transform: translateY(-2px);
}
.button.primary {
  background: var(--orange);
  color: #fff;
}
.button.primary:hover {
  background: var(--orange-2);
}
.button.secondary {
  border: 1px solid #777;
  color: #fff;
  background: rgba(0, 0, 0, 0.35);
}
.loyalty-button {
  border-color: rgba(255,255,255,.75);
  backdrop-filter: blur(8px);
}
.scroll-note {
  position: absolute;
  right: 42px;
  bottom: 31px;
  z-index: 3;
  color: #fff;
  font-size: 0.76rem;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}
.scroll-note span {
  color: var(--orange);
  font-size: 1.2rem;
  margin-left: 8px;
}
.home-video {
  padding: 95px clamp(24px, 8vw, 130px);
  display: grid;
  grid-template-columns: minmax(0, 0.85fr) minmax(320px, 0.7fr);
  align-items: center;
  gap: clamp(45px, 8vw, 120px);
  background: #0b0b0c;
  color: #fff;
}
.home-video h2 {
  max-width: 720px;
  font-size: clamp(3.5rem, 7vw, 7rem);
  letter-spacing: -0.025em;
}
.home-video-copy > p:last-child {
  max-width: 530px;
  margin: 28px 0 0;
  color: #c9c5bf;
  font-size: 1.05rem;
  line-height: 1.7;
}
.home-video-frame {
  width: min(100%, 540px);
  justify-self: center;
  padding: 8px;
  border: 1px solid #3a3734;
  border-radius: 12px;
  background: #050505;
  box-shadow: 0 28px 65px rgba(0, 0, 0, 0.45);
}
.home-video-frame video {
  display: block;
  width: 100%;
  height: auto;
  border-radius: 7px;
  background: #000;
}
.carnets {
  padding: 110px clamp(24px, 8vw, 130px) 125px;
  color: #fff;
  background: #11100f;
}
.carnets-teaser {
  padding: 84px clamp(24px, 8vw, 130px);
  display: grid;
  grid-template-columns: minmax(280px, .8fr) minmax(320px, 1fr);
  gap: clamp(38px, 7vw, 100px);
  align-items: center;
  color: #fff;
  background: #11100f;
}
.carnets-teaser img {
  display: block;
  width: 100%;
  max-height: 440px;
  object-fit: cover;
  border-radius: 4px;
}
.carnets-teaser h2 {
  font-size: clamp(3.4rem, 6vw, 6.8rem);
  letter-spacing: -.03em;
}
.carnets-teaser div > p:not(.eyebrow) {
  max-width: 620px;
  margin: 25px 0 30px;
  color: #c7c0b8;
  line-height: 1.7;
}
.carnets-page {
  background: #11100f;
}
.carnets-page .topbar {
  position: sticky;
  top: 0;
}
.carnets-page .carnets {
  padding-top: 78px;
}
.carnets-back {
  display: inline-flex;
  margin-bottom: 46px;
  color: #c7c0b8;
  font-size: .9rem;
  font-weight: 700;
}
.carnets-back:hover {
  color: var(--orange);
}
.carnets-heading {
  max-width: 980px;
  margin-bottom: 70px;
}
.carnets-heading h2 {
  font-size: clamp(4rem, 8vw, 8.5rem);
  letter-spacing: -.035em;
}
.carnets-lead {
  max-width: 650px;
  margin: 28px 0 0;
  color: #c7c0b8;
  font-size: 1.12rem;
  line-height: 1.7;
}
.carnet-story {
  display: grid;
  grid-template-columns: minmax(0, 1.15fr) minmax(320px, .85fr);
  gap: 64px clamp(38px, 7vw, 110px);
  align-items: center;
}
.archive {
  margin: 0;
}
.archive img {
  display: block;
  width: 100%;
  border-radius: 4px;
  filter: saturate(.86) contrast(1.03);
  box-shadow: 0 24px 60px rgba(0,0,0,.34);
}
.archive figcaption {
  margin-top: 12px;
  color: #a99f94;
  font-size: .74rem;
  letter-spacing: .12em;
  text-transform: uppercase;
}
.story-copy h2,
.story-copy h3 {
  font-size: clamp(2.8rem, 5.2vw, 5.6rem);
  letter-spacing: -.02em;
}
.story-copy > p:not(.story-year) {
  color: #d0cbc5;
  font-size: 1.02rem;
  line-height: 1.8;
}
.story-year {
  margin: 0 0 16px;
  color: var(--orange);
  font: 800 1rem Inter, sans-serif;
  letter-spacing: .22em;
}
.story-copy blockquote {
  margin: 30px 0 0;
  padding: 5px 0 5px 22px;
  color: #fff;
  border-left: 3px solid var(--orange);
  font: 600 1.35rem/1.5 "Barlow Condensed", Impact, sans-serif;
}
.story-turn {
  order: 3;
}
.archive-detail {
  order: 4;
}
.archive-pair {
  grid-column: 1 / -1;
  order: 5;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 28px;
  align-items: stretch;
}
.archive-pair img {
  height: 100%;
  max-height: 430px;
  object-fit: cover;
}
.story-finale {
  grid-column: 1 / -1;
  order: 6;
  max-width: 950px;
  margin: 12px auto 0;
  text-align: center;
  font-size: 1.1rem;
  line-height: 1.8;
  color: #c7c0b8;
}
.story-finale strong {
  display: block;
  margin-top: 12px;
  color: var(--orange);
  font: 800 clamp(1.7rem, 3vw, 2.7rem)/1.15 "Barlow Condensed", Impact, sans-serif;
  text-transform: uppercase;
}
.carnets-index-heading,
.journal-heading { max-width: 980px; margin-bottom: 60px; }
.carnets-index-heading h1,
.journal-heading h1 { margin: 10px 0 22px; font-size: clamp(4rem, 8vw, 8.5rem); line-height: .9; letter-spacing: -.035em; text-transform: uppercase; }
.carnets-index-heading h1 span,
.journal-heading h1 span { color: var(--orange); }
.carnets-index-heading > p:last-child,
.journal-heading > p:last-child { max-width: 700px; color: #c7c0b8; font-size: 1.12rem; line-height: 1.7; }
.carnet-cards { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 34px; }
.carnet-card { overflow: hidden; border: 1px solid #34312e; background: #171513; }
.carnet-card a { display: block; height: 100%; }
.carnet-card img { display: block; width: 100%; aspect-ratio: 16 / 10; object-fit: cover; }
.carnet-card div { padding: 30px; }
.carnet-card h2 { margin: 0 0 16px; font-size: clamp(2rem, 3vw, 3.4rem); line-height: .98; text-transform: uppercase; }
.carnet-card div > p:not(.story-year) { color: #bbb4ac; line-height: 1.65; }
.carnet-card strong { display: inline-block; margin-top: 18px; color: var(--orange); text-transform: uppercase; }
.journal-hero,
.journal-truck { margin: 0 auto 70px; }
.journal-hero img,
.journal-truck img { display: block; width: 100%; max-height: 720px; object-fit: cover; border-radius: 4px; }
.journal-hero figcaption,
.journal-truck figcaption { margin-top: 12px; color: #a99f94; font-size: .74rem; letter-spacing: .12em; text-transform: uppercase; }
.journal-body { max-width: 820px; margin: 0 auto 68px; color: #d0cbc5; font-size: 1.08rem; line-height: 1.85; }
.journal-body h2 { margin: 50px 0 22px; color: #fff; font-size: clamp(2.8rem, 5vw, 5rem); line-height: .95; text-transform: uppercase; }
.journal-intro { color: #fff; font-size: 1.24rem; }
.journal-body blockquote { margin: 38px 0; padding: 8px 0 8px 25px; border-left: 3px solid var(--orange); color: #fff; font: 600 1.55rem/1.45 "Barlow Condensed", Impact, sans-serif; }
.training-gallery { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; margin: 0 0 76px; }
.training-gallery img { width: 100%; height: 380px; object-fit: cover; }
.journal-truck { max-width: 980px; }
.journal-ending { max-width: 900px; margin: 0 auto; text-align: center; }
.journal-ending strong { display: block; color: var(--orange); font: 800 clamp(2rem, 4vw, 4rem)/1.05 "Barlow Condensed", Impact, sans-serif; text-transform: uppercase; }
.journal-ending a { display: inline-block; margin-top: 35px; color: #fff; font-weight: 700; border-bottom: 1px solid var(--orange); }
.locations {
  padding: 110px clamp(24px, 7vw, 110px) 125px;
}
.menu {
  padding: 110px clamp(24px, 6vw, 96px) 125px;
  background: #fff;
}
.menu-intro {
  max-width: 830px;
  margin: 0 auto 78px;
  text-align: center;
}
.menu-intro h2 {
  font-size: clamp(4rem, 8vw, 8rem);
  letter-spacing: -.03em;
}
.menu-intro > p:last-child {
  color: var(--muted);
  line-height: 1.7;
  font-size: 1.05rem;
}
.menu-order-cta {
  width: 100%;
  border: 0;
  cursor: pointer;
  max-width: 720px;
  min-height: 74px;
  margin: 32px auto 0;
  padding: 14px 18px 14px 23px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 22px;
  color: #fff;
  background: var(--orange);
  border-radius: 8px;
  box-shadow: 0 16px 34px rgba(243, 106, 0, .23);
  text-align: left;
  transition: transform 180ms ease, background 180ms ease;
}
.menu-order-cta:hover,
.menu-order-cta:focus-visible {
  background: #d95400;
  transform: translateY(-2px);
}
.menu-order-cta span {
  font: 800 1.25rem "Barlow Condensed", Impact, sans-serif;
  text-transform: uppercase;
}
.menu-order-cta small {
  display: block;
  margin-bottom: 3px;
  font: 700 .67rem Inter, sans-serif;
  letter-spacing: .12em;
  opacity: .8;
}
.menu-order-cta strong {
  padding: 12px 15px;
  border-radius: 5px;
  background: #111;
  font: 800 .88rem "Barlow Condensed", Impact, sans-serif;
  text-transform: uppercase;
  white-space: nowrap;
}
.floating-cart {
  position: fixed;
  right: 22px;
  bottom: 22px;
  z-index: 50;
  width: 62px;
  height: 62px;
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  background: var(--orange);
  border: 2px solid #fff;
  border-radius: 999px;
  box-shadow: 0 12px 32px rgba(0,0,0,.28);
  cursor: pointer;
}
.floating-cart svg {
  width: 29px;
  height: 29px;
  fill: currentColor;
}
.order-dialog {
  width: min(720px, calc(100% - 28px));
  max-height: calc(100vh - 40px);
  padding: clamp(26px, 5vw, 48px);
  overflow: auto;
  color: var(--ink);
  background: var(--paper);
  border: 0;
  border-radius: 14px;
  box-shadow: 0 30px 90px rgba(0,0,0,.42);
}
.order-dialog::backdrop {
  background: rgba(0,0,0,.72);
  backdrop-filter: blur(4px);
}
.order-dialog h2 {
  max-width: 580px;
  font-size: clamp(2.7rem, 7vw, 5rem);
  letter-spacing: -.02em;
}
.dialog-close {
  position: absolute;
  top: 14px;
  right: 16px;
  width: 42px;
  height: 42px;
  color: var(--ink);
  background: #fff;
  border: 1px solid #d7d0c8;
  border-radius: 50%;
  cursor: pointer;
  font-size: 1.8rem;
  line-height: 1;
}
.dialog-intro {
  margin: 20px 0 28px;
  color: var(--muted);
  line-height: 1.6;
}
.order-locations {
  display: grid;
  gap: 10px;
}
.order-locations a {
  min-height: 82px;
  padding: 15px 17px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  color: #fff;
  background: #101011;
  border-radius: 7px;
  transition: background 180ms ease, transform 180ms ease;
}
.order-locations a:hover,
.order-locations a:focus-visible {
  background: var(--orange);
  transform: translateX(3px);
}
.order-locations span {
  display: grid;
  gap: 3px;
}
.order-locations small {
  color: var(--orange);
  font-size: .66rem;
  font-weight: 800;
}
.order-locations a:hover small {
  color: #fff;
}
.order-locations b {
  font: 800 1.45rem "Barlow Condensed", Impact, sans-serif;
  text-transform: uppercase;
}
.order-locations em {
  color: #bababa;
  font-size: .72rem;
  font-style: normal;
}
.order-locations strong {
  color: var(--orange);
  font: 800 .85rem "Barlow Condensed", Impact, sans-serif;
  text-transform: uppercase;
  white-space: nowrap;
}
.order-locations a:hover strong {
  color: #fff;
}
.dialog-payment {
  margin: 20px 0 0;
  color: var(--muted);
  font-size: .78rem;
  text-align: center;
}
.menu-category {
  max-width: 1320px;
  margin: 0 auto 105px;
  display: grid;
  grid-template-columns: minmax(300px, .82fr) minmax(480px, 1.18fr);
  gap: clamp(40px, 7vw, 110px);
  align-items: start;
}
.menu-category.reverse .menu-photo {
  order: 2;
}
.mega-availability {
  margin: 12px 0 24px;
  padding: 13px 16px;
  color: #fff;
  background: var(--orange);
  border-radius: 7px;
  font-weight: 700;
  line-height: 1.45;
}
.menu-category:last-child {
  margin-bottom: 0;
}
.menu-photo {
  position: sticky;
  top: 28px;
}
.menu-photo img {
  display: block;
  width: 100%;
  aspect-ratio: 4 / 3;
  object-fit: cover;
  border-radius: 12px;
  box-shadow: 0 24px 60px rgba(12,12,13,.17);
}
.menu-kicker {
  margin: 0 0 10px;
  color: var(--orange);
  font-size: .73rem;
  font-weight: 800;
  letter-spacing: .18em;
  text-transform: uppercase;
}
.menu-list h3 {
  font-size: clamp(2.8rem, 5vw, 5.2rem);
  margin-bottom: 28px;
}
.price-head,
.dish {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 64px 68px;
  column-gap: 14px;
}
.price-head {
  padding: 0 0 10px;
  color: var(--orange);
  font-size: .7rem;
  text-align: right;
  text-transform: uppercase;
  letter-spacing: .06em;
}
.dish {
  padding: 16px 0;
  border-top: 1px solid #ddd6cd;
  align-items: start;
}
.dish h4 {
  margin: 0 0 5px;
  font-family: "Barlow Condensed", Impact, sans-serif;
  font-size: 1.45rem;
  line-height: 1;
  text-transform: uppercase;
}
.dish h4 small {
  color: var(--orange);
  font-size: .78rem;
}
.dish p {
  margin: 0;
  color: var(--muted);
  font-size: .82rem;
  line-height: 1.45;
}
.dish > b {
  text-align: right;
  font-family: "Barlow Condensed", Impact, sans-serif;
  font-size: 1.25rem;
  white-space: nowrap;
}
.section-heading {
  display: grid;
  grid-template-columns: 1fr 1fr;
  column-gap: 60px;
  align-items: end;
  margin-bottom: 48px;
}
.section-heading .eyebrow {
  grid-column: 1/-1;
}
.section-heading h2,
.formation h2,
.contact h2 {
  font-size: clamp(3.4rem, 7vw, 6.8rem);
  letter-spacing: -0.025em;
}
.section-heading > p:last-child {
  max-width: 420px;
  justify-self: end;
  color: var(--muted);
  font-size: 1.05rem;
  line-height: 1.7;
}
.location-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  border-top: 1px solid #cfc8bf;
  border-bottom: 1px solid #cfc8bf;
}
.location-grid article {
  padding: 36px 32px 40px;
  border-right: 1px solid #cfc8bf;
}
.location-grid article:last-child {
  border-right: 0;
}
.location-grid span {
  color: var(--orange);
  font: 700 0.78rem Inter;
}
.location-grid h3 {
  font-size: 2rem;
  margin: 40px 0 8px;
}
.location-grid p {
  color: var(--muted);
  margin: 0 0 30px;
}
.location-grid .location-phone {
  margin-bottom: 8px;
  font-weight: 700;
  color: var(--ink);
}
.location-grid .location-address {
  margin-bottom: 24px;
  line-height: 1.55;
}
.location-grid a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 42px;
  width: fit-content;
  padding: 11px 15px;
  color: #fff;
  background: var(--orange);
  border-radius: 4px;
  font-weight: 800;
  text-transform: uppercase;
  font-size: 0.84rem;
  letter-spacing: 0.08em;
}
.location-grid a:hover {
  color: #fff;
  background: #d94f00;
}
.location-actions {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 12px;
}
.location-actions .order-online {
  margin: 0;
}
.location-grid .location-order-btn,
.location-grid .location-call-btn {
  min-height: 58px;
  min-width: 205px;
  padding: 9px 20px 9px 15px;
  gap: 11px;
  border: 2px solid #fff;
  border-radius: 999px;
  box-shadow: 0 8px 20px rgba(0,0,0,.16);
}
.location-order-btn svg,
.location-call-btn svg {
  width: 27px;
  height: 27px;
  flex: 0 0 auto;
  fill: currentColor;
}
.location-order-btn span,
.location-call-btn span {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  color: inherit;
  line-height: 1.05;
}
.location-order-btn small,
.location-call-btn small {
  margin-bottom: 4px;
  font: 600 .67rem Inter, sans-serif;
  letter-spacing: .08em;
}
.location-order-btn strong,
.location-call-btn strong {
  font: 800 .98rem "Barlow Condensed", Impact, sans-serif;
  letter-spacing: .04em;
}
.location-featured {
  display: flex;
  flex-direction: column;
  gap: 30px;
}
.location-photo {
  display: block;
  width: 100%;
  aspect-ratio: 16 / 10;
  object-fit: cover;
  object-position: center;
  border-radius: 5px;
  box-shadow: 0 14px 30px rgba(12, 12, 13, 0.14);
}
.location-photo-nomade {
  aspect-ratio: 4 / 5;
  object-position: center top;
}
.formation {
  background: #0b0b0c;
  color: #fff;
  padding: 105px clamp(24px, 8vw, 130px);
  display: grid;
  grid-template-columns: 0.7fr 1.3fr;
  gap: 60px;
  position: relative;
  overflow: hidden;
}
.formation:after {
  content: "";
  position: absolute;
  width: 480px;
  height: 480px;
  border: 90px solid rgba(243, 106, 0, 0.12);
  border-radius: 50%;
  right: -220px;
  top: -210px;
}
.formation-number {
  font:
    800 clamp(8rem, 22vw, 19rem)/0.75 "Barlow Condensed",
    Impact,
    sans-serif;
  color: transparent;
  -webkit-text-stroke: 1px #3b3b3d;
}
.formation-copy {
  position: relative;
  z-index: 1;
  max-width: 700px;
}
.formation-copy p:not(.eyebrow) {
  color: #bdbdbd;
  font-size: 1.08rem;
  line-height: 1.7;
  margin: 25px 0 34px;
}
.consultation {
  display: grid;
  grid-template-columns: minmax(280px, 0.85fr) 1.15fr;
  align-items: center;
  gap: clamp(42px, 7vw, 110px);
  padding: 105px clamp(24px, 8vw, 130px);
  background: var(--paper);
}
.consultation-visual img {
  display: block;
  width: 100%;
  max-width: 520px;
  margin: 0 auto;
  border-radius: 6px;
  box-shadow: 0 28px 70px rgba(0, 0, 0, 0.2);
}
.consultation-copy {
  max-width: 690px;
}
.consultation-copy h2 {
  font-size: clamp(3.4rem, 7vw, 6.8rem);
  letter-spacing: -0.025em;
}
.consultation-copy > p:not(.eyebrow) {
  color: var(--muted);
  font-size: 1.08rem;
  line-height: 1.7;
  margin: 25px 0;
}
.consultation-copy .consultation-mode {
  color: var(--ink);
  font-weight: 700;
  margin-bottom: 32px;
}
.consultation-button {
  min-height: 62px;
  padding-inline: 30px;
}
.contact {
  text-align: center;
  padding: 105px 24px 115px;
}
.contact .phone {
  display: inline-block;
  margin-top: 26px;
  color: var(--orange);
  font:
    800 clamp(2.4rem, 7vw, 6rem) "Barlow Condensed",
    Impact,
    sans-serif;
}
footer {
  background: #0b0b0c;
  color: #fff;
  padding: 30px clamp(24px, 5vw, 76px);
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  font-size: 0.8rem;
  font-weight: 600;
}
footer .brand-logo {
  height: 70px;
}
.footer-socials {
  text-align: center;
}
.footer-socials > p {
  margin: 0 0 12px;
  color: #b9b9bd;
  font-size: 0.75rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}
.social-links {
  display: flex;
  justify-content: center;
  gap: 10px;
  flex-wrap: wrap;
}
.social-link {
  min-height: 42px;
  padding: 9px 13px;
  border: 1px solid rgba(255, 255, 255, 0.22);
  border-radius: 999px;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: #fff;
  transition: border-color 180ms ease, background 180ms ease, transform 180ms ease;
}
.social-link:hover,
.social-link:focus-visible {
  background: var(--orange);
  border-color: var(--orange);
  transform: translateY(-2px);
}
.social-link svg {
  width: 19px;
  height: 19px;
  fill: currentColor;
}
.footer-meta {
  text-align: right;
  line-height: 1.7;
}
.footer-meta p {
  margin: 0;
}
@media (max-width: 760px) {
  .topbar {
    height: 72px;
  }
  .topbar nav a:not(.nav-call):not(.nav-menu):not(.nav-franchise) {
    display: none;
  }
  .topbar nav {
    gap: 10px;
  }
  .nav-menu {
    color: var(--orange);
    text-transform: uppercase;
    font-family: "Barlow Condensed", Impact, sans-serif;
    font-size: 1rem;
  }
  .nav-carnets {
    display: none;
  }
  .nav-franchise {
    color: #fff;
    font-family: "Barlow Condensed", Impact, sans-serif;
    font-size: .95rem;
    text-transform: uppercase;
  }
  .brand-logo {
    height: 48px;
  }
  footer {
    flex-direction: column;
    text-align: center;
    padding-block: 34px;
  }
  .footer-meta {
    text-align: center;
  }
  .social-links {
    gap: 8px;
  }
  .social-link {
    padding-inline: 12px;
  }
  .consultation {
    grid-template-columns: 1fr;
    padding-top: 75px;
    padding-bottom: 78px;
  }
  .consultation-copy {
    text-align: center;
  }
  .consultation-button {
    width: 100%;
  }
  .hero {
    min-height: 760px;
  }
  .hero-shade {
    background:
      linear-gradient(90deg, rgba(0, 0, 0, 0.94), rgba(0, 0, 0, 0.28)),
      linear-gradient(0deg, rgba(0, 0, 0, 0.78), transparent 55%);
  }
  .hero-image {
    object-position: 63% center;
  }
  .hero-content {
    margin: 0 22px;
    padding-top: 100px;
    align-self: flex-end;
    padding-bottom: 100px;
  }
  .hero-copy {
    font-size: 1rem;
  }
  .button {
    width: 100%;
  }
  .scroll-note {
    display: none;
  }
  .home-video {
    grid-template-columns: 1fr;
    padding: 72px 22px;
    gap: 38px;
    text-align: center;
  }
  .home-video-copy > p:last-child {
    margin-left: auto;
    margin-right: auto;
  }
  .home-video-frame {
    width: min(100%, 500px);
  }
  .carnets {
    padding: 76px 22px 86px;
  }
  .carnets-teaser {
    grid-template-columns: 1fr;
    padding: 68px 22px;
    gap: 32px;
    text-align: center;
  }
  .carnets-teaser .button {
    width: 100%;
  }
  .carnets-heading {
    margin-bottom: 48px;
  }
  .carnets-index-heading,
  .journal-heading { margin-bottom: 42px; }
  .carnets-index-heading h1,
  .journal-heading h1 { font-size: clamp(3.5rem, 17vw, 5rem); }
  .carnet-cards,
  .training-gallery { grid-template-columns: 1fr; }
  .carnet-card div { padding: 24px; }
  .training-gallery { gap: 16px; margin-bottom: 55px; }
  .training-gallery img { height: auto; max-height: 540px; }
  .journal-hero,
  .journal-truck,
  .journal-body { margin-bottom: 52px; }
  .journal-body { font-size: 1rem; }
  .carnet-story {
    grid-template-columns: 1fr;
    gap: 34px;
  }
  .archive-main,
  .story-copy,
  .story-turn,
  .archive-detail,
  .archive-pair,
  .story-finale {
    grid-column: 1;
    order: initial;
  }
  .archive-pair {
    grid-template-columns: 1fr;
    gap: 30px;
  }
  .story-copy h2,
  .story-copy h3 {
    font-size: clamp(2.7rem, 14vw, 4.2rem);
  }
  .locations {
    padding: 78px 22px;
  }
  .menu {
    padding: 76px 20px 86px;
  }
  .menu-intro {
    margin-bottom: 55px;
  }
  .menu-order-cta {
    min-height: 68px;
    padding: 12px 13px 12px 16px;
    gap: 10px;
  }
  .menu-order-cta span {
    font-size: 1.02rem;
  }
  .menu-order-cta strong {
    padding: 10px;
    font-size: .75rem;
  }
  .floating-cart {
    right: 10px;
    bottom: 12px;
    width: 48px;
    height: 48px;
    padding: 0;
  }
  .floating-cart svg {
    width: 24px;
    height: 24px;
  }
  .order-dialog {
    padding: 32px 18px 24px;
  }
  .order-locations a {
    min-height: 76px;
    padding: 13px;
  }
  .order-locations b {
    font-size: 1.2rem;
  }
  .order-locations strong {
    font-size: .72rem;
  }
  .menu-category,
  .menu-category.reverse {
    grid-template-columns: 1fr;
    gap: 30px;
    margin-bottom: 76px;
  }
  .menu-category.reverse .menu-photo {
    order: 0;
  }
  .menu-photo {
    position: static;
  }
  .menu-list h3 {
    margin-bottom: 22px;
  }
  .price-head,
  .dish {
    grid-template-columns: minmax(0, 1fr) 52px 57px;
    column-gap: 8px;
  }
  .dish {
    padding: 14px 0;
  }
  .dish h4 {
    font-size: 1.24rem;
  }
  .dish p {
    font-size: .75rem;
  }
  .dish > b {
    font-size: 1.08rem;
  }
  .section-heading {
    display: block;
  }
  .section-heading > p:last-child {
    margin: 20px 0 0;
  }
  .location-grid {
    grid-template-columns: 1fr;
  }
  .location-grid article {
    border-right: 0;
    border-bottom: 1px solid #cfc8bf;
    padding: 28px 8px;
  }
  .location-grid article:last-child {
    border-bottom: 0;
  }
  .location-grid h3 {
    margin-top: 24px;
  }
  .location-featured {
    display: flex;
    flex-direction: column;
    gap: 24px;
  }
  .location-featured .location-info {
    min-width: 0;
    width: 100%;
  }
  .location-featured .location-photo {
    height: auto;
    aspect-ratio: 16 / 10;
  }
  .location-featured .location-photo-nomade {
    aspect-ratio: 4 / 5;
    object-position: center top;
  }
  .location-grid .location-order-btn,
  .location-grid .location-call-btn {
    width: min(100%, 290px);
    min-width: 0;
    box-sizing: border-box;
  }
  .location-order-btn strong,
  .location-call-btn strong {
    white-space: nowrap;
  }
  .formation {
    grid-template-columns: 1fr;
    padding: 78px 22px;
    gap: 35px;
  }
  .formation-number {
    font-size: 9rem;
  }
  .contact {
    padding: 75px 22px;
  }
  footer {
    flex-direction: column;
    text-align: center;
    padding: 34px 22px;
  }
}
@media (min-width: 761px) and (max-width: 1050px) {
  .menu-category {
    grid-template-columns: minmax(250px, .8fr) minmax(420px, 1.2fr);
    gap: 38px;
  }
}

@media (max-width: 760px) {
  .topbar {
    padding-inline: 18px;
  }
  .topbar > nav {
    display: none;
  }
  .mobile-menu {
    display: block;
    position: relative;
    margin-left: auto;
  }
  .mobile-menu summary {
    min-width: 112px;
    height: 48px;
    padding: 0 17px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
    border: 1px solid #494949;
    border-radius: 99px;
    color: #fff;
    cursor: pointer;
    list-style: none;
    font: 800 1rem "Barlow Condensed", Impact, sans-serif;
    text-transform: uppercase;
    letter-spacing: .06em;
  }
  .mobile-menu summary::-webkit-details-marker {
    display: none;
  }
  .mobile-menu summary i,
  .mobile-menu summary i::before,
  .mobile-menu summary i::after {
    display: block;
    width: 18px;
    height: 2px;
    background: var(--orange);
    content: "";
    transition: .2s ease;
  }
  .mobile-menu summary i {
    position: relative;
  }
  .mobile-menu summary i::before {
    position: absolute;
    top: -6px;
  }
  .mobile-menu summary i::after {
    position: absolute;
    top: 6px;
  }
  .mobile-menu[open] summary i {
    background: transparent;
  }
  .mobile-menu[open] summary i::before {
    top: 0;
    transform: rotate(45deg);
  }
  .mobile-menu[open] summary i::after {
    top: 0;
    transform: rotate(-45deg);
  }
  .mobile-menu-panel {
    position: absolute;
    z-index: 50;
    top: 60px;
    right: 0;
    width: min(310px, calc(100vw - 36px));
    padding: 12px;
    display: flex;
    flex-direction: column;
    background: #0b0b0c;
    border: 1px solid #343434;
    box-shadow: 0 24px 60px rgba(0, 0, 0, .55);
  }
  .mobile-menu-panel a {
    min-height: 55px;
    display: flex;
    align-items: center;
    padding: 0 18px;
    border-bottom: 1px solid #2b2b2c;
    color: #fff;
    font: 800 1.35rem "Barlow Condensed", Impact, sans-serif;
    text-transform: uppercase;
  }
  .mobile-menu-panel a::after {
    content: "→";
    margin-left: auto;
    color: var(--orange);
  }
  .mobile-menu-panel .mobile-call {
    margin-top: 10px;
    justify-content: center;
    border: 0;
    background: var(--orange);
  }
  .mobile-menu-panel .mobile-call::after {
    display: none;
  }
}
