:root {
  --ink: #102033;
  --muted: #5d6a78;
  --soft: #edf3f8;
  --panel: #f7fafc;
  --line: #d9e4ed;
  --white: #ffffff;
  --blue: #0077aa;
  --blue-deep: #003f7a;
  --red: #cc3300;
  --green: #1c7a55;
  --shadow: 0 24px 80px rgba(16, 32, 51, 0.14);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  color: var(--ink);
  font-family: "Inter", Arial, sans-serif;
  background: var(--white);
}

body.menu-open {
  overflow: hidden;
}

img {
  display: block;
  max-width: 100%;
}

a {
  color: inherit;
  text-decoration: none;
}

.container {
  width: min(1180px, calc(100% - 40px));
  margin: 0 auto;
}

.site-header {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 30;
  background: rgba(255, 255, 255, 0.94);
  border-bottom: 1px solid rgba(217, 228, 237, 0.9);
  backdrop-filter: blur(16px);
}

.top-status {
  color: var(--white);
  background: var(--blue-deep);
  font-size: 13px;
  font-weight: 800;
}

.top-status-inner {
  width: min(1240px, calc(100% - 32px));
  min-height: 36px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 18px;
}

.top-contact {
  display: flex;
  align-items: center;
  gap: 12px;
}

.top-status a {
  color: rgba(255, 255, 255, 0.9);
}

.top-status a:hover {
  color: #ffb49e;
}

.top-whatsapp-link {
  width: 30px;
  height: 30px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: var(--white) !important;
  background: var(--green);
  border-radius: 7px;
}

.top-whatsapp-link svg {
  width: 17px;
  height: 17px;
  fill: currentColor;
}

.nav-shell {
  width: min(1240px, calc(100% - 32px));
  height: 76px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
}

.brand {
  display: flex;
  align-items: center;
  gap: 12px;
  font-weight: 900;
}

.brand img {
  width: 116px;
}

.brand span {
  padding-left: 16px;
  color: var(--blue-deep);
  border-left: 2px solid #c8d6e2;
  font-size: 20px;
  line-height: 1;
}

.site-menu {
  display: flex;
  align-items: center;
  gap: 24px;
  color: var(--muted);
  font-size: 15px;
  font-weight: 700;
}

.site-menu a:hover {
  color: var(--blue-deep);
}

.menu-toggle {
  display: none;
  width: 44px;
  height: 44px;
  padding: 0;
  background: var(--panel);
  border: 1px solid var(--line);
  border-radius: 7px;
}

.menu-toggle span {
  display: block;
  width: 20px;
  height: 2px;
  margin: 4px auto;
  background: var(--ink);
}

.hero {
  position: relative;
  min-height: 100vh;
  padding: 124px 0 64px;
  display: flex;
  align-items: center;
  overflow: hidden;
  background:
    linear-gradient(135deg, #f8fbfd 0%, #eef5fa 50%, #ffffff 100%);
}

.hero::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(0, 63, 122, 0.1), transparent 42%),
    radial-gradient(circle at 80% 20%, rgba(204, 51, 0, 0.08), transparent 30%);
  pointer-events: none;
}

.hero-grid {
  position: relative;
  display: grid;
  grid-template-columns: 0.95fr 1.05fr;
  gap: 64px;
  align-items: center;
}

.eyebrow {
  margin: 0 0 14px;
  color: var(--red);
  font-size: 13px;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

h1,
h2,
h3,
p {
  margin-top: 0;
}

h1 {
  max-width: 760px;
  margin-bottom: 24px;
  font-size: clamp(46px, 6.8vw, 84px);
  line-height: 0.98;
  letter-spacing: 0;
}

.hero-copy p {
  max-width: 650px;
  margin-bottom: 32px;
  color: var(--muted);
  font-size: 20px;
  line-height: 1.7;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
}

.button {
  display: inline-flex;
  min-height: 50px;
  align-items: center;
  justify-content: center;
  padding: 14px 20px;
  border: 0;
  border-radius: 7px;
  font: inherit;
  font-weight: 900;
  cursor: pointer;
}

.button.primary {
  color: var(--white);
  background: var(--red);
}

.button.secondary {
  color: var(--blue-deep);
  background: var(--white);
  border: 1px solid var(--line);
}

.hero-showcase {
  position: relative;
  min-height: 610px;
}

.hero-showcase figure {
  margin: 0;
  overflow: hidden;
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: 10px;
  box-shadow: var(--shadow);
}

.hero-showcase img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.hero-showcase figcaption {
  position: absolute;
  left: 18px;
  bottom: 18px;
  padding: 9px 12px;
  color: var(--white);
  background: rgba(16, 32, 51, 0.86);
  border-radius: 7px;
  font-size: 13px;
  font-weight: 900;
}

.showcase-main {
  position: absolute;
  right: 0;
  top: 18px;
  width: 78%;
  height: 400px;
}

.showcase-card {
  position: absolute;
  width: 42%;
  height: 240px;
}

.showcase-card.machinery {
  left: 0;
  bottom: 34px;
}

.showcase-card.parking {
  right: 34px;
  bottom: 0;
}

.metrics {
  color: var(--white);
  background: var(--ink);
}

.metrics-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
}

.metrics-grid div {
  padding: 28px 24px;
  border-left: 1px solid rgba(255, 255, 255, 0.14);
}

.metrics-grid div:last-child {
  border-right: 1px solid rgba(255, 255, 255, 0.14);
}

.metrics-grid strong {
  display: block;
  margin-bottom: 8px;
  font-size: 24px;
}

.metrics-grid span {
  color: rgba(255, 255, 255, 0.72);
  line-height: 1.5;
}

.section {
  padding: 100px 0;
}

.intro-grid,
.industries-grid {
  display: grid;
  grid-template-columns: 0.9fr 1.1fr;
  gap: 72px;
  align-items: start;
}

.section h2 {
  margin-bottom: 0;
  font-size: clamp(32px, 4.5vw, 56px);
  line-height: 1.08;
  letter-spacing: 0;
}

.intro-copy {
  color: var(--muted);
  font-size: 18px;
  line-height: 1.8;
}

.intro-copy p:last-child {
  margin-bottom: 0;
}

.divisions,
.process {
  background: var(--panel);
}

.section-title {
  max-width: 820px;
  margin-bottom: 40px;
}

.section-title.compact {
  max-width: 720px;
}

.division-list {
  display: grid;
  gap: 22px;
}

.division-panel {
  display: grid;
  grid-template-columns: 390px 1fr;
  overflow: hidden;
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: 10px;
  box-shadow: 0 16px 46px rgba(16, 32, 51, 0.08);
}

.division-panel img {
  width: 100%;
  height: 100%;
  min-height: 300px;
  object-fit: cover;
  background: var(--soft);
}

.division-content {
  padding: 34px;
}

.division-label,
.product-card span {
  display: inline-flex;
  margin-bottom: 16px;
  padding: 8px 10px;
  color: var(--blue-deep);
  background: #e6f3fa;
  border-radius: 7px;
  font-size: 13px;
  font-weight: 900;
}

.division-content h3 {
  margin-bottom: 14px;
  font-size: 30px;
  line-height: 1.16;
}

.division-content p {
  max-width: 720px;
  color: var(--muted);
  line-height: 1.7;
}

.pill-row {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin: 22px 0 24px;
}

.pill-row span,
.industry-list span {
  padding: 10px 12px;
  color: var(--ink);
  background: var(--soft);
  border: 1px solid var(--line);
  border-radius: 999px;
  font-size: 14px;
  font-weight: 800;
}

.text-link {
  color: var(--red);
  font-weight: 900;
}

.product-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 22px;
}

.product-card {
  display: block;
  overflow: hidden;
  color: inherit;
  background: var(--panel);
  border: 1px solid var(--line);
  border-radius: 10px;
  transition: transform 180ms ease, box-shadow 180ms ease, border-color 180ms ease;
}

.product-card:hover,
.product-card:focus-visible {
  transform: translateY(-4px);
  border-color: rgba(0, 119, 170, 0.45);
  box-shadow: 0 20px 58px rgba(16, 32, 51, 0.12);
}

.product-card:focus-visible {
  outline: 3px solid rgba(0, 119, 170, 0.25);
  outline-offset: 3px;
}

.product-card img {
  width: 100%;
  height: 260px;
  object-fit: cover;
  background: var(--soft);
}

.product-card div {
  padding: 26px;
}

.product-card h3 {
  margin-bottom: 12px;
  font-size: 24px;
  line-height: 1.22;
}

.product-card p {
  margin-bottom: 0;
  color: var(--muted);
  line-height: 1.65;
}

.industries {
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}

.industry-list {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  align-content: start;
}

.process-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 18px;
}

.process-grid article {
  padding: 28px;
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: 10px;
}

.process-grid span {
  display: block;
  margin-bottom: 34px;
  color: var(--red);
  font-weight: 900;
}

.process-grid h3 {
  margin-bottom: 12px;
  font-size: 21px;
}

.process-grid p {
  margin-bottom: 0;
  color: var(--muted);
  line-height: 1.65;
}

.faq-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 18px;
}

.faq-grid article {
  padding: 26px;
  background: var(--panel);
  border: 1px solid var(--line);
  border-radius: 10px;
}

.faq-grid h3 {
  margin-bottom: 10px;
  font-size: 21px;
}

.faq-grid p {
  margin-bottom: 0;
  color: var(--muted);
  line-height: 1.65;
}

.contact {
  padding: 100px 0;
  background: var(--ink);
}

.contact-box {
  display: grid;
  grid-template-columns: 0.9fr 1.1fr;
  gap: 56px;
  align-items: start;
  color: var(--white);
}

.contact-copy h2 {
  margin-bottom: 26px;
  font-size: clamp(32px, 4vw, 54px);
  line-height: 1.08;
}

.contact-links {
  display: grid;
  gap: 12px;
}

.contact-links a {
  color: rgba(255, 255, 255, 0.82);
  font-size: 18px;
  font-weight: 800;
}

.enquiry-form {
  display: grid;
  gap: 16px;
  padding: 30px;
  color: var(--ink);
  background: var(--white);
  border-radius: 10px;
  box-shadow: var(--shadow);
}

.form-row {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
}

.form-honey {
  position: absolute;
  left: -9999px;
  width: 1px;
  height: 1px;
  opacity: 0;
}

.enquiry-form label {
  display: grid;
  gap: 8px;
  font-size: 14px;
  font-weight: 900;
}

.label-text {
  display: inline-flex;
  align-items: flex-start;
  gap: 3px;
}

.required-mark {
  color: var(--red);
}

.enquiry-form input,
.enquiry-form select,
.enquiry-form textarea {
  width: 100%;
  padding: 14px;
  color: var(--ink);
  font: inherit;
  border: 1px solid #cfd9e3;
  border-radius: 7px;
  outline: none;
}

.enquiry-form input:focus,
.enquiry-form select:focus,
.enquiry-form textarea:focus {
  border-color: var(--blue);
  box-shadow: 0 0 0 4px rgba(0, 119, 170, 0.12);
}

.site-footer {
  color: rgba(255, 255, 255, 0.78);
  background: #07121f;
}

.footer-grid {
  display: grid;
  grid-template-columns: 1.3fr 1fr 1fr;
  gap: 50px;
  padding: 54px 0;
}

.footer-grid img {
  width: 118px;
  padding: 10px;
  margin-bottom: 16px;
  background: var(--white);
  border-radius: 7px;
}

.footer-grid h2 {
  margin-bottom: 14px;
  color: var(--white);
  font-size: 16px;
}

.footer-grid a {
  display: block;
  margin-bottom: 10px;
}

.footer-bottom {
  padding: 20px;
  text-align: center;
  border-top: 1px solid rgba(255, 255, 255, 0.12);
}

@media (max-width: 980px) {
  .menu-toggle {
    display: block;
  }

  .site-menu {
    position: absolute;
    top: 112px;
    right: 16px;
    left: 16px;
    display: none;
    padding: 18px;
    flex-direction: column;
    align-items: stretch;
    background: var(--white);
    border: 1px solid var(--line);
    border-radius: 10px;
    box-shadow: var(--shadow);
  }

  .site-menu.is-open {
    display: flex;
  }

  .hero {
    padding-top: 112px;
  }

  .hero-grid,
  .intro-grid,
  .industries-grid,
  .contact-box {
    grid-template-columns: 1fr;
    gap: 42px;
  }

  .hero-showcase {
    min-height: 500px;
  }

  .metrics-grid,
  .product-grid,
  .process-grid,
  .faq-grid,
  .footer-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .division-panel {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 640px) {
  .container {
    width: min(100% - 28px, 1180px);
  }

  .nav-shell {
    width: min(100% - 24px, 1240px);
  }

  .top-status-inner {
    width: min(100% - 24px, 1240px);
    min-height: 38px;
  }

  .top-status-inner {
    justify-content: center;
  }

  .top-contact {
    width: 100%;
    justify-content: space-between;
  }

  .brand img {
    width: 96px;
  }

  .brand span {
    padding-left: 12px;
    font-size: 17px;
  }

  h1 {
    font-size: 43px;
  }

  .hero-copy p,
  .intro-copy,
  .contact-links a {
    font-size: 16px;
  }

  .hero-showcase {
    min-height: 470px;
  }

  .showcase-main {
    width: 100%;
    height: 280px;
    top: 0;
  }

  .showcase-card {
    width: 48%;
    height: 170px;
  }

  .showcase-card.machinery {
    bottom: 22px;
  }

  .showcase-card.parking {
    right: 0;
    bottom: 0;
  }

  .metrics-grid,
  .product-grid,
  .process-grid,
  .faq-grid,
  .footer-grid,
  .form-row {
    grid-template-columns: 1fr;
  }

  .metrics-grid div,
  .metrics-grid div:last-child {
    border-right: 0;
    border-left: 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.14);
  }

  .section,
  .contact {
    padding: 72px 0;
  }

  .division-content,
  .product-card div,
  .enquiry-form {
    padding: 22px;
  }
}
