:root {
  --navy: #08295a;
  --navy-deep: #051a38;
  --steel: #5e6b7b;
  --line: #d9e1ea;
  --soft: #f4f7fa;
  --white: #ffffff;
  --orange: #e77924;
  --green: #11803b;
  --shadow: 0 18px 45px rgba(6, 28, 58, 0.14);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  color: var(--navy-deep);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  background: var(--white);
  line-height: 1.6;
}

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

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

.top-strip {
  background: var(--navy-deep);
  color: rgba(255, 255, 255, 0.86);
  font-size: 0.95rem;
  font-weight: 800;
  height: 48px;
  overflow: hidden;
  padding: 0;
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  z-index: 51;
}

.top-strip-track {
  align-items: center;
  animation: ticker-right-to-left 34s linear infinite;
  display: flex;
  height: 100%;
  white-space: nowrap;
  width: max-content;
}

.top-strip-track:hover {
  animation-play-state: paused;
}

.ticker-set {
  align-items: center;
  display: flex;
  flex-shrink: 0;
  gap: 34px;
  padding-right: 34px;
}

.top-strip .ticker-firm {
  color: var(--orange);
  font-size: 1.34rem;
  font-weight: 950;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.ticker-phones {
  align-items: center;
  display: inline-flex;
  gap: 8px;
}

.top-strip a:hover {
  color: var(--orange);
}

.ticker-whatsapp {
  align-items: center;
  display: inline-flex;
}

.ticker-whatsapp img {
  height: 25px;
  width: 25px;
}

@keyframes ticker-right-to-left {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-50%);
  }
}

.site-header {
  align-items: center;
  background: rgba(255, 255, 255, 0.94);
  border-bottom: 1px solid rgba(217, 225, 234, 0.9);
  display: flex;
  gap: clamp(12px, 2vw, 28px);
  justify-content: space-between;
  left: 0;
  min-height: 90px;
  padding: 5px 30px;
  position: fixed;
  right: 0;
  top: 48px;
  z-index: 50;
}

.site-header.is-scrolled {
  box-shadow: 0 12px 32px rgba(6, 28, 58, 0.12);
}

.brand img {
  height: 75px;
  object-fit: contain;
  width: auto;
}

.brand {
  align-items: center;
  display: inline-flex;
  flex: 0 0 auto;
  line-height: 0;
  position: relative;
  z-index: 2;
}

.brand::after,
.logo-with-mark::after {
  align-items: center;
  background: rgba(255, 255, 255, 0.88);
  border: 1px solid rgba(8, 41, 90, 0.22);
  border-radius: 999px;
  color: var(--navy);
  content: "\00AE";
  display: inline-flex;
  font-weight: 950;
  justify-content: center;
  line-height: 1;
  position: absolute;
}

.brand::after {
  font-size: clamp(1.2rem, 1.8vw, 2rem);
  height: clamp(28px, 3vw, 42px);
  right: -25px;
  top: 8px;
  width: clamp(28px, 3vw, 42px);
}

.site-nav {
  align-items: center;
  display: flex;
  gap: clamp(14px, 1.8vw, 24px);
  font-size: 0.92rem;
  font-weight: 700;
  justify-content: flex-end;
  margin-left: auto;
}

.site-nav a {
  color: var(--navy);
}

.site-nav a:hover {
  color: var(--orange);
}

.nav-logo-gap {
  display: none;
}

.nav-whatsapp {
  align-items: center;
  background: rgba(17, 128, 59, 0.1);
  border: 1px solid rgba(17, 128, 59, 0.16);
  border-radius: 999px;
  display: inline-flex;
  height: 42px;
  justify-content: center;
  width: 42px;
}

.nav-whatsapp img {
  height: 25px;
  width: 25px;
}

.menu-button {
  align-items: center;
  background: var(--navy);
  border: 0;
  border-radius: 8px;
  cursor: pointer;
  display: none;
  flex-direction: column;
  gap: 5px;
  height: 42px;
  justify-content: center;
  width: 46px;
}

.menu-button span {
  background: var(--white);
  border-radius: 999px;
  height: 2px;
  width: 22px;
}

.hero {
  color: var(--white);
  min-height: 760px;
  overflow: hidden;
  position: relative;
}

.hero-bg,
.hero-overlay {
  height: 100%;
  inset: 0;
  position: absolute;
  width: 100%;
}

.hero-bg {
  object-fit: cover;
}

.hero-overlay {
  background:
    linear-gradient(90deg, rgba(5, 26, 56, 0.92) 0%, rgba(5, 26, 56, 0.78) 42%, rgba(5, 26, 56, 0.2) 100%),
    linear-gradient(0deg, rgba(5, 26, 56, 0.72), rgba(5, 26, 56, 0.05));
}

.hero-content {
  max-width: 760px;
  padding: 160px clamp(18px, 6vw, 86px) 70px;
  position: relative;
  z-index: 2;
}

.eyebrow {
  color: var(--orange);
  font-size: 0.78rem;
  font-weight: 900;
  margin: 0 0 12px;
  text-transform: uppercase;
}

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

h1 {
  font-size: clamp(3rem, 7vw, 6.8rem);
  line-height: 0.95;
  margin-bottom: 24px;
  max-width: 940px;
}

.hero h1 {
  font-size: clamp(2.6rem, 5.2vw, 5.25rem);
  margin-bottom: 14px;
}

h2 {
  color: var(--navy);
  font-size: clamp(2rem, 4vw, 4rem);
  line-height: 1.02;
  margin-bottom: 18px;
}

h3 {
  color: var(--navy);
  font-size: 1.3rem;
  line-height: 1.18;
  margin-bottom: 12px;
}

.hero-copy {
  color: rgba(255, 255, 255, 0.88);
  font-size: clamp(1.06rem, 1.8vw, 1.25rem);
  margin-bottom: 32px;
  max-width: 680px;
}

.hero-subline {
  color: var(--orange);
  font-size: clamp(0.95rem, 1.45vw, 1.22rem);
  font-weight: 950;
  letter-spacing: 0.08em;
  margin: 0 0 16px;
  text-transform: uppercase;
}

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

.button {
  align-items: center;
  border-radius: 8px;
  display: inline-flex;
  font-weight: 900;
  justify-content: center;
  min-height: 48px;
  padding: 13px 22px;
}

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

.button.secondary {
  background: rgba(255, 255, 255, 0.14);
  border: 1px solid rgba(255, 255, 255, 0.34);
  color: var(--white);
}

.button.whatsapp {
  background: var(--green);
  color: var(--white);
}

.icon-button {
  gap: 9px;
}

.icon-button img {
  height: 24px;
  width: 24px;
}

.button:hover {
  transform: translateY(-1px);
}

.hero-stats {
  display: grid;
  gap: 14px;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  margin: 54px 0 0;
  max-width: 720px;
}

.hero-stats div {
  border-left: 3px solid var(--orange);
  padding-left: 16px;
}

.hero-stats dt {
  font-size: 2.2rem;
  font-weight: 950;
  line-height: 1;
}

.hero-stats dd {
  color: rgba(255, 255, 255, 0.78);
  margin: 6px 0 0;
}

.section {
  padding: clamp(70px, 9vw, 120px) clamp(18px, 5vw, 74px);
}

.intro {
  align-items: start;
  display: grid;
  gap: clamp(28px, 6vw, 80px);
  grid-template-columns: minmax(0, 0.95fr) minmax(300px, 1fr);
}

.intro-text {
  color: var(--steel);
  font-size: 1.12rem;
  max-width: 760px;
}

.focus-strip {
  background: var(--soft);
  display: grid;
  gap: 1px;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  padding: 1px clamp(18px, 5vw, 74px);
}

.focus-strip article {
  background: var(--white);
  padding: clamp(28px, 4vw, 42px);
}

.focus-strip span,
.group-heading span {
  color: var(--orange);
  display: block;
  font-size: 0.76rem;
  font-weight: 900;
  margin-bottom: 10px;
  text-transform: uppercase;
}

.focus-strip p {
  color: var(--steel);
  margin-bottom: 0;
}

.section-heading {
  max-width: 880px;
}

.product-groups {
  display: grid;
  gap: 46px;
  margin-top: 38px;
}

.product-group {
  display: grid;
  gap: 22px;
}

.group-heading {
  align-items: end;
  border-bottom: 1px solid var(--line);
  display: grid;
  gap: 20px;
  grid-template-columns: minmax(220px, 0.35fr) minmax(300px, 1fr);
  padding-bottom: 18px;
}

.group-heading span {
  color: var(--navy);
  font-size: 1.2rem;
  margin-bottom: 0;
}

.group-heading p {
  color: var(--steel);
  margin: 0;
}

.category-grid {
  display: grid;
  gap: 20px;
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.category-grid.compact {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.category-card {
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: 8px;
  box-shadow: 0 12px 30px rgba(6, 28, 58, 0.07);
  overflow: hidden;
}

.category-card img {
  aspect-ratio: 3 / 2;
  background: var(--soft);
  object-fit: contain;
  width: 100%;
}

.category-card > :not(img) {
  margin-left: 20px;
  margin-right: 20px;
}

.category-card span {
  color: var(--orange);
  display: block;
  font-size: 0.76rem;
  font-weight: 900;
  margin-top: 20px;
  text-transform: uppercase;
}

.category-card p {
  color: var(--steel);
  margin-bottom: 24px;
}

.category-card ul {
  color: var(--steel);
  display: grid;
  gap: 8px;
  list-style: disc;
  margin-bottom: 24px;
  margin-top: 0;
  padding-left: 38px;
}

.category-card li::marker {
  color: var(--orange);
}

.preview-grid {
  display: grid;
  gap: 20px;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  margin-top: 38px;
}

.preview-grid article {
  border: 1px solid var(--line);
  border-radius: 8px;
  box-shadow: 0 12px 30px rgba(6, 28, 58, 0.07);
  overflow: hidden;
}

.preview-grid img {
  aspect-ratio: 3 / 2;
  background: var(--soft);
  object-fit: contain;
  width: 100%;
}

.preview-grid h3,
.preview-grid p {
  margin-left: 22px;
  margin-right: 22px;
}

.preview-grid h3 {
  margin-top: 22px;
}

.preview-grid p {
  color: var(--steel);
  margin-bottom: 24px;
}

.section-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 30px;
}

.button.outline {
  border: 1px solid var(--navy);
  color: var(--navy);
}

.page-hero {
  background: linear-gradient(135deg, #f7fafc 0%, #eaf1f7 100%);
  padding: 160px clamp(18px, 5vw, 74px) clamp(58px, 8vw, 92px);
}

.page-hero h1 {
  color: var(--navy);
  font-size: clamp(2.7rem, 5vw, 5.6rem);
  max-width: 980px;
}

.page-hero p:not(.eyebrow) {
  color: var(--steel);
  font-size: clamp(1.05rem, 1.7vw, 1.26rem);
  max-width: 760px;
}

.page-hero .button.secondary {
  background: var(--white);
  border-color: var(--line);
  color: var(--navy);
}

.products-listing {
  padding-top: clamp(58px, 7vw, 88px);
}

.about-story {
  align-items: start;
}

.about-focus {
  margin-top: 0;
}

.facility-overview {
  display: grid;
  gap: clamp(26px, 5vw, 62px);
  grid-template-columns: minmax(280px, 0.75fr) minmax(320px, 1fr);
}

.facility-card-grid {
  display: grid;
  gap: 18px;
}

.facility-card-grid article {
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: 8px;
  box-shadow: 0 12px 30px rgba(6, 28, 58, 0.07);
  padding: 24px;
}

.facility-card-grid span {
  color: var(--orange);
  display: block;
  font-size: 0.78rem;
  font-weight: 950;
  margin-bottom: 10px;
}

.facility-card-grid p {
  color: var(--steel);
  margin-bottom: 0;
}

.facility-gallery-section {
  background: var(--soft);
}

.facility-gallery {
  display: grid;
  gap: 20px;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  margin-top: 34px;
}

.facility-photo {
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: 8px;
  box-shadow: 0 12px 30px rgba(6, 28, 58, 0.07);
  display: grid;
  overflow: hidden;
}

.facility-photo img {
  aspect-ratio: 4 / 3;
  background: var(--white);
  object-fit: cover;
  width: 100%;
}

.facility-photo span {
  color: var(--navy);
  font-weight: 900;
  padding: 14px 16px;
}

.facility-photo:hover {
  transform: translateY(-2px);
}

.spec-band {
  background: var(--navy);
  color: var(--white);
  display: grid;
  gap: clamp(26px, 5vw, 70px);
  grid-template-columns: minmax(280px, 0.85fr) minmax(320px, 1fr);
  padding: clamp(58px, 8vw, 96px) clamp(18px, 5vw, 74px);
}

.spec-band h2 {
  color: var(--white);
}

.spec-grid {
  display: grid;
  gap: 1px;
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.spec-grid div {
  background: rgba(255, 255, 255, 0.08);
  padding: 24px;
}

.spec-grid strong,
.spec-grid span {
  display: block;
}

.spec-grid strong {
  color: var(--white);
  font-size: 1.05rem;
  margin-bottom: 8px;
}

.spec-grid span {
  color: rgba(255, 255, 255, 0.78);
}

.strengths {
  background: var(--soft);
}

.strength-grid {
  display: grid;
  gap: 16px;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  margin-top: 38px;
}

.strength-grid article {
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: 8px;
  padding: 26px;
}

.strength-grid p {
  color: var(--steel);
  margin-bottom: 0;
}

.exports {
  align-items: center;
  background: linear-gradient(135deg, #f7fafc 0%, #eaf1f7 100%);
  display: grid;
  gap: clamp(28px, 5vw, 70px);
  grid-template-columns: minmax(280px, 0.9fr) minmax(300px, 1fr);
  padding: clamp(70px, 9vw, 120px) clamp(18px, 5vw, 74px);
}

.exports-copy p:not(.eyebrow) {
  color: var(--steel);
  font-size: 1.08rem;
}

.region-list {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
}

.region-list span {
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: 999px;
  box-shadow: 0 10px 22px rgba(6, 28, 58, 0.08);
  color: var(--navy);
  font-weight: 900;
  padding: 16px 22px;
}

.contact {
  display: grid;
  gap: 22px;
  grid-template-columns: minmax(320px, 1fr) minmax(300px, 0.56fr);
}

.contact-panel {
  background: var(--navy-deep);
  border-radius: 8px;
  color: var(--white);
  display: grid;
  gap: 30px;
  grid-template-columns: minmax(260px, 0.9fr) minmax(280px, 1fr);
  padding: clamp(28px, 5vw, 48px);
}

.contact-panel h2 {
  color: var(--white);
}

.contact-panel p:not(.eyebrow) {
  color: rgba(255, 255, 255, 0.75);
}

.contact-action-stack {
  display: grid;
  gap: 18px;
}

.enquiry-form {
  display: grid;
  gap: 16px;
}

.form-heading,
.catalogue-request {
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 8px;
  padding: 18px;
}

.form-heading span,
.catalogue-request span {
  color: var(--orange);
  display: block;
  font-size: 0.8rem;
  font-weight: 950;
  letter-spacing: 0.06em;
  margin-bottom: 6px;
  text-transform: uppercase;
}

.form-heading p,
.catalogue-request p {
  color: rgba(255, 255, 255, 0.72);
  margin: 0;
}

.catalogue-request {
  display: grid;
  gap: 14px;
  scroll-margin-top: 380px;
}

.quick-actions {
  display: grid;
  gap: 10px;
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.mini-action {
  align-items: center;
  background: rgba(255, 255, 255, 0.1);
  border: 1px solid rgba(255, 255, 255, 0.22);
  border-radius: 8px;
  color: var(--white);
  display: inline-flex;
  font-size: 0.88rem;
  font-weight: 900;
  justify-content: center;
  min-height: 46px;
  padding: 11px 14px;
  text-align: center;
}

.mini-action:hover {
  background: rgba(255, 255, 255, 0.16);
}

.whatsapp-mini {
  background: rgba(17, 128, 59, 0.24);
  border-color: rgba(255, 255, 255, 0.26);
}

.enquiry-form label {
  color: rgba(255, 255, 255, 0.78);
  display: grid;
  font-size: 0.88rem;
  font-weight: 800;
  gap: 7px;
}

.enquiry-form input,
.enquiry-form select,
.enquiry-form textarea {
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 8px;
  color: var(--white);
  font: inherit;
  padding: 13px 14px;
  width: 100%;
}

.enquiry-form textarea {
  resize: vertical;
}

.checkbox-label {
  align-items: start;
  display: grid;
  gap: 10px;
  grid-template-columns: 18px 1fr;
}

.checkbox-label input {
  accent-color: var(--orange);
  height: 18px;
  margin-top: 2px;
  padding: 0;
  width: 18px;
}

.enquiry-form ::placeholder {
  color: rgba(255, 255, 255, 0.42);
}

.contact-details {
  border: 1px solid var(--line);
  border-radius: 8px;
  padding: 28px;
}

.contact-details img {
  margin-bottom: 10px;
  max-width: 340px;
}

.logo-with-mark {
  display: inline-block;
  line-height: 0;
  position: relative;
}

.logo-with-mark::after {
  font-size: 1rem;
  height: 26px;
  right: 10px;
  top: 18px;
  width: 26px;
}

.contact-firm-name {
  color: var(--navy) !important;
  font-size: 1.08rem;
  font-weight: 950;
  letter-spacing: 0.08em;
  margin-bottom: 22px !important;
  text-transform: uppercase;
}

.contact-details div {
  border-top: 1px solid var(--line);
  padding: 18px 0;
}

.contact-details strong,
.contact-details a,
.contact-details p {
  display: block;
}

.contact-details strong {
  color: var(--navy);
  margin-bottom: 5px;
}

.contact-details a,
.contact-details p {
  color: var(--steel);
  margin-bottom: 4px;
}

.contact-details a:hover {
  color: var(--orange);
}

.contact-whatsapp {
  align-items: center;
  color: var(--green) !important;
  display: inline-flex !important;
  font-weight: 900;
  gap: 8px;
  margin-top: 8px;
}

.contact-whatsapp img {
  height: 22px;
  width: 22px;
}

.map-link {
  color: var(--orange) !important;
  display: inline-block !important;
  font-weight: 900;
  margin-top: 8px;
}

.whatsapp-float {
  align-items: center;
  background: var(--green);
  border-radius: 999px;
  bottom: 24px;
  box-shadow: 0 18px 38px rgba(6, 28, 58, 0.22);
  color: var(--white);
  display: inline-flex;
  font-weight: 950;
  gap: 9px;
  min-height: 52px;
  padding: 0 20px;
  position: fixed;
  right: 24px;
  z-index: 60;
}

.whatsapp-float img {
  height: 25px;
  width: 25px;
}

.whatsapp-float:hover {
  transform: translateY(-2px);
}

.site-footer {
  align-items: center;
  background: var(--navy);
  color: rgba(255, 255, 255, 0.82);
  display: flex;
  gap: 20px;
  justify-content: space-between;
  padding: 26px clamp(18px, 5vw, 74px);
}

.site-footer p {
  margin: 0;
}

.site-footer a {
  color: var(--white);
  font-weight: 900;
}

@media (max-width: 1080px) {
  .site-header {
    min-height: 220px;
  }

  .brand img {
    height: 190px;
    max-width: calc(100vw - 500px);
    width: auto;
  }

  .site-nav {
    gap: 11px;
    font-size: 0.82rem;
  }

  .category-grid,
  .category-grid.compact,
  .facility-gallery,
  .preview-grid,
  .strength-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

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

@media (max-width: 760px) {
  .site-header {
    min-height: 158px;
  }

  .menu-button {
    display: inline-flex;
    margin-left: auto;
    position: relative;
    z-index: 3;
  }

  .site-nav {
    align-items: stretch;
    background: var(--white);
    border-bottom: 1px solid var(--line);
    box-shadow: var(--shadow);
    display: none;
    flex-direction: column;
    gap: 0;
    left: 0;
    padding: 10px 18px 18px;
    position: absolute;
    right: 0;
    top: 100%;
  }

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

  .nav-logo-gap {
    display: none;
  }

  .nav-whatsapp {
    align-self: flex-start;
  }

  .brand img {
    height: 132px;
    max-width: calc(100vw - 122px);
    width: auto;
  }

  .site-nav a {
    border-top: 1px solid var(--line);
    padding: 14px 0;
  }

  .hero {
    min-height: 720px;
  }

  .hero-content {
    padding-top: 302px;
  }

  .hero-stats,
  .intro,
  .focus-strip,
  .facility-overview,
  .group-heading,
  .category-grid,
  .category-grid.compact,
  .facility-gallery,
  .preview-grid,
  .spec-band,
  .spec-grid,
  .strength-grid,
  .exports {
    grid-template-columns: 1fr;
  }

  .site-footer {
    align-items: flex-start;
    flex-direction: column;
  }

  .quick-actions {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 480px) {
  .top-strip {
    font-size: 0.78rem;
    height: 44px;
  }

  .top-strip .ticker-firm {
    font-size: 0.98rem;
  }

  .site-header {
    min-height: 134px;
    top: 44px;
  }

  .brand img {
    height: 110px;
    max-width: calc(100vw - 112px);
    width: auto;
  }

  .page-hero {
    padding-top: 256px;
  }

  .hero-actions .button {
    width: 100%;
  }

  .whatsapp-float {
    bottom: 16px;
    left: 18px;
    justify-content: center;
    right: 18px;
  }

  h1 {
    font-size: 2.7rem;
  }
}
