:root {
  --bg: #07111d;
  --bg-2: #0b1725;
  --panel: rgba(255, 255, 255, 0.075);
  --panel-solid: #0f1f32;
  --text: #eef6ff;
  --muted: #b7c6d8;
  --blue: #0b91ff;
  --blue-2: #32c6ff;
  --silver: #d9e4ef;
  --line: rgba(255, 255, 255, 0.14);
  --shadow: 0 24px 70px rgba(0, 0, 0, 0.38);
  --radius: 26px;
  --max: 1180px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  background:
    radial-gradient(circle at top left, rgba(31, 145, 255, 0.22), transparent 34rem),
    linear-gradient(135deg, #050a11 0%, var(--bg) 44%, #091b2d 100%);
  color: var(--text);
  line-height: 1.6;
}

a { color: inherit; text-decoration: none; }
img { max-width: 100%; display: block; }

.container { width: min(var(--max), calc(100% - 34px)); margin: 0 auto; }

.site-header {
  position: sticky;
  top: 0;
  z-index: 30;
  background: rgba(5, 11, 19, 0.84);
  border-bottom: 1px solid var(--line);
  backdrop-filter: blur(16px);
}
.nav {
  min-height: 78px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
}
.brand {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.brand-logo {
  width: 58px;
  height: 58px;
  min-width: 58px;
  max-width: 58px;
  object-fit: contain;
  display: block;
  border-radius: 10px;
  background: #000;
  box-shadow: 0 10px 25px rgba(24,163,255,0.18);
}
.brand-text {
  display: flex;
  flex-direction: column;
  line-height: 1.05;
}
.brand-mark {
  width: 44px;
  height: 44px;
  border-radius: 14px;
  display: grid;
  place-items: center;
  color: white;
  font-weight: 950;
  background: linear-gradient(135deg, var(--blue), #1145ff 60%, #061224);
  box-shadow: 0 12px 34px rgba(11, 145, 255, 0.28);
}
.brand small {
  display: block;
  color: var(--muted);
  letter-spacing: 0.22em;
  font-size: 0.68rem;
  margin-top: -4px;
}
.nav-links {
  display: flex;
  align-items: center;
  gap: 8px;
}
.nav-links a {
  padding: 12px 14px;
  color: var(--muted);
  font-weight: 800;
  border-radius: 999px;
}
.nav-links a:hover,
.nav-links a.active {
  color: white;
  background: rgba(255, 255, 255, 0.08);
}
.menu-btn { display: none; }

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 13px 20px;
  border-radius: 999px;
  border: 1px solid rgba(255, 255, 255, 0.16);
  font-weight: 900;
  letter-spacing: 0.01em;
  background: rgba(255, 255, 255, 0.08);
  color: white;
  box-shadow: 0 15px 34px rgba(0, 0, 0, 0.16);
}
.btn.primary {
  background: linear-gradient(135deg, var(--blue), #0061ff);
  border-color: rgba(255, 255, 255, 0.1);
}
.btn.dark { background: #08111e; }
.btn:hover { transform: translateY(-1px); }

.hero {
  position: relative;
  min-height: 760px;
  display: grid;
  align-items: center;
  overflow: hidden;
  border-bottom: 1px solid var(--line);
}
.hero::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image: linear-gradient(90deg, rgba(2, 8, 15, 0.9) 0%, rgba(2, 8, 15, 0.62) 45%, rgba(2, 8, 15, 0.18) 100%), var(--hero-img, url("../images/black-boat-trailer.webp"));
  background-size: cover;
  background-position: center;
  transform: scale(1.03);
}
.hero::after {
  content: "";
  position: absolute;
  inset: auto 0 0;
  height: 180px;
  background: linear-gradient(0deg, #07111d 0%, transparent 100%);
}
.hero .container { position: relative; z-index: 2; }
.hero-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(300px, 0.72fr);
  gap: 44px;
  align-items: center;
}
.kicker {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  width: fit-content;
  padding: 9px 13px;
  border: 1px solid rgba(50, 198, 255, 0.32);
  border-radius: 999px;
  color: #c8f1ff;
  background: rgba(5, 29, 48, 0.6);
  font-weight: 900;
  letter-spacing: 0.09em;
  text-transform: uppercase;
  font-size: 0.72rem;
}
.kicker::before {
  content: "";
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--blue-2);
  box-shadow: 0 0 18px var(--blue-2);
}
h1 {
  margin: 18px 0 16px;
  font-size: clamp(3rem, 7vw, 6.4rem);
  line-height: 0.92;
  letter-spacing: -0.07em;
  text-transform: uppercase;
}
h1 span {
  display: block;
  background: linear-gradient(90deg, #fff 0%, #dce9f7 50%, #69ccff 100%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}
.lead {
  max-width: 720px;
  color: var(--muted);
  font-size: clamp(1.05rem, 1.5vw, 1.28rem);
  margin: 0 0 28px;
}
.hero-actions { display: flex; flex-wrap: wrap; gap: 13px; margin-bottom: 26px; }
.quick-row {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
  max-width: 760px;
}
.quick-card {
  padding: 17px 16px;
  border: 1px solid var(--line);
  border-radius: 20px;
  background: rgba(255, 255, 255, 0.075);
  backdrop-filter: blur(14px);
}
.quick-card strong { display: block; font-size: 1.05rem; }
.quick-card span { color: var(--muted); font-size: 0.92rem; }
.logo-card {
  padding: 24px;
  border-radius: 32px;
  background: rgba(1, 7, 13, 0.72);
  border: 1px solid rgba(255, 255, 255, 0.16);
  box-shadow: var(--shadow);
}
.logo-card img {
  border-radius: 24px;
  width: 100%;
  background: black;
}
.logo-card p {
  margin: 18px 0 0;
  color: var(--muted);
  font-weight: 700;
}
.section { padding: 86px 0; }
.section.tight { padding-top: 52px; }
.section-head {
  display: flex;
  justify-content: space-between;
  gap: 28px;
  align-items: end;
  margin-bottom: 34px;
}
.eyebrow {
  color: var(--blue-2);
  font-weight: 950;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  font-size: 0.77rem;
}
h2 {
  margin: 8px 0 0;
  font-size: clamp(2.1rem, 4vw, 4rem);
  line-height: 1;
  letter-spacing: -0.055em;
}
.section-head p { max-width: 520px; color: var(--muted); margin: 0; }

.split {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(320px, 0.9fr);
  gap: 30px;
  align-items: center;
}
.photo-card {
  border-radius: var(--radius);
  overflow: hidden;
  border: 1px solid var(--line);
  background: #0a1524;
  box-shadow: var(--shadow);
  min-height: 100%;
}
.photo-card img { width: 100%; height: 100%; object-fit: cover; }
.photo-card.tall img { min-height: 540px; }
.content-card {
  padding: clamp(26px, 4vw, 48px);
  border-radius: var(--radius);
  background: linear-gradient(180deg, rgba(255,255,255,0.095), rgba(255,255,255,0.055));
  border: 1px solid var(--line);
  box-shadow: var(--shadow);
}
.content-card h3,
.service-card h3,
.process-card h3 { margin: 0 0 10px; font-size: 1.35rem; }
.content-card p { color: var(--muted); margin: 0 0 18px; }
.check-list {
  display: grid;
  gap: 12px;
  margin: 22px 0 0;
  padding: 0;
  list-style: none;
}
.check-list li {
  display: flex;
  gap: 12px;
  color: #d7e8f8;
  font-weight: 720;
}
.check-list li::before {
  content: "✓";
  flex: 0 0 27px;
  height: 27px;
  width: 27px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  background: rgba(11, 145, 255, 0.2);
  color: var(--blue-2);
  border: 1px solid rgba(50, 198, 255, 0.26);
}

.image-band {
  display: grid;
  grid-template-columns: 1.1fr 0.9fr;
  gap: 18px;
}
.band-photo {
  min-height: 420px;
  border-radius: var(--radius);
  overflow: hidden;
  border: 1px solid var(--line);
  position: relative;
  box-shadow: var(--shadow);
}
.band-photo img { width: 100%; height: 100%; object-fit: cover; }
.band-photo .caption {
  position: absolute;
  left: 18px;
  right: 18px;
  bottom: 18px;
  padding: 14px 16px;
  border-radius: 18px;
  background: rgba(2, 8, 15, 0.72);
  border: 1px solid rgba(255,255,255,0.14);
  font-weight: 850;
}

.grid-3 {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
}
.process-card,
.service-card {
  border: 1px solid var(--line);
  border-radius: 24px;
  background: rgba(255, 255, 255, 0.07);
  padding: 26px;
  box-shadow: 0 18px 48px rgba(0,0,0,0.16);
}
.process-card p,
.service-card p { color: var(--muted); margin: 0; }
.icon {
  width: 52px;
  height: 52px;
  display: grid;
  place-items: center;
  border-radius: 18px;
  margin-bottom: 18px;
  background: linear-gradient(135deg, rgba(11,145,255,0.35), rgba(255,255,255,0.06));
  border: 1px solid rgba(50,198,255,0.24);
  font-weight: 950;
  color: #b9ecff;
}

.cta {
  margin: 88px 0 0;
  padding: clamp(28px, 5vw, 54px);
  border-radius: 34px;
  border: 1px solid rgba(50, 198, 255, 0.26);
  background:
    radial-gradient(circle at right, rgba(11,145,255,0.28), transparent 28rem),
    linear-gradient(135deg, rgba(255,255,255,0.105), rgba(255,255,255,0.05));
  box-shadow: var(--shadow);
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
}
.cta h2 { margin: 0; max-width: 760px; }
.cta p { color: var(--muted); margin: 10px 0 0; max-width: 720px; }

.page-hero {
  padding: 92px 0 48px;
  border-bottom: 1px solid var(--line);
  background:
    radial-gradient(circle at top right, rgba(11, 145, 255, 0.26), transparent 28rem),
    linear-gradient(180deg, rgba(255,255,255,0.04), transparent);
}
.page-title-grid {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(340px, 0.8fr);
  gap: 34px;
  align-items: center;
}
.page-hero h1 { font-size: clamp(3rem, 6.5vw, 6.8rem); }
.page-hero p { color: var(--muted); font-size: 1.13rem; }
.service-photo-grid {
  display: grid;
  grid-template-columns: 0.9fr 1.1fr;
  gap: 18px;
  margin-top: 44px;
}
.service-photo-grid .photo-card img { min-height: 370px; }
.service-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
}
.service-card { min-height: 220px; }
.service-card ul { margin: 14px 0 0; padding-left: 19px; color: #d7e8f8; }
.service-card li { margin: 5px 0; }
.badge-row { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 20px; }
.badge {
  padding: 9px 12px;
  border: 1px solid var(--line);
  background: rgba(255,255,255,0.07);
  color: #dbeeff;
  border-radius: 999px;
  font-weight: 850;
  font-size: 0.9rem;
}

.footer {
  padding: 38px 0;
  border-top: 1px solid var(--line);
  color: var(--muted);
}
.footer-grid {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  flex-wrap: wrap;
}
.footer strong { color: white; }
.footer a { color: #dff4ff; font-weight: 850; }

@media (max-width: 920px) {
  .menu-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 46px;
    height: 46px;
    border: 1px solid var(--line);
    border-radius: 14px;
    background: rgba(255,255,255,0.08);
    color: white;
    font-size: 1.4rem;
  }
  .nav-links {
    position: absolute;
    top: 78px;
    left: 17px;
    right: 17px;
    display: none;
    flex-direction: column;
    align-items: stretch;
    padding: 12px;
    border: 1px solid var(--line);
    border-radius: 22px;
    background: rgba(5, 11, 19, 0.96);
    box-shadow: var(--shadow);
  }
  .nav-links.open { display: flex; }
  .nav-links .btn { width: 100%; }
  .hero { min-height: auto; padding: 76px 0; }
  .hero-grid,
  .split,
  .page-title-grid { grid-template-columns: 1fr; }
  .quick-row,
  .grid-3 { grid-template-columns: 1fr; }
  .image-band,
  .service-photo-grid,
  .service-grid { grid-template-columns: 1fr; }
  .section-head { display: block; }
  .section-head p { margin-top: 14px; }
  .cta { display: block; }
  .cta .btn { margin-top: 22px; }
  .photo-card.tall img { min-height: 360px; }
}

@media (max-width: 560px) {
  .container { width: min(var(--max), calc(100% - 24px)); }
  .brand { font-size: 0.86rem; gap: 9px; }
  .brand-logo { width: 44px; height: 44px; min-width: 44px; max-width: 44px; border-radius: 8px; }
  h1 { letter-spacing: -0.06em; }
  .hero-actions .btn { width: 100%; }
  .logo-card { padding: 14px; }
  .section { padding: 62px 0; }
  .content-card, .process-card, .service-card { padding: 22px; }
}
