:root {
  --ink: #252522;
  --muted: #6c6a61;
  --paper: #fbfaf6;
  --soft: #f2efe7;
  --line: #ded8c9;
  --green: #3f4f2f;
  --green-2: #56683d;
  --gold: #b08a46;
  --white: #fff;
  --shadow: 0 24px 70px rgba(30, 29, 24, .12);
  --radius: 2px;
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif; color: var(--ink); background: var(--paper); line-height: 1.65; }
img { max-width: 100%; height: auto; display: block; }
a { color: inherit; }
.container { width: min(1280px, calc(100% - 48px)); margin: 0 auto; }
.skip-link { position: absolute; left: -999px; top: 0; z-index: 100; background: var(--green); color: white; padding: 10px 14px; }
.skip-link:focus { left: 12px; }
.site-header { position: sticky; top: 0; z-index: 30; background: rgba(251,250,246,.94); border-bottom: 1px solid rgba(37,37,34,.08); backdrop-filter: blur(14px); }
.header-inner { min-height: 78px; display: flex; align-items: center; gap: 26px; }
.brand { display: inline-flex; align-items: center; text-decoration: none; min-width: 285px; }
.brand-logo { width: 300px; max-width: 100%; max-height: 60px; object-fit: contain; display: block; }
.main-nav { display: flex; align-items: center; gap: 2px; margin-left: auto; }
.main-nav a { padding: 10px 11px; text-decoration: none; text-transform: uppercase; letter-spacing: .08em; font-size: 12px; font-weight: 750; color: #32342e; border-bottom: 2px solid transparent; }
.main-nav a:hover, .main-nav a.active { color: var(--green); border-bottom-color: var(--gold); }
.phone-link { text-decoration: none; font-weight: 700; white-space: nowrap; color: var(--ink); }
.header-cta { padding: 12px 18px; background: var(--green); color: white; text-transform: uppercase; letter-spacing: .08em; text-decoration: none; font-size: 12px; font-weight: 800; }
.hero { min-height: 610px; display: grid; grid-template-columns: .9fr 1.1fr; align-items: stretch; background: var(--paper); border-bottom: 1px solid var(--line); }
.hero-copy { padding: clamp(54px, 6vw, 92px) clamp(28px, 5.5vw, 86px); display: flex; flex-direction: column; justify-content: center; }
.hero h1 { margin: 0 0 24px; font-family: Georgia, "Times New Roman", serif; font-size: clamp(44px, 5.1vw, 72px); line-height: 1; font-weight: 500; letter-spacing: -.045em; max-width: 690px; }
.hero p { margin: 0; max-width: 560px; color: var(--muted); font-size: 18px; }
.hero-actions { display: flex; gap: 16px; flex-wrap: wrap; margin-top: 32px; }
.hero-image { min-height: 480px; overflow: hidden; }
.hero-image img { width: 100%; height: 100%; object-fit: cover; }
.btn { display: inline-flex; align-items: center; justify-content: center; min-height: 50px; padding: 0 24px; text-decoration: none; border: 1px solid transparent; text-transform: uppercase; letter-spacing: .08em; font-size: 12px; font-weight: 850; cursor: pointer; }
.btn.primary { background: var(--green); color: white; }
.btn.secondary { border-color: var(--green); color: var(--green); background: transparent; }
.btn.dark-text { color: var(--ink); border-color: var(--line); }
.trust-band { display: grid; grid-template-columns: repeat(3, minmax(0,1fr)); background: var(--green); color: white; }
.trust-band div { padding: 30px clamp(24px, 5vw, 64px); border-right: 1px solid rgba(255,255,255,.18); }
.trust-band strong { display: block; font-family: Georgia, serif; font-size: 30px; font-weight: 500; }
.trust-band span { color: rgba(255,255,255,.76); }
.section { padding: 88px 0; }
.section.muted, .split-section { background: var(--soft); }
.section-intro { max-width: 780px; margin-bottom: 34px; }
.section-intro span { display: inline-block; color: var(--gold); text-transform: uppercase; letter-spacing: .18em; font-size: 12px; font-weight: 850; margin-bottom: 12px; }
.section-intro h2, .cta-panel h2, .contact-card h2, .form-panel h2 { margin: 0 0 14px; font-family: Georgia, "Times New Roman", serif; font-size: clamp(34px, 4vw, 56px); line-height: 1.05; font-weight: 500; letter-spacing: -.035em; }
.section-intro p, .split p, .cta-panel p, .form-panel p { margin: 0; color: var(--muted); font-size: 17px; }
.card-grid { display: grid; grid-template-columns: repeat(4, minmax(0,1fr)); border-top: 1px solid var(--line); border-left: 1px solid var(--line); background: white; }
.card { padding: 34px; min-height: 230px; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.card h3 { margin: 0 0 12px; font-family: Georgia, serif; font-weight: 500; font-size: 25px; line-height: 1.1; }
.card p { color: var(--muted); margin: 0 0 18px; }
.card a, .text-link, .image-card a { color: var(--green); text-decoration: none; text-transform: uppercase; letter-spacing: .08em; font-size: 12px; font-weight: 850; }
.split { display: grid; grid-template-columns: 1fr 1fr; gap: 64px; align-items: center; }
.split.reverse { grid-template-columns: 1fr 1fr; }
.rounded-media { width: 100%; aspect-ratio: 1.28 / 1; object-fit: cover; box-shadow: var(--shadow); }
.projects-section { background: var(--paper); }
.image-grid { display: grid; grid-template-columns: repeat(3, minmax(0,1fr)); gap: 22px; }
.image-card { background: white; border: 1px solid var(--line); box-shadow: 0 16px 36px rgba(37,37,34,.08); }
.image-card img { width: 100%; aspect-ratio: 1.45 / 1; object-fit: cover; }
.image-card div { padding: 22px; }
.image-card h3 { margin: 0 0 5px; font-family: Georgia, serif; font-size: 24px; font-weight: 500; }
.image-card p { margin: 0 0 14px; color: var(--muted); }
.center-action { text-align: center; margin-top: 34px; }
.process-line { display: grid; grid-template-columns: repeat(4, minmax(0,1fr)); gap: 18px; }
.process-line article { position: relative; padding: 28px; background: white; border: 1px solid var(--line); min-height: 210px; }
.process-line span { display: inline-grid; place-items: center; width: 46px; height: 46px; background: var(--green); color: white; border-radius: 50%; font-weight: 850; margin-bottom: 18px; }
.process-line h3 { margin: 0 0 8px; font-family: Georgia, serif; font-size: 26px; font-weight: 500; }
.process-line p { margin: 0; color: var(--muted); }
.process-line.tall article { min-height: 250px; }
.cta-panel { padding: 58px 0; background: var(--green); color: white; text-align: center; background-image: radial-gradient(circle at 0% 50%, rgba(176,138,70,.22), transparent 34%), radial-gradient(circle at 100% 50%, rgba(176,138,70,.16), transparent 34%); }
.cta-panel p { color: rgba(255,255,255,.78); max-width: 760px; margin: 0 auto 26px; }
.cta-panel .btn.primary { background: white; color: var(--green); }
.contact-grid { display: grid; grid-template-columns: .82fr 1.18fr; gap: 34px; align-items: start; }
.contact-card, .form-panel { background: white; border: 1px solid var(--line); padding: 34px; box-shadow: 0 16px 36px rgba(37,37,34,.08); }
.contact-card p { color: var(--muted); }
.contact-card a { color: var(--green); }
.contact-form { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; margin-top: 24px; }
.contact-form label { display: grid; gap: 8px; font-weight: 800; color: var(--ink); }
.contact-form input, .contact-form select, .contact-form textarea { width: 100%; border: 1px solid var(--line); padding: 14px 15px; background: var(--paper); font: inherit; color: var(--ink); }
.contact-form textarea { resize: vertical; min-height: 150px; }
.contact-form .full { grid-column: 1 / -1; }
.contact-form .hp { position: absolute; left: -10000px; opacity: 0; pointer-events: none; }
.form-status { display: none; margin: 16px 0 0; padding: 14px 16px; font-weight: 800; }
.form-status.success { display: block; background: #e9f5e8; color: #2d652d; }
.form-status.error { display: block; background: #fff0ef; color: #9e312a; }
.faq-list { display: grid; gap: 14px; }
.faq-list article { background: white; border: 1px solid var(--line); padding: 24px; }
.faq-list h3 { margin: 0 0 8px; font-family: Georgia, serif; font-size: 24px; font-weight: 500; }
.faq-list p { margin: 0; color: var(--muted); }
.site-footer { background: #171915; color: rgba(255,255,255,.75); }
.footer-grid { display: grid; grid-template-columns: 1.3fr .8fr .8fr 1fr; gap: 38px; padding: 64px 0; }
.footer-logo { width: 300px; max-width: 100%; margin-bottom: 18px; background: #fff; padding: 10px 12px; border-radius: 10px; }
.site-footer h2 { color: white; margin: 0 0 16px; font-size: 16px; text-transform: uppercase; letter-spacing: .12em; }
.site-footer a { display: block; color: rgba(255,255,255,.82); text-decoration: none; margin-bottom: 8px; }
.site-footer p { margin: 0 0 12px; }
.footer-bottom { border-top: 1px solid rgba(255,255,255,.1); text-align: center; padding: 18px; font-size: 13px; }
@media (max-width: 1100px) {
  .header-inner { flex-wrap: wrap; padding: 16px 0; }
  .main-nav { order: 3; width: 100%; justify-content: flex-start; flex-wrap: wrap; }
  .phone-link { margin-left: auto; }
  .hero { grid-template-columns: 1fr; }
  .hero-image { min-height: 420px; order: -1; }
  .card-grid, .process-line { grid-template-columns: repeat(2, minmax(0,1fr)); }
  .image-grid { grid-template-columns: repeat(2, minmax(0,1fr)); }
  .split, .split.reverse, .contact-grid, .footer-grid { grid-template-columns: 1fr; }
}
@media (max-width: 680px) {
  .container { width: min(100% - 30px, 1280px); }
  .brand { min-width: 0; }
  .brand-logo { width: 240px; max-height: 54px; }
  .phone-link, .header-cta { display: none; }
  .hero-copy { padding: 46px 24px; }
  .hero-image { min-height: 330px; }
  .trust-band, .card-grid, .process-line, .image-grid, .contact-form { grid-template-columns: 1fr; }
  .section { padding: 62px 0; }
  .contact-form .full { grid-column: auto; }
}
