/* FTOS Brand Pass — visual overrides only; motion selectors remain untouched. */

:root {
  --_color---primary: var(--ftos-orange);
  --_color---secondary: var(--ftos-maroon);
  --_color---m-black: var(--ftos-graphite);
  --_color---m-white: var(--ftos-ivory);
  --_color---bg--brand: var(--ftos-orange);
  --_color---content--brand: var(--ftos-orange);
  --_color---bg--sf-1: #211c18;
  --_color---bg--sf-2: var(--ftos-graphite);
  --_color---content--main: var(--ftos-ivory);
  --_color---content--sub: rgb(255 252 241 / 0.82);
  --_color---content--soft: rgb(255 252 241 / 0.66);
  --_color---content--note: rgb(255 252 241 / 0.46);
  --_color---border--main: rgb(255 252 241 / 0.18);
  --_color---border--light: rgb(255 252 241 / 0.1);
  --_color---border--bold: rgb(255 252 241 / 0.3);
  --font--heading: var(--ftos-font-display);
  --font--body: var(--ftos-font-body);
  --font--button: var(--ftos-font-body);
}

html,
body {
  background-color: var(--ftos-color-bg-deep);
  color: var(--ftos-ivory);
}

body,
button,
input,
select,
textarea {
  font-family: var(--ftos-font-body);
}

h1,
h2,
h3,
h4,
h5,
h6,
[data-wf--heading--heading-style] {
  font-family: var(--ftos-font-display);
  letter-spacing: 0.012em;
}

::selection {
  background: var(--ftos-orange);
  color: var(--ftos-graphite);
}

:focus-visible {
  outline-color: var(--ftos-pale-orange);
}

/* Preserve the header's outer motion hook while FTOS owns the visible mark. */
.header-logo {
  width: clamp(6.6rem, 9vw, 9.6rem);
  height: clamp(1.35rem, 2vw, 2rem);
  background: url("./marks/ftos-horizontal-lockup-orange.svg") left center / contain no-repeat;
}

.header-logo > * {
  opacity: 0 !important;
  pointer-events: none;
}

.loader-logo-ic {
  min-width: clamp(6.4rem, 11vw, 9.6rem);
  min-height: clamp(1.35rem, 2.2vw, 2rem);
  background: url("./marks/ftos-horizontal-lockup-orange.svg") left center / contain no-repeat;
}

.loader-logo-ic > svg {
  opacity: 0 !important;
}

#source-image-footer {
  object-fit: contain;
  object-position: left center;
}

.footer-logo-main {
  display: flex;
  align-items: center;
}

.button,
.btn,
[data-is-btn] {
  --_color---primary: var(--ftos-orange);
  --_color---secondary: var(--ftos-maroon);
}

.loader-map-dot.office,
.home-hero-map-dot.office {
  background-color: var(--ftos-orange) !important;
  box-shadow: 0 0 1.5rem rgb(232 81 2 / 0.65);
}

@media (max-width: 767px) {
  .header-logo {
    width: 5.3rem;
    height: 1.45rem;
  }

  .loader-logo-ic {
    min-width: 5.8rem;
    min-height: 1.35rem;
  }
}

@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
  }
}
