/* Inkunzi Connect emergency responsive repair.
 * Load after Sitejet's generated styles.
 */

html,
body {
  width: 100%;
  max-width: 100%;
  overflow-x: clip;
}

img,
video,
iframe,
svg {
  max-width: 100%;
}

img,
video {
  height: auto;
}

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

.seo-hero-copy {
  position: relative;
  z-index: 2;
  width: min(100% - 2rem, 52rem);
  margin: 0 auto 2rem;
  padding: clamp(1.25rem, 3vw, 2.25rem);
  text-align: center;
  background: rgb(10 10 10 / 78%);
}

.seo-hero-copy h1 {
  max-width: 18ch;
  margin: 0 auto 0.75rem;
  color: #f3e6c1;
  font-size: clamp(2rem, 6vw, 4.75rem);
  line-height: 1.02;
}

.seo-hero-copy p {
  max-width: 42rem;
  margin: 0 auto 1.25rem;
  color: #f3e6c1;
  font-size: clamp(1rem, 2vw, 1.2rem);
}

/* The original Sitejet block reserves an empty image column and pushes this
   copy roughly 180px off centre. Collapse that failed column and centre copy. */
#ed-3266844787 #about-1 {
  justify-content: center;
}

#ed-3266844790 {
  display: none !important;
}

#ed-3266844796 {
  flex: 0 1 46rem;
  width: min(100%, 46rem);
  max-width: 46rem;
  margin-right: auto !important;
  margin-left: auto !important;
}

#ed-3266844796 > .inner {
  width: 100%;
}

/* Keep Sitejet marquee tracks inside the page canvas. */
.preset-content-marquee-v2-default,
.preset-content-marquee-v2-default > .inner,
.preset-content-marquee-v2-default .content-marquee-inner {
  width: 100%;
  max-width: 100%;
  overflow: hidden;
}

@media (max-width: 61rem) {
  /* Long moving headlines currently expand the mobile layout by thousands of pixels. */
  .preset-content-marquee-v2-default .animation-wrapper,
  .preset-content-marquee-v2-default .animation-wrapper > .inner,
  .preset-content-marquee-v2-default .animation-wrapper .ed-text,
  .preset-content-marquee-v2-default .animation-wrapper h1,
  .preset-content-marquee-v2-default .animation-wrapper h2,
  .preset-content-marquee-v2-default .animation-wrapper h3 {
    width: 100%;
    max-width: 100%;
    transform: none !important;
    animation: none !important;
    white-space: normal !important;
  }

  .preset-content-marquee-v2-default .animation-wrapper h1,
  .preset-content-marquee-v2-default .animation-wrapper h2,
  .preset-content-marquee-v2-default .animation-wrapper h3 {
    overflow-wrap: anywhere;
  }

  .menu-wrapper,
  .menu-wrapper > .inner {
    width: 100%;
    max-width: 100%;
    min-width: 0;
  }
}

@media (prefers-reduced-motion: reduce) {
  .preset-content-marquee-v2-default .animation-wrapper {
    transform: none !important;
    animation: none !important;
  }

  html:focus-within {
    scroll-behavior: auto;
  }
}

a:focus-visible,
button:focus-visible,
input:focus-visible,
textarea:focus-visible,
select:focus-visible {
  outline: 3px solid #f3e6c1;
  outline-offset: 3px;
}

/* Keep a single descriptive page heading available to assistive technology
   where the visual Sitejet composition uses display text instead of headings. */
.sr-only {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  padding: 0 !important;
  margin: -1px !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  white-space: nowrap !important;
  border: 0 !important;
}

.blog-resources {
  width: min(100% - 2rem, 72rem);
  margin: clamp(3rem, 7vw, 6rem) auto;
  padding: clamp(2rem, 5vw, 4rem);
  color: #f5efe2;
  background: #11110f;
  border-top: 4px solid #c68b3c;
}

.blog-resources__eyebrow {
  margin: 0 0 0.75rem;
  color: #c68b3c;
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.blog-resources h2 {
  max-width: 18ch;
  margin: 0;
  color: inherit;
  font-size: clamp(2rem, 5vw, 4rem);
  line-height: 0.98;
}

.blog-resources__intro {
  max-width: 62ch;
  margin: 1.25rem 0 2rem;
  color: #d8d2c6;
  font-size: clamp(1rem, 1.5vw, 1.15rem);
}

.blog-resources__grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1rem;
}

.blog-resources__card {
  display: block;
  min-width: 0;
  padding: 1.25rem;
  color: #f5efe2;
  text-decoration: none;
  border: 1px solid rgba(245, 239, 226, 0.24);
  transition: border-color 160ms ease, transform 160ms ease;
}

.blog-resources__card:hover {
  color: #fff;
  border-color: #c68b3c;
  transform: translateY(-2px);
}

.blog-resources__source {
  display: block;
  margin-bottom: 0.55rem;
  color: #9faa8d;
  font-size: 0.76rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.blog-resources__title {
  display: block;
  font-size: clamp(1.1rem, 2vw, 1.4rem);
  font-weight: 700;
  line-height: 1.2;
}

.blog-resources__card p {
  margin: 0.75rem 0 0;
  color: #c9c3b8;
  line-height: 1.55;
}

.blog-resources__cta {
  margin: 2rem 0 0;
  padding-top: 1.5rem;
  color: #d8d2c6;
  border-top: 1px solid rgba(245, 239, 226, 0.2);
}

.blog-resources__cta a {
  color: #f0b45f;
  text-decoration-thickness: 1px;
  text-underline-offset: 0.2em;
}

@media (max-width: 680px) {
  .blog-resources {
    width: min(100% - 1.25rem, 72rem);
    padding: 1.5rem;
  }

  .blog-resources__grid {
    grid-template-columns: 1fr;
  }
}

@media (prefers-reduced-motion: reduce) {
  .blog-resources__card {
    transition: none;
  }

  .blog-resources__card:hover {
    transform: none;
  }
}
