:root {
  --navy: #07111f;
  --navy-2: #0c1b30;
  --navy-3: #12243d;
  --gold: #c9a84c;
  --gold-2: #e8d5a3;
  --ink: #f6f3ec;
  --muted: #9aa8b8;
  --line: rgba(201, 168, 76, 0.22);
  --shadow: 0 24px 60px rgba(0, 0, 0, 0.35);
  --radius: 18px;
  --header-h: 88px;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  scroll-padding-top: 96px;
}

body {
  font-family: "Manrope", sans-serif;
  background: var(--navy);
  color: var(--ink);
  line-height: 1.7;
  overflow-x: hidden;
}

h1, h2, h3, h4, .brand-name, .section-kicker {
  font-family: "Outfit", sans-serif;
}

img {
  max-width: 100%;
  height: auto;
}

a {
  color: var(--gold);
  text-decoration: none;
}

a:hover {
  color: var(--gold-2);
}

.container {
  max-width: 1180px;
}

/* Top bar */
.topbar {
  background: #050c16;
  border-bottom: 1px solid var(--line);
  font-size: 0.82rem;
  color: var(--muted);
  padding: 8px 0;
}

.topbar a {
  color: var(--muted);
}

.topbar a:hover {
  color: var(--gold);
}

.topbar i {
  color: var(--gold);
  margin-right: 6px;
}

/* Navbar */
.site-header {
  position: sticky;
  top: 0;
  z-index: 1030;
  background: rgba(7, 17, 31, 0.78);
  backdrop-filter: blur(16px);
  border-bottom: 1px solid transparent;
  transition: background 0.3s ease, border-color 0.3s ease, box-shadow 0.3s ease;
}

.site-header.scrolled {
  background: rgba(7, 17, 31, 0.96);
  border-bottom-color: var(--line);
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.25);
}

.navbar {
  padding: 14px 0;
}

.brand {
  display: flex;
  align-items: center;
  gap: 10px;
  color: var(--ink) !important;
}

.brand img {
  width: 42px;
  height: 42px;
}

.brand-name {
  font-weight: 700;
  letter-spacing: 0.18em;
  font-size: 1.05rem;
}

.navbar-nav .nav-link {
  color: #d7dde6 !important;
  font-weight: 600;
  font-size: 0.92rem;
  padding: 8px 14px !important;
  position: relative;
}

.navbar-nav .nav-link::after {
  content: "";
  position: absolute;
  left: 14px;
  right: 14px;
  bottom: 4px;
  height: 2px;
  background: var(--gold);
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 0.25s ease;
}

.navbar-nav .nav-link:hover::after,
.navbar-nav .nav-link.active::after {
  transform: scaleX(1);
}

.navbar-toggler {
  border: 1px solid var(--line);
  color: var(--gold);
}

.navbar-toggler:focus {
  box-shadow: none;
}

.btn-gold {
  background: linear-gradient(135deg, #e8d5a3, #c9a84c);
  color: #1a1406 !important;
  border: 0;
  font-weight: 700;
  letter-spacing: 0.04em;
  padding: 12px 22px;
  border-radius: 999px;
  box-shadow: 0 8px 20px rgba(201, 168, 76, 0.25);
}

.btn-gold:hover {
  color: #1a1406 !important;
  filter: brightness(1.06);
}

.btn-outline-gold {
  border: 1px solid var(--gold);
  color: var(--gold-2) !important;
  border-radius: 999px;
  padding: 12px 22px;
  font-weight: 700;
  background: transparent;
}

.btn-outline-gold:hover {
  background: rgba(201, 168, 76, 0.12);
  color: #fff !important;
}

/* Hero */
.hero {
  position: relative;
  min-height: calc(100vh - 42px);
  display: flex;
  align-items: center;
  overflow: hidden;
}

.hero-media {
  position: absolute;
  inset: 0;
}

.hero-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 55% 30%;
}

.hero-media::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(7, 17, 31, 0.92) 0%, rgba(7, 17, 31, 0.72) 48%, rgba(7, 17, 31, 0.38) 100%),
    linear-gradient(180deg, rgba(7, 17, 31, 0.15) 0%, rgba(7, 17, 31, 0.55) 100%);
}

.hero-grid {
  position: absolute;
  inset: 0;
  background-image:
    linear-gradient(rgba(201, 168, 76, 0.06) 1px, transparent 1px),
    linear-gradient(90deg, rgba(201, 168, 76, 0.06) 1px, transparent 1px);
  background-size: 48px 48px;
  mask-image: linear-gradient(180deg, transparent, #000 20%, #000 80%, transparent);
  pointer-events: none;
}

.hero-content {
  position: relative;
  z-index: 2;
  padding: 90px 0 110px;
}

.eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  color: var(--gold-2);
  letter-spacing: 0.22em;
  text-transform: uppercase;
  font-size: 0.78rem;
  font-weight: 700;
  margin-bottom: 18px;
}

.eyebrow::before {
  content: "";
  width: 28px;
  height: 1px;
  background: var(--gold);
}

.hero h1 {
  font-size: clamp(2.4rem, 5vw, 4.4rem);
  font-weight: 700;
  line-height: 1.08;
  letter-spacing: -0.03em;
  max-width: 14ch;
}

.hero h1 span {
  color: var(--gold);
}

.hero .lead {
  color: #c9d3de;
  max-width: 36rem;
  font-size: 1.08rem;
}

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

.hero-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 28px;
  margin-top: 42px;
  color: var(--muted);
  font-size: 0.92rem;
}

.hero-meta strong {
  display: block;
  color: var(--ink);
  font-size: 1.15rem;
  font-family: "Outfit", sans-serif;
}

/* Sections */
.section {
  padding: 96px 0;
}

.section-muted {
  background: var(--navy-2);
}

.section-kicker {
  color: var(--gold);
  letter-spacing: 0.2em;
  text-transform: uppercase;
  font-size: 0.76rem;
  font-weight: 700;
  margin-bottom: 10px;
}

.section-title {
  font-size: clamp(1.8rem, 3vw, 2.6rem);
  font-weight: 700;
  letter-spacing: -0.03em;
  margin-bottom: 12px;
}

.section-intro {
  color: var(--muted);
  max-width: 42rem;
}

.gold-rule {
  width: 56px;
  height: 2px;
  background: var(--gold);
  margin: 18px 0 28px;
}

/* Stats */
.stats-band {
  margin-top: -48px;
  position: relative;
  z-index: 3;
}

.stats-card {
  background: linear-gradient(180deg, #132844, #0e1f36);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  box-shadow: var(--shadow);
  padding: 28px 18px;
}

.stat-item {
  text-align: center;
  padding: 8px;
}

.stat-item .num {
  display: block;
  font-family: "Outfit", sans-serif;
  font-size: 1.8rem;
  color: var(--gold);
  font-weight: 700;
}

.stat-item span {
  color: var(--muted);
  font-size: 0.88rem;
}

/* Service cards */
.service-card {
  background: var(--navy-3);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  overflow: hidden;
  height: 100%;
  transition: transform 0.25s ease, border-color 0.25s ease, box-shadow 0.25s ease;
}

.service-card:hover {
  transform: translateY(-6px);
  border-color: rgba(201, 168, 76, 0.5);
  box-shadow: var(--shadow);
}

.service-card img {
  width: 100%;
  height: 180px;
  object-fit: cover;
}

.service-body {
  padding: 22px;
}

.icon-pill {
  width: 46px;
  height: 46px;
  border-radius: 12px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: rgba(201, 168, 76, 0.12);
  color: var(--gold);
  font-size: 1.25rem;
  margin-bottom: 14px;
}

.service-card h3 {
  font-size: 1.15rem;
  margin-bottom: 10px;
}

.service-card p {
  color: var(--muted);
  margin: 0;
  font-size: 0.94rem;
}

/* About */
.about-frame {
  position: relative;
}

.about-frame img {
  width: 100%;
  height: 520px;
  object-fit: cover;
  border-radius: 24px;
  border: 1px solid var(--line);
}

.about-badge {
  position: absolute;
  left: 24px;
  bottom: 24px;
  background: rgba(7, 17, 31, 0.88);
  border: 1px solid var(--line);
  border-radius: 16px;
  padding: 16px 18px;
  backdrop-filter: blur(10px);
}

.about-copy p {
  color: var(--muted);
}

.value-list {
  list-style: none;
  padding: 0;
  margin: 24px 0 0;
}

.value-list li {
  display: flex;
  gap: 12px;
  margin-bottom: 14px;
}

.value-list i {
  color: var(--gold);
  margin-top: 4px;
}

/* Process */
.process-card {
  background: transparent;
  border-left: 1px solid var(--line);
  padding: 8px 0 8px 22px;
  height: 100%;
}

.process-num {
  font-family: "Outfit", sans-serif;
  color: var(--gold);
  letter-spacing: 0.16em;
  font-size: 0.8rem;
  font-weight: 700;
}

.process-card h3 {
  font-size: 1.2rem;
  margin: 8px 0 10px;
}

.process-card p {
  color: var(--muted);
  margin: 0;
}

/* Why us */
.why-panel {
  background: var(--navy-3);
  border: 1px solid var(--line);
  border-radius: 24px;
  overflow: hidden;
}

.why-panel img {
  width: 100%;
  height: 100%;
  min-height: 340px;
  object-fit: cover;
}

.why-copy {
  padding: 42px;
}

.feature-row {
  display: flex;
  gap: 14px;
  margin-bottom: 18px;
}

.feature-row h4 {
  font-size: 1.02rem;
  margin-bottom: 4px;
}

.feature-row p {
  color: var(--muted);
  margin: 0;
  font-size: 0.92rem;
}

.location-band {
  position: relative;
  min-height: 380px;
  display: flex;
  align-items: center;
  overflow: hidden;
}

.location-band img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 35%;
}

.location-overlay {
  position: relative;
  z-index: 1;
  width: 100%;
  padding: 80px 0;
  background: linear-gradient(180deg, rgba(7, 17, 31, 0.55), rgba(7, 17, 31, 0.78));
}

/* Contact */
.contact-card {
  background: var(--navy-3);
  border: 1px solid var(--line);
  border-radius: 24px;
  padding: 32px;
  height: 100%;
}

.form-control,
.form-select {
  background: #0a1729;
  border: 1px solid var(--line);
  color: var(--ink);
  border-radius: 12px;
  padding: 12px 14px;
}

.form-control:focus,
.form-select:focus {
  background: #0a1729;
  color: var(--ink);
  border-color: var(--gold);
  box-shadow: 0 0 0 0.2rem rgba(201, 168, 76, 0.18);
}

.form-control::placeholder {
  color: #7e8b9a;
}

.contact-detail {
  display: flex;
  gap: 14px;
  margin-bottom: 22px;
}

.contact-detail h4 {
  font-size: 0.92rem;
  margin-bottom: 2px;
}

.contact-detail p,
.contact-detail a {
  color: var(--muted);
  margin: 0;
}

.map-wrap {
  border-radius: 18px;
  overflow: hidden;
  border: 1px solid var(--line);
  height: 240px;
}

.map-wrap iframe {
  width: 100%;
  height: 100%;
  border: 0;
  filter: grayscale(0.3) contrast(1.05);
}

.form-success {
  display: none;
  color: #d9eccf;
  background: rgba(80, 140, 70, 0.18);
  border: 1px solid rgba(140, 190, 110, 0.3);
  border-radius: 12px;
  padding: 12px 14px;
  margin-bottom: 16px;
}

/* Footer */
.site-footer {
  background: #050c16;
  border-top: 1px solid var(--line);
  padding: 64px 0 24px;
}

.footer-brand p {
  color: var(--muted);
  max-width: 28rem;
}

.footer-title {
  font-family: "Outfit", sans-serif;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  font-size: 0.78rem;
  color: var(--gold);
  margin-bottom: 16px;
}

.footer-links {
  list-style: none;
  padding: 0;
  margin: 0;
}

.footer-links a {
  color: var(--muted);
  display: inline-block;
  padding: 4px 0;
}

.footer-links a:hover {
  color: var(--gold-2);
}

.footer-bottom {
  border-top: 1px solid var(--line);
  margin-top: 40px;
  padding-top: 18px;
  color: #6f7d8c;
  font-size: 0.86rem;
}

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

  .hero-content {
    padding: 72px 0 90px;
  }

  .about-frame img,
  .why-panel img {
    height: 360px;
    min-height: 0;
  }

  .navbar-collapse {
    background: #0b1a2e;
    border: 1px solid var(--line);
    border-radius: 16px;
    padding: 12px;
    margin-top: 10px;
  }

  .navbar-nav .nav-link::after {
    display: none;
  }
}
