:root {
  --ink: #171512;
  --muted: #6e665f;
  --brand: #d94f2f;
  --brand-dark: #9f321d;
  --gold: #f2b544;
  --sky: #e8f7fb;
  --paper: #ffffff;
  --linen: #fbf4ea;
  --clay: #efe0cf;
  --line: #ead9c8;
  --shadow: 0 20px 55px rgba(43, 30, 18, .14);
  --radius: 8px;
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); background: var(--linen); font-family: Inter, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif; line-height: 1.6; }
img { display: block; max-width: 100%; }
a { color: var(--brand-dark); text-decoration: none; }
a:hover { text-decoration: underline; }
.container { width: min(1160px, calc(100% - 40px)); margin: 0 auto; }
.skip-link { position: absolute; left: -999px; top: 0; background: var(--ink); color: #fff; padding: 10px; z-index: 99; }
.skip-link:focus { left: 10px; }
.topbar { background: var(--ink); color: #ffe9cf; font-size: 14px; }
.topbar-inner { min-height: 38px; display: flex; justify-content: space-between; align-items: center; gap: 18px; }
.topbar a { color: #fff; font-weight: 900; }
.site-header { position: sticky; top: 0; z-index: 50; background: rgba(255,255,255,.95); backdrop-filter: blur(14px); border-bottom: 1px solid var(--line); }
.header-inner { min-height: 78px; display: flex; align-items: center; justify-content: space-between; gap: 24px; }
.brand { display: flex; align-items: center; gap: 12px; color: var(--ink); }
.brand-mark { width: 52px; height: 52px; border-radius: 50%; display: grid; place-items: center; background: var(--ink); color: var(--gold); font-weight: 900; box-shadow: 0 10px 24px rgba(23,21,18,.18); }
.brand-text { display: grid; line-height: 1.05; }
.brand-text strong { font-size: 21px; }
.brand-text span { color: var(--muted); font-size: 12px; text-transform: uppercase; font-weight: 900; }
.nav { display: flex; align-items: center; gap: 18px; font-weight: 800; }
.nav a { color: var(--ink); }
.nav-toggle { display: none; width: 44px; height: 44px; border: 1px solid var(--line); background: #fff; border-radius: var(--radius); align-items: center; justify-content: center; flex-direction: column; gap: 5px; }
.nav-toggle span { display: block; width: 22px; height: 2px; background: var(--ink); }
.btn { display: inline-flex; align-items: center; justify-content: center; min-height: 44px; padding: 12px 18px; border-radius: var(--radius); border: 1px solid transparent; font-weight: 900; text-decoration: none; cursor: pointer; transition: transform .18s ease, box-shadow .18s ease, background .18s ease; }
.btn:hover { transform: translateY(-1px); text-decoration: none; }
.btn-primary { background: var(--brand); color: #fff; box-shadow: 0 10px 26px rgba(217,79,47,.25); }
.btn-primary:hover { background: var(--brand-dark); }
.btn-outline { border-color: rgba(255,255,255,.76); color: #fff; }
.btn-dark { background: var(--ink); color: #fff; }
.btn-wide { width: 100%; }
.hero { color: #fff; background: linear-gradient(100deg, rgba(23,21,18,.95), rgba(23,21,18,.72) 42%, rgba(23,21,18,.14)), url("/assets/img/houston-home-hero.jpg") center/cover no-repeat; }
.hero-grid { min-height: 720px; display: grid; grid-template-columns: minmax(0, 1fr) 500px; gap: 42px; align-items: center; padding: 72px 0; }
.eyebrow { margin: 0 0 12px; color: var(--gold); font-size: 13px; font-weight: 900; text-transform: uppercase; letter-spacing: .12em; }
.hero h1 { margin: 0; font-size: clamp(44px, 5.4vw, 76px); line-height: .94; letter-spacing: 0; max-width: 760px; }
.lead { max-width: 700px; color: #fff2df; font-size: 20px; margin: 22px 0 0; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 14px; margin-top: 30px; }
.proof-row { display: grid; grid-template-columns: repeat(3, 1fr); gap: 12px; margin-top: 30px; max-width: 680px; }
.proof { border: 1px solid rgba(255,255,255,.24); background: rgba(255,255,255,.1); border-radius: var(--radius); padding: 14px; }
.proof strong { display: block; font-size: 21px; }
.quote-form { background: rgba(255,255,255,.98); color: var(--ink); border: 1px solid rgba(234,217,200,.95); border-top: 7px solid var(--gold); border-radius: var(--radius); padding: 28px; box-shadow: var(--shadow); }
.form-head h2 { margin: 0; font-size: 28px; line-height: 1.1; }
.form-head p:not(.eyebrow) { color: var(--muted); margin: 8px 0 22px; }
.form-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; }
label { display: grid; gap: 7px; margin-bottom: 14px; font-weight: 800; }
input, select, textarea { width: 100%; border: 1px solid var(--line); border-radius: var(--radius); padding: 13px 14px; font: inherit; background: #fffdf9; color: var(--ink); }
textarea { resize: vertical; }
input:focus, select:focus, textarea:focus { outline: 3px solid rgba(217,79,47,.18); border-color: var(--brand); }
.hp { display: none; }
.small { font-size: 14px; color: var(--muted); }
.section { padding: 82px 0; }
.section.alt { background: #fff; }
.split { display: grid; grid-template-columns: 1fr 440px; gap: 54px; align-items: center; }
.content h2, .section-head h2 { margin: 0; font-size: clamp(30px, 4vw, 46px); line-height: 1.08; }
.content p, .section-head p { color: var(--muted); font-size: 18px; }
.check-list { list-style: none; padding: 0; margin: 24px 0 0; display: grid; gap: 12px; }
.check-list li { position: relative; padding-left: 30px; }
.check-list li:before { content: ""; position: absolute; left: 0; top: 7px; width: 16px; height: 16px; border-radius: 50%; background: var(--brand); box-shadow: inset 0 0 0 5px #ffe2d6; }
.image-card { position: relative; overflow: hidden; min-height: 470px; border-radius: var(--radius); border: 1px solid var(--line); box-shadow: var(--shadow); background: var(--ink); }
.image-card img { width: 100%; height: 100%; min-height: 470px; object-fit: cover; }
.image-card:after { content: ""; position: absolute; inset: 0; background: linear-gradient(180deg, rgba(23,21,18,0), rgba(23,21,18,.82)); }
.image-card div { position: absolute; left: 22px; right: 22px; bottom: 22px; z-index: 1; color: #fff; }
.image-card span { display: inline-flex; padding: 7px 11px; border-radius: 999px; background: var(--gold); color: var(--ink); font-size: 12px; font-weight: 900; text-transform: uppercase; letter-spacing: .08em; }
.image-card p { color: #fff2df; font-size: 18px; font-weight: 700; }
.section-head { display: flex; justify-content: space-between; align-items: end; gap: 24px; margin-bottom: 34px; }
.section-head p { max-width: 610px; margin: 10px 0 0; }
.feature-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 18px; }
.feature-grid article { background: #fff; border: 1px solid var(--line); border-radius: var(--radius); padding: 24px; box-shadow: 0 8px 24px rgba(43,30,18,.06); }
.feature-grid h3 { margin: 0 0 8px; font-size: 21px; }
.feature-grid p { margin: 0; color: var(--muted); }
.photo-story { background: linear-gradient(135deg, var(--sky), #fff 58%, #fff4df); }
.photo-grid { display: grid; grid-template-columns: 1.15fr .85fr; gap: 18px; align-items: stretch; }
.story-photo { position: relative; min-height: 420px; overflow: hidden; border-radius: var(--radius); border: 1px solid var(--line); box-shadow: var(--shadow); background: var(--ink); }
.story-photo img { width: 100%; height: 100%; min-height: 420px; object-fit: cover; }
.story-panel { display: grid; align-content: center; padding: 34px; border: 1px solid var(--line); border-radius: var(--radius); background: var(--ink); color: #fff; box-shadow: var(--shadow); }
.story-panel p { color: #ffe9cf; }
.service-area-band { display: flex; justify-content: space-between; align-items: center; gap: 28px; }
.service-area-band p { color: var(--muted); max-width: 760px; }
.faq-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 16px; }
details { background: #fff; border: 1px solid var(--line); border-radius: var(--radius); padding: 18px; box-shadow: 0 8px 24px rgba(43,30,18,.05); }
summary { cursor: pointer; font-weight: 900; font-size: 18px; }
details p { color: var(--muted); margin-bottom: 0; }
.cta-band { background: var(--ink); color: #fff; padding: 52px 0; }
.cta-inner { display: flex; justify-content: space-between; align-items: center; gap: 24px; }
.cta-inner h2 { margin: 0; font-size: clamp(30px, 4vw, 44px); }
.cta-inner p { margin: 8px 0 0; color: #ffe9cf; }
.site-footer { background: #171512; color: #e9ded0; padding: 58px 0 0; }
.site-footer a { color: #fff; }
.footer-grid { display: grid; grid-template-columns: 1.4fr 1fr 1fr 1fr; gap: 30px; }
.footer-brand { color: #fff; }
.site-footer h2 { color: #fff; font-size: 16px; margin: 0 0 12px; }
.site-footer ul { list-style: none; padding: 0; margin: 0; display: grid; gap: 8px; }
.footer-bottom { border-top: 1px solid rgba(255,255,255,.12); margin-top: 34px; padding: 18px 0; display: flex; justify-content: space-between; gap: 16px; }
.reveal { opacity: 0; transform: translateY(18px); transition: opacity .6s ease, transform .6s ease; }
.reveal.is-visible { opacity: 1; transform: translateY(0); }
@media (max-width: 1100px) {
  .hero-grid { grid-template-columns: 1fr; min-height: auto; }
  .quote-form { max-width: 780px; }
}
@media (max-width: 980px) {
  .nav { display: none; position: absolute; top: 116px; left: 20px; right: 20px; background: #fff; border: 1px solid var(--line); border-radius: var(--radius); box-shadow: var(--shadow); padding: 18px; align-items: stretch; }
  .nav.open { display: grid; }
  .nav a { color: var(--ink); }
  .nav-toggle { display: inline-flex; }
  .hero-grid, .split, .photo-grid { grid-template-columns: 1fr; }
  .feature-grid, .footer-grid { grid-template-columns: repeat(2, 1fr); }
}
@media (max-width: 700px) {
  .topbar-inner, .section-head, .service-area-band, .cta-inner, .footer-bottom { display: grid; justify-content: start; }
  .header-inner { min-height: 70px; }
  .brand-mark { width: 44px; height: 44px; font-size: 13px; }
  .brand-text strong { font-size: 18px; }
  .hero h1 { font-size: 42px; }
  .proof-row, .form-grid, .feature-grid, .faq-grid, .footer-grid { grid-template-columns: 1fr; }
  .section { padding: 58px 0; }
  .quote-form { padding: 20px; }
  .story-photo, .story-photo img { min-height: 300px; }
}
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  .btn, .reveal { transition: none; }
  .btn:hover, .reveal { transform: none; }
  .reveal { opacity: 1; }
}
