:root {
  --navy: #071c3c;
  --navy-2: #0b2a55;
  --blue: #246aa5;
  --cyan: #2098c5;
  --ink: #0c2345;
  --muted: #5d6d84;
  --line: #d8e2ec;
  --soft: #f3f7fa;
  --white: #ffffff;
  --shadow: 0 24px 70px rgba(7, 28, 60, 0.14);
  --radius: 18px;
  --container: 1180px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Arial, Helvetica, sans-serif;
  color: var(--ink);
  background: var(--white);
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
}
img { display: block; max-width: 100%; }
a { color: inherit; }
button, input, textarea { font: inherit; }

/* Force a consistent professional UI font across browsers and prevent local font substitution. */
body, button, input, textarea, select, option,
h1, h2, h3, h4, h5, h6, p, a, span, small, label, nav, .eyebrow, .button {
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Arial, Helvetica, sans-serif !important;
  font-variant: normal;
  font-feature-settings: normal;
  font-variation-settings: normal;
  font-synthesis: weight style;
}

.container { width: min(var(--container), calc(100% - 40px)); margin-inline: auto; }
.section-pad { padding: 104px 0; }
.skip-link { position: fixed; top: 8px; left: 8px; transform: translateY(-160%); z-index: 1000; background: var(--white); padding: 10px 14px; border-radius: 8px; }
.skip-link:focus { transform: translateY(0); }

.site-header {
  position: sticky;
  top: 0;
  z-index: 100;
  background: rgba(255,255,255,.94);
  backdrop-filter: blur(16px);
  border-bottom: 1px solid rgba(7,28,60,.08);
}
.nav-wrap { min-height: 82px; display: flex; align-items: center; justify-content: space-between; gap: 32px; }
.brand img { width: 285px; height: auto; image-rendering: auto; }
.primary-nav { display: flex; align-items: center; gap: 28px; }
.primary-nav > a:not(.button) { text-decoration: none; font-size: .94rem; font-weight: 600; color: var(--ink); }
.primary-nav > a:not(.button):hover { color: var(--blue); }
.nav-toggle { display: none; border: 0; background: transparent; padding: 8px; }
.nav-toggle span { display: block; width: 25px; height: 2px; margin: 5px 0; background: var(--navy); }

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 0 22px;
  background: var(--navy);
  color: var(--white);
  border: 1px solid var(--navy);
  border-radius: 6px;
  text-decoration: none;
  font-weight: 700;
  transition: .22s ease;
  cursor: pointer;
}
.button:hover { background: var(--blue); border-color: var(--blue); transform: translateY(-1px); }
.button-small { min-height: 42px; padding-inline: 17px; }
.text-link { color: var(--blue); font-weight: 700; text-decoration: none; }
.text-link:hover { color: var(--navy); }

.eyebrow {
  margin: 0 0 12px;
  color: var(--blue);
  text-transform: uppercase;
  letter-spacing: .16em;
  font-size: .76rem;
  font-weight: 700;
}
.eyebrow-light { color: #78caec; }
h1, h2, h3, p { margin-top: 0; }
h1, h2, h3, .primary-nav, .button, .eyebrow { font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Arial, Helvetica, sans-serif; font-synthesis: none; }
h1 { font-size: clamp(3.2rem, 6.3vw, 6.4rem); line-height: .98; letter-spacing: -.055em; margin-bottom: 24px; }
h1 span { color: var(--cyan); }
h2 { font-size: clamp(2.25rem, 4vw, 4rem); line-height: 1.08; letter-spacing: -.04em; margin-bottom: 22px; }
h3 { line-height: 1.2; }
.accent-line { width: 65px; height: 4px; background: var(--cyan); margin: 26px 0 18px; }

.hero { padding-top: 70px; background: linear-gradient(90deg, #fff 0 59%, #f5f8fb 59% 100%); overflow: hidden; }
.hero-grid { display: grid; grid-template-columns: 1.06fr .94fr; gap: 68px; align-items: start; }
.hero-copy { padding-top: 35px; }
.hero-promise { font-size: 1.15rem; font-weight: 700; color: var(--navy); margin-bottom: 28px; }
.lead { font-size: 1.16rem; color: var(--ink); }
.hero-copy > p:not(.eyebrow):not(.hero-promise) { max-width: 650px; }
.hero-actions { display: flex; flex-wrap: wrap; align-items: center; gap: 24px; margin-top: 34px; }
.sector-row { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 44px; }
.sector-row span { border-top: 2px solid var(--blue); padding-top: 8px; min-width: 108px; color: var(--muted); font-size: .84rem; text-transform: uppercase; letter-spacing: .08em; }
.hero-visual { position: relative; }
.hero-image-wrap { position: relative; overflow: hidden; min-height: 435px; box-shadow: var(--shadow); clip-path: polygon(0 0, 100% 0, 100% 88%, 89% 100%, 0 100%); }
.hero-image-wrap img { width: 100%; height: 100%; min-height: 435px; object-fit: cover; filter: grayscale(1); }
.hero-image-wrap::after { content: ""; position: absolute; inset: 0; background: linear-gradient(180deg, rgba(7,28,60,.06), rgba(7,28,60,.22)); }
.image-tag { position: absolute; right: 0; top: 0; z-index: 2; background: var(--navy); color: var(--white); padding: 16px 20px; font-size: .86rem; line-height: 1.35; border-left: 4px solid var(--cyan); }
.hero-quote { position: relative; width: 82%; margin: -35px 0 0 auto; padding: 38px 40px 34px; background: linear-gradient(135deg, var(--blue), #08528c); color: var(--white); box-shadow: var(--shadow); }
.quote-mark { display: block; font-family: Georgia, "Times New Roman", serif !important; color: #62c8ef; font-size: 4.5rem; line-height: .65; }
.hero-quote p { font-family: Georgia, "Times New Roman", serif !important; font-size: 1.55rem; font-weight: 700; line-height: 1.25; margin: 10px 0 18px; }
.hero-quote footer { font-size: 1.02rem; color: rgba(255,255,255,.9); }

.section-heading { max-width: 650px; margin-bottom: 48px; }
.section-heading > p:last-child { color: var(--muted); font-size: 1.05rem; }
.capabilities { background: var(--white); }
.capability-grid { display: grid; grid-template-columns: repeat(3, 1fr); border-top: 1px solid var(--line); border-left: 1px solid var(--line); }
.capability { min-height: 245px; padding: 32px 30px 28px; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); position: relative; transition: .2s ease; }
.capability:hover { background: var(--soft); }
.capability-number { color: var(--cyan); font-weight: 700; font-size: .88rem; letter-spacing: .08em; }
.line-icon { color: var(--blue); font-size: 2.05rem; line-height: 1; margin: 24px 0 18px; }
.capability h3 { font-size: 1.08rem; margin-bottom: 10px; }
.capability p { color: var(--muted); font-size: .95rem; margin-bottom: 0; }
.special-sourcing { margin-top: 26px; padding: 25px 30px; background: linear-gradient(90deg, var(--soft), #fff); border-left: 5px solid var(--blue); display: grid; grid-template-columns: 1fr 1.2fr auto; align-items: center; gap: 28px; }
.special-sourcing > div { display: flex; align-items: center; gap: 18px; }
.special-sourcing h3 { margin: 0; font-size: 1.1rem; }
.special-sourcing p { margin: 0; color: var(--muted); }
.special-sourcing a { font-weight: 700; color: var(--blue); text-decoration: none; white-space: nowrap; }
.special-number { color: var(--cyan); font-weight: 700; }

.experience { background: var(--soft); }
.experience-grid { display: grid; grid-template-columns: .9fr 1.1fr; gap: 82px; align-items: center; }
.experience-image { position: relative; }
.experience-image img { width: 100%; min-height: 590px; object-fit: cover; filter: grayscale(1); box-shadow: var(--shadow); position: relative; z-index: 2; }
.blue-frame { position: absolute; inset: 32px -28px -28px 32px; background: var(--navy); z-index: 1; }
.service-promise { background: var(--navy); color: var(--white); padding: 34px 38px; margin: 34px 0 36px; position: relative; overflow: hidden; }
.service-promise::after { content: ""; position: absolute; right: -30px; bottom: -50px; width: 140px; height: 140px; border: 28px solid rgba(32,152,197,.35); transform: rotate(45deg); }
.service-promise p { font-size: 1.28rem; font-weight: 700; margin: 12px 0; max-width: 580px; }
.service-promise small { display: block; max-width: 600px; font-size: .96rem; color: rgba(255,255,255,.78); }
.principles { display: grid; grid-template-columns: repeat(3, 1fr); gap: 0; border-top: 1px solid #cbd8e4; }
.principles > div { padding: 26px 24px 0 0; }
.principles > div + div { padding-left: 24px; border-left: 1px solid #cbd8e4; }
.principles span { color: var(--cyan); font-weight: 700; }
.principles h3 { margin: 7px 0 10px; }
.principles p { color: var(--muted); font-size: .91rem; }

.process { background: var(--white); }
.process-track { position: relative; display: grid; grid-template-columns: repeat(4, 1fr); gap: 38px; margin-top: 52px; }
.process-track::before { content: ""; position: absolute; top: 25px; left: 7%; right: 7%; height: 2px; background: linear-gradient(90deg, var(--blue), var(--cyan)); }
.process-step { position: relative; padding-top: 64px; }
.process-step > span { position: absolute; top: 0; left: 0; display: grid; place-items: center; width: 52px; height: 52px; background: var(--navy); color: var(--white); font-weight: 700; border-radius: 50%; box-shadow: 0 0 0 8px var(--white); }
.process-step h3 { margin-bottom: 10px; }
.process-step p { color: var(--muted); font-size: .94rem; }
.readiness { margin-top: 72px; padding: 28px 32px; background: var(--soft); display: grid; grid-template-columns: auto 1fr; align-items: center; gap: 24px; border-bottom: 3px solid var(--blue); }
.readiness-mark { width: 54px; height: 54px; display: grid; place-items: center; background: var(--navy); color: var(--white); border-radius: 50%; font-size: 1.5rem; }
.readiness p { margin-bottom: 0; }
.readiness .eyebrow { margin-bottom: 6px; }

.contact { background: var(--navy); color: var(--white); position: relative; overflow: hidden; }
.contact::after { content: ""; position: absolute; width: 420px; height: 420px; right: -190px; bottom: -240px; border: 65px solid rgba(32,152,197,.25); transform: rotate(45deg); }
.contact-grid { position: relative; z-index: 2; display: grid; grid-template-columns: .8fr 1.2fr; gap: 82px; align-items: start; }
.contact-copy h2 { margin-bottom: 15px; }
.contact-copy > p:not(.eyebrow) { color: rgba(255,255,255,.75); max-width: 450px; }
.contact-details { display: grid; gap: 10px; margin-top: 35px; }
.contact-details a { color: var(--white); text-decoration: none; font-weight: 700; }
.contact-details a:hover { color: #79d2f1; }
.rfq-form { background: var(--white); color: var(--ink); padding: 36px; box-shadow: var(--shadow); }
.form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; }
label { display: grid; gap: 7px; font-size: .82rem; font-weight: 700; margin-bottom: 18px; }
input, textarea { width: 100%; border: 1px solid #c8d5e2; border-radius: 4px; padding: 12px 13px; color: var(--ink); background: #fff; }
input:focus, textarea:focus { outline: 3px solid rgba(32,152,197,.18); border-color: var(--cyan); }
.button-light { background: var(--cyan); border-color: var(--cyan); }
.button-light:hover { background: var(--blue); border-color: var(--blue); }
.form-note { color: var(--muted); font-size: .79rem; margin: 12px 0 0; }

.site-footer { background: #04142d; color: rgba(255,255,255,.68); padding: 26px 0; }
.footer-wrap { display: flex; align-items: center; justify-content: space-between; gap: 25px; }
.footer-wrap img { width: 250px; height: auto; image-rendering: auto; }
.footer-wrap p { margin: 0; font-size: .83rem; }
.footer-wrap a { color: var(--white); text-decoration: none; font-size: .84rem; }

.reveal { opacity: 0; transform: translateY(20px); transition: opacity .7s ease, transform .7s ease; }
.reveal.visible { opacity: 1; transform: translateY(0); }

@media (max-width: 980px) {
  .section-pad { padding: 82px 0; }
  .nav-toggle { display: block; }
  .primary-nav { position: absolute; left: 20px; right: 20px; top: 74px; display: none; flex-direction: column; align-items: stretch; gap: 0; background: var(--white); padding: 18px; box-shadow: var(--shadow); border: 1px solid var(--line); }
  .primary-nav.open { display: flex; }
  .primary-nav a { padding: 13px 8px; }
  .hero { background: var(--white); }
  .hero-grid, .experience-grid, .contact-grid { grid-template-columns: 1fr; }
  .hero-visual { margin-top: 15px; }
  .hero-image-wrap { min-height: 380px; }
  .hero-image-wrap img { min-height: 380px; }
  .capability-grid { grid-template-columns: repeat(2, 1fr); }
  .special-sourcing { grid-template-columns: 1fr; }
  .experience-image { order: 2; max-width: 700px; }
  .experience-copy { order: 1; }
  .experience-image img { min-height: 450px; }
  .process-track { grid-template-columns: repeat(2, 1fr); row-gap: 50px; }
  .process-track::before { display: none; }
  .contact-grid { gap: 48px; }
}

@media (max-width: 640px) {
  .container { width: min(100% - 28px, var(--container)); }
  .section-pad { padding: 68px 0; }
  .nav-wrap { min-height: 70px; }
  .brand img { width: 220px; }
  h1 { font-size: clamp(3rem, 16vw, 4.6rem); }
  h2 { font-size: 2.45rem; }
  .hero { padding-top: 34px; }
  .hero-grid { gap: 45px; }
  .hero-copy { padding-top: 10px; }
  .hero-quote { width: 92%; padding: 30px 26px; }
  .hero-quote p { font-size: 1.3rem; }
  .hero-actions { align-items: flex-start; flex-direction: column; }
  .capability-grid { grid-template-columns: 1fr; }
  .capability { min-height: auto; }
  .principles { grid-template-columns: 1fr; }
  .principles > div, .principles > div + div { border-left: 0; border-top: 1px solid #cbd8e4; padding: 22px 0; }
  .process-track { grid-template-columns: 1fr; gap: 18px; }
  .process-step { padding: 10px 0 10px 72px; min-height: 64px; }
  .process-step > span { top: 8px; }
  .readiness { grid-template-columns: 1fr; }
  .form-row { grid-template-columns: 1fr; gap: 0; }
  .rfq-form { padding: 26px 20px; }
  .footer-wrap { flex-direction: column; text-align: center; }
}

@media (prefers-reduced-motion: reduce) {
  * { scroll-behavior: auto !important; transition: none !important; }
  .reveal { opacity: 1; transform: none; }
}
