:root {
  --ink: #15171a;
  --ink-soft: #4b5158;
  --paper: #ffffff;
  --sand: #f5f1e8;
  --sand-deep: #e8dfcf;
  --gold: #f2ad0d;
  --gold-deep: #ca8b00;
  --slate: #202831;
  --slate-2: #2f3944;
  --line: #dfe3e6;
  --shadow: 0 16px 50px rgba(12, 18, 24, .10);
  --radius: 22px;
  --max: 1180px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--ink);
  background: var(--paper);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Arial, sans-serif;
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
}
body.menu-open { overflow: hidden; }
img { display: block; max-width: 100%; }
a { color: inherit; text-decoration: none; }
button, input, textarea, select { font: inherit; }
button { cursor: pointer; }
::selection { background: rgba(242, 173, 13, .28); }

.container {
  width: min(var(--max), calc(100% - 40px));
  margin-inline: auto;
}

.skip-link {
  position: fixed;
  left: 16px;
  top: -60px;
  z-index: 200;
  background: var(--gold);
  color: var(--ink);
  padding: 10px 14px;
  border-radius: 10px;
  font-weight: 800;
}
.skip-link:focus { top: 16px; }

.topbar {
  background: var(--ink);
  color: #fff;
  font-size: .82rem;
}
.topbar-inner {
  min-height: 34px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
}
.topbar-cluster { display: flex; align-items: center; gap: 22px; flex-wrap: wrap; }
.topbar a { opacity: .9; }
.topbar a:hover { color: var(--gold); opacity: 1; }
.topbar .dot { color: var(--gold); margin-right: 7px; }

.site-header {
  position: sticky;
  top: 0;
  z-index: 100;
  background: rgba(255,255,255,.94);
  backdrop-filter: blur(12px);
  border-bottom: 1px solid rgba(19, 24, 29, .08);
}
.nav-wrap {
  min-height: 84px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 32px;
}
.brand {
  display: inline-flex;
  align-items: center;
  min-width: 220px;
}
.brand img { width: 205px; max-height: 62px; object-fit: contain; object-position: left center; }
.site-nav { display: flex; align-items: center; gap: 4px; }
.site-nav a {
  position: relative;
  padding: 12px 14px;
  font-weight: 750;
  font-size: .95rem;
  color: #252a30;
  border-radius: 10px;
}
.site-nav a:hover { background: #f6f7f8; }
.site-nav a.active::after {
  content: "";
  position: absolute;
  left: 14px;
  right: 14px;
  bottom: 5px;
  height: 3px;
  border-radius: 999px;
  background: var(--gold);
}
.nav-cta {
  margin-left: 8px;
  background: var(--ink);
  color: #fff !important;
  padding-inline: 18px !important;
}
.nav-cta:hover { background: var(--slate-2) !important; }
.nav-cta::after { display: none !important; }
.nav-toggle {
  display: none;
  width: 46px;
  height: 46px;
  border: 1px solid var(--line);
  background: #fff;
  border-radius: 12px;
  align-items: center;
  justify-content: center;
}
.nav-toggle span,
.nav-toggle span::before,
.nav-toggle span::after {
  display: block;
  width: 22px;
  height: 2px;
  background: var(--ink);
  border-radius: 2px;
  transition: .2s ease;
}
.nav-toggle span { position: relative; }
.nav-toggle span::before,
.nav-toggle span::after { content: ""; position: absolute; left: 0; }
.nav-toggle span::before { top: -7px; }
.nav-toggle span::after { top: 7px; }
.nav-toggle[aria-expanded="true"] span { background: transparent; }
.nav-toggle[aria-expanded="true"] span::before { top: 0; transform: rotate(45deg); }
.nav-toggle[aria-expanded="true"] span::after { top: 0; transform: rotate(-45deg); }

.hero {
  min-height: 660px;
  position: relative;
  display: grid;
  align-items: center;
  color: #fff;
  background-size: cover;
  background-position: center;
  isolation: isolate;
}
.hero::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, rgba(12,16,20,.88) 0%, rgba(12,16,20,.70) 48%, rgba(12,16,20,.25) 100%);
  z-index: -1;
}
.hero-home { background-image: url('https://images.unsplash.com/photo-1773952984178-f91248ce704f?auto=format&fit=crop&fm=jpg&ixid=M3wxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8fA%3D%3D&ixlib=rb-4.1.0&q=60&w=3000'); }
.hero-about { background-image: url('https://images.unsplash.com/photo-1763377220339-de687c3efad4?auto=format&fit=crop&fm=jpg&ixid=M3wxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8fA%3D%3D&ixlib=rb-4.1.0&q=60&w=3000'); min-height: 500px; }
.hero-services { background-image: url('https://images.unsplash.com/photo-1781613977789-6453baf7cfe8?auto=format&fit=crop&fm=jpg&ixid=M3wxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8fA%3D%3D&ixlib=rb-4.1.0&q=60&w=3000'); min-height: 500px; }
.hero-contact { background: var(--slate); min-height: 430px; }
.hero-contact::after {
  content: "";
  position: absolute;
  width: 460px;
  height: 460px;
  right: -120px;
  top: -130px;
  border: 1px solid rgba(242,173,13,.35);
  border-radius: 50%;
  box-shadow: 0 0 0 60px rgba(242,173,13,.05), 0 0 0 120px rgba(242,173,13,.04);
  z-index: -1;
}
.hero-inner { max-width: 760px; padding: 88px 0; }
.eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  color: var(--gold);
  text-transform: uppercase;
  letter-spacing: .12em;
  font-weight: 850;
  font-size: .78rem;
  margin-bottom: 18px;
}
.eyebrow::before { content: ""; width: 30px; height: 2px; background: currentColor; }
h1, h2, h3 { margin: 0 0 16px; line-height: 1.12; letter-spacing: -.025em; }
h1 { font-size: clamp(2.8rem, 7vw, 5.6rem); max-width: 900px; }
.hero p { margin: 0 0 28px; max-width: 660px; font-size: clamp(1.05rem, 2vw, 1.25rem); color: rgba(255,255,255,.85); }
.hero-actions { display: flex; gap: 12px; flex-wrap: wrap; }

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 9px;
  min-height: 48px;
  padding: 0 20px;
  border-radius: 12px;
  border: 1px solid transparent;
  font-weight: 800;
  transition: transform .18s ease, background .18s ease, border-color .18s ease;
}
.btn:hover { transform: translateY(-2px); }
.btn-primary { background: var(--gold); color: var(--ink); }
.btn-primary:hover { background: #ffc12f; }
.btn-secondary { border-color: rgba(255,255,255,.45); color: #fff; background: rgba(255,255,255,.06); }
.btn-secondary:hover { background: rgba(255,255,255,.12); }
.btn-dark { background: var(--ink); color: #fff; }
.btn-dark:hover { background: var(--slate-2); }
.btn-outline { border-color: #bfc5ca; color: var(--ink); background: #fff; }
.btn-outline:hover { border-color: var(--gold-deep); }

.trust-strip { background: var(--gold); }
.trust-grid {
  min-height: 92px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  align-items: center;
}
.trust-item {
  padding: 18px 28px;
  border-right: 1px solid rgba(0,0,0,.15);
}
.trust-item:last-child { border-right: 0; }
.trust-item strong { display: block; font-size: 1rem; }
.trust-item span { font-size: .88rem; opacity: .76; }

.section { padding: 96px 0; }
.section-sm { padding: 72px 0; }
.section-sand { background: var(--sand); }
.section-dark { background: var(--slate); color: #fff; }
.section-heading {
  display: grid;
  grid-template-columns: 1.1fr .9fr;
  gap: 48px;
  align-items: end;
  margin-bottom: 44px;
}
.section-heading h2 { font-size: clamp(2rem, 4vw, 3.35rem); }
.section-heading p { margin: 0; color: var(--ink-soft); font-size: 1.05rem; }
.section-dark .section-heading p { color: rgba(255,255,255,.72); }
.kicker { color: var(--gold-deep); font-weight: 850; text-transform: uppercase; letter-spacing: .1em; font-size: .78rem; margin-bottom: 10px; }

.card-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 24px; }
.service-card {
  position: relative;
  overflow: hidden;
  min-height: 450px;
  border-radius: var(--radius);
  box-shadow: var(--shadow);
  display: flex;
  align-items: flex-end;
  color: #fff;
  background-size: cover;
  background-position: center;
}
.service-card::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(9,13,17,.06) 20%, rgba(9,13,17,.92) 90%);
}
.service-card.trade { background-image: url('https://images.unsplash.com/photo-1773952984178-f91248ce704f?auto=format&fit=crop&fm=jpg&ixid=M3wxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8fA%3D%3D&ixlib=rb-4.1.0&q=60&w=3000'); }
.service-card.projects { background-image: url('https://images.unsplash.com/photo-1781613977789-6453baf7cfe8?auto=format&fit=crop&fm=jpg&ixid=M3wxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8fA%3D%3D&ixlib=rb-4.1.0&q=60&w=3000'); }
.service-card-content { position: relative; z-index: 1; padding: 34px; }
.service-number { color: var(--gold); font-weight: 900; letter-spacing: .1em; font-size: .78rem; }
.service-card h3 { font-size: 2rem; margin-top: 8px; }
.service-card p { color: rgba(255,255,255,.78); margin: 0 0 22px; max-width: 560px; }
.text-link { display: inline-flex; align-items: center; gap: 8px; font-weight: 850; color: var(--gold); }
.text-link:hover { gap: 12px; }

.feature-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.feature-card {
  border: 1px solid var(--line);
  border-radius: 18px;
  padding: 28px;
  background: #fff;
}
.feature-card .icon {
  width: 44px;
  height: 44px;
  display: grid;
  place-items: center;
  border-radius: 12px;
  background: rgba(242,173,13,.14);
  color: #8d6200;
  font-weight: 950;
  margin-bottom: 20px;
}
.feature-card h3 { font-size: 1.15rem; margin-bottom: 8px; }
.feature-card p { color: var(--ink-soft); margin: 0; font-size: .95rem; }

.split {
  display: grid;
  grid-template-columns: 1fr 1fr;
  align-items: center;
  gap: 62px;
}
.split.reverse .split-media { order: 2; }
.split-media { min-height: 500px; border-radius: var(--radius); overflow: hidden; box-shadow: var(--shadow); }
.split-media img { width: 100%; height: 100%; min-height: 500px; object-fit: cover; }
.split-copy h2 { font-size: clamp(2rem, 4vw, 3.15rem); }
.split-copy p { color: var(--ink-soft); }
.check-list { list-style: none; padding: 0; margin: 24px 0 28px; display: grid; gap: 12px; }
.check-list li { display: grid; grid-template-columns: 24px 1fr; gap: 10px; align-items: start; }
.check-list li::before {
  content: "✓";
  width: 22px;
  height: 22px;
  border-radius: 50%;
  display: grid;
  place-items: center;
  background: rgba(242,173,13,.18);
  color: #8a5e00;
  font-size: .76rem;
  font-weight: 950;
  margin-top: 2px;
}

.stat-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.stat-card { border-top: 3px solid var(--gold); padding: 24px 0 0; }
.stat-card strong { display: block; font-size: 1.45rem; margin-bottom: 8px; }
.stat-card span { color: rgba(255,255,255,.65); }

.quote-panel {
  border-radius: var(--radius);
  background: var(--slate);
  color: #fff;
  padding: 48px;
  position: relative;
  overflow: hidden;
}
.quote-panel::after {
  content: "";
  width: 220px;
  height: 220px;
  border-radius: 50%;
  position: absolute;
  right: -70px;
  bottom: -90px;
  border: 32px solid rgba(242,173,13,.14);
}
.quote-panel p { margin: 0; font-size: clamp(1.5rem, 3vw, 2.3rem); line-height: 1.35; max-width: 820px; letter-spacing: -.02em; }
.quote-panel small { display: block; color: var(--gold); margin-top: 24px; font-weight: 800; text-transform: uppercase; letter-spacing: .08em; }

.process-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 16px; counter-reset: step; }
.process-card { border: 1px solid var(--line); border-radius: 18px; padding: 28px; background: #fff; counter-increment: step; }
.process-card::before { content: "0" counter(step); display: block; color: var(--gold-deep); font-weight: 900; font-size: .82rem; letter-spacing: .08em; margin-bottom: 18px; }
.process-card h3 { font-size: 1.12rem; }
.process-card p { color: var(--ink-soft); margin: 0; font-size: .94rem; }

.contact-grid { display: grid; grid-template-columns: .9fr 1.1fr; gap: 36px; align-items: start; }
.contact-stack { display: grid; gap: 14px; }
.contact-card {
  display: grid;
  grid-template-columns: 54px 1fr;
  gap: 16px;
  align-items: start;
  border: 1px solid var(--line);
  border-radius: 18px;
  padding: 22px;
  background: #fff;
}
.contact-icon { width: 54px; height: 54px; border-radius: 14px; background: var(--sand); display: grid; place-items: center; font-weight: 900; color: var(--gold-deep); }
.contact-card h3 { font-size: 1rem; margin: 2px 0 5px; }
.contact-card p, .contact-card a { margin: 0; color: var(--ink-soft); }
.contact-card a:hover { color: var(--gold-deep); }
.contact-logo-box { margin-top: 18px; padding: 24px; background: var(--sand); border-radius: 18px; }
.contact-logo-box img { width: 260px; }
.form-card { border: 1px solid var(--line); border-radius: var(--radius); padding: 34px; box-shadow: 0 12px 36px rgba(14,18,22,.06); }
.form-card h2 { font-size: 1.8rem; }
.form-card > p { color: var(--ink-soft); margin-top: -4px; }
.form-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 16px; }
.field { display: grid; gap: 7px; }
.field.full { grid-column: 1 / -1; }
label { font-size: .86rem; font-weight: 800; }
input, textarea, select {
  width: 100%;
  border: 1px solid #cfd5da;
  background: #fff;
  color: var(--ink);
  border-radius: 12px;
  padding: 12px 13px;
  outline: none;
  transition: border-color .16s ease, box-shadow .16s ease;
}
input:focus, textarea:focus, select:focus { border-color: var(--gold-deep); box-shadow: 0 0 0 4px rgba(242,173,13,.13); }
textarea { min-height: 140px; resize: vertical; }
.form-actions { display: flex; align-items: center; gap: 14px; flex-wrap: wrap; margin-top: 18px; }
.form-note { color: var(--ink-soft); font-size: .82rem; }
.form-status { margin-top: 14px; font-size: .9rem; font-weight: 750; min-height: 1.5em; }

.cta-band { background: var(--gold); color: var(--ink); }
.cta-inner { min-height: 210px; display: flex; align-items: center; justify-content: space-between; gap: 36px; }
.cta-inner h2 { font-size: clamp(2rem, 4vw, 3.3rem); margin-bottom: 8px; }
.cta-inner p { margin: 0; max-width: 680px; }

.site-footer { background: #111417; color: #fff; }
.footer-grid {
  display: grid;
  grid-template-columns: 1.15fr .55fr .9fr;
  gap: 48px;
  padding: 64px 0 44px;
}
.footer-brand img { width: 220px; background: #fff; padding: 10px; border-radius: 10px; margin-bottom: 18px; }
.footer-brand p { color: rgba(255,255,255,.64); max-width: 440px; margin: 0; }
.footer-title { color: var(--gold); font-size: .82rem; text-transform: uppercase; letter-spacing: .1em; font-weight: 850; margin-bottom: 14px; }
.footer-links { display: grid; gap: 9px; }
.footer-links a { color: rgba(255,255,255,.73); }
.footer-links a:hover { color: var(--gold); }
.footer-contact { display: grid; gap: 10px; color: rgba(255,255,255,.72); }
.footer-contact a:hover { color: var(--gold); }
.footer-bottom { border-top: 1px solid rgba(255,255,255,.1); min-height: 64px; display: flex; align-items: center; justify-content: space-between; gap: 18px; color: rgba(255,255,255,.5); font-size: .82rem; }

@media (max-width: 960px) {
  .topbar-inner { justify-content: center; }
  .topbar-cluster:first-child { display: none; }
  .nav-toggle { display: inline-flex; }
  .site-nav {
    position: fixed;
    inset: 118px 0 auto 0;
    display: none;
    flex-direction: column;
    align-items: stretch;
    padding: 18px 20px 28px;
    background: #fff;
    border-bottom: 1px solid var(--line);
    box-shadow: 0 24px 45px rgba(18,22,26,.10);
  }
  .site-nav.open { display: flex; }
  .site-nav a { padding: 14px 16px; }
  .site-nav a.active::after { left: 16px; right: auto; width: 28px; }
  .nav-cta { margin-left: 0; margin-top: 4px; text-align: center; }
  .hero { min-height: 590px; }
  .hero-about, .hero-services { min-height: 460px; }
  .section-heading, .split, .contact-grid { grid-template-columns: 1fr; gap: 34px; }
  .split.reverse .split-media { order: initial; }
  .feature-grid { grid-template-columns: 1fr 1fr; }
  .process-grid { grid-template-columns: 1fr 1fr; }
  .footer-grid { grid-template-columns: 1fr 1fr; }
  .footer-brand { grid-column: 1 / -1; }
}

@media (max-width: 680px) {
  .container { width: min(100% - 28px, var(--max)); }
  .topbar { display: none; }
  .site-nav { inset: 85px 0 auto 0; }
  .nav-wrap { min-height: 84px; }
  .brand { min-width: 0; }
  .brand img { width: 170px; }
  .hero { min-height: 570px; background-position: 62% center; }
  .hero::before { background: linear-gradient(90deg, rgba(12,16,20,.89), rgba(12,16,20,.62)); }
  h1 { font-size: clamp(2.45rem, 14vw, 4.2rem); }
  .hero-inner { padding: 68px 0; }
  .trust-grid { grid-template-columns: 1fr; padding: 10px 0; }
  .trust-item { border-right: 0; border-bottom: 1px solid rgba(0,0,0,.12); padding: 14px 0; }
  .trust-item:last-child { border-bottom: 0; }
  .section { padding: 70px 0; }
  .section-sm { padding: 56px 0; }
  .section-heading { margin-bottom: 30px; }
  .card-grid, .feature-grid, .stat-grid, .process-grid, .form-grid, .footer-grid { grid-template-columns: 1fr; }
  .service-card { min-height: 410px; }
  .service-card-content { padding: 26px; }
  .split-media, .split-media img { min-height: 380px; }
  .quote-panel { padding: 32px 24px; }
  .field.full { grid-column: auto; }
  .form-card { padding: 24px; }
  .cta-inner { min-height: 250px; flex-direction: column; align-items: flex-start; justify-content: center; padding: 32px 0; }
  .footer-brand { grid-column: auto; }
  .footer-bottom { flex-direction: column; justify-content: center; align-items: flex-start; padding: 18px 0; }
}
