:root {
  --navy: #061b42;
  --navy-soft: #0b2a5d;
  --gold: #bd8420;
  --gold-soft: #e2b45c;
  --ink: #182338;
  --muted: #657087;
  --line: #e5e9f1;
  --surface: #ffffff;
  --surface-alt: #f5f7fb;
  --shadow: 0 18px 45px rgba(6, 27, 66, 0.14);
  font-family: "Segoe UI", Arial, sans-serif;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  color: var(--ink);
  background: var(--surface);
  line-height: 1.6;
}

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

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

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

.top-strip {
  background: var(--navy);
  color: #fff;
  font-size: 14px;
}

.strip-content {
  min-height: 42px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
}

.navbar {
  height: 86px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  background: #fff;
}

.brand img {
  width: 150px;
  max-height: 72px;
  object-fit: contain;
}

.nav-links {
  display: flex;
  align-items: center;
  gap: 18px;
  color: var(--navy);
  font-weight: 700;
  font-size: 13px;
  text-transform: uppercase;
  letter-spacing: 0;
}

.nav-links a {
  padding: 8px 0;
}

.nav-cta {
  background: var(--gold);
  color: #fff;
  padding: 10px 18px !important;
  border-radius: 4px;
}

.menu-toggle {
  display: none;
  width: 42px;
  height: 42px;
  border: 1px solid var(--line);
  border-radius: 4px;
  background: #fff;
  cursor: pointer;
}

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

.hero {
  min-height: 600px;
  position: relative;
  color: #fff;
  isolation: isolate;
  overflow: hidden;
}

.hero-media {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(4, 19, 48, 0.94) 0%, rgba(6, 27, 66, 0.78) 45%, rgba(6, 27, 66, 0.36) 100%),
    url("https://images.unsplash.com/photo-1486406146926-c627a92ad1ab?auto=format&fit=crop&w=1800&q=82") center/cover;
  z-index: -2;
}

.hero::after {
  content: "";
  position: absolute;
  left: -10%;
  right: -10%;
  bottom: -110px;
  height: 220px;
  background: #fff;
  transform: rotate(-3deg);
  z-index: -1;
}

.hero-content {
  min-height: 600px;
  display: flex;
  align-items: center;
  padding: 38px 0 104px;
}

.hero-copy {
  width: min(820px, 100%);
}

.hero-mark {
  width: 150px;
  height: 150px;
  object-fit: contain;
  padding: 10px;
  margin-bottom: 22px;
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.94);
}

.eyebrow,
.section-kicker {
  margin: 0 0 12px;
  color: var(--gold-soft);
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0;
  font-size: 13px;
}

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

h1 {
  margin-bottom: 22px;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 78px;
  line-height: 0.98;
  letter-spacing: 0;
}

h2 {
  color: var(--navy);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 48px;
  line-height: 1.08;
  letter-spacing: 0;
}

h3 {
  color: var(--navy);
  margin-bottom: 10px;
  font-size: 21px;
}

.hero-lead {
  max-width: 650px;
  font-size: 19px;
  color: rgba(255, 255, 255, 0.88);
}

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

.btn {
  min-height: 46px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 4px;
  padding: 12px 22px;
  font-weight: 800;
  border: 1px solid transparent;
}

.btn.primary {
  background: var(--gold);
  color: #fff;
}

.btn.secondary {
  border-color: rgba(255, 255, 255, 0.5);
  color: #fff;
}

.btn.full {
  width: 100%;
  margin-top: 16px;
}

.hero-stats {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 14px;
  margin-top: 36px;
  max-width: 680px;
}

.hero-stats div {
  background: rgba(255, 255, 255, 0.12);
  border: 1px solid rgba(255, 255, 255, 0.22);
  border-top: 3px solid var(--gold);
  border-radius: 8px;
  padding: 14px;
}

.hero-stats strong {
  display: block;
  color: #fff;
  font-size: 18px;
}

.hero-stats span {
  color: rgba(255, 255, 255, 0.76);
  font-size: 13px;
}

.page-title {
  position: relative;
  padding: 74px 0;
  color: #fff;
  background:
    linear-gradient(90deg, rgba(6, 27, 66, 0.96), rgba(6, 27, 66, 0.76)),
    url("https://images.unsplash.com/photo-1497366754035-f200968a6e72?auto=format&fit=crop&w=1500&q=82") center/cover;
}

.page-title h1 {
  margin-bottom: 14px;
  color: #fff;
  font-size: 52px;
}

.breadcrumb {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  align-items: center;
  font-weight: 800;
}

.breadcrumb a {
  color: var(--gold-soft);
}

.breadcrumb span::before {
  content: "/";
  margin-right: 10px;
  color: rgba(255, 255, 255, 0.55);
}

.text-link {
  display: inline-flex;
  margin-top: 10px;
  color: var(--gold);
  font-weight: 900;
}

.section {
  padding: 92px 0;
}

.split,
.coverage-layout,
.contact-layout,
.footer-layout {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 46px;
  align-items: start;
}

.coverage-stack {
  grid-template-columns: 1fr;
  max-width: 820px;
}

.about-section {
  background: #fff;
}

.office-gallery {
  background: var(--surface-alt);
}

.gallery-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 14px;
  max-width: 1040px;
  margin: 0 auto;
}

.gallery-card {
  margin: 0;
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 8px;
  overflow: hidden;
  box-shadow: 0 10px 30px rgba(6, 27, 66, 0.08);
}

.gallery-card img {
  width: 100%;
  aspect-ratio: 1 / 1;
  object-fit: cover;
}

.gallery-card figcaption {
  padding: 14px 16px 16px;
  color: var(--muted);
  font-size: 15px;
  font-weight: 600;
}

.about-section p:not(.section-kicker),
.coverage-section p,
.process-section p {
  color: var(--muted);
  font-size: 17px;
}

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

.values-grid article,
.service-grid article,
.flow,
.contact-details {
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 8px;
  box-shadow: 0 10px 30px rgba(6, 27, 66, 0.08);
}

.values-grid article {
  padding: 22px;
}

.icon,
.service-icon {
  width: 48px;
  height: 48px;
  display: grid;
  place-items: center;
  margin-bottom: 16px;
  border-radius: 50%;
  background: var(--navy);
  color: #fff;
  font-weight: 900;
}

.service-section,
.coverage-section {
  background: var(--surface-alt);
}

.section-heading {
  width: min(760px, 100%);
  margin-bottom: 34px;
}

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

.service-grid article {
  padding: 28px;
}

.service-icon.gold {
  background: var(--gold);
}

ul {
  margin: 16px 0 0;
  padding-left: 20px;
}

li {
  margin-bottom: 8px;
  color: var(--muted);
}

.process-section {
  background: #fff;
}

.strength-list,
.location-tags,
.doc-row {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 24px;
}

.strength-list span,
.location-tags span,
.doc-row span {
  border: 1px solid var(--line);
  border-radius: 4px;
  padding: 10px 12px;
  background: #fff;
  color: var(--navy);
  font-weight: 700;
  font-size: 14px;
}

.flow {
  padding: 30px;
}

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

.flow-grid span {
  min-height: 74px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 14px;
  border: 1px solid #ead7ae;
  border-radius: 8px;
  text-align: center;
  color: var(--navy);
  font-weight: 800;
  background: #fffaf0;
}

.contact-section {
  background: #fff;
}

.enquiry-section {
  background: #fff;
}

.enquiry-shell {
  width: min(860px, 100%);
}

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

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

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

.enquiry-form label span {
  color: var(--navy);
  font-weight: 800;
}

.enquiry-form input,
.enquiry-form textarea {
  width: 100%;
  border: 2px solid #e8e8e8;
  border-radius: 0;
  padding: 14px 15px;
  color: var(--ink);
  font: inherit;
  font-size: 16px;
  outline: none;
  background: #fff;
}

.enquiry-form input:focus,
.enquiry-form textarea:focus {
  border-color: #63b82b;
}

.message-field textarea {
  min-height: 150px;
  resize: vertical;
}

.submit-btn {
  width: 100%;
  min-height: 60px;
  border: 0;
  border-radius: 3px;
  background: var(--navy);
  color: #fff;
  font-size: 20px;
  font-weight: 900;
  cursor: pointer;
}

.map-wrap {
  min-height: 430px;
  border-radius: 8px;
  overflow: hidden;
  border: 1px solid var(--line);
  box-shadow: var(--shadow);
}

.map-wrap iframe {
  width: 100%;
  height: 430px;
  border: 0;
  display: block;
}

.contact-details {
  padding: 32px;
}

.contact-details img {
  width: 210px;
  margin-bottom: 24px;
}

.contact-details p {
  color: var(--muted);
  margin-bottom: 16px;
}

.contact-details strong {
  color: var(--navy);
}

.footer {
  background: var(--navy);
  color: rgba(255, 255, 255, 0.82);
  padding-top: 48px;
}

.footer-layout {
  grid-template-columns: 0.8fr 1.3fr 0.7fr;
  align-items: center;
}

.footer img {
  width: 140px;
  background: #fff;
  border-radius: 8px;
  padding: 8px;
}

.footer h2 {
  color: #fff;
  margin-bottom: 8px;
  font-size: 30px;
}

.footer a {
  display: block;
  margin-bottom: 8px;
  color: rgba(255, 255, 255, 0.86);
  font-weight: 700;
}

.footer-contact {
  margin-top: 18px;
  padding-top: 18px;
  border-top: 1px solid rgba(255, 255, 255, 0.18);
}

.footer-contact p {
  margin-bottom: 8px;
}

.footer-contact strong {
  color: #fff;
}

.copyright {
  margin-top: 36px;
  padding: 18px;
  text-align: center;
  background: rgba(0, 0, 0, 0.18);
  font-size: 14px;
}

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

  .nav-links {
    position: absolute;
    top: 128px;
    left: 16px;
    right: 16px;
    display: none;
    flex-direction: column;
    align-items: stretch;
    gap: 0;
    background: #fff;
    padding: 12px;
    border: 1px solid var(--line);
    border-radius: 8px;
    box-shadow: var(--shadow);
    z-index: 10;
  }

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

  .nav-links a {
    padding: 12px !important;
  }

  .hero-content,
  .split,
  .coverage-layout,
  .contact-layout,
  .footer-layout {
    grid-template-columns: 1fr;
  }

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

  .values-grid,
  .service-grid {
    grid-template-columns: 1fr;
  }

  .gallery-grid {
    grid-template-columns: 1fr;
  }

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

@media (max-width: 620px) {
  .strip-content {
    flex-direction: column;
    justify-content: center;
    padding: 8px 0;
    text-align: center;
  }

  .navbar {
    height: 78px;
  }

  .brand img {
    width: 116px;
  }

  .nav-links {
    top: 120px;
  }

  .hero {
    min-height: auto;
  }

  .hero-content {
    min-height: auto;
    padding-bottom: 98px;
  }

  h1 {
    font-size: 44px;
  }

  h2 {
    font-size: 32px;
  }

  .page-title h1 {
    font-size: 38px;
  }

  .hero-actions {
    display: grid;
  }

  .hero-stats,
  .flow-grid {
    grid-template-columns: 1fr;
  }

  .section {
    padding: 64px 0;
  }

  .doc-row span {
    width: 100%;
  }
}
