:root {
  --r2-red: #f21924;
  --r2-teal: #53c5cf;
  --r2-dark: #082f36;
  --r2-black: #171b1d;
  --r2-white: #fff;
  --r2-soft: #f5f5f2;
  --r2-line: rgba(8, 47, 54, .14);
  --r2-shadow: 0 20px 45px rgba(8, 47, 54, .14);
}

body.option-two {
  color: var(--r2-black);
  background: #fff;
  font-family: "Manrope", Arial, sans-serif;
  line-height: 1.55;
}

.option-two h1,
.option-two h2,
.option-two h3,
.option-two h4,
.option-two h5,
.option-two h6 {
  font-family: "Anton", "Barlow Condensed", sans-serif;
  font-weight: 400 !important;
  letter-spacing: 0;
}

.option-two .section-label,
.option-two .footer-kicker,
.option-two .eyebrow {
  font-family: "Manrope", Arial, sans-serif;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: .08em;
}

.option-two .btn {
  min-height: 52px;
  padding: 0 27px;
  border: 0;
  border-radius: 0;
  color: #fff;
  background: var(--r2-red);
  font-family: "Manrope", Arial, sans-serif;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: .04em;
}

.option-two .btn:hover {
  background: var(--r2-dark);
}

/* Keep the approved header, slightly larger */
.option-two .site-header {
  grid-template-columns: 190px minmax(0, 1fr) auto;
  min-height: 96px;
  height: 96px;
  border-top-width: 6px;
}

.option-two .brand {
  width: 178px;
  padding: 5px 8px;
}

.option-two .brand img {
  width: 154px;
  height: 80px;
}

.option-two .nav {
  font-family: "Manrope", Arial, sans-serif;
  font-size: 11px;
  font-weight: 800;
}

.option-two .nav a {
  padding: 37px 0 31px;
}

.option-two .nav a::after {
  bottom: 23px;
}

.option-two .header-contact {
  font-family: "Manrope", Arial, sans-serif;
}

/* Home hero: food campaign */
.option-two .home-slider,
.option-two .home-slide,
.option-two .slide-content {
  min-height: 620px;
}

.option-two .home-slider {
  background: var(--r2-teal);
  border-bottom: 12px solid var(--r2-red);
}

.option-two .slide-content {
  width: min(1280px, calc(100% - 48px));
  padding: 65px 57% 65px 8px;
}

.option-two .slide-content p {
  display: inline-block;
  margin: 0 0 12px;
  padding: 7px 10px;
  color: #fff !important;
  background: var(--r2-red);
  font-family: "Manrope", Arial, sans-serif;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: .05em;
}

.option-two .slide-content h1 {
  max-width: 680px;
  margin-bottom: 18px;
  color: var(--r2-dark);
  font-family: "Anton", sans-serif;
  font-size: clamp(72px, 7.5vw, 112px);
  font-weight: 400;
  line-height: .92;
}

.option-two .home-slide:nth-child(3) .slide-content h1 {
  max-width: 720px;
  font-size: clamp(66px, 7vw, 104px);
}

.option-two .slide-content span {
  max-width: 510px;
  margin-bottom: 28px;
  color: var(--r2-dark);
  font-size: 14px;
  font-weight: 700;
  line-height: 1.55;
}

.option-two .btn-square {
  min-width: 184px;
  border-radius: 0;
}

.option-two .thumb-strip {
  justify-content: center;
  gap: 0;
  width: 100%;
  margin: 0;
  padding: 0;
  background: #fff;
  border-bottom: 1px solid var(--r2-line);
}

.option-two .thumb-btn {
  width: min(230px, 30%);
  padding: 12px;
  border: 0;
  border-right: 1px solid var(--r2-line);
  background: #fff;
  opacity: .58;
}

.option-two .thumb-btn:first-child {
  border-left: 1px solid var(--r2-line);
}

.option-two .thumb-btn.active,
.option-two .thumb-btn:hover {
  border-color: var(--r2-line);
  opacity: 1;
  transform: none;
  box-shadow: inset 0 -5px 0 var(--r2-red);
}

/* Story: bright, confident, people-first */
.option-two .story-preview {
  grid-template-columns: minmax(0, .9fr) minmax(0, 1.1fr);
  gap: clamp(55px, 7vw, 105px);
  padding: 110px max(24px, calc((100vw - 1280px) / 2)) 125px;
  color: var(--r2-dark);
  background: #fff;
}

.option-two .story-visual {
  position: relative;
  order: 1;
  align-self: stretch;
  padding: 0 0 28px 28px;
}

.option-two .story-visual::before {
  content: "";
  position: absolute;
  inset: 28px 28px 0 0;
  background: var(--r2-red);
}

.option-two .story-visual img {
  position: relative;
  z-index: 1;
  width: 100%;
  height: 670px;
  margin: 0;
  object-fit: cover;
  box-shadow: none;
}

.option-two .story-copy {
  order: 2;
  align-self: center;
  padding-right: 20px;
}

.option-two .story-copy .section-label {
  color: var(--r2-red);
}

.option-two .story-copy h2 {
  max-width: 620px;
  margin: 0 0 28px;
  color: var(--r2-dark);
  font-family: "Anton", sans-serif;
  font-size: clamp(64px, 6vw, 92px);
  line-height: .94;
}

.option-two .story-copy > p:not(.section-label) {
  max-width: 660px;
  color: #59686a;
  font-size: 13px;
  line-height: 1.72;
}

.option-two .story-copy ul {
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 8px;
  margin-top: 30px;
  color: var(--r2-dark);
  font-size: 11px;
}

.option-two .story-copy li {
  padding: 14px 12px;
  border-top: 4px solid var(--r2-teal);
  background: var(--r2-soft);
}

.option-two .story-copy li::before {
  display: none;
}

/* Popular picks: bright product wall */
.option-two .home-menu-preview {
  padding: 105px max(24px, calc((100vw - 1280px) / 2)) 130px;
  color: var(--r2-dark);
  background: var(--r2-teal);
}

.option-two .popular-heading {
  align-items: end;
  width: 100%;
  max-width: 1280px;
  margin-bottom: 42px;
}

.option-two .home-menu-preview .section-label {
  color: var(--r2-red);
}

.option-two .popular-heading h2 {
  max-width: 770px;
  margin: 0 0 12px;
  color: var(--r2-dark);
  font-family: "Anton", sans-serif;
  font-size: clamp(68px, 6vw, 96px);
  line-height: .92;
}

.option-two .popular-intro {
  max-width: 760px;
  color: var(--r2-dark);
  font-size: 13px;
  font-weight: 600;
}

.option-two .home-menu-preview .preview-grid {
  gap: 16px;
  width: 100%;
  max-width: 1280px;
}

.option-two .home-menu-preview .popular-card {
  border: 0;
  background: #fff;
  box-shadow: 8px 8px 0 var(--r2-dark);
}

.option-two .home-menu-preview .popular-card:nth-child(2) {
  transform: translateY(28px);
}

.option-two .home-menu-preview .popular-card:hover {
  transform: translateY(-5px);
  box-shadow: 12px 12px 0 var(--r2-red);
}

.option-two .home-menu-preview .popular-card:nth-child(2):hover {
  transform: translateY(20px);
}

.option-two .popular-image {
  aspect-ratio: 1.08 / 1;
  background: #fff;
}

.option-two .home-menu-preview .preview-grid .popular-price {
  right: auto;
  bottom: 0;
  left: 0;
  padding: 10px 13px;
  border-radius: 0;
  background: var(--r2-red);
  font-family: "Manrope", sans-serif;
  font-size: 12px;
}

.option-two .popular-copy {
  min-height: 190px;
  padding: 24px 24px 26px;
}

.option-two .popular-copy small {
  color: var(--r2-red);
  font-family: "Manrope", sans-serif;
}

.option-two .popular-copy strong {
  margin-top: 6px;
  color: var(--r2-dark);
  font-family: "Anton", sans-serif;
  font-size: 38px;
  font-weight: 400;
  line-height: 1;
}

.option-two .popular-copy p {
  color: #647173;
  font-size: 12px;
}

.option-two .popular-arrow {
  color: var(--r2-red);
  font-family: "Manrope", sans-serif;
  font-size: 10px;
  font-weight: 800;
}

/* Strong shared inner-page heading language */
.option-two .store-locator,
.option-two .contact-page {
  padding-top: 0;
  background: #fff;
}

.option-two .store-locator-heading,
.option-two .contact-page-heading,
.option-two .gallery-simple-heading {
  width: 100%;
  max-width: none;
  margin: 0;
  padding: 62px max(24px, calc((100vw - 1280px) / 2)) 66px;
  color: #fff;
  background: var(--r2-red);
}

.option-two .store-locator-heading .section-label,
.option-two .contact-page-heading .section-label {
  color: var(--r2-dark);
}

.option-two .store-locator-heading h1,
.option-two .contact-page-heading h1,
.option-two .gallery-simple-heading h1 {
  color: #fff;
  font-family: "Anton", sans-serif;
  font-size: clamp(68px, 6vw, 96px);
  line-height: .94;
}

.option-two .contact-page-heading > p:last-child {
  max-width: 760px;
  margin-top: 18px;
  color: #fff;
  font-size: 13px;
  font-weight: 600;
}

/* Locations */
.option-two .store-locator {
  padding-bottom: 105px;
}

.option-two .store-locator-shell {
  grid-template-columns: minmax(410px, .82fr) minmax(0, 1.18fr);
  width: min(1280px, calc(100% - 48px));
  margin: 50px auto 0;
  border: 0;
  box-shadow: 10px 10px 0 var(--r2-teal);
}

.option-two .store-result.active {
  border-left-color: var(--r2-red);
  background: #f0fafb;
}

.option-two .store-result-heading p {
  color: var(--r2-red);
}

.option-two .store-result-heading h2 {
  font-family: "Anton", sans-serif;
  font-size: 30px;
  font-weight: 400;
}

.option-two .store-result-actions button {
  border-radius: 0;
  background: var(--r2-red);
}

.option-two .store-map,
.option-two .store-map-bar {
  background: var(--r2-dark);
}

.option-two .store-map-bar {
  border-bottom: 5px solid var(--r2-red);
}

.option-two .store-map-bar strong {
  font-family: "Anton", sans-serif;
  font-weight: 400;
}

.option-two .location-detail-hero {
  color: #fff;
  background: var(--r2-red);
}

.option-two .location-detail-heading h1 {
  font-family: "Anton", sans-serif;
}

/* Gallery */
.option-two .gallery-landing {
  padding: 0 0 110px;
  background: #fff;
}

.option-two .gallery-simple-heading {
  margin-bottom: 50px;
  background: var(--r2-teal);
}

.option-two .gallery-simple-heading h1 {
  color: var(--r2-dark);
}

.option-two .gallery-category-grid {
  gap: 18px;
  width: min(1280px, calc(100% - 48px));
}

.option-two .gallery-category-card {
  min-height: 430px;
  border: 0;
  box-shadow: 8px 8px 0 var(--r2-red);
}

.option-two .gallery-category-card:nth-child(2n) {
  box-shadow: 8px 8px 0 var(--r2-teal);
}

.option-two .gallery-category-copy h2 {
  font-family: "Anton", sans-serif;
  font-size: 48px;
  font-weight: 400;
}

.option-two .gallery-category-copy span,
.option-two .gallery-category-copy p {
  font-family: "Manrope", sans-serif;
}

.option-two .gallery-detail-heading {
  background: var(--r2-teal);
}

/* Catering */
.option-two .catering-hero {
  min-height: 640px;
  padding: 85px max(24px, calc((100vw - 1280px) / 2));
  background-color: var(--r2-dark);
}

.option-two .catering-hero::before {
  background: rgba(8, 47, 54, .58);
}

.option-two .catering-hero-content h1 {
  font-family: "Anton", sans-serif;
  font-size: clamp(72px, 7.5vw, 112px);
  line-height: .92;
}

.option-two .catering-hero-content h1 span {
  color: var(--r2-teal);
}

.option-two .catering-enquiry {
  padding: 100px max(24px, calc((100vw - 1280px) / 2)) 120px;
  background: var(--r2-teal);
}

.option-two .catering-enquiry-intro h2 {
  color: var(--r2-dark);
  font-family: "Anton", sans-serif;
  font-size: clamp(64px, 6vw, 96px);
}

.option-two .catering-enquiry-intro > p:not(.section-label) {
  color: var(--r2-dark);
}

.option-two .catering-form,
.option-two .contact-form {
  border-top: 0;
  box-shadow: 9px 9px 0 var(--r2-red);
}

/* Contact */
.option-two .contact-page {
  padding-right: 0;
  padding-bottom: 110px;
  padding-left: 0;
}

.option-two .contact-page-layout {
  width: min(1280px, calc(100% - 48px));
  margin: 55px auto 0;
  box-shadow: 9px 9px 0 var(--r2-teal);
}

.option-two .contact-details-panel {
  background: var(--r2-dark);
}

.option-two .contact-details-panel h2 {
  font-family: "Anton", sans-serif;
  font-size: 62px;
}

/* Footer */
.option-two .footer-cta {
  color: #fff;
  background: var(--r2-red);
}

.option-two .footer-cta-inner {
  width: min(1280px, calc(100% - 48px));
  padding: 62px 0 67px;
}

.option-two .footer-cta h2 {
  color: #fff;
  font-family: "Anton", sans-serif;
  font-size: clamp(64px, 6vw, 94px);
  line-height: .92;
}

.option-two .footer-cta h2 span {
  color: var(--r2-dark);
}

.option-two .footer-cta-copy p {
  color: #fff;
}

.option-two .footer-cta-button {
  border-radius: 0;
  background: var(--r2-dark);
}

.option-two .footer-main,
.option-two .footer-bottom {
  background: var(--r2-dark);
}

.option-two .footer-main {
  padding-right: max(24px, calc((100vw - 1280px) / 2));
  padding-left: max(24px, calc((100vw - 1280px) / 2));
}

/* Legal */
.option-two .legal {
  border-top: 8px solid var(--r2-red);
  box-shadow: 10px 10px 0 var(--r2-teal);
}

.option-two .legal h1 {
  font-family: "Anton", sans-serif;
}

@media (max-width: 1120px) {
  .option-two .site-header {
    grid-template-columns: 165px 1fr auto;
  }

  .option-two .brand {
    width: 155px;
  }

  .option-two .brand img {
    width: 140px;
  }
}

@media (max-width: 820px) {
  html {
    scroll-padding-top: 82px;
  }

  .option-two .site-header {
    grid-template-columns: 145px 1fr;
    min-height: 82px;
    height: 82px;
  }

  .option-two .brand {
    width: 136px;
  }

  .option-two .brand img {
    width: 122px;
    height: 68px;
  }

  .option-two .home-slider,
  .option-two .home-slide,
  .option-two .slide-content {
    min-height: 660px;
  }

  .option-two .slide-content {
    padding: 355px 22px 38px;
  }

  .option-two .slide-content h1 {
    font-size: 58px;
    line-height: .95;
  }

  .option-two .slide-content p {
    margin-bottom: 10px;
  }

  .option-two .thumb-strip {
    padding: 6px;
  }

  .option-two .thumb-btn {
    width: 33.333%;
    padding: 4px;
  }

  .option-two .story-preview {
    gap: 42px;
    padding: 70px 20px 85px;
  }

  .option-two .story-copy {
    order: 1;
    padding: 0;
  }

  .option-two .story-visual {
    order: 2;
    padding: 0 0 14px 14px;
  }

  .option-two .story-visual::before {
    inset: 14px 14px 0 0;
  }

  .option-two .story-visual img {
    height: auto;
  }

  .option-two .story-copy h2 {
    font-size: 52px;
  }

  .option-two .story-copy ul {
    grid-template-columns: 1fr;
  }

  .option-two .home-menu-preview {
    padding: 72px 16px 95px;
  }

  .option-two .popular-heading h2 {
    font-size: 57px;
  }

  .option-two .home-menu-preview .popular-card,
  .option-two .home-menu-preview .popular-card:nth-child(2) {
    grid-template-columns: 42% 58%;
    grid-template-rows: 1fr;
    min-height: 170px;
    transform: none;
    box-shadow: 6px 6px 0 var(--r2-dark);
  }

  .option-two .popular-image {
    height: 100%;
    min-height: 170px;
    aspect-ratio: auto;
  }

  .option-two .popular-copy {
    min-height: 0;
    padding: 18px;
  }

  .option-two .popular-copy strong {
    font-size: 27px;
  }

  .option-two .store-locator-heading,
  .option-two .contact-page-heading,
  .option-two .gallery-simple-heading {
    padding: 48px 18px 52px;
  }

  .option-two .store-locator-heading h1,
  .option-two .contact-page-heading h1,
  .option-two .gallery-simple-heading h1 {
    max-width: 350px;
    font-size: 50px;
    white-space: normal;
  }

  .option-two .store-locator-shell {
    width: calc(100% - 28px);
    margin-top: 28px;
    box-shadow: 6px 6px 0 var(--r2-teal);
  }

  .option-two .gallery-category-grid {
    width: calc(100% - 32px);
  }

  .option-two .gallery-category-card {
    min-height: 330px;
    box-shadow: 6px 6px 0 var(--r2-red);
  }

  .option-two .gallery-category-copy h2 {
    font-size: 34px;
  }

  .option-two .catering-hero {
    min-height: 600px;
    padding: 70px 20px;
  }

  .option-two .catering-hero-content h1 {
    font-size: 60px;
  }

  .option-two .catering-enquiry {
    padding: 70px 18px 85px;
  }

  .option-two .catering-enquiry-intro h2 {
    font-size: 58px;
  }

  .option-two .contact-page-layout {
    width: calc(100% - 32px);
    margin-top: 32px;
    box-shadow: 6px 6px 0 var(--r2-teal);
  }

  .option-two .contact-details-panel h2 {
    font-size: 52px;
  }

  .option-two .footer-cta h2 {
    font-size: 60px;
  }
}
