@media (max-width: 1280px) {
  .container {
    width: min(var(--container), calc(100% - 36px));
  }

  .site-nav {
    gap: 22px;
  }

  .brand-logo {
    width: 156px;
  }

  .brand-badge {
    width: 40px;
    height: 40px;
  }

  .hero-copy,
  .page-hero .hero-copy,
  .location-copy {
    padding: 88px 44px 88px 0;
  }

  .feature-ring {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .feature-center {
    grid-column: 1 / -1;
    grid-row: auto;
    order: -1;
  }

  .feature-copy:nth-child(1),
  .feature-copy:nth-child(3) {
    text-align: left;
  }

  .social-layout,
  .split-grid,
  .split-grid-reverse,
  .cta-banner,
  .rewards-home-grid {
    grid-template-columns: 1fr;
  }

  .footer-top,
  .footer-bottom {
    grid-template-columns: 1fr;
    text-align: center;
  }

  .footer-links,
  .footer-contact,
  .footer-legal,
  .footer-social {
    justify-content: center;
  }
}

@media only screen and (min-width: 1367px) and (max-width: 1440px) {
  .container {
    width: min(var(--container), calc(100% - 100px));
    max-width: var(--container);
    margin: 0 auto;
  }
}

@media (max-width: 1080px) {
  .home-heading {
    font-size: 34px !important;
    line-height: 45px;
  }

  h2 {
    font-size: 34px !important;
    line-height: 44px;
  }

  .hero-title {
    font-size: 62px;
    line-height: 70px;
  }

  .section-heading h2,
  .split-copy h2,
  .cta-banner-copy h2,
  .social-copy h2,
  .menu-subtitle,
  .dessert-panel h3,
  .highlight-copy h2,
  .step-card h3,
  .reward-copy h3 {
    font-size: 34px !important;
    line-height: 44px;
  }

  .food-card-body h3,
  .feature-copy h3,
  .menu-item h3,
  .promo-card h3 {
    font-size: 20px;
    line-height: 24px;
  }

  .menu-toggle {
    display: inline-flex;
  }

  .navbar-collapse {
    padding: 18px 0 0;
  }

  .site-nav,
  .site-nav.navbar-nav {
    display: flex;
    flex-direction: column;
    align-items: stretch !important;
    gap: 0;
    width: 100%;
    padding: 0;
    background: transparent;
    box-shadow: none;
  }

  .site-nav a,
  .site-nav .nav-link {
    padding: 14px 10px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.06);
    width: 100%;
  }

  .site-nav .nav-cta {
    margin-top: 10px;
  }

  .split-panel,
  .dual-feature,
  .steps-row,
  .card-grid-three,
  .social-grid,
  .menu-promos,
  .menu-grid,
  .contact-cards {
    grid-template-columns: 1fr;
  }

  .media-frame {
    border-left: 0;
    border-top: 1px solid var(--line);
  }

  .hero-copy,
  .page-hero .hero-copy,
  .location-copy,
  .media-frame {
    min-height: auto;
  }

  .promo-inner,
  .promo-copy,
  .promo-actions {
    flex-direction: column;
    align-items: flex-start;
  }

  .promo-actions {
    width: 100%;
  }

  .promo-actions .btn {
    width: 100%;
  }

  .rewards-track {
    display: flex;
    gap: 0;
    width: 100%;
    transform: translateX(0);
  }

  .rewards-carousel {
    overflow: hidden;
  }

  .reward-slide {
    min-width: 100%;
  }

  .slider-control {
    display: none;
  }

  .highlight-panel {
    min-height: 580px;
  }
}

@media (max-width: 780px) {
  .section {
    padding: 74px 0;
  }

  .header-inner {
    min-height: 76px;
  }

  .brand-lockup {
    gap: 12px;
  }

  .brand-logo {
    width: 132px;
  }

  .brand-badge {
    width: 34px;
    height: 34px;
  }

  .hero-copy,
  .page-hero .hero-copy,
  .location-copy {
    padding: 72px 22px;
  }

  .hero-title {
    font-size: clamp(2.7rem, 14vw, 4.4rem);
  }

  .section-heading h2,
  .split-copy h2,
  .cta-banner-copy h2,
  .social-copy h2,
  .menu-subtitle {
    font-size: clamp(2rem, 11vw, 3.3rem);
  }

  .hero-text,
  .split-copy p,
  .section-heading p,
  .highlight-copy p,
  .highlight-copy h3 {
    font-size: 1rem;
  }

  .btn,
  .btn-sm,
  .nav-cta {
    width: 100%;
    min-height: 56px;
  }

  .hero-actions {
    flex-direction: column;
  }

  .food-card-body h3,
  .menu-item h3,
  .reward-copy h3 {
    font-size: 1.45rem;
  }

  .contact-card {
    padding: 18px;
  }

  .cta-banner {
    padding: 28px 22px;
  }

  .play-button {
    width: 62px;
    height: 62px;
    margin: -31px 0 0 -31px;
  }

  .step-icon {
    width: 110px;
    height: 110px;
    font-size: 2.2rem;
  }

  .rewards-wheel {
    width: min(100%, 420px);
  }

  .wheel-label {
    width: 58px;
    height: 58px;
    font-size: 0.82rem;
  }

  .wheel-center {
    inset: 18%;
  }

  .wheel-center strong {
    font-size: 2.9rem;
  }

  .reward-slide {
    grid-template-columns: 1fr;
    text-align: center;
  }

  .reward-media {
    margin-top: 44px;
    display: flex;
    justify-content: center;
  }

  .menu-item {
    grid-template-columns: 1fr;
  }

  .menu-item strong {
    font-size: 1.6rem;
  }

  .promo-card {
    flex-direction: column;
    align-items: flex-start;
  }
}

@media (max-width: 1080px) {
  html,
  body {
    overflow-x: hidden;
  }

  .container {
    width: min(var(--container), calc(100% - 48px));
  }

  h1 {
    font-size: 52px;
    line-height: 60px;
  }

  h2 {
    font-size: 40px;
    line-height: 48px;
  }

  h3 {
    font-size: 28px;
    line-height: 36px;
  }

  h4 {
    font-size: 24px;
    line-height: 32px;
  }

  h5 {
    font-size: 20px;
    line-height: 28px;
  }

  h6 {
    font-size: 18px;
    line-height: 26px;
  }

  p,
  li,
  span,
  label,
  input,
  textarea,
  select,
  button {
    font-size: 18px;
    line-height: 28px;
  }

  img,
  svg,
  video,
  iframe {
    max-width: 100%;
  }

  .marquee-band {
    padding: 36px 0 28px;
  }

  .marquee-text {
    font-size: clamp(42px, 5.6vw, 64px);
    line-height: 0.95;
  }

  .site-footer__inner {
    padding-top: 36px;
    padding-bottom: 24px;
  }

  .site-footer__nav {
    gap: 12px 22px;
  }

  .site-footer__contact {
    gap: 12px 24px;
  }
}

@media (max-width: 1024px) {
  .container {
    width: min(var(--container), calc(100% - 40px));
  }

  .home-hero__title {
    font-size: 42px;
    line-height: 48px;
  }

  .home-promo__copy span {
    font-family: "Gabriella", Arial, sans-serif;
    font-style: normal;
    font-weight: 900;
    font-size: 14px;
    line-height: 17px;
    color: #FFFFFF;
  }

  .home-promo__copy strong {
    color: #FF7300;
    font-family: "Gabriella", Arial, sans-serif;
    font-style: normal;
    font-weight: 900;
    font-size: 14px;
    line-height: 17px;
  }

  h1 {
    font-size: 48px;
    line-height: 56px;
  }

  h2 {
    font-size: 36px;
    line-height: 44px;
  }

  h3 {
    font-size: 25px;
    line-height: 33px;
  }

  p,
  li,
  span,
  label,
  input,
  textarea,
  select,
  button {
    font-size: 17px;
    line-height: 27px;
  }

  .section {
    padding: 72px 0;
  }

  .marquee-text {
    font-size: clamp(38px, 5vw, 56px);
  }

  .site-footer__logo {
    width: 240px;
  }

  .site-footer__copyright,
  .site-footer__legal,
  .site-footer__contact,
  .site-footer__nav {
    font-size: 14px;
    line-height: 20px;
  }
}

@media (max-width: 768px) {
  .container {
    width: min(var(--container), calc(100% - 32px));
  }

  h1 {
    font-size: 40px;
    line-height: 48px;
  }

  h2 {
    font-size: 32px;
    line-height: 40px;
  }

  h3 {
    font-size: 22px;
    line-height: 30px;
  }

  h4 {
    font-size: 20px;
    line-height: 28px;
  }

  p,
  li,
  span,
  label,
  input,
  textarea,
  select,
  button {
    font-size: 16px;
    line-height: 26px;
  }

  .section {
    padding: 64px 0;
  }

  .marquee-band {
    padding: 28px 0 20px;
  }

  .marquee-text {
    font-size: 32px;
    line-height: 1;
  }

  .site-footer__inner {
    padding-top: 28px;
    padding-bottom: 18px;
  }

  .site-footer__nav,
  .site-footer__contact,
  .site-footer__legal,
  .site-footer__bottom {
    justify-items: center;
    justify-content: center;
    text-align: center;
  }

  .site-footer__contact-item {
    justify-content: center;
  }
}

@media (max-width: 425px) {
  .container {
    width: min(var(--container), calc(100% - 24px));
  }

  h1 {
    font-size: 34px;
    line-height: 40px;
  }

  h2 {
    font-size: 28px;
    line-height: 34px;
  }

  h3 {
    font-size: 20px;
    line-height: 28px;
  }

  p,
  li,
  span,
  label,
  input,
  textarea,
  select,
  button {
    font-size: 15px;
    line-height: 24px;
  }

  .section {
    padding: 52px 0;
  }

  .marquee-text {
    font-size: 26px;
  }

  .site-footer__logo {
    width: 100%;
    margin: 0 auto;
    max-width: 200px;
  }

  .home-heading--split span {
    color: #FF7300;
    font-size: 28px;
  }

  .site-footer__nav {
    gap: 10px 14px;
  }

  .site-footer__contact {
    gap: 10px 12px;
  }

  .site-footer__social {
    gap: 8px;
  }
}

@media (max-width: 320px) {
  .container {
    width: min(var(--container), calc(100% - 20px));
  }

  h1 {
    font-size: 30px;
    line-height: 36px;
  }

  h2 {
    font-size: 24px;
    line-height: 30px;
  }

  h3 {
    font-size: 18px;
    line-height: 26px;
  }

  p,
  li,
  span,
  label,
  input,
  textarea,
  select,
  button {
    font-size: 14px;
    line-height: 22px;
  }

  .site-footer__logo {
    width: 180px;
  }

  .site-footer__contact-marker {
    width: 24px;
    height: 24px;
    flex-basis: 24px;
  }
}
