@import url('https://fonts.googleapis.com/css2?family=Libre+Baskerville:wght@400;700&family=Manrope:wght@400;500;600;700&display=swap');

:root {
  --ink: #242321;
  --ink-soft: #55514b;
  --cream: #f5f1e9;
  --paper: #fffdf9;
  --chestnut: #7a461e;
  --chestnut-dark: #552f15;
  --line: #ddd4c7;
  --shadow: 0 18px 50px rgba(35, 29, 23, .12);
  --radius: 18px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--ink);
  background: var(--paper);
  font-family: "Manrope", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  line-height: 1.65;
}
img { max-width: 100%; display: block; }
a { color: inherit; }
.container { width: min(1120px, calc(100% - 40px)); margin-inline: auto; }
.sr-only {
  position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px;
  overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; border: 0;
}
.skip-link {
  position: fixed; left: 16px; top: -60px; z-index: 1000;
  background: var(--ink); color: white; padding: 10px 14px;
}
.skip-link:focus { top: 16px; }

.site-header {
  position: sticky;
  top: 0;
  z-index: 100;
  border-bottom: 1px solid rgba(90, 75, 61, .14);
  background: rgba(255, 253, 249, .94);
  backdrop-filter: blur(12px);
}
.nav-wrap { min-height: 84px; display: flex; align-items: center; justify-content: space-between; gap: 28px; }
.brand img { width: 280px; max-height: 68px; object-fit: contain; object-position: left center; }
.primary-nav { display: flex; align-items: center; gap: 24px; font-weight: 600; font-size: .94rem; }
.primary-nav a { text-decoration: none; }
.primary-nav a:hover { color: var(--chestnut); }
.nav-call {
  padding: 11px 16px;
  border-radius: 999px;
  color: white !important;
  background: var(--chestnut);
}
.menu-toggle { display: none; border: 0; background: transparent; padding: 8px; }
.menu-toggle span:not(.sr-only) { display:block; width: 25px; height: 2px; background: var(--ink); margin: 5px; }

.hero {
  position: relative;
  overflow: hidden;
  padding: 105px 0 95px;
  background:
    radial-gradient(circle at 88% 12%, rgba(122, 70, 30, .16), transparent 27rem),
    linear-gradient(135deg, #fffdf9 0%, #f3ede3 100%);
}
.hero::after {
  content: "";
  position: absolute;
  right: -8%;
  bottom: -55%;
  width: 650px;
  height: 650px;
  border: 1px solid rgba(122, 70, 30, .17);
  border-radius: 50%;
}
.hero-grid { display: grid; grid-template-columns: 1.35fr .65fr; gap: 70px; align-items: center; }
.eyebrow {
  margin: 0 0 14px;
  color: var(--chestnut);
  font-size: .78rem;
  font-weight: 700;
  letter-spacing: .14em;
  text-transform: uppercase;
}
h1, h2, h3 { font-family: "Libre Baskerville", Georgia, serif; line-height: 1.18; }
h1 { margin: 0; max-width: 760px; font-size: clamp(3rem, 6vw, 5.6rem); letter-spacing: -.045em; }
h2 { margin: 0 0 22px; font-size: clamp(2rem, 4vw, 3.3rem); letter-spacing: -.035em; }
h3 { margin: 0 0 10px; font-size: 1.25rem; }
.hero-lede { max-width: 690px; margin: 28px 0 0; color: var(--ink-soft); font-size: 1.15rem; }
.hero-actions, .contact-actions { display: flex; flex-wrap: wrap; gap: 14px; margin-top: 34px; }
.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 52px;
  padding: 0 22px;
  border: 1px solid var(--chestnut);
  border-radius: 999px;
  font-weight: 700;
  text-decoration: none;
  transition: transform .2s ease, background .2s ease;
}
.button:hover { transform: translateY(-2px); }
.button-primary { background: var(--chestnut); color: white; }
.button-primary:hover { background: var(--chestnut-dark); }
.button-secondary { background: transparent; color: var(--chestnut-dark); }
.trust-row { display: flex; flex-wrap: wrap; gap: 18px; margin-top: 34px; color: var(--ink-soft); font-size: .88rem; }
.trust-row span::before { content: "•"; color: var(--chestnut); margin-right: 8px; }
.hero-card {
  position: relative;
  z-index: 1;
  padding: 36px;
  border: 1px solid rgba(122, 70, 30, .18);
  border-radius: var(--radius);
  background: rgba(255,255,255,.78);
  box-shadow: var(--shadow);
}
.hero-card h2 { font-size: 1.8rem; }
.roof-lines {
  width: 92px;
  height: 52px;
  margin-bottom: 28px;
  border-top: 6px solid var(--chestnut);
  border-left: 6px solid var(--chestnut);
  transform: skewY(-32deg) rotate(13deg);
}
.text-link { color: var(--chestnut); font-weight: 700; text-decoration: none; }

.section { padding: 95px 0; }
.cards { display: grid; grid-template-columns: repeat(4, 1fr); gap: 20px; margin-top: 44px; }
.service-card {
  padding: 30px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: #fff;
}
.service-card p { margin-bottom: 0; color: var(--ink-soft); }
.icon {
  display: grid;
  place-items: center;
  width: 46px;
  height: 46px;
  margin-bottom: 24px;
  border-radius: 50%;
  color: white;
  background: var(--chestnut);
  font-weight: 700;
}
.section-dark { color: white; background: var(--ink); }
.section-dark .eyebrow { color: #d9a677; }
.section-dark p { color: #d8d2ca; }
.about-grid { display: grid; grid-template-columns: .9fr 1.1fr; gap: 90px; }
.about-grid p:first-child { margin-top: 0; }
.areas-grid { display: grid; grid-template-columns: .9fr 1.1fr; gap: 80px; align-items: start; }
.area-list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 14px;
  margin: 0;
  padding: 0;
  list-style: none;
}
.area-list li {
  padding: 16px 18px;
  border: 1px solid var(--line);
  border-radius: 12px;
  background: white;
}
.area-list li::before { content: "●"; color: var(--chestnut); margin-right: 10px; font-size: .55rem; vertical-align: middle; }
.contact-section { background: var(--cream); }
.contact-box {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 50px;
  align-items: center;
  padding: 52px;
  border-radius: 28px;
  color: white;
  background: var(--chestnut-dark);
}
.contact-box .eyebrow { color: #e7b98f; }
.contact-box p { color: #eee2d8; }
.contact-box .button-primary { background: white; color: var(--chestnut-dark); border-color: white; }
.contact-box .button-secondary { color: white; border-color: rgba(255,255,255,.6); }

.site-footer { padding: 48px 0; color: #d6d0c8; background: #181715; }
.footer-grid { display: grid; grid-template-columns: 1fr auto; gap: 24px; align-items: center; }
.site-footer strong { color: white; font-family: "Libre Baskerville", Georgia, serif; font-size: 1.25rem; }
.site-footer p { margin: 4px 0 0; }
.footer-links { display: flex; gap: 20px; }
.footer-links a { text-decoration: none; }
.copyright { grid-column: 1 / -1; padding-top: 22px; border-top: 1px solid rgba(255,255,255,.12); font-size: .84rem; }

@media (max-width: 900px) {
  .menu-toggle { display: block; }
  .primary-nav {
    display: none;
    position: absolute;
    left: 20px;
    right: 20px;
    top: 76px;
    flex-direction: column;
    align-items: stretch;
    padding: 22px;
    border: 1px solid var(--line);
    border-radius: 16px;
    background: white;
    box-shadow: var(--shadow);
  }
  .primary-nav.open { display: flex; }
  .hero-grid, .about-grid, .areas-grid, .contact-box { grid-template-columns: 1fr; gap: 42px; }
  .hero { padding: 76px 0; }
  .hero-card { max-width: 560px; }
  .cards { grid-template-columns: repeat(2, 1fr); }
}

@media (max-width: 580px) {
  .container { width: min(100% - 28px, 1120px); }
  .brand img { width: 135px; }
  .nav-wrap { min-height: 72px; }
  h1 { font-size: 2.75rem; }
  .section { padding: 70px 0; }
  .cards, .area-list { grid-template-columns: 1fr; }
  .contact-box { padding: 32px 24px; }
  .footer-grid { grid-template-columns: 1fr; }
  .footer-links { flex-wrap: wrap; }
  .hero-actions .button, .contact-actions .button { width: 100%; }
}
