.shl-source {
  --shl-ink: #171311;
  --shl-deep: #211714;
  --shl-rust: #a13f24;
  --shl-copper: #c66b3d;
  --shl-sand: #eadbc8;
  --shl-pale: #f4ede4;
  --shl-line: #cbbcad;
  max-width: 100%;
  overflow: clip;
  background: #fbf8f4;
  color: var(--shl-ink);
}

.shl-source *,
.shl-source *::before,
.shl-source *::after {
  box-sizing: border-box;
}

.shl-source h1,
.shl-source h2,
.shl-source h3 {
  letter-spacing: -.035em;
  line-height: 1.04;
}

.shl-source p,
.shl-source li,
.shl-source dd {
  color: #554740;
  line-height: 1.65;
}

.shl-source img {
  display: block;
  max-width: 100%;
  height: auto;
}

.shl-source a:focus-visible,
.shl-source button:focus-visible,
.shl-source summary:focus-visible,
.shl-source [tabindex="0"]:focus-visible {
  outline: 3px solid #d8794a;
  outline-offset: 3px;
}

.shl-hero {
  padding: clamp(58px, 7vw, 104px) 0 0;
  overflow: hidden;
  background:
    linear-gradient(90deg, rgba(198, 107, 61, .08) 1px, transparent 1px) 0 0 / 64px 64px,
    radial-gradient(circle at 76% 18%, rgba(198, 107, 61, .23), transparent 34%),
    linear-gradient(132deg, #17110f 0 62%, #36231d 100%);
  color: #fff;
}

.shl-hero-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(390px, .84fr);
  align-items: center;
  gap: clamp(34px, 5vw, 74px);
}

.shl-hero-copy {
  min-width: 0;
  padding-bottom: clamp(44px, 6vw, 78px);
}

.shl-hero .st-kicker {
  color: #e3a27f;
}

.shl-hero h1 {
  max-width: 790px;
  margin: 0 0 25px;
  color: #fff;
  font-size: clamp(2.8rem, 5.8vw, 5.6rem);
}

.shl-hero-lead {
  max-width: 720px;
  margin-bottom: 31px;
  color: #ddcfca !important;
  font-size: clamp(1rem, 1.42vw, 1.2rem);
}

.shl-actions {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 13px 22px;
}

.shl-actions a {
  display: inline-flex;
  min-height: 50px;
  align-items: center;
  padding: 0 21px;
  border: 1px solid #a9694e;
  color: #fff;
  font-size: .8rem;
  font-weight: 850;
  text-decoration: none;
}

.shl-actions a:first-child {
  border-color: var(--shl-copper);
  background: var(--shl-rust);
}

.shl-actions a:hover {
  border-color: #e3a27f;
  background: #4a2c22;
}

.shl-hero-media {
  position: relative;
  align-self: end;
  margin: 0;
  padding: 16px 16px 0;
  background: linear-gradient(180deg, rgba(234, 219, 200, .16), transparent);
}

.shl-hero-media::after {
  position: absolute;
  inset: -13px -13px auto auto;
  width: 104px;
  height: 104px;
  border-top: 2px solid var(--shl-copper);
  border-right: 2px solid var(--shl-copper);
  content: "";
}

.shl-hero-media img {
  width: 100%;
  aspect-ratio: 1;
  background: #fff;
  object-fit: contain;
}

.shl-hero-media figcaption {
  padding: 16px 4px 27px;
  color: #d7c6bf;
  font-size: .81rem;
  line-height: 1.5;
}

.shl-spec-rail {
  grid-column: 1 / -1;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  margin: 0;
  border-top: 1px solid rgba(234, 219, 200, .32);
}

.shl-spec-rail div {
  min-width: 0;
  padding: 23px clamp(14px, 2vw, 27px);
  border-right: 1px solid rgba(234, 219, 200, .22);
}

.shl-spec-rail div:last-child {
  border-right: 0;
}

.shl-spec-rail dt {
  margin-bottom: 9px;
  color: #bfa79e;
  font-size: .65rem;
  font-weight: 850;
  letter-spacing: .11em;
  text-transform: uppercase;
}

.shl-spec-rail dd {
  margin: 0;
  color: #fff;
  font-size: clamp(1.08rem, 1.9vw, 1.5rem);
  font-weight: 850;
  line-height: 1.15;
}

.shl-section-nav {
  position: sticky;
  z-index: 70;
  top: 74px;
  border-bottom: 1px solid var(--shl-line);
  background: rgba(251, 248, 244, .97);
  backdrop-filter: blur(12px);
}

.shl-section-nav .st-shell {
  display: flex;
  overflow-x: auto;
  scrollbar-width: thin;
}

.shl-section-nav a {
  flex: 0 0 auto;
  padding: 17px 20px;
  border-left: 1px solid #dfd4c9;
  color: #554740;
  font-size: .73rem;
  font-weight: 820;
  text-decoration: none;
}

.shl-section-nav a:hover {
  background: #efe3d5;
  color: var(--shl-rust);
}

.shl-section-head {
  display: grid;
  grid-template-columns: minmax(0, 1.2fr) minmax(280px, .8fr);
  align-items: end;
  gap: 42px;
  margin-bottom: 38px;
}

.shl-section-head h2,
.shl-applications h2,
.shl-quote h2,
.shl-faq h2 {
  margin: 0;
  font-size: clamp(2rem, 4.25vw, 3.95rem);
}

.shl-section-head > p,
.shl-applications header > p,
.shl-quote-copy > p,
.shl-faq header > p {
  margin-bottom: 0;
}

.shl-fit {
  background: #fff;
}

.shl-fit .st-unit-bar {
  margin-bottom: 29px;
}

.shl-fit-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1px;
  padding: 1px;
  background: var(--shl-line);
}

.shl-fit-grid article {
  min-width: 0;
  padding: clamp(25px, 3.2vw, 40px);
  background: var(--shl-pale);
}

.shl-fit-grid article:nth-child(2) {
  background: #ead9c9;
}

.shl-fit-grid article:nth-child(3) {
  background: #f7f3ee;
}

.shl-fit-grid article > span,
.shl-table-block > header > span,
.shl-install-story article > span {
  display: block;
  margin-bottom: 14px;
  color: var(--shl-rust);
  font-size: .68rem;
  font-weight: 850;
  letter-spacing: .12em;
  text-transform: uppercase;
}

.shl-fit-grid h3 {
  margin-bottom: 17px;
  font-size: clamp(1.35rem, 2.35vw, 2rem);
}

.shl-fit-grid p {
  margin-bottom: 0;
}

.shl-source-conflict,
.shl-capacity-conflicts aside {
  position: relative;
  padding: 23px 26px 23px 30px;
  border-left: 5px solid var(--shl-rust);
  background: #fff2e8;
}

.shl-source-conflict {
  display: grid;
  grid-template-columns: minmax(240px, .45fr) minmax(0, 1fr);
  gap: 25px;
  margin-top: 22px;
}

.shl-source-conflict strong,
.shl-capacity-conflicts strong {
  color: #7d2e1b;
  font-size: 1.05rem;
  line-height: 1.4;
}

.shl-source-conflict p,
.shl-capacity-conflicts p {
  margin: 0;
}

.shl-thin-note {
  display: grid;
  grid-template-columns: minmax(240px, .45fr) minmax(0, 1fr);
  gap: 25px;
  margin-top: 1px;
  padding: 23px 30px;
  background: var(--shl-deep);
  color: #fff;
}

.shl-thin-note strong {
  line-height: 1.45;
}

.shl-thin-note p {
  margin: 0;
  color: #d9cbc5;
}

.shl-threading {
  background:
    linear-gradient(90deg, rgba(234, 219, 200, .05) 1px, transparent 1px) 0 0 / 72px 72px,
    var(--shl-deep);
  color: #fff;
}

.shl-section-head.is-dark h2 {
  color: #fff;
}

.shl-section-head.is-dark > p {
  color: #d2c1ba;
}

.shl-threading-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.18fr) minmax(310px, .82fr);
  align-items: start;
  gap: 28px;
}

.shl-threading-grid ol {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1px;
  margin: 0;
  padding: 1px;
  background: #654439;
  list-style: none;
}

.shl-threading-grid li {
  min-width: 0;
  padding: 23px;
  background: #2c1e1a;
}

.shl-threading-grid li > span {
  display: inline-flex;
  width: 40px;
  height: 40px;
  align-items: center;
  justify-content: center;
  margin-bottom: 28px;
  background: var(--shl-rust);
  color: #fff;
  font-size: .7rem;
  font-weight: 850;
}

.shl-threading-grid h3 {
  margin-bottom: 9px;
  color: #fff;
  font-size: 1.15rem;
}

.shl-threading-grid li p {
  margin-bottom: 0;
  color: #cdbcb5;
  font-size: .88rem;
}

.shl-threading-grid figure {
  display: flex;
  min-width: 0;
  align-self: start;
  flex-direction: column;
  margin: 0;
  padding: 16px;
  background: #3a2822;
}

.shl-threading-grid figure img {
  width: 100%;
  height: auto;
  flex: none;
  background: #fff;
  object-fit: contain;
}

.shl-threading-grid figcaption {
  padding: 15px 3px 2px;
  color: #d2c1ba;
  font-size: .81rem;
  line-height: 1.5;
}

.shl-capacity {
  background: #eee5da;
}

.shl-table-block {
  min-width: 0;
  margin-top: 24px;
  border: 1px solid #c6b6a6;
  background: #fff;
}

.shl-table-block > header {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(260px, .7fr);
  align-items: end;
  gap: 23px;
  padding: 24px;
  border-bottom: 1px solid var(--shl-line);
}

.shl-table-block > header > span {
  grid-column: 1 / -1;
  margin-bottom: -9px;
}

.shl-table-block h3 {
  margin: 0;
  font-size: clamp(1.35rem, 2.45vw, 2rem);
}

.shl-table-block header p {
  margin: 0;
  font-size: .88rem;
}

.shl-source .st-table-wrap {
  max-width: 100%;
  overflow-x: auto;
  overscroll-behavior-inline: contain;
}

.shl-table-block table {
  min-width: 1320px;
}

.shl-table-block.is-matrix-a table,
.shl-table-block.is-matrix-b table {
  min-width: 1120px;
}

.shl-table-block caption {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(0 0 0 0);
  white-space: nowrap;
}

.shl-table-note {
  margin: 0;
  padding: 18px 23px;
  border-top: 1px solid var(--shl-line);
  background: #f8f3ed;
  font-size: .84rem;
}

.shl-matrix-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 0;
}

.shl-capacity-conflicts {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
  margin-top: 24px;
}

.shl-capacity-conflicts aside {
  display: grid;
  gap: 10px;
}

.shl-installation {
  background: #fff;
}

.shl-install-story {
  display: grid;
  grid-template-columns: minmax(0, .95fr) minmax(0, 1.05fr);
  align-items: start;
  margin-top: 24px;
  border: 1px solid var(--shl-line);
  background: #fbf8f4;
}

.shl-install-story.is-access {
  grid-template-columns: minmax(0, 1.05fr) minmax(0, .95fr);
}

.shl-install-story figure {
  min-width: 0;
  align-self: start;
  margin: 0;
  padding: 16px;
  background: #e8dbce;
}

.shl-install-story figure img {
  width: 100%;
  height: auto;
  background: #fff;
  object-fit: contain;
}

.shl-install-story figcaption {
  padding: 14px 4px 1px;
  color: #66574f;
  font-size: .8rem;
  line-height: 1.5;
}

.shl-install-story article {
  min-width: 0;
  padding: clamp(28px, 4.8vw, 57px);
}

.shl-install-story h3 {
  margin-bottom: 17px;
  font-size: clamp(1.5rem, 2.9vw, 2.55rem);
}

.shl-install-story ul {
  margin-bottom: 0;
  padding-left: 20px;
}

.shl-install-story dl {
  display: grid;
  gap: 1px;
  margin: 23px 0 0;
  background: var(--shl-line);
}

.shl-install-story dl div {
  display: grid;
  grid-template-columns: minmax(135px, .37fr) minmax(0, 1fr);
  gap: 14px;
  padding: 13px 15px;
  background: #fff;
}

.shl-install-story dt {
  color: var(--shl-rust);
  font-size: .71rem;
  font-weight: 850;
  text-transform: uppercase;
}

.shl-install-story dd {
  margin: 0;
  font-size: .86rem;
}

.shl-wide-footprint {
  display: grid;
  grid-template-columns: minmax(0, 1.46fr) minmax(250px, .54fr);
  align-items: start;
  margin: 24px 0 0;
  border: 1px solid var(--shl-line);
  background: var(--shl-deep);
}

.shl-wide-footprint img {
  width: 100%;
  height: auto;
  object-fit: contain;
}

.shl-wide-footprint figcaption {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: clamp(25px, 4vw, 48px);
  color: #d8c8c1;
  font-size: .91rem;
  line-height: 1.65;
}

.shl-wide-footprint strong {
  display: block;
  margin-bottom: 13px;
  color: #fff;
  font-size: 1.35rem;
  line-height: 1.25;
}

.shl-applications {
  background: #e4d7c8;
}

.shl-applications-grid {
  display: grid;
  grid-template-columns: minmax(280px, .72fr) minmax(0, 1.28fr);
  gap: 52px;
}

.shl-applications ol {
  display: grid;
  gap: 1px;
  margin: 0;
  padding: 1px;
  background: #bdab9a;
  list-style: none;
}

.shl-applications li {
  display: grid;
  grid-template-columns: 48px minmax(0, 1fr);
  align-items: center;
  gap: 15px;
  padding: 16px 20px;
  background: #fff;
}

.shl-applications li span {
  color: var(--shl-rust);
  font-size: .71rem;
  font-weight: 850;
}

.shl-quote {
  background: #fff;
}

.shl-quote-grid {
  display: grid;
  grid-template-columns: minmax(280px, .66fr) minmax(0, 1.34fr);
  align-items: start;
  gap: clamp(36px, 7vw, 84px);
}

.shl-quote-copy ol {
  display: grid;
  gap: 1px;
  margin: 29px 0 0;
  padding: 1px;
  background: var(--shl-line);
  list-style: none;
}

.shl-quote-copy li {
  display: grid;
  gap: 5px;
  padding: 15px 17px;
  background: var(--shl-pale);
}

.shl-quote-copy li strong {
  color: var(--shl-ink);
}

.shl-quote-copy li span {
  color: #66574f;
  font-size: .86rem;
}

.shl-inquiry-panel,
.shl-inquiry-panel > *,
.shl-inquiry-panel form,
.shl-inquiry-panel fieldset {
  min-width: 0;
  max-width: 100%;
}

.shl-faq {
  background: var(--shl-deep);
  color: #fff;
}

.shl-faq-grid {
  display: grid;
  grid-template-columns: minmax(260px, .62fr) minmax(0, 1.38fr);
  gap: clamp(40px, 7vw, 84px);
}

.shl-faq h2 {
  color: #fff;
}

.shl-faq header > p {
  color: #cdbcb5;
}

.shl-faq-list {
  border-top: 1px solid #654439;
}

.shl-faq-list details {
  border-bottom: 1px solid #654439;
}

.shl-faq-list summary {
  padding: 20px 44px 20px 0;
  color: #fff;
  font-size: 1.04rem;
  font-weight: 800;
  line-height: 1.45;
  cursor: pointer;
}

.shl-faq-list p {
  max-width: 850px;
  padding: 0 28px 22px 0;
  color: #d2c1ba;
}

@media (max-width: 980px) {
  .shl-hero-grid,
  .shl-threading-grid,
  .shl-applications-grid,
  .shl-quote-grid,
  .shl-faq-grid {
    grid-template-columns: 1fr;
  }

  .shl-hero-media {
    width: min(100%, 700px);
    justify-self: center;
  }

  .shl-section-head {
    grid-template-columns: 1fr;
    align-items: start;
    gap: 18px;
  }

  .shl-fit-grid {
    grid-template-columns: 1fr;
  }

  .shl-install-story,
  .shl-install-story.is-access,
  .shl-wide-footprint {
    grid-template-columns: 1fr;
  }

  .shl-install-story.is-access article {
    order: 2;
  }

  .shl-install-story.is-access figure {
    order: 1;
  }
}

@media (max-width: 680px) {
  .shl-hero {
    padding-top: 50px;
  }

  .shl-hero-grid {
    gap: 7px;
  }

  .shl-hero-copy {
    padding-bottom: 35px;
  }

  .shl-hero h1 {
    font-size: clamp(2.25rem, 12vw, 3.15rem);
  }

  .shl-actions {
    display: grid;
  }

  .shl-actions a {
    justify-content: center;
  }

  .shl-hero-media {
    padding-inline: 0;
  }

  .shl-spec-rail {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .shl-spec-rail div:nth-child(2) {
    border-right: 0;
  }

  .shl-spec-rail div:nth-child(n + 3) {
    border-top: 1px solid rgba(234, 219, 200, .22);
  }

  .shl-section-nav {
    top: 68px;
  }

  .shl-section-nav .st-shell {
    width: 100%;
  }

  .shl-section-nav a {
    padding: 14px 16px;
  }

  .shl-section-head h2,
  .shl-applications h2,
  .shl-quote h2,
  .shl-faq h2 {
    font-size: clamp(1.9rem, 9.8vw, 2.7rem);
  }

  .shl-threading-grid ol,
  .shl-capacity-conflicts {
    grid-template-columns: 1fr;
  }

  .shl-source-conflict,
  .shl-thin-note,
  .shl-table-block > header {
    grid-template-columns: 1fr;
  }

  .shl-source-conflict,
  .shl-thin-note {
    padding: 21px 20px;
  }

  .shl-table-block > header {
    padding: 20px;
  }

  .shl-install-story figure {
    padding: 12px;
  }

  .shl-install-story article {
    padding: 26px 20px;
  }

  .shl-install-story dl div {
    grid-template-columns: 1fr;
    gap: 5px;
  }

  .shl-wide-footprint figcaption {
    padding: 25px 20px;
  }

  .shl-faq-list summary {
    padding-right: 8px;
  }
}
