:root {
  --navy: #0c1b2a;
  --navy-2: #10263a;
  --gold: #c7a768;
  --gold-light: #e5d2a6;
  --cream: #f4f0e8;
  --white: #ffffff;
  --text: #17202a;
  --muted: #66717c;
  --border: rgba(12, 27, 42, 0.14);
  --shadow: 0 20px 55px rgba(0, 0, 0, 0.13);
}

* { box-sizing: border-box; }

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  font-family: "Inter", sans-serif;
  color: var(--text);
  background: #fff;
  line-height: 1.65;
}

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

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

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

.site-header {
  position: fixed;
  inset: 0 0 auto 0;
  z-index: 1000;
  background: rgba(8, 19, 30, 0.88);
  backdrop-filter: blur(14px);
  border-bottom: 1px solid rgba(255,255,255,0.08);
}

.nav-wrap {
  min-height: 82px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 13px;
  color: var(--white);
}

.brand-mark {
  width: 46px;
  height: 46px;
  border: 1px solid var(--gold);
  display: grid;
  place-items: center;
  font-family: "Cormorant Garamond", serif;
  font-size: 22px;
  font-weight: 700;
  letter-spacing: 1px;
}

.brand-copy {
  display: flex;
  flex-direction: column;
  line-height: 1.05;
}

.brand-copy strong {
  font-family: "Cormorant Garamond", serif;
  font-size: 22px;
  letter-spacing: .4px;
}

.brand-copy small {
  margin-top: 4px;
  text-transform: uppercase;
  letter-spacing: 2px;
  color: var(--gold-light);
  font-size: 9px;
}

.main-nav {
  display: flex;
  align-items: center;
  gap: 34px;
}

.main-nav a {
  color: rgba(255,255,255,.84);
  font-size: 14px;
  font-weight: 600;
}

.main-nav a:hover { color: var(--gold-light); }

.main-nav .nav-cta {
  border: 1px solid var(--gold);
  padding: 11px 19px;
  color: var(--white);
}

.menu-toggle {
  display: none;
  width: 40px;
  height: 40px;
  background: transparent;
  border: 0;
  padding: 8px;
}

.menu-toggle span {
  display: block;
  height: 2px;
  background: white;
  margin: 5px 0;
}

.hero {
  min-height: 870px;
  position: relative;
  display: flex;
  align-items: center;
  background:
    linear-gradient(90deg, rgba(6,17,27,.98) 0%, rgba(8,24,38,.87) 48%, rgba(8,24,38,.52) 100%),
    url("https://images.unsplash.com/photo-1486406146926-c627a92ad1ab?auto=format&fit=crop&w=2000&q=85") center/cover no-repeat;
  color: var(--white);
  padding-top: 82px;
}

.hero-overlay {
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at 75% 35%, rgba(199,167,104,.18), transparent 32%),
    linear-gradient(180deg, transparent 70%, rgba(6,17,27,.36));
}

.hero-grid {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: 1.55fr .75fr;
  gap: 90px;
  align-items: center;
}

.eyebrow,
.section-kicker {
  display: inline-block;
  color: #9c7841;
  text-transform: uppercase;
  letter-spacing: 3px;
  font-size: 12px;
  font-weight: 700;
  margin-bottom: 17px;
}

.eyebrow,
.section-kicker.light { color: var(--gold-light); }

.hero h1,
.section h2,
.opportunity h2 {
  font-family: "Cormorant Garamond", serif;
  font-weight: 700;
  line-height: 1.03;
  margin: 0;
}

.hero h1 {
  font-size: clamp(52px, 6vw, 80px);
  max-width: 850px;
}

.hero-content > p {
  max-width: 720px;
  font-size: 19px;
  color: rgba(255,255,255,.78);
  margin: 28px 0 34px;
}

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

.btn {
  min-height: 52px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0 25px;
  font-weight: 700;
  font-size: 14px;
  border: 1px solid transparent;
  cursor: pointer;
  transition: .2s ease;
}

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

.btn-primary:hover {
  background: #d7bb82;
  transform: translateY(-2px);
}

.btn-secondary {
  border-color: rgba(255,255,255,.42);
  color: var(--white);
}

.btn-secondary:hover {
  border-color: var(--gold-light);
  color: var(--gold-light);
}

.hero-points {
  display: flex;
  gap: 25px;
  flex-wrap: wrap;
  margin-top: 30px;
  color: rgba(255,255,255,.64);
  font-size: 13px;
}

.hero-points span::before {
  content: "•";
  color: var(--gold);
  margin-right: 8px;
}

.hero-card {
  background: rgba(255,255,255,.08);
  border: 1px solid rgba(255,255,255,.14);
  padding: 34px;
  backdrop-filter: blur(12px);
  box-shadow: var(--shadow);
}

.hero-card .card-label {
  text-transform: uppercase;
  color: var(--gold-light);
  letter-spacing: 2px;
  font-size: 11px;
  font-weight: 700;
}

.hero-card ul {
  list-style: none;
  padding: 0;
  margin: 24px 0 28px;
}

.hero-card li {
  padding: 14px 0;
  border-bottom: 1px solid rgba(255,255,255,.1);
  color: rgba(255,255,255,.88);
}

.hero-card a {
  color: var(--gold-light);
  font-weight: 700;
  font-size: 14px;
}

.trust-strip {
  background: var(--cream);
  border-bottom: 1px solid var(--border);
}

.trust-grid {
  min-height: 130px;
  display: grid;
  grid-template-columns: repeat(3,1fr);
  align-items: center;
}

.trust-grid > div {
  padding: 10px 30px;
  border-right: 1px solid var(--border);
}

.trust-grid > div:first-child { padding-left: 0; }
.trust-grid > div:last-child { border-right: 0; }

.trust-grid strong,
.trust-grid span {
  display: block;
}

.trust-grid strong {
  font-family: "Cormorant Garamond", serif;
  font-size: 23px;
}

.trust-grid span {
  color: var(--muted);
  font-size: 13px;
  margin-top: 3px;
}

.section {
  padding: 110px 0;
}

.split-layout {
  display: grid;
  grid-template-columns: .95fr 1.15fr;
  gap: 100px;
}

.section h2,
.opportunity h2 {
  font-size: clamp(42px, 4.7vw, 64px);
}

.section-copy {
  font-size: 17px;
  color: #47515c;
}

.section-copy p:first-child { margin-top: 7px; }

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

.section-heading-row {
  display: grid;
  grid-template-columns: 1.5fr .65fr;
  gap: 80px;
  align-items: end;
  margin-bottom: 55px;
}

.section-heading-row p {
  color: rgba(255,255,255,.64);
  margin: 0;
}

.section-heading-row.dark-text p {
  color: var(--muted);
}

.services-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  border-top: 1px solid rgba(255,255,255,.12);
  border-left: 1px solid rgba(255,255,255,.12);
}

.service-card {
  padding: 34px;
  min-height: 310px;
  border-right: 1px solid rgba(255,255,255,.12);
  border-bottom: 1px solid rgba(255,255,255,.12);
  transition: .25s ease;
}

.service-card:hover {
  background: rgba(255,255,255,.045);
  transform: translateY(-4px);
}

.service-number,
.process-grid article > span {
  color: var(--gold);
  font-family: "Cormorant Garamond", serif;
  font-size: 20px;
}

.service-card h3,
.process-grid h3 {
  font-family: "Cormorant Garamond", serif;
  font-size: 30px;
  line-height: 1.1;
  margin: 28px 0 16px;
}

.service-card p {
  color: rgba(255,255,255,.62);
  font-size: 14px;
}

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

.process-grid article {
  padding: 35px 28px 20px;
  border-right: 1px solid var(--border);
}

.process-grid article:first-child { padding-left: 0; }
.process-grid article:last-child { border-right: 0; }

.process-grid p {
  color: var(--muted);
  font-size: 14px;
}

.opportunity {
  background:
    linear-gradient(90deg, rgba(9,26,41,.95), rgba(9,26,41,.72)),
    url("https://images.unsplash.com/photo-1454165804606-c3d57bc86b40?auto=format&fit=crop&w=1800&q=85") center/cover no-repeat;
  color: white;
}

.opportunity-box {
  min-height: 430px;
  display: grid;
  grid-template-columns: 1.4fr auto;
  gap: 70px;
  align-items: center;
}

.opportunity h2 { max-width: 800px; }

.contact-section { background: #f7f5f0; }

.contact-grid {
  display: grid;
  grid-template-columns: .9fr 1.1fr;
  gap: 100px;
}

.contact-grid > div > p {
  color: var(--muted);
  max-width: 520px;
  font-size: 17px;
}

.contact-details {
  margin-top: 40px;
  display: grid;
  gap: 20px;
}

.contact-details div {
  padding-bottom: 17px;
  border-bottom: 1px solid var(--border);
}

.contact-details span {
  display: block;
  color: var(--muted);
  text-transform: uppercase;
  letter-spacing: 1.5px;
  font-size: 10px;
  font-weight: 700;
}

.contact-details a,
.contact-details p {
  margin: 4px 0 0;
  font-weight: 600;
}

.contact-form {
  background: white;
  padding: 38px;
  box-shadow: 0 16px 50px rgba(18,32,47,.08);
}

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

label {
  display: block;
  font-size: 12px;
  font-weight: 700;
  margin-bottom: 16px;
  color: #37424d;
}

input,
select,
textarea {
  width: 100%;
  border: 1px solid #d8dde1;
  background: #fff;
  padding: 14px 15px;
  margin-top: 7px;
  font: inherit;
  font-size: 14px;
  outline: none;
}

input:focus,
select:focus,
textarea:focus {
  border-color: var(--gold);
  box-shadow: 0 0 0 3px rgba(199,167,104,.16);
}

textarea { resize: vertical; }

.privacy-check {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  font-weight: 500;
  color: var(--muted);
}

.privacy-check input {
  width: auto;
  margin: 4px 0 0;
}

.form-submit { width: 100%; border: 0; }

.form-note {
  color: var(--muted);
  font-size: 11px;
  margin: 13px 0 0;
}

.legal-note {
  background: #eae6dc;
  color: #68717a;
  font-size: 12px;
  padding: 18px 0;
}

.legal-note p { margin: 0; }

.site-footer {
  background: #07131e;
  color: rgba(255,255,255,.62);
  padding: 48px 0;
}

.footer-grid {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 30px;
  align-items: center;
}

.footer-brand { color: white; }

.footer-links {
  display: flex;
  gap: 24px;
  font-size: 13px;
}

.footer-grid > p {
  grid-column: 1 / -1;
  margin: 0;
  padding-top: 24px;
  border-top: 1px solid rgba(255,255,255,.09);
  font-size: 12px;
}

@media (max-width: 920px) {
  .main-nav {
    position: absolute;
    top: 82px;
    left: 0;
    right: 0;
    display: none;
    flex-direction: column;
    align-items: stretch;
    gap: 0;
    padding: 15px 20px 25px;
    background: #081724;
  }

  .main-nav.open { display: flex; }

  .main-nav a {
    padding: 15px 0;
    border-bottom: 1px solid rgba(255,255,255,.08);
  }

  .main-nav .nav-cta {
    margin-top: 10px;
    text-align: center;
  }

  .menu-toggle { display: block; }

  .hero {
    min-height: auto;
    padding: 155px 0 90px;
  }

  .hero-grid,
  .split-layout,
  .section-heading-row,
  .contact-grid,
  .opportunity-box {
    grid-template-columns: 1fr;
    gap: 45px;
  }

  .hero-card { max-width: 600px; }

  .services-grid { grid-template-columns: repeat(2, 1fr); }
  .process-grid { grid-template-columns: repeat(2, 1fr); }
  .trust-grid { grid-template-columns: 1fr; padding: 25px 0; }
  .trust-grid > div {
    border-right: 0;
    border-bottom: 1px solid var(--border);
    padding: 18px 0;
  }
  .trust-grid > div:last-child { border-bottom: 0; }

  .opportunity-box {
    padding: 80px 0;
    min-height: auto;
  }
}

@media (max-width: 620px) {
  .container { width: min(100% - 28px, 1180px); }
  .nav-wrap { min-height: 72px; }
  .brand-copy strong { font-size: 18px; }
  .brand-mark { width: 40px; height: 40px; }
  .main-nav { top: 72px; }

  .hero { padding-top: 130px; }
  .hero h1 { font-size: 46px; }
  .hero-content > p { font-size: 16px; }
  .hero-actions { flex-direction: column; }
  .btn { width: 100%; }
  .hero-points { flex-direction: column; gap: 7px; }

  .section { padding: 80px 0; }
  .section h2, .opportunity h2 { font-size: 42px; }

  .services-grid,
  .process-grid,
  .form-row,
  .footer-grid {
    grid-template-columns: 1fr;
  }

  .service-card { min-height: auto; }
  .process-grid article {
    border-right: 0;
    border-bottom: 1px solid var(--border);
    padding-left: 0;
  }

  .contact-form { padding: 25px; }

  .footer-links {
    flex-wrap: wrap;
    gap: 14px 20px;
  }
}
