.custom-layout-article .brand-copy strong {
  color: #174a7e;
}

.custom-layout-article .brand-copy small {
  color: #2f6fa5;
}

.custom-layout-hero > img {
  object-position: center 54%;
  filter: saturate(0.9) contrast(1.02);
}

.custom-layout-hero::after {
  background: linear-gradient(90deg, rgba(7, 31, 57, 0.96) 0%, rgba(11, 45, 79, 0.76) 52%, rgba(11, 45, 79, 0.28) 100%);
}

.custom-layout-hero h1 {
  max-width: 980px;
}

.layout-proof-band {
  display: grid;
  color: var(--white);
  background: var(--forest-deep);
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.layout-proof-band > div {
  min-width: 0;
  padding: 30px 34px;
}

.layout-proof-band > div + div {
  border-left: 1px solid var(--dark-line);
}

.layout-proof-band strong,
.layout-proof-band span {
  display: block;
}

.layout-proof-band strong {
  color: #8fd3ff;
  font-size: 1.06rem;
}

.layout-proof-band span {
  margin-top: 7px;
  color: rgba(255, 255, 255, 0.68);
  font-size: 0.72rem;
  line-height: 1.5;
}

.concept-feature {
  padding: 54px 0 90px;
}

.concept-feature figure,
.layout-gallery figure,
.plan-figure {
  min-width: 0;
  margin: 0;
}

.concept-feature img {
  width: 100%;
  aspect-ratio: 1.58 / 1;
  object-fit: cover;
  border-radius: 6px;
}

.concept-feature figcaption,
.layout-gallery figcaption,
.plan-figure figcaption {
  padding-top: 13px;
  color: var(--muted);
  font-size: 0.72rem;
  line-height: 1.6;
}

.concept-feature figcaption strong,
.layout-gallery figcaption strong,
.plan-figure figcaption strong {
  color: var(--ink);
}

.plan-layout {
  display: grid;
  align-items: center;
  grid-template-columns: minmax(0, 1.05fr) minmax(0, 0.95fr);
  gap: 72px;
}

.plan-figure img {
  width: 100%;
  aspect-ratio: 1.13 / 1;
  object-fit: cover;
  border-radius: 6px;
}

.plan-copy h2,
.configuration-section h2,
.deployment-section h2,
.project-brief h2 {
  font-size: clamp(2.05rem, 3.7vw, 3.4rem);
}

.plan-copy > p:not(.eyebrow) {
  margin-top: 20px;
}

.plan-list {
  margin: 26px 0 0;
  padding: 0;
  list-style: none;
}

.plan-list li {
  display: grid;
  padding: 15px 0;
  border-top: 1px solid var(--line);
  grid-template-columns: 26px 1fr;
  gap: 12px;
  color: var(--muted);
  font-size: 0.82rem;
}

.plan-list svg {
  width: 19px;
  height: 19px;
  color: var(--forest);
}

.layout-gallery {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}

.layout-gallery img {
  width: 100%;
  aspect-ratio: 1.45 / 1;
  object-fit: cover;
  border-radius: 6px;
}

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

.configuration-grid article {
  position: relative;
  min-width: 0;
  padding: 34px 30px 34px 0;
  border-bottom: 1px solid var(--line);
}

.configuration-grid article:not(:nth-child(3n + 1)) {
  padding-left: 30px;
  border-left: 1px solid var(--line);
}

.configuration-grid svg {
  width: 24px;
  height: 24px;
  color: var(--forest);
}

.configuration-grid h3 {
  margin-top: 20px;
  font-size: 1.15rem;
}

.configuration-grid p {
  margin: 10px 0 0;
  font-size: 0.8rem;
}

.package-note {
  display: grid;
  align-items: start;
  margin-top: 34px;
  padding: 22px 24px;
  background: #eaf4fb;
  border-left: 4px solid var(--forest);
  grid-template-columns: 28px 1fr;
  gap: 14px;
}

.package-note svg {
  width: 21px;
  height: 21px;
  color: var(--forest);
}

.package-note strong {
  color: var(--forest-deep);
}

.package-note p {
  margin: 7px 0 0;
  font-size: 0.78rem;
}

.deployment-layout {
  display: grid;
  grid-template-columns: minmax(0, 0.86fr) minmax(0, 1.14fr);
  gap: 86px;
}

.deployment-copy > p:not(.eyebrow) {
  margin-top: 20px;
}

.deployment-steps {
  margin: 0;
  padding: 0;
  border-top: 1px solid var(--line);
  list-style: none;
}

.deployment-steps li {
  display: grid;
  padding: 19px 0;
  border-bottom: 1px solid var(--line);
  grid-template-columns: 40px 1fr;
  gap: 14px;
}

.deployment-steps > li > span {
  color: var(--forest);
  font-size: 0.7rem;
  font-weight: 700;
}

.deployment-steps strong,
.deployment-steps p {
  display: block;
}

.deployment-steps strong {
  color: var(--ink);
  font-size: 0.9rem;
}

.deployment-steps p {
  margin: 5px 0 0;
  font-size: 0.78rem;
}

.project-brief-grid {
  display: grid;
  margin-top: 40px;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  border-top: 1px solid var(--line);
}

.project-brief-grid > div {
  display: grid;
  min-width: 0;
  padding: 24px 28px 24px 0;
  border-bottom: 1px solid var(--line);
  grid-template-columns: 32px 1fr;
  gap: 14px;
}

.project-brief-grid > div:nth-child(even) {
  padding-left: 28px;
  border-left: 1px solid var(--line);
}

.project-brief-grid svg {
  width: 21px;
  height: 21px;
  color: var(--forest);
}

.project-brief-grid strong,
.project-brief-grid span {
  display: block;
}

.project-brief-grid strong {
  color: var(--ink);
  font-size: 0.9rem;
}

.project-brief-grid span {
  margin-top: 5px;
  color: var(--muted);
  font-size: 0.78rem;
  line-height: 1.55;
}

.custom-layout-article .footer-brand .brand-copy strong {
  color: #8fd3ff;
}

.custom-layout-article .footer-brand .brand-copy small {
  color: rgba(255, 255, 255, 0.68);
}

@media (max-width: 960px) {
  .layout-proof-band {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .layout-proof-band > div:nth-child(3) {
    border-top: 1px solid var(--dark-line);
    border-left: 0;
  }

  .layout-proof-band > div:nth-child(4) {
    border-top: 1px solid var(--dark-line);
  }

  .plan-layout,
  .deployment-layout {
    grid-template-columns: 1fr;
    gap: 46px;
  }

  .layout-gallery {
    grid-template-columns: 1fr;
  }

  .layout-gallery img {
    aspect-ratio: 1.58 / 1;
  }
}

@media (max-width: 680px) {
  .custom-layout-hero {
    height: 680px;
  }

  .layout-proof-band {
    grid-template-columns: 1fr;
  }

  .layout-proof-band > div,
  .layout-proof-band > div:nth-child(3),
  .layout-proof-band > div:nth-child(4) {
    padding: 24px;
    border-top: 1px solid var(--dark-line);
    border-left: 0;
  }

  .layout-proof-band > div:first-child {
    border-top: 0;
  }

  .concept-feature {
    padding: 34px 0 64px;
  }

  .configuration-grid,
  .project-brief-grid {
    grid-template-columns: 1fr;
  }

  .configuration-grid article,
  .configuration-grid article:not(:nth-child(3n + 1)),
  .project-brief-grid > div,
  .project-brief-grid > div:nth-child(even) {
    padding: 24px 0;
    border-left: 0;
  }

  .plan-figure img {
    aspect-ratio: 1 / 1;
  }
}
