:root {
  --navy: #061c42;
  --navy-2: #0a2d5f;
  --green: #5aa51b;
  --green-dark: #39720a;
  --gold: #c79a29;
  --ink: #0b1c35;
  --muted: #5f6978;
  --line: #dfe5dd;
  --cream: #f6f7f2;
  --white: #fff;
  --shadow: 0 24px 60px rgba(5, 25, 55, .12);
  --radius: 24px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 90px; }
body { margin: 0; overflow-x: clip; color: var(--ink); background: #fff; font-family: Inter, "Segoe UI", Arial, sans-serif; line-height: 1.6; -webkit-font-smoothing: antialiased; }
body.menu-open, body.modal-open { overflow: hidden; }
img { display: block; max-width: 100%; }
a { color: inherit; text-decoration: none; }
button, input, select, textarea { font: inherit; }
button { cursor: pointer; }
.container { width: min(1180px, calc(100% - 40px)); margin-inline: auto; }
.section { padding: 112px 0; }
.skip-link { position: fixed; z-index: 999; top: 12px; left: 12px; transform: translateY(-180%); background: #fff; color: var(--navy); padding: 10px 16px; border-radius: 8px; }
.skip-link:focus { transform: none; }

.site-header { position: fixed; inset: 0 0 auto; z-index: 100; padding: 10px 0; transition: .3s ease; }
.site-header.scrolled { background: rgba(255,255,255,.94); box-shadow: 0 8px 30px rgba(6,28,66,.08); backdrop-filter: blur(16px); }
.nav-wrap { display: flex; align-items: center; justify-content: space-between; }
.brand { display: inline-flex; align-items: center; gap: 11px; min-width: 215px; }
.brand img { width: 62px; height: 62px; object-fit: cover; border-radius: 12px; mix-blend-mode: multiply; }
.brand span { display: flex; flex-direction: column; line-height: 1.12; }
.brand strong { color: var(--navy); font-size: 1.1rem; letter-spacing: .08em; }
.brand small { color: #657080; font-size: .7rem; margin-top: 4px; }
.main-nav { display: flex; align-items: center; gap: 34px; font-size: .9rem; font-weight: 700; color: var(--navy); }
.main-nav > a { position: relative; padding: 13px 0; }
.main-nav > a:not(.nav-cta)::after { content: ""; position: absolute; left: 0; bottom: 5px; width: 0; height: 2px; background: var(--green); transition: width .25s; }
.main-nav > a:hover::after, .main-nav > a.active::after { width: 100%; }
.main-nav .nav-cta { padding: 13px 20px; border-radius: 100px; color: white; background: var(--navy); }
.main-nav .nav-cta:hover { background: var(--green-dark); }
.menu-toggle { display: none; width: 44px; height: 44px; padding: 11px; border: 0; border-radius: 10px; background: var(--navy); }
.menu-toggle span { display: block; height: 2px; margin: 5px 0; background: #fff; transition: .25s; }

.hero { position: relative; min-height: 820px; padding-top: 110px; overflow: hidden; background: linear-gradient(130deg, #fbfcf9 0%, #f2f6ef 50%, #eaf1e6 100%); }
.hero::before { content: ""; position: absolute; width: 44%; height: 100%; right: -8%; top: 0; background: linear-gradient(150deg, rgba(90,165,27,.15), transparent 60%); transform: skewX(-10deg); }
.hero-grid { position: relative; z-index: 2; min-height: 650px; display: grid; grid-template-columns: 1fr 1fr; align-items: center; gap: 64px; }
.hero-grid > * { min-width: 0; }
.eyebrow { display: flex; align-items: center; gap: 10px; color: var(--green-dark); font-size: .75rem; font-weight: 800; letter-spacing: .14em; text-transform: uppercase; }
.eyebrow > span { width: 27px; height: 2px; background: var(--gold); }
.eyebrow.light { color: #9bd65f; }
h1, h2, h3, p { margin-top: 0; }
h1, h2 { color: var(--navy); font-family: Georgia, "Times New Roman", serif; letter-spacing: -.045em; line-height: .99; }
h1 { max-width: 100%; margin: 23px 0 24px; font-size: clamp(3.7rem, 6vw, 6rem); }
h2 { margin: 20px 0 24px; font-size: clamp(2.6rem, 4.7vw, 4.6rem); }
h1 em, h2 em { color: var(--green-dark); font-weight: inherit; }
.hero h1 > span, .hero h1 > em { display: block; }
.hero h1 > em { margin-top: .08em; font-size: .72em; line-height: 1.03; letter-spacing: -.055em; white-space: nowrap; }
.hero-lead { max-width: 620px; color: #48566a; font-size: 1.12rem; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 13px; margin-top: 32px; }
.button { display: inline-flex; align-items: center; justify-content: center; gap: 16px; min-height: 52px; padding: 12px 22px; border: 1px solid transparent; border-radius: 100px; font-weight: 800; font-size: .88rem; transition: transform .2s, background .2s, color .2s; }
.button:hover { transform: translateY(-2px); }
.button-primary { color: #fff; background: var(--navy); box-shadow: 0 14px 28px rgba(6,28,66,.2); }
.button-primary:hover { background: var(--green-dark); }
.button-ghost { color: var(--navy); border-color: #cbd4c7; background: rgba(255,255,255,.42); }
.button-light { color: var(--navy); background: #fff; }
.play { display: grid; place-items: center; width: 28px; height: 28px; color: #fff; background: var(--green); border-radius: 50%; }
.trust-row { display: flex; gap: 42px; margin-top: 55px; padding-top: 25px; border-top: 1px solid #ccd5c8; }
.trust-row div { display: flex; flex-direction: column; }
.trust-row strong { color: var(--navy); font-family: Georgia, serif; font-size: 1.75rem; line-height: 1; }
sup { color: var(--green); font-size: .55em; }
.trust-row span { margin-top: 8px; color: #657080; font-size: .72rem; font-weight: 700; text-transform: uppercase; letter-spacing: .06em; }
.hero-visual { position: relative; min-height: 590px; }
.hero-image { position: absolute; inset: 0 0 30px 0; border-radius: 42% 18px 42% 18px; background-color: #dce6dc; background-image: url("image/hero-facility-team-v2.png"); background-size: cover; background-position: center; box-shadow: var(--shadow); overflow: hidden; }
.hero-image::after { content: ""; position: absolute; inset: 0; background: linear-gradient(180deg, transparent 50%, rgba(6,28,66,.25)); }
.hero-badge { position: absolute; left: 24px; bottom: 5px; display: flex; align-items: center; gap: 15px; width: 270px; padding: 19px; border: 5px solid rgba(255,255,255,.8); border-radius: 18px; color: #fff; background: var(--navy); box-shadow: var(--shadow); }
.hero-badge p { margin: 0; font-size: .9rem; line-height: 1.4; }
.hero-badge strong { color: #b0dc72; }
.badge-icon { display: grid; place-items: center; flex: 0 0 46px; height: 46px; border-radius: 50%; color: var(--navy); background: var(--green); font-weight: 900; }
.hero-line { position: absolute; right: -15px; top: -8px; width: 130px; height: 6px; background: var(--gold); transform: rotate(50deg); border-radius: 10px; }
.hero-orb { position: absolute; border-radius: 50%; filter: blur(1px); }
.hero-orb-one { width: 150px; height: 150px; left: -70px; top: 200px; border: 1px solid rgba(90,165,27,.23); }
.hero-orb-two { width: 30px; height: 30px; left: 45%; top: 140px; background: rgba(199,154,41,.2); }
.hero-strip { position: relative; z-index: 3; color: #fff; background: var(--navy); }
.hero-strip .container { min-height: 66px; display: flex; align-items: center; justify-content: space-between; gap: 20px; overflow: hidden; white-space: nowrap; }
.hero-strip span { font-size: .78rem; font-weight: 800; letter-spacing: .11em; text-transform: uppercase; }
.hero-strip i { width: 6px; height: 6px; flex: 0 0 auto; border-radius: 50%; background: var(--green); }

.intro { background: #fff; }
.intro-grid { display: grid; grid-template-columns: 1fr .95fr; gap: 100px; align-items: start; margin-bottom: 62px; }
.section-heading h2 { max-width: 800px; }
.intro-copy { padding-top: 42px; color: var(--muted); }
.intro-copy .lead { color: var(--ink); font-size: 1.35rem; line-height: 1.55; }
.text-link { display: inline-flex; gap: 14px; margin-top: 15px; color: var(--navy); font-weight: 800; border-bottom: 1px solid var(--navy); padding-bottom: 5px; }
.text-link span { color: var(--green); }
.legacy-card { display: grid; grid-template-columns: .92fr 1.08fr; min-height: 570px; padding: 0; overflow: hidden; border: 1px solid rgba(6,28,66,.08); border-radius: 30px; background: var(--navy); box-shadow: 0 30px 80px rgba(5,25,55,.16); }
.legacy-photo { position: relative; min-width: 0; min-height: 570px; overflow: hidden; background-color: #dce4da; background-image: url("image/foundation-security.png"); background-size: cover; background-position: 47% center; }
.legacy-photo::after { content: ""; position: absolute; inset: 0; background: linear-gradient(180deg, transparent 55%, rgba(4,20,47,.72) 100%); }
.legacy-photo-badge { position: absolute; z-index: 2; left: 32px; bottom: 30px; display: flex; align-items: center; gap: 14px; padding: 15px 18px; border: 1px solid rgba(255,255,255,.3); border-radius: 16px; color: #fff; background: rgba(4,20,47,.78); box-shadow: 0 14px 35px rgba(0,0,0,.2); backdrop-filter: blur(12px); }
.legacy-photo-badge strong { color: #fff; font-family: Georgia,serif; font-size: 1.8rem; line-height: 1; }
.legacy-photo-badge span { padding-left: 14px; border-left: 1px solid rgba(255,255,255,.25); color: #d9e2ed; font-size: .7rem; font-weight: 700; line-height: 1.4; text-transform: uppercase; letter-spacing: .05em; }
.legacy-content { position: relative; min-width: 0; padding: clamp(44px,5vw,72px); color: #d3ddeb; background: radial-gradient(circle at 100% 0%, rgba(90,165,27,.22), transparent 35%), linear-gradient(135deg, #071d43, #092b51); }
.legacy-content::after { content: ""; position: absolute; right: -95px; bottom: -115px; width: 270px; height: 270px; border: 1px solid rgba(255,255,255,.07); border-radius: 50%; box-shadow: 0 0 0 45px rgba(255,255,255,.018), 0 0 0 90px rgba(255,255,255,.018); }
.legacy-content > * { position: relative; z-index: 2; }
.legacy-content h3 { max-width: 680px; margin: 20px 0; color: #fff; font-family: Georgia, serif; font-size: clamp(2.35rem,3.6vw,3.65rem); line-height: 1.04; letter-spacing: -.035em; overflow-wrap: break-word; }
.legacy-content h3 em { color: #a7db6d; font-weight: inherit; }
.legacy-content > p:not(.eyebrow) { max-width: 650px; color: #c0ccdc; font-size: 1rem; line-height: 1.7; }
.legacy-parent { display: flex; align-items: center; gap: 13px; width: fit-content; max-width: 100%; margin-top: 25px; padding: 12px 16px; border: 1px solid rgba(255,255,255,.14); border-radius: 13px; background: rgba(255,255,255,.055); }
.legacy-parent > span { display: grid; place-items: center; flex: 0 0 34px; height: 34px; border-radius: 50%; color: #102a08; background: #9dd65d; font-weight: 900; }
.legacy-parent div { display: flex; min-width: 0; flex-direction: column; }
.legacy-parent small { color: #8f9eb3; font-size: .6rem; font-weight: 800; letter-spacing: .09em; text-transform: uppercase; }
.legacy-parent strong { overflow-wrap: anywhere; color: #fff; font-size: .78rem; line-height: 1.35; }
.legacy-stats { display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); gap: 10px; margin-top: 32px; padding-top: 0; border: 0; }
.legacy-stats div { position: relative; display: flex; min-width: 0; min-height: 112px; flex-direction: column; justify-content: flex-end; padding: 16px; overflow: hidden; border: 1px solid rgba(255,255,255,.12); border-radius: 13px; background: rgba(4,20,47,.34); }
.legacy-stats div small { position: absolute; top: 10px; right: 12px; color: rgba(255,255,255,.2); font-family: Georgia,serif; font-size: .8rem; }
.legacy-stats strong { max-width: 100%; color: #fff; font-size: clamp(1.1rem,1.7vw,1.5rem); line-height: 1.12; overflow-wrap: anywhere; }
.legacy-stats span { margin-top: 6px; color: #9eaabd; font-size: .68rem; line-height: 1.35; }

.services { background: var(--cream); }
.section-heading.centered { display: flex; flex-direction: column; align-items: center; text-align: center; }
.section-heading.centered > p:last-child { max-width: 620px; color: var(--muted); }
.service-grid { display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); gap: 18px; margin-top: 55px; }
.service-card { display: grid; grid-template-columns: 1fr; grid-template-rows: 220px 1fr; min-width: 0; min-height: 560px; overflow: hidden; border: 1px solid #dde3da; border-radius: 20px; background: #fff; transition: transform .3s, box-shadow .3s; }
.service-card:hover { transform: translateY(-5px); box-shadow: var(--shadow); }
.service-image { position: relative; min-height: 220px; overflow: hidden; background-color: #dfe7dc; background-size: 350% auto; background-repeat: no-repeat; }
.service-image::after { content: ""; position: absolute; inset: 0; background: linear-gradient(180deg, transparent, rgba(6,28,66,.17)); }
.service-image span { position: absolute; z-index: 2; top: 18px; left: 18px; display: grid; place-items: center; width: 42px; height: 42px; border-radius: 50%; color: #fff; background: var(--navy); font-size: .8rem; font-weight: 800; }
.image-housekeeping { background-image: url("image/WhatsApp Image 2026-07-27 at 1.54.14 PM.jpeg"); background-position: 6% 31.3%; }
.image-security { background-image: url("image/WhatsApp Image 2026-07-27 at 1.54.14 PM (1).jpeg"); background-position: 6% 38.7%; }
.image-engineering { background-image: url("image/WhatsApp Image 2026-07-27 at 1.54.15 PM.jpeg"); background-position: 6% 38.3%; }
.image-staffing { background-image: url("image/service-staffing.png"); background-position: center; background-size: cover; }
.image-operations { background-image: url("image/industries-feature.png"); background-position: 70% center; background-size: cover; }
.image-environment { background-image: url("image/WhatsApp Image 2026-07-27 at 1.54.14 PM.jpeg"); background-position: 94% 64%; }
.service-body { position: relative; z-index: 2; padding: 28px 27px 30px; background: #fff; }
.service-icon { display: grid; place-items: center; width: 44px; height: 44px; border-radius: 13px; color: #fff; background: var(--green-dark); font-size: 1.35rem; }
.service-body h3 { margin: 18px 0 11px; color: var(--navy); font-family: Georgia, serif; font-size: 1.3rem; line-height: 1.15; overflow-wrap: break-word; }
.service-body p { color: var(--muted); font-size: .88rem; }
.service-body ul { margin: 16px 0 0; padding: 15px 0 0; border-top: 1px solid #e5e9e2; list-style: none; }
.service-body li { position: relative; padding: 3px 0 3px 17px; color: #344156; font-size: .78rem; }
.service-body li::before { content: "•"; position: absolute; left: 0; color: var(--green); }
.service-feature { grid-column: 1 / -1; grid-template-columns: 1.1fr .9fr; grid-template-rows: auto; min-height: 385px; align-items: center; padding: 60px 70px; color: #cfdaea; background: linear-gradient(120deg, var(--navy), #0b396d); }
.service-feature:hover { transform: none; }
.service-feature h3 { margin: 17px 0; color: #fff; font-family: Georgia, serif; font-size: clamp(2.2rem,4vw,4rem); line-height: 1; }
.service-feature p { max-width: 590px; }
.feature-wheel { position: relative; justify-self: end; width: 300px; aspect-ratio: 1; border: 1px solid rgba(255,255,255,.2); border-radius: 50%; animation: slowspin 40s linear infinite; }
.feature-wheel::before, .feature-wheel::after { content: ""; position: absolute; inset: 35px; border: 1px dashed rgba(255,255,255,.22); border-radius: 50%; }
.feature-wheel::after { inset: 70px; background: rgba(90,165,27,.18); }
.feature-wheel span { position: absolute; z-index: 3; padding: 4px 8px; color: #a7d96d; background: var(--navy-2); border-radius: 20px; font-size: .7rem; font-weight: 800; }
.feature-wheel span:nth-child(1) { left: 50%; top: -10px; transform: translateX(-50%); }
.feature-wheel span:nth-child(2) { right: -12px; top: 28%; }
.feature-wheel span:nth-child(4) { left: 10px; bottom: 17%; }
.feature-wheel span:nth-child(5) { right: 14px; bottom: 13%; }
.feature-wheel strong { position: absolute; z-index: 4; inset: 0; display: grid; place-items: center; color: #fff; font-family: Georgia,serif; font-size: 2rem; line-height: .8; text-align: center; animation: slowspinreverse 40s linear infinite; }
@keyframes slowspin { to { transform: rotate(360deg); } }
@keyframes slowspinreverse { to { transform: rotate(-360deg); } }

.process { position: relative; overflow: hidden; color: #c5d0df; background: linear-gradient(135deg, #061a3d 0%, #092d58 100%); }
.process::before { content: ""; position: absolute; width: 520px; height: 520px; right: -250px; top: -320px; border: 1px solid rgba(255,255,255,.08); border-radius: 50%; box-shadow: 0 0 0 70px rgba(255,255,255,.018), 0 0 0 140px rgba(255,255,255,.018); }
.process::after { content: ""; position: absolute; width: 420px; height: 420px; left: -230px; bottom: -290px; border-radius: 50%; background: rgba(90,165,27,.1); filter: blur(2px); }
.process .container { position: relative; z-index: 2; }
.process-heading { display: grid; grid-template-columns: 1.15fr .85fr; gap: 80px; align-items: end; }
.process-heading h2 { margin-bottom: 0; color: #fff; }
.process-heading h2 em { color: #a7dc69; }
.process-heading > p { max-width: 500px; margin: 0 0 10px; color: #aab8cb; }
.process-flow { position: relative; display: grid; grid-template-columns: repeat(4,minmax(0,1fr)); gap: 14px; margin-top: 58px; }
.process-flow::before { content: ""; position: absolute; z-index: -1; left: 5%; right: 5%; top: 25px; height: 1px; background: linear-gradient(90deg, rgba(166,219,105,.8), rgba(166,219,105,.18)); }
.process-step { position: relative; min-width: 0; min-height: 455px; padding: 25px 24px 28px; overflow: hidden; border: 1px solid rgba(255,255,255,.13); border-radius: 20px; background: rgba(4,20,47,.52); box-shadow: 0 22px 45px rgba(0,0,0,.12); backdrop-filter: blur(8px); transition: transform .3s ease, border-color .3s ease, background .3s ease; }
.process-step:hover { transform: translateY(-7px); border-color: rgba(166,219,105,.58); background: rgba(7,34,72,.86); }
.process-step::after { content: ""; position: absolute; width: 150px; height: 150px; right: -90px; bottom: -100px; border: 1px solid rgba(255,255,255,.06); border-radius: 50%; transition: .3s; }
.process-step:hover::after { border-color: rgba(166,219,105,.25); transform: scale(1.25); }
.step-marker { position: relative; z-index: 3; display: flex; align-items: center; height: 52px; }
.step-marker span { display: grid; place-items: center; width: 48px; height: 48px; border: 1px solid rgba(166,219,105,.52); border-radius: 50%; color: #b5e27d; background: #071f47; font-family: Georgia,serif; font-size: 1.05rem; }
.step-marker i { flex: 1; height: 1px; margin-left: 12px; background: rgba(255,255,255,.11); }
.process-icon { display: grid; place-items: center; width: 58px; height: 58px; margin-top: 32px; border-radius: 15px; color: #b3e077; background: rgba(90,165,27,.13); }
.process-icon svg { width: 31px; height: 31px; fill: none; stroke: currentColor; stroke-width: 1.8; stroke-linecap: round; stroke-linejoin: round; }
.step-label { margin: 26px 0 7px; color: #91a0b5; font-size: .64rem; font-weight: 900; letter-spacing: .13em; text-transform: uppercase; }
.process-step h3 { margin: 0 0 13px; color: #fff; font-family: Georgia,serif; font-size: 1.55rem; }
.process-step > p:not(.step-label) { min-height: 88px; margin-bottom: 20px; color: #b7c3d3; font-size: .82rem; line-height: 1.65; }
.process-step ul { margin: 0; padding: 17px 0 0; border-top: 1px solid rgba(255,255,255,.1); list-style: none; }
.process-step li { position: relative; padding: 4px 0 4px 16px; color: #dbe4ee; font-size: .72rem; }
.process-step li::before { content: "✓"; position: absolute; left: 0; color: #9ed760; font-weight: 900; }
.process-outcome { display: grid; grid-template-columns: auto 1fr auto; gap: 18px; align-items: center; margin-top: 18px; padding: 24px 26px; overflow: hidden; border: 1px solid rgba(188,228,139,.25); border-radius: 18px; background: linear-gradient(100deg, rgba(67,130,15,.7), rgba(38,88,16,.45)); }
.outcome-seal { display: grid; place-items: center; width: 48px; height: 48px; border-radius: 50%; color: #173506; background: #b4e27c; font-weight: 900; }
.process-outcome > div:nth-child(2) { display: flex; min-width: 0; flex-direction: column; }
.process-outcome small { color: #b9d8a0; font-size: .62rem; font-weight: 900; letter-spacing: .12em; text-transform: uppercase; }
.process-outcome strong { margin-top: 3px; overflow-wrap: break-word; color: #fff; font-family: Georgia,serif; font-size: 1.08rem; }
.process-outcome .button { white-space: nowrap; }

.industries { position: relative; overflow: hidden; color: #cad6e8; background: #061a3d; }
.industries::before { content: ""; position: absolute; width: 620px; height: 620px; left: -330px; top: -360px; border-radius: 50%; background: rgba(90,165,27,.13); filter: blur(2px); }
.industries::after { content: ""; position: absolute; width: 420px; height: 420px; right: -230px; bottom: -250px; border: 1px solid rgba(255,255,255,.08); border-radius: 50%; box-shadow: 0 0 0 70px rgba(255,255,255,.018), 0 0 0 140px rgba(255,255,255,.018); }
.industries .container { position: relative; z-index: 2; }
.industries h2 { margin-bottom: 0; color: #fff; }
.industries h2 em { color: #9ad85c; }
.industries-heading { display: grid; grid-template-columns: 1.2fr .8fr; gap: 70px; align-items: end; margin-bottom: 52px; }
.industries-heading > p { max-width: 510px; margin: 0 0 10px; color: #aebbcf; }
.industries-explorer { display: grid; grid-template-columns: 1.18fr .82fr; min-height: 680px; overflow: hidden; border: 1px solid rgba(255,255,255,.16); border-radius: 28px; background: #08234d; box-shadow: 0 32px 80px rgba(0,0,0,.25); }
.industry-panel { position: relative; display: flex; min-width: 0; overflow: hidden; scroll-margin-top: 90px; background-color: #0a2b59; background-image: url("image/industries-feature.png"); background-position: center; background-size: cover; isolation: isolate; }
.industry-panel::after { content: ""; position: absolute; inset: 0; z-index: -1; background: linear-gradient(180deg, rgba(4,20,47,.06) 10%, rgba(4,20,47,.94) 93%); }
.industry-panel-shade { position: absolute; inset: 0; z-index: -1; background: linear-gradient(90deg, rgba(4,20,47,.96) 0%, rgba(4,20,47,.58) 52%, rgba(4,20,47,.06) 100%); }
.industry-panel-content { align-self: flex-end; width: 100%; padding: 54px 56px; transition: opacity .18s ease, transform .18s ease; }
.industry-panel.updating .industry-panel-content { opacity: .15; transform: translateY(8px); }
.panel-topline { display: flex; align-items: center; gap: 13px; margin-bottom: 20px; }
.panel-number { display: grid; place-items: center; width: 42px; height: 42px; border: 1px solid rgba(255,255,255,.28); border-radius: 50%; color: #fff; font-size: .76rem; font-weight: 900; }
.panel-label { color: #a8dc6d; font-size: .75rem; font-weight: 900; letter-spacing: .13em; text-transform: uppercase; }
.industry-panel h3 { max-width: 600px; margin: 0 0 16px; color: #fff; font-family: Georgia,serif; font-size: clamp(2.25rem,3.6vw,4rem); line-height: 1.02; letter-spacing: -.035em; }
.industry-panel-content > p { max-width: 650px; margin-bottom: 30px; color: #d5dfeb; }
.sector-details { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; max-width: 680px; margin-bottom: 30px; }
.sector-details > div { padding: 17px 18px; border: 1px solid rgba(255,255,255,.16); border-radius: 13px; background: rgba(4,20,47,.55); backdrop-filter: blur(10px); }
.sector-details span { display: block; margin-bottom: 7px; color: #91a0b5; font-size: .65rem; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }
.sector-details p { margin: 0; color: #fff; font-size: .79rem; line-height: 1.55; }
.sector-cta { min-height: 48px; }
.industry-selector { display: grid; grid-template-columns: 1fr 1fr; background: rgba(255,255,255,.12); gap: 1px; }
.industry-tab { position: relative; display: flex; flex-direction: column; align-items: flex-start; justify-content: center; min-width: 0; min-height: 170px; padding: 28px 25px; overflow: hidden; border: 0; color: #fff; text-align: left; background: #071f47; transition: background .22s ease, box-shadow .22s ease; }
.industry-tab:hover { background: #0b2c5d; }
.industry-tab.active { z-index: 2; background: linear-gradient(145deg, #174d26, #2f790d); box-shadow: inset 0 0 0 1px rgba(174,222,112,.5); }
.industry-tab:focus-visible { z-index: 3; outline: 3px solid #b6e17b; outline-offset: -4px; }
.industry-tab-icon { display: grid; place-items: center; width: 38px; height: 38px; margin-bottom: 17px; border: 1px solid rgba(255,255,255,.2); border-radius: 10px; color: #9ed85e; background: rgba(255,255,255,.06); font-size: 1.05rem; }
.industry-tab.active .industry-tab-icon { color: #102c08; background: #d5eeaf; border-color: transparent; }
.industry-tab > span:nth-child(2) { display: flex; flex-direction: column; min-width: 0; }
.industry-tab strong { color: #fff; font-size: .93rem; line-height: 1.25; }
.industry-tab small { margin-top: 5px; overflow: hidden; color: #97a6bb; font-size: .68rem; white-space: nowrap; text-overflow: ellipsis; }
.industry-tab.active small { color: #d9edc6; }
.industry-tab i { position: absolute; right: 18px; top: 15px; color: rgba(255,255,255,.2); font-family: Georgia,serif; font-size: 1.45rem; font-style: normal; }
.industry-tab b { position: absolute; right: 20px; bottom: 19px; color: #9bd75a; font-size: 1rem; opacity: 0; transform: translateX(-8px); transition: .2s; }
.industry-tab:hover b, .industry-tab.active b { opacity: 1; transform: none; }
.industry-tab.active b { color: #fff; }
.industry-hint { display: flex; justify-content: flex-end; align-items: center; gap: 9px; margin: 17px 3px 0 0; color: #8493a8; font-size: .72rem; }
.industry-hint span { color: #9ed85e; }

.why-us { background: #fff; }
.advantage-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 18px; margin-top: 55px; }
.advantage-grid article { position: relative; min-height: 300px; padding: 34px; border: 1px solid var(--line); border-radius: 18px; background: #fff; transition: .3s; }
.advantage-grid article:hover { transform: translateY(-4px); border-color: #aacb8b; box-shadow: 0 18px 45px rgba(6,28,66,.08); }
.advantage-grid article > span { position: absolute; right: 24px; top: 22px; color: #a6b1a1; font-size: .78rem; font-weight: 800; }
.adv-icon { display: grid; place-items: center; width: 62px; height: 62px; border-radius: 50%; color: #fff; background: var(--navy); font-size: 1.5rem; box-shadow: inset 0 0 0 4px rgba(90,165,27,.5); }
.advantage-grid h3 { margin: 38px 0 12px; color: var(--navy); font-family: Georgia,serif; font-size: 1.3rem; }
.advantage-grid p { color: var(--muted); font-size: .87rem; }
.values-band { display: flex; align-items: center; justify-content: space-between; gap: 40px; margin-top: 30px; padding: 30px 38px; border-radius: 15px; color: #fff; background: var(--navy); }
.values-band p { margin: 0; font-family: Georgia,serif; font-size: 1.55rem; }
.values-band p strong { color: #a4d865; }
.values-band div { display: flex; gap: 25px; color: #b8c5d6; font-size: .75rem; }

.profile { overflow: hidden; background: var(--cream); }
.profile-header { display: flex; justify-content: space-between; align-items: end; gap: 25px; }
.profile-header h2 { margin-bottom: 0; }
.profile-controls { display: flex; gap: 10px; }
.slider-btn { width: 48px; height: 48px; border: 1px solid #ccd5c9; border-radius: 50%; color: var(--navy); background: transparent; font-size: 1.2rem; }
.slider-btn:hover { color: #fff; background: var(--navy); }
.profile-track { display: grid; grid-auto-flow: column; grid-auto-columns: minmax(245px, 25%); gap: 18px; margin-top: 42px; padding: 5px 0 22px; overflow-x: auto; scroll-snap-type: x mandatory; scrollbar-width: thin; scrollbar-color: var(--green) transparent; }
.profile-page { padding: 0; overflow: hidden; border: 0; border-radius: 14px; background: #fff; box-shadow: 0 10px 30px rgba(6,28,66,.09); scroll-snap-align: start; }
.profile-page img { width: 100%; aspect-ratio: 2 / 3; object-fit: cover; transition: transform .35s; }
.profile-page:hover img { transform: scale(1.025); }
.image-modal { width: min(680px, 92vw); max-height: 92vh; padding: 0; border: 0; border-radius: 15px; background: transparent; overflow: visible; }
.image-modal::backdrop { background: rgba(1,11,27,.9); backdrop-filter: blur(6px); }
.image-modal img { width: 100%; max-height: 92vh; object-fit: contain; border-radius: 10px; }
.modal-close { position: absolute; z-index: 2; top: -16px; right: -16px; width: 42px; height: 42px; border: 0; border-radius: 50%; color: var(--navy); background: #fff; font-size: 1.5rem; }

.contact { position: relative; overflow: hidden; color: #c9d3df; background: linear-gradient(120deg, #061c42, #092c59); }
.contact::after { content: ""; position: absolute; width: 450px; height: 450px; left: -200px; bottom: -250px; border: 1px solid rgba(255,255,255,.1); border-radius: 50%; box-shadow: 0 0 0 70px rgba(255,255,255,.02),0 0 0 140px rgba(255,255,255,.02); }
.contact-grid { position: relative; z-index: 2; display: grid; grid-template-columns: .8fr 1.2fr; gap: 85px; align-items: start; }
.contact h2 { color: #fff; }
.contact h2 em { color: #9ed763; }
.contact-copy > p:not(.eyebrow) { max-width: 520px; }
.contact-details { display: grid; gap: 18px; margin-top: 45px; }
.contact-details a, .contact-details div { display: flex; flex-direction: column; padding-left: 20px; border-left: 2px solid var(--green); }
.contact-details span { color: #8e9aac; font-size: .7rem; font-weight: 800; text-transform: uppercase; letter-spacing: .08em; }
.contact-details strong { margin-top: 3px; color: #fff; font-size: .92rem; }
.contact-form { display: grid; gap: 18px; padding: 40px; border-radius: 22px; color: var(--ink); background: #fff; box-shadow: 0 35px 80px rgba(0,0,0,.25); }
.form-title { display: flex; justify-content: space-between; align-items: center; padding-bottom: 20px; border-bottom: 1px solid #e3e7e1; }
.form-title span { color: var(--navy); font-family: Georgia,serif; font-size: 1.45rem; font-weight: 700; }
.form-title small { color: #7d8793; font-size: .68rem; }
.contact-form label { color: #435064; font-size: .74rem; font-weight: 800; }
.contact-form input, .contact-form select, .contact-form textarea { width: 100%; margin-top: 7px; padding: 13px 14px; border: 1px solid #d7ded4; border-radius: 9px; outline: none; color: var(--ink); background: #fbfcfa; font-weight: 400; transition: border .2s, box-shadow .2s; }
.contact-form input:focus, .contact-form select:focus, .contact-form textarea:focus { border-color: var(--green); box-shadow: 0 0 0 3px rgba(90,165,27,.13); }
.contact-form textarea { resize: vertical; }
.form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; }
.submit-button { border: 0; }
.form-status { min-height: 0; margin: -5px 0 0; color: var(--green-dark); font-size: .8rem; }

.site-footer { padding: 65px 0 22px; color: #aab6c7; background: #04142f; }
.footer-main { display: grid; grid-template-columns: 1.5fr .7fr .9fr 1fr; gap: 60px; }
.light-brand strong { color: #fff; }
.footer-brand p { max-width: 310px; margin-top: 22px; font-size: .84rem; }
.footer-main h3 { margin: 7px 0 20px; color: #fff; font-size: .8rem; letter-spacing: .1em; text-transform: uppercase; }
.footer-main > div:not(.footer-brand) { display: flex; flex-direction: column; gap: 10px; }
.footer-main > div:not(.footer-brand) a { font-size: .8rem; }
.footer-main a:hover { color: #a8d96e; }
.footer-bottom { display: flex; justify-content: space-between; gap: 20px; margin-top: 55px; padding-top: 22px; border-top: 1px solid rgba(255,255,255,.1); font-size: .68rem; }
.floating-call { position: fixed; z-index: 80; right: 18px; bottom: 18px; display: flex; align-items: center; gap: 9px; padding: 9px 14px 9px 9px; border-radius: 100px; color: #fff; background: var(--green-dark); box-shadow: 0 12px 30px rgba(6,28,66,.25); }
.floating-call span { display: grid; place-items: center; width: 34px; height: 34px; border-radius: 50%; color: var(--green-dark); background: #fff; }
.floating-call small { font-weight: 800; }

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

@media (max-width: 1020px) {
  .main-nav { gap: 21px; }
  .hero-grid { gap: 20px; }
  h1 { font-size: clamp(3.3rem,7vw,5rem); }
  .service-card { grid-template-columns: 1fr; }
  .contact-grid { gap: 45px; }
  .industries-explorer { grid-template-columns: 1.08fr .92fr; }
  .industry-panel-content { padding: 44px 38px; }
  .process-flow { grid-template-columns: 1fr 1fr; }
  .process-flow::before { display: none; }
  .process-step { min-height: 430px; }
  .advantage-grid { grid-template-columns: 1fr 1fr; }
  .footer-main { grid-template-columns: 1.3fr 1fr 1fr; }
  .footer-main > div:last-child { grid-column: 2; }
}

@media (max-width: 780px) {
  .container { width: min(100% - 28px, 640px); }
  .section { padding: 78px 0; }
  .site-header { background: rgba(255,255,255,.94); }
  .brand img { width: 52px; height: 52px; }
  .brand small { display: none; }
  .menu-toggle { display: block; }
  .main-nav { position: fixed; inset: 72px 14px auto; display: flex; flex-direction: column; align-items: stretch; gap: 0; padding: 20px; border-radius: 18px; background: #fff; box-shadow: var(--shadow); opacity: 0; pointer-events: none; transform: translateY(-15px); transition: .25s; }
  .main-nav.open { opacity: 1; pointer-events: auto; transform: none; }
  .main-nav > a { padding: 13px 10px; }
  .main-nav .nav-cta { margin-top: 10px; text-align: center; }
  .menu-toggle[aria-expanded="true"] span:nth-child(1) { transform: translateY(7px) rotate(45deg); }
  .menu-toggle[aria-expanded="true"] span:nth-child(2) { opacity: 0; }
  .menu-toggle[aria-expanded="true"] span:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }
  .hero { min-height: auto; padding-top: 105px; }
  .hero-grid { min-height: auto; grid-template-columns: 1fr; padding-top: 55px; }
  .hero-copy { text-align: left; }
  h1 { font-size: clamp(3.2rem,14vw,5rem); }
  h2 { font-size: clamp(2.55rem,11vw,4rem); }
  .hero-visual { min-height: 490px; margin-top: 10px; }
  .hero-image { inset: 0 0 35px; background-size: cover; background-position: center; }
  .hero-badge { left: 10px; width: 245px; }
  .trust-row { gap: 20px; overflow-x: auto; }
  .trust-row div { min-width: 105px; }
  .hero-strip .container { justify-content: flex-start; overflow-x: auto; }
  .intro-grid, .legacy-card, .service-grid, .service-feature, .contact-grid { grid-template-columns: 1fr; }
  .intro-grid { gap: 20px; }
  .intro-copy { padding-top: 0; }
  .legacy-photo { min-height: 390px; background-size: cover; background-position: 47% center; }
  .legacy-content { padding: 42px 30px; }
  .legacy-stats { gap: 10px; }
  .legacy-stats strong { font-size: 1.15rem; }
  .service-grid { gap: 16px; }
  .service-card { grid-template-columns: 1fr; min-height: 560px; }
  .service-feature { padding: 42px 25px; }
  .feature-wheel { justify-self: center; width: min(300px, 88vw); margin-top: 30px; }
  .process-heading { grid-template-columns: 1fr; gap: 15px; }
  .process-heading > p { max-width: 620px; }
  .process-outcome { grid-template-columns: auto 1fr; }
  .process-outcome .button { grid-column: 1 / -1; width: 100%; }
  .industries-heading { grid-template-columns: 1fr; gap: 12px; margin-bottom: 34px; }
  .industries-heading > p { max-width: 620px; }
  .industries-explorer { grid-template-columns: 1fr; min-height: 0; overflow: visible; border: 0; background: transparent; box-shadow: none; }
  .industry-panel { min-height: 620px; border: 1px solid rgba(255,255,255,.16); border-radius: 22px; background-position: 58% center; box-shadow: 0 25px 60px rgba(0,0,0,.23); }
  .industry-panel-content { padding: 38px 30px; }
  .industry-selector { margin-top: 16px; overflow: hidden; border: 1px solid rgba(255,255,255,.14); border-radius: 18px; }
  .industry-tab { min-height: 150px; }
  .industry-hint { justify-content: flex-start; }
  .values-band { align-items: flex-start; flex-direction: column; }
  .values-band div { flex-wrap: wrap; }
  .profile-track { grid-auto-columns: 44%; }
  .contact-form { padding: 28px 22px; }
  .footer-main { grid-template-columns: 1fr 1fr; gap: 38px; }
  .footer-main > div:last-child { grid-column: auto; }
}

@media (max-width: 520px) {
  .hero { padding-top: 90px; }
  .hero-grid { padding-top: 40px; }
  h1 { max-width: 100%; font-size: clamp(2.8rem, 11.5vw, 3.55rem); letter-spacing: -.055em; }
  .hero-lead { font-size: 1rem; }
  .hero-actions .button { width: 100%; }
  .hero-visual { min-height: 400px; }
  .hero-image { background-size: cover; background-position: center; }
  .hero-line { display: none; }
  .trust-row { margin-top: 38px; }
  .section-heading.centered { align-items: flex-start; text-align: left; }
  .section-heading.centered .eyebrow span:last-child { display: none; }
  .legacy-stats { grid-template-columns: 1fr; }
  .legacy-photo { min-height: 340px; }
  .legacy-photo-badge { left: 18px; bottom: 18px; padding: 12px 14px; }
  .legacy-photo-badge strong { font-size: 1.5rem; }
  .legacy-content { padding: 36px 22px; }
  .legacy-content h3 { font-size: 2.35rem; }
  .legacy-parent { align-items: flex-start; }
  .legacy-stats div { min-height: 98px; }
  .service-card { grid-template-columns: 1fr; grid-template-rows: 225px 1fr; min-height: 545px; }
  .service-image { min-height: 225px; background-size: 350% auto; }
  .process-flow { grid-template-columns: 1fr; }
  .process-step { min-height: 0; }
  .process-step > p:not(.step-label) { min-height: 0; }
  .process-outcome { grid-template-columns: 1fr; text-align: left; }
  .outcome-seal { width: 42px; height: 42px; }
  .industry-panel { min-height: 650px; }
  .industry-panel-content { padding: 32px 22px; }
  .industry-panel h3 { font-size: 2.45rem; }
  .sector-details { grid-template-columns: 1fr; }
  .industry-selector { grid-template-columns: 1fr 1fr; }
  .industry-tab { min-height: 142px; padding: 20px 16px; }
  .industry-tab-icon { width: 34px; height: 34px; margin-bottom: 13px; }
  .industry-tab small { display: none; }
  .industry-tab b { right: 14px; bottom: 14px; }
  .industry-hint { display: none; }
  .advantage-grid { grid-template-columns: 1fr; }
  .advantage-grid article { min-height: 260px; }
  .values-band { padding: 28px 24px; }
  .values-band div { flex-direction: column; gap: 10px; }
  .profile-header { align-items: flex-start; flex-direction: column; }
  .profile-track { grid-auto-columns: 76%; }
  .form-row { grid-template-columns: 1fr; }
  .form-title { align-items: flex-start; flex-direction: column; gap: 5px; }
  .footer-main { grid-template-columns: 1fr; }
  .footer-bottom { flex-direction: column; }
  .floating-call small { display: none; }
  .floating-call { padding-right: 9px; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation-duration: .01ms !important; animation-iteration-count: 1 !important; transition-duration: .01ms !important; }
  .reveal { opacity: 1; transform: none; }
}
