:root {
  --blue: #123c5a;
  --deep: #0c2a40;
  --orange: #ef6c27;
  --pale: #eef6f8;
  --ink: #273c47;
  --muted: #687780;
  --line: #d9e5e8;
  --sans: 'Montserrat', Arial, sans-serif;
  --display: 'Rajdhani', Arial, sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); font: 13px/1.6 var(--sans); }
a { color: inherit; text-decoration: none; }
.wrap { width: min(1320px, calc(100% - 48px)); margin: auto; }

/* Shared professional site header */
.top-utility { min-height: 46px; color: #dceaf0; background: var(--deep); }
.top-utility .wrap {
  min-height: 46px; display: flex; align-items: center; justify-content: space-between;
  gap: 18px; font-size: 11px; font-weight: 600; letter-spacing: .11em;
}
.top-utility .right { display: flex; gap: 32px; letter-spacing: 0; }
.top-utility a:hover { color: #ff8c59; }
.site-header { height: 86px; background: #fff; box-shadow: 0 3px 14px #123c5a0d; }
.site-header .wrap { height: 100%; display: flex; align-items: center; justify-content: space-between; gap: 30px; }
.site-brand { display: flex; align-items: center; height: 100%; flex: 0 0 auto; }
.site-brand img:first-child { width: 56px; height: 56px; object-fit: contain; }
.site-brand img:last-child { width: 220px; height: 50px; margin-left: -35px; object-fit: contain; }
.simple-nav {
  height: 100%; margin: auto; display: flex; align-items: center; gap: 38px;
  color: #172d41; font-size: 12px; font-weight: 700;
}
.simple-nav a:hover, .simple-nav a.active { color: #e6322b; }
.simple-nav button { padding: 0; border: 0; color: #172d41; background: transparent; font-size: 20px; cursor: pointer; }
.header-quote, .orange-button {
  display: inline-block; padding: 17px 25px; color: #fff; background: #c71c16;
  box-shadow: inset 0 0 0 1px #89100c; font-size: 10px; font-weight: 700; letter-spacing: .02em; white-space: nowrap;
}
.header-quote:hover { background: #9f130e; box-shadow: inset 0 0 0 1px #650804; }

.page-banner { height: 91px; background: #f4f4f5; }
.page-banner .wrap { height: 100%; display: flex; align-items: center; justify-content: space-between; }
.page-banner h1 { margin: 0; color: #172d41; font: 700 27px var(--display); text-transform: uppercase; }
.crumb { color: #5e6d76; font-size: 8px; font-weight: 700; }
.crumb a { color: #e6322b; }
.crumb b { padding: 0 7px; color: #849099; }

.section { padding: 74px 0; }
.eyebrow { margin: 0 0 9px; color: var(--orange); font-size: 10px; font-weight: 700; letter-spacing: .14em; }
.title { margin: 0; color: var(--blue); font: 700 clamp(38px, 4vw, 58px)/.86 var(--display); text-transform: uppercase; }
.title em { color: var(--orange); font-style: normal; }
.lead { max-width: 580px; color: #536772; font-size: 13px; }

/* About page */
.about-hero { display: grid; grid-template-columns: 1fr 1fr; gap: 9%; align-items: center; }
.about-copy p:not(.eyebrow) { max-width: 480px; color: #647680; font-size: 12px; }
.about-photo { min-height: 350px; position: relative; overflow: hidden; background: var(--blue); }
.about-photo img { width: 100%; height: 100%; position: absolute; inset: 0; object-fit: cover; }
.about-photo::after { content: ''; position: absolute; inset: 0; background: linear-gradient(135deg, #0c2a403c, #123c5a12); }
.stats { display: grid; grid-template-columns: repeat(4, 1fr); margin: 70px 0 0; border-top: 1px solid var(--line); border-left: 1px solid var(--line); }
.stats div { padding: 25px; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.stats b { display: block; color: var(--blue); font: 700 42px/.8 var(--display); }
.stats span { display: block; margin-top: 8px; color: #697a83; font-size: 9px; font-weight: 700; text-transform: uppercase; }
.soft { background: var(--pale); }
.value-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; margin-top: 35px; }
.value-grid article { min-height: 190px; padding: 23px; border: 1px solid #d9e7ea; background: #fff; }
.value-grid b { color: var(--orange); font: 700 20px var(--display); }
.value-grid h3 { margin: 23px 0 8px; color: var(--blue); font: 700 23px/.9 var(--display); text-transform: uppercase; }
.value-grid p { margin: 0; color: #6b7c84; font-size: 10px; }

/* Shared product cards and call to action */
.cta { padding: 65px 0; color: #fff; background: linear-gradient(110deg, #0c2a40, #1d5c7a); }
.cta .wrap { display: flex; align-items: center; justify-content: space-between; gap: 40px; }
.cta h2 { margin: 7px 0 0; font: 700 clamp(35px, 4vw, 51px)/.87 var(--display); text-transform: uppercase; }
.cta .orange-button { background: var(--orange); box-shadow: none; }
.products-intro { padding-bottom: 37px; }
.category-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.category-card { min-height: 245px; position: relative; overflow: hidden; background: var(--blue); }
.category-card img { width: 100%; height: 100%; position: absolute; inset: 0; object-fit: cover; opacity: .78; mix-blend-mode: screen; }
.category-card::after { content: ''; position: absolute; inset: 0; background: linear-gradient(90deg, #0b3655f5 0%, #0b3655a8 55%, #0b365517 100%); }
.category-card .inner { height: 100%; padding: 21px; position: relative; z-index: 1; display: flex; flex-direction: column; color: #fff; }
.category-card span { font-size: 8px; font-weight: 700; letter-spacing: .14em; }
.category-card h2 { max-width: 210px; margin: 17px 0; color: #fff; font: 700 29px/.86 var(--display); text-transform: uppercase; }
.category-card a { margin-top: auto; color: #fff; font-size: 10px; font-weight: 700; }
.category-card a b { padding-left: 8px; color: #ff8c59; font-size: 17px; }
.featured { padding-top: 0; }
.product-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 17px; margin-top: 35px; }
.product { padding: 14px; border: 1px solid var(--line); background: #fff; }
.product img { width: 100%; height: 155px; object-fit: contain; }
.product h3 { margin: 15px 0 7px; color: var(--blue); font: 700 19px/.9 var(--display); text-transform: uppercase; }
.product p { min-height: 32px; margin: 0; color: #687982; font-size: 9px; }
.product a { display: inline-block; margin-top: 14px; color: var(--blue); font-size: 9px; font-weight: 700; }
.product a:hover { color: var(--orange); }

.footer { padding: 21px 0; color: #c9d9e5; background: var(--deep); font-size: 9px; }
.footer .wrap { display: flex; justify-content: space-between; gap: 15px; }
.footer a:hover { color: #ff8c59; }
.visitor-counter { width: fit-content; margin: 24px auto 0; padding: 8px 14px; border: 1px solid rgba(255,255,255,.42); color: #d8e7f0; font-size: 13px; font-weight: 700; }
.visitor-counter strong { margin-left: 6px; padding: 1px 7px; color: #102f48; background: #fff; font: 700 28px/1 "Rajdhani", sans-serif; letter-spacing: .06em; }
.enquiry-counter { width: fit-content; margin: 10px auto 0; padding: 8px 14px; border: 1px solid rgba(255,140,89,.78); color: #ffd8c7; font-size: 13px; font-weight: 700; }
.enquiry-counter strong { margin-left: 6px; padding: 1px 7px; color: #102f48; background: #ff8c59; font: 700 28px/1 "Rajdhani", sans-serif; letter-spacing: .06em; }

@media (max-width: 1050px) {
  .wrap { width: min(100% - 40px, 1180px); }
  .simple-nav { gap: 25px; }
}
@media (max-width: 900px) {
  .category-grid { grid-template-columns: repeat(2, 1fr); }
  .product-grid { grid-template-columns: repeat(2, 1fr); }
  .about-hero { gap: 40px; }
}
@media (max-width: 760px) {
  .wrap { width: min(100% - 32px, 1320px); }
  .top-utility { min-height: 38px; }
  .top-utility .wrap { min-height: 38px; font-size: 9px; letter-spacing: .07em; }
  .top-utility .right { gap: 12px; }
  .site-header { height: 72px; }
  .site-header .wrap { gap: 16px; }
  .site-brand img:first-child { width: 46px; height: 46px; }
  .site-brand img:last-child { width: 180px; height: 41px; margin-left: -29px; }
  .simple-nav { gap: 19px; font-size: 10px; }
  .header-quote { padding: 13px 14px; font-size: 9px; }
  .stats { grid-template-columns: repeat(2, 1fr); }
}
@media (max-width: 570px) {
  .wrap { width: min(100% - 28px, 1180px); }
  .top-utility { min-height: 34px; }
  .top-utility .wrap { min-height: 34px; font-size: 7px; letter-spacing: .04em; }
  .top-utility .right { gap: 7px; }
  .site-header { height: auto; min-height: 64px; }
  .site-header .wrap { min-height: 64px; flex-wrap: wrap; }
  .site-brand img:first-child { width: 40px; height: 40px; }
  .site-brand img:last-child { width: 150px; height: 36px; margin-left: -24px; }
  .simple-nav { order: 3; width: 100%; height: 39px; margin: 0; justify-content: space-between; gap: 8px; font-size: 9px; }
  .header-quote { margin-left: auto; padding: 11px 12px; font-size: 8px; }
  .page-banner { height: 70px; }
  .page-banner h1 { font-size: 23px; }
  .crumb { font-size: 7px; }
  .section { padding: 52px 0; }
  .about-hero, .cta .wrap { display: grid; grid-template-columns: 1fr; gap: 28px; }
  .about-photo { min-height: 260px; }
  .value-grid, .category-grid { grid-template-columns: 1fr; }
  .product-grid { grid-template-columns: repeat(2, 1fr); gap: 10px; }
  .product { padding: 10px; }
  .product img { height: 120px; }
  .product h3 { font-size: 17px; }
  .footer .wrap { display: block; }
  .footer .wrap span { display: block; margin-bottom: 6px; }
}
