@import url('https://fonts.googleapis.com/css2?family=Manrope:wght@400;500;600;700;800&display=swap');

:root {
  --navy: #08273c;
  --navy-deep: #031b2a;
  --blue: #12658c;
  --gold: #e0b429;
  --teal: #1f806f;
  --rust: #b65b36;
  --ink: #10232f;
  --muted: #566975;
  --line: #d6dfe3;
  --paper: #f4f6f5;
  --white: #ffffff;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); background: var(--white); font-family: Manrope, Inter, ui-sans-serif, system-ui, sans-serif; font-size: 16px; line-height: 1.58; -webkit-font-smoothing: antialiased; }
a { color: inherit; text-decoration: none; }
button, input, textarea, select { font: inherit; }
img { display: block; max-width: 100%; }
h1, h2, h3, p { letter-spacing: 0; }

.shell { width: min(1180px, calc(100% - 40px)); margin: 0 auto; }
.site-header { min-height: 78px; display: flex; align-items: center; background: var(--white); border-bottom: 1px solid var(--line); position: relative; z-index: 5; }
.header-inner { display: flex; align-items: center; justify-content: space-between; gap: 24px; }
.brand { display: flex; align-items: center; gap: 12px; min-width: 244px; }
.brand-mark { width: 48px; height: 48px; display: grid; align-content: center; padding: 7px; background: var(--navy); color: var(--white); border-bottom: 4px solid var(--gold); font-size: 8px; line-height: 1; font-weight: 800; }
.brand-mark strong { margin-top: 3px; color: var(--gold); font-size: 15px; }
.brand-copy { display: flex; flex-direction: column; line-height: 1.12; }
.brand-copy strong { font-size: 18px; }
.brand-copy span { margin-top: 4px; color: var(--muted); font-size: 10px; text-transform: uppercase; }
.main-nav { display: flex; align-items: center; gap: 22px; }
.main-nav a { color: #29404e; font-size: 13px; font-weight: 700; }
.main-nav a:hover { color: var(--blue); }
.header-actions { display: flex; align-items: center; gap: 10px; }
.text-link { color: var(--navy); font-weight: 800; font-size: 13px; white-space: nowrap; }
.button { min-height: 46px; display: inline-flex; align-items: center; justify-content: center; gap: 8px; padding: 0 19px; border: 1px solid transparent; border-radius: 4px; font-weight: 800; cursor: pointer; }
.button-primary { background: var(--gold); color: var(--navy-deep); }
.button-primary:hover { background: #ecc23d; }
.button-secondary { background: rgba(3,27,42,.25); border-color: rgba(255,255,255,.72); color: var(--white); }
.button-dark { background: var(--navy); color: var(--white); }

.hero { height: calc(100svh - 132px); min-height: 560px; max-height: 720px; display: flex; align-items: center; position: relative; isolation: isolate; color: var(--white); background-position: center; background-size: cover; }
.hero::before { content: ""; position: absolute; inset: 0; z-index: -1; background: rgba(3, 22, 35, .72); }
.hero-home { background-position: center; }
.hero-home::before { background: rgba(3, 22, 35, .69); }
.hero-content { width: min(760px, 100%); padding: 70px 0; }
.kicker, .eyebrow { margin: 0; color: var(--gold); font-size: 13px; font-weight: 800; text-transform: uppercase; }
h1 { margin: 0; max-width: 13ch; font-size: 72px; line-height: 1.02; font-weight: 800; }
.hero-copy { max-width: 690px; margin: 24px 0 30px; font-size: 21px; color: #edf3f5; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 12px; }
.hero-note { margin: 18px 0 0; color: #d5e0e4; font-size: 14px; }

.service-rail { background: var(--navy-deep); color: var(--white); }
.rail-grid { display: grid; grid-template-columns: repeat(4, 1fr); }
.rail-grid a { min-height: 70px; display: flex; align-items: center; gap: 12px; padding: 0 20px; border-right: 1px solid rgba(255,255,255,.14); }
.rail-grid a:last-child { border-right: 0; }
.rail-grid span { color: var(--gold); font-size: 11px; font-weight: 800; }
.rail-grid strong { font-size: 14px; }

.proof-bar, .proof-band { background: var(--gold); color: var(--navy-deep); }
.proof-grid { display: grid; grid-template-columns: repeat(4, 1fr); }
.proof-item { padding: 22px; border-right: 1px solid rgba(8,39,60,.24); }
.proof-item:last-child { border-right: 0; }
.proof-item strong { display: block; font-size: 17px; }
.proof-item span { display: block; margin-top: 3px; font-size: 12px; }

.section { padding: 84px 0; }
.section-soft { background: var(--paper); }
.section-dark { background: var(--navy); color: var(--white); }
.section-head { display: grid; grid-template-columns: .86fr 1.14fr; gap: 70px; margin-bottom: 48px; }
.section .eyebrow { color: var(--blue); }
.section-dark .eyebrow { color: var(--gold); }
h2 { margin: 10px 0 0; max-width: 14ch; font-size: 50px; line-height: 1.08; font-weight: 800; }
.section-intro { margin: 0; color: var(--muted); font-size: 19px; max-width: 680px; }
.section-dark .section-intro { color: #c9d6dc; }

.service-directory { border-top: 1px solid var(--line); }
.service-link { min-height: 108px; display: grid; grid-template-columns: 64px 1fr 48px; align-items: center; gap: 20px; border-bottom: 1px solid var(--line); }
.service-index { color: var(--rust); font-size: 12px; font-weight: 800; }
.service-link strong { display: block; font-size: 24px; }
.service-link small { display: block; margin-top: 5px; color: var(--muted); font-size: 14px; }
.service-arrow { color: var(--blue); font-size: 26px; }
.service-link:hover strong { color: var(--blue); }

.service-list { display: grid; grid-template-columns: repeat(3, 1fr); border-top: 1px solid var(--line); }
.service-item { padding: 29px 28px 34px 0; border-bottom: 1px solid var(--line); }
.service-item:nth-child(3n+2), .service-item:nth-child(3n+3) { padding-left: 28px; border-left: 1px solid var(--line); }
.service-item h3 { margin: 0 0 10px; font-size: 21px; }
.service-item p { margin: 0; color: var(--muted); }
.number { display: block; margin-bottom: 20px; color: var(--rust); font-size: 12px; font-weight: 800; }

.split { display: grid; grid-template-columns: 1fr 1fr; gap: 72px; align-items: center; }
.work-image { width: 100%; aspect-ratio: 4 / 3; object-fit: cover; border-radius: 4px; }
.work-image.plan { object-fit: contain; background: white; border: 1px solid var(--line); }
.trade-gallery { display: grid; grid-template-columns: 1.15fr .85fr; grid-template-rows: 1fr 1fr; gap: 8px; min-height: 480px; }
.trade-gallery img { width: 100%; height: 100%; object-fit: cover; }
.trade-gallery img:first-child { grid-row: 1 / 3; }
.check-list, .process-list { list-style: none; margin: 28px 0 0; padding: 0; }
.check-list li { padding: 14px 0 14px 30px; position: relative; border-bottom: 1px solid rgba(255,255,255,.16); }
.check-list li::before { content: "✓"; position: absolute; left: 0; color: var(--gold); font-weight: 800; }
.process-list li { display: grid; grid-template-columns: 46px 1fr; gap: 12px; padding: 16px 0; border-bottom: 1px solid rgba(255,255,255,.16); }
.process-list li > span { color: var(--gold); font-size: 12px; font-weight: 800; }
.process-list strong { font-size: 17px; }
.process-list p { margin: 2px 0 0; color: #c9d6dc; font-size: 14px; }

.contact-layout { display: grid; grid-template-columns: .85fr 1.15fr; gap: 70px; align-items: start; }
.contact-details { margin-top: 30px; display: grid; gap: 12px; }
.contact-details a { color: var(--blue); font-weight: 800; }
.lead-form { padding: 30px; background: var(--white); border: 1px solid var(--line); border-top: 5px solid var(--teal); border-radius: 6px; box-shadow: 0 18px 42px rgba(8,39,60,.08); }
.field-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }
.field { display: grid; gap: 7px; margin-bottom: 16px; }
.field-full { grid-column: 1 / -1; }
label { color: var(--navy); font-size: 13px; font-weight: 800; }
input, textarea { width: 100%; border: 1px solid #b7c3c9; border-radius: 4px; padding: 13px 14px; color: var(--ink); background: white; }
textarea { min-height: 112px; resize: vertical; }
input:focus, textarea:focus { outline: 3px solid rgba(31,128,111,.18); border-color: var(--teal); }
.form-help { margin: 12px 0 0; color: var(--muted); font-size: 12px; }

.site-footer { padding: 34px 0; background: var(--navy-deep); color: #d0dce1; }
.footer-inner { display: flex; justify-content: space-between; gap: 30px; align-items: center; }
.footer-inner > div { display: grid; gap: 3px; }
.footer-inner span { color: var(--gold); font-size: 11px; text-transform: uppercase; }
.legal { max-width: 720px; margin: 0; font-size: 11px; text-align: right; }

@media (max-width: 1040px) {
  .main-nav { display: none; }
  .header-actions .text-link { display: none; }
}

@media (max-width: 820px) {
  .shell { width: min(100% - 28px, 1180px); }
  .site-header { min-height: 68px; }
  .brand { min-width: 0; }
  .brand-mark { width: 42px; height: 42px; }
  .brand-copy strong { font-size: 15px; }
  .brand-copy span { display: none; }
  .header-actions .button { padding: 0 13px; font-size: 12px; }
  .hero { height: auto; min-height: 620px; max-height: none; align-items: flex-end; background-position: 62% center; }
  .hero::before { background: rgba(3,22,35,.74); }
  .hero-content { padding: 80px 0 48px; }
  h1 { font-size: 48px; }
  .hero-copy { font-size: 18px; }
  .rail-grid { grid-template-columns: 1fr 1fr; }
  .rail-grid a:nth-child(2) { border-right: 0; }
  .rail-grid a:nth-child(-n+2) { border-bottom: 1px solid rgba(255,255,255,.14); }
  .proof-grid { grid-template-columns: 1fr 1fr; }
  .proof-item:nth-child(2) { border-right: 0; }
  .proof-item:nth-child(-n+2) { border-bottom: 1px solid rgba(8,39,60,.24); }
  .section { padding: 60px 0; }
  .section-head, .split, .contact-layout { grid-template-columns: 1fr; gap: 30px; }
  h2 { font-size: 39px; }
  .section-intro { font-size: 17px; }
  .service-list { grid-template-columns: 1fr; }
  .service-item, .service-item:nth-child(3n+2), .service-item:nth-child(3n+3) { padding: 22px 0; border-left: 0; }
  .service-link { grid-template-columns: 42px 1fr 28px; gap: 10px; padding: 18px 0; }
  .service-link strong { font-size: 19px; }
  .trade-gallery { min-height: 380px; }
  .field-grid { grid-template-columns: 1fr; }
  .field-full { grid-column: auto; }
  .lead-form { padding: 22px; }
  .footer-inner { align-items: flex-start; flex-direction: column; }
  .legal { text-align: left; }
}

@media (max-width: 480px) {
  .button { min-height: 42px; }
  h1 { font-size: 41px; }
  h2 { font-size: 34px; }
  .hero-actions { flex-direction: column; align-items: stretch; }
  .rail-grid a { min-height: 62px; padding: 0 12px; }
  .rail-grid strong { font-size: 12px; }
  .proof-item { padding: 16px 12px; }
  .proof-item strong { font-size: 14px; }
  .proof-item span { font-size: 11px; }
  .trade-gallery { display: grid; min-height: 300px; }
}
