:root {
  --black: #050505;
  --black-2: #0b0b0b;
  --charcoal: #141414;
  --charcoal-2: #1b1b1b;
  --gold: #cb9832;
  --gold-bright: #e4b74e;
  --gold-soft: #f2d68e;
  --white: #ffffff;
  --off-white: #f7f6f2;
  --ink: #151515;
  --muted: #6f6f6a;
  --line: #ddd9ce;
  --dark-line: rgba(228, 183, 78, 0.20);
  --shadow: 0 24px 70px rgba(0,0,0,0.22);
  --radius: 20px;
  --max: 1180px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  font-family: "Inter", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  color: var(--ink);
  background: var(--off-white);
  line-height: 1.6;
}
a { color: inherit; text-decoration: none; }
img { max-width: 100%; display: block; }
button, input, select, textarea { font: inherit; }
.container { width: min(calc(100% - 40px), var(--max)); margin: 0 auto; }

.site-header {
  position: sticky;
  top: 0;
  z-index: 1000;
  background: rgba(5,5,5,.96);
  backdrop-filter: blur(12px);
  border-bottom: 1px solid rgba(203,152,50,.20);
}
.nav-wrap {
  min-height: 82px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 30px;
}
.brand-logo {
  width: 300px;
  max-width: 100%;
  height: auto;
  display: block;
  object-fit: contain;
  object-position: left center;
}
.nav {
  display: flex;
  align-items: center;
  gap: 28px;
  color: #e5e5e5;
  font-size: 14px;
  font-weight: 600;
}
.nav > a:not(.btn):hover { color: var(--gold-bright); }
.menu-btn { display: none; border: 0; background: transparent; color: var(--gold-bright); font-size: 27px; cursor: pointer; }

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 52px;
  padding: 0 24px;
  border-radius: 8px;
  font-weight: 800;
  border: 1px solid transparent;
  transition: transform 160ms ease, background 160ms ease, border-color 160ms ease;
  text-transform: uppercase;
  letter-spacing: .035em;
  font-size: 13px;
}
.btn:hover { transform: translateY(-1px); }
.btn-small { min-height: 42px; padding: 0 17px; background: var(--gold); color: var(--black); }
.btn-primary {
  background: linear-gradient(135deg, var(--gold-bright), var(--gold));
  color: var(--black);
  box-shadow: 0 12px 28px rgba(203,152,50,.22);
}
.btn-primary:hover { background: linear-gradient(135deg, #efc55b, #d5a23b); }
.btn-secondary { background: transparent; border-color: rgba(255,255,255,.32); color: white; }
.btn-secondary:hover { border-color: var(--gold); color: var(--gold-bright); }
.full { width: 100%; }

.hero {
  position: relative;
  overflow: hidden;
  background:
    linear-gradient(105deg, rgba(5,5,5,.99) 0%, rgba(9,9,9,.98) 54%, rgba(18,14,7,.97) 100%);
  color: white;
}
.hero::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image:
    linear-gradient(rgba(255,255,255,.018) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255,255,255,.018) 1px, transparent 1px);
  background-size: 42px 42px;
  mask-image: linear-gradient(to right, rgba(0,0,0,.8), transparent);
}
.hero-glow { position:absolute; border-radius:50%; filter: blur(10px); pointer-events:none; }
.hero-glow.one { width:460px; height:460px; right:-150px; top:10px; background:radial-gradient(circle, rgba(203,152,50,.15), transparent 67%); }
.hero-glow.two { width:300px; height:300px; left:-180px; bottom:-80px; background:radial-gradient(circle, rgba(228,183,78,.08), transparent 68%); }

.hero-grid {
  min-height: 720px;
  display: grid;
  grid-template-columns: 1.15fr .85fr;
  gap: 72px;
  align-items: center;
  padding-top: 88px;
  padding-bottom: 88px;
  position: relative;
  z-index: 1;
}
.eyebrow {
  display: inline-block;
  color: var(--gold-bright);
  font-size: 11px;
  font-weight: 800;
  letter-spacing: .19em;
  margin-bottom: 18px;
}
.hero h1, .section h2, .contact-section h2 {
  font-family: "Manrope", sans-serif;
  line-height: 1.02;
  letter-spacing: -.045em;
  margin: 0;
}
.hero h1 {
  font-size: clamp(50px, 6.2vw, 80px);
  max-width: 800px;
}
.hero h1 span { color: var(--gold-bright); }
.hero-lead {
  max-width: 735px;
  margin: 29px 0 32px;
  color: #c7c7c2;
  font-size: 18px;
}
.hero-actions { display:flex; gap:12px; flex-wrap:wrap; }

.trust-row {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 25px;
  margin-top: 44px;
  padding-top: 28px;
  border-top: 1px solid rgba(228,183,78,.18);
}
.trust-row div { display:flex; flex-direction:column; }
.trust-row strong { color:white; font-size:14px; }
.trust-row span { color:#8f8f8a; font-size:11px; margin-top:3px; }

.hero-card {
  position: relative;
  background: linear-gradient(180deg, #151515, #0b0b0b);
  border: 1px solid rgba(228,183,78,.34);
  color: white;
  padding: 32px;
  border-radius: 18px;
  box-shadow: var(--shadow);
  overflow: hidden;
}
.hero-card::after {
  content:"";
  position:absolute;
  inset:auto -70px -90px auto;
  width:210px; height:210px;
  border:1px solid rgba(228,183,78,.17);
  transform:rotate(45deg);
}
.hero-card-logo-wrap {
  min-height: 108px;
  overflow: visible;
  margin: 0 0 18px;
  padding-bottom: 14px;
  border-bottom: 1px solid rgba(228,183,78,.16);
  display: flex;
  align-items: center;
}
.hero-card-logo {
  width: 300px;
  max-width: 100%;
  height: auto;
  display: block;
  object-fit: contain;
}
.hero-card-top { display:flex; align-items:center; gap:9px; font-size:12px; color:#d7caa8; }
.status-dot { width:8px; height:8px; border-radius:50%; background:var(--gold-bright); box-shadow:0 0 0 5px rgba(228,183,78,.10); }
.hero-card h2 { font-family:"Manrope"; font-size:30px; letter-spacing:-.03em; line-height:1.15; margin:22px 0 10px; }
.hero-card p { color:#aaa9a4; }
.check-list { list-style:none; margin:24px 0; padding:0; display:grid; gap:10px; }
.check-list li { position:relative; padding-left:26px; color:#ece8dc; font-size:14px; }
.check-list li::before { content:"✓"; position:absolute; left:0; color:var(--gold-bright); font-weight:900; }
.text-link { color:var(--gold-bright); font-weight:800; font-size:14px; position:relative; z-index:2; }

.proof-strip {
  background: var(--gold);
  color: var(--black);
  border-top: 1px solid #dcac4f;
  border-bottom: 1px solid #a97b23;
}
.proof-grid { display:grid; grid-template-columns:1fr 1fr; gap:55px; align-items:center; padding:28px 0; }
.proof-grid > div { display:flex; flex-direction:column; }
.proof-kicker { font-size:10px; font-weight:900; letter-spacing:.15em; opacity:.70; }
.proof-grid strong { font-family:"Manrope"; font-size:22px; line-height:1.25; margin-top:5px; }
.proof-grid p { margin:0; font-size:14px; color:#2c210e; }

.section { padding: 105px 0; }
.section-light { background: var(--off-white); }
.section-heading { max-width:760px; margin-bottom:50px; }
.section-heading h2 { color:var(--black); font-size:clamp(39px,4.8vw,58px); }
.section-heading p { color:var(--muted); font-size:17px; margin:18px 0 0; }

.cards { display:grid; gap:17px; }
.cards.six { grid-template-columns:repeat(3,1fr); }
.service-card {
  min-height: 260px;
  background: white;
  border: 1px solid var(--line);
  border-top: 3px solid var(--black);
  padding: 28px;
  transition: transform 180ms ease, box-shadow 180ms ease, border-color 180ms ease;
}
.service-card:hover { transform:translateY(-4px); box-shadow:0 18px 40px rgba(0,0,0,.08); border-top-color:var(--gold); }
.service-card .icon {
  width:42px; height:42px; display:grid; place-items:center;
  background:var(--black); color:var(--gold-bright);
  border:1px solid rgba(203,152,50,.35);
  font-size:11px; font-weight:900;
}
.service-card h3 { font-family:"Manrope"; color:var(--black); margin:24px 0 9px; font-size:20px; }
.service-card p { margin:0; color:var(--muted); font-size:14px; }

.section-dark { background:var(--black); color:white; }
.light h2 { color:white; }
.light p { color:#999994; }
.project-grid {
  display:grid;
  grid-template-columns:repeat(3,1fr);
  border:1px solid rgba(228,183,78,.25);
}
.project-tile {
  min-height:215px;
  padding:28px;
  border-right:1px solid rgba(228,183,78,.18);
  border-bottom:1px solid rgba(228,183,78,.18);
  background:linear-gradient(135deg, rgba(255,255,255,.018), transparent);
}
.project-tile:nth-child(3n) { border-right:0; }
.project-tile:nth-child(n+4) { border-bottom:0; }
.project-tile span { color:var(--gold-bright); font-size:11px; font-weight:900; }
.project-tile strong { display:block; font-family:"Manrope"; font-size:23px; margin:14px 0 8px; }
.project-tile p { margin:0; color:#979793; font-size:14px; }

.process-section { background:white; }
.process { border-top:1px solid var(--line); }
.process-step {
  display:grid;
  grid-template-columns:70px 1fr;
  gap:18px;
  padding:29px 0;
  border-bottom:1px solid var(--line);
}
.process-step > span {
  width:42px; height:42px; display:grid; place-items:center;
  background:var(--black); color:var(--gold-bright);
  font-weight:900; font-size:12px;
}
.process-step h3 { margin:0 0 6px; font-family:"Manrope"; font-size:22px; color:var(--black); }
.process-step p { margin:0; color:var(--muted); }

.about-section { background:#eceae4; }
.about-grid { display:grid; grid-template-columns:.85fr 1.15fr; gap:90px; }
.about-copy .large { margin-top:0; color:var(--black); font-family:"Manrope"; font-size:26px; line-height:1.35; }
.about-copy p { color:var(--muted); }
.feature-list { margin-top:34px; display:grid; grid-template-columns:1fr 1fr; gap:15px; }
.feature-list div { background:var(--black); color:white; padding:20px; border-left:3px solid var(--gold); }
.feature-list strong { color:white; font-size:14px; }
.feature-list span { display:block; color:#9f9f9a; font-size:12px; margin-top:4px; }

.faq-section { background:var(--off-white); }
.faq { border-top:1px solid var(--line); }
details { border-bottom:1px solid var(--line); padding:22px 0; }
summary { cursor:pointer; font-family:"Manrope"; font-size:18px; font-weight:800; color:var(--black); }
details p { max-width:850px; color:var(--muted); margin:12px 0 0; }

.contact-section {
  background:
    radial-gradient(circle at 20% 30%, rgba(203,152,50,.10), transparent 30%),
    var(--black);
  color:white;
  padding:105px 0;
  border-top:1px solid rgba(228,183,78,.22);
}
.contact-grid { display:grid; grid-template-columns:.85fr 1.15fr; gap:70px; align-items:start; }
.contact-copy h2 { font-size:clamp(42px,5vw,62px); }
.contact-copy h2 span { color:var(--gold-bright); }
.contact-copy p { color:#a7a7a2; font-size:17px; max-width:500px; }
.contact-lines { display:flex; flex-direction:column; gap:10px; margin-top:30px; }
.contact-lines a { color:var(--gold-bright); font-weight:800; font-size:18px; }

.lead-form {
  background:white;
  color:var(--ink);
  padding:30px;
  border-radius:10px;
  box-shadow:var(--shadow);
  border-top:4px solid var(--gold);
}
.field-row { display:grid; grid-template-columns:1fr 1fr; gap:14px; }
label { display:flex; flex-direction:column; gap:7px; margin-bottom:15px; color:#333; font-size:12px; font-weight:800; }
input, select, textarea {
  width:100%;
  border:1px solid #d6d2c7;
  background:#faf9f6;
  border-radius:6px;
  padding:13px 14px;
  color:var(--ink);
  outline:none;
}
input:focus, select:focus, textarea:focus { border-color:var(--gold); box-shadow:0 0 0 3px rgba(203,152,50,.12); }
textarea { resize:vertical; }
.form-note { color:#7d7a72; font-size:11px; text-align:center; margin:10px 0 0; }

footer {
  background:#000;
  color:white;
  padding:52px 0 30px;
  border-top:1px solid rgba(228,183,78,.20);
}
.footer-grid { display:grid; grid-template-columns:1.4fr .7fr .8fr; gap:45px; }
.footer-logo {
  width: 320px;
  max-width: 100%;
  height: auto;
  display: block;
  object-fit: contain;
}
footer p { color:#aaa9a4; font-size:13px; margin:12px 0 0; }
.footer-sub { color:#72726e; }
.footer-links { display:flex; flex-direction:column; gap:10px; font-size:13px; color:#aaa9a4; }
.footer-links strong { color:var(--gold-bright); text-transform:uppercase; font-size:11px; letter-spacing:.12em; margin-bottom:3px; }
.footer-links a:hover { color:white; }
.copyright { border-top:1px solid rgba(255,255,255,.10); margin-top:42px; padding-top:20px; color:#666; font-size:11px; }

.mobile-cta {
  display:none;
  position:fixed;
  left:14px; right:14px; bottom:14px;
  z-index:1000;
  min-height:50px;
  background:linear-gradient(135deg,var(--gold-bright),var(--gold));
  color:var(--black);
  align-items:center;
  justify-content:center;
  font-weight:900;
  text-transform:uppercase;
  letter-spacing:.04em;
  box-shadow:0 14px 35px rgba(0,0,0,.30);
}

@media (max-width:920px) {
  .menu-btn { display:block; }
  .nav {
    position:absolute;
    top:82px; left:0; right:0;
    display:none;
    flex-direction:column;
    align-items:stretch;
    background:var(--black);
    padding:20px;
    border-bottom:1px solid rgba(228,183,78,.25);
  }
  .nav.open { display:flex; }
  .hero-grid, .proof-grid, .about-grid, .contact-grid { grid-template-columns:1fr; }
  .hero-grid { min-height:auto; gap:38px; }
  .cards.six, .project-grid { grid-template-columns:1fr 1fr; }
  .project-tile, .project-tile:nth-child(3n), .project-tile:nth-child(n+4) { border-right:1px solid rgba(228,183,78,.18); border-bottom:1px solid rgba(228,183,78,.18); }
  .project-tile:nth-child(2n) { border-right:0; }
  .project-tile:nth-last-child(-n+2) { border-bottom:0; }
  .about-grid, .contact-grid { gap:38px; }
}

@media (max-width:620px) {
  .container { width:min(calc(100% - 28px),var(--max)); }
  .nav-wrap { min-height:72px; }
  .brand-logo {
  width: 300px;
  max-width: 100%;
  height: auto;
  display: block;
  object-fit: contain;
  object-position: left center;
}
  .nav { top:72px; }
  .hero-grid { padding-top:56px; padding-bottom:66px; }
  .hero h1 { font-size:43px; }
  .hero-lead { font-size:16px; }
  .hero-actions .btn { width:100%; }
  .trust-row { grid-template-columns:1fr; gap:15px; }
  .section { padding:76px 0; }
  .cards.six, .project-grid, .feature-list, .field-row, .footer-grid { grid-template-columns:1fr; }
  .project-tile, .project-tile:nth-child(2n), .project-tile:nth-child(3n), .project-tile:nth-child(n+4), .project-tile:nth-last-child(-n+2) {
    border-right:0;
    border-bottom:1px solid rgba(228,183,78,.18);
  }
  .project-tile:last-child { border-bottom:0; }
  .process-step { grid-template-columns:54px 1fr; }
  .contact-section { padding-bottom:118px; }
  footer { padding-bottom:95px; }
  .mobile-cta { display:flex; }
}
