:root {
  --ink: #161c14;
  --paper: #f1e9d6;
  --cream: #faf6ec;
  --dark: #121a14;
  --dark2: #1b281c;
  --accent: #c4a24e;
  --accent2: #d8c07a;
  --muted: #5c665d;
  --wash-start: 18, 26, 20;
  --font-display: "Fraunces", "Iowan Old Style", Georgia, serif;
  --font-text: "Source Sans 3", "Source Sans Pro", system-ui, sans-serif;
  --wd: 500;
  --wh: 600;
  --wrap: 1160px;
  --gutter: clamp(20px, 4vw, 40px);
  --radius: 18px;
  --shadow: 0 16px 40px rgba(12, 18, 22, .12);
}
*, *::before, *::after { box-sizing: border-box }
html { scroll-behavior: smooth; -webkit-font-smoothing: antialiased }
body {
  margin: 0;
  font-family: var(--font-text);
  font-size: 18px;
  line-height: 1.6;
  background: var(--paper);
  color: var(--ink);
}
img { max-width: 100%; display: block }
a { color: inherit; text-decoration: none }
p { margin: 0; text-wrap: pretty }
h1, h2, h3, h4 {
  font-family: var(--font-display);
  font-weight: var(--wh);
  font-optical-sizing: auto;
  letter-spacing: -.02em;
  line-height: 1.16;
  text-wrap: balance;
  margin: 0;
}
h1 { font-size: clamp(2rem, 1.2rem + 2.2vw, 2.75rem); font-weight: var(--wd); line-height: 1.12 }
h2 { font-size: clamp(1.7rem, 1.15rem + 1.3vw, 2.3rem) }
h3 { font-size: 1.22rem; line-height: 1.28; letter-spacing: -.01em }
.wrap { width: min(var(--wrap), calc(100% - var(--gutter) * 2)); margin-inline: auto }
.pad { padding: 24px 26px }
.skip {
  position: absolute; left: -999px; top: 8px;
}
.skip:focus { left: 12px; z-index: 80; background: var(--accent); color: var(--dark); padding: 8px 12px; border-radius: 8px }

.util {
  background: var(--dark2);
  color: rgba(255,255,255,.78);
  font-size: 13px;
  font-weight: 600;
  letter-spacing: .02em;
}
.util-in { display: flex; justify-content: space-between; gap: 16px; align-items: center; min-height: 34px }
.util span { white-space: nowrap }
.util a { color: var(--accent2) }
.util .hide-sm { display: none }

.hdr {
  position: sticky; top: 0; z-index: 50;
  background: color-mix(in srgb, var(--dark) 94%, transparent);
  color: var(--cream);
  border-bottom: 1px solid rgba(255,255,255,.08);
  backdrop-filter: blur(16px);
}
.hdr-in { display: flex; align-items: center; gap: 16px; height: 64px }
.brand { display: flex; align-items: center; gap: 10px }
.mark {
  width: 34px; height: 34px; border-radius: 9px;
  display: grid; place-items: center;
  background: var(--accent); color: var(--dark);
  font-family: var(--font-display); font-size: 1.05rem; font-weight: var(--wh);
}
.brand strong { display: block; font-family: var(--font-display); font-size: 1.08rem; font-weight: var(--wh); letter-spacing: -.015em; line-height: 1 }
.brand small { display: block; font-size: 11px; letter-spacing: .08em; text-transform: uppercase; color: rgba(255,255,255,.55); margin-top: 3px; font-weight: 650 }
nav.desk { display: none; align-items: center; margin-left: 8px; gap: 2px; font-size: 15px; font-weight: 600; color: rgba(255,255,255,.78) }
nav.desk a, nav.desk button {
  background: none; border: 0; color: inherit; font: inherit;
  padding: 8px 10px; border-radius: 999px; cursor: pointer; white-space: nowrap;
}
nav.desk a:hover, nav.desk button:hover { color: #fff; background: rgba(255,255,255,.08) }
.hdr-cta { display: none; align-items: center; gap: 14px; margin-left: auto }
.phone { font-weight: 650; font-size: 15px; white-space: nowrap }
.btn {
  display: inline-flex; align-items: center; justify-content: center; gap: 8px;
  height: 44px; padding: 0 18px; border-radius: 999px;
  font-family: var(--font-text); font-size: 15px; font-weight: 650; line-height: 1;
  cursor: pointer; border: 0; white-space: nowrap;
}
.btn-gold { background: var(--accent); color: var(--dark) }
.btn-gold:hover { filter: brightness(1.08) }
.btn-ink { background: var(--ink); color: var(--cream) }
.btn-ghost { border: 1px solid rgba(255,255,255,.32); background: transparent; color: #fff }
.btn-line { border: 1px solid color-mix(in srgb, var(--ink) 18%, transparent); background: transparent; color: var(--ink) }
.actions { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 26px }
.menu-btn {
  margin-left: auto; display: grid; place-items: center;
  width: 40px; height: 40px; border-radius: 999px;
  border: 1px solid rgba(255,255,255,.2); background: none; color: #fff;
}
.mega, .mob { display: none; border-top: 1px solid rgba(255,255,255,.08); background: var(--cream); color: var(--ink) }
.mega.open, .mob.open { display: block }
.mega-in { padding: 28px 0 32px; display: grid; gap: 24px }
.mega a { display: block; padding: 10px 12px; border-radius: 12px }
.mega a:hover { background: color-mix(in srgb, var(--ink) 4%, transparent) }
.mega a b { display: block; margin-bottom: 4px; font-size: 16px; font-weight: 650 }
.mega a span { font-size: 15px; line-height: 1.45; color: var(--muted) }

.hero { position: relative; color: #fff; overflow: hidden; background: var(--dark) }
.hero img.bg { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover }
.wash {
  position: absolute; inset: 0;
  background: linear-gradient(105deg, rgba(var(--wash-start), .93) 0%, rgba(var(--wash-start), .68) 52%, rgba(var(--wash-start), .28) 100%);
}
.hero-in { position: relative; z-index: 1; display: grid; gap: 28px; padding: 48px 0 44px; align-items: center }
h1.display {
  font-size: clamp(2.35rem, 1.2rem + 3.1vw, 3.55rem);
  font-weight: var(--wd); line-height: 1.08; letter-spacing: -.028em; max-width: 15ch; color: #fff;
}
.eyebrow {
  font-family: var(--font-text); font-size: 12px; font-weight: 650;
  letter-spacing: .16em; text-transform: uppercase; color: var(--accent2); margin: 0 0 14px; line-height: 1.3;
}
.lede { max-width: 34em; margin-top: 16px; font-size: 18px; line-height: 1.6; color: rgba(255,255,255,.86) }
.chips { display: flex; flex-wrap: wrap; gap: 8px; margin-top: 20px }
.chip {
  border: 1px solid rgba(255,255,255,.22); border-radius: 999px;
  padding: 7px 12px; font-size: 13px; line-height: 1.2; background: rgba(255,255,255,.08);
}

.section { padding: 72px 0 }
.section-head { margin-bottom: 32px; max-width: 40rem }
.section-head h2 { margin-top: 6px }
.copy h2 { max-width: 18ch }
.copy p { margin-top: 16px; color: var(--muted); max-width: 38em; line-height: 1.65 }
.split { display: grid; gap: 36px; align-items: center }
.frame { width: 100%; height: 280px; object-fit: cover; border-radius: var(--radius) }

.trust {
  background: var(--cream);
  border-bottom: 1px solid color-mix(in srgb, var(--ink) 8%, transparent);
}
.trust-in { display: grid; grid-template-columns: 1fr 1fr; gap: 18px 16px; padding: 22px 0 }
.trust b { display: block; font-family: var(--font-display); font-size: 1.35rem; font-weight: var(--wd); line-height: 1.1 }
.trust span { font-size: 12px; letter-spacing: .1em; text-transform: uppercase; color: var(--muted); font-weight: 650 }

.grid-2, .grid-3, .steps, .grid-4 { display: grid; gap: 16px }
.card {
  background: var(--cream);
  border: 1px solid color-mix(in srgb, var(--ink) 8%, transparent);
  border-radius: var(--radius); overflow: hidden;
}
.card.lift { transition: transform .2s ease, box-shadow .2s ease }
.card.lift:hover { transform: translateY(-3px); box-shadow: var(--shadow) }
.card img { height: 200px; width: 100%; object-fit: cover }
.card .muted, .step .muted { color: var(--muted); line-height: 1.55 }
.svc {
  display: flex; flex-direction: column;
  padding: 22px 22px 20px;
  background: var(--cream);
  border: 1px solid color-mix(in srgb, var(--ink) 8%, transparent);
  border-radius: var(--radius);
}
.svc .ico {
  width: 42px; height: 42px; border-radius: 12px;
  display: grid; place-items: center; margin-bottom: 14px;
  background: color-mix(in srgb, var(--accent) 18%, var(--cream));
  color: var(--ink);
}
.svc .ico svg { width: 22px; height: 22px }
.svc h3 { margin: 0 0 8px }
.svc p { flex: 1; margin: 0 0 16px; color: var(--muted) }
.svc a { color: var(--ink); font-weight: 650; font-size: 15px }
.step {
  padding: 24px; border-radius: var(--radius);
  background: var(--cream);
  border: 1px solid color-mix(in srgb, var(--ink) 8%, transparent);
}
.step .num {
  font-family: var(--font-display); font-size: 1.6rem; font-weight: var(--wd);
  color: var(--accent); line-height: 1; margin-bottom: 10px;
}

.dark { background: var(--dark); color: var(--cream) }
.dark h1, .dark h2, .dark h3 { color: #fff }
.dark .copy p, .dark .muted, .dark p { color: rgba(255,255,255,.72) }
.muted { color: var(--muted) }
.link { color: var(--accent); font-weight: 650 }
.dark .link { color: var(--accent2) }

.promise {
  display: grid; gap: 14px;
}
.promise article {
  padding: 20px 22px;
  border-radius: 16px;
  background: rgba(255,255,255,.04);
  border: 1px solid rgba(255,255,255,.1);
}
.promise h3 { margin-bottom: 8px }

.quote-card {
  background: var(--cream); color: var(--ink);
  border-radius: var(--radius); padding: 24px;
}
.quote-card .stars { color: var(--accent); letter-spacing: 2px; margin-bottom: 10px; font-size: 14px }
.quote-card p { font-family: var(--font-display); font-size: 1.2rem; line-height: 1.35; font-weight: 500; color: var(--ink) }
.quote-card cite { display: block; margin-top: 14px; font-style: normal; font-size: 14px; font-weight: 650; color: var(--muted) }

.areas { display: flex; flex-wrap: wrap; gap: 8px }
.areas a, .areas span {
  border: 1px solid color-mix(in srgb, var(--ink) 12%, transparent);
  background: var(--cream); border-radius: 999px; padding: 8px 14px; font-size: 14px; font-weight: 650;
}

form.quote {
  background: var(--cream); color: var(--ink);
  padding: 22px 22px 20px; border-radius: var(--radius); box-shadow: var(--shadow);
}
form.quote h3 { font-family: var(--font-text); font-size: 1.15rem; font-weight: 700; letter-spacing: -.01em; color: var(--ink) }
form.quote .form-lede { color: var(--muted); font-size: 14px; margin: 4px 0 14px; line-height: 1.4 }
.fields { display: grid; grid-template-columns: 1fr 1fr; gap: 10px }
.field { display: flex; flex-direction: column; gap: 5px; min-width: 0 }
.field.span { grid-column: 1 / -1 }
.field label { font-size: 11px; font-weight: 700; letter-spacing: .08em; text-transform: uppercase }
.field input, .field select, .field textarea {
  width: 100%; height: 42px; padding: 0 12px; border-radius: 10px;
  border: 1px solid color-mix(in srgb, var(--ink) 14%, transparent);
  background: #fff; font: inherit; font-size: 16px;
}
.field textarea { height: 72px; padding-top: 10px; resize: vertical }
.field input:focus, .field select:focus, .field textarea:focus { outline: 2px solid var(--accent); border-color: transparent }
form.quote .btn { width: 100%; margin-top: 12px }
.fineprint { margin-top: 10px; font-size: 12px; color: var(--muted); line-height: 1.4 }
.ok { font-weight: 700; color: #1b6b3a; margin-top: 10px }

details {
  background: var(--cream);
  border: 1px solid color-mix(in srgb, var(--ink) 8%, transparent);
  border-radius: 14px; padding: 16px 18px; margin-bottom: 8px;
}
details summary { cursor: pointer; font-weight: 650; font-size: 17px; line-height: 1.35 }
details p { margin-top: 10px; line-height: 1.6; color: var(--muted) }

footer { background: var(--dark); color: rgba(255,255,255,.72); font-size: 16px; line-height: 1.55 }
.cta-band { background: var(--dark2); padding: 36px 0 }
.cta-copy {
  font-family: var(--font-display); font-size: clamp(1.5rem, 1rem + 1.4vw, 2rem);
  font-weight: var(--wd); color: #fff; margin: 0; max-width: 18ch; line-height: 1.2;
}
.foot-grid { display: grid; gap: 28px; padding: 48px 0 20px }
.foot-grid a { display: block; margin: 8px 0 }
.fine { border-top: 1px solid rgba(255,255,255,.1); padding: 16px 0 24px; font-size: 13px; color: rgba(255,255,255,.5) }
.mobile-bar {
  position: fixed; bottom: 0; left: 0; right: 0; display: flex; gap: 8px;
  padding: 10px 12px calc(10px + env(safe-area-inset-bottom));
  background: color-mix(in srgb, var(--dark) 96%, transparent);
  border-top: 1px solid rgba(255,255,255,.1); z-index: 40;
}
.mobile-bar .btn { flex: 1 }
main { padding-bottom: 72px }
.hero-form-mobile { padding: 0 0 28px }

@media (max-width: 959px) {
  .hero .desk-only { display: none }
  .hero-in { padding: 36px 0 32px; gap: 0 }
  .section { padding: 56px 0 }
  .frame { height: 240px }
  form.quote:not(.compact) .fields { grid-template-columns: 1fr }
  .util-in { justify-content: center; font-size: 12px }
}
@media (min-width: 960px) {
  nav.desk, .hdr-cta, .util .hide-sm { display: flex }
  .menu-btn, .mobile-bar, .hero-form-mobile { display: none }
  main { padding-bottom: 0 }
  .grid-2 { grid-template-columns: 1fr 1fr; gap: 20px }
  .grid-3 { grid-template-columns: repeat(3, 1fr); gap: 16px }
  .grid-4 { grid-template-columns: repeat(4, 1fr) }
  .trust-in { grid-template-columns: repeat(4, 1fr); padding: 26px 0 }
  .foot-grid { grid-template-columns: 1.3fr 1fr 1fr 1fr }
  .split { grid-template-columns: 1.05fr .95fr; gap: 64px }
  .hero-in { grid-template-columns: minmax(0, 1fr) 360px; gap: 56px; padding: 64px 0 60px }
  .frame { height: 440px }
  .steps { grid-template-columns: repeat(3, 1fr) }
  .promise { grid-template-columns: repeat(3, 1fr) }
}
@media (min-width: 960px) and (max-width: 1140px) {
  .hdr-cta .phone { display: none }
}
