.site-shell,
main {
  display: block;
}

button,
input,
textarea,
select {
  font: inherit;
}

body > header.elementor-location-header,
body > footer.elementor-location-footer,
body .elementor-location-header,
body .elementor-location-footer,
body .hfe-site-header,
body .hfe-site-footer,
body .ehf-header,
body .ehf-footer,
body .ehf-template-header,
body .ehf-template-footer,
body [data-elementor-type="header"],
body [data-elementor-type="footer"] {
  display: none !important;
}

.site-nav {
  list-style: none;
  margin: 0;
  padding: 0;
}

.site-nav li {
  list-style: none;
}

.site-nav a {
  display: inline-flex;
}

.menu-toggle {
  display: none;
  align-items: center;
  justify-content: center;
  min-height: 46px;
  padding: 10px 16px;
  border: 1px solid var(--card-line, #111111);
  background: transparent;
  color: inherit;
  cursor: pointer;
  font-family: "Jost", sans-serif;
  font-size: 0.78rem;
  font-weight: 600;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.header-cta {
  white-space: nowrap;
}

.media-placeholder {
  display: grid;
  place-items: center;
  min-height: 100%;
  width: 100%;
  padding: 32px;
  background:
    linear-gradient(135deg, rgba(198, 68, 48, 0.08), rgba(157, 220, 255, 0.16)),
    linear-gradient(#f4efe6, #f4efe6);
  color: rgba(23, 23, 23, 0.72);
  text-align: center;
}

.media-placeholder span {
  font-family: "Jost", sans-serif;
  font-size: 0.82rem;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.pagination-shell {
  margin-top: 32px;
}

.nav-links {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.page-numbers {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 46px;
  min-height: 46px;
  padding: 8px 14px;
  border: 1px solid var(--card-line, #111111);
  background: rgba(251, 248, 242, 0.92);
  color: inherit;
  font-family: "Jost", sans-serif;
  font-size: 0.8rem;
  text-decoration: none;
}

.page-numbers.current,
.page-numbers:hover,
.page-numbers:focus-visible {
  background: var(--signal, #c4432f);
  border-color: var(--signal-strong, #943123);
  color: #fff6f0;
}

.archive-empty {
  width: min(100%, 720px);
}

.screen-reader-text {
  position: absolute !important;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.screen-reader-text:focus {
  clip: auto !important;
  width: auto;
  height: auto;
  margin: 0;
  padding: 12px 16px;
  background: #111111;
  color: #ffffff;
  z-index: 100000;
}

.alignleft {
  float: left;
  margin: 0 24px 16px 0;
}

.alignright {
  float: right;
  margin: 0 0 16px 24px;
}

.aligncenter {
  display: block;
  margin-right: auto;
  margin-left: auto;
}

.wp-caption,
.wp-block-image,
.wp-block-gallery,
.wp-block-table,
.wp-block-quote,
.wp-block-embed {
  max-width: 100%;
}

body.admin-bar .site-header {
  top: 32px;
}

@media (max-width: 1120px) {
  .menu-toggle {
    display: inline-flex;
  }

  .site-header__inner {
    flex-wrap: wrap;
  }

  .site-nav-wrap {
    display: none;
    width: 100%;
    order: 4;
  }

  .site-nav-wrap.is-open {
    display: block;
  }

  .site-nav-wrap.is-open .site-nav {
    display: grid !important;
    gap: 12px;
    width: 100%;
    padding-top: 8px;
  }

  .site-nav-wrap.is-open .site-nav li {
    display: block;
  }

  .site-nav-wrap.is-open .site-nav a {
    width: fit-content;
    padding: 6px 0;
  }
}

@media (max-width: 782px) {
  body.admin-bar .site-header {
    top: 46px;
  }
}
