* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  font-family: Arial, Helvetica, sans-serif;
  background: #070707;
  color: #f5f5f5;
  line-height: 1.6;
}

a {
  color: inherit;
  text-decoration: none;
}

.container {
  width: min(1120px, calc(100% - 32px));
  margin: 0 auto;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 100;
  background: rgba(5, 5, 5, 0.9);
  backdrop-filter: blur(12px);
  border-bottom: 1px solid rgba(212, 175, 55, 0.25);
}

.nav {
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 82px;
}

.brand img {
  height: 64px;
  width: auto;
  display: block;
}

nav {
  display: flex;
  gap: 26px;
  font-size: 0.95rem;
  letter-spacing: 0.03em;
}

nav a {
  color: #e8e8e8;
}

nav a:hover {
  color: #d4af37;
}

.menu-btn {
  display: none;
  background: none;
  border: 1px solid rgba(212, 175, 55, 0.5);
  color: #fff;
  font-size: 1.5rem;
  padding: 6px 12px;
  border-radius: 8px;
}

.hero {
  position: relative;
  min-height: 680px;
  display: flex;
  align-items: center;
  background:
    radial-gradient(circle at 80% 20%, rgba(212, 175, 55, 0.18), transparent 34%),
    linear-gradient(135deg, rgba(0,0,0,0.85), rgba(0,0,0,0.55)),
    url("assets/solstrand-drift-logo.png") center right 8% / 520px auto no-repeat;
}

.hero-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, #070707 0%, rgba(7,7,7,0.86) 45%, rgba(7,7,7,0.45) 100%);
}

.hero-content {
  position: relative;
  max-width: 720px;
  padding: 88px 0;
}

.eyebrow,
.section-label {
  color: #d4af37;
  text-transform: uppercase;
  letter-spacing: 0.17em;
  font-size: 0.78rem;
  font-weight: 700;
}

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

h1 {
  font-size: clamp(2.8rem, 7vw, 5.8rem);
  line-height: 0.98;
  margin-bottom: 26px;
}

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

h3 {
  font-size: 1.25rem;
  margin-bottom: 10px;
}

.lead {
  font-size: 1.24rem;
  color: #dedede;
  max-width: 650px;
}

.hero-actions {
  display: flex;
  gap: 16px;
  flex-wrap: wrap;
  margin-top: 34px;
}

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 0 22px;
  border-radius: 999px;
  font-weight: 700;
  border: 1px solid transparent;
}

.btn.primary {
  background: #d4af37;
  color: #080808;
}

.btn.secondary {
  border-color: rgba(255,255,255,0.35);
  color: #fff;
}

.intro,
.services,
.about,
.contracts,
.contact {
  padding: 88px 0;
}

.intro {
  background: #101010;
}

.intro-grid,
.split,
.contact-grid {
  display: grid;
  grid-template-columns: 1.35fr 0.85fr;
  gap: 48px;
  align-items: center;
}

.highlight-card,
.contract-box,
.contact-form,
.values {
  background: linear-gradient(145deg, rgba(255,255,255,0.08), rgba(255,255,255,0.035));
  border: 1px solid rgba(212, 175, 55, 0.22);
  border-radius: 24px;
  padding: 32px;
  box-shadow: 0 20px 60px rgba(0,0,0,0.25);
}

.highlight-card span {
  display: block;
  color: #d4af37;
  font-size: 0.85rem;
  text-transform: uppercase;
  letter-spacing: 0.14em;
  margin-bottom: 10px;
}

.highlight-card strong {
  display: block;
  font-size: 1.9rem;
  line-height: 1.1;
  margin-bottom: 12px;
}

.services {
  background: #070707;
}

.cards {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 22px;
  margin-top: 34px;
}

.card {
  background: #111;
  border: 1px solid rgba(255,255,255,0.09);
  border-radius: 22px;
  padding: 28px;
  min-height: 230px;
}

.card:hover {
  border-color: rgba(212, 175, 55, 0.55);
  transform: translateY(-4px);
  transition: 0.2s ease;
}

.icon {
  font-size: 2.2rem;
  margin-bottom: 18px;
}

.card p,
.about p,
.intro p,
.contract-box p,
.contact p,
.values span {
  color: #cccccc;
}

.about {
  background: #101010;
}

.values {
  display: grid;
  gap: 18px;
}

.values div {
  display: grid;
  gap: 4px;
  border-bottom: 1px solid rgba(255,255,255,0.08);
  padding-bottom: 16px;
}

.values div:last-child {
  border-bottom: 0;
  padding-bottom: 0;
}

.values strong {
  color: #d4af37;
}

.contracts {
  background:
    linear-gradient(rgba(0,0,0,0.78), rgba(0,0,0,0.78)),
    radial-gradient(circle at center, rgba(212,175,55,0.22), transparent 42%);
}

.contract-box {
  max-width: 820px;
  margin: 0 auto;
  text-align: center;
}

.contact {
  background: #070707;
}

.contact-info {
  margin-top: 28px;
}

.contact-form {
  display: grid;
  gap: 16px;
}

label {
  display: grid;
  gap: 7px;
  color: #eaeaea;
  font-weight: 700;
}

input,
textarea {
  width: 100%;
  border: 1px solid rgba(255,255,255,0.14);
  background: #0b0b0b;
  color: #fff;
  border-radius: 12px;
  padding: 13px 14px;
  font: inherit;
}

input:focus,
textarea:focus {
  outline: 2px solid rgba(212, 175, 55, 0.45);
  border-color: #d4af37;
}

.footer {
  border-top: 1px solid rgba(212, 175, 55, 0.22);
  background: #050505;
  padding: 26px 0;
  color: #bdbdbd;
}

.footer-inner {
  display: flex;
  justify-content: space-between;
  gap: 16px;
}

.footer p {
  margin: 0;
}

@media (max-width: 850px) {
  .menu-btn {
    display: block;
  }

  nav {
    position: absolute;
    left: 16px;
    right: 16px;
    top: 82px;
    display: none;
    flex-direction: column;
    background: #080808;
    border: 1px solid rgba(212, 175, 55, 0.3);
    border-radius: 18px;
    padding: 18px;
  }

  nav.open {
    display: flex;
  }

  .brand img {
    height: 54px;
  }

  .hero {
    min-height: 620px;
    background:
      linear-gradient(135deg, rgba(0,0,0,0.9), rgba(0,0,0,0.7)),
      url("assets/solstrand-drift-logo.png") center 80px / 360px auto no-repeat;
  }

  .hero-content {
    padding-top: 250px;
  }

  .intro-grid,
  .split,
  .contact-grid {
    grid-template-columns: 1fr;
  }

  .cards {
    grid-template-columns: 1fr;
  }

  .footer-inner {
    flex-direction: column;
  }
}
