:root {
  --ink: #231b16;
  --muted: #70645c;
  --paper: #f8f3eb;
  --soft: #efe5d6;
  --plum: #2d1f3d;
  --gold: #c4a265;
  --line: rgba(35, 27, 22, 0.14);
  --white: #fff;
  --display: "Cormorant Garamond", Georgia, serif;
  --body: "DM Sans", Arial, sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  background: var(--paper);
  color: var(--ink);
  font-family: var(--body);
  line-height: 1.62;
  -webkit-font-smoothing: antialiased;
}
a { color: inherit; }
.skip-link {
  position: absolute;
  left: -999px;
  top: 10px;
  z-index: 1000;
  background: var(--white);
  color: var(--plum);
  padding: 9px 13px;
}
.skip-link:focus { left: 10px; }
.top-call {
  position: sticky;
  top: 0;
  z-index: 50;
  background: rgba(45, 31, 61, 0.98);
  color: var(--white);
  border-bottom: 1px solid rgba(196, 162, 101, 0.28);
}
.top-call__inner {
  max-width: 1180px;
  margin: 0 auto;
  padding: 12px 22px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
}
.brand {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  text-decoration: none;
  font-size: 13px;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  font-weight: 800;
}
.brand img {
  width: 34px;
  height: 34px;
  border-radius: 50%;
  object-fit: cover;
  border: 1px solid rgba(255,255,255,0.4);
}
.nav-links {
  display: flex;
  align-items: center;
  gap: 9px;
  flex-wrap: wrap;
  justify-content: flex-end;
}
.nav-links a {
  color: rgba(255,255,255,0.86);
  text-decoration: none;
  border: 1px solid rgba(255,255,255,0.28);
  border-radius: 999px;
  padding: 8px 14px;
  font-size: 11px;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  font-weight: 800;
}
.nav-links a:hover,
.nav-links .call-now {
  background: var(--gold);
  border-color: var(--gold);
  color: #1d160f;
}
.hero {
  min-height: 560px;
  display: grid;
  align-items: center;
  background:
    linear-gradient(90deg, rgba(29, 22, 18, 0.88), rgba(45, 31, 61, 0.68)),
    url("/images/desert-home.jpg") center / cover;
  color: var(--white);
}
.hero__inner {
  max-width: 1180px;
  margin: 0 auto;
  width: 100%;
  padding: 72px 22px;
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(310px, 420px);
  gap: 42px;
  align-items: center;
}
.eyebrow {
  margin: 0 0 14px;
  color: var(--gold);
  font-size: 12px;
  letter-spacing: 0.24em;
  text-transform: uppercase;
  font-weight: 800;
}
h1, h2, h3 {
  font-family: var(--display);
  line-height: 1.05;
  letter-spacing: 0;
}
h1 {
  margin: 0 0 18px;
  font-size: clamp(40px, 5.6vw, 72px);
  font-weight: 500;
  max-width: 820px;
}
.hero__answer {
  max-width: 760px;
  margin: 0 0 26px;
  color: rgba(255,255,255,0.86);
  font-size: 18px;
}
.hero__actions,
.cta-row {
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
}
.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 46px;
  padding: 13px 20px;
  border-radius: 7px;
  border: 1px solid transparent;
  text-decoration: none;
  font-size: 12px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  font-weight: 800;
  cursor: pointer;
}
.btn.primary { background: var(--gold); color: #1d160f; }
.btn.secondary { color: var(--white); border-color: rgba(255,255,255,0.48); background: rgba(255,255,255,0.08); }
.btn.dark { background: var(--plum); color: var(--white); }
.btn.light { background: var(--white); color: var(--plum); border-color: var(--line); }
.panel {
  background: rgba(255,255,255,0.96);
  color: var(--ink);
  border-radius: 8px;
  padding: 26px;
  box-shadow: 0 24px 72px rgba(0,0,0,0.24);
}
.panel h2 {
  margin: 0 0 10px;
  font-size: 31px;
  font-weight: 600;
}
.panel p { margin: 0 0 16px; color: var(--muted); font-size: 14px; }
.lead-form { display: grid; gap: 10px; }
.lead-form input,
.lead-form select,
.lead-form textarea {
  width: 100%;
  border: 1px solid var(--line);
  border-radius: 6px;
  background: var(--white);
  color: var(--ink);
  padding: 12px 13px;
  font: inherit;
  font-size: 15px;
}
.lead-form textarea { min-height: 96px; resize: vertical; }
.form-note { font-size: 12px; color: var(--muted); }
.form-status {
  display: none;
  margin-top: 12px;
  padding: 12px;
  border-radius: 6px;
  background: #f5ead8;
  color: var(--ink);
  font-size: 14px;
}
.form-status.show { display: block; }
section { padding: 76px 22px; }
.wrap { max-width: 1180px; margin: 0 auto; }
.section-head { max-width: 780px; margin-bottom: 30px; }
.section-head.center { text-align: center; margin-left: auto; margin-right: auto; }
h2 { margin: 0 0 12px; font-size: clamp(32px, 4vw, 52px); font-weight: 500; }
h3 { margin: 0 0 8px; font-size: 25px; font-weight: 600; }
.section-head p,
.lede { color: var(--muted); font-size: 17px; margin: 0; }
.grid-3 {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
}
.grid-2 {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
}
.card,
.answer-card,
.note {
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: 8px;
  padding: 22px;
}
.card p,
.answer-card p,
.note p,
li { color: var(--muted); }
.muted-band { background: var(--soft); }
.steps { display: grid; gap: 12px; }
.step {
  display: grid;
  grid-template-columns: 42px 1fr;
  gap: 14px;
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: 8px;
  padding: 18px;
}
.num {
  font-family: var(--display);
  color: var(--gold);
  font-size: 30px;
  line-height: 1;
}
.toc {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 24px;
}
.toc a {
  text-decoration: none;
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: 999px;
  padding: 9px 13px;
  color: var(--plum);
  font-weight: 800;
  font-size: 13px;
}
.comparison {
  width: 100%;
  border-collapse: collapse;
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: 8px;
  overflow: hidden;
}
.comparison th,
.comparison td {
  text-align: left;
  padding: 14px;
  border-bottom: 1px solid var(--line);
  vertical-align: top;
}
.comparison th {
  background: var(--plum);
  color: var(--white);
  font-size: 12px;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}
.comparison tr:last-child td { border-bottom: 0; }
.faq { display: grid; gap: 12px; }
.faq details {
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: 8px;
  padding: 16px 18px;
}
.faq summary {
  cursor: pointer;
  font-weight: 800;
  color: var(--plum);
}
.faq p { margin: 10px 0 0; color: var(--muted); }
.conversion-strip {
  background: var(--plum);
  color: var(--white);
}
.conversion-strip .wrap {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 22px;
  align-items: center;
}
.conversion-strip p { color: rgba(255,255,255,0.76); margin: 0; }
.site-footer {
  background: #201712;
  color: rgba(255,255,255,0.74);
  padding: 42px 22px;
}
.footer-grid {
  max-width: 1180px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1.2fr 1fr 1fr;
  gap: 24px;
}
.site-footer a { color: rgba(255,255,255,0.86); text-decoration: none; }
.site-footer h2,
.site-footer h3 {
  color: var(--white);
  margin: 0 0 10px;
  font-size: 24px;
}
.footer-links {
  display: grid;
  gap: 7px;
}
.fine-print {
  max-width: 1180px;
  margin: 28px auto 0;
  padding-top: 22px;
  border-top: 1px solid rgba(255,255,255,0.16);
  font-size: 12px;
  color: rgba(255,255,255,0.55);
}
@media (max-width: 920px) {
  .top-call__inner { align-items: flex-start; flex-direction: column; }
  .nav-links { justify-content: flex-start; }
  .hero__inner,
  .grid-2,
  .grid-3,
  .conversion-strip .wrap,
  .footer-grid {
    grid-template-columns: 1fr;
  }
  .hero { min-height: auto; }
  .hero__inner { padding: 56px 20px; }
  section { padding: 56px 20px; }
}
@media (max-width: 560px) {
  .nav-links a { padding: 7px 10px; }
  .panel { padding: 22px; }
  .comparison { display: block; overflow-x: auto; }
}
