:root {
  --navy: #061827;
  --navy-2: #0c2233;
  --gold: #c68a31;
  --gold-light: #dda64f;
  --ink: #0d1726;
  --muted: #57616d;
  --paper: #f7f7f6;
  --white: #fff;
  --header-height: 118px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: var(--header-height); }
body { margin: 0; color: var(--ink); background: var(--paper); font-family: "Manrope", Arial, sans-serif; }
a { color: inherit; text-decoration: none; }
button, input, textarea, select { font: inherit; }

.site-header {
  height: var(--header-height); padding: 0 clamp(28px, 4.3vw, 72px); display: flex; align-items: center;
  justify-content: space-between; gap: 32px; background: rgba(255,255,255,.97); position: sticky; top: 0; z-index: 50;
  border-bottom: 1px solid rgba(12,24,37,.08);
}
.brand { display: flex; align-items: center; gap: 17px; flex-shrink: 0; }
.brand-mark { display: block; width: 58px; height: 58px; object-fit: contain; }
.brand-copy { display: flex; flex-direction: column; line-height: 1; }
.brand-copy strong { font-size: 27px; letter-spacing: 1.4px; }
.brand-copy small { color: var(--gold); letter-spacing: 5px; font-weight: 700; font-size: 11px; margin-top: 10px; }
.main-nav { display: flex; align-items: center; gap: clamp(28px, 3.7vw, 62px); height: 100%; }
.main-nav a { height: 100%; display: flex; align-items: center; position: relative; font-size: 14px; font-weight: 700; text-transform: uppercase; }
.main-nav a::after { content: ""; position: absolute; height: 3px; bottom: 31px; left: 0; width: 0; background: var(--gold); transition: width .25s; }
.main-nav a:hover, .main-nav a.active { color: var(--gold); }
.main-nav a:hover::after, .main-nav a.active::after { width: 100%; }
.language { display: flex; align-items: center; gap: 10px; font-weight: 700; }
.language button { border: 0; background: none; padding: 6px 0; cursor: pointer; font-weight: 700; color: var(--ink); }
.language button.active { color: var(--gold); }
.menu-toggle { display: none; border: 0; background: none; padding: 8px; }
.menu-toggle span { display: block; width: 26px; height: 2px; margin: 6px 0; background: var(--navy); }

.hero { min-height: 620px; height: calc(100vh - var(--header-height)); max-height: 760px; position: relative; display: flex; align-items: center; color: white; overflow: hidden; background: url("assets/hero-interior.png") center/cover no-repeat; }
.hero-shade { position: absolute; inset: 0; background: linear-gradient(90deg, rgba(2,10,16,.58) 0%, rgba(3,12,18,.24) 44%, rgba(3,10,15,.03) 78%); }
.hero-content { position: relative; z-index: 1; width: min(1400px, 100%); padding: 20px clamp(56px, 6vw, 100px); }
.eyebrow, .hero h1 { margin: 0; text-transform: uppercase; font-weight: 800; line-height: 1.12; letter-spacing: 1.5px; }
.eyebrow { font-size: clamp(34px, 4vw, 58px); }
.hero h1 { font-size: clamp(38px, 4.35vw, 66px); color: var(--gold-light); margin-top: 13px; }
.hero-lead { font-size: clamp(17px, 1.65vw, 25px); line-height: 1.6; text-transform: uppercase; margin: 27px 0 38px; }
.hero-actions { display: flex; gap: 29px; flex-wrap: wrap; }
.button { min-height: 56px; padding: 0 32px; border: 1px solid var(--gold); display: inline-flex; align-items: center; justify-content: center; gap: 30px; text-transform: uppercase; font-weight: 800; letter-spacing: .3px; cursor: pointer; transition: transform .2s, background .2s, color .2s; }
.button:hover { transform: translateY(-2px); }
.button-gold { background: linear-gradient(135deg, #dca34c, #b97721); color: white; box-shadow: 0 8px 22px rgba(0,0,0,.15); }
.button-outline { color: var(--gold-light); background: rgba(2,14,23,.5); min-width: 250px; }
.button-outline:hover { background: var(--gold); color: white; }
.scroll-hint { display: none; }

.section { padding: 38px clamp(32px, 5vw, 82px) 65px; }
.section-heading { display: flex; align-items: center; justify-content: center; gap: 30px; margin-bottom: 42px; }
.section-heading span { width: 68px; height: 1px; background: var(--gold); }
.section-heading h2 { margin: 0; text-transform: uppercase; font-size: clamp(22px, 2vw, 30px); letter-spacing: .4px; }
.services { background: linear-gradient(180deg, #fff, #f5f5f4); }
.services-grid { max-width: 1420px; margin: auto; display: grid; grid-template-columns: repeat(5, 1fr); row-gap: 60px; }
.services-grid article { text-align: center; padding: 8px clamp(18px, 2vw, 34px); min-height: 137px; border-right: 1px solid #ccd0d3; }
.services-grid article:nth-child(5), .services-grid article:last-child { border-right: 0; }
.services-grid article:nth-child(6) { grid-column: 2; }
.services-grid h3 { text-transform: uppercase; font-size: 16px; line-height: 1.4; min-height: 46px; margin: 0 0 14px; }
.services-grid p { margin: 0; color: #253041; line-height: 1.55; font-size: 14px; }

.trust-strip { background: var(--navy); color: white; display: grid; grid-template-columns: repeat(4, 1fr); padding: 28px clamp(38px, 5vw, 80px); gap: 46px; }
.trust-strip article { display: flex; align-items: center; gap: 22px; }
.trust-strip svg { width: 56px; height: 56px; flex: 0 0 56px; fill: none; stroke: #db9028; stroke-width: 1.7; stroke-linecap: round; stroke-linejoin: round; }
.trust-strip h3 { text-transform: uppercase; font-size: 15px; margin: 0 0 7px; }
.trust-strip p { margin: 0; font-size: 14px; line-height: 1.5; }

.dark-section { background: #102331; color: white; }
.about { display: grid; grid-template-columns: 1.25fr 1fr; align-items: center; gap: 80px; padding-top: 90px; padding-bottom: 90px; }
.about-copy { max-width: 700px; }
.kicker { color: var(--gold-light); text-transform: uppercase; letter-spacing: 2px; font-weight: 800; font-size: 13px; }
.about h2, .contact h2 { font-size: clamp(34px, 4vw, 56px); line-height: 1.12; margin: 16px 0 24px; }
.about-copy > p:not(.kicker) { color: #c9d0d5; line-height: 1.8; }
.text-link { color: var(--gold-light); text-transform: uppercase; font-weight: 800; display: inline-block; margin-top: 18px; }
.about-stats { display: grid; grid-template-columns: repeat(3, 1fr); border: 1px solid rgba(255,255,255,.16); }
.about-stats div { padding: 38px 24px; border-right: 1px solid rgba(255,255,255,.16); }
.about-stats div:last-child { border: 0; }
.about-stats strong { display: block; font-size: 38px; color: var(--gold-light); }
.about-stats span { font-size: 13px; color: #cad2d8; }

.references { padding-top: 80px; padding-bottom: 95px; background: white; }
.reference-grid { max-width: 1400px; margin: auto; display: grid; grid-template-columns: 1.15fr .85fr .85fr; gap: 18px; }
.ref { min-height: 410px; position: relative; display: flex; align-items: end; overflow: hidden; background-color: #3a4145; }
.ref::before { content: ""; position: absolute; inset: 0; background: linear-gradient(0deg, rgba(3,12,18,.9), transparent 65%); }
.ref-1 { background: linear-gradient(135deg, #1a252b, #9c8d78); }
.ref-2 { background: linear-gradient(135deg, #8a765d, #283640); }
.ref-3 { background: linear-gradient(135deg, #51565a, #14222c); }
.ref::after { content: ""; position: absolute; width: 60%; height: 65%; top: 12%; right: -7%; border: 8px solid rgba(255,255,255,.16); transform: perspective(400px) rotateY(-12deg); }
.ref div { position: relative; z-index: 1; padding: 30px; color: white; }
.ref small { color: var(--gold-light); text-transform: uppercase; letter-spacing: 1.5px; font-weight: 700; }
.ref h3 { font-size: 23px; margin: 8px 0 0; }

.contact { display: grid; grid-template-columns: .85fr 1.15fr; gap: 80px; padding: 90px clamp(32px, 6vw, 100px); background: #eef0f0; }
.contact-intro { max-width: 560px; }
.contact-intro > p:not(.kicker) { line-height: 1.7; color: var(--muted); }
.contact-intro > a { display: block; font-weight: 800; margin-top: 12px; }
form { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; background: white; padding: 36px; box-shadow: 0 18px 60px rgba(5,22,34,.09); }
label { display: flex; flex-direction: column; gap: 8px; font-size: 13px; font-weight: 800; text-transform: uppercase; }
input, textarea, select { border: 1px solid #d1d5d8; background: #fafafa; padding: 14px; outline: 0; width: 100%; }
input:focus, textarea:focus, select:focus { border-color: var(--gold); box-shadow: 0 0 0 3px rgba(198,138,49,.12); }
.full { grid-column: 1 / -1; }
form .button { border: 0; }
.form-status { margin: 0; min-height: 18px; color: #31704b; font-size: 13px; }

footer { min-height: 105px; padding: 26px clamp(32px, 6vw, 100px); background: #071827; color: #aeb8c0; display: flex; align-items: center; justify-content: space-between; gap: 25px; font-size: 13px; }
.footer-brand { color: white; font-size: 18px; font-weight: 800; letter-spacing: 1px; }
.footer-brand span { display: block; color: var(--gold-light); font-size: 8px; letter-spacing: 3px; margin-top: 6px; }
.legal-links { display: flex; align-items: center; gap: 24px; }
.legal-links a { transition: color .2s; }
.legal-links a:hover { color: var(--gold-light); }

@media (max-width: 1100px) {
  :root { --header-height: 94px; }
  .brand-copy strong { font-size: 21px; }
  .brand-copy small { font-size: 8px; letter-spacing: 3px; }
  .main-nav { gap: 20px; }
  .main-nav a { font-size: 12px; }
  .main-nav a::after { bottom: 22px; }
  .services-grid { grid-template-columns: repeat(4, 1fr); }
  .services-grid article:nth-child(5), .services-grid article:nth-child(6) { grid-column: auto; }
  .services-grid article:nth-child(4), .services-grid article:nth-child(8) { border-right: 0; }
  .services-grid article:nth-child(5) { border-right: 1px solid #ccd0d3; }
  .trust-strip { grid-template-columns: 1fr 1fr; }
  .about, .contact { gap: 45px; }
  .about-stats { grid-template-columns: 1fr; }
  .about-stats div { border-right: 0; border-bottom: 1px solid rgba(255,255,255,.16); }
}

@media (max-width: 760px) {
  :root { --header-height: 78px; }
  .site-header { padding: 0 20px; gap: 12px; }
  .brand { gap: 10px; }
  .brand-mark { width: 43px; height: 43px; }
  .brand-copy strong { font-size: 17px; }
  .brand-copy small { display: block; font-size: 6px; letter-spacing: 1.6px; margin-top: 6px; }
  .menu-toggle { display: block; margin-left: auto; cursor: pointer; }
  .main-nav { display: none; position: absolute; top: var(--header-height); left: 0; right: 0; height: auto; padding: 20px; background: white; flex-direction: column; align-items: stretch; gap: 0; box-shadow: 0 14px 30px rgba(0,0,0,.12); }
  .main-nav.open { display: flex; }
  .main-nav a { height: auto; padding: 14px; }
  .main-nav a::after { display: none; }
  .language { font-size: 12px; }
  .hero { min-height: 650px; height: calc(100svh - var(--header-height)); background-position: 67% center; align-items: end; }
  .hero-shade { background: linear-gradient(0deg, rgba(2,10,16,.92), rgba(3,12,18,.25) 80%); }
  .hero-content { padding: 50px 24px 62px; }
  .eyebrow { font-size: 29px; }
  .hero h1 { font-size: 40px; }
  .hero-lead { font-size: 15px; }
  .hero-actions { gap: 12px; }
  .button { width: 100%; padding: 0 18px; }
  .section { padding-left: 20px; padding-right: 20px; }
  .section-heading { gap: 14px; }
  .section-heading span { width: 30px; }
  .services-grid { grid-template-columns: 1fr 1fr; row-gap: 26px; }
  .services-grid article { padding: 8px 14px; border-right: 1px solid #ccd0d3; }
  .services-grid article:nth-child(even) { border-right: 0; }
  .services-grid article:nth-child(5) { border-right: 1px solid #ccd0d3; }
  .services-grid h3 { font-size: 13px; }
  .services-grid p { font-size: 12px; }
  .trust-strip { grid-template-columns: 1fr; padding: 32px 26px; gap: 30px; }
  .about, .contact { grid-template-columns: 1fr; padding: 65px 24px; }
  .about-stats { grid-template-columns: repeat(3, 1fr); }
  .about-stats div { padding: 22px 10px; border-right: 1px solid rgba(255,255,255,.16); border-bottom: 0; }
  .about-stats strong { font-size: 25px; }
  .reference-grid { grid-template-columns: 1fr; }
  .ref { min-height: 280px; }
  form { padding: 24px; grid-template-columns: 1fr; }
  form label { grid-column: 1; }
  footer { flex-direction: column; align-items: flex-start; }
  .legal-links { flex-wrap: wrap; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { transition-duration: .01ms !important; }
}
