:root {
  --green: #089b2e;
  --green-2: #0bc247;
  --green-dark: #056b20;
  --ink: #070330;
  --ink-2: #16142a;
  --muted: #5b6475;
  --line: #e4ebe6;
  --bg: #f4f7f5;
  --white: #ffffff;
  --hero: #07130c;
  --hero-2: #0c2416;
  --card: #ffffff;
  --shadow: 0 18px 50px rgba(7, 3, 48, 0.08);
  --radius: 22px;
  --header-h: 78px;
  --font: "Plus Jakarta Sans", system-ui, sans-serif;
  --display: Syne, "Plus Jakarta Sans", sans-serif;
}

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

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  font-family: var(--font);
  color: var(--ink);
  background: var(--bg);
  line-height: 1.65;
  -webkit-font-smoothing: antialiased;
}

body.nav-open {
  overflow: hidden;
}

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

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

h1,
h2,
h3,
h4 {
  font-family: var(--display);
  line-height: 1.12;
  letter-spacing: -0.03em;
  margin: 0 0 0.6em;
}

p {
  margin: 0 0 1em;
}

.skip-link {
  position: absolute;
  left: -999px;
  top: 0;
}

.skip-link:focus {
  left: 16px;
  top: 16px;
  z-index: 100;
  background: var(--white);
  padding: 8px 12px;
}

.container {
  width: min(1180px, calc(100% - 40px));
  margin-inline: auto;
}

.muted {
  color: var(--muted);
}

.small {
  font-size: 0.9rem;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 50;
  height: var(--header-h);
  background: rgba(255, 255, 255, 0.86);
  backdrop-filter: blur(16px);
  border-bottom: 1px solid transparent;
  transition: border-color 0.2s, box-shadow 0.2s;
}

.site-header.is-scrolled {
  border-bottom-color: var(--line);
  box-shadow: 0 8px 30px rgba(7, 3, 48, 0.05);
}

.header-inner {
  height: var(--header-h);
  display: flex;
  align-items: center;
  gap: 14px;
}

.brand,
.custom-logo-link {
  display: flex;
  align-items: center;
  flex: 0 0 auto;
}

.brand-logo,
.custom-logo {
  height: 36px;
  width: auto;
}

.brand-meta {
  display: flex;
  flex-direction: column;
  min-width: 0;
  margin-right: auto;
}

.brand-name {
  font-family: var(--display);
  font-weight: 800;
  font-size: 0.95rem;
  letter-spacing: -0.03em;
  line-height: 1.1;
}

.brand-tag {
  font-size: 0.68rem;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--green);
  font-weight: 700;
}

.site-nav {
  margin-left: auto;
}

.nav-list {
  display: flex;
  gap: 4px;
  list-style: none;
  margin: 0;
  padding: 0;
}

.nav-list a,
.nav-link {
  display: block;
  padding: 8px 12px;
  font-size: 0.92rem;
  font-weight: 600;
  color: var(--ink-2);
  border-radius: 999px;
}

.nav-list a:hover,
.nav-list .current-menu-item a,
.nav-link.is-active {
  color: var(--green-dark);
  background: #eef8f0;
}

.nav-toggle {
  display: none;
  width: 44px;
  height: 44px;
  border: 0;
  background: transparent;
  padding: 10px;
  cursor: pointer;
}

.nav-toggle span {
  display: block;
  height: 2px;
  margin: 6px 0;
  background: var(--ink);
  transition: 0.2s;
}

.nav-toggle.is-open span:nth-child(1) {
  transform: translateY(8px) rotate(45deg);
}

.nav-toggle.is-open span:nth-child(2) {
  opacity: 0;
}

.nav-toggle.is-open span:nth-child(3) {
  transform: translateY(-8px) rotate(-45deg);
}

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 13px 22px;
  border-radius: 999px;
  font-weight: 700;
  font-size: 0.95rem;
  border: 1px solid transparent;
  cursor: pointer;
  transition: 0.2s transform, 0.2s background, 0.2s box-shadow;
}

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

.btn-primary {
  background: var(--green);
  color: #fff;
  box-shadow: 0 10px 24px rgba(8, 155, 46, 0.28);
}

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

.btn-ghost {
  background: transparent;
  color: #fff;
  border-color: rgba(255, 255, 255, 0.28);
}

.btn-ghost:hover {
  background: rgba(255, 255, 255, 0.08);
}

.btn-outline {
  background: #fff;
  color: var(--ink);
  border-color: var(--line);
}

.hero {
  position: relative;
  overflow: hidden;
  background:
    radial-gradient(900px 420px at 85% 10%, rgba(8, 155, 46, 0.28), transparent 55%),
    radial-gradient(700px 400px at 10% 90%, rgba(11, 194, 71, 0.16), transparent 50%),
    linear-gradient(180deg, var(--hero) 0%, var(--hero-2) 100%);
  color: #edf7ef;
  padding: 84px 0 72px;
}

.hero::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image:
    linear-gradient(rgba(255, 255, 255, 0.035) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.035) 1px, transparent 1px);
  background-size: 42px 42px;
  mask-image: linear-gradient(180deg, #000 20%, transparent);
  pointer-events: none;
}

.hero-grid {
  position: relative;
  display: grid;
  grid-template-columns: 1.15fr 0.85fr;
  gap: 48px;
  align-items: center;
}

.eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 6px 12px;
  border: 1px solid rgba(8, 155, 46, 0.45);
  border-radius: 999px;
  color: var(--green-2);
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  background: rgba(8, 155, 46, 0.12);
  margin-bottom: 18px;
}

.hero h1 {
  font-size: clamp(2.6rem, 5vw, 4.4rem);
  color: #fff;
  margin-bottom: 8px;
}

.lead {
  font-size: 1.15rem;
  line-height: 1.7;
}

.hero .lead {
  font-size: 1.18rem;
  color: #c5d8cb;
  max-width: 36rem;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin: 28px 0 22px;
}

.hero-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 22px;
  color: #9fb8a7;
  font-size: 0.9rem;
}

.hero-meta strong {
  display: block;
  color: #fff;
  font-size: 1.15rem;
  font-family: var(--display);
}

.hero-panel {
  background: rgba(255, 255, 255, 0.06);
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 28px;
  padding: 28px;
  backdrop-filter: blur(10px);
}

.hero-panel h3 {
  color: #fff;
  font-size: 1.25rem;
}

.stack {
  display: grid;
  gap: 12px;
}

.stack-item {
  display: flex;
  gap: 12px;
  align-items: flex-start;
  padding: 12px;
  border-radius: 16px;
  background: rgba(7, 19, 12, 0.35);
}

.icon-dot {
  width: 36px;
  height: 36px;
  border-radius: 10px;
  background: rgba(8, 155, 46, 0.2);
  color: var(--green-2);
  display: grid;
  place-items: center;
  flex: 0 0 auto;
}

.section {
  padding: 88px 0;
}

.section-lite {
  background: var(--white);
}

.section-head {
  max-width: 680px;
  margin-bottom: 42px;
}

.kicker {
  color: var(--green);
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  font-size: 0.78rem;
  margin-bottom: 10px;
}

.section h2 {
  font-size: clamp(1.8rem, 3.4vw, 2.8rem);
}

.grid-3,
.grid-4,
.grid-2 {
  display: grid;
  gap: 20px;
}

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

.grid-3 {
  grid-template-columns: repeat(3, 1fr);
}

.grid-4 {
  grid-template-columns: repeat(4, 1fr);
}

.card {
  background: var(--card);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  padding: 26px;
  box-shadow: var(--shadow);
  height: 100%;
}

.card h3 {
  font-size: 1.22rem;
  margin-top: 10px;
}

.card p:last-child {
  margin-bottom: 0;
}

.icon {
  width: 44px;
  height: 44px;
  border-radius: 14px;
  background: #eaf8ee;
  color: var(--green-dark);
  display: grid;
  place-items: center;
}

.split {
  display: grid;
  grid-template-columns: 1.05fr 0.95fr;
  gap: 48px;
  align-items: center;
}

.panel-dark {
  background: var(--ink);
  color: #dce7e0;
  border-radius: 28px;
  padding: 36px;
}

.panel-dark h3,
.panel-dark strong {
  color: #fff;
}

.stats {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 16px;
}

.stat {
  padding: 22px;
  border-radius: 20px;
  background: #fff;
  border: 1px solid var(--line);
}

.stat b {
  display: block;
  font-family: var(--display);
  font-size: 1.7rem;
  color: var(--green-dark);
  letter-spacing: -0.04em;
}

.cta-band {
  background:
    radial-gradient(600px 200px at 90% 0%, rgba(11, 194, 71, 0.25), transparent),
    var(--ink);
  color: #fff;
  border-radius: 32px;
  padding: 48px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 24px;
}

.project {
  overflow: hidden;
  padding: 0;
}

.project-visual {
  height: 180px;
  background:
    linear-gradient(160deg, rgba(8, 155, 46, 0.85), rgba(7, 3, 48, 0.75)),
    repeating-linear-gradient(-45deg, transparent, transparent 12px, rgba(255, 255, 255, 0.06) 12px, rgba(255, 255, 255, 0.06) 13px);
}

.project-visual.v2 {
  background:
    linear-gradient(160deg, rgba(7, 3, 48, 0.8), rgba(8, 155, 46, 0.7)),
    radial-gradient(circle at 30% 40%, #0bc247, transparent 45%);
}

.project-visual.v3 {
  background:
    linear-gradient(135deg, #0c2416, #089b2e 80%);
}

.project-visual.v4 {
  background:
    linear-gradient(200deg, #070330, #056b20);
}

.project-body {
  padding: 22px 24px 26px;
}

.tag {
  display: inline-block;
  font-size: 0.75rem;
  font-weight: 700;
  color: var(--green-dark);
  background: #eaf8ee;
  padding: 4px 10px;
  border-radius: 999px;
  margin-bottom: 8px;
}

.page-hero {
  padding: 56px 0 28px;
}

.page-hero h1 {
  font-size: clamp(2.2rem, 4vw, 3.4rem);
}

.contact-grid {
  display: grid;
  grid-template-columns: 0.9fr 1.1fr;
  gap: 28px;
}

.form {
  display: grid;
  gap: 14px;
}

label {
  font-size: 0.86rem;
  font-weight: 700;
}

input,
textarea {
  width: 100%;
  margin-top: 6px;
  border: 1px solid var(--line);
  border-radius: 14px;
  padding: 12px 14px;
  font: inherit;
  background: #fff;
}

textarea {
  min-height: 140px;
  resize: vertical;
}

input:focus,
textarea:focus {
  outline: 2px solid rgba(8, 155, 46, 0.35);
  border-color: var(--green);
}

.form-status {
  min-height: 1.4em;
  font-weight: 600;
}

.form-status.is-ok {
  color: var(--green-dark);
}

.form-status.is-err {
  color: #b42318;
}

.site-footer {
  background: #07100b;
  color: #c5d4ca;
  padding: 64px 0 24px;
  margin-top: 20px;
}

.footer-grid {
  display: grid;
  grid-template-columns: 1.3fr 0.8fr 0.8fr 1.1fr;
  gap: 32px;
  padding-bottom: 40px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

.footer-tagline {
  color: var(--green-2);
  font-weight: 700;
  margin: 14px 0 8px;
}

.footer-legal {
  color: #fff;
  font-weight: 700;
}

.footer-heading {
  color: #fff;
  font-size: 0.95rem;
  margin-bottom: 14px;
}

.footer-links,
.footer-contact {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  gap: 8px;
}

.footer-links a:hover,
.footer-contact a:hover {
  color: #fff;
}

.footer-bottom {
  display: flex;
  justify-content: space-between;
  gap: 16px;
  padding-top: 20px;
  font-size: 0.85rem;
  color: #8fa394;
}

.reveal {
  opacity: 0;
  transform: translateY(18px);
  animation: none;
}

.reveal.is-visible {
  animation: rise 0.7s ease forwards;
}

@keyframes rise {
  to {
    opacity: 1;
    transform: none;
  }
}

.timeline {
  display: grid;
  gap: 18px;
}

.timeline-item {
  display: grid;
  grid-template-columns: 140px 1fr;
  gap: 18px;
  padding: 18px 0;
  border-bottom: 1px solid var(--line);
}

.values li {
  margin: 0 0 10px;
}

.map-note {
  margin-top: 16px;
  padding: 16px;
  border-radius: 16px;
  background: #eaf8ee;
  color: var(--ink-2);
}

@media (max-width: 980px) {
  .hero-grid,
  .split,
  .contact-grid,
  .footer-grid,
  .grid-4,
  .stats {
    grid-template-columns: 1fr 1fr;
  }

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

  .cta-band,
  .footer-bottom,
  .timeline-item {
    flex-direction: column;
    grid-template-columns: 1fr;
    align-items: flex-start;
  }

  .header-cta {
    display: none;
  }

  .nav-toggle {
    display: block;
    margin-left: auto;
  }

  .site-nav {
    position: fixed;
    inset: var(--header-h) 0 0 0;
    background: #fff;
    padding: 24px;
    transform: translateX(100%);
    transition: transform 0.25s ease;
    margin: 0;
  }

  .site-nav.is-open {
    transform: none;
  }

  .nav-list {
    flex-direction: column;
    gap: 8px;
  }

  .nav-list a {
    font-size: 1.15rem;
    padding: 12px;
  }
}

@media (max-width: 680px) {
  .hero,
  .section {
    padding: 56px 0;
  }

  .hero-grid,
  .grid-2,
  .grid-3,
  .grid-4,
  .stats,
  .footer-grid,
  .contact-grid,
  .split {
    grid-template-columns: 1fr;
  }

  .brand-meta {
    display: none;
  }

  .cta-band {
    padding: 28px;
  }
}
