:root {
  --ink: #13241f;
  --paper: #f4f0e7;
  --cream: #fffdf8;
  --green: #1e463a;
  --lime: #d6ec68;
  --rust: #ba4f2a;
  --line: rgba(19, 36, 31, 0.18);
  --muted: #5f6b66;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--ink);
  background: var(--paper);
  font-family: Inter, ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  line-height: 1.55;
}
a { color: inherit; }
h1, h2, h3, p { margin-top: 0; }
h1, h2 {
  font-family: Georgia, "Times New Roman", serif;
  font-weight: 500;
  line-height: 0.98;
  letter-spacing: -0.045em;
}
h1 { max-width: 720px; margin-bottom: 24px; font-size: clamp(3.2rem, 6.2vw, 6.2rem); }
h2 { margin-bottom: 18px; font-size: clamp(2.2rem, 4vw, 4rem); }
h3 { margin-bottom: 8px; font-size: 1.08rem; }
.site-header {
  min-height: 84px;
  padding: 16px clamp(20px, 4vw, 64px);
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 28px;
  border-bottom: 1px solid var(--line);
  background: rgba(244, 240, 231, 0.94);
}
.brand { display: flex; align-items: center; gap: 11px; text-decoration: none; font-weight: 800; }
.brand-mark {
  width: 42px;
  height: 42px;
  display: grid;
  place-items: center;
  color: var(--lime);
  background: var(--green);
  border-radius: 50%;
  font-size: 0.82rem;
  letter-spacing: 0.08em;
}
.button {
  display: inline-flex;
  min-height: 52px;
  align-items: center;
  justify-content: center;
  padding: 13px 22px;
  border: 1px solid var(--green);
  border-radius: 999px;
  color: white;
  background: var(--green);
  text-decoration: none;
  font-weight: 750;
}
.button:hover { background: #15362d; }
.button-small { min-height: 44px; padding: 10px 17px; font-size: 0.88rem; }
.hero {
  padding: clamp(60px, 8vw, 110px) clamp(20px, 6vw, 96px);
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(360px, 1.1fr);
  align-items: center;
  gap: clamp(45px, 7vw, 100px);
}
.hero-photo {
  min-height: 460px;
  margin: 0;
  overflow: hidden;
  border-radius: 22px;
  box-shadow: 0 24px 65px rgba(20, 45, 37, 0.16);
}
.hero-photo img { width: 100%; height: 100%; min-height: 460px; display: block; object-fit: cover; }
.eyebrow { margin-bottom: 24px; color: var(--rust); font-size: 0.76rem; font-weight: 850; letter-spacing: 0.16em; text-transform: uppercase; }
.lede { max-width: 710px; margin-bottom: 30px; color: #3f504a; font-size: clamp(1.1rem, 2vw, 1.4rem); }
.services, .details { padding: clamp(70px, 9vw, 120px) clamp(20px, 6vw, 96px); }
.services { background: var(--cream); }
.section-heading { max-width: 700px; margin-bottom: 42px; }
.section-heading > p:last-child { max-width: 560px; color: var(--muted); font-size: 1.08rem; }
.service-list { margin: 0; padding: 0; display: grid; grid-template-columns: repeat(2, 1fr); list-style: none; border-top: 1px solid var(--line); }
.service-list li { padding: 22px 24px 22px 0; border-bottom: 1px solid var(--line); font-size: 1.08rem; font-weight: 700; }
.service-list li:nth-child(even) { padding-left: 24px; border-left: 1px solid var(--line); }
.details {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: clamp(18px, 3vw, 32px);
  background: var(--paper);
}
.details article {
  padding: clamp(28px, 4vw, 48px);
  border: 1px solid var(--line);
  border-radius: 18px;
  background: var(--cream);
}
.details h2 { max-width: 520px; font-size: clamp(2rem, 3.1vw, 3.2rem); }
.details p { margin-bottom: 0; color: var(--muted); }
.final-contact {
  padding: clamp(60px, 8vw, 100px) clamp(20px, 6vw, 96px);
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 45px;
  color: white;
  background: var(--green);
}
.final-contact h2 { max-width: 650px; margin-bottom: 12px; }
.final-contact p { margin-bottom: 0; color: #d9e4df; }
.button-light { border-color: var(--lime); color: var(--green); background: var(--lime); }
.button-light:hover { background: #e1f17f; }
.button-outline { border-color: rgba(255,255,255,.7); background: transparent; }
.button-outline:hover { background: rgba(255,255,255,.12); }
footer {
  padding: 34px clamp(20px, 6vw, 96px);
  display: grid;
  grid-template-columns: 1fr 1fr auto;
  gap: 35px;
  color: #d9e4df;
  background: var(--ink);
  border-top: 1px solid rgba(255,255,255,.12);
  font-size: 0.88rem;
}
footer strong { color: white; font-size: 1.05rem; }
footer p { margin: 5px 0 0; }
footer address { font-style: normal; }
.copyright { align-self: end; color: #9eb0a8; white-space: nowrap; }

@media (max-width: 900px) {
  .hero { grid-template-columns: 1fr; min-height: auto; }
  .hero-photo, .hero-photo img { min-height: 340px; }
  .details { grid-template-columns: 1fr; }
  .final-contact { align-items: flex-start; flex-direction: column; }
  footer { grid-template-columns: 1fr 1fr; }
  .copyright { grid-column: 1 / -1; }
}

@media (max-width: 560px) {
  .site-header { min-height: 72px; }
  .site-header .button { padding: 9px 13px; font-size: 0.78rem; }
  .brand > span:last-child { display: none; }
  .hero { padding-top: 70px; }
  h1 { font-size: clamp(3rem, 15vw, 4.5rem); }
  .service-list { grid-template-columns: 1fr; }
  .service-list li:nth-child(even) { padding-left: 0; border-left: 0; }
  .details article { padding: 26px 22px; }
  footer { grid-template-columns: 1fr; }
  .copyright { grid-column: auto; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
}

.contact-page { max-width: 1120px; margin: 0 auto; padding: clamp(70px, 10vw, 130px) 24px; display: grid; grid-template-columns: .9fr 1.1fr; gap: clamp(50px, 9vw, 120px); }
.contact-intro h1, .thanks-page h1 { font-size: clamp(3.5rem, 8vw, 6.8rem); }
.contact-intro > p:last-child { max-width: 500px; color: var(--muted); font-size: 1.08rem; }
.contact-form { position: relative; display: grid; gap: 20px; padding: clamp(26px, 4vw, 44px); border-radius: 22px; background: var(--cream); box-shadow: 0 24px 65px rgba(20, 45, 37, .12); }
.contact-form label { display: grid; gap: 7px; font-size: .88rem; font-weight: 750; }
.contact-form label span { color: var(--muted); font-weight: 500; }
.contact-form input, .contact-form textarea { width: 100%; padding: 13px 14px; border: 1px solid var(--line); border-radius: 9px; color: var(--ink); background: white; font: inherit; }
.contact-form input:focus, .contact-form textarea:focus { outline: 3px solid rgba(214,236,104,.7); border-color: var(--green); }
.contact-form .button { justify-self: start; cursor: pointer; }
.form-note { margin: 0; color: var(--muted); font-size: .8rem; }
.form-trap { position: absolute !important; width: 1px; height: 1px; overflow: hidden; clip: rect(1px,1px,1px,1px); white-space: nowrap; }
.thanks-page { min-height: 100vh; padding: clamp(90px, 15vw, 180px) 24px; text-align: center; }
.thanks-page p { margin-bottom: 32px; color: var(--muted); font-size: 1.15rem; }

@media (max-width: 760px) {
  .contact-page { grid-template-columns: 1fr; }
}
