/* =========================================================
   FALLENS — About Us (topic AboutUs)
   Full-width landing. Stock topic prose stays in topic.css.
   ========================================================= */

html.html-topic-page--about {
  --fd-footer-top-gap: 0;
}

html.html-topic-page--about .center-1 {
  max-width: none;
  padding: 0;
  margin: 0;
}

html.html-topic-page--about .master-column-wrapper {
  padding: 0;
  max-width: 100%;
  overflow-x: clip;
}

html.html-topic-page--about .topic-page,
html.html-topic-page--about .topic-page > .page-body {
  width: 100%;
  max-width: none;
  margin: 0;
  padding: 0;
}

html.html-topic-page--about .master-column-wrapper .fd-container {
  width: 100%;
  max-width: calc(var(--fd-container) + (var(--fd-container-padding) * 2));
  margin-inline: auto;
  padding-inline: var(--fd-container-padding);
  box-sizing: border-box;
}

.fd-about {
  color: var(--fd-text);
}

.fd-about :where(h1, h2, h3) {
  margin: 0;
  color: var(--fd-text);
  font-weight: 800;
  letter-spacing: 0.02em;
  line-height: 1.15;
}

.fd-about p {
  margin: 0;
  color: var(--fd-text-soft);
  font-size: 16px;
  line-height: 1.75;
}

.fd-about p + p {
  margin-top: 14px;
}

/* ── Hero ── */

.fd-about__hero {
  position: relative;
  overflow: hidden;
  border-bottom: 1px solid var(--fd-border);
  background: var(--fd-bg);
}

.fd-about__hero-bg {
  position: absolute;
  inset: 0;
  pointer-events: none;
  background:
    radial-gradient(ellipse 70% 90% at 78% 42%, rgba(42, 58, 34, 0.42) 0%, transparent 58%),
    linear-gradient(135deg, var(--fd-bg) 0%, var(--fd-bg-2) 55%, #0d1218 100%);
}

.fd-about__hero-image {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 72% center;
  transform: scale(1.08);
  transform-origin: center;
}

.fd-about__hero-fade {
  position: absolute;
  inset: 0;
  background: linear-gradient(
    90deg,
    var(--fd-bg) 0%,
    var(--fd-bg) 36%,
    rgba(9, 9, 9, 0.88) 52%,
    rgba(9, 9, 9, 0.48) 70%,
    rgba(9, 9, 9, 0.16) 100%
  );
}

.fd-about__hero-content {
  position: relative;
  z-index: 1;
  padding-block: clamp(36px, 6vw, 72px);
  max-width: 760px;
}

.fd-about__eyebrow {
  margin: 0 0 14px;
  color: var(--fd-accent);
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.fd-about__title {
  margin: 0 0 20px;
  font-size: clamp(1.75rem, 3.4vw, 2.75rem);
  text-transform: uppercase;
}

.fd-about__lead {
  max-width: 640px;
}

/* ── Feature grid ── */

.fd-about__features {
  padding-block: 28px 8px;
}

.fd-about__feature-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 15px;
  list-style: none;
  margin: 0;
  padding: 0;
}

.fd-about__feature {
  display: flex;
  flex-direction: column;
  gap: 10px;
  min-height: 100%;
  padding: 22px 20px;
  border: 1px solid var(--fd-border);
  border-radius: var(--fd-radius-lg);
  background: linear-gradient(180deg, var(--fd-surface) 0%, var(--fd-card) 100%);
}

.fd-about__feature-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  border-radius: var(--fd-radius-sm);
  border: 1px solid var(--fd-border-neutral);
  color: var(--fd-accent);
  font-size: 16px;
}

.fd-about__feature h2 {
  font-size: 0.95rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.fd-about__feature p {
  font-size: 14px;
  line-height: 1.65;
}

/* ── Story / two-up ── */

.fd-about__story,
.fd-about__trust {
  padding-block: 20px;
}

.fd-about__split {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 15px;
}

.fd-about__card {
  padding: 28px 26px;
  border: 1px solid var(--fd-border);
  border-radius: var(--fd-radius-lg);
  background: var(--fd-surface);
}

.fd-about__card h2,
.fd-about__panel h2,
.fd-about__cta-panel h2 {
  margin: 0 0 14px;
  font-size: clamp(1.2rem, 2vw, 1.55rem);
  text-transform: uppercase;
}

.fd-about__list {
  margin: 0;
  padding: 0;
  list-style: none;
  display: grid;
  gap: 10px;
}

.fd-about__list li {
  position: relative;
  padding-left: 1.15em;
  color: var(--fd-text-soft);
  font-size: 15px;
  line-height: 1.65;
}

.fd-about .fd-store-company--about {
  margin-top: 16px;
}

.fd-about__list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.62em;
  width: 0.4em;
  height: 0.4em;
  border-radius: 50%;
  background: var(--fd-accent);
}

/* ── Accent panel (independent test) ── */

.fd-about__panel-wrap {
  padding-block: 12px;
}

.fd-about__panel {
  padding: clamp(24px, 3vw, 36px);
  border: 1px solid var(--fd-border-accent);
  border-radius: var(--fd-radius-lg);
  background:
    radial-gradient(circle at 88% 18%, var(--fd-accent-soft), transparent 42%),
    var(--fd-surface);
}

.fd-about__panel .fd-about__eyebrow {
  margin-bottom: 8px;
}

.fd-about__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 20px;
}

/* ── Community + final CTA ── */

.fd-about__community,
.fd-about__join {
  padding-block: 20px;
}

.fd-about__cta-panel {
  padding: clamp(28px, 4vw, 44px);
  border: 1px solid var(--fd-border);
  border-radius: var(--fd-radius-lg);
  background: var(--fd-surface);
}

.fd-about__cta-panel--accent {
  border-color: var(--fd-border-accent);
  background:
    radial-gradient(circle at 50% 0%, var(--fd-accent-soft), transparent 52%),
    var(--fd-surface);
  text-align: center;
}

.fd-about__cta-panel--accent p,
.fd-about__cta-panel--center p {
  margin-inline: auto;
  max-width: 720px;
}

.fd-about__cta-panel--center,
.fd-about__cta-panel--accent .fd-about__actions {
  text-align: center;
}

.fd-about__cta-panel--center .fd-about__actions,
.fd-about__cta-panel--accent .fd-about__actions {
  justify-content: center;
}

.fd-about__bottom {
  padding-bottom: 56px;
}

@media (max-width: 1100px) {
  .fd-about__feature-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 768px) {
  .fd-about__hero-fade {
    background: linear-gradient(
      180deg,
      rgba(9, 9, 9, 0.55) 0%,
      var(--fd-bg) 72%,
      var(--fd-bg) 100%
    );
  }

  .fd-about__hero-image {
    object-position: center 30%;
    opacity: 0.55;
  }

  .fd-about__hero-content {
    max-width: none;
    padding-block: 28px 32px;
  }

  .fd-about__feature-grid,
  .fd-about__split {
    grid-template-columns: 1fr;
  }

  .fd-about__card,
  .fd-about__panel,
  .fd-about__cta-panel {
    padding: 22px 18px;
  }

  .fd-about__bottom {
    padding-bottom: 40px;
  }

  .fd-about__actions .fd-btn {
    width: 100%;
  }
}
