/* Homepage-specific sections — LEJN premium demo */

/* ================= HERO ================= */

.hero {
  background: linear-gradient(160deg, var(--c-navy-900) 0%, var(--c-navy-800) 52%, var(--c-navy-700) 100%);
  color: var(--c-text-on-dark);
  overflow: hidden;
  position: relative;
}

.hero__blueprint {
  position: absolute;
  inset: 0;
  opacity: 0.5;
  pointer-events: none;
}

.hero__top {
  padding-top: var(--space-9);
  padding-bottom: var(--space-9);
}

@media (max-width: 640px) {
  .hero__top {
    padding-top: var(--space-7);
    padding-bottom: var(--space-6);
  }
}

.hero__grid {
  display: grid;
  grid-template-columns: 1.05fr 0.95fr;
  gap: var(--space-8);
  align-items: center;
}

@media (max-width: 980px) {
  .hero__grid {
    grid-template-columns: 1fr;
  }
}

.hero__content h1 {
  color: var(--c-white);
  margin-top: var(--space-5);
  max-width: 15ch;
}

.hero__content p.hero__lede {
  margin-top: var(--space-6);
  font-size: var(--text-lg);
  line-height: var(--leading-snug);
  color: var(--c-text-on-dark-muted);
  max-width: 46ch;
}

.hero__actions {
  display: flex;
  gap: var(--space-4);
  margin-top: var(--space-7);
  flex-wrap: wrap;
}

/* ---- Visual composition ---- */

.hero__visual {
  position: relative;
  min-height: 480px;
}

.hero__ring {
  position: absolute;
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 50%;
}

.hero__ring--outer {
  width: 420px;
  height: 420px;
  top: 4%;
  right: 6%;
}

.hero__ring--inner {
  width: 260px;
  height: 260px;
  top: 20%;
  right: 20%;
  border-color: rgba(224, 138, 61, 0.35);
}

.hero__crosshair {
  position: absolute;
  width: 28px;
  height: 28px;
  opacity: 0.55;
}

.hero__crosshair::before,
.hero__crosshair::after {
  content: "";
  position: absolute;
  background: var(--c-accent-400);
}

.hero__crosshair::before { width: 100%; height: 1px; top: 50%; }
.hero__crosshair::after { height: 100%; width: 1px; left: 50%; }

.hero__photo {
  position: absolute;
  background: var(--c-navy-700);
  border-radius: var(--radius-md);
  padding: var(--space-2);
  box-shadow: var(--shadow-lg);
  border: 1px solid rgba(255, 255, 255, 0.08);
}

.hero__photo img {
  border-radius: 3px;
  display: block;
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.hero__photo--primary {
  width: 58%;
  aspect-ratio: 243 / 411;
  top: 6%;
  left: 8%;
  z-index: 3;
  background: var(--c-navy-600);
}

.hero__photo--secondary {
  width: 40%;
  aspect-ratio: 243 / 411;
  bottom: 4%;
  right: 2%;
  z-index: 2;
}

.hero__photo--tertiary {
  width: 34%;
  aspect-ratio: 243 / 411;
  top: 0%;
  right: 12%;
  z-index: 4;
  transform: translateY(-18%);
}

.hero__callout {
  position: absolute;
  display: flex;
  align-items: center;
  gap: var(--space-2);
  background: rgba(11, 30, 53, 0.85);
  backdrop-filter: blur(6px);
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 999px;
  padding: var(--space-2) var(--space-4);
  font-family: var(--font-heading);
  font-size: var(--text-xs);
  font-weight: 600;
  letter-spacing: 0.03em;
  color: var(--c-white);
  white-space: nowrap;
  z-index: 5;
}

.hero__callout::before {
  content: "";
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: var(--c-accent-400);
  flex-shrink: 0;
}

.hero__callout--a {
  top: 40%;
  left: -2%;
}

.hero__callout--b {
  bottom: 14%;
  left: 40%;
}

@media (max-width: 980px) {
  .hero__visual {
    min-height: 400px;
    margin-top: var(--space-6);
  }
  .hero__callout--a { left: 2%; }
}

@media (max-width: 640px) {
  .hero__visual {
    min-height: 320px;
  }
  .hero__ring--outer { width: 280px; height: 280px; }
  .hero__ring--inner { width: 170px; height: 170px; }
  .hero__callout { font-size: 0.65rem; padding: var(--space-1) var(--space-3); }
  .hero__callout--b { left: 30%; }
}

@media (max-width: 480px) {
  .hero__callout { display: none; }
}

/* ================= PILLARS (Supply / Service / Support) ================= */

.pillars-section {
  background: var(--c-bg);
}

/* ================= PRODUCT CATEGORIES ================= */

.products-section {
  background: var(--c-bg-alt);
}

/* ================= BRAND PARTNERS ================= */

.brands-section .section-head {
  margin-bottom: var(--space-8);
}

/* ================= COVERAGE / MAP ================= */

.coverage-section {
  background: var(--c-navy-900);
  color: var(--c-text-on-dark);
}

.coverage-section h2 { color: var(--c-white); }

.coverage-grid {
  display: grid;
  grid-template-columns: 0.95fr 1.05fr;
  gap: var(--space-9);
  align-items: center;
}

@media (max-width: 900px) {
  .coverage-grid {
    grid-template-columns: 1fr;
  }
}

.coverage-list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: var(--space-5) var(--space-6);
  margin-top: var(--space-7);
}

@media (max-width: 500px) {
  .coverage-list { grid-template-columns: 1fr; }
}

.coverage-list__item {
  padding-top: var(--space-4);
  border-top: 1px solid var(--c-border-on-dark);
}

.coverage-list__item strong {
  display: block;
  font-family: var(--font-heading);
  color: var(--c-white);
  font-size: var(--text-base);
  margin-bottom: var(--space-1);
}

.coverage-list__item span {
  font-size: var(--text-sm);
  color: var(--c-text-on-dark-muted);
}

.coverage-map {
  background: var(--c-navy-800);
  border: 1px solid var(--c-border-on-dark);
  border-radius: var(--radius-lg);
  padding: var(--space-7);
  display: flex;
  align-items: center;
  justify-content: center;
}

.coverage-map img {
  max-width: 340px;
  width: 100%;
  filter: brightness(1.08) saturate(0.9);
}

/* ================= FINAL CTA ================= */

.cta-section {
  background: linear-gradient(135deg, var(--c-navy-800), var(--c-blue-600));
  color: var(--c-white);
  text-align: center;
}

.cta-section h2 {
  color: var(--c-white);
  max-width: 22ch;
  margin-inline: auto;
}

.cta-section p {
  max-width: 56ch;
  margin: var(--space-5) auto 0;
  font-size: var(--text-lg);
  color: rgba(255, 255, 255, 0.82);
}

.cta-actions {
  display: flex;
  gap: var(--space-4);
  justify-content: center;
  margin-top: var(--space-7);
  flex-wrap: wrap;
}

.cta-contacts {
  margin-top: var(--space-8);
  display: flex;
  gap: var(--space-8);
  justify-content: center;
  flex-wrap: wrap;
  font-size: var(--text-sm);
  color: rgba(255, 255, 255, 0.75);
}

.cta-contacts a:hover {
  color: var(--c-white);
}
