:root {
  --orange: #f36a00;
  --orange-2: #ff8a1e;
  --ink: #0c0c0d;
  --paper: #f7f4ef;
  --white: #fff;
  --muted: #756f68;
}
* {
  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: 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;
}
.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-shade {
  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: 2;
  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;
  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);
}
.scroll-note {
  position: absolute;
  right: 42px;
  bottom: 31px;
  z-index: 2;
  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;
}
.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;
}
.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-carnets) {
    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 {
    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;
  }
  .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;
  }
}
