/* --------------------------------------------------
  Base
-------------------------------------------------- */

:root {
  --brand-blue: #1881a8;
  --brand-red: #cc172e;
  --brand-dark: #161C1C;
  --brand-white: #ffffff;
  --font-nort: "nort", sans-serif;
}

html, body {
  overflow-x: hidden;
}

body {
  margin: 0;
  background: #ffffff;
  color: var(--brand-dark);
  font-family: var(--font-nort);
  font-size: 16px;
}

img {
  max-width: 100%;
  height: auto;
}

.container {
  max-width: 1640px;
}

.btn-brand {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 246px;
  min-height: 62px;
  padding: 10px 22px;
  border-radius: 0;
  background: var(--brand-dark);
  color: var(--brand-white);
  font-size: 20px;
  font-weight: 900;
  font-style: italic;
  line-height: 1;
  text-transform: uppercase;
  text-decoration: none;
}

.btn-brand:hover,
.btn-brand:focus {
  background: var(--brand-blue);
  color: var(--brand-white);
}

.btn-brand--light {
  background: var(--brand-white);
  color: var(--brand-dark);
}

.btn-brand--light:hover,
.btn-brand--light:focus {
  background: var(--brand-blue);
  color: var(--brand-white);
}


/* --------------------------------------------------
  Header
-------------------------------------------------- */

.site-header {
  position: relative;
  background: var(--brand-white);
}

.site-header__bar {
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  width: 100%;
  height: 15px;
  background: var(--brand-blue);
}

.site-header__logo-wrap {
  position: relative;
  z-index: 2;
  padding-top: 20px;
}

.site-header__logo {
  width: 550px;
}


/* --------------------------------------------------
  Order Hero
-------------------------------------------------- */

.order-hero {
  background: var(--brand-white);
}

.order-hero__inner {
  max-width: 1024px;
}

.order-hero__headline {
  margin: 0 0 64px;
  color: var(--brand-white);
  font-size: clamp(36px, 6vw, 80px);
  font-weight: 900;
  font-style: italic;
  line-height: clamp(36px, 6vw, 80px);
  text-transform: uppercase;
}

.order-hero__headline span {
  display: table;
  margin: 0 auto 18px;
  padding: 0 24px;
  background: var(--brand-blue);
  white-space: nowrap
}

.order-hero__button-wrap {
  margin-bottom: 64px;
}

.order-hero__intro {
  max-width: 745px;
  margin-bottom: 108px;
  font-size: 22px;
  font-weight: 500;
  font-style: italic;
  line-height: 1.45;
}

.order-hero__features {
  max-width: 1024px;
  margin: 0 auto;
}

.order-feature {
  margin-bottom: 28px;
}

.order-feature__icon-wrap {
  height: 80px;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  margin-bottom: 12px;
}

.order-feature__icon {
  display: block;
  max-height: 80px;
  width: auto;
}

.order-feature__icon {
  display: block;
  margin-bottom: 12px;
  font-size: 42px;
  line-height: 1;
}

.order-feature p {
  margin: 0;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.25;
}


/* --------------------------------------------------
  Pattern Divider
-------------------------------------------------- */

.pattern-divider {
  width: 100%;
  height: 94px;
  background-color: var(--brand-black);
  background-image: url(../img/divider.png);
  background-size: 80px 94px;
  background-repeat: repeat-X;

}

/* --------------------------------------------------
  Hungry CTA
-------------------------------------------------- */

.hungry-cta {
  background: var(--brand-dark);
}

.hungry-cta__bg {
  position: relative;
  min-height: 245px;
  display: flex;
  align-items: center;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

.hungry-cta__overlay {
  position: absolute;
  inset: 0;
  background: rgba(8, 15, 18, 0.68);
}

.hungry-cta__content {
  max-width: 720px;
  color: var(--brand-white);
}

.hungry-cta__headline {
  margin: 0 0 24px;
  font-size: clamp(36px, 5vw, 60px);
  font-weight: 900;
  font-style: italic;
  line-height: 1;
  text-transform: uppercase;
}

.hungry-cta__text {
  margin: 0 0 32px;
  font-size: 22px;
  font-weight: 700;
  font-style: italic;
}


/* --------------------------------------------------
  Location Hours
-------------------------------------------------- */

.location-hours {
  background: var(--brand-white);
}

.location-hours__map {
  max-width: 520px;
  margin: 0 auto;
}

.location-hours__content {
  max-width: 576px;
}

.section-heading {
  margin: 0 0 18px;
  color: var(--brand-blue);
  font-size: clamp(32px, 4vw, 50px);
  font-weight: 900;
  font-style: italic;
  line-height: 1;
  text-transform: uppercase;
}

.section-heading-small {
  margin: 0 0 18px;
  color: var(--brand-blue);
  font-size: clamp(28px, 4vw, 42px);
  font-weight: 900;
  font-style: italic;
  line-height: 1;
  text-transform: uppercase;
}

.directions a,
.phone a {
  color: var(--brand-black);
  text-decoration: underline;
}

.location-hours__content p {
  margin-bottom: 10px;
  font-size: 20px;
  font-weight: 500;
  font-style: italic;
  line-height: 1.45;
}

.location-hours__map-embed {
  position: relative;
  width: 100%;
  padding-top: 66.6667%; /* 3:2 ratio */
  overflow: hidden;
}

.location-hours__map-embed iframe {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

/* --------------------------------------------------
  SNAP Section 
-------------------------------------------------- */

.snap-program {
    border-top: 2px solid #e6e6e6;
}

.snap-program h3 {
    margin-bottom: .75rem;
    color: var(--primary-color);
    font-size: 1.5rem;
    text-transform: uppercase;
}

.snap-program p {
    line-height: 1.7;
}

/* --------------------------------------------------
  Footer
-------------------------------------------------- */

.site-footer {
  position: relative;
  background: var(--brand-blue);
  color: var(--brand-white);
}

.site-footer__inner {
  position: relative;
  padding: 38px 0 30px;
}

.site-footer__logo {
  width: 406px;
  margin-top: -100px;
  margin-bottom: 18px;
}

.site-footer__copyright {
  margin-top: 24px;
  font-size: 20px;
  font-weight: 700;
}

.location-details {
    display: flex;
    flex-direction: column;
    gap: 1.75rem;
}

.detail-group h4 {
    margin: 0 0 .5rem;
    font-size: 1.125rem;
    font-weight: 700;
    text-transform: uppercase;
}

.detail-group p {
    margin: 0;
}

.detail-group p + p {
    margin-top: .75rem;
}


/* --------------------------------------------------
  Mobile
-------------------------------------------------- */

@media (max-width: 1365.98px) {
  .site-header__bar {
    width: 100%;
    height: 7.5px;
  }

  .site-header__logo {
    width: 480px;
  }

  .order-hero__intro {
    margin-bottom: 64px;
  }

  .order-feature__icon {
    font-size: 36px;
  }

  .hungry-cta__bg {
    min-height: 480px;
  }

  .location-hours__content {
    max-width: 520px;
    margin: 0 auto;
    text-align: center;
  }

  .site-footer__logo {
    width: 320px;
  }
}

@media (max-width: 1023.98px) {
  .site-header__bar {
    width: 100%;
    height: 7.5px;
  }

  .site-header__logo {
    width: 480px;
  }

  .order-hero__intro {
    margin-bottom: 64px;
  }

  .order-feature__icon {
    font-size: 36px;
  }

  .hungry-cta__bg {
    min-height: 480px;
  }

  .location-hours__content {
    max-width: 520px;
    margin: 0 auto;
    text-align: center;
  }

  .site-footer__logo {
    width: 320px;
  }
}

@media (max-width: 767.98px) {
  .site-header__bar {
    width: 100%;
    height: 7.5px;
  }

  .site-header__logo {
    width: 320px;
  }

  .order-hero__intro {
    margin-bottom: 64px;
  }

  .order-feature__icon {
    font-size: 36px;
  }

  .hungry-cta__bg {
    min-height: 480px;
  }

  .location-hours__content {
    max-width: 520px;
    margin: 0 auto;
    text-align: center;
  }

  .site-footer__logo {
    width: 320px;
  }
}

@media (max-width: 639.98px) {
  .site-header__bar {
    width: 100%;
    height: 7.5px;
  }

  .site-header__logo {
    width: 80%;
  }

  .order-hero__intro {
    margin-bottom: 64px;
  }

  .order-feature__icon {
    font-size: 36px;
  }

  .hungry-cta__bg {
    min-height: 480px;
  }

  .location-hours__content {
    max-width: 520px;
    margin: 0 auto;
    text-align: center;
  }

  .site-footer__logo {
    width: 80%;
  }
}

@media (min-width: 1023.98px) {
  .hungry-cta__bg {
    min-height: 570px;
  }
}