:root {
	--ink: #0d1017;
	--navy: #0b1b35;
	--navy-2: #102b52;
	--blue: #195ed8;
	--blue-2: #397ef0;
	--teal: #079a9b;
	--violet: #7257e8;
	--magenta: #bd3c8d;
	--paper: #f7f8fb;
	--warm: #f5f2ec;
	--line: #dfe3ea;
	--muted: #667085;
	--white: #fff;
	--gradient: linear-gradient(115deg, #1659ca 0%, #1681c5 48%, #079b98 100%);
	--accent-gradient: linear-gradient(90deg, #c691e1 0%, #4b7bff 50%, #bd3c8d 100%);
	--shadow: 0 24px 70px rgba(14, 29, 57, .13);
	--radius: 22px;
	--container: 1240px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
	margin: 0;
	background: var(--white);
	color: var(--ink);
	font-family: "Plus Jakarta Sans", Arial, sans-serif;
	font-size: 16px;
	line-height: 1.65;
	-webkit-font-smoothing: antialiased;
}
body.modal-open { overflow: hidden; }
img { display: block; max-width: 100%; }
a { color: inherit; text-decoration: none; }
button, input, select, textarea { font: inherit; }
button { cursor: pointer; }
h1, h2, h3, h4, p { margin-top: 0; }
h1, h2, h3, h4 { font-family: "Manrope", "Plus Jakarta Sans", Arial, sans-serif; line-height: 1.08; letter-spacing: -.035em; }
h1 { font-size: clamp(3.2rem, 6.4vw, 6.6rem); }
h2 { font-size: clamp(2.25rem, 4.2vw, 4.25rem); }
h3 { font-size: 1.35rem; }
p { color: var(--muted); }
.site-container { width: min(calc(100% - 48px), var(--container)); margin-inline: auto; }
.narrow-content { max-width: 940px; }
.section { padding: 118px 0; }
.screen-reader-text {
	position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px;
	overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; border: 0;
}
.skip-link { position: fixed; left: 12px; top: -100px; z-index: 9999; background: #fff; padding: 12px 18px; }
.skip-link:focus { top: 12px; }
.eyebrow {
	display: inline-flex; align-items: center; gap: 10px; margin-bottom: 20px;
	color: var(--blue); font-size: .76rem; font-weight: 800; letter-spacing: .14em; text-transform: uppercase;
}
.eyebrow::before { content: ""; width: 28px; height: 2px; background: currentColor; }
.eyebrow-light { color: #a9caff; }
.button {
	display: inline-flex; align-items: center; justify-content: center; gap: 10px;
	min-height: 52px; padding: 0 26px; border: 1px solid transparent; border-radius: 10px;
	background: transparent; color: var(--ink); font-weight: 800; letter-spacing: -.01em;
	transition: transform .25s ease, box-shadow .25s ease, background .25s ease, color .25s ease;
}
.button:hover { transform: translateY(-2px); }
.button-gradient { background: var(--gradient); color: #fff; box-shadow: 0 12px 28px rgba(22, 112, 200, .24); }
.button-light { background: #fff; color: #173e85; }
.button-light:hover { box-shadow: 0 14px 35px rgba(0, 0, 0, .2); }
.button-ghost { border-color: rgba(255,255,255,.4); color: #fff; }
.button-dark { background: var(--ink); color: #fff; }
.button-outline { border-color: #aeb7c5; color: var(--ink); }
.button-outline-light { border-color: rgba(255,255,255,.28); color: #fff; }
.button-large { min-height: 62px; padding-inline: 34px; }
.text-link {
	display: inline-flex; align-items: center; gap: 8px; padding: 0; border: 0; background: none;
	color: var(--blue); font-weight: 800;
}
.text-link span { transition: transform .2s ease; }
.text-link:hover span { transform: translate(2px, -2px); }
.section-heading { margin-bottom: 58px; }
.section-heading h2 { max-width: 880px; margin-bottom: 0; }
.split-heading { display: grid; grid-template-columns: minmax(0, 1.4fr) minmax(280px, .6fr); gap: 70px; align-items: end; }
.split-heading > p, .split-heading > div > p { font-size: 1.08rem; margin-bottom: 0; }
.inline-actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 26px; }

/* Header */
.announcement-bar { background: #0a5aa1; color: #fff; font-size: .82rem; }
.announcement-bar .site-container { min-height: 38px; display: flex; align-items: center; justify-content: space-between; gap: 20px; }
.announcement-bar a { font-weight: 800; }
.site-header {
	position: sticky; top: 0; z-index: 900; background: rgba(8, 12, 20, .9); color: #fff;
	border-bottom: 1px solid rgba(255,255,255,.1); backdrop-filter: blur(18px);
}
.admin-bar .site-header { top: 32px; }
.header-inner { min-height: 86px; display: flex; align-items: center; gap: 28px; }
.brand { display: inline-flex; align-items: center; gap: 12px; flex: 0 0 auto; }
.brand .custom-logo-link { display: flex; }
.brand .custom-logo { width: auto; max-width: 220px; max-height: 58px; }
.brand-mark {
	display: grid; place-items: center; width: 43px; height: 43px; border-radius: 12px;
	background: var(--gradient); color: #fff; font-weight: 800; font-size: 1.15rem;
}
.brand-copy { display: flex; flex-direction: column; line-height: 1.05; }
.brand-copy strong { font-size: 1rem; }
.brand-copy small { margin-top: 6px; color: #7eb7ff; font-size: .64rem; font-weight: 800; letter-spacing: .13em; text-transform: uppercase; }
.primary-nav { flex: 1; }
.primary-nav ul { display: flex; justify-content: center; align-items: center; gap: 26px; margin: 0; padding: 0; list-style: none; }
.primary-nav a { position: relative; color: #d3d7e0; font-size: .88rem; font-weight: 700; }
.primary-nav a::after { content: ""; position: absolute; left: 0; bottom: -8px; width: 0; height: 2px; background: #5da8ff; transition: width .2s ease; }
.primary-nav a:hover::after, .primary-nav .current-menu-item > a::after { width: 100%; }
.header-actions { display: flex; align-items: center; gap: 12px; }
.phone-link { color: #e7eaf1; font-size: .78rem; font-weight: 700; white-space: nowrap; }
.header-actions .button { min-height: 44px; padding-inline: 18px; font-size: .82rem; }
.menu-toggle { display: none; padding: 10px; border: 0; background: none; }
.menu-toggle > span:not(.screen-reader-text) { display: block; width: 26px; height: 2px; margin: 5px; background: #fff; }

/* Homepage hero */
.hero { position: relative; overflow: hidden; min-height: 930px; padding: 112px 0 54px; background: #03070d; color: #fff; }
.hero::before {
	content: ""; position: absolute; inset: 0;
	background: radial-gradient(circle at 100% 20%, rgba(11, 110, 119, .25), transparent 38%), linear-gradient(135deg, #02050a 0%, #080d18 70%, #071629 100%);
}
.hero-orb { position: absolute; border-radius: 50%; filter: blur(80px); opacity: .22; }
.hero-orb-one { width: 420px; height: 420px; right: -130px; top: 20px; background: #05a6a0; }
.hero-orb-two { width: 360px; height: 360px; left: 32%; bottom: -160px; background: #614ce4; }
.hero-content { position: relative; z-index: 2; display: grid; grid-template-columns: minmax(420px, .9fr) minmax(560px, 1.1fr); gap: 62px; align-items: center; }
.hero-copy h1 { max-width: 720px; margin-bottom: 28px; color: #f2f4f8; font-size: clamp(3.5rem, 6vw, 6.1rem); }
.hero-copy h1::first-line { color: #fff; }
.hero-copy h1 { background: linear-gradient(180deg, #fff 0%, #d7dbe4 58%, #6e8ee5 100%); -webkit-background-clip: text; background-clip: text; color: transparent; }
.hero-copy p { max-width: 650px; margin-bottom: 36px; color: #b9c0cd; font-size: 1.1rem; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 14px; }
.hero-images {
	display: grid; grid-template-columns: 1.35fr .85fr; grid-template-rows: 240px 210px 210px;
	gap: 14px; transform: perspective(1200px) rotateY(-2deg);
}
.hero-image { overflow: hidden; margin: 0; border-radius: 18px; background: #111827; }
.hero-image-main { grid-row: 1 / span 2; }
.hero-image:last-child { grid-column: 1 / -1; }
.hero-image img { width: 100%; height: 100%; object-fit: cover; transition: transform .8s ease; }
.hero-image:hover img { transform: scale(1.035); }
.hero-proof {
	position: relative; z-index: 3; display: grid; grid-template-columns: repeat(4, 1fr);
	margin-top: 58px; border: 1px solid rgba(255,255,255,.12); border-radius: 18px; background: rgba(255,255,255,.06); backdrop-filter: blur(12px);
}
.hero-proof > div { padding: 24px 28px; border-right: 1px solid rgba(255,255,255,.12); }
.hero-proof > div:last-child { border: 0; }
.hero-proof strong { display: block; color: #fff; font-size: 1.7rem; }
.hero-proof span { color: #b8c2d2; font-size: .78rem; }

/* Services */
.services-section { background: var(--paper); }
.service-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 24px; }
.service-card { overflow: hidden; display: grid; grid-template-columns: 44% 56%; min-height: 380px; border: 1px solid var(--line); border-radius: var(--radius); background: #fff; box-shadow: 0 8px 30px rgba(16,24,40,.04); }
.service-card-image { overflow: hidden; }
.service-card-image img { width: 100%; height: 100%; object-fit: cover; transition: transform .7s ease; }
.service-card:hover .service-card-image img { transform: scale(1.04); }
.service-card-body { display: flex; flex-direction: column; align-items: flex-start; padding: 36px; }
.service-number { margin-bottom: auto; color: var(--blue); font-weight: 800; }
.service-card h3 { margin: 34px 0 14px; font-size: 1.65rem; }
.service-card p { font-size: .92rem; }
.service-card .text-link { margin-top: 14px; }
.section-action { margin-top: 44px; text-align: center; }

/* Partners */
.partner-section { overflow: hidden; padding: 90px 0; background: #07101e; color: #fff; }
.partner-section h2 { max-width: 820px; font-size: clamp(2rem, 3.8vw, 3.65rem); }
.partner-marquee { margin-top: 48px; overflow: hidden; }
.partner-track { display: flex; gap: 18px; width: max-content; animation: partner-scroll 28s linear infinite; }
.partner-item {
	display: grid; place-items: center; min-width: 220px; height: 112px; padding: 20px 28px;
	border: 1px solid rgba(255,255,255,.12); border-radius: 16px; background: rgba(255,255,255,.055);
}
.partner-item img { max-width: 150px; max-height: 60px; object-fit: contain; filter: grayscale(1) brightness(2); }
.partner-item span { color: #fff; font-size: 1.18rem; font-weight: 800; letter-spacing: .03em; }
@keyframes partner-scroll { to { transform: translateX(calc(-50% - 9px)); } }

/* ACP */
.acp-section { background: #fff; }
.product-preview-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
.product-card { position: relative; overflow: hidden; border: 1px solid var(--line); border-radius: 18px; background: #fff; }
.product-price { display: block; margin-top: 9px; color: var(--ink); font-size: .72rem; }
.product-image { height: 250px; overflow: hidden; background: #eef1f5; }
.product-image img { width: 100%; height: 100%; object-fit: cover; transition: transform .6s ease; }
.product-card:hover .product-image img { transform: scale(1.055); }
.product-info { padding: 22px 62px 24px 24px; }
.product-info span { color: var(--blue); font-size: .72rem; font-weight: 800; letter-spacing: .1em; }
.product-info h3 { margin: 8px 0 4px; }
.product-info small { color: var(--muted); }
.product-enquire { position: absolute; right: 18px; bottom: 22px; display: grid; place-items: center; width: 38px; height: 38px; border-radius: 50%; background: var(--ink); color: #fff; }

/* Projects */
.project-section { background: var(--warm); }
.project-grid { display: grid; grid-template-columns: 1.2fr .8fr; gap: 22px; }
.project-card { position: relative; min-height: 470px; overflow: hidden; border-radius: var(--radius); background: #111827; color: #fff; }
.project-card:nth-child(3), .project-card:nth-child(4) { min-height: 360px; }
.project-image, .project-image img { width: 100%; height: 100%; }
.project-image img { object-fit: cover; transition: transform .8s ease; }
.project-card:hover .project-image img { transform: scale(1.035); }
.project-card::after { content: ""; position: absolute; inset: 35% 0 0; background: linear-gradient(transparent, rgba(2,7,13,.92)); }
.project-overlay { position: absolute; z-index: 2; left: 0; right: 0; bottom: 0; padding: 34px; }
.project-overlay span { color: #a7c7ff; font-size: .72rem; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }
.project-overlay h3 { margin: 9px 0; font-size: 1.8rem; }
.project-overlay p { max-width: 590px; margin: 0; color: #d6dbe5; font-size: .85rem; }

/* Why */
.why-section { background: #fff; }
.why-grid { display: grid; grid-template-columns: .9fr 1.1fr; gap: 74px; align-items: center; }
.why-image { overflow: hidden; min-height: 720px; border-radius: var(--radius); }
.why-image img { width: 100%; height: 100%; min-height: 720px; object-fit: cover; }
.why-copy > p { font-size: 1.05rem; }
.feature-list { margin: 36px 0 42px; padding: 0; list-style: none; }
.feature-list li { display: grid; grid-template-columns: 56px 1fr; gap: 20px; padding: 24px 0; border-top: 1px solid var(--line); }
.feature-list li:last-child { border-bottom: 1px solid var(--line); }
.feature-list strong { color: var(--blue); }
.feature-list h3 { margin-bottom: 6px; font-size: 1.15rem; }
.feature-list p { margin-bottom: 0; font-size: .88rem; }

/* Testimonials */
.testimonial-section { background: #0c1728; color: #fff; }
.testimonial-slider { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
.testimonial-card { padding: 36px; border: 1px solid rgba(255,255,255,.12); border-radius: var(--radius); background: rgba(255,255,255,.05); }
.quote-mark { color: #79a7ff; font-size: 4rem; line-height: 1; }
.testimonial-text { min-height: 160px; color: #d8dee9; }
.testimonial-card strong, .testimonial-card span { display: block; }
.testimonial-card span { color: #8fa0b8; font-size: .8rem; }

/* Conversion */
.conversion-section { position: relative; overflow: hidden; padding: 92px 0; background: var(--gradient); color: #fff; }
.conversion-section::before { content: ""; position: absolute; inset: 0; background: radial-gradient(circle at 75% 30%, rgba(255,255,255,.2), transparent 35%); }
.conversion-inner { position: relative; display: flex; justify-content: space-between; align-items: center; gap: 50px; }
.conversion-inner h2 { max-width: 760px; margin-bottom: 16px; font-size: clamp(2.5rem, 4vw, 4.2rem); }
.conversion-inner p { margin: 0; color: rgba(255,255,255,.82); }

/* Page heroes */
.page-hero { position: relative; overflow: hidden; padding: 126px 0 110px; background: #050a12; color: #fff; }
.page-hero::before { content: ""; position: absolute; inset: 0; background: radial-gradient(circle at 82% 24%, rgba(12,146,151,.25), transparent 34%), radial-gradient(circle at 18% 90%, rgba(83,74,226,.2), transparent 35%); }
.page-hero .site-container { position: relative; }
.page-hero h1 { max-width: 1030px; margin-bottom: 28px; color: #eef1f6; }
.page-hero p { max-width: 720px; color: #b9c2d0; font-size: 1.08rem; }
.page-hero-grid { display: grid; grid-template-columns: 1.05fr .95fr; gap: 80px; align-items: center; }
.page-hero-acp { min-height: 660px; }
.acp-hero-samples { display: flex; align-items: flex-end; justify-content: center; min-height: 440px; }
.acp-hero-samples div { width: 118px; height: 350px; margin-left: -52px; border: 1px solid rgba(255,255,255,.2); border-radius: 12px; background: var(--sample); box-shadow: 0 22px 45px rgba(0,0,0,.35); transform: rotate(calc((var(--i, 0) - 2) * 3deg)); }
.acp-hero-samples div:nth-child(1) { --i:0; }
.acp-hero-samples div:nth-child(2) { --i:1; height: 400px; }
.acp-hero-samples div:nth-child(3) { --i:2; height: 440px; }
.acp-hero-samples div:nth-child(4) { --i:3; height: 400px; }
.acp-hero-samples div:nth-child(5) { --i:4; }
.about-hero-image { overflow: hidden; border-radius: var(--radius); }
.about-hero-image img { width: 100%; height: 510px; object-fit: cover; }

/* Catalogue */
.catalogue-section { background: var(--paper); }
.catalogue-toolbar {
	position: sticky; top: 104px; z-index: 100; display: grid; grid-template-columns: 1.3fr .7fr 150px; gap: 18px; align-items: end;
	margin-bottom: 42px; padding: 22px; border: 1px solid var(--line); border-radius: 18px; background: rgba(255,255,255,.94); box-shadow: 0 15px 40px rgba(14,29,57,.08); backdrop-filter: blur(12px);
}
.catalogue-toolbar label span { display: block; margin-bottom: 8px; color: #344054; font-size: .72rem; font-weight: 800; text-transform: uppercase; letter-spacing: .08em; }
.catalogue-toolbar input, .catalogue-toolbar select {
	width: 100%; height: 48px; padding: 0 15px; border: 1px solid #cfd5df; border-radius: 9px; background: #fff; color: var(--ink);
}
.catalogue-count { display: flex; flex-direction: column; align-items: center; justify-content: center; height: 48px; }
.catalogue-count strong { color: var(--blue); font-size: 1.25rem; }
.catalogue-count span { font-size: .68rem; color: var(--muted); }
.catalogue-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 18px; }
.catalogue-card { overflow: hidden; border: 1px solid var(--line); border-radius: 16px; background: #fff; transition: transform .25s ease, box-shadow .25s ease; }
.catalogue-card:hover { transform: translateY(-4px); box-shadow: var(--shadow); }
.catalogue-card-image { height: 205px; overflow: hidden; background: #e8ebf0; }
.catalogue-card-image img { width: 100%; height: 100%; object-fit: cover; transition: transform .5s ease; }
.catalogue-card:hover img { transform: scale(1.04); }
.catalogue-card-body { padding: 20px; }
.catalogue-card-body > div:first-child { display: flex; justify-content: space-between; gap: 10px; }
.product-code { color: var(--blue); font-size: .72rem; font-weight: 800; }
.catalogue-card small { overflow: hidden; color: var(--muted); font-size: .62rem; text-overflow: ellipsis; white-space: nowrap; }
.catalogue-card h2 { margin: 10px 0 18px; font-size: 1.12rem; }
.catalogue-actions { display: flex; justify-content: space-between; align-items: center; gap: 10px; }
.catalogue-actions a { color: var(--blue); font-size: .72rem; font-weight: 800; }
.catalogue-actions .pdf-link { color: var(--muted); }
.empty-state { padding: 60px; border: 1px dashed #b8c0cd; border-radius: 18px; text-align: center; color: var(--muted); }

/* Service details */
.service-detail-list { display: grid; gap: 94px; }
.service-detail { display: grid; grid-template-columns: 1fr 1fr; gap: 70px; align-items: center; }
.service-detail:nth-child(even) .service-detail-image { order: 2; }
.service-detail-image { overflow: hidden; min-height: 540px; border-radius: var(--radius); background: #e8ecf1; }
.service-detail-image img { width: 100%; height: 100%; min-height: 540px; object-fit: cover; }
.service-detail-number { display: block; margin-bottom: 32px; color: var(--blue); font-weight: 800; }
.service-detail-copy h2 { margin-bottom: 20px; }
.service-detail-copy .lead { font-size: 1.08rem; }
.service-description { margin: 22px 0 32px; color: #424b5a; }

/* Projects page */
.projects-page-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 28px; }
.project-page-card { overflow: hidden; border: 1px solid var(--line); border-radius: var(--radius); background: #fff; }
.project-page-image { height: 440px; overflow: hidden; }
.project-page-image img { width: 100%; height: 100%; object-fit: cover; transition: transform .7s ease; }
.project-page-card:hover img { transform: scale(1.035); }
.project-page-copy { padding: 30px; }
.project-page-copy > span { color: var(--blue); font-size: .72rem; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; }
.project-page-copy h2 { margin: 10px 0; font-size: 1.7rem; }
.project-page-copy p { margin-bottom: 0; }

/* About */
.about-intro-grid { display: grid; grid-template-columns: .8fr 1.2fr; gap: 90px; }
.large-copy { color: var(--ink); font-family: "Manrope", sans-serif; font-size: 1.5rem; line-height: 1.45; letter-spacing: -.02em; }
.values-section { background: var(--paper); }
.value-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 20px; }
.value-grid article { min-height: 300px; padding: 32px; border: 1px solid var(--line); border-radius: 18px; background: #fff; }
.value-grid span { color: var(--blue); font-weight: 800; }
.value-grid h3 { margin: 80px 0 12px; font-size: 1.5rem; }
.capability-banner { padding: 70px 0; background: var(--gradient); color: #fff; }
.capability-banner .site-container { display: grid; grid-template-columns: repeat(4, 1fr); }
.capability-banner .site-container > div { padding: 10px 30px; border-right: 1px solid rgba(255,255,255,.25); }
.capability-banner .site-container > div:last-child { border: 0; }
.capability-banner strong, .capability-banner span { display: block; }
.capability-banner strong { font-size: 2.5rem; }
.capability-banner span { color: rgba(255,255,255,.8); }

/* Contact */
.contact-grid { display: grid; grid-template-columns: .8fr 1.2fr; gap: 32px; align-items: start; }
.contact-panel, .contact-services { padding: 50px; border: 1px solid var(--line); border-radius: var(--radius); }
.contact-panel { background: var(--paper); }
.contact-detail { padding: 22px 0; border-top: 1px solid var(--line); }
.contact-detail span { display: block; margin-bottom: 6px; color: var(--muted); font-size: .72rem; font-weight: 800; letter-spacing: .09em; text-transform: uppercase; }
.contact-detail a { font-size: 1.15rem; font-weight: 800; }
.contact-detail p { margin: 0; }
.contact-service-list { display: grid; margin-top: 30px; }
.contact-service-list button {
	display: flex; align-items: center; justify-content: space-between; width: 100%; padding: 22px 4px;
	border: 0; border-top: 1px solid var(--line); background: none; color: var(--ink); text-align: left; font-weight: 800;
}
.contact-service-list button:last-child { border-bottom: 1px solid var(--line); }
.contact-service-list b { display: grid; place-items: center; width: 36px; height: 36px; border-radius: 50%; background: var(--ink); color: #fff; transition: transform .2s ease; }
.contact-service-list button:hover b { transform: translate(2px, -2px); }

/* Content */
.content-prose { max-width: 900px; }
.content-prose > * { max-width: 100%; }
.content-prose h2 { margin-top: 1.4em; font-size: 2.2rem; }
.single-featured { overflow: hidden; margin-bottom: 42px; border-radius: var(--radius); }
.single-featured img { width: 100%; }

/* Enquiry modal */
.enquiry-modal { position: fixed; z-index: 2000; inset: 0; display: none; padding: 30px; }
.enquiry-modal.is-open { display: grid; place-items: center; }
.enquiry-backdrop { position: absolute; inset: 0; background: rgba(2,7,14,.82); backdrop-filter: blur(10px); }
.enquiry-dialog {
	position: relative; z-index: 2; display: grid; grid-template-columns: .72fr 1.28fr; width: min(1120px, 100%); max-height: calc(100vh - 60px);
	overflow: auto; border-radius: 24px; background: #fff; box-shadow: 0 30px 100px rgba(0,0,0,.4);
}
.enquiry-close { position: absolute; z-index: 4; right: 16px; top: 14px; width: 42px; height: 42px; border: 0; border-radius: 50%; background: #eef1f5; color: var(--ink); font-size: 1.8rem; line-height: 1; }
.enquiry-intro { padding: 54px 42px; background: linear-gradient(160deg, #09172d, #102f5b 70%, #087f83); color: #fff; }
.enquiry-intro h2 { margin-bottom: 22px; font-size: 2.6rem; }
.enquiry-intro p { color: #c5d1e2; }
.enquiry-contact { margin-top: 60px; padding-top: 22px; border-top: 1px solid rgba(255,255,255,.2); }
.enquiry-contact span, .enquiry-contact a { display: block; }
.enquiry-contact span { color: #9db0c8; font-size: .72rem; text-transform: uppercase; letter-spacing: .1em; }
.enquiry-contact a { margin-top: 5px; font-size: 1.25rem; font-weight: 800; }
.enquiry-form { display: grid; grid-template-columns: repeat(2, 1fr); gap: 18px; padding: 54px 48px; }
.field { display: flex; flex-direction: column; gap: 7px; }
.field-wide { grid-column: 1 / -1; }
.field > span { color: #344054; font-size: .72rem; font-weight: 800; letter-spacing: .04em; }
.field input, .field select, .field textarea {
	width: 100%; border: 1px solid #cfd5df; border-radius: 9px; background: #fff; color: var(--ink); outline: none;
}
.field input, .field select { height: 48px; padding: 0 13px; }
.field textarea { padding: 13px; resize: vertical; }
.field input:focus, .field select:focus, .field textarea:focus { border-color: var(--blue); box-shadow: 0 0 0 3px rgba(25,94,216,.12); }
.conditional-field[hidden] { display: none; }
.form-footer { display: flex; align-items: center; justify-content: space-between; gap: 20px; margin-top: 4px; }
.form-footer p { max-width: 280px; margin: 0; font-size: .7rem; }
.form-status { min-height: 24px; color: var(--blue); font-size: .82rem; font-weight: 700; }
.form-status.is-error { color: #bd2323; }
.website-check { position: absolute !important; left: -10000px !important; width: 1px; height: 1px; overflow: hidden; }
.modal-open { overflow: hidden; }
.button:disabled { cursor: wait; opacity: .65; }
[hidden] { display: none !important; }

/* Footer */
.site-footer { position: relative; overflow: hidden; padding: 90px 0 28px; background: #050912; color: #fff; }
.footer-glow { position: absolute; width: 520px; height: 520px; right: -250px; top: -280px; border-radius: 50%; background: #0b8290; filter: blur(100px); opacity: .2; }
.footer-grid { position: relative; display: grid; grid-template-columns: 1.3fr .7fr .9fr 1fr; gap: 58px; }
.footer-brand p { max-width: 370px; margin-top: 28px; color: #99a5b7; }
.footer-contact { display: flex; flex-direction: column; gap: 8px; color: #dbe2ec; font-weight: 700; }
.site-footer h3 { margin-bottom: 25px; color: #fff; font-size: .84rem; letter-spacing: .08em; text-transform: uppercase; }
.site-footer ul { margin: 0; padding: 0; list-style: none; }
.site-footer li { margin-bottom: 10px; }
.site-footer li a, .site-footer > div p { color: #99a5b7; font-size: .84rem; }
.site-footer li a:hover { color: #fff; }
.site-footer .button { margin-top: 14px; }
.footer-bottom { display: flex; justify-content: space-between; gap: 20px; margin-top: 70px; padding-top: 24px; border-top: 1px solid rgba(255,255,255,.12); color: #7f8a9c; font-size: .72rem; }

/* Reveal animation */
[data-reveal] { opacity: 0; transform: translateY(22px); transition: opacity .7s ease, transform .7s ease; }
[data-reveal].is-visible { opacity: 1; transform: translateY(0); }
@media (prefers-reduced-motion: reduce) {
	*, *::before, *::after { scroll-behavior: auto !important; animation-duration: .01ms !important; animation-iteration-count: 1 !important; transition-duration: .01ms !important; }
	[data-reveal] { opacity: 1; transform: none; }
}

@media (max-width: 1120px) {
	.header-actions .phone-link { display: none; }
	.primary-nav ul { gap: 18px; }
	.hero-content { grid-template-columns: .8fr 1.2fr; gap: 36px; }
	.hero-images { grid-template-rows: 210px 185px 180px; }
	.catalogue-grid { grid-template-columns: repeat(3, 1fr); }
	.footer-grid { grid-template-columns: 1.2fr .8fr .9fr; }
	.footer-grid > div:last-child { grid-column: 1 / -1; }
}

@media (max-width: 900px) {
	.admin-bar .site-header { top: 46px; }
	.announcement-bar span { display: none; }
	.announcement-bar .site-container { justify-content: center; }
	.header-inner { min-height: 72px; }
	.menu-toggle { display: block; margin-left: auto; }
	.primary-nav {
		position: absolute; left: 0; right: 0; top: 100%; display: none; padding: 18px 24px 28px;
		background: #080d16; border-top: 1px solid rgba(255,255,255,.1);
	}
	.primary-nav.is-open { display: block; }
	.primary-nav ul { flex-direction: column; align-items: flex-start; }
	.header-actions { display: none; }
	.hero { min-height: auto; padding-top: 80px; }
	.hero-content, .page-hero-grid, .split-heading, .why-grid, .about-intro-grid, .contact-grid { grid-template-columns: 1fr; }
	.hero-copy { max-width: 760px; }
	.hero-images { transform: none; }
	.hero-proof { grid-template-columns: repeat(2, 1fr); }
	.hero-proof > div:nth-child(2) { border-right: 0; }
	.hero-proof > div:nth-child(-n+2) { border-bottom: 1px solid rgba(255,255,255,.12); }
	.service-card { grid-template-columns: 1fr; }
	.service-card-image { height: 260px; }
	.product-preview-grid { grid-template-columns: repeat(2, 1fr); }
	.project-grid, .projects-page-grid { grid-template-columns: 1fr; }
	.why-image, .why-image img { min-height: 520px; }
	.testimonial-slider { grid-template-columns: 1fr; }
	.service-detail { grid-template-columns: 1fr; gap: 34px; }
	.service-detail:nth-child(even) .service-detail-image { order: 0; }
	.value-grid { grid-template-columns: repeat(2, 1fr); }
	.catalogue-grid { grid-template-columns: repeat(2, 1fr); }
	.catalogue-toolbar { top: 86px; grid-template-columns: 1fr 1fr; }
	.catalogue-count { grid-column: 1 / -1; }
	.conversion-inner { align-items: flex-start; flex-direction: column; }
	.enquiry-dialog { grid-template-columns: 1fr; }
	.enquiry-intro { padding: 44px 36px 30px; }
	.enquiry-contact { margin-top: 28px; }
	.footer-grid { grid-template-columns: 1fr 1fr; }
	.footer-grid > div:last-child { grid-column: auto; }
}

@media (max-width: 620px) {
	.site-container { width: min(calc(100% - 30px), var(--container)); }
	.section { padding: 82px 0; }
	h1 { font-size: clamp(2.7rem, 14vw, 4.2rem); }
	h2 { font-size: clamp(2rem, 10vw, 3rem); }
	.hero { padding-top: 64px; }
	.hero-copy h1 { font-size: clamp(3rem, 15vw, 4.5rem); }
	.hero-images { grid-template-columns: 1fr 1fr; grid-template-rows: 230px 165px; gap: 8px; margin-top: 10px; }
	.hero-image-main { grid-column: 1 / -1; grid-row: auto; }
	.hero-image:last-child { display: none; }
	.hero-proof { margin-top: 36px; }
	.hero-proof > div { padding: 18px; }
	.hero-proof strong { font-size: 1.35rem; }
	.hero-actions, .inline-actions { flex-direction: column; align-items: stretch; }
	.hero-actions .button, .inline-actions .button { width: 100%; }
	.service-grid, .product-preview-grid { grid-template-columns: 1fr; }
	.service-card { min-height: 0; }
	.service-card-body { padding: 28px; }
	.service-card h3 { margin-top: 26px; }
	.project-card, .project-card:nth-child(3), .project-card:nth-child(4) { min-height: 390px; }
	.partner-item { min-width: 180px; height: 94px; }
	.page-hero { padding: 92px 0 78px; }
	.page-hero-grid { gap: 44px; }
	.acp-hero-samples { min-height: 300px; }
	.acp-hero-samples div { width: 80px; height: 220px; margin-left: -35px; }
	.acp-hero-samples div:nth-child(2), .acp-hero-samples div:nth-child(4) { height: 250px; }
	.acp-hero-samples div:nth-child(3) { height: 280px; }
	.catalogue-toolbar { position: static; grid-template-columns: 1fr; }
	.catalogue-count { grid-column: auto; }
	.catalogue-grid { grid-template-columns: 1fr 1fr; gap: 10px; }
	.catalogue-card-image { height: 150px; }
	.catalogue-card-body { padding: 14px; }
	.catalogue-card-body > div:first-child { display: block; }
	.catalogue-card small { display: block; margin-top: 3px; }
	.catalogue-card h2 { font-size: .95rem; }
	.catalogue-actions a { font-size: .64rem; }
	.service-detail-list { gap: 70px; }
	.service-detail-image, .service-detail-image img { min-height: 360px; }
	.project-page-image { height: 310px; }
	.value-grid { grid-template-columns: 1fr; }
	.value-grid article { min-height: 230px; }
	.value-grid h3 { margin-top: 45px; }
	.capability-banner .site-container { grid-template-columns: 1fr 1fr; gap: 28px 0; }
	.capability-banner .site-container > div:nth-child(2) { border: 0; }
	.contact-panel, .contact-services { padding: 30px 24px; }
	.enquiry-modal { padding: 0; }
	.enquiry-dialog { width: 100%; height: 100%; max-height: none; border-radius: 0; }
	.enquiry-intro { padding: 54px 24px 28px; }
	.enquiry-intro h2 { font-size: 2rem; }
	.enquiry-form { grid-template-columns: 1fr; padding: 32px 24px; }
	.field-wide { grid-column: auto; }
	.form-footer { align-items: stretch; flex-direction: column; }
	.form-footer .button { width: 100%; }
	.footer-grid { grid-template-columns: 1fr; }
	.footer-grid > div:last-child { grid-column: auto; }
	.footer-bottom { flex-direction: column; }
}
