/* Off The Block Design House — palette lifted from the original Elementor kit:
   #141111 ink · #80311B rust · #CFC2A7 sand · #E8E6DF bone · #FFBC7D peach */
:root {
  --ink: #141111;
  --rust: #80311B;
  --rust-deep: #5f2413;
  --sand: #CFC2A7;
  --bone: #E8E6DF;
  --peach: #FFBC7D;
  --white: #ffffff;
  --muted: #5c554f;
}
* { margin: 0; padding: 0; box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  font-family: "Segoe UI", system-ui, -apple-system, sans-serif;
  color: var(--ink);
  background: var(--bone);
  line-height: 1.6;
}
h1, h2, h3, .wordmark { font-family: Georgia, "Times New Roman", serif; line-height: 1.15; }
img { max-width: 100%; display: block; }
a { color: var(--rust); }
.wrap { max-width: 1100px; margin: 0 auto; padding: 0 20px; }

/* header */
.topbar { background: var(--ink); color: var(--bone); font-size: 0.85rem; }
.topbar .wrap { display: flex; justify-content: space-between; padding-top: 6px; padding-bottom: 6px; }
.topbar a { color: var(--peach); text-decoration: none; }
header.site { background: var(--white); border-bottom: 1px solid var(--sand); position: sticky; top: 0; z-index: 10; }
header.site .wrap { display: flex; align-items: center; justify-content: space-between; padding-top: 10px; padding-bottom: 10px; }
.brand { display: flex; align-items: center; gap: 12px; text-decoration: none; color: var(--ink); }
.brand img { width: 52px; height: 52px; }
.brand .wordmark { font-size: 1.05rem; letter-spacing: 0.12em; font-weight: 700; }
nav.main a { color: var(--ink); text-decoration: none; margin-left: 26px; font-size: 0.95rem; }
nav.main a:hover, nav.main a.active { color: var(--rust); }

/* hero */
.hero { position: relative; color: var(--white); }
.hero .bg { position: absolute; inset: 0; background-size: cover; background-position: center; }
.hero .shade { position: absolute; inset: 0; background: linear-gradient(100deg, rgba(20,17,17,0.82) 25%, rgba(20,17,17,0.35)); }
.hero .wrap { position: relative; padding-top: 110px; padding-bottom: 110px; max-width: 1100px; }
.hero h1 { font-size: clamp(1.9rem, 4.5vw, 3.2rem); max-width: 640px; }
.hero p.lede { margin-top: 18px; max-width: 540px; font-size: 1.1rem; color: var(--bone); }
.hero p.note { margin-top: 10px; max-width: 540px; font-size: 0.95rem; color: var(--sand); }

/* buttons */
.btn { display: inline-block; background: var(--rust); color: var(--white); text-decoration: none;
  padding: 13px 28px; margin-top: 26px; font-weight: 600; letter-spacing: 0.02em; border: 0; cursor: pointer; font-size: 1rem; }
.btn:hover { background: var(--rust-deep); }
.btn.ghost { background: transparent; border: 2px solid var(--peach); color: var(--peach); }

/* sections */
section { padding: 64px 0; }
section.alt { background: var(--white); }
.kicker { color: var(--rust); text-transform: uppercase; letter-spacing: 0.18em; font-size: 0.8rem; font-weight: 700; }
h2 { font-size: clamp(1.5rem, 3vw, 2.2rem); margin-top: 6px; }
.sub { color: var(--muted); max-width: 620px; margin-top: 10px; }

/* what we do */
.services { display: grid; grid-template-columns: repeat(auto-fit, minmax(220px, 1fr)); gap: 14px; margin-top: 34px; }
.services .card { background: var(--white); border: 1px solid var(--sand); padding: 18px 20px; font-weight: 600; }
section.alt .services .card { background: var(--bone); }
.services .card span { color: var(--rust); margin-right: 10px; }

/* quality strip */
.quality { background: var(--ink); color: var(--bone); }
.quality .cols { display: grid; grid-template-columns: repeat(auto-fit, minmax(220px, 1fr)); gap: 28px; margin-top: 30px; }
.quality h3 { color: var(--peach); font-size: 1.1rem; margin-bottom: 6px; }
.quality h2 { color: var(--white); }

/* projects */
.grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(240px, 1fr)); gap: 14px; margin-top: 34px; }
.grid img { width: 100%; height: 280px; object-fit: cover; border: 1px solid var(--sand); background: var(--white); }

/* process */
.steps { display: grid; grid-template-columns: repeat(auto-fit, minmax(230px, 1fr)); gap: 22px; margin-top: 34px; counter-reset: step; }
.step { background: var(--white); border-top: 4px solid var(--rust); padding: 22px; }
.step::before { counter-increment: step; content: "0" counter(step); font-family: Georgia, serif;
  font-size: 1.6rem; color: var(--sand); display: block; margin-bottom: 8px; }
.step h3 { margin-bottom: 8px; }
.step p { color: var(--muted); font-size: 0.95rem; }

/* CTA band */
.cta { background: var(--rust); color: var(--white); text-align: center; }
.cta h2 { color: var(--white); }
.cta p { max-width: 560px; margin: 12px auto 0; color: #f4ddcf; }
.cta .btn { background: var(--ink); }

/* forms */
.formcard { background: var(--white); border: 1px solid var(--sand); padding: 30px; max-width: 520px; }
.formcard label { display: block; font-weight: 600; font-size: 0.9rem; margin-top: 16px; }
.formcard input, .formcard textarea { width: 100%; padding: 11px 12px; margin-top: 6px;
  border: 1px solid var(--sand); background: var(--bone); font: inherit; }
.formcard textarea { min-height: 120px; resize: vertical; }
.formcard .fineprint { font-size: 0.8rem; color: var(--muted); margin-top: 12px; }
.hp { position: absolute; left: -9999px; opacity: 0; height: 0; overflow: hidden; }
.split { display: grid; grid-template-columns: 1fr 1fr; gap: 40px; align-items: start; }
.err { background: #fdecea; border: 1px solid #c0392b; color: #7b241c; padding: 10px 14px; margin-top: 14px; font-size: 0.9rem; }

/* faq */
.faqlist { margin-top: 30px; max-width: 760px; }
.faqlist details { background: var(--bone); border: 1px solid var(--sand); margin-bottom: 10px; }
.faqlist summary { cursor: pointer; font-weight: 600; padding: 16px 20px; list-style-position: inside; }
.faqlist summary:hover { color: var(--rust); }
.faqlist details p { padding: 0 20px 16px; color: var(--muted); }

/* contact info */
.infolist { margin-top: 24px; display: grid; gap: 16px; }
.infolist .item h3 { font-size: 1rem; color: var(--rust); }
.infolist .item p { color: var(--muted); }

/* footer */
footer { background: var(--ink); color: var(--sand); padding: 44px 0 30px; }
footer .cols { display: grid; grid-template-columns: repeat(auto-fit, minmax(220px, 1fr)); gap: 28px; }
footer h3 { color: var(--white); font-size: 1rem; margin-bottom: 10px; }
footer a { color: var(--peach); text-decoration: none; }
footer .legal { margin-top: 30px; font-size: 0.8rem; color: #8d857c; }

@media (max-width: 760px) {
  .split { grid-template-columns: 1fr; }
  nav.main a { margin-left: 14px; font-size: 0.88rem; }
  .brand .wordmark { display: none; }
  .hero .wrap { padding-top: 70px; padding-bottom: 70px; }
}
