@font-face {
  font-family: "Zebros Hatten";
  src: url("fonts/HATTEN.TTF") format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Zebros Berlin";
  src: url("fonts/BRLNSDB.TTF") format("truetype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Zebros Montserrat";
  src: url("fonts/Montserrat-Regular.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Zebros Montserrat";
  src: url("fonts/Montserrat-Bold.ttf") format("truetype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Zebros Montserrat";
  src: url("fonts/Montserrat-ExtraBold.ttf") format("truetype");
  font-weight: 800;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Zebros Montserrat";
  src: url("fonts/Montserrat-Black.ttf") format("truetype");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}

:root {
  --red: #d83020;
  --espresso: #481800;
  --cream: #f8f0d8;
  --orange: #f88000;
  --amber: #fa8018;
  --green: #68a030;
  --white: #ffffff;
  --charcoal: #13100e;
  --muted: #bdb5a7;
  --line: rgba(248,240,216,.16);
  --display: "Zebros Hatten", Haettenschweiler, Impact, sans-serif;
  --brand: "Zebros Berlin", "Arial Rounded MT Bold", sans-serif;
  --body: "Zebros Montserrat", Montserrat, Arial, Helvetica, sans-serif;
  --radius: 22px;
  --shadow: 0 22px 70px rgba(0,0,0,.35);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--cream);
  background: var(--charcoal);
  font-family: var(--body);
  overflow-x: hidden;
}
img {
  display: block;
  max-width: 100%;
  -webkit-user-drag: none;
  -webkit-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
}
button, input, select { font: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
a { color: inherit; text-decoration: none; }
::selection { color: var(--charcoal); background: var(--orange); }
:focus-visible { outline: 3px solid var(--orange); outline-offset: 4px; }

.skip-link {
  position: fixed; left: 16px; top: -80px; z-index: 999;
  padding: 12px 18px; color: var(--charcoal); background: var(--cream);
  font-weight: 800; border-radius: 10px; transition: top .2s;
}
.skip-link:focus { top: 14px; }

.grain, .pattern { position: relative; isolation: isolate; }
.grain::after {
  content: ""; position: absolute; inset: 0; z-index: -1; pointer-events: none;
  opacity: .12; mix-blend-mode: soft-light;
  background-image:
    radial-gradient(circle at 25% 20%, rgba(255,255,255,.7) 0 .7px, transparent .8px),
    radial-gradient(circle at 75% 80%, rgba(255,255,255,.55) 0 .7px, transparent .8px);
  background-size: 8px 8px, 11px 11px;
}
.pattern::before {
  content: ""; position: absolute; inset: 0; z-index: -1; pointer-events: none; opacity: .22;
  background-image:
    linear-gradient(45deg, transparent 42%, rgba(248,240,216,.14) 43% 47%, transparent 48%),
    linear-gradient(-45deg, transparent 42%, rgba(248,240,216,.10) 43% 47%, transparent 48%);
  background-size: 34px 34px;
}

.eyebrow {
  display: inline-flex; align-items: center; gap: 9px; margin: 0 0 14px;
  color: var(--orange); font: 700 .78rem/1.2 var(--brand); letter-spacing: .16em;
  text-transform: uppercase;
}
.eyebrow::before { content: ""; width: 24px; height: 3px; background: currentColor; }
.section-title {
  margin: 0; max-width: 780px; font-family: var(--display); font-size: clamp(3rem, 7vw, 6rem);
  font-weight: 400; line-height: .96; letter-spacing: .018em; text-transform: uppercase;
}
.section-title .hot, .hot { color: var(--red); }
.lead { color: var(--muted); font-size: 1rem; line-height: 1.75; }
.shell { width: min(1180px, calc(100% - 40px)); margin-inline: auto; }
.button {
  display: inline-flex; min-height: 52px; align-items: center; justify-content: center; gap: 10px;
  padding: 0 22px; border: 0; border-radius: 999px; cursor: pointer; font-weight: 800;
  text-transform: uppercase; letter-spacing: .05em; transition: transform .2s, background .2s, color .2s;
}
.button:hover { transform: translateY(-2px); }
.button-primary { color: var(--white); background: var(--red); box-shadow: 0 12px 30px rgba(216,48,32,.28); }
.button-primary:hover { background: #ed3928; }
.button-franchise { color: var(--charcoal); background: var(--orange); }
.button-franchise:hover { background: #ff941f; }
.button-light { color: var(--charcoal); background: var(--cream); }
.button-ghost { color: var(--cream); background: rgba(255,255,255,.06); border: 1px solid var(--line); }
.button-small { min-height: 42px; padding: 0 16px; font-size: .78rem; }

.ticker {
  height: 34px; overflow: hidden; color: var(--charcoal); background: var(--orange);
  font-size: .72rem; font-weight: 900; letter-spacing: .08em; text-transform: uppercase;
}
.ticker-track { display: flex; width: max-content; align-items: center; height: 100%; animation: ticker 26s linear infinite; }
.ticker-track span { display: flex; align-items: center; white-space: nowrap; }
.ticker-track span::after { content: "✦"; margin: 0 26px; }
@keyframes ticker { to { transform: translateX(-50%); } }
.ticker-track span::after { content: "✦"; }

.site-header {
  position: sticky; top: 0; z-index: 100; height: 82px; border-bottom: 1px solid var(--line);
  background: rgba(19,16,14,.82); backdrop-filter: blur(18px); transition: height .25s, background .25s;
}
.site-header.scrolled { height: 70px; background: rgba(19,16,14,.96); }
.nav { height: 100%; display: flex; align-items: center; justify-content: space-between; gap: 24px; }
.brand { width: 164px; flex: 0 0 auto; }
.brand img { width: 100%; height: auto; }
.nav-links { display: flex; align-items: center; gap: 34px; }
.nav-links a { color: #e8dfcd; font-size: .78rem; font-weight: 900; letter-spacing: .09em; text-transform: uppercase; }
.nav-links a:hover { color: var(--orange); }
.nav-actions { display: flex; align-items: center; gap: 10px; }
.mobile-only { display: none; }
.menu-toggle { display: none; width: 46px; height: 46px; padding: 0; border: 1px solid var(--line); border-radius: 50%; color: var(--cream); background: transparent; }
.menu-toggle span, .menu-toggle::before, .menu-toggle::after {
  content: ""; display: block; width: 19px; height: 2px; margin: 4px auto; background: currentColor; transition: .2s;
}

.hero { position: relative; min-height: calc(100svh - 116px); display: grid; align-items: center; overflow: hidden; }
.hero-bg { position: absolute; inset: 0; z-index: -3; }
.hero-bg img { width: 100%; height: 100%; object-fit: cover; object-position: 58% 52%; }
.hero::before {
  content: ""; position: absolute; inset: 0; z-index: -2;
  background: linear-gradient(90deg, rgba(19,16,14,.98) 0%, rgba(19,16,14,.91) 37%, rgba(19,16,14,.3) 67%, rgba(19,16,14,.35) 100%),
                linear-gradient(0deg, var(--charcoal), transparent 30%);
}
.hero::after {
  content: ""; position: absolute; z-index: -1; width: 44vw; height: 44vw; min-width: 480px; min-height: 480px;
  right: -12vw; top: -18vw; border: 90px solid rgba(248,128,0,.16); border-radius: 50%;
}
.hero-grid { display: grid; grid-template-columns: 1fr; place-items: center; padding: 86px 0 82px; }
.hero-copy { max-width: 1180px; text-align: center; }
.hero-copy .eyebrow { justify-content: center; }
.hero h1 {
  margin: 0; max-width: none; font-family: var(--display); font-size: clamp(4.2rem, 10vw, 9.2rem); font-weight: 400; line-height: .9;
  text-transform: uppercase; letter-spacing: .005em; white-space: nowrap;
}
.hero h1 span { display: inline; color: var(--orange); }
.hero-sub { max-width: 620px; margin: 28px auto; color: #ddd2bf; font-size: clamp(1rem, 1.4vw, 1.18rem); line-height: 1.7; }
.hero-actions { display: flex; flex-wrap: wrap; justify-content: center; gap: 12px; }
.hero-actions .button-primary { font-size: 0; }
.hero-actions .button-primary::before { content: "See our specials ↓"; font-size: .85rem; }
.hero-card { display: none; }
.hero-card {
  justify-self: end; width: min(100%, 330px); padding: 24px; background: rgba(19,16,14,.86);
  border: 1px solid rgba(248,240,216,.24); border-radius: var(--radius); box-shadow: var(--shadow); backdrop-filter: blur(14px);
}
.hero-card-top { display: flex; align-items: center; justify-content: space-between; gap: 10px; }
.tag { padding: 7px 10px; color: var(--charcoal); background: var(--orange); border-radius: 999px; font-size: .64rem; font-weight: 900; letter-spacing: .08em; text-transform: uppercase; }
.hero-card h2 { margin: 20px 0 8px; font-family: var(--display); font-size: 2.5rem; font-weight: 400; line-height: 1; text-transform: uppercase; }
.hero-card p { margin: 0; color: var(--muted); font-size: .83rem; line-height: 1.55; }
.hero-price { display: flex; align-items: flex-end; justify-content: space-between; gap: 12px; margin-top: 22px; }
.price { font-family: var(--display); font-size: 2.7rem; font-weight: 400; line-height: 1; }
.price sup { font: 800 .78rem var(--body); }
.scroll-cue { position: absolute; left: 50%; bottom: 18px; display: grid; place-items: center; width: 32px; height: 50px; border: 1px solid rgba(255,255,255,.35); border-radius: 20px; transform: translateX(-50%); }
.scroll-cue::after { content: ""; width: 4px; height: 9px; background: var(--orange); border-radius: 99px; animation: bob 1.5s ease-in-out infinite; }
@keyframes bob { 50% { transform: translateY(8px); } }

.quick-strip { position: relative; z-index: 3; margin-top: -1px; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); background: #1a1613; }
.quick-grid { display: grid; grid-template-columns: repeat(4, 1fr); }
.quick-item { display: flex; align-items: center; gap: 13px; padding: 20px 22px; border-right: 1px solid var(--line); }
.quick-item:last-child { border: 0; }
.quick-icon { color: var(--orange); font: 400 2rem/1 var(--display); letter-spacing: .04em; }
.quick-item strong { display: block; font-size: .77rem; text-transform: uppercase; }
.quick-item span { display: block; margin-top: 3px; color: var(--muted); font-size: .7rem; }

.specials { padding: 116px 0 110px; overflow: hidden; background: var(--charcoal); }
.specials.pattern::before {
  inset: 0 0 auto;
  height: 63px;
  opacity: .62;
  background-image: url("../images/brand-assets/triangle-brown.svg");
  background-repeat: repeat-x;
  background-position: center top;
  background-size: auto 63px;
}
.section-head { display: flex; align-items: end; justify-content: space-between; gap: 30px; margin-bottom: 44px; }
.section-head .lead { max-width: 410px; margin: 0 0 6px; }
.special-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 18px; }
.special-slider { position: relative; }
.special-viewport { overflow: hidden; border-radius: var(--radius); }
.special-track {
  display: flex; gap: 18px; transform: translate3d(0,0,0);
  transition: transform .55s cubic-bezier(.22,.61,.36,1); will-change: transform;
}
.offer-card {
  flex: 0 0 calc((100% - 54px) / 4); margin: 0; overflow: hidden; border: 1px solid var(--line); border-radius: var(--radius);
  background: #211b17; box-shadow: 0 18px 45px rgba(0,0,0,.2); transition: transform .3s;
}
.offer-card:hover { transform: translateY(-6px); }
.offer-card img { width: 100%; aspect-ratio: 1; object-fit: cover; }
.slider-controls { display: flex; align-items: center; justify-content: center; gap: 16px; margin-top: 22px; }
.slider-button {
  display: grid; place-items: center; width: 42px; height: 42px; padding: 0; color: var(--cream);
  border: 1px solid var(--line); border-radius: 50%; background: #211b17; cursor: pointer; transition: border-color .2s, color .2s, transform .2s;
}
.slider-button:hover { color: var(--orange); border-color: var(--orange); transform: translateY(-2px); }
.slider-dots { display: flex; align-items: center; justify-content: center; gap: 8px; min-height: 18px; }
.slider-dot { width: 8px; height: 8px; padding: 0; border: 0; border-radius: 50%; background: #625a50; cursor: pointer; transition: width .2s, background .2s; }
.slider-dot[aria-current="true"] { width: 24px; border-radius: 99px; background: var(--orange); }
.special-card {
  position: relative; min-height: 470px; overflow: hidden; border: 1px solid var(--line); border-radius: var(--radius);
  background: #211b17; transition: transform .3s, opacity .25s; box-shadow: 0 18px 45px rgba(0,0,0,.2);
}
.special-card:hover { transform: translateY(-6px); }
.special-card[hidden] { display: none; }
.special-card img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; transition: transform .7s ease; }
.special-card:hover img { transform: scale(1.04); }
.special-card::after { content: ""; position: absolute; inset: 0; background: linear-gradient(0deg, rgba(10,8,7,.98) 0%, rgba(10,8,7,.75) 34%, transparent 72%); }
.special-info { position: absolute; z-index: 2; inset: auto 24px 24px; }
.special-meta { display: flex; align-items: center; justify-content: space-between; gap: 10px; margin-bottom: 10px; }
.special-info h3 { margin: 0; font-family: var(--display); font-size: clamp(2.1rem, 3.2vw, 3.2rem); font-weight: 400; line-height: 1.02; letter-spacing: .01em; text-transform: uppercase; }
.special-info p { max-width: 500px; margin: 10px 0 0; color: #cfc5b5; font-size: .8rem; line-height: 1.5; }
.special-footer { display: flex; align-items: end; justify-content: space-between; gap: 16px; margin-top: 18px; }

.menu-download {
  display: grid; grid-template-columns: 1fr auto; align-items: center; gap: 30px; margin-top: 28px; padding: 26px 30px;
  color: var(--charcoal); background: var(--orange); border-radius: 20px;
}
.menu-download h3 { margin: 0 0 6px; font: 400 2rem/1 var(--display); text-transform: uppercase; }
.menu-download p { margin: 0; color: #5c2900; font-size: .82rem; line-height: 1.5; }
.menu-download .button { font-size: 0; }
.menu-download .button::before { content: "Download full menu ↓"; font-size: .85rem; }

.story { position: relative; padding: 130px 0; overflow: hidden; background: var(--espresso); }
.story.pattern::before {
  opacity: .075;
  background-image: url("../images/brand-assets/pattern-green.svg");
  background-repeat: repeat;
  background-size: 196px auto;
}
.story::after { content: "Z"; position: absolute; right: -2vw; bottom: -22vw; color: rgba(248,240,216,.035); font: 70vw/.7 var(--display); pointer-events: none; }
.story-grid { display: grid; grid-template-columns: .8fr 1.2fr; align-items: center; gap: 8vw; }
.story-mark { position: relative; aspect-ratio: 1; display: grid; place-items: center; }
.story-ring { position: absolute; inset: 0; border: 2px dashed rgba(248,240,216,.22); border-radius: 50%; animation: rotate 28s linear infinite; }
.story-ring::before, .story-ring::after { content: ""; position: absolute; width: 16px; height: 16px; border-radius: 50%; background: var(--orange); }
.story-ring::before { top: 10%; left: 15%; }
.story-ring::after { right: 7%; bottom: 22%; background: var(--green); }
@keyframes rotate { to { transform: rotate(360deg); } }
.story-logo-crop { width: 36%; aspect-ratio: 211 / 296; overflow: hidden; filter: drop-shadow(0 20px 35px rgba(0,0,0,.38)); }
.story-logo-crop img { width: auto; max-width: none; height: 100%; }
.story-copy p { max-width: 620px; color: #d9cab8; line-height: 1.8; }
.story-points { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1px; margin-top: 34px; background: rgba(248,240,216,.15); }
.story-point { padding: 20px; background: var(--espresso); }
.story-point b { display: block; color: var(--orange); font: 400 2rem/1 var(--display); }
.story-point span { display: block; margin-top: 5px; font-size: .68rem; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }

.gallery { padding: 96px 0; background: #181412; }
.gallery .section-head { align-items: end; margin-bottom: 28px; }
.gallery-grid { display: grid; grid-template-columns: repeat(3, 1fr); grid-auto-rows: 245px; gap: 14px; margin-top: 0; }
.gallery-item { position: relative; margin: 0; overflow: hidden; border-radius: 18px; }
.gallery-item:first-child { grid-column: span 2; grid-row: span 2; }
.gallery-item img { width: 100%; height: 100%; object-fit: cover; transition: transform .6s; }
.gallery-item:hover img { transform: scale(1.07); }
.gallery-item::after { content: ""; position: absolute; inset: 0; box-shadow: inset 0 0 0 1px rgba(255,255,255,.12); border-radius: inherit; pointer-events: none; }

.franchise { padding: 118px 0; background: #181412; }
.franchise::before {
  content: "";
  position: absolute;
  inset: 0 0 0 auto;
  width: 33px;
  opacity: .42;
  background: url("../images/brand-assets/triangle-mix.svg") repeat-y right top / 33px auto;
  pointer-events: none;
}
.franchise-grid { position: relative; z-index: 1; display: grid; grid-template-columns: .85fr 1.15fr; align-items: start; gap: 7vw; }
.franchise-copy { position: sticky; top: 110px; }
.franchise-copy p { max-width: 560px; color: var(--muted); line-height: 1.75; }
.franchise-form { padding: clamp(24px, 4vw, 42px); border: 1px solid var(--line); border-radius: 26px; background: #211b17; box-shadow: var(--shadow); }
.form-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; margin-bottom: 22px; }
.form-field-wide { grid-column: 1 / -1; }
.form-field label { display: block; margin-bottom: 9px; color: var(--cream); font-size: .72rem; font-weight: 900; letter-spacing: .05em; text-transform: uppercase; }
.form-field input, .form-field textarea {
  width: 100%; padding: 15px 16px; color: var(--cream); border: 1px solid rgba(248,240,216,.22);
  border-radius: 14px; background: #13100e; resize: vertical;
}
.form-field input { height: 54px; }
.form-field input:focus, .form-field textarea:focus { border-color: var(--orange); outline: 0; box-shadow: 0 0 0 3px rgba(248,128,0,.18); }
.form-status { min-height: 1.5em; margin: 14px 0 0; color: var(--muted); font-size: .78rem; line-height: 1.5; }
.hp-field { position: absolute; left: -9999px; top: auto; width: 1px; height: 1px; overflow: hidden; }

.locator { padding: 118px 0; color: var(--charcoal); background: var(--orange); }
.locator-grid { display: grid; grid-template-columns: 1.05fr .95fr; align-items: center; gap: 8vw; }
.locator .eyebrow { color: var(--espresso); }
.locator p { max-width: 600px; color: #512500; line-height: 1.7; }
.locator-card { padding: clamp(25px, 4vw, 42px); background: var(--cream); border-radius: 26px; box-shadow: var(--shadow); }
.office-card { font-style: normal; }
.office-card h3 { margin: 0 0 18px; font: 400 2.5rem/1 var(--display); text-transform: uppercase; }
.office-card p { margin: 0; color: #512500; }
.office-links { display: grid; gap: 10px; margin-top: 24px; }
.office-links a { width: fit-content; color: var(--red); font-weight: 800; }
.office-links a:hover { color: var(--espresso); }
.legacy-locator { display: none; }
.locator-card label { display: block; margin-bottom: 9px; font-size: .72rem; font-weight: 900; text-transform: uppercase; }
.search-row { display: grid; grid-template-columns: 1fr auto; gap: 10px; }
.search-row input { min-width: 0; height: 54px; padding: 0 17px; border: 1px solid #d8ccb8; border-radius: 14px; background: var(--white); }
.location-result { display: none; align-items: center; gap: 12px; margin-top: 16px; padding: 16px; border: 1px solid #ddcfbb; border-radius: 14px; background: #fffaf0; }
.location-result.show { display: flex; }
.pin { display: grid; place-items: center; width: 40px; height: 40px; flex: 0 0 auto; color: var(--white); background: var(--red); border-radius: 50%; }
.location-result strong, .location-result small { display: block; }
.location-result small { margin-top: 4px; color: #75675b; }

.site-footer { padding: 56px 0 24px; background: #0d0b0a; }
.footer-top { display: grid; grid-template-columns: 1.1fr .9fr .9fr; gap: 60px; padding-bottom: 42px; }
.footer-brand img { width: 185px; }
.footer-brand p { max-width: 350px; color: var(--muted); font-size: .78rem; line-height: 1.7; }
.footer-brand .ownership-logos { width: 285px; margin-top: 24px; border-radius: 8px; }
.footer-col h3 { margin: 6px 0 16px; color: var(--orange); font-size: .72rem; letter-spacing: .16em; text-transform: uppercase; }
.footer-col a { display: block; margin: 12px 0; color: #e9dfcd; font-size: .8rem; }
.footer-col a:hover { color: var(--orange); }
.footer-bottom { display: flex; justify-content: space-between; gap: 24px; padding-top: 22px; border-top: 1px solid var(--line); color: #7f786e; font-size: .68rem; line-height: 1.5; }
.footer-bottom a { color: var(--cream); font-weight: 800; }
.footer-bottom a:hover { color: var(--orange); }

@media (max-width: 980px) {
  .nav-links { position: fixed; inset: 104px 20px auto; display: none; padding: 22px; background: #211a16; border: 1px solid var(--line); border-radius: 20px; box-shadow: var(--shadow); }
  .nav-links.open { display: grid; gap: 0; }
  .nav-links .mobile-only { display: block; }
  .nav-links a { padding: 14px 6px; border-bottom: 1px solid var(--line); }
  .nav-links a:last-child { border: 0; }
  .menu-toggle { display: block; }
  .hero-grid { grid-template-columns: 1fr; align-items: center; }
  .hero-card { justify-self: start; width: 330px; }
  .special-grid { grid-template-columns: 1fr; }
  .offer-card { flex-basis: calc((100% - 18px) / 2); }
  .special-card { min-height: 440px; }
  .quick-grid { grid-template-columns: repeat(2, 1fr); }
  .quick-item:nth-child(2) { border-right: 0; }
  .quick-item:nth-child(-n+2) { border-bottom: 1px solid var(--line); }
  .story-grid, .franchise-grid, .locator-grid { grid-template-columns: 1fr; }
  .franchise-copy { position: static; }
  .story-mark { width: min(520px, 90%); justify-self: center; }
  .gallery-grid { grid-template-columns: repeat(2, 1fr); }
  .footer-top { grid-template-columns: 1.3fr .7fr .7fr; gap: 30px; }
}

@media (max-width: 700px) {
  .shell { width: min(100% - 28px, 1180px); }
  .site-header { height: 70px; }
  .brand { width: 135px; }
  .nav-download { display: none; }
  .nav-franchise { display: none; }
  .nav-links { inset: 89px 14px auto; }
  .hero { min-height: auto; }
  .hero::before { background: linear-gradient(90deg, rgba(19,16,14,.95), rgba(19,16,14,.4)), linear-gradient(0deg, #13100e 4%, transparent 45%); }
  .hero-bg img { object-position: 62% center; opacity: .72; }
  .hero-grid { padding: 82px 0 88px; }
  .hero h1 { font-size: clamp(3.1rem, 15.5vw, 6rem); line-height: .92; }
  .hero h1 span { transform: none; }
  .hero-sub { max-width: 90%; }
  .hero-card { width: 100%; }
  .scroll-cue { display: none; }
  .quick-grid { grid-template-columns: 1fr 1fr; }
  .quick-item { padding: 16px 10px; gap: 9px; }
  .quick-icon { font-size: 1.65rem; }
  .quick-item span { display: none; }
  .specials, .franchise, .gallery, .locator { padding: 84px 0; }
  .specials.pattern::before { height: 40px; background-size: auto 40px; }
  .franchise::before { width: 18px; background-size: 18px auto; opacity: .3; }
  .story { padding: 90px 0; }
  .section-head { display: block; }
  .section-head .lead { margin-top: 22px; }
  .special-grid { grid-template-columns: 1fr; }
  .offer-card { flex-basis: 100%; }
  .slider-controls { margin-top: 18px; }
  .special-card, .special-card:nth-child(n) { grid-column: auto; min-height: 430px; }
  .special-info { inset: auto 18px 20px; }
  .special-info h3 { font-size: 2.5rem; }
  .menu-download { grid-template-columns: 1fr; padding: 24px 20px; }
  .menu-download .button { width: 100%; }
  .story-points { grid-template-columns: 1fr; background: transparent; gap: 0; }
  .story-point { border-bottom: 1px solid rgba(248,240,216,.14); }
  .gallery-grid { grid-template-columns: 1fr 1fr; grid-auto-rows: 170px; }
  .gallery-item:first-child { grid-column: span 2; }
  .gallery-item:first-child { grid-row: span 2; }
  .search-row { grid-template-columns: 1fr; }
  .form-grid { grid-template-columns: 1fr; }
  .form-field-wide { grid-column: auto; }
  .footer-top { grid-template-columns: 1fr 1fr; }
  .footer-brand { grid-column: span 2; }
  .footer-bottom { display: block; }
  .footer-bottom span { display: block; margin-top: 9px; }
}

@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { scroll-behavior: auto !important; animation-duration: .01ms !important; animation-iteration-count: 1 !important; transition-duration: .01ms !important; }
}
