*,
*::before,
*::after {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

html, body {
  height: 100%;
}

body {
  font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  background: radial-gradient(circle at top left, #131820, #050608 55%, #020309 100%);
  color: #f5f5f5;
  line-height: 1.6;
}

a {
  color: inherit;
}

/* Layout helpers */

.page-wrap {
  min-height: 100vh;
  display: flex;
  flex-direction: column;
}

main {
  flex: 1;
}

.container {
  width: 100%;
  max-width: 1120px;
  margin: 0 auto;
  padding: 0 1.5rem;
}

/* Header */

.site-header {
  position: sticky;
  top: 0;
  z-index: 20;
  background: rgba(5, 6, 8, 0.95);
  border-bottom: 1px solid rgba(255, 255, 255, 0.05);
  backdrop-filter: blur(12px);
}

.header-inner {
  height: 64px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.brand-name {
  font-weight: 600;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  font-size: 0.9rem;
}

.brand-tagline {
  display: block;
  font-size: 0.78rem;
  opacity: 0.7;
}

.nav a {
  margin-left: 1.5rem;
  font-size: 0.88rem;
  text-decoration: none;
  opacity: 0.85;
}

.nav a:hover {
  opacity: 1;
}

/* Hero card */

.hero-card {
  margin-top: 1.75rem;
  padding-bottom: 3rem;
}

.hero-image img {
  width: 100%;
  max-height: 340px;
  object-fit: cover;
  border-radius: 18px 18px 0 0;
  display: block;
}

/* Main hero block */

.hero-main {
  margin-top: -80px;
  position: relative;
}

.hero-title-block {
  background: transparent;
  border-radius: 0;
  padding: 1.2rem 0 0.6rem;
  box-shadow: none;
}

.logo-block {
  display: inline-flex;
  padding: 0.4rem 1.1rem;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.09);
  margin-bottom: 0.9rem;
}

.logo-text {
  font-weight: 600;
  letter-spacing: 0.16em;
  font-size: 0.76rem;
  text-transform: uppercase;
}

.hero-strapline {
  font-size: 0.96rem;
  opacity: 0.96;
}

/* Hero actions */

.hero-actions {
  display: flex;
  gap: 0.75rem;
  margin: 0.75rem auto 0;
  padding: 0.9rem 1.6rem 0;
  max-width: 1120px;
}

.pill-button {
  appearance: none;
  border: none;
  padding: 0.5rem 1.2rem;
  border-radius: 999px;
  font-size: 0.85rem;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  background: #1a1f27;
  color: #f5f5f5;
  cursor: pointer;
  border: 1px solid rgba(255, 255, 255, 0.18);
}

.pill-button:hover {
  border-color: #1db954;
  background: #141921;
}

/* Content card */

.content-card {
  background: #070a10;
  border-radius: 0 0 18px 18px;
  margin-top: 0.25rem;
  padding: 2rem 1.6rem 1.8rem;
  box-shadow: 0 26px 60px rgba(0, 0, 0, 0.8);
  display: grid;
  grid-template-columns: minmax(0, 2.1fr) minmax(0, 1.2fr);
  gap: 2rem;
}

.experience-badge {
  display: inline-flex;
  padding: 0.25rem 0.75rem;
  border-radius: 999px;
  background: #12351d;
  border: 1px solid rgba(96, 214, 133, 0.6);
  margin-bottom: 0.9rem;
}

.experience-badge span {
  font-size: 0.78rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: #7cf29d;
}

.content-left h1 {
  font-size: 1.6rem;
  margin-bottom: 0.4rem;
}

.lede {
  font-size: 0.98rem;
  opacity: 0.94;
  margin-bottom: 0.6rem;
}

.content-left p {
  font-size: 0.92rem;
  opacity: 0.9;
  margin-bottom: 0.75rem;
}

.tag-row {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
  margin: 0.75rem 0 1.2rem;
}

.tag {
  padding: 0.35rem 0.9rem;
  border-radius: 999px;
  background: #11151e;
  font-size: 0.8rem;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  border: 1px solid rgba(255, 255, 255, 0.16);
}

.content-left h2 {
  font-size: 1.2rem;
  margin: 0.8rem 0 0.4rem;
}

.service-list {
  list-style: none;
  margin-bottom: 1.2rem;
}

.service-list li {
  position: relative;
  padding-left: 1.1rem;
  font-size: 0.9rem;
  opacity: 0.9;
  margin-bottom: 0.4rem;
}

.service-list li::before {
  content: "•";
  position: absolute;
  left: 0;
  color: #1db954;
}

/* Manufacturer tags */

.manufacturer-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 0.4rem;
  margin-top: 0.4rem;
}

.manufacturer-tags span {
  padding: 0.22rem 0.6rem;
  border-radius: 999px;
  border: 1px solid rgba(255, 255, 255, 0.18);
  font-size: 0.76rem;
  opacity: 0.85;
}

/* Right column */

.content-right h2 {
  font-size: 1.2rem;
  margin-bottom: 0.4rem;
}

.content-right p {
  font-size: 0.9rem;
  opacity: 0.9;
  margin-bottom: 0.7rem;
}

.contact-block {
  margin-bottom: 0.9rem;
}

.contact-block h3 {
  font-size: 0.9rem;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  opacity: 0.8;
  margin-bottom: 0.2rem;
}

.contact-block a {
  color: #3fe073;
  text-decoration: none;
}

.contact-block a:hover {
  text-decoration: underline;
}

/* Footer */

.site-footer {
  padding: 1.6rem 0 2rem;
  color: rgba(255, 255, 255, 0.65);
  font-size: 0.8rem;
}

.footer-inner {
  text-align: center;
}

/* Responsive */

@media (max-width: 860px) {
  .content-card {
    grid-template-columns: minmax(0, 1fr);
  }

  .hero-main {
    margin-top: -60px;
  }
}

@media (max-width: 640px) {
  .nav {
    display: none;
  }

  .hero-title-block {
    padding: 1.4rem 1.2rem 1.1rem;
  }

  .hero-actions {
    padding-inline: 1.2rem;
  }

  .content-card {
    padding: 1.5rem 1.2rem 1.6rem;
  }
}


/* Gallery */

.gallery-grid {
  margin-top: 1.1rem;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(140px, 1fr));
  gap: 0.75rem;
}

.gallery-item img {
  width: 100%;
  display: block;
  border-radius: 10px;
  object-fit: cover;
  max-height: 180px;
}
