body {
  margin: 0;
  padding: 0;
}

header {
  display: flex;
  justify-content: center;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 10;
}

nav {
  background: transparent;
}

nav ul {
  display: flex;
  flex-direction: row;
  padding: 0;
}

nav ul li {
  list-style-type: none;
  padding: 10px;
  font-size: 1.5rem;
  font-family: sans-serif;
}

.hero {
  position: relative;
  background-image: url("img/hero-background.png");
  background-position: center;
  background-size: cover;
  height: 100vh;
}

/*.hero h1 {
  margin: 0;
  padding: 0;
  position: absolute;
  left: 50%;
  top: 40%;
  transform: translateX(-50%);
  font-size: 4.5rem;
}

.hero h3 {
  position: absolute;
  margin: 0;
  padding: 0;
  left: 50%;
  transform: translateX(-50%);
  top: 50%;
  font-size: 2.5rem;
}
*/
.sign {
  position: absolute;
  width: 600px;
  left: 50%;
  transform: translateX(-50%);
  top: 25%;
}

.wings-top {
  width: 650px;
  position: absolute;
  top: 70px;
  left: -110px;
  transform: rotate(-20deg);
  filter: drop-shadow(0 15px 20px rgba(0, 0, 0, 0.3));
  z-index: 3;
}

.coleslaw {
  position: absolute;
  top: -100px;
  right: -100px;
  width: 250px;
  filter: drop-shadow(0 15px 20px rgba(0, 0, 0, 0.3));
}

.pickles-top {
  position: absolute;
  right: -150px;
  top: 400px;
  width: 650px;
  transform: rotate(45deg);
  filter: drop-shadow(0 15px 20px rgba(0, 0, 0, 0.3));
  z-index: 3;
}

.bottle-opener-top {
  transform: rotate(160deg);
  height: 500px;
  position: absolute;
  top: -200px;
  right: 400px;
  filter: drop-shadow(0 15px 20px rgba(0, 0, 0, 0.3));
}

.corkscrew {
  transform: rotate(-130deg);
  height: 500px;
  position: absolute;
  top: 650px;
  left: -180px;
  filter: drop-shadow(0 15px 20px rgba(0, 0, 0, 0.3));
  z-index: 3;
}

.burger-top {
  position: absolute;
  top: 550px;
  left: 500px;
  width: 600px;
  transform: rotate(-120deg);
  filter: drop-shadow(0 15px 20px rgba(0, 0, 0, 0.3));
  z-index: 3;
}

.parsley-bunch {
  position: absolute;
  transform: rotate(10deg);
  width: 600px;
  top: 100px;
  left: -190px;

  z-index: 1;
}

.parsley {
  position: absolute;
  right: -100px;
  top: 200px;
  width: 400px;
  transform: rotate(-90deg);
}

.happy-hour {
  position: relative;
  background: #24211f;
  color: white;
  margin: 0;
  padding: 250px 0 100px 0;
}

.happy-hour-menu {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1.5rem 2rem;
}

.happy-graphic {
  width: 500px;
  position: absolute;
  top: 50px;
  left: 60px;
}

.every-day-graphic {
  width: 470px;
  position: absolute;
  top: 50px;
  right: 190px;
}

.happy {
  position: absolute;
  left: 200px;
  top: 50px;
}

.every {
  position: absolute;
  right: 500px;
  top: 50px;
  text-align: center;
}

.first-row h3 {
  margin-top: 0;
}

.features {
  position: relative;
  background-color: #092918;
  min-height: 700px;
  padding: 150px 2rem 5rem;
  color: white;
}

.features::before {
  content: "";
  position: absolute;

  top: -120px;
  left: 0;

  width: 100%;
  height: 120px;

  background-color: #092918;

  clip-path: polygon(0 100%, 100% 0, 100% 100%);
}

.features {
  position: relative;
  background-color: #092918;
  color: #f5efe6;
  padding: 150px 2rem 6rem;
}

.features-content {
  max-width: 1100px;
  margin: 0 auto;
}

.features-heading {
  text-align: center;
  margin-bottom: 4rem;
}

.features-heading p {
  margin: 0;
  color: #d9a83e;
  font-size: 2.5rem;
  font-style: italic;
}

.features-heading h2 {
  margin: 0;
  color: #f5efe6;
  font-size: 5rem;
  letter-spacing: 0.1em;
}

.features-heading span {
  display: block;
  margin-top: 0.5rem;
  color: #d9a83e;
  font-size: 1.2rem;
}

.features-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0 4rem;
}

.feature-item {
  text-align: center;
  padding: 2rem 1rem;

  border-bottom: 1px solid #d9a83e;
}

.feature-item h3 {
  margin: 0 0 0.75rem;
  color: #d9a83e;
  font-size: 1.8rem;
  letter-spacing: 0.08em;
}

.feature-item h4 {
  margin: 0.5rem 0;
  color: #f5efe6;
  font-size: 1.5rem;
}

.feature-item p {
  margin: 0.5rem 0;
  line-height: 1.5;
  color: #f5efe6;
}

.feature-item small {
  font-size: 0.8rem;
}

.feature-sunday {
  grid-column: 1 / -1;
  width: 50%;
  justify-self: center;
}

.features-note {
  text-align: center;
  color: #d9a83e;
  margin-top: 2rem;
  font-size: 0.9rem;
}

.fish-chips {
  width: 400px;
  position: absolute;
  left: 50px;
  bottom: 40px;
}

.taco-platter {
  width: 400px;
  position: absolute;
  top: 0;
  right: 150px;
}

.about {
  background-color: #f5efe6;
  padding: 7rem 2rem;
}

.about-content {
  max-width: 900px;
  margin: 0 auto;
  text-align: center;
}

.about-heading p {
  font-family: "Great Vibes", cursive;
  font-size: 3rem;
  color: #d9a83e;
  margin: 0;
}

.about-heading h2 {
  font-family: "Bebas Neue", sans-serif;
  font-size: 5rem;
  letter-spacing: 0.08em;
  color: #24211f;
  margin: 0;
}

.about-heading span {
  display: block;
  width: 70px;
  height: 3px;
  background-color: #d9a83e;
  margin: 1rem auto 2.5rem;
}

.about-text {
  max-width: 750px;
  margin: 0 auto 1.5rem;
  font-size: 1.25rem;
  line-height: 1.8;
  color: #3a2a22;
}

.contact {
  background-color: #24211f;
  color: white;
  padding: 30px 0 70px 0;
}

.contact-map {
  width: 100%;
  max-width: 700px;
  margin: 3rem auto 0;
}

.contact-content {
  display: flex;
  justify-content: space-around;
}

.contact-left {
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin-left: 300px;
}

.contact-left p {
  margin: 5px 0 5px 0;
}

.contact-right {
  margin-right: 300px;
}

.contact-map iframe {
  width: 520px;
  height: 300px;
  border: 0;
  border-radius: 12px;
}

footer {
  display: flex;
  justify-content: space-between;
  padding: 40px 440px 40px 440px;
  background-color: #f5efe6;
  color: #24211f;
  position: relative;
}

.links {
  display: flex;
  flex-direction: column;
  margin-bottom: 5rem;
}

.links a {
  text-decoration: none;
  color: #24211f;
  text-align: center;
}

.social {
  text-align: center;
}
.social a {
  text-decoration: none;
  color: #24211f;
}

.rob-did-this {
  position: absolute;
  bottom: 1px;
  left: 50%;
}

/* =========================
   MOBILE
   ========================= */

@media (max-width: 768px) {
  body {
    overflow-x: hidden;
  }

  /* ---------- NAV ---------- */

  header {
    width: 100%;
  }

  nav {
    width: 100%;
  }

  nav ul {
    display: flex;
    flex-wrap: nowrap;
    justify-content: center;
    gap: 0.15rem;
    margin: 0;
    padding: 0.75rem 0.25rem;
  }

  nav ul li {
    font-size: 0.95rem;
    padding: 0.4rem;
  }

  /* ---------- HERO ---------- */

  .hero {
    height: 820px;
    min-height: 820px;
    position: relative;
    overflow: hidden;

    background-size: cover;
    background-position: center;
  }

  /* MAIN LEO'S SIGN */

  .sign {
    width: 78vw;
    max-width: 340px;

    top: 14%;
    left: 50%;

    transform: translateX(-50%);

    z-index: 6;
  }

  /* WINGS - upper left */

  .wings-top {
    width: 58vw;
    max-width: 250px;

    top: 15rem;
    left: -18vw;

    transform: rotate(-16deg);

    z-index: 3;
  }

  /* BURGER - lower left */

  .burger-top {
    width: 64vw;
    max-width: 280px;

    top: 58%;
    left: 20vw;

    transform: rotate(-118deg);

    z-index: 4;
  }

  /* PICKLES - lower right */

  .pickles-top {
    width: 55vw;
    max-width: 240px;

    top: 35%;
    right: -18vw;
    left: auto;

    transform: rotate(38deg);

    z-index: 3;
  }

  /* BOTTLE OPENER - upper right */

  .bottle-opener-top {
    width: auto;
    height: 210px;

    top: -75px;
    right: 100px;

    transform: rotate(160deg);

    z-index: 2;
  }

  /* COLESLAW - tiny corner detail */

  .coleslaw {
    width: 100px;

    top: -25px;
    right: -45px;

    z-index: 3;
  }

  /* CORKSCREW - bottom left detail */

  .corkscrew {
    display: block;

    height: 220px;

    top: 72%;
    left: -90px;

    transform: rotate(-130deg);

    z-index: 2;
  }

  /* PARSLEY BEHIND WINGS */

  .parsley-bunch {
    width: 280px;

    top: 13rem;
    left: -120px;

    z-index: 1;
  }

  /* PARSLEY BEHIND PICKLES */

  .parsley {
    width: 180px;

    top: 42%;
    right: -70px;

    transform: rotate(-90deg);

    z-index: 1;
  }

  /* ---------- HAPPY HOUR ---------- */

  .happy-hour {
    padding: 3.5rem 1.25rem 4rem;
  }

  .happy-hour-titles {
    display: grid;
    grid-template-columns: 1fr 1fr;

    align-items: center;
    gap: 1rem;

    margin-bottom: 2.5rem;
  }

  /* Undo desktop absolute positioning */

  .happy-graphic,
  .every-day-graphic {
    position: static;

    width: 100%;
    max-width: 190px;

    justify-self: center;
  }

  /* MENU ITEMS */

  .happy-hour-menu {
    grid-template-columns: 1fr;
    gap: 1.25rem;
  }

  .happy-item {
    padding-bottom: 1.25rem;
    border-bottom: 1px solid rgba(217, 168, 62, 0.35);
  }

  .happy-title-row {
    display: flex;
    justify-content: space-between;
    align-items: center;

    gap: 1rem;
  }

  .happy-title-row h3 {
    margin-bottom: 0.25rem;
  }

  .happy-item p {
    line-height: 1.5;
    font-size: 0.95rem;
  }

  /* ---------- FEATURES ---------- */

  .features {
    min-height: 0;

    padding: 100px 1.25rem 4rem;
  }

  /* Smaller diagonal on phone */

  .features::before {
    height: 70px;
    top: -70px;
  }

  .features-heading {
    margin-bottom: 2rem;
  }

  .features-heading p {
    font-size: 2rem;
  }

  .features-heading h2 {
    font-size: 3.5rem;
    letter-spacing: 0.06em;
  }

  .features-heading span {
    font-size: 1rem;
  }

  /* One day per row */

  .features-grid {
    grid-template-columns: 1fr;
    gap: 0;
  }

  .feature-item {
    padding: 1.5rem 0.75rem;
  }

  .feature-sunday {
    grid-column: auto;

    width: 100%;
  }

  /* Desktop decorative plates would get nuts on mobile */

  .fish-chips,
  .taco-platter {
    display: none;
  }

  /* ---------- ABOUT ---------- */

  .about {
    padding: 4.5rem 1.5rem;
  }

  .about-heading p {
    font-size: 2.5rem;
  }

  .about-heading h2 {
    font-size: 3.5rem;
  }

  .about-text {
    font-size: 1.05rem;
    line-height: 1.7;
  }

  /* ---------- CONTACT ---------- */

  .contact {
    padding: 3rem 1.25rem;
  }

  .contact-content {
    flex-direction: column;
    gap: 2rem;
  }

  .contact-left {
    margin-left: 0;
    text-align: center;
  }

  .contact-right {
    margin-right: 0;
  }

  .contact-map {
    width: 100%;
    max-width: none;

    margin: 1.5rem auto 0;
  }

  .contact-map iframe {
    width: 100%;
    height: 300px;
  }

  /* ---------- FOOTER ---------- */

  footer {
    flex-direction: column;

    align-items: center;
    text-align: center;

    gap: 1.5rem;

    padding: 2.5rem 1.25rem 4rem;
  }

  .links {
    margin-bottom: 0;
  }

  .rob-did-this {
    position: static;

    margin: 1rem 0 0;
  }
}
