:root {
  --green-950: #062f18;
  --green-900: #073b1d;
  --green-800: #0a4a25;
  --green-700: #0b9700;
  --green-600: #14b800;
  --ink: #151814;
  --text: #1f2b22;
  --muted: #667067;
  --cream: #f1f0ea;
  --paper: #fbfcf8;
  --line: #dedfd7;
  --shadow: 0 18px 42px rgba(6, 47, 24, 0.11);
}

body {
  background: var(--paper);
  color: var(--text);
  max-width: 100%;
  overflow-x: hidden;
}

.site-header {
  min-height: 74px;
  padding: 0 max(24px, calc((100vw - var(--container)) / 2));
  background: rgba(255, 255, 255, 0.98);
  color: var(--ink);
  border-bottom: 1px solid rgba(6, 47, 24, 0.08);
  box-shadow: 0 10px 30px rgba(6, 47, 24, 0.06);
}

.brand img {
  width: 92px;
}

.site-nav {
  gap: 23px;
  font-size: 13px;
}

.site-nav a {
  padding: 29px 0 25px;
  opacity: 0.82;
}

.site-nav a:hover,
.site-nav a.is-active {
  color: var(--green-600);
  border-bottom-color: var(--green-600);
}

.pill-cta {
  min-height: 38px;
  padding: 9px 12px 9px 18px;
  background: var(--green-600);
  color: var(--white);
  box-shadow: 0 10px 20px rgba(20, 184, 0, 0.22);
}

.pill-cta span,
.btn span {
  width: 24px;
  height: 24px;
}

.home-remake .hero-home {
  min-height: 630px;
  max-height: none;
  background: #282b29;
}

.home-remake .hero-art-panel {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/* Mirrors the hero image's object-fit: cover rect so the cards track the
   baked-in label positions at any viewport width. Image is 5766x2642. */
.home-remake .hero-industry-hotspots {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  aspect-ratio: 5766 / 2642;
  min-width: 100%;
  min-height: 100%;
}

.home-remake .hero-art-panel {
  z-index: 0;
  overflow: hidden;
}

.home-remake .hero-art {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
}

.home-remake .hero-home::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  pointer-events: none;
  background:
    linear-gradient(90deg, rgba(8, 13, 13, 0.74) 0%, rgba(16, 21, 22, 0.46) 31%, rgba(21, 27, 28, 0.1) 55%, rgba(21, 27, 28, 0) 84%),
    radial-gradient(circle at 14% 66%, rgba(20, 184, 0, 0.08), transparent 30%);
}

.home-remake .hero-home::after {
  display: none;
}

.home-remake .hero-industry-hotspots {
  z-index: 5;
  pointer-events: none;
}

.home-remake .hotspot {
  position: absolute;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  gap: 7px;
  padding: 10px 12px;
  border: 1px solid rgba(255, 255, 255, 0.28);
  border-radius: 8px;
  background: rgba(24, 28, 26, 0.93);
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
  color: #e9ede9;
  font-size: 11.5px;
  line-height: 1.28;
  text-align: left;
  pointer-events: auto;
  transition: background 0.16s ease, border-color 0.16s ease, box-shadow 0.16s ease;
}

.home-remake .hotspot svg {
  width: 24px;
  height: 24px;
  flex: 0 0 auto;
  color: var(--green-600);
}

.home-remake .hotspot:hover,
.home-remake .hotspot:focus-visible {
  background: rgba(15, 26, 19, 0.96);
  border-color: rgba(20, 184, 0, 0.85);
  box-shadow: 0 14px 30px rgba(0, 0, 0, 0.35);
  outline: 0;
}

.home-remake .hotspot:focus-visible {
  outline: 2px solid rgba(94, 255, 154, 0.9);
  outline-offset: 4px;
}

.home-remake .hotspot-pharma {
  left: 43.75%;
  top: 25.4%;
  width: 8.6%;
  min-height: 17%;
  height: auto;
}

.home-remake .hotspot-nuclear {
  left: 73.55%;
  top: 10.4%;
  width: 6.9%;
  height: 16.8%;
}

.home-remake .hotspot-food {
  left: 91.45%;
  top: 30.3%;
  width: 7.1%;
  height: 16.6%;
}

.home-remake .hotspot-advanced {
  left: 38.55%;
  top: 53.9%;
  width: 7.6%;
  height: 17.5%;
}

.home-remake .hotspot-automation {
  left: 62.25%;
  top: 58.4%;
  width: 7.4%;
  height: 16.9%;
}

.home-remake .hotspot-power {
  left: 90.35%;
  top: 57.9%;
  width: 7.1%;
  height: 17.6%;
}

.home-remake .hero-shade {
  display: none;
}

.home-remake .hero-grid {
  width: calc(100% - 84px);
  max-width: none;
  margin-left: auto;
  margin-right: auto;
  z-index: 4;
}

.home-remake .hero-copy {
  max-width: 660px;
  padding: 96px 0 86px;
}

.home-remake .hero-copy h1 {
  max-width: 660px;
  color: var(--white);
  font-family: "Times New Roman", Times, serif;
  font-size: clamp(54px, 4.6vw, 68px);
  font-weight: 400;
  line-height: 0.92;
  text-shadow: 0 16px 32px rgba(0, 0, 0, 0.17);
}

.home-remake .hero-copy h1 em {
  color: var(--green-600);
  font-style: italic;
}

.home-remake .hero-copy p {
  max-width: 470px;
  margin: 28px 0 26px;
  color: rgba(255, 255, 255, 0.86);
  font-size: 16px;
  line-height: 1.56;
}

.home-remake .btn-primary {
  background: var(--green-600);
  color: var(--white);
}

.home-remake .btn-primary:hover {
  background: var(--green-700);
}

.home-remake .hero-copy .btn-primary {
  min-width: 0;
  min-height: 42px;
  justify-content: center;
  padding: 12px 12px 12px 20px;
  border: 1px solid transparent;
  border-radius: 999px;
  background: var(--green-600);
  box-shadow: 0 10px 20px rgba(20, 184, 0, 0.22);
}

.home-remake .hero-copy .btn-primary:hover,
.home-remake .hero-copy .btn-primary:focus-visible {
  background: var(--green-700);
  border-color: transparent;
}

.home-remake .hero-copy .btn-primary span {
  color: var(--green-700);
}

.sector-strip {
  height: 46px;
  justify-content: center;
  gap: 34px;
  background: var(--green-950);
  color: rgba(255, 255, 255, 0.76);
  font-size: 10px;
}

.sector-strip a {
  flex: 0 0 auto;
  color: inherit;
  padding: 16px 0;
  transition: color 0.16s ease;
}

.sector-strip a:hover,
.sector-strip a:focus-visible {
  color: var(--white);
  outline: 0;
}

.home-remake .home-sector-strip a {
  min-height: 46px;
  display: inline-flex;
  align-items: center;
}

.home-remake .hero-sector-strip {
  width: 100%;
  max-width: 100%;
  min-height: 82px;
  height: auto;
  padding: 15px max(24px, calc((100vw - 1260px) / 2));
  gap: 12px;
  background: var(--white);
  color: #4f5651;
  border-bottom: 1px solid rgba(6, 47, 24, 0.12);
  box-shadow: 0 18px 38px rgba(6, 47, 24, 0.07);
  text-transform: none;
  font-size: 13px;
  white-space: normal;
  overflow-x: auto;
  overflow-y: hidden;
  -webkit-overflow-scrolling: touch;
  scrollbar-width: none;
}

.home-remake .hero-sector-strip::-webkit-scrollbar {
  display: none;
}

.home-remake .hero-sector-strip b {
  display: none;
}

.home-remake .hero-sector-strip a {
  display: inline-flex;
  align-items: center;
  min-height: 42px;
  padding: 10px 16px;
  border: 1px solid rgba(20, 184, 0, 0.42);
  border-radius: 8px;
  background: #fbfcf8;
  color: #2d3430;
  font-weight: 700;
}

.home-remake .hero-sector-strip a:hover,
.home-remake .hero-sector-strip a:focus-visible {
  background: rgba(20, 184, 0, 0.09);
  border-color: rgba(20, 184, 0, 0.8);
  color: var(--green-800);
}

.home-remake .band {
  padding: 106px 0;
}

.home-remake .home-intro .split {
  align-items: start;
}

.home-remake .home-intro .section-copy p:not(.eyebrow) {
  margin-top: 0;
  margin-bottom: 18px;
  line-height: 1.62;
}

.vacancy-card {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  width: 100%;
  font: inherit;
  text-align: left;
  cursor: pointer;
  transition: border-color 0.16s ease, box-shadow 0.16s ease, transform 0.16s ease;
}

.vacancy-card:hover,
.vacancy-card:focus-visible {
  border-color: rgba(20, 184, 0, 0.7);
  box-shadow: 0 18px 34px rgba(6, 47, 24, 0.12);
  transform: translateY(-2px);
  outline: 0;
}

.vacancy-card h3 {
  font-size: 22px;
}

.vacancy-card p {
  margin: 0;
  color: var(--muted);
  font-size: 14px;
}

.vacancy-card footer {
  margin-top: auto;
  align-items: center;
}

.vacancy-card footer strong {
  color: var(--green-800);
}

.home-remake .split {
  grid-template-columns: minmax(0, 1.04fr) minmax(0, 0.96fr);
}

.home-remake .section-copy h2,
.home-remake .wide-heading,
.home-remake .section-head h2,
.home-remake .testimonial h2 {
  color: var(--text);
  font-size: 46px;
  line-height: 1.03;
}

.home-remake .section-copy p:not(.eyebrow),
.home-remake .section-head p,
.home-remake .candidate-card p,
.home-remake .news-card p {
  color: var(--muted);
}

.home-remake .portrait-stack {
  min-height: 470px;
}

.home-remake .portrait-stack::before {
  content: "";
  position: absolute;
  width: 430px;
  height: 430px;
  max-width: 82vw;
  max-height: 82vw;
  border: 1px solid rgba(20, 184, 0, 0.2);
  border-radius: 50%;
}

.home-remake .main-portrait {
  position: relative;
  z-index: 1;
  width: min(430px, 78vw);
  aspect-ratio: 1;
  border-radius: 50%;
  object-fit: cover;
  object-position: center 28%;
  background: var(--white);
  box-shadow: none;
}

.home-remake .mini-orbit {
  z-index: 2;
  top: 58px;
  left: 34px;
}

.home-remake .mini-orbit img {
  width: 50px;
  height: 50px;
  border: 2px solid var(--white);
}

.home-remake .band-muted {
  background: var(--cream);
}

.home-remake .industries-layout {
  grid-template-columns: 0.92fr 1.08fr;
}

.home-remake .industry-tabs a {
  min-height: 42px;
  border-color: rgba(6, 47, 24, 0.55);
  background: var(--white);
  font-size: 13px;
}

.home-remake .industry-tabs a.is-active,
.home-remake .industry-tabs a:hover {
  background: var(--green-600);
  border-color: var(--green-600);
  color: var(--white);
}

.home-remake .image-feature {
  min-height: 535px;
  border-radius: 7px;
  box-shadow: 0 20px 45px rgba(6, 47, 24, 0.16);
}

.home-remake .principles {
  margin-top: 46px;
}

.home-remake .principles article {
  min-height: 210px;
  padding: 28px;
  background: rgba(255, 255, 255, 0.45);
}

.home-remake .principles h3 {
  font-size: 20px;
}

.home-remake .principles p {
  color: var(--muted);
  font-size: 14px;
}

.home-remake + .stats-band,
.home-remake .stats-band {
  background: var(--paper);
}

.home-remake .stats-band {
  padding: 52px 0;
  color: var(--text);
  border-top: 3px solid var(--green-600);
  border-bottom: 3px solid var(--green-600);
}

.home-remake .stats-grid {
  gap: 0;
}

.home-remake .stats-grid article {
  min-height: 128px;
  padding: 10px 42px;
  border-left: 1px solid rgba(6, 47, 24, 0.22);
}

.home-remake .stats-grid article:first-child {
  border-left: 0;
}

.home-remake .stats-grid strong {
  color: var(--text);
  font-size: 66px;
}

.home-remake .stats-grid span {
  max-width: 170px;
  color: var(--muted);
  font-size: 13px;
}

.home-remake .section-head {
  margin-bottom: 48px;
}

.home-remake .team-preview {
  gap: 28px;
}

.home-remake .team-preview .person-card {
  border: 0;
  background: transparent;
}

.home-remake .team-preview .person-card img {
  height: 280px;
  aspect-ratio: auto;
  object-fit: contain;
  object-position: center bottom !important;
  background: var(--white);
}

.home-remake .team-preview .person-card div {
  padding: 14px 0 0;
}

.home-remake .team-preview .person-card h3 {
  font-family: var(--sans);
  font-size: 16px;
  font-weight: 700;
}

.home-remake .team-preview .person-card small {
  margin-top: 2px;
  color: var(--green-700);
  font-size: 12px;
}

.home-remake .team-preview .person-card p,
.home-remake .team-preview .person-card button {
  display: none;
}

.home-remake .candidate-grid,
.home-remake .news-grid {
  gap: 28px;
}

.home-remake .candidate-card {
  min-height: 276px;
  border-color: #d8dbd2;
  box-shadow: 0 12px 24px rgba(6, 47, 24, 0.04);
}

.home-remake .candidate-card h3 {
  font-size: 22px;
}

.home-remake .testimonial-band {
  background: var(--cream);
}

.home-remake .testimonial {
  max-width: 840px;
}

.home-remake .testimonial blockquote {
  max-width: 700px;
  border-radius: 8px;
  box-shadow: 0 16px 34px rgba(6, 47, 24, 0.08);
}

.home-remake .news-card {
  border: 0;
  background: transparent;
}

.home-remake .news-card img {
  height: 210px;
  border-radius: 4px;
  background: #f0efea;
}

.home-remake .news-card div {
  padding: 18px 0 0;
}

.home-remake .news-card h3 {
  color: var(--green-800);
  font-size: 22px;
}

.site-footer {
  background: var(--green-600);
  color: rgba(255, 255, 255, 0.94);
}

.site-footer .footer-grid {
  grid-template-columns: 1fr;
  gap: 0;
}

.site-footer .footer-grid img {
  width: 118px;
}

.site-footer .footer-bottom {
  margin-top: 42px;
  border-top-color: rgba(255, 255, 255, 0.32);
}

@media (max-width: 1020px) {
  .site-header {
    grid-template-columns: auto 48px;
    justify-content: space-between;
    gap: 12px;
    width: 100%;
    max-width: 100%;
  }

  .site-header .pill-cta {
    display: none;
  }

  .nav-toggle {
    justify-self: end;
    border-color: rgba(6, 47, 24, 0.18);
  }

  .nav-toggle span {
    background: var(--green-950);
  }

  .site-nav {
    top: 74px;
    background: var(--white);
    color: var(--ink);
    box-shadow: 0 18px 28px rgba(6, 47, 24, 0.08);
  }

  .home-remake .hero-home {
    min-height: 650px;
  }

  .home-remake .hero-art-panel {
    width: 100%;
    opacity: 0.5;
    -webkit-mask-image: none;
    mask-image: none;
  }

  .home-remake .hero-industry-hotspots {
    position: relative;
    top: auto;
    left: auto;
    transform: none;
    aspect-ratio: auto;
    min-width: 0;
    min-height: 0;
    order: 2;
    z-index: 4;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 10px;
    width: calc(100% - 48px);
    max-width: 640px;
    margin: 0 auto 34px;
  }

  .home-remake .hotspot {
    position: static;
    width: auto;
    height: auto;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    gap: 10px;
    min-height: 56px;
    padding: 10px 14px;
    font-size: 13px;
  }

  .home-remake .hotspot br {
    display: none;
  }

  .home-remake .hero-home::before {
    background:
      linear-gradient(90deg, rgba(8, 13, 13, 0.98), rgba(16, 21, 22, 0.9)),
      radial-gradient(circle at 24% 74%, rgba(20, 184, 0, 0.12), transparent 32%);
  }

  .home-remake .home-sector-strip {
    height: auto;
    min-height: 0;
    display: grid;
    grid-template-columns: 1fr;
    gap: 10px;
    padding: 14px 16px 18px;
    background: var(--green-950);
    white-space: normal;
    overflow: visible;
  }

  .home-remake .home-sector-strip b {
    display: none;
  }

  .home-remake .home-sector-strip a {
    min-height: 50px;
    justify-content: center;
    padding: 10px 12px;
    border: 1px solid rgba(255, 255, 255, 0.14);
    border-radius: 8px;
    background: rgba(255, 255, 255, 0.05);
    text-align: center;
    line-height: 1.25;
  }

  .home-remake .hero-sector-strip {
    justify-content: flex-start;
    padding-left: 24px;
    padding-right: 24px;
  }

  .home-remake .split,
  .home-remake .industries-layout {
    grid-template-columns: 1fr;
  }

  .home-remake .stats-grid article {
    padding: 10px 24px;
  }
}

@media (max-width: 680px) {
  .home-remake .container {
    width: calc(100% - 40px);
    max-width: calc(100% - 40px);
  }

  .home-remake .hero-grid {
    width: calc(100% - 40px);
    margin-left: auto;
    margin-right: auto;
  }

  .site-header {
    min-height: 70px;
    width: 100%;
    max-width: 100%;
    padding-left: 16px;
    padding-right: 16px;
    grid-template-columns: auto 48px;
  }

  .site-header .pill-cta {
    display: none;
  }

  .nav-toggle {
    justify-self: end;
    width: 48px;
    height: 48px;
  }

  .brand img {
    width: 94px;
  }

  .site-nav {
    top: 70px;
    left: 12px;
    right: 12px;
    padding: 10px 18px 18px;
    border-radius: 0 0 10px 10px;
  }

  .site-nav a {
    min-height: 46px;
    display: flex;
    align-items: center;
    border-bottom: 1px solid rgba(6, 47, 24, 0.08);
  }

  .home-remake .hero-home {
    min-height: clamp(560px, calc(100svh - 70px), 610px);
    align-items: start;
  }

  .home-remake .hero-art {
    object-position: 70% center;
  }

  .home-remake .hero-home::before {
    background:
      linear-gradient(180deg, rgba(8, 13, 13, 0.97) 0%, rgba(11, 17, 17, 0.95) 54%, rgba(11, 17, 17, 0.88) 100%),
      linear-gradient(90deg, rgba(8, 13, 13, 0.98), rgba(8, 13, 13, 0.72));
  }

  .home-remake .hero-copy {
    padding: clamp(54px, 8svh, 74px) 0 44px;
  }

  .home-remake .hero-copy h1 {
    max-width: 335px;
    font-size: clamp(42px, 12.5vw, 50px);
    line-height: 0.94;
  }

  .home-remake .hero-copy p {
    max-width: 335px;
    font-size: 15px;
    line-height: 1.58;
  }

  .home-remake .hero-copy .btn-primary {
    width: 100%;
    max-width: 335px;
    min-height: 54px;
    min-width: 0;
    padding-left: 18px;
    padding-right: 14px;
    justify-content: space-between;
  }

  .home-remake .button-row,
  .home-remake .section-head {
    gap: 12px;
  }

  .home-remake .band {
    padding: 70px 0;
  }

  .home-remake .section-copy h2,
  .home-remake .wide-heading,
  .home-remake .section-head h2,
  .home-remake .testimonial h2 {
    font-size: 34px;
  }

  .home-remake .portrait-stack {
    min-height: 340px;
  }

  .home-remake .portrait-stack::before {
    width: 300px;
    height: 300px;
  }

  .home-remake .main-portrait {
    width: 300px;
  }

  .home-remake .image-feature {
    min-height: 390px;
  }

  .home-remake .stats-grid article {
    border-left: 0;
    border-top: 1px solid rgba(6, 47, 24, 0.16);
    padding: 22px 0;
  }

  .home-remake .stats-grid article:first-child {
    border-top: 0;
  }

  .home-remake .stats-grid strong {
    font-size: 50px;
  }

  .home-remake .team-preview .person-card img {
    height: 250px;
  }
}

@media (max-width: 420px) {
  .home-remake .home-sector-strip a {
    min-height: 48px;
  }
}

@media (max-width: 360px) {
  .home-remake .hero-copy h1 {
    font-size: 39px;
  }

  .home-remake .hero-copy p {
    font-size: 14px;
  }

  .home-remake .hero-copy .btn-primary {
    font-size: 14px;
  }
}

@media (max-width: 1020px) {
  .site-nav {
    left: 16px;
    right: 16px;
    top: calc(100% + 8px);
    z-index: 80;
    max-height: min(74svh, 430px);
    gap: 4px;
    padding: 10px;
    border: 1px solid rgba(6, 47, 24, 0.12);
    border-radius: 10px;
    background: #ffffff;
    box-shadow: 0 18px 38px rgba(6, 47, 24, 0.16);
    overflow-y: auto;
  }

  .site-nav a {
    min-height: 42px;
    padding: 0 12px;
    border: 0;
    border-radius: 7px;
    color: var(--ink);
    font-size: 14px;
  }

  .site-nav a:hover,
  .site-nav a.is-active {
    background: rgba(20, 184, 0, 0.09);
    color: var(--green-700);
    border-bottom-color: transparent;
  }

  .nav-toggle[aria-expanded="true"] {
    border-color: rgba(20, 184, 0, 0.58);
    box-shadow: 0 0 0 3px rgba(20, 184, 0, 0.1);
  }
}

@media (max-width: 680px) {
  .container,
  .home-remake .container {
    width: calc(100% - 32px);
    max-width: calc(100% - 32px);
  }

  .site-header {
    position: sticky;
    min-height: 64px;
    padding-left: 14px;
    padding-right: 14px;
  }

  .brand img {
    width: 88px;
  }

  .nav-toggle {
    width: 42px;
    height: 42px;
    border-radius: 9px;
  }

  .site-nav {
    left: 12px;
    right: 12px;
    top: calc(100% + 6px);
    padding: 8px;
  }

  .site-nav a {
    min-height: 40px;
    padding: 0 10px;
    font-size: 14px;
  }

  .home-remake .hero-grid {
    width: calc(100% - 32px);
  }

  .home-remake .hero-home {
    min-height: 560px;
  }

  .home-remake .hero-copy {
    padding: 48px 0 38px;
  }

  .home-remake .band,
  .band {
    padding: 48px 0;
  }

  .home-remake .section-copy h2,
  .home-remake .wide-heading,
  .home-remake .section-head h2,
  .home-remake .testimonial h2,
  h2 {
    max-width: 100%;
    font-size: clamp(28px, 8.1vw, 32px);
    line-height: 1.06;
    overflow-wrap: anywhere;
    word-break: normal;
    text-wrap: wrap;
  }

  .home-remake .wide-heading,
  .home-remake .section-head h2 {
    max-width: 315px;
  }

  .eyebrow {
    margin-bottom: 10px;
    font-size: 11px;
  }

  .principles,
  .home-remake .principles {
    margin-top: 24px;
    border-top: 1px solid rgba(6, 47, 24, 0.12);
    border-bottom: 1px solid rgba(6, 47, 24, 0.12);
  }

  .principles article,
  .home-remake .principles article {
    min-height: auto;
    padding: 20px 16px;
    background: transparent;
  }

  .principles span,
  .sector-cards span {
    margin-bottom: 14px;
  }

  .principles h3,
  .home-remake .principles h3 {
    max-width: 315px;
    font-size: 20px;
    line-height: 1.18;
    overflow-wrap: anywhere;
  }

  .principles p,
  .home-remake .principles p {
    max-width: 315px;
    margin-top: 10px;
    font-size: 14px;
    line-height: 1.55;
    overflow-wrap: anywhere;
  }

  .section-head,
  .home-remake .section-head {
    gap: 14px;
    margin-bottom: 24px;
  }

  .section-head .btn,
  .home-remake .section-head .btn {
    width: 100%;
    min-height: 46px;
    justify-content: center;
  }

  .home-remake .team-preview {
    gap: 18px;
  }

  .person-card div,
  .home-remake .team-preview .person-card div {
    padding: 14px 0 0;
  }

  .home-remake .team-preview .person-card img,
  .person-card img {
    height: 210px;
    aspect-ratio: auto;
    object-fit: contain;
    object-position: center bottom !important;
    background: var(--white);
  }

  .person-card h3,
  .home-remake .team-preview .person-card h3 {
    font-size: 20px;
    line-height: 1.1;
  }

  .person-card small,
  .home-remake .team-preview .person-card small {
    font-size: 12px;
  }

  .segmented,
  .enquire-switch {
    width: min(300px, 100%);
    grid-template-columns: 1fr;
    gap: 4px;
    margin-bottom: 22px;
    padding: 5px;
    border-radius: 9px;
  }

  .segmented button,
  .enquire-switch button {
    min-height: 40px;
    border-radius: 7px;
    padding: 8px 10px;
    font-size: 14px;
  }

  .enquire-shell {
    min-height: auto;
  }

  .enquire-side {
    gap: 22px;
    padding: 28px 18px 34px;
  }

  .enquire-side h1 {
    max-width: 300px;
    font-size: clamp(34px, 9.4vw, 40px);
    line-height: 1.05;
    overflow-wrap: anywhere;
    text-wrap: wrap;
  }

  .enquire-side p:not(.eyebrow) {
    max-width: 300px;
    font-size: 16px;
    line-height: 1.48;
    overflow-wrap: anywhere;
  }

  .promise-list {
    gap: 18px;
    margin-top: 24px;
  }

  .promise-list strong {
    margin-bottom: 6px;
    font-size: 26px;
  }

  .promise-list span {
    max-width: 300px;
    display: block;
    font-size: 15px;
    line-height: 1.45;
    overflow-wrap: anywhere;
  }

  .promise-list span::before {
    margin-right: 10px;
  }

  .enquire-panel {
    padding: 32px 18px;
  }

  .enquiry-form {
    gap: 16px;
  }

  .upload-box {
    min-height: 128px;
  }

  .upload-box.compact {
    min-height: 92px;
  }

  .stats-band {
    padding: 34px 0;
  }

  .stats-grid,
  .home-remake .stats-grid {
    gap: 0;
  }

  .home-remake .stats-grid strong {
    font-size: 42px;
  }
}
