:root {
  --bg: #f7f6f2;
  --surface: #ffffff;
  --surface-2: #efeee9;
  --ink: #171717;
  --muted: #66645f;
  --line: #dedcd5;
  --accent: #d47b2c;
  --accent-strong: #b86119;
  --accent-soft: #f4e3d4;
  --dark: #181818;
  --dark-2: #242424;
  --white: #fff;
  --shadow: 0 18px 55px rgba(27, 24, 20, .08);
  --radius: 22px;
  --radius-sm: 14px;
  --max: 1180px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--ink);
  background: var(--surface);
  font-family: Inter, ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
  line-height: 1.55;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}
img { display: block; max-width: 100%; }
a { color: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }

.skip-link {
  position: fixed;
  left: 12px;
  top: 12px;
  z-index: 1000;
  transform: translateY(-160%);
  background: var(--dark);
  color: #fff;
  padding: 10px 14px;
  border-radius: 10px;
}
.skip-link:focus { transform: translateY(0); }

.container {
  width: min(calc(100% - 32px), var(--max));
  margin-inline: auto;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 50;
  background: rgba(255, 255, 255, .94);
  backdrop-filter: blur(14px);
  border-bottom: 1px solid rgba(222, 220, 213, .9);
}
.header-inner {
  min-height: 76px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 22px;
}
.brand {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  text-decoration: none;
  min-width: max-content;
}
.brand-mark {
  width: 42px;
  height: 42px;
  display: grid;
  place-items: center;
  border-radius: 11px;
  background: var(--dark);
  color: #fff;
  font-size: 15px;
  font-weight: 800;
  letter-spacing: -.04em;
}
.brand-mark span { color: var(--accent); }
.brand-copy { display: grid; line-height: 1.1; gap: 4px; }
.brand-copy strong { font-size: 16px; letter-spacing: -.02em; }
.brand-copy small { color: var(--muted); font-size: 10px; text-transform: uppercase; letter-spacing: .08em; }

.main-nav { display: flex; gap: 26px; font-size: 13px; font-weight: 650; }
.main-nav a { text-decoration: none; color: #46443f; }
.main-nav a:hover, .main-nav a:focus-visible { color: var(--accent-strong); }

.header-call { display: flex; align-items: center; gap: 14px; }
.phone-link { font-weight: 800; text-decoration: none; white-space: nowrap; }

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  min-height: 48px;
  padding: 0 20px;
  border-radius: 999px;
  text-decoration: none;
  font-weight: 800;
  border: 1px solid transparent;
  transition: transform .2s ease, background-color .2s ease, border-color .2s ease, color .2s ease;
}
.button:hover { transform: translateY(-1px); }
.button:focus-visible, a:focus-visible { outline: 3px solid rgba(212, 123, 44, .34); outline-offset: 3px; }
.button-small { min-height: 42px; padding-inline: 17px; background: var(--dark); color: #fff; font-size: 13px; }
.button-primary { background: var(--accent); color: #1d150f; box-shadow: 0 13px 30px rgba(212, 123, 44, .24); }
.button-primary:hover { background: #e18a38; }
.button-dark { background: var(--dark); color: #fff; }
.button-outline { color: #fff; border-color: rgba(255,255,255,.35); background: rgba(255,255,255,.04); }
.button-large { min-height: 64px; padding: 10px 24px; border-radius: 18px; justify-content: flex-start; }
.button-large > span:first-child { font-size: 24px; }
.button-large > span:last-child { display: grid; gap: 0; text-align: left; line-height: 1.2; }
.button-large small { font-weight: 600; opacity: .78; font-size: 12px; margin-top: 2px; }

.hero {
  background:
    radial-gradient(circle at 16% 8%, rgba(212,123,44,.09), transparent 32%),
    linear-gradient(180deg, #faf9f6 0%, #f7f6f2 100%);
  overflow: clip;
}
.hero-grid {
  min-height: 690px;
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(360px, .8fr);
  gap: 70px;
  align-items: center;
  padding-block: 72px 64px;
}
.eyebrow {
  margin: 0 0 14px;
  color: var(--accent-strong);
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: .14em;
  font-weight: 850;
}
.status-dot {
  display: inline-block;
  width: 8px;
  height: 8px;
  margin-right: 8px;
  border-radius: 50%;
  background: var(--accent);
  box-shadow: 0 0 0 5px var(--accent-soft);
}
h1, h2, h3, p { margin-top: 0; }
.hero h1 {
  max-width: 780px;
  margin-bottom: 24px;
  font-size: clamp(42px, 5.3vw, 72px);
  line-height: .98;
  letter-spacing: -.055em;
  font-weight: 830;
}
.hero h1 span { color: #4f4b45; font-weight: 620; }
.hero-lead {
  max-width: 690px;
  color: var(--muted);
  font-size: clamp(17px, 1.8vw, 20px);
  line-height: 1.55;
}
.hero-actions { display: flex; gap: 22px; align-items: center; margin-top: 30px; }
.text-link { display: inline-flex; align-items: center; gap: 8px; color: #49463f; font-weight: 800; text-decoration-thickness: 1px; text-underline-offset: 5px; }
.text-link-dark { color: var(--dark); }
.trust-row {
  display: flex;
  flex-wrap: wrap;
  gap: 16px 24px;
  padding: 0;
  margin: 34px 0 0;
  list-style: none;
  color: #4e4b45;
  font-size: 13px;
  font-weight: 700;
}
.trust-row li { display: inline-flex; align-items: center; gap: 7px; }
.check {
  width: 20px;
  height: 20px;
  display: inline-grid;
  place-items: center;
  border-radius: 50%;
  color: var(--accent-strong);
  background: var(--accent-soft);
  font-size: 12px;
}
.hero-image-wrap {
  position: relative;
  max-width: 470px;
  margin-left: auto;
}
.hero-image-wrap::before {
  content: "";
  position: absolute;
  inset: -14px 24px 28px -20px;
  border: 1px solid #d9d6cd;
  border-radius: 28px;
  z-index: 0;
}
.hero-image-wrap img {
  position: relative;
  z-index: 1;
  width: 100%;
  aspect-ratio: 4 / 5;
  object-fit: cover;
  object-position: center;
  border-radius: 24px;
  box-shadow: var(--shadow);
}
.hero-badge {
  position: absolute;
  z-index: 2;
  left: -36px;
  bottom: 32px;
  min-width: 250px;
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 14px 16px;
  background: rgba(255,255,255,.96);
  border: 1px solid rgba(222,220,213,.9);
  border-radius: 15px;
  box-shadow: 0 14px 40px rgba(0,0,0,.12);
}
.hero-badge-icon { width: 38px; height: 38px; border-radius: 10px; display: grid; place-items: center; background: var(--accent); font-weight: 900; }
.hero-badge > span:last-child { display: grid; }
.hero-badge small { color: var(--muted); }

.quick-call { background: var(--dark); color: #fff; }
.quick-call-inner { min-height: 84px; display: flex; align-items: center; justify-content: space-between; gap: 28px; }
.quick-call p { margin: 0; color: #d1d0cc; }
.quick-call p strong { color: #fff; }
.quick-call a { color: #fff; font-size: 22px; font-weight: 900; text-decoration: none; white-space: nowrap; }

.section { padding-block: 104px; }
.section-soft { background: var(--bg); }
.section-heading { max-width: 740px; margin-bottom: 44px; }
.section-heading h2, .split-heading h2, .why-copy h2, .image-band-copy h2 {
  margin-bottom: 18px;
  font-size: clamp(34px, 4vw, 52px);
  line-height: 1.03;
  letter-spacing: -.045em;
}
.section-heading > p:last-child, .split-heading > p, .why-copy > p, .image-band-copy > p { color: var(--muted); font-size: 17px; }

.issue-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 14px; }
.issue-card {
  min-height: 226px;
  padding: 24px;
  background: var(--surface);
  border: 1px solid var(--line);
  border-radius: 18px;
  transition: transform .2s ease, box-shadow .2s ease, border-color .2s ease;
}
.issue-card:hover { transform: translateY(-3px); box-shadow: 0 12px 30px rgba(24,24,24,.06); border-color: #cbc7bd; }
.icon-box { width: 42px; height: 42px; display: grid; place-items: center; border-radius: 12px; background: var(--accent-soft); color: var(--accent-strong); font-weight: 900; font-size: 20px; }
.issue-card h3 { margin: 26px 0 8px; font-size: 17px; letter-spacing: -.02em; }
.issue-card p { color: var(--muted); font-size: 14px; margin: 0; }

.split-heading { display: grid; grid-template-columns: 1.05fr .7fr; align-items: end; gap: 80px; margin-bottom: 48px; }
.services-layout { display: grid; grid-template-columns: .72fr 1fr; gap: 24px; align-items: stretch; }
.services-photo { position: relative; min-height: 620px; }
.services-photo img { width: 100%; height: 100%; object-fit: cover; border-radius: 24px; filter: saturate(.82) contrast(1.03); }
.photo-caption { position: absolute; left: 18px; right: 18px; bottom: 18px; display: grid; gap: 3px; padding: 16px; background: rgba(24,24,24,.88); color: #fff; border-radius: 14px; backdrop-filter: blur(10px); }
.photo-caption span { color: #cfcdc7; font-size: 13px; }
.service-list { display: grid; gap: 12px; }
.service-card { display: grid; grid-template-columns: 56px 1fr; gap: 20px; padding: 24px; border: 1px solid var(--line); border-radius: 18px; background: #fff; }
.service-number { width: 44px; height: 44px; display: grid; place-items: center; border-radius: 50%; background: var(--dark); color: #fff; font-weight: 850; font-size: 12px; }
.service-card h3 { font-size: 21px; margin-bottom: 10px; letter-spacing: -.025em; }
.service-card ul { display: flex; flex-wrap: wrap; gap: 7px 18px; margin: 0; padding: 0; list-style: none; color: var(--muted); font-size: 14px; }
.service-card li::before { content: "•"; color: var(--accent); margin-right: 7px; }
.center-cta { display: flex; align-items: center; justify-content: center; gap: 24px; margin-top: 34px; padding-top: 32px; border-top: 1px solid var(--line); }
.center-cta p { margin: 0; color: var(--muted); }

.process-section { background: #1c1c1c; color: #fff; }
.process-section .section-heading > p:last-child { color: #aaa7a0; }
.steps { list-style: none; margin: 0; padding: 0; display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; counter-reset: steps; }
.step { min-height: 260px; padding: 26px; border: 1px solid #3b3b3b; border-radius: 20px; background: #232323; }
.step > span { width: 42px; height: 42px; display: grid; place-items: center; border-radius: 50%; border: 1px solid #555; color: var(--accent); font-weight: 900; }
.step h3 { margin: 54px 0 10px; font-size: 22px; letter-spacing: -.03em; }
.step p { color: #b8b6b0; margin-bottom: 0; }
.process-call { margin-top: 20px; display: flex; justify-content: space-between; align-items: center; gap: 28px; padding: 28px; border-radius: 20px; background: #f7f6f2; color: var(--ink); }
.process-call p { color: var(--muted); margin-bottom: 3px; }
.process-call h3 { margin: 0; font-size: 28px; }

.why-grid { display: grid; grid-template-columns: .82fr 1.18fr; gap: 90px; align-items: start; }
.why-copy { position: sticky; top: 118px; }
.benefit-list { list-style: none; margin: 0; padding: 0; border-top: 1px solid var(--line); }
.benefit-list li { display: grid; grid-template-columns: 56px 1fr; gap: 18px; padding: 26px 0; border-bottom: 1px solid var(--line); }
.benefit-list > li > span { color: var(--accent-strong); font-weight: 900; font-size: 12px; }
.benefit-list h3 { margin-bottom: 7px; font-size: 21px; }
.benefit-list p { margin: 0; color: var(--muted); }

.image-band { background: var(--bg); }
.image-band-grid { display: grid; grid-template-columns: .9fr 1.1fr; align-items: center; gap: 64px; }
.image-band-photo img { width: 100%; aspect-ratio: 4 / 3; object-fit: cover; object-position: center 68%; border-radius: 24px; }
.image-band-copy { padding: 34px 0; }
.image-band-copy .button-outline { color: var(--dark); border-color: #bfbab0; }

.urgent-cta { padding-block: 88px; background: var(--accent); color: #1b130c; }
.urgent-inner { display: grid; grid-template-columns: 1fr auto; align-items: center; gap: 56px; }
.eyebrow-light { color: #3c2614; }
.urgent-inner h2 { margin-bottom: 10px; font-size: clamp(36px, 4.5vw, 58px); line-height: 1; letter-spacing: -.05em; }
.urgent-inner p { margin-bottom: 0; font-size: 18px; }
.urgent-phone { min-width: 390px; display: grid; grid-template-columns: 56px 1fr 30px; align-items: center; gap: 15px; padding: 20px; border-radius: 18px; background: var(--dark); color: #fff; text-decoration: none; box-shadow: 0 18px 40px rgba(77,40,12,.22); }
.urgent-icon { width: 56px; height: 56px; display: grid; place-items: center; border-radius: 14px; background: #2e2e2e; font-size: 25px; }
.urgent-phone > span:nth-child(2) { display: grid; }
.urgent-phone small { color: #aaa7a0; }
.urgent-phone strong { font-size: 23px; }
.urgent-arrow { font-size: 24px; }

.site-footer { background: #111; color: #fff; padding: 72px 0 108px; }
.footer-grid { display: grid; grid-template-columns: 1.4fr .7fr .7fr; gap: 60px; }
.brand-footer .brand-mark { background: #272727; }
.brand-footer .brand-copy small { color: #8d8b85; }
.footer-grid > div > p { max-width: 360px; color: #999791; font-size: 14px; margin-top: 18px; }
.footer-grid h2 { margin-bottom: 14px; color: #8f8d87; font-size: 11px; text-transform: uppercase; letter-spacing: .14em; }
.footer-grid > div:last-child { display: grid; align-content: start; gap: 10px; }
.footer-grid a { text-decoration: none; }
.footer-grid a:hover { color: var(--accent); }
.footer-phone { font-size: 22px; font-weight: 900; }
.footer-bottom { display: flex; justify-content: space-between; gap: 30px; padding-top: 34px; margin-top: 48px; border-top: 1px solid #292929; color: #77746e; font-size: 12px; }
.footer-bottom p { margin: 0; }

.mobile-call-bar { display: none; }

.legal-main { padding-block: 74px 100px; background: var(--bg); }
.legal-content { max-width: 860px; }
.legal-content h1 { font-size: clamp(42px, 6vw, 66px); line-height: 1; letter-spacing: -.05em; margin-bottom: 28px; }
.legal-content section { padding: 26px 0; border-bottom: 1px solid var(--line); }
.legal-content section h2 { font-size: 22px; margin-bottom: 14px; }
.legal-content section p { color: var(--muted); margin-bottom: 8px; }
.legal-content a:not(.button) { color: var(--accent-strong); }
.legal-alert { padding: 20px; margin: 20px 0 12px; border: 1px solid #e7c8aa; background: #fff7ef; border-radius: 14px; }
.legal-alert p { margin: 8px 0 0; color: #6a5747; }

.reveal { opacity: 0; transform: translateY(14px); transition: opacity .55s ease, transform .55s ease; }
.reveal.is-visible { opacity: 1; transform: translateY(0); }

@media (max-width: 1080px) {
  .main-nav { display: none; }
  .hero-grid { grid-template-columns: 1fr .7fr; gap: 45px; }
  .issue-grid { grid-template-columns: repeat(2, 1fr); }
  .split-heading { gap: 40px; }
  .urgent-inner { grid-template-columns: 1fr; }
  .urgent-phone { width: min(100%, 500px); min-width: 0; }
}

@media (max-width: 820px) {
  .container { width: min(calc(100% - 26px), var(--max)); }
  .header-inner { min-height: 68px; }
  .header-call .phone-link { display: none; }
  .header-call .button { min-height: 40px; font-size: 12px; padding-inline: 14px; }
  .brand-copy small { display: none; }
  .brand-mark { width: 38px; height: 38px; }
  .hero-grid { min-height: auto; grid-template-columns: 1fr; gap: 34px; padding-block: 48px 56px; }
  .hero-copy { order: 1; }
  .hero-visual { order: 2; }
  .hero h1 { font-size: clamp(42px, 11vw, 62px); }
  .hero-image-wrap { max-width: 100%; margin: 0; }
  .hero-image-wrap img { aspect-ratio: 16 / 10; object-position: center 48%; }
  .hero-image-wrap::before { inset: -10px 16px 18px -10px; }
  .hero-badge { left: 12px; bottom: 12px; }
  .quick-call-inner { min-height: 96px; align-items: flex-start; flex-direction: column; justify-content: center; gap: 4px; padding-block: 15px; }
  .quick-call a { font-size: 20px; }
  .section { padding-block: 78px; }
  .split-heading { grid-template-columns: 1fr; gap: 6px; }
  .services-layout { grid-template-columns: 1fr; }
  .services-photo { min-height: 380px; }
  .center-cta { align-items: stretch; flex-direction: column; text-align: center; }
  .steps { grid-template-columns: 1fr; }
  .step { min-height: 220px; }
  .step h3 { margin-top: 34px; }
  .process-call { align-items: stretch; flex-direction: column; }
  .why-grid { grid-template-columns: 1fr; gap: 42px; }
  .why-copy { position: static; }
  .image-band-grid { grid-template-columns: 1fr; gap: 18px; }
  .image-band-photo img { aspect-ratio: 16/10; object-position: center 55%; }
  .urgent-cta { padding-block: 70px; }
  .footer-grid { grid-template-columns: 1fr 1fr; }
  .footer-grid > div:first-child { grid-column: 1 / -1; }
}

@media (max-width: 620px) {
  body { padding-bottom: calc(78px + env(safe-area-inset-bottom)); }
  .site-header { position: sticky; }
  .header-inner { gap: 8px; }
  .brand { gap: 9px; }
  .brand-copy strong { font-size: 14px; }
  .header-call .button { display: none; }
  .hero-grid { padding-top: 38px; }
  .hero h1 { margin-bottom: 18px; }
  .hero-lead { font-size: 16px; }
  .hero-actions { align-items: stretch; flex-direction: column; gap: 14px; }
  .hero-actions .button { width: 100%; }
  .hero-actions .text-link { align-self: center; }
  .trust-row { display: grid; gap: 10px; }
  .hero-image-wrap img { aspect-ratio: 4/3; }
  .hero-badge { right: 12px; min-width: 0; }
  .issue-grid { grid-template-columns: 1fr; }
  .issue-card { min-height: 0; }
  .service-card { grid-template-columns: 45px 1fr; padding: 20px; }
  .service-number { width: 38px; height: 38px; }
  .service-card ul { display: grid; gap: 6px; }
  .section-heading h2, .split-heading h2, .why-copy h2, .image-band-copy h2 { font-size: 37px; }
  .process-call h3 { font-size: 24px; }
  .benefit-list li { grid-template-columns: 44px 1fr; }
  .urgent-phone { grid-template-columns: 46px 1fr 24px; padding: 16px; }
  .urgent-icon { width: 46px; height: 46px; }
  .urgent-phone strong { font-size: 20px; }
  .footer-grid { grid-template-columns: 1fr; gap: 34px; }
  .footer-grid > div:first-child { grid-column: auto; }
  .footer-bottom { flex-direction: column; gap: 8px; }
  .site-footer { padding-bottom: 54px; }

  .mobile-call-bar {
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 80;
    display: block;
    padding: 8px 10px calc(8px + env(safe-area-inset-bottom));
    background: rgba(17,17,17,.96);
    backdrop-filter: blur(12px);
    box-shadow: 0 -8px 30px rgba(0,0,0,.18);
  }
  .mobile-call-bar a {
    width: 100%;
    min-height: 58px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
    border-radius: 14px;
    background: var(--accent);
    color: #1b130c;
    text-decoration: none;
  }
  .mobile-call-bar a > span:first-child { font-size: 23px; }
  .mobile-call-bar a > span:last-child { display: grid; line-height: 1.15; }
  .mobile-call-bar strong { font-size: 15px; }
  .mobile-call-bar small { font-weight: 750; }
  .legal-main { padding-top: 48px; }
}

@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { scroll-behavior: auto !important; transition-duration: .01ms !important; animation-duration: .01ms !important; animation-iteration-count: 1 !important; }
  .reveal { opacity: 1; transform: none; }
}
