:root {
  --ink: #10202a;
  --ink-soft: #41515b;
  --paper: #f8f7f3;
  --white: #ffffff;
  --mist: #e8efef;
  --line: #dbe2e2;
  --accent: #b9d0ca;
  --accent-dark: #234d49;
  --dark: #0d1b24;
  --shadow: 0 22px 60px rgba(13, 27, 36, .12);
  --radius: 24px;
  --container: 1180px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--ink);
  background: var(--paper);
  font-family: Inter, ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  line-height: 1.55;
  -webkit-font-smoothing: antialiased;
}
img { display: block; max-width: 100%; }
a { color: inherit; }
button, input, select, textarea { font: inherit; }
.container { width: min(var(--container), calc(100% - 40px)); margin: 0 auto; }

.site-header {
  position: sticky;
  top: 0;
  z-index: 50;
  background: rgba(248, 247, 243, .9);
  backdrop-filter: blur(16px);
  border-bottom: 1px solid rgba(16, 32, 42, .08);
}
.nav-wrap { min-height: 76px; display: flex; align-items: center; justify-content: space-between; gap: 24px; }
.brand { display: inline-flex; align-items: center; gap: 12px; text-decoration: none; }
.brand-mark {
  display: grid; place-items: center; width: 42px; height: 42px; border-radius: 50%;
  background: var(--dark); color: white; font-size: 13px; font-weight: 800; letter-spacing: .06em;
}
.brand strong, .brand small { display: block; }
.brand strong { font-size: 15px; line-height: 1.1; }
.brand small { margin-top: 4px; color: var(--ink-soft); font-size: 12px; }
.desktop-nav { display: flex; align-items: center; gap: 28px; font-size: 14px; font-weight: 650; }
.desktop-nav a { text-decoration: none; }
.nav-cta { padding: 12px 18px; border-radius: 999px; color: white; background: var(--dark); }
.mobile-cta { display: none; text-decoration: none; font-weight: 700; font-size: 14px; }

.hero { padding: 72px 0 58px; overflow: hidden; }
.hero-grid { display: grid; grid-template-columns: 1.12fr .88fr; align-items: center; gap: 72px; }
.eyebrow { margin: 0 0 18px; font-size: 12px; font-weight: 800; letter-spacing: .17em; color: var(--accent-dark); }
h1, h2, h3, p { margin-top: 0; }
h1 { max-width: 780px; margin-bottom: 24px; font-size: clamp(48px, 6.4vw, 82px); line-height: .98; letter-spacing: -.05em; font-weight: 760; }
.hero-lead { max-width: 690px; margin-bottom: 30px; color: var(--ink-soft); font-size: clamp(18px, 2vw, 22px); line-height: 1.45; }
.hero-actions { display: flex; align-items: center; gap: 22px; flex-wrap: wrap; }
.button { display: inline-flex; align-items: center; justify-content: center; border: 0; border-radius: 999px; min-height: 52px; padding: 0 24px; font-weight: 760; text-decoration: none; cursor: pointer; transition: .2s ease; }
.button:hover { transform: translateY(-1px); }
.button-primary { background: var(--dark); color: white; box-shadow: 0 14px 30px rgba(13, 27, 36, .16); }
.button-primary:hover { background: #132936; }
.button-secondary { background: var(--mist); color: var(--ink); }
.text-link { font-weight: 750; text-decoration: none; }
.microcopy { margin: 18px 0 0; color: #6a777e; font-size: 13px; }
.hero-photo-wrap { position: relative; height: 560px; overflow: hidden; border-radius: 32px; background: #101010; box-shadow: var(--shadow); }
.hero-photo { width: 100%; height: 100%; object-fit: cover; object-position: 50% 50%; }
.photo-card { position: absolute; left: 22px; bottom: 22px; display: flex; flex-direction: column; min-width: 190px; padding: 14px 16px; border-radius: 16px; color: white; background: rgba(13,27,36,.78); backdrop-filter: blur(12px); }
.photo-card strong { font-size: 15px; }
.photo-card span { margin-top: 2px; font-size: 12px; opacity: .8; }

.proof { background: var(--dark); color: white; }
.proof-grid { display: grid; grid-template-columns: repeat(3, 1fr); }
.proof-grid > div { min-height: 122px; display: flex; flex-direction: column; justify-content: center; padding: 26px 32px; border-right: 1px solid rgba(255,255,255,.12); }
.proof-grid > div:last-child { border-right: 0; }
.proof strong { font-size: 25px; letter-spacing: -.025em; }
.proof span { margin-top: 3px; color: rgba(255,255,255,.67); font-size: 13px; }

.section { padding: 108px 0; }
.section.alt { background: var(--white); }
.section-heading { max-width: 560px; }
.section-heading.narrow { max-width: 720px; }
h2 { margin-bottom: 18px; font-size: clamp(38px, 5vw, 60px); line-height: 1.02; letter-spacing: -.045em; }
.section-heading > p:last-child, .about-copy > p, .lead-copy > p { color: var(--ink-soft); font-size: 17px; }
.service-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 18px; margin-top: 52px; }
.service-card { position: relative; min-height: 260px; padding: 34px; border: 1px solid var(--line); border-radius: var(--radius); background: rgba(255,255,255,.66); }
.service-card.featured-card { background: var(--mist); border-color: transparent; }
.service-no { display: inline-grid; place-items: center; width: 38px; height: 38px; margin-bottom: 44px; border-radius: 50%; background: white; border: 1px solid var(--line); font-size: 12px; font-weight: 800; }
.service-card h3 { margin-bottom: 12px; font-size: 24px; letter-spacing: -.02em; }
.service-card p { margin: 0; max-width: 500px; color: var(--ink-soft); }

.process-grid { display: grid; grid-template-columns: .82fr 1.18fr; gap: 90px; }
.steps { list-style: none; padding: 0; margin: 0; }
.steps li { display: grid; grid-template-columns: 48px 1fr; gap: 22px; padding: 26px 0; border-top: 1px solid var(--line); }
.steps li:last-child { border-bottom: 1px solid var(--line); }
.steps > li > span { display: grid; place-items: center; width: 38px; height: 38px; border-radius: 50%; background: var(--dark); color: white; font-weight: 800; font-size: 12px; }
.steps h3 { margin-bottom: 6px; font-size: 20px; }
.steps p { margin: 0; color: var(--ink-soft); }

.about-grid { display: grid; grid-template-columns: .9fr 1.1fr; align-items: center; gap: 80px; }
.about-photo-wrap { height: 660px; overflow: hidden; border-radius: 30px; box-shadow: var(--shadow); background: #d4e2e3; }
.about-photo-wrap img { width: 100%; height: 100%; object-fit: cover; object-position: 50% 46%; }
.about-copy { max-width: 600px; }
.about-copy p { margin-bottom: 18px; }
.about-copy .button { margin-top: 10px; }

.lead-section { background: var(--dark); color: white; }
.lead-grid { display: grid; grid-template-columns: .86fr 1.14fr; gap: 80px; align-items: start; }
.lead-section .eyebrow { color: #b9d0ca; }
.lead-copy > p { color: rgba(255,255,255,.72); }
.lead-note { display: grid; gap: 9px; margin-top: 34px; color: rgba(255,255,255,.74); font-size: 14px; }
.lead-note strong { color: white; margin-bottom: 2px; }
.lead-note span::before { content: "✓"; margin-right: 9px; color: var(--accent); font-weight: 900; }
.lead-form { padding: 34px; border-radius: 26px; background: var(--paper); color: var(--ink); box-shadow: 0 22px 60px rgba(0,0,0,.2); }
.field-row { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; }
.lead-form label { display: block; margin-bottom: 16px; font-size: 13px; font-weight: 760; }
.lead-form input:not([type="checkbox"]), .lead-form select, .lead-form textarea {
  width: 100%; margin-top: 7px; border: 1px solid var(--line); border-radius: 12px; background: white; color: var(--ink); padding: 13px 14px; outline: none;
}
.lead-form input:focus, .lead-form select:focus, .lead-form textarea:focus { border-color: #7ea49c; box-shadow: 0 0 0 3px rgba(126,164,156,.13); }
.optional { color: #738087; font-weight: 500; }
.consent { display: grid !important; grid-template-columns: 18px 1fr; gap: 10px; align-items: start; color: #5c6970; font-weight: 500 !important; line-height: 1.45; }
.consent input { margin-top: 3px; }
.submit-button { width: 100%; }
.form-small { margin: 12px 0 0; text-align: center; color: #748087; font-size: 12px; }
.hp-field { position: absolute; left: -9999px; width: 1px; height: 1px; overflow: hidden; }
.form-status { display: none; margin-bottom: 18px; padding: 12px 14px; border-radius: 12px; font-size: 14px; }
.form-status.success { display: block; background: #e6f2eb; color: #235338; }
.form-status.error { display: block; background: #f5e7e5; color: #7a2e25; }

.faq-grid { display: grid; grid-template-columns: .78fr 1.22fr; gap: 90px; }
.accordion details { border-top: 1px solid var(--line); }
.accordion details:last-child { border-bottom: 1px solid var(--line); }
.accordion summary { list-style: none; cursor: pointer; padding: 24px 42px 24px 0; font-weight: 760; position: relative; }
.accordion summary::-webkit-details-marker { display: none; }
.accordion summary::after { content: "+"; position: absolute; right: 4px; top: 22px; font-size: 24px; font-weight: 400; }
.accordion details[open] summary::after { content: "–"; }
.accordion details p { margin: -4px 42px 24px 0; color: var(--ink-soft); }

.site-footer { padding: 56px 0 34px; background: #09151c; color: white; }
.footer-grid { display: flex; align-items: flex-start; justify-content: space-between; gap: 28px; }
.footer-brand { font-size: 18px; font-weight: 800; }
.footer-brand span { color: rgba(255,255,255,.58); font-weight: 500; }
.site-footer p { color: rgba(255,255,255,.58); }
.footer-links { display: flex; gap: 22px; flex-wrap: wrap; font-size: 14px; }
.footer-links a { color: rgba(255,255,255,.78); text-decoration: none; }
.compliance { margin-top: 34px; padding-top: 26px; border-top: 1px solid rgba(255,255,255,.1); }
.compliance p { margin: 0; font-size: 11px; line-height: 1.55; max-width: 920px; }

@media (max-width: 900px) {
  .desktop-nav { display: none; }
  .mobile-cta { display: inline-flex; padding: 10px 14px; border-radius: 999px; background: var(--dark); color: white; }
  .hero { padding-top: 46px; }
  .hero-grid, .process-grid, .about-grid, .lead-grid, .faq-grid { grid-template-columns: 1fr; gap: 48px; }
  .hero-photo-wrap { height: 520px; max-width: 620px; width: 100%; }
  .proof-grid { grid-template-columns: 1fr; }
  .proof-grid > div { min-height: auto; border-right: 0; border-bottom: 1px solid rgba(255,255,255,.12); padding: 22px 4px; }
  .proof-grid > div:last-child { border-bottom: 0; }
  .service-grid { grid-template-columns: 1fr; }
  .about-photo-wrap { height: 560px; max-width: 620px; }
  .section { padding: 82px 0; }
}

@media (max-width: 600px) {
  .container { width: min(100% - 28px, var(--container)); }
  .nav-wrap { min-height: 68px; }
  .brand-mark { width: 38px; height: 38px; }
  h1 { font-size: clamp(43px, 13vw, 62px); }
  h2 { font-size: 40px; }
  .hero { padding: 36px 0 42px; }
  .hero-grid { gap: 36px; }
  .hero-photo-wrap { height: 430px; border-radius: 24px; }
  .photo-card { left: 14px; bottom: 14px; }
  .hero-actions { align-items: flex-start; flex-direction: column; gap: 16px; }
  .button { width: 100%; }
  .service-card { min-height: 0; padding: 26px; }
  .service-no { margin-bottom: 28px; }
  .about-photo-wrap { height: 480px; border-radius: 24px; }
  .lead-form { padding: 24px 20px; border-radius: 22px; }
  .field-row { grid-template-columns: 1fr; gap: 0; }
  .footer-grid { flex-direction: column; }
}


/* Coastal continuity + equipment finance landing page */
.service-link { display: inline-flex; align-items: center; gap: 8px; margin-top: 18px; color: var(--accent-dark); font-size: 14px; font-weight: 800; text-decoration: none; }
.service-link:hover { text-decoration: underline; text-underline-offset: 4px; }
.equipment-card { background: linear-gradient(145deg, rgba(232,239,239,.78), rgba(255,255,255,.82)); }
.equipment-page .equipment-hero { position: relative; background: radial-gradient(circle at 78% 18%, rgba(185,208,202,.30), transparent 34%), linear-gradient(180deg, #f8f7f3 0%, #f5f8f7 100%); }
.equipment-page .equipment-hero::after { content: ""; position: absolute; right: -120px; bottom: 24px; width: 420px; height: 180px; border: 1px solid rgba(35,77,73,.10); border-radius: 50%; transform: rotate(-8deg); pointer-events: none; }
.equipment-story { background: var(--mist); }
.equipment-story-grid { display: grid; grid-template-columns: .9fr 1.1fr; gap: 90px; align-items: start; }
.equipment-story-grid h2 { max-width: 560px; }
.story-copy { max-width: 640px; }
.story-copy p { color: var(--ink-soft); font-size: 17px; }
.story-copy .button { margin-top: 10px; }
@media (max-width: 900px) { .equipment-story-grid { grid-template-columns: 1fr; gap: 34px; } }
