:root {
  --wood: #267f1f;
  --ink: #124413;
  --paper: #fbf7f1;
  --sand: #efe4d6;
  --line: rgba(80, 54, 32, 0.18);
  --muted: #735f4d;
  --white: #ffffff;
  --shadow: 0 24px 70px rgba(54, 35, 18, 0.18);
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); background: var(--paper); font-family: Montserrat, "Segoe UI", Arial, sans-serif; }
a { color: inherit; text-decoration: none; }
img { display: block; max-width: 100%; }
.site-header { position: sticky; top: 0; z-index: 20; display: flex; align-items: center; justify-content: space-between; gap: 24px; padding: 18px 5vw; background: rgba(251, 247, 241, 0.92); border-bottom: 1px solid var(--line); backdrop-filter: blur(16px); }
.brand { display: inline-flex; align-items: center; gap: 12px; font-size: 20px; font-weight: 950; }
.brand-mark { display: grid; place-items: center; width: 42px; height: 42px; border-radius: 8px; background: var(--wood); color: var(--white); font-size: 13px; }
.site-menu { display: flex; align-items: center; gap: 20px; font-weight: 850; color: #4c3e32; }
.menu-button { display: none; border: 1px solid var(--line); border-radius: 8px; background: var(--white); color: var(--ink); padding: 10px 14px; font-weight: 900; }
.hero { display: grid; grid-template-columns: minmax(0, 0.95fr) minmax(320px, 0.85fr); gap: 44px; align-items: center; min-height: 76svh; padding: 76px 5vw 44px; background: radial-gradient(circle at 12% 18%, rgba(196, 127, 65, 0.22), transparent 24%), linear-gradient(135deg, #fffaf4, #efe4d6); }
.hero-copy { max-width: 760px; }
.eyebrow { margin: 0 0 12px; color: var(--wood); font-size: 13px; font-weight: 950; letter-spacing: 0; text-transform: uppercase; }
h1, h2, h3, p { letter-spacing: 0; }
h1 { margin: 0; font-size: 70px; line-height: 0.98; }
h2 { margin: 0; font-size: 40px; line-height: 1.08; }
h3 { margin: 8px 0 0; font-size: 21px; }
.lead { margin: 20px 0 0; color: #4b3829; font-size: 25px; line-height: 1.34; font-weight: 800; }
.hero-copy > p:not(.eyebrow):not(.lead), .section p { color: var(--muted); font-size: 18px; line-height: 1.65; }
.actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 28px; }
.button { display: inline-flex; align-items: center; justify-content: center; min-height: 52px; border-radius: 8px; padding: 14px 20px; font-weight: 950; }
.primary { background: var(--wood); color: var(--white); box-shadow: 0 16px 34px rgba(196, 127, 65, 0.24); }
.secondary { border: 1px solid var(--line); background: rgba(255,255,255,0.68); color: var(--ink); }
.hero-media { margin: 0; display: grid; gap: 14px; }
.hero-media img { width: 100%; aspect-ratio: 4 / 3; object-fit: cover; border-radius: 8px; box-shadow: var(--shadow); }
.metrics { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 10px; }
.metrics span { padding: 14px; border: 1px solid var(--line); border-radius: 8px; background: rgba(255,255,255,0.74); color: var(--muted); font-weight: 750; }
.section { max-width: 1180px; margin: 0 auto; padding: 78px 5vw; }
.section-head { max-width: 820px; margin-bottom: 28px; }
.grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 16px; }
.card { min-height: 188px; padding: 24px; border: 1px solid var(--line); border-radius: 8px; background: var(--white); box-shadow: 0 18px 46px rgba(54, 35, 18, 0.08); }
.card span { display: block; color: var(--wood); font-size: 13px; font-weight: 950; text-transform: uppercase; }
.card p { margin: 12px 0 0; font-size: 16px; }
.gallery { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 16px; }
.gallery img { width: 100%; aspect-ratio: 1.25 / 1; object-fit: cover; border-radius: 8px; box-shadow: var(--shadow); }
.about { display: grid; grid-template-columns: minmax(0, 1.2fr) minmax(280px, 0.8fr); gap: 24px; align-items: start; background: #fffaf4; border-block: 1px solid var(--line); }
.contact-box { padding: 24px; border-radius: 8px; background: var(--ink); color: var(--white); box-shadow: var(--shadow); }
.contact-box p, .contact-box a { color: #f1ded0; }
.contact-list { display: grid; gap: 12px; margin-top: 18px; }
.contact-list span { display: block; color: #d8b99b; font-size: 12px; font-weight: 950; text-transform: uppercase; }
footer { display: flex; justify-content: space-between; gap: 20px; padding: 28px 5vw; background: var(--ink); color: #f1ded0; }
footer strong { color: var(--white); }
@media (max-width: 940px) {
  .hero, .about { grid-template-columns: 1fr; }
  h1 { font-size: 54px; }
  h2 { font-size: 32px; }
  .grid, .gallery { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}
@media (max-width: 680px) {
  .site-header { align-items: flex-start; padding: 14px 20px; }
  .menu-button { display: inline-flex; }
  .site-menu { position: absolute; inset: 72px 20px auto 20px; display: none; flex-direction: column; align-items: stretch; gap: 6px; padding: 14px; border: 1px solid var(--line); border-radius: 8px; background: var(--white); box-shadow: var(--shadow); }
  .site-menu.is-open { display: flex; }
  .hero { min-height: auto; padding: 48px 20px 34px; }
  h1 { font-size: 42px; }
  h2 { font-size: 28px; }
  .lead { font-size: 20px; }
  .grid, .gallery, .metrics { grid-template-columns: 1fr; }
  .section { padding: 54px 20px; }
  footer { flex-direction: column; padding: 24px 20px; }
}