:root {
  --ink: #29272a;
  --graphite: #242225;
  --graphite-2: #343136;
  --green: #54c653;
  --green-deep: #258a3e;
  --green-soft: #eaf7e9;
  --paper: #ffffff;
  --warm: #f5f3ee;
  --mist: #f3f5f2;
  --muted: #68676b;
  --line: rgba(41, 39, 42, .14);
  --line-light: rgba(255, 255, 255, .16);
  --shadow: 0 28px 80px rgba(27, 26, 28, .14);
  --radius: 24px;
  --max: 1220px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 84px; }
body {
  margin: 0;
  overflow-x: hidden;
  color: var(--ink);
  background: var(--paper);
  font-family: "Noto Sans Georgian", "DejaVu Sans", Inter, Arial, sans-serif;
  line-height: 1.65;
  -webkit-font-smoothing: antialiased;
}
body.menu-open { overflow: hidden; }
a { color: inherit; text-decoration: none; }
img, svg { display: block; max-width: 100%; }
button, input, select, textarea { font: inherit; }
.container { width: min(calc(100% - 48px), var(--max)); margin-inline: auto; }
.skip-link { position: fixed; left: 16px; top: -90px; z-index: 999; padding: 12px 16px; color: var(--ink); background: white; border-radius: 8px; box-shadow: var(--shadow); }
.skip-link:focus { top: 16px; }

.site-header {
  position: absolute;
  inset: 0 0 auto;
  z-index: 100;
  color: white;
  background: linear-gradient(180deg, rgba(17, 19, 21, .58), rgba(17, 19, 21, 0));
}
.header-inner { min-height: 92px; display: flex; align-items: center; gap: 34px; }
.brand { display: inline-flex; align-items: center; flex: 0 0 auto; }
.brand-art { position: relative; display: block; width: 168px; height: 42px; overflow: hidden; }
.brand-art img { position: absolute; width: 179px; max-width: none; height: auto; left: -6px; top: -69px; }
.brand-base { filter: grayscale(1) brightness(0) invert(1); }
.brand-green { clip-path: inset(0 0 0 55%); }
.main-nav { display: flex; align-items: center; justify-content: flex-end; gap: 28px; margin-left: auto; }
.main-nav a { position: relative; color: rgba(255, 255, 255, .77); font-size: .88rem; font-weight: 700; transition: color .2s ease; }
.main-nav a:not(.nav-contact)::after { content: ""; position: absolute; left: 0; right: 100%; bottom: -7px; height: 2px; background: var(--green); transition: right .2s ease; }
.main-nav a:hover, .main-nav a:focus-visible { color: white; }
.main-nav a:hover::after, .main-nav a:focus-visible::after { right: 0; }
.main-nav .nav-contact { display: inline-flex; align-items: center; gap: 12px; min-height: 42px; padding: 0 0 0 27px; color: white; border-left: 1px solid rgba(255, 255, 255, .28); }
.main-nav .nav-contact:hover { color: var(--green); }
.header-tools { display: flex; align-items: center; gap: 12px; }
.lang { display: flex; align-items: center; gap: 6px; color: rgba(255, 255, 255, .55); font-size: .76rem; }
.lang .active { color: white; font-weight: 900; }
.menu-toggle { display: none; width: 44px; height: 44px; padding: 0; border: 0; background: transparent; color: var(--ink); cursor: pointer; }
.menu-toggle span { display: block; width: 23px; height: 2px; margin: 5px auto; background: currentColor; transition: .2s ease; }

.hero { position: relative; min-height: max(760px, 100svh); padding: 0; display: flex; align-items: stretch; overflow: hidden; color: white; background: #201f21; }
.hero-image { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; object-position: center 58%; }
.hero-image { filter: saturate(1.08) contrast(1.03); }
.hero-shade { position: absolute; inset: 0; background: linear-gradient(90deg, rgba(17, 19, 21, .82) 0%, rgba(20, 22, 23, .45) 40%, rgba(20, 22, 23, .08) 72%, transparent 100%), linear-gradient(0deg, rgba(10, 11, 12, .38), transparent 48%); }
.hero-inner { position: relative; z-index: 2; min-height: max(760px, 100svh); padding-top: 112px; padding-bottom: 70px; display: flex; flex-direction: column; justify-content: center; }
.hero-copy { max-width: 730px; }
.eyebrow { display: inline-flex; align-items: center; gap: 12px; color: #d9dbd8; text-transform: uppercase; letter-spacing: .15em; font-size: .73rem; font-weight: 800; }
.eyebrow::before { content: ""; width: 34px; height: 2px; background: var(--green); }
h1 { max-width: 800px; margin: 22px 0 22px; font-size: clamp(3rem, 5.6vw, 5.45rem); line-height: .98; letter-spacing: -.055em; font-weight: 850; }
.hero h1 span { color: var(--green); }
.hero-copy > p { max-width: 680px; margin: 0; color: rgba(255, 255, 255, .78); font-size: clamp(1.02rem, 1.65vw, 1.25rem); }
.hero-actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 30px; }
.btn { display: inline-flex; align-items: center; justify-content: center; gap: 16px; min-height: 54px; padding: 0 22px; border-radius: 7px; font-weight: 850; transition: transform .2s ease, color .2s ease, background .2s ease, border-color .2s ease; }
.btn:hover { transform: translateY(-2px); }
.btn-primary { color: #182019; background: var(--green); }
.btn-primary:hover { background: #67d266; }
.btn-ghost { color: white; border: 1px solid rgba(255, 255, 255, .4); background: rgba(255, 255, 255, .05); }
.btn-ghost:hover { border-color: white; background: rgba(255, 255, 255, .1); }
.hero-capabilities { width: min(100%, 930px); display: grid; grid-template-columns: repeat(3, 1fr); border-top: 1px solid rgba(255, 255, 255, .26); }
.hero-capabilities > div { min-height: 92px; padding: 24px 28px; display: flex; align-items: center; gap: 17px; border-left: 1px solid rgba(255, 255, 255, .26); }
.hero-capabilities > div:first-child { padding-left: 0; border-left: 0; }
.hero-capabilities span { display: grid; line-height: 1.3; }
.hero-capabilities strong { font-size: .92rem; }
.hero-capabilities small { margin-top: 4px; color: rgba(255, 255, 255, .54); font-size: .72rem; }
.cap-icon { position: relative; width: 38px; height: 38px; flex: none; display: block; color: var(--green); }
.cap-icon::before, .cap-icon::after { content: ""; position: absolute; }
.cap-epc { border: 2px solid currentColor; border-radius: 50% 50% 8px 8px; border-bottom-width: 4px; transform: scale(.82); }
.cap-epc::before { left: 6px; right: 6px; top: 18px; border-top: 2px solid currentColor; box-shadow: 0 6px 0 currentColor; }
.cap-epc::after { left: 17px; top: 5px; height: 24px; border-left: 2px solid currentColor; }
.cap-finance { border: 2px solid currentColor; border-radius: 50%; }
.cap-finance::before { inset: 5px 17px 17px 5px; border-right: 2px solid currentColor; border-bottom: 2px solid currentColor; }
.cap-finance::after { width: 7px; height: 7px; right: -4px; top: 4px; border-radius: 50%; background: currentColor; }
.cap-partner::before, .cap-partner::after { width: 14px; height: 14px; top: 2px; border: 2px solid currentColor; border-radius: 50%; }
.cap-partner::before { left: 2px; }
.cap-partner::after { right: 2px; }
.cap-partner { border-bottom: 2px solid currentColor; border-radius: 0 0 18px 18px; }

.signal-strip { border-bottom: 1px solid var(--line); background: white; }
.signal-grid { min-height: 98px; display: grid; grid-template-columns: 1.25fr repeat(3, 1fr); align-items: center; }
.signal-grid > div { min-height: 98px; padding: 0 26px; display: flex; align-items: center; gap: 12px; border-left: 1px solid var(--line); }
.signal-grid > div:first-child { padding-left: 0; border-left: 0; }
.signal-grid small { color: var(--green-deep); font-weight: 900; }
.signal-grid span { color: var(--muted); font-size: .88rem; }
.signal-lead { font-size: .95rem; }
.signal-dot { width: 9px; height: 9px; flex: none; background: var(--green); border-radius: 50%; }

section { padding: 112px 0; }
.section-head { display: grid; grid-template-columns: 1.08fr .72fr; gap: 90px; align-items: end; margin-bottom: 52px; }
.section-kicker { color: var(--green-deep); font-size: .72rem; letter-spacing: .15em; text-transform: uppercase; font-weight: 900; }
h2 { margin: 13px 0 0; font-size: clamp(2.25rem, 4.6vw, 4.25rem); line-height: 1.04; letter-spacing: -.045em; }
.section-head p { margin: 0 0 7px; color: var(--muted); font-size: 1.02rem; }

.solutions { background: #fff; }
.service-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.service-card { position: relative; min-height: 465px; padding: 30px; border: 1px solid var(--line); background: #fff; border-radius: 15px; transition: transform .25s ease, box-shadow .25s ease; }
.service-card:hover { transform: translateY(-5px); box-shadow: var(--shadow); }
.service-top { display: flex; align-items: center; justify-content: space-between; color: var(--green-deep); font-size: .72rem; letter-spacing: .13em; }
.service-top span { font-weight: 900; }
.service-top b { color: #939096; }
.service-icon { width: 88px; height: 88px; margin: 49px 0 35px; padding: 17px; display: grid; grid-template-columns: repeat(3, 1fr); gap: 5px; transform: skewY(-12deg); background: var(--green-soft); }
.service-icon span { background: var(--green); border: 1px solid var(--green-deep); }
.service-icon-orbit { position: relative; display: block; padding: 0; border: 1px solid rgba(255, 255, 255, .25); border-radius: 50%; transform: none; background: transparent; }
.service-icon-orbit::before, .service-icon-orbit::after { content: ""; position: absolute; border-radius: 50%; border: 1px solid rgba(255, 255, 255, .3); }
.service-icon-orbit::before { inset: 18px; }
.service-icon-orbit::after { width: 12px; height: 12px; right: 8px; top: 19px; border: 0; background: var(--green); box-shadow: -48px 38px 0 rgba(84, 198, 83, .65); }
.service-icon-lines { display: flex; flex-direction: column; justify-content: center; gap: 9px; transform: none; background: var(--green-soft); }
.service-icon-lines span { height: 3px; border: 0; background: var(--green-deep); transform: rotate(-16deg); }
.service-card h3 { margin: 0 0 17px; font-size: 1.5rem; line-height: 1.24; }
.service-card p { margin: 0; color: var(--muted); font-size: .92rem; }
.service-card > a { position: absolute; left: 30px; right: 30px; bottom: 28px; display: flex; justify-content: space-between; padding-top: 17px; border-top: 1px solid var(--line); color: var(--green-deep); font-size: .88rem; font-weight: 850; }
.service-card-dark { color: white; background: var(--graphite); border-color: var(--graphite); }
.service-card-dark .service-top { color: var(--green); }
.service-card-dark .service-top b, .service-card-dark p { color: rgba(255, 255, 255, .57); }
.service-card-dark > a { color: var(--green); border-color: var(--line-light); }

.project-story { padding: 0; background: var(--warm); }
.project-story-grid { width: 100%; max-width: none; display: grid; grid-template-columns: minmax(0, 1.16fr) minmax(440px, .84fr); }
.project-image { position: relative; min-height: 680px; margin: 0; overflow: hidden; }
.project-image img { width: 100%; height: 100%; object-fit: cover; object-position: center; }
.project-image::after { content: ""; position: absolute; inset: 0; background: linear-gradient(0deg, rgba(0, 0, 0, .55), transparent 45%); }
.project-image figcaption { position: absolute; z-index: 1; left: 34px; right: 34px; bottom: 28px; display: flex; justify-content: space-between; color: rgba(255, 255, 255, .82); text-transform: uppercase; font-size: .7rem; letter-spacing: .12em; }
.project-copy { max-width: 680px; padding: 105px clamp(40px, 7vw, 110px); align-self: center; }
.project-copy h2 { margin-bottom: 28px; font-size: clamp(2.35rem, 4vw, 3.8rem); }
.project-copy > p { color: var(--muted); }
.project-status { display: flex; align-items: flex-start; gap: 14px; margin: 32px 0; padding: 20px 0; border-block: 1px solid var(--line); }
.project-status > span { width: 10px; height: 10px; margin-top: 7px; flex: none; background: var(--green); border-radius: 50%; }
.project-status div { display: grid; }
.project-status small { color: var(--muted); }
.text-link { display: inline-flex; align-items: center; gap: 14px; color: var(--green-deep); font-weight: 850; }

.process { color: white; background: var(--graphite); }
.section-head-light .section-kicker { color: var(--green); }
.section-head-light p { color: rgba(255, 255, 255, .58); }
.process-grid { display: grid; grid-template-columns: repeat(4, 1fr); border-top: 1px solid var(--line-light); }
.step { min-height: 320px; padding: 28px 28px 10px; border-left: 1px solid var(--line-light); }
.step:first-child { padding-left: 0; border-left: 0; }
.step > span { color: var(--green); font-size: .76rem; font-weight: 900; }
.step h3 { margin: 115px 0 13px; font-size: 1.22rem; }
.step p { margin: 0; color: rgba(255, 255, 255, .55); font-size: .9rem; }

.about { background: white; }
.about-grid { display: grid; grid-template-columns: .82fr 1.18fr; gap: 110px; }
.about-intro h2 { max-width: 590px; }
.about-lead { margin: 33px 0 48px; max-width: 690px; font-size: 1.24rem; color: #4f4c51; }
.principles { border-top: 1px solid var(--line); }
.principles > div { display: grid; grid-template-columns: 45px .85fr 1fr; gap: 22px; padding: 22px 0; border-bottom: 1px solid var(--line); }
.principles span { color: var(--green-deep); font-size: .72rem; font-weight: 900; }
.principles strong { line-height: 1.35; }
.principles p { margin: 0; color: var(--muted); font-size: .9rem; }

.contact { color: white; background: var(--green-deep); }
.contact-grid { display: grid; grid-template-columns: 1.2fr .8fr; gap: 100px; align-items: end; }
.contact .section-kicker { color: #c8f1c6; }
.contact-copy h2 { max-width: 760px; }
.contact-copy p { max-width: 660px; color: rgba(255, 255, 255, .7); }
.contact .btn-primary { margin-top: 22px; color: var(--ink); background: white; }
.contact-card { margin: 0; padding: 7px 0; font-style: normal; border-top: 1px solid rgba(255, 255, 255, .25); }
.contact-card > div { display: grid; grid-template-columns: 112px 1fr; gap: 20px; padding: 17px 0; border-bottom: 1px solid rgba(255, 255, 255, .25); }
.contact-card small { color: rgba(255, 255, 255, .58); }
.contact-card a, .contact-card span { font-weight: 750; }

.site-footer { padding: 62px 0 28px; color: rgba(255, 255, 255, .7); background: #1b1a1c; }
.footer-top { display: flex; align-items: center; justify-content: space-between; gap: 30px; padding-bottom: 40px; border-bottom: 1px solid var(--line-light); }
.footer-brand { padding: 0; background: transparent; }
.footer-brand .brand-art { width: 250px; height: 62px; }
.footer-top > p { margin: 0; text-align: right; color: rgba(255, 255, 255, .48); font-size: .83rem; letter-spacing: .1em; text-transform: uppercase; }
.footer-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 60px; padding: 42px 0; }
.footer-grid > div { display: grid; align-content: start; gap: 8px; }
.footer-grid small { margin-bottom: 8px; color: var(--green); text-transform: uppercase; letter-spacing: .12em; font-weight: 850; }
.footer-grid a { width: fit-content; }
.footer-grid a:hover { color: white; }
.footer-bottom { display: flex; justify-content: space-between; gap: 25px; padding-top: 24px; border-top: 1px solid var(--line-light); color: rgba(255, 255, 255, .42); font-size: .8rem; }

.reveal { opacity: 0; transform: translateY(20px); transition: opacity .65s ease, transform .65s ease; }
.reveal.visible { opacity: 1; transform: none; }

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation: none !important; transition: none !important; }
  .reveal { opacity: 1; transform: none; }
}

@media (max-width: 980px) {
  .header-inner { min-height: 78px; }
  .brand-art { width: 150px; height: 38px; }
  .brand-art img { width: 160px; left: -5px; top: -62px; }
  .menu-toggle { display: block; }
  .menu-toggle { color: white; }
  .main-nav { position: fixed; inset: 78px 0 auto; margin: 0; padding: 27px 24px 34px; display: none; flex-direction: column; align-items: flex-start; gap: 21px; background: rgba(30, 30, 32, .98); border-top: 1px solid rgba(255, 255, 255, .14); box-shadow: 0 24px 50px rgba(0, 0, 0, .24); }
  .main-nav.open { display: flex; }
  .main-nav .nav-contact { width: 100%; justify-content: space-between; padding: 0; border-left: 0; }
  .header-tools { margin-left: auto; }
  .hero { min-height: 760px; }
  .hero-inner { min-height: 760px; padding-top: 118px; padding-bottom: 62px; justify-content: flex-end; }
  .hero-shade { background: linear-gradient(180deg, rgba(13, 15, 16, .35), transparent 28%), linear-gradient(0deg, rgba(13, 15, 16, .82) 0%, rgba(13, 15, 16, .38) 38%, transparent 68%); }
  .signal-grid { grid-template-columns: 1fr 1fr; }
  .signal-grid > div, .signal-grid > div:first-child { padding: 20px 18px; border-left: 1px solid var(--line); }
  .signal-grid > div:nth-child(odd) { border-left: 0; }
  .section-head, .about-grid, .contact-grid { grid-template-columns: 1fr; gap: 30px; }
  .service-grid { grid-template-columns: 1fr; }
  .service-card { min-height: 400px; }
  .project-story-grid { grid-template-columns: 1fr; }
  .project-image { min-height: 540px; }
  .project-copy { padding: 75px 38px; }
  .process-grid { grid-template-columns: 1fr 1fr; }
  .step:nth-child(3) { padding-left: 0; border-left: 0; border-top: 1px solid var(--line-light); }
  .step:nth-child(4) { border-top: 1px solid var(--line-light); }
  .about-grid { gap: 15px; }
  .contact-grid { gap: 55px; }
}

@media (max-width: 640px) {
  .container { width: min(calc(100% - 28px), var(--max)); }
  .header-inner { min-height: 68px; gap: 10px; }
  .brand-art { width: 128px; height: 33px; }
  .brand-art img { width: 137px; left: -5px; top: -53px; }
  .lang { font-size: .69rem; }
  .menu-toggle { width: 40px; }
  .main-nav { inset-block-start: 68px; }
  .hero { min-height: 100svh; background: #181a1b; }
  .hero-image { height: 73%; object-position: 61% center; -webkit-mask-image: linear-gradient(to bottom, #000 0%, #000 83%, transparent 100%); mask-image: linear-gradient(to bottom, #000 0%, #000 83%, transparent 100%); }
  .hero-shade { background: linear-gradient(180deg, rgba(12, 14, 15, .42) 0%, rgba(12, 14, 15, .06) 28%, transparent 48%); }
  .hero-inner { min-height: 100svh; padding-top: 94px; padding-bottom: 34px; justify-content: flex-end; }
  .hero-copy { max-width: 420px; }
  .eyebrow { display: none; }
  h1 { max-width: 340px; margin: 0; font-size: clamp(2.15rem, 10.6vw, 2.75rem); line-height: 1.03; }
  .hero-copy > p { display: none; }
  .hero-actions { margin-top: 18px; }
  .hero-actions .btn { width: auto; min-height: 47px; padding-inline: 17px; font-size: .88rem; }
  .hero-capabilities { grid-template-columns: 1fr; margin-top: 56px; }
  .hero-capabilities > div, .hero-capabilities > div:first-child { min-height: 58px; padding: 11px 0; border-left: 0; border-bottom: 1px solid rgba(255, 255, 255, .16); }
  .hero-capabilities > div:last-child { border-bottom: 0; }
  .cap-icon { width: 30px; height: 30px; transform: scale(.82); transform-origin: left center; }
  .signal-grid { grid-template-columns: 1fr; padding: 13px 0; }
  .signal-grid > div, .signal-grid > div:first-child, .signal-grid > div:nth-child(odd) { min-height: auto; padding: 12px 0; border-left: 0; }
  section { padding: 78px 0; }
  .section-head { margin-bottom: 35px; }
  h2 { font-size: clamp(2.15rem, 11vw, 3.25rem); }
  .service-card { min-height: 430px; padding: 25px; }
  .service-card > a { left: 25px; right: 25px; }
  .project-image { min-height: 400px; }
  .project-image figcaption { left: 18px; right: 18px; bottom: 16px; }
  .project-copy { padding: 66px 20px; }
  .process-grid { grid-template-columns: 1fr; }
  .step, .step:first-child, .step:nth-child(3), .step:nth-child(4) { min-height: 250px; padding: 24px 0; border-left: 0; border-top: 1px solid var(--line-light); }
  .step:first-child { border-top: 0; }
  .step h3 { margin-top: 68px; }
  .about-lead { margin-top: 20px; font-size: 1.05rem; }
  .principles > div { grid-template-columns: 34px 1fr; }
  .principles p { grid-column: 2; }
  .contact-card > div { grid-template-columns: 1fr; gap: 4px; }
  .footer-top { align-items: flex-start; flex-direction: column; }
  .footer-top > p { text-align: left; }
  .footer-grid { grid-template-columns: 1fr; gap: 28px; }
  .footer-bottom { flex-direction: column; }
}
