:root {
  --bg: #05070d;
  --bg-soft: #0b111d;
  --card: #111827;
  --text: #e8eef8;
  --muted: #9fb0c9;
  --line: #1f2a3d;
  --primary: #2dd4bf;
  --primary-strong: #14b8a6;
  --accent: #38bdf8;
  --shadow: 0 24px 60px rgba(0, 0, 0, 0.42);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  font-family: "Manrope", "Segoe UI", sans-serif;
  background: radial-gradient(circle at 10% -10%, #0f1727 0%, #05070d 40%, #05070d 100%);
  color: var(--text);
  min-height: 100vh;
  overflow-x: hidden;
}

main,
.site-footer {
  width: min(1100px, 92vw);
  margin: 0 auto;
}

.section {
  padding: 4.25rem 0;
}

h1,
h2,
h3 {
  font-family: "Space Grotesk", "Segoe UI", sans-serif;
  letter-spacing: -0.02em;
  margin-top: 0;
}

h1 {
  font-size: clamp(2.2rem, 5vw, 4rem);
  line-height: 1.08;
  margin-bottom: 1rem;
}

h2 {
  font-size: clamp(1.55rem, 3vw, 2.4rem);
  margin-bottom: 1rem;
}

p {
  color: var(--muted);
  line-height: 1.65;
  margin-top: 0;
}

.bg-orb {
  position: fixed;
  border-radius: 50%;
  filter: blur(70px);
  pointer-events: none;
  z-index: -1;
}

.orb-a {
  width: 280px;
  height: 280px;
  background: rgba(45, 212, 191, 0.16);
  top: -40px;
  right: 2%;
}

.orb-b {
  width: 340px;
  height: 340px;
  background: rgba(56, 189, 248, 0.12);
  left: -120px;
  bottom: 12%;
}

.site-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 1.2rem max(4vw, calc((100% - 1100px) / 2));
  width: 100%;
  position: sticky;
  top: 0;
  backdrop-filter: blur(12px);
  background: rgba(5, 7, 13, 0.7);
  z-index: 30;
  border-bottom: 1px solid rgba(31, 42, 61, 0.65);
}

.header-actions {
  display: flex;
  align-items: center;
  gap: 1rem;
}

.lang-dropdown {
  background: rgba(17, 24, 39, 0.8);
  color: var(--text);
  border: 1px solid var(--line);
  border-radius: 6px;
  padding: 0.3rem 0.6rem;
  font-family: inherit;
  font-size: 0.85rem;
  cursor: pointer;
  outline: none;
  transition: border-color 0.2s;
}

.lang-dropdown:hover,
.lang-dropdown:focus {
  border-color: var(--accent);
}

.brand {
  text-decoration: none;
  color: var(--text);
  display: inline-flex;
  align-items: center;
  gap: 0.6rem;
  font-weight: 700;
}

.brand-mark {
  width: 2rem;
  height: 2rem;
  border-radius: 12px;
  box-shadow: 0 8px 20px rgba(15, 23, 42, 0.45);
  object-fit: cover;
}

.eyebrow {
  text-transform: uppercase;
  letter-spacing: 0.15em;
  font-size: 0.77rem;
  font-weight: 700;
  color: var(--primary);
  margin-bottom: 1rem;
}

.hero {
  padding-top: 5.4rem;
  padding-bottom: 2.75rem;
}

.hero-layout {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1.75rem;
  align-items: start;
}

.hero-media img {
  width: 100%;
  height: min(34vh, 360px);
  max-height: 360px;
  object-fit: cover;
  border-radius: 18px;
  border: 1px solid rgba(148, 163, 184, 0.35);
  box-shadow: 0 28px 60px rgba(15, 23, 42, 0.45);
  display: block;
}

.hero-copy {
  max-width: 64ch;
  font-size: 1.05rem;
}

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

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  padding: 0.8rem 1.2rem;
  text-decoration: none;
  border: 1px solid transparent;
  font-weight: 700;
  transition: transform 0.2s ease, box-shadow 0.2s ease, background 0.2s ease, border-color 0.2s ease;
}

.btn:hover {
  transform: translateY(-2px);
}

.btn-primary {
  background: linear-gradient(135deg, var(--primary), var(--primary-strong));
  color: #022a26;
  box-shadow: 0 12px 30px rgba(20, 184, 166, 0.3);
}

.btn-primary:hover {
  box-shadow: 0 18px 30px rgba(20, 184, 166, 0.4);
}

.btn-ghost,
.btn-small {
  border-color: var(--line);
  color: var(--text);
  background: rgba(17, 24, 39, 0.5);
}

.btn-ghost:hover,
.btn-small:hover {
  border-color: var(--accent);
}

.btn-small {
  padding: 0.55rem 0.95rem;
  font-size: 0.88rem;
}

.hero-stats {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0.8rem;
  list-style: none;
  padding: 0;
  margin: 2rem 0 0;
  max-width: 740px;
}

.hero-stats li {
  border: 1px solid var(--line);
  background: rgba(11, 17, 29, 0.7);
  border-radius: 16px;
  padding: 0.9rem 1rem;
}

.hero-stats strong {
  display: block;
  font-size: 1.4rem;
  margin-bottom: 0.1rem;
}

.hero-stats span {
  color: var(--muted);
  font-size: 0.9rem;
}

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

.card {
  border: 1px solid var(--line);
  background: linear-gradient(160deg, rgba(17, 24, 39, 0.95), rgba(11, 17, 29, 0.95));
  border-radius: 18px;
  padding: 1.25rem;
  box-shadow: var(--shadow);
}

.card h3 {
  font-size: 1.1rem;
  margin-bottom: 0.45rem;
}

.section-head {
  display: flex;
  justify-content: space-between;
  align-items: end;
  gap: 1rem;
  flex-wrap: wrap;
}

.gallery {
  margin-top: 1.2rem;
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  gap: 1.5rem;
}

.shot {
  border: 1px solid var(--line);
  border-radius: 16px;
  background: var(--bg-soft);
  padding: 1rem;
  text-align: left;
  color: var(--text);
  cursor: pointer;
  transition: transform 0.2s ease, border-color 0.2s ease;
  display: grid;
  gap: 0.9rem;
  justify-items: start;
  margin: 0 auto;
  max-width: 980px;
  width: 100%;
}

.shot:hover {
  transform: translateY(-3px);
  border-color: var(--accent);
}

.shot img {
  width: auto;
  height: auto;
  max-width: 100%;
  border-radius: 10px;
  display: block;
}

.shot-body {
  display: grid;
  gap: 0.35rem;
}

.shot-title {
  font-size: 1.05rem;
  font-weight: 600;
  color: var(--text);
}

.shot-desc {
  margin: 0;
  font-size: 0.95rem;
  line-height: 1.5;
  color: var(--muted);
}

.cta-section {
  text-align: center;
  border: 1px solid var(--line);
  border-radius: 22px;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  background: linear-gradient(160deg, rgba(17, 24, 39, 0.95), rgba(11, 17, 29, 0.9));
}

.site-footer {
  padding-top: 2.5rem;
  padding-bottom: 3rem;
  text-align: center;
}

.social-links {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  gap: 0.7rem;
  flex-wrap: wrap;
  justify-content: center;
}

.social-links a {
  text-decoration: none;
  color: var(--text);
  border: 1px solid var(--line);
  background: rgba(17, 24, 39, 0.72);
  width: 46px;
  height: 46px;
  border-radius: 999px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.social-links a:hover {
  border-color: var(--accent);
  transform: translateY(-2px);
  box-shadow: 0 10px 26px rgba(0, 0, 0, 0.3);
}

.social-icon {
  width: 20px;
  height: 20px;
  fill: currentColor;
  display: block;
}

.copyright {
  margin-top: 1rem;
  font-size: 0.88rem;
  text-align: center;
}

.lightbox {
  width: min(980px, 95vw);
  background: #08101c;
  border: 1px solid var(--line);
  border-radius: 18px;
  padding: 1rem;
  color: var(--text);
}

.lightbox:not([open]) {
  display: none;
}

.lightbox.is-open {
  display: block;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 100;
  box-shadow: 0 0 0 100vw rgba(3, 6, 10, 0.86);
  margin: 0;
}

.lightbox::backdrop {
  background: rgba(3, 6, 10, 0.86);
}

.lightbox-close {
  margin-left: auto;
  display: block;
  border: 1px solid var(--line);
  background: #0f1727;
  color: var(--text);
  border-radius: 999px;
  padding: 0.38rem 0.75rem;
  cursor: pointer;
}

.lightbox img {
  width: 100%;
  height: auto;
  border-radius: 10px;
  margin-top: 0.75rem;
}

.lightbox p {
  margin: 0.8rem 0 0;
  color: var(--muted);
}

.reveal {
  opacity: 0;
  transform: translateY(18px);
  transition: opacity 0.5s ease, transform 0.5s ease;
}

.reveal.is-visible {
  opacity: 1;
  transform: translateY(0);
}

@media (max-width: 900px) {
  .feature-grid,
  .gallery,
  .hero-stats,
  .hero-layout {
    grid-template-columns: 1fr;
  }

  .site-header {
    padding-left: 3vw;
    padding-right: 3vw;
  }

  .hero {
    padding-top: 3.8rem;
  }

  .hero-layout {
    gap: 1.6rem;
  }

  .hero-media img {
    height: min(34vh, 240px);
    max-height: 240px;
  }

  .header-cta {
    display: none;
  }

  .brand-mark {
    margin-left: 8px;
  }
}
