:root {
  --navy: #332925;
  --blue: #a84422;
  --cyan: #d86d1f;
  --lime: #efb51f;
  --paper: #f6f3ef;
  --ink: #302b28;
  --muted: #716862;
  --white: #fff;
  --line: #e7ddd5;
  --shadow: 0 20px 55px rgba(69, 43, 30, 0.15);
}
.civil{background:#fff}.civil-gallery,.expertise-gallery{display:grid;grid-template-columns:1fr 1fr;gap:22px}.civil-photo,.expertise-photo{margin:0;background:var(--navy);color:#fff;border-radius:24px;overflow:hidden;box-shadow:var(--shadow)}.civil-photo img,.expertise-photo img{display:block;width:100%;height:190px;object-fit:cover;object-position:center}.civil-photo div,.expertise-photo div{padding:25px 29px 29px}.civil-photo span,.expertise-photo span{font-size:.72rem;font-weight:800;letter-spacing:.13em;text-transform:uppercase;color:var(--lime)}.civil-photo h3,.expertise-photo h3{font-size:1.35rem;line-height:1.2;margin:9px 0}.civil-photo p,.expertise-photo p{color:#e1d5cc;margin:0}.expertise{background:var(--paper)}.civil-services{display:grid;grid-template-columns:repeat(3,1fr);gap:1px;background:var(--line);border:1px solid var(--line);border-radius:18px;overflow:hidden;margin-top:22px}.civil-services span{background:var(--paper);padding:15px 18px;font-size:.87rem;font-weight:700;color:var(--navy)}@media(max-width:900px){.civil-gallery,.expertise-gallery{grid-template-columns:1fr}.civil-services{grid-template-columns:1fr 1fr}}@media(max-width:600px){.civil-services{grid-template-columns:1fr}.civil-photo div,.expertise-photo div{padding:22px}.civil-photo img,.expertise-photo img{height:165px}}
* {
  box-sizing: border-box;
}
html {
  scroll-behavior: smooth;
}
body {
  margin: 0;
  font:
    16px/1.65 Arial,
    Helvetica,
    sans-serif;
  color: var(--ink);
  background: #fff;
}
a {
  color: inherit;
  text-decoration: none;
}
img {
  max-width: 100%;
}
.wrap {
  width: min(1160px, calc(100% - 40px));
  margin: auto;
}
.topbar {
  background: #2f2723;
  color: #f1e7df;
  font-size: 0.85rem;
}
.topbar .wrap {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  padding: 8px 0;
}
.topbar a:hover {
  color: #fff;
}
.nav {
  position: sticky;
  top: 0;
  z-index: 20;
  background: rgba(255, 255, 255, 0.96);
  backdrop-filter: blur(12px);
  border-bottom: 1px solid rgba(231, 221, 213, 0.92);
}
.nav .wrap {
  height: 78px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.brand {
  display: flex;
  align-items: center;
  gap: 12px;
  font-weight: 800;
  letter-spacing: -0.04em;
  font-size: 1.42rem;
  color: var(--navy);
}
.brand-mark {
  width: 44px;
  height: 44px;
  border-radius: 13px;
  background: linear-gradient(145deg, var(--lime), var(--cyan) 55%, var(--blue));
  display: grid;
  place-items: center;
  color: #fff;
  box-shadow: 0 7px 20px rgba(168, 68, 34, 0.24);
}
.brand-mark svg {
  width: 27px;
}
.brand small {
  display: block;
  font-size: 0.6rem;
  color: var(--muted);
  letter-spacing: 0.17em;
  font-weight: 700;
  line-height: 1;
  margin-top: 2px;
}
.links {
  display: flex;
  align-items: center;
  gap: 24px;
  font-size: 0.84rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.04em;
}
.links a:hover {
  color: var(--blue);
}
.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 9px;
  border: 0;
  border-radius: 999px;
  padding: 13px 21px;
  font-weight: 700;
  cursor: pointer;
  transition: 0.2s;
  background: var(--blue);
  color: #fff;
  box-shadow: 0 8px 20px rgba(168, 68, 34, 0.24);
}
.btn:hover {
  transform: translateY(-2px);
  background: #87351d;
}
.btn-light {
  background: #fff;
  color: var(--blue);
  box-shadow: none;
}
.btn-line {
  background: transparent;
  border: 1px solid rgba(255, 255, 255, 0.4);
  box-shadow: none;
}
.menu {
  display: none;
  background: none;
  border: 0;
  font-size: 1.5rem;
}
.hero {
  position: relative;
  overflow: hidden;
  background: var(--navy);
  color: #fff;
  padding: 88px 0 82px;
}
.hero:before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    radial-gradient(
      circle at 75% 15%,
      rgba(216, 109, 31, 0.32),
      transparent 33%
    ),
    linear-gradient(120deg, transparent 40%, rgba(239, 181, 31, 0.12));
  pointer-events: none;
}
.hero-grid {
  position: relative;
  display: grid;
  grid-template-columns: 1.15fr 0.85fr;
  gap: 64px;
  align-items: center;
}
.eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  color: var(--cyan);
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}
.eyebrow:before {
  content: "";
  width: 26px;
  height: 2px;
  background: var(--lime);
}
h1 {
  font-size: clamp(2.75rem, 6vw, 5.15rem);
  line-height: 0.98;
  letter-spacing: -0.055em;
  margin: 20px 0 25px;
  max-width: 850px;
}
h1 span {
  color: #f0ad32;
}
.lead {
  font-size: 1.14rem;
  max-width: 660px;
  color: #eadfd7;
}
.actions {
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
  margin-top: 32px;
}
.hero-card {
  position: relative;
  background: linear-gradient(
    160deg,
    rgba(255, 255, 255, 0.13),
    rgba(255, 255, 255, 0.05)
  );
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 28px;
  padding: 34px;
  box-shadow: var(--shadow);
}
.hero-card:after {
  content: "";
  position: absolute;
  right: -22px;
  bottom: -22px;
  width: 120px;
  height: 120px;
  border: 22px solid rgba(239, 181, 31, 0.23);
  border-radius: 50%;
}
.metric {
  display: grid;
  grid-template-columns: 52px 1fr;
  gap: 15px;
  align-items: center;
  padding: 18px 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.13);
}
.metric:last-child {
  border: 0;
}
.icon {
  width: 50px;
  height: 50px;
  border-radius: 15px;
  display: grid;
  place-items: center;
  background: rgba(216, 109, 31, 0.2);
  color: #ffc666;
  font-size: 1.4rem;
}
.metric b {
  display: block;
  font-size: 1rem;
}
.metric span {
  color: #d5c6bc;
  font-size: 0.87rem;
}
.trust {
  border-bottom: 1px solid var(--line);
  background: #fff;
}
.trust .wrap {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
}
.trust div {
  padding: 22px;
  text-align: center;
  border-right: 1px solid var(--line);
  font-size: 0.9rem;
  color: var(--muted);
}
.trust div:last-child {
  border: 0;
}
.trust b {
  color: var(--navy);
  display: block;
  font-size: 1rem;
}
.section {
  padding: 100px 0;
}
.section.alt {
  background: var(--paper);
}
.section-head {
  display: grid;
  grid-template-columns: 0.72fr 1.28fr;
  gap: 55px;
  align-items: end;
  margin-bottom: 46px;
}
.section h2 {
  font-size: clamp(2rem, 4vw, 3.45rem);
  line-height: 1.08;
  letter-spacing: -0.04em;
  margin: 8px 0;
}
.section-head p {
  color: var(--muted);
  font-size: 1.05rem;
  margin: 0;
}
.cards {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}
.card {
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 22px;
  padding: 30px;
  transition: 0.25s;
  min-height: 270px;
}
.card:hover {
  transform: translateY(-6px);
  box-shadow: var(--shadow);
  border-color: transparent;
}
.card .icon {
  background: #fff1e5;
  color: var(--blue);
}
.card h3 {
  font-size: 1.25rem;
  margin: 22px 0 10px;
}
.card p {
  color: var(--muted);
  margin: 0;
}
.card a {
  display: inline-block;
  margin-top: 20px;
  color: var(--blue);
  font-weight: 700;
}
.feature {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 70px;
  align-items: center;
}
.visual {
  min-height: 480px;
  border-radius: 30px;
  background: linear-gradient(145deg, #5b3024, #2f2723);
  position: relative;
  overflow: hidden;
  padding: 36px;
  color: #fff;
  box-shadow: var(--shadow);
}
.visual:before {
  content: "";
  position: absolute;
  width: 420px;
  height: 420px;
  border-radius: 50%;
  background: linear-gradient(135deg, var(--cyan), transparent 70%);
  right: -170px;
  top: -150px;
  opacity: 0.65;
}
.visual-grid {
  position: relative;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 14px;
  margin-top: 100px;
}
.tile {
  padding: 22px;
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.1);
  border: 1px solid rgba(255, 255, 255, 0.13);
}
.tile strong {
  display: block;
  font-size: 1.65rem;
  color: #ffc44b;
}
.tile span {
  font-size: 0.83rem;
  color: #e5d8cf;
}
.ticks {
  list-style: none;
  padding: 0;
  margin: 28px 0;
}
.ticks li {
  position: relative;
  padding: 9px 0 9px 31px;
}
.ticks li:before {
  content: "✓";
  position: absolute;
  left: 0;
  color: var(--blue);
  font-weight: 900;
}
.process {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
  counter-reset: step;
}
.step {
  counter-increment: step;
  border-top: 3px solid var(--line);
  padding-top: 24px;
}
.step:before {
  content: "0" counter(step);
  display: block;
  color: var(--cyan);
  font-weight: 900;
  font-size: 0.85rem;
}
.step h3 {
  margin: 9px 0;
}
.step p {
  color: var(--muted);
}
.cta {
  background: linear-gradient(125deg, var(--blue), #5b3024);
  color: #fff;
  border-radius: 30px;
  padding: 50px;
  display: grid;
  grid-template-columns: 1.2fr 0.8fr;
  gap: 40px;
  align-items: center;
  box-shadow: var(--shadow);
}
.cta h2 {
  margin: 0 0 10px;
  font-size: 2.3rem;
}
.cta p {
  color: #f1dfd3;
  margin: 0;
}
.cta .actions {
  justify-content: flex-end;
  margin: 0;
}
.contact-grid {
  display: grid;
  grid-template-columns: 0.8fr 1.2fr;
  gap: 50px;
}
.contact-list {
  display: grid;
  gap: 18px;
  margin-top: 25px;
}
.contact-item {
  display: grid;
  grid-template-columns: 42px 1fr;
  gap: 13px;
}
.contact-item b {
  display: block;
}
.contact-item span,
.contact-item a {
  color: var(--muted);
}
form {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 17px;
  background: #fff;
  padding: 28px;
  border: 1px solid var(--line);
  border-radius: 24px;
  box-shadow: var(--shadow);
}
label {
  font-size: 0.84rem;
  font-weight: 700;
  color: var(--navy);
}
input,
textarea,
select {
  width: 100%;
  margin-top: 6px;
  border: 1px solid #d9cbc1;
  border-radius: 12px;
  padding: 13px 14px;
  font: inherit;
  background: #fff;
}
textarea {
  min-height: 130px;
  resize: vertical;
}
.full {
  grid-column: 1/-1;
}
.check {
  font-weight: 400;
  color: var(--muted);
  display: flex;
  gap: 10px;
  align-items: flex-start;
}
.check input {
  width: auto;
  margin-top: 5px;
}
footer {
  background: var(--navy);
  color: #ddcfc5;
  padding: 55px 0 25px;
}
.footer-grid {
  display: grid;
  grid-template-columns: 1.5fr 1fr 1fr;
  gap: 45px;
}
.footer-grid h3 {
  color: #fff;
}
.footer-grid a {
  display: block;
  padding: 4px 0;
}
.copyright {
  border-top: 1px solid rgba(255, 255, 255, 0.12);
  margin-top: 35px;
  padding-top: 20px;
  font-size: 0.82rem;
}
.reveal {
  opacity: 0;
  transform: translateY(18px);
  transition: 0.6s;
}
.reveal.on {
  opacity: 1;
  transform: none;
}
@media (max-width: 900px) {
  .links {
    display: none;
  }
  .menu {
    display: block;
  }
  .links.open {
    display: flex;
    position: absolute;
    top: 78px;
    left: 0;
    right: 0;
    background: #fff;
    padding: 25px;
    flex-direction: column;
    align-items: flex-start;
    border-bottom: 1px solid var(--line);
  }
  .hero-grid,
  .section-head,
  .feature,
  .contact-grid,
  .cta {
    grid-template-columns: 1fr;
  }
  .hero {
    padding: 65px 0;
  }
  .hero-card {
    display: none;
  }
  .trust .wrap,
  .cards,
  .process {
    grid-template-columns: 1fr 1fr;
  }
  .cta .actions {
    justify-content: flex-start;
  }
  .section {
    padding: 72px 0;
  }
}
@media (max-width: 600px) {
  .topbar .wrap {
    justify-content: center;
  }
  .topbar span {
    display: none;
  }
  .nav .btn {
    display: none;
  }
  .wrap {
    width: min(100% - 28px, 1160px);
  }
  .trust .wrap,
  .cards,
  .process,
  form,
  .footer-grid {
    grid-template-columns: 1fr;
  }
  .trust div {
    border-right: 0;
    border-bottom: 1px solid var(--line);
  }
  .section-head {
    gap: 15px;
  }
  .visual {
    min-height: 410px;
  }
  .visual-grid {
    margin-top: 60px;
  }
  .cta {
    padding: 30px;
  }
  .full {
    grid-column: auto;
  }
}
