/* FTOS inner-page layer. Motion-owned classes and layout geometry stay intact. */

/* Light-surface contract -------------------------------------------------
 * The global brand palette defaults to Ivory copy because most motion scenes
 * are dark. Inner pages also contain intentional Ivory surfaces, so those
 * surfaces must locally restore the graphite content tokens. Keep this list
 * explicit: neighbouring image heroes and dark control boards still require
 * Ivory copy.
 */
:is(
  .about-intro,
  .service-tech-wrap,
  .industry-our,
  .contact-hero,
  .terms-main,
  body:has(.article-main) .article-layout-block
) {
  --_color---bg--main: var(--ftos-ivory);
  --_color---content--main: var(--ftos-graphite);
  --_color---content--sub: rgb(49 41 35 / 0.9);
  --_color---content--soft: rgb(49 41 35 / 0.76);
  --_color---content--note: rgb(49 41 35 / 0.58);
  --_color---border--main: rgb(49 41 35 / 0.2);
  --_color---border--light: rgb(49 41 35 / 0.12);
  --_color---border--bold: rgb(49 41 35 / 0.34);
  --_color---primary: var(--ftos-maroon);
  --_color---secondary: var(--ftos-orange);
  --_color---m-white: var(--ftos-ivory);
  --_color---m-black: var(--ftos-graphite);
  color: var(--ftos-graphite);
}

/* These routes begin on a light surface. The fixed header is deliberately
 * transparent before scrolling, so its labels need a light-page state too.
 * Once the menu opens or the header becomes sticky, the dark navigation
 * surface takes back its original Ivory copy.
 */
:is(
  body:has(.contact-hero),
  body:has(.article-main),
  body:has(.terms-main)
) .header[data-ftos-menu-open="false"]:not(.on-scroll) :is(
  .header-menu-toggle,
  .header-menu-toggle-text,
  .header-menu-toggle-text .txt,
  .header-linkedin,
  .header-linkedin-item,
  .header-linkedin-item .txt
) {
  color: var(--ftos-graphite) !important;
}

:is(
  body:has(.contact-hero),
  body:has(.article-main),
  body:has(.terms-main)
) .header[data-ftos-menu-open="false"]:not(.on-scroll) .header-act::before {
  color: rgb(49 41 35 / 0.64) !important;
}

/* Insights mixes a light page shell with dark, sticky article panels. Pin the
 * transparent pre-scroll header to an Ivory surface so those panels cannot
 * make its graphite labels disappear while moving underneath it. */
body:has(.article-main) .header[data-ftos-menu-open="false"]:not(.on-scroll) {
  background-color: rgb(255 252 241 / 0.96);
  backdrop-filter: blur(0.65rem);
}

/* Category chips deliberately stay dark inside the otherwise light Insights
 * layout, so they opt back into the dark-surface copy palette. */
[data-ftos-page="insights"] .article-tab-label,
[data-ftos-page="insights"] .article-tab-label :is(a, .txt) {
  --_color---content--main: var(--ftos-ivory);
  --_color---content--sub: rgb(255 252 241 / 0.82);
  --_color---content--soft: rgb(255 252 241 / 0.7);
  --_color---content--note: rgb(255 252 241 / 0.64);
  color: var(--ftos-ivory) !important;
}

[data-ftos-page] .cta-bg-overlay {
  background: linear-gradient(120deg, rgb(49 41 35 / 0.9), rgb(129 6 0 / 0.68));
}

[data-ftos-page] .service-main-content-item-ic,
[data-ftos-page] .about-stand-item-ic,
[data-ftos-page] .industry-our-item-ic {
  filter: sepia(1) saturate(3.4) hue-rotate(332deg) brightness(0.98);
}

[data-ftos-page="about"] .about-team-wrap,
[data-ftos-page="infrastructure"] .about-team-wrap,
[data-ftos-page="about"] .about-intro-maquee,
[data-ftos-page="infrastructure"] .about-intro-maquee {
  display: none !important;
}

[data-ftos-page="about"] .about-intro-gallery-img-inner,
[data-ftos-page="infrastructure"] .about-intro-gallery-img-inner {
  background: var(--ftos-graphite);
}

[data-ftos-page="about"] .about-intro-gallery-img-inner img,
[data-ftos-page="infrastructure"] .about-intro-gallery-img-inner img,
[data-ftos-page="services"] .service-main-content-item-img img,
[data-ftos-page="cargo-types"] .service-main-content-item-img img,
[data-ftos-page="industry-solutions"] .industry-our-item-thumb img {
  object-fit: cover;
}

[data-ftos-page="services"] .service-main-content-item-img::after,
[data-ftos-page="cargo-types"] .service-main-content-item-img::after {
  position: absolute;
  inset: 0;
  pointer-events: none;
  background: linear-gradient(180deg, transparent 48%, rgb(49 41 35 / 0.4));
  content: "";
}

[data-ftos-page="contact"] .contact-hero,
[data-ftos-page="portal"] .contact-hero {
  background:
    radial-gradient(circle at 88% 12%, rgb(232 81 2 / 0.24), transparent 28%),
    var(--ftos-ivory);
}

[data-ftos-page="portal"] .contact-hero-location {
  display: none !important;
}

/* Contact details, office addresses and operating hours were not supplied in
 * the approved questionnaire. The movement-request form remains available. */
[data-ftos-page="contact"] :is(
  .contact-hero-office,
  .contact-hero-location,
  .contact-hero-map
) {
  display: none !important;
}

/* Infrastructure remains a draft and does not publish the cloned FAQ. The
 * About FAQ is rebuilt from the approved questionnaire by the page pass. */
[data-ftos-page="infrastructure"] .about-faq-wrap {
  display: none !important;
}

/* Operating Notes -------------------------------------------------------
 * The first publishing phase is deliberately static. The legacy cloned feed
 * stays in the DOM for its compiled controller, but the public surface is an
 * FTOS-owned card contract ready for a later NewsArticleSummaryDto source.
 */
/* These class names only exist in the four generated FTOS Insights routes.
 * Keep a route-attribute-independent fallback because Barba preserves `<body>`
 * between navigations and the malformed mirror can promote cards outside the
 * replaceable container during browser error recovery. */
.article-main-wrap,
.article-main-linkedin,
.article-main-linkedin-item-ins,
.article-main-linkedin-item-bg,
.article-main-linkedin-load-more,
.linkedin-popup {
  display: none !important;
}

:is(
  [data-ftos-page="insights"],
  .main-inner[data-insights="listing-page"]
) :is(
  .article-main-wrap,
  .article-main-linkedin,
  .article-main-linkedin-cms,
  .article-main-linkedin-list,
  .article-main-linkedin-item-ins,
  .article-main-linkedin-item-bg,
  .article-main-linkedin-load-more,
  .article-cta-wrap,
  .popup,
  .linkedin-popup
) {
  display: none !important;
}

/* The mirrored Insights feed contains a few malformed closing tags. Browser
 * recovery can therefore promote individual LinkedIn cards outside the
 * hidden `.article-main-wrap` and render them after the FTOS footer. Collapse
 * those orphan wrappers explicitly while keeping the FTOS-owned note cards. */
:is(
  [data-ftos-page="insights"],
  .main-inner[data-insights="listing-page"]
) .display-contents:has(> :is(
  .article-main-linkedin-item-ins,
  .article-main-linkedin-item-bg
)) {
  display: none !important;
}

/* Static detail routes own their complete editorial shell. The mirrored
 * listing masthead/category rail must not remain above or overlap an article. */
body[data-ftos-note-slug] .article-layout-block {
  display: none !important;
}

[data-ftos-page="insights"] .main-inner {
  background: var(--ftos-ivory);
}

.ftos-journal {
  position: relative;
  isolation: isolate;
  min-height: 100vh;
  overflow: hidden;
  background:
    radial-gradient(circle at 88% 12%, rgb(232 81 2 / 0.13), transparent 25rem),
    var(--ftos-ivory);
  color: var(--ftos-graphite);
}

.ftos-journal__grid {
  position: absolute;
  z-index: -1;
  inset: 0;
  opacity: 0.72;
  background-image:
    linear-gradient(rgb(49 41 35 / 0.055) 1px, transparent 1px),
    linear-gradient(90deg, rgb(49 41 35 / 0.055) 1px, transparent 1px);
  background-size: 4rem 4rem;
  mask-image: linear-gradient(to bottom, #000 0 88%, transparent);
}

.ftos-journal__shell {
  width: min(100% - 5rem, 98rem);
  margin-inline: auto;
  padding: clamp(9rem, 12vw, 13rem) 0 clamp(5rem, 8vw, 9rem);
}

.ftos-journal__topline {
  display: flex;
  justify-content: space-between;
  padding-bottom: 1.25rem;
  border-bottom: 1px solid rgb(49 41 35 / 0.22);
  font: 600 0.68rem/1.2 var(--ftos-font-mono);
  letter-spacing: 0.16em;
}

.ftos-journal__topline b,
.ftos-journal__kicker,
.ftos-journal-card__meta b,
.ftos-journal-card__status span,
.ftos-journal__handoff > div > span {
  color: var(--ftos-orange);
}

.ftos-journal__hero {
  display: grid;
  grid-template-columns: minmax(0, 1.55fr) minmax(18rem, 0.65fr);
  gap: clamp(3rem, 8vw, 9rem);
  align-items: end;
  padding: clamp(4rem, 7vw, 7rem) 0 clamp(4rem, 8vw, 8rem);
}

.ftos-journal__kicker {
  display: block;
  margin-bottom: 1.25rem;
  font: 600 0.72rem/1.2 var(--ftos-font-mono);
  letter-spacing: 0.18em;
}

.ftos-journal__hero h1,
.ftos-journal__handoff h2 {
  margin: 0;
  font-family: var(--ftos-font-display);
  font-weight: 500;
  line-height: 0.84;
  letter-spacing: -0.025em;
  text-transform: uppercase;
}

.ftos-journal__hero h1 {
  font-size: clamp(5rem, 12vw, 12.5rem);
}

.ftos-journal__hero h1 em {
  color: var(--ftos-maroon);
  font-style: normal;
}

.ftos-journal__hero > p {
  max-width: 31rem;
  margin: 0 0 0.7rem;
  color: rgb(49 41 35 / 0.78);
  font: 500 clamp(1rem, 1.15vw, 1.22rem)/1.55 var(--ftos-font-body);
}

.ftos-journal__cards {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  border-top: 1px solid rgb(49 41 35 / 0.22);
  border-left: 1px solid rgb(49 41 35 / 0.22);
}

.ftos-journal-card {
  scroll-margin-top: 8rem;
  display: grid;
  min-width: 0;
  border-right: 1px solid rgb(49 41 35 / 0.22);
  border-bottom: 1px solid rgb(49 41 35 / 0.22);
  background: rgb(255 252 241 / 0.84);
}

.ftos-journal-card--featured {
  grid-column: 1 / -1;
  grid-template-columns: minmax(0, 1.38fr) minmax(23rem, 0.62fr);
}

.ftos-journal-card:target,
.ftos-journal-card:focus-visible {
  outline: 2px solid var(--ftos-orange);
  outline-offset: -2px;
}

.ftos-journal-card__media {
  position: relative;
  min-height: 25rem;
  margin: 0;
  overflow: hidden;
  background: var(--ftos-graphite);
}

.ftos-journal-card:not(.ftos-journal-card--featured) .ftos-journal-card__media {
  aspect-ratio: 16 / 9;
  min-height: 0;
}

.ftos-journal-card__media::after {
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, transparent 48%, rgb(20 15 12 / 0.55));
  content: "";
}

.ftos-journal-card__media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 700ms cubic-bezier(0.2, 0.75, 0.2, 1);
}

.ftos-journal-card:hover .ftos-journal-card__media img {
  transform: scale(1.035);
}

.ftos-journal-card__media figcaption {
  position: absolute;
  z-index: 1;
  right: 1.25rem;
  bottom: 1.1rem;
  color: var(--ftos-ivory);
  font: 600 0.62rem/1.2 var(--ftos-font-mono);
  letter-spacing: 0.14em;
}

.ftos-journal-card__body {
  display: flex;
  flex-direction: column;
  min-height: 29rem;
  padding: clamp(2rem, 3.5vw, 3.6rem);
}

.ftos-journal-card__meta {
  display: grid;
  grid-template-columns: auto 1fr auto;
  gap: 0.8rem;
  align-items: center;
  margin-bottom: 2.25rem;
  font: 600 0.64rem/1.25 var(--ftos-font-mono);
  letter-spacing: 0.13em;
  text-transform: uppercase;
}

.ftos-journal-card__meta span {
  color: var(--ftos-maroon);
}

.ftos-journal-card__meta em {
  color: rgb(49 41 35 / 0.54);
  font-style: normal;
}

.ftos-journal-card h2 {
  max-width: 12ch;
  margin: 0 0 1.35rem;
  font: 500 clamp(2.7rem, 4.4vw, 5.4rem)/0.9 var(--ftos-font-display);
  letter-spacing: -0.02em;
  text-transform: uppercase;
}

.ftos-journal-card p {
  max-width: 34rem;
  margin: 0;
  color: rgb(49 41 35 / 0.76);
  font: 500 0.95rem/1.55 var(--ftos-font-body);
}

.ftos-journal-card ul {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
  margin: 1.8rem 0 2.6rem;
  padding: 0;
  list-style: none;
}

.ftos-journal-card li {
  padding: 0.55rem 0.72rem;
  border: 1px solid rgb(49 41 35 / 0.2);
  font: 600 0.62rem/1.1 var(--ftos-font-mono);
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.ftos-journal-card li::before {
  margin-right: 0.45rem;
  color: var(--ftos-orange);
  content: "•";
}

.ftos-journal-card__status {
  display: flex;
  justify-content: space-between;
  gap: 1rem;
  margin-top: auto;
  padding-top: 1rem;
  border-top: 1px solid rgb(49 41 35 / 0.16);
  font: 600 0.58rem/1.3 var(--ftos-font-mono);
  letter-spacing: 0.1em;
}

.ftos-journal-card__status b {
  color: rgb(49 41 35 / 0.5);
  text-align: right;
}

.ftos-journal__handoff {
  display: grid;
  grid-template-columns: minmax(0, 1.3fr) minmax(18rem, 0.7fr);
  gap: clamp(3rem, 8vw, 9rem);
  align-items: end;
  margin-top: clamp(4rem, 8vw, 8rem);
  padding: clamp(2.5rem, 5vw, 5rem);
  background:
    radial-gradient(circle at 88% 12%, rgb(232 81 2 / 0.3), transparent 22rem),
    var(--ftos-graphite);
  color: var(--ftos-ivory);
}

.ftos-journal__handoff h2 {
  margin-top: 1.3rem;
  font-size: clamp(3rem, 6vw, 7rem);
}

.ftos-journal__handoff p {
  margin: 0 0 2rem;
  color: rgb(255 252 241 / 0.7);
  font: 500 0.93rem/1.6 var(--ftos-font-body);
}

.ftos-journal__handoff a {
  display: flex;
  justify-content: space-between;
  padding: 1rem 0;
  border-bottom: 1px solid var(--ftos-orange);
  color: var(--ftos-ivory);
  font: 600 0.68rem/1.2 var(--ftos-font-mono);
  letter-spacing: 0.13em;
}

.ftos-journal__handoff a i {
  color: var(--ftos-orange);
  font-style: normal;
}

/* Approved policy and certification content has not yet been supplied. */
[data-ftos-page="qhse"] .terms-main-body {
  display: none !important;
}

[data-ftos-page="qhse"] .terms-main-head::after {
  display: block;
  max-width: 46rem;
  margin-top: 2rem;
  color: var(--ftos-graphite);
  font: 500 clamp(1rem, 1.3vw, 1.35rem) / 1.55 var(--ftos-font-body);
  content: "Approved QHSE policy and certification content is pending. Prohibited or non-compliant cargo is not accepted; dangerous, perishable and other special cargo is reviewed case by case.";
}

.ftos-form-status {
  display: none;
  margin-top: 1rem;
  padding: 0.85rem 1rem;
  border: 1px solid rgb(232 81 2 / 0.42);
  color: var(--ftos-graphite);
  font: 600 0.75rem/1.45 var(--ftos-font-body);
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.ftos-quote-details {
  display: contents;
}

.ftos-quote-details [data-ftos-wide="true"] {
  grid-column: 1 / -1;
}

@media (max-width: 767px) {
  .ftos-quote-details [data-ftos-wide="true"] {
    grid-column: auto;
  }
}

.ftos-form-status.is-visible {
  display: block;
}

[data-ftos-page] h1,
[data-ftos-page] h2,
[data-ftos-page] h3 {
  text-wrap: balance;
}

@media (max-width: 767px) {
  [data-ftos-page="contact"] .contact-hero,
  [data-ftos-page="portal"] .contact-hero {
    background: var(--ftos-ivory);
  }

  .ftos-journal__shell {
    width: min(100% - 2rem, 98rem);
    padding-top: 7rem;
  }

  .ftos-journal__topline,
  .ftos-journal-card__status {
    align-items: flex-start;
  }

  .ftos-journal__hero,
  .ftos-journal-card--featured,
  .ftos-journal__handoff {
    grid-template-columns: 1fr;
  }

  .ftos-journal__hero {
    gap: 2rem;
    padding-block: 3.5rem;
  }

  .ftos-journal__hero h1 {
    font-size: clamp(4.8rem, 24vw, 7rem);
  }

  .ftos-journal__cards {
    grid-template-columns: 1fr;
  }

  .ftos-journal-card--featured {
    grid-column: auto;
  }

  .ftos-journal-card__media {
    min-height: 18rem;
  }

  .ftos-journal-card__body {
    min-height: 0;
  }

  .ftos-journal-card__meta {
    grid-template-columns: auto 1fr;
  }

  .ftos-journal-card__meta em {
    grid-column: 2;
  }

  .ftos-journal__handoff {
    gap: 2rem;
  }
}

/* Operating Notes v2 ----------------------------------------------------
 * Conventional editorial cards on the index and a calm, readable article
 * layout on detail routes. These late rules intentionally supersede the
 * first static-preview treatment above while the existing page shell stays
 * available to the mirrored runtime.
 */
[data-ftos-page="insights"] :is(.ftos-journal, .ftos-note-detail) {
  --ftos-note-rule: rgb(49 41 35 / 0.18);
  --ftos-note-muted: rgb(49 41 35 / 0.68);
}

.ftos-journal__shell {
  width: min(calc(100% - 4rem), 92rem);
  padding: clamp(8.5rem, 11vw, 11.5rem) 0 clamp(5rem, 8vw, 8rem);
}

.ftos-journal__hero {
  grid-template-columns: minmax(0, 1.25fr) minmax(18rem, 0.55fr);
  gap: clamp(2.5rem, 7vw, 8rem);
  padding: clamp(3.5rem, 6vw, 6rem) 0 clamp(3rem, 5vw, 5rem);
}

.ftos-journal__hero h1 {
  max-width: 9ch;
  font-size: clamp(4.7rem, 8.8vw, 9rem);
}

.ftos-journal__cards {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1.25rem;
  border: 0;
}

.ftos-journal-card,
.ftos-journal-card--featured {
  display: block;
  min-width: 0;
  overflow: hidden;
  border: 1px solid var(--ftos-note-rule);
  border-radius: 0.85rem;
  background: rgb(255 252 241 / 0.92);
  transition:
    border-color 220ms ease,
    box-shadow 220ms ease,
    transform 220ms ease;
}

.ftos-journal-card--featured {
  grid-column: auto;
}

.ftos-journal-card__link {
  display: flex;
  height: 100%;
  color: inherit;
  flex-direction: column;
  text-decoration: none;
}

.ftos-journal-card__media,
.ftos-journal-card:not(.ftos-journal-card--featured) .ftos-journal-card__media {
  position: relative;
  aspect-ratio: 16 / 10;
  min-height: 0;
  margin: 0;
  overflow: hidden;
  background: #17120f;
}

.ftos-journal-card__media img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.ftos-journal-card__media figcaption {
  right: auto;
  bottom: 0.9rem;
  left: 1rem;
  font-size: 0.56rem;
}

.ftos-journal-card__body {
  position: relative;
  display: flex;
  min-height: 25rem;
  padding: clamp(1.5rem, 2vw, 2.1rem);
  flex: 1;
  flex-direction: column;
}

.ftos-note-badges {
  display: flex;
  flex-wrap: wrap;
  gap: 0.45rem;
  margin-bottom: 1.35rem;
}

.ftos-note-badges :is(span, b) {
  display: inline-flex;
  align-items: center;
  min-height: 1.7rem;
  padding: 0.4rem 0.65rem;
  border: 1px solid var(--ftos-note-rule);
  border-radius: 999px;
  color: var(--ftos-graphite);
  font: 600 0.56rem/1 var(--ftos-font-mono);
  letter-spacing: 0.09em;
  text-transform: uppercase;
}

.ftos-note-badges span::before {
  margin-right: 0.42rem;
  color: var(--ftos-orange);
  content: "\2022";
}

.ftos-note-badges b {
  color: var(--ftos-orange);
  font-weight: 600;
}

.ftos-journal-card__number {
  position: absolute;
  top: 1.55rem;
  right: 1.55rem;
  color: rgb(49 41 35 / 0.45);
  font: 600 0.6rem/1 var(--ftos-font-mono);
  letter-spacing: 0.12em;
}

.ftos-journal-card h2 {
  max-width: 15ch;
  margin: 0 0 1rem;
  font: 500 clamp(2rem, 2.45vw, 2.85rem)/0.95 var(--ftos-font-display);
  letter-spacing: -0.012em;
  text-transform: uppercase;
}

.ftos-journal-card p {
  margin: 0;
  color: var(--ftos-note-muted);
  font: 500 0.9rem/1.55 var(--ftos-font-body);
}

.ftos-journal-card ul {
  display: flex;
  gap: 0.4rem;
  margin: 1.45rem 0 2rem;
  padding: 0;
  flex-wrap: wrap;
  list-style: none;
}

.ftos-journal-card li {
  padding: 0.45rem 0.55rem;
  border: 1px solid var(--ftos-note-rule);
  border-radius: 999px;
  color: rgb(49 41 35 / 0.72);
  font: 600 0.53rem/1 var(--ftos-font-mono);
  letter-spacing: 0.055em;
  text-transform: uppercase;
}

.ftos-journal-card li::before {
  margin-right: 0.35rem;
}

.ftos-journal-card__action {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  margin-top: auto;
  padding-top: 1rem;
  border-top: 1px solid var(--ftos-note-rule);
  color: var(--ftos-graphite);
  font: 600 0.6rem/1 var(--ftos-font-mono);
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.ftos-journal-card__action i {
  display: grid;
  width: 2.55rem;
  height: 2.55rem;
  border-radius: 0.65rem;
  background: rgb(232 81 2 / 0.1);
  color: var(--ftos-orange);
  font-size: 1rem;
  font-style: normal;
  place-items: center;
  transition: background 220ms ease, color 220ms ease;
}

@media (hover: hover) and (pointer: fine) {
  .ftos-journal-card:hover {
    border-color: rgb(232 81 2 / 0.58);
    box-shadow: 0 1.25rem 3rem rgb(49 41 35 / 0.1);
    transform: translateY(-0.35rem);
  }

  .ftos-journal-card:hover .ftos-journal-card__action i {
    background: var(--ftos-orange);
    color: var(--ftos-ivory);
  }
}

/* Detail article -------------------------------------------------------- */
.ftos-note-detail {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  background:
    radial-gradient(circle at 83% 8%, rgb(232 81 2 / 0.09), transparent 26rem),
    var(--ftos-ivory);
  color: var(--ftos-graphite);
}

.ftos-note-detail__grid {
  position: absolute;
  z-index: -1;
  inset: 0;
  background-image:
    linear-gradient(rgb(49 41 35 / 0.045) 1px, transparent 1px),
    linear-gradient(90deg, rgb(49 41 35 / 0.045) 1px, transparent 1px);
  background-size: 4rem 4rem;
  mask-image: linear-gradient(to bottom, #000 0 55rem, transparent 88rem);
}

.ftos-note-detail__shell {
  width: min(calc(100% - 96px), 1440px);
  margin-inline: auto;
  padding: clamp(128px, 9vw, 172px) 0 120px;
}

.ftos-note-detail__breadcrumb {
  position: relative;
  z-index: 2;
  display: flex;
  gap: 12px;
  align-items: center;
  padding-bottom: 18px;
  border-bottom: 1px solid var(--ftos-note-rule);
  color: rgb(49 41 35 / 0.58);
  font: 600 12px/1.3 var(--ftos-font-mono);
  letter-spacing: 0.09em;
  pointer-events: auto;
  text-transform: uppercase;
}

.ftos-note-detail__breadcrumb a {
  display: inline-flex;
  align-items: center;
  min-height: 32px;
  margin-block: -8px;
  padding-block: 8px;
  color: inherit;
  pointer-events: auto;
  text-decoration: none;
  transition: color 180ms ease;
}

.ftos-note-detail__breadcrumb a:hover,
.ftos-note-detail__breadcrumb a:focus-visible {
  color: var(--ftos-orange);
}

.ftos-note-detail__breadcrumb a:focus-visible {
  border-radius: 2px;
  outline: 1px solid currentColor;
  outline-offset: 4px;
}

.ftos-note-detail__breadcrumb b {
  color: var(--ftos-orange);
  font-weight: 600;
}

.ftos-note-detail__header {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(300px, 380px);
  gap: clamp(56px, 6vw, 112px);
  align-items: end;
  padding: 64px 0 56px;
}

.ftos-note-detail__header .ftos-note-badges {
  margin-bottom: 22px;
}

.ftos-note-detail .ftos-note-badges :is(span, b) {
  min-height: 28px;
  padding: 7px 10px;
  font-size: 11px;
}

.ftos-note-detail__header h1 {
  max-width: none;
  margin: 0;
  overflow: visible;
  font: 500 clamp(56px, 4.25vw, 82px)/0.94 var(--ftos-font-display);
  letter-spacing: -0.018em;
  text-wrap: balance;
  text-transform: uppercase;
}

.ftos-note-detail__header > div > p {
  max-width: 760px;
  margin: 28px 0 0;
  color: var(--ftos-note-muted);
  font: 500 clamp(18px, 1.15vw, 22px)/1.55 var(--ftos-font-body);
}

.ftos-note-detail__header dl {
  margin: 0;
  border-top: 1px solid var(--ftos-note-rule);
}

.ftos-note-detail__header dl div {
  display: grid;
  grid-template-columns: 120px 1fr;
  gap: 20px;
  padding: 16px 0;
  border-bottom: 1px solid var(--ftos-note-rule);
}

.ftos-note-detail__header :is(dt, dd) {
  margin: 0;
  font: 600 11px/1.45 var(--ftos-font-mono);
  letter-spacing: 0.07em;
  text-transform: uppercase;
}

.ftos-note-detail__header dt {
  color: rgb(49 41 35 / 0.48);
}

.ftos-note-detail__hero {
  position: relative;
  aspect-ratio: 16 / 7.4;
  margin: 0;
  overflow: hidden;
  border: 1px solid var(--ftos-note-rule);
  border-radius: 16px;
  background: #17120f;
}

.ftos-note-detail__hero::after {
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, transparent 62%, rgb(20 15 12 / 0.55));
  pointer-events: none;
  content: "";
}

.ftos-note-detail__hero img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.ftos-note-detail__hero figcaption {
  position: absolute;
  z-index: 1;
  right: 22px;
  bottom: 18px;
  color: var(--ftos-ivory);
  font: 600 11px/1.2 var(--ftos-font-mono);
  letter-spacing: 0.13em;
}

.ftos-note-detail__layout {
  display: grid;
  grid-template-columns: minmax(220px, 240px) minmax(0, 760px);
  gap: clamp(64px, 6vw, 96px);
  justify-content: center;
  padding: 80px 0 128px;
}

.ftos-note-detail__aside {
  align-self: start;
  position: sticky;
  top: 120px;
}

.ftos-note-detail__aside > a {
  display: block;
  padding-bottom: 18px;
  border-bottom: 1px solid var(--ftos-note-rule);
  color: var(--ftos-orange);
  font: 600 12px/1.3 var(--ftos-font-mono);
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.ftos-note-detail__aside > div {
  padding: 18px 0;
  border-bottom: 1px solid var(--ftos-note-rule);
}

.ftos-note-detail__aside span {
  display: block;
  margin-bottom: 7px;
  color: rgb(49 41 35 / 0.48);
  font: 600 11px/1.3 var(--ftos-font-mono);
  letter-spacing: 0.09em;
  text-transform: uppercase;
}

.ftos-note-detail__aside strong {
  font: 600 15px/1.45 var(--ftos-font-body);
}

.ftos-note-detail__aside ul {
  display: flex;
  gap: 0.45rem;
  margin: 0;
  padding: 0;
  flex-wrap: wrap;
  list-style: none;
}

.ftos-note-detail__aside li {
  padding: 7px 9px;
  border: 1px solid rgb(232 81 2 / 0.36);
  border-radius: 999px;
  color: var(--ftos-graphite);
  font: 600 10px/1.1 var(--ftos-font-mono);
  text-transform: uppercase;
}

.ftos-note-detail__article {
  min-width: 0;
}

.ftos-note-detail__lead {
  margin: 0 0 clamp(48px, 5vw, 80px);
  color: var(--ftos-graphite);
  font: 500 clamp(30px, 2vw, 40px)/1.22 var(--ftos-font-body);
  letter-spacing: -0.02em;
}

.ftos-note-detail__section {
  display: grid;
  grid-template-columns: 40px minmax(0, 1fr);
  column-gap: 20px;
  padding: clamp(56px, 5vw, 72px) 0;
  border-top: 1px solid var(--ftos-note-rule);
}

.ftos-note-detail__section > span {
  padding-top: 6px;
  color: var(--ftos-orange);
  font: 600 12px/1 var(--ftos-font-mono);
  letter-spacing: 0.09em;
}

.ftos-note-detail__section h2 {
  max-width: 14ch;
  margin: 0 0 26px;
  font: 500 clamp(46px, 4vw, 72px)/0.92 var(--ftos-font-display);
  letter-spacing: -0.018em;
  text-transform: uppercase;
}

.ftos-note-detail__section p {
  grid-column: 2;
  max-width: 720px;
  margin: 0 0 18px;
  color: var(--ftos-note-muted);
  font: 500 clamp(17px, 1vw, 20px)/1.7 var(--ftos-font-body);
}

.ftos-note-detail__figure {
  margin: 0 0 clamp(4rem, 7vw, 7rem);
}

.ftos-note-detail__figure img {
  display: block;
  width: 100%;
  max-height: 760px;
  aspect-ratio: 4 / 3;
  border: 1px solid var(--ftos-note-rule);
  border-radius: 16px;
  background: #17120f;
  object-fit: cover;
}

.ftos-note-detail__figure--contain img {
  padding: clamp(1rem, 3vw, 2.5rem);
  background:
    radial-gradient(circle at 70% 35%, rgb(232 81 2 / 0.18), transparent 18rem),
    #17120f;
  object-fit: contain;
}

.ftos-note-detail__figure figcaption {
  margin-top: 14px;
  color: rgb(49 41 35 / 0.5);
  font: 600 11px/1.5 var(--ftos-font-mono);
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.ftos-note-detail__article blockquote {
  margin: 0;
  padding: clamp(36px, 4vw, 52px);
  border: 0;
  border-radius: 16px;
  background:
    radial-gradient(circle at 90% 0%, rgb(232 81 2 / 0.28), transparent 18rem),
    var(--ftos-graphite);
  color: var(--ftos-ivory);
}

.ftos-note-detail__article blockquote span {
  color: var(--ftos-orange);
  font: 600 11px/1.2 var(--ftos-font-mono);
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.ftos-note-detail__article blockquote p {
  margin: 20px 0 0;
  font: 500 clamp(28px, 2.2vw, 42px)/1.2 var(--ftos-font-body);
}

.ftos-note-detail__article > footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  margin-top: 32px;
  padding: 18px 0;
  border-top: 1px solid var(--ftos-note-rule);
  border-bottom: 1px solid var(--ftos-note-rule);
  font: 600 11px/1.3 var(--ftos-font-mono);
  letter-spacing: 0.09em;
  text-transform: uppercase;
}

.ftos-note-detail__article > footer a,
.ftos-note-detail__article > footer i {
  color: var(--ftos-orange);
  font-style: normal;
}

.ftos-note-detail__related {
  padding-top: clamp(4rem, 7vw, 7rem);
  border-top: 1px solid var(--ftos-note-rule);
}

.ftos-note-detail__related > header {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 2rem;
  margin-bottom: 2.5rem;
}

.ftos-note-detail__related header span {
  color: var(--ftos-orange);
  font: 600 11px/1.2 var(--ftos-font-mono);
  letter-spacing: 0.11em;
}

.ftos-note-detail__related h2 {
  margin: 14px 0 0;
  font: 500 clamp(48px, 4.2vw, 76px)/0.9 var(--ftos-font-display);
  text-transform: uppercase;
}

.ftos-note-detail__related > header > a {
  padding-bottom: 0.4rem;
  border-bottom: 1px solid var(--ftos-orange);
  color: var(--ftos-graphite);
  font: 600 11px/1.2 var(--ftos-font-mono);
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.ftos-note-detail__related-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1.25rem;
}

.ftos-note-related-card {
  overflow: hidden;
  border: 1px solid var(--ftos-note-rule);
  border-radius: 0.85rem;
  background: rgb(255 252 241 / 0.92);
}

.ftos-note-related-card > a {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.1fr);
  height: 100%;
  color: inherit;
}

.ftos-note-related-card > a > img {
  width: 100%;
  height: 100%;
  min-height: 320px;
  object-fit: cover;
}

.ftos-note-related-card > a > div {
  display: flex;
  min-width: 0;
  padding: clamp(1.4rem, 2vw, 2rem);
  flex-direction: column;
}

.ftos-note-related-card h3 {
  margin: 0;
  font: 500 clamp(34px, 2.6vw, 48px)/0.95 var(--ftos-font-display);
  text-transform: uppercase;
}

.ftos-note-related-card__action {
  display: flex;
  justify-content: space-between;
  gap: 1rem;
  margin-top: auto;
  padding-top: 1rem;
  border-top: 1px solid var(--ftos-note-rule);
  color: var(--ftos-orange);
  font: 600 11px/1 var(--ftos-font-mono);
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.ftos-note-related-card__action i {
  font-style: normal;
}

@media (max-width: 1100px) {
  .ftos-journal__cards {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .ftos-journal-card:last-child {
    grid-column: 1 / -1;
  }

  .ftos-journal-card:last-child .ftos-journal-card__link {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  }

  .ftos-note-detail__header {
    grid-template-columns: minmax(0, 1fr) 260px;
    gap: 40px;
  }

  .ftos-note-detail__layout {
    grid-template-columns: 200px minmax(0, 1fr);
    gap: 48px;
  }

  .ftos-note-detail__shell {
    width: calc(100% - 48px);
  }

  .ftos-note-related-card > a {
    grid-template-columns: 1fr;
  }

  .ftos-note-related-card > a > img {
    min-height: 0;
    aspect-ratio: 16 / 9;
  }
}

@media (max-width: 900px) {
  .ftos-note-detail__header,
  .ftos-note-detail__layout {
    grid-template-columns: 1fr;
  }

  .ftos-note-detail__aside {
    position: static;
  }
}

@media (max-width: 767px) {
  .ftos-journal__shell,
  .ftos-note-detail__shell {
    width: min(calc(100% - 2rem), 92rem);
    padding-top: 7rem;
  }

  .ftos-note-detail__shell {
    width: calc(100% - 32px);
    padding: 104px 0 72px;
  }

  .ftos-journal__topline,
  .ftos-note-detail__related > header,
  .ftos-note-detail__article > footer {
    align-items: flex-start;
    flex-direction: column;
  }

  .ftos-journal__hero,
  .ftos-note-detail__header,
  .ftos-note-detail__layout {
    grid-template-columns: 1fr;
  }

  .ftos-journal__hero,
  .ftos-note-detail__header {
    gap: 2rem;
  }

  .ftos-journal__hero h1 {
    font-size: clamp(4.2rem, 21vw, 6.6rem);
  }

  .ftos-journal__cards,
  .ftos-note-detail__related-grid {
    grid-template-columns: 1fr;
  }

  .ftos-journal-card:last-child {
    grid-column: auto;
  }

  .ftos-journal-card:last-child .ftos-journal-card__link {
    display: flex;
  }

  .ftos-journal-card__body {
    min-height: 23rem;
  }

  .ftos-journal__handoff {
    grid-template-columns: 1fr;
  }

  .ftos-note-detail__breadcrumb {
    overflow-x: auto;
    font-size: 10px;
    white-space: nowrap;
  }

  .ftos-note-detail__header h1 {
    font-size: clamp(44px, 12vw, 58px);
  }

  .ftos-note-detail__header {
    gap: 32px;
    padding: 48px 0 40px;
  }

  .ftos-note-detail__header > div > p,
  .ftos-note-detail__section p {
    font-size: 17px;
  }

  .ftos-note-detail__header dl div {
    grid-template-columns: 112px 1fr;
  }

  .ftos-note-detail__hero {
    aspect-ratio: 4 / 3;
  }

  .ftos-note-detail__hero figcaption {
    right: 0.85rem;
    bottom: 0.8rem;
    left: 0.85rem;
  }

  .ftos-note-detail__layout {
    gap: 48px;
    padding: 56px 0 72px;
  }

  .ftos-note-detail__aside {
    position: static;
  }

  .ftos-note-detail__section {
    grid-template-columns: 1fr;
    padding: 40px 0;
  }

  .ftos-note-detail__section h2,
  .ftos-note-detail__section p {
    grid-column: auto;
  }

  .ftos-note-detail__section > span {
    margin-bottom: 16px;
  }

  .ftos-note-detail__lead {
    font-size: clamp(26px, 8vw, 32px);
  }

  .ftos-note-detail__section h2 {
    font-size: clamp(38px, 12vw, 52px);
  }

  .ftos-note-detail__article blockquote p {
    font-size: clamp(26px, 8vw, 34px);
  }

  .ftos-note-detail__figure img {
    aspect-ratio: 4 / 5;
  }

  .ftos-note-related-card > a {
    grid-template-columns: 1fr;
  }
}

/* Operating Notes v3 ----------------------------------------------------
 * The mirrored listing masthead is still required by the archived Webflow
 * controller, but it must not occupy or overlap the FTOS editorial surface.
 * These final rules also give the index cards and article body a consistent,
 * readable desktop measure.
 */
body[data-ftos-page="insights"] .article-layout-block {
  display: none !important;
}

.ftos-journal__shell {
  width: min(calc(100% - 3rem), 100rem);
}

.ftos-journal__hero {
  grid-template-columns: minmax(0, 1.15fr) minmax(18rem, 0.55fr);
  gap: clamp(2.5rem, 6vw, 7rem);
}

.ftos-journal__hero h1 {
  max-width: 11ch;
  font-size: clamp(4rem, 6.4vw, 7rem);
  line-height: 0.88;
}

.ftos-journal-card__body {
  min-height: 27rem;
  padding: clamp(1.65rem, 2.2vw, 2.35rem);
}

.ftos-journal-card h2 {
  max-width: 16ch;
  font-size: clamp(2.15rem, 2.7vw, 3rem);
  line-height: 0.98;
}

.ftos-journal-card p {
  font-size: clamp(1rem, 1.05vw, 1.1rem);
  line-height: 1.58;
}

.ftos-note-detail__shell {
  width: min(calc(100% - 4rem), 100rem);
}

.ftos-note-detail__header {
  grid-template-columns: minmax(0, 1fr) minmax(280px, 350px);
  gap: clamp(48px, 5vw, 88px);
}

.ftos-note-detail__header h1 {
  max-width: 18ch;
  font-size: clamp(52px, 3.8vw, 74px);
  line-height: 0.96;
  overflow-wrap: anywhere;
}

.ftos-note-detail__header > div > p {
  max-width: 820px;
  font-size: clamp(19px, 1.3vw, 23px);
  line-height: 1.58;
}

.ftos-note-detail__layout {
  grid-template-columns: minmax(230px, 260px) minmax(0, 960px);
  gap: clamp(56px, 5vw, 88px);
}

.ftos-note-detail__aside span {
  font-size: 12px;
}

.ftos-note-detail__aside strong {
  font-size: 16px;
}

.ftos-note-detail__aside li {
  font-size: 11px;
}

.ftos-note-detail__lead {
  max-width: 900px;
  font-size: clamp(30px, 2vw, 39px);
  line-height: 1.28;
}

.ftos-note-detail__section h2 {
  max-width: 16ch;
  font-size: clamp(42px, 3.2vw, 60px);
  line-height: 0.96;
}

.ftos-note-detail__section p {
  max-width: 860px;
  font-size: clamp(19px, 1.15vw, 22px);
  line-height: 1.65;
}

@media (max-width: 1100px) {
  .ftos-journal__shell,
  .ftos-note-detail__shell {
    width: calc(100% - 3rem);
  }

  .ftos-note-detail__layout {
    grid-template-columns: 210px minmax(0, 1fr);
    gap: 48px;
  }
}

@media (max-width: 900px) {
  .ftos-note-detail__header,
  .ftos-note-detail__layout {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 767px) {
  .ftos-journal__shell,
  .ftos-note-detail__shell {
    width: calc(100% - 2rem);
  }

  .ftos-journal__hero h1 {
    font-size: clamp(3.6rem, 16vw, 5.2rem);
  }

  .ftos-journal-card__body {
    min-height: 0;
  }

  .ftos-note-detail__header h1 {
    font-size: clamp(42px, 11vw, 54px);
  }

  .ftos-note-detail__header > div > p,
  .ftos-note-detail__section p {
    font-size: 18px;
    line-height: 1.65;
  }

  .ftos-note-detail__section h2 {
    font-size: clamp(36px, 11vw, 48px);
  }
}

/* Operating Notes v4 ----------------------------------------------------
 * The mirrored page uses a viewport-scaled root font size. Editorial cards
 * therefore use explicit pixel measures here so their reading size remains
 * stable at normal desktop and laptop widths.
 */
.ftos-journal__shell {
  width: min(calc(100% - 96px), 1680px);
  padding: clamp(136px, 9vw, 172px) 0 112px;
}

.ftos-journal__topline {
  padding-bottom: 18px;
  font-size: 11px;
}

.ftos-journal__hero {
  grid-template-columns: minmax(0, 1.15fr) minmax(340px, 0.55fr);
  gap: clamp(56px, 6vw, 112px);
  padding: 58px 0 70px;
}

.ftos-journal__kicker {
  margin-bottom: 18px;
  font-size: 12px;
}

.ftos-journal__hero h1 {
  max-width: 11ch;
  font-size: clamp(76px, 6vw, 116px);
}

.ftos-journal__hero > p {
  max-width: 470px;
  margin-bottom: 8px;
  font-size: 18px;
  line-height: 1.58;
}

.ftos-journal__cards {
  gap: 24px;
}

.ftos-journal-card,
.ftos-journal-card--featured {
  border-radius: 14px;
}

:where(
  .ftos-journal-card__link,
  .ftos-home-note__link,
  .ftos-note-related-card > a
)[data-ftos-native-navigation] {
  position: relative;
  z-index: 1;
  cursor: pointer;
  pointer-events: auto;
  touch-action: manipulation;
}

.ftos-journal-card__link:focus-visible {
  outline: 3px solid var(--ftos-orange);
  outline-offset: -3px;
}

.ftos-journal-card__media::after {
  pointer-events: none;
}

.ftos-journal-card__media figcaption {
  bottom: 16px;
  left: 18px;
  font-size: 10px;
}

.ftos-journal-card__body {
  min-height: 400px;
  padding: 30px;
}

.ftos-note-badges {
  gap: 8px;
  margin-bottom: 22px;
}

.ftos-note-badges :is(span, b) {
  min-height: 28px;
  padding: 7px 11px;
  font-size: 10px;
}

.ftos-note-badges span::before {
  margin-right: 7px;
}

.ftos-journal-card__number {
  top: 30px;
  right: 30px;
  font-size: 11px;
}

.ftos-journal-card h2 {
  max-width: 17ch;
  margin-bottom: 18px;
  font-size: clamp(36px, 2.35vw, 48px);
  line-height: 0.96;
}

.ftos-journal-card p {
  max-width: 38rem;
  font-size: 17px;
  line-height: 1.58;
}

.ftos-journal-card ul {
  gap: 7px;
  margin: 24px 0 30px;
}

.ftos-journal-card li {
  padding: 7px 10px;
  font-size: 10px;
}

.ftos-journal-card li::before {
  margin-right: 6px;
}

.ftos-journal-card__action {
  gap: 16px;
  padding-top: 16px;
  font-size: 11px;
}

.ftos-journal-card__action i {
  width: 42px;
  height: 42px;
  border-radius: 10px;
  font-size: 17px;
}

@media (hover: hover) and (pointer: fine) {
  .ftos-journal-card:hover {
    box-shadow: 0 20px 48px rgb(49 41 35 / 0.1);
    transform: translateY(-5px);
  }
}

@media (max-width: 1100px) {
  .ftos-journal__shell {
    width: calc(100% - 48px);
  }

  .ftos-journal__hero {
    grid-template-columns: minmax(0, 1fr) minmax(280px, 0.6fr);
    gap: 48px;
  }
}

@media (max-width: 767px) {
  .ftos-journal__shell {
    width: calc(100% - 32px);
    padding: 104px 0 72px;
  }

  .ftos-journal__hero {
    grid-template-columns: 1fr;
    gap: 28px;
    padding: 42px 0 48px;
  }

  .ftos-journal__hero h1 {
    font-size: clamp(58px, 18vw, 82px);
  }

  .ftos-journal__hero > p {
    font-size: 17px;
  }

  .ftos-journal__cards {
    gap: 18px;
  }

  .ftos-journal-card__body {
    min-height: 0;
    padding: 24px;
  }

  .ftos-journal-card__number {
    top: 24px;
    right: 24px;
  }

  .ftos-journal-card h2 {
    font-size: clamp(34px, 10vw, 44px);
  }

  .ftos-journal-card p {
    font-size: 16px;
  }
}

/* About / industrial supply chains -------------------------------------
 * Keep the original Webflow background nodes in the DOM for motion
 * compatibility, but replace their blue artwork with FTOS-owned colour,
 * depth and grid layers.
 */
.about-trade {
  --_color---primary: var(--ftos-orange);
  isolation: isolate;
  overflow: hidden;
  background:
    radial-gradient(
      ellipse 88% 62% at 8% 108%,
      rgb(232 81 2 / 0.42) 0%,
      rgb(129 6 0 / 0.3) 38%,
      transparent 72%
    ),
    radial-gradient(
      ellipse 76% 54% at 94% 104%,
      rgb(201 16 0 / 0.38) 0%,
      rgb(129 6 0 / 0.22) 42%,
      transparent 74%
    ),
    linear-gradient(180deg, #0f0d0b 0%, #17120f 48%, #24130d 78%, #32170d 100%);
}

.about-trade::before,
.about-trade::after {
  content: "";
  position: absolute;
  pointer-events: none;
}

.about-trade::before {
  z-index: 0;
  inset: 0;
  opacity: 0.42;
  background-image:
    linear-gradient(rgb(255 252 241 / 0.06) 1px, transparent 1px),
    linear-gradient(90deg, rgb(255 252 241 / 0.06) 1px, transparent 1px);
  background-size: 4rem 4rem;
  -webkit-mask-image: linear-gradient(to bottom, transparent 0%, #000 24%, #000 86%, transparent 100%);
  mask-image: linear-gradient(to bottom, transparent 0%, #000 24%, #000 86%, transparent 100%);
}

.about-trade::after {
  z-index: 1;
  right: -8%;
  bottom: -34%;
  left: -8%;
  height: 66%;
  opacity: 0.82;
  background: radial-gradient(
    ellipse at 50% 100%,
    rgb(255 157 105 / 0.62) 0%,
    rgb(232 81 2 / 0.36) 34%,
    rgb(129 6 0 / 0.18) 58%,
    transparent 76%
  );
  filter: blur(2.5rem);
}

.about-trade > .container {
  z-index: 2;
  position: relative;
}

.about-trade-bg-wrap {
  visibility: hidden;
  opacity: 0 !important;
}

.about-trade-title .cl-note {
  color: var(--ftos-orange) !important;
  opacity: 1 !important;
  -webkit-text-fill-color: currentColor;
  text-shadow: 0 0 2.5rem rgb(232 81 2 / 0.2);
}

.about-trade-label-ic {
  color: var(--ftos-pale-orange);
}

.about-trade-desc-sub {
  color: var(--ftos-ivory);
}

.about-trade-desc-main {
  color: rgb(255 252 241 / 0.68);
}

@media (max-width: 767px) {
  .about-trade {
    background:
      radial-gradient(ellipse 110% 46% at 20% 104%, rgb(232 81 2 / 0.38), transparent 72%),
      radial-gradient(ellipse 100% 42% at 100% 100%, rgb(129 6 0 / 0.32), transparent 70%),
      linear-gradient(180deg, #0f0d0b 0%, #17120f 62%, #2a150e 100%);
  }

  .about-trade::before {
    background-size: 2.5rem 2.5rem;
  }

  .about-trade::after {
    bottom: -26%;
    height: 48%;
    filter: blur(1.5rem);
  }
}

/* Contact / movement request -------------------------------------------
 * This route follows the approved request-page reference while retaining
 * the cloned ContactPage motion root and the local quote-request contract.
 */
[data-ftos-page="contact"] {
  background: var(--ftos-ivory);
  color: var(--ftos-graphite);
}

[data-ftos-page="contact"] .contact-hero-wrap {
  background: var(--ftos-ivory);
  overflow: clip;
}

[data-ftos-page="contact"] .contact-hero.ftos-contact {
  display: block !important;
  min-height: 0 !important;
  padding: 0 !important;
  background: var(--ftos-ivory) !important;
  color: var(--ftos-graphite);
}

.ftos-contact__container {
  width: min(calc(100% - 64px), 1640px);
  margin-inline: auto;
}

.ftos-contact__hero {
  position: relative;
  display: block !important;
  min-height: clamp(432px, 35vw, 500px);
  margin: 0 !important;
  overflow: hidden;
  background:
    radial-gradient(circle at 84% 34%, rgb(255 157 105 / 0.22), transparent 34%),
    var(--ftos-ivory);
}

.ftos-contact__hero-grid {
  position: relative;
  display: grid !important;
  grid-template-columns: repeat(12, minmax(0, 1fr));
  align-items: center;
  min-height: clamp(432px, 35vw, 500px);
  padding-block: clamp(112px, 8vw, 136px) clamp(48px, 4vw, 76px);
}

.ftos-contact__hero-copy {
  z-index: 2;
  position: relative;
  grid-column: 1 / span 7;
  width: auto !important;
  padding-left: clamp(170px, 13vw, 250px);
}

.ftos-contact__hero .contact-hero-title {
  margin: 0;
}

.ftos-contact__hero .contact-hero-title h1 {
  display: flex;
  flex-direction: column;
  max-width: 9.5ch;
  margin: 0;
  color: var(--ftos-graphite) !important;
  font: 400 clamp(72px, 5.8vw, 112px) / 0.87 var(--ftos-font-display) !important;
  letter-spacing: 0.005em;
  text-transform: uppercase;
}

.ftos-contact__hero .contact-hero-title h1 span:last-child {
  white-space: nowrap;
}

.ftos-contact__hero-desc {
  max-width: 540px;
  margin-top: clamp(24px, 2vw, 38px);
}

.ftos-contact__hero-desc p {
  margin: 0;
  color: rgb(49 41 35 / 0.82) !important;
  font: 500 clamp(16px, 1vw, 18px) / 1.55 var(--ftos-font-body) !important;
}

.ftos-contact__market {
  position: absolute;
  bottom: -6px;
  left: 0;
  display: grid;
  width: 145px;
  gap: 8px;
}

.ftos-contact__market-copy {
  display: grid;
  gap: 3px;
  padding-left: 12px;
  border-left: 2px solid var(--ftos-orange);
}

.ftos-contact__market-copy span,
.ftos-contact__micro,
.ftos-contact__channel-state {
  color: rgb(49 41 35 / 0.64);
  font: 650 11px / 1.35 var(--ftos-font-body);
  letter-spacing: 0.075em;
  text-transform: uppercase;
}

.ftos-contact__market-copy strong {
  color: var(--ftos-graphite);
  font: 600 15px / 1.25 var(--ftos-font-body);
}

.ftos-contact__market img {
  width: 145px;
  height: 78px;
  clip-path: inset(0 0 0 10%);
  object-fit: cover;
  object-position: 48% 54%;
  mix-blend-mode: multiply;
}

.ftos-contact__hero-visual {
  z-index: 0;
  position: absolute;
  inset: 0 calc((100vw - 100%) / -2) 0 37%;
  overflow: hidden;
  pointer-events: none;
}

.ftos-contact__hero-visual img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: right center;
}

.ftos-contact__hero-visual::after {
  position: absolute;
  inset: 0;
  background: linear-gradient(
    90deg,
    var(--ftos-ivory) 0%,
    rgb(255 252 241 / 0.82) 20%,
    rgb(255 252 241 / 0.12) 58%,
    transparent 82%
  );
  content: "";
}

.ftos-contact__hairline {
  display: block !important;
  width: 100% !important;
  margin: 0 !important;
}

.ftos-contact__hairline .line {
  width: 100%;
  height: 1px;
  background: rgb(49 41 35 / 0.14);
}

.ftos-contact__request-shell {
  display: block !important;
  width: auto !important;
  padding: clamp(64px, 5vw, 96px) 0 clamp(80px, 7vw, 120px) !important;
  background:
    linear-gradient(rgb(49 41 35 / 0.018) 1px, transparent 1px),
    linear-gradient(90deg, rgb(49 41 35 / 0.018) 1px, transparent 1px),
    var(--ftos-ivory);
  background-size: 64px 64px;
}

.ftos-contact .contact-hero-form {
  width: 100% !important;
  margin: 0 !important;
}

.ftos-contact__form {
  width: 100%;
  margin: 0;
}

.ftos-contact__status {
  display: none;
  margin: 0 0 24px;
  padding: 16px 18px;
  border: 1px solid rgb(201 16 0 / 0.34);
  border-left: 3px solid var(--ftos-maroon);
  border-radius: 8px;
  background: rgb(255 157 105 / 0.12);
  color: var(--ftos-graphite);
  font: 600 14px / 1.5 var(--ftos-font-body);
}

.ftos-contact__status.is-visible {
  display: block;
}

.ftos-contact__form-layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(340px, 360px);
  gap: clamp(32px, 2.5vw, 48px);
  align-items: start;
}

.ftos-contact__form-main {
  min-width: 0;
}

.ftos-contact__service-fieldset {
  min-width: 0;
  margin: 0;
  padding: 0;
  border: 0;
}

.ftos-contact__section-heading {
  display: flex !important;
  align-items: baseline;
  gap: 9px;
  width: auto !important;
  margin: 0 !important;
  padding: 0 !important;
  color: var(--ftos-graphite);
}

.ftos-contact__section-heading :is(.heading, h2) {
  margin: 0;
  color: var(--ftos-graphite) !important;
  font: 400 clamp(30px, 1.8vw, 38px) / 1 var(--ftos-font-display) !important;
  letter-spacing: 0.018em;
  text-transform: uppercase;
}

.ftos-contact__section-number {
  color: var(--ftos-graphite);
  font: 400 clamp(30px, 1.8vw, 38px) / 1 var(--ftos-font-display);
}

.ftos-contact .contact-hero-form-desc,
.ftos-contact__section-copy {
  width: auto !important;
  margin: 8px 0 22px !important;
  color: rgb(49 41 35 / 0.64) !important;
  font: 500 14px / 1.5 var(--ftos-font-body) !important;
}

.ftos-contact__sr-only {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  margin: -1px !important;
  padding: 0 !important;
  clip: rect(0 0 0 0) !important;
  clip-path: inset(50%) !important;
  overflow: hidden !important;
  white-space: nowrap !important;
}

.ftos-contact__service-grid {
  display: grid !important;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 14px;
  width: 100% !important;
  margin: 0 !important;
  padding: 0 !important;
}

.ftos-contact__service-card.radio-grp {
  position: relative;
  display: grid !important;
  grid-template-columns: 48px minmax(0, 1fr) 20px;
  gap: 14px;
  align-items: center;
  min-height: 88px;
  margin: 0 !important;
  padding: 15px 16px !important;
  overflow: hidden;
  border: 1px solid rgb(49 41 35 / 0.14);
  border-radius: 10px;
  background: rgb(255 250 240 / 0.76);
  box-shadow: 0 0 0 rgb(49 41 35 / 0);
  color: var(--ftos-graphite);
  cursor: pointer;
  transition:
    transform var(--ftos-motion-fast) var(--ftos-ease-industrial),
    border-color var(--ftos-motion-fast) ease,
    background-color var(--ftos-motion-fast) ease,
    box-shadow var(--ftos-motion-fast) ease;
}

.ftos-contact__service-card.radio-grp::before,
.ftos-contact__service-card.radio-grp::after {
  display: none !important;
  content: none !important;
}

.ftos-contact__service-card.radio-grp:hover {
  transform: translateY(-2px);
  border-color: rgb(232 81 2 / 0.46);
  box-shadow: 0 10px 24px rgb(49 41 35 / 0.07);
}

.ftos-contact__service-card.radio-grp:has(input:checked) {
  border-color: var(--ftos-orange);
  background: rgb(255 157 105 / 0.13);
  box-shadow: inset 0 0 0 1px rgb(232 81 2 / 0.12);
}

.ftos-contact__service-card.radio-grp:focus-within {
  outline: 3px solid rgb(232 81 2 / 0.24);
  outline-offset: 2px;
}

.ftos-contact__service-grid[aria-invalid="true"] .ftos-contact__service-card {
  border-color: rgb(201 16 0 / 0.48);
}

.ftos-contact__service-card .radio-field {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  margin: -1px !important;
  opacity: 0 !important;
  pointer-events: none;
}

.ftos-contact__service-icon {
  display: grid;
  width: 48px;
  height: 48px;
  place-items: center;
  color: var(--ftos-graphite);
}

.ftos-contact__service-icon svg {
  width: 100%;
  height: 100%;
}

.ftos-contact__service-card .w-form-label {
  margin: 0 !important;
  color: var(--ftos-graphite) !important;
  font: 600 14px / 1.32 var(--ftos-font-body) !important;
}

.ftos-contact__service-check {
  display: grid;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  opacity: 0;
  background: var(--ftos-orange);
  color: var(--ftos-ivory);
  font: 700 11px / 1 var(--ftos-font-body);
  place-items: center;
  transform: scale(0.6);
  transition: opacity var(--ftos-motion-fast) ease, transform var(--ftos-motion-fast) ease;
}

.ftos-contact__service-card:has(input:checked) .ftos-contact__service-check {
  opacity: 1;
  transform: scale(1);
}

.ftos-contact__major-line {
  display: block !important;
  width: 100% !important;
  height: 1px !important;
  margin: clamp(48px, 4vw, 72px) 0 !important;
  background: rgb(49 41 35 / 0.14) !important;
}

.ftos-contact__field-columns {
  display: grid;
  grid-template-columns: minmax(300px, 0.85fr) minmax(0, 1.55fr);
  gap: clamp(32px, 3vw, 52px);
}

.ftos-contact__field-section {
  min-width: 0;
}

.ftos-contact__field-section + .ftos-contact__field-section {
  padding-left: clamp(32px, 3vw, 52px);
  border-left: 1px solid rgb(49 41 35 / 0.14);
}

.ftos-contact__contact-fields,
.ftos-contact__movement-fields {
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  gap: 16px;
}

.ftos-contact__movement-fields {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.ftos-contact__movement-fields [data-ftos-wide="true"] {
  grid-column: 1 / -1;
}

.ftos-contact .input-grp {
  position: relative;
  display: block !important;
  width: 100% !important;
  min-width: 0;
  margin: 0 !important;
  padding: 0 !important;
}

.ftos-contact .input-grp .input-label {
  position: static !important;
  display: block !important;
  margin: 0 0 7px !important;
  padding: 0 !important;
  opacity: 1 !important;
  color: var(--ftos-graphite) !important;
  font: 600 13px / 1.3 var(--ftos-font-body) !important;
  transform: none !important;
}

.ftos-contact .input-grp .input-field {
  display: block !important;
  width: 100% !important;
  min-width: 0;
  height: 56px !important;
  margin: 0 !important;
  padding: 14px 16px !important;
  border: 1px solid rgb(49 41 35 / 0.15) !important;
  border-radius: 10px !important;
  outline: none;
  background: rgb(255 250 240 / 0.82) !important;
  box-shadow: none !important;
  color: var(--ftos-graphite) !important;
  font: 500 15px / 1.35 var(--ftos-font-body) !important;
  transition: border-color var(--ftos-motion-fast) ease, box-shadow var(--ftos-motion-fast) ease, background-color var(--ftos-motion-fast) ease;
}

.ftos-contact .input-grp select.input-field {
  padding-right: 40px !important;
  cursor: pointer;
}

.ftos-contact .input-grp textarea.input-field {
  min-height: 112px !important;
  resize: vertical;
}

.ftos-contact .input-grp textarea#message {
  min-height: 96px !important;
}

.ftos-contact .input-grp .input-field::placeholder {
  color: rgb(49 41 35 / 0.38) !important;
  opacity: 1;
}

.ftos-contact .input-grp .input-field:hover {
  border-color: rgb(49 41 35 / 0.28) !important;
}

.ftos-contact .input-grp .input-field:focus {
  border-color: var(--ftos-orange) !important;
  background: var(--ftos-paper, #fffaf0) !important;
  box-shadow: 0 0 0 3px rgb(232 81 2 / 0.16) !important;
}

.ftos-contact .input-grp .input-field[aria-invalid="true"] {
  border-color: var(--ftos-maroon) !important;
  box-shadow: 0 0 0 3px rgb(201 16 0 / 0.12) !important;
}

.ftos-contact .input-grp .input-line {
  display: none !important;
}

.ftos-contact .input-grp .input-error {
  margin-top: 6px;
  color: var(--ftos-maroon);
  font-size: 12px;
}

.ftos-contact .iti {
  display: block;
  width: 100%;
}

.ftos-contact .iti__country-container {
  color: var(--ftos-graphite);
}

.ftos-contact .iti__country-selector {
  z-index: 20;
  background: var(--ftos-paper, #fffaf0);
}

.ftos-contact__review {
  position: sticky;
  top: 108px;
  align-self: start;
  padding: 20px 24px 24px;
  border: 1px solid rgb(49 41 35 / 0.14);
  border-radius: 12px;
  background: rgb(255 250 240 / 0.78);
  box-shadow: 0 18px 48px rgb(49 41 35 / 0.04);
}

.ftos-contact__review-block {
  display: grid;
  grid-template-columns: 44px minmax(0, 1fr);
  gap: 16px;
  padding: 20px 0;
  border-bottom: 1px solid rgb(49 41 35 / 0.14);
}

.ftos-contact__review-block:first-child {
  padding-top: 6px;
}

.ftos-contact__review-block > svg {
  width: 44px;
  height: 44px;
  color: var(--ftos-orange);
}

.ftos-contact__review-block > div {
  display: grid;
  gap: 6px;
}

.ftos-contact__review strong {
  color: var(--ftos-graphite);
  font: 650 16px / 1.25 var(--ftos-font-body);
}

.ftos-contact__review p,
.ftos-contact__review li,
.ftos-contact__submit-band p {
  margin: 0;
  color: rgb(49 41 35 / 0.68);
  font: 500 13px / 1.55 var(--ftos-font-body);
}

.ftos-contact__review ul,
.ftos-contact__review ol {
  display: grid;
  gap: 7px;
  margin: 4px 0 0;
  padding: 0;
  list-style: none;
}

.ftos-contact__review ul li {
  position: relative;
  padding-left: 20px;
}

.ftos-contact__review ul li::before {
  position: absolute;
  top: 0;
  left: 0;
  color: var(--ftos-orange);
  font-weight: 800;
  content: "✓";
}

.ftos-contact__next {
  padding-top: 20px;
}

.ftos-contact__next ol {
  margin-top: 14px;
}

.ftos-contact__next li {
  display: grid;
  grid-template-columns: 32px minmax(0, 1fr);
}

.ftos-contact__next li span {
  color: var(--ftos-graphite);
  font-family: var(--ftos-font-mono);
}

.ftos-contact__submit-band {
  display: grid;
  grid-template-columns: minmax(0, 0.95fr) minmax(360px, 1.2fr) minmax(0, 0.95fr);
  margin-top: clamp(56px, 5vw, 88px);
  overflow: hidden;
  border: 1px solid rgb(232 81 2 / 0.24);
  border-radius: 12px;
  background: rgb(255 250 240 / 0.8);
  box-shadow: 0 24px 64px rgb(49 41 35 / 0.06);
}

.ftos-contact__submit-summary,
.ftos-contact__support {
  display: grid;
  grid-template-columns: 96px minmax(0, 1fr);
  gap: 18px;
  align-items: center;
  min-width: 0;
  padding: 20px 24px;
}

.ftos-contact__submit-summary img,
.ftos-contact__support img {
  width: 96px;
  height: 96px;
  border-radius: 20px;
  object-fit: cover;
  mix-blend-mode: multiply;
}

.ftos-contact__submit-summary > div,
.ftos-contact__support > div {
  display: grid;
  gap: 6px;
}

.ftos-contact__submit-band h2 {
  margin: 0;
  color: var(--ftos-graphite) !important;
  font: 400 30px / 1 var(--ftos-font-display) !important;
  text-transform: uppercase;
}

.ftos-contact__submit-core {
  display: grid;
  align-content: center;
  gap: 14px;
  min-width: 0;
  padding: 24px clamp(24px, 2.5vw, 40px);
  background:
    radial-gradient(circle at 12% 0%, rgb(255 157 105 / 0.55), transparent 36%),
    linear-gradient(120deg, var(--ftos-orange), #c93600 58%, var(--ftos-bismarck-maroon));
  color: var(--ftos-ivory);
}

.ftos-contact__channel-state {
  color: rgb(255 252 241 / 0.76);
  text-align: center;
}

.ftos-contact__submit-core .form-submit {
  width: 100% !important;
  margin: 0 !important;
}

.ftos-contact__submit-button.btn {
  display: flex !important;
  align-items: center;
  justify-content: space-between;
  width: 100% !important;
  min-height: 58px;
  margin: 0 !important;
  padding: 12px 22px !important;
  border: 1px solid rgb(255 252 241 / 0.8) !important;
  border-radius: 999px !important;
  background: transparent !important;
  box-shadow: none !important;
  color: var(--ftos-ivory) !important;
}

.ftos-contact__submit-button.btn::before,
.ftos-contact__submit-button.btn::after {
  display: none !important;
}

.ftos-contact__submit-button .btn-txt,
.ftos-contact__submit-button .txt {
  color: inherit !important;
  font: 700 14px / 1 var(--ftos-font-body) !important;
  letter-spacing: 0.07em;
  text-transform: uppercase;
}

.ftos-contact__submit-button > span:last-child {
  font-size: 24px;
  transition: transform var(--ftos-motion-fast) ease;
}

.ftos-contact__submit-button:hover,
.ftos-contact__submit-button:focus-visible {
  background: rgb(255 252 241 / 0.12) !important;
}

.ftos-contact__submit-button:hover > span:last-child {
  transform: translateX(4px);
}

.ftos-contact__submit-button:focus-visible {
  outline: 3px solid rgb(255 252 241 / 0.36) !important;
  outline-offset: 3px;
}

.ftos-contact__submit-core > p {
  padding-top: 13px;
  border-top: 1px solid rgb(255 252 241 / 0.34);
  color: rgb(255 252 241 / 0.82);
  text-align: center;
}

.ftos-contact .form-success,
.ftos-contact .w-form-fail {
  border-radius: 10px;
  color: var(--ftos-graphite);
}

.ftos-contact__motion-hooks {
  display: none !important;
}

[data-ftos-page="contact"] .footer-wrap,
[data-ftos-page="contact"] .footer {
  background: var(--ftos-ivory) !important;
  color: var(--ftos-graphite) !important;
}

[data-ftos-page="contact"] .footer :is(.txt, a) {
  color: var(--ftos-graphite) !important;
}

[data-ftos-page="contact"] .footer-bot-line .line {
  background: rgb(49 41 35 / 0.14) !important;
}

@media (max-width: 1439px) {
  .ftos-contact__service-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .ftos-contact__form-layout {
    grid-template-columns: minmax(0, 1fr) minmax(280px, 310px);
    gap: 32px;
  }

  .ftos-contact__submit-band {
    grid-template-columns: minmax(0, 0.9fr) minmax(320px, 1.15fr) minmax(0, 0.9fr);
  }

  .ftos-contact__submit-summary,
  .ftos-contact__support {
    grid-template-columns: 84px minmax(0, 1fr);
    padding-inline: 18px;
  }

  .ftos-contact__submit-summary img,
  .ftos-contact__support img {
    width: 84px;
    height: 84px;
  }
}

@media (max-width: 1199px) {
  .ftos-contact__hero-copy {
    grid-column-end: span 7;
    padding-left: clamp(120px, 11vw, 150px);
  }

  .ftos-contact__market,
  .ftos-contact__market img {
    width: 120px;
  }

  .ftos-contact__field-columns {
    grid-template-columns: 1fr;
  }

  .ftos-contact__field-section + .ftos-contact__field-section {
    margin-top: 40px;
    padding-top: 40px;
    padding-left: 0;
    border-top: 1px solid rgb(49 41 35 / 0.14);
    border-left: 0;
  }
}

@media (max-width: 1023px) {
  .ftos-contact__container {
    width: min(calc(100% - 48px), 1640px);
  }

  .ftos-contact__hero-copy {
    grid-column: 1 / span 7;
    padding-left: 0;
  }

  .ftos-contact__hero .contact-hero-title h1 {
    font-size: clamp(58px, 7.4vw, 76px) !important;
  }

  .ftos-contact__hero .contact-hero-title h1 span:last-child {
    white-space: normal;
  }

  .ftos-contact__market {
    position: static;
    grid-template-columns: auto 104px;
    align-items: center;
    width: max-content;
    margin-top: 24px;
  }

  .ftos-contact__market img {
    width: 104px;
    height: 56px;
  }

  .ftos-contact__service-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .ftos-contact__form-layout {
    grid-template-columns: minmax(0, 1fr);
  }

  .ftos-contact__review {
    position: static;
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 0 24px;
    margin-top: 40px;
  }

  .ftos-contact__review-block:nth-child(2) {
    padding-top: 6px;
  }

  .ftos-contact__next {
    border-top: 1px solid rgb(49 41 35 / 0.14);
  }

  .ftos-contact__submit-band {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .ftos-contact__submit-summary {
    grid-column: 1 / -1;
    border-bottom: 1px solid rgb(232 81 2 / 0.2);
  }
}

@media (max-width: 767px) {
  .ftos-contact__container {
    width: min(calc(100% - 40px), 1640px);
  }

  .ftos-contact__hero,
  .ftos-contact__hero-grid {
    min-height: clamp(620px, 110vw, 720px);
  }

  .ftos-contact__hero-grid {
    display: block !important;
    padding-block: 116px 0;
  }

  .ftos-contact__hero-copy {
    width: 100% !important;
    padding: 0 0 288px;
  }

  .ftos-contact__hero .contact-hero-title h1 {
    max-width: 8.5ch;
    font-size: clamp(46px, 14vw, 76px) !important;
    line-height: 0.9 !important;
  }

  .ftos-contact__hero .contact-hero-title h1 span:last-child {
    white-space: normal;
  }

  .ftos-contact__hero-desc {
    max-width: 432px;
    margin-top: 22px;
  }

  .ftos-contact__hero-desc p {
    font-size: 15px !important;
  }

  .ftos-contact__market {
    grid-template-columns: auto 88px;
    margin-top: 18px;
  }

  .ftos-contact__market img {
    width: 88px;
    height: 51px;
  }

  .ftos-contact__hero-visual {
    inset: auto -20px 0 -20px;
    height: 304px;
  }

  .ftos-contact__hero-visual::after {
    background: linear-gradient(
      180deg,
      var(--ftos-ivory) 0%,
      rgb(255 252 241 / 0.64) 22%,
      transparent 58%
    );
  }

  .ftos-contact__request-shell {
    padding-block: 52px 72px !important;
    background-size: 40px 40px;
  }

  .ftos-contact__service-grid,
  .ftos-contact__movement-fields,
  .ftos-contact__review,
  .ftos-contact__submit-band {
    grid-template-columns: minmax(0, 1fr);
  }

  .ftos-contact__service-card.radio-grp {
    min-height: 78px;
  }

  .ftos-contact__movement-fields [data-ftos-wide="true"] {
    grid-column: auto;
  }

  .ftos-contact__review-block:nth-child(2) {
    padding-top: 20px;
  }

  .ftos-contact__submit-summary {
    grid-column: auto;
  }

  .ftos-contact__submit-core {
    min-height: 208px;
  }

  .ftos-contact__submit-summary,
  .ftos-contact__support {
    grid-template-columns: 88px minmax(0, 1fr);
    padding: 20px;
  }

  .ftos-contact__submit-summary img,
  .ftos-contact__support img {
    width: 88px;
    height: 88px;
  }
}

@media (max-width: 390px) {
  .ftos-contact__container {
    width: calc(100% - 32px);
  }

  .ftos-contact__hero-copy {
    padding-bottom: 264px;
  }

  .ftos-contact__hero-visual {
    height: 280px;
  }

  .ftos-contact__service-card.radio-grp {
    grid-template-columns: 40px minmax(0, 1fr) 20px;
    min-height: 74px;
    padding-inline: 12px !important;
  }

  .ftos-contact__service-icon {
    width: 40px;
    height: 40px;
  }

  .ftos-contact__submit-summary,
  .ftos-contact__support {
    grid-template-columns: 72px minmax(0, 1fr);
    gap: 12px;
  }

  .ftos-contact__submit-summary img,
  .ftos-contact__support img {
    width: 72px;
    height: 72px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .ftos-contact__service-card.radio-grp:hover,
  .ftos-contact__submit-button:hover > span:last-child {
    transform: none;
  }
}

/* Simplified business-request flow -------------------------------------- */
.ftos-contact__simple-form {
  max-width: 1120px;
  margin-inline: auto;
}

.ftos-contact__simple-panel {
  padding: clamp(24px, 3vw, 42px);
  border: 1px solid rgb(232 81 2 / 0.2);
  border-radius: 18px;
  background:
    radial-gradient(circle at 88% 12%, rgb(255 196 92 / 0.14), transparent 34%),
    rgb(255 250 240 / 0.9);
  box-shadow: 0 22px 58px rgb(49 41 35 / 0.06);
}

.ftos-contact__simple-fields {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 22px 20px;
}

.ftos-contact__simple-fields [data-ftos-wide="true"] {
  grid-column: 1 / -1;
}

.ftos-contact__simple-fields textarea#request-details {
  min-height: 142px !important;
}

.ftos-contact__required-note {
  margin: 18px 0 0;
  color: rgb(49 41 35 / 0.54);
  font: 500 12px / 1.5 var(--ftos-font-body);
}

.ftos-contact__simple-submit.form-submit {
  width: max-content !important;
  margin: 20px 0 0 !important;
}

.ftos-contact__simple-submit-button.btn,
.ftos-request-sent__button.btn {
  display: flex !important;
  align-items: center;
  justify-content: space-between;
  gap: 28px;
  width: auto !important;
  min-width: 250px;
  min-height: 58px;
  margin: 0 !important;
  padding: 13px 20px 13px 24px !important;
  border: 1px solid var(--ftos-orange) !important;
  border-radius: 10px !important;
  background: var(--ftos-orange) !important;
  box-shadow: 0 12px 24px rgb(232 81 2 / 0.18) !important;
  color: var(--ftos-ivory) !important;
  transition: transform var(--ftos-motion-fast) var(--ftos-ease-industrial), box-shadow var(--ftos-motion-fast) ease !important;
}

.ftos-contact__simple-submit-button.btn::before,
.ftos-contact__simple-submit-button.btn::after,
.ftos-request-sent__button.btn::before,
.ftos-request-sent__button.btn::after {
  display: none !important;
  content: none !important;
}

.ftos-contact__simple-submit-button :is(.btn-txt, .txt),
.ftos-request-sent__button :is(.btn-txt, .txt) {
  color: inherit !important;
  font: 700 13px / 1 var(--ftos-font-body) !important;
  letter-spacing: 0.055em;
  text-transform: uppercase;
}

.ftos-contact__simple-submit-button > span:last-child,
.ftos-request-sent__button > span:last-child {
  font-size: 22px;
  line-height: 1;
}

.ftos-contact__simple-submit-button:hover,
.ftos-contact__simple-submit-button:focus-visible,
.ftos-request-sent__button:hover,
.ftos-request-sent__button:focus-visible {
  transform: translateY(-2px);
  box-shadow: 0 16px 30px rgb(232 81 2 / 0.26) !important;
}

.ftos-contact__simple-submit-button:focus-visible,
.ftos-request-sent__button:focus-visible {
  outline: 3px solid rgb(232 81 2 / 0.24) !important;
  outline-offset: 3px;
}

.ftos-contact__simple-submit-button:disabled {
  cursor: wait;
  opacity: 0.7;
  transform: none;
}

/* Mock request confirmation route. It deliberately stays noindex until the
 * backend submission endpoint is connected. */
.ftos-request-sent__stage {
  display: grid !important;
  min-height: 100svh !important;
  padding: clamp(136px, 14vw, 196px) 0 clamp(80px, 9vw, 132px);
  background:
    radial-gradient(circle at 78% 16%, rgb(232 81 2 / 0.2), transparent 32%),
    linear-gradient(rgb(49 41 35 / 0.025) 1px, transparent 1px),
    linear-gradient(90deg, rgb(49 41 35 / 0.025) 1px, transparent 1px),
    var(--ftos-ivory);
  background-size: auto, 64px 64px, 64px 64px, auto;
  place-items: center;
}

.ftos-request-sent__inner {
  display: grid;
  place-items: center;
}

.ftos-request-sent__card {
  display: grid;
  justify-items: start;
  width: min(100%, 820px);
  padding: clamp(32px, 5vw, 64px);
  border: 1px solid rgb(232 81 2 / 0.22);
  border-radius: 20px;
  background: rgb(255 250 240 / 0.92);
  box-shadow: 0 28px 72px rgb(49 41 35 / 0.09);
}

.ftos-request-sent__check {
  display: grid;
  width: 64px;
  height: 64px;
  margin-bottom: 22px;
  border: 1px solid rgb(232 81 2 / 0.34);
  border-radius: 50%;
  background: rgb(232 81 2 / 0.1);
  color: var(--ftos-orange);
  font: 700 28px / 1 var(--ftos-font-body);
  place-items: center;
}

.ftos-request-sent__card .contact-hero-title {
  margin-top: 16px;
}

.ftos-request-sent__card .contact-hero-title h1 {
  display: flex;
  flex-direction: column;
  margin: 0;
  color: var(--ftos-graphite) !important;
  font: 400 clamp(68px, 7vw, 112px) / 0.86 var(--ftos-font-display) !important;
  letter-spacing: -0.02em;
  text-transform: uppercase;
}

.ftos-request-sent__card > .txt {
  max-width: 600px;
  margin: 28px 0 0;
  color: rgb(49 41 35 / 0.76) !important;
  line-height: 1.65 !important;
}

.ftos-request-sent__notice {
  margin: 28px 0 0;
  padding: 14px 16px;
  border-left: 3px solid var(--ftos-orange);
  background: rgb(232 81 2 / 0.07);
  color: rgb(49 41 35 / 0.66);
  font: 600 12px / 1.55 var(--ftos-font-body);
}

.ftos-request-sent__button {
  margin-top: 30px !important;
}

[data-ftos-page="request-sent"] .footer-wrap,
[data-ftos-page="request-sent"] .footer {
  background: var(--ftos-ivory) !important;
  color: var(--ftos-graphite) !important;
}

@media (max-width: 767px) {
  .ftos-contact__simple-panel {
    padding: 22px 18px;
    border-radius: 14px;
  }

  .ftos-contact__simple-fields {
    grid-template-columns: minmax(0, 1fr);
    gap: 18px;
  }

  .ftos-contact__simple-fields [data-ftos-wide="true"] {
    grid-column: auto;
  }

  .ftos-contact__simple-submit.form-submit,
  .ftos-contact__simple-submit-button.btn,
  .ftos-request-sent__button.btn {
    width: 100% !important;
  }

  .ftos-request-sent__stage {
    padding: 118px 0 64px;
    background-size: auto, 40px 40px, 40px 40px, auto;
  }

  .ftos-request-sent__card {
    padding: 28px 22px;
    border-radius: 16px;
  }

  .ftos-request-sent__check {
    width: 56px;
    height: 56px;
    font-size: 24px;
  }

  .ftos-request-sent__card .contact-hero-title h1 {
    font-size: clamp(58px, 18vw, 82px) !important;
  }
}

@media (prefers-reduced-motion: reduce) {
  .ftos-contact__simple-submit-button:hover,
  .ftos-request-sent__button:hover {
    transform: none;
  }
}
