:root {
  --ink: #15231b; --muted: #5d6a62; --paper: #f7f4ec; --card: #fffdf8;
  --pine: #1f5a3c; --pine-dark: #123a27; --sun: #e6a93f; --line: #d9ded8;
  --radius: 1.25rem; --shadow: 0 18px 55px rgb(21 35 27 / 12%);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  color: var(--ink); background: var(--paper); font-synthesis: none;
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; line-height: 1.55; }
a { color: inherit; }
img { display: block; width: 100%; height: 100%; object-fit: cover; }
.preview-banner { padding: .65rem 1rem; color: white; background: #7b3f00; text-align: center; font-weight: 750; }
.preview-watermark { position: fixed; inset: 0; z-index: 10; display: grid; place-items: center; color: rgb(123 63 0 / 20%); font-size: clamp(3rem, 12vw, 10rem); font-weight: 850; letter-spacing: .08em; pointer-events: none; text-transform: uppercase; transform: rotate(-24deg); }
.site-header, .section, .site-footer { width: min(1120px, calc(100% - 2rem)); margin-inline: auto; }
.site-header { min-height: 76px; display: flex; align-items: center; justify-content: space-between; gap: 1rem; }
.brand { font-weight: 850; text-decoration: none; letter-spacing: -.02em; }
.button { display: inline-flex; align-items: center; justify-content: center; min-height: 48px; padding: .75rem 1.1rem; border: 0; border-radius: 999px; background: var(--pine); color: white; font: inherit; font-weight: 800; text-decoration: none; cursor: pointer; }
.button:hover { background: var(--pine-dark); }
.button.secondary { color: var(--pine-dark); background: transparent; box-shadow: inset 0 0 0 1px var(--pine); }
.hero { display: grid; grid-template-columns: 1.15fr .85fr; gap: clamp(2rem, 6vw, 5rem); align-items: center; min-height: 70vh; padding-block: clamp(4rem, 9vw, 7rem); }
.eyebrow { margin: 0 0 .75rem; color: var(--pine); font-weight: 850; text-transform: uppercase; letter-spacing: .12em; font-size: .78rem; }
h1, h2 { margin: 0; line-height: 1.02; letter-spacing: -.045em; }
h1 { max-width: 12ch; font-size: clamp(2.8rem, 7vw, 5.7rem); }
h2 { font-size: clamp(2rem, 4vw, 3.5rem); }
.lede { max-width: 58ch; color: var(--muted); font-size: clamp(1.05rem, 2vw, 1.25rem); }
.actions { display: flex; flex-wrap: wrap; gap: .8rem; margin-top: 1.5rem; }
.hero-panel { min-height: 430px; padding: 2rem; display: grid; align-content: end; border-radius: calc(var(--radius) * 1.5); color: white; background: radial-gradient(circle at 75% 20%, #91bf76 0 10%, transparent 11%), linear-gradient(145deg, #2f7650, #102e21); box-shadow: var(--shadow); }
.hero-panel strong { max-width: 12ch; font-size: clamp(2rem, 5vw, 4rem); line-height: 1; }
.section { padding-block: clamp(3.5rem, 8vw, 6rem); }
.section-heading { display: grid; gap: .75rem; max-width: 700px; margin-bottom: 2rem; }
.grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1rem; }
.card { padding: 1.5rem; border: 1px solid var(--line); border-radius: var(--radius); background: var(--card); box-shadow: 0 8px 30px rgb(21 35 27 / 7%); }
.card h3 { margin-top: 0; }
.quote { font-size: 1.15rem; }
.gallery { display: grid; grid-template-columns: 1.4fr 1fr; grid-auto-rows: 240px; gap: 1rem; }
.gallery figure { margin: 0; overflow: hidden; border-radius: var(--radius); background: #dce5dc; }
.gallery figure:first-child { grid-row: span 2; }
.placeholder { min-height: 300px; display: grid; place-items: center; padding: 2rem; border: 2px dashed #8aa08f; border-radius: var(--radius); color: var(--muted); text-align: center; }
.estimate { display: grid; grid-template-columns: .8fr 1.2fr; gap: 2rem; padding: clamp(1.5rem, 5vw, 3rem); border-radius: calc(var(--radius) * 1.5); background: var(--card); box-shadow: var(--shadow); }
.estimate-form { display: grid; gap: 1rem; }
.estimate-form label { display: grid; gap: .35rem; font-weight: 750; }
.estimate-form input, .estimate-form textarea { width: 100%; padding: .8rem; border: 1px solid #aab6ad; border-radius: .65rem; background: white; color: var(--ink); font: inherit; }
.estimate-form input:focus, .estimate-form textarea:focus, .button:focus-visible { outline: 3px solid color-mix(in srgb, var(--sun) 70%, white); outline-offset: 2px; }
.botcheck { position: absolute; left: -9999px; }
.site-footer { padding-block: 2rem; border-top: 1px solid var(--line); color: var(--muted); }
@media (max-width: 760px) {
  .hero, .estimate { grid-template-columns: 1fr; }
  .hero { min-height: auto; }
  .hero-panel { min-height: 300px; }
  .grid, .gallery { grid-template-columns: 1fr; }
  .gallery figure, .gallery figure:first-child { min-height: 260px; grid-row: auto; }
  .site-header .button { min-height: 44px; padding-inline: .8rem; }
}
@media (prefers-reduced-motion: reduce) { html { scroll-behavior: auto; } }
