
:root {
  --navy: #0b1f33;
  --gold: #c4a35a;
  --gold-2: #dbbf7a;
  --cream: #f4efe4;
  --sand: #e8dfd0;
  --ink: #162029;
  --muted: #4a5560;
  --max: 1120px;
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; font-family: "Source Sans 3", system-ui, sans-serif; color: var(--ink); background: var(--cream); line-height: 1.55; }
img { max-width: 100%; display: block; }
a { color: inherit; }
.skip { position: absolute; left: -999px; }
.wrap { width: min(var(--max), calc(100% - 40px)); margin: 0 auto; }
.site-header { position: sticky; top: 0; z-index: 20; background: rgba(11,31,51,.94); backdrop-filter: blur(10px); border-bottom: 1px solid rgba(196,163,90,.35); }
.bar { display: flex; align-items: center; justify-content: space-between; gap: 20px; min-height: 72px; }
.brand { display: flex; align-items: center; gap: 12px; text-decoration: none; color: #fff; }
.brand-logo { width: 52px; height: 52px; object-fit: contain; object-position: center center; border-radius: 50%; background: #f4efe4; padding: 2px; }
.brand-text { display: flex; flex-direction: column; line-height: 1.15; }
.brand-text strong { font-size: 1.02rem; letter-spacing: .04em; text-transform: uppercase; }
.brand-text em { font-style: normal; font-size: .72rem; color: #c9d6e2; }
nav { display: flex; align-items: center; gap: 16px; }
nav a { color: #d7e4ee; text-decoration: none; font-size: .92rem; }
.phone-link { color: var(--gold-2) !important; font-weight: 600; }
.btn { display: inline-flex; align-items: center; justify-content: center; padding: 11px 18px; text-decoration: none; border: 1px solid transparent; font-weight: 600; cursor: pointer; font: inherit; }
.btn-gold { background: var(--gold); color: var(--navy); }
.btn-ghost { border-color: rgba(255,255,255,.45); color: #fff; }
.hero { position: relative; min-height: 88vh; display: grid; align-items: end; color: #fff; }
.hero-media { position: absolute; inset: 0; background: linear-gradient(180deg, rgba(11,31,51,.15), rgba(11,31,51,.55)), url("images/barge-excavator.jpg") center 40%/cover no-repeat; }
.hero-shade { position: absolute; inset: 0; background: linear-gradient(90deg, rgba(11,31,51,.72), rgba(11,31,51,.18) 68%); }
.hero-copy { position: relative; padding: 8rem 0 4.2rem; max-width: 740px; }
.eyebrow { text-transform: uppercase; letter-spacing: .14em; font-size: .72rem; color: var(--gold); font-weight: 600; margin: 0 0 10px; }
h1,h2,h3 { font-family: "Instrument Serif", Georgia, serif; font-weight: 400; line-height: 1.12; margin: 0 0 14px; }
h1 { font-size: clamp(2.5rem, 6vw, 4.4rem); }
h2 { font-size: clamp(1.8rem, 3.4vw, 2.6rem); }
h3 { font-size: 1.4rem; }
.lede { font-size: 1.14rem; color: #e4edf4; max-width: 48ch; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 26px; }
.strip { background: var(--navy); color: #d7e4ee; }
.strip-grid { display: grid; grid-template-columns: repeat(4,1fr); gap: 16px; padding: 22px 0; }
.strip strong { display: block; color: var(--gold); font-size: .76rem; letter-spacing: .08em; text-transform: uppercase; }
.section { padding: 72px 0; }
.section.alt { background: var(--sand); }
.section-head { max-width: 640px; margin-bottom: 32px; }
.section-head p { color: var(--muted); }
.gallery { display: grid; grid-template-columns: repeat(2,1fr); gap: 12px; }
.gallery figure { margin: 0; background: #0b1f33; }
.gallery img { width: 100%; height: 320px; object-fit: cover; }
.gallery .wide { grid-column: 1 / -1; }
.gallery .wide img { height: 420px; }
.gallery figcaption { color: #d7e4ee; font-size: .8rem; padding: 8px 10px 10px; letter-spacing: .04em; text-transform: uppercase; }
.cards { display: grid; grid-template-columns: repeat(3,1fr); gap: 16px; }
.card { background: #fff; padding: 24px 22px; border-top: 3px solid var(--gold); }
.card p { color: var(--muted); margin: 0; }
.split { display: grid; grid-template-columns: 1.15fr .85fr; gap: 36px; align-items: start; }
.plain-steps { list-style: none; padding: 0; margin: 0; }
.plain-steps li { padding: 10px 0; border-bottom: 1px solid #d9d0c2; color: var(--muted); }
.plain-steps strong { color: var(--gold); margin-right: 8px; }
.callout { background: var(--navy); color: #e4edf4; padding: 32px 28px; }
.callout h3 { color: #fff; }
.callout .note { color: var(--gold-2); }
.contact { background: var(--navy); color: #e4edf4; }
.contact h2 { color: #fff; }
.phone { font-size: 1.6rem; margin: 8px 0; }
.phone a, .mail { color: var(--gold-2); text-decoration: none; }
.form { background: #10263c; padding: 24px; display: grid; gap: 12px; }
.form label { display: grid; gap: 6px; font-size: .85rem; color: var(--gold-2); }
.form input, .form select, .form textarea { border: 1px solid #2a4a63; background: #0b1f33; color: #fff; padding: 10px 12px; font: inherit; }
.form button { border: 0; width: fit-content; }
.fine { color: #9bb0c0; font-size: .85rem; }
.site-footer { background: #071420; color: #9bb0c0; padding: 36px 0; font-size: .92rem; }
.footer-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 16px; }
.site-footer strong { color: #fff; display: block; margin-bottom: 6px; }
.site-footer a { color: #d7e4ee; text-decoration: none; }
@media (max-width: 900px) {
  nav a:not(.btn):not(.phone-link) { display: none; }
  .strip-grid, .cards, .split, .footer-grid, .gallery { grid-template-columns: 1fr; }
  .gallery .wide { grid-column: auto; }
  .gallery img, .gallery .wide img { height: 260px; }
  .hero { min-height: 78vh; }
}

.visually-hidden{position:absolute;left:-9999px;height:1px;width:1px;overflow:hidden;}
