﻿/* ─── Hero ─── */
.ind-hero {
  background: #000;
  padding: 160px 2rem 80px;
  border-bottom: 1px solid rgba(255,255,255,0.06);
}
.ind-hero__inner {
  max-width: 1340px;
  margin: 0 auto;
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 3rem;
}
.ind-hero__eyebrow {
  font-family: "Sohne", sans-serif;
  font-size: 0.78rem;
  letter-spacing: 0.38em;
  text-transform: uppercase;
  color: #0a5bff;
  margin-bottom: 1.25rem;
}
.ind-hero__title {
  font-family: "Bebas Neue", sans-serif;
  font-size: clamp(5rem, 10vw, 9.5rem);
  line-height: 0.9;
  color: #fff;
  margin: 0;
  letter-spacing: -0.02em;
}
.ind-hero__sub {
  font-family: "Sohne", sans-serif;
  font-size: 1rem;
  line-height: 1.85;
  color: #777;
  max-width: 280px;
  text-transform: none;
  flex-shrink: 0;
  padding-bottom: 0.5rem;
}

/* ─── Industry list ─── */
.ind-list-section { background: #000; position: relative; padding: 0 2rem; }
.ind-list-inner {
  max-width: 1340px;
  margin: 0 auto;
  border-top: 1px solid rgba(255,255,255,0.06);
}
.ind-row {
  display: grid;
  grid-template-columns: 1fr auto;
  align-items: center;
  padding: 2.8rem 0;
  border-bottom: 1px solid rgba(255,255,255,0.06);
  text-decoration: none;
  color: inherit;
  position: relative;
  cursor: pointer;
  transition: padding-left 0.3s cubic-bezier(0.25, 1, 0.5, 1);
}
.ind-list-inner:hover .ind-row { opacity: 0.35; }
.ind-list-inner:hover .ind-row:hover { opacity: 1; padding-left: 1.5rem; }
.ind-row__left { display: flex; align-items: baseline; gap: 2rem; flex-wrap: wrap; }
.ind-row__num {
  font-family: "Sohne", sans-serif;
  font-size: 0.72rem;
  color: rgba(255,255,255,0.2);
  letter-spacing: 0.2em;
  flex-shrink: 0;
  width: 2.5rem;
}
.ind-row__name {
  font-family: "Bebas Neue", sans-serif;
  font-size: clamp(2.8rem, 5vw, 5rem);
  line-height: 1;
  color: #fff;
  letter-spacing: -0.02em;
  transition: color 0.2s ease;
}
.ind-row:hover .ind-row__name { color: #0a5bff; }
.ind-row__tag {
  font-family: "Sohne", sans-serif;
  font-size: 0.72rem;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: rgba(255,255,255,0.25);
  border: 1px solid rgba(255,255,255,0.1);
  padding: 0.3rem 0.85rem;
  border-radius: 999px;
  transition: color 0.2s ease, border-color 0.2s ease;
  white-space: nowrap;
}
.ind-row:hover .ind-row__tag { color: rgba(10,91,255,0.8); border-color: rgba(10,91,255,0.3); }
.ind-row__right { display: flex; align-items: center; gap: 1.5rem; }
.ind-row__metric {
  font-family: "Bebas Neue", sans-serif;
  font-size: 1.5rem;
  color: rgba(255,255,255,0.15);
  letter-spacing: 0.04em;
  transition: color 0.2s ease;
  text-align: right;
  white-space: nowrap;
}
.ind-row:hover .ind-row__metric { color: rgba(255,255,255,0.5); }
.ind-row__arrow {
  font-size: 1.4rem;
  color: rgba(255,255,255,0.15);
  transition: color 0.22s ease, transform 0.22s ease;
  flex-shrink: 0;
}
.ind-row:hover .ind-row__arrow { color: #0a5bff; transform: translateX(4px); }

/* ─── Floating hover image ─── */
#ind-cursor-img {
  position: fixed;
  top: 0; left: 0;
  width: 320px; height: 200px;
  pointer-events: none;
  z-index: 9000;
  opacity: 0;
  border-radius: 0;
  overflow: hidden;
  transform: translate(-50%, -50%) scale(0.88) rotate(-2deg);
  transition: opacity 0.22s ease, transform 0.22s cubic-bezier(0.25, 1, 0.5, 1);
  will-change: transform, opacity;
}
#ind-cursor-img.visible { opacity: 1; transform: translate(-50%, -50%) scale(1) rotate(0deg); }
#ind-cursor-img img { width: 100%; height: 100%; object-fit: cover; display: block; pointer-events: none; }

/* ─── Stats band ─── */
.ind-stats { background: #000; border-top: 1px solid rgba(255,255,255,0.06); padding: 5rem 2rem; }
.ind-stats-inner {
  max-width: 1340px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1px;
  background: rgba(255,255,255,0.05);
  border: 1px solid rgba(255,255,255,0.05);
}
.ind-stat { background: #000; padding: 2.75rem 2.5rem; display: flex; flex-direction: column; gap: 0.5rem; }
.ind-stat__num {
  font-family: "Bebas Neue", sans-serif;
  font-size: clamp(3rem, 4vw, 4rem);
  color: #fff;
  line-height: 1;
  letter-spacing: -0.02em;
}
.ind-stat__num em { color: #0a5bff; font-style: normal; }
.ind-stat__label { font-family: "Sohne", sans-serif; font-size: 0.85rem; color: #555; text-transform: none; line-height: 1.6; }

/* ─── CTA ─── */
.ind-cta { background: #000; border-top: 1px solid rgba(255,255,255,0.06); padding: 8rem 2rem 10rem; text-align: center; }
.ind-cta-inner { max-width: 720px; margin: 0 auto; }
.ind-cta__eyebrow {
  font-family: "Sohne", sans-serif;
  font-size: 0.78rem;
  letter-spacing: 0.38em;
  text-transform: uppercase;
  color: #0a5bff;
  margin-bottom: 1.25rem;
}
.ind-cta__title {
  font-family: "Bebas Neue", sans-serif;
  font-size: clamp(3rem, 6vw, 5.5rem);
  line-height: 0.97;
  color: #fff;
  margin: 0 0 1.5rem;
  letter-spacing: -0.02em;
}
.ind-cta__sub {
  font-family: "Sohne", sans-serif;
  font-size: 1.05rem;
  line-height: 1.85;
  color: #888;
  max-width: 520px;
  margin: 0 auto 2.75rem;
  text-transform: none;
}

/* ─── Responsive ─── */
@media screen and (max-width: 860px) {
  .ind-hero__inner { flex-direction: column; align-items: flex-start; padding-bottom: 0; }
  .ind-row__metric { display: none; }
  .ind-row__name { font-size: clamp(2.2rem, 7vw, 3.5rem); }
  #ind-cursor-img { display: none; }
}
@media screen and (max-width: 640px) {
  .ind-hero { padding: 140px 1.25rem 60px; }
  .ind-list-section { padding: 0 1.25rem; }
  .ind-stats { padding: 4rem 1.25rem; }
  .ind-stats-inner { grid-template-columns: 1fr; }
  .ind-cta { padding: 5rem 1.25rem 7rem; }
  .ind-row { padding: 2rem 0; }
}

/* ─── Industry Panel Overlay ─── */
#ind-panel {
  position: fixed;
  inset: 0;
  background: #fff;
  z-index: 9800;
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch;
  clip-path: inset(50%);
  pointer-events: none;
}
#ind-panel.is-open { pointer-events: all; overscroll-behavior: contain; }

.ind-panel__inner {
  min-height: 100dvh;
  padding: 7rem 2rem 6rem;
  max-width: 1340px;
  margin: 0 auto;
}

#ind-panel-close {
  position: fixed;
  top: 2rem;
  right: 2rem;
  background: none;
  border: 1px solid rgba(0,0,0,0.18);
  border-radius: 999px;
  padding: 0.55rem 1.1rem 0.55rem 0.9rem;
  cursor: pointer;
  display: flex;
  align-items: center;
  gap: 0.45rem;
  font-family: "Sohne", sans-serif;
  font-size: 0.78rem;
  letter-spacing: 0.06em;
  color: #111;
  text-transform: none;
  transition: background 0.2s, border-color 0.2s;
  z-index: 9999;
}
#ind-panel-close:hover { background: rgba(0,0,0,0.05); border-color: rgba(0,0,0,0.35); }
#ind-panel-close svg { flex-shrink: 0; }

.ind-panel__num {
  font-family: "Sohne", sans-serif;
  font-size: 0.72rem;
  color: rgba(0,0,0,0.28);
  letter-spacing: 0.3em;
  text-transform: uppercase;
  display: block;
  margin-bottom: 0.6rem;
}
.ind-panel__title {
  font-family: "Bebas Neue", sans-serif;
  font-size: clamp(4.5rem, 9vw, 10.5rem);
  line-height: 0.88;
  color: #000;
  letter-spacing: -0.03em;
  margin: 0 0 1.5rem;
}
.ind-panel__tags {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
  margin-bottom: 3rem;
}
.ind-panel__tag {
  font-family: "Sohne", sans-serif;
  font-size: 0.7rem;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: #0a5bff;
  border: 1px solid rgba(10,91,255,0.28);
  padding: 0.3rem 0.85rem;
  border-radius: 999px;
}

.ind-panel__body {
  display: grid;
  grid-template-columns: 1fr 300px;
  gap: 5rem;
  border-top: 1px solid rgba(0,0,0,0.08);
  padding-top: 3rem;
}
.ind-panel__lead {
  font-family: "Sohne", sans-serif;
  font-size: clamp(1.2rem, 2vw, 1.65rem);
  line-height: 1.5;
  color: #000;
  font-weight: 500;
  margin: 0 0 1.5rem;
  text-transform: none;
  letter-spacing: -0.01em;
}
.ind-panel__text {
  font-family: "Sohne", sans-serif;
  font-size: 1rem;
  line-height: 1.85;
  color: #555;
  margin: 0 0 2.5rem;
  text-transform: none;
}
.ind-panel__what-label {
  font-family: "Sohne", sans-serif;
  font-size: 0.7rem;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: #aaa;
  margin-bottom: 1rem;
}
.ind-panel__what-list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 0.8rem;
}
.ind-panel__what-list li {
  font-family: "Sohne", sans-serif;
  font-size: 0.95rem;
  color: #222;
  padding-left: 1.4rem;
  position: relative;
  text-transform: none;
  line-height: 1.5;
}
.ind-panel__what-list li::before {
  content: '→';
  position: absolute;
  left: 0;
  color: #0a5bff;
  font-size: 0.82rem;
}

.ind-panel__col--stats { display: flex; flex-direction: column; }
.ind-panel__stat {
  padding: 1.75rem 0;
  border-bottom: 1px solid rgba(0,0,0,0.08);
}
.ind-panel__stat:first-child { padding-top: 0; }
.ind-panel__stat-num {
  font-family: "Bebas Neue", sans-serif;
  font-size: clamp(2.5rem, 3.5vw, 3.6rem);
  color: #000;
  line-height: 1;
  letter-spacing: -0.02em;
}
.ind-panel__stat-label {
  font-family: "Sohne", sans-serif;
  font-size: 0.8rem;
  color: #888;
  line-height: 1.5;
  text-transform: none;
  margin-top: 0.3rem;
}

.ind-panel__cta { margin-top: 4rem; padding-top: 3rem; border-top: 1px solid rgba(0,0,0,0.08); }
.ind-panel__link {
  font-family: "Sohne", sans-serif;
  font-size: 1rem;
  color: #0a5bff;
  text-decoration: none;
  font-weight: 500;
  text-transform: none;
  border-bottom: 1px solid rgba(10,91,255,0.3);
  padding-bottom: 0.25rem;
  transition: border-color 0.2s;
}
.ind-panel__link:hover { border-color: #0a5bff; }

@media (max-width: 860px) {
  .ind-panel__body { grid-template-columns: 1fr; gap: 3rem; }
  .ind-panel__col--stats { flex-direction: row; flex-wrap: wrap; gap: 0; }
  .ind-panel__stat { flex: 1 1 45%; border-right: 1px solid rgba(0,0,0,0.08); }
  .ind-panel__stat:nth-child(2n) { border-right: none; }
}
@media (max-width: 600px) {
  .ind-panel__inner { padding: 5.5rem 1.25rem 4rem; }
  #ind-panel-close { top: 1.25rem; right: 1.25rem; }
  .ind-panel__col--stats { flex-direction: column; }
  .ind-panel__stat { flex: auto; border-right: none; }
}
