/*
 * Filamenter About Page — v1.5.1
 * Structural, RTL-first implementation for page-templates/about.php.
 */

body.flmnt-about-page {
  --flmnt-about-ink: #17191d;
  --flmnt-about-muted: #777b83;
  --flmnt-about-line: #e8e9eb;
  --flmnt-about-soft: #f7f7f7;
  --flmnt-about-green: #18b985;
  --flmnt-about-green-dark: #07976a;
  --flmnt-about-radius: 10px;
  --flmnt-about-container: 1380px;
}

body.flmnt-about-page .flmnt-about,
body.flmnt-about-page .flmnt-about * {
  box-sizing: border-box;
}

body.flmnt-about-page .flmnt-about {
  position: relative;
  width: 100%;
  margin: 0;
  padding: 0 0 76px;
  overflow: hidden;
  color: var(--flmnt-about-ink);
  background: #fff;
  direction: rtl;
}

body.flmnt-about-page .flmnt-about::before,
body.flmnt-about-page .flmnt-about::after {
  display: none;
}

body.flmnt-about-page .flmnt-about .flmnt-wrap {
  width: min(var(--flmnt-about-container), calc(100% - 80px));
  max-width: none;
  margin-inline: auto;
  padding-inline: 0;
}

body.flmnt-about-page .flmnt-about img {
  max-width: 100%;
}

body.flmnt-about-page .flmnt-about svg {
  display: block;
  width: 1em;
  height: 1em;
  fill: currentColor;
  stroke: none;
}

body.flmnt-about-page .flmnt-about a {
  text-decoration: none;
}

body.flmnt-about-page .flmnt-about h1,
body.flmnt-about-page .flmnt-about h2,
body.flmnt-about-page .flmnt-about h3,
body.flmnt-about-page .flmnt-about p,
body.flmnt-about-page .flmnt-about figure,
body.flmnt-about-page .flmnt-about ul {
  margin-top: 0;
}

body.flmnt-about-page .flmnt-about h1,
body.flmnt-about-page .flmnt-about h2,
body.flmnt-about-page .flmnt-about h3,
body.flmnt-about-page .flmnt-about strong {
  color: var(--flmnt-about-ink);
}

body.flmnt-about-page .flmnt-about__eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  width: fit-content;
  margin: 0 0 12px;
  color: var(--flmnt-about-green-dark);
  font-size: 13px;
  font-weight: 500;
  line-height: 1.8;
  background: transparent;
  border: 0;
}

body.flmnt-about-page .flmnt-about__eyebrow::before {
  content: "";
  flex: 0 0 7px;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: var(--flmnt-about-green);
  box-shadow: none;
}

/* Full-width structural hero. */
body.flmnt-about-page .flmnt-about__hero {
  position: relative;
  width: 100%;
  min-height: clamp(360px, 27vw, 553px);
  margin: 0;
  overflow: hidden;
  isolation: isolate;
  background: #f9fafb;
  border: 0;
}

body.flmnt-about-page .flmnt-about__hero::before,
body.flmnt-about-page .flmnt-about__hero::after {
  display: none;
}

body.flmnt-about-page .flmnt-about__hero-media {
  position: absolute;
  inset: 0;
  z-index: 0;
  margin: 0;
  overflow: hidden;
}

body.flmnt-about-page .flmnt-about__hero-media img {
  display: block;
  width: 100%;
  height: 100%;
  max-width: none;
  object-fit: cover;
  object-position: left center;
  image-rendering: auto;
}

body.flmnt-about-page .flmnt-about__hero-inner {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  min-height: clamp(360px, 27vw, 553px);
}

body.flmnt-about-page .flmnt-about__hero-content {
  width: min(52%, 710px);
  margin: 0;
  padding-block: 54px;
  text-align: right;
}

body.flmnt-about-page .flmnt-about__hero h1 {
  max-width: 690px;
  margin-bottom: 18px;
  font-size: clamp(30px, 2.45vw, 46px);
  font-weight: 700;
  line-height: 1.35;
  letter-spacing: -.045em;
}

body.flmnt-about-page .flmnt-about__hero p {
  max-width: 650px;
  margin-bottom: 26px;
  color: #737982;
  font-size: clamp(14px, 1.06vw, 17px);
  font-weight: 400;
  line-height: 2.05;
}

body.flmnt-about-page .flmnt-about__actions {
  display: flex;
  align-items: center;
  gap: 12px;
}

body.flmnt-about-page .flmnt-about__btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 9px;
  min-height: 46px;
  padding: 0 22px;
  border: 1px solid transparent;
  border-radius: 999px;
  font-size: 13px;
  font-weight: 600;
  line-height: 1;
  transition: transform .18s ease, background-color .18s ease, border-color .18s ease;
}

body.flmnt-about-page .flmnt-about__btn svg {
  width: 17px;
  height: 17px;
}

body.flmnt-about-page .flmnt-about__btn--primary {
  color: #fff;
  background: #151515;
  border-color: #151515;
  box-shadow: none;
}

body.flmnt-about-page .flmnt-about__btn--primary:hover {
  color: #fff;
  background: #000;
  border-color: #000;
  transform: translateY(-1px);
}

/* Trust cards. */
body.flmnt-about-page .flmnt-about__trust {
  padding-top: 86px;
  padding-bottom: 92px;
}

body.flmnt-about-page .flmnt-about__trust-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 28px;
}

body.flmnt-about-page .flmnt-about__mini-card,
body.flmnt-about-page .flmnt-about__value-card,
body.flmnt-about-page .flmnt-about__stat-card,
body.flmnt-about-page .flmnt-about__timeline-card,
body.flmnt-about-page .flmnt-about__material-card {
  border: 1px solid var(--flmnt-about-line);
  border-radius: var(--flmnt-about-radius);
  background: var(--flmnt-about-soft);
  box-shadow: none;
}

body.flmnt-about-page .flmnt-about__mini-card {
  min-height: 174px;
  padding: 28px 22px 22px;
  text-align: center;
}

body.flmnt-about-page .flmnt-about__icon,
body.flmnt-about-page .flmnt-about__mini-card > .flmnt-about__icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 34px;
  height: 34px;
  margin: 0 auto 15px;
  color: #fff;
  border: 0;
  border-radius: 50%;
  background: var(--flmnt-about-green);
}

body.flmnt-about-page .flmnt-about__icon svg {
  width: 17px;
  height: 17px;
}

body.flmnt-about-page .flmnt-about__mini-card strong {
  display: block;
  margin-bottom: 8px;
  font-size: 14px;
  font-weight: 600;
}

body.flmnt-about-page .flmnt-about__mini-card p {
  margin-bottom: 0;
  color: var(--flmnt-about-muted);
  font-size: 12px;
  line-height: 1.9;
}

/* Story. Source order is already RTL-correct: media, then copy. */
body.flmnt-about-page .flmnt-about__story {
  display: grid;
  grid-template-columns: minmax(290px, 34%) minmax(0, 1fr);
  gap: 22px;
  align-items: stretch;
  margin-bottom: 94px;
}

body.flmnt-about-page .flmnt-about__story-media {
  position: relative;
  min-height: 408px;
  margin: 0;
  overflow: hidden;
  border-radius: var(--flmnt-about-radius);
  background:
    linear-gradient(132deg, rgba(255,255,255,.08) 0 34%, transparent 34% 100%),
    linear-gradient(135deg, #16a878, #55c4a8);
}

body.flmnt-about-page .flmnt-about__story-media::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(145deg, rgba(0,0,0,.08), transparent 45%);
  pointer-events: none;
}

body.flmnt-about-page .flmnt-about__story-media img {
  position: absolute;
  inset: 50% auto auto 50%;
  z-index: 1;
  width: 82%;
  height: 78%;
  object-fit: contain;
  transform: translate(-50%, -50%);
  filter: drop-shadow(0 24px 24px rgba(0,0,0,.18));
}

body.flmnt-about-page .flmnt-about__story-content {
  padding: 35px 38px 34px;
  border-radius: var(--flmnt-about-radius);
  background: var(--flmnt-about-soft);
}

body.flmnt-about-page .flmnt-about__story-content h2,
body.flmnt-about-page .flmnt-about__section-head h2,
body.flmnt-about-page .flmnt-about__quality-content h2 {
  margin-bottom: 14px;
  font-size: clamp(24px, 2vw, 34px);
  font-weight: 700;
  line-height: 1.55;
  letter-spacing: -.035em;
}

body.flmnt-about-page .flmnt-about__story-content > p,
body.flmnt-about-page .flmnt-about__section-head > p,
body.flmnt-about-page .flmnt-about__quality-content > p {
  color: var(--flmnt-about-muted);
  font-size: 13px;
  line-height: 2;
}

body.flmnt-about-page .flmnt-about__story-points {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
  margin-top: 28px;
}

body.flmnt-about-page .flmnt-about__story-points article {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  min-height: 116px;
  padding: 18px;
  border: 1px solid var(--flmnt-about-line);
  border-radius: 9px;
  background: #fff;
}

body.flmnt-about-page .flmnt-about__story-points article > span {
  flex: 0 0 29px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 29px;
  height: 29px;
  color: var(--flmnt-about-green-dark);
}

body.flmnt-about-page .flmnt-about__story-points article > span svg {
  width: 22px;
  height: 22px;
}

body.flmnt-about-page .flmnt-about__story-points strong {
  display: block;
  margin-bottom: 6px;
  font-size: 12px;
  font-weight: 600;
  line-height: 1.75;
}

body.flmnt-about-page .flmnt-about__story-points small {
  display: block;
  color: var(--flmnt-about-muted);
  font-size: 10.5px;
  line-height: 1.8;
}

/* Shared headings. */
body.flmnt-about-page .flmnt-about__section-head {
  max-width: 770px;
  margin-bottom: 38px;
}

body.flmnt-about-page .flmnt-about__section-head--center {
  margin-inline: auto;
  text-align: center;
}

body.flmnt-about-page .flmnt-about__section-head--center .flmnt-about__eyebrow {
  margin-inline: auto;
}

/* Values. */
body.flmnt-about-page .flmnt-about__values {
  margin-bottom: 96px;
  text-align: center;
}

body.flmnt-about-page .flmnt-about__values .flmnt-about__section-head {
  margin-inline: auto;
}

body.flmnt-about-page .flmnt-about__values-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 24px;
}

body.flmnt-about-page .flmnt-about__value-card {
  min-height: 167px;
  padding: 25px 22px 22px;
}

body.flmnt-about-page .flmnt-about__value-card .flmnt-about__icon {
  color: var(--flmnt-about-ink);
  background: transparent;
  border-radius: 0;
}

body.flmnt-about-page .flmnt-about__value-card .flmnt-about__icon svg {
  width: 25px;
  height: 25px;
}

body.flmnt-about-page .flmnt-about__value-card h3 {
  margin-bottom: 8px;
  font-size: 14px;
  font-weight: 600;
}

body.flmnt-about-page .flmnt-about__value-card p {
  margin-bottom: 0;
  color: var(--flmnt-about-muted);
  font-size: 11.5px;
  line-height: 1.9;
}

/* Materials + stats form the soft showcase block from the UI. */
body.flmnt-about-page .flmnt-about__materials {
  width: min(calc(var(--flmnt-about-container) + 70px), calc(100% - 56px));
  padding: 50px 28px 30px;
  border-radius: 6px 6px 0 0;
  background: #f6f6f6;
}

body.flmnt-about-page .flmnt-about__materials-grid {
  display: grid;
  grid-template-columns: repeat(7, minmax(0, 1fr));
  gap: 14px;
}

body.flmnt-about-page .flmnt-about__material-card {
  min-width: 0;
  min-height: 165px;
  padding: 14px 10px 15px;
  text-align: center;
  background: #fff;
}

body.flmnt-about-page .flmnt-about__material-card img {
  display: block;
  width: 100%;
  height: 88px;
  margin: 0 auto 8px;
  object-fit: contain;
}

body.flmnt-about-page .flmnt-about__material-card strong {
  display: block;
  margin-bottom: 4px;
  font-size: 12px;
  font-weight: 700;
  direction: ltr;
}

body.flmnt-about-page .flmnt-about__material-card span {
  display: block;
  padding: 0;
  color: var(--flmnt-about-muted);
  font-size: 9.5px;
  line-height: 1.7;
  background: transparent;
}

body.flmnt-about-page .flmnt-about__stats {
  display: none;
}

/* Four-step journey, structurally rendered from PHP. */
body.flmnt-about-page .flmnt-about__process {
  display: block;
  width: min(calc(var(--flmnt-about-container) + 70px), calc(100% - 56px));
  margin-top: 0;
  padding: 28px 28px 50px;
  border-radius: 0 0 6px 6px;
  background: #f6f6f6;
}

body.flmnt-about-page .flmnt-about__process .flmnt-about__section-head {
  max-width: 100%;
  margin-bottom: 28px;
  padding-top: 30px;
  border-top: 1px solid #dedede;
}

body.flmnt-about-page .flmnt-about__process .flmnt-about__section-head .flmnt-about__eyebrow {
  position: relative;
  margin: -43px auto 8px;
  padding: 0 16px;
  background: #f6f6f6;
}

body.flmnt-about-page .flmnt-about__process .flmnt-about__section-head h2 {
  width: fit-content;
  margin: 0 auto;
  padding: 0 16px;
  background: #f6f6f6;
  font-size: 16px;
  line-height: 1.8;
}

body.flmnt-about-page .flmnt-about__timeline {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 18px;
}

body.flmnt-about-page .flmnt-about__timeline-card {
  position: relative;
  min-height: 148px;
  padding: 24px 18px 20px;
  text-align: center;
  background: #fff;
}

body.flmnt-about-page .flmnt-about__timeline-number {
  position: absolute;
  inset: 12px 12px auto auto;
  display: grid;
  place-items: center;
  width: 32px;
  height: 32px;
  color: #fff;
  border: 3px solid #fff;
  border-radius: 50%;
  background: #111;
  box-shadow: 0 0 0 1px #111;
  font-size: 11px;
  font-weight: 700;
}

body.flmnt-about-page .flmnt-about__timeline-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 36px;
  height: 36px;
  margin: 0 auto 11px;
  color: #161719;
}

body.flmnt-about-page .flmnt-about__timeline-icon svg {
  width: 23px;
  height: 23px;
}

body.flmnt-about-page .flmnt-about__timeline-card h3 {
  margin-bottom: 7px;
  font-size: 13px;
  font-weight: 600;
}

body.flmnt-about-page .flmnt-about__timeline-card p {
  margin-bottom: 0;
  color: var(--flmnt-about-muted);
  font-size: 10.5px;
  line-height: 1.85;
}

/* Quality card. */
body.flmnt-about-page .flmnt-about__quality {
  margin-top: 96px;
  margin-bottom: 92px;
}

body.flmnt-about-page .flmnt-about__quality-card {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(280px, 32%);
  min-height: 364px;
  overflow: hidden;
  border-radius: 7px;
  background: var(--flmnt-about-soft);
}

body.flmnt-about-page .flmnt-about__quality-content {
  padding: 48px 50px 42px;
}

body.flmnt-about-page .flmnt-about__quality-content > p {
  max-width: 760px;
}

body.flmnt-about-page .flmnt-about__quality-action {
  margin-top: 24px;
}

body.flmnt-about-page .flmnt-about__check-list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 13px 24px;
  margin: 27px 0 0;
  padding: 0;
  list-style: none;
}

body.flmnt-about-page .flmnt-about__check-list li {
  position: relative;
  min-height: 38px;
  padding: 9px 40px 9px 14px;
  color: #545860;
  border-radius: 999px;
  background: #fff;
  font-size: 11.5px;
  line-height: 1.7;
}

body.flmnt-about-page .flmnt-about__check-list li::before {
  content: "✓";
  position: absolute;
  inset-inline-start: 10px;
  top: 50%;
  display: grid;
  place-items: center;
  width: 20px;
  height: 20px;
  color: #fff;
  border-radius: 50%;
  background: var(--flmnt-about-green);
  transform: translateY(-50%);
  font-size: 12px;
  font-weight: 700;
}

body.flmnt-about-page .flmnt-about__quality-media {
  position: relative;
  min-height: 364px;
  margin: 0;
  overflow: hidden;
  background: linear-gradient(145deg, #0d0d0d 0 52%, #3a3a3a 52% 100%);
}

body.flmnt-about-page .flmnt-about__quality-media img {
  position: absolute;
  inset: 50% auto auto 50%;
  width: 88%;
  height: 82%;
  object-fit: contain;
  transform: translate(-50%, -50%);
  filter: drop-shadow(0 24px 28px rgba(0,0,0,.35));
}

/* Extra legacy blocks are intentionally omitted from the approved composition. */
body.flmnt-about-page .flmnt-about__engineering,
body.flmnt-about-page .flmnt-about__final-cta {
  display: none;
}

/* FAQ. */
body.flmnt-about-page .flmnt-about__faq {
  max-width: 1180px;
  padding-top: 18px;
}

body.flmnt-about-page .flmnt-about__faq::before {
  content: "؟";
  display: grid;
  place-items: center;
  width: 50px;
  height: 50px;
  margin: 0 auto 18px;
  color: #111;
  border-radius: 50%;
  background: #f7f7f7;
  font-size: 21px;
  font-weight: 700;
}

body.flmnt-about-page .flmnt-about__faq .flmnt-about__section-head {
  margin-bottom: 30px;
}

body.flmnt-about-page .flmnt-about__faq .flmnt-about__section-head h2 {
  margin-bottom: 9px;
  font-size: 22px;
}

body.flmnt-about-page .flmnt-about__faq .flmnt-about__section-head p {
  margin-bottom: 0;
  color: var(--flmnt-about-muted);
  font-size: 11.5px;
  line-height: 2;
}

body.flmnt-about-page .flmnt-about__faq-list {
  display: grid;
  gap: 9px;
}

body.flmnt-about-page .flmnt-about__faq-item {
  overflow: hidden;
  border: 1px solid transparent;
  border-radius: 7px;
  background: #f7f7f7;
}

body.flmnt-about-page .flmnt-about__faq-item[open] {
  border-color: var(--flmnt-about-green);
  background: #fff;
}

body.flmnt-about-page .flmnt-about__faq-item summary {
  position: relative;
  display: block;
  padding: 17px 55px 17px 20px;
  color: #282b2f;
  cursor: pointer;
  list-style: none;
  font-size: 13px;
  font-weight: 600;
  line-height: 1.8;
}

body.flmnt-about-page .flmnt-about__faq-item summary::-webkit-details-marker {
  display: none;
}

body.flmnt-about-page .flmnt-about__faq-item summary::before {
  content: "+";
  position: absolute;
  inset-inline-start: 18px;
  top: 50%;
  color: #111;
  transform: translateY(-50%);
  font-size: 20px;
  font-weight: 400;
}

body.flmnt-about-page .flmnt-about__faq-item[open] summary::before {
  content: "−";
}

body.flmnt-about-page .flmnt-about__faq-item p {
  margin: -5px 55px 16px 20px;
  color: var(--flmnt-about-muted);
  font-size: 11.5px;
  line-height: 2;
}

@media (max-width: 1180px) {
  body.flmnt-about-page .flmnt-about .flmnt-wrap {
    width: min(var(--flmnt-about-container), calc(100% - 48px));
  }

  body.flmnt-about-page .flmnt-about__hero-content {
    width: 58%;
  }

  body.flmnt-about-page .flmnt-about__materials-grid {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }

  body.flmnt-about-page .flmnt-about__story-points {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 900px) {
  body.flmnt-about-page .flmnt-about__hero,
  body.flmnt-about-page .flmnt-about__hero-inner {
    min-height: 430px;
  }

  body.flmnt-about-page .flmnt-about__hero-media img {
    object-position: 31% center;
    opacity: .48;
  }

  body.flmnt-about-page .flmnt-about__hero-media::after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(270deg, rgba(255,255,255,.98) 0 42%, rgba(255,255,255,.72) 72%, rgba(255,255,255,.2));
  }

  body.flmnt-about-page .flmnt-about__hero-content {
    width: 68%;
  }

  body.flmnt-about-page .flmnt-about__trust-grid,
  body.flmnt-about-page .flmnt-about__values-grid,
  body.flmnt-about-page .flmnt-about__timeline {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  body.flmnt-about-page .flmnt-about__story,
  body.flmnt-about-page .flmnt-about__quality-card {
    grid-template-columns: 1fr;
  }

  body.flmnt-about-page .flmnt-about__story-media,
  body.flmnt-about-page .flmnt-about__quality-media {
    min-height: 330px;
  }
}

@media (max-width: 767px) {
  body.flmnt-about-page .flmnt-about {
    padding-bottom: 46px;
  }

  body.flmnt-about-page .flmnt-about .flmnt-wrap,
  body.flmnt-about-page .flmnt-about__materials,
  body.flmnt-about-page .flmnt-about__process {
    width: calc(100% - 32px);
  }

  body.flmnt-about-page .flmnt-about__hero,
  body.flmnt-about-page .flmnt-about__hero-inner {
    min-height: 490px;
  }

  body.flmnt-about-page .flmnt-about__hero-media img {
    object-position: 23% bottom;
  }

  body.flmnt-about-page .flmnt-about__hero-media::after {
    background: linear-gradient(180deg, rgba(255,255,255,.97) 0 52%, rgba(255,255,255,.54) 77%, rgba(255,255,255,.12));
  }

  body.flmnt-about-page .flmnt-about__hero-inner {
    align-items: flex-start;
  }

  body.flmnt-about-page .flmnt-about__hero-content {
    width: 100%;
    padding-block: 38px 220px;
  }

  body.flmnt-about-page .flmnt-about__hero h1 {
    max-width: 100%;
    font-size: 28px;
    line-height: 1.5;
  }

  body.flmnt-about-page .flmnt-about__hero p {
    font-size: 13px;
    line-height: 1.95;
  }

  body.flmnt-about-page .flmnt-about__btn {
    min-height: 44px;
    padding-inline: 19px;
    font-size: 12px;
  }

  body.flmnt-about-page .flmnt-about__trust {
    padding-top: 46px;
    padding-bottom: 56px;
  }

  body.flmnt-about-page .flmnt-about__trust-grid,
  body.flmnt-about-page .flmnt-about__values-grid,
  body.flmnt-about-page .flmnt-about__timeline {
    grid-template-columns: 1fr 1fr;
    gap: 12px;
  }

  body.flmnt-about-page .flmnt-about__mini-card,
  body.flmnt-about-page .flmnt-about__value-card,
  body.flmnt-about-page .flmnt-about__timeline-card {
    min-height: 150px;
    padding-inline: 14px;
  }

  body.flmnt-about-page .flmnt-about__story {
    gap: 14px;
    margin-bottom: 62px;
  }

  body.flmnt-about-page .flmnt-about__story-media {
    min-height: 300px;
  }

  body.flmnt-about-page .flmnt-about__story-content,
  body.flmnt-about-page .flmnt-about__quality-content {
    padding: 27px 20px;
  }

  body.flmnt-about-page .flmnt-about__story-content h2,
  body.flmnt-about-page .flmnt-about__section-head h2,
  body.flmnt-about-page .flmnt-about__quality-content h2 {
    font-size: 23px;
  }

  body.flmnt-about-page .flmnt-about__story-points {
    gap: 10px;
    margin-top: 22px;
  }

  body.flmnt-about-page .flmnt-about__values {
    margin-bottom: 62px;
  }

  body.flmnt-about-page .flmnt-about__materials {
    padding: 36px 14px 20px;
  }

  body.flmnt-about-page .flmnt-about__materials-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px;
  }

  body.flmnt-about-page .flmnt-about__process {
    padding: 20px 14px 34px;
  }

  body.flmnt-about-page .flmnt-about__process .flmnt-about__section-head h2 {
    padding-inline: 14px;
    text-align: center;
    font-size: 14px;
  }

  body.flmnt-about-page .flmnt-about__quality {
    margin-top: 62px;
    margin-bottom: 62px;
  }

  body.flmnt-about-page .flmnt-about__quality-media {
    min-height: 280px;
  }

  body.flmnt-about-page .flmnt-about__check-list {
    grid-template-columns: 1fr;
  }

  body.flmnt-about-page .flmnt-about__faq {
    padding-top: 0;
  }

  body.flmnt-about-page .flmnt-about__faq-item summary {
    padding-inline: 48px 14px;
    font-size: 12px;
  }

  body.flmnt-about-page .flmnt-about__faq-item p {
    margin-inline: 48px 14px;
  }
}

@media (max-width: 430px) {
  body.flmnt-about-page .flmnt-about__trust-grid,
  body.flmnt-about-page .flmnt-about__values-grid,
  body.flmnt-about-page .flmnt-about__timeline {
    grid-template-columns: 1fr;
  }
}

/* v1.5.1 — authoritative hero alignment and supplied About artwork. */
body.flm-new-ui-active.flmnt-about-page .flmnt-about__hero-content {
  margin: 0 !important;
  margin-inline-end: auto !important;
  text-align: right !important;
}

body.flm-new-ui-active.flmnt-about-page .flmnt-about__hero h1 {
  max-width: 650px !important;
  font-size: clamp(30px, 2.45vw, 46px) !important;
  line-height: 1.42 !important;
}

body.flm-new-ui-active.flmnt-about-page .flmnt-about__hero-media img {
  width: 100% !important;
  height: 100% !important;
  max-width: none !important;
  object-fit: cover !important;
  object-position: left center !important;
  image-rendering: auto !important;
}

body.flm-new-ui-active.flmnt-about-page .flmnt-about__mini-card > .flmnt-about__icon {
  width: 45px !important;
  height: 45px !important;
  margin-bottom: 14px !important;
  background: transparent !important;
  overflow: visible !important;
}

body.flm-new-ui-active.flmnt-about-page .flmnt-about__mini-card > .flmnt-about__icon img {
  display: block !important;
  width: 45px !important;
  height: 45px !important;
  max-width: none !important;
  object-fit: contain !important;
}

body.flm-new-ui-active.flmnt-about-page .flmnt-about__story.flmnt-wrap {
  width: min(1180px, calc(100% - 80px)) !important;
  max-width: 1180px !important;
  margin: 0 auto 94px !important;
  padding: 0 !important;
  display: grid !important;
  grid-template-columns: minmax(280px, 320px) minmax(0, 1fr) !important;
  gap: 22px !important;
  align-items: stretch !important;
}

body.flm-new-ui-active.flmnt-about-page .flmnt-about__story-media {
  position: relative !important;
  min-height: 0 !important;
  max-height: none !important;
  aspect-ratio: 576 / 764 !important;
  margin: 0 !important;
  padding: 0 !important;
  overflow: hidden !important;
  border-radius: 10px !important;
  background: transparent !important;
  box-shadow: none !important;
}

body.flm-new-ui-active.flmnt-about-page .flmnt-about__story-media::after {
  display: none !important;
}

body.flm-new-ui-active.flmnt-about-page .flmnt-about__story-media img {
  position: static !important;
  display: block !important;
  width: 100% !important;
  height: 100% !important;
  max-width: none !important;
  max-height: none !important;
  min-height: 0 !important;
  margin: 0 !important;
  padding: 0 !important;
  object-fit: cover !important;
  transform: none !important;
  filter: none !important;
}

body.flm-new-ui-active.flmnt-about-page .flmnt-about__story-content {
  min-width: 0 !important;
  height: 100% !important;
}

body.flm-new-ui-active.flmnt-about-page .flmnt-about__quality.flmnt-wrap {
  width: min(1180px, calc(100% - 80px)) !important;
  max-width: 1180px !important;
  margin: 96px auto 92px !important;
  padding: 0 !important;
}

body.flm-new-ui-active.flmnt-about-page .flmnt-about__quality-card {
  display: grid !important;
  grid-template-columns: minmax(0, 1fr) minmax(280px, 320px) !important;
  align-items: stretch !important;
  gap: 0 !important;
  min-height: 0 !important;
  overflow: hidden !important;
  border: 0 !important;
  border-radius: 10px !important;
  background: var(--flmnt-about-soft) !important;
}

body.flm-new-ui-active.flmnt-about-page .flmnt-about__quality-content {
  min-width: 0 !important;
  padding: 48px 50px 42px !important;
}

body.flm-new-ui-active.flmnt-about-page .flmnt-about__quality-media {
  position: relative !important;
  min-height: 0 !important;
  max-height: none !important;
  aspect-ratio: 576 / 812 !important;
  margin: 0 !important;
  padding: 0 !important;
  overflow: hidden !important;
  background: transparent !important;
}

body.flm-new-ui-active.flmnt-about-page .flmnt-about__quality-media img {
  position: static !important;
  display: block !important;
  width: 100% !important;
  height: 100% !important;
  max-width: none !important;
  max-height: none !important;
  margin: 0 !important;
  padding: 0 !important;
  object-fit: cover !important;
  transform: none !important;
  filter: none !important;
}

@media (max-width: 900px) {
  body.flm-new-ui-active.flmnt-about-page .flmnt-about__story.flmnt-wrap,
  body.flm-new-ui-active.flmnt-about-page .flmnt-about__quality-card {
    grid-template-columns: 1fr !important;
  }

  body.flm-new-ui-active.flmnt-about-page .flmnt-about__story-media,
  body.flm-new-ui-active.flmnt-about-page .flmnt-about__quality-media {
    width: min(100%, 360px) !important;
    justify-self: center !important;
  }

  body.flm-new-ui-active.flmnt-about-page .flmnt-about__quality-media {
    grid-row: 2 !important;
  }
}

@media (max-width: 767px) {
  body.flm-new-ui-active.flmnt-about-page .flmnt-about__hero-content {
    margin: 0 !important;
    padding-block: 38px 220px !important;
  }

  body.flm-new-ui-active.flmnt-about-page .flmnt-about__hero h1 {
    font-size: 28px !important;
  }

  body.flm-new-ui-active.flmnt-about-page .flmnt-about__story.flmnt-wrap,
  body.flm-new-ui-active.flmnt-about-page .flmnt-about__quality.flmnt-wrap {
    width: calc(100% - 32px) !important;
  }

  body.flm-new-ui-active.flmnt-about-page .flmnt-about__story-content,
  body.flm-new-ui-active.flmnt-about-page .flmnt-about__quality-content {
    padding: 27px 20px !important;
  }
}

