@import url("https://fonts.googleapis.com/css2?family=Inter:wght@400;600;700;800;900&family=Rajdhani:wght@600;700&display=swap");

:root {
  --black: #030303;
  --coal: #0a0a0a;
  --graphite: #151515;
  --steel: #242424;
  --gold: #d7ad55;
  --gold-strong: #e7c36d;
  --white: #ffffff;
  --soft: #dedede;
  --muted: #a4a4a4;
  --line: rgba(255, 255, 255, 0.16);
  --gold-line: rgba(215, 173, 85, 0.42);
  --panel: rgba(10, 10, 10, 0.88);
  --radius: 2px;
  font-family: Inter, Arial, Helvetica, sans-serif;
}

* { box-sizing: border-box; }

body {
  margin: 0;
  color: var(--soft);
  background:
    linear-gradient(90deg, rgba(255,255,255,0.035) 1px, transparent 1px),
    linear-gradient(0deg, rgba(255,255,255,0.02) 1px, transparent 1px),
    radial-gradient(circle at 76% 10%, rgba(215, 173, 85, 0.12), transparent 24%),
    linear-gradient(135deg, #000 0%, #121212 48%, #050505 100%);
  background-size: 72px 72px, 72px 72px, auto, auto;
}

a { color: inherit; }

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

.site-header {
  position: sticky;
  top: 0;
  z-index: 20;
  background: rgba(0, 0, 0, 0.92);
  border-bottom: 1px solid var(--line);
  backdrop-filter: blur(16px);
}

.nav {
  width: min(1180px, calc(100% - 32px));
  margin: 0 auto;
  min-height: 76px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  padding-top: 10px;
  padding-bottom: 10px;
}

.brand {
  text-decoration: none;
  display: flex;
  flex-direction: column;
  gap: 7px;
  width: min(250px, 46vw);
}

.brand img {
  width: 210px;
  max-width: 100%;
  height: auto;
  display: block;
  filter: invert(1) grayscale(1) brightness(1.3) contrast(1.12);
}

.brand strong {
  color: var(--white);
  font-family: Rajdhani, Inter, sans-serif;
  font-size: 27px;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  line-height: 0.92;
}

.brand span {
  color: var(--gold);
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 0.08em;
}

.nav-links {
  display: flex;
  align-items: center;
  gap: 14px;
  font-weight: 700;
  font-size: 13px;
}

.nav-links a {
  text-decoration: none;
  color: #e7e7e7;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  white-space: nowrap;
}

.instagram-nav {
  display: inline-flex;
  width: 36px;
  height: 36px;
  align-items: center;
  justify-content: center;
  border: 1px solid var(--gold-line);
  border-radius: 999px;
  color: var(--gold-strong) !important;
  font-weight: 900;
}

.nav-toggle,
.mobile-actions {
  display: none;
}

.hamburger,
.mobile-call {
  min-height: 46px;
  border: 1px solid var(--gold-line);
  background: rgba(255,255,255,0.06);
}

.mobile-call {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0 13px;
  color: var(--white);
  text-decoration: none;
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0.05em;
}

.mobile-call svg {
  width: 21px;
  height: 21px;
  fill: currentColor;
}

.hamburger {
  width: 48px;
  display: none;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 5px;
  cursor: pointer;
}

.hamburger span {
  width: 22px;
  height: 2px;
  background: var(--white);
  display: block;
}

.btn {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  max-width: 100%;
  border: 0;
  border-radius: 2px;
  padding: 0 20px;
  background:
    linear-gradient(135deg, #ba8730 0%, var(--gold-strong) 42%, #f6df99 52%, var(--gold) 66%, #a87526 100%);
  color: #070707;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  font-size: 12px;
  text-decoration: none;
  box-shadow: 0 18px 40px rgba(215, 173, 85, 0.18);
  overflow: hidden;
  white-space: nowrap;
}

.btn::after {
  content: "";
  position: absolute;
  inset: -60% auto -60% -70%;
  width: 52%;
  transform: skewX(-22deg);
  background: linear-gradient(90deg, transparent, rgba(255,255,255,0.72), transparent);
  animation: button-shine 5.5s ease-in-out infinite;
  pointer-events: none;
}

.btn.secondary::after {
  display: none;
}

@keyframes button-shine {
  0%, 62% { left: -70%; }
  82%, 100% { left: 128%; }
}

.btn.secondary {
  background: rgba(255,255,255,0.08);
  color: var(--white);
  border: 1px solid var(--gold-line);
  box-shadow: none;
}

.hero {
  min-height: 650px;
  display: grid;
  align-items: end;
  position: relative;
  overflow: hidden;
}

.compact-hero {
  min-height: 440px;
}

.hero::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(0, 0, 0, 0.94) 0%, rgba(0, 0, 0, 0.78) 42%, rgba(0, 0, 0, 0.35) 100%),
    linear-gradient(0deg, #030303 0%, rgba(3,3,3,0.2) 34%, rgba(3,3,3,0) 100%),
    url("/assets/warehouse-lighting-hero.jpg") center / cover no-repeat;
  filter: grayscale(0.82) contrast(1.18) brightness(0.82);
}

.hero-inner {
  position: relative;
  width: min(1180px, calc(100% - 32px));
  margin: 0 auto;
  padding: 96px 0 58px;
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  gap: 30px;
  align-items: end;
}

.compact-hero .hero-inner {
  padding-top: 76px;
  padding-bottom: 36px;
}

.compact-hero h1 {
  font-size: clamp(42px, 5.4vw, 68px);
}

.eyebrow {
  color: var(--gold);
  font-size: 14px;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  margin-bottom: 16px;
}

h1, h2, h3 {
  color: var(--white);
  font-family: Rajdhani, Inter, sans-serif;
  letter-spacing: 0.02em;
  text-transform: uppercase;
}

h1 {
  max-width: 780px;
  margin: 0;
  font-size: clamp(48px, 8vw, 96px);
  line-height: 0.96;
}

.hero p {
  max-width: 700px;
  color: #ededed;
  font-size: 20px;
  line-height: 1.5;
}

.actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 26px;
}

.hero-card, .panel, .card, .quote-panel {
  border: 1px solid var(--line);
  background:
    linear-gradient(145deg, rgba(255,255,255,0.045), rgba(255,255,255,0.01)),
    rgba(3, 3, 3, 0.84);
  box-shadow: 0 24px 60px rgba(0,0,0,0.24);
  border-radius: var(--radius);
}

.tool-hero {
  padding: 42px 0 18px;
  background:
    linear-gradient(90deg, rgba(0,0,0,0.9), rgba(0,0,0,0.72)),
    url("/assets/warehouse-lighting-hero.jpg") center 42% / cover no-repeat;
  border-bottom: 1px solid var(--line);
}

.tool-hero-inner {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 24px;
  align-items: end;
}

.tool-hero h1 {
  margin: 0;
  font-size: clamp(38px, 5vw, 60px);
  line-height: 0.96;
}

.tool-hero p {
  max-width: 790px;
  margin: 12px 0 0;
  color: #eeeeee;
  font-size: 16px;
  line-height: 1.45;
}

.hero-card {
  padding: 26px;
}

.hero-card strong {
  display: block;
  color: var(--gold);
  font-size: 15px;
  margin-bottom: 10px;
  text-transform: uppercase;
}

.hero-card p {
  font-size: 16px;
  margin: 0;
}

.section {
  padding: 72px 0;
}

.section.alt {
  background:
    linear-gradient(180deg, rgba(215,173,85,0.06), rgba(255,255,255,0)),
    rgba(0, 0, 0, 0.54);
  border-block: 1px solid rgba(139,195,235,0.12);
}

.wrap {
  width: min(1180px, calc(100% - 32px));
  margin: 0 auto;
}

.section-head {
  max-width: 760px;
  margin-bottom: 28px;
}

.section-head h2 {
  margin: 0 0 12px;
  font-size: clamp(34px, 5vw, 58px);
  line-height: 1.06;
}

.section-head p {
  color: #c5c5c5;
  font-size: 18px;
  line-height: 1.55;
  margin: 0;
}

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

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

.media-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
}

.project-card {
  border: 1px solid var(--line);
  background:
    linear-gradient(145deg, rgba(255,255,255,0.045), rgba(255,255,255,0.01)),
    rgba(3, 3, 3, 0.86);
}

.project-card img,
.image-strip img {
  width: 100%;
  display: block;
  object-fit: cover;
  filter: grayscale(0.45) contrast(1.08);
}

.project-card img {
  aspect-ratio: 16 / 10;
}

.project-card div {
  padding: 22px;
}

.project-card span {
  color: var(--gold);
  display: block;
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  margin-bottom: 8px;
}

.drive-gallery-section {
  overflow: hidden;
  background:
    radial-gradient(circle at 16% 0%, rgba(215,173,85,0.12), transparent 30%),
    linear-gradient(180deg, rgba(255,255,255,0.025), rgba(255,255,255,0)),
    rgba(0,0,0,0.42);
}

.drive-gallery-shell {
  position: relative;
  overflow: hidden;
  border: 1px solid var(--line);
  background:
    linear-gradient(145deg, rgba(255,255,255,0.05), rgba(255,255,255,0.01)),
    #050505;
  box-shadow: inset 0 0 0 1px rgba(215,173,85,0.08), 0 22px 60px rgba(0,0,0,0.28);
}

.drive-gallery-shell::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 2;
  pointer-events: none;
  background:
    linear-gradient(90deg, rgba(5,5,5,0.72), rgba(5,5,5,0.06) 24%, rgba(5,5,5,0.06) 76%, rgba(5,5,5,0.72)),
    linear-gradient(0deg, rgba(5,5,5,0.62), rgba(5,5,5,0) 32%);
}

.drive-gallery-fade {
  position: relative;
  min-height: clamp(300px, 48vw, 560px);
  background: #050505;
}

.drive-gallery-card {
  position: absolute;
  inset: 0;
  margin: 0;
  overflow: hidden;
  background: #080808;
  opacity: 0;
  transition: opacity 1.25s ease;
  pointer-events: none;
}

.drive-gallery-card.is-active {
  opacity: 1;
  pointer-events: auto;
}

.drive-gallery-card img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  filter: contrast(1.06) saturate(0.92);
}

.drive-gallery-card figcaption {
  position: absolute;
  left: 18px;
  right: auto;
  bottom: 18px;
  z-index: 3;
  padding: 10px 12px;
  color: #fff;
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  background: linear-gradient(90deg, rgba(0,0,0,0.78), rgba(0,0,0,0.38));
  border-left: 2px solid var(--gold);
}

@media (prefers-reduced-motion: reduce) {
  .drive-gallery-card {
    transition: none;
  }

  .drive-gallery-card:first-child {
    opacity: 1;
  }
}

.gallery-control {
  position: absolute;
  top: 50%;
  z-index: 4;
  width: 46px;
  height: 46px;
  border: 1px solid var(--gold-line);
  border-radius: 999px;
  color: #fff;
  background: rgba(0,0,0,0.56);
  transform: translateY(-50%);
  font-size: 34px;
  line-height: 1;
  cursor: pointer;
  backdrop-filter: blur(10px);
}

.gallery-prev {
  left: 16px;
}

.gallery-next {
  right: 16px;
}

.gallery-dots {
  position: absolute;
  left: 50%;
  bottom: 18px;
  z-index: 4;
  display: flex;
  gap: 8px;
  padding: 8px 10px;
  border: 1px solid rgba(255,255,255,0.14);
  background: rgba(0,0,0,0.48);
  transform: translateX(-50%);
  backdrop-filter: blur(10px);
}

.gallery-dot {
  width: 9px;
  height: 9px;
  padding: 0;
  border: 0;
  border-radius: 999px;
  background: rgba(255,255,255,0.44);
  cursor: pointer;
}

.gallery-dot.is-active {
  background: var(--gold-strong);
}

.social-head {
  max-width: none;
  display: flex;
  justify-content: space-between;
  gap: 24px;
  align-items: end;
}

.instagram-section {
  background:
    radial-gradient(circle at 18% 0%, rgba(215,173,85,0.14), transparent 28%),
    rgba(0,0,0,0.28);
}

.instagram-embed-wrap {
  display: flex;
  justify-content: center;
  padding: 18px;
  border: 1px solid var(--line);
  background:
    radial-gradient(circle at 20% 0%, rgba(215,173,85,0.12), transparent 28%),
    linear-gradient(145deg, rgba(255,255,255,0.055), rgba(255,255,255,0.01)),
    #050505;
  box-shadow: inset 0 0 0 1px rgba(215,173,85,0.08), 0 22px 60px rgba(0,0,0,0.22);
}

.instagram-embed-wrap .instagram-media {
  margin: 0 auto !important;
  max-width: 540px !important;
  min-width: 0 !important;
  width: 100% !important;
  color-scheme: dark;
  background: #050505 !important;
  border: 1px solid rgba(215,173,85,0.2) !important;
  box-shadow: none !important;
}

.instagram-embed-wrap a,
.instagram-embed-wrap p {
  color: #ededed;
}

.reel-section {
  overflow: hidden;
}

.reel-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(240px, 360px);
  gap: 34px;
  align-items: center;
}

.reel-frame {
  position: relative;
  width: min(100%, 360px);
  aspect-ratio: 9 / 16;
  justify-self: center;
  overflow: hidden;
  border: 1px solid var(--gold-line);
  background:
    linear-gradient(145deg, rgba(215,173,85,0.12), rgba(255,255,255,0.015)),
    #050505;
  box-shadow: 0 28px 70px rgba(0,0,0,0.34);
}

.reel-frame::before {
  content: "";
  position: absolute;
  inset: 10px;
  border: 1px solid rgba(255,255,255,0.14);
  z-index: 2;
  pointer-events: none;
}

.reel-frame video {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
}

.drive-video-player {
  position: relative;
  width: min(100%, 360px);
  aspect-ratio: 9 / 16;
  justify-self: center;
  overflow: hidden;
  border: 1px solid var(--gold-line);
  background:
    radial-gradient(circle at 50% 15%, rgba(215,173,85,0.16), transparent 34%),
    #050505;
  box-shadow: 0 28px 70px rgba(0,0,0,0.34);
}

.drive-video-player video {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  border: 0;
  object-fit: cover;
}

.image-strip {
  display: grid;
  grid-template-columns: 1.1fr 0.9fr;
  gap: 16px;
}

.image-strip img {
  min-height: 280px;
  height: 100%;
}

.card {
  padding: 24px;
  min-height: 210px;
}

.card h3 {
  margin: 0 0 10px;
  font-size: 25px;
}

.card p, .card li {
  color: #c8c8c8;
  line-height: 1.55;
}

.card p { margin: 0 0 14px; }

.card ul { margin: 12px 0 0; padding-left: 20px; }

.guide-card {
  position: relative;
  overflow: hidden;
}

.card-icon {
  width: 46px;
  height: 46px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid var(--gold-line);
  background: rgba(215, 173, 85, 0.1);
  color: var(--gold-strong);
  font-size: 25px;
  font-weight: 900;
  margin-bottom: 18px;
}

.split {
  display: grid;
  grid-template-columns: 0.9fr 1.1fr;
  gap: 28px;
  align-items: start;
}

.panel {
  padding: 28px;
}

.rating-line {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 10px;
  color: var(--white);
  margin-bottom: 12px;
}

.rating-line strong {
  font-size: 28px;
  line-height: 1;
}

.rating-line span,
.stars {
  color: var(--gold-strong);
  letter-spacing: 0.04em;
}

.rating-line em {
  color: var(--muted);
  font-style: normal;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  font-size: 12px;
}

.reviews-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
}

.review-card {
  border: 1px solid var(--line);
  background:
    linear-gradient(145deg, rgba(215,173,85,0.08), rgba(255,255,255,0.015)),
    rgba(3, 3, 3, 0.86);
  padding: 24px;
}

.review-card blockquote {
  margin: 12px 0 18px;
  color: #eeeeee;
  font-size: 17px;
  line-height: 1.55;
}

.reviewer {
  color: var(--white);
  font-weight: 900;
  margin: 0 0 14px;
}

.owner-response {
  border-left: 3px solid var(--gold);
  padding-left: 14px;
  color: #c8c8c8;
  line-height: 1.5;
  margin: 0;
  font-size: 14px;
}

.savings-card {
  border: 1px solid var(--gold-line);
  background:
    linear-gradient(145deg, rgba(215,173,85,0.12), rgba(255,255,255,0.02)),
    rgba(3, 3, 3, 0.86);
  padding: 28px;
}

.chart-title {
  display: grid;
  gap: 5px;
  margin-bottom: 24px;
}

.chart-title strong {
  color: var(--white);
  font-size: 20px;
}

.chart-title span {
  color: var(--muted);
}

.bar-row {
  display: grid;
  grid-template-columns: 180px 1fr 120px;
  gap: 14px;
  align-items: center;
  margin: 18px 0;
}

.bar-row span {
  color: #e9e9e9;
  font-weight: 800;
}

.bar-row strong {
  color: var(--white);
  text-align: right;
}

.bar-track {
  height: 26px;
  background: rgba(255,255,255,0.08);
  border: 1px solid rgba(255,255,255,0.1);
  overflow: hidden;
}

.bar {
  width: var(--w);
  height: 100%;
}

.bar.old {
  background: linear-gradient(90deg, #6b6b6b, #b0b0b0);
}

.bar.new {
  background: linear-gradient(90deg, var(--gold), var(--gold-strong));
}

.savings-total {
  margin-top: 24px;
  padding-top: 20px;
  border-top: 1px solid var(--line);
  display: grid;
  gap: 8px;
}

.savings-total strong {
  color: var(--gold-strong);
  font-family: Rajdhani, Inter, sans-serif;
  font-size: clamp(28px, 5vw, 42px);
  text-transform: uppercase;
}

.savings-total span {
  color: #e7e7e7;
}

.pill-row {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.pill {
  display: inline-flex;
  border: 1px solid var(--line);
  border-radius: 2px;
  padding: 9px 12px;
  color: #f1f1f1;
  text-decoration: none;
  background: rgba(255,255,255,0.035);
  font-weight: 800;
  font-size: 13px;
}

.quote-panel {
  padding: 30px;
  background:
    linear-gradient(145deg, rgba(215,173,85,0.1), rgba(255,255,255,0.02)),
    #050505;
}

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

label {
  display: grid;
  gap: 7px;
  color: #eeeeee;
  font-weight: 800;
}

input, select, textarea {
  width: 100%;
  border: 1px solid rgba(255,255,255,0.18);
  border-radius: 2px;
  background: rgba(255,255,255,0.045);
  color: var(--white);
  min-height: 48px;
  padding: 12px;
  font: inherit;
}

textarea { min-height: 118px; resize: vertical; }

.full { grid-column: 1 / -1; }

.compact-section {
  padding: 32px 0;
}

.compact-head {
  max-width: 980px;
  margin-bottom: 12px;
}

.compact-head h2 {
  font-size: clamp(30px, 4vw, 44px);
}

.compact-head p {
  font-size: 14px;
}

.calc-result {
  margin-top: 20px;
  padding: 22px;
  border: 1px solid var(--gold-line);
  background:
    linear-gradient(135deg, rgba(215,173,85,0.13), rgba(255,255,255,0.02)),
    rgba(0,0,0,0.54);
}

.calc-result strong {
  display: block;
  color: var(--white);
  font-family: Rajdhani, Inter, sans-serif;
  font-size: clamp(34px, 6vw, 54px);
  line-height: 1;
  text-transform: uppercase;
  margin-bottom: 8px;
}

.calc-result span,
.calc-result small {
  display: block;
  color: #d8d8d8;
  line-height: 1.5;
}

.calc-result small {
  color: var(--muted);
  margin-top: 10px;
}

.roi-calculator {
  display: grid;
  gap: 10px;
  padding: 18px;
}

.roi-settings {
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 10px;
}

.roi-rows {
  display: grid;
  gap: 8px;
}

.roi-row {
  display: grid;
  grid-template-columns: 66px 1.18fr 88px 1.05fr 78px 72px;
  gap: 7px;
  align-items: end;
  padding: 8px;
  border: 1px solid var(--line);
  background: rgba(255,255,255,0.025);
}

.roi-calculator label {
  gap: 4px;
  font-size: 11px;
}

.roi-calculator input,
.roi-calculator select {
  min-height: 36px;
  padding: 7px 8px;
  font-size: 12px;
}

.remove-row {
  min-height: 36px;
  border: 1px solid rgba(255,255,255,0.18);
  background: rgba(255,255,255,0.05);
  color: var(--white);
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  font-size: 11px;
  cursor: pointer;
}

.roi-results {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 8px;
}

.roi-results-head {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr);
  gap: 12px;
  align-items: baseline;
  padding-top: 4px;
}

.roi-results-head strong {
  color: var(--white);
  font-family: Rajdhani, Inter, sans-serif;
  font-size: 25px;
  line-height: 1;
  text-transform: uppercase;
}

.roi-results-head span {
  color: var(--muted);
  font-size: 12px;
  line-height: 1.4;
}

.result-card {
  border: 1px solid var(--line);
  background:
    linear-gradient(145deg, rgba(215,173,85,0.08), rgba(255,255,255,0.015)),
    rgba(3, 3, 3, 0.86);
  padding: 13px;
}

.result-card span {
  color: var(--gold);
  display: block;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: 0.07em;
  font-size: 10px;
  margin-bottom: 5px;
}

.result-card strong {
  display: block;
  color: var(--white);
  font-family: Rajdhani, Inter, sans-serif;
  font-size: clamp(22px, 2.4vw, 30px);
  line-height: 1;
  margin-bottom: 7px;
}

.result-card p {
  margin: 0;
  color: #c8c8c8;
  line-height: 1.35;
  font-size: 12px;
}

.fine-print {
  margin: 16px 0 0;
  color: var(--muted);
  font-size: 12px;
  line-height: 1.45;
}

.footer {
  padding: 44px 0;
  background: #000;
  border-top: 1px solid var(--line);
}

.footer-grid {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 20px;
  align-items: start;
}

.footer a { color: #ededed; }

.mini {
  color: var(--muted);
  font-size: 13px;
  line-height: 1.5;
}

@media (max-width: 860px) {
  .site-header {
    overflow: visible;
  }

  .nav {
    position: relative;
    align-items: center;
    padding: 12px 0 10px;
    min-height: 0;
    gap: 10px;
  }

  .brand {
    width: 154px;
  }

  .brand img {
    width: 146px;
  }

  .brand span {
    font-size: 10px;
    line-height: 1.25;
  }

  .mobile-actions {
    display: flex;
    align-items: center;
    gap: 8px;
  }

  .hamburger {
    display: flex;
  }

  .hamburger,
  .mobile-call {
    width: 46px;
    min-height: 46px;
    border-radius: 999px;
    padding: 0;
    flex: 0 0 46px;
  }

  .nav-links {
    position: absolute;
    top: calc(100% + 1px);
    left: 0;
    right: 0;
    display: none;
    grid-template-columns: 1fr;
    gap: 0;
    padding: 12px;
    background: rgba(0, 0, 0, 0.97);
    border: 1px solid var(--line);
    box-shadow: 0 28px 60px rgba(0,0,0,0.42);
  }

  .nav-toggle:checked ~ .nav-links {
    display: grid;
  }

  .nav-links a,
  .nav-links a:not(.btn) {
    display: flex;
    min-height: 48px;
    align-items: center;
    border-bottom: 1px solid rgba(255,255,255,0.1);
  }

  .nav-links .btn {
    width: 100%;
    margin-top: 10px;
  }

  .nav-links .btn.secondary {
    display: flex;
    margin-top: 8px;
  }

  .hero {
    min-height: auto;
  }

  .hero::before {
    background:
      linear-gradient(90deg, rgba(0, 0, 0, 0.88) 0%, rgba(0, 0, 0, 0.66) 58%, rgba(0, 0, 0, 0.36) 100%),
      linear-gradient(0deg, #030303 0%, rgba(3,3,3,0.18) 34%, rgba(3,3,3,0) 100%),
      url("/assets/warehouse-lighting-hero.jpg") 24% center / cover no-repeat;
    filter: grayscale(0.55) contrast(1.12) brightness(1.02);
  }

  .hero-inner {
    grid-template-columns: 1fr;
    padding-top: 56px;
    padding-bottom: 46px;
    gap: 18px;
  }

  .compact-hero {
    min-height: auto;
  }

  .compact-hero .hero-inner {
    padding-top: 24px;
    padding-bottom: 24px;
  }

  .compact-hero .hero-card {
    display: none;
  }

  .compact-hero h1 {
    font-size: clamp(28px, 8.4vw, 38px);
  }

  .hero p {
    font-size: 15px;
    line-height: 1.42;
  }

  h1 {
    font-size: clamp(34px, 10.8vw, 52px);
    line-height: 1;
  }

  .eyebrow {
    font-size: 12px;
    margin-bottom: 12px;
  }

  .hero-card {
    margin-top: 28px;
    padding: 20px;
    opacity: 0.88;
  }

  .hero-card p {
    font-size: 14px;
  }

  .tool-hero {
    padding: 24px 0 14px;
  }

  .tool-hero-inner {
    grid-template-columns: 1fr;
    gap: 12px;
  }

  .tool-hero h1 {
    font-size: clamp(27px, 8.4vw, 38px);
  }

  .tool-hero p {
    font-size: 13px;
    line-height: 1.38;
  }

  .section {
    padding: 48px 0;
  }

  .compact-section {
    padding: 26px 0;
  }

  .section-head h2 {
    font-size: clamp(30px, 9vw, 42px);
  }

  .section-head p {
    font-size: 16px;
  }

  .social-head {
    display: grid;
    gap: 18px;
  }

  .btn {
    min-height: 44px;
    font-size: 12px;
    padding: 0 16px;
  }

  .card {
    min-height: 0;
    padding: 20px;
  }

  .card h3 {
    font-size: 22px;
  }

  .panel {
    padding: 22px;
  }

  .actions .btn {
    width: 100%;
  }

  .grid,
  .grid.two,
  .media-grid,
  .reviews-grid,
  .roi-results,
  .image-strip,
  .reel-grid,
  .split,
  .footer-grid {
    grid-template-columns: 1fr;
  }

  .instagram-embed-wrap {
    padding: 10px;
  }

  .drive-gallery-fade {
    min-height: 260px;
  }

  .drive-gallery-card figcaption {
    left: 10px;
    max-width: calc(100% - 110px);
    bottom: 10px;
    font-size: 11px;
  }

  .gallery-control {
    width: 40px;
    height: 40px;
    font-size: 29px;
  }

  .gallery-prev {
    left: 10px;
  }

  .gallery-next {
    right: 10px;
  }

  .gallery-dots {
    bottom: 10px;
    gap: 6px;
    max-width: 46%;
    overflow: hidden;
  }

  .gallery-dot {
    width: 7px;
    height: 7px;
    flex: 0 0 auto;
  }

  .reel-grid {
    gap: 20px;
  }

  .reel-frame {
    width: min(100%, 310px);
  }

  .drive-video-player {
    width: min(100%, 310px);
  }

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

  .roi-settings {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 8px;
  }

  .roi-calculator {
    padding: 12px;
    gap: 8px;
  }

  .roi-calculator .compact-head h2 {
    font-size: 23px;
  }

  .roi-calculator .compact-head p {
    font-size: 12px;
  }

  .roi-row {
    gap: 6px;
    padding: 7px;
  }

  .roi-row label {
    gap: 4px;
  }

  .roi-row label:nth-child(2),
  .roi-row label:nth-child(4) {
    grid-column: 1 / -1;
  }

  .roi-row .remove-row {
    grid-column: 1 / -1;
  }

  .roi-calculator input,
  .roi-calculator select {
    min-height: 34px;
    font-size: 11px;
    padding: 6px 7px;
  }

  .roi-results {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 8px;
  }

  .roi-results-head {
    grid-template-columns: 1fr;
    gap: 5px;
  }

  .roi-results-head strong {
    font-size: 21px;
  }

  .roi-results-head span {
    font-size: 11px;
  }

  .result-card {
    padding: 10px;
  }

  .result-card span {
    font-size: 10px;
    letter-spacing: 0.04em;
  }

  .result-card strong {
    font-size: 22px;
  }

  .result-card p {
    font-size: 11px;
    line-height: 1.35;
  }

  .bar-row strong {
    text-align: left;
  }

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