:root {
  --black: #000000;
  --black-soft: #171717;
  --orange: #ff9200;
  --orange-dark: #e97f00;
  --white: #ffffff;
  --off-white: #f7f7f7;
  --text: #222222;
  --muted: #666666;
  --border: #e6e6e6;
  --shadow: 0 22px 60px rgba(0, 0, 0, 0.14);
  --radius: 22px;
}

* { 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(--text);
  background: var(--white);
  line-height: 1.65;
}
img { max-width: 100%; display: block; }
a { color: inherit; text-decoration: none; }
button, input, textarea, select { font: inherit; }
button { cursor: pointer; }
.container { width: min(1160px, calc(100% - 40px)); margin-inline: auto; }
.section { padding: 110px 0; }
.skip-link {
  position: fixed; left: 16px; top: -80px; z-index: 9999;
  padding: 12px 18px; background: #000; color: #fff; border-radius: 10px;
}
.skip-link:focus { top: 16px; }
.sr-only {
  position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px;
  overflow: hidden; clip: rect(0, 0, 0, 0); white-space: nowrap; border: 0;
}

.site-header {
  position: fixed; inset: 0 0 auto; z-index: 1000;
  background: rgba(255, 255, 255, 0.92);
  backdrop-filter: blur(16px);
  border-bottom: 1px solid rgba(225, 225, 225, 0.9);
}
.nav-wrap { min-height: 78px; display: flex; align-items: center; justify-content: space-between; gap: 30px; }
.brand { display: inline-flex; align-items: center; gap: 12px; color: #000; }
.brand-mark { width: 44px; height: 44px; color: var(--orange); display: grid; place-items: center; flex: 0 0 auto; }
.brand-mark svg { width: 100%; height: 100%; }
.brand strong {
  display: block; font-family: "Barlow Condensed", sans-serif; font-size: 1.28rem;
  letter-spacing: .035em; line-height: 1;
}
.brand small { display: block; color: var(--orange-dark); font-size: .72rem; margin-top: 4px; }
.main-nav { display: flex; align-items: center; gap: 28px; font-weight: 600; color: #000; }
.main-nav a { transition: color .2s ease, transform .2s ease; }
.main-nav a:hover { color: var(--orange-dark); }
.nav-cta {
  padding: 11px 18px; background: var(--orange); color: var(--black) !important;
  border-radius: 999px; box-shadow: 0 8px 22px rgba(255, 146, 0, .24);
}
.menu-toggle { display: none; border: 0; background: transparent; padding: 8px; }
.menu-toggle span:not(.sr-only) { display: block; width: 26px; height: 2px; margin: 5px; background: #000; }

.hero {
  position: relative; overflow: hidden; padding: 155px 0 85px;
  background:
    radial-gradient(circle at 10% 15%, rgba(255, 146, 0, .10), transparent 30%),
    linear-gradient(135deg, #fff 0%, #f8f8f8 58%, #fff5e8 100%);
}
.hero-grid { display: grid; grid-template-columns: .92fr 1.08fr; gap: 70px; align-items: center; }
.eyebrow {
  margin: 0 0 12px; color: var(--orange-dark); font-size: .82rem; font-weight: 800;
  letter-spacing: .14em; text-transform: uppercase;
}
h1, h2, h3 { color: #000; margin-top: 0; }
h1, h2 { font-family: "Barlow Condensed", sans-serif; line-height: .98; letter-spacing: -.015em; }
h1 { font-size: clamp(3.4rem, 7vw, 6rem); max-width: 780px; margin-bottom: 25px; }
h2 { font-size: clamp(2.6rem, 5vw, 4.5rem); margin-bottom: 22px; }
h3 { line-height: 1.25; }
.hero-text { font-size: 1.15rem; max-width: 650px; color: var(--muted); }
.hero-actions { display: flex; flex-wrap: wrap; gap: 14px; margin: 34px 0 26px; }
.button {
  display: inline-flex; align-items: center; justify-content: center; min-height: 52px;
  padding: 0 24px; border: 1px solid transparent; border-radius: 999px; font-weight: 800;
  transition: transform .2s ease, box-shadow .2s ease, background .2s ease;
}
.button:hover { transform: translateY(-2px); }
.button-primary { background: var(--orange); color: #000; box-shadow: 0 12px 28px rgba(255, 146, 0, .26); }
.button-primary:hover { background: #ffa320; box-shadow: 0 16px 34px rgba(255, 146, 0, .34); }
.button-secondary { background: #fff; color: #000; border-color: var(--border); }
.button-secondary:hover { box-shadow: 0 12px 25px rgba(0, 0, 0, .08); }
.button-full { width: 100%; border: 0; }
.hero-trust { display: flex; flex-wrap: wrap; gap: 20px; color: #000; font-size: .9rem; font-weight: 700; }
.hero-visual { position: relative; }
.image-shell {
  padding: 14px; background: #fff; border-radius: 30px; box-shadow: var(--shadow);
  transform: rotate(1.2deg);
}
.image-shell img { border-radius: 20px; aspect-ratio: 1 / 1; object-fit: cover; }
.floating-card {
  position: absolute; left: -35px; bottom: 30px; width: min(310px, 70%);
  padding: 20px 22px; background: #000; color: #fff; border-radius: 18px;
  box-shadow: 0 20px 40px rgba(0, 0, 0, .28);
}
.floating-card strong, .floating-card span { display: block; }
.floating-card strong { color: var(--orange); font-size: 1.05rem; }
.floating-card span { font-size: .88rem; opacity: .82; margin-top: 4px; }

.section-heading { max-width: 760px; margin-bottom: 48px; }
.section-heading > p:last-child, .commitments-copy > p { color: var(--muted); font-size: 1.07rem; }
.services-section { background: var(--white); }
.services-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 18px; }
.service-card {
  min-height: 245px; padding: 28px; border: 1px solid var(--border); border-radius: var(--radius);
  background: #fff; transition: transform .25s ease, box-shadow .25s ease, border-color .25s ease;
}
.service-card:hover { transform: translateY(-6px); border-color: rgba(255, 146, 0, .45); box-shadow: 0 18px 40px rgba(0, 0, 0, .10); }
.service-card .icon {
  width: 52px; height: 52px; display: grid; place-items: center; margin-bottom: 24px;
  color: var(--orange-dark); background: #fff5e8; border-radius: 16px; font-size: 1.8rem; font-weight: 800;
}
.service-card h3 { margin-bottom: 12px; font-size: 1.18rem; }
.service-card p { margin: 0; color: var(--muted); font-size: .95rem; }

.commitments-section { background: #000; color: #fff; }
.commitments-section h2, .commitments-section h3 { color: #fff; }
.commitments-grid { display: grid; grid-template-columns: .9fr 1.1fr; gap: 80px; align-items: start; }
.commitments-copy { position: sticky; top: 130px; }
.commitments-copy > p { color: rgba(255,255,255,.68); }
.text-link { display: inline-flex; gap: 10px; align-items: center; margin-top: 18px; color: var(--orange); font-weight: 800; }
.commitment {
  display: grid; grid-template-columns: 70px 1fr; gap: 25px; padding: 28px 0;
  border-bottom: 1px solid rgba(255,255,255,.14);
}
.commitment > span {
  width: 54px; height: 54px; display: grid; place-items: center;
  border: 1px solid rgba(255, 146, 0, .55); border-radius: 50%; color: var(--orange); font-weight: 800;
}
.commitment h3 { margin: 0 0 7px; font-size: 1.35rem; }
.commitment p { margin: 0; color: rgba(255,255,255,.65); }

.projects-section { background: var(--off-white); }
.projects-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; }
.project-card { overflow: hidden; background: #fff; border: 1px solid var(--border); border-radius: var(--radius); transition: transform .25s ease, box-shadow .25s ease; }
.project-card:hover { transform: translateY(-5px); box-shadow: var(--shadow); }
.project-image { width: 100%; height: 280px; display: block; object-fit: cover; background: #e8e8e8; }
.project-copy { padding: 24px; }
.project-copy h3 { margin-bottom: 8px; }
.project-copy p { margin: 0; color: var(--muted); }

.contact-section { background: #fff; }
.contact-grid { display: grid; grid-template-columns: .9fr 1.1fr; gap: 70px; align-items: start; }
.contact-details { margin: 35px 0 14px; display: grid; gap: 12px; }
.contact-details > * {
  display: flex; flex-direction: column; padding: 16px 18px; border: 1px solid var(--border);
  border-radius: 14px; background: var(--off-white);
}
.contact-details span { color: var(--muted); font-size: .82rem; }
.contact-details strong { color: #000; overflow-wrap: anywhere; }
.editing-note { font-size: .8rem; color: var(--muted); }
.contact-form {
  padding: 32px; border: 1px solid var(--border); border-radius: 26px; background: var(--off-white);
  box-shadow: 0 18px 46px rgba(0, 0, 0, .08);
}
.contact-form label { display: grid; gap: 8px; margin-bottom: 17px; color: #000; font-weight: 700; font-size: .9rem; }
.field-row { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }
.contact-form input, .contact-form textarea, .contact-form select {
  width: 100%; border: 1px solid #d8d8d8; border-radius: 12px; background: #fff;
  padding: 13px 14px; outline: none; color: var(--text);
}
.contact-form input:focus, .contact-form textarea:focus, .contact-form select:focus {
  border-color: var(--orange); box-shadow: 0 0 0 4px rgba(255, 146, 0, .14);
}
.contact-form textarea { resize: vertical; }
.form-status { min-height: 24px; margin: 12px 0 0; text-align: center; font-size: .88rem; color: var(--muted); }

.site-footer { padding: 42px 0; background: #000000; color: rgba(255,255,255,.7); }
.footer-grid { display: grid; grid-template-columns: 1fr auto; gap: 24px; align-items: center; }
.footer-brand { color: #fff; }
.footer-links { display: flex; flex-wrap: wrap; gap: 20px; }
.footer-grid > p { grid-column: 1 / -1; margin: 0; font-size: .82rem; border-top: 1px solid rgba(255,255,255,.1); padding-top: 22px; }

.reveal { opacity: 0; transform: translateY(25px); transition: opacity .7s ease, transform .7s ease; }
.reveal.is-visible { opacity: 1; transform: translateY(0); }
.reveal-delay { transition-delay: .15s; }

@media (max-width: 980px) {
  .main-nav {
    position: absolute; top: 78px; left: 20px; right: 20px; display: none; flex-direction: column;
    align-items: stretch; gap: 0; padding: 16px; background: #fff; border: 1px solid var(--border);
    border-radius: 18px; box-shadow: var(--shadow);
  }
  .main-nav.is-open { display: flex; }
  .main-nav a { padding: 12px 10px; }
  .nav-cta { text-align: center; margin-top: 6px; }
  .menu-toggle { display: block; }
  .hero-grid, .commitments-grid, .contact-grid { grid-template-columns: 1fr; }
  .hero-grid { gap: 45px; }
  .services-grid { grid-template-columns: repeat(2, 1fr); }
  .commitments-copy { position: static; }
  .projects-grid { grid-template-columns: 1fr 1fr; }
}

@media (max-width: 680px) {
  .container { width: min(100% - 28px, 1160px); }
  .section { padding: 78px 0; }
  .nav-wrap { min-height: 70px; }
  .brand strong { font-size: 1.05rem; }
  .brand small { font-size: .64rem; }
  .brand-mark { width: 38px; height: 38px; }
  .main-nav { top: 70px; }
  .hero { padding: 120px 0 65px; }
  h1 { font-size: clamp(3rem, 16vw, 4.3rem); }
  h2 { font-size: clamp(2.4rem, 12vw, 3.6rem); }
  .hero-actions { flex-direction: column; }
  .button { width: 100%; }
  .hero-trust { flex-direction: column; gap: 6px; }
  .floating-card { left: 12px; bottom: -24px; width: calc(100% - 24px); }
  .hero-visual { margin-bottom: 30px; }
  .services-grid, .projects-grid { grid-template-columns: 1fr; }
  .service-card { min-height: 0; }
  .field-row { grid-template-columns: 1fr; gap: 0; }
  .contact-form { padding: 22px; }
  .footer-grid { grid-template-columns: 1fr; }
  .footer-links { gap: 14px; }
}
