/* FlyAchilles partner presentation — extends partnership cluster; no new design language */

.fa-skip {
  position: absolute;
  left: -999px;
  top: 0;
  background: #1c1917;
  color: #fff;
  padding: 0.5rem 1rem;
  z-index: 100;
}
.fa-skip:focus { left: 0.5rem; top: 0.5rem; }

.fa-body {
  margin: 0;
  font-family: "Source Sans 3", "Segoe UI", sans-serif;
  color: #2c241c;
  background: #f4f1ea;
}

.fa-body h1,
.fa-body h2,
.fa-body h3 {
  font-family: "Barlow Condensed", "Arial Narrow", sans-serif;
  letter-spacing: 0.02em;
}

.fa-wrap {
  max-width: 1100px;
  margin: 0 auto;
  padding: 0 1.25rem;
}

/* Hero */
.fa-hero {
  position: relative;
  min-height: min(88vh, 720px);
  display: flex;
  align-items: flex-end;
  color: #fff;
  overflow: hidden;
}
.fa-hero-media {
  position: absolute;
  inset: 0;
  background-image: url("../20220829_194203.jpg");
  background-size: cover;
  background-position: center;
}
.fa-hero-shade {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(105deg, rgba(6, 26, 51, 0.88) 0%, rgba(6, 26, 51, 0.55) 48%, rgba(20, 14, 10, 0.45) 100%);
}
.fa-hero-content {
  position: relative;
  z-index: 1;
  width: 100%;
  padding: 4rem 0 3.5rem;
}
.fa-kicker {
  margin: 0 0 0.65rem;
  color: #fbbf24;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  font-size: 0.82rem;
}
.fa-hero h1 {
  margin: 0 0 1rem;
  font-size: clamp(2.6rem, 7vw, 4.6rem);
  line-height: 0.92;
  font-weight: 800;
  text-transform: uppercase;
  max-width: 14ch;
}
.fa-hero-lead {
  margin: 0;
  max-width: 36rem;
  font-size: 1.15rem;
  line-height: 1.55;
  color: #e7e5e4;
}
.fa-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
  margin-top: 1.75rem;
}

.fa-btn {
  display: inline-block;
  text-decoration: none;
  font-weight: 800;
  padding: 0.85rem 1.25rem;
  border-radius: 999px;
  border: 2px solid transparent;
  background: #f5b301;
  color: #061a33;
}
.fa-btn:hover { filter: brightness(0.97); }
.fa-btn-ghost {
  background: transparent;
  border-color: #f5b301;
  color: #fff;
}
.fa-btn-dark {
  background: #061a33;
  color: #fff;
}

/* Sections */
.fa-section {
  padding: 4.25rem 0;
}
.fa-section-alt {
  background: #fff;
}
.fa-section h2 {
  margin: 0 0 0.85rem;
  font-size: clamp(1.85rem, 3.5vw, 2.55rem);
  font-weight: 800;
  text-transform: uppercase;
  color: #1c1917;
}
.fa-lede {
  margin: 0 0 1.5rem;
  max-width: 40rem;
  font-size: 1.08rem;
  line-height: 1.65;
  color: #44403c;
}
.fa-prose {
  max-width: 40rem;
  line-height: 1.65;
  color: #44403c;
}
.fa-prose p { margin: 0 0 1rem; }
.fa-prose ul {
  margin: 0.5rem 0 1rem;
  padding-left: 1.2rem;
  line-height: 1.7;
}

/* Meet John */
.fa-meet {
  display: grid;
  grid-template-columns: minmax(180px, 260px) 1fr;
  gap: 2rem;
  align-items: center;
}
.fa-meet-photo {
  margin: 0;
  border-radius: 18px;
  overflow: hidden;
  box-shadow: 0 16px 40px rgba(0, 0, 0, 0.14);
  background: #061a33;
  aspect-ratio: 1;
}
.fa-meet-photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.fa-meet-list {
  list-style: none;
  margin: 1rem 0 0;
  padding: 0;
  display: grid;
  gap: 0.45rem;
}
.fa-meet-list li {
  padding-left: 1rem;
  border-left: 3px solid #f5b301;
  font-weight: 600;
  color: #292524;
}

/* Video */
.fa-video {
  position: relative;
  width: 100%;
  aspect-ratio: 16 / 9;
  border-radius: 18px;
  overflow: hidden;
  box-shadow: 0 18px 40px rgba(0, 0, 0, 0.16);
  background: #0c0a09;
  margin: 1.5rem 0 0;
}
.fa-video iframe {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

/* Collection cards — visual mirror of Outdoor Lighting Collection destinations */
.fa-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1rem;
  margin-top: 1.5rem;
}
.fa-card {
  background: #fff;
  border: 1px solid #e7e5e4;
  border-radius: 18px;
  padding: 1rem;
  display: flex;
  flex-direction: column;
  gap: 0.65rem;
  box-shadow: 0 10px 24px rgba(0, 0, 0, 0.06);
}
.fa-section-alt .fa-card {
  background: #fafaf9;
}
.fa-thumb {
  height: 140px;
  border-radius: 12px;
  display: flex;
  align-items: flex-end;
  padding: 0.85rem;
  color: #fff;
  font-weight: 800;
  font-size: 0.85rem;
  background: linear-gradient(135deg, #061a33, #1f2937 55%, #b91c1c);
}
.fa-thumb.solar { background: linear-gradient(135deg, #061a33, #0c4a6e 50%, #f5b301); }
.fa-thumb.path { background: linear-gradient(135deg, #1c1917, #44403c 50%, #f5b301); }
.fa-thumb.tool { background: linear-gradient(135deg, #1c1917, #292524, #f5b301); }
/* WO-214 production product thumbnails */
.fa-thumb-img {
  height: 160px;
  border-radius: 12px;
  background: #fafaf9;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  padding: 0.5rem;
}
.fa-thumb-img img {
  max-width: 100%;
  max-height: 148px;
  width: auto;
  height: auto;
  object-fit: contain;
  display: block;
}
.fa-card-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
  margin-top: auto;
}
.fa-card h3 {
  margin: 0;
  font-size: 1.2rem;
  text-transform: uppercase;
}
.fa-card p {
  margin: 0;
  flex: 1;
  color: #57534e;
  line-height: 1.45;
  font-size: 0.95rem;
}
.fa-card .fa-btn {
  align-self: flex-start;
  padding: 0.65rem 1rem;
  font-size: 0.9rem;
}

/* Vision map */
.fa-map {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0.85rem;
  margin-top: 1.5rem;
}
.fa-zone {
  position: relative;
  min-height: 140px;
  border-radius: 16px;
  overflow: hidden;
  color: #fff;
  display: flex;
  align-items: flex-end;
  padding: 1rem;
  background-size: cover;
  background-position: center;
  box-shadow: 0 10px 24px rgba(0, 0, 0, 0.1);
}
.fa-zone::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, transparent 20%, rgba(6, 26, 51, 0.85) 100%);
}
.fa-zone span {
  position: relative;
  z-index: 1;
  font-family: "Barlow Condensed", sans-serif;
  font-weight: 800;
  font-size: 1.2rem;
  text-transform: uppercase;
  letter-spacing: 0.03em;
}
.fa-note {
  margin-top: 1rem;
  font-size: 0.92rem;
  color: #57534e;
  max-width: 40rem;
}

/* Standards chips */
.fa-chips {
  display: flex;
  flex-wrap: wrap;
  gap: 0.55rem;
  margin-top: 1.25rem;
}
.fa-chip {
  background: #fff;
  border: 1px solid #e7e5e4;
  border-radius: 999px;
  padding: 0.55rem 0.9rem;
  font-weight: 700;
  font-size: 0.9rem;
  color: #292524;
}
.fa-section-alt .fa-chip {
  background: #fafaf9;
}

/* Closing */
.fa-close {
  background: linear-gradient(135deg, #061a33, #1f2937);
  color: #fff;
  border-radius: 22px;
  padding: 2rem 1.75rem;
}
.fa-close h2 { color: #fff; }
.fa-close p {
  color: #e7e5e4;
  max-width: 44rem;
  line-height: 1.65;
  margin: 0;
  font-size: 1.05rem;
}

/* Footer */
.fa-footer {
  background: #061a33;
  color: #fff;
  padding: 2.5rem 0 2rem;
  text-align: center;
}
.fa-footer-nav {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem 1.1rem;
  justify-content: center;
  margin-bottom: 1rem;
}
.fa-footer-nav a {
  color: #f5b301;
  text-decoration: none;
  font-weight: 700;
}
.fa-footer-nav a:hover { text-decoration: underline; }
.fa-footer-copy {
  margin: 0;
  font-size: 0.9rem;
  color: #a8a29e;
}

@media (max-width: 900px) {
  .fa-meet,
  .fa-grid,
  .fa-map {
    grid-template-columns: 1fr;
  }
  .fa-hero {
    min-height: auto;
  }
  .fa-hero-content {
    padding-top: 6rem;
  }
  .fa-meet-photo {
    max-width: 220px;
  }
}
