:root {
  --bg: #e9eef2;
  --shell: #0b1822;
  --shell-soft: #102736;
  --surface: rgba(255, 255, 255, 0.78);
  --surface-strong: #ffffff;
  --surface-dark: rgba(11, 24, 34, 0.92);
  --text: #0f1b23;
  --muted: #596974;
  --line: rgba(15, 27, 35, 0.12);
  --line-bright: rgba(255, 255, 255, 0.1);
  --accent: #f47f20;
  --accent-deep: #cf5c09;
  --accent-soft: #ffd0a5;
  --shadow: 0 18px 44px rgba(9, 19, 28, 0.09);
  --shadow-strong: 0 28px 80px rgba(7, 15, 22, 0.18);
  --radius: 24px;
  --radius-md: 18px;
  --radius-sm: 12px;
  --max-width: 1220px;
  --font-body: "IBM Plex Sans", sans-serif;
  --font-display: "Barlow Condensed", sans-serif;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  min-height: 100vh;
  font-family: var(--font-body);
  color: var(--text);
  background:
    radial-gradient(circle at top left, rgba(244, 127, 32, 0.16), transparent 24rem),
    radial-gradient(circle at 82% 10%, rgba(36, 69, 92, 0.14), transparent 22rem),
    linear-gradient(180deg, #f8fafb 0%, #edf2f5 52%, #e4eaef 100%);
}

body::before {
  content: "";
  position: fixed;
  inset: 0;
  pointer-events: none;
  background:
    linear-gradient(rgba(11, 24, 34, 0.02) 1px, transparent 1px),
    linear-gradient(90deg, rgba(11, 24, 34, 0.02) 1px, transparent 1px);
  background-size: 42px 42px;
  mask-image: linear-gradient(180deg, rgba(0, 0, 0, 0.62), transparent 88%);
}

body.nav-open {
  overflow: hidden;
}

a {
  color: inherit;
  text-decoration: none;
}

img {
  display: block;
  max-width: 100%;
}

button,
input,
select,
textarea {
  font: inherit;
}

button {
  border: 0;
}

h1,
h2,
h3,
p,
ul {
  margin: 0;
}

.background-grid,
.background-glow {
  position: fixed;
  pointer-events: none;
  z-index: -1;
}

.background-grid {
  inset: 0;
}

.background-glow {
  width: 24rem;
  height: 24rem;
  border-radius: 999px;
  filter: blur(42px);
  opacity: 0.44;
}

.glow-one {
  top: 6rem;
  right: -8rem;
  background: rgba(244, 127, 32, 0.18);
}

.glow-two {
  left: -8rem;
  bottom: 5rem;
  background: rgba(31, 68, 93, 0.15);
}

.top-rail,
.site-nav,
.hero-section,
.page-hero,
.signal-band,
.content-section,
.cta-band,
.site-footer {
  width: min(var(--max-width), calc(100% - 1.5rem));
  margin: 0 auto;
}

.site-header {
  padding-top: 0.9rem;
}

.top-rail {
  display: flex;
  justify-content: space-between;
  gap: 1rem;
  margin-bottom: 0.85rem;
  padding: 0.65rem 0.95rem;
  border: 1px solid var(--line-bright);
  border-radius: 14px;
  background: linear-gradient(180deg, rgba(19, 31, 40, 0.98), rgba(11, 20, 27, 0.94));
  color: rgba(255, 255, 255, 0.82);
  font-size: 0.76rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.top-rail a {
  color: #ffffff;
}

.top-rail a:hover,
.top-rail a:focus-visible {
  color: var(--accent-soft);
}

.site-nav {
  position: sticky;
  top: 0.75rem;
  z-index: 20;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  padding: 1rem 1.15rem;
  border: 1px solid rgba(255, 255, 255, 0.74);
  border-radius: 18px;
  background: rgba(248, 251, 253, 0.82);
  backdrop-filter: blur(18px);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.72),
    0 18px 42px rgba(15, 26, 33, 0.08);
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 0.9rem;
  min-width: 0;
}

.brand-mark {
  position: relative;
  width: 3rem;
  height: 3rem;
  flex: 0 0 auto;
  border-radius: 16px;
  background: linear-gradient(150deg, var(--shell) 0%, var(--shell-soft) 100%);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.08),
    0 16px 24px rgba(12, 24, 33, 0.18);
}

.brand-mark::before,
.brand-mark::after {
  content: "";
  position: absolute;
  left: 0.7rem;
  right: 0.7rem;
  height: 0.26rem;
  border-radius: 999px;
  background: linear-gradient(90deg, #ffbf87, var(--accent));
}

.brand-mark::before {
  top: 1rem;
}

.brand-mark::after {
  bottom: 1rem;
}

.brand-copy {
  display: grid;
  gap: 0.18rem;
  min-width: 0;
}

.brand-name {
  font-family: var(--font-display);
  font-size: clamp(1.6rem, 2.4vw, 2.25rem);
  font-weight: 800;
  letter-spacing: -0.04em;
  line-height: 0.92;
  text-transform: uppercase;
}

.brand-subtitle {
  color: var(--muted);
  font-size: 0.8rem;
  font-weight: 600;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.nav-links {
  display: flex;
  align-items: center;
  gap: 1rem;
}

.nav-links-static {
  width: auto;
}

.nav-links a {
  color: var(--muted);
  font-size: 0.93rem;
  font-weight: 600;
}

.nav-links a[aria-current="page"] {
  color: var(--text);
}

.nav-links a:hover,
.nav-links a:focus-visible {
  color: var(--text);
}

.nav-toggle {
  display: none;
  align-items: center;
  justify-content: center;
  width: 3rem;
  height: 3rem;
  border-radius: 12px;
  background: linear-gradient(180deg, rgba(18, 31, 41, 0.08), rgba(18, 31, 41, 0.02));
}

.nav-toggle span {
  position: absolute;
  width: 1.15rem;
  height: 2px;
  border-radius: 999px;
  background: var(--text);
  transition: transform 0.25s ease;
}

.nav-toggle span:first-child {
  transform: translateY(-4px);
}

.nav-toggle span:last-child {
  transform: translateY(4px);
}

.site-nav.is-open .nav-toggle span:first-child {
  transform: rotate(45deg);
}

.site-nav.is-open .nav-toggle span:last-child {
  transform: rotate(-45deg);
}

.hero-section,
.page-hero {
  display: grid;
  grid-template-columns: minmax(0, 1.03fr) minmax(320px, 0.97fr);
  gap: 2rem;
  align-items: center;
}

.hero-section {
  padding: 4.8rem 0 2.4rem;
}

.hero-simple {
  min-height: calc(100vh - 14rem);
}

.page-hero {
  padding: 3.2rem 0 1.8rem;
}

.hero-copy,
.page-hero-copy,
.section-intro,
.contact-copy,
.feature-copy {
  display: flex;
  flex-direction: column;
  gap: 1.1rem;
}

.eyebrow {
  color: var(--accent-deep);
  font-size: 0.82rem;
  font-weight: 700;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

h1,
h2,
.thank-you-card h1 {
  font-family: var(--font-display);
  font-weight: 800;
  letter-spacing: -0.04em;
  line-height: 0.92;
  text-transform: uppercase;
}

h1 {
  max-width: 11ch;
  font-size: clamp(3.35rem, 6.8vw, 5.8rem);
}

h2 {
  font-size: clamp(2.7rem, 4.4vw, 4.6rem);
}

h3 {
  font-size: 1.35rem;
  line-height: 1.15;
}

.hero-body,
.hero-support,
.section-copy,
.metric-label,
.system-card p,
.detail-panel p,
.feature-card p,
.audience-card p,
.resource-card p,
.catalog-card p,
.legacy-card p,
.story-card p,
.industry-detail-card p,
.contact-note,
.field span,
.form-note,
.site-footer p,
.hero-panel p,
.hero-panel li,
.size-card p,
.photo-card p,
.thank-you-card p {
  color: var(--muted);
  line-height: 1.7;
}

.hero-body {
  max-width: 40rem;
  font-size: 1.14rem;
}

.hero-actions,
.form-actions,
.section-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.85rem;
  align-items: center;
}

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 3rem;
  padding: 0.82rem 1.32rem;
  border-radius: 12px;
  border: 1px solid transparent;
  cursor: pointer;
  transition:
    transform 0.22s ease,
    border-color 0.22s ease,
    background-color 0.22s ease,
    box-shadow 0.22s ease;
}

.button:hover,
.button:focus-visible {
  transform: translateY(-1px);
}

.button-primary {
  background: linear-gradient(135deg, var(--accent-deep) 0%, var(--accent) 100%);
  color: #fff;
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.18),
    0 18px 30px rgba(207, 92, 9, 0.24);
}

.button-secondary {
  border-color: rgba(15, 26, 33, 0.16);
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.92), rgba(246, 249, 251, 0.82));
  color: var(--text);
}

.button-secondary:hover,
.button-secondary:focus-visible {
  border-color: rgba(244, 127, 32, 0.45);
}

.button-on-dark {
  background: rgba(255, 255, 255, 0.08);
  border-color: rgba(255, 255, 255, 0.14);
  color: #ffffff;
}

.hero-metrics,
.feature-grid,
.systems-grid,
.industry-grid,
.resource-grid,
.catalog-grid,
.legacy-grid,
.story-grid,
.photo-grid,
.size-grid,
.form-grid,
.industry-detail-grid {
  display: grid;
  gap: 1rem;
}

.hero-metrics {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.metric-card,
.feature-card,
.system-card,
.detail-panel,
.audience-card,
.resource-card,
.catalog-card,
.legacy-card,
.story-card,
.photo-card,
.size-card,
.contact-form,
.industry-detail-card,
.thank-you-card {
  border: 1px solid rgba(255, 255, 255, 0.62);
  background: var(--surface);
  backdrop-filter: blur(18px);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.56),
    var(--shadow);
}

.metric-card,
.feature-card,
.system-card,
.detail-panel,
.audience-card,
.resource-card,
.catalog-card,
.legacy-card,
.story-card,
.photo-card,
.size-card,
.contact-form,
.industry-detail-card {
  border-radius: var(--radius);
  padding: 1.45rem;
}

.metric-card {
  display: grid;
  gap: 0.35rem;
}

.metric-card strong,
.size-card strong {
  font-family: var(--font-display);
  font-size: 1.42rem;
  letter-spacing: -0.03em;
  line-height: 0.95;
  text-transform: uppercase;
}

.card-label,
.panel-index,
.panel-label,
.size-label,
.status-pill {
  display: inline-flex;
  font-size: 0.76rem;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.card-label,
.panel-index,
.panel-label,
.size-label {
  color: var(--accent-deep);
}

.status-pill {
  margin-top: 0.85rem;
  color: var(--text);
}

.hero-visual,
.page-hero-media {
  position: relative;
}

.hero-visual-frame,
.media-frame {
  position: relative;
  min-height: 32rem;
  padding: 1.15rem;
  border-radius: 30px;
  overflow: hidden;
  background:
    radial-gradient(circle at 18% 22%, rgba(244, 127, 32, 0.16), transparent 16rem),
    radial-gradient(circle at 82% 24%, rgba(52, 81, 102, 0.16), transparent 18rem),
    linear-gradient(180deg, rgba(250, 252, 253, 0.98), rgba(232, 239, 244, 0.94));
  box-shadow: var(--shadow-strong);
}

.simple-visual-frame {
  min-height: 28rem;
}

.hero-visual-frame::before,
.media-frame::before {
  content: "";
  position: absolute;
  inset: 1rem;
  border: 1px solid rgba(12, 24, 33, 0.08);
  border-radius: 22px;
}

.hero-photo,
.media-frame img {
  width: 100%;
  height: 100%;
  min-height: 29rem;
  object-fit: contain;
  object-position: center;
  border-radius: 24px;
}

.hero-panel {
  position: absolute;
  max-width: 19rem;
  padding: 1rem 1.05rem;
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 18px;
  background: rgba(11, 24, 34, 0.84);
  backdrop-filter: blur(16px);
  box-shadow: 0 24px 42px rgba(6, 15, 22, 0.26);
  color: rgba(255, 255, 255, 0.92);
}

.hero-panel p,
.hero-panel li {
  color: rgba(255, 255, 255, 0.72);
}

.hero-panel ul {
  padding-left: 1rem;
  margin-top: 0.55rem;
  display: grid;
  gap: 0.45rem;
}

.hero-panel-top {
  top: 1.9rem;
  right: 1.9rem;
}

.hero-panel-bottom {
  left: 1.9rem;
  bottom: 1.9rem;
}

.media-frame-texture {
  display: grid;
  place-items: center;
}

.media-frame-network {
  display: grid;
  place-items: center;
}

.catalog-visual {
  position: relative;
  z-index: 1;
  display: grid;
  gap: 0.75rem;
  width: min(24rem, 100%);
  padding: 2rem;
  border-radius: 22px;
  background: rgba(11, 24, 34, 0.88);
  color: #ffffff;
  box-shadow: 0 24px 42px rgba(6, 15, 22, 0.28);
}

.catalog-visual span {
  color: var(--accent-soft);
  font-size: 0.82rem;
  font-weight: 700;
  letter-spacing: 0.15em;
  text-transform: uppercase;
}

.catalog-visual strong {
  font-family: var(--font-display);
  font-size: clamp(2rem, 5vw, 3.3rem);
  letter-spacing: -0.04em;
  line-height: 0.92;
  text-transform: uppercase;
}

.network-board {
  position: relative;
  z-index: 1;
  display: grid;
  gap: 1rem;
  width: min(34rem, 100%);
}

.network-core {
  display: grid;
  gap: 0.5rem;
  padding: 1.55rem;
  border-radius: 24px;
  background: rgba(11, 24, 34, 0.9);
  box-shadow: 0 24px 42px rgba(6, 15, 22, 0.28);
  color: #ffffff;
}

.network-core span,
.network-node span {
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.15em;
  text-transform: uppercase;
}

.network-core span {
  color: var(--accent-soft);
}

.network-core strong,
.network-node strong {
  font-family: var(--font-display);
  letter-spacing: -0.04em;
  line-height: 0.96;
  text-transform: uppercase;
}

.network-core strong {
  font-size: clamp(2.3rem, 5vw, 3.8rem);
}

.network-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.9rem;
}

.network-node {
  display: grid;
  gap: 0.45rem;
  min-height: 8.5rem;
  padding: 1.2rem;
  border: 1px solid rgba(255, 255, 255, 0.66);
  border-radius: 22px;
  background: rgba(255, 255, 255, 0.82);
  color: var(--text);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.62),
    var(--shadow);
  transition:
    transform 0.22s ease,
    border-color 0.22s ease,
    box-shadow 0.22s ease;
}

.network-node:hover,
.network-node:focus-visible {
  transform: translateY(-3px);
  border-color: rgba(244, 127, 32, 0.42);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.7),
    0 20px 38px rgba(15, 26, 33, 0.12);
}

.network-node span {
  color: var(--accent-deep);
}

.network-node strong {
  font-size: 1.55rem;
}

.network-node-wide {
  grid-column: 1 / -1;
  min-height: 7.4rem;
}

.signal-band {
  display: flex;
  flex-wrap: wrap;
  gap: 0.85rem;
  padding-bottom: 2rem;
}

.signal-chip {
  padding: 0.9rem 1rem;
  border-radius: 999px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  background: linear-gradient(180deg, rgba(21, 33, 42, 0.96), rgba(14, 22, 29, 0.92));
  color: rgba(255, 255, 255, 0.84);
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.05),
    0 12px 18px rgba(7, 14, 19, 0.14);
}

.content-section {
  padding: 2.4rem 0;
}

.section-head {
  max-width: 56rem;
  margin-bottom: 1.7rem;
}

.narrow-copy {
  max-width: 42rem;
}

.split-layout,
.contact-layout {
  display: grid;
  grid-template-columns: minmax(0, 1.08fr) minmax(320px, 0.92fr);
  gap: 1.2rem;
  align-items: start;
}

.stacked-panels {
  display: grid;
  gap: 1rem;
}

.simple-panels {
  max-width: 34rem;
}

.systems-grid {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.feature-grid,
.resource-grid {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.feature-card-primary {
  background: linear-gradient(180deg, rgba(255, 245, 235, 0.98), rgba(255, 251, 247, 0.9));
  border-color: rgba(207, 92, 9, 0.16);
}

.route-card {
  display: flex;
  flex-direction: column;
  gap: 0.9rem;
}

.route-points {
  margin-top: 0.15rem;
}

.route-shot {
  width: 100%;
  max-height: 15rem;
  object-fit: cover;
  object-position: center;
  border-radius: 18px;
  border: 1px solid rgba(15, 26, 33, 0.08);
  box-shadow: 0 16px 28px rgba(15, 26, 33, 0.08);
}

.route-card-highlight {
  background: linear-gradient(180deg, rgba(255, 245, 235, 0.98), rgba(255, 251, 247, 0.9));
  border-color: rgba(207, 92, 9, 0.16);
}

.route-panel-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1rem;
}

.industry-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.catalog-grid,
.story-grid,
.industry-detail-grid {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.legacy-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.photo-grid,
.size-grid {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.size-card-featured {
  background: linear-gradient(180deg, rgba(255, 245, 235, 0.98), rgba(255, 251, 247, 0.9));
  border-color: rgba(207, 92, 9, 0.16);
}

.photo-frame {
  min-height: 18rem;
  border-radius: 18px;
  padding: 1rem;
  overflow: hidden;
  background: linear-gradient(180deg, rgba(251, 252, 253, 0.98), rgba(232, 239, 244, 0.9));
}

.photo-frame img {
  width: 100%;
  height: 100%;
  min-height: 16rem;
  object-fit: contain;
}

.photo-frame-cover img {
  object-fit: cover;
  object-position: center;
}

.photo-card-link {
  display: block;
}

.text-link {
  margin-top: auto;
  color: var(--accent-deep);
  font-weight: 700;
}

.feature-list {
  display: grid;
  gap: 0.6rem;
  padding-left: 1.1rem;
}

.dark-section {
  position: relative;
  padding: 2.8rem 0;
}

.dark-section::before {
  content: "";
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  width: min(var(--max-width), calc(100% - 1.5rem));
  height: calc(100% - 1.2rem);
  border-radius: 32px;
  background:
    radial-gradient(circle at top right, rgba(244, 127, 32, 0.2), transparent 18rem),
    linear-gradient(180deg, rgba(14, 28, 39, 0.98), rgba(10, 20, 29, 0.96));
  box-shadow: var(--shadow-strong);
}

.dark-section .section-head,
.dark-section .legacy-grid {
  position: relative;
  z-index: 1;
}

.section-copy-light,
.dark-section h2,
.dark-section .legacy-card h3 {
  color: #f4f7fa;
}

.legacy-card {
  border-color: rgba(255, 255, 255, 0.08);
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.05), rgba(255, 255, 255, 0.03));
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.05),
    0 18px 30px rgba(0, 0, 0, 0.14);
}

.equipment-benefits-grid .legacy-card,
.manufacturer-brand-grid .resource-card {
  position: relative;
  overflow: hidden;
}

.equipment-benefits-grid .legacy-card::before,
.manufacturer-brand-grid .resource-card::before {
  content: "";
  position: absolute;
  top: 0;
  left: 1.4rem;
  right: 1.4rem;
  height: 3px;
  border-radius: 999px;
  background: linear-gradient(90deg, rgba(244, 127, 32, 0.95), rgba(244, 127, 32, 0.18));
}

.legacy-card p {
  color: rgba(235, 241, 246, 0.72);
}

.contact-note {
  padding: 1rem 1.1rem;
  border: 1px solid rgba(15, 26, 33, 0.1);
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.56);
}

.contact-note a {
  color: var(--accent-deep);
  font-weight: 700;
}

.contact-form {
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.96), rgba(246, 250, 252, 0.9));
}

.form-grid {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.field {
  display: grid;
  gap: 0.45rem;
}

.field span {
  color: var(--text);
  font-size: 0.85rem;
  font-weight: 600;
}

.field input,
.field select,
.field textarea {
  width: 100%;
  padding: 0.9rem 0.95rem;
  border: 1px solid rgba(15, 26, 33, 0.12);
  border-radius: 14px;
  background: rgba(255, 255, 255, 0.86);
  color: var(--text);
  transition: border-color 0.2s ease, box-shadow 0.2s ease;
  appearance: none;
}

.field input:focus,
.field select:focus,
.field textarea:focus {
  outline: none;
  border-color: rgba(244, 127, 32, 0.62);
  box-shadow: 0 0 0 4px rgba(244, 127, 32, 0.12);
}

.field-wide {
  grid-column: 1 / -1;
}

.form-note {
  max-width: 22rem;
  font-size: 0.88rem;
}

.cta-band {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1.2rem;
  margin-top: 1.2rem;
  margin-bottom: 2.2rem;
  padding: 1.55rem;
  border-radius: 26px;
  border: 1px solid rgba(255, 255, 255, 0.68);
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.9), rgba(244, 247, 250, 0.82));
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.58),
    var(--shadow);
}

.site-footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  padding: 2rem 0 2.8rem;
}

.footer-links {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 1rem;
}

.footer-links a {
  color: var(--muted);
  font-size: 0.9rem;
  font-weight: 600;
}

.footer-meta {
  white-space: nowrap;
}

.thank-you-body {
  display: grid;
  place-items: center;
  padding: 1.5rem;
}

.thank-you-card {
  width: min(42rem, 100%);
  padding: 2rem;
  border-radius: 28px;
}

.thank-you-card h1 {
  margin: 0.6rem 0 1rem;
  max-width: 12ch;
  font-size: clamp(3rem, 7vw, 5.3rem);
}

.thank-you-card .button {
  margin-top: 1.4rem;
}

.equipment-resource-hero .page-hero-copy {
  gap: 0.8rem;
}

.equipment-resource-hero h1 {
  max-width: 8.8ch;
  font-size: clamp(3rem, 5.8vw, 5rem);
}

.equipment-resource-hero .hero-body,
.equipment-resource-hero .hero-support {
  max-width: 38rem;
}

.equipment-lineup-frame {
  min-height: 31rem;
  padding: 0.85rem;
  background:
    radial-gradient(circle at 20% 18%, rgba(244, 127, 32, 0.12), transparent 15rem),
    radial-gradient(circle at 82% 22%, rgba(33, 86, 169, 0.12), transparent 17rem),
    linear-gradient(180deg, rgba(13, 20, 27, 0.98), rgba(7, 11, 15, 0.98));
}

.equipment-lineup-frame::before,
.equipment-applications-frame::before {
  border-color: rgba(255, 255, 255, 0.08);
}

.equipment-lineup-image {
  min-height: 28rem;
  object-fit: cover;
  object-position: center 14%;
  transform: scale(1.025);
  transform-origin: center top;
  filter: saturate(0.98) contrast(1) brightness(1.06);
}

.equipment-category-grid,
.featured-equipment-grid,
.equipment-benefits-grid,
.equipment-application-grid,
.manufacturer-brand-grid {
  display: grid;
  gap: 1rem;
}

.equipment-category-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.equipment-category-card,
.featured-equipment-card {
  display: grid;
  gap: 0.9rem;
  min-height: 100%;
}

.equipment-category-card {
  padding: 1.3rem;
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 28px;
  background:
    linear-gradient(180deg, rgba(16, 24, 31, 0.98), rgba(9, 14, 20, 0.98));
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.05),
    0 18px 30px rgba(0, 0, 0, 0.18);
}

.equipment-category-card h3,
.featured-equipment-card h3,
.resource-card h3 {
  color: #f4f7fa;
}

.equipment-category-media {
  min-height: 14.5rem;
  border-radius: 20px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  background-color: rgba(7, 11, 15, 0.92);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.04);
  overflow: hidden;
}

.equipment-category-electric {
  background:
    linear-gradient(180deg, rgba(6, 12, 19, 0.3), rgba(6, 12, 19, 0.58)),
    url("bedbug-equipment-comparison.png") center 14% / cover no-repeat;
}

.equipment-category-propane {
  background:
    linear-gradient(180deg, rgba(6, 12, 19, 0.22), rgba(6, 12, 19, 0.7)),
    url("propane-black-widow-rooftop.jpg") center / cover no-repeat;
}

.equipment-category-airflow {
  background:
    linear-gradient(180deg, rgba(6, 12, 19, 0.2), rgba(6, 12, 19, 0.66)),
    url("mylar-hotel-window-run.jpg") center / cover no-repeat;
}

.featured-equipment-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.featured-equipment-card {
  padding: 1.35rem;
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 28px;
  background:
    linear-gradient(180deg, rgba(16, 24, 31, 0.98), rgba(8, 13, 18, 0.98));
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.05),
    0 18px 30px rgba(0, 0, 0, 0.18);
}

.featured-equipment-card .button {
  margin-top: auto;
}

.featured-equipment-image {
  min-height: 18.5rem;
}

.featured-equipment-image.photo-frame {
  padding: 0.8rem;
  background:
    linear-gradient(180deg, rgba(251, 252, 253, 0.98), rgba(232, 239, 244, 0.92));
}

.featured-equipment-crop {
  min-height: 16rem;
  border-radius: 18px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  background-image: url("bedbug-equipment-comparison.png");
  background-repeat: no-repeat;
  background-size: 780% auto;
  background-color: #ffffff;
}

.featured-equipment-crop-bk20 {
  background-position: 15% 18%;
}

.featured-equipment-crop-bk17 {
  background-position: 28% 18%;
}

.equipment-spec-list {
  display: grid;
  gap: 0.42rem;
  padding-left: 1rem;
  color: rgba(223, 232, 238, 0.82);
  font-size: 0.92rem;
  line-height: 1.4;
}

.equipment-spec-list li::marker {
  color: #ff9f4a;
}

.equipment-trust-list {
  display: grid;
  gap: 0.55rem;
  margin: 0;
  padding-left: 1rem;
  color: rgba(223, 232, 238, 0.84);
  font-size: 0.98rem;
  line-height: 1.45;
}

.equipment-trust-list li::marker {
  color: #ff9f4a;
}

.equipment-benefits-grid {
  position: relative;
  z-index: 1;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1.15rem;
}

.equipment-benefits-grid .legacy-card,
.equipment-application-grid .system-card,
.manufacturer-brand-grid .resource-card {
  min-height: 100%;
}

.equipment-applications-media {
  margin-bottom: 1rem;
}

.equipment-applications-frame {
  min-height: 28rem;
  background:
    radial-gradient(circle at 20% 18%, rgba(244, 127, 32, 0.15), transparent 16rem),
    radial-gradient(circle at 82% 22%, rgba(33, 86, 169, 0.16), transparent 18rem),
    linear-gradient(180deg, rgba(13, 20, 27, 0.98), rgba(7, 11, 15, 0.98));
}

.equipment-applications-frame img {
  object-fit: cover;
  object-position: center;
  filter: saturate(0.9) contrast(0.98) brightness(0.96);
}

.equipment-application-grid {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.manufacturer-brand-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.equipment-application-grid .system-card,
.manufacturer-brand-grid .resource-card {
  display: grid;
  gap: 0.9rem;
  padding: 1.4rem;
  border-color: rgba(255, 255, 255, 0.08);
  background:
    linear-gradient(180deg, rgba(16, 24, 31, 0.98), rgba(8, 13, 18, 0.98));
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.05),
    0 18px 30px rgba(0, 0, 0, 0.18);
}

.manufacturer-brand-grid .resource-card p {
  color: rgba(223, 232, 238, 0.8);
  max-width: 26ch;
}

.manufacturer-brand-grid .resource-card .button {
  margin-top: auto;
}

.brand-lockup {
  color: #f4f7fa;
  font-family: var(--font-display);
  font-size: clamp(2rem, 4vw, 3.2rem);
  letter-spacing: -0.04em;
  line-height: 0.92;
  text-transform: uppercase;
  margin-top: 0.25rem;
}

.brand-lockup-doctor {
  font-size: clamp(1.65rem, 3.4vw, 2.55rem);
}

.brand-lockup-pestheat {
  color: #ff6d58;
}

.equipment-resource-hero + .content-section {
  padding-top: 2.8rem;
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

[data-reveal] {
  opacity: 0;
  transform: translateY(22px);
  transition:
    opacity 0.65s ease,
    transform 0.65s ease;
}

[data-reveal].is-visible {
  opacity: 1;
  transform: translateY(0);
}

@media (max-width: 1080px) {
  .hero-section,
  .page-hero,
  .split-layout,
  .contact-layout {
    grid-template-columns: 1fr;
  }

  .equipment-category-grid,
  .featured-equipment-grid,
  .equipment-application-grid,
  .manufacturer-brand-grid,
  .equipment-benefits-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .industry-grid,
  .legacy-grid,
  .catalog-grid,
  .story-grid,
  .industry-detail-grid,
  .route-panel-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 860px) {
  .top-rail {
    flex-direction: column;
    align-items: flex-start;
  }

  .site-nav {
    flex-wrap: wrap;
  }

  .nav-toggle {
    display: inline-flex;
    position: relative;
    margin-left: auto;
  }

  .nav-links {
    display: none;
    width: 100%;
    flex-direction: column;
    align-items: flex-start;
    padding-top: 0.6rem;
  }

  .site-nav.is-open .nav-links {
    display: flex;
  }

  .hero-metrics,
  .feature-grid,
  .systems-grid,
  .industry-grid,
  .resource-grid,
  .equipment-category-grid,
  .featured-equipment-grid,
  .equipment-application-grid,
  .manufacturer-brand-grid,
  .equipment-benefits-grid,
  .catalog-grid,
  .legacy-grid,
  .story-grid,
  .photo-grid,
  .size-grid,
  .form-grid,
  .industry-detail-grid,
  .route-panel-grid {
    grid-template-columns: 1fr;
  }

  .hero-panel {
    position: static;
    max-width: none;
    margin-top: 1rem;
  }

  .network-grid {
    grid-template-columns: 1fr;
  }

  .hero-visual-frame,
  .media-frame {
    min-height: auto;
  }

  .hero-photo,
  .media-frame img {
    min-height: 22rem;
  }

  .cta-band,
  .site-footer {
    flex-direction: column;
    align-items: flex-start;
  }
}

@media (max-width: 640px) {
  .top-rail,
  .site-nav,
  .hero-section,
  .page-hero,
  .signal-band,
  .content-section,
  .cta-band,
  .site-footer {
    width: min(var(--max-width), calc(100% - 1rem));
  }

  .site-nav {
    padding: 0.9rem;
  }

  .brand {
    gap: 0.7rem;
    max-width: calc(100% - 3.6rem);
  }

  .brand-mark {
    width: 2.6rem;
    height: 2.6rem;
  }

  .brand-name {
    font-size: 1.35rem;
  }

  .brand-subtitle {
    font-size: 0.7rem;
  }

  h1 {
    font-size: clamp(3rem, 13vw, 4.5rem);
  }

  h2 {
    font-size: clamp(2.35rem, 12vw, 3.7rem);
  }

  .content-section,
  .dark-section {
    padding: 2rem 0;
  }

  .metric-card,
  .feature-card,
  .system-card,
  .detail-panel,
  .audience-card,
  .resource-card,
  .catalog-card,
  .legacy-card,
  .story-card,
  .photo-card,
  .size-card,
  .contact-form,
  .industry-detail-card,
  .cta-band,
  .thank-you-card {
    padding: 1.15rem;
  }
}

.home-industrial {
  color: #f3f6f8;
  background:
    radial-gradient(circle at top left, rgba(244, 127, 32, 0.22), transparent 24rem),
    radial-gradient(circle at 84% 14%, rgba(51, 80, 98, 0.28), transparent 22rem),
    linear-gradient(180deg, #081018 0%, #0b141b 36%, #0d1820 100%);
}

.home-industrial::before {
  background:
    linear-gradient(rgba(255, 255, 255, 0.04) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.04) 1px, transparent 1px);
  background-size: 52px 52px;
  opacity: 0.42;
}

.home-industrial .glow-one {
  background: rgba(244, 127, 32, 0.28);
}

.home-industrial .glow-two {
  background: rgba(50, 88, 111, 0.24);
}

.home-industrial .top-rail {
  border-color: rgba(255, 255, 255, 0.08);
  background:
    linear-gradient(180deg, rgba(14, 20, 27, 0.98), rgba(8, 13, 18, 0.96));
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.04),
    0 20px 34px rgba(0, 0, 0, 0.2);
}

.home-industrial .site-nav {
  border-color: rgba(255, 255, 255, 0.08);
  background:
    linear-gradient(180deg, rgba(12, 19, 26, 0.92), rgba(8, 14, 18, 0.88));
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.05),
    0 22px 40px rgba(0, 0, 0, 0.28);
}

.home-industrial .brand-subtitle,
.home-industrial .nav-links a {
  color: rgba(223, 232, 238, 0.72);
}

.home-industrial .brand-name,
.home-industrial .nav-links a[aria-current="page"],
.home-industrial .nav-links a:hover,
.home-industrial .nav-links a:focus-visible,
.home-industrial h1,
.home-industrial h2,
.home-industrial h3,
.home-industrial .site-footer strong,
.home-industrial .footer-meta {
  color: #f7fafc;
}

.home-industrial .nav-toggle {
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.08), rgba(255, 255, 255, 0.03));
}

.home-industrial .nav-toggle span {
  background: #f7fafc;
}

.home-industrial .hero-section {
  padding: 4.2rem 0 2.2rem;
  align-items: stretch;
}

.hero-poster-section {
  display: block;
}

.hero-poster-wrap {
  display: grid;
  gap: 1rem;
}

.hero-poster-board {
  position: relative;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 30px;
  background: linear-gradient(180deg, rgba(18, 27, 36, 0.96), rgba(10, 16, 22, 0.94));
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.06),
    0 32px 64px rgba(0, 0, 0, 0.3);
}

.hero-poster-board::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  pointer-events: none;
  background:
    radial-gradient(circle at 50% 52%, transparent 54%, rgba(3, 6, 8, 0.14) 100%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.03), rgba(0, 0, 0, 0.08));
}

.hero-poster-image {
  width: 100%;
  height: auto;
  filter: saturate(0.94) contrast(0.985) brightness(1.01);
}

.hero-hotspots {
  position: absolute;
  inset: 0;
  z-index: 2;
}

.hero-hotspot {
  position: absolute;
  left: 2.55%;
  height: 5.45%;
  border-radius: 0.8rem;
  outline: 1px solid transparent;
  background: rgba(244, 127, 32, 0);
  transition:
    background-color 0.2s ease,
    outline-color 0.2s ease,
    box-shadow 0.2s ease;
}

.hero-hotspot:hover,
.hero-hotspot:focus-visible {
  outline-color: rgba(255, 179, 109, 0.82);
  background: rgba(244, 127, 32, 0.14);
  box-shadow: 0 0 0 4px rgba(244, 127, 32, 0.15);
}

.hero-hotspot:nth-child(1) {
  top: 59.25%;
  width: 20.6%;
}

.hero-hotspot:nth-child(2) {
  top: 67.45%;
  width: 21.8%;
}

.hero-hotspot:nth-child(3) {
  top: 75.15%;
  width: 21.9%;
}

.hero-mobile-actions {
  display: none;
  gap: 0.8rem;
}

.mylar-duct-poster-section {
  display: block;
  padding-top: 4rem;
}

.mylar-duct-poster-board::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  pointer-events: none;
  background:
    radial-gradient(circle at 42% 44%, transparent 50%, rgba(3, 6, 8, 0.18) 100%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.025), rgba(0, 0, 0, 0.12));
}

.mylar-duct-poster-image {
  display: block;
  filter: saturate(0.9) contrast(0.98) brightness(0.975);
}

.mylar-duct-poster-actions {
  justify-content: flex-start;
}

.mylar-business-hero-image {
  object-fit: cover;
  object-position: center 38%;
}

.home-industrial .hero-copy {
  justify-content: center;
  gap: 1.25rem;
}

.home-industrial .eyebrow,
.home-industrial .card-label {
  color: #ff9f4a;
}

.home-industrial main .content-section h2,
.home-industrial main .content-section h3,
.home-industrial .site-footer strong,
.home-industrial .footer-meta {
  color: var(--text);
}

.home-industrial .hero-body,
.home-industrial .section-copy,
.home-industrial .equipment-note,
.home-industrial .route-mini-card p,
.home-industrial .authority-card p,
.home-industrial .contact-note,
.home-industrial .feature-list li {
  color: rgba(223, 232, 238, 0.8);
}

.home-industrial .hero-body {
  max-width: 42rem;
  font-size: 1.08rem;
}

.home-industrial .button {
  min-height: 3.2rem;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.home-industrial .button-secondary {
  border-color: rgba(255, 255, 255, 0.12);
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.08), rgba(255, 255, 255, 0.03));
  color: #f7fafc;
}

.home-industrial .button-secondary:hover,
.home-industrial .button-secondary:focus-visible {
  border-color: rgba(244, 127, 32, 0.58);
}

.hero-inline-points {
  display: flex;
  flex-wrap: wrap;
  gap: 0.8rem;
}

.hero-inline-points span {
  display: inline-flex;
  align-items: center;
  min-height: 2.8rem;
  padding: 0.75rem 1rem;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 999px;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.06), rgba(255, 255, 255, 0.02));
  color: #f7fafc;
  font-size: 0.8rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.industrial-hero-visual,
.equipment-visual {
  position: relative;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 32px;
  background:
    linear-gradient(145deg, rgba(255, 255, 255, 0.06), rgba(255, 255, 255, 0.02)),
    linear-gradient(180deg, rgba(10, 16, 21, 0.98), rgba(16, 24, 31, 0.92));
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.06),
    0 32px 64px rgba(0, 0, 0, 0.28);
}

.industrial-hero-visual {
  min-height: 42rem;
  padding: 1rem;
}

.industrial-hero-visual::before,
.equipment-visual::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background:
    linear-gradient(180deg, rgba(6, 10, 14, 0.16) 0%, rgba(6, 10, 14, 0.64) 100%);
}

.industrial-hero-main {
  width: 100%;
  height: 100%;
  min-height: 40rem;
  object-fit: cover;
  border-radius: 24px;
  filter: saturate(0.96) contrast(1.05);
}

.hero-badge,
.equipment-caption {
  position: absolute;
  z-index: 2;
  display: grid;
  gap: 0.35rem;
  max-width: 19rem;
  padding: 1rem 1.1rem;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 22px;
  background: rgba(8, 13, 18, 0.82);
  backdrop-filter: blur(16px);
  box-shadow: 0 18px 30px rgba(0, 0, 0, 0.26);
}

.hero-badge span,
.equipment-caption span {
  color: #ffb36d;
  font-size: 0.76rem;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.hero-badge strong,
.equipment-caption strong {
  color: #f7fafc;
  font-family: var(--font-display);
  font-size: 1.55rem;
  letter-spacing: -0.03em;
  line-height: 0.96;
  text-transform: uppercase;
}

.hero-badge-top {
  top: 1.4rem;
  left: 1.4rem;
}

.hero-badge-bottom {
  left: 1.4rem;
  bottom: 1.4rem;
  max-width: 22rem;
}

.hero-thumb,
.equipment-inset {
  position: absolute;
  z-index: 2;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 20px;
  box-shadow: 0 20px 32px rgba(0, 0, 0, 0.24);
}

.hero-thumb {
  bottom: 1.4rem;
  width: 9.75rem;
  height: 7.5rem;
}

.hero-thumb-left {
  right: 11.9rem;
}

.hero-thumb-right {
  right: 1.4rem;
}

.hero-thumb img,
.equipment-inset img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.home-industrial .content-section {
  padding: 3rem 0;
}

.home-industrial .section-copy,
.home-industrial .feature-list li,
.home-industrial .route-mini-card p,
.home-industrial .site-footer p {
  color: var(--muted);
}

.home-industrial .content-section .button-secondary {
  border-color: rgba(15, 26, 33, 0.16);
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.92), rgba(246, 249, 251, 0.82));
  color: var(--text);
}

.home-industrial .content-section .button-secondary:hover,
.home-industrial .content-section .button-secondary:focus-visible {
  border-color: rgba(244, 127, 32, 0.45);
}

.home-industrial .media-frame,
.home-industrial .system-card,
.home-industrial .route-mini-card {
  border: 1px solid rgba(255, 255, 255, 0.74);
  background: rgba(255, 255, 255, 0.82);
  backdrop-filter: blur(18px);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.7),
    0 18px 36px rgba(15, 26, 33, 0.08);
}

.home-industrial .media-frame {
  background:
    radial-gradient(circle at 18% 22%, rgba(244, 127, 32, 0.1), transparent 16rem),
    radial-gradient(circle at 82% 24%, rgba(52, 81, 102, 0.08), transparent 18rem),
    linear-gradient(180deg, rgba(250, 252, 253, 0.98), rgba(236, 242, 246, 0.94));
}

.homepage-mylar-stack {
  min-height: 34rem;
}

.image-stack {
  display: grid;
  grid-template-columns: minmax(0, 1.1fr) minmax(220px, 0.9fr);
  gap: 1rem;
  min-height: 36rem;
}

.stack-photo {
  margin: 0;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.74);
  border-radius: 26px;
  background: rgba(255, 255, 255, 0.86);
  box-shadow: 0 18px 32px rgba(15, 26, 33, 0.08);
}

.stack-photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.stack-photo-tall {
  grid-row: 1 / span 2;
}

.industrial-feature-list {
  gap: 0.72rem;
  padding-left: 1.2rem;
}

.equipment-note {
  max-width: 36rem;
}

.equipment-visual {
  min-height: 41rem;
  padding: 1rem;
}

.equipment-visual-clean {
  display: grid;
  gap: 1rem;
  align-content: start;
}

.equipment-visual-story {
  display: grid;
  gap: 1rem;
  align-content: start;
}

.equipment-visual-poster {
  display: block;
}

.equipment-feature-panel {
  position: relative;
  z-index: 1;
  display: block;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 28px;
  background:
    linear-gradient(145deg, rgba(255, 255, 255, 0.05), rgba(255, 255, 255, 0.015)),
    linear-gradient(180deg, rgba(12, 18, 24, 0.96), rgba(14, 21, 28, 0.92));
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.06),
    0 20px 34px rgba(0, 0, 0, 0.2);
}

.equipment-feature-composite {
  border-radius: 30px;
}

.equipment-feature-composite::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  pointer-events: none;
  background:
    radial-gradient(circle at 48% 44%, transparent 52%, rgba(4, 7, 10, 0.16) 100%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.025), rgba(0, 0, 0, 0.1));
}

.equipment-feature-photo::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(180deg, rgba(7, 11, 15, 0.1), rgba(7, 11, 15, 0.74)),
    radial-gradient(circle at top right, rgba(244, 127, 32, 0.18), transparent 12rem);
}

.equipment-chart-frame {
  position: relative;
  z-index: 1;
  display: block;
  padding: 0.9rem;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 26px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(239, 243, 247, 0.96));
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.75),
    0 18px 32px rgba(0, 0, 0, 0.18);
}

.equipment-chart-frame:hover,
.equipment-chart-frame:focus-visible {
  border-color: rgba(244, 127, 32, 0.42);
  transform: translateY(-1px);
}

.equipment-main-image {
  width: 100%;
  height: 100%;
  min-height: 28rem;
  padding: 0.25rem;
  border-radius: 20px;
  background: transparent;
  object-fit: contain;
}

.equipment-visual-poster .equipment-main-image {
  min-height: 42rem;
  padding: 0;
  border-radius: 0;
  object-fit: cover;
  filter: saturate(0.9) contrast(0.98) brightness(0.975);
}

.equipment-support-grid {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(0, 0.92fr) minmax(0, 1.08fr);
  gap: 1rem;
}

.equipment-support-card {
  position: relative;
  display: grid;
  gap: 0.7rem;
  min-height: 100%;
  padding: 1.3rem;
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 24px;
  background:
    radial-gradient(circle at top right, rgba(244, 127, 32, 0.22), transparent 10rem),
    linear-gradient(180deg, rgba(255, 255, 255, 0.06), rgba(255, 255, 255, 0.025));
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.06),
    0 18px 30px rgba(0, 0, 0, 0.18);
}

.equipment-support-card span,
.equipment-support-copy span {
  color: #ffb36d;
  font-size: 0.76rem;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.equipment-support-card strong,
.equipment-support-copy strong,
.equipment-feature-copy strong {
  color: #f7fafc;
  font-family: var(--font-display);
  font-size: clamp(1.7rem, 2.5vw, 2.3rem);
  letter-spacing: -0.03em;
  line-height: 0.94;
  text-transform: uppercase;
}

.equipment-support-card p {
  color: rgba(223, 232, 238, 0.76);
}

.equipment-support-card-photo {
  overflow: hidden;
  padding: 0;
  align-items: end;
}

.equipment-support-card-photo img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: saturate(0.92) contrast(0.98) brightness(0.8);
}

.equipment-support-card-photo::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(180deg, rgba(7, 11, 15, 0.16), rgba(7, 11, 15, 0.78)),
    radial-gradient(circle at top right, rgba(244, 127, 32, 0.18), transparent 10rem);
}

.equipment-support-copy {
  position: relative;
  z-index: 1;
  display: grid;
  gap: 0.65rem;
  padding: 1.25rem;
}

.equipment-feature-copy {
  position: absolute;
  left: 1.3rem;
  right: 1.3rem;
  bottom: 1.3rem;
  z-index: 1;
  display: grid;
  gap: 0.65rem;
  max-width: 34rem;
  padding: 1.15rem 1.2rem;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 22px;
  background: rgba(7, 11, 15, 0.72);
  backdrop-filter: blur(14px);
}

.equipment-feature-copy span {
  color: #ffb36d;
  font-size: 0.76rem;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.equipment-visual-story .equipment-main-image {
  min-height: 30rem;
  padding: 0;
  border-radius: 0;
  object-fit: cover;
}

.equipment-support-card-electric {
  background:
    radial-gradient(circle at top right, rgba(59, 87, 173, 0.28), transparent 10rem),
    linear-gradient(180deg, rgba(255, 255, 255, 0.06), rgba(255, 255, 255, 0.025));
}

.equipment-support-card-overview {
  background:
    radial-gradient(circle at top right, rgba(244, 127, 32, 0.18), transparent 10rem),
    linear-gradient(180deg, rgba(255, 255, 255, 0.04), rgba(255, 255, 255, 0.02));
}

.equipment-inset {
  top: 1.4rem;
  right: 1.4rem;
  width: 12rem;
  height: 10rem;
}

.equipment-caption {
  left: 1.4rem;
  bottom: 1.4rem;
  max-width: 22rem;
}

.home-industrial .dark-section {
  padding: 3rem 0;
}

.home-industrial .dark-section::before {
  background:
    radial-gradient(circle at top right, rgba(244, 127, 32, 0.22), transparent 18rem),
    linear-gradient(180deg, rgba(10, 16, 21, 0.98), rgba(6, 10, 14, 0.96));
  border: 1px solid rgba(255, 255, 255, 0.08);
}

.authority-grid {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 1rem;
}

.authority-card {
  padding: 1.45rem;
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 26px;
  background: rgba(255, 255, 255, 0.04);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.05);
}

.authority-card strong {
  display: block;
  margin-bottom: 0.45rem;
  color: #f7fafc;
  font-family: var(--font-display);
  font-size: clamp(2rem, 3vw, 2.8rem);
  letter-spacing: -0.03em;
  line-height: 0.92;
  text-transform: uppercase;
}

.support-route-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1rem;
}

.route-mini-card {
  display: flex;
  flex-direction: column;
  gap: 0.7rem;
  min-height: 100%;
  padding: 1.2rem;
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 24px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.05), rgba(255, 255, 255, 0.025));
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.05),
    0 18px 28px rgba(0, 0, 0, 0.18);
}

.route-mini-card-primary {
  background:
    radial-gradient(circle at top right, rgba(244, 127, 32, 0.14), transparent 12rem),
    linear-gradient(180deg, rgba(255, 255, 255, 0.9), rgba(248, 251, 253, 0.82));
}

.home-industrial .text-link,
.home-industrial .contact-note a,
.home-industrial .footer-links a:hover,
.home-industrial .footer-links a:focus-visible {
  color: #ffb36d;
}

.home-industrial .text-link {
  margin-top: auto;
}

.home-industrial .contact-note {
  margin-top: 1rem;
  border-color: rgba(255, 255, 255, 0.08);
  background: rgba(255, 255, 255, 0.04);
}

.home-industrial .site-footer {
  padding-top: 2.6rem;
}

.home-industrial .footer-links a {
  color: rgba(223, 232, 238, 0.7);
}

@media (max-width: 1080px) {
  .authority-grid,
  .support-route-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 860px) {
  .home-industrial .hero-section {
    padding-top: 3.4rem;
  }

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

  .hero-hotspot {
    left: 3%;
    width: 21.4%;
  }

  .industrial-hero-visual,
  .equipment-visual {
    min-height: auto;
  }

  .industrial-hero-main,
  .equipment-main-image {
    min-height: 24rem;
  }

  .equipment-support-grid {
    grid-template-columns: 1fr;
  }

  .image-stack {
    grid-template-columns: 1fr;
    min-height: auto;
  }

  .stack-photo-tall {
    grid-row: auto;
  }

  .hero-thumb-left {
    right: 11rem;
  }
}

@media (max-width: 640px) {
  .hero-hotspots {
    display: none;
  }

  .hero-mobile-actions {
    display: grid;
  }

  .hero-inline-points span {
    width: 100%;
    justify-content: center;
  }

  .hero-badge,
  .hero-thumb,
  .equipment-inset,
  .equipment-caption {
    position: static;
  }

  .industrial-hero-visual,
  .equipment-visual {
    display: grid;
    gap: 1rem;
    padding: 0.9rem;
  }

  .industrial-hero-main,
  .equipment-main-image {
    min-height: 20rem;
  }

  .hero-badge,
  .equipment-caption {
    max-width: none;
  }

  .hero-thumb {
    width: 100%;
    height: 11rem;
  }

  .support-route-grid,
  .authority-grid {
    grid-template-columns: 1fr;
  }
}
