:root {
  --navy: #111817;
  --navy-2: #202725;
  --charcoal: #24292d;
  --paper: #f2f1ec;
  --white: #fff;
  --line: #d8ddd9;
  --accent: #dc6b31;
  --accent-dark: #a7441f;
  --green: #315b4c;
  --max: 1240px;
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; overflow-x: clip; color: var(--charcoal); background: var(--paper); font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif; line-height: 1.5; }
img { display: block; max-width: 100%; }
a { color: inherit; text-decoration: none; }
button, input, select, textarea { font: inherit; }
.skip-link { position: fixed; left: 1rem; top: -4rem; z-index: 100; background: var(--white); padding: .75rem 1rem; }
.skip-link:focus { top: 1rem; }
.site-header { height: 84px; padding: 0 max(20px, calc((100vw - var(--max)) / 2)); display: flex; align-items: center; justify-content: space-between; background: linear-gradient(rgba(8,12,11,.7), transparent); color: var(--white); position: absolute; inset: 0 0 auto; z-index: 20; border-bottom: 1px solid rgba(255,255,255,.28); }
.brand { display: inline-flex; align-items: center; gap: 12px; }
.brand-mark { display: grid; place-items: center; width: 42px; height: 42px; border: 1px solid var(--accent); color: #fff; background: rgba(0,0,0,.2); font: 700 13px/1 Georgia, serif; }
.brand strong, .brand small { display: block; letter-spacing: 0; }
.brand strong { font-family: Georgia, "Times New Roman", serif; font-size: 23px; font-weight: 500; }
.brand small { margin-top: 1px; color: #bfc9d1; font-size: 10px; text-transform: uppercase; }
nav { display: flex; align-items: center; gap: 30px; font-size: 14px; }
nav a:hover, nav a:focus-visible { color: #ffd29d; }
.nav-quote { padding: 10px 16px; border: 1px solid var(--accent); color: #ffd29d; }
.nav-toggle { display: none; color: white; background: transparent; border: 0; font-size: 24px; }
.hero { min-height: 100svh; position: relative; display: grid; align-items: end; color: white; overflow: hidden; }
.hero > img, .hero-shade { position: absolute; inset: 0; width: 100%; height: 100%; }
.hero > img { object-fit: cover; object-position: center 42%; }
.hero-shade { background: linear-gradient(90deg, rgba(7,12,11,.78) 0%, rgba(7,12,11,.28) 65%, rgba(7,12,11,.05)), linear-gradient(0deg, rgba(7,12,11,.8), transparent 58%); }
.hero-content { position: relative; z-index: 2; width: min(var(--max), calc(100% - 40px)); margin: 0 auto 10vh; }
.eyebrow { margin: 0 0 18px; color: #f2ba78; font-size: 12px; font-weight: 700; text-transform: uppercase; letter-spacing: 2px; }
.eyebrow.dark { color: var(--accent-dark); }
h1, h2, h3, p { letter-spacing: 0; }
h1, h2 { font-family: Georgia, "Times New Roman", serif; font-weight: 400; }
h1 { max-width: 1020px; margin: 0; font-size: clamp(58px, 8.4vw, 118px); line-height: .88; }
.hero-copy { max-width: 640px; margin: 28px 0; font-size: 19px; color: #edf1f3; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 12px; }
.button { display: inline-flex; min-height: 48px; align-items: center; justify-content: center; border: 1px solid transparent; padding: 0 22px; cursor: pointer; font-weight: 700; border-radius: 2px; }
.button.primary { background: var(--accent); color: #1a1d1f; }
.button.primary:hover, .button.primary:focus-visible { background: #efaa58; }
.button.ghost { border-color: rgba(255,255,255,.65); color: white; }
.hero-next { position: absolute; z-index: 2; bottom: 25px; left: 50%; width: 42px; height: 42px; display: grid; place-items: center; border: 1px solid rgba(255,255,255,.55); border-radius: 50%; }
.trust-strip { max-width: none; margin: 0; padding: 25px max(20px, calc((100vw - var(--max)) / 2)); display: grid; grid-template-columns: repeat(4, 1fr); background: var(--navy); color: #fff; border-bottom: 1px solid #39413f; }
.trust-strip div { padding: 0 30px; border-right: 1px solid var(--line); }
.trust-strip div:last-child { border-right: 0; }
.trust-strip strong, .trust-strip span { display: block; }
.trust-strip strong { color: #fff; font-size: 16px; }
.trust-strip span { color: #aeb8b4; font-size: 12px; }
.section-pad { padding: 96px max(20px, calc((100vw - var(--max)) / 2)); }
.intro { display: grid; grid-template-columns: 1.25fr .75fr; gap: 100px; align-items: end; }
.section-heading h2 { max-width: 760px; margin: 0; color: var(--navy); font-size: clamp(38px, 5vw, 64px); line-height: 1.04; }
.lead { margin: 0; color: #59636a; font-size: 18px; }
.services { background: var(--white); }
.service-list { margin-top: 58px; border-top: 1px solid var(--line); }
.service-list article { display: grid; grid-template-columns: 70px minmax(220px, .75fr) 1.25fr; gap: 22px; align-items: start; padding: 28px 0; border-bottom: 1px solid var(--line); }
.service-list article > span { color: var(--accent-dark); font-size: 13px; }
.service-list h3, .service-list p { margin: 0; }
.service-list h3 { color: var(--navy); font-size: 23px; }
.service-list p { color: #616a70; }
.projects { background: #111817; color: white; }
.projects .section-heading h2 { color: white; }
.projects-head { display: flex; justify-content: space-between; align-items: end; gap: 40px; }
.projects-head > p { max-width: 390px; color: #bcc8d0; }
.project-grid { margin-top: 52px; display: grid; grid-template-columns: repeat(12, 1fr); gap: 8px; }
.project-card { grid-column: span 4; position: relative; min-height: 520px; overflow: hidden; background: var(--navy-2); }
.project-card:first-child { grid-column: span 8; min-height: 650px; }
.project-card img { width: 100%; height: 100%; object-fit: cover; transition: transform .5s ease; }
.project-card:hover img { transform: scale(1.025); }
.project-card-info { position: absolute; inset: auto 0 0; padding: 72px 24px 22px; background: linear-gradient(transparent, rgba(7,20,32,.94)); }
.project-card h3, .project-card p { margin: 0; }
.project-card h3 { font-family: Georgia, "Times New Roman", serif; font-size: 28px; font-weight: 400; }
.project-card p { margin-top: 5px; color: #c9d2d8; font-size: 13px; }
.project-card-info a { display: inline-block; margin-top: 12px; color: white; font-size: 13px; text-decoration-thickness: 1px; text-underline-offset: 4px; }
.brand-strip { background: #e7e5df; text-align: center; border-top: 1px solid #cbc9c2; border-bottom: 1px solid #cbc9c2; }
.brand-strip h2 { margin: 0; color: var(--navy); font: 400 clamp(34px, 4vw, 52px)/1.05 Georgia, "Times New Roman", serif; }
.brand-logos { max-width: 980px; margin: 42px auto 0; display: grid; grid-template-columns: repeat(6, minmax(0, 1fr)); gap: 28px; align-items: center; }
.brand-logos img { width: 100%; max-width: 130px; max-height: 64px; margin: auto; object-fit: contain; }
.process ol { list-style: none; margin: 58px 0 0; padding: 0; display: grid; grid-template-columns: repeat(4, 1fr); border-top: 1px solid var(--line); }
.process li { min-height: 210px; padding: 25px 24px 0 0; border-right: 1px solid var(--line); display: flex; gap: 16px; }
.process li + li { padding-left: 24px; }
.process li:last-child { border-right: 0; }
.process li > span { flex: 0 0 30px; height: 30px; display: grid; place-items: center; background: var(--navy); color: white; border-radius: 50%; font-size: 12px; }
.process h3, .process p { margin: 0; }
.process h3 { color: var(--navy); }
.process p { margin-top: 8px; color: #687178; font-size: 14px; }
.quote { display: grid; grid-template-columns: .8fr 1.2fr; gap: 80px; background: #173e35; color: white; }
.quote h2 { margin: 0; font-size: clamp(42px, 5vw, 68px); line-height: 1; }
.quote-copy > p:not(.eyebrow) { max-width: 480px; color: #dce7e2; }
.phone-link { display: inline-block; margin: 16px 0; font: 400 34px/1 Georgia, serif; color: #ffd19a; }
.service-area { font-size: 12px; }
form { padding: 34px; background: white; color: var(--charcoal); }
.field-row { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }
label { display: block; margin-bottom: 17px; color: #41494e; font-size: 12px; font-weight: 700; }
input, select, textarea { width: 100%; margin-top: 7px; padding: 13px 12px; border: 1px solid #c9cfcc; background: #fbfcfa; border-radius: 0; color: #222; }
input:focus, select:focus, textarea:focus { outline: 2px solid var(--accent); outline-offset: 1px; }
textarea { resize: vertical; }
.consent { display: flex; gap: 10px; align-items: start; font-weight: 400; }
.consent input { width: 18px; margin: 2px 0 0; }
.form-status { min-height: 24px; margin: 12px 0 0; color: #8d3b1c; font-size: 13px; }
footer { padding: 44px max(20px, calc((100vw - var(--max)) / 2)); display: grid; grid-template-columns: 1.5fr 1fr 1fr; gap: 40px; background: #0b1926; color: #c8d2d9; font-size: 13px; }
footer > div strong, footer > div a, footer > div span { display: block; margin-bottom: 6px; }
footer > div strong { color: white; margin-bottom: 12px; }
footer > p { grid-column: 1 / -1; margin: 0; padding-top: 24px; border-top: 1px solid #31404d; }
.mobile-quote { display: none; }
@media (max-width: 820px) {
  .site-header { height: 68px; }
  .nav-toggle { display: block; }
  nav { display: none; position: absolute; top: 68px; left: 0; right: 0; padding: 18px 20px 24px; flex-direction: column; align-items: stretch; gap: 0; background: var(--navy); }
  nav.open { display: flex; }
  nav a { padding: 12px 0; border-bottom: 1px solid #385065; }
  .nav-quote { margin-top: 12px; text-align: center; border: 1px solid var(--accent); }
  .hero { min-height: 780px; }
  .hero-content { margin: 0 auto 70px; }
  h1 { font-size: clamp(46px, 14vw, 70px); }
  .hero-copy { font-size: 17px; }
  .trust-strip { grid-template-columns: 1fr; padding: 0 20px; }
  .trust-strip div { padding: 18px 0; border-right: 0; border-bottom: 1px solid var(--line); }
  .section-pad { padding-top: 70px; padding-bottom: 70px; }
  .intro, .quote { grid-template-columns: 1fr; gap: 36px; }
  .service-list article { grid-template-columns: 42px 1fr; }
  .service-list article p { grid-column: 2; }
  .projects-head { display: block; }
  .projects-head > p { margin-top: 22px; }
  .project-card, .project-card:first-child { grid-column: span 12; min-height: 390px; }
  .brand-logos { grid-template-columns: repeat(3, 1fr); }
  .process ol { grid-template-columns: 1fr 1fr; }
  .process li:nth-child(2) { border-right: 0; }
  .process li:nth-child(3), .process li:nth-child(4) { border-top: 1px solid var(--line); }
  .process li:nth-child(3) { padding-left: 0; }
  form { padding: 24px 18px; }
  footer { grid-template-columns: 1fr; }
  footer > p { grid-column: 1; }
  .mobile-quote.visible { display: block; position: fixed; z-index: 15; left: 12px; right: 12px; bottom: 12px; padding: 13px; background: var(--accent); color: #16191c; text-align: center; font-weight: 800; box-shadow: 0 8px 30px rgba(0,0,0,.25); }
}
@media (max-width: 520px) {
  .brand strong { font-size: 18px; }
  .hero > img { object-position: 57% center; }
  .hero-content { width: calc(100% - 40px); max-width: 100%; }
  h1 { max-width: 100%; font-size: 48px; line-height: 1; overflow-wrap: anywhere; }
  .hero-copy { max-width: 100%; font-size: 16px; }
  .hero-actions { display: grid; }
  .brand-logos { grid-template-columns: repeat(2, 1fr); gap: 30px 20px; }
  .field-row, .process ol { grid-template-columns: 1fr; }
  .process li, .process li + li { min-height: auto; padding: 22px 0; border-right: 0; border-top: 1px solid var(--line); }
  .process li:first-child { border-top: 0; }
}
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  .project-card img { transition: none; }
}
