:root {
  --bg: #070b10;
  --panel: #0e141c;
  --panel-2: #111a24;
  --line: rgba(255,255,255,0.12);
  --text: #f4f2ec;
  --muted: #b8bec8;
  --gold: #d6a23b;
  --gold-2: #f0c46b;
  --shadow: 0 24px 70px rgba(0,0,0,0.45);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  background: radial-gradient(circle at top left, #16202c 0%, var(--bg) 44%, #040609 100%);
  color: var(--text);
  font-family: Inter, Arial, sans-serif;
  line-height: 1.6;
}

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

.site-header {
  position: sticky;
  top: 0;
  z-index: 10;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 18px 7vw;
  background: rgba(5, 8, 12, 0.88);
  backdrop-filter: blur(14px);
  border-bottom: 1px solid var(--line);
}
.brand {
  font-family: "Barlow Condensed", sans-serif;
  font-weight: 800;
  letter-spacing: 0.04em;
  font-size: 1.65rem;
  color: var(--gold-2);
}
.brand span { color: #fff; }
nav { display: flex; gap: 26px; }
nav a {
  color: var(--muted);
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  font-size: 0.78rem;
}
nav a:hover { color: var(--gold-2); }

.hero {
  position: relative;
  min-height: 590px;
  display: flex;
  align-items: center;
  overflow: hidden;
  border-bottom: 1px solid var(--line);
}
.hero-bg {
  position: absolute;
  inset: 0;
  background-image: url('img/hero.jpg');
  background-size: cover;
  background-position: center 42%;
  filter: saturate(1.1) contrast(1.05);
  transform: scale(1.02);
}
.hero-overlay {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(3,6,10,0.96) 0%, rgba(3,6,10,0.82) 34%, rgba(3,6,10,0.32) 78%, rgba(3,6,10,0.75) 100%),
    linear-gradient(0deg, rgba(3,6,10,0.95) 0%, rgba(3,6,10,0.05) 55%);
}
.hero-content {
  position: relative;
  max-width: 790px;
  padding: 72px 7vw;
}
.eyebrow {
  margin: 0 0 12px;
  text-transform: uppercase;
  letter-spacing: 0.25em;
  font-weight: 700;
  color: #fff;
  font-size: 0.82rem;
}
.gold { color: var(--gold-2); }
h1, h2, h3 {
  font-family: "Barlow Condensed", sans-serif;
  line-height: 0.96;
  margin: 0;
}
h1 {
  font-size: clamp(2.8rem, 6vw, 5.4rem);
  text-transform: uppercase;
  letter-spacing: 0.025em;
  max-width: 820px;
}
h1 span { color: var(--gold-2); }
h2 { font-size: clamp(2.35rem, 4vw, 4rem); }
h3 { font-size: 1.55rem; text-transform: uppercase; letter-spacing: 0.03em; }
.hero h1::after {
  content: "";
  display: block;
  width: 92px;
  height: 4px;
  background: var(--gold);
  margin: 28px 0 0;
}
.hero-copy {
  max-width: 660px;
  color: #f4f0e8;
  font-size: 1.14rem;
  font-weight: 600;
  margin: 30px 0 0;
}
.hero-actions { display: flex; gap: 16px; flex-wrap: wrap; margin-top: 34px; }
.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 14px 22px;
  min-height: 50px;
  border-radius: 4px;
  text-transform: uppercase;
  font-weight: 800;
  letter-spacing: 0.08em;
  font-size: 0.78rem;
  border: 1px solid rgba(255,255,255,0.18);
  cursor: pointer;
}
.button.primary {
  color: #120c02;
  background: linear-gradient(135deg, var(--gold-2), var(--gold));
  border-color: transparent;
}
.button.secondary { color: #fff; background: rgba(255,255,255,0.04); border-color: var(--gold); }
.button.large { font-size: 1rem; text-transform: none; letter-spacing: 0; padding: 16px 26px; }
.button:hover { transform: translateY(-1px); box-shadow: var(--shadow); }

.section { padding: 64px 7vw; }
.centered { text-align: center; }
.about-grid {
  display: grid;
  grid-template-columns: minmax(260px, 0.9fr) minmax(300px, 1.1fr);
  gap: 46px;
  align-items: center;
  border-bottom: 1px solid var(--line);
  max-width: 1180px;
  margin-left: auto;
  margin-right: auto;
}
.portrait-card, .copy-card, .service-grid article, .credit, blockquote, .contact-form {
  background: linear-gradient(145deg, rgba(255,255,255,0.07), rgba(255,255,255,0.025));
  border: 1px solid var(--line);
  box-shadow: var(--shadow);
}
.portrait-card { overflow: hidden; border-radius: 14px; }
.portrait-card img { width: 100%; height: 520px; object-fit: cover; object-position: center 20%; filter: brightness(1.08) contrast(1.04); }
.copy-card { border-radius: 14px; padding: 36px; }
.copy-card p { color: #d9dce2; }
.badges { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 26px; }
.badges span {
  border: 1px solid rgba(214,162,59,0.45);
  color: var(--gold-2);
  padding: 8px 11px;
  border-radius: 999px;
  font-size: 0.76rem;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.06em;
}

.logo-section {
  padding-top: 28px;
  padding-bottom: 42px;
  border-bottom: 1px solid var(--line);
  overflow: hidden;
}
.logo-marquee {
  max-width: 1180px;
  margin: 22px auto 0;
  overflow: hidden;
  mask-image: linear-gradient(90deg, transparent 0%, #000 10%, #000 90%, transparent 100%);
  -webkit-mask-image: linear-gradient(90deg, transparent 0%, #000 10%, #000 90%, transparent 100%);
}
.logo-track {
  display: flex;
  width: max-content;
  gap: 18px;
  animation: logoScroll 45s linear infinite;
}
.logo-track span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 150px;
  height: 58px;
  padding: 0 20px;
  border-radius: 999px;
  border: 1px solid rgba(240,196,107,0.32);
  background: rgba(255,255,255,0.055);
  color: #fff;
  box-shadow: 0 12px 38px rgba(0,0,0,0.22);
  font-family: "Barlow Condensed", sans-serif;
  font-size: 1.18rem;
  font-weight: 800;
  letter-spacing: 0.055em;
  text-transform: uppercase;
  white-space: nowrap;
}
@keyframes logoScroll {
  from { transform: translateX(0); }
  to { transform: translateX(-50%); }
}

.services { border-bottom: 1px solid var(--line); }
.services h2, .gallery-section h2, .testimonials h2, .contact-section h2 { margin-bottom: 36px; }
.service-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 18px;
  max-width: 1180px;
  margin-left: auto;
  margin-right: auto;
}
.service-grid article { padding: 28px; border-radius: 12px; }
.service-grid p { color: var(--muted); margin-bottom: 0; }
.service-grid article::before {
  content: "";
  display: block;
  width: 42px;
  height: 3px;
  background: var(--gold);
  margin-bottom: 20px;
}

.gallery-section { border-bottom: 1px solid var(--line); }
.gallery {
  max-width: 1180px;
  margin-left: auto;
  margin-right: auto;
}
.six-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
}
.gallery img {
  width: 100%;
  aspect-ratio: 16 / 10;
  height: auto;
  object-fit: cover;
  border-radius: 10px;
  border: 1px solid var(--line);
  box-shadow: 0 14px 45px rgba(0,0,0,0.28);
  background: #111;
}
.gallery .boat-photo {
  object-fit: contain;
  object-position: center center;
  background: #05080c;
}

.stats-band {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1px;
  background: var(--line);
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}
.stats-band div {
  background: rgba(7, 11, 16, 0.82);
  padding: 30px 7vw;
  text-align: center;
}
.stats-band strong {
  display: block;
  color: var(--gold-2);
  font-family: "Barlow Condensed", sans-serif;
  font-size: clamp(2.4rem, 4vw, 3.5rem);
  line-height: 0.9;
  text-transform: uppercase;
}
.stats-band span { color: var(--muted); font-weight: 800; text-transform: uppercase; letter-spacing: 0.08em; font-size: 0.8rem; }

.credits-section { border-bottom: 1px solid var(--line); }
.credits-heading { max-width: 1180px; margin: 0 auto 34px; }
.profile-links { display: flex; justify-content: center; gap: 28px; flex-wrap: wrap; margin-top: 24px; }
.text-link { color: var(--gold-2); font-weight: 800; text-decoration: underline; text-transform: uppercase; letter-spacing: 0.06em; font-size: 0.8rem; }
.credits-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 14px; max-width: 1180px; margin: 0 auto; }
.credit { border-radius: 10px; padding: 18px; }
.credit strong { display: block; color: #fff; }
.credit span { display: block; color: var(--muted); margin-top: 4px; }

.testimonials { border-bottom: 1px solid var(--line); }
.quote-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; max-width: 1180px; margin: 0 auto; }
blockquote {
  margin: 0;
  padding: 28px;
  border-radius: 12px;
  color: #d9dce2;
  font-size: 1.02rem;
}
blockquote::before { content: "\201C"; display: block; color: var(--gold-2); font-size: 4rem; line-height: 0.6; font-family: Georgia, serif; }

.contact-section { text-align: center; }
.contact-copy { color: var(--muted); max-width: 720px; margin: 0 auto 28px; }
.contact-form {
  max-width: 860px;
  margin: 0 auto;
  padding: 28px;
  border-radius: 14px;
  text-align: left;
}
.form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }
label { display: block; margin-bottom: 16px; }
label span { display: block; color: var(--gold-2); font-weight: 800; text-transform: uppercase; letter-spacing: 0.08em; font-size: 0.74rem; margin-bottom: 8px; }
input, textarea {
  width: 100%;
  border: 1px solid rgba(255,255,255,0.16);
  background: rgba(255,255,255,0.07);
  color: var(--text);
  border-radius: 8px;
  padding: 14px 14px;
  font: inherit;
}
input:focus, textarea:focus { outline: 2px solid rgba(240,196,107,0.35); border-color: var(--gold-2); }
textarea { resize: vertical; }
.contact-form .button { width: 100%; margin-top: 6px; border: 0; }
footer { padding: 28px 7vw; text-align: center; color: var(--muted); border-top: 1px solid var(--line); }

@media (max-width: 980px) {
  .site-header { position: relative; align-items: flex-start; gap: 16px; flex-direction: column; }
  nav { gap: 14px; flex-wrap: wrap; }
  .hero { min-height: 540px; }
  .about-grid, .service-grid, .quote-grid, .credits-grid { grid-template-columns: 1fr; }
  .portrait-card img { height: 420px; }
  .six-grid { grid-template-columns: 1fr 1fr; }
  .stats-band { grid-template-columns: 1fr; }
}

@media (max-width: 620px) {
  .logo-track { animation-duration: 60s; }
  .logo-track span { min-width: 130px; height: 50px; font-size: 1rem; }
  h1 { font-size: clamp(2.35rem, 12vw, 4rem); }
  .hero { min-height: 520px; }
  .hero-content { padding: 56px 6vw; }
  .section { padding: 46px 6vw; }
  .site-header { padding: 16px 6vw; }
  nav a { font-size: 0.72rem; }
  .button { width: 100%; }
  .six-grid, .form-row { grid-template-columns: 1fr; }
  .gallery img { aspect-ratio: 4 / 3; }
  .gallery .boat-photo { aspect-ratio: 4 / 5; }
  .portrait-card img { height: 360px; }
  .copy-card, .contact-form { padding: 24px; }
}

.gallery img[src$="airplane.jpg"] { object-position: center center; }
.gallery img[src$="chair-location.jpg"] { object-position: center center; }
