html {
  scroll-behavior: smooth;
}

img {
  max-width: 100%;
}

[data-partial] {
  display: contents;
}

.jumbo_image {
  background-image: url("../img/ra/mainimage001.jpg") !important;
}

@media (min-width: 1400px) {
  .jumbo_image {
    min-height: 100vh;
    display: flex;
    align-items: flex-end;
  }

  .jumbo_image .bakery {
    min-height: 100vh;
    width: 100%;
    align-content: flex-end;
    padding-top: 0 !important;
    padding-bottom: clamp(2rem, 6vh, 5rem) !important;
  }
}

.faq-tools {
  background: #f5f5f5;
  border: 1px solid #dedede;
  border-radius: 6px;
  padding: 1rem;
}

.faq-search-input {
  border: 1px solid #b9b9b9;
  border-radius: 4px;
  min-height: 46px;
  padding: 0.75rem 1rem;
  width: 100%;
}

.faq-category-list {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
  margin-top: 0.75rem;
}

.faq-category {
  border: 1px solid #444;
  border-radius: 4px;
  background: #fff;
  color: #202020;
  cursor: pointer;
  font-size: 0.85rem;
  padding: 0.4rem 0.65rem;
  text-transform: uppercase;
}

.faq-category[aria-pressed="true"] {
  background: #ed2324;
  border-color: #ed2324;
  color: #fff;
}

.faq-count {
  color: #555;
  font-size: 0.95rem;
  margin: 0.75rem 0 0;
}

.faq-results {
  display: grid;
  gap: 0.8rem;
  margin-top: 1rem;
}

.faq-item {
  border: 1px solid #ddd;
  border-radius: 6px;
  background: #fff;
  box-shadow: 0 2px 7px rgba(0, 0, 0, 0.08);
  overflow: hidden;
}

.faq-question {
  align-items: center;
  background: #fff;
  border: 0;
  color: #202020;
  cursor: pointer;
  display: flex;
  font-weight: 700;
  justify-content: space-between;
  line-height: 1.25;
  padding: 1rem;
  text-align: left;
  width: 100%;
}

.faq-question::after {
  content: "+";
  flex: 0 0 auto;
  font-size: 1.4rem;
  padding-left: 1rem;
}

.faq-question[aria-expanded="true"]::after {
  content: "-";
}

.faq-answer {
  border-top: 1px solid #eee;
  padding: 0 1rem 1rem;
}

.faq-answer[hidden] {
  display: none;
}

.faq-empty {
  border: 1px dashed #aaa;
  border-radius: 6px;
  color: #555;
  padding: 1rem;
  text-align: center;
}

.modal-fullscreen-ra {
  margin: 0;
  max-width: none;
  min-height: 100%;
  width: 100%;
}

.modal-fullscreen-ra .modal-content {
  background: #050505;
  border: 0;
  border-radius: 0;
  color: #fff;
  min-height: 100vh;
}

.modal-fullscreen-ra .modal-header {
  justify-content: flex-end;
  padding: 1rem;
}

.home-promo-close {
  align-items: center;
  appearance: none;
  background: rgba(237, 35, 36, 0.95);
  border: 2px solid rgba(255, 255, 255, 0.85);
  border-radius: 50%;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.35);
  color: #fff;
  cursor: pointer;
  display: inline-flex;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 2rem;
  font-weight: 300;
  height: 44px;
  justify-content: center;
  line-height: 1;
  padding: 0;
  transition: background-color 160ms ease, transform 160ms ease, box-shadow 160ms ease;
  width: 44px;
}

.home-promo-close:hover,
.home-promo-close:focus {
  background: #ed2324;
  box-shadow: 0 6px 16px rgba(0, 0, 0, 0.45);
  color: #fff;
  outline: 0;
  transform: translateY(-1px);
}

.home-promo-close span {
  display: block;
  margin-top: -2px;
}

.home-promo-body {
  align-items: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-height: calc(100vh - 4rem);
  padding: 2rem;
  text-align: center;
}

.home-promo-image {
  max-height: min(72vh, 760px);
  object-fit: contain;
  width: min(100%, 980px);
  border-radius: 2em!important;
}

.home-promo-actions {
  margin-top: 1.25rem;
}

@media (max-width: 575.98px) {
  .bakery h1,
  .bakery h2,
  .bakery h3,
  .bakery h4 {
    font-size: 2.4rem;
    line-height: 1.1;
  }

  .home-promo-body {
    padding: 1rem;
  }
}
