:root {
  --navy: #071c3d;
  --navy-2: #0d2a4e;
  --teal: #a01d3a;
  --teal-dark: #86152f;
  --text: #10223e;
  --muted: #63738a;
  --line: #dfe7ec;
  --ice: #fbf7f8;
  --white: #fff;
  --shadow: 0 22px 55px rgba(10, 38, 70, .12);
  --shell: min(1120px, calc(100% - 48px));
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--text); background: #fff; font-family: "Avenir Next", "HarmonyOS Sans SC", "PingFang SC", "Microsoft YaHei", sans-serif; line-height: 1.65; }
body::before { position: fixed; inset: 0; z-index: 100; pointer-events: none; content: ""; opacity: .025; background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 160 160' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.92' numOctaves='3' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='.45'/%3E%3C/svg%3E"); }
a { color: inherit; text-decoration: none; }
img { display: block; max-width: 100%; }
button, input, textarea { font: inherit; }
h1, h2, h3, p { margin-top: 0; }

.site-header { position: fixed; inset: 0 0 auto; z-index: 30; height: 88px; transition: .25s ease; }
.nav-shell { width: var(--shell); height: 100%; margin: auto; display: grid; grid-template-columns: 1fr auto auto; gap: 34px; align-items: center; }
.site-header.is-scrolled { height: 72px; background: rgba(255,255,255,.92); box-shadow: 0 8px 30px rgba(10, 34, 63, .08); backdrop-filter: blur(16px); }
.brand { min-width: 240px; display: flex; align-items: center; gap: 12px; }
.brand img { width: 43px; height: 43px; border-radius: 50%; object-fit: cover; mix-blend-mode: multiply; }
.brand strong, .brand small { display: block; white-space: nowrap; }
.brand strong { color: var(--navy); font-size: 17px; letter-spacing: .03em; line-height: 1.3; }
.brand small { margin-top: 2px; color: #687a91; font-size: 8px; letter-spacing: .14em; }
.site-nav { display: flex; align-items: center; gap: 27px; color: var(--navy); font-size: 14px; }
.site-nav a { position: relative; white-space: nowrap; }
.site-nav a::after { position: absolute; right: 100%; bottom: -7px; left: 0; height: 2px; content: ""; background: var(--teal); transition: right .25s ease; }
.site-nav a:hover::after { right: 0; }
.header-cta, .button { display: inline-flex; min-height: 46px; align-items: center; justify-content: center; gap: 9px; border: 1px solid transparent; border-radius: 7px; padding: 0 23px; font-weight: 700; transition: transform .2s ease, box-shadow .2s ease, background .2s ease; }
.header-cta { min-width: 120px; color: #fff; background: linear-gradient(135deg, #a01d3a, #86152f); box-shadow: 0 10px 24px rgba(160, 29, 58, .22); font-size: 14px; }
.header-cta:hover, .button:hover { transform: translateY(-2px); }
.nav-toggle { display: none; width: 44px; height: 44px; border: 0; background: transparent; color: var(--navy); font-size: 24px; }

.hero { position: relative; min-height: 690px; overflow: hidden; }
.hero-media, .hero-wash { position: absolute; inset: 0; }
.hero-media img { width: 100%; height: 100%; object-fit: cover; object-position: center; }
.hero-wash { background: linear-gradient(90deg, rgba(253,250,251,.99) 0%, rgba(253,250,251,.94) 29%, rgba(253,250,251,.64) 47%, rgba(253,250,251,.08) 73%), linear-gradient(180deg, rgba(248,230,234,.48), rgba(255,255,255,.08)); }
.hero-content { position: relative; z-index: 2; width: var(--shell); margin: auto; padding-top: 178px; }
.hero-kicker { display: flex; align-items: center; gap: 10px; margin-bottom: 19px; color: var(--teal-dark); font-size: 13px; font-weight: 800; letter-spacing: .12em; }
.hero-kicker span { width: 28px; height: 2px; background: var(--teal); }
h1 { max-width: 680px; margin-bottom: 22px; color: var(--navy); font-size: clamp(44px, 5.15vw, 70px); line-height: 1.16; letter-spacing: -.045em; }
h1 em { color: var(--teal-dark); font-style: normal; }
.hero-copy { max-width: 580px; margin-bottom: 30px; color: #3b4c65; font-size: 17px; line-height: 1.9; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 13px; }
.button.primary { color: #fff; background: linear-gradient(135deg, #a01d3a, #86152f); box-shadow: 0 13px 30px rgba(160, 29, 58, .24); }
.button.ghost { border-color: rgba(160, 29, 58, .62); color: #86152f; background: rgba(255,255,255,.45); backdrop-filter: blur(6px); }
.button.ghost i { font-size: 19px; }

.metrics-wrap { position: relative; z-index: 4; width: var(--shell); height: 0; margin: auto; }
.metrics { position: absolute; inset: -73px 0 auto; display: grid; grid-template-columns: repeat(4, 1fr); min-height: 126px; border: 1px solid rgba(14,54,82,.06); border-radius: 12px; background: rgba(255,255,255,.96); box-shadow: var(--shadow); backdrop-filter: blur(12px); }
.metrics article { position: relative; display: flex; align-items: center; justify-content: center; gap: 20px; padding: 24px 20px; }
.metrics article + article::before { position: absolute; top: 29px; bottom: 29px; left: 0; width: 1px; content: ""; background: var(--line); }
.metrics i { color: #a01d3a; font-size: 30px; }
.metrics strong, .metrics span { display: block; }
.metrics strong { margin-bottom: 3px; color: var(--navy); font-size: 22px; line-height: 1.15; }
.metrics span { color: #60718a; font-size: 12px; }

.section { padding: 104px max(24px, calc((100% - 1120px) / 2)); }
.products { padding-top: 154px; background: linear-gradient(180deg, #fff 0%, #fcf8f9 100%); }
.section-intro, .industry-heading { display: grid; grid-template-columns: 1fr .8fr; gap: 80px; align-items: end; margin-bottom: 44px; }
.eyebrow { margin-bottom: 16px; color: var(--teal-dark); font-size: 11px; font-weight: 800; letter-spacing: .18em; }
.eyebrow.light { color: #f2a8b8; }
h2 { margin-bottom: 0; color: var(--navy); font-size: clamp(34px, 4vw, 48px); line-height: 1.22; letter-spacing: -.035em; }
h2 span { color: var(--teal-dark); }
.intro-side p { margin-bottom: 18px; color: var(--muted); font-size: 14px; }
.intro-side a, .text-link { color: var(--teal-dark); font-size: 14px; font-weight: 800; }
.intro-side a i, .text-link i { transition: transform .2s ease; }
.intro-side a:hover i, .text-link:hover i { display: inline-block; transform: translateX(4px); }

.product-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 16px; }
.product-card { position: relative; width: 100%; overflow: hidden; border: 1px solid #e2e9ed; border-radius: 11px; padding: 0; color: inherit; background: rgba(255,255,255,.96); box-shadow: 0 14px 35px rgba(15, 44, 70, .055); text-align: left; cursor: pointer; appearance: none; transition: transform .25s ease, box-shadow .25s ease, border .25s ease; }
.product-card:hover { z-index: 2; transform: translateY(-7px); border-color: rgba(160,29,58,.3); box-shadow: 0 23px 45px rgba(10, 41, 68, .13); }
.product-card figure { position: relative; aspect-ratio: 4 / 3; margin: 0; overflow: hidden; background: #ece8e8; }
.product-card figure::after { position: absolute; inset: auto 0 0; height: 38%; content: ""; opacity: .34; background: linear-gradient(transparent, rgba(7,28,61,.58)); transition: opacity .25s ease; }
.product-card img { width: 100%; height: 100%; object-fit: cover; transition: transform .55s cubic-bezier(.2,.75,.25,1), filter .3s ease; }
.product-card:hover img { transform: scale(1.045); filter: saturate(1.08); }
.product-card figure span { position: absolute; z-index: 1; right: 13px; bottom: 12px; display: grid; min-width: 32px; height: 24px; place-items: center; border: 1px solid rgba(255,255,255,.42); border-radius: 4px; color: #fff; background: rgba(7,28,61,.55); backdrop-filter: blur(7px); font-size: 10px; font-weight: 800; letter-spacing: .08em; }
.product-card h3 { position: relative; min-height: 72px; display: flex; align-items: center; margin: 0; padding: 16px 39px 16px 18px; color: var(--navy); font-size: 15px; line-height: 1.45; }
.product-card h3::after { position: absolute; right: 17px; color: var(--teal-dark); content: "\2197"; font-size: 17px; font-weight: 400; transition: transform .2s ease; }
.product-card:hover h3::after { transform: translate(2px, -2px); }
.product-card:focus-visible { outline: 3px solid rgba(160,29,58,.32); outline-offset: 4px; }

.product-modal { width: min(1100px, calc(100% - 40px)); max-width: none; max-height: calc(100dvh - 40px); overflow: visible; border: 0; padding: 0; background: transparent; }
.product-modal::backdrop { background: rgba(3,15,34,.82); backdrop-filter: blur(8px); }
.product-modal-shell { position: relative; display: grid; grid-template-columns: minmax(0, 1fr) 290px; overflow: hidden; border: 1px solid rgba(255,255,255,.18); border-radius: 14px; background: #fff; box-shadow: 0 34px 90px rgba(0,0,0,.42); animation: modal-in .28s cubic-bezier(.2,.75,.25,1) both; }
.product-modal-media { display: grid; min-height: 420px; max-height: calc(100dvh - 40px); place-items: center; overflow: auto; padding: 18px; background: #07172f; }
.product-modal-media img { display: block; width: auto; max-width: 100%; height: auto; max-height: calc(100dvh - 76px); object-fit: contain; }
.product-modal-copy { display: flex; min-width: 0; flex-direction: column; justify-content: flex-end; padding: 38px 30px; background: radial-gradient(circle at 100% 0, #f8e6ea, transparent 48%), #fff; }
.product-modal-copy p { margin-bottom: 15px; color: var(--teal-dark); font-size: 10px; font-weight: 800; letter-spacing: .16em; }
.product-modal-copy h2 { margin-bottom: 18px; font-size: clamp(25px, 3vw, 36px); overflow-wrap: anywhere; }
.product-modal-copy span { color: #8290a1; font-size: 10px; }
.product-modal-close { position: absolute; z-index: 3; top: 15px; right: 15px; display: grid; width: 42px; height: 42px; place-items: center; border: 1px solid #dbe3e8; border-radius: 50%; color: var(--navy); background: rgba(255,255,255,.9); box-shadow: 0 8px 22px rgba(7,28,61,.12); cursor: pointer; transition: transform .2s ease, background .2s ease; }
.product-modal-close:hover { transform: rotate(5deg) scale(1.06); background: #fff; }
.product-modal-close:focus-visible { outline: 3px solid rgba(160,29,58,.32); outline-offset: 3px; }
body.is-modal-open { overflow: hidden; }

@keyframes modal-in { from { opacity: 0; transform: translateY(18px) scale(.985); } to { opacity: 1; transform: none; } }

.about { display: grid; grid-template-columns: .82fr 1.18fr; gap: 78px; align-items: center; background: #fff; }
.about-copy > p:not(.eyebrow) { margin: 21px 0 0; color: var(--muted); font-size: 14px; }
.check-list { display: grid; gap: 9px; margin: 23px 0 26px; padding: 0; list-style: none; color: #43556d; font-size: 13px; }
.check-list i { margin-right: 8px; color: var(--teal); font-size: 17px; vertical-align: -2px; }
.about-visual { position: relative; min-height: 430px; }
.about-visual::before { position: absolute; z-index: 0; top: -22px; right: -22px; width: 47%; height: 48%; border-radius: 10px; content: ""; background: #f8e4e9; }
.about-visual img { position: absolute; z-index: 1; inset: 0; width: 100%; height: 100%; border-radius: 11px; object-fit: cover; box-shadow: 0 20px 45px rgba(11, 36, 66, .16); }
.experience-card { position: absolute; z-index: 2; right: -20px; bottom: -22px; width: 198px; padding: 20px 22px; border: 1px solid rgba(10,48,74,.08); border-radius: 10px; background: rgba(255,255,255,.96); box-shadow: 0 15px 34px rgba(12,41,68,.13); }
.experience-card strong, .experience-card b, .experience-card span { display: block; }
.experience-card strong { color: var(--navy); font-size: 36px; line-height: 1; }
.experience-card sup { color: var(--teal); font-size: 18px; }
.experience-card b { margin: 8px 0 3px; font-size: 13px; }
.experience-card span { color: var(--muted); font-size: 11px; }

.awards { background: radial-gradient(circle at 8% 0, rgba(160,29,58,.07), transparent 28%), #faf7f8; }
.award-heading { display: grid; grid-template-columns: 1fr .8fr; gap: 80px; align-items: end; margin-bottom: 42px; }
.award-heading > p { max-width: 440px; margin-bottom: 4px; color: var(--muted); font-size: 14px; }
.award-overview { display: grid; grid-template-columns: minmax(0, 1.55fr) minmax(270px, .65fr); min-height: 350px; overflow: hidden; margin-bottom: 18px; border-radius: 13px; background: var(--navy); box-shadow: 0 20px 48px rgba(7,28,61,.14); }
.award-overview-media { min-width: 0; overflow: hidden; }
.award-overview-media img { width: 100%; height: 100%; object-fit: cover; transition: transform .65s cubic-bezier(.2,.75,.25,1), filter .3s ease; }
.award-overview-copy { position: relative; display: flex; flex-direction: column; justify-content: flex-end; padding: 38px 36px; overflow: hidden; color: #fff; background: radial-gradient(circle at 100% 0, rgba(160,29,58,.58), transparent 48%), linear-gradient(145deg, #0c294d, #071c3d); }
.award-overview-copy::before { position: absolute; top: 28px; right: 30px; width: 70px; height: 1px; content: ""; background: rgba(255,255,255,.25); }
.award-overview-copy > * { position: relative; z-index: 1; }
.award-overview-copy span { margin-bottom: 15px; color: #f2a8b8; font-size: 10px; font-weight: 800; letter-spacing: .16em; }
.award-overview-copy h3 { margin-bottom: 15px; font-size: clamp(24px, 2.6vw, 34px); line-height: 1.35; letter-spacing: -.025em; }
.award-overview-copy p { max-width: 240px; margin: 0; color: rgba(255,255,255,.58); font-size: 11px; }
.award-overview-copy i { position: absolute; top: 42px; left: 35px; color: rgba(242,168,184,.22); font-size: 70px; }
.award-overview:hover .award-overview-media img { transform: scale(1.025); filter: saturate(1.06); }
.award-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 18px; }
.award-card { overflow: hidden; border: 1px solid #e3dfe1; border-radius: 12px; background: #fff; box-shadow: 0 12px 30px rgba(18,35,57,.055); transition: transform .25s ease, box-shadow .25s ease, border-color .25s ease; }
.award-card figure { position: relative; aspect-ratio: 3 / 4; margin: 0; overflow: hidden; background: #e9e5e3; }
.award-card figure::after { position: absolute; inset: auto 0 0; height: 28%; content: ""; background: linear-gradient(transparent, rgba(7,28,61,.3)); }
.award-card figure img { width: 100%; height: 100%; object-fit: cover; transition: transform .55s cubic-bezier(.2,.75,.25,1); }
.award-card figure span { position: absolute; z-index: 1; right: 14px; bottom: 13px; display: grid; min-width: 34px; height: 25px; place-items: center; border: 1px solid rgba(255,255,255,.44); border-radius: 4px; color: #fff; background: rgba(7,28,61,.52); backdrop-filter: blur(7px); font-size: 10px; font-weight: 800; }
.award-card > div { min-height: 110px; padding: 20px 22px; }
.award-card h3 { margin-bottom: 5px; color: var(--navy); font-size: 16px; }
.award-card p { margin: 0; color: var(--muted); font-size: 11px; }
.award-card:hover { transform: translateY(-7px); border-color: rgba(160,29,58,.24); box-shadow: 0 22px 42px rgba(18,35,57,.11); }
.award-card:hover figure img { transform: scale(1.035); }

.industries { color: #fff; background: linear-gradient(130deg, rgba(6,29,56,.98), rgba(4,48,69,.92)), url("assets/industry-applications-grid.webp") center/cover; }
.industry-heading { align-items: end; }
.industry-heading h2 { color: #fff; }
.industry-heading > p { max-width: 430px; margin-bottom: 4px; color: rgba(255,255,255,.64); font-size: 14px; }
.industry-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 1px; border: 1px solid rgba(255,255,255,.14); }
.industry-card { position: relative; min-height: 250px; padding: 30px 27px; overflow: hidden; background: rgba(8,31,58,.55); transition: background .25s ease; }
.industry-card::before { position: absolute; inset: 0; content: ""; opacity: 0; background-image: url("assets/industry-applications-grid.webp"); background-size: 400% 200%; transition: opacity .25s ease; }
.industry-card::after { position: absolute; inset: 0; content: ""; opacity: 0; background: linear-gradient(180deg, rgba(3,25,45,.32), rgba(2,27,48,.9)); transition: opacity .25s ease; }
.industry-card.i1::before { background-position: 0 0; }.industry-card.i2::before { background-position: 33.33% 0; }.industry-card.i3::before { background-position: 66.66% 0; }.industry-card.i4::before { background-position: 100% 0; }
.industry-card:hover::before, .industry-card:hover::after { opacity: 1; }
.industry-card > * { position: relative; z-index: 1; }
.industry-card span { display: block; margin-bottom: 28px; color: rgba(255,255,255,.4); font-size: 11px; }
.industry-card > i { color: #f1a6b6; font-size: 35px; }
.industry-card h3 { margin: 27px 0 6px; font-size: 19px; }
.industry-card p { margin: 0; color: rgba(255,255,255,.62); font-size: 12px; }

.strength { background: radial-gradient(circle at 92% 4%, rgba(160,29,58,.055), transparent 30%), var(--ice); }
.strength-copy { display: grid; grid-template-columns: 1fr .8fr; gap: 80px; align-items: end; margin-bottom: 44px; }
.strength-intro-side p { margin-bottom: 18px; color: var(--muted); font-size: 14px; }
.strength-list { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 18px; }
.strength-list article { position: relative; overflow: hidden; border: 1px solid #e1e9ed; border-radius: 12px; background: #fff; box-shadow: 0 14px 34px rgba(10,35,60,.065); transition: transform .28s ease, box-shadow .28s ease, border-color .28s ease; }
.strength-list article::after { position: absolute; top: 0; right: 0; left: 0; height: 3px; content: ""; opacity: 0; background: var(--teal); transform: scaleX(.2); transform-origin: left; transition: opacity .25s ease, transform .35s ease; }
.strength-list article:hover { transform: translateY(-8px); border-color: rgba(160,29,58,.23); box-shadow: 0 24px 48px rgba(10,35,60,.13); }
.strength-list article:hover::after { opacity: 1; transform: scaleX(1); }
.strength-media { position: relative; aspect-ratio: 4 / 3; overflow: hidden; background: #e7e8e9; }
.strength-media::after { position: absolute; inset: auto 0 0; height: 34%; content: ""; background: linear-gradient(transparent, rgba(7,28,61,.28)); }
.strength-media img { width: 100%; height: 100%; object-fit: cover; transition: transform .5s cubic-bezier(.2,.75,.25,1), filter .25s ease; }
.strength-list article:hover .strength-media img { transform: scale(1.05); filter: saturate(1.08); }
.strength-card-body { position: relative; padding: 0 24px 25px; }
.strength-card-body > i { display: grid; width: 58px; height: 58px; place-items: center; margin: -29px 0 15px; border: 5px solid #fff; border-radius: 50%; color: #fff; background: linear-gradient(135deg, var(--teal), var(--teal-dark)); box-shadow: 0 9px 20px rgba(160,29,58,.24); font-size: 23px; }
.strength-list h3 { margin-bottom: 7px; color: var(--navy); font-size: 18px; }
.strength-list p { margin: 0; color: var(--muted); font-size: 13px; line-height: 1.75; }

.contact { position: relative; min-height: 680px; overflow: hidden; color: #fff; background: var(--navy); isolation: isolate; }
.contact-copy { position: relative; z-index: 3; width: min(470px, 43%); }
.contact h2 { color: #fff; }
.contact-copy > p:not(.eyebrow) { margin: 21px 0 27px; color: rgba(255,255,255,.67); font-size: 14px; }
.contact-items { display: grid; gap: 10px; }
.contact-items > * { display: flex; align-items: center; gap: 15px; padding: 11px 0; }
.contact-items > * > i { display: grid; width: 42px; height: 42px; flex: 0 0 auto; place-items: center; border: 1px solid rgba(255,255,255,.18); border-radius: 50%; color: #f2a8b8; }
.contact-items small, .contact-items strong { display: block; }
.contact-items small { color: rgba(255,255,255,.5); font-size: 10px; }
.contact-items strong { font-size: 14px; }
.map-card { position: absolute; z-index: 0; inset: 0; overflow: hidden; background: #e8e2e4; }
.map-frame { position: absolute; inset: 0; overflow: hidden; background: #e8e2e4; }
.map-frame::after { position: absolute; z-index: 1; inset: 0; pointer-events: none; content: ""; background: linear-gradient(90deg, rgba(7,28,61,.99) 0%, rgba(7,28,61,.94) 30%, rgba(7,28,61,.7) 47%, rgba(7,28,61,.16) 70%, rgba(7,28,61,.03) 100%), radial-gradient(circle at 10% 0, rgba(160,29,58,.32), transparent 38%); }
.map-frame iframe { position: relative; z-index: 0; width: 100%; height: 100%; border: 0; filter: saturate(.76) contrast(.96); }
.map-info { position: absolute; z-index: 2; right: max(24px, calc((100% - 1120px) / 2)); bottom: 38px; display: flex; width: min(540px, 46vw); min-height: 96px; align-items: center; justify-content: space-between; gap: 20px; border: 1px solid rgba(255,255,255,.76); border-radius: 11px; padding: 18px 20px; color: var(--text); background: rgba(255,255,255,.93); box-shadow: 0 20px 48px rgba(7,28,61,.24); backdrop-filter: blur(14px); }
.map-address { display: flex; min-width: 0; align-items: center; gap: 14px; }
.map-address > i { display: grid; width: 43px; height: 43px; flex: 0 0 auto; place-items: center; border-radius: 50%; color: #fff; background: var(--teal); font-size: 20px; box-shadow: 0 8px 18px rgba(160,29,58,.24); }
.map-address small, .map-address strong { display: block; }
.map-address small { overflow: hidden; margin-bottom: 2px; color: #718196; font-size: 10px; text-overflow: ellipsis; white-space: nowrap; }
.map-address strong { color: var(--navy); font-size: 14px; white-space: nowrap; }
.map-actions { display: flex; flex: 0 0 auto; gap: 7px; }
.map-actions a { display: inline-flex; min-height: 38px; align-items: center; gap: 6px; border: 1px solid #dbe5e9; border-radius: 6px; padding: 0 12px; color: #52657a; background: #f7fafb; font-size: 11px; font-weight: 800; transition: .2s ease; }
.map-actions a:hover { transform: translateY(-2px); box-shadow: 0 7px 15px rgba(7,28,61,.1); }

.site-footer { display: grid; grid-template-columns: 1fr auto auto; gap: 34px; align-items: center; padding: 25px max(24px, calc((100% - 1120px) / 2)); color: #7e8da0; background: #05152c; font-size: 11px; }
.site-footer p { margin: 0; }
.footer-brand { display: flex; align-items: center; gap: 10px; color: #fff; }
.footer-brand img { width: 36px; height: 36px; border-radius: 50%; }
.footer-brand strong, .footer-brand span { display: block; }
.footer-brand strong { font-size: 13px; }.footer-brand span { color: #7e8da0; font-size: 9px; }
.mobile-contact { display: none; }

.reveal { opacity: 0; transform: translateY(22px); transition: opacity .7s ease, transform .7s cubic-bezier(.2,.75,.25,1); }
.reveal.is-visible { opacity: 1; transform: translateY(0); }
.product-card:nth-child(2), .industry-card:nth-child(2), .strength-list article:nth-child(2), .award-card:nth-child(2) { transition-delay: .08s; }
.product-card:nth-child(3), .industry-card:nth-child(3), .strength-list article:nth-child(3), .award-card:nth-child(3) { transition-delay: .16s; }
.product-card:nth-child(4), .industry-card:nth-child(4) { transition-delay: .24s; }

@media (max-width: 1040px) {
  .nav-shell { grid-template-columns: 1fr auto auto; }
  .site-nav { position: fixed; top: 72px; right: 24px; left: 24px; display: none; flex-direction: column; align-items: stretch; gap: 0; padding: 12px; border: 1px solid var(--line); border-radius: 10px; background: rgba(255,255,255,.98); box-shadow: var(--shadow); }
  .site-nav.is-open { display: flex; }
  .site-nav a { padding: 12px; }.site-nav a::after { display: none; }
  .nav-toggle { display: grid; place-items: center; order: 2; }
  .header-cta { order: 3; }.brand { order: 1; }
  .product-grid { grid-template-columns: repeat(2, 1fr); }
  .industry-grid { grid-template-columns: repeat(2, 1fr); }
  .about { gap: 48px; }.strength-copy { gap: 50px; }
}

@media (max-width: 740px) {
  :root { --shell: min(100% - 34px, 1120px); }
  body { padding-bottom: 58px; }
  .site-header, .site-header.is-scrolled { height: 68px; }
  .nav-shell { gap: 7px; }.brand { min-width: 0; }.brand img { width: 39px; height: 39px; }.brand strong { font-size: 14px; }.brand small { display: none; }
  .header-cta { display: none; }.nav-toggle { padding: 0; }
  .site-nav { top: 67px; right: 17px; left: 17px; }
  .hero { min-height: 660px; }
  .hero-media img { object-position: 64% center; }.hero-wash { background: linear-gradient(90deg, rgba(253,249,250,.98), rgba(253,249,250,.9) 62%, rgba(253,249,250,.35)), linear-gradient(0deg, rgba(255,255,255,.65), transparent); }
  .hero-content { padding-top: 145px; }.hero-kicker { font-size: 10px; } h1 { font-size: 41px; }.hero-copy { font-size: 14px; }
  .hero-actions { align-items: stretch; flex-direction: column; width: 205px; }
  .metrics-wrap { height: auto; padding: 0; }.metrics { position: relative; inset: auto; grid-template-columns: repeat(2, 1fr); margin-top: -42px; }
  .metrics article { justify-content: flex-start; gap: 13px; padding: 20px 16px; }.metrics article + article::before { display: none; }.metrics article:nth-child(odd) { border-right: 1px solid var(--line); }.metrics article:nth-child(n+3) { border-top: 1px solid var(--line); }.metrics i { font-size: 23px; }.metrics strong { font-size: 17px; }.metrics span { font-size: 10px; }
  .section { padding: 78px 17px; }.products { padding-top: 78px; }
  .section-intro, .industry-heading { grid-template-columns: 1fr; gap: 22px; align-items: start; margin-bottom: 32px; } h2 { font-size: 34px; }
  .product-grid, .industry-grid { grid-template-columns: 1fr; }.product-card h3 { min-height: 66px; }
  .product-modal { width: calc(100% - 24px); max-height: calc(100dvh - 24px); }.product-modal-shell { grid-template-columns: 1fr; max-height: calc(100dvh - 24px); overflow: auto; }.product-modal-media { min-height: 0; max-height: none; aspect-ratio: 4 / 3; padding: 10px; overflow: hidden; }.product-modal-media img { max-height: 100%; }.product-modal-copy { padding: 25px 22px 27px; }.product-modal-copy h2 { margin-bottom: 10px; }.product-modal-close { top: 10px; right: 10px; }
  .about { grid-template-columns: 1fr; gap: 48px; }.about-visual { min-height: 340px; }.experience-card { right: 12px; bottom: -20px; }
  .award-heading { grid-template-columns: 1fr; gap: 22px; margin-bottom: 32px; }.award-overview { grid-template-columns: 1fr; min-height: 0; }.award-overview-media { aspect-ratio: 16 / 9; }.award-overview-copy { min-height: 230px; padding: 29px 24px; }.award-overview-copy i { top: 25px; left: 23px; }.award-grid { grid-template-columns: 1fr; }.award-card figure { aspect-ratio: 4 / 5; }
  .industry-card { min-height: 220px; }.strength-copy { grid-template-columns: 1fr; gap: 22px; margin-bottom: 32px; }.strength-list { grid-template-columns: 1fr; gap: 18px; }.strength-media { aspect-ratio: 16 / 10; }.strength-card-body { padding: 0 20px 22px; }
  .contact { min-height: 920px; padding-bottom: 430px; }.contact-copy { width: 100%; }.map-frame::after { background: linear-gradient(180deg, rgba(7,28,61,.99) 0%, rgba(7,28,61,.93) 38%, rgba(7,28,61,.4) 61%, rgba(7,28,61,.04) 83%); }.map-info { right: 17px; bottom: 24px; left: 17px; width: auto; align-items: stretch; flex-direction: column; }.map-address strong { white-space: normal; }.map-actions { display: grid; grid-template-columns: 1fr 1fr; }.map-actions a { justify-content: center; }
  .site-footer { grid-template-columns: 1fr; gap: 12px; padding: 30px 17px; }.site-footer > p { display: none; }
  .mobile-contact { position: fixed; z-index: 40; right: 0; bottom: 0; left: 0; display: grid; grid-template-columns: 1fr 1fr; height: 58px; color: #fff; background: var(--navy); box-shadow: 0 -8px 25px rgba(6,28,55,.15); }
  .mobile-contact a { display: flex; align-items: center; justify-content: center; gap: 8px; font-size: 14px; font-weight: 800; }.mobile-contact a:last-child { background: var(--teal); }
}

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