@import url('https://fonts.googleapis.com/css2?family=Instrument+Serif:ital@0;1&family=DM+Sans:ital,opsz,wght@0,9..40,300;0,9..40,400;0,9..40,500;0,9..40,600;1,9..40,300&family=Syne:wght@700;800&display=swap');

:root {
  --green-deep: #1C3A1E;
  --green-mid:  #3d7a22;
  --green-lime: #7AB527;
  --green-light:#a8d84e;
  --cream:      #FAFAF8;
  --cream-2:    #F4F0E8;
  --ink:        #1a201b;
  --ink-60:     rgba(26,32,27,0.6);
  --ink-30:     rgba(26,32,27,0.3);
  --ink-10:     rgba(26,32,27,0.08);
  --white:      #ffffff;
  --serif:      'Instrument Serif', serif;
  --sans:       'DM Sans', sans-serif;
  --mono:       'Syne', sans-serif;
  --shadow-card: 0 1px 3px rgba(0,0,0,0.06), 0 4px 16px rgba(0,0,0,0.04);
  --shadow-lg:   0 8px 40px rgba(0,0,0,0.08);
}
*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; }
body { font-family: var(--sans); background: var(--cream); color: var(--ink); -webkit-font-smoothing: antialiased; }
img { display: block; max-width: 100%; }
a { text-decoration: none; color: inherit; }

.container { max-width: 1200px; margin: 0 auto; padding: 0 48px; }
.section { padding: 100px 0; }
.eyebrow { font-family: var(--sans); font-size: 12px; font-weight: 600; letter-spacing: 0.12em; text-transform: uppercase; color: var(--green-lime); margin-bottom: 16px; }

/* NAV */
.nav { position: fixed; top: 0; left: 0; right: 0; z-index: 100; transition: background 0.3s, box-shadow 0.3s; }
.nav.scrolled { background: rgba(250,250,248,0.93); backdrop-filter: blur(12px); box-shadow: 0 1px 0 var(--ink-10); }
.nav-inner { display: flex; align-items: center; justify-content: space-between; padding: 18px 48px; max-width: 1400px; margin: 0 auto; }
.nav-logo { font-family: 'Syne', sans-serif; font-size: 22px; font-weight: 800; color: var(--green-deep); letter-spacing: -0.5px; text-decoration: none; }
.nav-logo span { color: var(--green-lime); }
.nav-links { display: flex; gap: 32px; list-style: none; }
.nav-links a { font-size: 14px; color: var(--ink-60); letter-spacing: 0.01em; transition: color 0.2s; }
.nav-links a:hover, .nav-links a.active { color: var(--ink); }
.nav-links a.active { font-weight: 600; }
.nav-right { display: flex; align-items: center; gap: 16px; }
.nav-tel { font-size: 13px; color: var(--ink-60); font-weight: 500; }
.nav-cta { padding: 10px 22px; background: var(--green-deep); color: var(--white); border-radius: 100px; font-size: 13px; font-weight: 600; transition: background 0.2s; }
.nav-cta:hover { background: var(--green-mid); }

/* BUTTONS */
.btn-primary { padding: 14px 32px; background: var(--green-deep); color: var(--white); font-size: 14px; font-weight: 600; border-radius: 100px; transition: background 0.2s, transform 0.15s; display: inline-block; font-family: var(--sans); }
.btn-primary:hover { background: var(--green-mid); transform: translateY(-1px); }
.btn-secondary { padding: 14px 32px; background: var(--white); border: 1px solid var(--ink-10); color: var(--ink); font-size: 14px; font-weight: 500; border-radius: 100px; box-shadow: var(--shadow-card); transition: all 0.2s; display: inline-block; font-family: var(--sans); }
.btn-secondary:hover { border-color: var(--ink-30); transform: translateY(-1px); }
.btn-outline { padding: 14px 32px; border: 1.5px solid var(--green-deep); color: var(--green-deep); font-size: 14px; font-weight: 600; border-radius: 100px; transition: all 0.2s; display: inline-block; font-family: var(--sans); }
.btn-outline:hover { background: var(--green-deep); color: var(--white); }
.btn-lime { padding: 16px 36px; background: var(--green-lime); color: var(--green-deep); font-size: 15px; font-weight: 700; border-radius: 100px; transition: all 0.2s; display: inline-block; font-family: var(--sans); }
.btn-lime:hover { background: var(--green-light); transform: translateY(-1px); }

/* PAGE HERO (inner pages) */
.page-hero { padding: 140px 0 80px; background: var(--cream); border-bottom: 1px solid var(--ink-10); }
.page-hero-inner { max-width: 1200px; margin: 0 auto; padding: 0 48px; }
.page-hero-breadcrumb { display: flex; gap: 8px; align-items: center; font-size: 13px; color: var(--ink-60); margin-bottom: 24px; }
.page-hero-breadcrumb a { color: var(--green-lime); }
.page-hero-breadcrumb span { color: var(--ink-30); }
.page-hero h1 { font-family: var(--serif); font-size: 72px; color: var(--ink); line-height: 1.0; margin-bottom: 20px; letter-spacing: -1px; max-width: 800px; }
.page-hero h1 em { font-style: italic; color: var(--green-lime); }
.page-hero-sub { font-size: 18px; color: var(--ink-60); line-height: 1.7; max-width: 640px; font-weight: 300; }

/* CTA BAND */
.cta-band { background: var(--green-deep); padding: 80px 0; }
.cta-band-inner { display: flex; align-items: center; justify-content: space-between; gap: 60px; }
.cta-band-title { font-family: var(--serif); font-size: 48px; color: var(--white); line-height: 1.1; max-width: 560px; }
.cta-band-title em { font-style: italic; color: var(--green-lime); }
.cta-band-sub { font-size: 16px; color: rgba(255,255,255,0.5); margin-top: 12px; line-height: 1.6; }
.cta-band-right { flex-shrink: 0; display: flex; flex-direction: column; gap: 14px; align-items: flex-start; }
.cta-tel { font-size: 14px; color: rgba(255,255,255,0.5); }
.cta-tel strong { color: rgba(255,255,255,0.85); font-weight: 500; }

/* FOOTER */
.footer { background: var(--ink); padding: 72px 0 0; }
.footer-grid { display: grid; grid-template-columns: 1.4fr 1fr 1fr 1fr; gap: 48px; margin-bottom: 64px; }
.footer-logo img { height: 32px; filter: brightness(0) invert(1); margin-bottom: 16px; }
.footer-tagline { font-size: 14px; color: rgba(255,255,255,0.45); line-height: 1.65; max-width: 260px; margin-bottom: 24px; }
.footer-contact a { display: block; font-size: 13px; color: rgba(255,255,255,0.55); margin-bottom: 6px; transition: color 0.2s; }
.footer-contact a:hover { color: var(--green-lime); }
.footer-col-title { font-size: 11px; font-weight: 700; letter-spacing: 0.1em; text-transform: uppercase; color: rgba(255,255,255,0.3); margin-bottom: 20px; }
.footer-links a { display: block; font-size: 14px; color: rgba(255,255,255,0.55); margin-bottom: 10px; transition: color 0.2s; }
.footer-links a:hover { color: var(--white); }
.footer-nl-label { font-size: 14px; color: rgba(255,255,255,0.65); line-height: 1.5; margin-bottom: 16px; }
.footer-input-row { display: flex; }
.footer-input { flex: 1; padding: 11px 16px; background: rgba(255,255,255,0.07); border: 1px solid rgba(255,255,255,0.12); border-right: none; border-radius: 6px 0 0 6px; font-size: 13px; color: var(--white); outline: none; font-family: var(--sans); }
.footer-input::placeholder { color: rgba(255,255,255,0.3); }
.footer-input-btn { padding: 11px 18px; background: var(--green-lime); border: 1px solid var(--green-lime); border-radius: 0 6px 6px 0; font-size: 13px; font-weight: 600; color: var(--green-deep); cursor: pointer; font-family: var(--sans); }
.footer-social { display: flex; gap: 10px; margin-top: 20px; }
.footer-social-btn { width: 34px; height: 34px; border: 1px solid rgba(255,255,255,0.1); border-radius: 6px; display: flex; align-items: center; justify-content: center; color: rgba(255,255,255,0.4); font-size: 13px; transition: all 0.2s; }
.footer-social-btn:hover { border-color: var(--green-lime); color: var(--green-lime); }
.footer-bottom { border-top: 1px solid rgba(255,255,255,0.07); padding: 24px 0; display: flex; justify-content: space-between; align-items: center; }
.footer-bottom p { font-size: 13px; color: rgba(255,255,255,0.3); }
.footer-bottom-links { display: flex; gap: 24px; }
.footer-bottom-links a { font-size: 13px; color: rgba(255,255,255,0.3); transition: color 0.2s; }
.footer-bottom-links a:hover { color: rgba(255,255,255,0.6); }

/* ── MOBILE MENU ── */
.nav-hamburger { display: none; flex-direction: column; gap: 5px; cursor: pointer; padding: 4px; background: none; border: none; }
.nav-hamburger span { display: block; width: 24px; height: 2px; background: var(--ink); border-radius: 2px; transition: all 0.3s; }
.nav-mobile-menu { display: none; position: fixed; top: 0; left: 0; right: 0; bottom: 0; background: var(--white); z-index: 200; flex-direction: column; padding: 80px 32px 32px; gap: 8px; }
.nav-mobile-menu.open { display: flex; }
.nav-mobile-menu a { font-size: 24px; font-family: var(--serif,serif); color: var(--ink); padding: 12px 0; border-bottom: 1px solid var(--ink-10); text-decoration: none; }
.nav-mobile-menu a:last-child { border-bottom: none; }
.nav-mobile-close { position: absolute; top: 18px; right: 24px; background: none; border: none; font-size: 28px; cursor: pointer; color: var(--ink); }
@media (max-width: 768px) {
  .nav-hamburger { display: flex !important; }
  .nav-links { display: none !important; }
  .nav-inner img { height: 36px !important; }
}

/* ── RESPONSIVE ── */
@media (max-width: 900px) {
  .container { padding: 0 24px; }
  .section { padding: 64px 0; }
  .nav-inner { padding: 14px 24px; }
  .nav-links { display: none !important; }
  .nav-hamburger { display: flex !important; }
  .nav-inner img { height: 36px !important; }
  .nav-cta { font-size: 12px; padding: 8px 16px; }
  .page-hero { padding: 100px 0 48px; }
  .page-hero h1 { font-size: 44px; }
  .page-hero-sub { font-size: 16px; }
  .footer-grid { grid-template-columns: 1fr 1fr; gap: 32px; }
  .footer-bottom { flex-direction: column; gap: 12px; text-align: center; }
  .footer-bottom-links { justify-content: center; flex-wrap: wrap; }
  .cta-band-inner { flex-direction: column; gap: 32px; }
  .cta-band-title { font-size: 32px; }
  .btn-lime, .btn-primary, .btn-outline { display: block; width: 100%; text-align: center; box-sizing: border-box; }
}

@media (max-width: 600px) {
  .container { padding: 0 16px; }
  .section { padding: 48px 0; }
  .page-hero h1 { font-size: 32px; }
  .footer-grid { grid-template-columns: 1fr; gap: 28px; }
  .cta-band-right { width: 100%; }
}
