﻿:root {
  --ink: #071421;
  --ink-soft: #122235;
  --gold: #f2a300;
  --gold-dark: #c98200;
  --green: #16a34a;
  --green-dark: #11823b;
  --paper: #fbfaf7;
  --cloud: #eef1f4;
  --muted: #5d6875;
  --white: #ffffff;
  --shadow: 0 20px 50px rgba(7, 20, 33, 0.14);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  color: var(--ink);
  background: var(--paper);
  font-family: Arial, Helvetica, sans-serif;
  line-height: 1.6;
}

img {
  display: block;
  max-width: 100%;
}

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

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 20;
  background: rgba(7, 20, 33, 0.96);
  border-bottom: 3px solid var(--gold);
  box-shadow: 0 10px 24px rgba(7, 20, 33, 0.18);
  backdrop-filter: blur(10px);
}

.nav {
  width: min(1180px, calc(100% - 32px));
  margin: 0 auto;
  min-height: 82px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
}

.brand {
  display: flex;
  align-items: center;
  gap: 14px;
  min-width: 0;
}

.brand-logo {
  width: 58px;
  height: 58px;
  border-radius: 50%;
  object-fit: cover;
  background: var(--white);
  border: 2px solid rgba(242, 163, 0, 0.85);
}

.brand-text {
  color: var(--white);
  font-size: clamp(1.1rem, 2vw, 1.55rem);
  font-weight: 800;
  letter-spacing: 0;
  line-height: 1.1;
  white-space: nowrap;
}

.brand-text span {
  color: var(--gold);
  font-weight: 700;
}

.nav-actions {
  display: flex;
  align-items: center;
  gap: 10px;
}

.nav-link {
  color: rgba(255, 255, 255, 0.82);
  font-size: 0.95rem;
  font-weight: 700;
  padding: 10px 8px;
}

.nav-link:hover {
  color: var(--white);
}

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 46px;
  padding: 12px 18px;
  border-radius: 7px;
  font-weight: 800;
  line-height: 1;
  transition: transform 160ms ease, background 160ms ease, box-shadow 160ms ease;
}

.button:hover {
  transform: translateY(-1px);
}

.button-primary {
  color: var(--white);
  background: var(--green);
  box-shadow: 0 12px 26px rgba(22, 163, 74, 0.25);
}

.button-primary:hover {
  background: var(--green-dark);
}

.button-secondary {
  color: var(--ink);
  background: var(--gold);
  box-shadow: 0 12px 26px rgba(242, 163, 0, 0.26);
}

.button-secondary:hover {
  background: #ffb51c;
}

.hero {
  background:
    linear-gradient(180deg, rgba(7, 20, 33, 0.05), rgba(7, 20, 33, 0)),
    var(--cloud);
}

.hero-media {
  width: 100%;
  background: var(--white);
  overflow: hidden;
}

.hero-media img {
  width: 100%;
  height: auto;
}

.hero-panel {
  width: min(1120px, calc(100% - 32px));
  margin: -8px auto 0;
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: 1.2fr auto;
  align-items: center;
  gap: 24px;
  padding: 24px;
  background: var(--ink);
  color: var(--white);
  border-top: 4px solid var(--gold);
  border-radius: 8px;
  box-shadow: var(--shadow);
}

.hero-kicker {
  margin: 0 0 8px;
  color: var(--gold);
  font-size: 0.86rem;
  font-weight: 900;
  text-transform: uppercase;
}

.hero-panel h2 {
  margin: 0;
  max-width: 720px;
  font-size: clamp(1.7rem, 4vw, 3rem);
  line-height: 1.05;
  letter-spacing: 0;
}

.hero-panel p {
  margin: 10px 0 0;
  max-width: 760px;
  color: rgba(255, 255, 255, 0.78);
  font-size: clamp(1rem, 1.8vw, 1.15rem);
}

.hero-buttons {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 12px;
}

.trust-strip {
  width: min(1120px, calc(100% - 32px));
  margin: 26px auto 0;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1px;
  overflow: hidden;
  border-radius: 8px;
  background: rgba(7, 20, 33, 0.12);
  box-shadow: 0 10px 28px rgba(7, 20, 33, 0.08);
}

.trust-item {
  min-height: 92px;
  padding: 18px;
  background: var(--white);
  border-top: 3px solid var(--gold);
}

.trust-item strong {
  display: block;
  margin-bottom: 3px;
  color: var(--ink);
  font-size: 1rem;
}

.trust-item span {
  color: var(--muted);
  font-size: 0.93rem;
}

.section {
  width: min(1180px, calc(100% - 32px));
  margin: 0 auto;
  padding: 72px 0;
}

.section-heading {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 24px;
  margin-bottom: 28px;
}

.eyebrow {
  margin: 0 0 8px;
  color: var(--gold-dark);
  font-size: 0.82rem;
  font-weight: 900;
  text-transform: uppercase;
}

.section-heading h2 {
  margin: 0;
  font-size: clamp(2rem, 4vw, 3.1rem);
  line-height: 1.08;
  letter-spacing: 0;
}

.section-heading p {
  max-width: 470px;
  margin: 0;
  color: var(--muted);
  font-size: 1.03rem;
}

.services-grid {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 18px;
}

.service-card {
  min-width: 0;
  overflow: hidden;
  border-radius: 8px;
  background: var(--white);
  border: 1px solid rgba(7, 20, 33, 0.1);
  box-shadow: 0 14px 34px rgba(7, 20, 33, 0.08);
  transition: transform 160ms ease, box-shadow 160ms ease, border-color 160ms ease;
}

.service-card:hover {
  transform: translateY(-4px);
  border-color: rgba(242, 163, 0, 0.6);
  box-shadow: 0 20px 42px rgba(7, 20, 33, 0.14);
}

.service-card img {
  width: 100%;
  aspect-ratio: 1 / 0.9;
  object-fit: cover;
  background: var(--cloud);
}

.service-card h3 {
  min-height: 58px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0;
  padding: 12px 10px;
  color: var(--white);
  background: var(--ink);
  border-top: 3px solid var(--gold);
  font-size: 0.96rem;
  line-height: 1.2;
  text-align: center;
}

.videos-section {
  padding-top: 0;
}

.video-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(220px, 300px));
  justify-content: center;
  align-items: start;
  gap: 22px;
}

.video-card {
  overflow: hidden;
  border-radius: 8px;
  background: var(--white);
  border: 1px solid rgba(7, 20, 33, 0.1);
  box-shadow: 0 18px 42px rgba(7, 20, 33, 0.1);
}

.video-card video {
  width: 100%;
  aspect-ratio: 9 / 16;
  display: block;
  object-fit: cover;
  background: var(--ink);
}

.video-caption {
  padding: 18px 20px 20px;
  border-top: 4px solid var(--gold);
}

.video-caption h3 {
  margin: 0 0 6px;
  font-size: 1.2rem;
  line-height: 1.2;
}

.video-caption p {
  margin: 0;
  color: var(--muted);
}

.about-band {
  background:
    linear-gradient(135deg, rgba(7, 20, 33, 0.94), rgba(18, 34, 53, 0.94)),
    var(--ink);
  color: var(--white);
  border-top: 4px solid var(--gold);
  border-bottom: 4px solid var(--gold);
}

.about-content {
  width: min(1120px, calc(100% - 32px));
  margin: 0 auto;
  padding: 64px 0;
  display: grid;
  grid-template-columns: 1.1fr 0.9fr;
  gap: 42px;
  align-items: center;
}

.about-content h2 {
  margin: 0 0 14px;
  font-size: clamp(2rem, 4vw, 3rem);
  line-height: 1.08;
}

.about-content p {
  margin: 0;
  color: rgba(255, 255, 255, 0.78);
  font-size: 1.08rem;
}

.about-list {
  display: grid;
  gap: 12px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.about-list li {
  padding: 15px 16px;
  background: rgba(255, 255, 255, 0.08);
  border-left: 4px solid var(--gold);
  border-radius: 6px;
  font-weight: 800;
}

.contact {
  padding: 72px 0;
  background:
    linear-gradient(180deg, rgba(242, 163, 0, 0.11), rgba(242, 163, 0, 0)),
    var(--paper);
}

.contact-card {
  width: min(980px, calc(100% - 32px));
  margin: 0 auto;
  padding: 36px;
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 28px;
  align-items: center;
  background: var(--white);
  border-radius: 8px;
  border: 1px solid rgba(7, 20, 33, 0.1);
  box-shadow: var(--shadow);
}

.contact-card h2 {
  margin: 0 0 10px;
  font-size: clamp(1.8rem, 4vw, 2.8rem);
  line-height: 1.1;
}

.contact-card p {
  margin: 4px 0;
  color: var(--muted);
  font-size: 1.05rem;
}

.contact-actions {
  display: flex;
  flex-direction: column;
  gap: 12px;
  min-width: 210px;
}

.site-footer {
  padding: 24px 16px;
  color: rgba(255, 255, 255, 0.75);
  background: var(--ink);
  text-align: center;
  font-size: 0.95rem;
}

@media (max-width: 1050px) {
  .services-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .video-grid {
    grid-template-columns: minmax(220px, 320px);
    justify-content: center;
  }

  .trust-strip {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 760px) {
  .nav {
    min-height: 74px;
  }

  .brand-logo {
    width: 50px;
    height: 50px;
  }

  .brand-text {
    white-space: normal;
  }

  .nav-link {
    display: none;
  }

  .button {
    min-height: 42px;
    padding: 11px 14px;
    font-size: 0.92rem;
  }

  .hero-media {
    background: var(--white);
  }

  .hero-media img {
    width: 180%;
    max-width: none;
    transform: translateX(-22%);
  }

  .hero-panel,
  .about-content,
  .contact-card {
    grid-template-columns: 1fr;
  }

  .hero-panel {
    padding: 22px 18px;
  }

  .hero-buttons {
    justify-content: stretch;
  }

  .hero-buttons .button,
  .contact-actions .button {
    width: 100%;
  }

  .section {
    padding: 56px 0;
  }

  .section-heading {
    display: block;
  }

  .section-heading p {
    margin-top: 12px;
  }

  .services-grid,
  .trust-strip {
    grid-template-columns: 1fr;
  }

  .service-card img {
    aspect-ratio: 1 / 0.82;
  }

  .about-content {
    padding: 54px 0;
  }

  .contact-card {
    padding: 26px 20px;
  }
}
