:root {
  --ink: #171716;
  --charcoal: #242420;
  --muted: #696b63;
  --paper: #fbfaf7;
  --surface: #ffffff;
  --line: #e4e0d6;
  --gold: #c8a24a;
  --deep-red: #7c2d24;
  --sage: #658c4d;
  --pale-sage: #c1d6b3;
  --shadow: 0 18px 45px rgba(23, 23, 22, 0.12);
  --display-font: "Hobo Std", Hobo, "Cooper Black", "Cooper Std Black", Georgia, serif;
  --headline-font: "Iowan Old Style", "Palatino Linotype", Palatino, Georgia, serif;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  color: var(--ink);
  background: linear-gradient(90deg, var(--pale-sage) 0%, var(--sage) 100%);
  font-family:
    Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  line-height: 1.6;
}

body.nav-open {
  overflow: hidden;
}

img {
  display: block;
  max-width: 100%;
}

a {
  color: inherit;
}

.sr-only,
.hidden-field {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 10;
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 72px;
  padding: 0 5vw;
  background: rgba(251, 250, 247, 0.94);
  border-bottom: 1px solid rgba(228, 224, 214, 0.9);
  backdrop-filter: blur(16px);
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 0.7rem;
  font-weight: 800;
  text-decoration: none;
  letter-spacing: 0;
}

.brand img {
  width: 52px;
  height: 52px;
  object-fit: contain;
}

.site-nav {
  display: flex;
  align-items: center;
  gap: 1.25rem;
  color: var(--charcoal);
  font-size: 0.95rem;
}

.site-nav a {
  text-decoration: none;
}

.site-nav a:hover {
  color: var(--deep-red);
}

.site-nav .header-phone,
.site-nav .header-phone:visited {
  padding: 0.58rem 0.78rem;
  color: #fff;
  background: var(--charcoal);
  border-radius: 8px;
  font-weight: 900;
}

.site-nav .header-phone:hover,
.site-nav .header-phone:focus-visible {
  color: #fff;
  background: var(--deep-red);
}

.nav-toggle {
  display: none;
  width: 44px;
  height: 44px;
  border: 1px solid var(--line);
  background: var(--surface);
  border-radius: 8px;
  padding: 10px;
}

.nav-toggle span:not(.sr-only) {
  display: block;
  height: 2px;
  margin: 5px 0;
  background: var(--ink);
}

.hero {
  position: relative;
  isolation: isolate;
  display: block;
  min-height: calc(100vh - 72px);
  padding: clamp(4rem, 9vw, 7rem) 5vw;
  background:
    linear-gradient(90deg, rgba(193, 214, 179, 0.96) 0%, rgba(101, 140, 77, 0.96) 100%),
    linear-gradient(90deg, var(--pale-sage) 0%, var(--sage) 100%);
  overflow: hidden;
}

.hero::after {
  position: absolute;
  inset: 0;
  z-index: -1;
  content: "";
  background:
    radial-gradient(circle at 15% 18%, rgba(255, 255, 255, 0.3), transparent 30%),
    linear-gradient(90deg, rgba(255, 255, 255, 0.2), rgba(23, 23, 22, 0.1));
}

.hero-watermark {
  position: absolute;
  right: clamp(-8rem, -8vw, -2rem);
  bottom: clamp(-7rem, -8vw, -2rem);
  z-index: -1;
  width: clamp(24rem, 52vw, 48rem);
  max-width: none;
  opacity: 0.15;
  filter: grayscale(1) contrast(1.7);
  pointer-events: none;
  user-select: none;
}

.hero-neighborhood {
  position: absolute;
  left: clamp(-18rem, -14vw, -8rem);
  bottom: clamp(-7rem, -8vw, -2rem);
  z-index: -1;
  width: clamp(68rem, 116vw, 108rem);
  max-width: none;
  opacity: 0.12;
  filter: blur(0.2px);
  mask-image: linear-gradient(90deg, #000 0%, rgba(0, 0, 0, 0.72) 34%, transparent 72%);
  -webkit-mask-image: linear-gradient(90deg, #000 0%, rgba(0, 0, 0, 0.72) 34%, transparent 72%);
  pointer-events: none;
  user-select: none;
}

.hero-copy {
  position: relative;
  z-index: 1;
}

.hero-copy {
  display: grid;
  gap: clamp(1.8rem, 4vw, 3.4rem);
  max-width: 980px;
}

.hero-group > :last-child {
  margin-bottom: 0;
}

.hero-brand-block {
  max-width: 980px;
}

.hero-support-block {
  max-width: 760px;
}

.eyebrow {
  margin: 0 0 0.75rem;
  color: var(--deep-red);
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

h1,
h2,
h3,
p {
  margin-top: 0;
}

h1,
h2,
h3 {
  line-height: 1.1;
  letter-spacing: 0;
}

h1 {
  max-width: 880px;
  margin-bottom: 0;
  font-family: var(--headline-font);
  font-size: clamp(2.4rem, 4.6vw, 5.6rem);
  font-weight: 750;
}

h1 span {
  display: block;
  white-space: nowrap;
}

h2 {
  margin-bottom: 1rem;
  font-size: clamp(2rem, 4vw, 3.5rem);
}

h3 {
  margin-bottom: 0.45rem;
  font-size: 1.08rem;
}

.hero-text {
  max-width: 760px;
  color: #20231e;
  font-size: clamp(1.08rem, 1.8vw, 1.35rem);
}

.buy-stamp {
  max-width: 980px;
  margin: 0 0 0.85rem;
  color: #25291f;
  font-family: var(--display-font);
  font-size: clamp(3.4rem, 10vw, 9.5rem);
  font-weight: 900;
  line-height: 0.86;
  text-transform: uppercase;
  text-shadow:
    0 2px 0 #e0d34e,
    0 5px 16px rgba(23, 23, 22, 0.26);
}

.brand-hook {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: clamp(0.5rem, 1.8vw, 0.85rem);
  width: min(100%, 900px);
  margin: 0;
  color: #25291f;
  font-family: var(--display-font);
  font-size: clamp(1.45rem, 3vw, 3.45rem);
  font-weight: 900;
  line-height: 0.95;
  white-space: nowrap;
  text-transform: uppercase;
  text-shadow:
    0 1px 0 #e0d34e,
    0 4px 12px rgba(23, 23, 22, 0.2);
}

.brand-hook::before,
.brand-hook::after {
  display: block;
  flex: 1 1 2rem;
  min-width: 1.8rem;
  max-width: 10rem;
  height: 4px;
  background: var(--gold);
  border-radius: 999px;
  box-shadow: 0 3px 10px rgba(23, 23, 22, 0.18);
  content: "";
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.8rem;
  margin-top: 1.7rem;
}

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 0.85rem 1.2rem;
  border: 1px solid transparent;
  border-radius: 8px;
  font-weight: 800;
  text-decoration: none;
  cursor: pointer;
}

.button-primary {
  color: #fff;
  background: var(--charcoal);
}

.button-primary:hover {
  background: var(--deep-red);
}

.button-secondary {
  color: var(--charcoal);
  background: transparent;
  border-color: var(--charcoal);
}

.button-secondary:hover {
  border-color: var(--deep-red);
  color: var(--deep-red);
}

.panel-label {
  color: var(--deep-red);
  font-weight: 800;
  text-transform: uppercase;
}

.quick-inquiry {
  display: grid;
  grid-template-columns: minmax(220px, 0.48fr) minmax(0, 1fr);
  gap: clamp(1rem, 3vw, 2rem);
  align-items: end;
  padding: clamp(1.25rem, 3vw, 2rem) 5vw;
  background: var(--surface);
  border-bottom: 1px solid var(--line);
}

.quick-inquiry h2 {
  margin-bottom: 0.35rem;
  font-size: clamp(1.6rem, 2.7vw, 2.5rem);
}

.quick-inquiry-copy p:last-child {
  margin-bottom: 0;
  color: var(--muted);
}

.quick-form {
  display: grid;
  grid-template-columns: minmax(130px, 0.85fr) minmax(130px, 0.75fr) minmax(220px, 1.45fr) auto;
  gap: 0.75rem;
  align-items: end;
}

.quick-form label {
  min-width: 0;
}

.quick-form .button {
  min-height: 42px;
  white-space: nowrap;
}

.section {
  padding: clamp(4rem, 8vw, 7rem) 5vw;
}

.problem-section,
.about-section {
  background: var(--paper);
}

.section-heading {
  max-width: 760px;
}

.section-heading p:not(.eyebrow),
.about-copy,
.contact-copy p {
  color: var(--muted);
}

.chip-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0.8rem;
  margin-top: 2rem;
}

.chip-grid span,
.benefit-grid article {
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--surface);
}

.chip-grid span {
  padding: 1rem;
  font-weight: 750;
}

.split-section {
  display: grid;
  grid-template-columns: minmax(0, 0.8fr) minmax(0, 1fr);
  gap: clamp(2rem, 6vw, 5rem);
  background: var(--charcoal);
  color: #fff;
}

.split-section .section-heading p:not(.eyebrow),
.steps p {
  color: #d7d3ca;
}

.steps {
  display: grid;
  gap: 1rem;
  margin: 0;
  padding: 0;
  list-style: none;
}

.steps li {
  display: grid;
  grid-template-columns: 46px minmax(0, 1fr);
  gap: 1rem;
  padding: 1.2rem;
  border: 1px solid rgba(255, 255, 255, 0.13);
  border-radius: 8px;
}

.steps span {
  display: grid;
  place-items: center;
  width: 42px;
  height: 42px;
  color: var(--ink);
  background: var(--gold);
  border-radius: 50%;
  font-weight: 900;
}

.benefits-section {
  background: var(--surface);
}

.benefit-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1rem;
  margin-top: 2rem;
}

.benefit-grid article {
  padding: 1.2rem;
}

.benefit-grid p {
  color: var(--muted);
  margin-bottom: 0;
}

.trust-band {
  display: grid;
  grid-template-columns: minmax(0, 0.8fr) minmax(0, 1fr);
  gap: clamp(2rem, 5vw, 4rem);
  padding: clamp(3rem, 6vw, 5rem) 5vw;
  color: #fff;
  background: var(--deep-red);
}

.trust-band .eyebrow {
  color: #f2d98f;
}

.trust-band p:last-child {
  max-width: 740px;
  margin-bottom: 0;
  color: #f4e8e2;
  font-size: 1.12rem;
}

.about-section {
  display: grid;
  grid-template-columns: minmax(0, 0.8fr) minmax(0, 1fr);
  gap: clamp(2rem, 6vw, 5rem);
}

.about-copy {
  font-size: 1.05rem;
}

.contact-section {
  display: grid;
  grid-template-columns: minmax(0, 0.75fr) minmax(0, 1fr);
  gap: clamp(2rem, 5vw, 4rem);
  align-items: start;
  background:
    linear-gradient(120deg, rgba(193, 214, 179, 0.22), rgba(200, 162, 74, 0.12)),
    var(--paper);
}

.contact-note {
  margin-top: 1.5rem;
  padding: 1rem;
  border-left: 4px solid var(--gold);
  background: rgba(255, 255, 255, 0.78);
  color: var(--charcoal);
}

.offer-form {
  width: min(100%, 650px);
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  gap: 0.85rem;
  padding: clamp(0.9rem, 2.4vw, 1.25rem);
  background: var(--surface);
  border: 1px solid var(--line);
  border-radius: 8px;
  box-shadow: var(--shadow);
  justify-self: end;
}

label {
  display: grid;
  gap: 0.32rem;
  font-size: 0.88rem;
  font-weight: 800;
}

input,
select,
textarea {
  width: 100%;
  min-height: 42px;
  padding: 0.62rem 0.72rem;
  color: var(--ink);
  background: #fff;
  border: 1px solid #cfc9bc;
  border-radius: 8px;
  font: inherit;
}

textarea {
  resize: vertical;
}

input:focus,
select:focus,
textarea:focus,
.button:focus-visible,
.nav-toggle:focus-visible,
a:focus-visible {
  outline: 3px solid rgba(200, 162, 74, 0.5);
  outline-offset: 3px;
}

.full-field {
  grid-column: 1 / -1;
}

.span-1 {
  grid-column: span 1;
}

.span-2 {
  grid-column: span 2;
}

.span-3 {
  grid-column: span 3;
}

.form-disclaimer {
  margin: 0;
  color: var(--muted);
  font-size: 0.88rem;
}

.site-footer {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 1.5rem;
  padding: 2rem 5vw;
  color: #e7e2d6;
  background: var(--ink);
}

.site-footer p {
  margin-bottom: 0;
  color: #c7c1b5;
}

.site-footer a {
  display: block;
  color: #fff;
  font-weight: 800;
}

.site-footer a + a {
  margin-top: 0.35rem;
}

.footer-disclaimer {
  grid-column: 1 / -1;
  max-width: 980px;
  font-size: 0.86rem;
}

@media (max-width: 880px) {
  .nav-toggle {
    display: block;
  }

  .site-nav {
    position: fixed;
    inset: 72px 0 auto 0;
    display: none;
    flex-direction: column;
    align-items: stretch;
    gap: 0;
    padding: 1rem 5vw;
    background: var(--paper);
    border-bottom: 1px solid var(--line);
    box-shadow: 0 18px 35px rgba(0, 0, 0, 0.12);
  }

  .site-nav.is-open {
    display: flex;
  }

  .site-nav a {
    padding: 0.9rem 0;
    border-bottom: 1px solid var(--line);
  }

  .hero,
  .quick-inquiry,
  .split-section,
  .trust-band,
  .about-section,
  .contact-section,
  .site-footer {
    grid-template-columns: 1fr;
  }

  .hero {
    min-height: auto;
  }

  .hero-watermark {
    right: -10rem;
    bottom: 4rem;
    width: 25rem;
    opacity: 0.08;
  }

  .brand-hook {
    display: flex;
    position: relative;
    inset: auto;
    max-width: none;
    margin-bottom: 1rem;
    font-size: clamp(1.25rem, 5vw, 1.9rem);
  }

  .brand-hook::before,
  .brand-hook::after {
    max-width: 5rem;
  }

  h1 span {
    white-space: normal;
  }

  .hero-neighborhood {
    left: -28rem;
    bottom: -5rem;
    width: 78rem;
    opacity: 0.08;
  }

  .quick-form {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .quick-address,
  .quick-form .button {
    grid-column: 1 / -1;
  }

  .chip-grid,
  .benefit-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .site-footer {
    gap: 1rem;
  }
}

@media (max-width: 560px) {
  .brand span {
    font-size: 0.95rem;
  }

  .hero,
  .section {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .site-header,
  .trust-band,
  .site-footer {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .hero-actions,
  .hero-actions .button {
    width: 100%;
  }

  .buy-stamp {
    font-size: clamp(3rem, 18vw, 5.2rem);
  }

  .hero-watermark {
    right: -4.5rem;
    bottom: 20rem;
    width: 17rem;
    opacity: 0.065;
  }

  .hero-support-block {
    padding: 0.85rem 0.95rem;
    margin: -0.35rem -0.95rem 0;
    background: linear-gradient(90deg, rgba(193, 214, 179, 0.82), rgba(193, 214, 179, 0.48));
    border-radius: 8px;
  }

  .hero-neighborhood {
    left: -30rem;
    bottom: -3rem;
    width: 68rem;
    opacity: 0.07;
  }

  .chip-grid,
  .benefit-grid,
  .quick-form,
  .offer-form {
    grid-template-columns: 1fr;
  }

  .span-1,
  .span-2,
  .span-3 {
    grid-column: 1 / -1;
  }

  .steps li {
    grid-template-columns: 1fr;
  }
}
