:root {
  color-scheme: dark;
  --bg: #080a0d;
  --panel: #111820;
  --panel-soft: #16202a;
  --text: #f6f8fb;
  --muted: #a8b3c2;
  --line: rgba(255, 255, 255, 0.14);
  --accent: #30e0a1;
  --accent-2: #37a7ff;
  --hot: #ff4d6d;
  --shadow: 0 24px 70px rgba(0, 0, 0, 0.46);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  background:
    radial-gradient(circle at 10% 20%, rgba(48, 224, 161, 0.12), transparent 26rem),
    radial-gradient(circle at 90% 0%, rgba(55, 167, 255, 0.16), transparent 28rem),
    var(--bg);
  color: var(--text);
  font-family: "Noto Sans Georgian", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  letter-spacing: 0;
}

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

img,
svg {
  display: block;
}

.site-header {
  position: fixed;
  inset: 0 0 auto;
  z-index: 20;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  height: 78px;
  padding: 0 clamp(1rem, 4vw, 3.5rem);
  background: rgba(8, 10, 13, 0.52);
  border-bottom: 1px solid transparent;
  backdrop-filter: blur(20px);
  transition: background 180ms ease, border-color 180ms ease;
}

.site-header.is-scrolled {
  background: rgba(8, 10, 13, 0.88);
  border-bottom-color: var(--line);
}

.brand,
.header-actions,
.desktop-nav {
  display: flex;
  align-items: center;
}

.brand {
  gap: 0.72rem;
  min-width: 0;
}

.brand-mark {
  display: grid;
  place-items: center;
  width: 48px;
  height: 48px;
  color: #07100d;
  font-weight: 900;
  background: linear-gradient(135deg, var(--accent), #d6ff69);
  border: 1px solid rgba(255, 255, 255, 0.48);
  border-radius: 8px;
  box-shadow: 0 0 34px rgba(48, 224, 161, 0.22);
}

.brand-copy {
  display: grid;
  line-height: 1.05;
}

.brand-copy strong {
  font-size: 1rem;
}

.brand-copy small {
  color: var(--muted);
  font-size: 0.72rem;
}

.desktop-nav {
  gap: clamp(1rem, 3vw, 2.4rem);
  color: rgba(246, 248, 251, 0.78);
  font-size: 0.92rem;
  font-weight: 600;
}

.desktop-nav a {
  transition: color 160ms ease;
}

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

.header-actions {
  gap: 0.6rem;
}

.icon-button,
.menu-toggle {
  display: grid;
  place-items: center;
  width: 42px;
  height: 42px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.04);
}

.icon {
  font-size: 1rem;
  font-weight: 900;
}

.primary-action,
.cta,
.ghost-action,
.text-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 42px;
  border-radius: 8px;
  font-weight: 800;
}

.primary-action,
.cta {
  color: #07100d;
  background: var(--accent);
  box-shadow: 0 18px 40px rgba(48, 224, 161, 0.26);
}

.primary-action {
  padding: 0 1.05rem;
}

.menu-toggle {
  display: none;
  border: 0;
  color: var(--text);
  cursor: pointer;
}

.menu-toggle span {
  width: 18px;
  height: 2px;
  background: currentColor;
  transition: transform 160ms ease;
}

.menu-toggle[aria-expanded="true"] span:first-child {
  transform: translateY(4px) rotate(45deg);
}

.menu-toggle[aria-expanded="true"] span:last-child {
  transform: translateY(-4px) rotate(-45deg);
}

.mobile-panel {
  position: fixed;
  inset: 78px 1rem auto;
  z-index: 19;
  display: none;
  grid-template-columns: 1fr;
  gap: 0.25rem;
  padding: 0.8rem;
  background: rgba(12, 17, 23, 0.96);
  border: 1px solid var(--line);
  border-radius: 8px;
  box-shadow: var(--shadow);
}

.mobile-panel a {
  padding: 0.9rem;
  border-radius: 6px;
  color: var(--muted);
  font-weight: 700;
}

.mobile-panel a:hover {
  background: rgba(255, 255, 255, 0.06);
  color: var(--text);
}

.mobile-panel.is-open {
  display: grid;
}

.hero {
  position: relative;
  min-height: 93svh;
  display: grid;
  align-items: end;
  overflow: hidden;
  padding: 8.5rem clamp(1rem, 4vw, 3.5rem) 1.3rem;
}

.hero-media,
.hero-overlay {
  position: absolute;
  inset: 0;
}

.hero-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: saturate(1.05) contrast(1.08);
}

.hero-overlay {
  background:
    linear-gradient(90deg, rgba(8, 10, 13, 0.96) 0%, rgba(8, 10, 13, 0.7) 42%, rgba(8, 10, 13, 0.2) 100%),
    linear-gradient(0deg, rgba(8, 10, 13, 0.95) 0%, transparent 42%);
}

.hero-content {
  position: relative;
  z-index: 2;
  width: min(760px, 100%);
  padding-bottom: 4.5rem;
}

.eyebrow,
.section-kicker {
  margin: 0 0 1rem;
  color: var(--accent);
  font-size: 0.78rem;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.hero h1 {
  margin: 0;
  font-size: clamp(5.8rem, 17vw, 14rem);
  font-weight: 900;
  line-height: 0.78;
  letter-spacing: 0;
}

.hero-lead {
  max-width: 650px;
  margin: 1.5rem 0 0;
  color: rgba(246, 248, 251, 0.84);
  font-size: clamp(1.06rem, 2vw, 1.45rem);
  line-height: 1.65;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.8rem;
  margin-top: 2rem;
}

.cta,
.ghost-action {
  min-width: 168px;
  padding: 0.95rem 1.2rem;
}

.ghost-action {
  border: 1px solid var(--line);
  background: rgba(255, 255, 255, 0.06);
  color: var(--text);
}

.hero-strip {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1px;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--line);
}

.hero-strip span {
  min-height: 64px;
  display: grid;
  place-items: center;
  padding: 0.6rem;
  background: rgba(12, 18, 25, 0.72);
  color: rgba(246, 248, 251, 0.76);
  font-weight: 800;
}

.intro-section,
.services-section,
.builds-section,
.parts-section,
.contact-section {
  padding: clamp(4.5rem, 8vw, 7rem) clamp(1rem, 4vw, 3.5rem);
}

.intro-section {
  display: grid;
  grid-template-columns: minmax(0, 0.95fr) minmax(260px, 0.8fr);
  gap: clamp(1.5rem, 5vw, 5rem);
  align-items: end;
}

h2 {
  margin: 0;
  max-width: 920px;
  font-size: clamp(2rem, 4.6vw, 4.7rem);
  line-height: 1.08;
  letter-spacing: 0;
}

.intro-section > p,
.build-copy p,
.contact-copy p {
  margin: 0;
  color: var(--muted);
  font-size: 1.04rem;
  line-height: 1.8;
}

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

.service-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1rem;
}

.service-card {
  min-height: 300px;
  padding: clamp(1.2rem, 3vw, 2rem);
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.07), rgba(255, 255, 255, 0.035));
  border: 1px solid var(--line);
  border-radius: 8px;
}

.service-card h3 {
  margin: 1.35rem 0 0.7rem;
  font-size: 1.35rem;
  line-height: 1.3;
}

.service-card p {
  margin: 0;
  color: var(--muted);
  line-height: 1.75;
}

.service-icon {
  width: 54px;
  height: 54px;
  display: grid;
  place-items: center;
  background: rgba(48, 224, 161, 0.1);
  border: 1px solid rgba(48, 224, 161, 0.26);
  border-radius: 8px;
}

.service-icon svg {
  width: 28px;
  height: 28px;
  fill: none;
  stroke: var(--accent);
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.8;
}

.builds-section {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(280px, 0.7fr);
  gap: clamp(1rem, 5vw, 4rem);
  align-items: center;
  background:
    linear-gradient(135deg, rgba(48, 224, 161, 0.09), transparent 45%),
    #0c1117;
}

.build-copy p {
  max-width: 640px;
  margin-top: 1.1rem;
}

.text-link {
  margin-top: 1.4rem;
  color: var(--accent);
}

.spec-panel {
  border: 1px solid var(--line);
  border-radius: 8px;
  overflow: hidden;
  background: rgba(255, 255, 255, 0.04);
  box-shadow: var(--shadow);
}

.spec-row {
  min-height: 86px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 1rem;
  padding: 1.2rem;
  border-bottom: 1px solid var(--line);
}

.spec-row:last-child {
  border-bottom: 0;
}

.spec-row span {
  color: var(--muted);
  font-weight: 800;
}

.spec-row strong {
  text-align: right;
}

.parts-track {
  display: flex;
  gap: 0.7rem;
  overflow-x: auto;
  max-width: 100%;
  padding-bottom: 0.5rem;
  scrollbar-color: var(--accent) rgba(255, 255, 255, 0.08);
}

.parts-track span {
  flex: 0 0 clamp(120px, 15vw, 170px);
  min-height: 112px;
  display: grid;
  place-items: center;
  padding: 1rem;
  border: 1px solid var(--line);
  border-radius: 8px;
  background:
    linear-gradient(180deg, rgba(55, 167, 255, 0.12), rgba(255, 255, 255, 0.035)),
    var(--panel);
  color: rgba(246, 248, 251, 0.88);
  font-weight: 900;
}

.contact-section {
  display: grid;
  grid-template-columns: minmax(0, 0.95fr) minmax(290px, 0.68fr);
  gap: clamp(1.5rem, 5vw, 5rem);
  align-items: start;
  background: #0a0d11;
}

.contact-copy p {
  max-width: 640px;
  margin-top: 1rem;
}

.contact-actions {
  display: grid;
  gap: 0.75rem;
}

.contact-actions a {
  display: grid;
  gap: 0.34rem;
  padding: 1.1rem;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.045);
}

.contact-actions span {
  color: var(--muted);
  font-size: 0.86rem;
  font-weight: 700;
}

.contact-actions strong {
  font-size: clamp(1rem, 2vw, 1.35rem);
}

.site-footer {
  display: flex;
  justify-content: space-between;
  gap: 1rem;
  padding: 1.4rem clamp(1rem, 4vw, 3.5rem);
  border-top: 1px solid var(--line);
  color: var(--muted);
  font-size: 0.88rem;
}

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

  .menu-toggle {
    display: grid;
  }

  .primary-action {
    display: none;
  }

  .hero {
    min-height: 90svh;
  }

  .hero-media {
    opacity: 0.46;
  }

  .hero-media img {
    object-position: 66% center;
  }

  .hero-overlay {
    background:
      linear-gradient(180deg, rgba(8, 10, 13, 0.6) 0%, rgba(8, 10, 13, 0.94) 72%, rgba(8, 10, 13, 0.98) 100%),
      linear-gradient(90deg, rgba(8, 10, 13, 0.98) 0%, rgba(8, 10, 13, 0.82) 58%, rgba(8, 10, 13, 0.42) 100%);
  }

  .hero-content {
    padding-bottom: 2rem;
  }

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

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

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

  .service-card {
    min-height: auto;
  }
}

@media (max-width: 560px) {
  .site-header {
    height: 70px;
    padding-inline: 0.85rem;
  }

  .brand-mark {
    width: 42px;
    height: 42px;
  }

  .brand-copy {
    display: none;
  }

  .header-actions {
    gap: 0.45rem;
  }

  .icon-button,
  .menu-toggle {
    width: 38px;
    height: 38px;
  }

  .mobile-panel {
    inset-top: 70px;
  }

  .hero {
    padding-inline: 0.9rem;
  }

  .hero h1 {
    font-size: clamp(4.8rem, 28vw, 7.6rem);
  }

  .cta,
  .ghost-action {
    width: 100%;
  }

  .hero-strip span {
    min-height: 54px;
    font-size: 0.88rem;
  }

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