
:root {
  --green: #7FAE3A;
  --green-dark: #5F8928;
  --green-light: #F7FAF3;
  --ink: #1E2418;
  --ink-soft: #4B5640;
  --surface: #FFFFFF;
  --border: rgba(87,111,61,0.14);
  --shadow: 0 1px 3px rgba(0,0,0,0.05), 0 10px 28px rgba(86,110,60,0.08);
  --radius: 18px;
  --font-display: 'Outfit', sans-serif;
  --font-body: 'Inter', sans-serif;
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; font-family: var(--font-body); color: var(--ink); background: var(--surface); }
a { color: inherit; text-decoration: none; }
img { max-width: 100%; display: block; }
.container { width: min(1120px, calc(100% - 32px)); margin: 0 auto; }
.narrow { width: min(840px, calc(100% - 32px)); margin: 0 auto; }
.section { padding: 72px 0; }
.section-soft { background: linear-gradient(180deg, #EEF5E6 0%, #F8FBF5 100%); }
.eyebrow { color: var(--green-dark); text-transform: uppercase; letter-spacing: .08em; font-size: 12px; font-weight: 700; margin: 0 0 12px; }
.lead { color: var(--ink-soft); font-size: 18px; line-height: 1.7; }
.site-header { position: sticky; top: 0; z-index: 20; background: rgba(255,255,255,.9); backdrop-filter: blur(10px); border-bottom: 1px solid rgba(87,111,61,.08); }
.nav-wrap { display: flex; align-items: center; justify-content: space-between; min-height: 84px; gap: 20px; }
.brand-logo { height: 60px; width: auto; }
.main-nav { display: flex; gap: 24px; align-items: center; font-weight: 600; }
.main-nav a { color: var(--ink-soft); }
.main-nav a:hover, .main-nav a.is-active { color: var(--ink); }
.nav-cta { padding: 12px 18px; border-radius: 999px; border: 1px solid var(--border); background: #fff; }
.menu-toggle { display: none; }
.hero { background: linear-gradient(180deg, #F4F8EF 0%, #EAF3DF 100%); padding: 54px 0 28px; }
.hero-inner { display: grid; grid-template-columns: 1.35fr .65fr; gap: 32px; align-items: center; }
.hero-text { max-width: 700px; }
.hero h1, .page-hero h1, .split h2, .service-card h2, .work-copy h2, .contact-card h2, .cta-panel h2 { font-family: var(--font-display); font-weight: 700; letter-spacing: -.02em; line-height: 1.08; margin: 0 0 16px; }
.hero h1 { font-size: clamp(42px, 5vw, 68px); max-width: 14ch; }
.hero-actions { display: flex; gap: 14px; flex-wrap: wrap; margin-top: 28px; }
.btn { display: inline-flex; align-items: center; justify-content: center; padding: 14px 22px; border-radius: 999px; font-weight: 700; border: 1px solid transparent; transition: .2s ease; }
.btn-primary { background: var(--green); color: #fff; }
.btn-primary:hover { background: var(--green-dark); }
.btn-secondary { background: rgba(255,255,255,.9); border-color: rgba(127,174,58,.22); }
.btn-secondary:hover { border-color: var(--green); }
.hero-visual { display: flex; justify-content: flex-end; }
.hero-photo { width: 100%; max-width: 360px; aspect-ratio: 3/4; object-fit: cover; border-radius: var(--radius); box-shadow: var(--shadow); border: 1px solid var(--border); }
.trust-bar { display: grid; grid-template-columns: repeat(4, 1fr); gap: 12px; margin-top: 28px; }
.trust-bar div { background: rgba(255,255,255,.8); border: 1px solid var(--border); border-radius: 16px; padding: 18px; display: grid; gap: 6px; }
.trust-bar strong { font-family: var(--font-display); font-size: 28px; }
.trust-bar span { color: var(--ink-soft); font-size: 14px; }
.page-hero { padding: 72px 0 18px; background: linear-gradient(180deg, #EEF5E6 0%, #F8FBF5 100%); }
.page-hero h1 { font-size: clamp(34px, 4vw, 56px); max-width: 12ch; }
.split { display: grid; grid-template-columns: 1.1fr .9fr; gap: 32px; align-items: start; }
.card-list, .service-grid { display: grid; gap: 18px; }
.card, .service-card, .contact-card, .work-card, .cta-panel { background: #fff; border: 1px solid var(--border); border-radius: var(--radius); box-shadow: var(--shadow); }
.card, .service-card, .contact-card { padding: 24px; }
.service-grid { grid-template-columns: repeat(3, 1fr); }
.service-card p, .card p, .work-copy p, .contact-card p, .site-footer p, .site-footer li { color: var(--ink-soft); line-height: 1.7; }
.link-row { display: flex; gap: 18px; flex-wrap: wrap; margin-top: 20px; }
.text-link { color: var(--green-dark); font-weight: 700; }
.filters { display: flex; gap: 12px; flex-wrap: wrap; margin-bottom: 24px; }
.filter-btn { border: 1px solid var(--border); background: #fff; border-radius: 999px; padding: 10px 16px; font-weight: 700; color: var(--ink-soft); cursor: pointer; }
.filter-btn.is-active, .filter-btn:hover { background: var(--green); color: #fff; border-color: var(--green); }
.works-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; }
.work-card { overflow: hidden; }
.work-card img { width: 100%; aspect-ratio: 4/3; object-fit: cover; }
.work-copy { padding: 16px 18px 20px; }
.work-tag { display: inline-block; margin-bottom: 10px; color: var(--green-dark); font-weight: 700; font-size: 12px; letter-spacing: .06em; text-transform: uppercase; }
.contact-grid { display: grid; grid-template-columns: .9fr 1.1fr; gap: 28px; align-items: start; }
.contact-form { display: grid; gap: 14px; }
.contact-form label { display: grid; gap: 8px; font-weight: 600; }
.contact-form input, .contact-form textarea { width: 100%; border: 1px solid rgba(127,174,58,.18); border-radius: 16px; padding: 14px 16px; font: inherit; }
.form-note { min-height: 24px; color: var(--green-dark); }
.cta-panel { padding: 28px; display: flex; justify-content: space-between; align-items: center; gap: 20px; }
.cta-actions { display: flex; gap: 12px; flex-wrap: wrap; }
.site-footer { background: #F4F8EF; border-top: 1px solid var(--border); margin-top: 30px; }
.footer-grid { display: grid; grid-template-columns: 1.2fr 1fr 1fr; gap: 24px; padding: 42px 0 24px; }
.footer-logo { height: 48px; width: auto; margin-bottom: 12px; }
.site-footer h3 { font-family: var(--font-display); margin: 0 0 12px; }
.site-footer ul { list-style: none; padding: 0; margin: 0; display: grid; gap: 8px; }
.footer-bottom { border-top: 1px solid rgba(87,111,61,.08); padding: 16px 0 24px; color: var(--ink-soft); }
.hidden { display: none !important; }
@media (max-width: 980px) {
  .hero-inner, .split, .contact-grid, .footer-grid { grid-template-columns: 1fr; }
  .service-grid, .works-grid { grid-template-columns: repeat(2, 1fr); }
  .hero-photo { max-width: 340px; }
  .hero h1, .page-hero h1 { max-width: 100%; }
  .cta-panel { flex-direction: column; align-items: flex-start; }
}
@media (max-width: 760px) {
  .menu-toggle { display: inline-flex; background: #fff; border: 1px solid var(--border); border-radius: 999px; padding: 10px 14px; font-weight: 700; }
  .main-nav { display: none; position: absolute; top: 84px; left: 16px; right: 16px; background: #fff; border: 1px solid var(--border); border-radius: 18px; padding: 18px; flex-direction: column; align-items: flex-start; box-shadow: var(--shadow); }
  .main-nav.open { display: flex; }
  .main-nav .nav-cta { width: 100%; justify-content: center; }
  .trust-bar { grid-template-columns: repeat(2,1fr); }
  .service-grid, .works-grid { grid-template-columns: 1fr; }
  .brand-logo { height: 52px; }
  .hero-photo { max-width: 290px; }
}
