:root {
  --accent: #c93416;
  --orange-text: #120907;
}

.section-band {
  padding: clamp(3.5rem, 8vw, 6.5rem) 0;
  position: relative;
}

.section-dark {
  background: radial-gradient(circle at 75% 8%, rgba(201, 52, 22, 0.15), transparent 24rem), #08090c;
  color: #f1f3f6;
}

.section-orange {
  background: var(--accent);
  color: var(--orange-text);
}

.section-orange::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  opacity: 0.12;
  background-image: linear-gradient(rgba(0, 0, 0, 0.28) 1px, transparent 1px), linear-gradient(90deg, rgba(0, 0, 0, 0.28) 1px, transparent 1px);
  background-size: 46px 46px;
}

.section-band > .container {
  position: relative;
  z-index: 1;
}

.hero-shell {
  grid-template-columns: minmax(0, 1fr) minmax(260px, 0.9fr);
  min-height: auto;
}

.hero-visual {
  aspect-ratio: 1 / 0.78;
  width: 100%;
  max-height: 460px;
  min-height: 0;
}

.hero-visual img {
  display: block;
  width: 100%;
  height: 100%;
  min-height: 0;
  object-fit: contain;
  filter: grayscale(1) contrast(1.2) brightness(0.82);
  opacity: 0.9;
}

.section-orange h2,
.section-orange .intro,
.section-orange p {
  color: var(--orange-text);
}

.section-orange .card {
  background: rgba(8, 9, 12, 0.92);
  border-color: rgba(0, 0, 0, 0.45);
  box-shadow: 0 12px 35px rgba(0, 0, 0, 0.18);
}

.section-orange .card h3 {
  color: #fff4ef;
}

.section-orange .card p {
  color: #e7d5cd;
}

.section-orange .card::before {
  background: var(--orange-text);
}

.language-select {
  appearance: none !important;
  -webkit-appearance: none !important;
  background-color: rgba(8, 9, 12, 0.72) !important;
  background-image: linear-gradient(45deg, transparent 50%, rgba(201, 52, 22, 0.9) 50%), linear-gradient(135deg, rgba(201, 52, 22, 0.9) 50%, transparent 50%) !important;
  background-position: calc(100% - 14px) 54%, calc(100% - 8px) 54% !important;
  background-repeat: no-repeat !important;
  background-size: 6px 6px, 6px 6px !important;
  color: #f1f3f6 !important;
  border: 1px solid rgba(201, 52, 22, 0.82) !important;
  border-radius: 9999px !important;
  -webkit-border-radius: 9999px !important;
  box-shadow: inset 0 0 0 1px rgba(201, 52, 22, 0.12) !important;
  outline: none !important;
  overflow: hidden;
  padding: 0.48rem 1.7rem 0.48rem 0.78rem !important;
}

.language-select:hover,
.language-select:focus {
  background-color: rgba(13, 16, 22, 0.94) !important;
  border-color: var(--accent) !important;
  color: #ffffff !important;
  box-shadow: inset 0 0 0 1px rgba(201, 52, 22, 0.25), 0 0 0 2px rgba(201, 52, 22, 0.12) !important;
}

.able-gecko-teaser {
  text-align: center;
  max-width: 920px;
}

.able-gecko-teaser .system-label {
  margin-left: auto;
  margin-right: auto;
}

.button-row {
  display: flex;
  justify-content: center;
  margin-top: 1.7rem;
}

.accent-button,
#able-gecko a.accent-button,
#able-gecko a.gecko-home-button {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  min-width: 180px !important;
  border: 1px solid rgba(201, 52, 22, 0.92) !important;
  background: var(--accent) !important;
  color: #120907 !important;
  padding: 0.9rem 1.25rem !important;
  text-decoration: none !important;
  text-transform: uppercase !important;
  letter-spacing: 0.08em !important;
  font-weight: 900 !important;
  border-radius: 0 !important;
  box-shadow: 0 0 0 1px rgba(201, 52, 22, 0.18), 0 18px 38px rgba(0, 0, 0, 0.22) !important;
}

.accent-button:visited,
#able-gecko a.accent-button:visited,
#able-gecko a.gecko-home-button:visited {
  color: #120907 !important;
}

.accent-button:hover,
.accent-button:focus,
#able-gecko a.accent-button:hover,
#able-gecko a.accent-button:focus,
#able-gecko a.gecko-home-button:hover,
#able-gecko a.gecko-home-button:focus {
  background: #e04723 !important;
  color: #08090c !important;
}

.section-gray {
  background: #1d2027;
  color: #f1f3f6;
}

.section-gray h2 {
  color: #f1f3f6;
}

.section-gray .intro,
.section-gray p,
.section-gray li {
  color: #d4dae4;
}

.gecko-hero h1 {
  max-width: 680px;
}

.gecko-logo-panel {
  min-height: 330px;
  border: 1px solid rgba(201, 52, 22, 0.6);
  background: rgba(8, 9, 12, 0.96);
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 1.25rem;
  position: relative;
  overflow: hidden;
}

.gecko-logo-panel::before,
.gecko-home-logo::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  opacity: 0.12;
  background-image: linear-gradient(rgba(255,255,255,.12) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.12) 1px, transparent 1px);
  background-size: 34px 34px;
}

.gecko-logo-image {
  display: block;
  width: 100%;
  height: auto;
  max-height: 460px;
  object-fit: contain;
  position: relative;
  z-index: 1;
}

.gecko-home-logo {
  width: min(560px, 100%);
  margin: 1.35rem auto 1.6rem;
  border: 1px solid rgba(201, 52, 22, 0.55);
  background: rgba(8, 9, 12, 0.9);
  padding: 0.8rem;
  position: relative;
  overflow: hidden;
}

.gecko-home-logo .gecko-logo-image {
  max-height: 260px;
}

.gecko-signal-panel {
  min-height: 330px;
  border: 1px solid rgba(201, 52, 22, 0.6);
  background: linear-gradient(135deg, rgba(201, 52, 22, 0.16), rgba(8, 9, 12, 0.96));
  display: grid;
  align-content: center;
  justify-items: center;
  padding: 2rem;
  position: relative;
  overflow: hidden;
}

.gecko-signal-panel::before {
  content: "";
  position: absolute;
  inset: 0;
  opacity: 0.14;
  background-image: linear-gradient(rgba(255,255,255,.13) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.13) 1px, transparent 1px);
  background-size: 34px 34px;
}

.signal-number {
  position: relative;
  font-size: clamp(4rem, 10vw, 8rem);
  line-height: 1;
  color: #f1f3f6;
  font-weight: 900;
  letter-spacing: -0.08em;
}

.signal-caption {
  position: relative;
  color: #f3b3a5;
  text-transform: uppercase;
  letter-spacing: .14em;
  font-size: .82rem;
  margin-top: 0.8rem;
}

.signal-lines {
  position: relative;
  width: min(360px, 100%);
  display: grid;
  gap: .5rem;
  margin-top: 2rem;
}

.signal-lines span {
  display: block;
  height: 6px;
  background: linear-gradient(90deg, var(--accent), rgba(241, 243, 246, 0.16));
}

.gecko-section p,
.gecko-section li {
  max-width: 980px;
  font-family: Inter, "Segoe UI", Roboto, Arial, sans-serif;
  font-size: clamp(1rem, 1.4vw, 1.08rem);
}

.gecko-bullets {
  margin: 1.35rem 0 0;
  padding-left: 1.25rem;
}

.gecko-bullets li {
  margin-bottom: 0.55rem;
}

.punch-line {
  display: inline-flex;
  align-items: center;
  min-height: 64px;
  background: rgba(8, 9, 12, 0.92);
  color: #fff4ef !important;
  border: 1px solid rgba(201, 52, 22, 0.45);
  padding: 1rem 1.2rem;
  margin-top: 2rem;
  text-transform: uppercase;
  letter-spacing: .06em;
  font-weight: 900;
  font-family: "IBM Plex Mono", "Space Mono", "Courier New", monospace !important;
}

.punch-row {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: .8rem;
  margin-top: 2rem;
}

.punch-row span {
  display: flex;
  align-items: center;
  min-height: 84px;
  background: rgba(8, 9, 12, 0.92);
  color: #fff4ef;
  border: 1px solid rgba(0, 0, 0, 0.45);
  padding: 1rem;
  text-transform: uppercase;
  letter-spacing: .04em;
  font-weight: 800;
}

.dark-link {
  display: inline-block;
  color: #120907;
  font-weight: 900;
  text-decoration: underline;
  text-underline-offset: 0.2rem;
}

#contact a,
#contact a:visited,
.gecko-email,
.gecko-email:visited,
.section-orange .gecko-email,
.section-orange .gecko-email:visited {
  display: inline-block;
  color: #000000 !important;
  font-weight: 900;
  text-decoration: underline;
  text-underline-offset: 0.22rem;
}

@media (max-width: 980px) {
  .hero-shell {
    grid-template-columns: 1fr;
  }

  .punch-row {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 640px) {
  .site-header .topbar {
    display: grid !important;
    grid-template-columns: minmax(0, 1fr) auto !important;
    align-items: center !important;
    gap: 0.65rem !important;
  }

  .site-header .brand {
    grid-column: 1;
    grid-row: 1;
  }

  .site-header .header-actions {
    display: contents !important;
  }

  .site-header nav {
    grid-column: 1 / -1;
    grid-row: 2;
    width: 100%;
  }

  .site-header .language-select {
    grid-column: 2;
    grid-row: 1;
    justify-self: end;
    width: 8.9rem !important;
    max-width: 8.9rem !important;
    min-width: 0 !important;
    padding: 0.38rem 1.45rem 0.38rem 0.62rem !important;
    font-size: 0.66rem !important;
    line-height: 1.2;
    border-radius: 9999px !important;
    -webkit-border-radius: 9999px !important;
  }

  .section-band {
    padding: 3.25rem 0;
  }

  .hero-visual {
    aspect-ratio: 1 / 0.85;
    max-height: 330px;
  }

  .gecko-logo-panel {
    min-height: 220px;
    padding: 0.75rem;
  }

  .gecko-home-logo {
    padding: 0.55rem;
  }

  .punch-row {
    grid-template-columns: 1fr;
  }

  .accent-button,
  #able-gecko a.accent-button,
  #able-gecko a.gecko-home-button {
    width: 100% !important;
  }
}
