@import url('https://fonts.googleapis.com/css2?family=Manrope:wght@400;500;600;700;800&family=Oswald:wght@500;600;700&display=swap');

:root {
    --navy: #0b2341;
    --navy-deep: #07182d;
    --blue: #1479c9;
    --blue-bright: #1894ea;
    --orange: #f39821;
    --ink: #172231;
    --muted: #677384;
    --line: #dfe5eb;
    --surface: #f3f6f8;
    --white: #ffffff;
    --shadow: 0 20px 55px rgba(9, 32, 58, .12);
    --radius: 6px;
    --container: 1180px;
}

* { box-sizing: border-box; }
html { overflow-x: hidden; scroll-behavior: smooth; scroll-padding-top: 94px; }
body { margin: 0; overflow-x: hidden; color: var(--ink); background: var(--white); font-family: 'Manrope', Arial, sans-serif; font-size: 16px; line-height: 1.65; -webkit-font-smoothing: antialiased; }
body.menu-open { overflow: hidden; }
img { display: block; max-width: 100%; }
a { color: inherit; text-decoration: none; }
button, input, textarea { font: inherit; }
button { cursor: pointer; }
.container { width: min(calc(100% - 40px), var(--container)); margin-inline: auto; }
.skip-link { position: fixed; z-index: 9999; top: 10px; left: 10px; transform: translateY(-150%); background: var(--orange); color: #111; padding: 9px 15px; font-weight: 800; }
.skip-link:focus { transform: translateY(0); }

.topbar { background: var(--navy-deep); color: #cfdae6; font-size: 12px; letter-spacing: .03em; }
.topbar-inner { min-height: 38px; display: flex; align-items: center; justify-content: space-between; gap: 20px; }
.topbar p { margin: 0; }
.topbar-location { display: flex; align-items: center; gap: 8px; }
.topbar-location > span { width: 7px; height: 7px; background: var(--orange); border-radius: 50%; box-shadow: 0 0 0 3px rgba(243,152,33,.16); }
.topbar-links { display: flex; align-items: center; gap: 12px; }
.topbar-label { color: #7890a7; font-size: 9px; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }
.topbar a { transition: color .2s; }
.topbar a:hover { color: var(--white); }

.site-header { position: sticky; z-index: 100; top: 0; background: rgba(255, 255, 255, .96); border-bottom: 1px solid rgba(18, 43, 68, .08); backdrop-filter: blur(14px); transition: box-shadow .25s; }
.site-header.scrolled { box-shadow: 0 8px 24px rgba(4, 24, 45, .09); }
.nav-wrap { height: 82px; display: flex; align-items: center; justify-content: space-between; }
.brand { display: inline-flex; align-items: center; gap: 12px; min-width: 245px; line-height: 1.1; }
.brand img { width: 58px; height: 58px; object-fit: contain; mix-blend-mode: multiply; }
.brand span { display: grid; gap: 4px; }
.brand strong { color: var(--navy); font-family: 'Oswald', sans-serif; text-transform: uppercase; letter-spacing: .055em; font-size: 20px; }
.brand small { color: var(--blue); font-size: 11px; font-weight: 800; text-transform: uppercase; letter-spacing: .18em; }
.primary-nav { display: flex; align-items: center; gap: 31px; font-size: 13px; font-weight: 800; }
.primary-nav > a:not(.nav-cta) { position: relative; padding: 30px 0; }
.primary-nav > a:not(.nav-cta)::after { position: absolute; right: 0; bottom: 20px; left: 0; height: 2px; content: ''; background: var(--orange); transform: scaleX(0); transform-origin: right; transition: transform .25s; }
.primary-nav > a:not(.nav-cta):hover::after, .primary-nav > a:not(.nav-cta).active::after { transform: scaleX(1); transform-origin: left; }
.nav-cta { padding: 13px 18px; color: var(--white); background: var(--navy); transition: background .2s, transform .2s; }
.nav-cta:hover { background: var(--blue); transform: translateY(-2px); }
.menu-toggle { display: none; width: 44px; height: 44px; padding: 10px; border: 0; background: transparent; }
.menu-toggle span { display: block; width: 24px; height: 2px; margin: 5px auto; background: var(--navy); transition: transform .25s, opacity .25s; }

.hero { position: relative; min-height: calc(100vh - 120px); overflow: hidden; color: var(--white); background: var(--navy); display: grid; align-items: center; }
.hero::before { position: absolute; inset: 0; content: ''; background: radial-gradient(circle at 74% 45%, rgba(25, 148, 234, .3), transparent 28%), linear-gradient(105deg, var(--navy-deep), var(--navy) 58%, #0c335c); }
.hero::after { position: absolute; top: 0; right: -100px; width: 44%; height: 100%; content: ''; background: rgba(255,255,255,.025); transform: skewX(-12deg); }
.hero-grid-pattern { position: absolute; inset: 0; opacity: .12; background-image: linear-gradient(rgba(255,255,255,.11) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.11) 1px, transparent 1px); background-size: 58px 58px; mask-image: linear-gradient(90deg, transparent 10%, #000 75%); }
.hero-grid { position: relative; z-index: 2; display: grid; grid-template-columns: 1.03fr .97fr; align-items: center; gap: 70px; padding: 78px 0 100px; }
.eyebrow { margin: 0 0 16px; display: flex; align-items: center; gap: 12px; color: #9fd6ff; font-size: 12px; font-weight: 800; letter-spacing: .15em; text-transform: uppercase; }
.eyebrow span { display: inline-block; width: 28px; height: 3px; background: var(--orange); }
.eyebrow.dark { color: var(--blue); }
.hero h1, .section h2, .industry-banner h2 { margin: 0; font-family: 'Oswald', Impact, sans-serif; font-weight: 600; line-height: 1.07; letter-spacing: -.025em; text-transform: uppercase; }
.hero h1 { max-width: 680px; overflow-wrap: normal; font-size: clamp(47px, 6vw, 78px); }
.hero-copy, .hero-visual { min-width: 0; }
.hero-lead { max-width: 640px; margin: 25px 0 31px; color: #c8d7e7; font-size: 17px; line-height: 1.75; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 12px; }
.btn { min-height: 52px; padding: 14px 23px; display: inline-flex; align-items: center; justify-content: center; gap: 15px; border: 1px solid transparent; border-radius: 2px; font-size: 13px; font-weight: 800; letter-spacing: .025em; transition: transform .2s, box-shadow .2s, background .2s, color .2s, border .2s; }
.btn:hover { transform: translateY(-2px); }
.btn-primary { color: var(--white); background: var(--blue); box-shadow: 0 12px 28px rgba(20, 121, 201, .26); }
.btn-primary:hover { background: var(--blue-bright); box-shadow: 0 14px 34px rgba(20, 121, 201, .36); }
.btn-ghost { color: var(--white); border-color: rgba(255,255,255,.35); background: rgba(255,255,255,.04); }
.btn-ghost:hover { border-color: var(--white); background: rgba(255,255,255,.1); }
.btn-outline { color: var(--navy); border-color: var(--navy); background: transparent; }
.btn-outline:hover { color: var(--white); background: var(--navy); }
.btn-light { color: var(--navy); background: var(--white); }
.btn-light:hover { background: var(--orange); }
.hero-trust { max-width: 570px; margin-top: 42px; display: grid; grid-template-columns: repeat(3, 1fr); border-top: 1px solid rgba(255,255,255,.18); }
.hero-trust div { min-width: 0; padding: 20px 14px 0 0; display: grid; gap: 4px; }
.hero-trust div + div { padding-left: 22px; border-left: 1px solid rgba(255,255,255,.15); }
.hero-trust strong { color: var(--white); font-family: 'Oswald', sans-serif; font-size: 27px; }
.hero-trust span { color: #91a8be; font-size: 11px; font-weight: 700; text-transform: uppercase; letter-spacing: .07em; }
.hero-visual { position: relative; min-height: 600px; }
.hero-ring { position: absolute; inset: 60px 15px 55px 35px; border: 1px solid rgba(255,255,255,.12); border-radius: 50%; }
.hero-ring::before, .hero-ring::after { position: absolute; content: ''; border: 1px solid rgba(255,255,255,.09); border-radius: 50%; }
.hero-ring::before { inset: 34px; }
.hero-ring::after { inset: 80px; }
.hero-product-main { position: absolute; z-index: 2; inset: 78px 15px 70px 30px; display: grid; place-items: center; }
.hero-product-main img { width: 92%; height: 92%; object-fit: contain; filter: drop-shadow(0 28px 32px rgba(0,0,0,.22)); mix-blend-mode: screen; }
.hero-product-float { position: absolute; z-index: 4; width: 138px; height: 138px; padding: 10px; overflow: hidden; background: var(--white); border: 4px solid rgba(255,255,255,.2); box-shadow: 0 20px 36px rgba(0,0,0,.24); }
.hero-product-float img { width: 100%; height: 100%; object-fit: contain; }
.float-one { top: 60px; right: -18px; animation: float 5s ease-in-out infinite; }
.float-two { right: 5px; bottom: 86px; width: 120px; height: 145px; animation: float 6s ease-in-out -1s infinite; }
@keyframes float { 50% { transform: translateY(-10px); } }
.made-card { position: absolute; z-index: 5; left: 0; bottom: 54px; padding: 13px 18px 13px 13px; display: flex; align-items: center; gap: 12px; color: var(--ink); background: var(--white); box-shadow: 0 15px 35px rgba(0,0,0,.18); }
.made-card > span:last-child { display: grid; }
.made-card strong { font-size: 12px; }
.made-card small { color: var(--muted); font-size: 10px; }
.made-icon { width: 42px; height: 42px; display: grid; place-items: center; color: var(--white); background: var(--orange); font-family: 'Oswald', sans-serif; font-size: 13px; }
.scroll-cue { position: absolute; z-index: 5; right: 28px; bottom: 50px; display: flex; align-items: center; gap: 10px; color: #89a1b8; font-size: 10px; font-weight: 800; letter-spacing: .16em; text-transform: uppercase; transform: rotate(90deg); transform-origin: right bottom; }
.scroll-cue span { width: 38px; height: 1px; background: var(--orange); }

.trust-strip { position: relative; z-index: 4; margin-top: -1px; color: var(--white); background: var(--blue); }
.trust-grid { display: grid; grid-template-columns: repeat(4, 1fr); }
.trust-grid > div { min-height: 112px; padding: 25px 22px; display: flex; align-items: center; gap: 16px; border-right: 1px solid rgba(255,255,255,.16); }
.trust-grid > div:first-child { border-left: 1px solid rgba(255,255,255,.16); }
.trust-number { color: rgba(255,255,255,.45); font-family: 'Oswald'; font-size: 29px; }
.trust-grid p { margin: 0; display: grid; line-height: 1.35; }
.trust-grid strong { font-size: 13px; }
.trust-grid small { margin-top: 4px; color: #c9e6fb; font-size: 10px; }

.section { padding: 110px 0; }
.section h2 { color: var(--navy); font-size: clamp(38px, 4.6vw, 57px); }
.about-grid { display: grid; grid-template-columns: .95fr 1.05fr; align-items: center; gap: 90px; }
.about-collage { position: relative; min-height: 570px; }
.collage-main { position: absolute; top: 0; left: 0; width: 79%; height: 450px; overflow: hidden; background: var(--surface); box-shadow: var(--shadow); }
.collage-main img { width: 100%; height: 100%; object-fit: contain; }
.collage-small { position: absolute; right: 0; bottom: 0; width: 54%; height: 310px; padding: 12px; background: var(--white); box-shadow: var(--shadow); }
.collage-small img { width: 100%; height: 100%; object-fit: contain; background: var(--surface); }
.experience-badge { position: absolute; z-index: 3; left: 18px; bottom: 26px; width: 145px; height: 145px; padding: 19px; display: grid; align-content: center; color: var(--white); background: var(--navy); border-bottom: 5px solid var(--orange); }
.experience-badge strong { color: #a8c0d7; font-size: 10px; text-transform: uppercase; letter-spacing: .15em; }
.experience-badge span { font-family: 'Oswald'; font-size: 41px; line-height: 1.15; }
.experience-badge small { font-size: 10px; }
.section-copy > p:not(.eyebrow) { color: var(--muted); }
.section-copy h2 + p { margin-top: 24px; }
.check-grid { margin: 27px 0 25px; display: grid; grid-template-columns: repeat(2, 1fr); gap: 15px; color: var(--navy); font-size: 13px; font-weight: 700; }
.check-grid span { display: flex; align-items: center; gap: 10px; }
.check-grid i { width: 24px; height: 24px; display: grid; place-items: center; color: var(--white); background: var(--blue); border-radius: 50%; font-style: normal; font-size: 12px; }
.text-link { display: inline-flex; gap: 14px; color: var(--blue); border-bottom: 1px solid var(--blue); font-size: 13px; font-weight: 800; }

.product-section { background: var(--surface); }
.section-heading { margin-bottom: 43px; display: grid; grid-template-columns: 1.2fr .8fr; align-items: end; gap: 80px; }
.section-heading > p { margin: 0 0 5px; color: var(--muted); }
.filter-row { margin-bottom: 32px; display: flex; flex-wrap: wrap; gap: 8px; }
.filter-button { padding: 10px 17px; color: var(--muted); background: var(--white); border: 1px solid var(--line); font-size: 12px; font-weight: 800; transition: color .2s, background .2s, border .2s; }
.filter-button:hover, .filter-button.active { color: var(--white); background: var(--navy); border-color: var(--navy); }
.product-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 20px; }
.product-card { min-width: 0; overflow: hidden; background: var(--white); border: 1px solid #e5eaee; transition: transform .25s, box-shadow .25s; }
.product-card:hover { transform: translateY(-5px); box-shadow: var(--shadow); }
.product-card[hidden] { display: none !important; }
.product-image { position: relative; width: 100%; aspect-ratio: 1 / .86; padding: 10px; overflow: hidden; background: #fff; border: 0; }
.product-image::after { position: absolute; inset: 0; content: ''; border: 1px solid transparent; transition: border .2s; }
.product-card:hover .product-image::after { border-color: rgba(20,121,201,.22); }
.product-image img { width: 100%; height: 100%; object-fit: contain; transition: transform .35s; }
.product-card:hover .product-image img { transform: scale(1.05); }
.zoom-icon { position: absolute; top: 12px; right: 12px; width: 34px; height: 34px; display: grid; place-items: center; color: var(--white); background: var(--blue); opacity: 0; transform: translateY(-5px); transition: opacity .2s, transform .2s; }
.product-card:hover .zoom-icon { opacity: 1; transform: translateY(0); }
.product-info { padding: 18px 20px 20px; border-top: 1px solid #edf0f3; }
.product-info > span { color: var(--blue); font-size: 9px; font-weight: 800; letter-spacing: .14em; text-transform: uppercase; }
.product-info h3 { min-height: 44px; margin: 6px 0 12px; color: var(--navy); font-family: 'Oswald'; font-size: 19px; font-weight: 600; line-height: 1.25; }
.product-info a { display: inline-flex; gap: 10px; color: var(--muted); font-size: 11px; font-weight: 800; text-transform: uppercase; letter-spacing: .05em; transition: color .2s; }
.product-info a:hover { color: var(--blue); }
.show-more-wrap { margin-top: 36px; text-align: center; }

.capabilities { position: relative; overflow: hidden; color: var(--white); background: var(--navy-deep); }
.capabilities::before { position: absolute; inset: 0; content: ''; opacity: .12; background-image: linear-gradient(120deg, transparent 49.8%, rgba(255,255,255,.2) 50%, transparent 50.2%); background-size: 200px 200px; }
.capabilities .container { position: relative; z-index: 2; }
.section-heading.light h2 { color: var(--white); }
.section-heading.light > p { color: #aebed0; }
.capability-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 16px; }
.capability-card { position: relative; min-height: 310px; padding: 30px 27px; overflow: hidden; background: rgba(255,255,255,.055); border: 1px solid rgba(255,255,255,.12); transition: background .25s, transform .25s; }
.capability-card:hover { background: var(--blue); transform: translateY(-6px); }
.cap-index { position: absolute; top: 19px; right: 22px; color: rgba(255,255,255,.28); font-family: 'Oswald'; font-size: 22px; }
.cap-icon { width: 62px; height: 62px; margin-bottom: 44px; display: grid; place-items: center; color: var(--orange); border: 1px solid rgba(255,255,255,.22); font-size: 31px; transition: color .25s, border .25s; }
.capability-card:hover .cap-icon { color: var(--white); border-color: rgba(255,255,255,.55); }
.capability-card h3 { margin: 0 0 13px; font-family: 'Oswald'; font-size: 23px; font-weight: 600; text-transform: uppercase; }
.capability-card p { margin: 0; color: #aebed0; font-size: 13px; line-height: 1.75; }
.capability-card:hover p { color: #e3eff9; }

.process-section { background: var(--white); }
.process-grid { display: grid; grid-template-columns: .84fr 1.16fr; align-items: center; gap: 100px; }
.process-grid .btn { margin-top: 17px; }
.process-list { margin: 0; padding: 0; list-style: none; }
.process-list li { position: relative; padding: 20px 0; display: grid; grid-template-columns: 65px 1fr; gap: 19px; border-bottom: 1px solid var(--line); }
.process-list li:first-child { border-top: 1px solid var(--line); }
.process-list li > span { width: 47px; height: 47px; display: grid; place-items: center; color: var(--white); background: var(--navy); font-family: 'Oswald'; font-size: 15px; transition: background .2s; }
.process-list li:hover > span { background: var(--blue); }
.process-list h3 { margin: 0 0 4px; color: var(--navy); font-family: 'Oswald'; font-size: 20px; text-transform: uppercase; }
.process-list p { margin: 0; color: var(--muted); font-size: 13px; }

.industry-banner { padding: 61px 0; color: var(--white); background: var(--blue); }
.industry-inner { display: grid; grid-template-columns: 1fr .9fr auto; align-items: center; gap: 60px; }
.industry-banner .eyebrow { color: #d4edff; }
.industry-banner h2 { color: var(--white); font-size: clamp(36px, 4vw, 52px); }
.industry-inner > p { margin: 0; color: #d5edff; font-size: 14px; }

.contact-section { background: var(--surface); }
.contact-grid { display: grid; grid-template-columns: .9fr 1.1fr; gap: 85px; }
.contact-copy > p:not(.eyebrow) { color: var(--muted); }
.contact-list { margin-top: 30px; display: grid; grid-template-columns: repeat(2, 1fr); gap: 13px; }
.contact-list > a { padding: 14px; display: flex; align-items: center; gap: 12px; background: var(--white); border: 1px solid var(--line); transition: transform .2s, border .2s; }
.contact-list > a:hover { transform: translateY(-2px); border-color: var(--blue); }
.contact-icon { flex: 0 0 39px; width: 39px; height: 39px; display: grid; place-items: center; color: var(--white); background: var(--blue); font-weight: 800; }
.contact-list a > span:last-child { min-width: 0; display: grid; }
.contact-list small, .address-card small { color: var(--muted); font-size: 9px; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; }
.contact-list strong { overflow: hidden; color: var(--navy); font-size: 12px; text-overflow: ellipsis; }
.address-card { margin-top: 14px; padding: 18px; display: flex; align-items: flex-start; gap: 13px; background: var(--white); border: 1px solid var(--line); }
.address-card > div { display: grid; gap: 4px; }
.address-card strong { color: var(--navy); font-size: 12px; line-height: 1.6; }
.address-card a { width: max-content; margin-top: 4px; color: var(--blue); font-size: 11px; font-weight: 800; }
.enquiry-card { padding: 40px; background: var(--white); box-shadow: var(--shadow); border-top: 4px solid var(--orange); }
.form-head > span { color: var(--blue); font-size: 10px; font-weight: 800; letter-spacing: .13em; text-transform: uppercase; }
.form-head h3 { margin: 4px 0 24px; color: var(--navy); font-family: 'Oswald'; font-size: 31px; font-weight: 600; text-transform: uppercase; }
.form-alert { margin-bottom: 18px; padding: 12px 14px; font-size: 12px; font-weight: 700; }
.form-alert.success { color: #145c36; background: #dff5e8; border: 1px solid #a9ddbf; }
.form-alert.error { color: #842929; background: #fde7e7; border: 1px solid #edbbbb; }
.enquiry-card form, .enquiry-card label { display: grid; }
.enquiry-card form { gap: 15px; }
.field-row { display: grid; grid-template-columns: 1fr 1fr; gap: 15px; }
.enquiry-card label > span { margin-bottom: 6px; color: var(--navy); font-size: 10px; font-weight: 800; letter-spacing: .07em; text-transform: uppercase; }
.enquiry-card input, .enquiry-card textarea { width: 100%; color: var(--ink); background: #f7f9fa; border: 1px solid #dfe5e9; border-radius: 0; outline: 0; transition: border .2s, box-shadow .2s; }
.enquiry-card input { height: 50px; padding: 0 14px; }
.enquiry-card textarea { min-height: 125px; padding: 13px 14px; resize: vertical; }
.enquiry-card input:focus, .enquiry-card textarea:focus { border-color: var(--blue); box-shadow: 0 0 0 3px rgba(20,121,201,.1); }
.submit-btn { width: 100%; margin-top: 3px; border: 0; }
.form-note { margin: -4px 0 0; color: var(--muted); text-align: center; font-size: 10px; }
.hp-field { position: absolute !important; width: 1px; height: 1px; overflow: hidden; clip: rect(0,0,0,0); }
.map-wrap { height: 380px; background: #d9e0e5; }
.map-wrap iframe { width: 100%; height: 100%; border: 0; filter: grayscale(.25) contrast(.95); }

.site-footer { color: #b5c4d2; background: var(--navy-deep); }
.footer-contact-strip { background: #0d2d50; border-bottom: 1px solid rgba(255,255,255,.09); }
.footer-contact-grid { display: grid; grid-template-columns: repeat(3, 1fr); }
.footer-contact-grid > a { min-width: 0; min-height: 112px; padding: 25px 27px; display: grid; grid-template-columns: 50px 1fr auto; align-items: center; gap: 15px; border-right: 1px solid rgba(255,255,255,.1); transition: background .2s; }
.footer-contact-grid > a:first-child { border-left: 1px solid rgba(255,255,255,.1); }
.footer-contact-grid > a:hover { background: rgba(255,255,255,.055); }
.footer-contact-icon { width: 50px; height: 50px; padding: 14px; display: grid; place-items: center; color: var(--white); background: var(--blue); }
.footer-contact-icon svg { width: 100%; height: 100%; fill: currentColor; }
.footer-contact-grid a > span:nth-child(2) { min-width: 0; display: grid; gap: 3px; }
.footer-contact-grid small { color: #7892aa; font-size: 9px; font-weight: 800; letter-spacing: .11em; text-transform: uppercase; }
.footer-contact-grid strong { overflow: hidden; color: var(--white); font-size: 12px; text-overflow: ellipsis; white-space: nowrap; }
.footer-contact-grid i { color: var(--orange); font-style: normal; font-size: 18px; }
.footer-main { padding: 62px 0 53px; display: grid; grid-template-columns: 1.55fr .7fr .85fr 1.25fr; gap: 55px; }
.brand.inverse img { mix-blend-mode: screen; filter: grayscale(1) brightness(2.7); }
.brand.inverse strong { color: var(--white); }
.footer-brand p { max-width: 350px; margin: 20px 0 14px; font-size: 12px; }
.footer-values { margin-bottom: 15px; display: flex; flex-wrap: wrap; gap: 7px; }
.footer-values span { padding: 5px 8px; color: #b9cad9; border: 1px solid rgba(255,255,255,.13); font-size: 8px; font-weight: 800; letter-spacing: .09em; text-transform: uppercase; }
.gst { color: #7f95aa; font-size: 10px; font-weight: 700; letter-spacing: .06em; }
.footer-main > div:not(.footer-brand) { display: flex; flex-direction: column; align-items: flex-start; gap: 9px; }
.footer-main h3 { margin: 8px 0 12px; color: var(--white); font-family: 'Oswald'; font-size: 16px; text-transform: uppercase; letter-spacing: .04em; }
.footer-main a, .footer-main > div > p { margin: 0; color: #a6b7c7; font-size: 11px; transition: color .2s; }
.footer-main a:hover { color: var(--white); }
.footer-business p { display: grid; gap: 3px; line-height: 1.65; }
.footer-business p + p { margin-top: 8px !important; }
.footer-business p small { color: #718aa1; font-size: 8px; font-weight: 800; letter-spacing: .11em; text-transform: uppercase; }
.footer-bottom { min-height: 65px; display: flex; align-items: center; justify-content: space-between; border-top: 1px solid rgba(255,255,255,.1); font-size: 10px; }
.footer-bottom p { margin: 0; }
.footer-made { color: #728ba2; }
.footer-bottom a { color: var(--white); font-weight: 700; }

.whatsapp { position: fixed; z-index: 90; right: 22px; bottom: 22px; width: 56px; height: 56px; padding: 12px; display: grid; place-items: center; color: var(--white); background: #25d366; border: 3px solid var(--white); border-radius: 50%; box-shadow: 0 10px 25px rgba(0,0,0,.18); transition: transform .2s; }
.whatsapp:hover { transform: translateY(-4px) scale(1.03); }
.whatsapp svg { width: 100%; height: 100%; fill: currentColor; }
.lightbox { width: min(90vw, 850px); max-height: 90vh; padding: 24px; border: 0; background: var(--white); box-shadow: 0 35px 80px rgba(0,0,0,.35); }
.lightbox::backdrop { background: rgba(4, 17, 31, .85); backdrop-filter: blur(5px); }
.lightbox img { width: 100%; max-height: 72vh; object-fit: contain; }
.lightbox p { margin: 12px 0 0; color: var(--navy); text-align: center; font-family: 'Oswald'; font-size: 21px; text-transform: uppercase; }
.lightbox-close { position: absolute; z-index: 3; top: 10px; right: 10px; width: 42px; height: 42px; color: var(--white); background: var(--navy); border: 0; font-size: 25px; line-height: 1; }

.reveal { opacity: 0; transform: translateY(22px); transition: opacity .7s ease, transform .7s ease; }
.reveal.visible { opacity: 1; transform: none; }
.reveal-delay { transition-delay: .16s; }
@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; }
}

@media (max-width: 1100px) {
    .primary-nav { gap: 20px; }
    .hero-grid { gap: 24px; }
    .hero-visual { min-height: 520px; }
    .product-grid { grid-template-columns: repeat(3, 1fr); }
    .about-grid, .contact-grid { gap: 55px; }
    .capability-grid { grid-template-columns: repeat(2, 1fr); }
    .capability-card { min-height: 270px; }
    .industry-inner { gap: 35px; }
    .footer-main { grid-template-columns: 1.4fr .7fr .8fr 1fr; gap: 30px; }
}

@media (max-width: 900px) {
    .topbar { display: none; }
    .nav-wrap { height: 72px; }
    .brand img { width: 50px; height: 50px; }
    .brand strong { font-size: 18px; }
    .menu-toggle { display: block; }
    .menu-toggle.active span:nth-child(1) { transform: translateY(7px) rotate(45deg); }
    .menu-toggle.active span:nth-child(2) { opacity: 0; }
    .menu-toggle.active span:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }
    .primary-nav { position: fixed; top: 72px; right: 0; bottom: 0; width: min(86vw, 380px); padding: 30px; flex-direction: column; align-items: stretch; gap: 0; background: var(--white); box-shadow: -20px 30px 40px rgba(4,24,45,.18); transform: translateX(105%); transition: transform .28s ease; }
    .primary-nav.open { transform: translateX(0); }
    .primary-nav > a:not(.nav-cta) { padding: 15px 0; border-bottom: 1px solid var(--line); }
    .primary-nav > a:not(.nav-cta)::after { display: none; }
    .nav-cta { margin-top: 22px; text-align: center; }
    .hero { min-height: auto; }
    .hero-grid { grid-template-columns: 1fr; padding: 82px 0 65px; }
    .hero-copy { position: relative; z-index: 3; }
    .hero-visual { min-height: 520px; width: min(100%, 620px); margin: -20px auto 0; }
    .hero-trust { margin-top: 34px; }
    .scroll-cue { display: none; }
    .trust-grid { grid-template-columns: repeat(2, 1fr); }
    .trust-grid > div:nth-child(2) { border-right: 0; }
    .about-grid { grid-template-columns: 1fr; }
    .about-collage { width: min(100%, 650px); }
    .section-heading { grid-template-columns: 1fr; gap: 18px; }
    .process-grid { grid-template-columns: 1fr; gap: 55px; }
    .industry-inner { grid-template-columns: 1fr auto; }
    .industry-inner > p { grid-column: 1 / -1; grid-row: 2; max-width: 600px; }
    .contact-grid { grid-template-columns: 1fr; }
    .footer-main { grid-template-columns: repeat(2, 1fr); }
    .footer-contact-grid { grid-template-columns: 1fr; }
    .footer-contact-grid > a { min-height: 92px; border: 0; border-bottom: 1px solid rgba(255,255,255,.1); }
    .footer-contact-grid > a:first-child { border-left: 0; }
}

@media (max-width: 640px) {
    .container { width: min(calc(100% - 28px), var(--container)); }
    .brand { min-width: 0; gap: 8px; }
    .brand img { width: 45px; height: 45px; }
    .brand strong { font-size: 16px; }
    .brand small { font-size: 8px; }
    .hero-grid { padding-top: 62px; }
    .hero h1 { max-width: 100%; font-size: 40px; }
    .eyebrow { flex-wrap: wrap; gap: 8px; font-size: 10px; letter-spacing: .1em; }
    .hero-lead { font-size: 15px; }
    .hero-actions .btn { width: 100%; }
    .hero-trust { width: 100%; min-width: 0; }
    .hero-trust span { min-width: 0; overflow-wrap: anywhere; font-size: 8px; line-height: 1.4; }
    .hero-trust strong { font-size: 23px; }
    .hero-trust div { padding-right: 5px; }
    .hero-trust div + div { padding-left: 9px; }
    .hero-visual { min-height: 400px; }
    .hero-product-main { inset: 50px 5px 55px; }
    .hero-ring { inset: 40px 0 45px; }
    .hero-product-float { width: 95px; height: 95px; border-width: 2px; }
    .float-one { top: 22px; right: -4px; }
    .float-two { right: 0; bottom: 52px; width: 84px; height: 102px; }
    .made-card { left: 0; bottom: 30px; transform: scale(.88); transform-origin: left bottom; }
    .trust-grid { grid-template-columns: 1fr; }
    .trust-grid > div { min-height: 90px; border: 0; border-bottom: 1px solid rgba(255,255,255,.15); }
    .trust-grid > div:first-child { border-left: 0; }
    .section { padding: 78px 0; }
    .section h2 { font-size: 38px; }
    .about-collage { min-height: 440px; }
    .collage-main { width: 88%; height: 340px; }
    .collage-small { width: 58%; height: 230px; }
    .experience-badge { left: 8px; bottom: 5px; width: 122px; height: 122px; }
    .experience-badge span { font-size: 35px; }
    .check-grid { grid-template-columns: 1fr; }
    .filter-row { margin-right: -14px; flex-wrap: nowrap; overflow-x: auto; padding-right: 14px; scrollbar-width: none; }
    .filter-row::-webkit-scrollbar { display: none; }
    .filter-button { white-space: nowrap; }
    .product-grid { grid-template-columns: repeat(2, 1fr); gap: 10px; }
    .product-info { padding: 13px; }
    .product-info h3 { min-height: 37px; font-size: 16px; }
    .product-info > span { font-size: 8px; }
    .capability-grid { grid-template-columns: 1fr; }
    .capability-card { min-height: 250px; }
    .process-list li { grid-template-columns: 52px 1fr; gap: 12px; }
    .industry-inner { grid-template-columns: 1fr; }
    .industry-inner > p { grid-column: auto; grid-row: auto; }
    .industry-inner .btn { width: 100%; }
    .contact-list { grid-template-columns: 1fr; }
    .enquiry-card { padding: 29px 20px; }
    .field-row { grid-template-columns: 1fr; }
    .footer-main { grid-template-columns: 1fr; gap: 32px; }
    .footer-bottom { padding: 20px 0; gap: 20px; flex-direction: column; align-items: flex-start; }
    .footer-contact-grid > a { padding-inline: 12px; }
    .map-wrap { height: 300px; }
    .lightbox { width: 95vw; padding: 12px; }
    .whatsapp { right: 14px; bottom: 14px; }
}

@media (max-width: 390px) {
    .product-grid { grid-template-columns: 1fr; }
    .brand span { display: none; }
}

@media (max-width: 430px) {
    .hero h1 { font-size: 34px; }
    .hero-lead { font-size: 14px; }
}

/* Multi-page website */
.primary-nav { gap: 17px; font-size: 11px; }
.primary-nav .nav-cta { margin-left: 5px; padding-inline: 16px; }
.number-strip { color: var(--white); background: var(--blue); }
.number-grid { display: grid; grid-template-columns: repeat(5, 1fr); }
.number-grid > div { min-height: 112px; padding: 23px 20px; display: flex; align-items: center; gap: 16px; border-right: 1px solid rgba(255,255,255,.17); }
.number-grid > div:first-child { border-left: 1px solid rgba(255,255,255,.17); }
.number-grid strong { font-family: 'Oswald'; font-size: 34px; }
.number-grid span { font-size: 10px; font-weight: 700; line-height: 1.5; text-transform: uppercase; letter-spacing: .06em; }
.button-row { display: flex; flex-wrap: wrap; align-items: center; gap: 22px; }
.manufacture-section { background: var(--surface); }
.manufacture-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 12px; }
.manufacture-item { min-height: 108px; padding: 20px; display: grid; align-content: space-between; background: var(--white); border: 1px solid var(--line); border-top: 3px solid var(--blue); transition: transform .2s, box-shadow .2s; }
.manufacture-item:hover { transform: translateY(-4px); box-shadow: var(--shadow); }
.manufacture-item span { color: var(--blue); font-family: 'Oswald'; font-size: 16px; }
.manufacture-item strong { color: var(--navy); font-size: 12px; }
.home-product-grid .product-card { display: block; }
.capability-grid-five { grid-template-columns: repeat(5, 1fr); }
.capability-grid-five .capability-card { min-height: 335px; padding-inline: 22px; }
.section-action { margin-top: 35px; text-align: center; }
.quality-home { background: var(--white); }
.dual-feature-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 20px; }
.feature-panel { min-height: 440px; padding: 48px; background: var(--surface); border-top: 5px solid var(--orange); }
.feature-panel h2 { max-width: 520px; }
.feature-panel > p:not(.eyebrow) { color: var(--muted); }
.feature-panel-blue { color: var(--white); background: var(--navy); border-top-color: var(--blue); }
.feature-panel-blue h2 { color: var(--white); }
.mini-flow { margin: 28px 0; display: flex; flex-wrap: wrap; align-items: center; gap: 9px; }
.mini-flow span { padding: 8px 10px; color: var(--navy); background: var(--white); border: 1px solid var(--line); font-size: 9px; font-weight: 800; text-transform: uppercase; }
.mini-flow i { color: var(--orange); font-style: normal; }
.industry-chip-grid { margin: 28px 0 35px; display: grid; grid-template-columns: 1fr 1fr; gap: 10px; }
.industry-chip-grid span { padding: 13px; color: #d8e6f2; border: 1px solid rgba(255,255,255,.16); font-size: 11px; font-weight: 700; }
.light-link { color: var(--white); border-color: rgba(255,255,255,.5); }

.page-hero { position: relative; min-height: 430px; overflow: hidden; color: var(--white); background: var(--navy); }
.page-hero::before { position: absolute; inset: 0; content: ''; background: radial-gradient(circle at 78% 50%, rgba(24,148,234,.27), transparent 26%), linear-gradient(105deg, var(--navy-deep), var(--navy) 65%, #0c335c); }
.page-hero-grid { position: absolute; inset: 0; opacity: .1; background-image: linear-gradient(rgba(255,255,255,.12) 1px, transparent 1px),linear-gradient(90deg,rgba(255,255,255,.12) 1px,transparent 1px); background-size: 55px 55px; }
.page-hero-inner { position: relative; z-index: 2; min-height: 430px; display: grid; grid-template-columns: 1.2fr .8fr; align-items: center; gap: 70px; padding-block: 62px; }
.page-hero h1 { max-width: 780px; margin: 0; font-family: 'Oswald'; font-size: clamp(44px,5vw,65px); font-weight: 600; line-height: 1.08; text-transform: uppercase; }
.page-hero-copy > p:not(.eyebrow) { max-width: 700px; color: #c2d4e5; font-size: 15px; }
.breadcrumb { margin-top: 24px; display: flex; align-items: center; gap: 12px; color: #91a9be; font-size: 10px; font-weight: 800; text-transform: uppercase; letter-spacing: .1em; }
.breadcrumb a { color: var(--white); }
.breadcrumb i { color: var(--orange); font-style: normal; }
.page-hero-image { height: 300px; padding: 15px; background: var(--white); box-shadow: var(--shadow); transform: rotate(2deg); }
.page-hero-image img { width: 100%; height: 100%; object-fit: contain; }

.content-split { display: grid; grid-template-columns: 1.08fr .92fr; align-items: center; gap: 85px; }
.content-image-stack { position: relative; min-height: 470px; padding: 25px; background: var(--surface); }
.content-image-stack img { width: 100%; height: 420px; object-fit: contain; background: var(--white); }
.image-stat { position: absolute; right: 0; bottom: 0; width: 220px; padding: 20px; display: grid; color: var(--white); background: var(--blue); }
.image-stat strong { font-family: 'Oswald'; font-size: 38px; }
.image-stat span { font-size: 10px; text-transform: uppercase; }
.philosophy-row { margin-top: 28px; display: flex; flex-wrap: wrap; gap: 8px; }
.philosophy-row span { padding: 8px 10px; color: var(--navy); background: var(--surface); border-left: 3px solid var(--orange); font-size: 10px; font-weight: 800; text-transform: uppercase; }
.vision-section { background: var(--surface); }
.vision-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 20px; }
.vision-card { position: relative; min-height: 430px; padding: 52px; background: var(--white); overflow: hidden; }
.vision-card > span { position: absolute; right: 25px; top: 15px; color: #e7edf2; font-family: 'Oswald'; font-size: 80px; }
.vision-card h2 { position: relative; }
.vision-card p { position: relative; color: var(--muted); }
.vision-card-dark { color: var(--white); background: var(--navy); }
.vision-card-dark h2 { color: var(--white); }
.vision-card-dark > span { color: rgba(255,255,255,.08); }
.clean-list { position: relative; margin: 22px 0 0; padding: 0; display: grid; grid-template-columns: 1fr 1fr; gap: 11px; list-style: none; }
.clean-list li { padding: 9px 0 9px 19px; color: #c5d4e2; border-bottom: 1px solid rgba(255,255,255,.12); font-size: 11px; }
.clean-list li::before { content: '✓'; margin-left: -18px; margin-right: 7px; color: var(--orange); }
.journey-line { position: relative; display: grid; grid-template-columns: repeat(4,1fr); gap: 0; }
.journey-line::before { position: absolute; top: 31px; right: 8%; left: 8%; height: 1px; content: ''; background: var(--line); }
.journey-line article { position: relative; padding: 0 24px; text-align: center; }
.journey-line strong { position: relative; z-index: 2; width: 64px; height: 64px; margin: 0 auto 20px; display: grid; place-items: center; color: var(--white); background: var(--navy); border: 5px solid var(--white); box-shadow: 0 0 0 1px var(--line); font-family: 'Oswald'; font-size: 13px; }
.journey-line h3 { margin: 0; color: var(--navy); font-family: 'Oswald'; text-transform: uppercase; }
.journey-line p { color: var(--muted); font-size: 11px; }
.center-action { margin-top: 45px; text-align: center; }

.capability-detail-list { display: grid; gap: 90px; }
.capability-detail { display: grid; grid-template-columns: .9fr 1.1fr; align-items: center; gap: 75px; }
.capability-detail.reverse { grid-template-columns: 1.1fr .9fr; }
.capability-detail.reverse .capability-detail-image { order: 2; }
.capability-detail-image { position: relative; height: 420px; padding: 20px; background: var(--surface); }
.capability-detail-image img { width: 100%; height: 100%; object-fit: contain; background: var(--white); }
.capability-detail-image > span { position: absolute; left: 0; bottom: 0; width: 68px; height: 68px; display: grid; place-items: center; color: var(--white); background: var(--blue); font-family: 'Oswald'; font-size: 22px; }
.capability-detail-copy h2 { margin: 0; color: var(--navy); font-family: 'Oswald'; font-size: 47px; text-transform: uppercase; }
.capability-detail-copy > p:not(.eyebrow) { color: var(--muted); }
.operation-grid { margin: 25px 0; display: grid; grid-template-columns: 1fr 1fr; gap: 10px; }
.operation-grid span { padding: 10px 12px; color: var(--navy); background: var(--surface); font-size: 11px; font-weight: 700; }

.product-category-section { padding-bottom: 65px; }
.category-card-grid { display: grid; grid-template-columns: repeat(4,1fr); gap: 12px; }
.category-card { min-height: 150px; padding: 22px; display: grid; grid-template-columns: 1fr auto; align-content: space-between; text-align: left; background: var(--white); border: 1px solid var(--line); transition: background .2s, transform .2s; }
.category-card:hover { color: var(--white); background: var(--navy); transform: translateY(-4px); }
.category-card > span { color: var(--blue); font-family: 'Oswald'; font-size: 17px; }
.category-card strong { grid-column: 1 / -1; color: var(--navy); font-size: 12px; }
.category-card:hover strong { color: var(--white); }
.category-card i { color: var(--orange); font-style: normal; }
.product-gallery-page { padding-top: 70px; }
.gallery-note { margin: 28px 0 0; color: var(--muted); text-align: center; font-size: 10px; }

.quality-flow-section { background: var(--surface); }
.quality-flow { display: grid; grid-template-columns: 1fr auto 1fr auto 1fr auto 1fr auto 1fr; align-items: center; gap: 12px; }
.quality-flow > div { min-height: 120px; padding: 18px; display: grid; align-content: center; gap: 9px; background: var(--white); border-top: 3px solid var(--blue); text-align: center; }
.quality-flow div span { color: var(--blue); font-family: 'Oswald'; font-size: 16px; }
.quality-flow div strong { color: var(--navy); font-size: 11px; }
.quality-flow > i { color: var(--orange); font-style: normal; }
.dual-list-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 20px; }
.list-panel { min-height: 580px; padding: 48px; background: var(--surface); }
.list-panel h2 { margin: 0 0 30px; color: var(--navy); font-family: 'Oswald'; font-size: 42px; text-transform: uppercase; }
.list-panel-dark { color: var(--white); background: var(--navy); }
.list-panel-dark h2 { color: var(--white); }
.focus-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 10px; }
.focus-grid span { padding: 12px; display: flex; align-items: center; gap: 10px; color: var(--navy); background: var(--white); font-size: 11px; font-weight: 700; }
.focus-grid i { color: var(--blue); font-family: 'Oswald'; font-style: normal; }
.equipment-list { display: grid; grid-template-columns: 1fr 1fr; gap: 9px; }
.equipment-list span { padding: 11px; color: #c8d6e3; border: 1px solid rgba(255,255,255,.13); font-size: 10px; }
.inspection-steps { background: var(--surface); }
.compact-grid { grid-template-columns: repeat(3,1fr); }

.infrastructure-overview { padding-block: 75px; background: var(--surface); }
.infrastructure-stats { display: grid; grid-template-columns: repeat(4,1fr); background: var(--white); box-shadow: var(--shadow); }
.infrastructure-stats > div { min-height: 150px; padding: 25px; display: flex; align-items: center; gap: 15px; border-right: 1px solid var(--line); }
.infrastructure-stats strong { color: var(--blue); font-family: 'Oswald'; font-size: 42px; }
.infrastructure-stats span { display: grid; color: var(--navy); font-size: 12px; font-weight: 800; }
.infrastructure-stats small { color: var(--muted); font-size: 9px; font-weight: 600; }
.machine-table { border: 1px solid var(--line); }
.machine-row { min-height: 72px; padding: 16px 22px; display: grid; grid-template-columns: 1.4fr 1fr .6fr 1.4fr; align-items: center; gap: 20px; border-bottom: 1px solid var(--line); }
.machine-row strong { color: var(--navy); }
.machine-row span { color: var(--muted); font-size: 12px; }
.machine-row b { color: var(--blue); font-family: 'Oswald'; font-size: 24px; }
.machine-head { min-height: 50px; color: var(--white); background: var(--navy); }
.machine-head span { color: #d5e1ec; font-size: 9px; font-weight: 800; text-transform: uppercase; letter-spacing: .1em; }
.machine-total { padding: 20px 22px; display: flex; justify-content: space-between; color: var(--white); background: var(--blue); text-transform: uppercase; }
.facility-gallery-section { background: var(--surface); }
.facility-placeholder-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 14px; }
.facility-placeholder { position: relative; min-height: 220px; display: grid; place-items: center; align-content: center; color: var(--muted); background: #e9eef2; border: 1px dashed #b8c4ce; }
.facility-placeholder > span { position: absolute; top: 14px; left: 16px; color: #a1afbb; font-family: 'Oswald'; }
.facility-placeholder strong { color: var(--navy); font-size: 12px; }
.facility-placeholder small { font-size: 9px; text-transform: uppercase; letter-spacing: .1em; }
.placeholder-icon { color: #aab7c2; font-size: 34px; }

.industry-card-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 18px; }
.industry-card { overflow: hidden; background: var(--white); border: 1px solid var(--line); transition: transform .2s, box-shadow .2s; }
.industry-card:hover { transform: translateY(-5px); box-shadow: var(--shadow); }
.industry-card-image { position: relative; height: 240px; padding: 12px; background: var(--surface); }
.industry-card-image img { width: 100%; height: 100%; object-fit: contain; background: var(--white); }
.industry-card-image span { position: absolute; left: 12px; bottom: 12px; width: 45px; height: 45px; display: grid; place-items: center; color: var(--white); background: var(--blue); font-family: 'Oswald'; }
.industry-card > div:last-child { padding: 23px; }
.industry-card h3 { margin: 0; color: var(--navy); font-family: 'Oswald'; font-size: 23px; text-transform: uppercase; }
.industry-card p { color: var(--muted); font-size: 12px; }
.industry-card a { color: var(--blue); font-size: 10px; font-weight: 800; text-transform: uppercase; }
.export-section { color: var(--white); background: var(--navy); }
.export-grid { display: grid; grid-template-columns: 1.08fr .92fr; align-items: center; gap: 80px; }
.export-copy h2 { margin: 0; color: var(--white); font-family: 'Oswald'; font-size: 48px; line-height: 1.1; text-transform: uppercase; }
.export-copy > p:not(.eyebrow) { color: #afc1d1; }
.export-points { margin-top: 25px; display: grid; grid-template-columns: 1fr 1fr; gap: 10px; }
.export-points span { padding: 11px; color: #d6e2ec; border: 1px solid rgba(255,255,255,.14); font-size: 10px; }
.export-image { height: 460px; padding: 20px; background: var(--white); }
.export-image img { width: 100%; height: 100%; object-fit: contain; }
.work-steps { display: grid; grid-template-columns: repeat(7,1fr); }
.work-step { position: relative; min-height: 150px; padding: 22px 15px; display: grid; align-content: center; gap: 15px; border: 1px solid var(--line); border-right: 0; }
.work-step:last-child { border-right: 1px solid var(--line); }
.work-step span { color: var(--blue); font-family: 'Oswald'; font-size: 20px; }
.work-step strong { color: var(--navy); font-size: 10px; text-transform: uppercase; }

.contact-grid-wide { grid-template-columns: .82fr 1.18fr; }
.contact-detail-cards { margin: 30px 0; display: grid; gap: 10px; }
.contact-detail-cards > * { padding: 16px 18px; display: grid; color: var(--navy); background: var(--white); border: 1px solid var(--line); }
.contact-detail-cards span { color: var(--blue); font-size: 8px; font-weight: 800; text-transform: uppercase; letter-spacing: .11em; }
.contact-detail-cards strong { font-size: 13px; }
.contact-detail-cards small { color: var(--muted); font-size: 10px; }
.file-field { padding: 14px; background: #f7f9fa; border: 1px dashed #bdc8d1; }
.file-field input { height: auto; padding: 5px 0; border: 0; background: transparent; font-size: 11px; }
.file-field small { color: var(--muted); font-size: 9px; }
.footer-main-wide { grid-template-columns: 1.45fr .75fr .75fr 1.3fr; }

@media (max-width: 1180px) {
    .reveal { opacity: 1; transform: none; }
    .menu-toggle { display: block; }
    .menu-toggle.active span:nth-child(1) { transform: translateY(7px) rotate(45deg); }
    .menu-toggle.active span:nth-child(2) { opacity: 0; }
    .menu-toggle.active span:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }
    .primary-nav { position: fixed; top: 82px; right: 0; bottom: 0; width: min(88vw,400px); padding: 25px 30px; flex-direction: column; align-items: stretch; gap: 0; background: var(--white); box-shadow: -20px 30px 40px rgba(4,24,45,.18); transform: translateX(105%); transition: transform .28s ease; overflow-y: auto; }
    .primary-nav.open { transform: translateX(0); }
    .primary-nav > a:not(.nav-cta) { padding: 13px 0; border-bottom: 1px solid var(--line); }
    .primary-nav > a:not(.nav-cta)::after { display: none; }
    .primary-nav .nav-cta { margin: 18px 0 0; text-align: center; }
    .capability-grid-five { grid-template-columns: repeat(3,1fr); }
    .work-steps { grid-template-columns: repeat(4,1fr); gap: 10px; }
    .work-step { border-right: 1px solid var(--line); }
}

@media (max-width: 900px) {
    .primary-nav { top: 72px; }
    .number-grid { grid-template-columns: repeat(3,1fr); }
    .number-grid > div { border: 1px solid rgba(255,255,255,.15); }
    .manufacture-grid,.category-card-grid { grid-template-columns: repeat(2,1fr); }
    .capability-grid-five { grid-template-columns: repeat(2,1fr); }
    .dual-feature-grid,.content-split,.vision-grid,.capability-detail,.capability-detail.reverse,.dual-list-grid,.export-grid { grid-template-columns: 1fr; }
    .capability-detail.reverse .capability-detail-image { order: 0; }
    .page-hero-inner { grid-template-columns: 1fr .55fr; gap: 35px; }
    .journey-line { grid-template-columns: repeat(2,1fr); gap: 35px; }
    .journey-line::before { display: none; }
    .quality-flow { grid-template-columns: 1fr 1fr; }
    .quality-flow > i { display: none; }
    .infrastructure-stats { grid-template-columns: repeat(2,1fr); }
    .facility-placeholder-grid,.industry-card-grid { grid-template-columns: repeat(2,1fr); }
    .work-steps { grid-template-columns: repeat(3,1fr); }
    .contact-grid-wide { grid-template-columns: 1fr; }
}

@media (max-width: 640px) {
    .number-grid { grid-template-columns: repeat(2,1fr); }
    .number-grid > div { min-height: 95px; padding: 15px; }
    .manufacture-grid,.category-card-grid,.capability-grid-five,.industry-card-grid,.facility-placeholder-grid { grid-template-columns: 1fr; }
    .dual-feature-grid { gap: 12px; }
    .feature-panel,.vision-card,.list-panel { min-height: 0; padding: 30px 22px; }
    .page-hero-inner { min-height: auto; grid-template-columns: 1fr; padding-block: 55px; }
    .page-hero { min-height: auto; }
    .page-hero-image { height: 230px; width: 85%; }
    .page-hero h1 { font-size: 39px; }
    .content-image-stack { min-height: 390px; }
    .content-image-stack img { height: 340px; }
    .journey-line,.clean-list,.operation-grid,.focus-grid,.equipment-list,.export-points { grid-template-columns: 1fr; }
    .capability-detail-list { gap: 65px; }
    .capability-detail { gap: 30px; }
    .capability-detail-image { height: 330px; }
    .capability-detail-copy h2,.list-panel h2,.export-copy h2 { font-size: 36px; }
    .quality-flow { grid-template-columns: 1fr; }
    .compact-grid { grid-template-columns: 1fr; }
    .infrastructure-stats { grid-template-columns: 1fr; }
    .machine-row { grid-template-columns: 1fr auto; gap: 7px; }
    .machine-row > span:last-child { grid-column: 1 / -1; }
    .machine-head { display: none; }
    .work-steps { grid-template-columns: repeat(2,1fr); }
    .footer-main-wide { grid-template-columns: 1fr; }
}
