:root {
  --navy: #06263b;
  --navy-2: #0a3853;
  --blue: #086a9f;
  --sky: #dff2fa;
  --paper: #f4f8fa;
  --white: #ffffff;
  --ink: #102938;
  --muted: #5f7380;
  --line: #cbd9df;
  --orange: #ff9d1e;
  --orange-dark: #e98500;
  --shadow: 0 24px 70px rgba(6, 38, 59, 0.13);
  --container: min(1180px, calc(100% - 40px));
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 86px; }
body { margin: 0; color: var(--ink); background: var(--white); font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif; font-size: 16px; line-height: 1.65; }
img { display: block; max-width: 100%; }
a { color: inherit; }
button, input, select, textarea { font: inherit; }
button { cursor: pointer; }
.container { width: var(--container); margin-inline: auto; }
.sr-only { 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; top: 12px; left: 12px; z-index: 1000; transform: translateY(-150%); padding: 10px 16px; color: var(--navy); background: var(--orange); border-radius: 4px; font-weight: 800; }
.skip-link:focus { transform: translateY(0); }

.site-header { position: fixed; inset: 0 0 auto; z-index: 100; height: 82px; color: var(--white); background: rgba(4, 29, 45, 0.92); border-bottom: 1px solid rgba(255,255,255,0.12); backdrop-filter: blur(16px); }
.nav-wrap { height: 100%; display: flex; align-items: center; justify-content: space-between; gap: 32px; }
.brand { display: flex; align-items: center; color: var(--white); text-decoration: none; }
.brand img { width: auto; height: 66px; object-fit: contain; }
.site-nav { display: flex; align-items: center; gap: 30px; }
.site-nav a { position: relative; text-decoration: none; color: #dceaf1; font-size: 0.9rem; font-weight: 650; }
.site-nav a:not(.nav-cta)::after { content: ""; position: absolute; left: 0; right: 100%; bottom: -8px; height: 2px; background: var(--orange); transition: right 180ms ease; }
.site-nav a:hover::after, .site-nav a:focus-visible::after { right: 0; }
.site-nav .nav-cta { padding: 11px 18px; color: var(--navy); background: var(--orange); border-radius: 3px; }
.menu-toggle { display: none; width: 44px; height: 44px; padding: 10px; border: 0; background: transparent; }
.menu-toggle > span:not(.sr-only) { display: block; height: 2px; margin: 5px 0; background: var(--white); }

.hero { position: relative; min-height: 790px; display: grid; align-items: center; overflow: hidden; color: var(--white); background: var(--navy); }
.hero-media { position: absolute; inset: 0; background: url("hero-machinery.png") center 42% / cover no-repeat; opacity: 0.66; transform: scale(1.015); }
.hero-shade { position: absolute; inset: 0; background: linear-gradient(90deg, rgba(3, 26, 41, 0.98) 0%, rgba(3, 26, 41, 0.92) 42%, rgba(3, 26, 41, 0.28) 76%, rgba(3, 26, 41, 0.5) 100%), linear-gradient(0deg, rgba(3, 26, 41, 0.75), transparent 45%); }
.hero-grid { position: relative; z-index: 1; display: grid; grid-template-columns: minmax(0, 1fr) 275px; gap: 100px; align-items: end; padding-top: 105px; }
.hero-copy { max-width: 800px; }
.eyebrow { margin: 0 0 18px; color: var(--orange); font-size: 0.75rem; font-weight: 850; letter-spacing: 0.18em; text-transform: uppercase; }
.eyebrow.dark { color: var(--blue); }
.hero h1 { max-width: 800px; margin: 0; font-size: clamp(3.2rem, 7vw, 6.8rem); line-height: 0.95; letter-spacing: -0.055em; }
.hero-lead { max-width: 690px; margin: 34px 0 0; color: #d5e5ed; font-size: clamp(1.05rem, 1.7vw, 1.28rem); line-height: 1.7; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 14px; margin-top: 36px; }
.button { min-height: 52px; display: inline-flex; align-items: center; justify-content: center; gap: 10px; padding: 13px 22px; border: 1px solid transparent; border-radius: 3px; text-decoration: none; font-weight: 800; transition: transform 180ms ease, background 180ms ease, border-color 180ms ease; }
.button:hover { transform: translateY(-2px); }
.button-primary { color: var(--navy); background: var(--orange); border-color: var(--orange); }
.button-primary:hover { background: #ffae3f; }
.button-ghost { color: var(--white); border-color: rgba(255,255,255,0.48); background: rgba(255,255,255,0.04); }
.button-ghost:hover { border-color: var(--white); background: rgba(255,255,255,0.1); }
.hero-proof { display: grid; gap: 1px; align-self: end; margin-bottom: 8px; box-shadow: var(--shadow); }
.hero-proof div { display: grid; padding: 22px; background: rgba(8, 60, 88, 0.88); border-left: 3px solid var(--orange); backdrop-filter: blur(10px); }
.hero-proof strong { color: var(--white); font-size: 1.55rem; line-height: 1.1; }
.hero-proof span { margin-top: 6px; color: #bdd4df; font-size: 0.82rem; line-height: 1.4; }
.scroll-cue { position: absolute; z-index: 1; bottom: 28px; left: 50%; transform: translateX(-50%); color: #bed3dd; text-decoration: none; font-size: 0.78rem; letter-spacing: 0.08em; text-transform: uppercase; }

.section { padding: 110px 0; }
.section-heading { margin-bottom: 52px; }
.split-heading { display: grid; grid-template-columns: 1.3fr 0.7fr; gap: 90px; align-items: end; }
.section h2, .vision-band h2, .contact h2 { margin: 0; font-size: clamp(2.3rem, 4.8vw, 4.55rem); line-height: 1.04; letter-spacing: -0.045em; }
.split-heading > p { margin: 0 0 8px; color: var(--muted); font-size: 1.05rem; }

.capabilities { background: var(--paper); }
.capability-grid { display: grid; grid-template-columns: repeat(3, 1fr); border-top: 1px solid var(--line); border-left: 1px solid var(--line); }
.capability-card { min-height: 290px; display: flex; flex-direction: column; padding: 32px; background: var(--white); border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); transition: transform 180ms ease, box-shadow 180ms ease; }
.capability-card:hover { position: relative; z-index: 1; transform: translateY(-5px); box-shadow: 0 18px 45px rgba(6,38,59,0.12); }
.capability-card.featured { color: var(--white); background: var(--navy); border-color: var(--navy); }
.service-index { color: var(--orange-dark); font-size: 0.78rem; font-weight: 850; letter-spacing: 0.12em; }
.capability-card h3 { margin: 55px 0 12px; font-size: 1.35rem; line-height: 1.25; }
.capability-card p { margin: 0; color: var(--muted); font-size: 0.94rem; }
.capability-card.featured p { color: #c6d9e2; }
.capability-card a { margin-top: auto; padding-top: 20px; color: var(--orange); text-decoration: none; font-weight: 800; font-size: 0.9rem; }

.product-showcase { color: var(--white); background: var(--navy); }
.product-intro { margin-bottom: 70px; }
.showcase-stack { display: grid; gap: 28px; }
.showcase-row { display: grid; grid-template-columns: 1.05fr 0.95fr; min-height: 470px; background: #0b334b; overflow: hidden; }
.showcase-row.reverse .showcase-image { order: 2; }
.showcase-image { min-height: 430px; display: grid; place-items: center; padding: 40px; overflow: hidden; background: linear-gradient(145deg, #dff3fc, #97cce4); }
.showcase-image img { width: 100%; height: 100%; max-height: 390px; object-fit: contain; filter: drop-shadow(0 24px 22px rgba(6,38,59,0.24)); transition: transform 400ms ease; }
.showcase-row:hover .showcase-image img { transform: scale(1.035); }
.image-parts { background: linear-gradient(145deg, #e7f5fb, #a6d2e6); }
.showcase-copy { display: flex; flex-direction: column; justify-content: center; padding: clamp(40px, 6vw, 78px); }
.showcase-copy .number { color: var(--orange); font-size: 0.75rem; font-weight: 850; letter-spacing: 0.14em; text-transform: uppercase; }
.showcase-copy h3 { margin: 20px 0; font-size: clamp(2rem, 3.4vw, 3.2rem); line-height: 1.04; letter-spacing: -0.04em; }
.showcase-copy p { margin: 0; color: #c0d6e1; }
.check-list { display: grid; gap: 9px; margin: 24px 0 0; padding: 0; list-style: none; color: #e5f1f6; }
.check-list li::before { content: "—"; margin-right: 10px; color: var(--orange); }
.text-link { align-self: flex-start; margin-top: 28px; color: var(--orange); text-decoration: none; font-weight: 800; }

.about-grid { display: grid; grid-template-columns: 0.9fr 1.1fr; gap: 110px; }
.about-title { position: sticky; top: 120px; align-self: start; }
.about-copy .lead { margin-top: 0; color: var(--ink); font-size: 1.35rem; line-height: 1.6; }
.about-copy > p:not(.lead) { color: var(--muted); }
.values-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 1px; margin-top: 42px; background: var(--line); border: 1px solid var(--line); }
.values-grid div { display: grid; gap: 6px; padding: 28px; background: var(--paper); }
.values-grid strong { color: var(--blue); font-size: 1.1rem; }
.values-grid span { color: var(--muted); font-size: 0.88rem; }

.vision-band { padding: 90px 0; color: var(--white); background: linear-gradient(110deg, #075e8e 0%, #0879ad 60%, #0790bc 100%); }
.vision-grid { display: grid; grid-template-columns: 1.2fr 0.8fr; gap: 110px; align-items: center; }
.vision-grid article > span { display: block; margin-bottom: 18px; color: #aee0f4; font-size: 0.75rem; font-weight: 850; letter-spacing: 0.18em; text-transform: uppercase; }
.vision-grid h2 { font-size: clamp(2.2rem, 4.1vw, 4rem); }
.vision-grid p { margin: 0; color: #d8eef7; font-size: 1.08rem; }

.leadership { background: var(--paper); }
.leader-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 22px; }
.leader-card { position: relative; min-height: 330px; padding: 42px; background: var(--white); border-top: 4px solid var(--blue); box-shadow: 0 15px 45px rgba(6,38,59,0.07); }
.leader-card.founder { color: var(--white); background: var(--navy); border-color: var(--orange); }
.leader-card .role { color: var(--blue); font-size: 0.74rem; font-weight: 850; letter-spacing: 0.14em; text-transform: uppercase; }
.leader-card.founder .role { color: var(--orange); }
.leader-card h3 { margin: 42px 0 14px; font-size: 2rem; }
.leader-card p { margin: 0; color: var(--muted); }
.leader-card.founder p { color: #bfd2dc; }

.contact { color: var(--white); background: #041d2d; }
.contact-grid { display: grid; grid-template-columns: 0.85fr 1.15fr; gap: 90px; align-items: start; }
.contact-copy > p:not(.eyebrow) { max-width: 520px; color: #b9cfda; font-size: 1.06rem; }
.contact-details { display: grid; margin-top: 45px; border-top: 1px solid rgba(255,255,255,0.16); }
.contact-details a { display: grid; grid-template-columns: 90px 1fr; gap: 16px; padding: 17px 0; text-decoration: none; border-bottom: 1px solid rgba(255,255,255,0.16); }
.contact-details span { color: #7fa1b3; font-size: 0.75rem; text-transform: uppercase; letter-spacing: 0.12em; }
.contact-details strong { font-size: 0.95rem; font-weight: 650; }
.enquiry-form { padding: 42px; color: var(--ink); background: var(--white); box-shadow: var(--shadow); }
.form-heading { display: flex; align-items: baseline; justify-content: space-between; gap: 16px; margin-bottom: 26px; }
.form-heading span { font-size: 1.35rem; font-weight: 850; }
.form-heading p { margin: 0; color: var(--muted); font-size: 0.78rem; }
.form-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 20px; }
.form-grid label { display: grid; gap: 8px; font-size: 0.83rem; font-weight: 750; }
.form-grid .full { grid-column: 1 / -1; }
.form-grid input, .form-grid select, .form-grid textarea { width: 100%; padding: 13px 14px; color: var(--ink); background: #f7fafb; border: 1px solid #c5d4db; border-radius: 2px; outline: none; transition: border-color 160ms ease, box-shadow 160ms ease; }
.form-grid input:focus, .form-grid select:focus, .form-grid textarea:focus { border-color: var(--blue); box-shadow: 0 0 0 3px rgba(8,106,159,0.12); }
.form-grid textarea { resize: vertical; min-height: 130px; }
.submit-button { width: 100%; margin-top: 24px; border: 0; }
.form-note { margin: 12px 0 0; color: var(--muted); font-size: 0.76rem; text-align: center; }

.site-footer { color: var(--white); background: #02131e; }
.footer-main { min-height: 160px; display: flex; align-items: center; justify-content: space-between; gap: 40px; border-bottom: 1px solid rgba(255,255,255,0.13); }
.footer-brand { display: flex; align-items: center; gap: 20px; }
.footer-brand img { width: auto; height: 84px; object-fit: contain; }
.footer-brand span { max-width: 230px; color: #88a6b5; font-size: 0.8rem; }
.footer-links { display: flex; flex-wrap: wrap; gap: 26px; }
.footer-links a, .footer-bottom a { color: #b8cdd7; text-decoration: none; font-size: 0.86rem; }
.footer-bottom { min-height: 74px; display: flex; align-items: center; justify-content: space-between; gap: 24px; color: #7693a2; font-size: 0.8rem; }

@media (max-width: 980px) {
  .site-header { height: 74px; }
  .menu-toggle { display: block; }
  .site-nav { position: fixed; inset: 74px 0 auto; display: none; align-items: stretch; gap: 0; padding: 16px 20px 22px; background: #041d2d; border-top: 1px solid rgba(255,255,255,0.12); box-shadow: 0 20px 40px rgba(0,0,0,0.28); }
  .site-nav.open { display: grid; }
  .site-nav a { padding: 13px 10px; }
  .site-nav .nav-cta { margin-top: 8px; text-align: center; }
  .hero { min-height: 760px; }
  .hero-grid { grid-template-columns: 1fr; gap: 48px; padding: 120px 0 82px; }
  .hero-proof { grid-template-columns: repeat(3, 1fr); }
  .scroll-cue { display: none; }
  .split-heading, .about-grid, .vision-grid, .contact-grid { grid-template-columns: 1fr; gap: 45px; }
  .capability-grid { grid-template-columns: repeat(2, 1fr); }
  .about-title { position: static; }
  .showcase-row { grid-template-columns: 1fr; }
  .showcase-row.reverse .showcase-image { order: 0; }
  .showcase-image { min-height: 350px; }
}

@media (max-width: 680px) {
  :root { --container: min(100% - 28px, 1180px); }
  .brand img { height: 58px; }
  .hero { min-height: auto; }
  .hero-media { background-position: 57% center; }
  .hero-grid { padding: 145px 0 65px; }
  .hero h1 { font-size: clamp(2.9rem, 14vw, 4.8rem); }
  .hero-actions, .hero-actions .button { width: 100%; }
  .hero-proof { grid-template-columns: 1fr; }
  .hero-proof div { grid-template-columns: 92px 1fr; align-items: center; }
  .section { padding: 80px 0; }
  .section h2, .vision-band h2, .contact h2 { font-size: clamp(2.1rem, 11vw, 3.3rem); }
  .capability-grid { grid-template-columns: 1fr; }
  .capability-card { min-height: 245px; }
  .product-intro { margin-bottom: 45px; }
  .showcase-image { min-height: 280px; padding: 24px; }
  .showcase-copy { padding: 34px 26px 42px; }
  .values-grid, .leader-grid, .form-grid { grid-template-columns: 1fr; }
  .vision-band { padding: 72px 0; }
  .leader-card { min-height: auto; padding: 32px 26px; }
  .enquiry-form { padding: 28px 20px; }
  .form-heading { display: grid; }
  .form-grid .full { grid-column: auto; }
  .contact-details a { grid-template-columns: 72px 1fr; }
  .footer-main { align-items: flex-start; flex-direction: column; padding: 42px 0; }
  .footer-brand { align-items: flex-start; flex-direction: column; }
  .footer-brand img { height: 78px; }
  .footer-links { gap: 18px; }
  .footer-bottom { align-items: flex-start; flex-direction: column; justify-content: center; padding: 20px 0; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { transition-duration: 0.01ms !important; animation-duration: 0.01ms !important; }
}
