/* Isometric imagery for the home page, service pages and product stories. */

/* A larger, unboxed scene gives the opening room to breathe. */
.brand-site .connected-hero-grid {
  grid-template-columns: .95fr 1.15fr;
  grid-template-areas: "heading artwork" "details artwork" "details note";
  grid-template-rows: auto auto 1fr;
  align-items: start;
  column-gap: 38px;
  row-gap: 18px;
  min-height: 0;
  padding-block: 42px;
}
.connected-copy {
  grid-area: heading;
  min-width: 0;
}
.brand-site .connected-copy h1 {
  margin-bottom: 0;
}
.connected-details {
  grid-area: details;
  min-width: 0;
}
.connected-details .hero-actions {
  margin-top: 27px;
  gap: 20px;
}
.connected-details .hero-actions .text-link {
  font-size: 16px;
}
.brand-site .connected-art {
  grid-area: artwork;
  display: block;
  align-self: start;
  min-height: 0;
  margin: 0;
  padding: 0;
  position: relative;
  isolation: isolate;
  overflow: visible;
  border: 0;
  border-radius: 0;
  background: transparent;
}
.connected-art::before {
  content: "";
  position: absolute;
  inset: 10% -2% 13%;
  z-index: -1;
  border-radius: 50%;
  background: radial-gradient(ellipse, #dce9e4a6, #e8eee454 44%, transparent 72%);
  pointer-events: none;
}
.connected-art .editorial-picture,
.connected-art .editorial-picture img {
  width: 100%;
  aspect-ratio: 3 / 2;
}
.connected-art .editorial-picture img {
  height: auto;
  object-fit: contain;
  filter: drop-shadow(0 20px 18px #173d461b);
}
.brand-site .connected-art .art-label {
  position: static;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 13px;
  margin: 0;
  padding: 22px 8px 0;
  border: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
  transform: none;
  color: var(--tab4-muted);
  line-height: 1.4;
}
.brand-site .connected-art .art-label > span:last-child {
  display: inline;
  font: inherit;
  font-size: 14px;
  letter-spacing: 0;
}
.brand-site .connected-art .art-label b {
  padding: 0;
  color: var(--tab4-ink);
  font-weight: 650;
}
.hero-day-note {
  grid-area: note;
  position: static;
  display: grid;
  grid-template-columns: 1fr 1fr;
  column-gap: 18px;
  width: auto;
  margin: 0;
  padding: 20px 0 0;
  border: 0;
  border-top: 1px solid var(--tab4-line);
  border-radius: 0;
  background: transparent;
  transform: none;
  box-shadow: none;
}
.hero-day-note .day-note-label,
.hero-day-note .day-note-bottom {
  grid-column: 1 / -1;
}
.hero-day-note .day-note-label {
  margin-bottom: 3px;
}
.hero-day-note p {
  padding-block: 8px;
  font-size: 16px;
  line-height: 1.4;
  letter-spacing: 0;
}
.hero-day-note p:before {
  margin-left: 6px;
}
.hero-day-note .day-note-bottom {
  margin-top: 9px;
  font-size: 12px;
}

/* Compact object icons bring a different scale between full scenes. */
.brand-site .situation-card {
  padding-top: 22px;
  border-color: #dbe2dc;
  background: #edf1eb;
}
.situations-grid > li:nth-child(3n + 2) .situation-card {
  background: #eaf0ee;
}
.situations-grid > li:nth-child(3n) .situation-card {
  background: #f0f1e9;
}
.situation-visual {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 16px;
  min-height: 96px;
  margin-bottom: 24px;
}
.situation-visual .isometric-icon {
  width: 96px;
  height: 96px;
}
.situation-card .situation-index {
  position: static;
  display: grid;
  place-items: center;
  width: 32px;
  height: 32px;
  margin: 4px 0 0;
  border: 1px solid #164d5929;
  border-radius: 50%;
  background: transparent;
  color: var(--tab4-primary);
  font-size: 11px;
  font-weight: 600;
}

/* Keep the illustration and the practical scope in one compact panel. */
.brand-site .scope-panel-illustrated {
  padding: 26px;
  overflow: visible;
  border: 0;
}
.scope-panel-illustrated .scope-image {
  margin: -8px -12px 24px;
  overflow: visible;
  background: transparent;
}
.scope-panel-illustrated .scope-image picture {
  display: block;
}
.scope-panel-illustrated .scope-image img {
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 3 / 2;
  max-height: 310px;
  object-fit: contain;
}
.brand-site .scope-panel-illustrated h2 {
  margin-top: 12px;
  font-size: 28px;
  line-height: 1.2;
}
.scope-panel-illustrated ul {
  margin-block: 15px;
}
.scope-panel-illustrated li {
  padding-block: 10px;
  font-size: 16px;
  line-height: 1.55;
}
.scope-panel-illustrated > p {
  font-size: 15px;
  line-height: 1.6;
}

/* Hub introductions pair one meaningful visual with the headline. */
.illustrated-intro {
  display: grid;
  grid-template-columns: 1.1fr 1fr;
  gap: 56px;
  align-items: center;
  margin-bottom: 50px;
}
.illustrated-intro > *,
.illustrated-fit > *,
.illustrated-note > * {
  min-width: 0;
}
.illustrated-intro .intro-text {
  max-width: none;
}
.illustrated-intro .editorial-figure,
.illustrated-fit .editorial-figure,
.illustrated-note .editorial-figure,
.about-hero > .editorial-figure,
.home-process-image .editorial-figure {
  margin: 0;
}
.illustrated-intro .editorial-figure img,
.illustrated-fit .editorial-figure img,
.illustrated-note .editorial-figure img,
.about-hero > .editorial-figure img,
.home-process-image .editorial-figure img {
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 3 / 2;
  object-fit: contain;
  border-radius: 0;
}
.illustrated-fit figcaption,
.illustrated-note figcaption,
.about-hero > .editorial-figure figcaption,
.home-process-image figcaption {
  margin-top: 11px;
  color: var(--tab4-muted);
  font-size: 13px;
  line-height: 1.6;
}

/* Context imagery supplements the product's original, real screenshots. */
.brand-site .illustrated-fit,
.brand-site .illustrated-note {
  display: grid;
  grid-template-columns: 1.1fr 1fr;
  gap: 56px;
  align-items: center;
  max-width: 1210px;
  padding-block: 45px;
}
.illustrated-fit > div > p:last-child {
  color: var(--tab4-muted);
  font-size: 17px;
  line-height: 1.65;
}
.brand-site .illustrated-note > .human-note {
  width: 100%;
  margin: 0;
  padding: 30px;
}
.home-process-image {
  margin-top: 28px;
}
.brand-site .home-process-image figcaption {
  color: #536663;
}
.brand-site .story-section .editorial-figure {
  padding: 0;
  border: 0;
  border-radius: 0;
  background: transparent;
}
.brand-site .story-section .editorial-figure img {
  width: 100%;
  border-radius: 0;
}

@media (max-width: 1100px) {
  .brand-site .connected-hero-grid {
    column-gap: 30px;
  }
  .hero-day-note {
    column-gap: 12px;
    padding: 17px 0 0;
  }
  .hero-day-note p {
    font-size: 14px;
  }
  .illustrated-intro,
  .brand-site .illustrated-fit,
  .brand-site .illustrated-note {
    gap: 32px;
  }
}

@media (max-width: 800px) {
  .brand-site .connected-hero-grid {
    grid-template-columns: 1fr;
    grid-template-areas: "heading" "artwork" "details" "note";
    grid-template-rows: auto;
    gap: 24px;
    padding-block: 30px;
  }
  .brand-site .connected-copy h1 {
    font-size: clamp(44px, 8vw, 60px);
  }
  .brand-site .connected-copy .eyebrow {
    margin-bottom: 16px;
  }
  .brand-site .connected-art {
    width: 100%;
    max-width: 660px;
    justify-self: center;
  }
  .connected-details .hero-actions {
    gap: 14px;
    margin-top: 25px;
  }
  .connected-details .hero-actions .button {
    font-size: 15px;
    padding-inline: 16px;
    gap: 16px;
  }
  .connected-details .hero-actions .text-link {
    font-size: 14px;
  }
  .hero-day-note {
    padding: 20px 0 0;
  }
  .hero-day-note p {
    font-size: 16px;
  }
  .situation-visual {
    min-height: 88px;
    margin-bottom: 20px;
  }
  .situation-visual .isometric-icon {
    width: 88px;
    height: 88px;
  }
  .illustrated-intro,
  .brand-site .illustrated-fit,
  .brand-site .illustrated-note {
    grid-template-columns: 1fr;
    gap: 28px;
  }
  .illustrated-intro {
    margin-bottom: 30px;
  }
  .illustrated-intro > .editorial-figure,
  .illustrated-fit > .editorial-figure,
  .illustrated-note > .editorial-figure {
    width: 100%;
    max-width: 640px;
    justify-self: center;
  }
  .brand-site .illustrated-fit,
  .brand-site .illustrated-note {
    padding-block: 30px;
  }
}

@media (max-width: 560px) {
  .brand-site .connected-hero-grid {
    gap: 20px;
    padding-block: 26px;
  }
  .brand-site .connected-art .art-label {
    padding: 18px 6px 0;
  }
  .brand-site .connected-art .art-label > span:last-child {
    font-size: 13px;
  }
  .hero-day-note {
    column-gap: 10px;
    padding: 18px 0 0;
  }
  .hero-day-note p {
    font-size: 14px;
  }
  .scope-panel-illustrated .scope-image img {
    max-height: none;
  }
  .brand-site .illustrated-note > .human-note {
    padding: 25px;
  }
  .home-process-image {
    margin-top: 24px;
  }
}

@media (max-width: 360px) {
  .connected-details .hero-actions {
    gap: 10px;
  }
  .connected-details .hero-actions .button {
    padding-inline: 12px;
    font-size: 14px;
  }
  .connected-details .hero-actions .text-link {
    font-size: 13px;
  }
}
