/*
 * SteliPro Panorama homepage v1
 * Isolated to the Panorama front-page body class. No theme, Bootstrap or
 * third-party layout selectors are required by this stylesheet.
 */

body.steli-panorama-home {
  --pano-ink: #062f45;
  --pano-navy: #062f45;
  --pano-navy-deep: #041f2d;
  --pano-orange: #ff6b08;
  --pano-orange-dark: #e95700;
  --pano-sand: #f4f1e9;
  --pano-paper: #ffffff;
  --pano-muted: #5f696e;
  --pano-border: #d4d8d8;
  --pano-light-line: rgba(255, 255, 255, 0.24);
  --pano-wrap: 1320px;
  --pano-pad: clamp(20px, 4vw, 64px);
  --pano-header-gutter: clamp(18px, 2.1vw, 40px);
  --pano-header-max: 1840px;
  --pano-header-height: 86px;
  width: 100%;
  max-width: 100%;
  margin: 0;
  overflow-x: hidden;
  overflow-x: clip;
  color: var(--pano-ink);
  background: var(--pano-paper);
  font-family: "Segoe UI", Roboto, Arial, Helvetica, sans-serif;
  font-size: 16px;
  line-height: 1.55;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
}

body.steli-panorama-home.pano-locked {
  overflow: hidden;
}

body.steli-panorama-home *,
body.steli-panorama-home *::before,
body.steli-panorama-home *::after {
  box-sizing: border-box;
}

body.steli-panorama-home [hidden] {
  display: none !important;
}

body.steli-panorama-home [id] {
  scroll-margin-top: calc(var(--pano-header-height) + 18px);
}

body.steli-panorama-home img {
  display: block;
  max-width: 100%;
}

body.steli-panorama-home a {
  color: inherit;
}

body.steli-panorama-home button,
body.steli-panorama-home input,
body.steli-panorama-home select,
body.steli-panorama-home textarea {
  max-width: 100%;
  font: inherit;
}

body.steli-panorama-home button,
body.steli-panorama-home summary {
  -webkit-tap-highlight-color: transparent;
}

body.steli-panorama-home .pano-wrap {
  width: min(calc(100% - (var(--pano-pad) * 2)), var(--pano-wrap));
  margin-inline: auto;
}

body.steli-panorama-home .pano-section {
  padding-block: clamp(72px, 8vw, 126px);
}

body.steli-panorama-home .pano-eyebrow {
  margin: 0 0 18px;
  color: var(--pano-orange);
  font-size: 0.72rem;
  font-weight: 850;
  letter-spacing: 0.18em;
  line-height: 1.35;
  text-transform: uppercase;
}

body.steli-panorama-home h1,
body.steli-panorama-home h2,
body.steli-panorama-home h3,
body.steli-panorama-home p {
  margin-top: 0;
}

body.steli-panorama-home h1,
body.steli-panorama-home h2,
body.steli-panorama-home h3 {
  overflow-wrap: anywhere;
  line-height: 1.04;
}

body.steli-panorama-home h1 {
  max-width: 940px;
  margin-bottom: 24px;
  font-size: clamp(3.35rem, min(7vw, 10.5vh), 7.4rem);
  font-weight: 560;
  letter-spacing: -0.06em;
}

body.steli-panorama-home h2 {
  max-width: 930px;
  margin-bottom: 24px;
  font-size: clamp(2.3rem, 4.7vw, 5rem);
  font-weight: 580;
  letter-spacing: -0.052em;
}

body.steli-panorama-home h3 {
  font-size: clamp(1.2rem, 1.7vw, 1.48rem);
}

body.steli-panorama-home .pano-lead {
  max-width: 700px;
  font-size: clamp(1rem, 1.45vw, 1.24rem);
}

body.steli-panorama-home .pano-skip-link {
  position: fixed;
  top: -80px;
  left: 20px;
  z-index: 500;
  padding: 11px 15px;
  color: #fff;
  background: var(--pano-orange);
  text-decoration: none;
  transition: top 0.18s ease;
}

body.steli-panorama-home .pano-skip-link:focus {
  top: 18px;
}

body.steli-panorama-home :where(a, button, input, select, textarea, summary):focus-visible {
  outline: 3px solid #2d89b5;
  outline-offset: 3px;
}

body.steli-panorama-home .pano-button {
  min-height: 52px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 13px 22px;
  color: var(--pano-ink);
  background: transparent;
  border: 1px solid transparent;
  border-radius: 0;
  cursor: pointer;
  font-weight: 820;
  line-height: 1.2;
  text-align: center;
  text-decoration: none;
  transition: color 0.2s ease, background-color 0.2s ease, border-color 0.2s ease,
    transform 0.2s ease;
}

body.steli-panorama-home .pano-button:hover {
  transform: translateY(-2px);
}

body.steli-panorama-home .pano-button-orange {
  color: #fff;
  background: var(--pano-orange);
  border-color: var(--pano-orange);
}

body.steli-panorama-home .pano-button-orange:hover {
  background: var(--pano-orange-dark);
  border-color: var(--pano-orange-dark);
}

body.steli-panorama-home .pano-button-glass {
  color: #fff;
  background: rgba(255, 255, 255, 0.08);
  border-color: rgba(255, 255, 255, 0.52);
  backdrop-filter: blur(10px);
}

body.steli-panorama-home .pano-button-glass:hover {
  background: rgba(255, 255, 255, 0.18);
}

body.steli-panorama-home .pano-button-dark {
  color: #fff;
  background: var(--pano-ink);
  border-color: var(--pano-ink);
}

body.steli-panorama-home .pano-button-line {
  background: transparent;
  border-color: #aeb6b8;
}

/* Header and product navigation */
body.steli-panorama-home .pano-header {
  position: sticky;
  top: 0;
  z-index: 100;
  width: 100%;
  color: var(--pano-navy);
  background: rgba(255, 255, 255, 0.97);
  border-bottom: 1px solid rgba(6, 47, 69, 0.14);
  backdrop-filter: blur(16px);
}

body.steli-panorama-home.admin-bar .pano-header {
  top: 32px;
}

body.steli-panorama-home .pano-header-inner {
  width: min(
    calc(100% - (var(--pano-header-gutter) * 2)),
    var(--pano-header-max)
  );
  min-height: var(--pano-header-height);
  display: grid;
  grid-template-columns: 218px minmax(0, 1fr) auto;
  align-items: center;
  gap: clamp(22px, 2.4vw, 38px);
}

body.steli-panorama-home .pano-logo {
  min-width: 0;
  display: inline-flex;
  align-items: center;
  text-decoration: none;
}

body.steli-panorama-home .pano-logo img {
  width: 205px;
  height: auto;
  object-fit: contain;
  filter: none;
}

body.steli-panorama-home .pano-main-nav {
  min-width: 0;
  display: flex;
  align-items: stretch;
  justify-content: center;
  gap: clamp(14px, 1.75vw, 29px);
}

body.steli-panorama-home .pano-main-nav > a {
  display: inline-flex;
  align-items: center;
  padding-block: 30px;
  font-size: 0.71rem;
  font-weight: 850;
  letter-spacing: 0.105em;
  line-height: 1.2;
  text-decoration: none;
  text-transform: uppercase;
  white-space: nowrap;
}

body.steli-panorama-home .pano-main-nav > a:hover {
  color: var(--pano-orange);
}

body.steli-panorama-home .pano-header-actions {
  display: flex;
  align-items: center;
  gap: 8px;
}

body.steli-panorama-home :is(.pano-language, .pano-menu-button) {
  min-width: 44px;
  min-height: 44px;
  display: inline-grid;
  place-items: center;
  padding-inline: 12px;
  color: var(--pano-navy);
  background: transparent;
  border: 1px solid rgba(6, 47, 69, 0.22);
  border-radius: 0;
  cursor: pointer;
  font-size: 0.74rem;
  font-weight: 850;
  text-align: center;
  text-decoration: none;
  transition: 0.2s ease;
}

body.steli-panorama-home :is(.pano-language, .pano-menu-button):hover {
  border-color: var(--pano-orange);
}

body.steli-panorama-home .pano-header-cta {
  padding-inline: 18px;
  color: #fff;
  background: var(--pano-orange);
  border-color: var(--pano-orange);
}

body.steli-panorama-home .pano-header-cta:hover {
  background: var(--pano-orange-dark);
}

body.steli-panorama-home .pano-menu-button {
  display: none;
  font-size: 1.16rem;
}

body.steli-panorama-home .pano-main-nav [data-products-menu] {
  align-self: stretch;
  display: flex;
}

body.steli-panorama-home .pano-product-disclosure {
  position: relative;
  display: flex;
  align-items: stretch;
  color: inherit;
}

body.steli-panorama-home .pano-product-disclosure > summary {
  display: flex;
  align-items: center;
  gap: 7px;
  padding: 28px 0;
  list-style: none;
  cursor: pointer;
  font-size: 0.71rem;
  font-weight: 850;
  letter-spacing: 0.105em;
  line-height: 1.2;
  text-transform: uppercase;
  white-space: nowrap;
}

body.steli-panorama-home .pano-product-disclosure > summary::-webkit-details-marker {
  display: none;
}

body.steli-panorama-home .pano-product-disclosure > summary::marker {
  content: "";
}

body.steli-panorama-home .pano-product-disclosure > summary:hover,
body.steli-panorama-home .pano-product-disclosure[open] > summary {
  color: var(--pano-orange);
}

body.steli-panorama-home .pano-product-disclosure > summary span {
  font-size: 0.9em;
  transition: transform 0.2s ease;
}

body.steli-panorama-home .pano-product-disclosure[open] > summary span {
  transform: rotate(180deg);
}

body.steli-panorama-home .pano-product-dropdown {
  position: absolute;
  top: 100%;
  left: 50%;
  z-index: 130;
  width: min(860px, calc(100vw - 32px));
  max-height: min(72vh, 690px);
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1px;
  padding: 1px;
  overflow: auto;
  color: #102d3b;
  background: #d8e0e3;
  border-top: 3px solid var(--pano-orange);
  box-shadow: 0 22px 55px rgba(4, 31, 45, 0.22);
  overscroll-behavior: contain;
  transform: translateX(-50%);
}

body.steli-panorama-home .pano-product-group {
  min-width: 0;
  padding: 20px;
  background: #fff;
}

body.steli-panorama-home .pano-product-group > strong {
  display: block;
  margin-bottom: 11px;
  color: var(--pano-orange);
  font-size: 0.64rem;
  font-weight: 900;
  letter-spacing: 0.13em;
  text-transform: uppercase;
}

body.steli-panorama-home .pano-main-nav .pano-product-dropdown a {
  display: block;
  padding: 9px 10px;
  color: #173746;
  border: 0;
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0;
  line-height: 1.3;
  text-decoration: none;
  text-transform: none;
  white-space: normal;
}

body.steli-panorama-home .pano-main-nav .pano-product-dropdown a:hover,
body.steli-panorama-home .pano-main-nav .pano-product-dropdown a:focus-visible {
  color: #fff;
  background: var(--pano-navy);
  outline: 0;
}

/* Mobile drawer */
body.steli-panorama-home .pano-drawer {
  position: fixed;
  inset: 0;
  z-index: 300;
  visibility: hidden;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.24s ease, visibility 0.24s ease;
}

body.steli-panorama-home .pano-drawer.is-open,
body.steli-panorama-home .pano-drawer.open {
  visibility: visible;
  opacity: 1;
  pointer-events: auto;
}

body.steli-panorama-home .pano-drawer-shade {
  position: absolute;
  inset: 0;
  background: rgba(4, 31, 45, 0.7);
  cursor: pointer;
}

body.steli-panorama-home .pano-drawer-panel {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  width: min(90vw, 420px);
  padding: 26px 28px 34px;
  overflow-y: auto;
  color: #fff;
  background: var(--pano-navy);
  box-shadow: -16px 0 40px rgba(4, 31, 45, 0.24);
  overscroll-behavior: contain;
  transform: translateX(100%);
  transition: transform 0.28s ease;
}

body.steli-panorama-home .pano-drawer.is-open .pano-drawer-panel,
body.steli-panorama-home .pano-drawer.open .pano-drawer-panel {
  transform: translateX(0);
}

body.steli-panorama-home .pano-drawer-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  margin-bottom: 30px;
}

body.steli-panorama-home .pano-drawer-top strong {
  font-size: 1.2rem;
}

body.steli-panorama-home .pano-drawer-top > button {
  width: 44px;
  height: 44px;
  flex: 0 0 44px;
  color: #fff;
  background: transparent;
  border: 1px solid rgba(255, 255, 255, 0.34);
  cursor: pointer;
  font-size: 1.35rem;
}

body.steli-panorama-home .pano-drawer-nav {
  display: grid;
}

body.steli-panorama-home .pano-drawer-nav > a {
  padding: 17px 0;
  color: #fff;
  border-bottom: 1px solid rgba(255, 255, 255, 0.15);
  font-size: 1.04rem;
  font-weight: 700;
  text-decoration: none;
}

body.steli-panorama-home .pano-drawer [data-products-menu],
body.steli-panorama-home .pano-drawer .pano-product-disclosure {
  display: block;
}

body.steli-panorama-home .pano-drawer .pano-product-disclosure > summary {
  justify-content: space-between;
  padding: 17px 0;
  color: #fff;
  border-bottom: 1px solid rgba(255, 255, 255, 0.15);
  font-size: 1.04rem;
  font-weight: 700;
  letter-spacing: 0;
  text-transform: none;
}

body.steli-panorama-home .pano-drawer .pano-product-dropdown {
  position: static;
  width: auto;
  max-height: none;
  grid-template-columns: 1fr;
  gap: 0;
  padding: 8px 0 14px;
  overflow: visible;
  color: inherit;
  background: transparent;
  border: 0;
  box-shadow: none;
  transform: none;
}

body.steli-panorama-home .pano-drawer .pano-product-group {
  padding: 10px 0 0;
  background: transparent;
}

body.steli-panorama-home .pano-drawer .pano-product-group > strong {
  margin-bottom: 5px;
  color: var(--pano-orange);
}

body.steli-panorama-home .pano-drawer .pano-product-dropdown a {
  display: block;
  padding: 9px 0;
  color: rgba(255, 255, 255, 0.84);
  font-size: 0.88rem;
  font-weight: 600;
  line-height: 1.35;
  text-decoration: none;
}

/* Hero: header + hero always fit the initial viewport on common screens. */
body.steli-panorama-home .pano-hero {
  position: relative;
  height: calc(100svh - var(--pano-header-height));
  min-height: 540px;
  max-height: 920px;
  display: flex;
  align-items: end;
  overflow: hidden;
  color: #fff;
  background: var(--pano-navy);
}

body.steli-panorama-home .pano-hero-media {
  position: absolute;
  inset: 0;
}

body.steli-panorama-home .pano-hero-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

body.steli-panorama-home .pano-hero-media::after {
  position: absolute;
  inset: 0;
  content: "";
  background:
    linear-gradient(90deg, rgba(4, 31, 45, 0.94), rgba(6, 47, 69, 0.24) 72%),
    linear-gradient(0deg, rgba(4, 31, 45, 0.88), transparent 56%);
}

body.steli-panorama-home .pano-hero-copy {
  position: relative;
  z-index: 2;
  padding-bottom: clamp(140px, 17vh, 190px);
}

body.steli-panorama-home .pano-hero-copy .pano-lead {
  margin-bottom: 0;
  color: rgba(255, 255, 255, 0.84);
}

body.steli-panorama-home .pano-hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 30px;
}

body.steli-panorama-home .pano-hero-caption {
  position: absolute;
  right: var(--pano-pad);
  bottom: 148px;
  z-index: 2;
  text-align: right;
}

body.steli-panorama-home .pano-hero-caption span {
  display: block;
  color: rgba(255, 255, 255, 0.66);
  font-size: 0.7rem;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

body.steli-panorama-home .pano-hero-caption strong {
  font-size: 1.1rem;
}

body.steli-panorama-home .pano-hero-stats {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 3;
  border-top: 1px solid var(--pano-light-line);
  background: rgba(4, 31, 45, 0.62);
  backdrop-filter: blur(12px);
}

body.steli-panorama-home .pano-stats {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

body.steli-panorama-home .pano-stat {
  min-width: 0;
  min-height: 108px;
  padding: 20px 26px;
  border-left: 1px solid var(--pano-light-line);
}

body.steli-panorama-home .pano-stat:last-child {
  border-right: 1px solid var(--pano-light-line);
}

body.steli-panorama-home .pano-stat strong {
  display: block;
  font-size: clamp(1.65rem, 2.7vw, 2.8rem);
  font-weight: 540;
  letter-spacing: -0.045em;
  line-height: 1.1;
}

body.steli-panorama-home .pano-stat span {
  display: block;
  margin-top: 6px;
  color: rgba(255, 255, 255, 0.7);
  font-size: 0.75rem;
}

/* About and applications */
body.steli-panorama-home .pano-statement {
  background: var(--pano-sand);
}

body.steli-panorama-home .pano-statement-grid {
  max-width: 1180px;
}

body.steli-panorama-home .pano-statement-kicker {
  display: flex;
  align-items: center;
  gap: 16px;
  margin-bottom: 24px;
}

body.steli-panorama-home .pano-statement-kicker > span {
  width: 54px;
  height: 54px;
  display: grid;
  flex: 0 0 auto;
  place-items: center;
  color: var(--pano-orange);
  border: 1px solid rgba(255, 107, 8, 0.46);
  font-size: 1.28rem;
  font-weight: 650;
  line-height: 1;
}

body.steli-panorama-home .pano-statement-kicker .pano-eyebrow {
  margin: 0;
}

body.steli-panorama-home .pano-statement h2 {
  font-size: clamp(2.55rem, 5vw, 5.35rem);
}

body.steli-panorama-home .pano-statement-copy {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 35px;
  margin-top: 42px;
  padding-top: 27px;
  border-top: 1px solid #c9c8c3;
}

body.steli-panorama-home .pano-statement-copy p {
  margin-bottom: 0;
  color: #596166;
}

body.steli-panorama-home .pano-applications {
  padding-block: clamp(62px, 7vw, 96px);
  color: #fff;
  background: var(--pano-navy-deep);
}

body.steli-panorama-home .pano-applications-head {
  display: grid;
  grid-template-columns: 1.15fr 0.85fr;
  align-items: end;
  gap: clamp(36px, 7vw, 100px);
  margin-bottom: 40px;
}

body.steli-panorama-home .pano-applications-head h2 {
  margin-bottom: 0;
}

body.steli-panorama-home .pano-trust {
  max-width: 520px;
  margin: 0;
  padding: 17px 0 0 22px;
  color: rgba(255, 255, 255, 0.73);
  border-left: 3px solid var(--pano-orange);
  font-size: 1.02rem;
}

body.steli-panorama-home .pano-trust strong {
  color: #fff;
}

body.steli-panorama-home .pano-use-grid {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  border-top: 1px solid var(--pano-light-line);
  border-left: 1px solid var(--pano-light-line);
}

body.steli-panorama-home .pano-use-card {
  min-width: 0;
  min-height: 104px;
  display: grid;
  grid-template-columns: 32px minmax(0, 1fr);
  align-items: center;
  gap: 10px;
  padding: 19px 20px;
  border-right: 1px solid var(--pano-light-line);
  border-bottom: 1px solid var(--pano-light-line);
}

body.steli-panorama-home .pano-use-card span {
  color: var(--pano-orange);
  font-size: 0.67rem;
  font-weight: 850;
  letter-spacing: 0.12em;
}

body.steli-panorama-home .pano-use-card strong {
  min-width: 0;
  font-size: 0.94rem;
  line-height: 1.3;
}

/* Products: each actual item owns its background, so a short final row never
   leaves a grey placeholder cell. */
body.steli-panorama-home .pano-section-head {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 30px;
  margin-bottom: 38px;
}

body.steli-panorama-home .tools {
  display: flex;
  flex-wrap: wrap;
  gap: 7px;
}

body.steli-panorama-home .pano-filter {
  padding: 9px 14px;
  color: var(--pano-ink);
  background: transparent;
  border: 1px solid #cbd1d2;
  border-radius: 999px;
  cursor: pointer;
  font-size: 0.76rem;
  font-weight: 800;
}

body.steli-panorama-home .pano-filter.active,
body.steli-panorama-home .pano-filter:hover {
  color: #fff;
  background: var(--pano-ink);
  border-color: var(--pano-ink);
}

body.steli-panorama-home .pano-search {
  min-width: 220px;
  display: flex;
  align-items: center;
  padding: 9px 12px;
  background: #fff;
  border: 1px solid #cbd1d2;
}

body.steli-panorama-home .pano-search input {
  width: 100%;
  padding: 0;
  background: transparent;
  border: 0;
  outline: 0;
}

body.steli-panorama-home .pano-product-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  border-top: 1px solid var(--pano-border);
  border-left: 1px solid var(--pano-border);
}

body.steli-panorama-home .pano-product-card,
body.steli-panorama-home .pano-product-cta {
  min-width: 0;
  border-right: 1px solid var(--pano-border);
  border-bottom: 1px solid var(--pano-border);
}

body.steli-panorama-home .pano-product-card {
  display: flex;
  flex-direction: column;
  background: #fff;
}

body.steli-panorama-home .pano-product-card > a {
  height: 100%;
  display: flex;
  flex-direction: column;
  text-decoration: none;
}

body.steli-panorama-home .pano-product-photo {
  position: relative;
  height: clamp(235px, 22vw, 310px);
  overflow: hidden;
  background: #e7e9e8;
}

body.steli-panorama-home .pano-product-photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.55s ease;
}

body.steli-panorama-home .pano-product-card:hover .pano-product-photo img,
body.steli-panorama-home .pano-product-card:focus-within .pano-product-photo img {
  transform: scale(1.035);
}

body.steli-panorama-home .pano-product-meta {
  min-height: 162px;
  display: flex;
  flex: 1;
  flex-direction: column;
  align-items: flex-start;
  padding: 23px;
}

body.steli-panorama-home .pano-product-meta small {
  color: #7b8589;
  font-size: 0.66rem;
  letter-spacing: 0.13em;
  text-transform: uppercase;
}

body.steli-panorama-home .pano-product-meta h3 {
  margin: 9px 0 22px;
}

body.steli-panorama-home .pano-product-meta span {
  margin-top: auto;
  color: var(--pano-orange);
  font-size: 0.79rem;
  font-weight: 800;
}

body.steli-panorama-home .pano-product-cta {
  min-height: 430px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  padding: clamp(30px, 3.2vw, 50px);
  color: #fff;
  background: linear-gradient(145deg, var(--pano-navy), var(--pano-navy-deep));
}

body.steli-panorama-home .pano-product-cta small {
  color: var(--pano-orange);
  font-size: 0.67rem;
  font-weight: 850;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

body.steli-panorama-home .pano-product-cta h3 {
  max-width: 390px;
  margin: 16px 0 14px;
  font-size: clamp(1.9rem, 2.7vw, 3rem);
}

body.steli-panorama-home .pano-product-cta p {
  max-width: 390px;
  margin-bottom: 0;
  color: rgba(255, 255, 255, 0.72);
}

body.steli-panorama-home .pano-product-cta-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-top: 27px;
  padding: 14px 20px;
  color: #fff;
  background: var(--pano-orange);
  font-size: 0.78rem;
  font-weight: 850;
  text-decoration: none;
}

body.steli-panorama-home .pano-product-cta-link::after {
  margin-left: 10px;
  content: "\2192";
}

body.steli-panorama-home .pano-product-grid > .pano-product-card:last-child:nth-child(3n + 1),
body.steli-panorama-home .pano-product-grid > .pano-product-cta:last-child:nth-child(3n + 1) {
  grid-column: 1 / -1;
}

body.steli-panorama-home .pano-product-grid > .pano-product-card:last-child:nth-child(3n + 2),
body.steli-panorama-home .pano-product-grid > .pano-product-cta:last-child:nth-child(3n + 2) {
  grid-column: span 2;
}

body.steli-panorama-home .pano-empty {
  grid-column: 1 / -1;
  padding: 30px;
  background: #fff;
  border-right: 1px solid var(--pano-border);
  border-bottom: 1px solid var(--pano-border);
}

/* Projects */
body.steli-panorama-home .pano-projects {
  color: #fff;
  background: var(--pano-navy);
}

body.steli-panorama-home .pano-section-head {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 30px;
  margin-bottom: 42px;
}

body.steli-panorama-home .pano-projects .pano-lead {
  margin-bottom: 0;
  color: rgba(255, 255, 255, 0.7);
}

body.steli-panorama-home .pano-project-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.55fr) repeat(2, minmax(0, 0.85fr));
  gap: 10px;
}

body.steli-panorama-home .pano-project {
  position: relative;
  min-width: 0;
  min-height: clamp(480px, 48vw, 630px);
  padding: 0;
  overflow: hidden;
  color: #fff;
  background: var(--pano-navy-deep);
  border: 0;
  cursor: pointer;
  text-align: left;
}

body.steli-panorama-home .pano-project img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.65s ease;
}

body.steli-panorama-home .pano-project:hover img,
body.steli-panorama-home .pano-project:focus-visible img {
  transform: scale(1.03);
}

body.steli-panorama-home .pano-project::after {
  position: absolute;
  inset: 0;
  content: "";
  background: linear-gradient(0deg, rgba(4, 31, 45, 0.85), transparent 60%);
}

body.steli-panorama-home .pano-project > span {
  position: absolute;
  right: 24px;
  bottom: 24px;
  left: 24px;
  z-index: 2;
  color: #fff;
}

body.steli-panorama-home .pano-project > span small {
  display: block;
  margin-bottom: 6px;
  color: rgba(255, 255, 255, 0.68);
  font-size: 0.69rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

body.steli-panorama-home .pano-project > span strong {
  font-size: clamp(1.15rem, 2vw, 1.42rem);
}

/* Process and team */
body.steli-panorama-home .pano-process-layout {
  display: grid;
  grid-template-columns: minmax(0, 0.85fr) minmax(0, 1.15fr);
  gap: clamp(46px, 7vw, 90px);
}

body.steli-panorama-home .pano-process {
  margin: 26px 0 0;
  padding: 0;
  list-style: none;
  border-top: 1px solid #cfd1cf;
}

body.steli-panorama-home .pano-process > [role="listitem"] {
  display: grid;
  grid-template-columns: 54px minmax(0, 1fr);
  gap: 18px;
  padding: 21px 0;
  border-bottom: 1px solid #cfd1cf;
}

body.steli-panorama-home .pano-process > [role="listitem"] {
  color: rgba(255, 255, 255, 0.76);
}

body.steli-panorama-home .pano-process > [role="listitem"] span {
  color: var(--pano-orange);
  font-weight: 800;
}

body.steli-panorama-home .pano-team {
  min-height: 650px;
  display: grid;
  grid-template-columns: minmax(0, 1.08fr) minmax(0, 0.92fr);
  color: #fff;
  background: var(--pano-navy);
}

body.steli-panorama-home .pano-team-visual {
  position: relative;
  min-width: 0;
  display: grid;
  place-items: end center;
  overflow: hidden;
  background: radial-gradient(circle at 50% 62%, #174f66 0, var(--pano-navy) 58%, var(--pano-navy-deep) 100%);
}

body.steli-panorama-home .pano-team-visual::before {
  position: absolute;
  right: 7%;
  bottom: 7%;
  left: 7%;
  height: 1px;
  content: "";
  background: rgba(255, 255, 255, 0.24);
}

body.steli-panorama-home .pano-team-visual img {
  position: relative;
  z-index: 1;
  width: min(92%, 760px);
  height: auto;
  max-height: 630px;
  object-fit: contain;
  object-position: center bottom;
  filter: drop-shadow(0 28px 38px rgba(0, 0, 0, 0.28));
}

body.steli-panorama-home .pano-team-copy {
  min-width: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: clamp(50px, 7vw, 104px);
}

body.steli-panorama-home .pano-team-copy h2 {
  font-size: clamp(2.5rem, 4.5vw, 4.9rem);
}

body.steli-panorama-home .pano-team-copy .pano-lead {
  color: rgba(255, 255, 255, 0.72);
}

body.steli-panorama-home .pano-team-copy .pano-button {
  align-self: flex-start;
  margin-top: 20px;
}

/* Contact and live Contact Form 7 forms (forms 7 and 301). */
body.steli-panorama-home .pano-contact {
  display: grid;
  grid-template-columns: minmax(0, 0.85fr) minmax(0, 1.15fr);
  background: var(--pano-sand);
}

body.steli-panorama-home .pano-contact-info,
body.steli-panorama-home .pano-contact-form {
  min-width: 0;
  padding: clamp(42px, 7vw, 88px);
}

body.steli-panorama-home .pano-contact-list {
  margin: 32px 0;
  border-top: 1px solid #c9cbc9;
}

body.steli-panorama-home .pano-contact-list > div {
  display: grid;
  grid-template-columns: 88px minmax(0, 1fr);
  gap: 15px;
  padding: 17px 0;
  border-bottom: 1px solid #c9cbc9;
}

body.steli-panorama-home .pano-contact-list > div span {
  color: #727b7e;
  font-size: 0.69rem;
  font-weight: 800;
  text-transform: uppercase;
}

body.steli-panorama-home .pano-contact-list > div a,
body.steli-panorama-home .pano-contact-list > div strong,
body.steli-panorama-home .pano-footer nav a {
  overflow-wrap: anywhere;
}

body.steli-panorama-home .pano-contact-list > div a {
  text-decoration: none;
}

body.steli-panorama-home .pano-messengers {
  display: flex;
  flex-wrap: wrap;
  gap: 9px 16px;
  margin: 22px 0 0;
}

body.steli-panorama-home .pano-messengers a {
  color: var(--pano-navy);
  font-weight: 700;
  text-decoration-thickness: 1px;
  text-underline-offset: 4px;
}

body.steli-panorama-home .pano-contact-form {
  display: flex;
  flex-direction: column;
  justify-content: center;
  background: #fff;
  box-shadow: inset 1px 0 0 #e0e5e7;
}

body.steli-panorama-home .pano-contact-form > h3 {
  margin-bottom: 24px;
  font-size: clamp(1.8rem, 3vw, 2.5rem);
}

body.steli-panorama-home .pano-fields {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
}

body.steli-panorama-home .pano-field {
  min-width: 0;
  display: grid;
  gap: 7px;
}

body.steli-panorama-home .pano-field.full,
body.steli-panorama-home .pano-fields > .full {
  grid-column: 1 / -1;
}

body.steli-panorama-home .pano-field label,
body.steli-panorama-home .wpcf7-form label {
  color: var(--pano-ink);
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

body.steli-panorama-home .pano-field input,
body.steli-panorama-home .pano-field select,
body.steli-panorama-home .pano-field textarea,
body.steli-panorama-home .wpcf7-form input:not([type="submit"]):not([type="checkbox"]):not([type="radio"]):not([type="hidden"]),
body.steli-panorama-home .wpcf7-form select,
body.steli-panorama-home .wpcf7-form textarea {
  width: 100%;
  min-height: 52px;
  padding: 12px 13px;
  color: var(--pano-ink);
  background: #fff;
  border: 1px solid #bdc8cc;
  border-radius: 0;
  outline: 0;
  box-shadow: none;
  appearance: auto;
}

body.steli-panorama-home .pano-field input:focus,
body.steli-panorama-home .pano-field select:focus,
body.steli-panorama-home .pano-field textarea:focus,
body.steli-panorama-home .wpcf7-form input:not([type="submit"]):focus,
body.steli-panorama-home .wpcf7-form select:focus,
body.steli-panorama-home .wpcf7-form textarea:focus {
  border-color: var(--pano-orange);
  box-shadow: 0 0 0 3px rgba(255, 107, 8, 0.14);
}

body.steli-panorama-home .pano-field textarea,
body.steli-panorama-home .wpcf7-form textarea {
  min-height: 116px;
  resize: vertical;
}

body.steli-panorama-home .wpcf7,
body.steli-panorama-home .pano-contact-form [id^="wpcf7-f7-"],
body.steli-panorama-home dialog [id^="wpcf7-f301-"] {
  width: 100%;
  max-width: none;
  margin: 0;
}

body.steli-panorama-home .wpcf7-form {
  width: 100%;
  margin: 0;
}

body.steli-panorama-home .wpcf7-form > p {
  margin: 0 0 14px;
}

body.steli-panorama-home .wpcf7-form br {
  line-height: 0.7;
}

body.steli-panorama-home .wpcf7-form-control-wrap {
  width: 100%;
  display: block;
  margin-top: 6px;
}

body.steli-panorama-home .wpcf7-list-item {
  margin: 0;
}

body.steli-panorama-home .wpcf7-list-item label,
body.steli-panorama-home .pano-check {
  display: flex;
  align-items: flex-start;
  gap: 9px;
  color: #606b70;
  font-size: 0.79rem;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 1.45;
  text-transform: none;
}

body.steli-panorama-home .wpcf7-form input[type="checkbox"],
body.steli-panorama-home .wpcf7-form input[type="radio"],
body.steli-panorama-home .pano-check input {
  width: 18px;
  height: 18px;
  flex: 0 0 18px;
  margin: 1px 0 0;
  accent-color: var(--pano-orange);
}

body.steli-panorama-home .wpcf7-submit {
  min-height: 52px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 13px 22px;
  color: #fff;
  background: var(--pano-orange);
  border: 1px solid var(--pano-orange);
  border-radius: 0;
  cursor: pointer;
  font-weight: 820;
  line-height: 1.2;
  transition: background-color 0.2s ease, opacity 0.2s ease;
}

body.steli-panorama-home .wpcf7-submit:hover {
  background: var(--pano-orange-dark);
  border-color: var(--pano-orange-dark);
}

body.steli-panorama-home .wpcf7-submit:disabled {
  cursor: wait;
  opacity: 0.62;
}

body.steli-panorama-home .wpcf7-spinner {
  margin: 0 0 0 12px;
  vertical-align: middle;
}

body.steli-panorama-home .wpcf7 fieldset.hidden-fields-container {
  display: none !important;
  width: 0;
  height: 0;
  margin: 0;
  padding: 0;
  border: 0;
}

body.steli-panorama-home .wpcf7-not-valid-tip {
  display: block;
  margin-top: 5px;
  color: #ae2e26;
  font-size: 0.76rem;
  letter-spacing: 0;
  text-transform: none;
}

body.steli-panorama-home .wpcf7 form .wpcf7-response-output {
  margin: 16px 0 0;
  padding: 11px 13px;
  color: #513410;
  background: #fff7e8;
  border: 1px solid #d49d48;
  line-height: 1.45;
}

body.steli-panorama-home .wpcf7 form.init .wpcf7-response-output,
body.steli-panorama-home .wpcf7 form.resetting .wpcf7-response-output,
body.steli-panorama-home .wpcf7 form .wpcf7-response-output:empty {
  display: none;
}

body.steli-panorama-home .wpcf7 form.sent .wpcf7-response-output,
body.steli-panorama-home .pano-form-sent .wpcf7-response-output {
  color: #164f36;
  background: #effaf3;
  border-color: #4c9c73;
}

body.steli-panorama-home .wpcf7 form.invalid .wpcf7-response-output,
body.steli-panorama-home .wpcf7 form.failed .wpcf7-response-output,
body.steli-panorama-home .wpcf7 form.spam .wpcf7-response-output {
  color: #762920;
  background: #fff0ee;
  border-color: #bd5c51;
}

body.steli-panorama-home .wpcf7-form input[type="file"] {
  min-height: 50px;
  padding: 8px;
  line-height: 1.3;
}

body.steli-panorama-home .steli-form-emergency {
  margin-top: 14px;
  padding: 12px 14px;
  color: #4d5960;
  background: #f5f7f7;
  border-left: 3px solid var(--pano-orange);
  font-size: 0.79rem;
}

body.steli-panorama-home .steli-form-emergency a {
  font-weight: 700;
}

body.steli-panorama-home .pano-note {
  padding: 10px 12px;
  color: #76461e;
  background: #fff1df;
  border-left: 3px solid var(--pano-orange);
  font-size: 0.76rem;
}

body.steli-panorama-home .pano-social {
  display: flex;
  flex-wrap: wrap;
  gap: 8px 14px;
  margin-top: 20px;
}

body.steli-panorama-home .pano-social a {
  color: rgba(255, 255, 255, 0.74);
  font-size: 0.75rem;
  text-decoration: none;
}

body.steli-panorama-home .pano-social a:hover {
  color: #fff;
}

/* Map */
body.steli-panorama-home .pano-location {
  min-height: 0;
  display: grid;
  grid-template-areas: "details" "map";
  background: #fff;
}

body.steli-panorama-home .pano-location-card {
  position: relative;
  grid-area: details;
  width: min(calc(100% - (var(--pano-pad) * 2)), var(--pano-wrap));
  display: grid;
  grid-template-columns: minmax(300px, 1fr) minmax(250px, 0.65fr) auto;
  align-items: center;
  gap: 14px clamp(26px, 4vw, 60px);
  margin-inline: auto;
  padding-block: clamp(34px, 4.3vw, 52px);
  color: var(--pano-navy);
}

body.steli-panorama-home .pano-location-card::before {
  position: absolute;
  top: 0;
  left: 0;
  width: 72px;
  height: 4px;
  content: "";
  background: var(--pano-orange);
}

body.steli-panorama-home .pano-location-card .pano-eyebrow {
  grid-column: 1 / -1;
  margin: 0;
}

body.steli-panorama-home .pano-location-card h2 {
  margin: 0;
  font-size: clamp(2.1rem, 3.1vw, 3.45rem);
  letter-spacing: -0.045em;
}

body.steli-panorama-home .pano-location-card > p:not(.pano-eyebrow) {
  margin: 0;
  color: #5f6d72;
  font-size: 1rem;
  line-height: 1.65;
}

body.steli-panorama-home .pano-location-card .pano-button {
  margin: 0;
  white-space: nowrap;
}

body.steli-panorama-home .pano-location-map {
  position: relative;
  grid-area: map;
  height: clamp(390px, 42vw, 550px);
  overflow: hidden;
  background: #e6e9e8;
  border-top: 1px solid #d6d9d8;
}

body.steli-panorama-home .pano-location-map iframe {
  display: block;
  width: 100%;
  height: 100%;
  border: 0;
  filter: saturate(0.84) contrast(1.02);
}

/* Footer */
body.steli-panorama-home .pano-footer {
  position: relative;
  padding: 62px 0 25px;
  color: #fff;
  background: var(--pano-navy-deep);
  border-top: 5px solid var(--pano-orange);
}

body.steli-panorama-home .pano-footer-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.45fr) minmax(0, 0.78fr) minmax(0, 0.9fr) minmax(0, 1.05fr);
  align-items: start;
  gap: clamp(32px, 4vw, 60px);
  padding-bottom: 48px;
}

body.steli-panorama-home .pano-footer-brand {
  min-width: 0;
  padding-right: clamp(0px, 2vw, 28px);
}

body.steli-panorama-home .pano-footer-brand > a {
  display: inline-flex;
}

body.steli-panorama-home .pano-footer-grid img {
  width: min(235px, 100%);
  height: auto;
  padding: 0;
  background: transparent;
  filter: none;
}

body.steli-panorama-home .pano-footer-grid p {
  max-width: 340px;
  margin: 20px 0 0;
  color: rgba(255, 255, 255, 0.64);
  line-height: 1.65;
}

body.steli-panorama-home .pano-footer-grid > div > strong {
  margin-bottom: 17px;
  color: var(--pano-orange);
  font-size: 0.67rem;
  font-weight: 850;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

body.steli-panorama-home .pano-footer nav {
  display: grid;
  gap: 10px;
}

body.steli-panorama-home .pano-footer nav a {
  width: fit-content;
  color: rgba(255, 255, 255, 0.82);
  text-decoration: none;
  transition: color 0.2s ease, transform 0.2s ease;
}

body.steli-panorama-home .pano-footer nav a:hover {
  color: #fff;
  transform: translateX(3px);
}

body.steli-panorama-home .pano-footer-bottom {
  display: flex;
  justify-content: space-between;
  gap: 18px;
  padding-top: 21px;
  color: rgba(255, 255, 255, 0.46);
  border-top: 1px solid rgba(255, 255, 255, 0.16);
  font-size: 0.72rem;
}

body.steli-panorama-home .pano-footer-bottom a {
  color: inherit;
  text-decoration: none;
}

body.steli-panorama-home .pano-footer-bottom a:hover {
  color: #fff;
}

/* Native dialogs for form 301 and project lightbox. */
body.steli-panorama-home .pano-dialog,
body.steli-panorama-home dialog {
  width: min(690px, calc(100% - 28px));
  max-width: 100%;
  max-height: calc(100svh - 28px);
  padding: 0;
  overflow: auto;
  color: var(--pano-ink);
  background: #fff;
  border: 0;
  border-radius: 0;
  box-shadow: 0 24px 70px rgba(4, 31, 45, 0.36);
}

body.steli-panorama-home dialog:not([open]) {
  display: none;
}

body.steli-panorama-home dialog::backdrop {
  background: rgba(4, 31, 45, 0.8);
  backdrop-filter: blur(5px);
}

body.steli-panorama-home .pano-dialog-head {
  position: sticky;
  top: 0;
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  padding: 19px 22px;
  background: #fff;
  border-bottom: 1px solid #d8dddd;
}

body.steli-panorama-home .pano-dialog-head h2 {
  margin: 0;
  font-size: clamp(1.55rem, 3vw, 2.05rem);
  letter-spacing: -0.035em;
}

body.steli-panorama-home .pano-dialog-head > button {
  width: 44px;
  height: 44px;
  flex: 0 0 44px;
  color: var(--pano-ink);
  background: #fff;
  border: 1px solid #bdc7c9;
  cursor: pointer;
  font-size: 1.3rem;
}

body.steli-panorama-home .pano-dialog-body {
  padding: 22px;
}

body.steli-panorama-home .pano-lightbox {
  width: min(1120px, calc(100% - 28px));
  color: #fff;
  background: var(--pano-navy-deep);
}

body.steli-panorama-home .pano-products {
  background: var(--pano-paper);
}

body.steli-panorama-home .pano-lightbox .pano-dialog-head {
  color: #fff;
  background: var(--pano-navy-deep);
  border-color: #315466;
}

body.steli-panorama-home .pano-lightbox .pano-dialog-head > button {
  color: #fff;
  background: var(--pano-navy-deep);
  border-color: #557486;
}

body.steli-panorama-home .pano-lightbox img {
  width: 100%;
  max-height: calc(100svh - 100px);
  object-fit: contain;
}

body.steli-panorama-home [data-pano-reveal] {
  opacity: 0;
  transform: translateY(18px);
  transition: opacity 0.55s ease, transform 0.55s ease;
}

body.steli-panorama-home [data-pano-reveal].is-visible {
  opacity: 1;
  transform: none;
}

/* 1024px landscape/tablet */
@media (max-width: 1120px) {
  body.steli-panorama-home {
    --pano-pad: clamp(22px, 3.2vw, 42px);
  }

  body.steli-panorama-home .pano-header-inner {
    grid-template-columns: 190px minmax(0, 1fr) auto;
    gap: 18px;
  }

  body.steli-panorama-home .pano-logo img {
    width: 185px;
  }

  body.steli-panorama-home .pano-main-nav {
    gap: 13px;
  }

  body.steli-panorama-home .pano-main-nav > a,
  body.steli-panorama-home .pano-product-disclosure > summary {
    font-size: 0.66rem;
    letter-spacing: 0.075em;
  }

  body.steli-panorama-home .pano-header-cta,
  body.steli-panorama-home .pano-hero-caption {
    display: none;
  }

  body.steli-panorama-home .pano-use-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  body.steli-panorama-home .pano-team {
    min-height: 0;
    grid-template-columns: 1fr;
  }

  body.steli-panorama-home .pano-team-copy {
    order: -1;
  }

  body.steli-panorama-home .pano-team-visual {
    min-height: 500px;
  }

  body.steli-panorama-home .pano-footer-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 960px) {
  body.steli-panorama-home {
    --pano-header-height: 76px;
  }

  body.steli-panorama-home .pano-header-inner {
    grid-template-columns: minmax(0, 1fr) auto;
    gap: 14px;
  }

  body.steli-panorama-home .pano-main-nav {
    display: none;
  }

  body.steli-panorama-home .pano-menu-button {
    display: inline-grid;
  }

  body.steli-panorama-home .pano-header-cta {
    display: inline-grid;
  }

  body.steli-panorama-home .pano-hero-copy {
    padding-bottom: 132px;
  }

  body.steli-panorama-home .pano-statement-copy,
  body.steli-panorama-home .pano-process-layout {
    grid-template-columns: 1fr;
  }

  body.steli-panorama-home .pano-product-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  body.steli-panorama-home .pano-product-grid > .pano-product-card:last-child,
  body.steli-panorama-home .pano-product-grid > .pano-product-cta:last-child {
    grid-column: auto;
  }

  body.steli-panorama-home .pano-product-grid > .pano-product-card:last-child:nth-child(odd),
  body.steli-panorama-home .pano-product-grid > .pano-product-cta:last-child:nth-child(odd) {
    grid-column: 1 / -1;
  }

  body.steli-panorama-home .pano-project-grid {
    grid-template-columns: minmax(0, 1.2fr) minmax(0, 0.8fr);
  }

  body.steli-panorama-home .pano-project-grid .pano-project:last-child:nth-child(3) {
    grid-column: 1 / -1;
    min-height: 390px;
  }

  body.steli-panorama-home .pano-contact {
    grid-template-columns: 1fr;
  }

  body.steli-panorama-home .pano-contact-form {
    box-shadow: inset 0 1px 0 #e0e5e7;
  }

  body.steli-panorama-home .pano-location-card {
    grid-template-columns: minmax(0, 1fr) auto;
  }

  body.steli-panorama-home .pano-location-card h2 {
    grid-column: 1 / -1;
  }
}

/* 768px and phone layouts */
@media (max-width: 767px) {
  body.steli-panorama-home {
    --pano-header-height: 70px;
    --pano-pad: clamp(18px, 5.5vw, 28px);
    --pano-header-gutter: 18px;
  }

  body.steli-panorama-home.admin-bar .pano-header {
    top: 46px;
  }

  body.steli-panorama-home .pano-header-inner {
    min-height: var(--pano-header-height);
  }

  body.steli-panorama-home .pano-logo img {
    width: min(188px, 56vw);
  }

body.steli-panorama-home .pano-header-actions .pano-language {
    display: none;
  }

  body.steli-panorama-home .pano-section {
    padding-block: 52px;
  }

  body.steli-panorama-home h1 {
    font-size: clamp(2.75rem, 12.5vw, 4.1rem);
    letter-spacing: -0.055em;
  }

  body.steli-panorama-home h2 {
    font-size: clamp(2.2rem, 10.5vw, 3.25rem);
  }

  body.steli-panorama-home .pano-eyebrow {
    margin-bottom: 13px;
  }

  body.steli-panorama-home .pano-hero {
    height: calc(100svh - var(--pano-header-height));
    min-height: 560px;
    max-height: none;
    display: grid;
    grid-template-rows: minmax(0, 1fr) auto;
    align-items: end;
  }

  body.steli-panorama-home .pano-hero-media img {
    object-position: 58% center;
  }

  body.steli-panorama-home .pano-hero-media::after {
    background:
      linear-gradient(90deg, rgba(4, 31, 45, 0.93), rgba(6, 47, 69, 0.28)),
      linear-gradient(0deg, rgba(4, 31, 45, 0.9), transparent 65%);
  }

  body.steli-panorama-home .pano-hero-copy {
    align-self: end;
    padding-top: 24px;
    padding-bottom: 24px;
  }

  body.steli-panorama-home .pano-hero-copy .pano-lead {
    font-size: 0.98rem;
    line-height: 1.5;
  }

  body.steli-panorama-home .pano-hero-actions {
    margin-top: 22px;
  }

  body.steli-panorama-home .pano-hero-caption {
    display: none;
  }

  body.steli-panorama-home .pano-hero-stats {
    position: relative;
    right: auto;
    bottom: auto;
    left: auto;
  }

  body.steli-panorama-home .pano-stats {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  body.steli-panorama-home .pano-stat {
    min-height: 69px;
    padding: 9px 14px;
  }

  body.steli-panorama-home .pano-stat:nth-child(2n) {
    border-right: 1px solid var(--pano-light-line);
  }

  body.steli-panorama-home .pano-stat strong {
    font-size: clamp(1.35rem, 6vw, 1.8rem);
  }

  body.steli-panorama-home .pano-stat span {
    margin-top: 2px;
    font-size: 0.66rem;
  }

  body.steli-panorama-home .pano-statement-kicker {
    gap: 12px;
    margin-bottom: 18px;
  }

  body.steli-panorama-home .pano-statement-kicker > span {
    width: 44px;
    height: 44px;
    font-size: 1rem;
  }

  body.steli-panorama-home .pano-statement-copy {
    gap: 14px;
    margin-top: 24px;
    padding-top: 18px;
  }

  body.steli-panorama-home .pano-applications {
    padding-block: 52px;
  }

  body.steli-panorama-home .pano-applications-head {
    grid-template-columns: 1fr;
    gap: 21px;
    margin-bottom: 25px;
  }

  body.steli-panorama-home .pano-trust {
    max-width: none;
    padding: 14px 0 0 15px;
  }

  body.steli-panorama-home .pano-use-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  body.steli-panorama-home .pano-use-card {
    min-height: 84px;
    padding: 14px;
  }

  body.steli-panorama-home .pano-section-head,
  body.steli-panorama-home .pano-section-head {
    display: grid;
    gap: 17px;
    margin-bottom: 25px;
  }

  body.steli-panorama-home .tools {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  body.steli-panorama-home .pano-search {
    grid-column: 1 / -1;
  }

  body.steli-panorama-home .pano-product-grid {
    grid-template-columns: 1fr;
  }

  body.steli-panorama-home .pano-product-grid > .pano-product-card:last-child,
  body.steli-panorama-home .pano-product-grid > .pano-product-cta:last-child {
    grid-column: auto;
  }

  body.steli-panorama-home .pano-product-photo {
    height: clamp(235px, 74vw, 360px);
  }

  body.steli-panorama-home .pano-product-meta {
    min-height: 148px;
    padding: 20px;
  }

  body.steli-panorama-home .pano-product-cta {
    min-height: 0;
    padding-block: 42px;
  }

  body.steli-panorama-home .pano-project-grid {
    grid-template-columns: 1fr;
  }

  body.steli-panorama-home .pano-project,
  body.steli-panorama-home .pano-project-grid .pano-project:last-child:nth-child(3) {
    min-height: clamp(310px, 98vw, 430px);
    grid-column: auto;
  }

  body.steli-panorama-home .pano-project > span {
    right: 20px;
    bottom: 20px;
    left: 20px;
  }

  body.steli-panorama-home .pano-process-layout {
    gap: 28px;
  }

  body.steli-panorama-home .pano-process > [role="listitem"] {
    grid-template-columns: 42px minmax(0, 1fr);
    gap: 12px;
    padding: 17px 0;
  }

  body.steli-panorama-home .pano-team-copy {
    padding: 50px var(--pano-pad);
  }

  body.steli-panorama-home .pano-team-copy .pano-button {
    width: 100%;
    margin-top: 13px;
  }

  body.steli-panorama-home .pano-team-visual {
    min-height: 330px;
  }

  body.steli-panorama-home .pano-team-visual img {
    width: min(100%, 620px);
    max-height: 390px;
  }

  body.steli-panorama-home .pano-contact-info,
  body.steli-panorama-home .pano-contact-form {
    padding: 40px var(--pano-pad);
  }

  body.steli-panorama-home .pano-contact-list {
    margin: 25px 0;
  }

  body.steli-panorama-home .pano-contact-list > div {
    grid-template-columns: 1fr;
    gap: 4px;
    padding: 14px 0;
  }

  body.steli-panorama-home .pano-fields {
    grid-template-columns: 1fr;
  }

  body.steli-panorama-home .pano-field.full,
  body.steli-panorama-home .pano-fields > .full {
    grid-column: auto;
  }

  body.steli-panorama-home .wpcf7-submit {
    width: 100%;
  }

  body.steli-panorama-home .pano-location-card {
    grid-template-columns: 1fr;
    align-items: start;
    gap: 10px;
    padding-block: 29px;
  }

  body.steli-panorama-home .pano-location-card .pano-eyebrow,
  body.steli-panorama-home .pano-location-card h2 {
    grid-column: auto;
  }

  body.steli-panorama-home .pano-location-card .pano-button {
    width: 100%;
    margin-top: 7px;
  }

  body.steli-panorama-home .pano-location-map {
    height: 300px;
  }

  body.steli-panorama-home .pano-footer {
    padding: 47px 0 22px;
  }

  body.steli-panorama-home .pano-footer-grid {
    grid-template-columns: 1fr;
    gap: 27px;
    padding-bottom: 32px;
  }

  body.steli-panorama-home .pano-footer-brand {
    padding-right: 0;
  }

  body.steli-panorama-home .pano-footer-grid img {
    width: min(230px, 72vw);
  }

  body.steli-panorama-home .pano-footer-grid p {
    margin-top: 15px;
  }

  body.steli-panorama-home .pano-footer-grid > div > strong {
    margin-bottom: 11px;
  }

  body.steli-panorama-home .pano-footer-bottom {
    display: grid;
  }

  body.steli-panorama-home .pano-dialog-head,
  body.steli-panorama-home .pano-dialog-body {
    padding: 17px;
  }

  body.steli-panorama-home [data-pano-reveal] {
    opacity: 1;
    transform: none;
  }
}

/* 360px and 390px phones */
@media (max-width: 430px) {
  body.steli-panorama-home {
    --pano-pad: 18px;
  }

  body.steli-panorama-home .pano-header-cta {
    display: none;
  }

  body.steli-panorama-home .pano-logo img {
    width: min(205px, 66vw);
  }

  body.steli-panorama-home h1 {
    font-size: clamp(2.55rem, 12.7vw, 3.35rem);
  }

  body.steli-panorama-home h2 {
    font-size: clamp(2.05rem, 10.2vw, 2.72rem);
  }

  body.steli-panorama-home .pano-hero-actions {
    display: grid;
    margin-top: 18px;
  }

  body.steli-panorama-home .pano-hero-actions .pano-button {
    width: 100%;
    min-height: 47px;
    padding-block: 10px;
  }

  body.steli-panorama-home .pano-use-grid {
    grid-template-columns: 1fr;
  }

  body.steli-panorama-home .pano-use-card {
    min-height: 68px;
  }

  body.steli-panorama-home .pano-product-photo {
    height: 245px;
  }

  body.steli-panorama-home .pano-project,
  body.steli-panorama-home .pano-project-grid .pano-project:last-child:nth-child(3) {
    min-height: 310px;
  }

  body.steli-panorama-home .pano-team-copy {
    padding-block: 44px;
  }

  body.steli-panorama-home .pano-team-visual {
    min-height: 285px;
  }

  body.steli-panorama-home .pano-contact-info,
  body.steli-panorama-home .pano-contact-form {
    padding-block: 35px;
  }

  body.steli-panorama-home .pano-location-card {
    padding-block: 25px;
  }

  body.steli-panorama-home .pano-location-map {
    height: 276px;
  }

  body.steli-panorama-home .pano-dialog-head h2 {
    font-size: 1.45rem;
  }
}

/* Short browser windows: compact the hero without hiding meaningful content. */
@media (min-width: 768px) and (max-height: 710px) {
  body.steli-panorama-home .pano-hero {
    min-height: 500px;
  }

  body.steli-panorama-home .pano-hero-copy {
    padding-bottom: 120px;
  }

  body.steli-panorama-home .pano-hero-copy .pano-eyebrow {
    margin-bottom: 9px;
  }

  body.steli-panorama-home .pano-hero-copy h1 {
    margin-bottom: 13px;
    font-size: min(7.2vh, 4.75rem);
  }

  body.steli-panorama-home .pano-hero-actions {
    margin-top: 16px;
  }

  body.steli-panorama-home .pano-hero-caption {
    bottom: 122px;
  }

  body.steli-panorama-home .pano-stat {
    min-height: 92px;
    padding-block: 15px;
  }
}

@media (max-width: 767px) and (max-height: 700px) {
  body.steli-panorama-home .pano-hero {
    min-height: 500px;
    height: calc(100svh - var(--pano-header-height));
  }

  body.steli-panorama-home .pano-hero-copy {
    padding-block: 14px;
  }

  body.steli-panorama-home .pano-hero-copy .pano-eyebrow {
    margin-bottom: 7px;
  }

  body.steli-panorama-home .pano-hero-copy h1 {
    margin-bottom: 10px;
    font-size: clamp(2.35rem, 10.8vw, 3.25rem);
  }

  body.steli-panorama-home .pano-hero-copy .pano-lead {
    font-size: 0.9rem;
  }

  body.steli-panorama-home .pano-hero-actions {
    margin-top: 12px;
  }

  body.steli-panorama-home .pano-stat {
    min-height: 61px;
    padding-block: 7px;
  }
}

@media (prefers-reduced-motion: reduce) {
  body.steli-panorama-home *,
  body.steli-panorama-home *::before,
  body.steli-panorama-home *::after {
    scroll-behavior: auto !important;
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
  }

  body.steli-panorama-home [data-pano-reveal] {
    opacity: 1;
    transform: none;
  }
}

@media (forced-colors: active) {
  body.steli-panorama-home .pano-hero-media::after,
  body.steli-panorama-home .pano-project::after {
    display: none;
  }

  body.steli-panorama-home .pano-button,
  body.steli-panorama-home :is(.pano-language, .pano-menu-button),
  body.steli-panorama-home .pano-use-card {
    border: 1px solid ButtonText;
  }
}
