.hero {
  background-image:
    linear-gradient(90deg, rgba(91, 51, 10, 0.8) 0%, rgba(92, 54, 16, 0.75) 13%, rgba(93, 60, 27, 0.65) 37%, rgba(95, 70, 44, 0.5) 51%, rgba(102, 102, 102, 0) 100%),
    url("assets/hero.png");
  background-position: center top;
  background-size: cover;
  min-height: 727px;
  overflow: hidden;
  padding: 50px clamp(24px, 6.32vw, 91px) 0;
  position: relative;
}

.hero-content {
  margin-inline: auto;
  max-width: var(--inner);
}

.hero-content {
  animation: heroIntro 900ms cubic-bezier(0.22, 1, 0.36, 1) both;
  padding-top: 97px;
}

@keyframes heroIntro {
  from {
    opacity: 0;
    transform: translateY(36px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

h1 {
  font-family: "Roboto", "Arial Black", Arial, sans-serif;
  font-size: clamp(54px, 6.11vw, 88px);
  font-weight: 900;
  line-height: 1.02;
  text-transform: uppercase;
}

.hero-content p {
  font-family: "Roboto", "Segoe UI", Arial, sans-serif;
  font-size: 24.54px;
  font-weight: 300;
  line-height: 1.25;
  margin-top: 22px;
  max-width: 687px;
}

.hero-content .button-filled {
  margin-top: 49px;
  min-width: 339px;
}

.small-button {
  border-radius: 10px;
  font-size: 24px;
  min-height: 40px;
  min-width: 284px;
  padding: 15px 16px;
}

.small-button img {
  height: 30px;
  width: 30px;
}

.section {
  width: calc(100% - 48px);
}

.about {
  align-items: center;
  display: grid;
  gap: 78px;
  grid-template-columns: minmax(0, 737px) minmax(360px, 430px);
  padding-top: 119px;
}

.section-copy {
  max-width: 737px;
}

.compact-copy {
  max-width: 700px;
}

.eyebrow.centered {
}

.eyebrow.centered::after {
  left: 50%;
  transform: translateX(-50%);
}

.eyebrow.align-right {
  left: auto;
}

.eyebrow.align-right::after {
  left: auto;
  right: 0;
}

h2 {
  color: var(--gold);
  font-family: "Playfair Display", Georgia, serif;
  font-size: 56px;
  font-weight: 800;
  line-height: 1;
}

.section-copy > p:not(.eyebrow),
.outlets-copy > p {
  font-size: 20px;
  line-height: 1.45;
  margin-top: 20px;
  font-weight: 100;
}

.about .button {
  margin-top: 44px;
}

.about-collage {
  display: grid;
  gap: 12px 10px;
  grid-template-columns: 257px 163px;
  grid-template-rows: 238px 160px;
  padding-top: 62px;
}

.about-card {
  border-radius: 20px;
  overflow: hidden;
}

.about-card img {
  height: 100%;
  object-fit: cover;
  width: 100%;
}

.about-large {
  background: #ffffff;
  grid-column: 1 / -1;
}

.about-large img {
  margin-left: auto;
  width: 263px;
}

.about-wide {
  background: #d6c7b2;
}

.about-wide img {
  margin-left: auto;
  width: 178px;
}

.about-tall {
  background: #f1e7ea;
}

.about-tall img {
  height: 100px;
  margin-top: 60px;
}

.essence {
  background: var(--panel);
  margin-top: 82px;
  min-height: 478px;
  padding: 39px 24px 79px;
  text-align: center;
}

.essence h2 {
  color: #ffffff;
  font-size: 40px;
  line-height: 1.75;
}

.essence-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 280px));
  justify-content: center;
  margin-top: 35px;
}

.essence-grid article {
  border-left: 1px solid rgba(255, 255, 255, 0.65);
  min-height: 188px;
  padding: 0 18px;
}

.essence-grid article:first-child {
  border-left: 0;
}

.icon-box {
  align-items: center;
  background: var(--coffee);
  border-radius: 10px;
  display: inline-flex;
  height: 100px;
  justify-content: center;
  width: 100px;
}

.icon-box img {
  height: 62px;
  object-fit: contain;
  width: 62px;
}

.essence-grid h3,
.menu-grid h3 {
  font-family: "Playfair Display", Georgia, serif;
  font-size: 20px;
  font-weight: 800;
  line-height: 1.2;
  margin-top: 13px;
}

.essence-grid p {
  font-family: "Roboto", "Segoe UI", Arial, sans-serif;
  font-size: 16px;
  font-weight: 300;
  line-height: 1.2;
  margin: 10px auto 0;
  max-width: 250px;
}

.menu {
  padding-top: 109px;
}

.section-heading-row {
  align-items: start;
  display: flex;
  justify-content: space-between;
}

.section-heading-row .button {
  margin-top: 55px;
}

.section-heading-row p:not(.eyebrow) {
  font-size: 20px;
  line-height: 1.23;
  margin-top: 15px;
  max-width: 576px;
  font-weight: 100;
}

.menu-tabs {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 19px;
}

.menu-tabs button {
  background: transparent;
  border: 1px solid var(--gold);
  border-radius: 10px;
  color: var(--gold);
  cursor: pointer;
  font-size: 20px;
  min-height: 25px;
  padding: 10px 19px;
  min-width: 120px;
}

.menu-tabs .selected {
  background: var(--gold-light);
  color: #000000;
  font-weight: 700;
}

.menu-grid {
  display: grid;
  gap: 35px;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  margin-top: 37px;
}

.menu-grid img {
  aspect-ratio: 1.325;
  border-radius: 26px 26px 0 0;
  object-fit: cover;
  width: 100%;
}

.menu-card-copy {
  border-left: 8px solid #ffffff;
  margin-top: 14px;
  min-height: 65px;
  padding-left: 13px;
}

.menu-grid h3 {
  color: #ffffff;
  font-size: 20px;
  line-height: 0.95;
  margin-top: 0;
}

.menu-grid p {
  color: rgba(255, 255, 255, 0.72);
  font-size: 16px;
  line-height: 1.05;
  margin-top: 12px;
  font-weight: 100;
}

.gallery {
  align-items: start;
  display: grid;
  gap: 56px;
  grid-template-columns: 680px minmax(0, 1fr);
  padding-top: 150px;
}

.gallery-grid {
  display: grid;
  gap: 7px;
  grid-template-columns: 171px 55px 171px 256px;
  grid-template-rows: 197px 197px;
  position: relative;
}

.gallery-tile {
  border-radius: 7px;
  display: block;
  overflow: hidden;
  position: relative;
}

.gallery-tile img {
  height: 100%;
  object-fit: cover;
  width: 100%;
}

.gallery-tile-gray-base {
  filter: grayscale(1);
}

.gallery-tile-color {
  clip-path: inset(100% 0 0 0);
  inset: 0;
  pointer-events: none;
  position: absolute;
  transition: clip-path 520ms ease;
}

.gallery-tile:hover .gallery-tile-color {
  clip-path: inset(0 0 0 0);
}

.gallery-tile:nth-child(1) {
  grid-column: 1 / 2;
  grid-row: 1;
}

.gallery-tile:nth-child(2) {
  grid-column: 2 / 4;
  grid-row: 1;
}

.gallery-tile:nth-child(3) {
  grid-column: 4 / 5;
  grid-row: 1 / 3;
}

.gallery-tile:nth-child(4) {
  grid-column: 1 / 3;
  grid-row: 2;
}

.gallery-tile:nth-child(5) {
  grid-column: 3 / 4;
  grid-row: 2;
}

.camera-badge {
  height: 116px;
  left: 397px;
  position: absolute;
  top: 197px;
  transform: translate(-50%, -50%);
  width: 116px;
}

.camera-badge img {
  filter: none;
  height: 100%;
  object-fit: contain;
  width: 100%;
}

.gallery-copy {
  padding-top: 2px;
  text-align: right;
}

.gallery-copy p:not(.eyebrow) {
  color: rgba(255, 255, 255, 0.9);
  font-size: 20px;
  line-height: 1.18;
  margin-left: auto;
  max-width: 545px;
  text-align: right;
  font-weight: 100;
}

.gallery-copy h2 {
  font-size: 56px;
  line-height: 1.08;
  margin-left: auto;
  max-width: 545px;
}

.gallery-copy .button {
  font-size: 24px;
  margin-top: 31px;
  min-height: 63px;
  min-width: 284px;
  padding-inline: 28px;
}

.gallery-copy .small-button img {
  height: 30px;
  width: 30px;
}

.outlets {
  align-items: start;
  display: grid;
  gap: 46px;
  grid-template-columns: minmax(0, 576px) minmax(520px, 626px);
  padding-top: 130px;
  position: relative;
}

.outlets-copy {
  position: relative;
}

.outlets-copy > p {
  max-width: 576px;
}

.map {
  margin: 10px 0 0 -85px;
  max-width: 932px;
  opacity: 0.92;
  width: min(72vw, 932px);
  z-index: -1;
}

.stats-card {
  background: var(--coffee);
  border-radius: 20px;
  color: var(--gold-light);
  display: grid;
  grid-template-columns: 1fr 1fr;
  margin: 20px 0 0 50px;
  max-width: 423px;
  min-height: 191px;
  padding: 25px 30px 18px;
  position: relative;
  text-align: center;
}

.stats-card::before {
  background: rgba(228, 175, 96, 0.42);
  bottom: 71px;
  content: "";
  height: 1px;
  left: 24px;
  position: absolute;
  right: 24px;
}

.stats-card::after {
  background: rgba(228, 175, 96, 0.42);
  content: "";
  height: 82px;
  left: 50%;
  position: absolute;
  top: 23px;
  width: 1px;
}

.stat-item {
  align-items: center;
  display: grid;
  column-gap: 11px;
  grid-template-columns: 57px 1fr;
  grid-template-rows: auto auto;
  text-align: left;
}

.stat-item:first-child {
  padding-right: 20px;
}

.stat-item:nth-child(2) {
  padding-left: 24px;
}

.stat-item img {
  height: 57px;
  grid-row: 1 / 3;
  justify-self: center;
  object-fit: contain;
  width: 57px;
}

.stat-item strong {
  align-self: end;
  font-family: "Roboto", "Segoe UI", Arial, sans-serif;
  font-size: 42px;
  font-weight: 800;
  line-height: 0.9;
}

.stat-item span {
  display: block;
  font-family: "Roboto", "Segoe UI", Arial, sans-serif;
  font-size: 20px;
  font-weight: 300;
  grid-column: 2;
  line-height: 1;
  margin-top: 2px;
}

.stats-card > p {
  align-self: end;
  color: #ffffff;
  font-size: 20px;
  font-weight: 200;
  grid-column: 1 / -1;
  line-height: 1.18;
  margin: 16px auto 0;
  max-width: 394px;
}

.outlet-list {
  display: flex;
  flex-direction: column;
  gap: 29px;
  z-index: 1;
}

.outlet-action {
  align-self: flex-end;
}

.outlet-card {
  background: var(--panel);
  border-radius: 20px;
  display: grid;
  grid-template-columns: 301px minmax(0, 1fr);
  min-height: 210px;
  overflow: hidden;
}

.outlet-card > img {
  height: 250px;
  object-fit: cover;
  width: 301px;
}

.outlet-card > div {
  padding: 21px 21px 17px 23px;
}

.outlet-card h3 {
  font-family: "Playfair Display", Georgia, serif;
  font-size: 32px;
  font-weight: 800;
  line-height: 1.15;
}

.outlet-card p {
  color: #ffffff;
  font-size: 16px;
  font-weight: 200;
  line-height: 1.25;
  margin-top: 30px;
  padding-left: 19px;
  position: relative;
}

.outlet-card p img {
  height: 17px;
  left: 0;
  object-fit: contain;
  position: absolute;
  top: 2px;
  width: 17px;
}

.outlet-card .hours {
  line-height: 1.35;
  margin-top: 12px;
}

.outlet-card strong {
  font-weight: 400;
}

.outlet-card a {
  align-items: center;
  color: var(--gold);
  display: inline-flex;
  font-size: 16px;
  font-weight: 500;
  gap: 8px;
  margin-left: 149px;
  margin-top: 10px;
  height: 40px;
}

.outlet-card a img {
  height: 18px;
  width: 18px;
}

.contact {
  background-image:url("assets/contact-bg.png");
  background-position: center;
  background-size: cover;
  color: #000000;
  margin-top: 150px;
  min-height: 270px;
  padding: 35px 24px 40px;
  text-align: center;
}

.contact .eyebrow {
  color: var(--coffee);
  margin-bottom: 25px;
}

.contact h2 {
  color: #000000;
  font-size: 56px;
}

.button-outline-contact {
  border: 2px solid transparent;
  border-radius: 10px;
  background-origin: border-box;
  background-clip: padding-box, border-box;
}

.contact-button {
  border-color: var(--coffee);
  border-radius: 10px;
  color: var(--coffee);
  font-size: 24px;
  margin-top: 28px;
  min-width: 365px;
}

.contact-button img {
  filter: brightness(0) saturate(100%) invert(22%) sepia(45%) saturate(1219%) hue-rotate(358deg) brightness(93%) contrast(98%);
}

.about.scroll-animate {
  transform: translateX(-70px);
}

.menu.scroll-animate {
  filter: blur(10px);
  transform: translateY(90px);
}

.menu.scroll-animate.is-visible {
  filter: blur(0);
  transform: translateY(0);
}

.gallery.scroll-animate {
  transform: translateX(70px);
}

.outlets.scroll-animate {
  transform: translateY(90px) scale(0.96);
}

.contact.scroll-animate {
  transform: translateY(58px) scale(0.985);
}

.footer.scroll-animate {
  transform: translateY(45px);
}

.scroll-animate.is-visible .section-copy,
.scroll-animate.is-visible .hero-content,
.scroll-animate.is-visible .gallery-copy,
.scroll-animate.is-visible .outlets-copy {
  animation: textLift 720ms ease both;
}

.scroll-animate.is-visible .about-collage,
.scroll-animate.is-visible .essence-grid article,
.scroll-animate.is-visible .menu-grid article,
.scroll-animate.is-visible .gallery-tile,
.scroll-animate.is-visible .outlet-card,
.scroll-animate.is-visible .stats-card {
  animation: cardRise 720ms cubic-bezier(0.22, 1, 0.36, 1) both;
}

.scroll-animate.is-visible .essence-grid article:nth-child(2),
.scroll-animate.is-visible .menu-grid article:nth-child(2),
.scroll-animate.is-visible .gallery-tile:nth-child(2),
.scroll-animate.is-visible .outlet-card:nth-of-type(2) {
  animation-delay: 90ms;
}

.scroll-animate.is-visible .essence-grid article:nth-child(3),
.scroll-animate.is-visible .menu-grid article:nth-child(3),
.scroll-animate.is-visible .gallery-tile:nth-child(3),
.scroll-animate.is-visible .outlet-card:nth-of-type(3) {
  animation-delay: 170ms;
}

.scroll-animate.is-visible .essence-grid article:nth-child(4),
.scroll-animate.is-visible .menu-grid article:nth-child(4),
.scroll-animate.is-visible .gallery-tile:nth-child(4) {
  animation-delay: 240ms;
}

.scroll-animate.is-visible .gallery-tile:nth-child(5) {
  animation-delay: 310ms;
}

@media (prefers-reduced-motion: reduce) {
  .scroll-animate.is-visible .section-copy,
  .scroll-animate.is-visible .hero-content,
  .scroll-animate.is-visible .gallery-copy,
  .scroll-animate.is-visible .outlets-copy,
  .scroll-animate.is-visible .about-collage,
  .scroll-animate.is-visible .essence-grid article,
  .scroll-animate.is-visible .menu-grid article,
  .scroll-animate.is-visible .gallery-tile,
  .scroll-animate.is-visible .outlet-card,
  .scroll-animate.is-visible .stats-card {
    animation: none;
  }
}

@media (max-width: 1180px) {
  .about,
  .gallery,
  .outlets {
    grid-template-columns: 1fr;
  }

  .about-collage,
  .gallery-grid {
    justify-self: center;
  }

  .gallery-copy {
    padding-top: 0;
    text-align: left;
  }

  .gallery-copy p:not(.eyebrow) {
    margin-left: 0;
  }

  .eyebrow.align-right::after {
    left: 0;
    right: auto;
  }

  .outlet-list {
    max-width: 626px;
  }
}

@media (max-width: 840px) {
  .hero {
    min-height: 650px;
    padding-top: 28px;
  }

  .nav {
    align-items: flex-start;
    flex-direction: column;
    gap: 24px;
  }

  .nav-links {
    justify-content: flex-start;
  }

  .hero-content {
    padding-top: 70px;
  }

  .section-copy > p:not(.eyebrow),
  .outlets-copy > p,
  .section-heading-row p:not(.eyebrow) {
    font-size: 18px;
  }

  h2,
  .contact h2 {
    font-size: 40px;
  }

  .section-heading-row {
    flex-direction: column;
    gap: 24px;
  }

  .section-heading-row .button {
    margin-top: 0;
  }

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

  .essence-grid article:nth-child(odd) {
    border-left: 0;
  }

  .gallery-grid {
    grid-template-columns: repeat(3, 1fr);
    width: 100%;
  }

  .map {
    margin-left: 0;
    width: 100%;
  }

  .stats-card {
    margin-left: 0;
  }
}

@media (max-width: 620px) {
  .hero {
    background-position: 62% top;
  }

  .brand img {
    height: 54px;
    width: 96px;
  }

  .nav-links {
    gap: 14px 20px;
  }

  .nav-links a {
    font-size: 15px;
  }

  .hero-content p {
    font-size: 18px;
  }

  .button,
  .contact-button {
    font-size: 16px;
    min-height: 52px;
    min-width: 0;
    padding-inline: 18px;
  }

  .about {
    padding-top: 72px;
  }

  .about-collage {
    grid-template-columns: 1fr;
    grid-template-rows: repeat(3, 180px);
    width: 100%;
  }

  .about-large,
  .about-wide,
  .about-tall {
    grid-column: auto;
  }

  .about-large img,
  .about-wide img,
  .about-tall img {
    height: 100%;
    margin: 0;
    width: 100%;
  }

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

  .essence-grid article {
    border-left: 0;
    border-top: 1px solid rgba(255, 255, 255, 0.4);
    padding-top: 24px;
  }

  .essence-grid article:first-child {
    border-top: 0;
  }

  .gallery-grid {
    grid-template-columns: 1fr;
    grid-template-rows: repeat(5, 160px);
  }

  .gallery-tile:nth-child(3),
  .gallery-tile:nth-child(4) {
    grid-column: auto;
    grid-row: auto;
  }

  .camera-badge {
    height: 84px;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 84px;
  }

  .outlet-card {
    grid-template-columns: 1fr;
  }

  .outlet-card > img {
    aspect-ratio: 301 / 160;
    height: auto;
    width: 100%;
  }

  .outlet-card a {
    margin-left: 0;
  }

  .stats-card {
    grid-template-columns: 1fr;
    gap: 18px;
  }

  .stats-card::after {
    display: none;
  }
}
