/* Starkor Solutions: self-contained, responsive brand system. */

:root {
  --navy: #253e72;
  --deep: #102440;
  --ink: #182a45;
  --orange: #e87c27;
  --orange-dark: #ae4c0b;
  --paper: #f5f7fa;
  --muted: #59677a;
  --line: #dce3eb;
  --white: #fff;
  --max: 1280px;
  --pad: clamp(22px,5.55vw,90px);
  --ease: cubic-bezier(.22,.61,.36,1);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  scroll-padding-top: 120px;
}

body {
  margin: 0;
  font-family: Arial,Helvetica,sans-serif;
  color: var(--ink);
  background: var(--white);
  font-size: 16px;
  line-height: 1.65;
  -webkit-font-smoothing: antialiased;
}

body.menu-open,body.modal-open {
  overflow: hidden;
}

button,input,select,textarea {
  font: inherit;
}

button,a {
  -webkit-tap-highlight-color: transparent;
}

button {
  cursor: pointer;
}

a {
  color: inherit;
  text-decoration: none;
}

a,button,input,textarea,select {
  outline-offset: 5px;
}

a:focus-visible,button:focus-visible,input:focus-visible,select:focus-visible,textarea:focus-visible {
  outline: 3px solid var(--orange);
}

button {
  color: inherit;
}

img,video {
  max-width: 100%;
  display: block;
}

img {
  height: auto;
}

h1,h2,h3,h4,p {
  margin: 0;
}

h1,h2,h3,h4 {
  line-height: 1.12;
  font-weight: 600;
  letter-spacing: -.045em;
}

h1 {
  font-size: clamp(42px,4.75vw,70px);
}

h2 {
  font-size: clamp(33px,3.4vw,50px);
}

h3 {
  font-size: 25px;
}

h4 {
  font-size: 20px;
}

p {
  color: var(--muted);
}

em {
  font-style: normal;
}

ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

button svg,a svg {
  pointer-events: none;
}

svg.icon {
  width: 22px;
  height: 22px;
  stroke: currentColor;
  stroke-width: 1.6;
  fill: none;
  stroke-linecap: round;
  stroke-linejoin: round;
  flex-shrink: 0;
}

.container {
  width: 100%;
  max-width: calc(var(--max) + var(--pad)*2);
  margin: auto;
  padding-left: var(--pad);
  padding-right: var(--pad);
}

.section {
  padding-block: 94px;
}

.section.soft {
  background: var(--paper);
}

.section.tight-bottom {
  padding-bottom: 28px;
}

.section.tight-top {
  padding-top: 28px;
}

.eyebrow {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: .16em;
  line-height: 1.6;
  text-transform: uppercase;
  color: var(--navy);
  margin-bottom: 20px;
}

.eyebrow:before {
  content: "";
  width: 7px;
  height: 7px;
  background: var(--orange);
  flex-shrink: 0;
}

.light .eyebrow {
  color: #d5e0f0;
}

.section-top {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 44px;
  margin-bottom: 42px;
}

.section-top p {
  max-width: 370px;
  font-size: 15px;
}

.text-link {
  display: inline-flex;
  align-items: center;
  gap: 20px;
  font-size: 14px;
  font-weight: 700;
  border-bottom: 1px solid var(--line);
  padding: 9px 0;
  line-height: 1.5;
}

.text-link svg {
  width: 18px;
  transition: transform .2s;
}

.text-link:hover svg {
  transform: translate(4px,-2px);
}

.text-link:hover {
  color: var(--orange-dark);
  border-color: var(--orange);
}

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 24px;
  min-height: 52px;
  border: 1px solid transparent;
  padding: 13px 23px;
  background: var(--orange);
  color: var(--deep);
  font-size: 13px;
  font-weight: 700;
  line-height: 1.5;
  border-radius: 3px;
  transition: background .2s,transform .2s;
}

.button svg {
  width: 18px;
  height: 18px;
}

.button:hover {
  background: #ff963d;
  transform: translateY(-2px);
}

.button.navy {
  background: var(--navy);
  color: white;
}

.button.navy:hover {
  background: var(--deep);
}

.button.white {
  background: white;
  color: var(--deep);
}

.button.outline {
  border-color: #67758a;
  color: white;
  background: transparent;
}

.button.outline:hover {
  background: #ffffff12;
}

.button.line {
  border-color: var(--line);
  background: white;
  color: var(--ink);
}

.button.line:hover {
  border-color: var(--navy);
}

.button.small {
  min-height: 42px;
  padding: 10px 16px;
  font-size: 12px;
  gap: 10px;
  white-space: nowrap;
}

.actions {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 29px;
}

.skip-link {
  position: absolute;
  top: -100px;
  left: 16px;
  z-index: 200;
  background: var(--deep);
  color: white;
  padding: 12px 20px;
}

.skip-link:focus {
  top: 12px;
}

/* Global navigation */

.contact-strip {
  height: 33px;
  background: var(--navy);
  color: #e8effb;
  font-size: 11px;
  letter-spacing: .02em;
}

.contact-strip .container {
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.strip-links {
  display: flex;
  gap: 25px;
}

.strip-links a {
  display: inline-flex;
  gap: 8px;
  align-items: center;
}

.strip-links .icon {
  width: 13px;
  height: 13px;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 70;
  background: #fff;
  border-bottom: 1px solid #e1e6ed;
  box-shadow: 0 3px 18px #10244005;
}

.header-inner {
  height: 97px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 32px;
}

.brand {
  flex-shrink: 0;
  width: 158px;
  display: inline-block;
  line-height: 0;
}

.brand img {
  width: 158px;
  height: 83px;
  object-fit: contain;
}

.main-nav {
  display: flex;
  align-items: center;
  gap: 28px;
}

.nav-link,.menu-trigger {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  background: none;
  border: 0;
  font-size: 15px;
  font-weight: 600;
  padding: 14px 0;
  color: var(--ink);
  position: relative;
  transition: color 0.25s ease;
}

.nav-link::after {
  content: '';
  position: absolute;
  bottom: 8px;
  left: 0;
  width: 0;
  height: 2px;
  background: var(--orange-dark);
  border-radius: 2px;
  transition: width 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}

.nav-link:hover::after,
.nav-link[aria-current=page]::after {
  width: 100%;
}

.nav-link:hover,.menu-trigger:hover,.nav-link[aria-current=page] {
  color: var(--orange-dark);
}

.menu-trigger .icon {
  width: 13px;
  height: 13px;
}

.nav-right {
  display: flex;
  align-items: center;
  gap: 18px;
}

.header-cta-group {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 4px;
}

.header-toll-free {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 1px;
  text-decoration: none;
  line-height: 1.15;
}

.header-toll-free .toll-free-badge {
  display: block;
  font-size: 9px;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  color: var(--orange-dark);
}

.header-toll-free .toll-free-phone {
  display: inline-flex;
  align-items: center;
  gap: 4px;
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 0.02em;
  color: var(--navy);
  animation: tollFreeBlink 1s step-start infinite;
}

.header-toll-free .toll-free-phone .icon {
  width: 12px;
  height: 12px;
  color: var(--orange-dark);
}

@keyframes tollFreeBlink {
  0%,
  49% {
    opacity: 1;
    color: var(--navy);
  }
  50%,
  100% {
    opacity: 0.2;
    color: var(--orange-dark);
  }
}

@media (max-width: 680px) {
  .header-toll-free .toll-free-badge {
    font-size: 8px;
  }

  .header-toll-free .toll-free-phone {
    font-size: 11px;
  }
}



.menu-button {
  display: none;
  border: 1px solid var(--line);
  padding: 10px;
  background: white;
  line-height: 0;
  border-radius: 3px;
}

.menu-panel {
  position: absolute;
  top: 97px;
  left: 0;
  right: 0;
  background: white;
  border-top: 1px solid var(--line);
  box-shadow: 0 25px 50px #10244026;
  padding: 32px 0;
}

.menu-panel[hidden] {
  display: none;
}

.menu-grid {
  display: grid;
  grid-template-columns: 1fr 2.5fr;
  gap: 60px;
}

.menu-intro h3 {
  font-size: 29px;
  margin-bottom: 14px;
}

.menu-intro p {
  font-size: 13px;
  max-width: 280px;
}

.menu-service-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px 30px;
}

.menu-item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 15px;
  border-bottom: 1px solid var(--line);
  padding: 11px 0;
}

.menu-item span {
  font-size: 14px;
  font-weight: 600;
}

.menu-item small {
  display: block;
  font-size: 11px;
  color: var(--muted);
  font-weight: 400;
  line-height: 1.6;
  margin-top: 4px;
}

.menu-item .icon {
  width: 17px;
}

.menu-item:hover {
  color: var(--orange-dark);
}

/* Home hero */

.hero {
  position: relative;
  min-height: 660px;
  background: var(--deep);
  color: white;
  overflow: hidden;
}

.hero-media {
  position: absolute;
  inset: 0 0 0 15%;
  width: 85%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.hero-shade {
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg,#102440 0%,#102440ed 25%,#102440c4 46%,#10244033 75%,#10244022 100%),linear-gradient(0deg,#102440ec 0%,transparent 40%);
}

.hero-main {
  position: relative;
  z-index: 2;
  padding-top: 85px;
  padding-bottom: 150px;
}

.hero .eyebrow {
  color: #d5dfed;
  margin-bottom: 24px;
  font-size: 10px;
}

.hero h1 {
  font-size: clamp(48px,4.72vw,72px);
  line-height: 1.06;
  max-width: 780px;
  letter-spacing: -.053em;
  font-weight: 600;
}

.hero h1 em {
  color: #f79442;
}

.hero-description {
  margin-top: 26px;
  color: #d3dce8;
  max-width: 482px;
  font-size: 16px;
  line-height: 1.75;
}

.hero .actions {
  margin-top: 31px;
}

.hero-bottom {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 3;
}

.hero-utility {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 24px;
}

.hero-caption {
  font-size: 10px;
  letter-spacing: .1em;
  text-transform: uppercase;
  color: #d4deeb;
  display: flex;
  align-items: center;
  gap: 10px;
}

.hero-caption:before {
  content: "";
  width: 5px;
  height: 5px;
  background: var(--orange);
}

.motion-toggle {
  display: flex;
  align-items: center;
  gap: 8px;
  background: #10244066;
  border: 1px solid #ffffff50;
  color: white;
  border-radius: 30px;
  padding: 7px 13px;
  font-size: 10px;
}

.motion-toggle svg {
  width: 12px;
  height: 12px;
}

.hero-rail {
  display: grid;
  grid-template-columns: repeat(5,1fr);
  border-top: 1px solid #ffffff35;
  padding: 23px 0 24px;
  gap: 22px;
}

.hero-rail a {
  display: flex;
  gap: 10px;
  align-items: center;
  justify-content: space-between;
  font-size: 11px;
  color: #e9f0fa;
}

.hero-rail a:hover {
  color: #ffad68;
}

.hero-rail b {
  color: #f5a367;
  font-size: 9px;
  font-weight: 400;
}

.hero-rail .icon {
  width: 13px;
  height: 13px;
}

.hero-rail .rail-label {
  flex: 1;
}

.principles-bar {
  border-bottom: 1px solid var(--line);
  background: #fff;
}

.principles-grid {
  display: grid;
  grid-template-columns: repeat(3,1fr);
  padding-block: 25px;
}

.principle {
  display: flex;
  gap: 15px;
  align-items: center;
  padding: 2px 30px;
  border-right: 1px solid var(--line);
}

.principle:first-child {
  padding-left: 0;
}

.principle:last-child {
  border: 0;
}

.principle .icon {
  color: var(--orange-dark);
  width: 27px;
  height: 27px;
}

.principle b {
  display: block;
  font-size: 12px;
}

.principle span {
  display: block;
  font-size: 11px;
  color: var(--muted);
}

/* Content compositions */

.intro-grid {
  display: grid;
  grid-template-columns: 1fr 1.05fr;
  gap: 90px;
  align-items: start;
}

.intro-text>p {
  font-family: "Segoe UI", "Helvetica Neue", Arial, sans-serif;
  font-size: 13px;
  font-weight: 400;
  letter-spacing: .005em;
  line-height: 1.7;
  margin-bottom: 18px;
}

.intro-text .intro-points {
  margin: 0 0 22px;
  padding-left: 1.1em;
  list-style: disc;
  color: var(--muted);
  font-family: "Segoe UI", "Helvetica Neue", Arial, sans-serif;
  font-size: 15px;
  font-weight: 500;
  letter-spacing: .005em;
  line-height: 1.55;
}

.intro-text .intro-points li {
  padding-left: .3em;
}

.intro-text .intro-points li + li {
  margin-top: 9px;
}

.intro-text .intro-points li::marker {
  color: var(--ink);
}

.intro-text .text-link {
  margin-top: 10px;
}

.services-grid {
  display: grid;
  grid-template-columns: repeat(6,1fr);
  gap: 25px;
}

.service-card {
  grid-column: span 2;
  background: white;
  border: 1px solid var(--line);
  border-radius: 5px;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  transition: box-shadow .25s,transform .25s;
}

.service-card:nth-child(-n/**/+2) {
  grid-column: span 3;
}

.card-image {
  height: 208px;
  overflow: hidden;
  position: relative;
  background: var(--deep);
}

.service-card:nth-child(-n/**/+2) .card-image {
  height: 263px;
}

.card-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform .7s var(--ease);
}

.service-card:hover {
  box-shadow: 0 14px 35px #10244010;
  transform: translateY(-3px);
}

.service-card:hover .card-image img {
  transform: scale(1.045);
}

.card-counter {
  position: absolute;
  top: 18px;
  left: 18px;
  width: 32px;
  height: 32px;
  display: grid;
  place-items: center;
  border: 1px solid #ffffff66;
  background: #1024408c;
  color: white;
  font-size: 11px;
  backdrop-filter: blur(5px);
}

.card-content {
  padding: 25px 25px 23px;
  display: flex;
  flex-direction: column;
  flex: 1;
}

.card-content h3 {
  font-size: 23px;
  letter-spacing: -.035em;
  margin-bottom: 13px;
  line-height: 1.18;
  max-width: 95%;
}

.card-content p {
  font-size: 13px;
  line-height: 1.7;
  margin-bottom: 22px;
}

.card-foot {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  margin-top: auto;
  border-top: 1px solid var(--line);
  padding-top: 17px;
}

.card-foot span {
  font-size: 10px;
  color: var(--navy);
}

.card-foot .icon {
  width: 19px;
  color: var(--orange-dark);
}

.media-note {
  font-size: 10px;
  color: #657285;
  margin-top: 16px;
}

.feature {
  background: var(--deep);
  color: white;
}

.feature-grid {
  display: grid;
  grid-template-columns: 1.08fr 1fr;
  gap: 74px;
  align-items: center;
}

.feature-visual {
  position: relative;
  min-width: 0;
}

.feature-visual>img {
  width: 100%;
  height: 445px;
  object-fit: cover;
  border-radius: 4px;
}

.feature-visual.ai>img {
  height: 406px;
  object-position: 53% center;
}

.visual-label {
  position: absolute;
  bottom: 20px;
  left: 20px;
  right: 20px;
  border-left: 2px solid var(--orange);
  background: #102440c9;
  backdrop-filter: blur(10px);
  padding: 13px 17px;
}

.visual-label b {
  display: block;
  font-size: 13px;
}

.visual-label span {
  display: block;
  font-size: 10px;
  color: #bfcee1;
}

.feature h2 {
  margin-bottom: 25px;
}

.feature p {
  color: #bdcbe0;
  font-size: 15px;
}

.feature-points {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 15px;
  margin: 27px 0;
}

.feature-points span {
  display: flex;
  align-items: center;
  gap: 9px;
  font-size: 12px;
}

.feature-points .icon {
  color: #f29850;
  width: 17px;
  height: 17px;
}

.industry-layout {
  display: grid;
  grid-template-columns: 1fr 1.45fr;
  gap: 60px;
  align-items: start;
}

.industry-tabs {
  display: flex;
  flex-direction: column;
}

.industry-tab {
  background: none;
  text-align: left;
  border: 0;
  border-bottom: 1px solid var(--line);
  padding: 19px 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 15px;
  font-size: 14px;
  font-weight: 600;
  color: var(--muted);
}

.industry-tab .icon {
  width: 17px;
}

.industry-tab[aria-selected=true] {
  color: var(--navy);
  border-bottom-color: var(--orange);
}

.industry-tab[aria-selected=true] .icon {
  color: var(--orange-dark);
  transform: rotate(-45deg);
}

.industry-panel img {
  width: 100%;
  height: 265px;
  object-fit: cover;
  border-radius: 4px;
}

.industry-panel .panel-copy {
  padding-top: 25px;
}

.industry-panel h3 {
  font-size: 29px;
  margin-bottom: 12px;
}

.industry-panel p {
  font-size: 14px;
}

.industry-panel .text-link {
  margin-top: 17px;
}

.scope-note {
  border-top: 1px solid var(--line);
  padding-top: 17px;
  margin-top: 32px;
  font-size: 11px;
  color: #647185;
  max-width: 850px;
}

.steps-grid {
  display: grid;
  grid-template-columns: repeat(4,1fr);
  gap: 28px;
}

.step {
  border-top: 1px solid #aab7c9;
  padding-top: 22px;
}

.step-number {
  font-size: 11px;
  color: var(--orange-dark);
  margin-bottom: 28px;
  display: block;
}

.step h3 {
  font-size: 26px;
  margin-bottom: 12px;
}

.step h4 {
  font-size: 13px;
  letter-spacing: 0;
  line-height: 1.5;
  margin-bottom: 10px;
}

.step p {
  font-size: 13px;
}

.cta-band {
  background: var(--orange);
  position: relative;
  overflow: hidden;
}

.cta-band:after {
  content: "";
  position: absolute;
  right: 12%;
  bottom: -160px;
  width: 380px;
  height: 380px;
  border: 1px solid #10244020;
  border-radius: 50%;
  pointer-events: none;
}

.cta-content {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 50px;
  padding-block: 65px;
}

.cta-band .eyebrow {
  color: #2a3750;
  margin-bottom: 15px;
}

.cta-band .eyebrow:before {
  background: var(--navy);
}

.cta-band h2 {
  font-size: clamp(34px,3.5vw,52px);
  max-width: 720px;
  color: var(--deep);
}

.cta-band p {
  margin-top: 15px;
  color: #25304a;
  font-size: 14px;
  max-width: 660px;
}

.cta-content>.button {
  flex-shrink: 0;
}

/* Dedicated pages */

.breadcrumb {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 11px;
  color: var(--muted);
  padding-block: 20px;
}

.breadcrumb .icon {
  width: 10px;
  height: 10px;
}

.breadcrumb a:hover {
  color: var(--orange-dark);
}

.page-hero {
  background: var(--paper);
  border-bottom: 1px solid var(--line);
}

.page-hero-grid {
  display: grid;
  grid-template-columns: 1.06fr 1fr;
  gap: 64px;
  align-items: center;
  padding-bottom: 60px;
  padding-top: 23px;
}

.page-hero .eyebrow {
  font-size: 10px;
  margin-bottom: 17px;
}

.service-name {
  font-size: clamp(34px, 3.8vw, 50px);
  line-height: 1.15;
  font-weight: 700;
  letter-spacing: -.035em;
  color: var(--navy);
  margin-bottom: 14px;
}

.service-name .service-subtitle {
  display: block;
  font-size: clamp(16px, 1.8vw, 22px);
  font-weight: 600;
  color: var(--orange-dark);
  letter-spacing: normal;
  margin-top: 6px;
}

.page-hero h1 {
  font-size: clamp(20px, 2.2vw, 28px);
  font-weight: 500;
  line-height: 1.35;
  letter-spacing: -.015em;
  color: var(--ink);
  margin-bottom: 16px;
}

.page-hero p.lead {
  font-size: 15px;
  line-height: 1.8;
  margin-top: 24px;
  max-width: 545px;
}

.page-hero-media {
  position: relative;
  border-radius: 5px;
  overflow: hidden;
}

.page-hero-media img {
  width: 100%;
  height: 382px;
  object-fit: cover;
}

body[data-page="turnkey-software"] .page-hero-media img {
  object-position: 72% center;
}

.turnkey-intro-title {
  font-size: clamp(29px, 3vw, 44px);
}

body[data-page="turnkey-software"] .intro-grid {
  align-items: center;
}

body[data-page="turnkey-software"] .intro-text>p {
  font-size: 14px;
}

.page-hero-media-pair {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px;
}

.page-hero-media-pair img {
  height: 382px;
}

.page-hero-illustration {
  background: #fff;
  border: 1px solid var(--line);
}

.page-hero-illustration img {
  object-fit: contain;
  background: #fff;
  padding: 18px;
}

.machine-image-slider {
  height: 382px;
}

.machine-image-slider img {
  position: absolute;
  inset: 0;
  height: 100%;
  opacity: 0;
  animation: machine-image-slide 12s infinite;
}

.machine-image-slider img:nth-child(1) { animation-delay: 0s; }
.machine-image-slider img:nth-child(2) { animation-delay: -4s; }
.machine-image-slider img:nth-child(3) { animation-delay: -8s; }

@keyframes machine-image-slide {
  0%, 27% { opacity: 1; }
  33%, 94% { opacity: 0; }
  100% { opacity: 1; }
}

@media (prefers-reduced-motion: reduce) {
  .machine-image-slider img { animation: none; }
  .machine-image-slider img:not(:first-child) { display: none; }
}

@media (max-width: 950px) {
  .machine-image-slider { height: 365px; }
}

@media (max-width: 680px) {
  .machine-image-slider { height: 236px; }
}

.page-hero-media:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 5px;
  background: linear-gradient(90deg,var(--navy) 70%,var(--orange) 70%);
}

/* About Us simple hero */

.simple-hero {
  position: relative;
  border-bottom: 1px solid var(--line);
  overflow: hidden;
  min-height: 480px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}

.simple-hero-image {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  z-index: 0;
}

.simple-hero-overlay {
  position: relative;
  z-index: 1;
  background: linear-gradient(
    to bottom,
    rgba(16, 36, 64, 0.25) 0%,
    rgba(16, 36, 64, 0.72) 60%,
    rgba(16, 36, 64, 0.88) 100%
  );
  padding-bottom: 56px;
  padding-top: 10px;
}

.simple-hero-overlay .breadcrumb {
  color: rgba(255, 255, 255, 0.75);
  padding-block: 18px;
}

.simple-hero-overlay .breadcrumb a {
  color: rgba(255, 255, 255, 0.75);
}

.simple-hero-overlay .breadcrumb a:hover {
  color: var(--orange);
}

.simple-hero-overlay .breadcrumb .icon {
  stroke: rgba(255, 255, 255, 0.5);
}

.simple-hero-content h1 {
  font-size: clamp(34px, 4vw, 58px);
  font-weight: 700;
  letter-spacing: -.035em;
  line-height: 1.12;
  color: #fff;
  margin-bottom: 18px;
}

.simple-hero-content p.lead {
  font-size: 17px;
  line-height: 1.75;
  max-width: 640px;
  color: rgba(255, 255, 255, 0.85);
  margin: 0;
}

.cap-grid {
  display: grid;
  grid-template-columns: repeat(3,1fr);
  gap: 24px;
  background: transparent;
  border: none;
  border-radius: 0;
  overflow: visible;
}

.capability {
  position: relative;
  background: white;
  padding: 32px 28px 34px;
  border-radius: 8px;
  border: 1px solid rgba(37, 62, 114, 0.12);
  box-shadow: 0 4px 16px rgba(16, 36, 64, 0.04);
  overflow: hidden;
}

.cap-number {
  display: block;
  font-size: 10px;
  color: var(--orange-dark);
  font-weight: 700;
  letter-spacing: .08em;
  margin-bottom: 24px;
}

.capability h3 {
  font-size: 21px;
  line-height: 1.2;
  letter-spacing: -.025em;
  margin-bottom: 14px;
}

.capability p {
  font-size: 13px;
  line-height: 1.75;
}

.gallery-grid {
  display: grid;
  grid-template-columns: repeat(3,1fr);
  gap: 24px;
}

.gallery-item {
  margin: 0;
}

.gallery-button {
  display: block;
  border: 0;
  padding: 0;
  width: 100%;
  background: var(--deep);
  overflow: hidden;
  position: relative;
  border-radius: 4px;
}

.gallery-button img {
  width: 100%;
  height: 218px;
  object-fit: cover;
  transition: transform .5s;
}

.gallery-button:hover img {
  transform: scale(1.04);
}

.gallery-button:after {
  content: "+";
  position: absolute;
  right: 13px;
  bottom: 13px;
  display: grid;
  place-items: center;
  width: 30px;
  height: 30px;
  background: white;
  color: var(--deep);
  font-size: 22px;
  line-height: 1;
  border-radius: 2px;
}

.gallery-item figcaption {
  font-size: 12px;
  font-weight: 600;
  margin-top: 12px;
  line-height: 1.5;
}

.gallery-item figcaption span {
  display: block;
  font-size: 10px;
  color: var(--muted);
  font-weight: 400;
  margin-top: 5px;
}

.faq-layout {
  display: grid;
  grid-template-columns: 1fr 1.6fr;
  gap: 70px;
}

.faq-list details {
  border-top: 1px solid var(--line);
  padding: 23px 0;
}

.faq-list details:last-child {
  border-bottom: 1px solid var(--line);
}

.faq-list summary {
  list-style: none;
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  gap: 25px;
  font-size: 15px;
  font-weight: 600;
  line-height: 1.5;
}

.faq-list summary::-webkit-details-marker {
  display: none;
}

.faq-list summary:after {
  content: "+";
  font-size: 22px;
  font-weight: 400;
  color: var(--orange-dark);
  line-height: 1;
}

.faq-list details[open] summary:after {
  content: "−";
}

.faq-list details p {
  font-size: 13px;
  margin-top: 18px;
  max-width: 700px;
}

.related-grid {
  display: grid;
  grid-template-columns: repeat(2,1fr);
  gap: 24px;
}

.related-link {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 30px;
  border: 1px solid var(--line);
  padding: 25px;
  background: white;
  border-radius: 4px;
}

.related-link small {
  display: block;
  text-transform: uppercase;
  color: var(--orange-dark);
  font-size: 10px;
  letter-spacing: .1em;
  margin-bottom: 10px;
}

.related-link strong {
  font-size: 19px;
  font-weight: 600;
}

.related-link:hover {
  border-color: var(--navy);
}


.about-image {
  width: 100%;
  height: 430px;
  object-fit: cover;
  border-radius: 4px;
}

.about-values {
  display: grid;
  grid-template-columns: repeat(3,1fr);
  gap: 40px;
}

.about-work-section {
  background: #edf4fb;
}

.value {
  padding-top: 24px;
  border-top: 1px solid var(--line);
}

.value .icon {
  color: var(--orange-dark);
  width: 28px;
  height: 28px;
  margin-bottom: 25px;
}

.value h3 {
  font-size: 24px;
  margin-bottom: 16px;
}

.value p {
  font-size: 14px;
}

.about-mission {
  margin-top: 28px;
  padding: 22px 25px;
  background: var(--paper);
  border-left: 3px solid var(--orange);
  font-size: 14px;
}

.industry-cards {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 32px;
}

.industry-card {
  border: 1px solid var(--line);
  border-radius: 4px;
  overflow: hidden;
  background: white;
}

.industry-card img {
  width: 100%;
  height: 240px;
  object-fit: cover;
}

.industry-card-copy {
  padding: 28px 30px;
}

.industry-card-copy h2 {
  font-size: 27px;
  margin-bottom: 16px;
}

.industry-card-copy p {
  font-size: 14px;
}

.check-list {
  display: flex;
  flex-direction: column;
  gap: 10px;
  margin-top: 22px;
}

.check-list li {
  display: flex;
  align-items: flex-start;
  gap: 9px;
  font-size: 13px;
}

.check-list .icon {
  color: var(--orange-dark);
  width: 17px;
  height: 17px;
  margin-top: 2px;
}

.industry-card .text-link {
  margin-top: 20px;
}

.delivery-list {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
}

.delivery-row {
  display: flex;
  flex-direction: column;
  gap: 14px;
  align-items: flex-start;
  border: 1px solid var(--line);
  padding: 28px 22px 30px;
  min-height: 100%;
}

.delivery-row:last-child {
  border-bottom: 1px solid var(--line);
}

.delivery-number {
  color: var(--orange-dark);
  font-size: 17px;
  line-height: 1.5;
}

.delivery-row h2 {
  font-size: 26px;
}

.delivery-row h3 {
  font-size: 16px;
  letter-spacing: 0;
  margin-bottom: 11px;
  line-height: 1.4;
}

.delivery-row p {
  font-size: 14px;
}

.deliverables {
  margin-top: 18px;
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.chip {
  display: inline-block;
  border: 1px solid var(--line);
  border-radius: 20px;
  padding: 5px 11px;
  font-size: 10px;
  color: var(--muted);
}

/* Contact / forms */

.contact-layout {
  display: grid;
  grid-template-columns: .85fr 1.25fr;
  gap: 80px;
  align-items: start;
}

.contact-layout-centered {
  max-width: 820px;
  margin: 0 auto;
}

.contact-below-info {
  margin-top: 36px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 36px;
  flex-wrap: wrap;
  padding: 22px 30px;
  background: var(--paper);
  border: 1px solid var(--line);
  border-radius: 5px;
}

.contact-below-item {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-size: 15px;
  color: var(--ink);
}

.contact-below-item .icon {
  color: var(--orange-dark);
  width: 20px;
  height: 20px;
}

.contact-below-item strong {
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: .08em;
  color: var(--navy);
}

.contact-below-item a {
  font-weight: 600;
  color: var(--navy);
  transition: color .2s;
}

.contact-below-item a:hover {
  color: var(--orange-dark);
}

.contact-details h2 {
  font-size: 36px;
  margin-bottom: 25px;
}

.contact-details>p {
  font-size: 14px;
  margin-bottom: 34px;
}

.contact-item {
  display: flex;
  gap: 17px;
  border-top: 1px solid var(--line);
  padding: 23px 0;
}

.contact-item>.icon {
  color: var(--orange-dark);
  width: 22px;
  height: 22px;
  margin-top: 3px;
}

.contact-item strong {
  display: block;
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: .12em;
  margin-bottom: 8px;
  color: var(--navy);
}

.contact-item a {
  font-size: 17px;
  font-weight: 600;
  line-height: 1.5;
  overflow-wrap: anywhere;
}

.contact-item a:hover {
  color: var(--orange-dark);
}

.contact-item address {
  font-style: normal;
  font-size: 14px;
  line-height: 1.8;
  color: var(--muted);
}

.contact-item .map-link {
  font-size: 12px;
  display: inline-block;
  margin-top: 12px;
  color: var(--orange-dark);
  text-decoration: underline;
  text-underline-offset: 4px;
}

.contact-small-note {
  padding: 20px;
  background: var(--paper);
  font-size: 11px;
  color: var(--muted);
  border-left: 2px solid var(--orange);
  margin-top: 20px;
}

.enquiry-card {
  background: var(--paper);
  border: 1px solid var(--line);
  border-radius: 5px;
  padding: 37px;
}

.enquiry-card h2 {
  font-size: 30px;
  margin-bottom: 12px;
}

.enquiry-card>p {
  font-size: 13px;
  margin-bottom: 28px;
}

.form-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
}

.field {
  min-width: 0;
}

.field.full {
  grid-column: 1/-1;
}

.field label {
  display: block;
  font-size: 12px;
  font-weight: 600;
  margin-bottom: 8px;
}

.field label span {
  color: var(--orange-dark);
}

.field input,.field select,.field textarea {
  border: 1px solid #bfccd9;
  background: #fff;
  color: var(--ink);
  border-radius: 3px;
  width: 100%;
  padding: 12px 13px;
  font-size: 13px;
  min-height: 46px;
  line-height: 1.5;
}

.field textarea {
  resize: vertical;
  min-height: 140px;
}

.field input:focus,.field select:focus,.field textarea:focus {
  border-color: var(--navy);
}

.form-hint {
  font-size: 10px;
  color: var(--muted);
  margin-top: 7px;
}

.consent {
  font-size: 11px;
  display: flex;
  gap: 10px;
  align-items: flex-start;
  margin-top: 21px;
  color: var(--muted);
}

.consent input {
  margin-top: 4px;
  width: 15px;
  height: 15px;
  accent-color: var(--navy);
  flex-shrink: 0;
}

.enquiry-card .button {
  margin-top: 23px;
}

.form-note {
  font-size: 10px;
  margin-top: 12px;
  color: var(--muted);
}

.form-result {
  border: 1px solid #a4b8ce;
  background: #fff;
  margin-top: 24px;
  padding: 21px;
  border-radius: 3px;
}

.form-result[hidden] {
  display: none;
}

.form-result h3 {
  font-size: 19px;
  margin-bottom: 10px;
}

.form-result p {
  font-size: 12px;
}

.form-result .result-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.form-result .button {
  margin-top: 15px;
  font-size: 11px;
}

.form-result textarea {
  width: 100%;
  height: 180px;
  margin-top: 17px;
  padding: 12px;
  border: 1px solid var(--line);
  font: 12px/1.65 Arial,sans-serif;
  color: var(--ink);
  resize: vertical;
}

.form-feedback {
  display: block;
  font-size: 11px;
  margin-top: 10px;
  color: var(--navy);
}

/* Supporting information and imagery */

.prose-layout {
  display: grid;
  grid-template-columns: 1fr 2fr;
  gap: 80px;
}

.prose-content h2 {
  font-size: 28px;
  margin: 0 0 19px;
}

.prose-content h2:not(:first-child) {
  margin-top: 42px;
}

.prose-content p {
  font-size: 14px;
  margin-bottom: 16px;
}

.prose-content a {
  color: var(--orange-dark);
  text-decoration: underline;
  text-underline-offset: 3px;
}

.info-aside {
  border-left: 3px solid var(--orange);
  padding: 20px 25px;
  background: var(--paper);
  align-self: start;
}

.info-aside strong {
  display: block;
  font-size: 16px;
  margin-bottom: 12px;
}

.info-aside p {
  font-size: 12px;
}

.media-section+.media-section {
  margin-top: 60px;
}

.media-section>h2 {
  font-size: 28px;
  margin-bottom: 28px;
}

.media-section .gallery-grid {
  grid-template-columns: repeat(4,1fr);
}

.media-section .gallery-button img {
  height: 175px;
}

.notice {
  background: #fcf2e9;
  border: 1px solid #f2d6bd;
  padding: 23px 27px;
  margin-bottom: 45px;
  font-size: 13px;
  color: var(--ink);
  border-radius: 4px;
}

.notice strong {
  display: block;
  margin-bottom: 7px;
}

.media-dialog {
  width: min(1120px,94vw);
  border: 0;
  padding: 0;
  background: var(--deep);
  color: white;
  border-radius: 5px;
  max-height: 93vh;
  overflow: auto;
}

.media-dialog::backdrop {
  background: #071529d9;
  backdrop-filter: blur(6px);
}

.dialog-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 14px 19px;
  gap: 20px;
}

.dialog-top h2 {
  font-size: 16px;
  letter-spacing: 0;
  line-height: 1.5;
}

.dialog-close {
  border: 1px solid #ffffff66;
  background: transparent;
  color: white;
  width: 35px;
  height: 35px;
  display: grid;
  place-items: center;
  border-radius: 3px;
  flex-shrink: 0;
}

.dialog-image {
  width: 100%;
  max-height: 72vh;
  object-fit: contain;
}

.dialog-caption {
  font-size: 11px;
  padding: 15px 19px;
  color: #cad7e8;
}

.empty {
  min-height: 50vh;
  display: grid;
  place-content: center;
  gap: 20px;
  padding: 80px 25px;
}

/* Footer */

.site-footer {
  background: #ffffff;
  color: #000000;
  border-top: 1px solid #e2e8f0;
  padding-top: 46px;
}

.footer-grid {
  display: grid;
  grid-template-columns: 1.15fr 1.05fr .7fr 1.15fr;
  gap: 36px;
  padding-bottom: 36px;
}

.footer-logo {
  display: inline-block;
  padding: 0;
  margin-bottom: 14px;
}

.footer-logo img {
  width: 145px;
  height: auto;
  max-height: 70px;
  object-fit: contain;
  display: block;
}

.footer-brand p {
  font-size: 12px;
  color: #000000;
  line-height: 1.55;
  max-width: 255px;
  margin: 0;
}

.footer-heading {
  font-size: 10px;
  letter-spacing: .12em;
  text-transform: uppercase;
  color: #000000;
  margin-bottom: 15px;
  font-weight: 700;
}

.footer-links {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.footer-links a {
  font-size: 11px;
  color: #000000;
  line-height: 1.5;
  font-weight: 500;
  transition: color 0.2s ease, transform 0.2s ease;
  display: inline-block;
}

.footer-links a:hover {
  color: #e07030;
  transform: translateX(4px);
}

.footer-contact p {
  font-size: 11px;
  color: #000000;
  margin-bottom: 12px;
  line-height: 1.6;
}

.footer-contact a {
  display: block;
  font-size: 12px;
  margin-bottom: 6px;
  color: #000000;
  font-weight: 500;
  overflow-wrap: anywhere;
  transition: color 0.2s ease;
}

.footer-contact a:hover {
  color: #e07030;
}

.footer-bottom {
  border-top: 1px solid #e2e8f0;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 16px;
  padding-block: 16px;
  font-size: 9px;
  color: #000000;
}

.footer-bottom-links {
  display: flex;
  flex-wrap: wrap;
  gap: 18px;
}

.footer-bottom a {
  color: #000000;
  transition: color 0.2s ease;
}

.footer-bottom a:hover {
  color: #e07030;
}

.footer-disclosure {
  font-size: 9px;
  color: #000000;
  padding-top: 2px;
  padding-bottom: 18px;
  line-height: 1.6;
}

/* ===== TECHY & EYE-CATCHING HOVER EFFECTS ===== */

/* --- 1. Cyber Laser Line & Dynamic Spotlight Base --- */
.capability::before,
.service-card::before,
.value::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 3px;
  background: linear-gradient(90deg, var(--navy) 0%, var(--orange) 50%, #ffbe76 100%);
  opacity: 0;
  transform: scaleX(0.12);
  transform-origin: left center;
  transition: transform 0.4s cubic-bezier(0.16, 1, 0.3, 1), opacity 0.3s ease;
  z-index: 3;
}

.capability:hover::before,
.service-card:hover::before,
.value:hover::before {
  opacity: 1;
  transform: scaleX(1);
}

.capability::after,
.service-card::after,
.value::after {
  content: "";
  position: absolute;
  inset: 0;
  background: radial-gradient(450px circle at var(--mouse-x, 50%) var(--mouse-y, 50%), rgba(232, 124, 39, 0.08), transparent 65%);
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.3s ease;
  z-index: 1;
}

.capability:hover::after,
.service-card:hover::after,
.value:hover::after {
  opacity: 1;
}

/* --- 2. Capability Cards (Solutions Pages) --- */
.capability {
  transition: transform 0.35s cubic-bezier(0.16, 1, 0.3, 1), 
              box-shadow 0.35s cubic-bezier(0.16, 1, 0.3, 1), 
              border-color 0.3s ease;
}

.capability:hover {
  transform: translateY(-8px) translateZ(0);
  border-color: rgba(232, 124, 39, 0.45);
  box-shadow: 0 22px 45px -12px rgba(37, 62, 114, 0.18), 
              0 0 25px -4px rgba(232, 124, 39, 0.22), 
              0 2px 4px rgba(37, 62, 114, 0.06);
}

.capability .cap-number {
  transition: color 0.3s ease, letter-spacing 0.3s ease, text-shadow 0.3s ease;
}

.capability:hover .cap-number {
  color: var(--orange-dark);
  letter-spacing: .12em;
  text-shadow: 0 0 10px rgba(232, 124, 39, 0.45);
}

.capability h3 {
  transition: color 0.3s ease, transform 0.3s ease;
}

.capability:hover h3 {
  color: var(--navy);
  transform: translateX(3px);
}

/* --- 3. Service Cards (Home Page) --- */
.service-card {
  position: relative;
  overflow: hidden;
  transition: transform 0.4s cubic-bezier(0.16, 1, 0.3, 1), 
              box-shadow 0.4s cubic-bezier(0.16, 1, 0.3, 1), 
              border-color 0.3s ease;
}

.service-card:hover {
  transform: translateY(-10px) translateZ(0);
  box-shadow: 0 30px 60px -12px rgba(37, 62, 114, 0.24), 
              0 0 32px -4px rgba(232, 124, 39, 0.26);
  border-color: rgba(232, 124, 39, 0.45);
}

.service-card .card-image img {
  transition: transform 0.65s cubic-bezier(0.16, 1, 0.3, 1), filter 0.65s ease;
}

.service-card:hover .card-image img {
  transform: scale(1.07);
  filter: contrast(104%) brightness(1.02);
}

.service-card .card-arrow {
  transition: transform 0.35s cubic-bezier(0.34, 1.56, 0.64, 1), 
              background-color 0.3s ease, 
              color 0.3s ease, 
              box-shadow 0.3s ease;
}

.service-card:hover .card-arrow {
  transform: translate(6px, -4px) rotate(45deg);
  background: var(--orange);
  color: #fff;
  box-shadow: 0 6px 18px rgba(232, 124, 39, 0.55);
}

.service-card .card-content h2,
.service-card .card-content h3 {
  transition: color 0.3s ease;
}

.service-card:hover .card-content h2,
.service-card:hover .card-content h3 {
  color: var(--navy);
}

/* --- 4. Interactive Buttons with Cyber Sheen Beam --- */
.button {
  position: relative;
  overflow: hidden;
  transition: transform 0.3s cubic-bezier(0.16, 1, 0.3, 1), 
              box-shadow 0.3s ease, 
              background 0.3s ease, 
              border-color 0.3s ease, 
              color 0.3s ease;
  z-index: 1;
}

.button::after {
  content: "";
  position: absolute;
  top: -50%;
  left: -85%;
  width: 50%;
  height: 200%;
  background: linear-gradient(105deg, transparent 20%, rgba(255, 255, 255, 0.35) 50%, transparent 80%);
  transform: rotate(25deg);
  pointer-events: none;
  z-index: 2;
}

.button:hover::after {
  left: 140%;
  transition: left 0.75s ease-in-out;
}

.button:hover {
  transform: translateY(-3px) scale(1.02);
  box-shadow: 0 12px 28px rgba(232, 124, 39, 0.4), 0 0 16px rgba(232, 124, 39, 0.25);
}

.button.navy:hover {
  transform: translateY(-3px) scale(1.02);
  box-shadow: 0 12px 30px rgba(37, 62, 114, 0.45), 0 0 16px rgba(37, 62, 114, 0.3);
}

.button.outline:hover {
  border-color: var(--orange);
  color: var(--orange);
  transform: translateY(-3px);
  box-shadow: 0 8px 24px rgba(232, 124, 39, 0.25), inset 0 0 12px rgba(232, 124, 39, 0.08);
}

.button.line:hover {
  background: rgba(37, 62, 114, 0.06);
  border-color: var(--navy);
  transform: translateY(-2px);
  box-shadow: 0 6px 18px rgba(37, 62, 114, 0.15);
}

.button .icon {
  transition: transform 0.3s cubic-bezier(0.34, 1.56, 0.64, 1);
}

.button:hover .icon {
  transform: translate(4px, -2px);
}

/* --- 5. Hero Rail Links (Home Hero) --- */
.hero-rail a {
  position: relative;
  overflow: hidden;
  transition: transform 0.3s cubic-bezier(0.16, 1, 0.3, 1), 
              background-color 0.3s ease, 
              box-shadow 0.3s ease, 
              border-color 0.3s ease;
}

.hero-rail a::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 4px;
  background: linear-gradient(180deg, var(--orange), #ffbe76);
  opacity: 0;
  transform: scaleY(0.2);
  transition: transform 0.3s ease, opacity 0.3s ease;
}

.hero-rail a:hover::before {
  opacity: 1;
  transform: scaleY(1);
}

.hero-rail a:hover {
  transform: translateX(8px);
  background: rgba(255, 255, 255, 0.09);
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.35), 0 0 16px rgba(232, 124, 39, 0.3);
}

.hero-rail a .icon {
  transition: transform 0.3s cubic-bezier(0.34, 1.56, 0.64, 1), color 0.3s ease;
}

.hero-rail a:hover .icon {
  transform: translate(4px, -3px);
  color: var(--orange);
}

/* --- 6. Navigation & Solutions Dropdown --- */
.nav-link {
  position: relative;
  transition: color 0.25s ease;
}

.nav-link::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: -4px;
  width: 0;
  height: 2px;
  background: linear-gradient(90deg, var(--orange), #ffbe76);
  box-shadow: 0 0 8px rgba(232, 124, 39, 0.6);
  transform: translateX(-50%);
  transition: width 0.3s cubic-bezier(0.16, 1, 0.3, 1);
  border-radius: 2px;
}

.nav-link:hover::after,
.nav-link[aria-current="page"]::after {
  width: 85%;
}

.nav-link:hover {
  color: var(--orange-dark);
}

.menu-item {
  position: relative;
  transition: transform 0.25s cubic-bezier(0.16, 1, 0.3, 1), 
              background-color 0.25s ease, 
              padding-left 0.25s ease, 
              box-shadow 0.25s ease;
  border-radius: 4px;
}

.menu-item::before {
  content: "";
  position: absolute;
  left: 0;
  top: 15%;
  height: 70%;
  width: 3px;
  background: var(--orange);
  box-shadow: 0 0 8px rgba(232, 124, 39, 0.6);
  opacity: 0;
  transform: scaleY(0.3);
  transition: opacity 0.25s ease, transform 0.25s ease;
  border-radius: 2px;
}

.menu-item:hover::before {
  opacity: 1;
  transform: scaleY(1);
}

.menu-item:hover {
  transform: translateX(6px);
  background: rgba(37, 62, 114, 0.04);
  padding-left: 14px;
}

.menu-item .icon {
  transition: transform 0.3s cubic-bezier(0.34, 1.56, 0.64, 1), color 0.3s ease;
}

.menu-item:hover .icon {
  transform: translate(3px, -3px);
  color: var(--orange);
}

/* --- 7. Approach Delivery Rows & Chips --- */
.delivery-row {
  position: relative;
  transition: transform 0.35s cubic-bezier(0.16, 1, 0.3, 1), 
              background-color 0.3s ease, 
              box-shadow 0.3s ease, 
              border-color 0.3s ease;
  border-radius: 6px;
  padding-inline: 16px;
}

.delivery-row:hover {
  transform: translateY(-6px);
  background: rgba(255, 255, 255, 0.95);
  box-shadow: 0 12px 32px -8px rgba(37, 62, 114, 0.12), 
              0 0 18px -4px rgba(232, 124, 39, 0.18);
  border-color: rgba(232, 124, 39, 0.4);
}

.delivery-row .delivery-number {
  transition: color 0.3s ease, text-shadow 0.3s ease;
}

.delivery-row:hover .delivery-number {
  color: var(--orange);
  text-shadow: 0 0 8px rgba(232, 124, 39, 0.4);
}

.chip {
  transition: transform 0.25s cubic-bezier(0.16, 1, 0.3, 1), 
              background-color 0.25s ease, 
              color 0.25s ease, 
              border-color 0.25s ease, 
              box-shadow 0.25s ease;
}

.chip:hover {
  transform: translateY(-2px);
  background: var(--navy);
  color: #fff;
  border-color: var(--navy);
  box-shadow: 0 6px 14px rgba(37, 62, 114, 0.25);
}

/* --- 8. Core Values (About Page) --- */
.value {
  position: relative;
  overflow: hidden;
  transition: transform 0.35s cubic-bezier(0.16, 1, 0.3, 1), 
              box-shadow 0.35s ease, 
              border-color 0.3s ease;
  border-radius: 6px;
  border: 1px solid rgba(37, 62, 114, 0.08);
  background: white;
  padding: 30px 24px;
}

.value:hover {
  transform: translateY(-8px);
  border-color: rgba(232, 124, 39, 0.4);
  box-shadow: 0 20px 40px -10px rgba(37, 62, 114, 0.16), 
              0 0 22px -4px rgba(232, 124, 39, 0.22);
}

.value .icon {
  transition: transform 0.35s cubic-bezier(0.34, 1.56, 0.64, 1), 
              color 0.3s ease, 
              filter 0.3s ease;
}

.value:hover .icon {
  transform: scale(1.15) rotate(4deg);
  color: var(--orange);
  filter: drop-shadow(0 0 8px rgba(232, 124, 39, 0.5));
}

/* --- 9. Contact Items & Form --- */
.contact-below-item {
  transition: transform 0.25s ease, color 0.25s ease;
}

.contact-below-item:hover {
  transform: translateY(-2px);
}

.contact-below-item:hover .icon {
  transform: scale(1.2);
  filter: drop-shadow(0 0 6px rgba(232, 124, 39, 0.5));
  transition: transform 0.25s ease, filter 0.25s ease;
}

.enquiry-card {
  transition: border-color 0.3s ease, box-shadow 0.3s ease;
}

.enquiry-card:hover {
  border-color: rgba(37, 62, 114, 0.25);
  box-shadow: 0 16px 36px rgba(37, 62, 114, 0.08), 0 0 20px rgba(232, 124, 39, 0.08);
}

.field input,
.field select,
.field textarea {
  transition: border-color 0.25s ease, box-shadow 0.25s ease;
}

.field input:hover,
.field select:hover,
.field textarea:hover {
  border-color: var(--navy-mid);
}

.field input:focus,
.field select:focus,
.field textarea:focus {
  border-color: var(--orange);
  box-shadow: 0 0 0 3px rgba(232, 124, 39, 0.18);
  outline: none;
}

/* --- 10. Gallery & Media Buttons --- */
.gallery-button {
  transition: box-shadow 0.35s ease, transform 0.35s cubic-bezier(0.16, 1, 0.3, 1);
}

.gallery-button:hover {
  transform: translateY(-4px);
  box-shadow: 0 16px 32px rgba(37, 62, 114, 0.28), 0 0 0 2px rgba(232, 124, 39, 0.55);
}

.gallery-button img {
  transition: transform 0.6s cubic-bezier(0.16, 1, 0.3, 1), filter 0.6s ease;
}

.gallery-button:hover img {
  transform: scale(1.08);
  filter: contrast(105%) brightness(1.02);
}

.gallery-button:after {
  transition: transform 0.35s cubic-bezier(0.34, 1.56, 0.64, 1), 
              background-color 0.3s ease, 
              color 0.3s ease, 
              box-shadow 0.3s ease;
}

.gallery-button:hover:after {
  transform: rotate(90deg) scale(1.1);
  background: var(--orange);
  color: white;
  box-shadow: 0 0 14px rgba(232, 124, 39, 0.7);
}

/* --- 11. Text Links, Related Links, FAQs & Utilities --- */
.text-link {
  position: relative;
  transition: color 0.25s ease;
}

.text-link::after {
  content: "";
  position: absolute;
  bottom: -2px;
  left: 0;
  width: 0;
  height: 2px;
  background: var(--orange);
  box-shadow: 0 0 8px rgba(232, 124, 39, 0.6);
  transition: width 0.3s cubic-bezier(0.16, 1, 0.3, 1);
}

.text-link:hover::after {
  width: 100%;
}

.text-link:hover {
  color: var(--orange-dark);
}

.step {
  transition: transform 0.35s cubic-bezier(0.16, 1, 0.3, 1), box-shadow 0.35s ease, border-color 0.3s ease;
}

.step:hover {
  transform: translateY(-6px) scale(1.02);
  box-shadow: 0 16px 36px rgba(37, 62, 114, 0.16), 0 0 20px rgba(232, 124, 39, 0.2);
  border-color: rgba(232, 124, 39, 0.4);
}

.related-link {
  transition: transform 0.3s cubic-bezier(0.16, 1, 0.3, 1), 
              box-shadow 0.3s ease, 
              border-color 0.3s ease;
}

.related-link:hover {
  transform: translateX(8px);
  box-shadow: -4px 0 0 0 var(--orange), 0 8px 24px rgba(37, 62, 114, 0.1);
}

.faq-list details {
  transition: background-color 0.25s ease, border-color 0.25s ease, padding-inline 0.25s ease;
  border-radius: 4px;
}

.faq-list details:hover {
  border-color: rgba(232, 124, 39, 0.4);
  background: rgba(37, 62, 114, 0.02);
  padding-inline: 8px;
}

.faq-list summary {
  transition: color 0.25s ease;
}

.faq-list details:hover summary {
  color: var(--orange-dark);
}

.footer-links a,
.footer-contact a {
  position: relative;
  display: inline-block;
  transition: color 0.25s ease, transform 0.25s ease;
}

.footer-links a:hover,
.footer-contact a:hover {
  color: var(--orange-dark);
  transform: translateX(4px);
}

.footer-contact a {
  display: flex;
  align-items: center;
  gap: 7px;
}

.footer-contact .icon {
  width: 15px;
  height: 15px;
  flex: 0 0 auto;
}

.footer-disclosure {
  display: none;
}

.site-chatbot {
  position: fixed;
  right: 22px;
  bottom: 22px;
  z-index: 200;
}

.chat-launcher {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 52px;
  height: 52px;
  padding: 0;
  border: 0;
  border-radius: 50%;
  background: var(--orange);
  color: var(--white);
  box-shadow: 0 7px 22px rgba(16, 36, 64, .3);
  transition: background .2s ease, transform .2s ease, box-shadow .2s ease;
}

.chat-launcher:hover {
  background: var(--orange-dark);
  transform: translateY(-2px);
  box-shadow: 0 10px 25px rgba(16, 36, 64, .34);
}

.chat-launcher svg {
  width: 25px;
  height: 25px;
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.8;
}

.chat-panel {
  position: absolute;
  right: 0;
  bottom: 66px;
  width: min(380px, calc(100vw - 32px));
  height: min(510px, calc(100vh - 100px));
  display: flex;
  flex-direction: column;
  overflow: hidden;
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: 16px;
  box-shadow: 0 20px 46px rgba(16, 36, 64, .26);
  opacity: 0;
  pointer-events: none;
  transform: translateY(12px) scale(.98);
  transform-origin: bottom right;
  transition: opacity .18s ease, transform .18s ease;
}

.chat-panel[hidden] {
  display: none;
}

.chat-panel.is-open {
  opacity: 1;
  pointer-events: auto;
  transform: translateY(0) scale(1);
}

.chat-heading {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 15px;
  padding: 20px 20px 17px;
  background: linear-gradient(135deg, var(--deep), var(--navy));
  color: var(--white);
}

.chat-heading strong,.chat-heading span {
  display: block;
}

.chat-heading strong { font-size: 17px; letter-spacing: -.015em; }
.chat-heading span { margin-top: 3px; font-size: 11px; opacity: .82; }

.chat-close {
  width: 30px;
  height: 30px;
  padding: 0;
  border: 1px solid #ffffff66;
  border-radius: 8px;
  background: transparent;
  color: var(--white);
  font-size: 23px;
  font-weight: 300;
  line-height: 1;
}

.chat-intro {
  margin: 17px 20px 13px;
  color: var(--muted);
  font-size: 12px;
  line-height: 1.5;
}

.chat-topics {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  padding: 0 20px 17px;
}

.chat-topics button {
  padding: 8px 10px;
  border: 1px solid var(--line);
  border-radius: 999px;
  background: var(--paper);
  color: var(--ink);
  font-size: 11px;
  font-weight: 600;
  line-height: 1.25;
}

.chat-topics button:hover,.chat-topics button:focus-visible {
  border-color: var(--orange);
  background: #fff7f0;
}

.chat-topics button.is-active {
  border-color: var(--navy);
  background: var(--navy);
  color: var(--white);
}

.chat-questions {
  flex: 1;
  min-height: 0;
  overflow-y: auto;
  border-top: 1px solid var(--line);
  padding: 12px 20px 14px;
  color: var(--muted);
  font-size: 12px;
}

.chat-questions details {
  margin-bottom: 9px;
  padding: 0;
  border: 1px solid var(--line);
  border-radius: 9px;
  background: #fbfcfe;
  transition: border-color .18s ease, box-shadow .18s ease, background .18s ease;
}

.chat-questions details[open] {
  border-color: #c9d5e4;
  background: var(--white);
  box-shadow: 0 4px 11px rgba(16, 36, 64, .07);
}

.chat-questions summary {
  cursor: pointer;
  position: relative;
  padding: 12px 35px 12px 13px;
  color: var(--ink);
  font-weight: 600;
  line-height: 1.45;
}

.chat-questions summary::-webkit-details-marker { display: none; }

.chat-questions summary:after {
  content: "+";
  position: absolute;
  top: 50%;
  right: 13px;
  color: var(--orange-dark);
  font-size: 18px;
  font-weight: 400;
  transform: translateY(-50%);
}

.chat-questions details[open] summary:after { content: "−"; }

.chat-questions p {
  margin: 0;
  padding: 0 13px 13px;
  color: var(--muted);
  line-height: 1.55;
}

.back-top {
  position: fixed;
  right: 22px;
  bottom: 22px;
  z-index: 40;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  background: var(--navy);
  color: white;
  border: 1px solid #fff6;
  border-radius: 3px;
  box-shadow: 0 3px 15px #10244025;
}

.back-top .icon {
  width: 17px;
  transform: rotate(-90deg);
}

.back-top[hidden] {
  display: none;
}

.js-reveal {
  opacity: 1;
  transform: none;
}

.page-loaded .js-reveal {
  transition: opacity .65s var(--ease),transform .65s var(--ease);
}

/* Tablet / mobile */

@media (min-width:1700px) {
  .hero-media {
    inset: 0;
    width: 100%;
  }

  .hero-main {
    padding-top: 105px;
    padding-bottom: 170px;
  }

  .hero {
    min-height: 720px;
  }
}

@media (max-width:1150px) {
  .delivery-list {
    grid-template-columns: repeat(2, 1fr);
  }

  .main-nav {
    gap: 20px;
  }

  .header-inner {
    gap: 20px;
  }

  .nav-right .button {
    padding: 12px 17px;
    gap: 12px;
  }

  .section {
    padding-block: 76px;
  }

  .hero h1 {
    font-size: 61px;
  }

  .hero-main {
    padding-top: 83px;
  }

  .feature-grid {
    gap: 45px;
  }

  .intro-grid {
    gap: 55px;
  }

  .feature-visual>img {
    height: 405px;
  }

  .footer-grid {
    gap: 30px;
  }

  .card-content {
    padding: 22px;
  }

  .card-content h3 {
    font-size: 21px;
  }

  .page-hero-grid {
    gap: 35px;
  }

  .contact-layout {
    gap: 45px;
  }

  .enquiry-card {
    padding: 30px;
  }

  .capability {
    padding: 26px 23px;
  }

  .main-nav .nav-link,.menu-trigger {
    font-size: 14px;
  }
}

@media (max-width:950px) {
  .header-inner {
    height: 87px;
  }

  .brand,.brand img {
    width: 139px;
  }

  .brand img {
    height: 73px;
  }

  .main-nav {
    display: none;
    position: absolute;
    top: 87px;
    left: 0;
    right: 0;
    background: white;
    padding: 22px var(--pad) 32px;
    box-shadow: 0 22px 32px #10244022;
    flex-direction: column;
    align-items: stretch;
    gap: 0;
    max-height: calc(100vh - 100px);
    overflow: auto;
  }

  .main-nav.open {
    display: flex;
  }

  .nav-link,.menu-trigger,.main-nav .nav-link {
    padding: 16px 0;
    border-bottom: 1px solid var(--line);
    font-size: 14px;
    justify-content: space-between;
    width: 100%;
  }

  .menu-panel {
    position: static;
    box-shadow: none;
    padding: 10px 0 14px;
    border: 0;
  }

  .menu-panel .container {
    padding: 0;
  }

  .menu-grid {
    display: block;
  }

  .menu-intro {
    display: none;
  }

  .menu-service-grid {
    display: block;
  }

  .menu-item {
    padding: 14px 12px;
  }

  .menu-item span {
    font-size: 12px;
  }

  .menu-item small {
    display: none;
  }

  .menu-button {
    display: block;
  }

  .nav-right {
    gap: 15px;
  }

  .nav-right .button {
    min-height: 43px;
  }

  .hero h1 {
    font-size: 54px;
  }

  .hero-description {
    font-size: 15px;
    max-width: 430px;
  }

  .hero {
    min-height: 640px;
  }

  .hero-main {
    padding-top: 79px;
    padding-bottom: 172px;
  }

  .hero-rail {
    gap: 18px;
  }

  .hero-rail a {
    font-size: 10px;
    line-height: 1.5;
  }

  .principle {
    padding: 2px 19px;
    gap: 12px;
  }

  .principle b {
    font-size: 11px;
  }

  .principle span {
    font-size: 10px;
  }

  .intro-grid {
    gap: 40px;
  }

  .intro-text>p {
    font-size: 13px;
  }

  .services-grid {
    gap: 20px;
  }

  .service-card {
    grid-column: span 3;
  }

  .service-card:last-child {
    grid-column: span 6;
    flex-direction: row;
  }

  .service-card:last-child .card-image {
    width: 48%;
    height: 250px;
    flex-shrink: 0;
  }

  .service-card:nth-child(-n/**/+2) .card-image,.card-image {
    height: 220px;
  }

  .feature-grid {
    gap: 35px;
  }

  .feature-visual>img,.feature-visual.ai>img {
    height: 365px;
  }

  .feature-points {
    grid-template-columns: 1fr;
    gap: 9px;
  }

  .feature h2 {
    font-size: 36px;
  }

  .feature p {
    font-size: 14px;
  }

  .industry-layout {
    gap: 35px;
    grid-template-columns: 1fr 1.3fr;
  }

  .industry-tab {
    font-size: 12px;
  }

  .industry-panel img {
    height: 250px;
  }

  .steps-grid {
    gap: 20px;
  }

  .step h3 {
    font-size: 23px;
  }

  .step h4 {
    font-size: 12px;
  }

  .step p {
    font-size: 12px;
  }

  .cta-content {
    gap: 35px;
  }

  .cta-band h2 {
    font-size: 39px;
  }

  .footer-grid {
    grid-template-columns: 1fr 1fr;
    gap: 28px 40px;
  }

  .footer-brand p {
    max-width: 320px;
  }

  .footer-heading {
    margin-bottom: 12px;
  }

  .footer-bottom {
    font-size: 9px;
    padding-block: 14px;
  }

  .page-hero-grid {
    grid-template-columns: 1.1fr 1fr;
    gap: 28px;
    padding-top: 22px;
    padding-bottom: 45px;
  }

  .page-hero h1 {
    font-size: 40px;
  }

  .page-hero-media img {
    height: 365px;
  }

  .page-hero-media-pair {
    grid-template-columns: 1fr;
  }

  .page-hero-media-pair img {
    height: 220px;
  }

  .page-hero p.lead {
    font-size: 14px;
  }

  .page-hero .actions {
    gap: 10px;
  }

  .page-hero .button {
    font-size: 11px;
    padding: 12px 17px;
    gap: 12px;
  }

  .cap-grid {
    grid-template-columns: repeat(2,1fr);
  }

  .faq-layout {
    gap: 40px;
    grid-template-columns: .8fr 1.4fr;
  }

  .gallery-button img {
    height: 180px;
  }

  .contact-layout {
    grid-template-columns: .85fr 1.2fr;
    gap: 32px;
  }

  .enquiry-card {
    padding: 26px;
  }

  .form-grid {
    grid-template-columns: 1fr;
  }

  .contact-item a {
    font-size: 15px;
  }

  .prose-layout {
    grid-template-columns: .8fr 1.5fr;
    gap: 40px;
  }

  .media-section .gallery-grid {
    grid-template-columns: repeat(2,1fr);
  }

  .media-section .gallery-button img {
    height: 215px;
  }
}

@media (max-width:680px) {
  :root {
    --pad: 23px;
  }

  .contact-strip {
    height: 29px;
    font-size: 9px;
  }

  .strip-location {
    display: none;
  }

  .strip-links {
    width: 100%;
    justify-content: space-between;
    gap: 10px;
  }

  .strip-links .icon {
    width: 11px;
    height: 11px;
  }

  .header-inner {
    height: 81px;
  }

  .brand,.brand img {
    width: 124px;
  }

  .brand img {
    height: 66px;
  }

  .nav-right {
    gap: 12px;
  }

  .nav-right .button {
    font-size: 10px;
    padding: 10px 13px;
    min-height: 39px;
    gap: 10px;
  }

  .nav-right .button .icon {
    width: 14px;
    height: 14px;
  }

  .menu-button {
    padding: 8px;
  }

  .menu-button .icon {
    width: 20px;
    height: 20px;
  }

  .main-nav {
    top: 81px;
  }

  .section {
    padding-block: 58px;
  }

  .eyebrow {
    font-size: 9px;
    margin-bottom: 18px;
    gap: 8px;
  }

  h2 {
    font-size: 34px;
  }

  h3 {
    font-size: 23px;
  }

  .section-top {
    display: block;
    margin-bottom: 28px;
  }

  .section-top p {
    margin-top: 20px;
    max-width: none;
    font-size: 14px;
  }

  .section-top .text-link {
    margin-top: 20px;
  }

  .hero {
    min-height: 740px;
  }

  .hero-media {
    inset: 0 0 auto 0;
    width: 100%;
    height: 100%;
    object-position: 64% center;
  }

  .hero-shade {
    background: linear-gradient(90deg,#102440e6 0%,#102440ae 100%),linear-gradient(0deg,#102440 0%,#10244055 55%,#10244080 100%);
  }

  .hero-main {
    padding-top: 62px;
    padding-bottom: 229px;
  }

  .hero h1 {
    font-size: clamp(41px,9vw,58px);
    line-height: 1.11;
    letter-spacing: -.055em;
    max-width: 550px;
  }

  .hero .eyebrow {
    font-size: 8px;
    letter-spacing: .12em;
    max-width: 300px;
    line-height: 1.8;
    margin-bottom: 23px;
  }

  .hero-description {
    font-size: 14px;
    line-height: 1.85;
    margin-top: 25px;
    max-width: 390px;
  }

  .hero .actions {
    margin-top: 25px;
    gap: 11px;
  }

  .hero .button {
    min-height: 46px;
    padding: 12px 16px;
    font-size: 11px;
    gap: 15px;
  }

  .hero-utility {
    margin-bottom: 17px;
    gap: 20px;
  }

  .hero-caption {
    font-size: 8px;
    letter-spacing: .06em;
    max-width: 220px;
  }

  .motion-toggle {
    font-size: 9px;
    padding: 7px 10px;
    flex-shrink: 0;
  }

  .hero-rail {
    grid-template-columns: repeat(2,1fr);
    gap: 13px 24px;
    padding-block: 19px 24px;
  }

  .hero-rail a {
    font-size: 10px;
  }

  .hero-rail a:last-child {
    grid-column: 1/-1;
    max-width: calc(50% - 12px);
  }

  .principles-grid {
    grid-template-columns: 1fr;
    padding-block: 12px;
  }

  .principle,.principle:first-child {
    padding: 12px 0;
    border: 0;
    gap: 15px;
  }

  .principle b {
    font-size: 12px;
  }

  .principle span {
    font-size: 11px;
  }

  .principle .icon {
    width: 25px;
    height: 25px;
  }

  .intro-grid {
    grid-template-columns: 1fr;
    gap: 27px;
  }

  .intro-text>p {
    font-size: 13px;
  }

  .services-grid {
    display: flex;
    flex-direction: column;
    gap: 24px;
  }

  .service-card,.service-card:last-child {
    display: flex;
    flex-direction: column;
  }

  .service-card:last-child .card-image {
    width: 100%;
    height: 217px;
  }

  .service-card:nth-child(-n/**/+2) .card-image,.card-image {
    height: 217px;
  }

  .card-content {
    padding: 23px;
  }

  .card-content h3 {
    font-size: 25px;
    max-width: 100%;
  }

  .card-content p {
    font-size: 13px;
    margin-bottom: 20px;
  }

  .card-counter {
    width: 29px;
    height: 29px;
    font-size: 10px;
    top: 15px;
    left: 15px;
  }

  .card-foot span {
    font-size: 10px;
  }

  .feature-grid {
    grid-template-columns: 1fr;
    gap: 36px;
  }

  .feature-visual>img,.feature-visual.ai>img {
    height: 286px;
  }

  .feature h2 {
    font-size: 35px;
  }

  .feature p {
    font-size: 14px;
  }

  .feature-points {
    grid-template-columns: 1fr 1fr;
    gap: 15px 10px;
  }

  .feature-points span {
    font-size: 11px;
  }

  .visual-label {
    left: 15px;
    right: 15px;
    bottom: 15px;
    padding: 12px 14px;
  }

  .visual-label b {
    font-size: 12px;
  }

  .industry-layout {
    grid-template-columns: 1fr;
    gap: 28px;
  }

  .industry-tabs {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 0 18px;
  }

  .industry-tab {
    font-size: 10px;
    padding: 15px 0;
    gap: 8px;
  }

  .industry-tab .icon {
    width: 13px;
    height: 13px;
  }

  .industry-panel img {
    height: 226px;
  }

  .industry-panel h3 {
    font-size: 26px;
  }

  .industry-panel p {
    font-size: 13px;
  }

  .scope-note {
    font-size: 10px;
    line-height: 1.8;
  }

  .steps-grid {
    grid-template-columns: 1fr 1fr;
    gap: 28px 23px;
  }

  .step {
    padding-top: 18px;
  }

  .step-number {
    margin-bottom: 22px;
    font-size: 10px;
  }

  .step h3 {
    font-size: 25px;
  }

  .step h4 {
    font-size: 11px;
  }

  .step p {
    font-size: 12px;
  }

  .cta-content {
    flex-direction: column;
    align-items: flex-start;
    gap: 27px;
    padding-block: 47px;
  }

  .cta-band h2 {
    font-size: 37px;
  }

  .cta-band p {
    font-size: 13px;
  }

  .cta-content>.button {
    min-height: 46px;
    font-size: 12px;
  }

  .site-footer {
    padding-top: 36px;
  }

  .footer-grid {
    grid-template-columns: 1fr 1fr;
    gap: 24px 20px;
    padding-bottom: 24px;
  }

  .footer-brand {
    grid-column: 1/-1;
  }

  .footer-brand p {
    max-width: 300px;
    font-size: 12px;
    color: #000000;
  }

  .footer-logo img {
    width: 130px;
    height: auto;
  }

  .footer-heading {
    font-size: 9px;
    color: #000000;
    margin-bottom: 10px;
  }

  .footer-links {
    gap: 6px;
  }

  .footer-links a {
    font-size: 10px;
    color: #000000;
  }

  .footer-contact {
    grid-column: 1/-1;
  }

  .footer-contact p {
    max-width: 330px;
    font-size: 11px;
    color: #000000;
    margin-bottom: 8px;
  }

  .footer-contact a {
    font-size: 12px;
    color: #000000;
    margin-bottom: 4px;
  }

  .footer-bottom {
    align-items: flex-start;
    flex-direction: column;
    gap: 12px;
    padding-block: 14px;
    font-size: 9px;
    color: #000000;
  }

  .footer-bottom-links {
    gap: 14px;
  }

  .footer-disclosure {
    font-size: 9px;
    color: #000000;
    padding-bottom: 14px;
  }

  .page-hero-grid {
    grid-template-columns: 1fr;
    gap: 32px;
    padding-top: 12px;
    padding-bottom: 35px;
  }

  .breadcrumb {
    font-size: 9px;
    gap: 8px;
    padding-top: 19px;
    padding-bottom: 22px;
    flex-wrap: wrap;
  }

  .page-hero h1 {
    font-size: 39px;
  }

  .service-name {
    font-size: 12px;
  }

  .page-hero p.lead {
    font-size: 14px;
    margin-top: 22px;
  }

  .page-hero-media img {
    height: 236px;
  }

  .page-hero .eyebrow {
    font-size: 8px;
  }

  .page-hero .actions {
    margin-top: 25px;
  }

  .cap-grid {
    grid-template-columns: 1fr;
  }

  .capability {
    padding: 27px;
  }

  .cap-number {
    margin-bottom: 18px;
  }

  .capability h3 {
    font-size: 23px;
  }

  .capability p {
    font-size: 13px;
  }

  .gallery-grid {
    grid-template-columns: 1fr;
    gap: 28px;
  }

  .gallery-button img {
    height: 225px;
  }

  .gallery-item figcaption {
    font-size: 12px;
  }

  .faq-layout {
    grid-template-columns: 1fr;
    gap: 28px;
  }

  .faq-list details {
    padding: 21px 0;
  }

  .faq-list summary {
    font-size: 14px;
  }

  .faq-list details p {
    font-size: 13px;
  }

  .related-grid {
    grid-template-columns: 1fr;
    gap: 17px;
  }

  .related-link {
    padding: 22px;
  }

  .related-link strong {
    font-size: 19px;
  }

  .simple-hero {
    min-height: 380px;
  }

  .simple-hero-overlay {
    padding-bottom: 40px;
  }

  .simple-hero-content h1 {
    font-size: 38px;
  }

  .simple-hero-content p.lead {
    font-size: 15px;
  }

  .about-image {
    height: 275px;
  }

  .about-values {
    grid-template-columns: 1fr;
    gap: 30px;
  }

  .value p {
    font-size: 13px;
  }

  .value .icon {
    margin-bottom: 18px;
  }

  .industry-cards {
    grid-template-columns: 1fr;
    gap: 27px;
  }

  .industry-card img {
    height: 223px;
  }

  .industry-card-copy {
    padding: 25px;
  }

  .industry-card-copy h2 {
    font-size: 28px;
  }

  .industry-card-copy p {
    font-size: 13px;
  }

  .check-list li {
    font-size: 12px;
  }

  .delivery-list {
    grid-template-columns: 1fr;
  }

  .delivery-row {
    padding: 24px 20px 26px;
  }

  .delivery-row h2 {
    font-size: 28px;
  }

  .delivery-number {
    font-size: 14px;
  }

  .delivery-row p {
    font-size: 13px;
  }

  .contact-layout {
    grid-template-columns: 1fr;
    gap: 40px;
  }

  .contact-details h2 {
    font-size: 34px;
  }

  .contact-item a {
    font-size: 16px;
  }

  .contact-item address {
    font-size: 13px;
  }

  .contact-small-note {
    font-size: 11px;
  }

  .enquiry-card {
    padding: 24px 21px;
  }

  .enquiry-card h2 {
    font-size: 28px;
  }

  .form-grid {
    grid-template-columns: 1fr;
    gap: 17px;
  }

  .field input,.field select,.field textarea {
    font-size: 16px;
  }

  .field label {
    font-size: 12px;
  }

  .enquiry-card .button {
    font-size: 12px;
    gap: 13px;
    width: 100%;
  }

  .consent {
    font-size: 10px;
    line-height: 1.75;
  }

  .prose-layout {
    grid-template-columns: 1fr;
    gap: 35px;
  }

  .prose-content h2 {
    font-size: 27px;
  }

  .prose-content p {
    font-size: 13px;
  }

  .media-section .gallery-grid {
    grid-template-columns: 1fr 1fr;
    gap: 23px 15px;
  }

  .media-section .gallery-button img {
    height: 133px;
  }

  .media-section .gallery-item figcaption {
    font-size: 10px;
  }

  .media-section .gallery-item figcaption span {
    font-size: 9px;
  }

  .notice {
    padding: 21px;
    font-size: 12px;
  }

  .media-section>h2 {
    font-size: 26px;
  }

  .dialog-top h2 {
    font-size: 13px;
  }

  .dialog-caption {
    font-size: 10px;
  }

  .back-top {
    right: 15px;
    bottom: 15px;
    width: 37px;
    height: 37px;
  }

  .site-chatbot {
    right: 15px;
    bottom: 15px;
  }

  .chat-launcher {
    width: 48px;
    height: 48px;
  }
}

@media (max-width:380px) {
  :root {
    --pad: 19px;
  }

  .hero h1 {
    font-size: 38px;
  }

  .hero {
    min-height: 780px;
  }

  .hero-main {
    padding-top: 50px;
  }

  .hero .actions {
    flex-direction: column;
    align-items: flex-start;
  }

  .hero-caption {
    max-width: 170px;
  }

  .nav-right .button {
    display: none;
  }

  .card-content {
    padding: 21px;
  }

  .feature-points {
    grid-template-columns: 1fr;
  }

  .footer-grid {
    gap: 30px 20px;
  }
}

@media (prefers-reduced-motion:reduce) {
  html {
    scroll-behavior: auto;
  }

  *,*:before,*:after {
    animation: none !important;
    transition: none !important;
  }

  .service-card:hover,.button:hover {
    transform: none;
  }
}

@media print {
  .contact-strip,.site-header,.hero-bottom,.back-top,.motion-toggle,.cta-band,.site-footer,.gallery-button:after {
    display: none !important;
  }

  .section {
    padding-block: 25px;
  }

  .hero {
    min-height: auto;
    background: white !important;
    color: black;
  }

  .hero-main {
    padding-block: 35px;
  }

  .hero-media,.hero-shade {
    display: none;
  }

  .hero h1,.hero .eyebrow,.hero-description {
    color: black;
  }

  .actions {
    display: none;
  }

  .page-hero-media img {
    height: 200px;
  }

  .cap-grid {
    grid-template-columns: 1fr 1fr;
  }

  .capability {
    break-inside: avoid;
  }

  body {
    font-size: 12px;
  }

  .feature {
    background: white;
    color: black;
  }

  .feature p {
    color: black;
  }

  .feature .eyebrow {
    color: black;
  }

  .section-top {
    margin-bottom: 20px;
  }
}

/* Three-service revision. Original brand, layout language and visual assets retained. */

.hero-rail {
  grid-template-columns: repeat(3,minmax(0,1fr));
  gap: 30px;
}

.hero-rail a {
  min-width: 0;
  font-size: 12px;
  align-items: center;
}

.hero-rail .rail-label small {
  display: block;
  font-size: 10px;
  color: #f5a367;
  margin-top: 3px;
  line-height: 1.5;
}

.services-grid {
  display: grid;
  grid-template-columns: repeat(3,minmax(0,1fr));
  gap: 25px;
}

.service-card,.service-card:nth-child(-n/**/+2),.service-card:last-child {
  grid-column: auto;
  display: flex;
  flex-direction: column;
  min-width: 0;
}

.service-card .card-image,.service-card:nth-child(-n/**/+2) .card-image,.service-card:last-child .card-image {
  height: 220px;
  width: 100%;
}

.service-subtitle {
  display: block;
  font-size: .68em;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 1.5;
  color: var(--orange-dark);
  margin-top: 6px;
}

.menu-item span.service-subtitle {
  font-size: 11px;
  font-weight: 500;
  color: var(--orange-dark);
  margin-top: 3px;
}

.footer-links .service-subtitle {
  font-size: 10px;
  color: #e07030;
  margin-top: 3px;
}

.service-name .service-subtitle {
  font-size: 12px;
}

#ai-solutions,#ai-capabilities {
  scroll-margin-top: 0;
}

#ai-solutions .eyebrow {
  line-height: 1.7;
}

.field select {
  min-width: 0;
  max-width: 100%;
}

@media (max-width:1000px) and (min-width:681px) {
  .services-grid {
    grid-template-columns: repeat(2,minmax(0,1fr));
  }

  .service-card:last-child {
    grid-column: 1/-1;
    display: grid;
    grid-template-columns: 1fr 1fr;
  }

  .service-card:last-child .card-image {
    height: 100%;
    min-height: 275px;
  }

  .hero-rail {
    gap: 20px;
  }

  .hero-rail a {
    font-size: 11px;
  }
}

@media (max-width:680px) {
  .services-grid {
    grid-template-columns: 1fr;
  }

  .service-card,.service-card:last-child {
    display: flex;
    grid-column: auto;
  }

  .service-card .card-image,.service-card:nth-child(-n/**/+2) .card-image,.service-card:last-child .card-image {
    height: 217px;
    min-height: 0;
  }

  .hero-rail {
    grid-template-columns: 1fr;
    gap: 11px;
    padding-block: 17px 22px;
  }

  .hero-rail a {
    font-size: 11px;
    max-width: none;
    grid-column: auto;
  }

  .hero-rail a:last-child {
    grid-column: auto;
    max-width: none;
  }

  .hero-rail .rail-label small {
    display: inline;
    font-size: 9px;
    margin-left: 8px;
  }

  .hero-rail a:last-child .rail-label small {
    display: block;
    margin-left: 0;
    margin-top: 2px;
  }

  .hero-main {
    padding-bottom: 248px;
  }

  .hero-caption {
    font-size: 8px;
  }

  .service-subtitle {
    font-size: .63em;
  }

  #ai-solutions,#ai-capabilities {
    scroll-margin-top: 0;
  }
}

/* Career page */

.sr-only {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  padding: 0 !important;
  margin: -1px !important;
  overflow: hidden !important;
  clip: rect(0,0,0,0) !important;
  white-space: nowrap !important;
  border: 0 !important;
}

.career-hero {
  background: #0f1c30;
  overflow: hidden;
  width: 100%;
  margin: 0;
  padding: 0;
  position: relative;
}

.career-hero:after {
  content: "";
  display: block;
  width: 100%;
  height: 4px;
  background: linear-gradient(90deg, var(--navy) 70%, var(--orange) 70%);
}

.career-hero-frame {
  width: 100%;
  margin: 0;
  padding: 0;
  border: none;
  border-radius: 0;
  overflow: hidden;
  box-shadow: none;
  background: #0f1c30;
  display: block;
}

.career-hero-frame img {
  width: 100%;
  height: 360px;
  object-fit: cover;
  object-position: center 38%;
  display: block;
}

.career-intro {
  background: #fff;
  border-bottom: 1px solid var(--line);
}

.career-intro-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 40px;
  padding-block: 28px;
}

.career-intro-copy strong {
  display: block;
  font-size: 16px;
  color: var(--navy);
  margin-bottom: 4px;
}

.career-intro-copy span {
  font-size: 13px;
  color: var(--muted);
}

.career-grid {
  display: grid;
  grid-template-columns: repeat(4,minmax(0,1fr));
  gap: 18px;
}

.career-card {
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 6px;
  padding: 27px 24px 24px;
  display: flex;
  flex-direction: column;
  min-height: 280px;
  transition: transform .22s,box-shadow .22s,border-color .22s;
}

.career-card:hover {
  transform: translateY(-3px);
  box-shadow: 0 16px 36px #10244012;
  border-color: #c7d4e2;
}

.career-icon {
  width: 45px;
  height: 45px;
  border-radius: 50%;
  background: #eef3f8;
  display: grid;
  place-items: center;
  color: var(--orange);
  margin-bottom: 22px;
}

.career-icon .icon {
  width: 24px;
  height: 24px;
  stroke-width: 1.9;
}

.career-card h3 {
  font-size: 21px;
  letter-spacing: -.03em;
  line-height: 1.2;
  margin-bottom: 13px;
  color: var(--navy);
}

.career-card p {
  font-size: 13px;
  line-height: 1.7;
  margin-bottom: 24px;
}

.career-card .text-link {
  margin-top: auto;
  font-size: 12px;
  align-self: flex-start;
}

.career-cv-band {
  background: linear-gradient(105deg,#102440 0%,#16345b 70%,#1a416e 100%);
  color: #fff;
  position: relative;
  overflow: hidden;
}

.career-cv-band:after {
  content: "";
  position: absolute;
  width: 360px;
  height: 360px;
  border: 1px solid #ffffff14;
  border-radius: 50%;
  right: -60px;
  top: -190px;
}

.career-cv-inner {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 45px;
  padding-block: 48px;
}

.career-cv-copy .eyebrow {
  color: #c9d7e8;
  margin-bottom: 11px;
}

.career-cv-copy h2 {
  font-size: clamp(30px,3vw,44px);
  margin-bottom: 11px;
}

.career-cv-copy p {
  font-size: 13px;
  color: #c3d0df;
  max-width: 620px;
}

.career-cv-copy a.inline-mail {
  color: #ff9441;
  font-weight: 700;
  overflow-wrap: anywhere;
}

.career-cv-inner>.button {
  flex-shrink: 0;
}

.career-note {
  margin-top: 25px;
  padding: 18px 20px;
  background: #f8fafc;
  border-left: 3px solid var(--orange);
  font-size: 12px;
  color: var(--muted);
}

@media (max-width:1000px) {
  .career-grid {
    grid-template-columns: repeat(2,minmax(0,1fr));
  }

  .career-card {
    min-height: 255px;
  }
}

@media (max-width:680px) {
  .career-hero-frame img {
    height: 230px;
  }

  .career-intro-inner {
    align-items: flex-start;
    flex-direction: column;
    gap: 17px;
    padding-block: 22px;
  }

  .career-grid {
    grid-template-columns: 1fr;
    gap: 16px;
  }

  .career-card {
    min-height: 0;
    padding: 23px 21px;
  }

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

  .career-cv-inner {
    align-items: flex-start;
    flex-direction: column;
    gap: 25px;
    padding-block: 38px;
  }

  .career-cv-inner>.button {
    width: 100%;
  }
}
