/* Gutenberg / inner page content styles */
.detail-hero {
  --detail-form-overlap: 54px;
  --detail-hero-height: clamp(560px, 48vw, 680px);
  --detail-hero-pad-top: clamp(56px, 8vw, 92px);
  background-image: linear-gradient(90deg, rgba(12, 13, 15, .86), rgba(12, 13, 15, .68) 44%, rgba(12, 13, 15, .14)), var(--detail-bg);
  background-position: center;
  background-size: cover;
  color: var(--white);
  min-height: var(--detail-hero-height);
  overflow: visible;
  padding: var(--detail-hero-pad-top) 0 0;
  position: relative;
}

.detail-hero__grid {
  align-items: start;
  display: grid;
  gap: clamp(36px, 6vw, 80px);
  grid-template-columns: minmax(0, 1fr) minmax(360px, 520px);
  min-height: calc(var(--detail-hero-height) - var(--detail-hero-pad-top));
  position: relative;
  z-index: 1;
}

.detail-hero__copy {
  max-width: 660px;
  padding-bottom: calc(var(--detail-form-overlap) + clamp(44px, 6vw, 72px));
  padding-top: 32px;
}

.detail-pill {
  align-items: center;
  background: rgba(255, 255, 255, .12);
  border: 1px solid rgba(255, 255, 255, .22);
  color: var(--white);
  display: inline-flex;
  font-size: 14px;
  font-weight: 900;
  gap: 10px;
  line-height: 1;
  margin-bottom: 24px;
  padding: 10px 14px;
}

.detail-pill span {
  background: var(--orange);
  display: inline-block;
  height: 11px;
  width: 11px;
}

.detail-hero h1 {
  color: var(--white);
  font-size: clamp(39px, 6vw, 57px);
  letter-spacing: 0;
  line-height: 1.23;
  max-width: 760px;
}

.detail-hero__intro {
  color: rgba(255, 255, 255, .84);
  font-size: clamp(16px, 2vw, 18px);
  line-height: 1.75;
  margin-top: 26px;
  max-width: 660px;
}

.detail-hero__notes {
  display: grid;
  gap: 12px;
  margin-top: 38px;
  max-width: 620px;
}

.detail-hero__notes div {
  background: rgba(255, 255, 255, .12);
  border: 1px solid rgba(255, 255, 255, .22);
  padding: 18px 20px;
}

.detail-hero__notes strong {
  color: var(--white);
  display: block;
  font-size: 16px;
  margin-bottom: 6px;
}

.detail-hero__notes span {
  color: rgba(255, 255, 255, .78);
  line-height: 1.55;
}

.detail-request {
  background: rgba(255, 255, 255, .96);
  border: 1px solid rgba(255, 255, 255, .75);
  bottom: calc(var(--detail-form-overlap) * -1);
  box-shadow: 0 28px 80px rgba(0, 0, 0, .22);
  min-height: 610px;
  padding: clamp(28px, 4vw, 40px);
  position: absolute;
  right: 0;
  width: clamp(360px, 40vw, 520px);
  z-index: 2;
}

.detail-request h2 {
  color: var(--ink);
  font-size: clamp(30px, 4vw, 42px);
  letter-spacing: 0;
  line-height: 1.08;
  margin: 18px 0 26px;
}

.detail-request iframe {
  border: 0;
  display: block;
  min-height: 500px;
  width: 100%;
}

.inner-page .page-hero--content {
  background: linear-gradient(180deg, #f5f6f8 0%, #ffffff 100%);
  border-bottom: 1px solid var(--line);
}

.content-section {
  background: #f7f8fa;
}

.content__wrap {
  max-width: 1040px;
}

.prose {
  max-width: 920px;
  margin: 0 auto;
  min-width: 0;
  overflow-wrap: break-word;
  word-break: normal;
}

.prose :where(h1, h2, h3, h4, h5, h6, p, li, summary, figcaption, .wp-block-heading) {
  max-width: 100%;
  min-width: 0;
  overflow-wrap: break-word;
  word-break: normal;
}

.prose>*+* {
  margin-top: 22px;
}

.prose h2 {
  border-top: 0;
  font-size: clamp(25px, 4vw, 39px);
  line-height: 1.08;
  padding-bottom: 18px;
  position: relative;
  margin-bottom: 20px;
}

.prose h2::after {
  background: var(--orange);
  bottom: 0;
  content: "";
  display: block;
  height: 4px;
  left: 0;
  position: absolute;
  width: 58px;
}

.prose h3 {
  font-size: clamp(22px, 3vw, 30px);
  line-height: 1.2;
  margin: 30px 0 12px;
}

.prose .wp-block-table{
  margin-top: 20px;
}

.prose ul, .prose ol{
  margin-bottom: 20px;
}

.prose h4 {
  color: var(--ink);
  font-size: clamp(18px, 2.2vw, 23px);
  font-weight: 800;
  line-height: 1.25;
  margin: 28px 0 10px;
}

.prose h3 + :where(p, ul, ol, .wp-block-list),
.prose h4 + :where(p, ul, ol, .wp-block-list) {
  margin-top: 0;
}

.prose p,
.prose li {
  color: var(--graphite);
  line-height: 1.78;
}

.prose a {
  color: var(--orange-deep);
  text-decoration: underline;
  text-underline-offset: 4px;
}

.prose ul,
.prose ol {
  padding-left: 1.2em;
  color: var(--graphite);
}

.prose li+li {
  margin-top: 10px;
}

.prose .wp-block-group,
.prose .content-panel {
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  padding: 28px 0;
  margin: 42px 0;
}

.prose .wp-block-columns {
  gap: 32px;
  margin: 42px 0;
}

.prose .wp-block-button__link,
.prose .button {
  border-radius: 0;
  box-shadow: none;
}

.prose .service-note-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1px;
  background: var(--line);
  margin: 40px 0;
}

.prose .service-note {
  background: var(--white);
  padding: 24px;
}

.prose .service-note span {
  display: block;
  color: var(--orange-deep);
  font-weight: 800;
  font-size: 13px;
  letter-spacing: .08em;
  text-transform: uppercase;
  margin-bottom: 10px;
}

.prose .service-note h3 {
  margin-top: 0;
  font-size: 22px;
}

.prose .cta-strip {
  border: 1px solid var(--ink);
  padding: 30px;
  margin: 50px 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
}

.prose .cta-strip h2,
.prose .cta-strip h3 {
  margin: 0;
  padding: 0;
  border: 0;
}

.prose .cta-strip h2 {
  padding-bottom: 16px;
}

.prose .faq-list details {
  border-top: 1px solid var(--line);
  padding: 18px 0;
}

.prose .faq-list details:last-child {
  border-bottom: 1px solid var(--line);
}

.prose .faq-list summary {
  cursor: pointer;
  font-weight: 800;
  color: var(--ink);
}

.prose .content-card-section {
  background: var(--white);
  border: 1px solid rgba(220, 225, 231, .92);
  box-shadow: 0 14px 36px rgba(24, 25, 28, .08);
  margin: 0 0 26px;
  padding: clamp(26px, 4vw, 42px);
}

.prose .content-card-section+.content-card-section {
  margin-top: 28px;
}

.prose .content-card-section>h2.wp-block-heading,
.prose .content-card-section>h2 {
  border-top: 0;
  margin-top: 0;
  padding-top: 0;
}

.prose .content-card-section>ul,
.prose .content-card-section>ol {
  list-style: none;
  padding-left: 0;
}

.prose .content-card-section>ul li,
.prose .content-card-section>ol li {
  background: transparent;
  border: 0;
  border-bottom: 1px solid #e1dad6;
  color: #303740;
  line-height: 1.55;
  margin: 0;
  padding: 12px 0 12px 25px;
  position: relative;
  font-weight: 500;
}

.detail-request .section-label--brass{
  margin-bottom: 0;
}

.prose .content-card-section>ul li::before,
.prose .content-card-section>ol li::before {
background: var(--orange);
    border: 3px solid var(--orange-soft);
    border-radius: 50%;
    content: "";
    height: 7px;
    left: 0;
    position: absolute;
    top: 18px;
    width: 7px;
}


/* Clean Gutenberg page rhythm */
.entry-content,
.prose {
  font-size: 17px;
}

.prose .wp-block-heading:first-child {
  margin-top: 0;
}

.prose .wp-block-image img {
  width: 100%;
  height: auto;
}

.prose .wp-block-table {
  background: var(--white);
  border: 1px solid rgba(220, 225, 231, .9);
  border-radius: 14px;
  box-shadow: 0 18px 48px rgba(24, 25, 28, .11);
  max-width: 100%;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}

.prose .wp-block-table table {
  background: var(--white);
  border-collapse: separate;
  border-spacing: 0;
  font-size: 15px;
  line-height: 1.55;
  min-width: 100%;
  table-layout: auto;
  width: max-content;
}

.prose .wp-block-table td,
.prose .wp-block-table th {
  border: 0;
  border-bottom: 1px solid rgba(220, 225, 231, .86);
  min-width: 150px;
  padding: 18px 20px;
  text-align: left;
  vertical-align: top;
}

.prose .wp-block-table th,
.prose .wp-block-table tbody tr:first-child td {
  background: #142838;
  border-bottom-color: #142838;
  color: var(--white);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: .02em;
  line-height: 1.35;
  text-transform: uppercase;
}

.prose .wp-block-table tbody tr:first-child td {
  color: var(--white);
}

.prose .wp-block-table thead + tbody tr:first-child td {
  background: transparent;
  border-bottom-color: rgba(220, 225, 231, .86);
  color: var(--graphite);
  font-size: 15px;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 1.55;
  text-transform: none;
}

.prose .wp-block-table th:first-child,
.prose .wp-block-table tbody tr:first-child td:first-child {
  border-top-left-radius: 14px;
}

.prose .wp-block-table th:last-child,
.prose .wp-block-table tbody tr:first-child td:last-child {
  border-top-right-radius: 14px;
}

.prose .wp-block-table tbody tr:last-child td:first-child {
  border-bottom-left-radius: 14px;
}

.prose .wp-block-table tbody tr:last-child td:last-child {
  border-bottom-right-radius: 14px;
}

.prose .wp-block-table td {
  color: var(--graphite);
  font-weight: 500;
}

.prose .wp-block-table tbody tr {
  background: #fbfbfa;
}

.prose .wp-block-table tbody tr:nth-child(odd):not(:first-child) {
  background: #fbfbfa;
}

.prose .wp-block-table tbody tr:nth-child(even) {
  background: #f7f8f8;
}

.prose .wp-block-table tbody tr:last-child td {
  border-bottom: 0;
}

.prose .wp-block-table th:first-child,
.prose .wp-block-table td:first-child {
  padding-left: 22px;
}

.prose .wp-block-table th:last-child,
.prose .wp-block-table td:last-child {
  padding-right: 22px;
}

.prose .wp-block-table figcaption {
  color: var(--muted);
  font-size: 13px;
  line-height: 1.5;
  margin: 10px 0 0;
}

.prose .wp-block-quote {
  border-left: 3px solid var(--orange);
  padding-left: 22px;
  color: var(--graphite);
}

.prose .wp-block-separator {
  border: 0;
  border-top: 1px solid var(--line);
  margin: 48px 0;
}

.entry-content,
.content {
  color: var(--graphite);
}

.prose .wp-block-heading {
  color: var(--ink);
  letter-spacing: 0;
}

.prose>ul {
  display: grid;
  gap: 12px;
  list-style: none;
  padding-left: 0;
}

.prose>ul li {
  background: transparent;
  border: 0;
  border-bottom: 1px solid var(--line-soft);
  color: #303740;
  line-height: 1.55;
  margin: 0;
  padding: 14px 0 14px 30px;
  position: relative;
}

.prose>ul li::before {
  background: var(--orange);
  border: 3px solid var(--orange-soft);
  border-radius: 50%;
  content: "";
  height: 9px;
  left: 0;
  position: absolute;
  top: 21px;
  width: 9px;
}

.prose .wp-block-group.service-cta {
  background: #17191d;
  border: 0;
  border-left: 5px solid var(--orange);
  margin: 46px 0;
  padding: clamp(28px, 5vw, 42px);
}

.prose .service-cta .wp-block-heading {
  border: 0;
  color: var(--white);
  margin-top: 0;
  padding-top: 0;
}

.prose .service-cta p {
  color: rgba(255, 255, 255, .78);
  max-width: 690px;
}

.prose .wp-block-buttons {
  align-items: center;
  display: flex;
  gap: 12px;
  margin-top: 22px;
}

.prose .wp-block-button__link {
  background: var(--orange);
  border: 1px solid var(--orange);
  color: var(--white);
  font-weight: 800;
  padding: 13px 20px;
  text-decoration: none;
}

.prose .is-style-outline .wp-block-button__link {
  background: transparent;
  border-color: rgba(255, 255, 255, .55);
  color: var(--white);
}

.prose .faq-section {
  background: transparent;
  border: 0;
  border-top: 1px solid var(--line);
  margin-top: 26px;
  padding: 0;
}

.prose .faq-section details {
  border-bottom: 1px solid var(--line);
  border-top: 0;
  padding: 0;
}

.prose .faq-section details:last-child {
  border-bottom: 1px solid var(--line);
}

.prose .faq-section summary {
  align-items: center;
  color: var(--ink);
  cursor: pointer;
  display: flex;
  font-weight: 800;
  justify-content: space-between;
  list-style: none;
  padding: 24px 42px 24px 0;
  position: relative;
}

.prose .faq-section summary::-webkit-details-marker {
  display: none;
}

.prose .faq-section summary::after {
  color: var(--orange-deep);
  content: "+";
  font-size: 24px;
  font-weight: 800;
  position: absolute;
  right: 0;
  top: -3px;
}

.prose .faq-section details[open] summary::after {
  content: "–";
}

.prose .faq-section p {
  margin: 12px 0 0;
}

.prose .faq-section summary::before,
.prose .faq-section summary::after {
  background: var(--orange);
  color: transparent;
  content: "";
  font-size: 0;
  font-weight: 400;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}

.prose .faq-section summary::before {
  height: 2px;
  width: 18px;
}

.prose .faq-section summary::after {
  height: 18px;
  right: 8px;
  width: 2px;
}

.prose .faq-section details[open] summary::after {
  display: none;
}

.prose .faq-section p {
  margin: 0;
  padding: 0 42px 24px 0;
}

.prose .location-faq-section {
  background: var(--white);
  border: 1px solid rgba(220, 225, 231, .92);
  box-shadow: 0 14px 36px rgba(24, 25, 28, .08);
  margin-top: 32px;
  padding: clamp(26px, 4vw, 42px);
}

.prose .location-faq-section h2 {
  margin: 0;
  padding-top: 0;
}

.prose .location-faq-section details:first-of-type {
  margin-top: 18px;
}
