.fws-72285797 {
  --bt-white: #f5fbff;
  --bt-line: rgba(238, 248, 255, 0.72);
  --bt-line-soft: rgba(238, 248, 255, 0.23);
  --bt-line-faint: rgba(238, 248, 255, 0.09);
  --bt-muted: rgba(238, 248, 255, 0.58);
  --bt-blue: #075893;
}

.bt-featured-work,
.bt-featured-work * {
  box-sizing: border-box;
}

.bt-featured-work {
  width: 100%;
  position: relative;
  background: transparent;
  color: var(--bt-white);
  font-family: Inter, "Helvetica Neue", Arial, sans-serif;
  overflow: hidden;
}

.bt-featured-work__inner {
  width: min(100% - 48px, 1360px);
  margin-inline: auto;
  padding: clamp(70px, 8vw, 125px) 0;
  display: grid;
  grid-template-columns: minmax(280px, .85fr) minmax(420px, 1.35fr);
  align-items: center;
  gap: clamp(50px, 8vw, 130px);
}

.bt-featured-work__content {
  min-width: 0;
}

.bt-featured-work__eyebrow {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 30px;
  color: var(--bt-muted);
  font-size: 11px;
  font-weight: 600;
  letter-spacing: .14em;
}

.bt-featured-work__index {
  color: rgba(255,255,255,.75);
}

.bt-featured-work__heading {
  max-width: 580px;
  margin: 0 0 clamp(48px, 6vw, 75px);
  color: var(--bt-white);
  font-size: clamp(32px, 4.2vw, 62px);
  font-weight: 300;
  line-height: 1.05;
  letter-spacing: -.035em;
}

.bt-featured-work__project {
  max-width: 520px;
}

.bt-featured-work__label {
  display: block;
  margin-bottom: 15px;
  color: rgba(255,255,255,.48);
  font-size: 9px;
  font-weight: 600;
  letter-spacing: .15em;
}

.bt-featured-work__title {
  margin: 0 0 15px;
  color: var(--bt-white);
  font-size: clamp(23px, 2.4vw, 34px);
  font-weight: 400;
  line-height: 1.15;
  transition: opacity .25s ease, transform .25s ease;
}

.bt-featured-work__description {
  max-width: 470px;
  margin: 0 0 25px;
  color: rgba(245,251,255,.70);
  font-size: clamp(14px, 1.15vw, 17px);
  line-height: 1.65;
  transition: opacity .25s ease, transform .25s ease;
}

.bt-featured-work__tags {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-bottom: 34px;
  transition: opacity .25s ease, transform .25s ease;
}

.bt-featured-work__tags span {
  display: inline-flex;
  align-items: center;
  min-height: 29px;
  padding: 6px 11px;
  border: 1px solid rgba(255,255,255,.18);
  color: rgba(255,255,255,.78);
  font-size: 9px;
  letter-spacing: .025em;
  background: rgba(255,255,255,.025);
}

.bt-featured-work__button {
  min-height: 52px;
  padding: 0 19px;
  display: inline-flex;
  align-items: center;
  gap: 28px;
  background: #f3f8fc;
  color: #07518c;
  text-decoration: none;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: .04em;
  transition: background .3s ease, color .3s ease, transform .3s ease;
}

.bt-featured-work__button svg {
  width: 25px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.2;
  transition: transform .3s ease;
}

.bt-featured-work__button:hover {
  background: white;
  transform: translateY(-2px);
}

.bt-featured-work__button:hover svg {
  transform: translateX(4px);
}

.bt-featured-work__counter {
  width: min(100%, 430px);
  margin-top: clamp(38px, 5vw, 70px);
  display: flex;
  align-items: center;
  gap: 12px;
  color: rgba(255,255,255,.45);
  font-size: 9px;
  letter-spacing: .14em;
}

.bt-featured-work__counter-line {
  position: relative;
  height: 1px;
  flex: 1;
  background: rgba(255,255,255,.14);
  overflow: hidden;
}

.bt-featured-work__counter-line span {
  display: block;
  width: 20%;
  height: 100%;
  background: rgba(255,255,255,.82);
  transition: width .65s cubic-bezier(.2,.7,.2,1);
}

.bt-featured-work__visual {
  position: relative;
  min-width: 0;
  padding: 45px 45px 55px 25px;
}

.bt-featured-work__measurement {
  position: absolute;
  z-index: 5;
  color: rgba(255,255,255,.55);
  font-size: 8px;
  letter-spacing: .15em;
  pointer-events: none;
}

.bt-featured-work__measurement--top {
  top: 6px;
  left: 4%;
  right: 2%;
  display: flex;
  align-items: center;
  gap: 10px;
}

.bt-featured-work__measurement--top i {
  position: relative;
  flex: 1;
  height: 1px;
  background: rgba(255,255,255,.38);
}

.bt-featured-work__measurement--top i::after {
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  width: 6px;
  height: 6px;
  border-top: 1px solid rgba(255,255,255,.65);
  border-right: 1px solid rgba(255,255,255,.65);
  transform: translateY(-50%) rotate(45deg);
}

.bt-featured-work__measurement--side {
  top: 4%;
  right: 5px;
  bottom: 5%;
  width: 12px;
}

.bt-featured-work__measurement--side i {
  position: absolute;
  left: 50%;
  top: 0;
  bottom: 0;
  width: 1px;
  background: rgba(255,255,255,.34);
}

.bt-featured-work__measurement--side i::before,
.bt-featured-work__measurement--side i::after {
  content: "";
  position: absolute;
  left: 50%;
  width: 7px;
  height: 7px;
  border-left: 1px solid rgba(255,255,255,.7);
  border-top: 1px solid rgba(255,255,255,.7);
}

.bt-featured-work__measurement--side i::before {
  top: 0;
  transform: translateX(-50%) rotate(45deg);
}

.bt-featured-work__measurement--side i::after {
  bottom: 0;
  transform: translateX(-50%) rotate(225deg);
}

.bt-project-stack {
  position: relative;
  width: 100%;
  aspect-ratio: 1.25 / 1;
  perspective: 1100px;
  cursor: pointer;
  outline: none;
  isolation: isolate;
}

.bt-project-stack:focus-visible {
  outline: 1px solid rgba(255,255,255,.7);
  outline-offset: 8px;
}

.bt-project-stack__ghost {
  position: absolute;
  inset: 0;
  border: 1px solid rgba(255,255,255,.18);
  background: rgba(4,73,127,.18);
  pointer-events: none;
  transform-origin: center bottom;
  transition: transform .65s cubic-bezier(.22,.75,.22,1), opacity .65s ease;
}

.bt-project-stack__ghost--1 {
  transform: translate(9px,-9px) scale(.985);
  opacity: .68;
  z-index: 3;
}

.bt-project-stack__ghost--2 {
  transform: translate(18px,-18px) scale(.97);
  opacity: .40;
  z-index: 2;
}

.bt-project-stack__ghost--3 {
  transform: translate(27px,-27px) scale(.955);
  opacity: .20;
  z-index: 1;
}

.bt-project-card {
  position: absolute;
  inset: 0;
  z-index: 5;
  margin: 0;
  border: 1px solid rgba(255,255,255,.34);
  background: rgba(5,72,124,.18);
  overflow: hidden;
  transform: translateZ(0);
  transition: transform .65s cubic-bezier(.22,.75,.22,1), opacity .4s ease;
}

.bt-project-stack:hover .bt-project-card {
  transform: translate3d(-6px,6px,20px);
}

.bt-project-stack:hover .bt-project-stack__ghost--1 {
  transform: translate(15px,-15px) scale(.98);
}

.bt-project-stack:hover .bt-project-stack__ghost--2 {
  transform: translate(29px,-29px) scale(.96);
}

.bt-project-stack:hover .bt-project-stack__ghost--3 {
  transform: translate(42px,-42px) scale(.94);
}

.bt-project-card__media {
  position: absolute;
  inset: 0;
  overflow: hidden;
  background: rgba(4,75,130,.28);
}

.bt-project-card__image,
.bt-project-card__blueprint-image {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: opacity .55s ease, transform 1s cubic-bezier(.2,.8,.2,1), filter .55s ease;
}

.bt-project-card__image {
  opacity: 0;
  transform: scale(1.035);
}

.bt-project-card__blueprint-image {
  opacity: .58;
  filter: grayscale(1) contrast(1.7) brightness(1.6);
  mix-blend-mode: screen;
  transform: scale(1.01);
}

.bt-project-card__blueprint-overlay {
  position: absolute;
  inset: 0;
  z-index: 2;
  pointer-events: none;
  background: linear-gradient(rgba(0,82,145,.77), rgba(0,82,145,.77)),
              repeating-linear-gradient(0deg, rgba(255,255,255,.08) 0, rgba(255,255,255,.08) 1px, transparent 1px, transparent 33px),
              repeating-linear-gradient(90deg, rgba(255,255,255,.065) 0, rgba(255,255,255,.065) 1px, transparent 1px, transparent 33px);
  mix-blend-mode: multiply;
  transition: opacity .55s ease;
}

.bt-project-stack:hover .bt-project-card__image,
.bt-project-stack:focus-visible .bt-project-card__image,
.bt-project-stack.is-colour .bt-project-card__image {
  opacity: 1;
  transform: scale(1);
}

.bt-project-stack:hover .bt-project-card__blueprint-image,
.bt-project-stack:focus-visible .bt-project-card__blueprint-image,
.bt-project-stack.is-colour .bt-project-card__blueprint-image {
  opacity: 0;
}

.bt-project-stack:hover .bt-project-card__blueprint-overlay,
.bt-project-stack:focus-visible .bt-project-card__blueprint-overlay,
.bt-project-stack.is-colour .bt-project-card__blueprint-overlay {
  opacity: 0;
}

.bt-project-card__technical-ui {
  position: absolute;
  inset: 5%;
  z-index: 4;
  border: 1px solid rgba(255,255,255,.25);
  transition: opacity .4s ease;
}

.bt-project-stack:hover .bt-project-card__technical-ui,
.bt-project-stack:focus-visible .bt-project-card__technical-ui,
.bt-project-stack.is-colour .bt-project-card__technical-ui {
  opacity: 0;
}

.bt-project-card__technical-top {
  height: 13%;
  padding: 0 6%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid rgba(255,255,255,.22);
  color: rgba(255,255,255,.72);
  font-size: 8px;
  letter-spacing: .13em;
}

.bt-project-card__technical-top > div {
  display: flex;
  gap: 6px;
}

.bt-project-card__technical-top i {
  width: 5px;
  height: 5px;
  border: 1px solid rgba(255,255,255,.55);
  border-radius: 50%;
}

.bt-project-card__technical-copy {
  width: 48%;
  padding: 10% 0 0 8%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 14px;
}

.bt-project-card__technical-copy span {
  color: rgba(255,255,255,.38);
  font-size: 7px;
  letter-spacing: .15em;
}

.bt-project-card__technical-copy strong {
  color: rgba(255,255,255,.82);
  font-size: clamp(15px, 1.8vw, 26px);
  font-weight: 400;
  line-height: 1.25;
}

.bt-project-card__technical-copy i {
  width: 42px;
  height: 9px;
  border: 1px solid rgba(255,255,255,.4);
}

.bt-project-card__technical-grid {
  position: absolute;
  left: 7%;
  right: 7%;
  bottom: 7%;
  display: grid;
  grid-template-columns: repeat(3,1fr);
  gap: 6%;
}

.bt-project-card__technical-grid span {
  aspect-ratio: 1 / .72;
  border: 1px solid rgba(255,255,255,.28);
  background: repeating-linear-gradient(-45deg, transparent 0, transparent 9px, rgba(255,255,255,.13) 10px, rgba(255,255,255,.13) 11px);
}

.bt-project-card__hover-label {
  position: absolute;
  z-index: 8;
  right: 14px;
  bottom: 14px;
  min-height: 33px;
  padding: 0 10px;
  display: flex;
  align-items: center;
  gap: 12px;
  border: 1px solid rgba(255,255,255,.28);
  background: rgba(3,44,78,.55);
  backdrop-filter: blur(5px);
  color: rgba(255,255,255,.74);
  font-size: 7px;
  letter-spacing: .13em;
  transition: opacity .35s ease, transform .35s ease;
}

.bt-project-stack:hover .bt-project-card__hover-label,
.bt-project-stack.is-colour .bt-project-card__hover-label {
  opacity: 0;
  transform: translateY(5px);
}

.bt-featured-work.is-changing .bt-project-card {
  animation: btCardChange .7s cubic-bezier(.2,.75,.2,1);
}

.bt-featured-work.is-changing .bt-featured-work__title,
.bt-featured-work.is-changing .bt-featured-work__description,
.bt-featured-work.is-changing .bt-featured-work__tags {
  animation: btContentChange .55s ease;
}

@keyframes btCardChange {
  0% { transform: translate3d(0,0,0) rotate(0); }
  44% { opacity: .15; transform: translate3d(-45px,18px,40px) rotate(-1.5deg); }
  45% { transform: translate3d(35px,-18px,-30px) rotate(1deg); }
  100% { opacity: 1; transform: translate3d(0,0,0) rotate(0); }
}

@keyframes btContentChange {
  0% { opacity: 1; transform: translateY(0); }
  45% { opacity: 0; transform: translateY(8px); }
  100% { opacity: 1; transform: translateY(0); }
}

.bt-featured-work__controls {
  position: absolute;
  right: 45px;
  bottom: 7px;
  display: flex;
  gap: 7px;
}

.bt-featured-work__control {
  width: 42px;
  height: 42px;
  display: grid;
  place-items: center;
  border: 1px solid rgba(255,255,255,.20);
  background: transparent;
  color: rgba(255,255,255,.72);
  cursor: pointer;
  font-size: 15px;
  transition: background .25s ease, border-color .25s ease, color .25s ease;
}

.bt-featured-work__control:hover {
  border-color: rgba(255,255,255,.5);
  background: rgba(255,255,255,.06);
  color: white;
}

@media (max-width: 900px) {
  .bt-featured-work__inner {
    width: min(100% - 34px, 760px);
    grid-template-columns: 1fr;
    gap: 65px;
  }
  .bt-featured-work__heading br { display: none; }
  .bt-featured-work__project { max-width: 620px; }
  .bt-featured-work__description { max-width: 600px; }
  .bt-featured-work__visual { padding: 40px 35px 50px 5px; }
}

@media (max-width: 560px) {
  .bt-featured-work__inner {
    width: min(100% - 26px, 520px);
    padding: 60px 0;
  }
  .bt-featured-work__heading {
    margin-bottom: 42px;
    font-size: 36px;
  }
  .bt-featured-work__visual { padding: 35px 27px 48px 0; }
  .bt-project-stack { aspect-ratio: 1 / .86; }
  .bt-project-stack__ghost--1 { transform: translate(6px,-6px) scale(.985); }
  .bt-project-stack__ghost--2 { transform: translate(12px,-12px) scale(.97); }
  .bt-project-stack__ghost--3 { transform: translate(18px,-18px) scale(.955); }
  .bt-project-card__technical-copy strong { font-size: 16px; }
  .bt-featured-work__controls { right: 27px; }
}

@media (prefers-reduced-motion: reduce) {
  .bt-project-card,
  .bt-project-stack__ghost,
  .bt-project-card__image,
  .bt-project-card__blueprint-image,
  .bt-project-card__blueprint-overlay {
    transition: none;
  }
  .bt-featured-work.is-changing .bt-project-card,
  .bt-featured-work.is-changing .bt-featured-work__title,
  .bt-featured-work.is-changing .bt-featured-work__description,
  .bt-featured-work.is-changing .bt-featured-work__tags {
    animation: none;
  }
}
