@font-face { font-family: Inter; src: url("../fonts/inter-latin-400-normal.woff2") format("woff2"); font-style: normal; font-weight: 400; font-display: swap; }
@font-face { font-family: Inter; src: url("../fonts/inter-latin-600-normal.woff2") format("woff2"); font-style: normal; font-weight: 600; font-display: swap; }
@font-face { font-family: Inter; src: url("../fonts/inter-latin-700-normal.woff2") format("woff2"); font-style: normal; font-weight: 700; font-display: swap; }
@font-face { font-family: Inter; src: url("../fonts/inter-latin-800-normal.woff2") format("woff2"); font-style: normal; font-weight: 800; font-display: swap; }

:root {
  --navy: #071b68;
  --navy-deep: #04124e;
  --red: #ed1c24;
  --ink: #111830;
  --muted: #5e6475;
  --line: #e5e8ef;
  --soft: #f6f8fc;
  --white: #fff;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 80px; overflow-x: clip; }
body { margin: 0; overflow-x: clip; background: var(--white); color: var(--ink); font-family: Inter, Aptos, "Segoe UI", Arial, Helvetica, sans-serif; -webkit-font-smoothing: antialiased; text-rendering: optimizeLegibility; }
img { max-width: 100%; }
a { color: inherit; text-decoration: none; }
button { font: inherit; }
[hidden] { display: none !important; }
:focus-visible { outline: 3px solid rgba(237,28,36,.72); outline-offset: 4px; }
.skip-link { position: fixed; z-index: 3000; top: -80px; left: 20px; padding: 12px 18px; background: #fff; color: var(--navy); box-shadow: 0 8px 30px #06166022; }
.skip-link:focus { top: 12px; }

.site-header { position: sticky; isolation: isolate; top: 0; z-index: 1000; height: 80px; min-height: 80px; overflow: hidden; background: #fff; border-bottom: 1px solid #eef0f5; transition: box-shadow .25s ease; }
.site-header.scrolled { box-shadow: 0 12px 36px rgba(4,18,78,.09); }
.nav-shell { min-width: 0; width: min(1240px, calc(100% - 48px)); height: 100%; margin: auto; display: grid; grid-template-columns: 172px 1fr auto; align-items: center; gap: 42px; }
.brand { position: relative; z-index: 1; min-width: 0; height: 100%; display: flex; align-items: center; overflow: hidden; padding: 8px 0; line-height: 0; }
.brand img { display: block; width: auto; height: auto; max-width: 156px; max-height: 58px; object-fit: contain; object-position: left center; }
.site-header nav { height: 100%; display: flex; justify-content: flex-end; align-items: center; gap: 29px; }
.site-header nav a { position: relative; display: flex; align-items: center; height: 100%; color: #162254; font-size: 15px; font-weight: 700; white-space: nowrap; }
.site-header nav a small { margin-left: 6px; font-size: 14px; }
.site-header nav a::after { content: ""; position: absolute; bottom: 18px; left: 0; right: 100%; height: 2px; background: var(--red); transition: right .25s ease; }
.site-header nav a:hover::after, .site-header nav a.active::after { right: 0; }
.nav-cta { padding: 13px 19px; border-radius: 4px; background: var(--red); color: #fff; font-size: 15px; font-weight: 800; box-shadow: 0 9px 25px rgba(237,28,36,.19); transition: transform .2s ease, background .2s ease; }
.nav-cta:hover { transform: translateY(-2px); background: #d6151d; }
.menu-toggle { display: none; border: 0; background: transparent; padding: 8px; cursor: pointer; }
.menu-toggle span { display: block; width: 25px; height: 2px; margin: 5px 0; background: var(--navy); }

.hero { min-height: 590px; display: grid; grid-template-columns: 38% 62%; overflow: hidden; background: radial-gradient(circle at 19% 31%, #f2f6fb, transparent 38%), #fff; }
.hero-copy { position: relative; z-index: 3; display: flex; flex-direction: column; justify-content: center; padding: 72px 42px 76px max(36px, calc((100vw - 1240px)/2)); }
.eyebrow { margin: 0; color: var(--red); font-size: 13px; font-weight: 900; letter-spacing: .15em; text-transform: uppercase; }
.hero h1 { max-width: 440px; margin: 0 0 24px; color: var(--navy); font-size: clamp(42px, calc(3vw + 2px), 51px); line-height: 1.02; letter-spacing: -.045em; }
.hero h1 strong { display: block; color: var(--red); font-weight: 800; }
.hero-summary { max-width: 430px; margin: 0; color: var(--muted); font-size: 15px; line-height: 1.62; }
.hero-summary p { margin: 0; }
.hero-summary p + p { margin-top: 12px; }
.primary-button { align-self: flex-start; display: inline-flex; align-items: center; gap: 12px; margin-top: 30px; padding: 14px 21px; border-radius: 4px; background: var(--navy); color: #fff; font-size: 15px; font-weight: 800; box-shadow: 0 12px 30px rgba(7,27,104,.2); transition: transform .2s ease, box-shadow .2s ease; }
.primary-button span { font-size: 11px; color: #fff; }
.primary-button:hover { transform: translateY(-3px); box-shadow: 0 18px 35px rgba(7,27,104,.25); }

.hero-cover { position: relative; display: grid; place-items: center; min-width: 0; overflow: hidden; background: #020d3d; }
.hero-cover::after { content: ""; position: absolute; inset: 0; pointer-events: none; box-shadow: inset 26px 0 36px rgba(2,13,61,.2); }
.hero-cover img { display: block; width: 100%; height: 100%; object-fit: contain; object-position: center; }
.hero-service-labels { position: absolute; z-index: 3; left: 0; right: 0; bottom: 0; height: 31%; display: grid; grid-template-columns: 26% 34% 40%; align-items: center; padding-top: 5.5%; background: #02103f; text-align: center; }
.hero-service-labels > div { min-width: 0; padding: 0 10px; }
.hero-service-labels strong { display: block; padding-inline: 2px; overflow-wrap: anywhere; color: #fff; font-size: clamp(12px,calc(1.18vw + 2px),21px); line-height: 1.15; letter-spacing: .015em; text-transform: uppercase; text-shadow: 0 2px 8px rgba(0,0,0,.34); }
.hero-service-labels > div:first-child { transform: translateX(8px); }
.hero-service-labels > div:first-child strong { white-space: nowrap; }

.container { width: min(1180px, calc(100% - 48px)); margin: auto; }
.section { padding: 100px 0; }
.section-kicker { position: relative; display: flex; align-items: center; gap: 10px; margin: 0 0 14px; color: var(--red); font-size: 12px; font-weight: 900; letter-spacing: .17em; text-transform: uppercase; }
.section-kicker.prominent { font-size: 15px; letter-spacing: .15em; }
.section-kicker::before { content: ""; width: 26px; height: 2px; background: currentColor; }
.section-kicker.light { color: #ff4850; }
.section h2 { margin: 0; color: var(--navy); font-size: clamp(37px, calc(3.4vw + 2px), 53px); line-height: 1.1; letter-spacing: -.038em; }
.section h2 strong { display: block; color: var(--red); }
.text-link { display: inline-flex; align-items: center; gap: 20px; margin-top: 19px; color: var(--navy); font-size: 15px; font-weight: 800; }
.text-link span { color: var(--red); transition: transform .2s ease; }
.text-link:hover span { transform: translateX(4px); }
[data-reveal] { opacity: 0; transform: translateY(24px); transition: opacity .75s ease, transform .75s ease; }
[data-reveal].visible { opacity: 1; transform: none; }
.modal-open { overflow: hidden; }

.about { background: #fff; }
.about-grid { display: grid; grid-template-columns: 1fr; }
.sourcing-infographic { position: relative; overflow: hidden; border: 1px solid #dfe4ee; border-radius: 12px; background: #fff; box-shadow: 0 30px 72px rgba(5,20,82,.15); }
.sourcing-info-head { position: relative; overflow: hidden; display: grid; grid-template-columns: 1.15fr .85fr; gap: 70px; align-items: end; min-height: 220px; padding: 46px 50px 42px; background: linear-gradient(120deg,#04134f,#0a2b89); color: #fff; }
.sourcing-info-head::after { content: ""; position: absolute; right: -55px; top: -105px; width: 300px; height: 300px; border: 1px solid rgba(255,255,255,.1); border-radius: 50%; box-shadow: 0 0 0 52px rgba(255,255,255,.035),0 0 0 104px rgba(255,255,255,.018); }
.sourcing-info-head p { margin: 0 0 15px; color: #ff4b52; font-size: 12px; font-weight: 900; letter-spacing: .19em; text-transform: uppercase; }
.sourcing-info-head h3 { position: relative; z-index: 1; margin: 0; color: #fff; font-size: clamp(37px,calc(4vw + 2px),54px); line-height: 1.01; letter-spacing: -.045em; }
.sourcing-info-head h3 em { color: #ff454c; font-style: normal; }
.sourcing-info-head > span { position: relative; z-index: 1; max-width: 410px; padding-left: 24px; border-left: 3px solid var(--red); color: rgba(255,255,255,.75); font-size: 16px; line-height: 1.65; }
.sourcing-stage-grid { position: relative; display: grid; grid-template-columns: repeat(4,1fr); background: #fff; }
.sourcing-stage { position: relative; min-height: 270px; padding: 32px 30px 34px; border-right: 1px solid #e2e6ee; background: #fff; transition: background .25s ease, transform .25s ease, box-shadow .25s ease; }
.sourcing-stage:last-child { border-right: 0; }
.sourcing-stage:hover { z-index: 2; background: #f7f9fd; transform: translateY(-4px); box-shadow: 0 18px 34px rgba(7,27,104,.1); }
.stage-meta { display: flex; align-items: center; justify-content: space-between; }
.stage-meta > span { color: var(--red); font-size: 13px; font-weight: 900; letter-spacing: .13em; }
.stage-meta i { display: grid; place-items: center; width: 44px; height: 44px; border-radius: 8px; background: #fff0f1; color: var(--red); font-style: normal; }
.stage-meta svg { width: 21px; height: 21px; fill: none; stroke: currentColor; stroke-width: 1.7; stroke-linecap: round; stroke-linejoin: round; }
.sourcing-stage h4 { margin: 28px 0 8px; color: var(--navy); font-size: 33px; line-height: 1; letter-spacing: -.035em; }
.sourcing-stage > b { color: var(--red); font-size: 12px; letter-spacing: .04em; text-transform: uppercase; }
.sourcing-stage > p { max-width: 220px; margin: 13px 0 0; color: var(--muted); font-size: 14px; line-height: 1.58; }
.sourcing-stage > small { position: absolute; z-index: 3; right: -13px; top: 50%; color: var(--red); font-size: 28px; font-weight: 400; line-height: 1; transform: translateY(-50%); }
.global-supply { display: grid; grid-template-columns: .82fr 1.18fr; min-height: 430px; border-top: 1px solid #dfe4ee; background: linear-gradient(135deg,#f8fafd 0%,#edf3fa 100%); }
.global-supply-copy { display: flex; flex-direction: column; justify-content: center; padding: 52px 44px; border-right: 1px solid #d9e1ec; }
.global-supply-copy > p { margin: 0 0 16px; color: var(--red); font-size: 12px; font-weight: 900; letter-spacing: .17em; text-transform: uppercase; }
.global-supply-copy h4 { margin: 0; color: var(--navy); font-size: clamp(32px,calc(3vw + 2px),45px); line-height: 1.05; letter-spacing: -.04em; }
.global-supply-copy h4 em { color: var(--red); font-style: normal; }
.global-supply-copy > span { max-width: 385px; margin-top: 22px; color: #586177; font-size: 15px; line-height: 1.7; }
.region-list { display: flex; flex-wrap: wrap; gap: 8px; margin-top: 26px; }
.region-list span { padding: 7px 9px; border: 1px solid #d7dfeb; border-radius: 3px; background: rgba(255,255,255,.7); color: #334061; font-size: 11px; font-weight: 800; text-transform: uppercase; }
.global-supply-map { position: relative; min-width: 0; min-height: 430px; overflow: hidden; background: radial-gradient(circle at 65% 54%,rgba(237,28,36,.11),transparent 20%),linear-gradient(rgba(7,27,104,.035) 1px,transparent 1px),linear-gradient(90deg,rgba(7,27,104,.035) 1px,transparent 1px),#f7faff; background-size: auto,38px 38px,38px 38px,auto; }
.global-supply-map::after { content: ""; position: absolute; z-index: 2; inset: 0; pointer-events: none; box-shadow: inset 0 0 65px rgba(7,27,104,.09); }
.global-supply-map > img { position: absolute; inset: 4% 3%; width: 94%; height: 92%; object-fit: contain; opacity: .9; mix-blend-mode: multiply; filter: saturate(.8) contrast(1.08); }
.global-supply-map svg { position: absolute; z-index: 1; inset: 0; width: 100%; height: 100%; }
.supply-routes path { fill: none; stroke: #0a2a70; stroke-width: 2.25; stroke-linecap: round; opacity: .72; }
.map-destination circle:nth-of-type(odd) { fill: var(--navy); stroke: #fff; stroke-width: 3; }
.map-destination circle:nth-of-type(even) { fill: #fff; }
.map-destination text { fill: var(--navy); font-size: 14px; font-weight: 900; letter-spacing: .04em; }
.india-origin .india-halo { fill: rgba(237,28,36,.11); stroke: rgba(237,28,36,.32); stroke-width: 2; }
.india-origin .india-pulse { fill: none; stroke: rgba(237,28,36,.6); stroke-width: 2; }
.india-origin .india-core { fill: var(--red); stroke: #fff; stroke-width: 5; filter: drop-shadow(0 8px 12px rgba(237,28,36,.3)); }
.india-origin .india-dot { fill: #fff; }
.india-origin text { fill: var(--red); font-size: 16px; font-weight: 900; letter-spacing: .15em; }
.india-origin .india-label { fill: var(--navy); font-size: 10px; letter-spacing: .18em; }
.solutions { padding-top: 85px; background: var(--soft); }
.section-heading { margin-bottom: 45px; }
.section-heading.centered { text-align: center; }
.section-heading.centered .section-kicker { justify-content: center; }
.section-heading > p:last-child { margin: 12px 0 0; color: var(--muted); font-size: 16px; }
.service-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; }
.service-card { overflow: hidden; border: 1px solid #e1e5ee; border-radius: 7px; background: #fff; box-shadow: 0 14px 34px rgba(7,27,104,.07); transition: transform .3s ease, box-shadow .3s ease; }
.service-card:hover { transform: translateY(-7px); box-shadow: 0 22px 46px rgba(7,27,104,.13); }
.service-image { position: relative; height: 205px; overflow: hidden; background: #dce3ed; }
.service-image::after { content: ""; position: absolute; inset: 0; background: linear-gradient(180deg,transparent 35%,rgba(5,22,85,.5)); }
.service-image img { display: block; width: 100%; height: 100%; object-fit: cover; transition: transform .6s ease; }
.service-card:nth-child(2) .service-image img { object-position: center 40%; }
.service-card:hover .service-image img { transform: scale(1.045); }
.service-body { padding: 25px 22px; }
.service-body h3 { margin: 0 0 7px; color: var(--navy); font-size: 22px; letter-spacing: -.02em; }
.service-card .service-tagline { margin: 0 0 12px; color: #ed1c24 !important; font-size: 13px; font-weight: 900; line-height: 1.35; letter-spacing: .02em; }
.service-summary { min-height: 70px; margin: 0; color: var(--muted); font-size: 15px; line-height: 1.55; }
.service-body ul { min-height: 128px; margin: 18px 0 20px; padding: 0; list-style: none; }
.service-body li { position: relative; margin: 8px 0; padding-left: 18px; color: #3f465a; font-size: 13px; }
.service-body li::before { content: "✓"; position: absolute; left: 0; color: var(--red); font-weight: 900; }
.service-body a { color: var(--navy); font-size: 13px; font-weight: 900; }
.service-body a span { margin-left: 5px; color: var(--red); }

.nutshell { padding: 72px 0; background: #fff; }
.nutshell-layout { display: grid; grid-template-columns: .8fr 1.2fr; gap: 70px; align-items: center; }
.nutshell-intro h2 { font-size: clamp(34px,calc(3.2vw + 2px),47px); }
.nutshell-grid { display: grid; grid-template-columns: 1fr 1fr; border-top: 1px solid #dfe4ee; border-left: 1px solid #dfe4ee; }
.nutshell-grid article { min-height: 150px; display: grid; grid-template-columns: 94px 1fr; gap: 16px; align-items: center; padding: 22px; border-right: 1px solid #dfe4ee; border-bottom: 1px solid #dfe4ee; background: #fafbfd; }
.nutshell-grid strong { color: var(--red); font-size: 20px; line-height: 1.05; letter-spacing: -.02em; }
.nutshell-grid h3 { margin: 0 0 6px; color: var(--navy); font-size: 17px; }
.nutshell-grid p { margin: 0; color: var(--muted); font-size: 12px; line-height: 1.5; }

.industries { position: relative; overflow: hidden; padding: 58px 0 64px; color: #fff; background: #061a5a; }
.industries .container { position: relative; z-index: 1; }
.industries-heading { display: flex; align-items: end; justify-content: space-between; gap: 50px; max-width: none; margin-bottom: 28px; }
.industries-heading h2 { max-width: 720px; color: #fff; font-size: clamp(30px,calc(3vw + 2px),42px); }
.industry-grid { display: grid; grid-template-columns: repeat(5,1fr); gap: 0; overflow: hidden; border-radius: 8px; box-shadow: 0 20px 45px rgba(0,5,30,.3); }
.industry-grid article { position: relative; min-height: 190px; display: flex; flex-direction: column; justify-content: flex-end; padding: 22px 18px; border-right: 1px solid rgba(255,255,255,.28); background-image: linear-gradient(180deg,rgba(3,16,57,.03) 18%,rgba(3,15,55,.9) 100%),url('../images/industries-strip-v2.webp'); background-repeat: no-repeat; background-size: 500% 100%; transition: transform .25s ease,filter .25s ease; }
.industry-grid article:nth-child(1) { background-position: 0 50%; }
.industry-grid article:nth-child(2) { background-position: 25% 50%; }
.industry-grid article:nth-child(3) { background-position: 50% 50%; }
.industry-grid article:nth-child(4) { background-position: 75% 50%; }
.industry-grid article:nth-child(5) { background-position: 100% 50%; border-right: 0; }
.industry-grid article:hover { z-index: 2; filter: brightness(1.1); transform: scale(1.02); }
.industry-grid h3 { max-width: 200px; margin: 0; color: #fff; font-size: 17px; line-height: 1.25; letter-spacing: -.01em; }

.process { background: #fff; }
.process-heading { display: grid; grid-template-columns: 1fr .8fr; gap: 100px; align-items: end; margin-bottom: 48px; }
.process-heading > p { margin: 0 0 8px; padding-left: 22px; border-left: 2px solid var(--red); color: var(--muted); font-size: 15px; line-height: 1.65; }
.process-banner { position: relative; overflow: hidden; display: block; width: 100%; padding: 0; border: 1px solid #e1e6ef; border-radius: 7px; background: #fff; cursor: zoom-in; box-shadow: 0 18px 48px rgba(7,27,104,.12); }
.process-artwork { position: relative; width: 100%; min-width: 0; overflow: hidden; }
.process-artwork img { display: block; width: 100%; height: auto; transition: transform .45s ease; }
.process-banner:hover .process-artwork img { transform: scale(1.012); }
.process-copy { position: absolute; z-index: 2; display: flex; align-items: center; justify-content: center; overflow: hidden; background: #031957; color: #fff; font-weight: 850; text-align: center; text-transform: uppercase; }
.process-copy-rfq { left: 10.9%; top: 4.4%; width: 12.5%; height: 12%; font-size: clamp(14px,calc(1.65vw + 2px),29px); letter-spacing: .025em; }
.process-copy-delivery { left: 73.7%; top: 4.2%; width: 18.3%; height: 12.4%; padding: 0 .8%; font-size: clamp(11px,calc(1.12vw + 2px),21px); line-height: 1.22; }
.process-banner > span { position: absolute; right: 18px; bottom: 16px; padding: 11px 15px; border-radius: 3px; background: var(--navy); color: #fff; font-size: 12px; font-weight: 800; box-shadow: 0 8px 22px rgba(7,27,104,.22); }
.process-banner > span b { margin-left: 10px; color: #ff434a; }

.stats { padding: 48px 0; color: #fff; background: linear-gradient(90deg,#071a65,#0a2c89,#071a65); }
.stats-grid { display: grid; grid-template-columns: repeat(4, 1fr); }
.stats-grid article { min-height: 124px; display: flex; flex-direction: column; align-items: center; justify-content: center; border-right: 1px solid rgba(255,255,255,.2); text-align: center; }
.stats-grid article:last-child { border-right: 0; }
.stats-grid i { display: grid; place-items: center; width: 34px; height: 34px; margin-bottom: 9px; border-radius: 50%; background: rgba(255,255,255,.12); color: #fff; font-size: 14px; font-style: normal; }
.stats-grid strong { min-height: 36px; display: flex; align-items: center; font-size: clamp(29px,calc(2.2vw + 2px),34px); font-variant-numeric: tabular-nums; line-height: 1; white-space: nowrap; }
.stats-grid p { margin: 9px 0 0; color: rgba(255,255,255,.82); font-size: 12px; line-height: 1.35; }

.testimonials { background: #fff; }
.testimonial-shell { display: grid; grid-template-columns: 64px 1fr 64px; align-items: center; max-width: 900px; margin: auto; }
.testimonial-shell > button { border: 0; background: transparent; color: var(--navy); font-size: 42px; cursor: pointer; }
.testimonial-shell blockquote { position: relative; min-height: 245px; margin: 0; padding: 50px 66px 35px; border-radius: 7px; background: #fff; box-shadow: 0 18px 46px rgba(7,27,104,.12); }
.quote-mark { position: absolute; left: 30px; top: 18px; color: var(--red); font-family: Georgia, serif; font-size: 57px; }
.testimonial-shell blockquote > p { margin: 0; color: #40475b; font-size: 18px; line-height: 1.7; }
.testimonial-shell blockquote footer { display: flex; align-items: center; gap: 13px; margin-top: 25px; }
.avatar { display: grid; place-items: center; width: 43px; height: 43px; border-radius: 50%; background: var(--navy); color: #fff; font-weight: 800; }
.testimonial-shell footer strong, .testimonial-shell footer small { display: block; }
.testimonial-shell footer strong { color: var(--navy); font-size: 14px; }
.testimonial-shell footer small { margin-top: 3px; color: var(--muted); font-size: 12px; }
.testimonial-dots { display: flex; justify-content: center; gap: 8px; margin-top: 26px; }
.testimonial-dots button { width: 7px; height: 7px; padding: 0; border: 0; border-radius: 50%; background: #c8ccda; cursor: pointer; }
.testimonial-dots button.active { background: var(--red); }

.cta-section { background: linear-gradient(135deg,#f3f7fc,#fff); }
.cta-inner { display: grid; grid-template-columns: 1fr auto; gap: 80px; align-items: center; }
.cta-inner h2 { max-width: 790px; font-size: clamp(36px,calc(3.2vw + 2px),50px); }
.cta-inner > div > p:last-child { margin: 15px 0 0; color: var(--muted); font-size: 15px; }
.cta-inner .nav-cta { min-width: 205px; text-align: center; }

.site-footer { background: #f5f7fb; }
.footer-grid { display: grid; grid-template-columns: 1.15fr .65fr .8fr 1.65fr; gap: 42px; padding-top: 55px; padding-bottom: 45px; color: var(--muted); font-size: 14px; }
.footer-grid > div { min-width: 0; display: flex; flex-direction: column; align-items: flex-start; }
.footer-brand img { width: auto; height: 72px; }
.footer-brand p { max-width: 275px; line-height: 1.6; }
.footer-grid h3 { margin: 7px 0 15px; color: var(--navy); font-size: 14px; }
.footer-grid a { margin: 5px 0; transition: color .2s; }
.footer-grid a:hover { color: var(--red); }
.footer-grid p { margin: 4px 0 8px; }
.footer-contact .contact-email { margin: 0 0 14px; color: var(--navy); font-weight: 800; }
.office-address { margin-bottom: 14px; }
.office-address strong { display: block; margin-bottom: 5px; color: var(--navy); font-size: 12px; letter-spacing: .05em; text-transform: uppercase; }
.office-address address { color: var(--muted); font-size: 12px; font-style: normal; line-height: 1.55; overflow-wrap: anywhere; }
.footer-bottom { border-top: 1px solid #e2e5ed; }
.footer-bottom .container { display: flex; justify-content: space-between; padding-top: 17px; padding-bottom: 17px; color: #73798a; font-size: 12px; }
.footer-bottom a { margin-left: 20px; }

.process-modal { position: fixed; z-index: 5000; inset: 0; display: grid; place-items: center; padding: 30px; background: rgba(1,8,36,.93); }
.process-modal > button { position: absolute; top: 18px; right: 24px; width: 44px; height: 44px; border: 0; border-radius: 50%; background: var(--red); color: #fff; font-size: 29px; cursor: pointer; }
.process-modal > div { max-width: 1400px; max-height: 90vh; overflow: auto; background: #fff; }
.process-modal .process-artwork { min-width: 850px; }

@media (max-width: 1050px) {
  .nav-shell { gap: 20px; }
  .site-header nav { gap: 18px; }
  .hero { grid-template-columns: 42% 58%; }
  .hero-copy { padding-right: 28px; }
  .industries-heading, .process-heading { gap: 55px; }
}

@media (max-width: 820px) {
  html { scroll-padding-top: 70px; }
  .site-header { height: 70px; min-height: 70px; overflow: hidden; }
  .site-header.menu-open { height: auto; }
  .nav-shell { width: calc(100% - 32px); grid-template-columns: 1fr auto; }
  .site-header.menu-open .nav-shell { height: auto; min-height: 70px; }
  .brand { height: 70px; padding: 8px 0; }
  .brand img { width: auto; height: auto; max-width: 140px; max-height: 52px; }
  .menu-toggle { position: relative; z-index: 1003; display: block; }
  .nav-shell > .nav-cta { display: none; }
  .site-header nav { position: static; z-index: auto; grid-column: 1 / -1; height: auto; display: none; margin: 0 -16px; padding: 15px 24px 25px; background: #fff; border-top: 1px solid #eef0f5; box-shadow: 0 20px 38px rgba(4,18,78,.12); }
  .site-header nav.open { display: block; }
  .site-header nav a { height: auto; padding: 12px 0; }
  .site-header nav a::after { display: none; }
  .hero { grid-template-columns: 1fr; }
  .hero-copy { padding: 72px 28px 58px; }
  .hero h1 { font-size: clamp(46px, calc(10vw + 2px), 68px); }
  .hero-cover { aspect-ratio: 16 / 9; }
  .hero-cover img { height: auto; }
  .section { padding: 75px 0; }
  .about-grid, .industries-heading, .process-heading { grid-template-columns: 1fr; }
  .nutshell { padding: 62px 0; }
  .nutshell-layout { grid-template-columns: 1fr; gap: 34px; }
  .sourcing-stage-grid { grid-template-columns: repeat(2,1fr); }
  .sourcing-stage:nth-child(2) > small { left: 50%; right: auto; top: auto; bottom: -13px; transform: translateX(-50%) rotate(90deg); }
  .global-supply { grid-template-columns: 1fr; }
  .global-supply-copy { padding: 42px 38px; border-right: 0; border-bottom: 1px solid #d9e1ec; }
  .service-grid { grid-template-columns: 1fr; max-width: 610px; margin: auto; }
  .service-summary, .service-body ul { min-height: auto; }
  .industries { padding: 50px 0 54px; }
  .industries-heading { display: block; margin-bottom: 24px; }
  .industries-heading h2 { margin-top: 8px; }
  .industry-grid { grid-template-columns: 1fr 1fr; }
  .industry-grid article { min-height: 155px; }
  .industry-grid article:nth-child(5) { grid-column: 1 / -1; }
  .stats-grid { grid-template-columns: 1fr 1fr; }
  .stats-grid article:nth-child(2) { border-right: 0; }
  .stats-grid article:nth-child(-n+2) { border-bottom: 1px solid rgba(255,255,255,.2); }
  .cta-inner { grid-template-columns: 1fr; gap: 35px; }
  .cta-inner .nav-cta { justify-self: start; }
  .footer-grid { grid-template-columns: 1fr 1fr; }
}

@media (max-width: 560px) {
  .hero-copy { padding: 60px 22px 50px; }
  .hero h1 { font-size: 44px; }
  .hero-summary { font-size: 17px; }
  .hero-service-labels > div { padding: 0 5px; }
  .hero-service-labels > div:first-child { transform: translateX(4px); }
  .hero-service-labels { height: 33%; padding-top: 5%; }
  .hero-service-labels strong { font-size: clamp(10px, calc(2.55vw + 2px), 14px); line-height: 1.18; }
  .container { width: min(100% - 36px, 1180px); }
  .section { padding: 62px 0; }
  .sourcing-info-head { grid-template-columns: 1fr; gap: 18px; padding: 26px 23px 23px; }
  .sourcing-info-head > span { max-width: none; }
  .sourcing-stage-grid { grid-template-columns: 1fr; }
  .sourcing-stage { min-height: 158px; padding: 21px 23px; }
  .sourcing-stage > p { max-width: 280px; }
  .sourcing-stage > small, .sourcing-stage:nth-child(2) > small, .sourcing-stage:nth-child(3) > small { left: 50%; right: auto; top: auto; bottom: -11px; transform: translateX(-50%) rotate(90deg); }
  .global-supply-copy { padding: 34px 23px; }
  .global-supply-map { min-height: 330px; }
  .nutshell { padding: 52px 0; }
  .nutshell-grid { grid-template-columns: 1fr; }
  .industry-grid { grid-template-columns: 1fr; }
  .industry-grid article, .industry-grid article:nth-child(5) { min-height: 135px; grid-column: auto; }
  .process-banner { overflow-x: auto; text-align: left; }
  .process-banner .process-artwork { width: 980px; min-width: 980px; }
  .process-banner .process-artwork img { width: 100%; min-width: 0; max-width: none; }
  .process-banner > span { position: sticky; display: inline-block; left: 18px; right: auto; bottom: 14px; margin: 0 0 14px 14px; }
  .testimonial-shell { grid-template-columns: 34px 1fr 34px; }
  .testimonial-shell blockquote { padding: 48px 28px 30px; }
  .testimonial-shell blockquote > p { font-size: 16px; }
  .quote-mark { left: 18px; }
  .footer-grid { grid-template-columns: 1fr; gap: 25px; }
  .footer-bottom .container { display: block; text-align: center; }
  .footer-bottom span { display: block; margin: 5px; }
  .process-modal { padding: 12px; }
  .process-modal .process-artwork { min-width: 740px; }
}

@media (max-width: 380px) {
  .brand img { max-width: 128px; max-height: 48px; }
  .hero h1 { font-size: 40px; }
  .hero-summary { font-size: 16px; }
  .hero-service-labels > div { padding-inline: 2px; }
  .service-body { padding-inline: 19px; }
  .sourcing-info-head h3 { font-size: 34px; }
  .global-supply-copy h4 { font-size: 31px; }
}

@media print {
  .site-header, .skip-link, .primary-button, .nav-cta, .process-banner > span,
  .testimonial-shell > button, .testimonial-dots { display: none !important; }
  [data-reveal] { opacity: 1 !important; transform: none !important; }
  .section { padding: 36px 0; }
  .hero { min-height: 0; }
  .hero-copy { padding-top: 40px; padding-bottom: 40px; }
  .service-card, .sourcing-infographic, .process-banner { break-inside: avoid; box-shadow: none; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { transition: none !important; }
  .supply-routes path { animation: none; }
}
