.restaurant-hero {
  padding: 82px 0 64px;
  overflow: hidden;
  background:
    radial-gradient(circle at 8% 12%, rgba(215, 25, 32, .12), transparent 28%),
    linear-gradient(135deg, #fff 0%, #fff 56%, #f8eeee 100%);
}

.restaurant-hero-grid {
  display: grid;
  grid-template-columns: minmax(0, .9fr) minmax(420px, 1.1fr);
  gap: 58px;
  align-items: center;
}

.restaurant-hero-copy h1 {
  max-width: 720px;
  font-size: clamp(48px, 6.6vw, 82px);
}

.restaurant-breadcrumb {
  display: flex;
  gap: 9px;
  align-items: center;
  margin-bottom: 18px;
  color: var(--muted);
  font-size: 14px;
}

.restaurant-breadcrumb a {
  color: var(--muted);
  text-decoration: none;
}

.restaurant-breadcrumb a:hover,
.restaurant-breadcrumb a:focus-visible {
  color: var(--brand);
}

.restaurant-lead {
  max-width: 680px;
  margin-top: 26px;
  color: var(--muted);
  font-size: clamp(18px, 2vw, 22px);
  line-height: 1.6;
}

.restaurant-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 32px;
}

.restaurant-price-note {
  margin-top: 18px;
  color: var(--muted);
  font-size: 14px;
}

.restaurant-price-note strong {
  color: var(--ink);
}

.restaurant-hero-visual {
  position: relative;
}

.restaurant-hero-visual::before {
  content: "";
  position: absolute;
  inset: -18px 28px 22px -18px;
  border: 1px solid rgba(215, 25, 32, .2);
  border-radius: var(--radius);
  transform: rotate(-2deg);
}

.restaurant-hero-visual img {
  position: relative;
  width: 100%;
  border-radius: var(--radius);
  box-shadow: var(--shadow);
}

.restaurant-proof {
  border-top: 1px solid rgba(255, 255, 255, .08);
  background: var(--ink);
  color: #fff;
}

.restaurant-proof-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1px;
  background: rgba(255, 255, 255, .14);
}

.restaurant-proof-grid div {
  min-height: 112px;
  display: grid;
  align-content: center;
  gap: 3px;
  padding: 24px;
  background: var(--ink);
}

.restaurant-proof-grid strong {
  font-size: 18px;
}

.restaurant-proof-grid span {
  color: rgba(255, 255, 255, .65);
  font-size: 14px;
  font-weight: 700;
}

.restaurant-intro-grid {
  display: grid;
  grid-template-columns: minmax(0, .9fr) minmax(0, .7fr);
  gap: 80px;
  align-items: start;
}

.restaurant-intro-copy {
  display: grid;
  gap: 18px;
  padding-left: 30px;
  border-left: 3px solid var(--red);
  color: var(--muted);
  font-size: 18px;
  line-height: 1.7;
}

.restaurant-menu-section {
  background: var(--soft);
}

.restaurant-section-head {
  max-width: 860px;
  margin-bottom: 42px;
}

.restaurant-section-head h2 {
  margin-top: 12px;
}

.restaurant-section-head > p {
  max-width: 720px;
  margin-top: 20px;
  color: var(--muted);
  font-size: 18px;
}

.restaurant-section-head.compact {
  max-width: 720px;
}

.restaurant-menu-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 20px;
}

.restaurant-menu-card {
  min-height: 520px;
  padding: 34px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: #fff;
}

.restaurant-menu-card.canva-card {
  border-color: var(--ink);
  background: var(--ink);
  color: #fff;
}

.restaurant-card-label {
  width: fit-content;
  margin-bottom: 28px;
  padding: 8px 11px;
  border-radius: 4px;
  background: var(--red);
  color: #fff;
  font-size: 12px;
  font-weight: 900;
  letter-spacing: .08em;
}

.restaurant-menu-card h3 {
  max-width: 520px;
  font-size: clamp(27px, 3vw, 38px);
}

.restaurant-menu-card > p {
  margin-top: 20px;
  color: var(--muted);
  line-height: 1.7;
}

.restaurant-menu-card.canva-card > p,
.restaurant-menu-card.canva-card ol {
  color: rgba(255, 255, 255, .72);
}

.restaurant-menu-card ol {
  display: grid;
  gap: 12px;
  margin: 26px 0 0;
  padding-left: 24px;
  color: #383940;
}

.restaurant-menu-card li::marker {
  color: var(--red);
  font-weight: 900;
}

.restaurant-menu-card .restaurant-card-result {
  margin-top: 28px;
  padding-top: 20px;
  border-top: 1px solid var(--line);
  color: var(--ink);
  font-weight: 800;
}

.restaurant-menu-card.canva-card .restaurant-card-result {
  border-top-color: rgba(255, 255, 255, .14);
  color: #fff;
}

.restaurant-links-demo {
  margin-top: 20px;
  display: grid;
  grid-template-columns: minmax(0, .72fr) minmax(0, 1.28fr);
  gap: 0;
  overflow: hidden;
  border-radius: var(--radius);
  background: var(--red);
  color: #fff;
}

.restaurant-links-copy {
  padding: 40px;
}

.restaurant-demo-kicker {
  display: block;
  margin-bottom: 18px;
  color: rgba(255, 255, 255, .72);
  font-size: 12px;
  font-weight: 900;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.restaurant-links-copy h3 {
  font-size: 34px;
}

.restaurant-links-copy p {
  margin-top: 18px;
  color: rgba(255, 255, 255, .8);
}

.restaurant-link-list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1px;
  background: rgba(255, 255, 255, .22);
}

.restaurant-link-list span {
  min-height: 94px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  padding: 20px 24px;
  background: #fff;
  color: var(--ink);
  font-weight: 850;
}

.restaurant-link-list b {
  color: var(--red);
}

.restaurant-journey {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
}

.restaurant-journey article {
  min-height: 260px;
  padding: 28px;
  border-top: 3px solid var(--red);
  background: var(--soft);
}

.restaurant-journey article > span {
  display: grid;
  place-items: center;
  width: 48px;
  height: 48px;
  margin-bottom: 42px;
  border-radius: var(--radius);
  background: var(--red);
  color: #fff;
  font-weight: 900;
}

.restaurant-journey h3 {
  font-size: 27px;
}

.restaurant-journey p {
  margin-top: 12px;
  color: var(--muted);
}

.restaurant-all-in-one {
  background: var(--ink);
  color: #fff;
}

.restaurant-all-grid {
  display: grid;
  grid-template-columns: minmax(0, .9fr) minmax(360px, .75fr);
  gap: 64px;
  align-items: center;
}

.restaurant-all-copy > p {
  max-width: 660px;
  margin-top: 22px;
  color: rgba(255, 255, 255, .7);
  font-size: 18px;
}

.restaurant-feature-list {
  margin-top: 32px;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1px;
  border: 1px solid rgba(255, 255, 255, .12);
  background: rgba(255, 255, 255, .12);
}

.restaurant-feature-list span {
  min-height: 68px;
  display: flex;
  align-items: center;
  padding: 14px 18px;
  background: var(--ink);
  font-size: 14px;
  font-weight: 800;
}

.restaurant-feature-list span::before {
  content: "✓";
  margin-right: 10px;
  color: var(--red);
}

.restaurant-physical-card {
  overflow: hidden;
  border-radius: var(--radius);
  background: #fff;
  color: var(--ink);
}

.restaurant-physical-card img {
  width: 100%;
  aspect-ratio: 1.2 / 1;
  object-fit: cover;
}

.restaurant-physical-card div {
  padding: 28px;
}

.restaurant-physical-card span {
  color: var(--red);
  font-size: 12px;
  font-weight: 900;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.restaurant-physical-card h3 {
  margin-top: 10px;
  font-size: 28px;
}

.restaurant-physical-card p {
  margin-top: 14px;
  color: var(--muted);
}

.restaurant-examples-section {
  background: var(--cream);
}

.restaurant-examples {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
}

.restaurant-examples a {
  min-height: 210px;
  display: flex;
  flex-direction: column;
  padding: 28px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: #fff;
  transition: transform .2s ease, box-shadow .2s ease;
}

.restaurant-examples a:hover {
  transform: translateY(-3px);
  box-shadow: 0 18px 42px rgba(18, 18, 18, .09);
}

.restaurant-examples span {
  color: var(--red);
  font-size: 12px;
  font-weight: 900;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.restaurant-examples strong {
  margin-top: 16px;
  font-size: 25px;
}

.restaurant-examples b {
  margin-top: auto;
  color: var(--red);
  font-size: 14px;
}

.restaurant-offer-section {
  background: var(--soft);
}

.restaurant-offer {
  display: grid;
  grid-template-columns: minmax(0, .85fr) minmax(390px, .65fr);
  gap: 64px;
  align-items: center;
}

.restaurant-offer > div:first-child > p {
  max-width: 640px;
  margin-top: 22px;
  color: var(--muted);
  font-size: 19px;
}

.restaurant-offer-panel {
  padding: 34px;
  border-radius: var(--radius);
  background: var(--ink);
  color: #fff;
  box-shadow: var(--shadow);
}

.restaurant-offer-price {
  font-size: 72px;
  font-weight: 900;
  line-height: 1;
}

.restaurant-offer-price small {
  display: block;
  margin-top: 8px;
  color: rgba(255, 255, 255, .58);
  font-size: 13px;
}

.restaurant-offer-panel ul {
  display: grid;
  gap: 11px;
  margin: 28px 0;
  padding: 0;
  list-style: none;
}

.restaurant-offer-panel li {
  color: rgba(255, 255, 255, .78);
}

.restaurant-offer-panel li::before {
  content: "✓";
  margin-right: 10px;
  color: var(--red);
  font-weight: 900;
}

.restaurant-offer-panel .button {
  width: 100%;
}

.restaurant-offer-panel > p {
  margin-top: 16px;
  color: rgba(255, 255, 255, .5);
  font-size: 11px;
}

.restaurant-faq-layout {
  display: grid;
  grid-template-columns: minmax(0, .68fr) minmax(0, 1fr);
  gap: 72px;
  align-items: start;
}

.restaurant-faq-layout > div:first-child {
  position: sticky;
  top: 110px;
}

.restaurant-faq-layout > div:first-child > p {
  margin-top: 22px;
  color: var(--muted);
}

.restaurant-faq-layout > div:first-child a {
  color: var(--red);
  font-weight: 800;
  text-decoration: underline;
}

.restaurant-faq-list {
  border-top: 1px solid var(--line);
}

.restaurant-faq-list details {
  border-bottom: 1px solid var(--line);
}

.restaurant-faq-list summary {
  position: relative;
  padding: 24px 44px 24px 0;
  font-size: 18px;
  font-weight: 850;
  cursor: pointer;
  list-style: none;
}

.restaurant-faq-list summary::-webkit-details-marker {
  display: none;
}

.restaurant-faq-list summary::after {
  content: "+";
  position: absolute;
  right: 4px;
  color: var(--red);
  font-size: 24px;
}

.restaurant-faq-list details[open] summary::after {
  content: "−";
}

.restaurant-faq-list details p {
  padding: 0 44px 24px 0;
  color: var(--muted);
  line-height: 1.7;
}

.restaurant-final-cta {
  padding: 92px 0;
  background: var(--red);
  color: #fff;
}

.restaurant-final-cta .wrap {
  max-width: 900px;
  text-align: center;
}

.restaurant-final-cta .eyebrow {
  color: #fff;
}

.restaurant-final-cta h2 {
  margin-top: 12px;
}

.restaurant-final-cta p {
  max-width: 680px;
  margin: 20px auto 0;
  color: rgba(255, 255, 255, .8);
  font-size: 18px;
}

.restaurant-final-cta .restaurant-actions {
  justify-content: center;
}

.restaurant-contact-link {
  display: inline-flex;
  align-items: center;
  padding: 0 16px;
  color: #fff;
  font-weight: 850;
  text-decoration: underline;
  text-underline-offset: 4px;
}

@media (max-width: 900px) {
  .restaurant-hero-grid,
  .restaurant-intro-grid,
  .restaurant-menu-grid,
  .restaurant-links-demo,
  .restaurant-all-grid,
  .restaurant-offer,
  .restaurant-faq-layout {
    grid-template-columns: 1fr;
  }

  .restaurant-hero {
    padding-top: 64px;
  }

  .restaurant-hero-visual {
    margin-top: 10px;
  }

  .restaurant-proof-grid,
  .restaurant-journey,
  .restaurant-examples {
    grid-template-columns: repeat(2, 1fr);
  }

  .restaurant-intro-grid {
    gap: 32px;
  }

  .restaurant-intro-copy {
    padding-left: 22px;
  }

  .restaurant-menu-card {
    min-height: auto;
  }

  .restaurant-all-grid,
  .restaurant-offer,
  .restaurant-faq-layout {
    gap: 40px;
  }

  .restaurant-faq-layout > div:first-child {
    position: static;
  }
}

@media (max-width: 560px) {
  .restaurant-hero-copy h1 {
    font-size: clamp(38px, 10.7vw, 46px);
  }

  .restaurant-proof-grid,
  .restaurant-journey,
  .restaurant-examples,
  .restaurant-link-list,
  .restaurant-feature-list {
    grid-template-columns: 1fr;
  }

  .restaurant-proof-grid div {
    min-height: 86px;
  }

  .restaurant-menu-card,
  .restaurant-links-copy,
  .restaurant-offer-panel {
    padding: 26px 22px;
  }

  .restaurant-link-list span {
    min-height: 72px;
  }

  .restaurant-offer-price {
    font-size: 60px;
  }
}
