:root {
  --green: #0a6b45;
  --green-mid: #085538;
  --green-dark: #043524;
  --gold: #d4a017;
  --gold-light: #f0c14d;
  --text: #14241c;
  --muted: #4a5c52;
  --line: #d6ceba;
  --soft: #ebe6d8;
  --page: #f7f4ec;
  --font: "Outfit", Arial, sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--text); background: var(--page); font-family: var(--font); line-height: 1.65; }
a { color: inherit; text-decoration: none; }
img { display: block; max-width: 100%; }

.company-header {
  position: sticky;
  top: 0;
  z-index: 10;
  height: 84px;
  padding: 0 6vw;
  display: flex;
  align-items: center;
  justify-content: space-between;
  background: linear-gradient(180deg, var(--green-mid), var(--green-dark));
  border-bottom: 3px solid var(--gold);
}
.group-brand img { height: 58px; width: auto; }
.header-links { display: flex; gap: 22px; color: rgba(255,255,255,.9); font-size: 13px; font-weight: 600; letter-spacing: .06em; text-transform: uppercase; }
.header-links a:last-child { color: var(--gold-light); }
.header-links a:hover { color: var(--gold-light); }

.hero-banner {
  height: 300px;
  background: center/cover no-repeat;
  position: relative;
}
.hero-banner::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(8,38,28,.15) 0%, rgba(8,38,28,.55) 100%);
}

.company-hero {
  display: grid;
  grid-template-columns: 1fr min(300px, 34%);
  gap: 40px;
  align-items: center;
  padding: 48px 6vw;
  background: var(--soft);
  border-bottom: 1px solid var(--line);
}
.hero-logo {
  width: 100%;
  height: auto;
  max-height: 260px;
  object-fit: contain;
  margin-left: auto;
  padding: 20px 16px;
  background: linear-gradient(180deg, #fff 0%, #faf7f0 100%);
  border: 1px solid var(--line);
  border-radius: 10px;
  box-shadow: 0 10px 28px rgba(13,59,44,.1);
}
.crumbs { margin: 0 0 10px; color: var(--muted); font-size: 13px; }
.crumbs a { color: var(--green); }
.kicker { margin: 0 0 8px; color: var(--gold); font-size: 12px; font-weight: 600; letter-spacing: .08em; text-transform: uppercase; }
.company-hero h1 { margin: 0 0 10px; color: var(--green-dark); font-size: clamp(28px, 4vw, 38px); }
.company-hero h1 em { font-style: normal; color: var(--green); }
.hero-summary { margin: 0; color: var(--muted); max-width: 560px; }

.overview-layout {
  display: grid;
  grid-template-columns: 1fr 1.2fr;
  gap: 40px;
  align-items: start;
  margin-top: 8px;
}
.overview-photo {
  width: 100%;
  height: 280px;
  object-fit: cover;
  border: 1px solid var(--line);
}

.overview, .who, .services, .advantage, .enquiry { padding: 48px 6vw; }
.section-label { margin: 0 0 8px; color: var(--gold); font-size: 12px; font-weight: 600; letter-spacing: .1em; text-transform: uppercase; }
h2 { margin: 0 0 16px; color: var(--green-dark); font-size: 24px; }
.overview-grid { display: grid; grid-template-columns: 1fr 1.4fr; gap: 32px; }
.lead { margin-top: 0; color: var(--text); font-size: 18px; }
.overview-copy h2 { margin: 0 0 16px; color: var(--green-dark); font-size: 24px; }
.overview-copy p:not(.lead) { color: var(--muted); }
.promise { font-weight: 600; color: var(--green) !important; }

.who { background: var(--soft); border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.who ul { margin: 0; padding-left: 18px; color: var(--muted); }
.who li { margin-bottom: 8px; }

.service-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }
.service-grid article { padding: 20px; border: 1px solid var(--line); background: #fff; }
.service-grid small { color: var(--gold); font-weight: 600; }
.service-grid h3 { margin: 8px 0; color: var(--green-dark); font-size: 18px; }
.service-grid p { margin: 0; color: var(--muted); font-size: 14px; }

.advantage { display: grid; grid-template-columns: .8fr 1.2fr; gap: 32px; }
.values { margin: 16px 0 0; padding: 0; list-style: none; }
.values li { padding: 10px 0; border-bottom: 1px solid var(--line); color: var(--green); }
.values span { margin-right: 12px; color: var(--gold); font-size: 12px; }

.enquiry { display: grid; grid-template-columns: 1fr 1fr; gap: 32px; background: var(--green-dark); color: #fff; }
.enquiry h2 { color: #fff; }
.enquiry p, .enquiry a { color: rgba(255,255,255,.85); }
.enquiry a { display: block; margin-bottom: 10px; }
.enquiry a:hover { color: var(--gold); }

.company-footer {
  padding: 28px 6vw;
  display: flex;
  flex-direction: column;
  gap: 16px;
  color: rgba(255,255,255,.5);
  background: #061912;
  font-size: 13px;
}
.footer-top { display: flex; align-items: center; justify-content: space-between; width: 100%; gap: 24px; }
.footer-top img { height: 56px; }
.footer-contact { display: flex; gap: 28px; }
.footer-contact span { display: block; color: var(--gold); font-size: 11px; }
.footer-bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  padding-top: 14px;
  border-top: 1px solid rgba(255,255,255,.08);
  font-size: 12px;
}
.made-by { margin: 0; color: rgba(255,255,255,.45); letter-spacing: .04em; }
.made-by a { color: var(--gold); font-weight: 500; }
.made-by a:hover { color: #fff; }

@media (max-width: 800px) {
  .company-hero, .overview-grid, .overview-layout, .advantage, .enquiry, .service-grid, .footer-top { grid-template-columns: 1fr; }
  .footer-top, .footer-bottom { flex-direction: column; align-items: flex-start; }
  .header-links a:not(:last-child) { display: none; }
  .company-hero, .overview, .who, .services, .advantage, .enquiry { padding: 36px 20px; }
}
