/* Load after palantir-alt.css and palantir-motion.css. */
#contact .section__head { text-align: center; }
#contact .section__title { margin-inline: auto; text-align: center; }
body > .nav {
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  max-width: none;
  margin: 0;
  box-sizing: border-box;
  border: 0;
  border-radius: 0;
  box-shadow: none;
  padding-inline: var(--gutter, 24px);
  grid-template-columns: 1fr auto;
}
body > .nav .nav__brand::before {
  content: none;
  display: none;
}
body > .nav .nav__brand[data-fbrn-flip] {
  display: inline-grid;
  text-transform: none;
  line-height: 1.3;
  min-width: 0;
}
.nav__brand .fbrn-flip {
  display: inline-grid;
  perspective: 800px;
  overflow: hidden;
  padding-block: .1em;
  vertical-align: baseline;
}
.nav__brand .fbrn-flip__layer {
  grid-area: 1 / 1;
  display: inline-flex;
  align-items: baseline;
  justify-content: center;
  gap: .012em;
  white-space: pre;
}
.nav__brand .fbrn-flip__char {
  display: inline-block;
  white-space: pre;
  backface-visibility: hidden;
  transform-origin: center top;
}
.nav__brand .fbrn-flip__layer[data-layer="1"] .fbrn-flip__char {
  transform-origin: center bottom;
  transform: rotateX(-82deg);
  opacity: 0;
}
/* Glyph transforms are separate from the existing hero-motion-line entrance.
   Leave typography/colors inherited, including the nested hero__accent. */
.hero__title[data-fbrn-repel] .fbrn-repel-word {
  display: inline-block;
  white-space: nowrap;
}
.hero__title[data-fbrn-repel] .fbrn-repel-slot,
.hero__title[data-fbrn-repel] .fbrn-repel-char {
  display: inline-block;
}
.hero__title.fbrn-repel-ready .hero__line {
  overflow: visible;
}
.hero__title.fbrn-repel-active .fbrn-repel-char {
  will-change: transform;
}
@media (max-width: 1000px) {
  body > .nav { grid-template-columns: 1fr; }
  body > .nav .nav__links { grid-column: 1; }
}
@media (prefers-reduced-motion: reduce), (hover: none), (pointer: coarse) {
  .hero__title[data-fbrn-repel] .fbrn-repel-char {
    transform: none !important;
    will-change: auto;
  }
}
