:root {
  /* Whites & creams */
  --w0: #ffffff;
  --w1: #fafaf8;
  --w2: #f5f3ef;
  --w3: #ede9e2;
  --w4: #e4dfd6;

  /* Georgian greens — lush, deep forest */
  --g1: #1e3d0f;
  --g2: #2e5a18;
  --g3: #3d7420;
  --g4: #5a9635;
  --g5: #7fb84f;
  --g6: #b8d89a;
  --g7: #dff0cf;
  --g8: #eef7e4;
  --g9: #f5fbf0;

  /* Georgian reds — flag, wine, warmth */
  --r1: #1e3d0f;
  --r2: #2e5a18;
  --r3: #3d7420;
  --r4: #5a9635;
  --r5: #7fb84f;
  --r6: #b8d89a;
  --r7: #dff0cf;
  --r8: #eef7e4;

  /* Text */
  --t1: #1a1a1a;
  --t2: #3d3d3d;
  --t3: #6b6b6b;
  --t4: #9a9a9a;
  --t5: #c4c4c4;

  /* Borders */
  --b1: #ddd9d2;
  --b2: #e8e4de;
  --b3: #f0ece8;

  /* Typography */
  --display: 'Montserrat', Georgia, serif;
  --body: 'Montserrat', sans-serif;
}

*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; font-size: 16px; }

body {
  font-family:'Montserrat', sans-serif;
  font-weight: 400;
  color: var(--t2);
  background: var(--w0);
  overflow-x: hidden;
  line-height: 1.75;
}

/* ─── UTILITY ─── */
.wrap { max-width: 1180px; margin: 0 auto; padding: 0 48px; }
.sect { padding: 108px 0; }
.sect-sm { padding: 72px 0; }

/* Display headings */
.h-display {
  font-family: var(--display);
  font-weight: 400;
  line-height: 1.12;
  letter-spacing: -0.01em;
}
.h-display em { font-style: italic; }
.h-display .green { color: var(--g3); }
.h-display .red { color: var(--r3); }

/* Section label */
.eyebrow {
  display: inline-flex; align-items: center; gap: 10px;
  font-family: var(--body);
  font-size: 0.68rem;
  font-weight: 400;
  letter-spacing: 0.25em;
  text-transform: uppercase;
  color: var(--g4);
  margin-bottom: 20px;
}
.eyebrow::before { content: ''; width: 24px; height: 1px; background: currentColor; flex-shrink: 0; }
.eyebrow.red { color: var(--r3); }
.eyebrow.red::before { background: var(--r3); }

/* Body copy */
.prose {
  font-size: 0.96rem;
  font-weight: 400;
  color: var(--t3);
  line-height: 1.9;
  max-width: 540px;
}

/* Thin divider */
.divider { width: 36px; height: 1px; background: var(--g5); margin-bottom: 32px; }
.divider.red { background: var(--r4); }

/* Buttons */
.btn {
  display: inline-flex; align-items: center; gap: 10px;
  font-family: var(--body);
  font-size: 0.75rem;
  font-weight: 400;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  text-decoration: none;
  padding: 14px 32px;
  border-radius: 1px;
  cursor: pointer;
  border: none;
  transition: all 0.35s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  position: relative;
}
.btn-solid-g { background: var(--g2); color: var(--w0); }
.btn-solid-g:hover { background: var(--g1); box-shadow: 0 8px 28px rgba(46, 90, 24, 0.28); transform: translateY(-2px); }
.btn-solid-r { background: var(--r2); color: var(--w0); }
.btn-solid-r:hover { background: var(--r1); box-shadow: 0 8px 28px rgba(152, 24, 24, 0.25); transform: translateY(-2px); }
.btn-ghost-g { background: transparent; color: var(--g2); border: 1px solid var(--g4); }
.btn-ghost-g:hover { background: var(--g9); border-color: var(--g3); transform: translateY(-1px); }
.btn-ghost-r { background: transparent; color: var(--r2); border: 1px solid var(--r4); }
.btn-ghost-r:hover { background: var(--r8); }
.btn-white { background: var(--w0); color: var(--r2); }
.btn-white:hover { background: var(--w2); transform: translateY(-2px); box-shadow: 0 8px 28px rgba(0,0,0,0.12); }
.arrow { transition: transform 0.3s; }
.btn:hover .arrow { transform: translateX(5px); }

/* Scroll reveal */
.sr { opacity: 0; transform: translateY(28px); transition: opacity 0.8s ease, transform 0.8s ease; }
.sr.left { transform: translateX(-28px); }
.sr.show { opacity: 1; transform: none; }

/* ─── FLAG STRIPE ─── */
.flag-top {
  position: fixed; top: 0; left: 0; right: 0; height: 3px;
  background: linear-gradient(90deg, var(--r2) 0%, var(--r4) 50%, var(--r2) 100%);
  z-index: 1000;
}

/* ─── HEADER ─── */
header {
  position: fixed; top: 3px; left: 0; right: 0;
  background: rgba(255,255,255,0.94);
  backdrop-filter: blur(16px);
  border-bottom: 1px solid transparent;
  z-index: 900;
  transition: border-color 0.3s, box-shadow 0.3s;
}
header.stuck { border-color: var(--b2); box-shadow: 0 1px 24px rgba(0,0,0,0.06); }

nav {
  display: flex; align-items: center; justify-content: space-between;
  height: 70px; max-width: 1180px; margin: 0 auto; padding: 0 48px;
}

/* Logo */
.logo {display:block; max-height:40px; width:auto;height:auto;}
.logo-cross {
  width: 34px; height: 34px; flex-shrink: 0;
  position: relative;
}
.logo-name-top {
  font-family: var(--display);
  font-size: 1.4rem; font-weight: 500;
  color: var(--t1);
  line-height: 1;
  letter-spacing: 0.01em;
}
.logo-name-sub {
  font-family: var(--body);
  font-size: 0.58rem; font-weight: 400;
  color: var(--t4);
  letter-spacing: 0.2em;
  text-transform: uppercase;
  margin-top: 3px;
  display: block;
}

.nav-menu { display: flex; gap: 34px; list-style: none; }
.nav-menu a {
  font-size: 0.72rem; font-weight: 400; letter-spacing: 0.12em;
  color: var(--t3); text-decoration: none; text-transform: uppercase;
  transition: color 0.2s;
  position: relative; padding-bottom: 2px;
}
.nav-menu a::after {
  content: ''; position: absolute; bottom: 0; left: 0; width: 0; height: 1px;
  background: var(--g3); transition: width 0.3s;
}
.nav-menu a:hover { color: var(--g2); }
.nav-menu a:hover::after { width: 100%; }

.nav-right { display: flex; align-items: center; gap: 16px; }
.lang-toggle {
  display: flex; border: 1px solid var(--b1); border-radius: 2px; overflow: hidden;
}
.lang-toggle a {
  padding:9px 13px; background: none; border: none;
  font-family: var(--body); font-size: 0.68rem; font-weight: 400;
  letter-spacing: 0.12em; color: var(--t4); cursor: pointer;
  transition: all 0.2s; text-decoration:none;
}
.lang-toggle a.active { background: var(--g3); color: var(--w0); }
.lang-toggle a:hover:not(.active) { color: var(--g3); }

/* ─── HERO ─── */
#hero {
  min-height: 100vh;
  padding-top: 73px;
  position: relative;
  overflow: hidden;
  display: flex; align-items: center;
}

/* Sky gradient background */
.hero-sky {
  position: absolute; inset: 0;
  background:
    radial-gradient(ellipse 70% 55% at 75% -10%, #b8d4e8 0%, transparent 60%),
    radial-gradient(ellipse 50% 40% at 20% 100%, rgba(90,150,53,0.12) 0%, transparent 60%),
    linear-gradient(180deg, #e8f4f8 0%, #eef3e8 35%, #f5f2ec 65%, #f9f8f5 100%);
  z-index: 0;
}

/* Georgian flag cross — large watermark */
.hero-flag-wm {
  position: absolute;
  top: 8%; right: 2%;
  width: 420px; height: 420px;
  opacity: 0.045;
  pointer-events: none;
  z-index: 1;
}

/* Caucasus mountain panorama SVG */
.hero-mountains {
  position: absolute;
  bottom: 0; left: 0; right: 0;
  z-index: 1;
  pointer-events: none;
}

/* Decorative wildflowers */
.hero-flowers {
  position: absolute;
  bottom: 0; right: 0;
  width: 260px; height: 380px;
  opacity: 0.5;
  pointer-events: none;
  z-index: 2;
}

.hero-inner {
  position: relative; z-index: 3;
  max-width: 1180px; margin: 0 auto; padding: 80px 48px;
  display: grid; grid-template-columns: 1.1fr 1fr; gap: 80px; align-items: center;
}

/* Hero left */
.hero-kicker {
  display: inline-flex; align-items: center; gap: 10px;
  font-size: 0.68rem; font-weight: 400; letter-spacing: 0.2em;
  color: var(--r3); text-transform: uppercase;
  margin-bottom: 28px;
}
.hero-kicker::before { content: ''; width: 28px; height: 1px; background: var(--r3); }

h1.hero-title {
  font-family: var(--display);
  font-size: clamp(3rem, 3.5vw, 3.4rem);
  font-weight: 400; line-height: 1.1;
  color: var(--t1);
  margin-bottom: 28px;
  letter-spacing: -0.015em;
}
h1.hero-title em { font-style: italic; color: var(--g3); }
h1.hero-title .accent {
  color: var(--r3);
  position: relative;
  display: inline-block;
}
h1.hero-title .accent::after {
  content: '';
  position: absolute;
  bottom: 0; left: 0; right: 0; height: 2px;
  background: linear-gradient(90deg, var(--r3), transparent);
}

.hero-lead {
  font-size: 1.02rem; font-weight: 400; color: var(--t3);
  line-height: 1.9; max-width: 490px; margin-bottom: 12px;
}
.hero-support {
  font-family: var(--display); font-style: italic;
  font-size: 0.9rem; color: var(--t4); margin-bottom: 42px;
}

.hero-btns { display: flex; gap: 14px; flex-wrap: wrap; margin-bottom: 56px; }

.hero-badges { display: flex; flex-wrap: wrap; gap: 8px; }
.badge {
  font-size: 0.72rem; font-weight: 400; letter-spacing: 0.08em;
  color: var(--t3); border: 1px solid var(--b1);
  padding: 5px 15px; border-radius: 100px;
  background: rgba(255,255,255,0.65);
}

/* Hero right card stack */
.hero-card-stack {
  background: rgba(255,255,255,0.82);
  backdrop-filter: blur(12px);
  border: 1px solid var(--b2);
  border-radius: 8px;
  overflow: hidden;
  box-shadow: 0 4px 48px rgba(0,0,0,0.08);
}
.hcs-item {
  display: flex; gap: 16px; align-items: flex-start;
  padding: 22px 26px; border-bottom: 1px solid var(--b3);
  transition: background 0.25s;
}
.hcs-item:last-of-type { border-bottom: none; }
.hcs-item:hover { background: var(--g9); }
.hcs-icon {
  width: 38px; height: 38px; border-radius: 50%;
  display: flex; align-items: center; justify-content: center;
  font-size: 1rem; flex-shrink: 0;
}
.hcs-icon.g { background: var(--g8); }
.hcs-icon.r { background: var(--r8); }
.hcs-title { font-family: var(--body); font-size: 0.9rem; font-weight: 400; color: var(--t1); margin-bottom: 3px; }
.hcs-sub { font-size: 0.78rem; font-weight: 400; color: var(--t4); }

.hcs-stats {
  display: grid; grid-template-columns: repeat(3,1fr);
  border-top: 1px solid var(--b2);
}
.hcs-stat { padding: 18px; text-align: center; border-right: 1px solid var(--b3); }
.hcs-stat:last-child { border-right: none; }
.hcs-num {
  font-family: var(--display);
  font-size: 1.9rem; font-weight: 400;
  color: var(--g3); line-height: 1; margin-bottom: 4px;
}
.hcs-num.red { color: var(--r3); }
.hcs-lbl { font-size: 0.65rem; font-weight: 400; letter-spacing: 0.06em; color: var(--t4); }

/* Scroll indicator */
.scroll-hint {
  position: absolute; bottom: 36px; left: 50%;
  transform: translateX(-50%);
  z-index: 3; display: flex; flex-direction: column; align-items: center; gap: 8px;
  font-size: 0.62rem; letter-spacing: 0.22em; color: var(--t4);
  text-transform: uppercase; font-weight: 400;
  animation: breathe 2.8s ease-in-out infinite;
}
@keyframes breathe { 0%,100%{transform:translateX(-50%) translateY(0)} 50%{transform:translateX(-50%) translateY(9px)} }
.scroll-hint svg { opacity: 0.35; }

/* ─── ABOUT ─── */
#about { background: var(--w0); position: relative; overflow: hidden; }

.vine-deco {
  position: absolute;
  pointer-events: none; opacity: 0.05;
}

.about-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 84px; align-items: center; }

.photo-frame {
  position: relative; border-radius: 6px;
  overflow: hidden; height: 480px;
  box-shadow: 0 12px 60px rgba(0,0,0,0.11);
}
.photo-frame img { width: 100%; height: 100%; object-fit: cover; }
.photo-frame::before {
  content: ''; position: absolute; inset: 0;
  background: linear-gradient(145deg, rgba(46,90,24,0.15) 0%, transparent 55%);
  z-index: 1;
}
.photo-caption {
  position: absolute; bottom: 0; left: 0; right: 0;
  background: rgba(255,255,255,0.96);
  border-top: 2px solid var(--g4);
  padding: 20px 26px; z-index: 2;
}
.photo-caption .big {
  font-family: var(--display); font-size: 2rem; font-weight: 400;
  color: var(--g3); line-height: 1; display: block;
}
.photo-caption .sm { font-size: 0.78rem; font-weight: 400; color: var(--t4); margin-top: 4px; }

.geo-dots { display: flex; gap: 6px; margin-top: 40px; }
.geo-dot { width: 7px; height: 7px; border-radius: 50%; }

/* ─── INDUSTRIES ─── */
#industries { background: var(--w2); position: relative; overflow: hidden; }

.section-header { text-align: center; max-width: 580px; margin: 0 auto 64px; }
.section-header .eyebrow { justify-content: center; }
.section-header .eyebrow::before { display: none; }
.section-header .eyebrow::after { content: ''; width: 24px; height: 1px; background: currentColor; }
.section-header .prose { margin: 0 auto; }

.ind-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 1px; background: var(--b1); border: 1px solid var(--b1); border-radius: 6px; overflow: hidden; }
.ind-tile {
  background: var(--w0);
  padding: 36px 28px;
  position: relative;
  transition: background 0.25s;
  overflow: hidden;
}
.ind-tile::before {
  content: ''; position: absolute;
  top: 0; left: 0; right: 0; height: 3px;
  background: var(--g4); opacity: 0;
  transition: opacity 0.25s;
}
.ind-tile:hover { background: var(--g9); }
.ind-tile:hover::before { opacity: 1; }
.ind-tile.r:hover { background: var(--r8); }
.ind-tile.r::before { background: var(--r3); }

.ind-ico { width: 46px; height: 46px; border-radius: 50%; background: var(--g8); display: flex; align-items: center; justify-content: center; font-size: 1.1rem; margin-bottom: 18px; transition: transform 0.25s; }
.ind-tile:hover .ind-ico { transform: scale(1.08); }
.ind-tile.r .ind-ico { background: var(--r8); }
.ind-tile h3 { font-family: var(--display); font-size: 1.1rem; font-weight: 500; color: var(--t1); margin-bottom: 10px; }
.ind-tile p { font-size: 0.8rem; font-weight: 400; color: var(--t4); line-height: 1.7; }

/* ─── PRODUCTS ─── */
#products { background: var(--w0); }

.prod-layout { display: grid; grid-template-columns: 1fr 1fr; gap: 84px; align-items: start; }

.prod-count-panel {
  background: linear-gradient(145deg, var(--g9), var(--g7));
  border: 1px solid var(--g6);
  border-radius: 6px;
  padding: 44px;
  text-align: center; margin-bottom: 20px;
  position: relative; overflow: hidden;
}
.prod-count-panel .big-num {
  font-family: var(--display); font-size: 5.5rem; font-weight: 400;
  color: var(--g3); line-height: 0.9;
}
.prod-count-panel .lbl { font-size: 0.72rem; font-weight: 400; letter-spacing: 0.18em; text-transform: uppercase; color: var(--t3); margin-top: 12px; }
.prod-note { font-family: var(--display); font-style: italic; font-size: 0.95rem; color: var(--t4); padding: 20px 24px; background: var(--r8); border: 1px solid var(--r6); border-radius: 4px; line-height: 1.7; }

.cat-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 0 48px; }
.cat-block { margin-bottom: 32px; }
.cat-name {
  font-size: 0.66rem; font-weight: 400; letter-spacing: 0.2em;
  text-transform: uppercase; color: var(--g4);
  padding-bottom: 10px; border-bottom: 1px solid var(--g7); margin-bottom: 13px;
}
.cat-name.r { color: var(--r3); border-color: var(--r7); }
.tag-cloud { display: flex; flex-wrap: wrap; gap: 6px; }
.tag-pill {
  font-size: 0.77rem; font-weight: 400; color: var(--t3);
  border: 1px solid var(--b1); padding: 4px 13px; border-radius: 100px;
  background: var(--w1); transition: all 0.2s; cursor: default;
}
.tag-pill:hover { border-color: var(--g4); color: var(--g2); background: var(--g9); }
.tag-pill.r:hover { border-color: var(--r4); color: var(--r2); background: var(--r8); }

/* ─── SERVICES ─── */
#services { background: var(--w2); position: relative; overflow: hidden; }

.svc-layout { display: grid; grid-template-columns: 1fr 1fr; gap: 84px; align-items: start; }

.svc-photo {
  border-radius: 6px; overflow: hidden; height: 520px;
  box-shadow: 0 12px 60px rgba(0,0,0,0.1);
  position: relative;
}
.svc-photo img { width: 100%; height: 100%; object-fit: cover; filter: saturate(0.8); }
.svc-photo::after {
  content: ''; position: absolute; inset: 0;
  background: linear-gradient(180deg, transparent 55%, rgba(30,61,15,0.3));
}
.svc-photo-cap {
  position: absolute; bottom: 24px; left: 24px; right: 24px; z-index: 1;
  font-family: var(--display); font-style: italic; font-size: 0.85rem;
  color: rgba(255,255,255,0.82);
}

.svc-steps { margin-top: 40px; }
.svc-step {
  display: flex; gap: 18px; align-items: flex-start;
  padding: 20px 0; border-bottom: 1px solid var(--b2);
  transition: padding-left 0.3s;
}
.svc-step:first-child { border-top: 1px solid var(--b2); }
.svc-step:hover { padding-left: 5px; }
.step-n {
  font-family: var(--display); font-size: 1.15rem; font-weight: 400;
  color: var(--g5); flex-shrink: 0; width: 28px; padding-top: 1px;
}
.step-title { font-size: 0.92rem; font-weight: 400; color: var(--t1); margin-bottom: 5px; }
.step-text { font-size: 0.8rem; font-weight: 400; color: var(--t4); line-height: 1.7; }

/* ─── REGIONS ─── */
#regions { background: var(--w0); }
.reg-layout { display: grid; grid-template-columns: 1fr 1fr; gap: 84px; align-items: start; }

.reg-cards { display: flex; flex-direction: column; gap: 12px; margin-top: 40px; }
.reg-card {
  display: flex; gap: 16px; align-items: center;
  padding: 18px 22px; border: 1px solid var(--b2);
  border-radius: 4px; background: var(--w1);
  transition: all 0.28s;
}
.reg-card:hover { border-color: var(--g4); background: var(--g9); transform: translateX(5px); }
.reg-flag { font-size: 1.8rem; flex-shrink: 0; }
.reg-title { font-size: 0.94rem; font-weight: 400; color: var(--t1); margin-bottom: 2px; }
.reg-detail { font-size: 0.76rem; font-weight: 400; color: var(--t4); }

/* Map illustration */
.map-box {
  background: linear-gradient(145deg, var(--g9), var(--w2));
  border: 1px solid var(--b2); border-radius: 6px;
  padding: 44px 36px;
  display: flex; flex-direction: column; align-items: center;
  text-align: center; min-height: 400px; justify-content: center;
  position: relative; overflow: hidden;
}
.map-box svg { max-width: 300px; width: 100%; }
.map-box-caption { margin-top: 22px; font-family: var(--display); font-style: italic; font-size: 0.95rem; color: var(--t4); }

/* ─── QUALITY ─── */
#quality { background: var(--w2); }
.doc-row { display: grid; grid-template-columns: repeat(4,1fr); gap: 16px; }
.doc-card {
  background: var(--w0); border: 1px solid var(--b2);
  border-radius: 4px; padding: 32px 22px; text-align: center;
  transition: all 0.28s;
}
.doc-card:hover { border-color: var(--g4); transform: translateY(-5px); box-shadow: 0 12px 36px rgba(93,150,53,0.1); }
.doc-icon { font-size: 1.8rem; margin-bottom: 16px; }
.doc-name { font-family: var(--display); font-size: 1.15rem; font-weight: 500; color: var(--t1); margin-bottom: 8px; }
.doc-desc { font-size: 0.78rem; font-weight: 400; color: var(--t4); line-height: 1.65; }

/* ─── SUSTAINABILITY ─── */
#sust {
  background: var(--g1);
  position: relative; overflow: hidden; color: var(--w0);
}
#sust .eyebrow { color: rgba(255,255,255,0.45); }
#sust .eyebrow::before { background: rgba(255,255,255,0.35); }
#sust h2 { color: var(--w0); }
#sust h2 em { color: #a3d87a; }
#sust .prose { color: rgba(255,255,255,0.62); max-width: 500px; }

.sust-bg-tex {
  position: absolute; inset: 0;
  background-image:
    radial-gradient(circle at 85% 20%, rgba(93,150,53,0.12) 0%, transparent 40%),
    radial-gradient(circle at 15% 80%, rgba(93,150,53,0.08) 0%, transparent 40%);
  pointer-events: none;
}
.sust-mtns { position: absolute; bottom: 0; left: 0; right: 0; opacity: 0.08; pointer-events: none; }

.sust-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 84px; align-items: center; position: relative; z-index: 1; }

.sust-cards { display: flex; flex-direction: column; gap: 14px; }
.sust-card {
  display: flex; gap: 16px; align-items: flex-start;
  padding: 20px 24px;
  background: rgba(255,255,255,0.06);
  border: 1px solid rgba(255,255,255,0.1);
  border-radius: 4px; transition: background 0.25s;
}
.sust-card:hover { background: rgba(255,255,255,0.1); }
.sust-ico { font-size: 1.3rem; flex-shrink: 0; margin-top: 1px; }
.sust-card h4 { font-size: 0.9rem; font-weight: 400; color: rgba(255,255,255,0.92); margin-bottom: 5px; }
.sust-card p { font-size: 0.78rem; font-weight: 400; color: rgba(255,255,255,0.52); line-height: 1.7; }

/* ─── CTA BAND ─── */
#cta {
  background: var(--r1);
  padding: 84px 0;
  position: relative; overflow: hidden;
  text-align: center;
}
#cta:before{position: absolute;
  background: rgba(0,0,0,0.3);
  width: 100%;
  height: 100%;
  content: '';
  z-index: 3;
  left: 0;
  top: 0;}
#cta .wrap{position: relative;z-index: 4}
.cta-grad { position: absolute; inset: 0; z-index:2; background-image:url(back.webp); background-repeat:no-repeat; background-position:center center; background-size:cover; background-attachment:fixed; }
.cta-wm {
  position: absolute; right: 4%; top: 50%; transform: translateY(-50%);
  width: 200px; height: 200px; opacity: 0.05; pointer-events: none;
}
.cta-inner { position: relative; z-index: 1; }
.cta-inner h2 {
  font-family: var(--display);
  font-size: clamp(2rem, 4vw, 3rem); font-weight: 400;
  color: var(--w0); margin-bottom: 18px; letter-spacing: -0.01em;
}
.cta-inner h2 em { font-style: italic; color: #f5a0a0; }
.cta-inner p { font-size: 0.98rem; font-weight: 400; color: rgba(255,255,255,0.72); max-width: 520px; margin: 0 auto 38px; }

/* ─── CONTACT ─── */
#contact { background: var(--w0); }
.con-grid { display: grid; grid-template-columns: 1fr 1.7fr; gap: 84px; align-items: start; }
.con-info .prose { margin-bottom: 38px; }

.info-item { display: flex; gap: 13px; align-items: flex-start; margin-bottom: 20px; }
.info-ico { font-size: 1rem; color: var(--g4); margin-top: 1px; }
.info-lbl { font-size: 0.68rem; text-transform: uppercase; letter-spacing: 0.12em; color: var(--t4); font-weight: 400; margin-bottom: 2px; }
.info-val { font-size: 0.9rem; font-weight: 400; color: var(--t2); line-height: 1.5; }

.geo-ornament { display: flex; align-items: center; gap: 8px; margin-top: 42px; padding-top: 24px; border-top: 1px solid var(--b2); }

/* Form */
form { display: flex; flex-direction: column; gap: 14px; }
.form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; }
.fg { display: flex; flex-direction: column; gap: 6px; }
.flabel {
  font-size: 0.67rem; font-weight: 400; letter-spacing: 0.16em;
  text-transform: uppercase; color: var(--t4);
}
input, select, textarea {
  background: var(--w1); border: 1px solid var(--b1);
  border-radius: 2px; color: var(--t1);
  font-family: var(--body); font-size: 0.9rem; font-weight: 400;
  padding: 12px 18px; transition: all 0.2s; outline: none; width: 100%;
}
input::placeholder, textarea::placeholder { color: var(--t5); }
input:focus, select:focus, textarea:focus { border-color: var(--g4); background: var(--w0); box-shadow: 0 0 0 3px rgba(90,150,53,0.07); }
select { appearance: none; cursor: pointer; }
textarea { resize: vertical; min-height: 108px; }
.checks { display: flex; flex-wrap: wrap; gap: 10px; padding-top: 10px; }
.chk {
  display: flex; align-items: center; gap: 7px;
  font-size: 0.82rem; font-weight: 400; color: var(--t3); cursor: pointer;
}
.chk input[type=checkbox] { width: 14px; height: 14px; padding: 0; accent-color: var(--g4); flex-shrink: 0; }
.form-foot { display: flex; align-items: center; justify-content: space-between; flex-wrap: wrap; gap: 12px; margin-top: 6px; }
.form-fine { font-family: var(--display); font-style: italic; font-size: 0.85rem; color: var(--t4); }
.form-success { display: none; padding: 20px 24px; background: var(--g9); border: 1px solid var(--g6); border-radius: 4px; font-size: 0.9rem; color: var(--g2); margin-top: 18px; }

/* ─── FOOTER ─── */
footer { background: var(--t1); color: rgba(255,255,255,0.55); padding: 60px 0 36px; }
.footer-grid { display: grid; grid-template-columns: 2fr 1fr 1fr 1fr; gap: 52px; margin-bottom: 52px; }
.ft-brand p { font-size: 0.82rem; font-weight: 400; line-height: 1.8; max-width: 270px; margin-top: 18px; }
.ft-col h5 { font-size: 0.62rem; letter-spacing: 0.22em; text-transform: uppercase; color: rgba(255,255,255,0.28); margin-bottom: 20px; font-weight: 400; }
.ft-col ul { list-style: none; display: flex; flex-direction: column; gap: 10px; }
.ft-col a { font-size: 0.82rem; font-weight: 400; color: rgba(255,255,255,0.48); text-decoration: none; transition: color 0.2s; }
.ft-col a:hover { color: rgba(255,255,255,0.9); }
.footer-bar { border-top: 1px solid rgba(255,255,255,0.07); padding-top: 28px; display: flex; align-items: center; justify-content: space-between; font-size: 0.73rem; font-weight: 400; flex-wrap: wrap; gap: 12px; }

/* ─── RESPONSIVE ─── */
@media (max-width: 960px) {
	.logo{max-width:100px;}
	nav{padding: 0 10px}
	h1.hero-title {font-size: clamp(2rem,2.5vw,2.4rem)}
	.ind-tile {padding: 18px 12px}
	.hero-inner, .about-grid, .prod-layout, .svc-layout, .reg-layout, .sust-grid, .con-grid { grid-template-columns: 1fr; gap:32px; }
  	.hero-inner {padding:40px 12px}
	.hero-card-stack { display: none; }
	.ind-grid { grid-template-columns: 1fr 1fr; }
	.doc-row { grid-template-columns: 1fr 1fr; }
	.footer-grid { grid-template-columns: 1fr 1fr; }
	nav .nav-menu { display: none; }
	.wrap { padding: 0 12px; }
	section { padding: 72px 0; }
}