@charset "UTF-8";
/**
 * FAQ blocks – single styles entry (SCSS, in faq root).
 * Generate faq.css: npm run build:faq-css (from js/blocks/)
 */
/**
 * FAQ Section – faq/faq-section/style.scss
 */
.tapestry-faq-section {
  padding: 32px 0 48px;
  background: #fff;
  color: #000;
}
.tapestry-faq-section--has-hero {
  padding-top: 0;
}
.tapestry-faq-section__hero {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 200px;
  margin: 0 -12px 40px;
  overflow: hidden;
}
.tapestry-faq-section__hero::after {
  position: absolute;
  inset: 0;
  content: "";
  background: rgba(0, 0, 0, 0.08);
}
.tapestry-faq-section__hero-image {
  display: block;
  width: 100%;
  height: 200px;
  object-fit: cover;
}
.tapestry-faq-section__hero-title {
  position: absolute;
  inset: 0;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 24px;
  text-align: center;
}
.tapestry-faq-section__hero-title .tapestry-faq-section__title {
  color: #fff;
  font-size: 1.875rem;
  text-shadow: 0 1px 8px rgba(0, 0, 0, 0.35);
}
.tapestry-faq-section__inner {
  max-width: 760px;
  margin: 0 auto;
  padding: 0 20px;
}
.tapestry-faq-section__header {
  padding: 0 0 20px;
  text-align: center;
  max-width: 760px;
  margin-left: auto;
  margin-right: auto;
}
.tapestry-faq-section__title {
  font-family: bentonmoddisp-semibolditalic, bentonmoddisp-semibold, Arial, sans-serif;
  font-size: 1.5rem;
  line-height: 1.25;
  letter-spacing: -0.02em;
  color: #000;
  margin: 0;
}
.tapestry-faq-section__shuttle {
  display: block;
  max-width: 56px;
  margin: 0 auto;
  padding: 12px 0 8px;
}
.tapestry-faq-section__intro {
  max-width: 640px;
  margin: 16px auto 0;
  font-family: bentonmoddisp-semibold, Arial, sans-serif;
  font-size: 1.125rem;
  font-weight: 600;
  line-height: 1.4;
  color: #000;
}
.tapestry-faq-section--preview {
  border-top: 1px dashed #ccc;
  padding-top: 24px;
}

.tapestry-faq-accordion {
  max-width: 760px;
  margin-left: auto;
  margin-right: auto;
  border-top: 1px solid rgba(0, 0, 0, 0.12);
}
.tapestry-faq-accordion__item {
  border: 0;
  border-bottom: 1px solid rgba(0, 0, 0, 0.12);
  background: transparent;
}
.tapestry-faq-accordion__header {
  margin: 0;
}
.tapestry-faq-accordion__header h1,
.tapestry-faq-accordion__header h2,
.tapestry-faq-accordion__header h3,
.tapestry-faq-accordion__header h4,
.tapestry-faq-accordion__header h5,
.tapestry-faq-accordion__header h6,
.tapestry-faq-accordion__header p {
  margin: 0;
  font-size: inherit;
  line-height: inherit;
  font-weight: inherit;
  letter-spacing: inherit;
  color: inherit;
}
.tapestry-faq-accordion__button {
  font-family: bentonmoddisp-semibold, Arial, sans-serif;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.35;
  letter-spacing: -0.01em;
  color: #000;
  background-color: transparent;
  box-shadow: none;
  padding: 0.875rem 1.75rem 0.875rem 0;
  gap: 0.75rem;
  text-align: left;
}
.tapestry-faq-accordion__button:not(.collapsed) {
  color: #000;
  background-color: transparent;
  box-shadow: none;
}
.tapestry-faq-accordion__button:focus {
  box-shadow: none;
  border-color: transparent;
}
.tapestry-faq-accordion__button:focus-visible {
  outline: 2px solid #000;
  outline-offset: 2px;
}
.tapestry-faq-accordion__button::after {
  filter: none;
  background-size: 0.875rem;
  width: 0.875rem;
  height: 0.875rem;
  flex-shrink: 0;
  margin-left: auto;
}
.tapestry-faq-accordion__question-text {
  display: block;
  flex: 1 1 auto;
  padding-right: 0.5rem;
}
.tapestry-faq-accordion__body {
  padding: 0 0 1rem;
  font-family: bentonsans-regular, Arial, sans-serif;
  font-size: 0.875rem;
  line-height: 1.55;
  color: #000;
}
.tapestry-faq-accordion__body p {
  font-family: inherit;
  font-size: inherit !important;
  line-height: inherit !important;
  letter-spacing: normal;
  margin: 0 0 0.75rem;
  color: inherit;
}
.tapestry-faq-accordion__body p:last-child {
  margin-bottom: 0;
}
.tapestry-faq-accordion__body a {
  color: #000;
  text-decoration: underline;
}

@media (min-width: 768px) {
  .tapestry-faq-section {
    padding: 48px 0 64px;
  }
  .tapestry-faq-section--has-hero {
    padding-top: 0;
  }
  .tapestry-faq-section__hero {
    min-height: 260px;
    margin-bottom: 52px;
  }
  .tapestry-faq-section__hero-image {
    height: 260px;
  }
  .tapestry-faq-section__hero-title .tapestry-faq-section__title {
    font-size: 2.5rem;
  }
  .tapestry-faq-section__inner {
    max-width: 800px;
    padding: 0 24px;
  }
  .tapestry-faq-section__header {
    max-width: 800px;
    padding-bottom: 24px;
  }
  .tapestry-faq-section__title {
    font-size: 2rem;
  }
  .tapestry-faq-section__shuttle {
    max-width: 64px;
    padding: 16px 0 10px;
  }
  .tapestry-faq-section__intro {
    font-size: 1.375rem;
  }
  .tapestry-faq-accordion {
    max-width: 800px;
  }
  .tapestry-faq-accordion__button {
    font-size: 1.125rem;
    padding: 1rem 2rem 1rem 0;
  }
  .tapestry-faq-accordion__body {
    font-size: 0.9375rem;
    padding-bottom: 1.125rem;
  }
}
