:root {
  --brown: #4A1A08;
  --cream: #fffbed;
  --yellow: #ffc20e;
  --red: #E3263C;
  --ink: #4b1e10;
  --white: #fff;
  --max: 1680px;
}
* {
  box-sizing: border-box;
}
html {
  scroll-behavior: smooth;
}
body {
  margin: 0;
  background: var(--cream);
  color: var(--ink);
  font-family: "DM Sans", Arial, sans-serif;
  line-height: 1.5;
}
img {
  display: block;
  max-width: 100%;
  height: auto;
}
a {
  color: inherit;
}
button,
a {
  font: inherit;
}
.container {
  width: min(90%, var(--max));
  margin-inline: auto;
}
.narrow {
  width: min(88%, 1050px);
  margin-inline: auto;
}
.section {
  padding: clamp(3.5rem, 7vw, 8rem) 0;
}

section.section.celebration {
   padding: clamp(0rem, 0vw, 0rem) 0;
}
h1,
h2,
h3,
.eyebrow,
.callout,
.image-quote {
  font-family: "Oswald", Impact, sans-serif;
  text-transform: uppercase;
  line-height: 1.05;
}
h2 {
  font-size: clamp(2rem, 4vw, 4rem);
  margin: 0 0 1.5rem;
}
.skip-link {
  position: fixed;
  z-index: 1000;
  left: 1rem;
  top: 1rem;
  padding: 0.8rem 1rem;
  background: #fff;
  color: #000;
  transform: translateY(-160%);
}
.skip-link:focus {
  transform: none;
}
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}
:focus-visible {
  outline: 4px solid #1686d9;
  outline-offset: 4px;
}
.site-header {
  position: sticky;
  top: 0;
  z-index: 50;
  background: #fff;;
  box-shadow: 0 2px 12px #0004;
}
.nav {
  min-height: 74px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 2rem;
}
.brand {
  text-decoration: none;
  font-family: "Oswald", sans-serif;
  font-size: 1.6rem;
  font-weight: 700;
}
.brand span {
  color: var(--yellow);
}
.nav-menu {
  list-style: none;
  display: flex;
  align-items: center;
  gap: clamp(1rem, 3vw, 3rem);
  margin: 0;
  padding: 0;
}
.nav-menu a {
  display: flex;
  align-items: center;
  min-height: 44px;
  text-decoration: none;
  font-weight: 700;
}
.nav-menu a:hover {
  text-decoration: underline;
  text-decoration-thickness: 3px;
  text-underline-offset: 6px;
}
.nav-toggle {
  display: none;
  width: 48px;
  height: 48px;
  border: 2px solid #E3263C;
  border-radius: 0.4rem;
  background: transparent;
}
.nav-toggle span[aria-hidden] {
  display: block;
  width: 24px;
  height: 2px;
  margin: auto;
  background: #E3263C;
  box-shadow:
    0 -7px #E3263C,
    0 7px #E3263C;
}
.hero {
  display: grid;
  grid-template-columns: minmax(360px, 44%) 1fr;
  min-height: 670px;
  background: var(--brown);
  color: #fff;
}
.hero-copy {
  padding: clamp(3rem, 6vw, 7rem) max(6%, calc((100vw - var(--max)) / 2));
  padding-right: clamp(2rem, 5vw, 6rem);
  align-self: center;
}
.hero > img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.eyebrow {
  font-size: clamp(2.4rem, 4vw, 5.2rem);
  font-weight: 700;
  margin: 0;
}
.hero h1 {
  font-family: "Yellowtail", cursive;
  text-transform: none;
  color: var(--yellow);
  font-size: clamp(3.2rem, 6vw, 7rem);
  font-weight: 400;
  margin: 1rem 0 1rem;
}
.hero-lead {
  font-size: clamp(1.15rem, 1.6vw, 1.7rem);
  font-weight: 700;
  max-width: 32rem;
}
.hero-copy > p:not(.hero-lead) {
  max-width: 39rem;
}
.hero-copy > strong {
  display: block;
  color: var(--yellow);
  font-family: "Oswald", sans-serif;
  text-transform: uppercase;
  font-size: 1.2rem;
  margin: 1.5rem 0;
}
.hero-copy > small {
  display: block;
  margin-bottom: 1.4rem;
}
.button {
  display: inline-flex;
  min-height: 48px;
  align-items: center;
  justify-content: center;
  border: 2px solid transparent;
  border-radius: 999px;
  padding: 0.75rem 1.6rem;
  text-decoration: none;
  text-align: center;
  font-size: 0.88rem;
  font-weight: 700;
  cursor: pointer;
}
.button-red {
  background: var(--red);
  color: #fff;
}
.button-yellow {
  background: var(--yellow);
  color: var(--brown);
}
.button-outline {
  background: #fff;
  color: var(--brown);
  border-color: var(--brown);
}
.button:hover {
  filter: brightness(0.92);
}
.intro {
  text-align: center;
}
.intro h2 em {
  display: block;
  font-family: "Yellowtail", cursive;
  text-transform: none;
  color: var(--red);
  font-size: 1.1em;
  font-weight: 400;
  margin-top: 1rem;
}
.intro p {
  font-size: clamp(1rem, 1.7vw, 1.35rem);
  margin: 2rem auto;
  max-width: 950px;
}
.how {
  background: var(--yellow);
  text-align: center;
}
.how-it-work-divider {
    display: block;
    width: 100%;
    max-width: 1920px!important;
    height: 30px;
    margin-bottom: -25px;
    background-image: ;
}

/* Mobile hide */
@media (max-width: 768px) {
    .how-it-work-divider {
        display: none;
    }
}
.steps {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2rem;
  list-style: none;
  padding: 0;
  margin: 2.5rem 0 1rem;
}
.steps li {
  position: relative;
  background: var(--red);
  color: #fff;
  border-radius: 2rem;
  padding: 2.1rem 2rem;
  min-height: 235px;
}
.steps h3 {
  font-size: 1.25rem;
}
.recognition {
  font-size: 0.92rem;
}
.callout {
  font-size: 1.45rem;
  margin: 0.6rem 0 0;
}
.quote-wrap {
  background: var(--cream);
}
.quote-card {
  display: grid;
  grid-template-columns: 245px 1fr;
  gap: 3rem;
  align-items: center;
  background: var(--red);
  color: #fff;
  border-radius: 1.4rem;
  padding: clamp(1.5rem, 3vw, 3rem);
}
.person img {
  width: 180px;
  aspect-ratio: 1;
  border-radius: 50%;
  object-fit: cover;
  border: 7px solid var(--yellow);
  margin: auto;
  margin-bottom: 20px;
}
.person figcaption {
  background: var(--brown);
  border-radius: 0.35rem;
  text-align: center;
  padding: 0.55rem;
  margin: -0.2rem auto 0;
  position: relative;
  max-width: 190px;
}
.person figcaption span,
.person figcaption strong {
  display: block;
}
.person figcaption span {
  font-size: 0.7rem;
}
.quote-card blockquote {
  margin: 0;
  font-size: clamp(1.05rem, 1.7vw, 1.55rem);
}
.celebration {
  text-align: center;
}
.celebration > div > p {
  max-width: 1150px;
  margin: 1rem auto;
}
.feature-image {
  position: relative;
  margin: 3rem 0 2rem;
  border-radius: 1.4rem;
  overflow: hidden;
  text-align: left;
}
.feature-image img {
  width: 100%;
  max-height: 760px;
  object-fit: cover;
}
.feature-image figcaption {
  position: absolute;
  bottom: 7%;
  left: 4%;
  font-family: "Oswald", sans-serif;
  text-transform: uppercase;
  font-size: clamp(1.8rem, 4vw, 4rem);
  font-weight: 700;
  text-shadow: 0 2px 5px #fff;
  color: var(--brown);
}
.image-quote {
  font-size: clamp(1.1rem, 2vw, 1.6rem);
}
.nominate {
  position: relative;
  background: #E3263C;
  color: #fff;
  text-align: center;
  padding-bottom: 4rem;
  margin:-1px;
}
.nominate h2 {
  max-width: 950px;
  margin-inline: auto;
}
.nominate p {
  color: var(--yellow);
}
.catering {
  background-image: url('../assets/Catering.svg');
  background-size: cover;
  background-position: top center;
  padding-top: 10rem;
}
.catering-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: clamp(3rem, 7vw, 8rem);
  align-items: center;
}
.delivery-logo {
  width: 180px;
  margin-bottom: 1.5rem;
  mix-blend-mode: multiply;
}
.catering-grid p {
  max-width: 650px;
}
.catering-photo {
  width: 100%;
  border-radius: 1.2rem;
}
.site-footer {
  background: var(--brown);
  color: #fff;
  padding: 2rem 0;
}
.legal-copy {
  max-width: 1300px;
  margin: 0 auto 1.5rem;
  text-align: center;
  font-size: 0.78rem;
}
.site-footer nav {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  gap: 1rem 2rem;
}
.site-footer a,
.link-button {
  font-size: 0.75rem;
  font-weight: 700;
  text-transform: uppercase;
}
.link-button {
  color: #fff;
  background: none;
  border: 0;
  text-decoration: underline;
  cursor: pointer;
  min-height: 44px;
}
.cookie-banner {
  position: fixed;
  z-index: 100;
  left: 1rem;
  right: 1rem;
  bottom: 1rem;
  display: flex;
  gap: 2rem;
  align-items: center;
  justify-content: space-between;
  background: #fff;
  color: #2b160f;
  border: 3px solid var(--brown);
  box-shadow: 0 5px 35px #0006;
  border-radius: 1rem;
  padding: 1.5rem;
}
.cookie-banner[hidden] {
  display: none;
}
.cookie-banner h2 {
  font-family: inherit;
  text-transform: none;
  font-size: 1.35rem;
  margin: 0 0 0.4rem;
}
.cookie-banner p {
  margin: 0;
  max-width: 720px;
}
.cookie-actions {
  display: flex;
  gap: 0.75rem;
  flex-wrap: wrap;
  justify-content: flex-end;
}
@media (max-width: 900px) {
  .site-header {
    position: relative;
  }
  .nav-toggle {
    display: block;
  }
  .nav-menu {
    display: none;
    position: absolute;
    left: 0;
    right: 0;
    top: 74px;
    background: #fff;
    padding: 1rem 5% 1.5rem;
    flex-direction: column;
    align-items: stretch;
  }
  .nav-menu.open {
    display: flex;
  }
  .nav-menu a {
    justify-content: center;
  }
  .hero {
    grid-template-columns: 1fr;
  }
  .hero-copy {
    order: 2;
  }
  .hero > img {
    height: auto;
    max-height: 560px;
  }
  .steps,
  .catering-grid {
    grid-template-columns: 1fr;
  }
  .steps li {
    min-height: 0;
  }
  .quote-card {
    grid-template-columns: 1fr;
    text-align: center;
  }
  .catering-photo {
    grid-row: 1;
  }
  .cookie-banner {
    align-items: stretch;
    flex-direction: column;
  }
  .cookie-actions > * {
    flex: 1;
  }

}
@media (max-width: 560px) {
  .section {
    padding: 3.5rem 0;
  }
  .hero-copy {
    padding: 3rem 6%;
  }
  .hero > img {
    min-height: 320px;
    object-fit: cover;
  }
  .quote-card {
    width: 92%;
    gap: 1.5rem;
  }
  .feature-image {
    margin-inline: 0;
    border-radius: 1.4rem;
  }
  .feature-image img {
    min-height: 0;
    aspect-ratio: 3 / 2;
    object-fit: cover;
    object-position: 60% 50%;
  }
  .feature-image figcaption {
    font-size: 1.25rem;
    bottom: 6%;
  }
  .nominate {
    padding: 4rem 5% 1rem;
  }
  .cookie-banner {
    left: 0.5rem;
    right: 0.5rem;
    bottom: 0.5rem;
    max-height: 90vh;
    overflow: auto;
  }
  .cookie-actions {
    flex-direction: column;
  }
  .cookie-actions > * {
    width: 100%;
  }
}
@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }
  *,
  *::before,
  *::after {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
  }
}
@media (forced-colors: active) {
  .button {
    border-color: ButtonText;
  }
  .person img {
    border-color: CanvasText;
  }
}
.site-footer a,
.site-footer .link-button {
  display: inline-flex;
  align-items: center;
  min-height: 44px;
}

/* ===============================
   FINAL FIGMA MATCH OVERRIDES
================================ */

/* Desktop Hero */
.hero {
    grid-template-columns: 48% 52%;
    min-height: 720px;
    overflow: hidden;
}

.hero-copy {
    padding-left: max(5vw, calc((100vw - 1680px) / 2));
    padding-right: 4vw;
}

.hero > img {
    height: 720px;
    object-fit: cover;
    object-position: center;
}


/* Header Logo */
.brand {
    background-image: url("../assets/dennys-logo.svg");
    background-repeat: no-repeat;
    background-size: contain;
    width: 150px;
    height: 55px;
    font-size: 0;
}

.brand span {
    display:none;
}


/* Remove unwanted vector/image on tablet */
@media (max-width:1100px){

    .hero {
        grid-template-columns:1fr;
        min-height:auto;
    }

    .hero-copy {
        order:1;
        text-align:center;
        padding:70px 40px;
    }


    /* Tablet pe right image/vector hide */
    .hero > img {
        display:none;
    }


    /* Agar koi decorative SVG aa raha hai */
    .how-it-work-divider {
        display:none;
    }

}


/* Tablet center alignment */
@media (min-width:769px) and (max-width:1100px){

    .container {
        width:90%;
    }

    .hero-copy {
        max-width:750px;
        margin:auto;
    }

}


/* Mobile */
@media(max-width:768px){

    .hero-copy {
        padding:45px 25px;
    }

    .hero h1 {
        font-size:55px;
    }

    .eyebrow {
        font-size:38px;
    }

}


/* Large screens exactly like Figma laptop */
@media(min-width:1400px){

    .hero {
        min-height:760px;
    }

    .hero > img {
        height:760px;
    }

}

/* =========================================
   DENNY'S FIGMA FINAL MATCH CSS OVERRIDE
========================================= */


/* -------- HERO DESKTOP -------- */

.hero {
    grid-template-columns: 48% 52%;
    min-height: 720px;
    overflow: hidden;
}

.hero-copy {
    padding-top: 80px;
    padding-bottom: 80px;
    padding-left: max(6vw, calc((100vw - 1680px) / 2));
    padding-right: 60px;
}


/* Upper Heading
YOUR DINER HAS ARRIVED
*/
.eyebrow {
    font-size: 72px;
    line-height: 0.95;
    letter-spacing: -1px;
}


/* Script Heading */
.hero h1 {
    font-size: 96px;
    line-height: 0.9;
    margin-top: 20px;
    margin-bottom: 25px;
}


/* Description */
.hero-lead {
    font-size: 22px;
    line-height: 1.45;
    max-width: 520px;
}


/* Small yellow text */
.hero-copy > strong {
    font-size: 20px;
}


/* Button */
.button {
    font-size: 16px;
    padding: 16px 34px;
}


/* Right Image */
.hero > img {
    height:720px;
    object-fit:cover;
    object-position:center;
}



/* -------- HEADER -------- */

.brand {
    width:150px;
    height:60px;
    background-size:contain;
    background-repeat:no-repeat;
    font-size:0;
}

.brand span {
    display:none;
}



/* -------- TABLET -------- */

@media(max-width:1100px){

    .hero {
        grid-template-columns:1fr;
        min-height:auto;
    }


    .hero-copy {
        text-align:center;
        padding:70px 40px;
        max-width:850px;
        margin:auto;
    }


    .hero > img {
        display:none;
    }


    .eyebrow {
        font-size:55px;
    }


    .hero h1 {
        font-size:75px;
    }


    .hero-lead {
        margin:auto;
        font-size:20px;
    }

}



/* -------- MOBILE -------- */

@media(max-width:768px){

    .hero-copy {
        padding:45px 25px;
    }


    .eyebrow {
        font-size:38px;
    }


    .hero h1 {
        font-size:52px;
    }


    .hero-lead {
        font-size:18px;
    }


    .button {
        width:auto;
        padding:14px 28px;
    }

}


/* -------- SMALL MOBILE -------- */

@media(max-width:420px){

    .eyebrow {
        font-size:32px;
    }


    .hero h1 {
        font-size:44px;
    }

}



html, body {
    overflow-x: hidden;
}