/* Website imagery. */
img.falcon-photo {
  width: 100%;
  height: auto;
  object-fit: cover;
}

/* Keep the About page's floating Core Values collage at its intended card sizes. */
#core-values .tp-floting-card-img-item-1 {
  width: 307px;
}

#core-values .tp-floting-card-img-item-2,
#core-values .tp-floting-card-img-item-4 {
  width: 225px;
}

#core-values .tp-floting-card-img-item-3 {
  width: 338px;
}

#core-values .tp-floting-card-img-item-5 {
  width: 420px;
}

@media (min-width: 1200px) and (max-width: 1399.98px) {
  #core-values .tp-floting-card-title {
    font-size: 140px;
  }
}

/* Keep the desktop header compact while leaving tablet and mobile sizing intact. */
@media (min-width: 1200px) {
  .tp-header-spacing {
    padding: 22px 0;
  }

  .tp-header-logo .falcon-brand-logo--header {
    width: 108px !important;
  }

  .falcon-header-shell #header-sticky .tp-header-wrap {
    position: relative;
  }

  .falcon-header-shell #header-sticky .tp-header-menu {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
}

/* Show the full navigation on standard desktop viewports, including scaled displays. */
@media (min-width: 992px) and (max-width: 1199.98px) {
  .tp-header-menu {
    padding-right: 4px;
    padding-left: 4px;
  }

  .tp-header-menu ul li {
    margin-right: clamp(4px, 0.5vw, 6px);
    margin-left: clamp(4px, 0.5vw, 6px);
  }

  .tp-header-menu ul li a {
    font-size: clamp(13px, 1.25vw, 15px);
  }
}

@media (min-width: 1200px) and (max-width: 1399.98px) {
  .tp-header-menu ul li {
    margin-right: 9px;
    margin-left: 9px;
  }

  .tp-header-menu ul li a {
    font-size: 16px;
  }
}

/* Make desktop dropdown items recognisable before they are opened. */
.tp-header-menu > nav > ul > .menu-item-has-children > a {
  display: inline-flex;
  align-items: center;
  gap: 7px;
}

.tp-header-menu > nav > ul > .menu-item-has-children > a::after {
  content: "";
  flex: 0 0 auto;
  width: 6px;
  height: 6px;
  border-right: 1.5px solid currentColor;
  border-bottom: 1.5px solid currentColor;
  transform: translateY(-2px) rotate(45deg);
  transition: transform 0.2s ease;
}

.tp-header-menu > nav > ul > .menu-item-has-children:hover > a::after,
.tp-header-menu > nav > ul > .menu-item-has-children:focus-within > a::after {
  transform: translateY(1px) rotate(225deg);
}

/* Keep both header calls to action distinct, compact, and right aligned. */
.falcon-header-actions {
  align-items: center;
  gap: 10px;
}

.falcon-header-action.tp-btn,
.falcon-header-action.tp-btn:hover {
  height: 48px;
  padding: 6px 20px;
  grid-gap: 0;
  font-size: 15px;
  white-space: nowrap;
}

@media (min-width: 992px) and (max-width: 1399.98px) {
  .falcon-header-actions {
    gap: 6px;
  }

  .falcon-header-action.tp-btn,
  .falcon-header-action.tp-btn:hover {
    height: 42px;
    padding: 5px 14px;
    grid-gap: 0;
    font-size: 13px;
  }
}

/* Persistent contact shortcut. */
.falcon-whatsapp-float {
  position: fixed;
  left: 20px;
  bottom: 50px;
  z-index: 99;
  display: grid;
  place-items: center;
  width: 56px;
  height: 56px;
  border-radius: 50%;
  background: #25d366;
  color: #fff;
  box-shadow: 0 10px 24px rgba(10, 54, 30, 0.3);
  transition: transform 0.25s ease, background-color 0.25s ease, box-shadow 0.25s ease;
}

.falcon-whatsapp-float svg {
  display: block;
  width: 29px;
  height: 29px;
}

.falcon-whatsapp-float:hover {
  background: #1fbd5a;
  color: #fff;
  box-shadow: 0 13px 28px rgba(10, 54, 30, 0.36);
  transform: translateY(-4px);
}

.falcon-whatsapp-float:focus-visible {
  outline: 3px solid #fff;
  outline-offset: 3px;
  box-shadow: 0 0 0 6px rgba(9, 20, 94, 0.35), 0 10px 24px rgba(10, 54, 30, 0.3);
}

@media (max-width: 574.98px) {
  .falcon-whatsapp-float {
    left: 12px;
    bottom: 20px;
    width: 50px;
    height: 50px;
  }

  .falcon-whatsapp-float svg {
    width: 26px;
    height: 26px;
  }
}

.falcon-home-hero-area {
  --falcon-home-header-height: var(--falcon-header-main-height, 104px);
  padding: var(--falcon-home-header-height) 0 0;
}

.falcon-home-hero-area > .container-wide {
  width: 100%;
  max-width: none;
  padding-inline: 0;
}

.falcon-home-hero-slider {
  height: clamp(560px, calc(100vh - var(--falcon-home-header-height)), 760px);
  min-height: 560px;
  overflow: hidden;
  isolation: isolate;
  border-radius: 0;
  background: #0b1454;
}

.falcon-home-hero-slide {
  position: relative;
  overflow: hidden;
  background: #0b1454;
}

.falcon-home-hero-image {
  position: absolute;
  inset: 0;
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  transform: scale(1);
  transition: transform 7s ease;
}

.falcon-home-hero-slide.swiper-slide-active .falcon-home-hero-image {
  transform: scale(1.045);
}

.falcon-home-hero-overlay {
  position: absolute;
  inset: 0;
  z-index: 1;
  background: linear-gradient(90deg, rgba(7, 15, 64, .94) 0%, rgba(7, 15, 64, .82) 30%, rgba(7, 15, 64, .38) 55%, rgba(7, 15, 64, .1) 74%, rgba(7, 15, 64, 0) 90%);
}

.falcon-home-hero-container {
  position: relative;
  z-index: 2;
  display: flex;
  align-items: center;
  height: 100%;
}

.falcon-home-hero-content {
  width: min(820px, 72%);
  padding: 44px 0 70px;
  color: #fff;
}

.falcon-home-hero-content > * {
  opacity: 0;
  transform: translateY(22px);
  transition: opacity .7s ease, transform .7s ease;
}

.falcon-home-hero-content > :nth-child(2) { transition-delay: .1s; }
.falcon-home-hero-content > :nth-child(3) { transition-delay: .2s; }
.falcon-home-hero-content > :nth-child(4) { transition-delay: .3s; }

.falcon-home-hero-slide.swiper-slide-active .falcon-home-hero-content > * {
  opacity: 1;
  transform: translateY(0);
}

.falcon-home-hero-eyebrow {
  display: inline-block;
  margin-bottom: 20px;
  color: #78cbe6;
  font-size: 13px;
  font-weight: 700;
  line-height: 1.4;
  letter-spacing: .14em;
  text-transform: uppercase;
}

.falcon-home-hero-content h1,
.falcon-home-hero-content h2 {
  max-width: 820px;
  margin: 0;
  color: #fff;
  font-size: clamp(50px, 4.9vw, 74px);
  font-weight: 500;
  line-height: 1.04;
  letter-spacing: -.045em;
}

.falcon-home-hero-content h1 span,
.falcon-home-hero-content h2 span {
  display: block;
  color: #78cbe6;
  font-family: inherit;
  font-weight: inherit;
  font-style: normal;
}

.falcon-home-hero-content p {
  max-width: 750px;
  margin: 26px 0 0;
  color: rgba(255, 255, 255, .82);
  font-size: 18px;
  line-height: 1.65;
}

.falcon-home-hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 32px;
}

.falcon-home-hero-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 52px;
  padding: 13px 25px;
  border: 1px solid rgba(255, 255, 255, .5);
  border-radius: 30px;
  font-size: 14px;
  font-weight: 600;
  line-height: 1.3;
  transition: color .25s ease, background-color .25s ease, border-color .25s ease;
}

.falcon-home-hero-button--primary {
  border-color: #fff;
  background: #fff;
  color: #0b1454;
}

.falcon-home-hero-button--secondary {
  background: rgba(11, 20, 84, .28);
  color: #fff;
  backdrop-filter: blur(8px);
}

.falcon-home-hero-button:hover,
.falcon-home-hero-button:focus-visible {
  border-color: #78cbe6;
  background: #78cbe6;
  color: #0b1454;
}

.falcon-home-hero-button:focus-visible,
.falcon-home-hero-nav:focus-visible,
.falcon-home-hero-pagination .swiper-pagination-bullet:focus-visible {
  outline: 3px solid #fff;
  outline-offset: 3px;
}

.falcon-home-hero-nav {
  position: absolute;
  top: 50%;
  z-index: 4;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 48px;
  padding: 0;
  border: 1px solid rgba(255, 255, 255, .5);
  border-radius: 50%;
  background: rgba(11, 20, 84, .35);
  color: #fff;
  transform: translateY(-50%);
  backdrop-filter: blur(8px);
  transition: color .25s ease, background-color .25s ease, border-color .25s ease;
}

.falcon-home-hero-prev { left: 24px; }
.falcon-home-hero-next { right: 24px; }

.falcon-home-hero-nav:hover {
  border-color: #78cbe6;
  background: #78cbe6;
  color: #0b1454;
}

.falcon-home-hero-slider > .falcon-home-hero-pagination.swiper-pagination-bullets.swiper-pagination-horizontal {
  top: auto;
  right: auto;
  bottom: 28px;
  left: 50%;
  z-index: 4;
  display: flex;
  flex-direction: row;
  gap: 8px;
  width: auto;
  transform: translateX(-50%);
}

.falcon-home-hero-pagination .swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  margin: 0 !important;
  border: 0;
  border-radius: 10px;
  background: rgba(255, 255, 255, .55);
  opacity: 1;
  transition: width .25s ease, background-color .25s ease;
}

.falcon-home-hero-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  width: 30px;
  background: #78cbe6;
}

@media (max-width: 1199.98px) {
  .falcon-home-hero-slider {
    height: clamp(560px, calc(100vh - var(--falcon-home-header-height)), 720px);
  }
}

@media (max-width: 991.98px) {
  .falcon-home-hero-content {
    width: min(620px, 76%);
  }

  .falcon-home-hero-content h1,
  .falcon-home-hero-content h2 {
    font-size: clamp(42px, 6vw, 58px);
  }
}

@media (max-width: 767.98px) {
  .falcon-home-hero-slider {
    height: min(720px, calc(100svh - var(--falcon-home-header-height)));
    min-height: 620px;
  }

  .falcon-home-hero-overlay {
    background: linear-gradient(180deg, rgba(7, 15, 64, .48) 0%, rgba(7, 15, 64, .72) 34%, rgba(7, 15, 64, .96) 100%);
  }

  .falcon-home-hero-image {
    object-position: 58% center;
  }

  .falcon-home-hero-image--airport {
    object-position: center;
  }

  .falcon-home-hero-image--transit {
    object-position: 52% center;
  }

  .falcon-home-hero-container {
    align-items: flex-end;
  }

  .falcon-home-hero-content {
    width: 100%;
    padding: 70px 0 76px;
  }

  .falcon-home-hero-eyebrow {
    margin-bottom: 14px;
    font-size: 11px;
  }

  .falcon-home-hero-content h1,
  .falcon-home-hero-content h2 {
    font-size: clamp(34px, 9.8vw, 44px);
  }

  .falcon-home-hero-content p {
    margin-top: 18px;
    font-size: 16px;
    line-height: 1.55;
  }

  .falcon-home-hero-actions {
    gap: 10px;
    margin-top: 24px;
  }

  .falcon-home-hero-button {
    width: 100%;
    min-height: 48px;
    padding: 11px 18px;
  }

  .falcon-home-hero-nav {
    display: none;
  }

  .falcon-home-hero-slider > .falcon-home-hero-pagination.swiper-pagination-bullets.swiper-pagination-horizontal {
    bottom: 22px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .falcon-home-hero-image,
  .falcon-home-hero-content > * {
    transform: none;
    transition: none;
  }
}

/* Keep the mission collage at the dimensions the theme's original assets used. */
.tp-misson-shape > .lp-card {
  width: 235px;
  height: 250px;
  overflow: hidden;
}

.tp-misson-shape > .tp-misson-shape-5 {
  height: 230px;
}

.tp-misson-shape > .lp-card > img.falcon-photo {
  display: block;
  width: 100%;
  max-width: none;
  height: 100%;
  object-fit: cover;
}

@media (min-width: 992px) and (max-width: 1199.98px) {
  .tp-misson-shape > .lp-card {
    width: 200px;
    height: 213px;
  }

  .tp-misson-shape > .tp-misson-shape-5 {
    height: 196px;
  }
}

@media (min-width: 768px) and (max-width: 991.98px) {
  .tp-misson-shape > .lp-card {
    width: 150px;
    height: 160px;
  }

  .tp-misson-shape > .tp-misson-shape-5 {
    height: 147px;
  }
}

/* Keep the animated portfolio title on one line and behind every project card. */
.tp-portfolio-area > .container > .row {
  position: relative;
  z-index: 1;
}

.tp-portfolio-area .tp-portfolio-back-text {
  z-index: 0;
  color: rgba(9, 20, 94, .08);
  font-size: clamp(96px, 8vw, 150px);
  line-height: .9;
  white-space: nowrap;
  pointer-events: none;
  user-select: none;
}

img.falcon-brand-mark {
  object-fit: contain;
  background: #fff;
}

.tptesti__thumb img.falcon-brand-mark {
  display: block;
  width: 100%;
  height: 130px;
  padding: 20px;
}

.tpblogpost__author-thumb img.falcon-brand-mark {
  padding: 5px;
}

.tp-career-slider-author-img img.falcon-brand-mark {
  width: 64px;
  height: 64px;
  padding: 6px;
}

.tp-career-card-authors img.falcon-photo {
  display: block;
  width: 100%;
  max-width: 100%;
  border-radius: 12px;
}

.falcon-career-slider::before {
  background: rgba(9, 20, 44, 0.52);
  mix-blend-mode: normal;
}

.falcon-mission-brand img.falcon-brand-mark {
  width: 170px;
  height: auto;
  padding: 12px;
  border-radius: 12px;
}

.tp-sidebar-cta-logo img.falcon-brand-mark {
  width: 180px;
  height: auto;
  padding: 10px;
  border-radius: 10px;
}

.falcon-city-strip .tp-brand-item {
  height: auto;
  padding: 12px;
  margin: 0 6px;
  flex-direction: column;
  gap: 10px;
}

.falcon-city-strip .tp-brand-item img {
  display: block;
  width: 100%;
  height: auto;
  border-radius: 10px;
  object-fit: cover;
  filter: none;
}

.falcon-city-label {
  display: block;
  color: var(--tp-theme-color);
  font-size: 13px;
  font-weight: 500;
  line-height: 1.4;
  text-align: center;
}

.falcon-service-image,
.falcon-project-overview {
  display: block;
  width: 100%;
  height: auto;
  object-fit: cover;
}

.falcon-service-image {
  aspect-ratio: 16 / 10;
}

.falcon-project-overview {
  aspect-ratio: 3 / 2;
}

.falcon-media-caption {
  margin: 12px 0 0;
  color: var(--tp-body-color);
  font-size: 14px;
  line-height: 1.6;
}

.falcon-project-concept-mobile {
  display: none;
}

@media (max-width: 767px) {
  .tp-project-details-info.falcon-project-concept-hero {
    padding-top: 0;
    background: #f4f6f5;
  }

  .falcon-project-concept-hero > .jarallax-container {
    display: none;
  }

  .falcon-project-concept-mobile {
    display: block;
    width: 100%;
    height: auto;
    aspect-ratio: 3 / 2;
    object-fit: cover;
  }
}

.falcon-about-image {
  width: 71%;
  min-width: 0;
  flex: 0 0 71%;
}

.falcon-about-image img.falcon-photo {
  display: block;
  aspect-ratio: 578 / 447;
}

/* Keep the homepage About block compact without changing shared About layouts. */
@media (min-width: 1200px) {
  body[data-page="home"] #about.tp-about-spacing {
    padding-top: 90px;
    padding-bottom: 110px;
  }

  body[data-page="home"] #about .tp-about-heading {
    padding-bottom: 40px;
  }

  body[data-page="home"] #about .tp-about-deg {
    padding-bottom: 40px;
    margin-bottom: 24px;
  }

  body[data-page="home"] #about .tp-about-deg > p {
    margin-bottom: 20px;
  }

  body[data-page="home"] #about .tp-about-btn {
    padding-top: 24px;
  }
}

@media (min-width: 768px) and (max-width: 1199.98px) {
  body[data-page="home"] #about.tp-about-spacing {
    padding-top: 72px;
    padding-bottom: 80px;
  }

  body[data-page="home"] #about .tp-about-heading {
    padding-bottom: 34px;
  }
}

@media (max-width: 767.98px) {
  body[data-page="home"] #about.tp-about-spacing {
    padding-top: 56px;
    padding-bottom: 20px;
  }

  body[data-page="home"] #about .tp-about-heading {
    padding-bottom: 32px;
  }

  body[data-page="home"] #about .tp-about-btn {
    padding-top: 20px;
  }
}

.tpteam__circle-thumb img.falcon-photo {
  aspect-ratio: 1;
  mix-blend-mode: normal;
}

/* About page service-team cards and conversion CTA. */
.falcon-team-support .tp-team-heading {
  max-width: 960px;
  margin-right: auto;
  margin-left: auto;
}

.falcon-team-support-intro {
  max-width: 760px;
  margin: 22px auto 0;
  color: var(--tp-body-color);
  font-size: 18px;
  line-height: 1.65;
}

.falcon-team-support .tpteam__circle-thumb {
  overflow: visible;
  isolation: isolate;
  background: transparent;
}

.falcon-team-support .tpteam__circle-thumb img.falcon-photo {
  display: block;
  object-position: center;
  box-shadow: 0 18px 45px rgba(10, 26, 86, 0.14);
}

.falcon-team-support .tpteam__circle--content,
.falcon-team-support .tpteam__circle:hover .tpteam__circle--content {
  bottom: -48px;
  left: 50%;
  width: calc(100% - 24px);
  height: auto;
  min-height: 100px;
  padding: 16px 18px;
  transform: translateX(-50%);
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 20px;
  background: linear-gradient(135deg, rgba(6, 18, 75, 0.94), rgba(8, 43, 104, 0.82));
  box-shadow: 0 14px 30px rgba(3, 14, 54, 0.22);
  opacity: 1;
  visibility: visible;
  backdrop-filter: blur(10px);
}

.falcon-team-support .tp-team-active-2 {
  padding-bottom: 110px !important;
}

.falcon-team-support .tpteam__circle--content-wrap {
  position: relative;
  align-items: flex-start;
  width: 100%;
  padding-right: 42px;
}

.falcon-team-support .tpteam__circle-title {
  margin-bottom: 5px;
  font-size: 21px;
  line-height: 1.15;
}

.falcon-team-support .tpteam__circle--content-wrap > span {
  margin-bottom: 0 !important;
  font-size: 14px;
  line-height: 1.35;
  opacity: 0.86;
}

.falcon-team-support .tpteam__circle-btn {
  position: absolute;
  top: 50%;
  right: 0;
  width: 34px;
  height: 34px;
  transform: translateY(-50%);
  line-height: 32px;
}

.falcon-team-cta {
  display: flex;
  gap: 32px;
  align-items: center;
  justify-content: space-between;
  padding: 28px 30px;
  border: 1px solid rgba(7, 23, 81, 0.1);
  border-radius: 24px;
  background: var(--tp-white-color);
  box-shadow: 0 18px 50px rgba(8, 27, 84, 0.1);
}

.falcon-team-cta-copy {
  max-width: 590px;
}

.falcon-team-cta-copy > span {
  display: block;
  margin-bottom: 7px;
  color: var(--tp-theme-color);
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.falcon-team-cta-copy h3 {
  margin: 0;
  font-size: 28px;
  line-height: 1.2;
}

.falcon-team-cta-actions {
  display: flex;
  flex: 0 0 auto;
  gap: 12px;
}

.falcon-team-cta-actions .tp-btn {
  white-space: nowrap;
}

@media (max-width: 991.98px) {
  .falcon-team-cta {
    align-items: flex-start;
    flex-direction: column;
  }

  .falcon-team-cta-actions {
    width: 100%;
  }
}

@media (max-width: 574.98px) {
  .falcon-team-support-intro {
    margin-top: 16px;
    font-size: 16px;
  }

  .falcon-team-support .tpteam__circle--content,
  .falcon-team-support .tpteam__circle:hover .tpteam__circle--content {
    bottom: -44px;
    width: calc(100% - 16px);
    min-height: 92px;
    padding: 14px 15px;
  }

  .falcon-team-support .tpteam__circle-title {
    font-size: 19px;
  }

  .falcon-team-cta {
    gap: 22px;
    padding: 22px 20px;
  }

  .falcon-team-cta-copy h3 {
    font-size: 23px;
  }

  .falcon-team-cta-actions {
    align-items: stretch;
    flex-direction: column;
  }

  .falcon-team-cta-actions .tp-btn {
    justify-content: center;
    width: 100%;
  }
}

.tpexperts__shape img.falcon-photo {
  height: 100%;
  object-position: center;
}

.tpexperts__thumb img.falcon-photo {
  height: 100%;
}

.falcon-career-scene-wrap {
  min-height: 0;
}

.falcon-career-scene {
  display: block;
  width: 100%;
  height: clamp(350px, 52vw, 930px);
  object-fit: cover;
}

.falcon-project-media {
  padding-top: 48px;
}

.falcon-project-media .tp-project-details-title {
  margin-bottom: 14px;
}

.falcon-media-intro {
  max-width: 760px;
  margin-bottom: 24px;
}

.falcon-media-tabs {
  gap: 10px;
  margin-bottom: 30px;
}

.falcon-media-tabs li:not(:last-child) {
  margin-right: 0;
}

.falcon-media-tabs li button {
  padding: 12px 18px;
  line-height: 1.4;
}

.falcon-media-tabs button:focus-visible,
.falcon-media-figure a:focus-visible {
  outline: 3px solid var(--tp-theme-color);
  outline-offset: 4px;
}

.falcon-media-figure {
  margin: 0;
}

.falcon-media-figure a {
  display: block;
  overflow: hidden;
  border-radius: 16px;
  background: #f4f6f5;
}

.falcon-media-figure img {
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 4 / 3;
  object-fit: cover;
}

.falcon-media-figure figcaption {
  margin-top: 12px;
  color: var(--tp-body-color);
  font-size: 14px;
  line-height: 1.6;
}

.falcon-media-figure--overview {
  max-width: 960px;
  margin-inline: auto;
}

.falcon-media-figure--overview img {
  aspect-ratio: 3 / 2;
}

.falcon-location-plan {
  max-width: 760px;
  margin-inline: auto;
}

.falcon-location-plan img {
  height: 620px;
  aspect-ratio: auto;
  padding: 16px;
  object-fit: contain;
}

.falcon-media-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 24px;
}

.falcon-location-empty {
  padding: 48px;
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 20px;
  background: #f4f6f5;
}

.falcon-location-empty h3 {
  font-size: 26px;
}

.falcon-location-empty p {
  max-width: 640px;
  margin-bottom: 24px;
}

@media (max-width: 991.98px) {
  .tptesti__thumb img.falcon-brand-mark {
    height: 90px;
    padding: 14px;
  }

  .falcon-media-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 575.98px) {
  .falcon-about-image {
    width: 100%;
    flex-basis: 100%;
  }

  .falcon-media-tabs {
    gap: 8px;
  }

  .falcon-media-tabs li button {
    padding: 9px 13px;
    font-size: 14px;
  }

  .falcon-media-grid {
    grid-template-columns: minmax(0, 1fr);
  }

  .falcon-location-plan img {
    height: auto;
    max-height: 560px;
    padding: 10px;
  }

  .falcon-location-empty {
    padding: 28px 22px;
  }
}

.falcon-project-vision {
  overflow: hidden;
  padding: clamp(72px, 7vw, 112px) clamp(12px, 2vw, 30px) clamp(82px, 8vw, 128px);
  background:
    radial-gradient(circle at 92% 5%, rgba(95, 207, 242, 0.16), transparent 28%),
    linear-gradient(180deg, #f5fbfe 0%, #eef3f7 100%);
}

.falcon-project-vision__heading {
  display: grid;
  grid-template-columns: minmax(0, 1.25fr) minmax(320px, 0.75fr);
  align-items: end;
  gap: clamp(32px, 6vw, 88px);
  margin-bottom: clamp(32px, 4vw, 54px);
}

.falcon-project-vision__heading .tp-section-title {
  max-width: 780px;
}

.falcon-project-vision__copy p {
  margin: 0;
  color: #45526a;
  font-size: 17px;
  line-height: 1.75;
}

.falcon-project-vision__copy > span {
  display: block;
  margin-top: 16px;
  padding-left: 15px;
  border-left: 3px solid #5fcff2;
  color: #657187;
  font-size: 12px;
  font-weight: 650;
  line-height: 1.55;
}

.falcon-project-collage {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  grid-template-rows: clamp(410px, 44vw, 720px) clamp(270px, 28vw, 440px);
  gap: clamp(10px, 1.25vw, 20px);
  width: 100%;
  max-width: 1900px;
  margin-inline: auto;
}

.falcon-project-collage__tile {
  position: relative;
  min-width: 0;
  margin: 0;
  overflow: hidden;
  border-radius: clamp(16px, 1.5vw, 28px);
  background: #dce5eb;
  box-shadow: 0 22px 70px rgba(9, 20, 94, 0.12);
}

.falcon-project-collage__tile--main {
  grid-column: 1 / -1;
}

.falcon-project-collage__tile > a {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
}

.falcon-project-collage__tile img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.8s cubic-bezier(0.2, 0.65, 0.3, 1);
}

.falcon-project-collage__shade {
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, transparent 48%, rgba(3, 10, 48, 0.82) 100%);
  pointer-events: none;
}

.falcon-project-collage figcaption {
  position: absolute;
  right: clamp(22px, 3vw, 48px);
  bottom: clamp(22px, 3vw, 46px);
  left: clamp(22px, 3vw, 48px);
  z-index: 1;
  display: flex;
  align-items: flex-end;
  justify-content: flex-end;
  color: #ffffff;
  pointer-events: none;
}

.falcon-project-collage figcaption strong {
  max-width: 620px;
  font-size: clamp(20px, 2.3vw, 38px);
  font-weight: 650;
  line-height: 1.15;
  text-align: right;
  text-wrap: balance;
}

.falcon-project-collage__tile:not(.falcon-project-collage__tile--main) figcaption strong {
  font-size: clamp(18px, 1.55vw, 27px);
}

.falcon-project-collage__tile:hover img {
  transform: scale(1.025);
}

.falcon-project-collage__tile a:focus-visible {
  outline: 4px solid #5fcff2;
  outline-offset: -6px;
}

@media (max-width: 991.98px) {
  .falcon-project-vision__heading {
    grid-template-columns: minmax(0, 1fr);
    align-items: start;
  }

  .falcon-project-vision__copy {
    max-width: 720px;
  }

  .falcon-project-collage {
    grid-template-rows: clamp(380px, 49vw, 540px) clamp(240px, 30vw, 330px);
  }

  .falcon-project-collage figcaption {
    align-items: flex-start;
    flex-direction: column;
    gap: 12px;
  }

  .falcon-project-collage figcaption strong {
    text-align: left;
  }
}

@media (max-width: 575.98px) {
  .falcon-project-vision {
    padding-right: 10px;
    padding-left: 10px;
  }

  .falcon-project-vision__heading {
    padding-right: 10px;
    padding-left: 10px;
  }

  .falcon-project-vision__copy p {
    font-size: 15px;
  }

  .falcon-project-collage {
    grid-template-columns: minmax(0, 1fr);
    grid-template-rows: none;
    gap: 10px;
  }

  .falcon-project-collage__tile,
  .falcon-project-collage__tile--main {
    grid-column: auto;
    min-height: 0;
    aspect-ratio: 4 / 3;
  }

  .falcon-project-collage__tile--main {
    aspect-ratio: 16 / 10;
  }

  .falcon-project-collage figcaption {
    right: 18px;
    bottom: 18px;
    left: 18px;
  }

  .falcon-project-collage figcaption strong,
  .falcon-project-collage__tile:not(.falcon-project-collage__tile--main) figcaption strong {
    font-size: 18px;
  }
}

/* Keep the desktop contact controls from competing for space at narrower widths. */
.falcon-header-phone-number {
  display: none;
  white-space: nowrap;
}

@media (min-width: 1200px) and (max-width: 1599.98px) {
  .tp-header-cta {
    margin-left: 0 !important;
  }

  .tp-header-cta-phone {
    margin-right: 12px !important;
  }

  .tp-header-cta-phone .tp-cta-phone-icon {
    margin-right: 0 !important;
  }
}

@media (min-width: 1600px) {
  .falcon-header-phone-number {
    display: inline;
  }
}

/* About page hero: adapted from Landor's editorial type and wide-image language. */
.falcon-about-hero {
  padding: clamp(176px, 14vw, 202px) 0 clamp(64px, 6vw, 92px);
  overflow: hidden;
  border-top: 1px solid rgba(var(--falcon-primary-rgb), 0.1);
  background: var(--tp-gray-color);
}

.falcon-about-hero-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 0.96fr);
  gap: clamp(48px, 5.5vw, 82px);
  align-items: center;
}

.falcon-about-hero-copy {
  max-width: 650px;
}

.falcon-about-hero-kicker {
  display: flex;
  gap: 14px;
  align-items: center;
  color: var(--tp-theme-color);
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.12em;
  line-height: 1.4;
  text-transform: uppercase;
}

.falcon-about-hero-kicker::before {
  width: 44px;
  height: 1px;
  flex: 0 0 44px;
  background: currentColor;
  content: "";
}

.falcon-about-hero-title.tp-section-title {
  max-width: 650px;
  margin-top: 24px;
  font-size: clamp(54px, 4.9vw, 70px);
  letter-spacing: -0.045em;
  line-height: 1.02;
}

.falcon-about-hero-title.tp-section-title span {
  display: inline;
  margin-left: 0;
}

.falcon-about-hero-intro {
  max-width: 590px;
  margin-top: 30px;
  color: var(--tp-body-color);
  font-size: 18px;
  line-height: 1.72;
}

.falcon-about-hero-link {
  display: inline-flex;
  gap: 13px;
  align-items: center;
  margin-top: 30px;
  padding-bottom: 4px;
  border-bottom: 1px solid currentColor;
  color: var(--tp-theme-color);
  font-weight: 700;
  line-height: 1.5;
  transition: color 0.25s ease;
}

.falcon-about-hero-link svg {
  flex: 0 0 auto;
  transition: transform 0.25s ease;
}

.falcon-about-hero-link:hover {
  color: #247ca0;
}

.falcon-about-hero-link:hover svg {
  transform: translate(3px, -3px);
}

.falcon-about-hero-link:focus-visible {
  outline: 3px solid var(--tp-secoundery-color);
  outline-offset: 5px;
}

.falcon-about-hero-visual {
  min-width: 0;
}

.falcon-about-hero-image {
  height: clamp(470px, 38vw, 555px);
  overflow: hidden;
  border-radius: 20px;
  background: #dce5e9;
}

.falcon-about-hero-image img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 50% 51%;
  transition: transform 0.8s cubic-bezier(0.2, 0.7, 0.2, 1);
}

.falcon-about-hero-visual:hover .falcon-about-hero-image img {
  transform: scale(1.025);
}

.falcon-about-hero-caption {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  padding-top: 14px;
  color: var(--tp-body-color);
  font-size: 12px;
  letter-spacing: 0.08em;
  line-height: 1.5;
  text-transform: uppercase;
}

.falcon-about-hero-caption span:first-child {
  color: var(--tp-theme-color);
  font-weight: 700;
}

.falcon-about-story.tp-about-spacing-3 {
  padding: clamp(78px, 7vw, 108px) 0 clamp(88px, 8vw, 126px);
  scroll-margin-top: 132px;
  background:
    radial-gradient(circle at 7% 14%, rgba(95, 203, 240, 0.12), transparent 27%),
    linear-gradient(180deg, #ffffff 0%, #f8fbfd 100%);
}

.falcon-about-story__heading {
  max-width: 790px;
  margin: 0 auto clamp(42px, 5vw, 66px);
  text-align: center;
}

.falcon-about-story__eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  color: #2687ad;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.13em;
  line-height: 1.2;
  text-transform: uppercase;
}

.falcon-about-story__eyebrow::before,
.falcon-about-story__eyebrow::after {
  width: 22px;
  height: 1px;
  background: currentColor;
  content: "";
}

.falcon-about-story__heading h2 {
  max-width: 760px;
  margin: 14px auto 16px;
  color: var(--tp-theme-color);
  font-size: clamp(38px, 4.1vw, 58px);
  letter-spacing: -0.052em;
  line-height: 1.06;
}

.falcon-about-story__heading h2 span {
  font-family: var(--tp-theme-font);
  font-style: normal;
  font-weight: 700;
  letter-spacing: -0.035em;
}

.falcon-about-story__heading > p {
  max-width: 655px;
  margin: 0 auto;
  color: var(--tp-body-color);
  font-size: 17px;
  line-height: 1.7;
}

.falcon-about-story__layout {
  --bs-gutter-x: clamp(38px, 6vw, 92px);
  --bs-gutter-y: 42px;
}

.falcon-about-story__image {
  height: clamp(360px, 34vw, 480px);
  overflow: hidden;
  border-radius: 20px;
  background: #dce8ed;
  box-shadow: 0 22px 48px rgba(13, 35, 83, 0.13);
}

.falcon-about-story__image .anim-zoomin-wrap,
.falcon-about-story__image img {
  width: 100%;
  height: 100%;
}

.falcon-about-story__image img {
  display: block;
  object-fit: cover;
  object-position: center;
}

.falcon-about-story__content {
  max-width: 550px;
}

.falcon-about-story__intro {
  margin: 0 0 28px;
  color: var(--tp-body-color);
  font-size: 17px;
  line-height: 1.7;
}

.falcon-about-story__features {
  border-top: 1px solid rgba(6, 23, 95, 0.13);
}

.falcon-about-story__feature {
  display: grid;
  grid-template-columns: 28px minmax(0, 1fr);
  gap: 15px;
  padding: 18px 0;
  border-bottom: 1px solid rgba(6, 23, 95, 0.13);
}

.falcon-about-story__feature svg {
  width: 24px;
  height: 24px;
  margin-top: 2px;
  stroke: #2888ae;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.65;
}

.falcon-about-story__feature h3 {
  margin: 0 0 4px;
  color: var(--tp-theme-color);
  font-size: 17px;
  letter-spacing: -0.02em;
  line-height: 1.3;
}

.falcon-about-story__feature p {
  margin: 0;
  color: var(--tp-body-color);
  font-size: 14px;
  line-height: 1.55;
}

.falcon-about-story__action {
  margin-top: 30px;
}

@media (max-width: 1199.98px) {
  .falcon-about-hero-grid {
    gap: 44px;
  }

  .falcon-about-hero-title.tp-section-title {
    font-size: 56px;
  }

  .falcon-about-hero-image {
    height: 480px;
  }
}

@media (max-width: 991.98px) {
  .falcon-about-hero {
    padding: 140px 0 72px;
  }

  .falcon-about-hero-grid {
    grid-template-columns: minmax(0, 1fr);
    gap: 50px;
  }

  .falcon-about-hero-copy {
    max-width: 760px;
  }

  .falcon-about-hero-title.tp-section-title {
    max-width: 760px;
    font-size: 62px;
  }

  .falcon-about-hero-image {
    height: 500px;
  }

  .falcon-about-story.tp-about-spacing-3 {
    scroll-margin-top: 112px;
  }

  .falcon-about-story__content {
    max-width: 650px;
  }
}

@media (max-width: 767.98px) {
  .falcon-about-hero-title.tp-section-title {
    font-size: 48px;
    line-height: 1.04;
  }

  .falcon-about-hero-intro {
    font-size: 17px;
  }

  .falcon-about-hero-image {
    height: 390px;
  }
}

@media (max-width: 574.98px) {
  .falcon-about-hero {
    padding: 132px 0 54px;
  }

  .falcon-about-hero-grid {
    gap: 38px;
  }

  .falcon-about-hero-kicker {
    gap: 10px;
    font-size: 11px;
    letter-spacing: 0.1em;
  }

  .falcon-about-hero-kicker::before {
    width: 30px;
    flex-basis: 30px;
  }

  .falcon-about-hero-title.tp-section-title {
    margin-top: 19px;
    font-size: clamp(39px, 11vw, 46px);
  }

  .falcon-about-hero-intro {
    margin-top: 23px;
    font-size: 16px;
    line-height: 1.65;
  }

  .falcon-about-hero-link {
    margin-top: 24px;
  }

  .falcon-about-hero-image {
    height: 310px;
    border-radius: 14px;
  }

  .falcon-about-hero-caption {
    flex-direction: column;
    gap: 2px;
    padding-top: 12px;
    font-size: 10px;
  }

  .falcon-about-story.tp-about-spacing-3 {
    padding: 70px 0 78px;
    scroll-margin-top: 92px;
  }

  .falcon-about-story__heading {
    margin-bottom: 38px;
  }

  .falcon-about-story__heading h2 {
    font-size: clamp(35px, 10vw, 45px);
  }

  .falcon-about-story__heading > p,
  .falcon-about-story__intro {
    font-size: 16px;
  }

  .falcon-about-story__image {
    height: 300px;
    border-radius: 14px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .falcon-about-hero-image img,
  .falcon-about-hero-link svg {
    transition: none;
  }
}

.falcon-offcanvas-address {
  margin-top: 14px;
  padding-top: 14px;
  border-top: 1px solid rgba(var(--falcon-primary-rgb), 0.12);
}

.falcon-offcanvas-address address {
  margin: 0;
  color: var(--tp-body-color);
  font-size: 14px;
  font-style: normal;
  line-height: 1.65;
}
