:root {
  --ink: #14264c;
  --muted: #5f6f84;
  --water: #174f9d;
  --water-dark: #0b2545;
  --sand: #f6f2ea;
  --foam: #eef3fa;
  --line: #d8e0ec;
  --gold: #b98b42;
  --red: #bf1717;
  --white: #ffffff;
  --shadow: 0 18px 42px rgba(20, 38, 76, 0.14);
}

* { box-sizing: border-box; }

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  color: var(--ink);
  font-family: Arial, Helvetica, sans-serif;
  line-height: 1.55;
  background: var(--white);
}

img {
  display: block;
  max-width: 100%;
}

a {
  color: inherit;
}

.topbar {
  background: var(--water-dark);
  color: var(--white);
  font-size: 0.92rem;
}

.topbar .wrap,
.nav .wrap,
.section,
.footer .wrap {
  width: min(1160px, calc(100% - 36px));
  margin: 0 auto;
}

.topbar .wrap {
  display: flex;
  justify-content: space-between;
  gap: 16px;
  padding: 9px 0;
}

.nav {
  position: sticky;
  top: 0;
  z-index: 10;
  background: rgba(255, 255, 255, 0.94);
  border-bottom: 1px solid var(--line);
  backdrop-filter: blur(12px);
}

.nav .wrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 22px;
  padding: 12px 0;
}

.brand {
  display: flex;
  align-items: center;
  gap: 14px;
  text-decoration: none;
  font-weight: 800;
  letter-spacing: 0;
  flex: 0 0 auto;
}

.brand img {
  width: 176px;
  height: auto;
}

.links {
  display: flex;
  align-items: center;
  gap: 18px;
  font-size: 0.95rem;
}

.links a {
  text-decoration: none;
  font-weight: 700;
}

.button,
button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 44px;
  padding: 11px 18px;
  border: 0;
  border-radius: 6px;
  color: var(--white);
  background: var(--water);
  font-weight: 800;
  text-decoration: none;
  cursor: pointer;
}

.button.secondary {
  color: var(--ink);
  background: var(--white);
  border: 1px solid var(--line);
}

.button.gold {
  background: var(--gold);
}

.button.client-login {
  background: var(--ink);
}

.button.green {
  background: #178a4b;
}

.hero {
  background: linear-gradient(90deg, rgba(11, 37, 69, 0.94), rgba(20, 38, 76, 0.72)), url("assets/june-2026-dock-wide.jpg") center/cover;
  color: var(--white);
}

.hero .section {
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(300px, 0.72fr);
  gap: 36px;
  align-items: end;
  min-height: 640px;
  padding: 86px 0 54px;
}

.eyebrow {
  margin: 0 0 12px;
  color: var(--gold);
  font-size: 0.84rem;
  font-weight: 900;
  text-transform: uppercase;
}

h1,
h2,
h3,
p {
  margin-top: 0;
}

h1 {
  max-width: 820px;
  margin-bottom: 18px;
  font-size: clamp(2.4rem, 6vw, 5.1rem);
  line-height: 0.98;
}

.hero-title {
  max-width: 760px;
  font-size: clamp(2.7rem, 6vw, 5.6rem);
}

.hero-title span {
  display: block;
}

.hero-title em {
  color: var(--gold);
  font-family: Georgia, "Times New Roman", serif;
  font-style: italic;
  font-weight: 700;
}

h2 {
  margin-bottom: 14px;
  font-size: clamp(1.8rem, 3vw, 3rem);
  line-height: 1.08;
}

h3 {
  margin-bottom: 8px;
  font-size: 1.2rem;
  line-height: 1.2;
}

.gold-script {
  color: var(--gold);
  font-family: Georgia, "Times New Roman", serif;
  font-style: italic;
  font-weight: 700;
}

.lead {
  max-width: 760px;
  color: rgba(255, 255, 255, 0.9);
  font-size: 1.16rem;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 28px;
}

.proof-panel {
  display: grid;
  gap: 12px;
  padding: 20px;
  background: rgba(255, 255, 255, 0.94);
  color: var(--ink);
  border-radius: 8px;
  box-shadow: var(--shadow);
}

.logo-card {
  display: grid;
  gap: 14px;
  justify-items: start;
}

.logo-card img {
  width: 220px;
  padding: 12px;
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: 8px;
}

.contact-list {
  display: grid;
  gap: 12px;
  margin-top: 4px;
}

.contact-row {
  display: grid;
  grid-template-columns: 34px minmax(0, 1fr);
  gap: 12px;
  align-items: start;
  color: var(--muted);
}

.contact-row svg {
  width: 34px;
  height: 34px;
  padding: 7px;
  color: var(--white);
  background: var(--water);
  border-radius: 50%;
}

.contact-row strong {
  display: block;
  color: var(--ink);
  font-size: 0.8rem;
  letter-spacing: 0;
  text-transform: uppercase;
}

.contact-row a {
  color: var(--ink);
  font-size: 1.08rem;
  font-weight: 800;
  text-decoration: none;
}

.proof-panel strong {
  font-size: 1.9rem;
}

.proof-panel p {
  margin: 0;
  color: var(--muted);
}

.section {
  padding: 72px 0;
}

.entity-summary {
  background: var(--white);
  border-bottom: 1px solid var(--line);
}

.entity-summary .section {
  padding: 48px 0;
}

.entity-summary h2 {
  max-width: 980px;
  margin-bottom: 14px;
  font-size: clamp(1.85rem, 3vw, 3.25rem);
}

.entity-summary p:not(.eyebrow) {
  max-width: 1040px;
  margin-bottom: 0;
  color: var(--muted);
  font-size: 1.12rem;
}

.entity-facts {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
  margin-top: 26px;
}

.entity-facts article {
  padding: 18px 18px 16px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.96), rgba(239, 246, 251, 0.9)),
    var(--foam);
  border: 1px solid var(--line);
  border-top: 4px solid var(--water);
  border-radius: 8px;
  box-shadow: 0 12px 28px rgba(18, 48, 58, 0.08);
}

.entity-facts span {
  display: block;
  margin-bottom: 8px;
  color: var(--water-dark);
  font-size: 0.82rem;
  font-weight: 900;
  text-transform: uppercase;
}

.entity-facts p {
  margin: 0;
  color: var(--ink);
  font-size: 0.98rem;
  line-height: 1.55;
}

.section.tight {
  padding: 42px 0;
}

.band {
  background: var(--foam);
}

.sand {
  background: var(--sand);
}

.split {
  display: grid;
  grid-template-columns: minmax(0, 0.92fr) minmax(0, 1.08fr);
  gap: 44px;
  align-items: center;
}

.grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 18px;
}

.grid.three {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.card-link {
  display: block;
  height: 100%;
  color: inherit;
  text-decoration: none;
}

.card {
  overflow: hidden;
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: 8px;
  box-shadow: 0 10px 24px rgba(18, 48, 58, 0.07);
}

.card img {
  width: 100%;
  aspect-ratio: 4 / 3;
  object-fit: cover;
}

.card .pad {
  padding: 18px;
}

.card p,
.muted {
  color: var(--muted);
}

.section-summary {
  max-width: 820px;
  margin: 0 0 26px;
  color: var(--muted);
  font-size: 1.08rem;
}

.article-layout {
  display: grid;
  grid-template-columns: minmax(0, 0.78fr) minmax(280px, 0.36fr);
  gap: 42px;
  align-items: start;
}

.article-body {
  font-size: 1.08rem;
}

.article-body h2 {
  margin-top: 34px;
}

.article-aside {
  position: sticky;
  top: 92px;
  display: grid;
  gap: 14px;
  padding: 20px;
  background: var(--foam);
  border: 1px solid var(--line);
  border-radius: 8px;
}

.article-aside ul {
  display: grid;
  gap: 10px;
  margin: 0;
  padding-left: 20px;
}

.faq-list {
  display: grid;
  gap: 14px;
  margin-top: 26px;
}

.faq-item {
  padding: 18px;
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: 8px;
  box-shadow: 0 10px 24px rgba(18, 48, 58, 0.06);
}

.faq-item h3 {
  margin-bottom: 6px;
}

.project-gallery {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}

.project-gallery figure {
  margin: 0;
  overflow: hidden;
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: 8px;
}

.project-gallery img {
  width: 100%;
  aspect-ratio: 4 / 3;
  object-fit: cover;
}

.project-gallery figcaption {
  padding: 12px 14px;
  color: var(--muted);
  font-weight: 700;
}

.maintenance-plan {
  background: var(--foam);
}

.maintenance-grid {
  display: grid;
  grid-template-columns: minmax(280px, 480px) minmax(0, 1fr);
  gap: 40px;
  align-items: center;
}

.maintenance-photo {
  overflow: hidden;
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: 8px;
  box-shadow: 0 14px 34px rgba(18, 48, 58, 0.09);
}

.maintenance-photo img {
  display: block;
  width: 100%;
  aspect-ratio: 1.22 / 1;
  object-fit: cover;
}

.maintenance-copy {
  font-size: 1.15rem;
}

.maintenance-copy h2 {
  max-width: 760px;
}

.maintenance-copy .button {
  font-size: 1.25rem;
  background: #1055c9;
}

.maintenance-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 22px;
}

.maintenance-actions .button {
  min-width: 210px;
  margin: 0;
}

.service-list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
  padding: 0;
  margin: 22px 0 0;
  list-style: none;
}

.service-list li {
  padding: 14px 16px;
  background: var(--white);
  border-left: 4px solid var(--water);
  box-shadow: 0 8px 22px rgba(18, 48, 58, 0.08);
}

.area-strip {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 20px;
}

.area-banner {
  background: var(--water-dark);
  color: var(--white);
}

.checklist-row {
  display: flex;
  justify-content: center;
  padding: 24px 0 46px;
}

.area-photo-band {
  min-height: 275px;
  display: grid;
  align-items: center;
  background: linear-gradient(90deg, rgba(11, 37, 69, 0.72), rgba(11, 37, 69, 0.44)), url("assets/june-2026-dock-wide.jpg") center/cover;
}

.area-photo-band .section {
  padding: 56px 0;
}

.area-photo-band h2 {
  color: var(--white);
}

.area-photo-band p {
  max-width: 940px;
  color: rgba(255, 255, 255, 0.92);
  font-size: 1.45rem;
}

.trust-strip {
  background: #e9edf3;
}

.trust-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(180px, 1fr));
  gap: 70px;
  align-items: center;
  justify-items: center;
}

.trust-grid img {
  max-height: 150px;
  width: auto;
  background: var(--white);
}

.area-strip span {
  padding: 8px 12px;
  border: 1px solid var(--line);
  border-radius: 999px;
  background: var(--white);
  color: var(--water-dark);
  font-weight: 800;
}

.steps {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
  counter-reset: step;
}

.step {
  position: relative;
  padding: 22px;
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: 8px;
}

.step::before {
  counter-increment: step;
  content: counter(step);
  display: inline-grid;
  width: 32px;
  height: 32px;
  margin-bottom: 18px;
  place-items: center;
  color: var(--white);
  background: var(--water);
  border-radius: 50%;
  font-weight: 900;
}

.quote-form {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
}

.quote-form label {
  display: grid;
  gap: 6px;
  color: var(--muted);
  font-weight: 800;
}

.quote-form label.full {
  grid-column: 1 / -1;
}

.quote-layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(270px, 0.34fr);
  gap: 34px;
  align-items: start;
}

.jobber-frame {
  overflow: hidden;
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: 8px;
  box-shadow: 0 14px 34px rgba(18, 48, 58, 0.09);
}

.jobber-frame iframe {
  display: block;
  width: 100%;
  min-height: 920px;
  border: 0;
  background: var(--white);
}

.jobber-fallback {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  align-items: center;
  justify-content: space-between;
  padding: 16px;
  background: var(--foam);
  border-top: 1px solid var(--line);
}

.jobber-fallback p {
  margin: 0;
  color: var(--muted);
  font-weight: 700;
}

.quote-aside {
  padding: 22px;
  background: var(--foam);
  border: 1px solid var(--line);
  border-radius: 8px;
}

.quote-aside a {
  color: var(--water);
  font-size: 1.25rem;
  font-weight: 900;
}

input,
select,
textarea {
  width: 100%;
  min-height: 46px;
  padding: 12px;
  border: 1px solid var(--line);
  border-radius: 6px;
  color: var(--ink);
  font: inherit;
}

textarea {
  min-height: 140px;
  resize: vertical;
}

.cta {
  background: var(--water-dark);
  color: var(--white);
}

.cta .section {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
}

.cta p {
  margin: 0;
  color: rgba(255, 255, 255, 0.82);
}

.footer {
  background: #061f3f;
  color: rgba(255, 255, 255, 0.78);
}

.page-menu {
  background:
    linear-gradient(rgba(11, 37, 69, 0.74), rgba(11, 37, 69, 0.74)),
    url("assets/june-2026-dock-wide.jpg") center / cover;
}

.page-menu .section {
  padding: 34px 0;
}

.page-menu nav {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 12px;
}

.page-menu a {
  display: inline-flex;
  align-items: center;
  min-height: 44px;
  padding: 10px 16px;
  color: var(--white);
  background: #1055c9;
  border-radius: 999px;
  font-weight: 800;
  text-decoration: none;
  transition: background 160ms ease, transform 160ms ease;
}

.page-menu a::before {
  content: "\2713";
  margin-right: 8px;
  font-weight: 900;
}

.page-menu a:hover,
.page-menu a:focus-visible {
  background: #178a4b;
  transform: translateY(-1px);
}

.footer .wrap {
  display: grid;
  grid-template-columns: 1.35fr 1fr 0.85fr;
  gap: 34px;
  padding: 38px 0;
}

.footer strong {
  display: block;
  margin-bottom: 8px;
  color: var(--white);
}

.footer p {
  margin: 0 0 8px;
}

.footer a {
  color: var(--white);
  font-weight: 800;
}

.page-hero {
  background: var(--water-dark);
  color: var(--white);
}

.page-hero .section {
  position: relative;
  z-index: 1;
  padding: 72px 0;
}

.page-hero-title {
  max-width: 780px;
  font-size: clamp(2.7rem, 6vw, 5.6rem);
}

.page-hero-title span {
  display: block;
}

.page-hero-title em {
  color: var(--gold);
  font-family: Georgia, "Times New Roman", serif;
  font-style: italic;
  font-weight: 700;
}

.services-hero,
.work-hero,
.quote-hero,
.notes-hero,
.dock-hero {
  position: relative;
  overflow: hidden;
}

.services-hero {
  background:
    linear-gradient(90deg, rgba(11, 37, 69, 0.98) 0%, rgba(20, 55, 102, 0.92) 48%, rgba(23, 79, 157, 0.55) 100%),
    url("assets/june-2026-dock-wide.jpg") right center / min(52vw, 720px) auto no-repeat,
    var(--water-dark);
}

.work-hero {
  background:
    linear-gradient(90deg, rgba(11, 37, 69, 0.98) 0%, rgba(20, 55, 102, 0.92) 48%, rgba(23, 79, 157, 0.55) 100%),
    url("assets/june-2026-lift-wide.jpg") right center / min(52vw, 720px) auto no-repeat,
    var(--water-dark);
}

.quote-hero {
  background:
    linear-gradient(90deg, rgba(11, 37, 69, 0.98) 0%, rgba(20, 55, 102, 0.92) 48%, rgba(23, 79, 157, 0.55) 100%),
    url("assets/clean-seawall-construction.jpg") right center / min(52vw, 720px) auto no-repeat,
    var(--water-dark);
}

.notes-hero {
  background:
    linear-gradient(90deg, rgba(11, 37, 69, 0.98) 0%, rgba(20, 55, 102, 0.92) 48%, rgba(23, 79, 157, 0.55) 100%),
    url("assets/june-2026-dock-deck.jpg") right center / min(52vw, 720px) auto no-repeat,
    var(--water-dark);
}

.services-hero::after,
.work-hero::after,
.quote-hero::after,
.notes-hero::after,
.dock-hero::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, rgba(11, 37, 69, 0) 42%, rgba(11, 37, 69, 0.18) 100%);
  pointer-events: none;
}

.dock-hero {
  background:
    linear-gradient(90deg, rgba(11, 37, 69, 0.98) 0%, rgba(20, 55, 102, 0.92) 48%, rgba(23, 79, 157, 0.58) 100%),
    url("assets/june-2026-dock-deck.jpg") right center / min(52vw, 720px) auto no-repeat,
    var(--water-dark);
}

.dock-hero .section {
  position: relative;
  z-index: 1;
}

.seawall-hero {
  position: relative;
  overflow: hidden;
  background:
    linear-gradient(90deg, rgba(11, 37, 69, 0.98) 0%, rgba(20, 55, 102, 0.92) 50%, rgba(23, 79, 157, 0.58) 100%),
    url("assets/clean-seawall-construction.jpg") right center / min(52vw, 720px) auto no-repeat,
    var(--water-dark);
}

.seawall-hero::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, rgba(11, 37, 69, 0) 42%, rgba(11, 37, 69, 0.18) 100%);
  pointer-events: none;
}

.seawall-hero .section {
  position: relative;
  z-index: 1;
}

.seawall-hero-title {
  max-width: 780px;
  font-size: clamp(2.7rem, 6vw, 5.6rem);
}

.seawall-hero-title span {
  display: block;
}

.seawall-hero-title em {
  color: var(--gold);
  font-family: Georgia, "Times New Roman", serif;
  font-style: italic;
  font-weight: 700;
}

.boathouse-hero,
.maintenance-hero,
.checklist-hero {
  position: relative;
  overflow: hidden;
  background: var(--water-dark);
}

.boathouse-hero {
  background:
    linear-gradient(90deg, rgba(11, 37, 69, 0.98) 0%, rgba(20, 55, 102, 0.9) 48%, rgba(23, 79, 157, 0.54) 100%),
    url("assets/clean-boathouse-construction.jpg") right center / min(52vw, 720px) auto no-repeat,
    var(--water-dark);
}

.maintenance-hero {
  background:
    linear-gradient(90deg, rgba(11, 37, 69, 0.98) 0%, rgba(20, 55, 102, 0.9) 48%, rgba(23, 79, 157, 0.54) 100%),
    url("assets/maintenance-clean.webp") right center / min(52vw, 720px) auto no-repeat,
    var(--water-dark);
}

.checklist-hero {
  background:
    linear-gradient(90deg, rgba(11, 37, 69, 0.98) 0%, rgba(20, 55, 102, 0.9) 52%, rgba(23, 79, 157, 0.5) 100%),
    url("assets/clean-seawall-construction.jpg") right center / min(52vw, 720px) auto no-repeat,
    var(--water-dark);
}

.boathouse-hero::after,
.maintenance-hero::after,
.checklist-hero::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, rgba(11, 37, 69, 0) 42%, rgba(11, 37, 69, 0.18) 100%);
  pointer-events: none;
}

.boathouse-hero .section,
.maintenance-hero .section,
.checklist-hero .section {
  position: relative;
  z-index: 1;
}

.boathouse-hero-title,
.maintenance-hero-title,
.checklist-hero-title {
  max-width: 780px;
  font-size: clamp(2.7rem, 6vw, 5.6rem);
}

.boathouse-hero-title span,
.maintenance-hero-title span,
.checklist-hero-title span {
  display: block;
}

.boathouse-hero-title em,
.maintenance-hero-title em,
.checklist-hero-title em {
  color: var(--gold);
  font-family: Georgia, "Times New Roman", serif;
  font-style: italic;
  font-weight: 700;
}

.checklist-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
  counter-reset: checklist;
}

.checklist-card {
  padding: 20px;
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: 8px;
  box-shadow: 0 10px 24px rgba(18, 48, 58, 0.06);
}

.checklist-card h3::before {
  counter-increment: checklist;
  content: counter(checklist) ". ";
  color: var(--gold);
}

.checklist-card ul {
  display: grid;
  gap: 8px;
  margin: 12px 0 0;
  padding-left: 20px;
  color: var(--muted);
}

.dock-hero-title {
  max-width: 760px;
  font-size: clamp(2.7rem, 6vw, 5.6rem);
}

.dock-hero-title span {
  display: block;
}

.dock-hero-title em {
  color: var(--gold);
  font-family: Georgia, "Times New Roman", serif;
  font-style: italic;
  font-weight: 700;
}

.change-list {
  display: grid;
  gap: 14px;
  margin: 0;
  padding-left: 20px;
}

@media (max-width: 900px) {
  .hero .section,
  .split,
  .grid,
  .grid.three,
  .steps,
  .maintenance-grid,
  .trust-grid,
  .article-layout,
  .project-gallery,
  .checklist-grid,
  .quote-layout {
    grid-template-columns: 1fr;
  }

  .hero .section {
    min-height: auto;
  }

  .links {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    gap: 10px;
  }

  .cta .section,
  .footer .wrap,
  .topbar .wrap {
    align-items: flex-start;
    flex-direction: column;
    display: flex;
  }
}

@media (max-width: 640px) {
  .section {
    padding: 52px 0;
  }

  .hero .section {
    padding-top: 64px;
  }

  .service-list,
  .quote-form {
    grid-template-columns: 1fr;
  }

  .topbar .wrap,
  .nav .wrap,
  .section,
  .footer .wrap {
    width: min(100% - 26px, 1160px);
  }
}
