:root {
  --ler-black: #120800;
  --ler-charcoal: #1a1512;
  --ler-deep-red: #5b0000;
  --ler-orange: #dd3d06;
  --ler-warm-orange: #ed7a36;
  --ler-white: #fff;
  --ler-paper: #f7f3ee;
  --ler-warm-gray: #8c837c;
  --panel: rgba(26, 21, 18, 0.82);
  --panel-strong: rgba(18, 8, 0, 0.92);
  --line: rgba(255, 255, 255, 0.14);
  --muted-line: rgba(255, 255, 255, 0.08);
  --orange-line: rgba(221, 61, 6, 0.88);
}

.detail-hero__visual--industry-module {
  display: grid;
  place-items: center end;
  min-height: clamp(540px, 52vw, 720px);
}

.industry-visual-module-mount {
  display: grid;
  place-items: center;
  width: min(100%, 760px);
}

.detail-hero__visual--industry-module .industry-visual {
  width: min(100%, 760px);
}

@media (max-width: 980px) {
  .detail-hero__visual--industry-module {
    place-items: center start;
    min-height: 0;
  }

  .industry-visual-module-mount {
    width: min(100%, 680px);
  }
}
.industry-visual {
  min-height: 560px;
}

.industry-visual {
  --photo-x: 50%;
  --dashboard-transform: translate3d(0, 0, 0);
  position: relative;
  min-height: clamp(620px, 64vw, 780px);
  overflow: hidden;
  border-radius: 24px;
  isolation: isolate;
  background: transparent;
}

.industry-visual::before {
  content: none;
}

.industry-visual::after {
  content: none;
}

.industry-visual__layers {
  position: absolute;
  z-index: 1;
  display: none;
  pointer-events: none;
}

.industry-visual__layers span {
  position: absolute;
  inset: 0;
  border: 1px solid rgba(221, 61, 6, 0.22);
  border-radius: 30px;
  background: linear-gradient(120deg, rgba(221, 61, 6, 0.18), rgba(91, 0, 0, 0.08));
  box-shadow: 0 18px 54px rgba(221, 61, 6, 0.1);
}

.industry-visual__layers span:nth-child(2) {
  transform: translate(-18px, 24px);
  opacity: 0.62;
}

.industry-visual__layers span:nth-child(3) {
  transform: translate(-36px, 48px);
  opacity: 0.34;
}

.industry-visual__score {
  position: absolute;
  z-index: 6;
  display: none;
  align-items: center;
  justify-content: center;
  width: 112px;
  height: 112px;
  border: 10px solid rgba(53, 220, 88, 0.86);
  border-radius: 999px;
  color: rgba(18, 8, 0, 0.84);
  background: #e8ffe7;
  box-shadow: 0 0 0 8px rgba(255, 255, 255, 0.18), 0 20px 48px rgba(0, 0, 0, 0.34);
  text-align: center;
}

.industry-visual__score strong {
  display: block;
  font-size: 2rem;
  line-height: 0.9;
}

.industry-visual__score span {
  display: none;
}

.industry-visual__photo {
  position: absolute;
  top: clamp(52px, 7vw, 78px);
  right: clamp(18px, 4vw, 56px);
  z-index: 2;
  width: min(42%, 390px);
  aspect-ratio: 5 / 7;
  margin: 0;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 18px;
  background: #1f1813;
  box-shadow: 0 26px 72px rgba(0, 0, 0, 0.46);
}

.industry-visual__photo img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  object-position: var(--photo-x) center;
  filter: saturate(0.78) contrast(1.02);
}

.industry-visual__photo::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, transparent 48%, rgba(18, 8, 0, 0.42));
  pointer-events: none;
}

.industry-visual__focus {
  position: absolute;
  top: clamp(174px, 20vw, 250px);
  left: clamp(18px, 3vw, 42px);
  z-index: 5;
  width: min(42%, 410px);
  display: grid;
  gap: 0;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 20px;
  padding: clamp(16px, 2vw, 22px);
  color: rgba(247, 243, 238, 0.9);
  background:
    linear-gradient(135deg, rgba(221, 61, 6, 0.14), transparent 40%),
    rgba(18, 8, 0, 0.84);
  box-shadow: 0 24px 58px rgba(0, 0, 0, 0.34);
}

.industry-visual__focus-list {
  display: grid;
  gap: 8px;
}

.industry-visual__focus-item {
  min-height: 42px;
  display: grid;
  grid-template-columns: 34px 1fr;
  align-items: center;
  gap: 10px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 12px;
  padding: 9px 10px;
  background: rgba(255, 255, 255, 0.035);
}

.industry-visual__focus-number {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 28px;
  height: 28px;
  border-radius: 999px;
  color: var(--ler-warm-orange);
  background: rgba(221, 61, 6, 0.13);
  font-size: 0.68rem;
  font-weight: 700;
}

.industry-visual__focus-copy {
  display: grid;
  gap: 3px;
}

.industry-visual__focus-item strong {
  color: rgba(247, 243, 238, 0.82);
  font-size: 0.82rem;
  line-height: 1.2;
}

.industry-visual__focus-item small {
  color: rgba(247, 243, 238, 0.52);
  font-size: 0.72rem;
  line-height: 1.2;
}

.industry-visual__connector {
  position: absolute;
  left: clamp(46px, 5vw, 74px);
  bottom: clamp(128px, 15vw, 180px);
  z-index: 1;
  width: min(50%, 490px);
  height: clamp(92px, 13vw, 144px);
  border-left: 2px dashed rgba(247, 243, 238, 0.78);
  border-bottom: 2px dashed rgba(247, 243, 238, 0.78);
  border-bottom-left-radius: 20px;
}

.industry-visual__connector::after {
  content: "";
  position: absolute;
  right: -5px;
  bottom: -5px;
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background: var(--ler-warm-orange);
  box-shadow: 0 0 18px rgba(237, 122, 54, 0.9);
}

.industry-visual__dashboard {
  position: absolute;
  right: clamp(8px, 4vw, 54px);
  bottom: clamp(18px, 4vw, 42px);
  z-index: 4;
  width: min(52%, 520px);
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 16px;
  background:
    linear-gradient(135deg, rgba(247, 243, 238, 0.08), transparent 40%),
    rgba(24, 17, 14, 0.94);
  box-shadow: 0 26px 72px rgba(0, 0, 0, 0.42);
  transform: var(--dashboard-transform);
}

.industry-visual__dashboard-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  border-bottom: 1px solid var(--muted-line);
  padding: 12px 16px;
  color: rgba(247, 243, 238, 0.72);
  font-size: 0.72rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.industry-visual__dots {
  display: flex;
  gap: 6px;
}

.industry-visual__dots span {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.18);
}

.industry-visual__dashboard-body {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 148px;
  gap: 12px;
  padding: 16px;
}

.industry-visual__browser {
  min-height: 132px;
  display: grid;
  align-content: end;
  gap: 10px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 12px;
  padding: 16px;
  background:
    linear-gradient(145deg, rgba(255, 255, 255, 0.06), transparent 44%),
    linear-gradient(135deg, rgba(221, 61, 6, 0.16), transparent 58%),
    rgba(255, 255, 255, 0.04);
}

.industry-visual__bar {
  height: 10px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.12);
}

.industry-visual__bar:nth-child(1) {
  width: 48%;
  background: rgba(221, 61, 6, 0.82);
}

.industry-visual__bar:nth-child(2) {
  width: 68%;
}

.industry-visual__bar:nth-child(3) {
  width: 82%;
}

.industry-visual__metric {
  display: grid;
  align-content: center;
  gap: 8px;
  border: 1px solid rgba(221, 61, 6, 0.28);
  border-radius: 12px;
  padding: 14px;
  background: rgba(221, 61, 6, 0.08);
}

.industry-visual__metric strong {
  font-size: clamp(1.8rem, 4vw, 2.7rem);
  line-height: 0.9;
}

.industry-visual__metric span {
  color: rgba(247, 243, 238, 0.68);
  font-size: 0.8rem;
  line-height: 1.35;
}

.industry-visual__checks {
  grid-column: 1 / -1;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 10px;
}

.industry-visual__check {
  min-height: 52px;
  display: grid;
  grid-template-columns: 22px 1fr;
  align-items: center;
  gap: 8px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 10px;
  padding: 10px;
  color: rgba(247, 243, 238, 0.72);
  background: rgba(255, 255, 255, 0.035);
  font-size: 0.78rem;
  line-height: 1.25;
}

.industry-visual__check svg {
  width: 20px;
  height: 20px;
  stroke: var(--ler-warm-orange);
  stroke-width: 1.8;
  fill: none;
}

.industry-visual--service-businesses {
  min-height: clamp(520px, 58vw, 680px);
}

.industry-visual--service-businesses .industry-visual__focus {
  top: clamp(72px, 8vw, 98px);
  left: clamp(188px, 28vw, 310px);
  width: min(40%, 390px);
  border-color: rgba(255, 255, 255, 0.42);
  color: rgba(18, 8, 0, 0.9);
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.76), rgba(247, 243, 238, 0.64)),
    var(--ler-paper);
  box-shadow: 0 24px 62px rgba(18, 8, 0, 0.26);
  backdrop-filter: blur(12px);
}

.industry-visual--service-businesses .industry-visual__focus-item {
  border-color: rgba(18, 8, 0, 0.1);
  background: rgba(255, 255, 255, 0.48);
}

.industry-visual--service-businesses .industry-visual__focus-number {
  color: var(--ler-orange);
  background: rgba(221, 61, 6, 0.12);
}

.industry-visual--service-businesses .industry-visual__focus-item strong {
  color: rgba(18, 8, 0, 0.82);
}

.industry-visual--service-businesses .industry-visual__focus-item small {
  color: rgba(18, 8, 0, 0.58);
}

.industry-visual--service-businesses .industry-visual__dashboard,
.industry-visual--service-businesses .industry-visual__connector {
  display: none;
}

.industry-visual--layout-showcase-card .industry-visual__layers,
.industry-visual--layout-image-badge .industry-visual__layers,
.industry-visual--layout-security-card .industry-visual__layers {
  display: block;
  top: 78px;
  right: 24px;
  width: min(58%, 560px);
  aspect-ratio: 1.04;
}

.industry-visual--layout-showcase-card .industry-visual__photo {
  top: 72px;
  right: 28px;
  width: min(42%, 390px);
  aspect-ratio: 5 / 7;
  border-radius: 22px;
}

.industry-visual--layout-showcase-card .industry-visual__focus {
  top: 102px;
  left: 18px;
  width: min(38%, 360px);
}

.industry-visual--layout-showcase-card .industry-visual__dashboard {
  right: auto;
  left: clamp(32px, 5vw, 70px);
  bottom: 42px;
  width: min(54%, 520px);
}

.industry-visual--layout-showcase-card .industry-visual__connector {
  left: clamp(260px, 35vw, 400px);
  bottom: 204px;
  width: min(30%, 290px);
  height: 78px;
}

.industry-visual--layout-status-photo .industry-visual__photo {
  top: auto;
  right: 26px;
  bottom: 52px;
  width: min(46%, 420px);
  aspect-ratio: 5 / 7;
  border-radius: 24px;
}

.industry-visual--layout-status-photo .industry-visual__dashboard {
  top: 92px;
  left: 28px;
  right: auto;
  bottom: auto;
  width: min(50%, 480px);
}

.industry-visual--layout-status-photo .industry-visual__focus {
  top: 320px;
  left: 28px;
  width: min(43%, 410px);
}

.industry-visual--layout-status-photo .industry-visual__connector {
  left: 78px;
  bottom: 72px;
  width: min(36%, 330px);
  height: 94px;
}

.industry-visual--layout-image-badge .industry-visual__layers {
  top: 92px;
  left: 13%;
  right: auto;
  width: min(74%, 680px);
}

.industry-visual--layout-image-badge .industry-visual__photo {
  top: 88px;
  right: 10%;
  width: min(42%, 390px);
  aspect-ratio: 5 / 7;
  border-radius: 22px;
}

.industry-visual--layout-image-badge .industry-visual__score {
  display: flex;
  top: 40px;
  left: 50%;
  transform: translateX(-50%);
}

.industry-visual--layout-image-badge .industry-visual__focus {
  top: 336px;
  left: 22px;
  width: min(38%, 370px);
}

.industry-visual--layout-image-badge .industry-visual__dashboard {
  right: 40px;
  bottom: 46px;
  width: min(55%, 540px);
}

.industry-visual--layout-image-badge .industry-visual__connector {
  left: 58px;
  bottom: 162px;
  width: min(44%, 420px);
}

.industry-visual--layout-commerce-flow .industry-visual__photo {
  top: 44px;
  right: 28px;
  width: min(42%, 390px);
  aspect-ratio: 5 / 7;
  border-radius: 28px;
}

.industry-visual--layout-commerce-flow .industry-visual__focus {
  top: 84px;
  left: 16px;
  width: min(38%, 360px);
}

.industry-visual--layout-commerce-flow .industry-visual__dashboard {
  right: auto;
  left: 32px;
  bottom: 40px;
  width: min(50%, 480px);
}

.industry-visual--layout-commerce-flow .industry-visual__connector {
  left: 54px;
  bottom: 176px;
  width: min(40%, 370px);
}

.industry-visual--layout-metric-tower .industry-visual__score {
  display: flex;
  top: 62px;
  left: 52%;
  transform: translateX(-50%);
}

.industry-visual--layout-metric-tower .industry-visual__photo {
  top: 108px;
  right: 50px;
  width: min(36%, 340px);
  aspect-ratio: 5 / 7;
  border-radius: 22px;
}

.industry-visual--layout-metric-tower .industry-visual__focus {
  top: 176px;
  left: 24px;
  width: min(38%, 360px);
}

.industry-visual--layout-metric-tower .industry-visual__dashboard {
  right: auto;
  left: 50%;
  bottom: 38px;
  width: min(66%, 640px);
  --dashboard-transform: translateX(-50%);
}

.industry-visual--layout-metric-tower .industry-visual__connector {
  display: none;
}

.industry-visual--layout-split-story .industry-visual__photo {
  top: 84px;
  left: 28px;
  right: auto;
  width: min(38%, 360px);
  aspect-ratio: 5 / 7;
  border-radius: 24px;
}

.industry-visual--layout-split-story .industry-visual__focus {
  top: 72px;
  left: auto;
  right: 20px;
  width: min(42%, 400px);
}

.industry-visual--layout-split-story .industry-visual__dashboard {
  right: 26px;
  bottom: 46px;
  width: min(49%, 480px);
}

.industry-visual--layout-split-story .industry-visual__connector {
  left: 42%;
  bottom: 186px;
  width: min(24%, 220px);
  height: 98px;
}

.industry-visual--layout-blueprint .industry-visual__dashboard {
  top: 118px;
  right: 34px;
  bottom: auto;
  width: min(65%, 620px);
}

.industry-visual--layout-blueprint .industry-visual__photo {
  top: 42px;
  left: 42%;
  right: auto;
  width: min(34%, 330px);
  aspect-ratio: 5 / 7;
  border-radius: 18px;
}

.industry-visual--layout-blueprint .industry-visual__focus {
  top: 128px;
  left: 18px;
  width: min(34%, 330px);
}

.industry-visual--layout-blueprint .industry-visual__connector {
  left: 31%;
  bottom: 170px;
  width: min(38%, 360px);
}

.industry-visual--layout-systems .industry-visual__photo {
  top: 66px;
  right: 32px;
  width: min(38%, 360px);
  aspect-ratio: 5 / 7;
}

.industry-visual--layout-systems .industry-visual__dashboard {
  top: 210px;
  left: 50%;
  right: auto;
  bottom: auto;
  width: min(64%, 620px);
  --dashboard-transform: translateX(-50%);
}

.industry-visual--layout-systems .industry-visual__focus {
  top: 96px;
  left: 22px;
  width: min(34%, 330px);
}

.industry-visual--layout-systems .industry-visual__connector {
  left: 90px;
  bottom: 96px;
  width: min(48%, 460px);
}

.industry-visual--layout-security-card .industry-visual__layers {
  top: 96px;
  right: 7%;
  width: min(55%, 540px);
}

.industry-visual--layout-security-card .industry-visual__photo {
  top: 102px;
  right: 8%;
  width: min(42%, 390px);
  aspect-ratio: 5 / 7;
  border-radius: 24px;
}

.industry-visual--layout-security-card .industry-visual__dashboard {
  left: 28px;
  right: auto;
  bottom: 46px;
  width: min(46%, 440px);
}

.industry-visual--layout-security-card .industry-visual__focus {
  top: 112px;
  left: 22px;
  width: min(38%, 360px);
}

.industry-visual--biotech-life-sciences .industry-visual__focus {
  top: clamp(190px, 24vw, 260px);
}

.industry-visual--layout-security-card .industry-visual__connector {
  left: 60px;
  bottom: 190px;
  width: min(36%, 330px);
}

/* Final desktop composition pass for approval before page integration. */
.industry-visuals-gallery {
  grid-template-columns: 1fr;
  width: min(100%, 980px);
  margin-inline: auto;
}

.industry-visuals-gallery .industry-visual,
.industry-visual {
  min-height: clamp(670px, 68vw, 790px);
}

.industry-visual__layers {
  display: none !important;
}

.industry-visual__photo {
  top: clamp(56px, 7vw, 82px);
  right: clamp(34px, 6vw, 72px);
  width: min(38%, 370px);
}

.industry-visual__focus {
  top: clamp(124px, 14vw, 178px);
  left: clamp(24px, 4vw, 44px);
  width: min(36%, 360px);
}

.industry-visual__dashboard {
  right: clamp(30px, 5vw, 64px);
  bottom: clamp(34px, 5vw, 58px);
  width: min(54%, 540px);
}

.industry-visual__connector {
  left: clamp(50px, 6vw, 78px);
  bottom: clamp(150px, 16vw, 190px);
  width: min(42%, 420px);
  height: 112px;
}

.industry-visual--service-businesses {
  min-height: clamp(560px, 58vw, 700px);
}

.industry-visual--service-businesses .industry-visual__photo {
  top: clamp(52px, 7vw, 74px);
  right: clamp(32px, 6vw, 70px);
  width: min(43%, 410px);
  --photo-x: 58%;
}

.industry-visual--service-businesses .industry-visual__focus {
  top: clamp(96px, 12vw, 136px);
  left: clamp(22px, 4vw, 48px);
  width: min(43%, 420px);
}

.industry-visual--premium-local-brands .industry-visual__photo {
  top: 62px;
  right: clamp(38px, 6vw, 72px);
  width: min(39%, 380px);
}

.industry-visual--premium-local-brands .industry-visual__focus {
  top: 148px;
  left: clamp(26px, 4vw, 50px);
  width: min(36%, 360px);
}

.industry-visual--premium-local-brands .industry-visual__dashboard {
  right: auto;
  left: clamp(38px, 5vw, 70px);
  bottom: 52px;
  width: min(50%, 500px);
}

.industry-visual--healthcare-clinics .industry-visual__photo {
  top: auto;
  right: clamp(28px, 5vw, 56px);
  bottom: 54px;
  width: min(42%, 400px);
  --photo-x: 48%;
}

.industry-visual--healthcare-clinics .industry-visual__dashboard {
  top: 86px;
  right: auto;
  bottom: auto;
  left: clamp(26px, 4vw, 48px);
  width: min(43%, 430px);
}

.industry-visual--healthcare-clinics .industry-visual__focus {
  top: clamp(340px, 38vw, 410px);
  left: clamp(42px, 6vw, 70px);
  width: min(38%, 380px);
}

.industry-visual--healthcare-clinics .industry-visual__connector {
  left: clamp(72px, 8vw, 96px);
  bottom: 76px;
  width: min(34%, 330px);
}

.industry-visual--aesthetics-wellness .industry-visual__photo {
  top: 62px;
  right: clamp(40px, 7vw, 76px);
  width: min(40%, 390px);
  --photo-x: 50%;
}

.industry-visual--aesthetics-wellness .industry-visual__score {
  display: flex;
  top: 74px;
  left: 46%;
}

.industry-visual--aesthetics-wellness .industry-visual__focus {
  top: 156px;
  left: clamp(24px, 4vw, 48px);
  width: min(34%, 340px);
}

.industry-visual--aesthetics-wellness .industry-visual__dashboard {
  right: auto;
  left: clamp(34px, 5vw, 64px);
  bottom: 48px;
  width: min(50%, 510px);
}

.industry-visual--ecommerce-brands .industry-visual__photo {
  top: 54px;
  right: clamp(36px, 6vw, 72px);
  width: min(39%, 380px);
}

.industry-visual--ecommerce-brands .industry-visual__focus {
  top: 118px;
  left: clamp(24px, 4vw, 48px);
  width: min(35%, 350px);
}

.industry-visual--ecommerce-brands .industry-visual__dashboard {
  right: auto;
  left: clamp(40px, 5vw, 70px);
  bottom: 46px;
  width: min(50%, 500px);
}

.industry-visual--home-services-trades .industry-visual__photo {
  top: 70px;
  right: clamp(38px, 6vw, 74px);
  width: min(38%, 370px);
  --photo-x: 54%;
}

.industry-visual--home-services-trades .industry-visual__score {
  display: flex;
  top: 74px;
  left: 48%;
}

.industry-visual--home-services-trades .industry-visual__focus {
  top: 160px;
  left: clamp(28px, 4vw, 54px);
  width: min(35%, 350px);
}

.industry-visual--home-services-trades .industry-visual__dashboard {
  right: auto;
  left: clamp(40px, 5vw, 72px);
  bottom: 48px;
  width: min(54%, 540px);
  --dashboard-transform: translate3d(0, 0, 0);
}

.industry-visual--founder-led-startups .industry-visual__photo {
  top: 64px;
  right: auto;
  left: clamp(36px, 5vw, 64px);
  width: min(38%, 360px);
}

.industry-visual--founder-led-startups .industry-visual__focus {
  top: 116px;
  right: clamp(30px, 5vw, 58px);
  left: auto;
  width: min(40%, 390px);
}

.industry-visual--founder-led-startups .industry-visual__dashboard {
  right: clamp(32px, 5vw, 60px);
  bottom: 52px;
  width: min(45%, 450px);
}

.industry-visual--b2b-professional-services .industry-visual__photo {
  top: 54px;
  right: clamp(48px, 8vw, 92px);
  left: auto;
  width: min(31%, 310px);
}

.industry-visual--b2b-professional-services .industry-visual__focus {
  top: 130px;
  left: clamp(24px, 4vw, 48px);
  width: min(34%, 340px);
}

.industry-visual--b2b-professional-services .industry-visual__dashboard {
  top: auto;
  right: clamp(34px, 5vw, 64px);
  bottom: 42px;
  width: min(56%, 560px);
}

.industry-visual--b2b-professional-services .industry-visual__connector {
  left: clamp(270px, 31vw, 350px);
  bottom: 160px;
  width: min(36%, 350px);
}

.industry-visual--marine-industrial .industry-visual__photo {
  top: 54px;
  right: clamp(36px, 6vw, 72px);
  width: min(36%, 360px);
  --photo-x: 52%;
}

.industry-visual--marine-industrial .industry-visual__focus {
  top: 122px;
  left: clamp(24px, 4vw, 48px);
  width: min(34%, 340px);
}

.industry-visual--marine-industrial .industry-visual__dashboard {
  top: auto;
  right: auto;
  bottom: 64px;
  left: clamp(40px, 5vw, 72px);
  width: min(58%, 580px);
  --dashboard-transform: translate3d(0, 0, 0);
}

.industry-visual--marine-industrial .industry-visual__connector {
  left: clamp(70px, 7vw, 100px);
  bottom: 112px;
  width: min(38%, 380px);
}

.industry-visual--biotech-life-sciences .industry-visual__photo {
  top: 54px;
  right: clamp(36px, 6vw, 72px);
  width: min(40%, 390px);
}

.industry-visual--biotech-life-sciences .industry-visual__focus {
  top: 146px;
  left: clamp(28px, 4vw, 52px);
  width: min(35%, 350px);
}

.industry-visual--biotech-life-sciences .industry-visual__dashboard {
  right: auto;
  left: clamp(40px, 5vw, 70px);
  bottom: 50px;
  width: min(45%, 450px);
}

.industry-visual--biotech-life-sciences .industry-visual__connector {
  left: clamp(70px, 7vw, 96px);
  bottom: 178px;
  width: min(34%, 340px);
}

@media (hover: hover) {
  .industry-visual:hover .industry-visual__photo {
    transform: translate3d(0, -4px, 0);
  }

  .industry-visual:hover .industry-visual__dashboard {
    transform: var(--dashboard-transform) translate3d(-3px, 2px, 0);
  }

  .industry-visual__photo,
  .industry-visual__dashboard {
    transition: transform 260ms ease;
  }
}

@media (prefers-reduced-motion: reduce) {
  .industry-visual,
  .industry-visual *,
  .industry-visual *::before,
  .industry-visual *::after {
    scroll-behavior: auto !important;
    transition-duration: 1ms !important;
    animation-duration: 1ms !important;
  }
}

@media (max-width: 1040px) {
  .industry-visuals-layout {
    grid-template-columns: 1fr;
  }

  .industry-visuals-tabs {
    position: static;
    display: flex;
    overflow-x: auto;
    padding-bottom: 8px;
    scrollbar-width: thin;
  }

  .industry-visuals-tab {
    min-width: 210px;
  }

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

@media (max-width: 780px) {
  .industry-visuals-shell {
    width: min(100% - 28px, 1240px);
    padding-bottom: 44px;
  }

  .industry-visuals-nav {
    align-items: flex-start;
    padding-bottom: 28px;
  }

  .industry-visuals-stage {
    border-radius: 20px;
    padding: 10px;
  }

  .industry-visual {
    min-height: 0;
    display: grid;
    gap: 14px;
    padding: 52px 14px 16px;
  }

  .industry-visual__layers,
  .industry-visual__score {
    display: none;
  }

  .industry-visual__photo,
  .industry-visual__focus,
  .industry-visual__connector,
  .industry-visual__dashboard {
    position: relative;
    inset: auto;
    left: auto;
    right: auto;
    top: auto;
    bottom: auto;
    width: 100%;
  }

  .industry-visual__photo {
    aspect-ratio: 5 / 7;
  }

  .industry-visual__focus {
    order: 2;
  }

  .industry-visual__connector {
    order: 3;
    width: calc(100% - 34px);
    height: 46px;
    margin-left: 18px;
  }

  .industry-visual__dashboard {
    order: 4;
    --dashboard-transform: translate3d(0, 0, 0);
  }

  .industry-visual__dashboard-body,
  .industry-visual__checks {
    grid-template-columns: 1fr;
  }

}

@media (max-width: 560px) {
  .industry-visuals-nav {
    display: grid;
  }

  .industry-visuals-actions {
    justify-content: flex-start;
  }

  .industry-visuals-intro h1 {
    font-size: clamp(2.4rem, 14vw, 4.2rem);
  }

}
