/* Homepage imagery, v1.16. Keep these changes scoped to the two updated sections. */
.company-story .story-map {
  display: block;
  position: relative;
  isolation: isolate;
  min-height: 510px;
  background: #061b30;
}
.company-story .story-map > img {
  position: absolute;
  inset: 0;
  z-index: 0;
  width: 100%;
  height: 100%;
  min-height: 0;
  object-fit: cover;
  object-position: center;
}
.company-story .story-map::after {
  content: '';
  position: absolute;
  inset: 0;
  z-index: 1;
  pointer-events: none;
  background: linear-gradient(90deg, rgba(3,18,33,.96) 0%, rgba(3,18,33,.89) 28%, rgba(3,18,33,.38) 55%, rgba(3,18,33,.04) 100%);
}
.company-story .story-map-copy {
  position: relative;
  z-index: 2;
  width: min(49%, 570px);
  padding: 54px 0 54px 48px;
}
.company-story .story-map-copy > p { color: #d5e2ec; }
.company-story .story-map-copy .eyebrow { color: #a9cee8; }
.company-story .story-map-copy h3 { font-weight: 700; }
.company-story .story-pillars { max-width: 345px; }
.company-story .story-pillars span { color: #e1ebf2; }

.applications .industry-photo-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 24px;
  align-items: stretch;
}
.applications .industry-photo-card {
  position: relative;
  isolation: isolate;
  display: flex;
  align-items: flex-end;
  min-width: 0;
  min-height: 440px;
  aspect-ratio: 3 / 4;
  padding: 0;
  overflow: hidden;
  background: #071c2e;
  text-align: start;
  clip-path: polygon(0 0, 100% 0, 100% calc(100% - 20px), calc(100% - 20px) 100%, 0 100%);
}
.applications .industry-image {
  position: absolute;
  inset: 0;
  z-index: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  transition: transform .65s cubic-bezier(.2,.65,.3,1);
}
.applications .industry-photo-card::after {
  content: '';
  position: absolute;
  inset: 0;
  z-index: 1;
  pointer-events: none;
  background: linear-gradient(180deg, rgba(3,17,30,.03) 15%, rgba(3,17,30,.12) 38%, rgba(3,17,30,.86) 69%, #03111e 100%);
}
.applications .industry-copy {
  position: relative;
  z-index: 2;
  width: 100%;
  padding: 130px 28px 30px;
}
.applications .industry-copy::before {
  content: '';
  display: block;
  width: 32px;
  height: 2px;
  margin-bottom: 17px;
  background: #9cc8e5;
}
.applications .industry-copy h3 {
  margin: 0 0 12px;
  max-width: none;
  color: #fff;
  font-size: clamp(23px, 2.05vw, 29px);
  font-weight: 700;
  line-height: 1.16;
  letter-spacing: -.025em;
  overflow-wrap: anywhere;
  hyphens: auto;
}
.applications .industry-copy p {
  margin: 0;
  max-width: 34ch;
  color: #e0e9f0;
  font-size: 14px;
  line-height: 1.6;
  overflow-wrap: anywhere;
}
@media (hover: hover) and (prefers-reduced-motion: no-preference) {
  .applications .industry-photo-card:hover .industry-image { transform: scale(1.04); }
}
@media (max-width: 1000px) {
  .applications .industry-photo-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 20px; }
  .applications .industry-photo-card { min-height: 400px; }
  .applications .industry-copy h3 { font-size: 26px; }
  .company-story .story-map-copy { width: 56%; padding-left: 34px; }
}
@media (max-width: 600px) {
  .company-story .story-map { min-height: 510px; }
  .company-story .story-map > img { object-position: 57% center; }
  .company-story .story-map::after { background: linear-gradient(180deg, rgba(3,18,33,.66), rgba(3,18,33,.87) 43%, rgba(3,18,33,.95)); }
  .company-story .story-map-copy { width: 100%; padding: 42px 26px; }
  .company-story .story-map-copy h3 { max-width: 390px; font-size: 30px; }
  .applications .industry-photo-grid { grid-template-columns: minmax(0, 1fr); gap: 18px; }
  .applications .industry-photo-card { min-height: 400px; }
  .applications .industry-copy { padding: 120px 26px 28px; }
  .applications .industry-copy h3 { font-size: 27px; }
}
@media (prefers-reduced-motion: reduce) {
  .applications .industry-image { transition: none; }
}
