
:root {
  --green: #168f49;
  --green-dark: #0d5d35;
  --yellow: #ffd42a;
  --ink: #17211b;
  --muted: #5f6a63;
  --line: #d9e2dc;
  --soft: #f4f7f0;
  --cream: #fff9e8;
  --white: #ffffff;
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Arial, sans-serif; color: var(--ink); background: var(--white); line-height: 1.55; }
a { color: inherit; }
img { max-width: 100%; display: block; }
.container { width: min(1160px, calc(100% - 40px)); margin: 0 auto; }
.nav-wrap { position: fixed; top: 18px; left: 0; right: 0; z-index: 50; pointer-events: none; display: flex; justify-content: center; }
.nav-pill { pointer-events: auto; width: fit-content; max-width: calc(100% - 24px); margin: 0 auto; min-height: 70px; display: flex; align-items: center; gap: 18px; padding: 8px 10px 8px 16px; border: 1px solid rgba(13,93,53,.22); background: rgba(255,255,255,.92); backdrop-filter: blur(16px); box-shadow: 0 18px 60px rgba(18,35,25,.12); border-radius: 8px; }
.brand { display: inline-flex; align-items: center; flex: 0 0 auto; }
.brand img { width: 160px; height: auto; border-radius: 4px; }
.nav-links { display: flex; align-items: center; gap: 4px; flex: 0 1 auto; justify-content: center; }
.nav-links a, .nav-call { text-decoration: none; font-size: 14px; font-weight: 700; padding: 10px 11px; border-radius: 6px; white-space: nowrap; }
.nav-links a:hover { background: var(--soft); }
.nav-call { background: var(--green); color: var(--white); }
.hero { padding: 122px 0 36px; background: var(--cream); min-height: 84vh; display: flex; align-items: center; border-bottom: 1px solid var(--line); }
.hero-grid { display: grid; grid-template-columns: .96fr 1.04fr; gap: 54px; align-items: center; }
.eyebrow { margin: 0 0 12px; color: var(--green-dark); font-size: 13px; font-weight: 800; text-transform: uppercase; letter-spacing: 0; }
h1, h2, h3, p { overflow-wrap: anywhere; }
h1 { margin: 0; font-size: 62px; line-height: 1; letter-spacing: 0; max-width: 840px; }
h2 { margin: 0; font-size: 38px; line-height: 1.08; letter-spacing: 0; }
h3 { margin: 0 0 10px; font-size: 20px; line-height: 1.18; letter-spacing: 0; }
.lead { margin: 22px 0 0; font-size: 20px; color: #34443a; max-width: 660px; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 28px; }
.btn { display: inline-flex; align-items: center; justify-content: center; min-height: 48px; padding: 13px 18px; border-radius: 6px; text-decoration: none; font-weight: 800; border: 1px solid transparent; cursor: pointer; font: inherit; }
.btn.primary { background: var(--green); color: var(--white); }
.btn.secondary { background: var(--white); color: var(--green-dark); border-color: var(--line); }
.btn.light { background: var(--yellow); color: var(--ink); }
.hero-proof { display: grid; grid-template-columns: repeat(3, 1fr); gap: 8px; margin: 34px 0 0; }
.hero-proof div, .trust-grid article, .service-card, .blog-list article, .contact-panel, .quote-form, .quote-panel { border: 1px solid var(--line); border-radius: 8px; background: var(--white); }
.hero-proof div { padding: 14px; }
.hero-proof dt { font-size: 12px; color: var(--muted); font-weight: 800; text-transform: uppercase; }
.hero-proof dd { margin: 4px 0 0; font-weight: 900; }
.hero-media { position: relative; min-height: 660px; }
.hero-main-img { width: 84%; height: 620px; object-fit: cover; border-radius: 8px; border: 10px solid var(--white); box-shadow: 0 30px 90px rgba(14,44,27,.22); margin-left: auto; }
.hero-small { position: absolute; width: 260px; height: 190px; object-fit: cover; border: 8px solid var(--white); border-radius: 8px; box-shadow: 0 20px 60px rgba(14,44,27,.16); }
.hero-small-a { left: 0; bottom: 80px; }
.hero-small-b { right: 24px; bottom: 0; }
.proof-band { background: var(--green); color: var(--white); }
.proof-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 1px; }
.proof-grid span { padding: 18px 14px; font-weight: 800; text-align: center; border-left: 1px solid rgba(255,255,255,.22); }
.section { padding: 82px 0; }
.section.white { background: var(--white); }
.section.soft { background: var(--soft); }
.split-section { display: grid; grid-template-columns: .8fr 1.2fr; gap: 54px; align-items: start; }
.rich-copy p, .article-copy p, .section-head p { color: var(--muted); font-size: 17px; }
.section-head { max-width: 760px; margin-bottom: 30px; }
.service-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.service-card { overflow: hidden; }
.service-card img { width: 100%; aspect-ratio: 4/3; object-fit: cover; }
.service-card div { padding: 20px; }
.service-card p { color: var(--muted); margin: 0 0 16px; }
.service-card a, .text-link { font-weight: 900; color: var(--green-dark); }
.timeline-layout { display: grid; grid-template-columns: .8fr 1.2fr; gap: 44px; }
.timeline { display: grid; gap: 12px; }
.timeline div { display: grid; grid-template-columns: 58px 1fr; gap: 14px; padding: 20px 0; border-top: 1px solid var(--line); }
.timeline span { width: 44px; height: 44px; display: grid; place-items: center; border-radius: 50%; background: var(--yellow); font-weight: 900; }
.timeline p { grid-column: 2; margin: -8px 0 0; color: var(--muted); }
.gallery-band { background: var(--green-dark); color: var(--white); }
.gallery-band .eyebrow, .gallery-band .text-link { color: var(--yellow); }
.gallery-band p { color: rgba(255,255,255,.78); }
.gallery-feature { display: grid; grid-template-columns: .8fr 1.2fr; gap: 40px; align-items: center; }
.mosaic { display: grid; grid-template-columns: repeat(6, 1fr); grid-auto-rows: 120px; gap: 10px; }
.mosaic img { width: 100%; height: 100%; object-fit: cover; border-radius: 8px; }
.mosaic img:nth-child(1) { grid-column: span 3; grid-row: span 2; }
.mosaic img:nth-child(2), .mosaic img:nth-child(3) { grid-column: span 3; }
.mosaic img:nth-child(n+4) { grid-column: span 2; }
.trust-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.trust-grid article { padding: 24px; }
.trust-grid p { margin-bottom: 0; color: var(--muted); }
.faq-teaser .btn { margin-top: 18px; }
.cta-band { background: var(--green); color: var(--white); padding: 48px 0; }
.cta-inner { display: flex; justify-content: space-between; align-items: center; gap: 24px; }
.cta-inner .eyebrow { color: var(--yellow); }
.page-hero { padding: 138px 0 70px; background: var(--cream); border-bottom: 1px solid var(--line); }
.page-hero-grid { display: grid; grid-template-columns: 1fr .8fr; gap: 44px; align-items: center; }
.page-hero h1 { font-size: 54px; }
.page-hero-img { width: 100%; height: 420px; object-fit: cover; border-radius: 8px; border: 8px solid var(--white); box-shadow: 0 20px 70px rgba(14,44,27,.18); }
.article-copy { max-width: 860px; }
.article-copy h2 { margin: 38px 0 12px; }
.article-copy p, .article-copy li { font-size: 18px; color: #34443a; }
.check-list { display: grid; grid-template-columns: repeat(2, 1fr); gap: 12px 22px; padding-left: 20px; }
.quote-panel { margin: 34px 0; padding: 26px; background: var(--cream); }
.article-copy details { border-top: 1px solid var(--line); padding: 18px 0; }
.article-copy summary { cursor: pointer; font-weight: 900; font-size: 18px; }
.gallery-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.gallery-grid figure { margin: 0; border-radius: 8px; overflow: hidden; border: 1px solid var(--line); background: var(--white); }
.gallery-grid img { width: 100%; aspect-ratio: 4/3; object-fit: cover; }
.gallery-grid figcaption { padding: 12px 14px; font-weight: 800; }
.blog-list { display: grid; grid-template-columns: repeat(2, 1fr); gap: 18px; }
.blog-list article { padding: 24px; }
.blog-list h2 { font-size: 26px; }
.blog-list a { text-decoration: none; }
.contact-grid { display: grid; grid-template-columns: .9fr 1.1fr; gap: 24px; }
.contact-panel, .quote-form { padding: 26px; }
.contact-panel a { color: var(--green-dark); font-weight: 900; }
.licence-list { display: grid; gap: 8px; margin-top: 20px; font-weight: 800; }
.quote-form { display: grid; gap: 16px; }
.quote-form label { display: grid; gap: 7px; font-weight: 800; }
.quote-form input, .quote-form textarea { width: 100%; border: 1px solid var(--line); border-radius: 6px; padding: 12px; font: inherit; }
.site-footer { background: #13231a; color: var(--white); padding: 58px 0 26px; }
.footer-inner { width: min(1160px, calc(100% - 40px)); margin: 0 auto; display: grid; grid-template-columns: .8fr 1.5fr; gap: 46px; }
.footer-brand img { width: 220px; border-radius: 4px; }
.footer-brand p { color: rgba(255,255,255,.72); }
.footer-phone { color: var(--yellow); font-weight: 900; font-size: 22px; text-decoration: none; }
.footer-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 24px; }
.footer-grid h3 { font-size: 15px; color: var(--yellow); }
.footer-grid ul { list-style: none; padding: 0; margin: 0; display: grid; gap: 8px; }
.footer-grid a { color: rgba(255,255,255,.78); text-decoration: none; font-size: 14px; }
.footer-bottom { width: min(1160px, calc(100% - 40px)); margin: 34px auto 0; padding-top: 18px; border-top: 1px solid rgba(255,255,255,.16); display: flex; flex-wrap: wrap; gap: 14px 24px; color: rgba(255,255,255,.66); font-size: 13px; }
.footer-credit a { color: var(--yellow); }
.sticky-call { display: none; }
@media (max-width: 920px) {
  .nav-pill { align-items: flex-start; flex-wrap: wrap; }
  .nav-links { order: 3; width: 100%; justify-content: flex-start; overflow-x: auto; padding-bottom: 2px; }
  .nav-call { margin-left: auto; }
  .hero, .page-hero { padding-top: 168px; }
  .hero-grid, .page-hero-grid, .split-section, .timeline-layout, .gallery-feature, .contact-grid, .footer-inner { grid-template-columns: 1fr; }
  h1 { font-size: 44px; }
  .page-hero h1 { font-size: 40px; }
  h2 { font-size: 32px; }
  .hero-media { min-height: auto; }
  .hero-main-img { width: 100%; height: 460px; }
  .hero-small { position: static; width: 48%; height: 170px; display: inline-block; margin-top: 10px; }
  .proof-grid, .service-grid, .trust-grid, .gallery-grid, .blog-list, .footer-grid { grid-template-columns: repeat(2, 1fr); }
  .check-list { grid-template-columns: 1fr; }
}
@media (max-width: 560px) {
  .container, .footer-inner, .footer-bottom { width: min(100% - 28px, 1160px); }
  .nav-wrap { top: 10px; }
  .nav-pill { width: calc(100% - 16px); padding: 8px; gap: 8px; }
  .brand img { width: 126px; }
  .nav-links a { font-size: 13px; padding: 8px 9px; }
  .nav-call { font-size: 13px; padding: 8px 10px; }
  .hero, .page-hero { padding-top: 168px; }
  h1 { font-size: 36px; }
  .page-hero h1 { font-size: 34px; }
  h2 { font-size: 28px; }
  .lead { font-size: 18px; }
  .hero-proof, .proof-grid, .service-grid, .trust-grid, .gallery-grid, .blog-list, .footer-grid { grid-template-columns: 1fr; }
  .section { padding: 58px 0; }
  .hero-main-img { height: 330px; border-width: 6px; }
  .hero-small { width: calc(50% - 5px); height: 120px; border-width: 5px; }
  .mosaic { grid-template-columns: repeat(2, 1fr); grid-auto-rows: 120px; }
  .mosaic img, .mosaic img:nth-child(1), .mosaic img:nth-child(2), .mosaic img:nth-child(3), .mosaic img:nth-child(n+4) { grid-column: span 1; grid-row: span 1; }
  .cta-inner { display: grid; }
  .page-hero-img { height: 300px; }
  .sticky-call { display: flex; position: fixed; left: 14px; right: 14px; bottom: 14px; z-index: 60; min-height: 48px; align-items: center; justify-content: center; background: var(--green); color: var(--white); border-radius: 8px; text-decoration: none; font-weight: 900; box-shadow: 0 12px 36px rgba(0,0,0,.22); }
  .site-footer { padding-bottom: 86px; }
}
