.about-page {
  background: var(--ink);
}

.about-page .service-header {
  left: 0;
  right: 0;
  width: 100%;
  padding: 18px clamp(20px, 4vw, 58px);
  background:
    linear-gradient(90deg, rgba(245, 244, 239, 0.035) 1px, transparent 1px),
    rgba(3, 9, 14, 0.9);
  background-size: 120px 120px, auto;
  border-bottom: 1px solid rgba(245, 244, 239, 0.12);
  box-shadow: 0 18px 46px rgba(0, 0, 0, 0.22);
  backdrop-filter: blur(20px);
}

.about-page .service-header::before {
  content: "";
  position: absolute;
  left: clamp(240px, 48vw, 740px);
  right: clamp(22px, 6vw, 86px);
  bottom: -1px;
  height: 1px;
  background: linear-gradient(90deg, transparent 0 22px, var(--orange) 22px calc(100% - 8px), var(--orange) calc(100% - 8px));
  opacity: 0.9;
}

.about-page .service-header::after {
  content: "";
  position: absolute;
  right: clamp(18px, 4vw, 58px);
  bottom: -4px;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--orange);
  box-shadow: 0 0 0 1px rgba(255, 75, 31, 0.25);
}

.about-page .service-header .brand {
  gap: 16px;
}

.about-page .service-header .brand-mark {
  width: 44px;
  height: 38px;
  background: rgba(255, 75, 31, 0.08);
}

.about-page .service-header .brand strong {
  font-size: 12px;
  letter-spacing: 0.18em;
}

.about-page .service-header .brand small {
  letter-spacing: 0.42em;
}

.about-page .service-header .main-nav {
  gap: clamp(26px, 4.2vw, 58px);
  color: rgba(245, 244, 239, 0.8);
  font-size: 12px;
}

.about-page .service-header .main-nav a {
  padding: 12px 0 10px;
}

.about-page .service-header .nav-service-item {
  position: relative;
  display: flex;
  align-items: center;
  padding-bottom: 18px;
  margin-bottom: -18px;
}

.about-page .service-header .nav-submenu {
  position: absolute;
  top: 100%;
  left: 50%;
  z-index: 60;
  display: grid;
  gap: 0;
  min-width: 278px;
  padding: 9px;
  background:
    linear-gradient(90deg, rgba(245, 244, 239, 0.055) 1px, transparent 1px),
    linear-gradient(rgba(245, 244, 239, 0.045) 1px, transparent 1px),
    rgba(3, 9, 14, 0.985);
  background-size: 48px 48px, auto;
  border: 1px solid rgba(245, 244, 239, 0.22);
  border-top-color: var(--orange);
  box-shadow: 0 26px 70px rgba(0, 0, 0, 0.66);
  opacity: 0;
  pointer-events: none;
  transform: translate(-50%, -6px);
  transition: opacity 150ms ease, transform 150ms ease;
}

.about-page .service-header .nav-submenu::before {
  content: "";
  position: absolute;
  left: 18px;
  right: 18px;
  top: -1px;
  height: 1px;
  background: var(--orange);
}

.about-page .service-header .nav-service-item:hover .nav-submenu,
.about-page .service-header .nav-service-item:focus-within .nav-submenu {
  opacity: 1;
  pointer-events: auto;
  transform: translate(-50%, 0);
}

.about-page .service-header .nav-submenu a {
  display: block;
  padding: 13px 14px;
  color: rgba(245, 244, 239, 0.9);
  font-size: 11px;
  font-weight: 760;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.about-page .service-header .nav-submenu a + a {
  border-top: 1px solid rgba(245, 244, 239, 0.12);
}

.about-page .service-header .nav-submenu a:hover,
.about-page .service-header .nav-submenu a:focus-visible {
  color: #fff;
  background: rgba(255, 75, 31, 0.12);
  outline: none;
}

.about-page .service-header .nav-submenu a::after {
  display: none;
}

.about-page .service-header .main-nav a::after {
  bottom: 2px;
  height: 2px;
}

.about-page .main-nav a.is-active::after {
  transform: scaleX(1);
}

.about-hero {
  min-height: 860px;
  display: grid;
  align-items: end;
  padding: 136px 0 72px;
}

.about-hero-media,
.about-hero-media::after,
.about-line,
.about-vision-media,
.about-vision-media::after {
  position: absolute;
  inset: 0;
}

.about-hero-media img,
.about-origin-image img,
.about-career-media img,
.about-genesis-media img,
.about-vision-media img,
.about-founder-media img,
.about-qualification-media img,
.about-cta-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.about-hero-media img {
  object-position: 66% 50%;
}

.about-hero-media::after {
  content: "";
  background:
    linear-gradient(90deg, rgba(5, 11, 16, 0.98) 0%, rgba(5, 11, 16, 0.84) 35%, rgba(5, 11, 16, 0.28) 66%, rgba(5, 11, 16, 0.08) 100%),
    linear-gradient(0deg, rgba(5, 11, 16, 0.94), transparent 40%, rgba(5, 11, 16, 0.3));
}

.about-line {
  z-index: 1;
  pointer-events: none;
}

.about-line::before,
.about-line::after {
  content: "";
  position: absolute;
  height: 1px;
  background: rgba(255, 75, 31, 0.78);
}

.about-line::before {
  top: 96px;
  left: 58%;
  right: 7%;
}

.about-line::after {
  left: 9%;
  right: 7%;
  bottom: 132px;
}

.about-hero-inner {
  position: relative;
  z-index: 2;
}

.about-kicker {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 18px;
  margin: 0 0 38px;
  color: rgba(245, 244, 239, 0.52);
  font-size: 12px;
  font-weight: 850;
  letter-spacing: 0.22em;
  text-transform: uppercase;
}

.about-kicker span {
  width: 1px;
  height: 18px;
  background: rgba(245, 244, 239, 0.34);
}

.about-hero h1,
.about-section-head h2,
.about-genesis h2,
.about-vision h2,
.about-founder h2,
.about-qualifications h2,
.about-cta h2 {
  margin: 0;
  font-weight: 950;
  letter-spacing: -0.02em;
}

.about-hero h1 {
  max-width: 770px;
  color: #fff;
  font-size: clamp(54px, 6vw, 88px);
  line-height: 0.95;
}

.about-hero h1 span,
.about-origin-paper h2 span,
.about-section-head h2 span,
.about-genesis h2 span,
.about-vision h2 span,
.about-founder h2 span,
.about-qualifications h2 span,
.about-cta h2 span {
  color: var(--orange);
}

.about-hero p:not(.about-kicker),
.about-section-head > p,
.about-genesis-copy p,
.about-vision-inner > p,
.about-founder-copy p,
.about-cta-copy p {
  color: rgba(245, 244, 239, 0.72);
  font-size: 17px;
  line-height: 1.65;
}

.about-hero p:not(.about-kicker) {
  max-width: 610px;
  margin: 30px 0 0;
}

.about-text-cta {
  display: inline-flex;
  align-items: center;
  gap: 16px;
  margin-top: 34px;
  padding-bottom: 12px;
  color: var(--orange);
  border-bottom: 1px solid var(--orange);
  font-weight: 900;
}

.about-text-cta::after {
  content: "→";
  font-size: 24px;
  line-height: 1;
}

.about-hero-facts {
  display: grid;
  grid-template-columns: repeat(3, minmax(150px, 220px));
  margin-top: 58px;
  border-top: 1px solid rgba(255, 75, 31, 0.72);
}

.about-hero-facts span {
  padding: 16px 28px 0 0;
  color: rgba(245, 244, 239, 0.5);
  font-size: 11px;
  line-height: 1.35;
  text-transform: uppercase;
  border-right: 1px solid rgba(245, 244, 239, 0.24);
}

.about-hero-facts strong {
  display: block;
  margin-bottom: 6px;
  color: #fff;
  font-size: 16px;
}

.about-origins {
  display: grid;
  grid-template-columns: minmax(380px, 0.95fr) minmax(0, 1.05fr);
  min-height: 760px;
  background: #050b10;
}

.about-origin-paper {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 82px clamp(34px, 6vw, 110px);
  background:
    linear-gradient(90deg, rgba(22, 22, 22, 0.08) 1px, transparent 1px),
    linear-gradient(rgba(22, 22, 22, 0.06) 1px, transparent 1px),
    var(--paper);
  background-size: 78px 78px;
  color: var(--paper-ink);
}

.about-origin-paper .brand {
  position: absolute;
  left: clamp(34px, 6vw, 94px);
  top: 42px;
  color: var(--paper-ink);
}

.about-origin-paper .brand-mark {
  width: 34px;
  height: 30px;
  font-size: 21px;
}

.about-origin-paper h2 {
  max-width: 520px;
  margin: 0;
  font-size: clamp(42px, 4.4vw, 68px);
  line-height: 0.98;
  letter-spacing: -0.035em;
}

.about-origin-paper p {
  max-width: 560px;
  color: rgba(22, 22, 22, 0.72);
  font-size: 16px;
  line-height: 1.7;
}

.about-origin-paper a:not(.brand) {
  width: max-content;
  margin-top: 18px;
  color: var(--orange);
  font-weight: 850;
  border-bottom: 1px solid rgba(255, 75, 31, 0.7);
  padding-bottom: 8px;
}

.about-origin-image {
  min-height: 760px;
  overflow: hidden;
}

.about-origin-image img {
  object-position: 50% 50%;
}

.about-career,
.about-genesis,
.about-founder,
.about-qualifications {
  padding: 112px 0;
}

.about-rail,
.about-qualification-side {
  position: absolute;
  left: 38px;
  top: 94px;
  bottom: 82px;
  color: rgba(245, 244, 239, 0.62);
  font-size: 13px;
  font-weight: 760;
  letter-spacing: 0.42em;
  text-transform: uppercase;
  writing-mode: vertical-rl;
  transform: rotate(180deg);
  border-left: 1px solid rgba(245, 244, 239, 0.24);
  padding-left: 24px;
}

.about-section-head {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(320px, 0.55fr);
  gap: 54px;
  align-items: end;
  margin-bottom: 44px;
}

.about-section-head .eyebrow {
  grid-column: 1 / -1;
  margin-bottom: -26px;
}

.about-section-head h2 {
  max-width: 820px;
  color: #fff;
  font-size: clamp(42px, 5.2vw, 74px);
  line-height: 0.96;
}

.about-section-head > p {
  margin: 0;
}

.about-career-grid {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
}

.about-career-grid article {
  min-height: 260px;
  padding: 26px;
  background: rgba(5, 11, 16, 0.72);
  border: 1px solid rgba(245, 244, 239, 0.14);
}

.about-career-grid img {
  width: 40px;
  height: 40px;
  margin-bottom: 28px;
}

.about-career-grid span {
  display: block;
  margin-bottom: 12px;
  color: var(--orange);
  font-size: 18px;
  font-weight: 950;
}

.about-career-grid h3 {
  margin: 0;
  color: #fff;
  font-size: 23px;
  line-height: 1.05;
}

.about-career-grid p {
  margin: 18px 0 0;
  color: rgba(245, 244, 239, 0.62);
  font-size: 14px;
  line-height: 1.6;
}

.about-career-media {
  position: relative;
  height: 360px;
  margin-top: 38px;
  border-top: 1px solid rgba(255, 75, 31, 0.42);
}

.about-career-media::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(0deg, rgba(5, 11, 16, 0.36), rgba(5, 11, 16, 0.08));
}

.about-genesis-grid {
  display: grid;
  grid-template-columns: minmax(320px, 0.62fr) minmax(0, 1fr);
  gap: 32px;
  align-items: stretch;
}

.about-genesis-copy {
  align-self: center;
}

.about-genesis-copy .brand {
  margin-bottom: 58px;
}

.about-genesis h2 {
  max-width: 520px;
  color: #fff;
  font-size: clamp(42px, 4.8vw, 72px);
  line-height: 0.95;
}

.about-genesis-media {
  min-height: 520px;
  border: 1px solid rgba(245, 244, 239, 0.14);
}

.about-genesis-media img {
  object-fit: cover;
  object-position: 58% 50%;
  padding: 0;
  background: #f7f6f2;
}

.about-genesis-points {
  grid-column: 2;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1px;
  margin-top: -112px;
  background: rgba(245, 244, 239, 0.14);
  border: 1px solid rgba(245, 244, 239, 0.14);
}

.about-genesis-points article {
  min-height: 152px;
  padding: 22px;
  background: rgba(5, 11, 16, 0.86);
}

.about-genesis-points img {
  width: 34px;
  height: 34px;
  margin-bottom: 18px;
}

.about-genesis-points strong {
  display: block;
  color: #fff;
  font-size: 17px;
}

.about-genesis-points span {
  display: block;
  margin-top: 8px;
  color: rgba(245, 244, 239, 0.6);
  font-size: 13px;
  line-height: 1.45;
}

.about-vision {
  min-height: 640px;
  display: grid;
  align-items: center;
  padding: 96px 0;
}

.about-vision-media img {
  object-position: 50% 50%;
}

.about-vision-media::after {
  content: "";
  background:
    linear-gradient(90deg, rgba(5, 11, 16, 0.96) 0%, rgba(5, 11, 16, 0.88) 45%, rgba(5, 11, 16, 0.5) 100%),
    linear-gradient(0deg, rgba(5, 11, 16, 0.9), transparent 48%, rgba(5, 11, 16, 0.2));
}

.about-vision-inner {
  position: relative;
  z-index: 2;
}

.about-vision h2 {
  max-width: 740px;
  color: #fff;
  font-size: clamp(42px, 5vw, 76px);
  line-height: 0.96;
}

.about-vision-inner > p {
  max-width: 650px;
  margin: 26px 0 0;
}

.about-vision-scale {
  display: grid;
  grid-template-columns: 210px minmax(180px, 520px) 220px;
  align-items: center;
  gap: 22px;
  max-width: 990px;
  margin-top: 64px;
  color: rgba(245, 244, 239, 0.7);
  font-size: 13px;
  font-weight: 850;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.about-vision-scale i {
  height: 2px;
  background: linear-gradient(90deg, rgba(255, 75, 31, 0.1), var(--orange), rgba(255, 75, 31, 0.2));
}

.about-vision-scale strong {
  color: var(--orange);
}

.about-founder-grid {
  display: grid;
  grid-template-columns: minmax(500px, 0.72fr) minmax(0, 1fr);
  gap: 48px clamp(64px, 6vw, 96px);
  align-items: center;
}

.about-founder-copy {
  position: relative;
  z-index: 2;
}

.about-founder h2 {
  max-width: 640px;
  color: #fff;
  font-size: clamp(42px, 4.8vw, 72px);
  line-height: 0.96;
}

.about-founder-copy p {
  max-width: 600px;
}

.about-founder-copy blockquote {
  margin: 42px 0 0;
  padding-left: 26px;
  color: #fff;
  font-size: clamp(26px, 3vw, 42px);
  line-height: 1.05;
  font-weight: 950;
  border-left: 3px solid var(--orange);
}

.about-founder-signature {
  display: grid;
  gap: 6px;
  margin-top: 30px;
  color: rgba(245, 244, 239, 0.58);
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 0.14em;
}

.about-founder-signature strong {
  color: var(--orange);
}

.about-founder-media {
  position: relative;
  min-height: 560px;
  overflow: hidden;
  border: 1px solid rgba(245, 244, 239, 0.14);
}

.about-founder-media img {
  position: absolute;
  inset: 0;
  object-position: 52% 50%;
}

.about-qualification-grid {
  display: grid;
  grid-template-columns: minmax(420px, 0.95fr) minmax(0, 1.05fr);
  align-items: stretch;
  gap: 0;
}

.about-qualification-document {
  position: relative;
  z-index: 2;
  padding: 58px clamp(28px, 4vw, 68px);
  color: var(--paper-ink);
  background:
    linear-gradient(90deg, rgba(22, 22, 22, 0.08) 1px, transparent 1px),
    linear-gradient(rgba(22, 22, 22, 0.06) 1px, transparent 1px),
    var(--paper);
  background-size: 68px 68px;
}

.about-qualification-document h2 {
  max-width: 660px;
  color: var(--paper-ink);
  font-size: clamp(36px, 4.2vw, 62px);
  line-height: 0.98;
}

.about-qualification-list {
  margin-top: 34px;
  border-top: 1px solid rgba(22, 22, 22, 0.24);
}

.about-qualification-list article {
  display: grid;
  grid-template-columns: 58px minmax(0, 1fr) 38px;
  gap: 22px;
  align-items: center;
  min-height: 86px;
  border-bottom: 1px solid rgba(22, 22, 22, 0.24);
}

.about-qualification-list img {
  width: 42px;
  height: 42px;
}

.about-qualification-list strong {
  display: block;
  color: var(--paper-ink);
  font-size: 18px;
  line-height: 1.1;
}

.about-qualification-list span {
  display: block;
  margin-top: 5px;
  color: rgba(22, 22, 22, 0.66);
  font-size: 13px;
  line-height: 1.35;
}

.about-qualification-list i {
  position: relative;
  width: 34px;
  height: 34px;
  border: 1px solid var(--orange);
  border-radius: 50%;
}

.about-qualification-list i::before {
  content: "✓";
  position: absolute;
  inset: 0;
  display: grid;
  place-items: center;
  color: var(--orange);
  font-style: normal;
  font-weight: 900;
}

.about-qualification-media {
  min-height: 720px;
}

.about-qualification-media img {
  object-position: 58% 50%;
}

.about-cta {
  display: grid;
  grid-template-columns: minmax(0, 1.04fr) minmax(420px, 0.96fr);
  min-height: 690px;
}

.about-cta-image {
  min-height: 690px;
}

.about-cta-image img {
  object-position: 50% 50%;
}

.about-cta-copy {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 84px clamp(28px, 6vw, 112px);
}

.about-cta h2 {
  max-width: 600px;
  color: #fff;
  font-size: clamp(42px, 5vw, 74px);
  line-height: 0.96;
}

.about-cta-copy p:not(.eyebrow) {
  max-width: 540px;
  margin: 26px 0 0;
}

.about-cta-tabs {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 0;
  margin-top: 62px;
  border-top: 1px solid rgba(245, 244, 239, 0.18);
}

.about-cta-tabs span {
  position: relative;
  padding: 18px 18px 0 20px;
  color: rgba(245, 244, 239, 0.48);
  font-size: 11px;
  line-height: 1.35;
  border-right: 1px solid rgba(245, 244, 239, 0.16);
}

.about-cta-tabs span::before {
  content: "";
  position: absolute;
  top: -5px;
  left: 0;
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background: var(--orange);
}

.about-cta-tabs strong {
  display: block;
  margin-bottom: 5px;
  color: #fff;
  font-size: 13px;
}

.about-page .service-footer .footer-photo img {
  object-position: 50% 50%;
}

@media (max-width: 1060px) {
  .about-origins,
  .about-section-head,
  .about-genesis-grid,
  .about-founder-grid,
  .about-qualification-grid,
  .about-cta {
    grid-template-columns: 1fr;
  }

  .about-genesis-points {
    grid-column: auto;
    margin-top: 0;
  }

  .about-rail,
  .about-qualification-side {
    display: none;
  }

  .about-origin-paper::before {
    display: none;
  }
}

@media (max-width: 720px) {
  .about-page .service-header {
    padding: 12px 14px;
    gap: 14px;
  }

  .about-page .service-header::before,
  .about-page .service-header::after {
    display: none;
  }

  .about-page .service-header .brand {
    flex: 0 0 auto;
    gap: 10px;
    order: 1;
  }

  .about-page .service-header .brand-mark {
    width: 34px;
    height: 32px;
    font-size: 22px;
  }

  .about-page .service-header .brand strong {
    font-size: 10px;
    letter-spacing: 0.12em;
  }

  .about-page .service-header .brand small {
    font-size: 8px;
    letter-spacing: 0.28em;
  }

  .about-hero {
    min-height: 760px;
    padding-top: 118px;
  }

  .about-hero h1,
  .about-section-head h2,
  .about-genesis h2,
  .about-vision h2,
  .about-founder h2,
  .about-qualifications h2,
  .about-cta h2 {
    font-size: clamp(38px, 11vw, 54px);
  }

  .about-kicker {
    gap: 10px;
    font-size: 10px;
  }

  .about-kicker span {
    display: none;
  }

  .about-hero-facts,
  .about-career-grid,
  .about-genesis-points,
  .about-vision-scale,
  .about-cta-tabs {
    grid-template-columns: 1fr;
  }

  .about-origin-paper {
    padding: 112px 24px 56px;
  }

  .about-origin-paper .brand {
    left: 24px;
    top: 34px;
  }

  .about-origin-image,
  .about-career-media,
  .about-genesis-media,
  .about-founder-media,
  .about-qualification-media,
  .about-cta-image {
    min-height: 380px;
    height: 420px;
  }

  .about-career,
  .about-genesis,
  .about-founder,
  .about-qualifications {
    padding: 74px 0;
  }

  .about-section-head {
    gap: 22px;
  }

  .about-section-head .eyebrow {
    margin-bottom: 0;
  }

  .about-career-grid article {
    min-height: auto;
  }

  .about-vision {
    min-height: 560px;
  }

  .about-qualification-document {
    padding: 42px 24px;
  }

  .about-qualification-list article {
    grid-template-columns: 42px minmax(0, 1fr) 32px;
    gap: 14px;
  }

  .about-qualification-list img {
    width: 34px;
    height: 34px;
  }

  .about-qualification-list strong {
    font-size: 16px;
  }

  .about-qualification-list span {
    font-size: 12px;
  }

  .about-cta-copy {
    padding: 56px 24px 64px;
  }
}

@media (max-width: 720px) {
  .about-page h1,
  .about-page h2,
  .about-page h3,
  .about-page p,
  .about-page a,
  .about-page span,
  .about-page strong,
  .about-page small {
    overflow-wrap: anywhere;
    word-break: normal;
  }

  .about-hero h1,
  .about-section-head h2,
  .about-genesis h2,
  .about-vision h2,
  .about-founder h2,
  .about-qualifications h2,
  .about-cta h2 {
    line-height: 1.04;
  }

  .about-career-grid article,
  .about-genesis-points article,
  .about-vision-scale article,
  .about-qualification-list article,
  .about-cta-tabs span {
    height: auto;
    min-height: 0;
    overflow: visible;
  }

  .about-career,
  .about-genesis,
  .about-vision,
  .about-founder,
  .about-qualifications,
  .about-cta {
    overflow: visible;
  }

  .about-career-grid h3,
  .about-genesis-points strong,
  .about-vision-scale strong,
  .about-qualification-list strong {
    line-height: 1.15;
  }
}

/* Spacing safety pass: keep copy clear of framed and ruled elements. */
.about-hero-facts span,
.about-career-grid article,
.about-genesis-points article,
.about-vision-scale article {
  padding: clamp(22px, 2.2vw, 34px);
}

.about-qualification-list article {
  padding: 18px 16px;
  column-gap: 26px;
}

.about-cta-tabs span {
  padding: 22px 22px 0 24px;
}

.about-cta-tabs span::before {
  left: 12px;
}

.about-founder-signature,
.about-origin-paper a:not(.brand),
.about-text-cta {
  padding-inline: 4px;
}

@media (max-width: 720px) {
  .about-hero-facts span,
  .about-career-grid article,
  .about-genesis-points article,
  .about-vision-scale article,
  .about-qualification-list article,
  .about-cta-tabs span {
    padding-left: 22px;
    padding-right: 22px;
  }

  .about-cta-tabs span::before {
    left: 22px;
  }
}
.about-genesis-copy { container-type: inline-size; }
.about-genesis h2 { font-size: clamp(34px, 13.5cqw, 68px); line-height: 1.04; }

/* Recadrage du fin liseré blanc intégré à la photographie. */
:root body .about-founder-media img { transform: scale(1.02); }
