:root {
  --ink: #102019;
  --forest: #173c2a;
  --forest-2: #20573a;
  --moss: #7f9d78;
  --sand: #ece8df;
  --paper: #f7f6f1;
  --white: #ffffff;
  --line: rgba(16, 32, 25, 0.14);
  --shadow: 0 18px 60px rgba(16, 32, 25, 0.12);
  --radius: 22px;
  --max: 1180px;
}
* { 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(--ink); background:var(--paper); line-height:1.6; }
a { color:inherit; text-decoration:none; }
button,input,select,textarea { font:inherit; }
.container { width:min(var(--max),calc(100% - 40px)); margin:0 auto; }
.preview-bar { background:#d8c7a2; color:#382d1d; text-align:center; padding:8px 16px; font-size:.78rem; font-weight:800; letter-spacing:.06em; }
.site-header { position:sticky; top:0; z-index:30; background:rgba(247,246,241,.94); backdrop-filter:blur(12px); border-bottom:1px solid var(--line); }
.nav-wrap { min-height:78px; display:flex; align-items:center; justify-content:space-between; gap:24px; }
.brand { display:flex; align-items:center; gap:12px; }
.brand-mark { width:44px; height:44px; border-radius:50%; display:grid; place-items:center; background:var(--forest); color:var(--white); font-weight:900; letter-spacing:-.03em; }
.brand strong,.brand small { display:block; }
.brand strong { font-size:1rem; letter-spacing:-.01em; }
.brand small { font-size:.72rem; text-transform:uppercase; letter-spacing:.16em; opacity:.65; }
.site-nav { display:flex; align-items:center; gap:22px; font-size:.93rem; font-weight:700; }
.menu-button { display:none; border:1px solid var(--line); background:transparent; border-radius:999px; padding:10px 14px; }
.button { display:inline-flex; align-items:center; justify-content:center; min-height:48px; padding:0 20px; border:0; border-radius:999px; background:var(--forest); color:var(--white); font-weight:800; cursor:pointer; transition:.2s ease; }
.button:hover { transform:translateY(-1px); background:var(--forest-2); }
.button-secondary { background:transparent; color:var(--forest); border:1px solid var(--forest); }
.button-secondary:hover { background:rgba(23,60,42,.06); }
.button-small { min-height:40px; padding:0 16px; }
.button-light { background:var(--white); color:var(--forest); }
.button-outline-light { background:transparent; color:var(--white); border:1px solid rgba(255,255,255,.55); }
.hero,.page-hero { padding:84px 0 76px; overflow:hidden; }
.page-hero { background:linear-gradient(180deg,#f7f6f1,#edf1ea); border-bottom:1px solid var(--line); }
.hero-grid { display:grid; grid-template-columns:1.1fr .9fr; gap:64px; align-items:center; }
.eyebrow { margin:0 0 14px; color:var(--forest-2); text-transform:uppercase; font-size:.76rem; letter-spacing:.18em; font-weight:900; }
.eyebrow.light { color:#b8d1bf; }
h1,h2,h3 { margin-top:0; line-height:1.08; letter-spacing:-.035em; }
h1 { font-size:clamp(3.2rem,7vw,6.5rem); margin-bottom:24px; max-width:10ch; }
h2 { font-size:clamp(2.2rem,4.2vw,4rem); margin-bottom:20px; }
h3 { font-size:1.35rem; }
.hero-lead { font-size:1.2rem; max-width:720px; color:rgba(16,32,25,.78); }
.hero-actions { display:flex; gap:12px; flex-wrap:wrap; margin:32px 0 16px; }
.microcopy,.form-note { font-size:.82rem; color:rgba(16,32,25,.6); }
.hero-panel { min-height:520px; position:relative; border-radius:36px; overflow:hidden; background:linear-gradient(145deg,#0f2b1d,#255f3d 56%,#91a77d); box-shadow:var(--shadow); }
.hero-panel::before { content:""; position:absolute; inset:0; background:radial-gradient(circle at 65% 22%,rgba(255,255,255,.2),transparent 28%),linear-gradient(180deg,transparent 50%,rgba(0,0,0,.25)); }
.ring { position:absolute; border:1px solid rgba(255,255,255,.24); border-radius:50%; }
.ring-one { width:360px; height:360px; right:-90px; top:-70px; }
.ring-two { width:260px; height:260px; left:-70px; bottom:-50px; }
.panel-card { position:absolute; left:32px; right:32px; bottom:32px; background:rgba(247,246,241,.93); padding:28px; border-radius:22px; display:grid; gap:7px; }
.panel-card strong { font-size:1.1rem; }
.panel-kicker { font-size:.72rem; font-weight:900; letter-spacing:.16em; color:var(--forest-2); }
.hiring-banner { background:linear-gradient(135deg,#102019,#20573a 70%,#2f724c); color:var(--white); padding:30px 0; border-top:1px solid rgba(255,255,255,.08); border-bottom:1px solid rgba(255,255,255,.08); }
.hiring-banner-inner { display:flex; align-items:center; justify-content:space-between; gap:32px; }
.hiring-banner-copy { max-width:760px; }
.hiring-kicker { margin:0 0 8px; text-transform:uppercase; letter-spacing:.18em; font-size:.78rem; font-weight:950; color:#d8e8d8; }
.hiring-banner h2 { margin:0 0 10px; font-size:clamp(1.8rem,3.5vw,3rem); }
.hiring-banner p { margin:0; color:rgba(255,255,255,.82); }
.hiring-banner-actions { display:flex; flex-wrap:wrap; gap:12px; flex-shrink:0; }
.hiring-banner .button-light:hover { background:#eef4ec; color:var(--forest); }
.hiring-banner .button-outline-light:hover { background:rgba(255,255,255,.1); }
.trust-strip { border-top:1px solid var(--line); border-bottom:1px solid var(--line); background:var(--white); }
.trust-grid { display:grid; grid-template-columns:repeat(4,1fr); }
.trust-grid div { padding:24px; border-right:1px solid var(--line); }
.trust-grid div:last-child { border-right:0; }
.trust-grid strong,.trust-grid span { display:block; }
.trust-grid span { font-size:.82rem; opacity:.6; margin-top:4px; }
.section { padding:96px 0; }
.section-muted { background:var(--sand); }
.section-dark { background:var(--ink); color:var(--white); }
.section-heading { max-width:830px; margin-bottom:42px; }
.section-heading.narrow { max-width:760px; }
.section-heading>p:last-child { font-size:1.08rem; color:rgba(16,32,25,.7); }
.card-grid { display:grid; grid-template-columns:repeat(3,1fr); gap:18px; }
.card { padding:28px; background:var(--white); border:1px solid var(--line); border-radius:var(--radius); min-height:235px; }
.card>span { font-size:.72rem; font-weight:900; letter-spacing:.12em; color:var(--forest-2); }
.card h3 { margin:54px 0 10px; }
.card p { color:rgba(16,32,25,.67); }
.card a,.career-card a { display:inline-flex; margin-top:12px; font-weight:850; color:var(--forest-2); }
.card a:hover,.career-card a:hover { text-decoration:underline; }
.split-grid { display:grid; grid-template-columns:1fr 1fr; gap:64px; align-items:center; }
.align-start { align-items:start; }
.capability-list { display:grid; gap:1px; background:rgba(255,255,255,.12); border-radius:var(--radius); overflow:hidden; }
.capability-list div { background:rgba(255,255,255,.06); padding:22px 24px; display:flex; justify-content:space-between; gap:20px; }
.capability-list span { opacity:.7; text-align:right; }
.careers-section { background:linear-gradient(180deg,var(--paper),#eef3ec); }
.career-grid { display:grid; grid-template-columns:repeat(4,1fr); gap:16px; }
.career-card { background:var(--white); border:1px solid var(--line); border-radius:var(--radius); padding:24px; min-height:220px; }
.career-card p { color:rgba(16,32,25,.67); }
.career-cta,.callout { margin-top:22px; border-radius:var(--radius); background:var(--forest); color:var(--white); padding:28px; display:flex; align-items:center; justify-content:space-between; gap:24px; }
.callout-dark { background:var(--ink); }
.career-cta div { display:grid; gap:5px; }
.career-cta .button { background:var(--white); color:var(--forest); white-space:nowrap; }
.area-panel { padding:34px; border-radius:var(--radius); background:var(--forest); color:var(--white); }
.area-panel>span { font-size:.78rem; font-weight:900; letter-spacing:.12em; }
.area-explainer { margin-top:56px; }
.lead-section { background:var(--white); }
.forms-grid { display:grid; grid-template-columns:1fr 1fr; gap:20px; align-items:start; }
.lead-form { background:var(--paper); border:1px solid var(--line); border-radius:var(--radius); padding:30px; }
.form-grid { display:grid; grid-template-columns:1fr 1fr; gap:14px; }
label { display:grid; gap:6px; font-size:.82rem; font-weight:800; }
input,select,textarea { width:100%; border:1px solid rgba(16,32,25,.18); border-radius:12px; background:var(--white); padding:12px 13px; color:var(--ink); }
textarea { resize:vertical; }
.lead-form>label { margin-top:14px; }
.checkbox { grid-template-columns:auto 1fr; align-items:start; gap:10px; font-weight:500; margin:18px 0; }
.checkbox input { width:auto; margin-top:4px; }
.form-status { min-height:24px; font-weight:800; color:var(--forest-2); }
.project-grid { display:grid; grid-template-columns:repeat(3,1fr); gap:20px; }
.project-card { background:var(--white); border:1px solid var(--line); border-radius:var(--radius); overflow:hidden; }
.project-placeholder { min-height:260px; display:grid; place-items:center; background:linear-gradient(145deg,#143a28,#6e8d70); color:rgba(255,255,255,.88); font-weight:900; letter-spacing:.12em; font-size:.75rem; }
.project-copy { padding:24px; }
.tag { display:inline-flex; padding:6px 10px; border-radius:999px; background:#e4ece3; color:var(--forest); font-size:.72rem; font-weight:900; text-transform:uppercase; letter-spacing:.08em; }
.location-grid { display:grid; grid-template-columns:repeat(3,1fr); gap:14px; }
.location-card { background:var(--white); border:1px solid var(--line); border-radius:18px; padding:24px; }
.location-card strong,.location-card span { display:block; }
.location-card span { margin-top:6px; opacity:.6; font-size:.88rem; }
.faq-list { display:grid; gap:12px; max-width:900px; }
.faq-list details { background:var(--white); border:1px solid var(--line); border-radius:16px; padding:0 20px; }
.faq-list summary { cursor:pointer; font-weight:850; padding:20px 0; }
.faq-list p { margin:0 0 20px; color:rgba(16,32,25,.7); }
.site-footer { background:#09140f; color:var(--white); padding:52px 0 24px; }
.footer-grid { display:grid; grid-template-columns:1.2fr .8fr .8fr 1.2fr; gap:28px; }
.footer-grid strong { display:block; margin-bottom:10px; }
.footer-grid a,.footer-grid p { display:block; margin:5px 0; color:rgba(255,255,255,.66); font-size:.9rem; }
.copyright { margin-top:36px; padding-top:18px; border-top:1px solid rgba(255,255,255,.12); color:rgba(255,255,255,.46); font-size:.82rem; }
@media (max-width:960px) {
  .site-nav:not(.always-visible) { position:absolute; top:100%; left:0; right:0; background:var(--paper); border-bottom:1px solid var(--line); padding:18px 20px 24px; flex-direction:column; align-items:stretch; display:none; }
  .site-nav.is-open { display:flex; }
  .menu-button { display:inline-flex; }
  .always-visible { flex-wrap:wrap; justify-content:flex-end; gap:12px; }
  .hero-grid,.split-grid,.forms-grid { grid-template-columns:1fr; }
  .hero-panel { min-height:420px; }
  .hiring-banner-inner { flex-direction:column; align-items:flex-start; }
  .trust-grid { grid-template-columns:1fr 1fr; }
  .trust-grid div:nth-child(2) { border-right:0; }
  .trust-grid div:nth-child(-n+2) { border-bottom:1px solid var(--line); }
  .card-grid,.project-grid,.location-grid { grid-template-columns:1fr 1fr; }
  .career-grid { grid-template-columns:1fr 1fr; }
  .footer-grid { grid-template-columns:1fr 1fr; }
}
@media (max-width:620px) {
  .container { width:min(var(--max),calc(100% - 28px)); }
  .hero,.page-hero { padding:58px 0; }
  h1 { font-size:clamp(3rem,17vw,5rem); }
  .hero-panel { min-height:360px; }
  .hiring-banner { padding:24px 0; }
  .hiring-banner-actions { width:100%; }
  .hiring-banner-actions .button { width:100%; }
  .trust-grid,.card-grid,.career-grid,.form-grid,.footer-grid,.project-grid,.location-grid { grid-template-columns:1fr; }
  .trust-grid div { border-right:0; border-bottom:1px solid var(--line); }
  .career-cta,.callout { align-items:flex-start; flex-direction:column; }
  .capability-list div { flex-direction:column; }
  .capability-list span { text-align:left; }
  .section { padding:72px 0; }
  .always-visible { display:none; }
}
