:root {
  --black: #070907;
  --charcoal: #111511;
  --charcoal-2: #1a2119;
  --green: #77c72b;
  --green-dark: #4f9d1d;
  --green-soft: #edf8e3;
  --white: #ffffff;
  --offwhite: #f5f6f3;
  --text: #202520;
  --muted: #667066;
  --line: #dfe4dc;
  --max: 1180px;
  --radius: 18px;
  --shadow: 0 18px 48px rgba(0,0,0,.14);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  color: var(--text);
  background: var(--white);
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
}
img { max-width: 100%; height: auto; display: block; }
a { color: inherit; }
.container { width: min(calc(100% - 36px), var(--max)); margin: 0 auto; }
.skip-link { position:absolute; left:-9999px; top:auto; }
.skip-link:focus { left:16px; top:16px; z-index:1000; background:#fff; padding:10px 14px; border-radius:8px; }

.topbar {
  background: var(--green);
  color: #071007;
  font-weight: 800;
  font-size: .92rem;
}
.topbar .container { display:flex; justify-content:space-between; gap:20px; padding:8px 0; }
.topbar a { text-decoration:none; }

.site-header {
  position: sticky;
  top: 0;
  z-index: 50;
  background: rgba(7,9,7,.96);
  backdrop-filter: blur(12px);
  border-bottom: 1px solid rgba(255,255,255,.08);
}
.nav-wrap { display:flex; min-height:78px; align-items:center; gap:26px; }
.brand { display:flex; align-items:center; text-decoration:none; flex:0 0 auto; }
.brand img { width: 190px; height:64px; object-fit:cover; object-position:center; border-radius:3px; }
.nav { display:flex; align-items:center; gap:24px; margin-left:auto; }
.nav a { color:#f7f8f5; text-decoration:none; font-weight:700; font-size:.93rem; }
.nav a:hover, .nav a[aria-current="page"] { color:var(--green); }
.nav-cta { background:var(--green); color:#071007 !important; padding:12px 16px; border-radius:999px; }
.menu-toggle { display:none; margin-left:auto; border:1px solid rgba(255,255,255,.18); background:transparent; color:#fff; border-radius:10px; padding:9px 11px; font-size:1.15rem; }

.hero {
  position:relative;
  overflow:hidden;
  background:
    radial-gradient(circle at 77% 20%, rgba(119,199,43,.22), transparent 28%),
    linear-gradient(115deg, #080b08 0%, #101710 58%, #172216 100%);
  color:#fff;
}
.hero::before {
  content:"";
  position:absolute; inset:0;
  background-image: linear-gradient(rgba(255,255,255,.025) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.025) 1px, transparent 1px);
  background-size:32px 32px;
  mask-image:linear-gradient(to right, #000, transparent 78%);
}
.hero-grid { position:relative; display:grid; grid-template-columns: 1.08fr .92fr; gap:52px; align-items:center; padding:82px 0 66px; }
.eyebrow { display:inline-flex; gap:8px; align-items:center; text-transform:uppercase; letter-spacing:.14em; font-size:.78rem; font-weight:900; color:var(--green); margin-bottom:14px; }
.eyebrow::before { content:""; width:34px; height:2px; background:var(--green); }
h1,h2,h3 { line-height:1.06; margin:0 0 18px; letter-spacing:-.03em; }
h1 { font-size:clamp(2.65rem, 6vw, 5.6rem); max-width:850px; }
h2 { font-size:clamp(2rem, 4vw, 3.5rem); }
h3 { font-size:1.35rem; }
.hero h1 span { color:var(--green); }
.hero-copy { font-size:1.16rem; color:#d7ddd5; max-width:700px; margin-bottom:28px; }
.hero-actions { display:flex; gap:12px; flex-wrap:wrap; margin-bottom:28px; }
.btn { display:inline-flex; align-items:center; justify-content:center; gap:8px; border-radius:999px; padding:14px 20px; font-weight:900; text-decoration:none; border:2px solid transparent; transition:.2s ease; }
.btn-primary { background:var(--green); color:#071007; }
.btn-primary:hover { background:#8bd83a; transform:translateY(-1px); }
.btn-secondary { color:#fff; border-color:rgba(255,255,255,.45); }
.btn-secondary:hover { border-color:#fff; background:rgba(255,255,255,.07); }
.hero-proof { display:flex; gap:22px; flex-wrap:wrap; color:#cbd3c9; font-size:.9rem; font-weight:750; }
.hero-proof span::before { content:"✓"; color:var(--green); margin-right:7px; font-weight:1000; }
.hero-art { position:relative; align-self:end; }
.hero-art::after { content:""; position:absolute; left:12%; right:12%; bottom:4%; height:50px; background:rgba(0,0,0,.44); filter:blur(24px); border-radius:50%; z-index:0; }
.hero-art img { position:relative; z-index:1; width:min(100%, 510px); margin-left:auto; max-height:650px; object-fit:contain; }

.trust-strip { background:#fff; border-bottom:1px solid var(--line); box-shadow:0 8px 24px rgba(0,0,0,.04); }
.trust-grid { display:grid; grid-template-columns:repeat(4,1fr); }
.trust-item { padding:20px 24px; text-align:center; font-size:.9rem; font-weight:900; text-transform:uppercase; letter-spacing:.05em; border-right:1px solid var(--line); }
.trust-item:last-child { border-right:0; }
.trust-item b { color:var(--green-dark); }

.section { padding:88px 0; }
.section-sm { padding:62px 0; }
.section-dark { background:var(--charcoal); color:#fff; }
.section-soft { background:var(--offwhite); }
.section-head { max-width:780px; margin-bottom:42px; }
.section-head p { color:var(--muted); font-size:1.08rem; margin:0; }
.section-dark .section-head p { color:#c7cec4; }

.split { display:grid; grid-template-columns:1fr 1fr; gap:56px; align-items:center; }
.split.reverse .visual { order:2; }
.kicker { color:var(--green-dark); font-weight:900; text-transform:uppercase; letter-spacing:.12em; font-size:.78rem; margin-bottom:10px; }
.lead { font-size:1.12rem; color:var(--muted); }
.section-dark .lead { color:#c6cec3; }
.checklist { list-style:none; padding:0; margin:24px 0 0; display:grid; gap:10px; }
.checklist li { position:relative; padding-left:31px; }
.checklist li::before { content:"✓"; position:absolute; left:0; top:0; width:21px; height:21px; display:grid; place-items:center; border-radius:50%; background:var(--green); color:#081008; font-weight:1000; font-size:.76rem; }
.visual-card { overflow:hidden; border-radius:var(--radius); box-shadow:var(--shadow); background:#111; }
.visual-card img { width:100%; height:100%; max-height:620px; object-fit:cover; }

.cards { display:grid; grid-template-columns:repeat(4,1fr); gap:18px; }
.card { border:1px solid var(--line); border-radius:var(--radius); padding:28px; background:#fff; box-shadow:0 8px 28px rgba(0,0,0,.045); transition:.2s ease; }
.card:hover { transform:translateY(-3px); box-shadow:0 16px 38px rgba(0,0,0,.08); }
.card-icon { width:44px; height:44px; border-radius:12px; display:grid; place-items:center; background:var(--green-soft); color:var(--green-dark); font-size:1.25rem; font-weight:900; margin-bottom:22px; }
.card p { color:var(--muted); }
.card a { font-weight:900; color:var(--green-dark); text-decoration:none; }

.cert-grid { display:grid; grid-template-columns:.9fr 1.1fr; gap:52px; align-items:center; }
.cert-image { border-radius:var(--radius); overflow:hidden; box-shadow:var(--shadow); background:#0b0d0b; }
.cert-image img { width:100%; max-height:660px; object-fit:cover; }
.feature-list { display:grid; gap:18px; margin-top:28px; }
.feature { display:grid; grid-template-columns:44px 1fr; gap:14px; align-items:start; }
.feature .num { width:44px; height:44px; border-radius:50%; background:var(--green); color:#071007; display:grid; place-items:center; font-weight:1000; }
.feature p { margin:4px 0 0; color:#c6cec4; }

.band { background:var(--green); color:#091009; }
.band .container { display:flex; justify-content:space-between; align-items:center; gap:30px; padding:34px 0; }
.band h2 { margin:0; font-size:clamp(1.7rem, 3vw, 2.65rem); }
.band .btn { background:#081008; color:#fff; }

.form-grid { display:grid; grid-template-columns:.8fr 1.2fr; gap:44px; }
.contact-card { background:var(--charcoal); color:#fff; border-radius:var(--radius); padding:34px; }
.contact-card a { color:#fff; text-decoration:none; }
.contact-card .line { padding:14px 0; border-bottom:1px solid rgba(255,255,255,.1); }
.contact-card .line:last-child { border-bottom:0; }
.form { border:1px solid var(--line); border-radius:var(--radius); padding:30px; background:#fff; box-shadow:var(--shadow); }
.form-row { display:grid; grid-template-columns:1fr 1fr; gap:16px; }
label { display:block; font-size:.9rem; font-weight:850; margin-bottom:7px; }
input, select, textarea { width:100%; border:1px solid #cfd6cc; border-radius:10px; padding:13px 14px; font:inherit; background:#fff; color:#111; }
input:focus,select:focus,textarea:focus { outline:3px solid rgba(119,199,43,.22); border-color:var(--green-dark); }
textarea { min-height:150px; resize:vertical; }
.field { margin-bottom:16px; }
.form-note { font-size:.82rem; color:var(--muted); }
.hidden { position:absolute; left:-9999px; }

.page-hero { background:linear-gradient(120deg, #080b08, #172217); color:#fff; padding:72px 0 64px; }
.page-hero p { max-width:760px; color:#ced6cb; font-size:1.1rem; }
.breadcrumbs { color:#aeb8ac; font-size:.85rem; margin-bottom:16px; }
.breadcrumbs a { color:#dce4d9; text-decoration:none; }
.content { max-width:820px; }
.content p, .content li { color:#4f594f; }
.content h2 { margin-top:44px; font-size:2rem; }
.content h3 { margin-top:30px; }
.callout { border-left:5px solid var(--green); padding:20px 22px; background:var(--green-soft); border-radius:0 14px 14px 0; margin:28px 0; }

.footer { background:#070907; color:#ccd2c9; padding:58px 0 24px; }
.footer-grid { display:grid; grid-template-columns:1.25fr .75fr .75fr 1fr; gap:40px; }
.footer-logo { width:230px; height:auto; margin-bottom:18px; }
.footer h3 { color:#fff; font-size:1rem; text-transform:uppercase; letter-spacing:.08em; }
.footer a { color:#ccd2c9; text-decoration:none; }
.footer a:hover { color:var(--green); }
.footer ul { list-style:none; padding:0; margin:0; display:grid; gap:9px; }
.footer-bottom { border-top:1px solid rgba(255,255,255,.09); margin-top:38px; padding-top:20px; display:flex; justify-content:space-between; gap:20px; font-size:.82rem; }

@media (max-width: 980px) {
  .menu-toggle { display:block; }
  .nav { display:none; position:absolute; left:0; right:0; top:78px; padding:20px; background:#090c09; flex-direction:column; align-items:stretch; border-top:1px solid rgba(255,255,255,.08); }
  .nav.open { display:flex; }
  .nav a { padding:8px 4px; }
  .nav-cta { text-align:center; }
  .hero-grid, .split, .cert-grid, .form-grid { grid-template-columns:1fr; }
  .hero-grid { padding-top:62px; }
  .hero-art { max-width:520px; margin:0 auto; }
  .trust-grid { grid-template-columns:1fr 1fr; }
  .trust-item:nth-child(2) { border-right:0; }
  .trust-item:nth-child(-n+2) { border-bottom:1px solid var(--line); }
  .cards { grid-template-columns:1fr 1fr; }
  .footer-grid { grid-template-columns:1fr 1fr; }
  .split.reverse .visual { order:initial; }
}

@media (max-width: 640px) {
  .container { width:min(calc(100% - 28px), var(--max)); }
  .topbar .container { justify-content:center; }
  .topbar span:first-child { display:none; }
  .brand img { width:158px; height:54px; }
  .nav-wrap { min-height:68px; }
  .nav { top:68px; }
  .hero-grid { padding:54px 0 46px; gap:26px; }
  h1 { font-size:2.75rem; }
  .hero-copy { font-size:1.02rem; }
  .hero-actions .btn { width:100%; }
  .hero-proof { display:grid; gap:8px; }
  .trust-grid, .cards, .footer-grid, .form-row { grid-template-columns:1fr; }
  .trust-item { border-right:0; border-bottom:1px solid var(--line); }
  .trust-item:last-child { border-bottom:0; }
  .section { padding:66px 0; }
  .band .container { flex-direction:column; align-items:flex-start; }
  .band .btn { width:100%; }
  .footer-bottom { flex-direction:column; }
}


/* Web-native brand panels used while updated marketing graphics are pending */
.brand-panel {
  min-height:420px;
  border-radius:var(--radius);
  padding:46px;
  display:flex;
  flex-direction:column;
  justify-content:center;
  background:linear-gradient(145deg,#f8fbf5,#e8f4df);
  border:1px solid #dce7d5;
  box-shadow:var(--shadow);
  position:relative;
  overflow:hidden;
}
.brand-panel::after { content:""; position:absolute; width:260px; height:260px; border-radius:50%; background:rgba(119,199,43,.13); right:-80px; top:-80px; }
.brand-panel-dark { background:linear-gradient(145deg,#0b0f0b,#172217); color:#fff; border-color:rgba(255,255,255,.08); }
.brand-panel-dark p { color:#cbd3c9; }
.brand-panel-mark { color:var(--green-dark); font-size:clamp(2.3rem,6vw,4.8rem); font-weight:1000; line-height:1; letter-spacing:-.06em; margin-bottom:22px; }
.brand-panel-dark .brand-panel-mark { color:var(--green); }
.brand-panel h3 { font-size:clamp(1.8rem,3vw,2.6rem); max-width:500px; }
.brand-panel p { max-width:520px; font-size:1.05rem; }
.brand-panel-tags { display:flex; flex-wrap:wrap; gap:8px; margin-top:18px; }
.brand-panel-tags span { border:1px solid rgba(72,103,48,.25); border-radius:999px; padding:8px 11px; font-size:.76rem; font-weight:900; text-transform:uppercase; letter-spacing:.06em; }
.brand-panel-dark .brand-panel-tags span { border-color:rgba(255,255,255,.2); }
.brand-panel-logo { width:min(100%,330px); height:auto; object-fit:contain; margin:0 0 24px; border-radius:12px; }
.cert-panel { min-height:520px; display:flex; flex-direction:column; align-items:center; justify-content:center; text-align:center; padding:42px; background:radial-gradient(circle at 50% 25%,#1d3617,#0a0d0a 65%); }
.cert-panel p { color:#cbd3c9; max-width:420px; }
.cert-shield { width:112px; height:132px; display:grid; place-items:center; background:var(--green); color:#071007; font-size:3.4rem; font-weight:1000; clip-path:polygon(50% 0,95% 18%,88% 76%,50% 100%,12% 76%,5% 18%); margin-bottom:22px; }
.cert-label { color:var(--green); font-size:1.45rem; font-weight:1000; letter-spacing:.08em; margin-bottom:6px; }

/* Project gallery: replace placeholders with real before/after images when supplied */
.project-gallery { display:grid; grid-template-columns:repeat(2,1fr); gap:24px; }
.project-card { background:#fff; border:1px solid var(--line); border-radius:var(--radius); overflow:hidden; box-shadow:0 10px 32px rgba(0,0,0,.06); }
.project-card h3 { margin:22px 24px 8px; }
.project-card > p { margin:0 24px 26px; color:var(--muted); }
.project-pair { display:grid; grid-template-columns:1fr 1fr; min-height:280px; }
.project-placeholder { display:flex; flex-direction:column; align-items:center; justify-content:center; text-align:center; padding:26px; background:linear-gradient(145deg,#202620,#101410); color:#fff; border-right:1px solid rgba(255,255,255,.1); }
.project-placeholder:last-child { border-right:0; }
.project-placeholder span { color:var(--green); font-size:.75rem; font-weight:1000; letter-spacing:.14em; margin-bottom:10px; }
.project-placeholder strong { font-size:1.25rem; }
.project-placeholder small { color:#abb5a8; margin-top:7px; }
.project-after { background:linear-gradient(145deg,#172416,#0d120d); }

@media (max-width: 760px) {
  .project-gallery { grid-template-columns:1fr; }
  .project-pair { min-height:220px; }
  .brand-panel { min-height:340px; padding:32px; }
}
