:root {
  --ink: #111820;
  --ink-2: #1f2933;
  --steel: #56616d;
  --line: #d8dee5;
  --paper: #f7f8fa;
  --white: #ffffff;
  --amber: #f3b43f;
  --amber-2: #ffe0a1;
  --deep: #081018;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  color: var(--ink);
  background: var(--paper);
  font-family: Arial, Helvetica, sans-serif;
  line-height: 1.5;
}

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

a {
  color: inherit;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 20;
  border-bottom: 1px solid rgba(255, 255, 255, 0.12);
  background: rgba(8, 16, 24, 0.94);
  color: var(--white);
  backdrop-filter: blur(14px);
}

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

.brand {
  display: grid;
  gap: 2px;
  text-decoration: none;
}

.brand strong {
  font-size: 18px;
  letter-spacing: 0.02em;
}

.brand span {
  color: #b8c1ca;
  font-size: 12px;
}

.nav-links {
  display: flex;
  align-items: center;
  gap: 18px;
  color: #d9e0e7;
  font-size: 14px;
}

.nav-links a {
  text-decoration: none;
}

.nav-links a:hover {
  color: var(--amber-2);
}

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 44px;
  padding: 0 18px;
  border: 1px solid transparent;
  border-radius: 6px;
  background: var(--amber);
  color: #17120a;
  font-weight: 700;
  text-decoration: none;
}

.button.secondary {
  background: transparent;
  color: var(--white);
  border-color: rgba(255, 255, 255, 0.28);
}

.hero {
  min-height: 680px;
  display: grid;
  align-items: end;
  position: relative;
  overflow: hidden;
  color: var(--white);
  background: var(--deep);
}

.hero::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(8, 16, 24, 0.91) 0%, rgba(8, 16, 24, 0.72) 42%, rgba(8, 16, 24, 0.28) 100%),
    url("rack-installation.jpg") center / cover;
}

.hero-inner {
  position: relative;
  width: min(1180px, calc(100% - 32px));
  margin: 0 auto;
  padding: 120px 0 72px;
  display: grid;
  grid-template-columns: minmax(0, 660px) minmax(240px, 1fr);
  gap: 36px;
  align-items: end;
}

.eyebrow {
  color: var(--amber-2);
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

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

h1 {
  margin-bottom: 22px;
  font-size: clamp(44px, 7vw, 84px);
  line-height: 0.96;
  letter-spacing: 0;
}

.hero p {
  max-width: 610px;
  margin-bottom: 28px;
  color: #dfe6ec;
  font-size: 18px;
}

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

.stats-panel {
  display: grid;
  gap: 14px;
  border: 1px solid rgba(255, 255, 255, 0.18);
  background: rgba(10, 18, 27, 0.74);
  padding: 22px;
  border-radius: 8px;
}

.stat {
  display: grid;
  gap: 2px;
  padding-bottom: 14px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.13);
}

.stat:last-child {
  border-bottom: 0;
  padding-bottom: 0;
}

.stat strong {
  color: var(--white);
  font-size: 28px;
}

.stat span {
  color: #aab6c1;
  font-size: 13px;
}

.section {
  padding: 84px 0;
}

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

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

.section-head {
  display: grid;
  grid-template-columns: minmax(0, 0.8fr) minmax(260px, 1fr);
  gap: 46px;
  align-items: end;
  margin-bottom: 36px;
}

.section-head h2 {
  margin-bottom: 0;
  font-size: clamp(30px, 4vw, 48px);
  line-height: 1.06;
}

.section-head p {
  margin-bottom: 0;
  color: #5f6b76;
}

.dark .section-head p {
  color: #bac4ce;
}

.capability-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  border-top: 1px solid var(--line);
  border-left: 1px solid var(--line);
}

.capability {
  min-height: 210px;
  padding: 24px;
  border-right: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  background: var(--white);
}

.capability strong {
  display: block;
  margin-bottom: 12px;
  font-size: 18px;
}

.capability p {
  margin-bottom: 0;
  color: #66727d;
  font-size: 14px;
}

.split {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 42px;
  align-items: center;
}

.execution-copy {
  display: grid;
  justify-items: center;
}

.wide-card {
  width: min(100%, 920px);
}

.photo-frame {
  position: relative;
  overflow: hidden;
  border-radius: 8px;
  border: 1px solid rgba(255, 255, 255, 0.16);
  background: #0d151d;
}

.photo-frame img {
  width: 100%;
  height: 520px;
  object-fit: cover;
}

.dark-card {
  padding: 28px;
  border: 1px solid rgba(255, 255, 255, 0.14);
  background: rgba(255, 255, 255, 0.04);
  border-radius: 8px;
}

.dark-card p {
  color: #c6d0d9;
}

.check-list {
  display: grid;
  gap: 12px;
  padding: 0;
  margin: 24px 0 0;
  list-style: none;
}

.check-list li {
  display: grid;
  grid-template-columns: 18px 1fr;
  gap: 12px;
}

.check-list li::before {
  content: "";
  width: 10px;
  height: 10px;
  margin-top: 7px;
  background: var(--amber);
}

.project-grid {
  display: grid;
  grid-template-columns: 1.2fr 0.8fr;
  gap: 20px;
}

.project-card {
  position: relative;
  overflow: hidden;
  min-height: 340px;
  border-radius: 8px;
  background: var(--ink);
  color: var(--white);
}

.project-card img {
  width: 100%;
  height: 100%;
  min-height: 340px;
  object-fit: cover;
  opacity: 0.74;
}

.project-card .caption {
  position: absolute;
  left: 22px;
  right: 22px;
  bottom: 22px;
  padding-top: 80px;
  background: linear-gradient(transparent, rgba(8, 16, 24, 0.8));
}

.project-card h3 {
  margin-bottom: 4px;
  font-size: 24px;
}

.project-card p {
  margin-bottom: 0;
  color: #dce4ec;
}

.project-list {
  display: grid;
  gap: 14px;
}

.section-action {
  display: flex;
  justify-content: center;
  margin-top: 28px;
}

.mini-card {
  padding: 20px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--white);
}

.mini-card strong {
  display: block;
  margin-bottom: 6px;
}

.mini-card span {
  color: #66727d;
}

.contact-band {
  padding: 60px 0;
  background: var(--deep);
  color: var(--white);
}

.contact-band .container {
  display: flex;
  justify-content: space-between;
  gap: 24px;
  align-items: center;
}

.contact-band h2 {
  max-width: 720px;
  margin-bottom: 0;
  font-size: clamp(28px, 4vw, 44px);
  line-height: 1.08;
}

.page-hero {
  padding: 96px 0 56px;
  background: linear-gradient(120deg, var(--deep), #1d2833);
  color: var(--white);
}

.page-hero h1 {
  max-width: 900px;
}

.contact-grid {
  display: grid;
  grid-template-columns: 0.9fr 1.1fr;
  gap: 24px;
}

.about-hero {
  background:
    linear-gradient(120deg, rgba(8, 16, 24, 0.94), rgba(29, 40, 51, 0.78)),
    url("rack-installation.jpg") center / cover;
}

.about-hero p {
  max-width: 820px;
  color: #dfe6ec;
  font-size: 18px;
}

.about-actions {
  margin-top: 28px;
}

.about-split {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(280px, 420px);
  gap: 42px;
  align-items: center;
}

.about-split h2,
.value-card h2 {
  margin-bottom: 18px;
  font-size: clamp(30px, 4vw, 46px);
  line-height: 1.08;
}

.about-split p,
.value-card p {
  color: #5f6b76;
  font-size: 17px;
}

.about-panel {
  padding: 28px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--white);
  box-shadow: 0 18px 50px rgba(8, 16, 24, 0.08);
}

.about-panel strong {
  display: block;
  margin-bottom: 12px;
  font-size: 28px;
}

.about-panel p {
  margin: 0;
  color: #66727d;
}

.about-card-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 14px;
}

.about-card {
  min-height: 170px;
  padding: 22px;
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.05);
}

.about-card strong {
  display: block;
  margin-bottom: 10px;
  color: var(--amber-2);
  font-size: 18px;
}

.about-card span {
  color: #c6d0d9;
}

.values-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 18px;
}

.value-card {
  padding: 30px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--white);
}

.profile-strip {
  padding: 0 0 84px;
}

.profile-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  border: 1px solid var(--line);
  background: var(--white);
}

.profile-grid article {
  padding: 24px;
  border-right: 1px solid var(--line);
}

.profile-grid article:last-child {
  border-right: 0;
}

.profile-grid span,
.team-card span {
  display: block;
  margin-bottom: 8px;
  color: #66727d;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.profile-grid strong {
  display: block;
  font-size: 18px;
  line-height: 1.35;
}

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

.team-card {
  min-height: 210px;
  padding: 22px;
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.05);
}

.team-card.primary {
  background: rgba(243, 180, 63, 0.12);
  border-color: rgba(255, 224, 161, 0.32);
}

.team-card span {
  color: var(--amber-2);
}

.team-card strong {
  display: block;
  margin-bottom: 12px;
  color: var(--white);
  font-size: 19px;
  line-height: 1.25;
}

.team-card p {
  margin: 0;
  color: #c6d0d9;
  font-size: 14px;
}

.award-feature {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(320px, 1.1fr);
  gap: 26px;
  align-items: center;
  margin-bottom: 22px;
  padding: 28px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--white);
}

.award-feature h2 {
  margin-bottom: 16px;
  font-size: clamp(28px, 3vw, 40px);
  line-height: 1.08;
}

.award-feature p {
  color: #5f6b76;
  font-size: 17px;
}

.award-feature img {
  width: 100%;
  max-height: 560px;
  border-radius: 8px;
  object-fit: contain;
  background: #eef2f5;
}

.cert-strip {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 14px;
  margin: 0 0 22px;
}

.cert-logo {
  min-height: 132px;
  display: grid;
  place-items: center;
  align-content: center;
  gap: 10px;
  padding: 24px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--white);
  text-align: center;
}

.cert-logo strong {
  display: block;
  color: var(--ink);
  font-size: clamp(30px, 4vw, 46px);
  line-height: 1;
  letter-spacing: 0;
}

.cert-logo span {
  display: block;
  color: #66727d;
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.cert-logo.bca {
  border-top: 5px solid #be1e2d;
}

.cert-logo.bizsafe {
  border-top: 5px solid #f3b43f;
}

.cert-logo.iso {
  border-top: 5px solid #1f6fb2;
}

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

.award-card {
  margin: 0;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--white);
}

.award-card img {
  width: 100%;
  aspect-ratio: 3 / 4;
  object-fit: cover;
}

.award-card figcaption {
  padding: 14px;
  color: #33404c;
  font-size: 14px;
  font-weight: 700;
}

.clientele-layout {
  display: grid;
  grid-template-columns: 0.85fr 1.15fr;
  gap: 36px;
  align-items: start;
}

.clientele-layout h2 {
  margin-bottom: 16px;
  font-size: clamp(30px, 4vw, 46px);
  line-height: 1.08;
}

.clientele-layout p {
  color: #c6d0d9;
  font-size: 17px;
}

.client-list {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.client-list span {
  padding: 9px 12px;
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.05);
  color: #dfe6ec;
  font-size: 13px;
}

.project-hero {
  padding: 90px 0 48px;
  background: linear-gradient(120deg, rgba(8, 16, 24, 0.9), rgba(17, 24, 32, 0.7)), url("rack-installation.jpg") center / cover;
  color: var(--white);
}

.project-hero h1 {
  max-width: 980px;
}

.project-hero p {
  max-width: 780px;
  color: #dfe6ec;
  font-size: 18px;
}

.project-table {
  display: grid;
  gap: 12px;
}

.project-row {
  display: grid;
  grid-template-columns: 1.1fr 0.75fr 1.4fr;
  gap: 18px;
  align-items: start;
  padding: 18px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--white);
}

.project-row strong {
  display: block;
  margin-bottom: 4px;
}

.project-row span,
.project-row p {
  margin: 0;
  color: #66727d;
}

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

.year-card {
  padding: 22px;
  border-radius: 8px;
  border: 1px solid rgba(255, 255, 255, 0.14);
  background: rgba(255, 255, 255, 0.05);
}

.year-card strong {
  display: block;
  margin-bottom: 8px;
  color: var(--amber-2);
  font-size: 22px;
}

.year-card span {
  color: #c6d0d9;
}

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

.gallery-item {
  overflow: hidden;
  border-radius: 8px;
  background: var(--ink);
  color: var(--white);
  text-decoration: none;
}

.gallery-item img {
  width: 100%;
  aspect-ratio: 4 / 3;
  height: auto;
  object-fit: cover;
}

.gallery-item span,
.gallery-item figcaption {
  display: block;
  padding: 14px;
  color: var(--white);
  font-size: 14px;
}

.full-gallery-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(210px, 1fr));
  gap: 14px;
}

.full-gallery-grid button {
  padding: 0;
  border: 0;
  border-radius: 8px;
  overflow: hidden;
  background: #101821;
  color: var(--white);
  cursor: pointer;
  text-align: left;
}

.full-gallery-grid img {
  width: 100%;
  aspect-ratio: 4 / 3;
  object-fit: cover;
}

.full-gallery-grid span {
  display: block;
  padding: 10px 12px;
  font-size: 13px;
}

.lightbox {
  position: fixed;
  inset: 0;
  z-index: 50;
  display: none;
  place-items: center;
  padding: 24px;
  background: rgba(5, 11, 17, 0.88);
}

.lightbox.open {
  display: grid;
}

.lightbox img {
  max-width: min(1200px, 96vw);
  max-height: 86vh;
  border-radius: 8px;
  object-fit: contain;
}

.lightbox button {
  position: absolute;
  top: 18px;
  right: 18px;
  width: 44px;
  height: 44px;
  border: 1px solid rgba(255, 255, 255, 0.24);
  border-radius: 6px;
  background: rgba(8, 16, 24, 0.8);
  color: var(--white);
  font-size: 26px;
  cursor: pointer;
}

.contact-card,
.form-card {
  padding: 28px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--white);
}

.contact-card {
  display: grid;
  gap: 22px;
}

.contact-row {
  display: grid;
  gap: 4px;
  padding-bottom: 18px;
  border-bottom: 1px solid var(--line);
}

.contact-row:last-child {
  border-bottom: 0;
  padding-bottom: 0;
}

.contact-row span {
  color: #66727d;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.contact-row a,
.contact-row strong {
  font-size: 18px;
  text-decoration: none;
}

.form-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 14px;
}

label {
  display: grid;
  gap: 7px;
  color: #33404c;
  font-size: 13px;
  font-weight: 700;
}

input,
textarea,
select {
  width: 100%;
  border: 1px solid #cfd7df;
  border-radius: 6px;
  padding: 12px 13px;
  background: #fbfcfd;
  color: var(--ink);
  font: inherit;
}

textarea {
  min-height: 140px;
  resize: vertical;
}

.full {
  grid-column: 1 / -1;
}

.site-footer {
  padding: 28px 0;
  background: #050b11;
  color: #aab6c1;
  font-size: 13px;
}

.site-footer .container {
  display: flex;
  justify-content: space-between;
  gap: 16px;
}

@media (max-width: 900px) {
  .hero-inner,
  .section-head,
  .split,
  .about-split,
  .values-grid,
  .profile-grid,
  .award-feature,
  .clientele-layout,
  .project-grid,
  .contact-grid,
  .project-row {
    grid-template-columns: 1fr;
  }

  .capability-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .year-grid,
  .gallery-grid,
  .about-card-grid,
  .team-grid,
  .cert-strip,
  .award-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .profile-grid article {
    border-right: 0;
    border-bottom: 1px solid var(--line);
  }

  .profile-grid article:last-child {
    border-bottom: 0;
  }

  .nav {
    align-items: flex-start;
    flex-direction: column;
    padding: 14px 0;
  }

  .nav-links {
    flex-wrap: wrap;
  }

  .contact-band .container,
  .site-footer .container {
    align-items: flex-start;
    flex-direction: column;
  }
}

@media (max-width: 560px) {
  .hero {
    min-height: 620px;
  }

  .capability-grid,
  .form-grid,
  .year-grid,
  .gallery-grid,
  .about-card-grid,
  .team-grid,
  .cert-strip,
  .award-grid {
    grid-template-columns: 1fr;
  }

  .photo-frame img,
  .project-card img {
    height: 360px;
  }

  .nav-links {
    gap: 12px;
  }
}
