/* About page — aligned to design spec-derived patterns used on Contact + Home (1440 / --content-max). */

/* ——— Frame 1: Hero (full-bleed wash + optional photo — matches design spec width, not .page-shell) ——— */

.page-about .about-hero {
  position: relative;
  width: 100vw;
  max-width: 100vw;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
  box-sizing: border-box;
  min-height: 613px;
  padding: 200px var(--page-gutter) 96px;
  color: #fff;
  overflow: hidden;
}

.about-hero__bg {
  position: absolute;
  inset: 0;
  z-index: 0;
  /* Base + overlays read correctly even if the JPG is missing */
  background-color: #050010;
  background-image:
    linear-gradient(234.852deg, rgba(46, 3, 114, 0.82) 0%, rgba(1, 0, 7, 0.82) 88%),
    radial-gradient(circle at 18% 22%, rgba(255, 255, 255, 0.1) 0, transparent 46%),
    radial-gradient(circle at 80% 10%, rgba(120, 72, 255, 0.2) 0, transparent 52%),
    url("/assets/img/about-hero-bg.jpg");
  background-size: auto, auto, auto, cover;
  background-position: 0 0, 0 0, 0 0, center center;
  background-repeat: no-repeat;
  filter: saturate(1.04);
}

.page-about .about-hero--has-photo .about-hero__bg {
  background-image:
    linear-gradient(234.852deg, rgba(46, 3, 114, 0.82) 0%, rgba(1, 0, 7, 0.82) 88%),
    radial-gradient(circle at 18% 22%, rgba(255, 255, 255, 0.1) 0, transparent 46%),
    radial-gradient(circle at 80% 10%, rgba(120, 72, 255, 0.2) 0, transparent 52%),
    var(--about-hero-photo);
}

.about-hero__inner {
  position: relative;
  z-index: 1;
  max-width: var(--content-max);
  margin: 0 auto;
}

.about-hero__headline {
  position: relative;
  min-height: clamp(100px, 18vw, 156px);
  max-width: 1100px;
}

.about-hero__title {
  margin: 59px 0 0;
  padding: 0;
  font-family: var(--font-lato);
  font-weight: 900;
  font-size: clamp(40px, 5vw, 80px);
  line-height: 1.15;
  letter-spacing: 0.06em;
  text-shadow: 0 2px 28px rgba(0, 0, 0, 0.35);
}

.about-hero__title-text {
  display: inline-block;
}

.about-hero__title-mark {
  position: absolute;
  top: 0;
  left: clamp(180px, 32vw, 488px);
  font-family: var(--font-lato);
  font-size: clamp(56px, 7.5vw, 120px);
  line-height: 1;
  font-weight: 900;
  letter-spacing: 0;
  opacity: 0.92;
}

.about-hero__subtitle {
  margin: 32px 0 0;
  max-width: 900px;
  font-family: var(--font-lato);
  font-size: clamp(18px, 2vw, 22px);
  line-height: 1.45;
  letter-spacing: 0.02em;
  color: rgba(255, 255, 255, 0.94);
}

.about-hero__lead {
  margin: 18px 0 0;
  max-width: 960px;
  font-family: var(--font-lato);
  font-size: 16px;
  line-height: 1.65;
  letter-spacing: 0.01em;
  color: rgba(255, 255, 255, 0.9);
}

.about-hero__lead p {
  margin: 0 0 10px;
}

.about-hero__lead p:last-child {
  margin-bottom: 0;
}

/* ——— Main flow ——— */

.about-main {
  background: #fff;
}

/* Story body typography inside Contact intro scale */
.about-story__rich > *:first-child {
  margin-top: 0;
}

.about-story__rich > *:last-child {
  margin-bottom: 0;
}

.about-story__rich p {
  margin: 0 0 1em;
}

.about-story__rich h2,
.about-story__rich h3 {
  margin: 1.35em 0 0.55em;
  font-family: var(--font-lato);
  font-weight: 700;
  color: #000000;
  line-height: 1.25;
}

.about-story__rich h2 {
  font-size: 1.35em;
}

.about-story__rich h3 {
  font-size: 1.15em;
}

.about-story__rich ul,
.about-story__rich ol {
  margin: 0 0 1.25em;
  padding-left: 1.35em;
}

.about-story__rich li {
  margin: 0 0 0.45em;
  line-height: 1.45;
}

.about-story__rich li:last-child {
  margin-bottom: 0;
}

.about-story__rich a {
  color: var(--purple-brand);
  text-decoration: underline;
  text-underline-offset: 0.12em;
}

.about-story__rich a:hover {
  color: var(--purple-heading, #11096a);
}

.about-story__rich strong {
  color: var(--purple-brand);
  font-weight: 700;
}

.about-story__figure {
  display: block;
  width: 100%;
  max-width: min(640px, 100%);
  height: auto;
  margin: 0 0 20px;
  border-radius: 16px;
  object-fit: cover;
  box-shadow: 0 12px 40px rgba(17, 9, 106, 0.12);
}

.about-story__figure--secondary {
  margin-bottom: 16px;
}

.about-story__kicker {
  margin: 0 0 10px;
  font-family: var(--font-lato);
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--purple-brand);
}

.about-story__kicker--secondary {
  color: var(--purple-heading);
}

/* Frame 3: secondary narrative — white rail + “article card” */
.about-story--secondary {
  padding: 56px var(--page-gutter) 40px;
  background: #ffffff;
}

.about-story-secondary__inner {
  max-width: var(--content-max);
  margin: 0 auto;
}

.about-story-secondary__title {
  margin: 0 0 22px;
}

.about-story-secondary__paper {
  background: #ffffff;
  border-radius: 24px;
  padding: 28px 32px 32px;
  border: 1px solid rgba(17, 9, 106, 0.1);
  box-shadow: 0 10px 36px rgba(0, 0, 0, 0.06);
}

/* Frames 4–5: Pillars / Why — same gray shell as FAQ detail panel */
.about-dossier {
  padding: 28px var(--page-gutter) 36px;
  background: #f5f5f5;
}

.about-dossier--why {
  padding-top: 0;
  padding-bottom: 48px;
}

.about-dossier__wrap {
  max-width: var(--content-max);
  margin: 0 auto;
}

.about-dossier__panel {
  padding: 32px 40px 40px;
  background: var(--gray-bg);
  border: 1px solid var(--border-soft);
  border-radius: 4px;
}

.about-dossier__panel--why {
  border-color: rgba(88, 10, 114, 0.35);
}

.about-dossier__title {
  margin: 0 0 16px;
  font-family: var(--font-lato);
  font-weight: 700;
  font-size: clamp(22px, 2.2vw, 28px);
  line-height: 1.25;
  color: var(--purple-heading);
}

.about-dossier__title--with-icon {
  display: flex;
  align-items: center;
  gap: 12px;
}

.about-dossier__title-icon {
  flex-shrink: 0;
  width: 40px;
  height: 40px;
  object-fit: contain;
}

.about-dossier__intro {
  margin: 0 0 20px;
  max-width: 920px;
  font-family: var(--font-lato);
  font-size: 17px;
  line-height: 1.65;
  color: var(--text-body);
}

.about-dossier__intro p {
  margin: 0 0 12px;
}

.about-dossier__intro p:last-child {
  margin-bottom: 0;
}

.about-dossier-list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.about-dossier-list__item {
  margin: 0;
  padding: 14px 16px 14px 18px;
  background: #ffffff;
  border: 1px solid var(--border-soft);
  border-left: 4px solid var(--purple-deep);
  border-radius: 2px;
  box-sizing: border-box;
  display: flex;
  align-items: flex-start;
  gap: 12px;
}

.about-dossier-list__icon {
  flex-shrink: 0;
  width: 28px;
  height: 28px;
  margin-top: 2px;
  object-fit: contain;
}

.about-dossier-list__copy {
  min-width: 0;
  flex: 1;
}

.about-dossier-list--why .about-dossier-list__item {
  border-left-color: var(--purple-faq-alt);
}

.about-dossier-list__title {
  margin: 0;
  font-family: var(--font-lato);
  font-weight: 700;
  font-size: 16px;
  line-height: 1.35;
  color: #111111;
}

.about-dossier-list__desc {
  margin: 8px 0 0;
  font-family: var(--font-lato);
  font-size: 15px;
  line-height: 1.55;
  color: var(--text-body);
}

/* CTA band — design spec frame: full-bleed horizontal gradient, left-aligned stack (no photo, no pill) */
.page-about .about-cta-band {
  position: relative;
  width: 100vw;
  max-width: 100vw;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
  box-sizing: border-box;
  padding: clamp(56px, 7vw, 80px) var(--page-gutter) clamp(64px, 8vw, 96px);
  color: #fff;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  align-items: stretch;
  justify-content: flex-start;
}

.about-cta-band__bg {
  position: absolute;
  inset: 0;
  z-index: 0;
  background-color: #050010;
  background-image: linear-gradient(
    90deg,
    #030008 0%,
    #0f0228 22%,
    #1f0852 52%,
    #35106e 78%,
    #4c1890 100%
  );
}

.about-cta-band__inner {
  position: relative;
  z-index: 1;
  width: 100%;
  max-width: var(--content-max);
  margin: 0 auto;
  text-align: left;
}

.about-cta-band__stack {
  max-width: min(880px, 82%);
}

.about-cta-band__accent-icon {
  display: block;
  width: 48px;
  height: 48px;
  margin: 0 0 12px;
  object-fit: contain;
  filter: drop-shadow(0 4px 18px rgba(0, 0, 0, 0.35));
}

.about-cta-band__title {
  margin: 0;
  font-family: var(--font-lato);
  font-size: clamp(32px, 3.2vw, 42px);
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: 0.01em;
  color: #ffffff;
}

.about-cta-band__body {
  margin: 16px 0 0;
  font-family: var(--font-lato);
  font-size: 17px;
  font-weight: 400;
  line-height: 1.58;
  letter-spacing: 0.01em;
  color: rgba(255, 255, 255, 0.9);
}

.about-cta-band__subhead {
  margin: 44px 0 0;
  font-family: var(--font-lato);
  font-size: clamp(22px, 2.1vw, 28px);
  font-weight: 700;
  line-height: 1.25;
  color: #ffffff;
}

.about-cta-band__link {
  display: inline-block;
  margin: 14px 0 0;
  font-family: var(--font-lato);
  font-size: 17px;
  font-weight: 500;
  line-height: 1.45;
  color: #ffffff;
  text-decoration: underline;
  text-decoration-thickness: 1px;
  text-underline-offset: 5px;
}

.about-cta-band__link:hover {
  color: rgba(255, 255, 255, 0.92);
  text-decoration-thickness: 2px;
}

/* Frame 6c: FAQ sits on same gray field as dossier bands */
.about-faq-wrap {
  padding: 0 0 56px;
  background: #f5f5f5;
}

.page-about .about-faq-wrap .faq {
  padding-top: 8px;
  background: transparent;
}