/* Shared editorial presentation for CMS and Page Builder pages. */
main .page-content.cms-content {
  width: min(760px, 100%) !important;
  max-width: 760px !important;
  margin: 0 auto 48px !important;
  color: #242424;
  font-size: 16px;
  line-height: 1.65;
}

/* Match the category-page breadcrumb frame, while keeping the CMS article narrow. */
body.page-type-page .breadcrumb-wrapper {
  width: 100% !important;
  margin-top: 10px !important;
  margin-bottom: 8px !important;
}

body.page-type-page .breadcrumb {
  margin-bottom: 0 !important;
}

body.page-type-page .page.page-type-page > .page-heading {
  max-width: 760px;
  margin: 8px auto 26px;
  font-size: clamp(28px, 3.2vw, 38px);
  text-align: center;
}

body.page-type-page .page.page-type-page > .navBar--sub {
  max-width: 760px;
  margin-right: auto;
  margin-bottom: 24px;
  margin-left: auto;
}

main .cms-content > :first-child { margin-top: 0; }
main .cms-content > :last-child { margin-bottom: 0; }

main .cms-content h2 {
  margin: 30px 0 10px;
  color: #141414;
  font-size: clamp(22px, 2vw, 24px);
  line-height: 1.2;
}

main .cms-content h3 {
  margin: 22px 0 8px;
  color: #141414;
  font-size: 18px;
  line-height: 1.25;
}

main .cms-content h4 {
  margin: 18px 0 8px;
  color: #141414;
  font-size: 16px;
  line-height: 1.3;
}

main .cms-content p,
main .cms-content ul,
main .cms-content ol {
  margin-top: 0;
  margin-bottom: 12px;
}

main .cms-content ul,
main .cms-content ol { padding-left: 24px; }
main .cms-content li + li { margin-top: 4px; }

main .cms-content a {
  color: var(--orange, #ff6600);
  font-weight: 800;
  text-decoration: underline;
  text-decoration-thickness: 1px;
  text-underline-offset: 3px;
}

main .cms-content img { border-radius: 8px; }
main .cms-content figure { margin: 20px 0; }

main .cms-content figcaption {
  margin-top: 9px;
  color: var(--muted, #6f747a);
  font-size: 13px;
  line-height: 1.45;
}

main .cms-content blockquote {
  margin: 24px 0;
  padding: 16px 20px;
  border-left: 4px solid var(--orange, #ff6600);
  background: #fffaf4;
  color: var(--muted, #6f747a);
}

main .cms-content table {
  border-spacing: 0;
  border: 1px solid var(--line, #e8e8e8);
  border-radius: 8px;
  border-collapse: separate;
  background: #fff;
}

main .cms-content th,
main .cms-content td {
  padding: 13px 15px;
  border-right: 1px solid var(--line, #e8e8e8);
  border-bottom: 1px solid var(--line, #e8e8e8);
  text-align: left;
  vertical-align: top;
}

main .cms-content th {
  background: #f7f4f1;
  color: #141414;
  font-weight: 800;
}

main .cms-content tr:last-child td { border-bottom: 0; }
main .cms-content th:last-child,
main .cms-content td:last-child { border-right: 0; }

main .cms-content iframe {
  width: 100%;
  border: 0;
  border-radius: 8px;
}

/* Shared structure for compact CMS service pages. */
main .hs-cms-intro,
main .hs-cms-section {
  padding: 24px 0;
  border-top: 1px solid var(--line, #e8e8e8);
}

main .hs-cms-intro {
  padding-top: 0;
  border-top: 0;
}

main .hs-cms-eyebrow {
  margin-bottom: 14px;
  color: var(--orange, #ff6600);
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

main .hs-cms-lead {
  max-width: 620px;
  color: #141414;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.45;
}

main .hs-delivery__facts {
  display: grid;
  gap: 8px;
  margin: 14px 0 0;
  padding: 0;
  list-style: none;
}

main .hs-delivery__facts li {
  position: relative;
  padding-left: 24px;
  line-height: 1.65;
}

main .hs-delivery__facts li::before {
  position: absolute;
  left: 0;
  color: var(--orange, #ff6600);
  content: "•";
  font-weight: 800;
}

main .hs-delivery__times {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
  margin-top: 16px;
}

main .hs-delivery__time {
  min-height: 0;
  padding: 18px;
  border: 1px solid var(--line, #e8e8e8);
  border-radius: 8px;
  background: #f7f4f1;
}

main .hs-delivery__time h3 {
  margin: 0 0 12px;
}

main .hs-delivery__time p {
  margin: 0;
  line-height: 1.65;
}

main .hs-delivery__time strong { color: #141414; }

main .hs-cms-fevad {
  display: flex;
  gap: 16px;
  align-items: center;
  margin-top: 0;
  padding: 18px;
  border: 1px solid var(--line, #e8e8e8);
  border-radius: 8px;
  background: #fff;
}

main .hs-cms-fevad img {
  flex: 0 0 auto;
  width: 118px;
  border-radius: 0;
}

main .hs-cms-fevad p {
  margin: 0;
  color: #141414;
  font-weight: 700;
  line-height: 1.5;
}

/* Secure payment page: match the shared CMS service-page rhythm. */
main .hs-payment__accepted-cards {
  margin: 14px 0 0;
  padding: 16px 18px;
  border: 1px solid var(--line, #e8e8e8);
  border-radius: 8px;
  background: #f7f4f1;
  color: #141414;
  font-weight: 700;
  line-height: 1.65;
}

main .hs-payment__options {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
  margin-top: 16px;
}

main .hs-payment__option {
  min-height: 0;
  padding: 18px;
  border: 1px solid var(--line, #e8e8e8);
  border-radius: 8px;
  background: #fff;
}

main .hs-payment__option h3 {
  margin: 0 0 12px;
}

main .hs-payment__option p {
  margin: 0;
  line-height: 1.65;
}

main .hs-cms-section h2 {
  margin: 0 0 10px;
}

/* Legal notices: retain a clear, scannable administrative block. */
main .hs-legal__address {
  margin: 14px 0;
  padding: 16px 18px;
  border: 1px solid var(--line, #e8e8e8);
  border-radius: 8px;
  background: #f7f4f1;
  color: #141414;
  font-style: normal;
  line-height: 1.65;
}

main .hs-terms {
  font-size: 15px;
  line-height: 1.65;
}

main .hs-terms h2 { margin-top: 34px; }
main .hs-terms h3 { margin-top: 22px; }

/* Returns page: highlight the available options without adding visual weight. */
main .hs-returns__facts {
  display: grid;
  gap: 8px;
  margin: 14px 0 0;
  padding: 0;
  list-style: none;
}

main .hs-returns__facts li {
  position: relative;
  padding-left: 24px;
  line-height: 1.65;
}

main .hs-returns__facts li::before {
  position: absolute;
  left: 0;
  color: var(--orange, #ff6600);
  content: "•";
  font-weight: 800;
}

main .hs-returns__options {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
  margin-top: 16px;
}

main .hs-returns__option {
  padding: 18px;
  border: 1px solid var(--line, #e8e8e8);
  border-radius: 8px;
  background: #f7f4f1;
}

main .hs-returns__option h3 {
  margin: 0 0 8px;
}

main .hs-returns__option p,
main .hs-returns__coupon p {
  margin: 0;
  line-height: 1.65;
}

main .hs-returns__coupon {
  margin: 0 0 12px;
  padding: 18px;
  border: 1px solid var(--line, #e8e8e8);
  border-radius: 8px;
  background: #141414;
  color: #fff;
}

main .hs-returns__coupon strong {
  display: block;
  margin-bottom: 6px;
}

main .hs-returns__notes {
  margin: 12px 0 0;
  color: var(--muted, #6f747a);
  font-size: 13px;
  line-height: 1.5;
}

/* Engagements is a CMS page with a few composed editorial modules. */
main .hs-engagements { margin-bottom: 0; }

main .hs-engagements h2 {
  margin: 0;
  color: #141414;
  font-size: clamp(22px, 2vw, 24px);
  line-height: 1.2;
}

main .hs-engagements h3 {
  margin: 0 0 10px;
  color: #141414;
  font-size: 18px;
  line-height: 1.25;
}

main .hs-engagements__intro,
main .hs-engagements__section {
  padding: 24px 0;
  border-top: 1px solid var(--line, #e8e8e8);
}

main .hs-engagements__intro {
  padding-top: 0;
  border-top: 0;
}

main .hs-engagements__section[id] { scroll-margin-top: 190px; }

main .hs-engagements__lead {
  max-width: 660px;
  font-size: 18px;
  line-height: 1.5;
}

main .hs-engagements__facts {
  display: grid;
  gap: 8px;
  margin: 14px 0 0;
  padding: 0;
  list-style: none;
}

main .hs-engagements__facts li {
  position: relative;
  padding-left: 24px;
  line-height: 1.65;
}

main .hs-engagements__facts li::before {
  position: absolute;
  left: 0;
  color: var(--orange, #ff6600);
  content: "•";
  font-weight: 800;
}

main .hs-engagements__grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
}

main .hs-engagements__card {
  overflow: hidden;
  border: 1px solid var(--line, #e8e8e8);
  border-radius: 8px;
  background: #fff;
}

main .hs-engagements__card img {
  width: 100%;
  aspect-ratio: 1.45;
  border-radius: 0;
  object-fit: cover;
}

main .hs-engagements__card-body { padding: 18px; }
main .hs-engagements__card-body > :last-child { margin-bottom: 0; }

main .hs-engagements__commitments {
  display: grid;
  gap: 12px;
}

main .hs-engagements__commitment {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(120px, 150px);
  gap: 16px;
  align-items: center;
  padding: 20px;
  border: 1px solid var(--line, #e8e8e8);
  border-radius: 8px;
  background: #f7f4f1;
}

main .hs-engagements__commitment:nth-child(even) .hs-engagements__commitment-image { order: 0; }

main .hs-engagements__commitment-image {
  width: 100%;
  max-width: 150px;
  max-height: 120px;
  justify-self: end;
  object-fit: contain;
}

main .hs-engagements__conclusion {
  margin: 20px 0 0;
  padding: 20px;
  border-radius: 8px;
  background: #141414;
  color: #fff;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.55;
}

@media (max-width: 680px) {
  body.page-type-page .page.page-type-page > .page-heading {
    margin: 4px auto 20px;
    font-size: 28px;
  }

  body.page-type-page .page.page-type-page > .navBar--sub {
    margin-bottom: 18px;
  }

  main .page-content.cms-content {
    margin-bottom: 36px !important;
    font-size: 16px;
    line-height: 1.65;
  }

  main .cms-content h2 {
    margin-top: 24px;
    font-size: 22px;
  }

  main .cms-content h3 {
    margin-top: 18px;
    font-size: 18px;
  }

  main .cms-content blockquote { padding: 14px 16px; }
  main .cms-content th,
  main .cms-content td { padding: 11px 12px; }

  main .hs-engagements__intro,
  main .hs-engagements__section,
  main .hs-cms-intro,
  main .hs-cms-section { padding: 20px 0; }

  main .hs-engagements__grid,
  main .hs-engagements__commitment,
  main .hs-delivery__times,
  main .hs-payment__options,
  main .hs-returns__options { grid-template-columns: 1fr; }

  main .hs-delivery__time,
  main .hs-payment__option { min-height: 0; }

  main .hs-cms-fevad {
    align-items: flex-start;
    flex-direction: column;
    gap: 16px;
  }

  main .hs-engagements__commitment-image {
    max-width: 200px;
    justify-self: center;
  }

  main .hs-engagements__lead { font-size: 17px; }
  main .hs-engagements__card-body { padding: 16px; }
}
