.strength-main {
  background: var(--white);
}

.strength-shell {
  width: min(calc(100% - 48px), var(--shell));
  margin: 0 auto;
}

.strength-breadcrumbs {
  display: flex;
  align-items: center;
  gap: 8px;
  min-height: 52px;
  color: var(--muted);
  font-size: 11px;
  overflow-x: auto;
  white-space: nowrap;
}

.strength-breadcrumbs a {
  color: var(--navy);
}

.strength-breadcrumbs i {
  color: #8e9aa3;
  font-size: 10px;
}

.strength-hero {
  position: relative;
  display: flex;
  align-items: center;
  min-height: 560px;
  color: var(--white);
  background-position: center;
  background-size: cover;
  isolation: isolate;
}

.strength-hero::before {
  position: absolute;
  z-index: -1;
  inset: 0;
  background: rgba(13, 23, 31, 0.68);
  content: "";
}

.strength-hero__content {
  width: min(calc(100% - 48px), var(--shell));
  margin: 0 auto;
  padding: 76px 0 92px;
}

.strength-hero__kicker,
.strength-kicker {
  margin: 0 0 12px;
  color: #006aa8;
  font-size: 12px;
  font-weight: 700;
  line-height: 1.4;
}

.strength-hero h1 {
  max-width: 900px;
  margin: 0;
  font-size: clamp(40px, 5vw, 66px);
  font-weight: 600;
  line-height: 1.38;
  letter-spacing: 0;
  word-break: auto-phrase;
}

.strength-hero__lead {
  max-width: 690px;
  margin: 24px 0 0;
  color: rgba(255, 255, 255, 0.9);
  font-size: 17px;
  line-height: 1.95;
}

.strength-hero__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 30px;
}

.strength-hero .button--secondary {
  color: var(--white);
  border-color: rgba(255, 255, 255, 0.72);
  background: rgba(10, 21, 29, 0.24);
}

.strength-index {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  width: min(calc(100% - 48px), var(--shell));
  margin: -44px auto 0;
  background: var(--white);
  border: 1px solid var(--line);
}

.strength-index__item {
  position: relative;
  min-width: 0;
  min-height: 190px;
  padding: 25px 24px 24px;
  border-right: 1px solid var(--line);
}

.strength-index__item:last-child {
  border-right: 0;
}

.strength-index__item:hover {
  background: #f6f9fb;
}

.strength-index__number {
  display: block;
  margin-bottom: 24px;
  color: var(--navy);
  font-size: 12px;
  font-weight: 700;
}

.strength-index__item strong {
  display: block;
  margin-bottom: 7px;
  font-size: 21px;
  line-height: 1.45;
}

.strength-index__item p {
  margin: 0;
  color: var(--muted);
  font-size: 12px;
  line-height: 1.75;
}

.strength-index__item i {
  position: absolute;
  top: 26px;
  right: 22px;
  color: var(--navy);
}

.strength-section {
  padding: 88px 0;
}

.strength-section--muted {
  background: var(--surface);
}

.strength-section--dark {
  color: var(--white);
  background: var(--footer);
}

.strength-section--dark .strength-kicker {
  color: #78cef8;
}

.strength-heading {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 40px;
  margin-bottom: 38px;
  padding-bottom: 24px;
  border-bottom: 1px solid var(--line);
}

.strength-heading h2 {
  max-width: 780px;
  margin: 0;
  font-size: clamp(30px, 3.5vw, 45px);
  font-weight: 600;
  line-height: 1.45;
  letter-spacing: 0;
  word-break: auto-phrase;
}

.strength-heading > p {
  max-width: 440px;
  margin: 0;
  color: var(--muted);
  font-size: 13px;
  line-height: 1.9;
}

.strength-story {
  display: grid;
  grid-template-columns: minmax(0, 48%) minmax(0, 52%);
  min-height: 470px;
  border-top: 1px solid var(--line);
}

.strength-story:last-child {
  border-bottom: 1px solid var(--line);
}

.strength-story:nth-child(even) .strength-story__media {
  order: 2;
}

.strength-story__media {
  min-height: 430px;
  overflow: hidden;
  background: var(--surface);
}

.strength-story__media img {
  width: 100%;
  height: 100%;
  min-height: 430px;
  object-fit: cover;
}

.strength-story__body {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 64px clamp(36px, 6vw, 92px);
}

.strength-story__number {
  margin: 0 0 14px;
  color: var(--navy);
  font-size: 12px;
  font-weight: 700;
}

.strength-story h2 {
  margin: 0;
  font-size: clamp(30px, 3vw, 42px);
  font-weight: 600;
  line-height: 1.45;
}

.strength-story__tagline {
  margin: 17px 0 0;
  color: #33414c;
  font-size: 18px;
  font-weight: 600;
}

.strength-story__body > p:not([class]) {
  margin: 13px 0 0;
  color: var(--muted);
  font-size: 14px;
  line-height: 1.95;
}

.strength-story__points {
  display: flex;
  flex-wrap: wrap;
  gap: 7px;
  margin: 22px 0 0;
  padding: 0;
  list-style: none;
}

.strength-story__points li {
  padding: 5px 9px;
  color: #36424c;
  background: #f5f7f8;
  border: 1px solid var(--line);
  font-size: 11px;
  font-weight: 600;
}

.strength-story .text-link {
  margin-top: 28px;
}

.strength-proof {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  border-top: 1px solid rgba(255, 255, 255, 0.22);
  border-bottom: 1px solid rgba(255, 255, 255, 0.22);
}

.strength-proof__item {
  min-height: 180px;
  padding: 30px 25px;
  border-right: 1px solid rgba(255, 255, 255, 0.22);
}

.strength-proof__item:last-child {
  border-right: 0;
}

.strength-proof__item span {
  display: block;
  margin-bottom: 22px;
  color: #8bc3ea;
  font-size: 11px;
  font-weight: 700;
}

.strength-proof__item strong {
  display: block;
  font-size: 22px;
  line-height: 1.5;
}

.strength-proof__item p {
  margin: 8px 0 0;
  color: rgba(255, 255, 255, 0.72);
  font-size: 12px;
  line-height: 1.75;
}

.strength-contact {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 40px;
  padding: 58px 0;
}

.strength-contact h2 {
  margin: 0;
  font-size: clamp(27px, 3vw, 39px);
  font-weight: 600;
  line-height: 1.45;
}

.strength-contact p {
  margin: 10px 0 0;
  color: var(--muted);
  font-size: 14px;
}

.strength-contact .button {
  flex: 0 0 auto;
}

.strength-switcher {
  position: sticky;
  z-index: 30;
  top: var(--header-height);
  background: var(--white);
  border-bottom: 1px solid var(--line);
}

.strength-switcher__inner {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.strength-switcher a {
  padding: 17px 12px;
  text-align: center;
  border-right: 1px solid var(--line);
  font-size: 13px;
  font-weight: 600;
}

.strength-switcher a:first-child {
  border-left: 1px solid var(--line);
}

.strength-switcher a[aria-current="page"] {
  color: var(--white);
  background: var(--navy);
}

.detail-intro {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  gap: 64px;
  align-items: center;
}

.detail-intro__media {
  aspect-ratio: 1.5 / 1;
  overflow: hidden;
  background: var(--surface);
}

.detail-intro__media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.detail-intro__body h2 {
  margin: 0;
  font-size: clamp(29px, 3.2vw, 42px);
  font-weight: 600;
  line-height: 1.5;
  word-break: auto-phrase;
}

.detail-intro__body p {
  margin: 18px 0 0;
  color: var(--muted);
  font-size: 14px;
  line-height: 2;
}

.detail-facts {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  margin-top: 56px;
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}

.detail-fact {
  min-height: 135px;
  padding: 25px 24px;
  border-right: 1px solid var(--line);
}

.detail-fact:last-child {
  border-right: 0;
}

.detail-fact span {
  display: block;
  margin-bottom: 13px;
  color: var(--muted);
  font-size: 10px;
  font-weight: 700;
}

.detail-fact strong {
  display: block;
  font-size: 21px;
  line-height: 1.5;
}

.detail-columns {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}

.detail-column {
  min-width: 0;
  padding: 30px 27px 34px;
  border-right: 1px solid var(--line);
}

.detail-column:last-child {
  border-right: 0;
}

.detail-column__icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 42px;
  height: 42px;
  margin-bottom: 24px;
  color: var(--navy);
  background: var(--blue-soft);
  font-size: 19px;
}

.detail-column h3 {
  margin: 0;
  font-size: 20px;
  line-height: 1.5;
}

.detail-column p {
  margin: 12px 0 0;
  color: var(--muted);
  font-size: 13px;
  line-height: 1.9;
}

.detail-list {
  margin: 20px 0 0;
  padding: 0;
  list-style: none;
}

.detail-list li {
  position: relative;
  padding: 8px 0 8px 18px;
  border-top: 1px solid var(--line);
  color: #35424c;
  font-size: 12px;
  line-height: 1.6;
}

.detail-list li::before {
  position: absolute;
  top: 15px;
  left: 2px;
  width: 5px;
  height: 5px;
  background: var(--navy);
  content: "";
}

.detail-split {
  display: grid;
  grid-template-columns: minmax(0, 43%) minmax(0, 57%);
  border: 1px solid var(--line);
}

.detail-split__media {
  min-height: 410px;
  overflow: hidden;
  background: var(--surface);
}

.detail-split__media img {
  width: 100%;
  height: 100%;
  min-height: 410px;
  object-fit: cover;
}

.detail-split__body {
  padding: 48px clamp(30px, 5vw, 64px);
}

.detail-split__body h3 {
  margin: 0;
  font-size: 27px;
  line-height: 1.5;
}

.detail-split__body p {
  margin: 16px 0 0;
  color: var(--muted);
  font-size: 14px;
  line-height: 2;
}

.detail-process {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}

.detail-process__step {
  position: relative;
  min-height: 190px;
  padding: 28px 22px;
  border-right: 1px solid var(--line);
}

.detail-process__step:last-child {
  border-right: 0;
}

.detail-process__step span {
  display: block;
  margin-bottom: 24px;
  color: var(--navy);
  font-size: 10px;
  font-weight: 700;
}

.detail-process__step h3 {
  margin: 0;
  font-size: 17px;
  line-height: 1.5;
}

.detail-process__step p {
  margin: 9px 0 0;
  color: var(--muted);
  font-size: 11px;
  line-height: 1.8;
}

.detail-note {
  padding: 22px 25px;
  margin-top: 28px;
  color: #3e4c57;
  background: #f7f9fa;
  border-left: 3px solid var(--navy);
  font-size: 12px;
  line-height: 1.9;
}

.other-strengths {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 22px;
}

.other-strength {
  position: relative;
  min-height: 150px;
  padding: 26px 25px;
  background: var(--white);
  border: 1px solid var(--line);
}

.other-strength:hover {
  border-color: var(--navy);
}

.other-strength span {
  color: var(--navy);
  font-size: 10px;
  font-weight: 700;
}

.other-strength strong {
  display: block;
  margin-top: 21px;
  font-size: 20px;
}

.other-strength i {
  position: absolute;
  top: 26px;
  right: 24px;
  color: var(--navy);
}

@media (max-width: 1050px) {
  .strength-index {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .strength-index__item:nth-child(2) {
    border-right: 0;
  }

  .strength-index__item:nth-child(-n + 2) {
    border-bottom: 1px solid var(--line);
  }

  .strength-proof {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .strength-proof__item:nth-child(2) {
    border-right: 0;
  }

  .strength-proof__item:nth-child(-n + 2) {
    border-bottom: 1px solid rgba(255, 255, 255, 0.22);
  }

  .detail-process {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .detail-process__step:nth-child(3) {
    border-right: 0;
  }

  .detail-process__step:nth-child(-n + 3) {
    border-bottom: 1px solid var(--line);
  }
}

@media (max-width: 760px) {
  .strength-shell,
  .strength-hero__content,
  .strength-index {
    width: min(calc(100% - 32px), var(--shell));
  }

  .strength-breadcrumbs {
    min-height: 46px;
  }

  .strength-hero {
    min-height: 500px;
    background-position: 58% center;
  }

  .strength-hero__content {
    padding: 58px 0 74px;
  }

  .strength-hero h1 {
    font-size: 36px;
    line-height: 1.45;
  }

  .strength-hero__lead {
    font-size: 14px;
    line-height: 1.9;
  }

  .strength-hero__actions {
    flex-direction: column;
  }

  .strength-hero__actions .button {
    width: 100%;
  }

  .strength-index {
    grid-template-columns: 1fr;
    margin-top: -30px;
  }

  .strength-index__item,
  .strength-index__item:nth-child(2) {
    min-height: 150px;
    border-right: 0;
    border-bottom: 1px solid var(--line);
  }

  .strength-index__item:last-child {
    border-bottom: 0;
  }

  .strength-section {
    padding: 60px 0;
  }

  .strength-heading {
    align-items: flex-start;
    flex-direction: column;
    gap: 14px;
    margin-bottom: 28px;
  }

  .strength-heading h2 {
    font-size: 30px;
  }

  .strength-story {
    grid-template-columns: 1fr;
  }

  .strength-story:nth-child(even) .strength-story__media {
    order: 0;
  }

  .strength-story__media,
  .strength-story__media img {
    min-height: 275px;
  }

  .strength-story__body {
    padding: 38px 20px 46px;
  }

  .strength-proof,
  .detail-columns,
  .other-strengths {
    grid-template-columns: 1fr;
  }

  .strength-proof__item,
  .strength-proof__item:nth-child(2) {
    min-height: 145px;
    border-right: 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.22);
  }

  .strength-contact {
    align-items: stretch;
    flex-direction: column;
  }

  .strength-switcher {
    position: static;
  }

  .strength-switcher__inner {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .strength-switcher a {
    border-bottom: 1px solid var(--line);
  }

  .detail-intro {
    grid-template-columns: 1fr;
    gap: 32px;
  }

  .detail-intro__body h2 {
    font-size: 30px;
  }

  .detail-facts {
    grid-template-columns: 1fr;
  }

  .detail-fact,
  .detail-fact:last-child {
    min-height: 108px;
    border-right: 0;
    border-bottom: 1px solid var(--line);
  }

  .detail-fact:last-child {
    border-bottom: 0;
  }

  .detail-column {
    border-right: 0;
    border-bottom: 1px solid var(--line);
  }

  .detail-column:last-child {
    border-bottom: 0;
  }

  .detail-split {
    grid-template-columns: 1fr;
  }

  .detail-split__media,
  .detail-split__media img {
    min-height: 280px;
  }

  .detail-split__body {
    padding: 35px 22px;
  }

  .detail-process {
    grid-template-columns: 1fr;
  }

  .detail-process__step,
  .detail-process__step:nth-child(3) {
    min-height: 145px;
    border-right: 0;
    border-bottom: 1px solid var(--line);
  }

  .detail-process__step:last-child {
    border-bottom: 0;
  }
}

@media (max-width: 430px) {
  .strength-hero h1 {
    font-size: 32px;
  }

  .strength-story h2,
  .strength-heading h2,
  .detail-intro__body h2 {
    font-size: 28px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .strength-index__item,
  .other-strength {
    transition: none;
  }
}

.service-faq {
  border-top: 1px solid var(--line-dark);
}

.service-faq details {
  border-bottom: 1px solid var(--line);
}

.service-faq summary {
  position: relative;
  padding: 22px 48px 22px 0;
  color: var(--navy);
  font-size: 16px;
  font-weight: 700;
  line-height: 1.6;
  cursor: pointer;
}

.service-faq summary::after {
  content: "+";
  position: absolute;
  top: 20px;
  right: 12px;
  font-size: 22px;
  font-weight: 400;
}

.service-faq details[open] summary::after {
  content: "−";
}

.service-faq p {
  max-width: 920px;
  margin: 0;
  padding: 0 48px 22px 0;
  color: var(--muted);
  font-size: 14px;
  line-height: 1.85;
}

.service-faq a {
  color: var(--blue);
  text-decoration: underline;
  text-underline-offset: 3px;
}


/* Small-lot service requirements */
.small-lot-requirements {
  display: grid;
  grid-template-columns: minmax(0, 2fr) minmax(280px, 1fr);
  gap: 30px;
  align-items: start;
}
.small-lot-requirements table {
  width: 100%;
  border-collapse: collapse;
  background: var(--white);
  font-size: 13px;
  line-height: 1.8;
}
.small-lot-requirements th,
.small-lot-requirements td {
  padding: 18px 20px;
  border: 1px solid var(--line);
  text-align: left;
  vertical-align: top;
}
.small-lot-requirements th {
  width: 30%;
  color: var(--navy);
  background: #f7f9fa;
  font-weight: 700;
}
.small-lot-requirements aside {
  padding: 28px;
  background: var(--navy);
  color: var(--white);
}
.small-lot-requirements aside h3 { margin: 0; font-size: 20px; }
.small-lot-requirements aside p { margin: 15px 0 0; font-size: 13px; line-height: 1.9; }
.small-lot-requirements aside ul { margin: 20px 0 0; padding: 0; list-style: none; }
.small-lot-requirements aside li { border-top: 1px solid rgba(255,255,255,.2); }
.small-lot-requirements aside a { color: var(--white); text-decoration: underline; text-underline-offset: 3px; }
.small-lot-requirements aside li a { display: block; padding: 12px 0; text-decoration: none; }
@media (max-width: 780px) {
  .small-lot-requirements { grid-template-columns: 1fr; }
  .small-lot-requirements th,
  .small-lot-requirements td { display: block; width: 100%; }
  .small-lot-requirements td { border-top: 0; }
}
