:root {
  --dark: #171821;
  --navy: #071421;
  --navy-2: #082037;
  --white: #ffffff;
  --cream: #f7f3eb;
  --ink: #071126;
  --body: #24314a;
  --muted: #d6dde8;
  --teal: #13887d;
  --gold: #c7a45c;
  --line: rgba(19, 136, 125, 0.72);
  --max: 1480px;
}

* {
  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: var(--white);
  color: var(--ink);
}

a {
  color: inherit;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 50;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  padding: 18px clamp(28px, 5vw, 80px);
  background: rgba(255, 255, 255, 0.94);
  border-bottom: 1px solid rgba(7, 17, 38, 0.08);
  backdrop-filter: blur(14px);
}

.brand-small img {
  width: 155px;
  height: auto;
  display: block;
}

.nav {
  display: flex;
  gap: clamp(14px, 2vw, 30px);
  flex-wrap: wrap;
  font-size: 0.82rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.nav a {
  text-decoration: none;
  color: var(--ink);
}

.nav a:hover {
  color: var(--teal);
}

.hero-split {
  min-height: 760px;
  display: grid;
  grid-template-columns: 1fr 1fr;
}

.hero-dark {
  min-height: 760px;
  background: var(--dark);
  display: flex;
  align-items: center;
  justify-content: center;
  padding: clamp(48px, 6vw, 100px);
}

.hero-logo {
  width: min(440px, 72%);
  height: auto;
  display: block;
}

.hero-light {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: clamp(52px, 6vw, 110px);
  background: var(--white);
}

.kicker {
  color: var(--teal);
  font-size: 1rem;
  font-weight: 800;
  margin: 0 0 22px;
}

.kicker.light {
  color: var(--cream);
  letter-spacing: 0.22em;
  text-transform: uppercase;
}

.hero-light h1 {
  max-width: 760px;
  margin: 0;
  font-size: clamp(2.35rem, 4.2vw, 5.1rem);
  line-height: 1.18;
  letter-spacing: -0.055em;
  color: var(--ink);
}

.hero-light p {
  max-width: 760px;
  margin: 32px 0 0;
  font-size: clamp(1.05rem, 1.55vw, 1.42rem);
  line-height: 1.6;
  color: var(--body);
}

.about-band {
  display: grid;
  grid-template-columns: 0.95fr 1.05fr;
  gap: clamp(40px, 7vw, 110px);
  background: var(--navy);
  color: var(--cream);
  padding: clamp(54px, 6vw, 90px) clamp(34px, 6vw, 86px);
  border-top: 1px solid rgba(199, 164, 92, 0.35);
  border-bottom: 1px solid rgba(199, 164, 92, 0.35);
}

.about-title h2 {
  margin: 0;
  max-width: 610px;
  color: var(--cream);
  font-size: clamp(3rem, 5.4vw, 6.8rem);
  line-height: 0.99;
  letter-spacing: -0.07em;
}

.about-copy {
  align-self: start;
  max-width: 820px;
}

.about-copy p {
  margin: 0 0 30px;
  font-size: clamp(1.15rem, 1.7vw, 1.65rem);
  line-height: 1.7;
  color: var(--muted);
}

.what-we-do {
  padding: clamp(64px, 7vw, 115px) clamp(34px, 6vw, 86px) clamp(70px, 8vw, 130px);
  background: var(--white);
}

.what-header {
  max-width: var(--max);
  margin: 0 auto clamp(68px, 8vw, 110px);
  padding-bottom: 28px;
  border-bottom: 1px solid var(--line);
}

.what-header h2 {
  margin: 0;
  font-size: clamp(3.1rem, 6vw, 7rem);
  line-height: 0.95;
  letter-spacing: -0.07em;
  color: var(--ink);
}

.what-grid {
  max-width: var(--max);
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: clamp(30px, 4vw, 72px);
}

.what-card {
  min-width: 0;
}

.number {
  display: block;
  margin-bottom: 32px;
  color: var(--teal);
  font-weight: 900;
  letter-spacing: 0.08em;
  font-size: 1rem;
}

.what-card h3 {
  margin: 0 0 26px;
  color: var(--ink);
  font-size: clamp(1.85rem, 2.6vw, 3.4rem);
  line-height: 1.18;
  letter-spacing: -0.045em;
}

.what-card p,
.what-card li {
  color: var(--body);
  font-size: 1.06rem;
  line-height: 1.62;
}

.what-card ul {
  margin: 22px 0 0;
  padding: 0;
  list-style: none;
}

.what-card li {
  position: relative;
  padding-left: 18px;
  margin-bottom: 9px;
}

.what-card li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.72em;
  width: 6px;
  height: 6px;
  border-radius: 999px;
  background: var(--teal);
}

.bahrain-section {
  display: grid;
  grid-template-columns: 0.95fr 1.05fr;
  gap: clamp(40px, 7vw, 110px);
  background: var(--navy);
  color: var(--cream);
  padding: clamp(54px, 6vw, 90px) clamp(34px, 6vw, 86px);
}

.bahrain-section h2 {
  margin: 0;
  max-width: 620px;
  font-size: clamp(3rem, 5vw, 6rem);
  line-height: 0.99;
  letter-spacing: -0.07em;
}

.bahrain-section p {
  margin: 0;
  max-width: 820px;
  color: var(--muted);
  font-size: clamp(1.15rem, 1.7vw, 1.6rem);
  line-height: 1.7;
}

.contact-section {
  padding: clamp(70px, 9vw, 140px) clamp(34px, 6vw, 86px);
  background: var(--white);
}

.contact-section h2 {
  max-width: 900px;
  margin: 0;
  font-size: clamp(3rem, 6vw, 7rem);
  line-height: 0.95;
  letter-spacing: -0.07em;
}

.contact-section p {
  max-width: 760px;
  color: var(--body);
  font-size: clamp(1.1rem, 1.7vw, 1.45rem);
  line-height: 1.65;
}

.contact-section a {
  display: inline-block;
  margin-top: 16px;
  color: var(--teal);
  font-size: clamp(1.5rem, 3vw, 3rem);
  font-weight: 900;
  text-decoration: none;
  letter-spacing: -0.04em;
}

footer {
  padding: 28px clamp(28px, 5vw, 80px);
  background: var(--dark);
  color: var(--cream);
  display: flex;
  justify-content: space-between;
  gap: 20px;
  flex-wrap: wrap;
  font-size: 0.94rem;
}

footer a {
  color: var(--gold);
  text-decoration: none;
}

@media (max-width: 1100px) {
  .what-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .hero-split,
  .about-band,
  .bahrain-section {
    grid-template-columns: 1fr;
  }

  .hero-dark {
    min-height: 420px;
  }

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

@media (max-width: 720px) {
  .site-header {
    position: static;
    align-items: flex-start;
    flex-direction: column;
  }

  .brand-small img {
    width: 138px;
  }

  .nav {
    gap: 13px;
    font-size: 0.74rem;
  }

  .hero-dark {
    min-height: 330px;
  }

  .hero-logo {
    width: min(330px, 86%);
  }

  .hero-light {
    padding: 42px 26px 56px;
  }

  .about-band,
  .bahrain-section,
  .what-we-do,
  .contact-section {
    padding-left: 26px;
    padding-right: 26px;
  }

  .what-grid {
    grid-template-columns: 1fr;
    gap: 54px;
  }

  .number {
    margin-bottom: 18px;
  }
}
