.site-footer {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 2rem;
  padding: 3rem max(1.25rem, calc((100vw - 1180px) / 2));
  border-top: 2px solid var(--orange, #ff701f);
  background: #0b0503;
  color: #f7eee7;
}
.site-footer strong {
  color: var(--orange, #ff701f);
  font-size: 1.5rem;
}
.site-footer p {
  margin: 0.65rem 0 0;
  color: #ad9f96;
}
.site-footer nav {
  display: flex;
  flex-wrap: wrap;
  gap: 1.25rem;
  align-items: center;
}
.site-footer a {
  color: inherit;
  text-decoration: none;
}
.account-form {
  max-width: 38rem;
  display: grid;
  gap: 1rem;
  padding: clamp(1.25rem, 4vw, 2.5rem);
  border: 1px solid #563529;
  background: #130906;
}
.account-form label {
  display: grid;
  gap: 0.5rem;
  font-weight: 800;
}
.account-form input,
.account-form select,
.account-form textarea {
  width: 100%;
  padding: 0.9rem 1rem;
  border: 1px solid #70412e;
  background: #090403;
  color: #fff7f0;
  font: inherit;
}
.account-form button,
.account-actions a {
  padding: 1rem 1.4rem;
  border: 0;
  background: var(--orange, #ff701f);
  color: #080302;
  font-weight: 900;
  text-decoration: none;
}
.account-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
}
.profile-activity {
  display: flex;
  gap: 1rem;
  margin: 1.5rem 0 2.5rem;
}
.profile-activity article {
  display: grid;
  min-width: 9rem;
  gap: 0.3rem;
  padding: 1rem;
  border: 1px solid #70412e;
}
.profile-activity strong {
  color: var(--orange, #ff701f);
  font-size: 2rem;
}
.review-compose {
  margin: 1.25rem 0 0;
  padding-block-start: 1.25rem;
  border-block-start: 1px solid #563529;
}
.review-compose > summary {
  width: max-content;
  padding: 0.8rem 1.2rem;
  background: var(--orange, #ff701f);
  color: #080302;
  font-weight: 900;
  cursor: pointer;
}
.review-compose .account-form,
.forum-comment-form {
  margin-top: 1rem;
}
.venue-review-heading .review-compose {
  margin: 0;
  padding: 0;
  border: 0;
}
.assistant-backdrop {
  position: fixed;
  inset: 0;
  z-index: 1000;
  display: grid;
  place-items: center;
  padding: 1rem;
  background: rgb(0 0 0 / 0.76);
}
.assistant-shell {
  width: min(42rem, 100%);
  padding: 2rem;
  border: 2px solid var(--orange, #ff701f);
  background: #120805;
  color: #fff7f0;
  box-shadow: 12px 12px 0 #4b1c0a;
}
.assistant-close {
  float: right;
  background: transparent;
  color: inherit;
  border: 1px solid #70412e;
  padding: 0.5rem 0.8rem;
}
.assistant-reset {
  background: transparent;
  color: var(--orange, #ff701f);
  border: 0;
  padding: 0.5rem 0.8rem;
}
.assistant-result a {
  display: inline-block;
  margin-top: 1rem;
  padding: 1rem 1.4rem;
  background: var(--orange, #ff701f);
  color: #080302;
  font-weight: 900;
  text-decoration: none;
}
.assistant-match-results {
  display: grid;
  gap: 0.7rem;
  max-height: 20rem;
  overflow: auto;
}
.assistant-match-results a {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 0.25rem 1rem;
  margin: 0;
  background: #f6eee7;
}
.assistant-match-results strong {
  grid-column: 1;
}
.assistant-match-results b {
  grid-column: 2;
  grid-row: 1 / span 2;
  align-self: center;
  color: #b53b08;
}
.guide-mag-cover {
  position: relative;
}
.guide-post-hero {
  position: relative;
}
@media (max-width: 720px) {
  .site-footer {
    grid-template-columns: 1fr;
    padding-bottom: 6rem;
  }
  .site-footer nav {
    gap: 0.85rem;
  }
}
/* Decorative sequence numbers are painted without exposing low-contrast text. */
.boommoa-author-badge {
  display: inline-flex;
  width: 1.875rem;
  height: 1.3125rem;
  margin-inline-start: 0.3rem;
  vertical-align: -0.3rem;
  flex: 0 0 auto;
}

.boommoa-author-badge img {
  display: block;
  width: 100%;
  height: 100%;
}
