/* =======================================================
   Bombay Optical & Co. — Custom Page Styles
   Add-on stylesheet for the About / Brands / Locations /
   Contact sub-pages. Drop this file into assets/css/
   and link it AFTER main.css on every page:

   <link rel="stylesheet" href="assets/css/custom.css" />
   ======================================================= */

/* ---- Nav active state ---- */
.pp-main-menu nav ul li a.is-active {
  color: var(--at-theme-primary, #f0460e);
}

/* ---- Internal page hero banner ---- */
.page-hero {
  position: relative;
  padding-top: 260px;
  padding-bottom: 110px;
  background-color: var(--at-neutral-950, #0f0f0f);
  overflow: hidden;
}
.page-hero__bg {
  position: absolute;
  inset: 0;
  z-index: 0;
}
.page-hero__bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0.55;
}
.page-hero__overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(
    180deg,
    rgba(15, 15, 15, 0.55) 0%,
    rgba(15, 15, 15, 0.82) 100%
  );
  z-index: 1;
}
.page-hero__inner {
  position: relative;
  z-index: 2;
}
.page-hero__eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  color: var(--at-common-white);
  text-transform: uppercase;
  letter-spacing: 2px;
  font-size: 13px;
  font-weight: 600;
  margin-bottom: 24px;
  opacity: 0.85;
}
.page-hero__eyebrow::before {
  content: "";
  width: 28px;
  height: 1px;
  background: var(--at-theme-primary, #f0460e);
  display: inline-block;
}
.page-hero__title {
  color: var(--at-common-white);
  font-size: 56px;
  line-height: 1;
  letter-spacing: -0.03em;
  margin-bottom: 18px;
  max-width: 820px;
}
@media (max-width: 767px) {
  .page-hero__title {
    font-size: 38px;
  }
}
.page-hero__subtitle {
  display: inline-block;
  color: var(--at-neutral-0);
  border: 1px solid rgba(255, 255, 255, 0.3);
  border-radius: 50px;
  padding: 8px 20px;
  font-size: 13px;
  letter-spacing: 1px;
  text-transform: uppercase;
}

/* ---- About: Our Approach 4-col grid ---- */
.approach-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 0;
  border-top: 1px solid var(--at-neutral-100, #dfdfdf);
}
.approach-grid__item {
  padding: 48px 32px 48px 0;
  border-right: 1px solid var(--at-neutral-100, #dfdfdf);
}
.approach-grid__item:last-child {
  border-right: 0;
  padding-right: 0;
}
@media (max-width: 991px) {
  .approach-grid {
    grid-template-columns: repeat(2, 1fr);
  }
  .approach-grid__item {
    border-right: 1px solid var(--at-neutral-100, #dfdfdf);
    padding: 36px 24px;
  }
  .approach-grid__item:nth-child(2n) {
    border-right: 0;
  }
}
@media (max-width: 575px) {
  .approach-grid {
    grid-template-columns: 1fr;
  }
  .approach-grid__item {
    border-right: 0 !important;
    border-bottom: 1px solid var(--at-neutral-100, #dfdfdf);
  }
}
.approach-grid__num {
  font-size: 13px;
  color: var(--at-neutral-300);
  font-weight: 600;
  letter-spacing: 1px;
  margin-bottom: 20px;
  display: block;
}

/* ---- Brands page: category pill lists ---- */
.brand-category {
  padding: 44px 0;
  border-bottom: 1px solid var(--at-neutral-100, #dfdfdf);
}
.brand-category:last-child {
  border-bottom: 0;
}
.brand-category__index {
  font-size: 13px;
  color: var(--at-neutral-300);
  font-weight: 600;
  letter-spacing: 1px;
  display: block;
  margin-bottom: 10px;
}
.brand-category__label {
  font-size: 48px;
  letter-spacing: -0.03em;
  font-weight: 600;
  margin-bottom: 24px;
  color: var(--at-neutral-900);
}
.brand-category__list {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}
.brand-pill {
  display: inline-flex;
  align-items: center;
  padding: 13px 24px;
  border: 1px solid var(--at-neutral-100, #dfdfdf);
  border-radius: 50px;
  font-weight: 600;
  letter-spacing: -0.02em;
  font-size: 15px;
  color: var(--at-neutral-900);
  background: var(--at-neutral-0);
  transition: all 0.3s ease;
  cursor: default;
}
.brand-pill:hover {
  background: var(--at-neutral-900, #1d1d1d);
  color: #fff;
  border-color: var(--at-neutral-900, #1d1d1d);
  transform: translateY(-2px);
}
@media (max-width: 575px) {
  .brand-category__label {
    font-size: 22px;
  }
  .brand-pill {
    padding: 10px 18px;
    font-size: 14px;
  }
}

/* ---- Contact page: hero description paragraph ---- */
.page-hero__desc {
  max-width: 620px;
  opacity: 0.9;
  line-height: 1.7;
}

/* ---- Contact page: "Have a Question?" intro row ---- */
.contact-faq__label {
  display: block;
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: var(--at-neutral-300);
  margin-bottom: 36px;
}
.contact-faq__title {
  font-size: 28px;
  font-weight: 600;
  letter-spacing: -0.02em;
  margin-bottom: 10px;
  color: var(--at-neutral-900);
}
.contact-faq__text {
  color: var(--at-neutral-500, #666);
  margin-bottom: 0;
}

/* ---- Contact page: section heading spacing ---- */
.contact-form-col .brand-category__label {
  margin-bottom: 32px;
}

/* ---- Contact page: closing CTA copy ---- */
.contact-cta__desc {
  color: #b3b3b3;
  max-width: 560px;
  margin: 0 auto;
}

/* ---- Footer map (scoped styles from original footer-14 block) ---- */
.footer-14__map-wrap {
  width: 100%;
  max-width: 1600px;
  margin: 0 auto 15px auto;
  padding: 0 20px;
  box-sizing: border-box;
  position: relative;
  top: 40px;
}
.footer-14__map-wrap .footer-14__map-inner {
  width: 100%;
  border-radius: 16px;
  overflow: hidden;
}
.footer-14__map-wrap iframe {
  width: 100%;
  height: 320px;
  display: block;
  border: 0;
}

/* ---- About page: intro description (prevent stray single-word lines) ---- */
.sec-2-home-7__desc {
  text-wrap: pretty;
}