/* Identidad oficial Grizzly Aromas */
.nav {
  height: 84px;
}

.brand {
  width: 210px;
  height: 76px;
  overflow: hidden;
  gap: 0;
}

.brand-logo {
  display: block;
  width: 210px;
  height: 76px;
  object-fit: contain;
  object-position: left center;
}

.hero {
  min-height: calc(100vh - 84px);
}

.hero-logo {
  display: block;
  width: min(300px, 74vw);
  height: auto;
  max-height: 210px;
  object-fit: contain;
  object-position: left center;
  margin: 0 0 10px;
}

.brand-slogan {
  margin: 0 0 24px;
  color: #79653f;
  font-family: Georgia, serif;
  font-size: 15px;
  letter-spacing: .25px;
}

.download .download-logo {
  width: 130px;
  height: auto;
  max-height: 130px;
  object-fit: contain;
  object-position: center;
}

.footer-brand {
  display: flex;
  align-items: center;
  gap: 18px;
}

.footer-logo {
  display: block;
  width: 190px;
  height: auto;
  max-height: 132px;
  object-fit: contain;
  object-position: center;
  border: 0;
}

.recommendation-dialog {
  width: min(760px, calc(100vw - 32px));
  padding: 0;
  border: 1px solid #b99350;
  border-radius: 24px;
  background: #f8f4eb;
  color: #172217;
  box-shadow: 0 30px 90px #0008;
}

.recommendation-dialog::backdrop {
  background: #0a0e0aa8;
  backdrop-filter: blur(5px);
}

.recommendation-card {
  position: relative;
  display: grid;
  grid-template-columns: minmax(240px, .82fr) 1.18fr;
  min-height: 390px;
}

.recommendation-close {
  position: absolute;
  z-index: 2;
  top: 14px;
  right: 14px;
  width: 38px;
  height: 38px;
  border: 1px solid #c9c5ba;
  border-radius: 50%;
  background: #f8f4ebed;
  color: #263b25;
  font-size: 25px;
  line-height: 1;
  cursor: pointer;
}

.recommendation-image-wrap {
  position: relative;
  overflow: hidden;
  background: #182318;
}

.recommendation-image-wrap img {
  display: block;
  width: 100%;
  height: 100%;
  min-height: 390px;
  object-fit: cover;
}

.recommendation-image-wrap span {
  position: absolute;
  left: 16px;
  bottom: 16px;
  padding: 8px 12px;
  border: 1px solid #d0a85e;
  border-radius: 999px;
  background: #101710df;
  color: #f4dfb7;
  font-size: 10px;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.recommendation-copy {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 52px 42px 36px;
}

.recommendation-copy h2 {
  margin: 8px 0 4px;
  font-family: Georgia, serif;
  font-size: clamp(32px, 4vw, 46px);
  font-weight: 400;
  line-height: 1.03;
}

.recommendation-copy > p:not(.eyebrow) {
  color: #626c60;
  line-height: 1.6;
}

.recommendation-meta {
  margin: 8px 0 2px;
  color: #9b742f !important;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: .7px;
  text-transform: uppercase;
}

.recommendation-actions {
  display: flex;
  align-items: center;
  gap: 14px;
  margin-top: 12px;
}

.recommendation-later {
  border: 0;
  background: transparent;
  color: #526451;
  font-weight: 700;
  cursor: pointer;
}

.recommendation-copy small {
  margin-top: 20px;
  color: #858b81;
  line-height: 1.4;
}

.footer-brand p {
  font-family: Georgia, serif;
  color: #e0d3ba;
  letter-spacing: .2px;
}

@media (max-width: 800px) {
  .nav {
    height: 72px;
    padding-left: 14px;
  }

  .brand,
  .brand-logo {
    width: 158px;
    height: 66px;
  }

  .hero {
    min-height: calc(100vh - 72px);
  }

  .hero-logo {
    width: min(260px, 76vw);
    height: auto;
  }

  .brand-slogan {
    font-size: 13px;
  }

  .footer-brand {
    align-items: flex-start;
    flex-direction: column;
  }

  .footer-logo {
    width: 165px;
    height: auto;
  }

  .download .download-logo {
    width: 86px;
    max-height: 86px;
  }

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

  .recommendation-image-wrap img {
    height: 225px;
    min-height: 225px;
  }

  .recommendation-copy {
    padding: 30px 24px 26px;
  }

  .recommendation-actions {
    align-items: stretch;
    flex-direction: column;
  }
}

.nav-actions {
  display: inline-flex;
  align-items: center;
  gap: 9px;
}

.nav-help,
.help-button {
  border: 1px solid #b68b45;
  color: #6f5428;
}

.nav-help {
  display: inline-flex;
  align-items: center;
  min-height: 39px;
  padding: 0 14px;
  border-radius: 999px;
  font-size: 12px;
  font-weight: 800;
}

.help-button {
  gap: 8px;
  background: #fffaf0;
}

.help-button span {
  display: inline-grid;
  place-items: center;
  width: 22px;
  height: 22px;
  border-radius: 50%;
  background: #b68b45;
  color: white;
}

.download-actions {
  display: grid;
  gap: 9px;
}

.about-invite {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 36px;
  margin: 0 clamp(22px, 5vw, 76px) 80px;
  padding: 38px 42px;
  border: 1px solid #c8a45f;
  border-radius: 18px;
  background: linear-gradient(120deg, #fffdf8, #efe6d4);
}

.about-invite h2 {
  margin: 8px 0;
  font-family: Georgia, serif;
  font-size: clamp(28px, 3vw, 40px);
  font-weight: 400;
}

.about-invite p:not(.eyebrow) {
  max-width: 690px;
  margin: 0;
  color: #687266;
  line-height: 1.6;
}

.about-open {
  flex: 0 0 auto;
  border: 0;
  background: #263b25;
  color: white;
  cursor: pointer;
}

.about-dialog {
  width: min(440px, calc(100vw - 32px));
  padding: 0;
  border: 1px solid #c9a962;
  border-radius: 24px;
  background: #fdfbf6;
  color: #172217;
  box-shadow: 0 30px 90px #0008;
}

.about-dialog::backdrop {
  background: #050805b8;
  backdrop-filter: blur(5px);
}

.about-card {
  position: relative;
  padding: 42px 32px 30px;
  text-align: center;
}

.about-card h2 {
  margin: 10px 0 14px;
  font-family: Georgia, serif;
  font-size: 31px;
  font-weight: 400;
  line-height: 1.08;
}

.about-card > p:not(.eyebrow) {
  margin: 0;
  color: #687266;
  font-size: 14px;
  line-height: 1.65;
}

.about-close {
  position: absolute;
  top: 13px;
  right: 13px;
  width: 36px;
  height: 36px;
  border: 1px solid #d3cbbd;
  border-radius: 50%;
  background: #fff;
  color: #526b4e;
  font-size: 24px;
  line-height: 1;
  cursor: pointer;
}

.about-email {
  margin: 22px 0 14px;
  padding: 13px 10px;
  overflow-wrap: anywhere;
  border: 1px solid #d8d3c8;
  border-radius: 13px;
  background: white;
  color: #2e482a;
  font-size: 13px;
  font-weight: 800;
}

.about-email-action {
  display: flex;
  width: 100%;
  text-transform: uppercase;
}

.about-cancel {
  width: 100%;
  margin-top: 10px;
  border-color: #9bb39a;
  background: transparent;
  color: #526b4e;
  text-transform: uppercase;
  cursor: pointer;
}

@media (max-width: 800px) {
  .nav {
    gap: 8px;
    padding-right: 10px;
  }

  .brand,
  .brand-logo {
    width: 128px;
  }

  .nav nav {
    gap: 0;
  }

  .nav nav .nav-actions {
    display: inline-flex;
    gap: 6px;
  }

  .nav nav a.nav-help {
    display: inline-flex;
    min-height: 37px;
    padding: 0 10px;
    font-size: 11px;
  }

  .nav .nav-cta {
    padding: 10px 12px;
    font-size: 11px;
  }

  .actions {
    align-items: stretch;
    flex-direction: column;
  }

  .download-actions {
    grid-column: 1 / -1;
  }

  .about-invite {
    align-items: stretch;
    flex-direction: column;
    margin: 0 18px 60px;
    padding: 28px 24px;
  }

  .about-open {
    width: 100%;
  }

  .about-card {
    padding: 42px 22px 24px;
  }
}
