
:root {
  --charcoal: #1f1b16;
  --charcoal-2: #2a241d;
  --cream: #f6f0e7;
  --paper: #fffaf1;
  --walnut: #76512e;
  --walnut-2: #9a6b3f;
  --sand: #e5d3b9;
  --line: #d6c3a8;
  --muted: #756a5f;
  --green: #52664a;
  --shadow: 0 18px 45px rgba(31, 27, 22, .10);
  --radius: 22px;
}

* { 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(--charcoal);
  background: var(--cream);
  line-height: 1.55;
}
img { max-width: 100%; display: block; }
a { color: inherit; }
.container { width: min(1160px, calc(100% - 38px)); margin: 0 auto; }
.skip-link {
  position: absolute; left: -999px; top: 12px; background: white; padding: 12px; z-index: 999;
}
.skip-link:focus { left: 12px; }

.site-header {
  background: rgba(246, 240, 231, .92);
  backdrop-filter: blur(14px);
  border-bottom: 1px solid rgba(214, 195, 168, .8);
  position: sticky;
  top: 0;
  z-index: 20;
}
.header-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 22px;
  min-height: 84px;
}
.brand {
  display: flex;
  align-items: center;
  gap: 13px;
  text-decoration: none;
  min-width: 230px;
}
.brand img {
  width: 58px;
  height: 58px;
  object-fit: contain;
}
.brand-title {
  font-weight: 900;
  letter-spacing: .04em;
  font-size: 18px;
  line-height: 1.05;
}
.brand-subtitle {
  color: var(--muted);
  font-weight: 800;
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: .12em;
  margin-top: 4px;
}
.site-nav {
  display: flex;
  align-items: center;
  gap: 18px;
  font-size: 14px;
  font-weight: 750;
}
.site-nav a {
  text-decoration: none;
  color: #3a3128;
}
.site-nav a:hover { color: var(--walnut); }
.nav-cta {
  background: var(--charcoal);
  color: white !important;
  padding: 11px 16px;
  border-radius: 999px;
}
.mobile-note { display: none; }

.hero {
  padding: 70px 0 46px;
  position: relative;
  overflow: hidden;
}
.hero-grid {
  display: grid;
  grid-template-columns: 1.05fr .95fr;
  gap: 44px;
  align-items: center;
}
.eyebrow {
  color: var(--walnut);
  text-transform: uppercase;
  letter-spacing: .16em;
  font-weight: 900;
  font-size: 12px;
  margin-bottom: 14px;
}
h1, h2, h3 { line-height: 1.08; margin: 0; }
h1 {
  font-size: clamp(42px, 6vw, 72px);
  letter-spacing: -.055em;
}
h2 {
  font-size: clamp(30px, 4vw, 48px);
  letter-spacing: -.035em;
}
h3 { font-size: 22px; letter-spacing: -.02em; }
.lead {
  color: #51483e;
  font-size: 19px;
  max-width: 700px;
  margin: 22px 0 0;
}
.button-row {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 30px;
}
.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 13px 18px;
  border-radius: 999px;
  text-decoration: none;
  font-weight: 850;
  border: 1px solid transparent;
}
.btn-primary { background: var(--walnut); color: #fff; }
.btn-dark { background: var(--charcoal); color: #fff; }
.btn-light { background: var(--paper); border-color: var(--line); color: var(--charcoal); }
.btn:hover { transform: translateY(-1px); }

.hero-card {
  background: var(--paper);
  border: 1px solid var(--line);
  border-radius: 30px;
  overflow: hidden;
  box-shadow: var(--shadow);
}
.hero-visual {
  min-height: 360px;
  background:
    linear-gradient(135deg, rgba(31,27,22,.12), rgba(154,107,63,.08)),
    radial-gradient(circle at 28% 18%, rgba(255,255,255,.86) 0 10%, transparent 11%),
    linear-gradient(90deg, rgba(118,81,46,.18) 1px, transparent 1px),
    linear-gradient(0deg, rgba(118,81,46,.12) 1px, transparent 1px),
    #e9d8c2;
  background-size: auto, auto, 28px 28px, 28px 28px, auto;
  display: grid;
  place-items: center;
  padding: 28px;
}
.sign-preview {
  width: min(420px, 100%);
  aspect-ratio: 1.85 / 1;
  background: #f8e8d0;
  border: 10px solid #6e4725;
  border-radius: 20px;
  display: grid;
  place-items: center;
  text-align: center;
  box-shadow: inset 0 0 0 2px rgba(31,27,22,.12), 0 28px 54px rgba(31,27,22,.18);
}
.sign-preview strong {
  display: block;
  font-family: Georgia, serif;
  font-size: clamp(46px, 8vw, 70px);
  letter-spacing: .04em;
}
.sign-preview span {
  display: block;
  color: var(--walnut);
  letter-spacing: .22em;
  text-transform: uppercase;
  font-weight: 900;
  margin-top: 8px;
}
.hero-card-footer {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  border-top: 1px solid var(--line);
}
.hero-stat {
  padding: 16px;
  border-right: 1px solid var(--line);
}
.hero-stat:last-child { border-right: 0; }
.hero-stat b { display: block; font-size: 14px; }
.hero-stat span { display: block; color: var(--muted); font-size: 12px; margin-top: 3px; }

.section { padding: 54px 0; }
.section.alt { background: #efe4d6; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.section-header {
  display: flex;
  justify-content: space-between;
  gap: 26px;
  align-items: end;
  margin-bottom: 24px;
}
.section-header p {
  color: var(--muted);
  max-width: 620px;
  margin: 12px 0 0;
}
.card-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 16px;
}
.card {
  background: var(--paper);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  padding: 22px;
  box-shadow: var(--shadow);
}
.card p { color: var(--muted); margin: 12px 0 0; }
.card .icon {
  width: 44px;
  height: 44px;
  border-radius: 14px;
  background: #ead9c4;
  color: var(--walnut);
  display: grid;
  place-items: center;
  font-weight: 900;
  margin-bottom: 16px;
}
.two-col {
  display: grid;
  grid-template-columns: .9fr 1.1fr;
  gap: 28px;
  align-items: start;
}
.panel {
  background: var(--paper);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  padding: 28px;
  box-shadow: var(--shadow);
}
.panel p:first-child { margin-top: 0; }
.panel p:last-child { margin-bottom: 0; }
.check-list {
  display: grid;
  gap: 12px;
  margin-top: 20px;
}
.check-item {
  display: grid;
  grid-template-columns: 28px 1fr;
  gap: 10px;
  align-items: start;
}
.check {
  width: 24px;
  height: 24px;
  border-radius: 50%;
  background: var(--green);
  color: white;
  display: grid;
  place-items: center;
  font-weight: 900;
  font-size: 13px;
}
.project-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
}
.project-card {
  background: var(--paper);
  border: 1px solid var(--line);
  border-radius: 24px;
  overflow: hidden;
  box-shadow: var(--shadow);
}
.project-image {
  min-height: 210px;
  background:
    linear-gradient(135deg, rgba(31,27,22,.25), rgba(31,27,22,.02)),
    repeating-linear-gradient(90deg, #93663b 0 18px, #a67643 18px 36px, #7a4e2a 36px 54px);
  display: grid;
  place-items: center;
  color: #fff4e6;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: .12em;
  text-align: center;
  padding: 20px;
}
.project-card:nth-child(2) .project-image { background: linear-gradient(135deg, rgba(31,27,22,.26), rgba(246,240,231,.08)), repeating-linear-gradient(45deg, #6f4928 0 20px, #8a5f38 20px 40px); }
.project-card:nth-child(3) .project-image { background: linear-gradient(135deg, rgba(31,27,22,.24), rgba(246,240,231,.08)), radial-gradient(circle at 30% 30%, #b88a59, #6e4725); }
.project-card:nth-child(4) .project-image { background: linear-gradient(135deg, rgba(31,27,22,.24), rgba(246,240,231,.08)), linear-gradient(90deg, #6d4b30, #bd9768); }
.project-card:nth-child(5) .project-image { background: linear-gradient(135deg, rgba(31,27,22,.25), rgba(246,240,231,.08)), repeating-linear-gradient(0deg, #7d5532 0 22px, #9a6d41 22px 44px); }
.project-card:nth-child(6) .project-image { background: linear-gradient(135deg, rgba(31,27,22,.24), rgba(246,240,231,.08)), conic-gradient(from 130deg, #6e4725, #b8844f, #72502f, #d4b386); }
.project-body { padding: 18px; }
.project-body p { color: var(--muted); margin: 8px 0 0; }
.process {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 14px;
}
.step {
  background: var(--paper);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  padding: 20px;
  position: relative;
}
.step-num {
  width: 36px;
  height: 36px;
  border-radius: 50%;
  background: var(--charcoal);
  color: white;
  display: grid;
  place-items: center;
  font-weight: 900;
  margin-bottom: 14px;
}
.service-list {
  display: grid;
  gap: 18px;
}
.service-block {
  background: var(--paper);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  padding: 24px;
  box-shadow: var(--shadow);
}
.service-block p { color: var(--muted); }
.service-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 14px;
}
.tag {
  background: #eadcc9;
  color: #4b3928;
  border-radius: 999px;
  padding: 7px 10px;
  font-size: 12px;
  font-weight: 800;
}
.form-wrap {
  display: grid;
  grid-template-columns: .85fr 1.15fr;
  gap: 28px;
}
.form-card {
  background: var(--paper);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  padding: 24px;
  box-shadow: var(--shadow);
}
.form-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 14px;
}
.form-field.full { grid-column: 1 / -1; }
label {
  display: block;
  font-size: 12px;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: .09em;
  color: var(--muted);
  margin-bottom: 6px;
}
input, textarea, select {
  width: 100%;
  border: 1px solid var(--line);
  border-radius: 14px;
  padding: 13px 14px;
  background: #fffdf8;
  font: inherit;
  color: var(--charcoal);
}
textarea { min-height: 150px; resize: vertical; }
small { color: var(--muted); }
.page-hero {
  padding: 54px 0 34px;
  background: linear-gradient(180deg, #f8f1e8, var(--cream));
  border-bottom: 1px solid var(--line);
}
.page-hero p {
  color: var(--muted);
  max-width: 780px;
  font-size: 18px;
}
.site-footer {
  background: var(--charcoal);
  color: #f8efe2;
  padding: 44px 0 28px;
}
.footer-grid {
  display: grid;
  grid-template-columns: 1.3fr .7fr .7fr .9fr;
  gap: 28px;
}
.footer-logo {
  width: 92px;
  height: 92px;
  background: white;
  border-radius: 50%;
  padding: 4px;
  margin-bottom: 14px;
}
.footer-grid h3 {
  font-size: 16px;
  margin-bottom: 14px;
}
.footer-grid a {
  display: block;
  color: #dccdb9;
  text-decoration: none;
  margin: 7px 0;
}
.footer-grid p { color: #dccdb9; margin-top: 0; }
.copyright {
  border-top: 1px solid rgba(229,211,185,.18);
  margin-top: 32px;
  padding-top: 18px;
  color: #c8bba8;
  font-size: 13px;
}
.note-box {
  border: 1px dashed var(--walnut-2);
  background: #fff6e7;
  color: #5b4022;
  padding: 16px;
  border-radius: 16px;
  margin-top: 18px;
}
.map-card {
  min-height: 330px;
  border-radius: var(--radius);
  background:
    linear-gradient(135deg, rgba(31,27,22,.18), rgba(246,240,231,.45)),
    radial-gradient(circle at 25% 35%, rgba(118,81,46,.35) 0 4%, transparent 5%),
    radial-gradient(circle at 65% 45%, rgba(118,81,46,.25) 0 5%, transparent 6%),
    radial-gradient(circle at 50% 70%, rgba(118,81,46,.22) 0 4%, transparent 5%),
    #eadcc8;
  display: grid;
  place-items: center;
  text-align: center;
  padding: 26px;
  border: 1px solid var(--line);
}
.map-card strong {
  display: block;
  font-size: 26px;
}
.map-card span {
  display: block;
  margin-top: 8px;
  color: var(--muted);
}

@media (max-width: 1000px) {
  .site-nav { display: none; }
  .mobile-note { display: block; color: var(--muted); font-size: 13px; }
  .hero-grid, .two-col, .form-wrap { grid-template-columns: 1fr; }
  .card-grid { grid-template-columns: repeat(2, 1fr); }
  .project-grid { grid-template-columns: repeat(2, 1fr); }
  .process { grid-template-columns: repeat(2, 1fr); }
  .footer-grid { grid-template-columns: 1fr 1fr; }
}
@media (max-width: 650px) {
  .container { width: min(100% - 28px, 1160px); }
  .header-inner { min-height: 76px; }
  .brand img { width: 48px; height: 48px; }
  .brand-title { font-size: 16px; }
  .hero { padding-top: 42px; }
  .button-row { flex-direction: column; }
  .btn { width: 100%; }
  .hero-card-footer, .card-grid, .project-grid, .process, .form-grid, .footer-grid { grid-template-columns: 1fr; }
  .section-header { display: block; }
}
