/**
 * ENFORCE — Best Sling Bag for Summer Travel
 * Olive-accent mockup layout. Nav/footer stay site chrome.
 */

.st-page .over-loader,
.st-page .loader-live {
  display: none !important;
}

.st-page .header-section {
  margin-bottom: 0;
}

.st-lp {
  --st-ink: #111111;
  --st-muted: #555555;
  --st-line: #e6e6e6;
  --st-gray: #f4f4f4;
  --st-white: #ffffff;
  --st-olive: #8fa154;
  --st-olive-dark: #748a42;
  --st-font: "Montserrat", "Helvetica Neue", Arial, sans-serif;
  --st-serif: "Playfair Display", Georgia, serif;
  --st-gutter: 1.5rem;
  --st-gutter: clamp(1.25rem, 4vw, 3.5rem);
  --st-max: 1180px;
  --st-section-y: 3rem;
  --st-section-y: clamp(2.75rem, 5vw, 4.5rem);
  color: var(--st-ink);
  font-family: var(--st-font);
  font-size: 16px;
  line-height: 1.6;
  clear: both;
  width: 100%;
  display: block;
}

.st-lp,
.st-lp * {
  box-sizing: border-box;
}

.st-lp a {
  color: var(--st-olive);
  text-decoration: none;
}

.st-wrap {
  width: 100%;
  max-width: var(--st-max);
  margin: 0 auto;
  padding-left: var(--st-gutter);
  padding-right: var(--st-gutter);
}

.st-kicker {
  margin: 0 0 0.65rem;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--st-olive);
}

.st-kicker--center {
  text-align: center;
  margin-bottom: 1.75rem;
}

.st-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;
}

.st-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 0.85rem 1.6rem;
  font-family: inherit;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  text-decoration: none !important;
  border: 1.5px solid transparent;
  cursor: pointer;
  transition: background 0.2s ease, color 0.2s ease, border-color 0.2s ease;
}

.st-btn--primary {
  background: var(--st-olive);
  color: #111 !important;
  border-color: var(--st-olive);
}

.st-btn--primary:hover {
  background: var(--st-olive-dark);
  border-color: var(--st-olive-dark);
  color: #111 !important;
}

.st-btn--block {
  width: 100%;
}

/* Hero — photo in normal flow; copy overlays. Dark fallback if the photo is slow. */
.st-hero {
  position: relative;
  display: block;
  width: 100%;
  min-height: 480px;
  margin: 0;
  padding: 0;
  background-color: #1a1a1a;
  background-image: url("https://shopenforce.com/images/Best_Sling_Bag_For_Summer_Travel.png");
  background-size: cover;
  background-position: right center;
  background-repeat: no-repeat;
  color: #fff;
}

.st-hero__img {
  position: relative;
  z-index: 0;
  display: block;
  width: 100%;
  max-width: 100%;
  height: auto;
  border: 0;
}

.st-hero__content {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  padding: 48px 5%;
  box-sizing: border-box;
}

.st-hero__copy {
  max-width: 34rem;
  padding: 1.5rem 1.5rem 1.6rem;
  background: rgba(0, 0, 0, 0.58);
  color: #fff;
}

.st-hero__eyebrow {
  margin: 0 0 0.85rem;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: #8fa154;
}

.st-hero__title {
  margin: 0 0 1rem;
  font-size: 42px;
  font-weight: 800;
  line-height: 1.05;
  letter-spacing: -0.02em;
  text-transform: uppercase;
  color: #fff;
}

.st-hero__title span {
  color: #8fa154;
}

.st-hero__sub {
  margin: 0 0 1.75rem;
  max-width: 28rem;
  font-size: 16px;
  line-height: 1.65;
  color: #fff;
}

.st-hero__actions {
  display: block;
}

.st-hero__actions .st-btn {
  margin-right: 18px;
  margin-bottom: 10px;
}

.st-hero__link {
  display: inline-block;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: #fff !important;
}

.st-hero__link:hover {
  color: var(--st-olive) !important;
}

/* Icon bar */
.st-bar {
  background: #fff;
  padding: 2.25rem 0;
  border-bottom: 1px solid var(--st-line);
}

.st-bar__grid {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 1.5rem 1.75rem;
}

.st-bar__grid li {
  text-align: center;
}

.st-bar__icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 48px;
  margin: 0 auto 0.75rem;
  border: 1.5px solid var(--st-olive);
  border-radius: 50%;
  color: var(--st-olive);
}

.st-bar__icon svg {
  width: 22px;
  height: 22px;
}

.st-bar__grid h2 {
  margin: 0 0 0.4rem;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--st-ink);
}

.st-bar__grid p {
  margin: 0 auto;
  max-width: 16rem;
  font-size: 14px;
  line-height: 1.45;
  color: var(--st-muted);
}

/* Why it works */
.st-why {
  background: #fff;
  padding: var(--st-section-y) 0;
}

.st-why__grid {
  display: grid;
  grid-template-columns: minmax(0, 0.95fr) minmax(0, 0.85fr) minmax(0, 1fr);
  gap: 2rem 2.25rem;
  align-items: center;
}

.st-why__copy h2 {
  margin: 0 0 1rem;
  font-size: clamp(1.55rem, 2.6vw, 2.1rem);
  font-weight: 800;
  line-height: 1.15;
  text-transform: uppercase;
  letter-spacing: -0.01em;
}

.st-why__copy p {
  margin: 0;
  color: var(--st-muted);
}

.st-why__media img {
  display: block;
  width: 100%;
  height: 420px;
  object-fit: cover;
  object-position: center 15%;
}

.st-why__list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 1.25rem;
}

.st-why__list li {
  display: flex;
  gap: 0.85rem;
  align-items: flex-start;
}

.st-why__icon {
  flex: 0 0 28px;
  width: 28px;
  height: 28px;
  color: var(--st-olive);
}

.st-why__icon svg {
  width: 100%;
  height: 100%;
}

.st-why__list h3 {
  margin: 0 0 0.25rem;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.st-why__list p {
  margin: 0;
  font-size: 14px;
  line-height: 1.5;
  color: var(--st-muted);
}

/* Scenarios */
.st-scenes {
  background: #fff;
  padding: 0 0 var(--st-section-y);
}

.st-scenes__grid {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 1.25rem;
}

.st-scenes__item {
  background: var(--st-gray);
  overflow: hidden;
}

.st-scenes__media {
  position: relative;
  min-height: 180px;
  height: 240px;
  aspect-ratio: 4 / 3;
  overflow: hidden;
  background: #ddd;
}

.st-scenes__media img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.st-scenes__item h3 {
  margin: 1rem 1rem 0.35rem;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.st-scenes__item p {
  margin: 0 1rem 1.15rem;
  font-size: 14px;
  line-height: 1.5;
  color: var(--st-muted);
}

/* Tech / compare */
.st-tech {
  background: var(--st-gray);
  padding: var(--st-section-y) 0;
}

.st-tech__grid {
  display: grid;
  grid-template-columns: minmax(0, 1.25fr) minmax(0, 0.75fr) minmax(0, 0.85fr);
  gap: 1.75rem 2rem;
  align-items: start;
}

.st-tech__title {
  margin: 0 0 1rem;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.st-compare__table {
  width: 100%;
  border-collapse: collapse;
  background: #fff;
  font-size: 14px;
}

.st-compare__table th,
.st-compare__table td {
  padding: 0.8rem 0.85rem;
  text-align: left;
  border-bottom: 1px solid var(--st-line);
  vertical-align: middle;
}

.st-compare__table thead th {
  font-size: 12px;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  background: #fff;
}

.st-compare__table tbody th {
  font-weight: 600;
  color: var(--st-ink);
  white-space: nowrap;
}

.st-compare__table td:last-child {
  color: var(--st-muted);
}

.st-check {
  display: inline-block;
  width: 16px;
  height: 16px;
  margin-right: 0.45rem;
  border-radius: 50%;
  background: var(--st-olive);
  vertical-align: -3px;
  position: relative;
}

.st-check::after {
  content: "";
  position: absolute;
  left: 5px;
  top: 3px;
  width: 5px;
  height: 8px;
  border-right: 1.5px solid #fff;
  border-bottom: 1.5px solid #fff;
  transform: rotate(45deg);
}

.st-fits__list {
  list-style: none;
  margin: 0;
  padding: 0;
}

.st-fits__list li {
  display: flex;
  gap: 0.55rem;
  padding: 0.4rem 0;
  font-size: 14px;
  color: var(--st-ink);
}

.st-fits__list span {
  color: var(--st-olive);
}

.st-product {
  background: #fff;
  padding: 1.25rem;
  text-align: center;
}

.st-product img {
  display: block;
  width: 220px;
  max-width: 100%;
  height: auto;
  margin: 0 auto 1rem;
}

.st-product__features {
  list-style: none;
  margin: 0 0 1.15rem;
  padding: 0;
  text-align: left;
}

.st-product__features li {
  position: relative;
  padding: 0.28rem 0 0.28rem 1.4rem;
  font-size: 14px;
}

.st-product__features li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.55rem;
  width: 11px;
  height: 6px;
  border-left: 2px solid var(--st-olive);
  border-bottom: 2px solid var(--st-olive);
  transform: rotate(-45deg);
}

/* Quote */
.st-quote {
  position: relative;
  min-height: 320px;
  display: flex;
  align-items: center;
  overflow: hidden;
  color: #fff;
}

.st-quote__bg {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 20%;
}

.st-quote__overlay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.48);
}

.st-quote__inner {
  position: relative;
  z-index: 1;
  text-align: center;
  padding-top: 3.5rem;
  padding-bottom: 3.5rem;
}

.st-quote__mark {
  margin: 0;
  font-family: var(--st-serif);
  font-size: 4.5rem;
  line-height: 0.7;
  color: var(--st-olive);
}

.st-quote blockquote {
  margin: 0 auto;
  max-width: 40rem;
}

.st-quote blockquote p {
  margin: 0.5rem 0 1.15rem;
  font-family: var(--st-serif);
  font-size: clamp(1.35rem, 2.4vw, 1.85rem);
  font-style: italic;
  font-weight: 500;
  line-height: 1.4;
  color: #fff;
}

.st-quote__byline {
  margin: 0;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.88);
}

.st-quote__byline span {
  display: block;
  margin-top: 0.3rem;
  font-weight: 500;
  letter-spacing: 0.08em;
}

/* FAQ + journey */
.st-end {
  background: #fff;
  padding: var(--st-section-y) 0;
}

.st-end__grid {
  display: grid;
  grid-template-columns: minmax(0, 1.1fr) minmax(0, 0.9fr);
  gap: 2rem 2.5rem;
  align-items: stretch;
}

.st-faq h2 {
  margin: 0 0 1.25rem;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.st-faq__item {
  border-top: 1px solid var(--st-line);
}

.st-faq__item:last-child {
  border-bottom: 1px solid var(--st-line);
}

.st-faq__question {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  padding: 1.05rem 0;
  background: none;
  border: 0;
  text-align: left;
  font-family: inherit;
  font-size: 14px;
  font-weight: 600;
  color: var(--st-ink);
  cursor: pointer;
}

.st-faq__question:hover {
  color: var(--st-olive);
}

.st-faq__icon {
  position: relative;
  flex: 0 0 16px;
  width: 16px;
  height: 16px;
}

.st-faq__icon::before,
.st-faq__icon::after {
  content: "";
  position: absolute;
  background: var(--st-ink);
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.st-faq__icon::before {
  width: 12px;
  height: 1.5px;
}

.st-faq__icon::after {
  width: 1.5px;
  height: 12px;
}

.st-faq__item.is-open .st-faq__icon::after {
  opacity: 0;
}

.st-faq__answer {
  padding: 0 1.5rem 1rem 0;
}

.st-faq__answer p {
  margin: 0;
  font-size: 14px;
  line-height: 1.65;
  color: var(--st-muted);
}

.st-faq__answer[hidden] {
  display: none;
}

.st-journey {
  position: relative;
  min-height: 320px;
  overflow: hidden;
  color: #fff;
}

.st-journey img {
  display: block;
  width: 100%;
  height: 100%;
  min-height: 320px;
  object-fit: cover;
  object-position: center 18%;
}

.st-journey__copy {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding: 1.75rem;
  background: linear-gradient(90deg, rgba(0, 0, 0, 0.62) 0%, rgba(0, 0, 0, 0.15) 70%, transparent 100%);
}

.st-journey__copy h2 {
  margin: 0 0 0.45rem;
  font-size: clamp(1.25rem, 2vw, 1.6rem);
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: -0.01em;
}

.st-journey__copy p {
  margin: 0;
  max-width: 18rem;
  font-size: 14px;
  color: rgba(255, 255, 255, 0.9);
}

@media (max-width: 991px) {
  .st-bar__grid,
  .st-scenes__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .st-why__grid,
  .st-tech__grid,
  .st-end__grid {
    grid-template-columns: 1fr;
  }

  .st-why__media img {
    height: 360px;
  }

  .st-hero__content {
    max-width: none;
    padding: 28px 1.25rem;
  }

  .st-hero__title {
    font-size: 32px;
  }
}

@media (max-width: 600px) {
  .st-bar__grid,
  .st-scenes__grid {
    grid-template-columns: 1fr;
  }

  .st-hero__actions {
    flex-direction: column;
    align-items: flex-start;
  }
}

@media (min-width: 1001px) {
  .st-page .header-section #menu.collapse {
    display: block !important;
    visibility: visible !important;
    height: auto !important;
  }
}
