@font-face {
  font-family: "Carter One";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url("assets/CarterOne-Regular.woff2") format("woff2");
}

:root {
  --green: #026c2d;
  --gold: #fbbd29;
  --black: #000;
  --white: #fff;
  --footer: #2b2b2b;
  --footer-bottom: #282828;
  --container: 1300px;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  color: var(--black);
  background: var(--white);
  font-family: Arial, Helvetica, sans-serif;
  font-size: 16px;
}

img {
  max-width: 100%;
}

a {
  color: inherit;
}

.container {
  width: min(var(--container), 100%);
  margin: 0 auto;
}

.skip-link {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1000;
  padding: 0.75rem 1rem;
  color: var(--white);
  background: var(--black);
  transform: translateY(-120%);
}

.skip-link:focus {
  transform: translateY(0);
}

h1,
h2,
h3,
p {
  margin-top: 0;
}

h1,
h2,
h3,
.display-label,
.desktop-nav,
.mobile-menu,
.footer-nav {
  font-family: "Carter One", Arial, sans-serif;
  font-weight: 400;
}

h2 {
  margin-bottom: 0;
  font-size: 2.5em;
  line-height: 1.15;
  text-transform: capitalize;
}

.body-text {
  margin-top: 10px;
  margin-bottom: 0;
  font-size: 1em;
  line-height: 1.3;
}

.body-text a {
  color: var(--green);
}

.site-header {
  position: relative;
  z-index: 20;
  height: 128px;
  padding-top: 2%;
}

.header-inner {
  display: flex;
  align-items: center;
}

.site-logo {
  position: relative;
  z-index: 2;
  width: 20%;
  margin-right: -4%;
  line-height: 0;
}

.site-logo img,
.footer-logo img {
  display: block;
  width: 100%;
  height: auto;
}

.header-bar {
  position: relative;
  z-index: 1;
  display: flex;
  width: 84%;
  height: 49px;
  align-items: center;
  justify-content: flex-end;
  column-gap: 30px;
  padding-right: 40px;
  background: var(--green);
  border-bottom-right-radius: 40px;
}

.desktop-nav {
  display: flex;
  align-items: center;
  gap: 30px;
  color: var(--white);
  font-size: 1.2em;
  text-transform: capitalize;
}

.desktop-nav a,
.footer-nav a,
.mobile-menu-panel a {
  text-decoration: none;
  transition: color 160ms ease;
}

.desktop-nav a:hover,
.desktop-nav a:focus-visible,
.desktop-nav .is-current,
.footer-nav .is-current,
.footer-nav a:hover,
.footer-nav a:focus-visible {
  color: var(--gold);
}

.facebook-link {
  display: inline-flex;
  width: 30px;
  height: 30px;
  align-items: center;
  justify-content: center;
  color: var(--green);
  background: var(--gold);
  border-radius: 4px;
  font-family: Arial, sans-serif;
  font-size: 28px;
  font-weight: 900;
  line-height: 1;
  text-decoration: none;
}

.mobile-menu {
  display: none;
}

.hero {
  position: relative;
  display: flex;
  justify-content: center;
  margin-top: -128px;
  background-image: var(--hero-image);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}

.hero::before {
  position: absolute;
  inset: 0;
  content: "";
  background: rgba(0, 0, 0, 0.61);
}

.hero > * {
  position: relative;
}

.hero--home {
  height: 96vh;
  align-items: center;
}

.hero-content {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  color: var(--white);
  text-align: center;
  text-shadow: 0 0 10px var(--black);
}

.hero-title {
  color: var(--white);
  text-align: center;
}

.hero-title h2 {
  margin-bottom: 0;
  line-height: 1;
}

.hero-title--desktop h2:first-child {
  font-size: 6em;
}

.hero-title--desktop h2:last-child {
  margin-top: 0;
  font-size: 3.9em;
}

.hero-title--mobile {
  display: none;
}

.hero-content h1 {
  margin: 25px 0 0;
  color: var(--gold);
  font-size: 2em;
  line-height: 1.15;
  text-transform: capitalize;
}

.hero-hours {
  margin-top: 20px;
  font-size: 1.1em;
  line-height: 1.1;
}

.hero-hours p {
  margin: 0;
}

.display-label {
  margin-bottom: 0;
  font-size: 1.5em;
  line-height: 1.2;
  text-transform: capitalize;
}

.hero-hours .display-label {
  margin-bottom: 8px;
}

.hero--inner {
  height: 44vh;
  align-items: center;
}

.hero--about {
  background-position: center center;
}

.hero--contact {
  background-position: 0 71%;
}

.inner-hero-content {
  display: flex;
  align-items: center;
  justify-content: center;
  padding-top: 100px;
  color: var(--white);
  text-align: center;
  text-shadow: 0 0 10px var(--black);
}

.inner-hero-content h1 {
  margin: 0;
  font-size: 5em;
  line-height: 1.15;
  text-transform: capitalize;
}

.content-section {
  padding: 100px 0;
}

.home-intro {
  padding-bottom: 100px;
}

.split-row {
  display: flex;
  flex-direction: row;
}

.split-row--center {
  align-items: center;
}

.split-media,
.split-copy {
  width: 50%;
}

.split-media img {
  display: block;
  width: 100%;
  height: auto;
}

.split-media--right-pad,
.split-copy--right-pad {
  padding-right: 75px;
}

.partner-logo {
  display: block;
  width: 175px;
  height: auto;
  margin-top: 10px;
}

.small-heading {
  margin: 25px 0 0;
  font-size: 1em;
  line-height: 1.2;
  text-transform: capitalize;
}

.split-row--feature {
  align-items: stretch;
  margin-top: 100px;
}

.split-media--feature-image img {
  height: 400px;
  object-fit: cover;
}

.green-line {
  margin: 25px 0 0;
  color: var(--green);
  font-family: "Carter One", Arial, sans-serif;
  font-size: 1em;
  line-height: 1.2;
  text-transform: capitalize;
}

.food-card {
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-height: 96px;
  margin-top: 50px;
  padding: 20px 25px 25px;
  color: var(--white);
  background: var(--green);
}

.food-card p {
  margin: 0;
  font-family: "Carter One", Arial, sans-serif;
  font-size: 1.4em;
  line-height: 1.15;
  text-transform: capitalize;
}

.food-card a {
  margin-top: 6px;
  color: var(--gold);
  font-family: "Carter One", Arial, sans-serif;
  font-size: 1em;
  text-decoration: none;
}

.gallery-section {
  padding-top: 50px;
  padding-bottom: 100px;
}

.gallery-container > h2 {
  text-align: center;
}

.gallery-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 25px;
  margin-top: 50px;
}

.gallery-grid a {
  display: block;
  aspect-ratio: 4 / 3;
  overflow: hidden;
}

.gallery-grid img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 200ms ease;
}

.gallery-grid a:hover img,
.gallery-grid a:focus-visible img {
  transform: scale(1.025);
}

.about-section,
.contact-section {
  padding-top: 100px;
  padding-bottom: 100px;
}

.split-row--about,
.split-row--contact {
  align-items: flex-start;
}

.split-media--about,
.split-media--contact {
  padding-right: 50px;
}

.split-media--about img,
.split-media--contact img {
  object-fit: cover;
}

.about-copy h2 {
  line-height: 1.1;
}

.about-details {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  justify-content: flex-start;
  column-gap: 20%;
  margin-top: 50px;
  color: var(--green);
  line-height: 1.3;
}

.about-details p,
.contact-info p {
  margin-bottom: 0;
}

.about-details .display-label {
  margin-bottom: 7px;
}

.about-details a,
.contact-info a,
.footer-info a {
  text-decoration: none;
}

.contact-copy {
  width: 50%;
}

.contact-info {
  display: flex;
  flex-direction: column;
  row-gap: 50px;
  color: var(--black);
  font-size: 1.3em;
  line-height: 1.3;
}

.contact-info .display-label {
  margin-bottom: 7px;
}

.site-footer {
  color: var(--white);
}

.footer-main {
  padding: 100px 0;
  background: var(--footer);
}

.footer-inner {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}

.footer-logo {
  display: block;
  width: 20%;
  line-height: 0;
}

.footer-nav {
  display: flex;
  margin: 25px 0;
  font-size: 1em;
}

.footer-nav a {
  margin: 0 15px;
}

.footer-info {
  color: var(--white);
  font-size: 1.1em;
  line-height: 1.3;
  text-shadow: 0 0 25px var(--black);
}

.footer-info p {
  margin-bottom: 0;
}

.footer-info .display-label {
  margin-bottom: 7px;
}

.footer-hours {
  margin-top: 40px;
}

.footer-bottom {
  border-top: 1px solid #707070;
  background: var(--footer-bottom);
}

.footer-bottom-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-top: 8px;
  padding-bottom: 8px;
  font-size: 1em;
}

.footer-bottom p {
  margin: 0;
}

.footer-bottom a {
  text-decoration: none;
}

@media (max-width: 991px) {
  .site-header,
  .content-section,
  .footer-main,
  .footer-bottom {
    padding-right: 5%;
    padding-left: 5%;
  }

  .hero-title--desktop h2:first-child {
    font-size: 4.5em;
  }

  .hero-title--desktop h2:last-child {
    font-size: 3em;
  }

  .split-row--feature {
    align-items: stretch;
  }

  .split-media--feature-image img {
    height: 500px;
  }
}

@media (max-width: 767px) {
  .desktop-nav,
  .facebook-link {
    display: none;
  }

  .mobile-menu {
    position: relative;
    display: block;
    color: var(--gold);
    font-size: 1.35em;
  }

  .mobile-menu summary {
    cursor: pointer;
    list-style: none;
  }

  .mobile-menu summary::-webkit-details-marker {
    display: none;
  }

  .mobile-menu-panel {
    position: absolute;
    top: 34px;
    right: -10px;
    display: flex;
    min-width: 180px;
    flex-direction: column;
    gap: 14px;
    padding: 22px;
    color: var(--white);
    background: #1a1a1a;
    font-size: 1.1em;
  }

  .mobile-menu-panel .is-current {
    color: var(--gold);
  }

  .split-row {
    flex-direction: column;
  }

  .split-media,
  .split-copy,
  .contact-copy {
    width: 100%;
  }

  .split-row--center .split-copy > h2 {
    margin-top: 25px;
  }

  .split-media--right-pad,
  .split-copy--right-pad,
  .split-media--about,
  .split-media--contact {
    padding-right: 0;
  }

  .split-row--feature {
    flex-direction: column-reverse;
  }

  .split-media--feature-image img {
    height: 300px;
  }

  .split-copy--right-pad {
    padding-top: 50px;
  }

  .about-copy,
  .contact-copy {
    padding-top: 50px;
  }

  .about-details {
    column-gap: 10%;
  }

  .contact-info {
    row-gap: 30px;
  }

  .gallery-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px;
  }

  .footer-logo {
    width: 50%;
  }

  .footer-bottom-inner {
    align-items: center;
    flex-direction: column;
    gap: 8px;
    text-align: center;
  }
}

@media (max-width: 478px) {
  .site-header {
    padding-top: 5%;
  }

  .site-logo {
    width: 40%;
    margin-right: -6%;
  }

  .header-bar {
    width: 64%;
    height: 35px;
    padding-right: 10px;
  }

  .hero--home {
    height: 96vh;
  }

  .hero-title--desktop {
    display: none;
  }

  .hero-title--mobile {
    display: block;
  }

  .hero-title--mobile h2:first-child {
    font-size: 3.3em;
  }

  .hero-title--mobile h2:last-child {
    margin-top: -10px;
    font-size: 2.2em;
  }

  .hero-content h1 {
    font-size: 1.7em;
    line-height: 1.1;
  }

  .hero-hours {
    font-size: 1em;
  }

  .hero--inner {
    height: 29vh;
  }

  .inner-hero-content {
    padding-top: 80px;
  }

  .inner-hero-content h1 {
    font-size: 2.7em;
    line-height: 1.1;
  }

  h2 {
    line-height: 1.1;
  }

  .about-details {
    flex-direction: column;
    row-gap: 30px;
  }

  .footer-nav {
    font-size: 1.1em;
  }
}
