:root {
  --o2-ink: #102f34;
  --o2-charcoal: #202528;
  --o2-red: #ed1c24;
  --o2-teal: #4ebdca;
  --o2-pale-teal: #e7f4f4;
  --o2-paper: #f4f3ef;
  --o2-white: #fff;
  --o2-line: rgba(16, 47, 52, .16);
  --o2-shadow: 0 18px 50px rgba(16, 47, 52, .12);
}

html {
  scroll-padding-top: 105px;
}

body.option-two {
  color: var(--o2-charcoal);
  background: var(--o2-paper);
  font-family: "Inter", Arial, sans-serif;
  line-height: 1.65;
}

.option-two h1,
.option-two h2,
.option-two h3,
.option-two h4,
.option-two h5,
.option-two h6,
.option-two .section-label,
.option-two .eyebrow {
  letter-spacing: 0;
}

.option-two .section-label {
  margin-bottom: 10px;
  color: var(--o2-red);
  font-family: "Inter", Arial, sans-serif;
  font-size: 12px;
  font-weight: 700;
  line-height: 1.2;
  text-transform: uppercase;
}

.option-two .btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  margin: 0;
  padding: 0 24px;
  border: 1px solid var(--o2-red);
  border-radius: 4px;
  color: #fff;
  background: var(--o2-red);
  font-family: "Inter", Arial, sans-serif;
  font-size: 13px;
  font-weight: 700;
  text-transform: uppercase;
  transition: color .2s ease, background .2s ease, border-color .2s ease;
}

.option-two .btn:hover {
  color: #fff;
  border-color: var(--o2-ink);
  background: var(--o2-ink);
}

/* Header */
.option-two .site-header {
  position: sticky;
  top: 0;
  z-index: 100;
  display: grid;
  grid-template-columns: 165px minmax(0, 1fr) auto;
  align-items: center;
  width: 100%;
  min-height: 86px;
  height: 86px;
  padding: 0 max(24px, calc((100vw - 1320px) / 2));
  overflow: visible;
  color: var(--o2-ink);
  background: #fff;
  border-top: 5px solid var(--o2-red);
  border-bottom: 1px solid var(--o2-line);
  box-shadow: 0 8px 30px rgba(16, 47, 52, .07);
}

.option-two .brand {
  position: static;
  align-self: stretch;
  display: grid;
  width: 150px;
  height: auto;
  min-height: 0;
  padding: 7px 10px;
  place-items: center;
  background: transparent;
  box-shadow: none;
}

.option-two .brand img {
  width: 128px;
  height: 68px;
  object-fit: contain;
}

.option-two .nav {
  display: flex;
  justify-content: center;
  gap: clamp(16px, 1.8vw, 28px);
  margin: 0;
  padding: 0;
  color: var(--o2-ink);
  font-family: "Inter", Arial, sans-serif;
  font-size: 12px;
  font-weight: 700;
  text-shadow: none;
  text-transform: uppercase;
}

.option-two .nav a {
  position: relative;
  padding: 32px 0 27px;
}

.option-two .nav a::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: 18px;
  left: 0;
  height: 2px;
  background: var(--o2-red);
  transform: scaleX(0);
  transition: transform .2s ease;
}

.option-two .nav a:hover {
  color: var(--o2-red);
}

.option-two .nav a:hover::after {
  transform: scaleX(1);
}

.option-two .header-contact {
  display: grid;
  justify-items: end;
  gap: 0;
  margin: 0 0 0 24px;
  padding-left: 22px;
  border-left: 1px solid var(--o2-line);
  color: var(--o2-ink);
  line-height: 1.35;
}

.option-two .header-contact a:first-child,
.option-two .header-contact a:last-child {
  font-size: 12px !important;
}

.option-two .nav-toggle {
  border-color: var(--o2-ink);
}

.option-two .nav-toggle span {
  background: var(--o2-ink);
}

.option-two .whatsapp {
  right: 22px;
  bottom: 22px;
  width: 56px;
  height: 56px;
  border: 3px solid #fff;
  border-radius: 50%;
  box-shadow: 0 12px 30px rgba(0, 0, 0, .18);
  font-family: "Inter", Arial, sans-serif;
  font-size: 13px;
}

/* Home hero */
.option-two .home-slider {
  position: relative;
  min-height: 610px;
  overflow: hidden;
  background: var(--o2-teal);
}

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

.option-two .home-slide {
  background-position: center;
  background-size: cover;
}

.option-two .slide-content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: min(1320px, calc(100% - 48px));
  margin: 0 auto;
  padding: 55px 58% 55px 0;
  color: var(--o2-ink);
}

.option-two .slide-content p {
  margin-bottom: 7px;
  color: #fff;
  font-family: "Inter", Arial, sans-serif;
  font-size: 13px;
  font-weight: 700;
  text-transform: uppercase;
}

.option-two .slide-content h1 {
  max-width: 630px;
  margin: 0 0 17px;
  color: var(--o2-ink);
  font-size: clamp(64px, 7vw, 106px);
  font-weight: 700;
  line-height: .84;
  text-transform: uppercase;
}

.option-two .slide-content span {
  max-width: 520px;
  margin-bottom: 30px;
  color: var(--o2-ink);
  font-size: 16px;
  font-weight: 600;
  line-height: 1.5;
}

.option-two .btn-square {
  min-width: 170px;
  min-height: 50px;
  border-radius: 4px;
}

.option-two .thumb-strip {
  position: relative;
  z-index: 3;
  display: flex;
  justify-content: flex-end;
  gap: 10px;
  width: min(1320px, calc(100% - 48px));
  margin: -74px auto 0;
  padding: 0 0 24px;
  background: transparent;
}

.option-two .thumb-btn {
  width: 150px;
  padding: 4px;
  border: 1px solid rgba(255,255,255,.7);
  background: rgba(255,255,255,.72);
  opacity: .76;
  transition: opacity .2s ease, transform .2s ease, border-color .2s ease;
}

.option-two .thumb-btn.active,
.option-two .thumb-btn:hover {
  border-color: var(--o2-red);
  opacity: 1;
  transform: translateY(-4px);
}

.option-two .thumb-btn img {
  aspect-ratio: 2.49 / 1;
  object-fit: cover;
}

/* Story */
.option-two .story-preview {
  display: grid;
  grid-template-columns: minmax(0, .92fr) minmax(0, 1.08fr);
  gap: clamp(45px, 7vw, 110px);
  width: 100%;
  margin: 0;
  padding: 110px max(24px, calc((100vw - 1320px) / 2));
  border: 0;
  color: #fff;
  background: var(--o2-ink);
}

.option-two .story-copy {
  order: 1;
  align-self: center;
}

.option-two .story-visual {
  order: 2;
  min-height: 0;
}

.option-two .story-visual img {
  width: 100%;
  height: 680px;
  margin: 0;
  object-fit: cover;
  box-shadow: 24px 24px 0 var(--o2-teal);
}

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

.option-two .story-copy h2 {
  max-width: 540px;
  margin: 0 0 25px;
  color: #fff;
  font-size: clamp(52px, 5vw, 78px);
  font-weight: 600;
  line-height: .92;
  text-transform: uppercase;
}

.option-two .story-copy > p:not(.section-label) {
  max-width: 610px;
  color: rgba(255,255,255,.72);
  font-size: 14px;
  line-height: 1.72;
}

.option-two .story-copy ul {
  grid-template-columns: 1fr;
  gap: 9px;
  margin: 28px 0 0;
  color: #fff;
  font-size: 13px;
  font-weight: 600;
}

.option-two .story-copy li::before {
  width: 8px;
  height: 8px;
  margin-right: 12px;
  border-radius: 0;
  background: var(--o2-red);
  color: transparent;
  vertical-align: 2px;
}

/* Popular picks */
.option-two .home-menu-preview {
  padding: 105px max(24px, calc((100vw - 1320px) / 2)) 120px;
  background: var(--o2-paper);
}

.option-two .popular-heading {
  align-items: end;
  width: 100%;
  max-width: 1320px;
  margin: 0 auto 44px;
}

.option-two .popular-heading h2 {
  margin: 0 0 15px;
  color: var(--o2-ink);
  font-size: clamp(50px, 5vw, 76px);
  font-weight: 600;
  line-height: .9;
}

.option-two .popular-intro {
  max-width: 760px;
  color: #6d7778;
  font-size: 15px;
}

.option-two .home-menu-preview .preview-grid {
  gap: 22px;
  width: 100%;
  max-width: 1320px;
  margin: 0 auto;
}

.option-two .home-menu-preview .popular-card {
  border: 1px solid var(--o2-line);
  border-radius: 0;
  box-shadow: none;
  transition: transform .25s ease, box-shadow .25s ease;
}

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

.option-two .popular-image {
  aspect-ratio: 1.22 / 1;
  background: var(--o2-teal);
}

.option-two .home-menu-preview .preview-grid .popular-image img {
  object-fit: cover;
}

.option-two .home-menu-preview .preview-grid .popular-price {
  right: 12px;
  bottom: 12px;
  min-width: 0;
  padding: 8px 11px;
  border-radius: 3px;
  font-family: "Inter", Arial, sans-serif;
  font-size: 13px;
}

.option-two .popular-copy {
  padding: 24px;
}

.option-two .popular-copy small {
  color: var(--o2-red);
  font-family: "Inter", Arial, sans-serif;
  font-size: 11px;
  font-weight: 700;
}

.option-two .popular-copy strong {
  margin: 5px 0 8px;
  color: var(--o2-ink);
  font-size: 32px;
  font-weight: 600;
  line-height: .95;
}

.option-two .popular-copy p {
  color: #737b7c;
  font-size: 13px;
}

.option-two .popular-arrow {
  color: var(--o2-red);
  font-family: "Inter", Arial, sans-serif;
  font-size: 11px;
  font-weight: 700;
}

/* Locations */
.option-two .store-locator {
  padding: 78px max(24px, calc((100vw - 1320px) / 2)) 110px;
  background: var(--o2-paper);
}

.option-two .store-locator-heading {
  width: 100%;
  max-width: 1320px;
  margin: 0 auto 38px;
  padding: 0;
}

.option-two .store-locator-heading h1,
.option-two .contact-page-heading h1,
.option-two .gallery-simple-heading h1 {
  margin: 0;
  color: var(--o2-ink);
  font-size: clamp(50px, 5vw, 76px);
  font-weight: 600;
  line-height: .9;
}

.option-two .store-locator-shell {
  grid-template-columns: minmax(370px, .8fr) minmax(0, 1.2fr);
  width: 100%;
  max-width: 1320px;
  min-height: 650px;
  margin: 0 auto;
  border: 1px solid var(--o2-line);
  background: #fff;
  box-shadow: var(--o2-shadow);
}

.option-two .store-locator-panel {
  border-right: 1px solid var(--o2-line);
  background: #fff;
}

.option-two .store-results {
  padding: 0;
}

.option-two .store-result {
  padding: 24px 25px;
  border: 0;
  border-bottom: 1px solid var(--o2-line);
  background: #fff;
}

.option-two .store-result.active {
  border-left: 5px solid var(--o2-red);
  background: var(--o2-pale-teal);
}

.option-two .store-result-heading p {
  color: var(--o2-red);
  font-family: "Inter", Arial, sans-serif;
  font-size: 10px;
  font-weight: 700;
}

.option-two .store-result-heading h2 {
  color: var(--o2-ink);
  font-size: 27px;
  font-weight: 600;
  line-height: 1;
}

.option-two .store-result-address {
  color: #6c7475;
  font-size: 12px;
}

.option-two .store-result-actions button,
.option-two .store-result-actions a {
  font-family: "Inter", Arial, sans-serif;
  font-size: 10px;
  font-weight: 700;
}

.option-two .store-result-actions button {
  border-radius: 3px;
}

.option-two .store-map {
  background: var(--o2-ink);
}

.option-two .store-map-bar {
  min-height: 75px;
  padding: 14px 20px;
  color: #fff;
  background: var(--o2-ink);
}

.option-two .store-map-bar span,
.option-two .store-map-bar a {
  color: var(--o2-teal);
  font-family: "Inter", Arial, sans-serif;
  font-size: 10px;
  font-weight: 700;
}

.option-two .store-map-bar strong {
  font-size: 24px;
  font-weight: 600;
}

.option-two .store-map .location-map {
  height: 575px;
}

.option-two .location-detail-hero {
  padding: 90px max(24px, calc((100vw - 1320px) / 2));
  color: #fff;
  background: var(--o2-ink);
}

.option-two .location-detail-heading {
  width: 100%;
  max-width: 1320px;
}

.option-two .location-detail-heading h1 {
  max-width: 900px;
  color: #fff;
  font-size: clamp(52px, 6vw, 90px);
  font-weight: 600;
}

.option-two .location-visit-grid {
  gap: 0;
  padding: 0;
  background: #fff;
}

.option-two .location-detail-info {
  padding: 85px max(35px, calc((100vw - 1320px) / 2));
}

/* Gallery */
.option-two .gallery-landing {
  padding: 80px max(24px, calc((100vw - 1320px) / 2)) 115px;
  background: var(--o2-ink);
}

.option-two .gallery-simple-heading {
  width: 100%;
  max-width: 1320px;
  margin: 0 auto 38px;
}

.option-two .gallery-simple-heading h1 {
  color: #fff;
}

.option-two .gallery-category-grid {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
  width: 100%;
  max-width: 1320px;
  margin: 0 auto;
}

.option-two .gallery-category-card {
  min-height: 430px;
  border: 1px solid rgba(255,255,255,.16);
  background: var(--o2-charcoal);
}

.option-two .gallery-category-card img {
  height: 100%;
  object-fit: cover;
  opacity: .78;
  transition: transform .35s ease, opacity .35s ease;
}

.option-two .gallery-category-card:hover img {
  transform: scale(1.025);
  opacity: .92;
}

.option-two .gallery-category-copy {
  padding: 28px;
}

.option-two .gallery-category-copy h2 {
  max-width: 470px;
  color: #fff;
  font-size: 44px;
  font-weight: 600;
  line-height: .95;
}

.option-two .gallery-category-copy span,
.option-two .gallery-category-copy p {
  font-family: "Inter", Arial, sans-serif;
  font-size: 11px;
  font-weight: 700;
}

.option-two .gallery-detail-heading {
  padding: 80px max(24px, calc((100vw - 1320px) / 2));
  color: #fff;
  background: var(--o2-ink);
}

.option-two .gallery-photo-grid {
  gap: 14px;
  padding: 50px max(24px, calc((100vw - 1320px) / 2)) 100px;
  background: var(--o2-paper);
}

/* Catering and contact */
.option-two .catering-hero {
  position: relative;
  min-height: 600px;
  display: grid;
  align-items: end;
  padding: 80px max(24px, calc((100vw - 1320px) / 2));
  overflow: hidden;
  background: var(--o2-ink) url("/assets/img/client/client-07.jpg") center 48% / cover no-repeat;
}

.option-two .catering-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(16, 47, 52, .76);
}

.option-two .catering-hero-content {
  position: relative;
  z-index: 1;
  width: min(760px, 100%);
  margin: 0;
}

.option-two .catering-hero-content h1 {
  margin: 0;
  color: #fff;
  font-size: clamp(64px, 7vw, 104px);
  font-weight: 600;
  line-height: .84;
}

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

.option-two .catering-hero-content > p:not(.section-label) {
  max-width: 570px;
  color: rgba(255,255,255,.78);
}

.option-two .catering-enquiry,
.option-two .contact-page {
  background: var(--o2-paper);
}

.option-two .catering-enquiry {
  grid-template-columns: minmax(300px, .75fr) minmax(0, 1.25fr);
  gap: clamp(45px, 7vw, 110px);
  padding: 100px max(24px, calc((100vw - 1320px) / 2)) 120px;
}

.option-two .catering-enquiry-intro h2 {
  color: var(--o2-ink);
  font-size: clamp(52px, 5vw, 76px);
  font-weight: 600;
}

.option-two .catering-form,
.option-two .contact-form {
  padding: 38px;
  border-top: 5px solid var(--o2-red);
  background: #fff;
  box-shadow: var(--o2-shadow);
}

.option-two .form-field label {
  color: var(--o2-ink);
  font-family: "Inter", Arial, sans-serif;
  font-size: 10px;
  font-weight: 700;
}

.option-two .catering-form input,
.option-two .catering-form select,
.option-two .catering-form textarea,
.option-two .contact-form input,
.option-two .contact-form textarea {
  border: 1px solid var(--o2-line);
  border-radius: 3px;
  background: #fff;
  font-family: "Inter", Arial, sans-serif;
}

.option-two .contact-page {
  padding: 82px max(24px, calc((100vw - 1320px) / 2)) 115px;
}

.option-two .contact-page-heading {
  width: 100%;
  max-width: 1320px;
  margin: 0 auto 40px;
}

.option-two .contact-page-heading > p:last-child {
  max-width: 760px;
  color: #6d7778;
}

.option-two .contact-page-layout {
  grid-template-columns: .75fr 1.25fr;
  gap: 0;
  width: 100%;
  max-width: 1320px;
  margin: 0 auto;
  box-shadow: var(--o2-shadow);
}

.option-two .contact-details-panel {
  padding: 48px;
  background: var(--o2-ink);
}

.option-two .contact-details-panel h2,
.option-two .contact-detail a {
  color: #fff;
}

.option-two .contact-form {
  box-shadow: none;
}

/* Footer */
.option-two .footer-cta {
  color: var(--o2-ink);
  background: var(--o2-teal);
  border: 0;
}

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

.option-two .footer-cta h2 {
  color: var(--o2-ink);
  font-size: clamp(48px, 5vw, 78px);
  font-weight: 600;
}

.option-two .footer-cta h2 span {
  color: #fff;
}

.option-two .footer-kicker {
  color: var(--o2-red);
  font-family: "Inter", Arial, sans-serif;
  font-size: 11px;
  font-weight: 700;
}

.option-two .footer-cta-copy p {
  color: var(--o2-ink);
}

.option-two .footer-cta-button {
  border-radius: 3px;
  color: #fff;
  background: var(--o2-ink);
  font-family: "Inter", Arial, sans-serif;
  font-size: 11px;
}

.option-two .footer-main {
  grid-template-columns: 1.15fr .8fr 1.05fr;
  gap: 70px;
  padding: 75px max(24px, calc((100vw - 1320px) / 2));
  color: rgba(255,255,255,.72);
  background: var(--o2-ink);
}

.option-two .footer-logo {
  width: 145px;
  padding: 9px;
  background: #fff;
}

.option-two .footer-nav-grid h4,
.option-two .footer-newsletter .footer-kicker {
  color: var(--o2-teal);
  font-family: "Inter", Arial, sans-serif;
  font-size: 11px;
}

.option-two .newsletter input {
  border-color: rgba(255,255,255,.25);
  border-radius: 3px 0 0 3px;
  color: #fff;
  background: rgba(255,255,255,.06);
}

.option-two .newsletter button {
  border-radius: 0 3px 3px 0;
  background: var(--o2-red);
}

.option-two .footer-bottom {
  border-top: 1px solid rgba(255,255,255,.12);
  background: var(--o2-ink);
}

/* Legal */
.option-two .legal {
  width: min(900px, calc(100% - 40px));
  margin: 75px auto 100px;
  padding: 55px;
  border-top: 5px solid var(--o2-red);
  box-shadow: var(--o2-shadow);
}

.option-two .legal h1 {
  color: var(--o2-ink);
  font-size: clamp(32px, 4vw, 48px);
  font-weight: 600;
}

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

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

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

  .option-two .nav {
    gap: 15px;
    font-size: 11px;
  }

  .option-two .header-contact {
    display: none;
  }

  .option-two .slide-content {
    padding-right: 50%;
  }
}

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

  .option-two .site-header {
    display: grid;
    grid-template-columns: 125px 1fr;
    min-height: 76px;
    height: 76px;
    padding: 0 16px;
    border-top-width: 4px;
  }

  .option-two .brand {
    width: 116px;
    padding: 4px;
  }

  .option-two .brand img {
    width: 105px;
    height: 62px;
  }

  .option-two .nav-toggle {
    display: block;
    justify-self: end;
    width: 44px;
    height: 42px;
    border: 1px solid var(--o2-ink);
  }

  .option-two .nav {
    position: absolute;
    top: 100%;
    right: 0;
    left: 0;
    display: none;
    align-items: stretch;
    gap: 0;
    padding: 8px 16px 16px;
    background: #fff;
    border-bottom: 3px solid var(--o2-red);
    box-shadow: 0 15px 30px rgba(16,47,52,.12);
  }

  .option-two .nav.open {
    display: flex;
  }

  .option-two .nav a {
    padding: 11px 4px;
    border-bottom: 1px solid var(--o2-line);
  }

  .option-two .nav a::after {
    display: none;
  }

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

  .option-two .home-slide {
    background-image: none !important;
  }

  .option-two .home-slide::before {
    content: "";
    position: absolute;
    inset: 0 0 auto;
    height: 55%;
    background-image: var(--slide-image);
    background-position: center;
    background-size: cover;
  }

  .option-two .slide-content {
    justify-content: flex-end;
    width: 100%;
    padding: 350px 24px 42px;
  }

  .option-two .slide-content h1 {
    font-size: clamp(50px, 14vw, 68px);
  }

  .option-two .slide-content span {
    font-size: 13px;
  }

  .option-two .thumb-strip {
    gap: 7px;
    width: 100%;
    margin: 0;
    padding: 10px;
    background: #fff;
  }

  .option-two .thumb-btn {
    width: calc((100% - 14px) / 3);
    padding: 2px;
  }

  .option-two .story-preview,
  .option-two .catering-enquiry,
  .option-two .contact-page-layout,
  .option-two .location-visit-grid {
    grid-template-columns: 1fr;
  }

  .option-two .story-preview {
    gap: 40px;
    padding: 70px 24px 80px;
  }

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

  .option-two .story-visual {
    order: 2;
  }

  .option-two .story-visual img {
    height: auto;
    box-shadow: 12px 12px 0 var(--o2-teal);
  }

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

  .option-two .home-menu-preview {
    padding: 70px 18px 80px;
  }

  .option-two .popular-heading {
    align-items: flex-start;
    flex-direction: column;
    gap: 22px;
  }

  .option-two .home-menu-preview .preview-grid {
    grid-template-columns: 1fr;
  }

  .option-two .home-menu-preview .popular-card {
    grid-template-columns: 42% 58%;
    grid-template-rows: 1fr;
    min-height: 170px;
  }

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

  .option-two .popular-copy {
    padding: 20px;
  }

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

  .option-two .store-locator,
  .option-two .contact-page {
    padding: 60px 16px 75px;
  }

  .option-two .store-locator-heading {
    width: 100%;
    margin-bottom: 28px;
  }

  .option-two .store-locator-heading h1 {
    max-width: 350px;
    font-size: 43px;
    line-height: .9;
    white-space: normal;
  }

  .option-two .store-locator-shell {
    display: block;
    min-height: 0;
    border: 0;
    box-shadow: none;
  }

  .option-two .store-locator-panel {
    display: none;
  }

  .option-two .store-mobile-selector {
    display: block;
    padding: 12px;
    background: var(--o2-ink);
  }

  .option-two .store-mobile-selector select {
    width: 100%;
    min-height: 48px;
    border: 0;
    border-radius: 3px;
    padding: 0 12px;
    background: #fff;
  }

  .option-two .store-map .location-map {
    height: 410px;
  }

  .option-two .gallery-landing {
    padding: 60px 16px 75px;
  }

  .option-two .gallery-category-grid {
    grid-template-columns: 1fr;
  }

  .option-two .gallery-category-card {
    min-height: 340px;
  }

  .option-two .gallery-category-copy {
    padding: 22px;
  }

  .option-two .gallery-category-copy span {
    display: block;
    margin-bottom: 8px;
  }

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

  .option-two .catering-hero {
    min-height: 590px;
    padding: 65px 20px;
  }

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

  .option-two .catering-enquiry {
    gap: 35px;
    padding: 70px 18px 80px;
  }

  .option-two .catering-enquiry-intro {
    position: static;
  }

  .option-two .catering-form,
  .option-two .contact-form {
    grid-template-columns: 1fr;
    padding: 24px;
  }

  .option-two .form-field-wide {
    grid-column: auto;
  }

  .option-two .contact-page-layout {
    box-shadow: none;
  }

  .option-two .contact-details-panel {
    padding: 32px 25px;
  }

  .option-two .footer-cta-inner,
  .option-two .footer-main {
    grid-template-columns: 1fr;
    gap: 35px;
  }

  .option-two .footer-cta-inner {
    width: calc(100% - 36px);
    padding: 55px 0;
  }

  .option-two .footer-main {
    padding: 55px 20px;
  }

  .option-two .legal {
    margin: 45px auto 70px;
    padding: 30px 24px;
  }
}
