:root {
  --ink: #17201d;
  --paper: #f4f2e9;
  --paper-warm: #ece5d2;
  --accent: #c89235;
  --accent-dark: #6f4516;
  --forest: #24362f;
  --line: rgba(23, 32, 29, 0.2);
  --muted: #5f675f;
  --white: #fffaf0;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  background: var(--paper);
  color: var(--ink);
  font-family: Arial, Helvetica, sans-serif;
  line-height: 1.45;
}

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

a {
  color: inherit;
  text-decoration: none;
}

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

h1,
h2 {
  font-family: Georgia, "Times New Roman", serif;
  font-weight: 400;
  letter-spacing: 0;
}

.site-header {
  position: absolute;
  z-index: 10;
  top: 0;
  left: 0;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 24px clamp(20px, 5vw, 64px);
  color: #fff;
}

.brand {
  display: flex;
  width: 118px;
  height: 42px;
  align-items: center;
}

.brand img {
  width: auto;
  height: 100%;
  filter: brightness(0) invert(1);
}

.header-cta {
  font-size: 15px;
  font-weight: 700;
  text-shadow: 0 1px 12px rgba(0, 0, 0, 0.55);
}

.flyer-hero {
  position: relative;
  min-height: 690px;
  height: 76svh;
  overflow: hidden;
  color: #fff;
  background: #111;
}

.hero-image,
.hero-shade {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}

.hero-image {
  object-fit: cover;
  object-position: center;
}

.hero-shade {
  background:
    linear-gradient(90deg, rgba(13, 18, 16, 0.82), rgba(13, 18, 16, 0.28) 52%, rgba(13, 18, 16, 0.52)),
    linear-gradient(0deg, rgba(13, 18, 16, 0.25), rgba(13, 18, 16, 0.18));
}

.hero-panel {
  position: relative;
  z-index: 1;
  display: grid;
  min-height: 100%;
  align-items: end;
  width: min(1180px, calc(100% - 48px));
  margin: 0 auto;
  padding: 150px 0 74px;
}

.hero-copy {
  max-width: 710px;
}

.eyebrow {
  margin-bottom: 16px;
  color: #f0bd5c;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 1.9px;
  text-transform: uppercase;
}

.eyebrow-dark {
  color: var(--accent-dark);
}

h1 {
  margin-bottom: 22px;
  font-size: clamp(48px, 6.4vw, 88px);
  line-height: 0.98;
  text-wrap: balance;
}

.lead {
  max-width: 590px;
  margin-bottom: 30px;
  color: rgba(255, 255, 255, 0.88);
  font-size: 18px;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 18px;
}

.hero-actions > span {
  color: rgba(255, 255, 255, 0.78);
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.4px;
  text-transform: uppercase;
}

.button {
  display: inline-flex;
  min-height: 48px;
  align-items: center;
  justify-content: center;
  gap: 16px;
  border: 0;
  padding: 13px 18px;
  font: inherit;
  font-size: 13px;
  font-weight: 800;
  cursor: pointer;
}

.button-light {
  background: #fff;
  color: var(--ink);
}

.button-dark {
  background: var(--ink);
  color: #fff;
}

.flyer-sheet {
  position: relative;
  overflow: hidden;
  background:
    linear-gradient(90deg, rgba(244, 242, 233, 0.98), rgba(244, 242, 233, 0.88)),
    var(--paper);
}

.sheet-mark {
  position: absolute;
  top: -84px;
  right: -116px;
  width: min(780px, 68vw);
  opacity: 0.11;
  pointer-events: none;
}

.sheet-content {
  position: relative;
  z-index: 1;
  width: min(1180px, calc(100% - 48px));
  margin: 0 auto;
  padding: 34px 0 88px;
}

.service-strip {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  border-top: 2px solid var(--ink);
  border-bottom: 2px solid var(--ink);
  background: rgba(255, 250, 240, 0.54);
}

.service-strip div {
  min-height: 118px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  gap: 12px;
  border-right: 1px solid var(--line);
  padding: 18px;
  font-size: 17px;
  font-weight: 800;
  line-height: 1.1;
}

.service-strip div:last-child {
  border-right: 0;
}

.service-strip span {
  color: var(--accent-dark);
  font-size: 12px;
  letter-spacing: 1.4px;
}

.trust-block {
  display: grid;
  grid-template-columns: 1.1fr 0.9fr;
  gap: 48px;
  align-items: end;
  padding-top: 74px;
}

.trust-block h2 {
  grid-column: 1;
  margin: 0;
  font-size: clamp(38px, 5vw, 68px);
  line-height: 1.02;
  text-wrap: balance;
}

.trust-block p:last-child {
  grid-column: 2;
  margin: 0;
  color: var(--muted);
  font-size: 18px;
  line-height: 1.7;
}

.contact {
  background: var(--accent);
  color: var(--ink);
}

.contact-inner {
  display: grid;
  grid-template-columns: minmax(260px, 0.7fr) minmax(520px, 1.3fr);
  gap: clamp(34px, 7vw, 86px);
  width: min(1180px, calc(100% - 48px));
  margin: 0 auto;
  padding: 82px 0;
}

.contact-copy h2 {
  margin-bottom: 18px;
  font-size: clamp(42px, 5vw, 66px);
  line-height: 1;
}

.contact-copy p:last-child {
  max-width: 330px;
  margin-bottom: 0;
  font-size: 17px;
}

.quote-form {
  display: grid;
  gap: 18px;
}

.form-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
}

label {
  display: grid;
  gap: 7px;
  color: rgba(23, 32, 29, 0.76);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 1px;
  text-transform: uppercase;
}

input,
select,
textarea {
  width: 100%;
  border: 2px solid rgba(23, 32, 29, 0.28);
  border-radius: 0;
  background: rgba(255, 250, 240, 0.86);
  color: var(--ink);
  padding: 13px 14px;
  font: inherit;
  font-size: 15px;
  text-transform: none;
  outline: none;
}

textarea {
  min-height: 116px;
  resize: vertical;
}

input:focus,
select:focus,
textarea:focus {
  border-color: var(--ink);
  background: #fff;
}

.form-footer {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 18px;
}

.form-note {
  margin: 0;
  color: rgba(23, 32, 29, 0.74);
  font-size: 13px;
}

.site-footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  background: var(--ink);
  color: rgba(255, 255, 255, 0.72);
  padding: 24px clamp(20px, 5vw, 64px);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 1.2px;
}

@media (max-width: 860px) {
  .brand {
    width: 92px;
    height: 34px;
  }

  .flyer-hero {
    min-height: 680px;
    height: 82svh;
  }

  .hero-shade {
    background:
      linear-gradient(0deg, rgba(13, 18, 16, 0.78), rgba(13, 18, 16, 0.3) 58%, rgba(13, 18, 16, 0.42)),
      rgba(13, 18, 16, 0.14);
  }

  .hero-image {
    object-position: 58% center;
  }

  .hero-panel,
  .sheet-content,
  .contact-inner {
    width: min(100% - 36px, 1180px);
  }

  .hero-panel {
    padding-bottom: 56px;
  }

  h1 {
    font-size: 48px;
  }

  .lead {
    font-size: 16px;
  }

  .sheet-mark {
    top: -30px;
    right: -160px;
    width: 620px;
  }

  .service-strip {
    grid-template-columns: 1fr;
  }

  .service-strip div {
    min-height: 0;
    flex-direction: row;
    justify-content: flex-start;
    border-right: 0;
    border-bottom: 1px solid var(--line);
    padding: 15px 0;
  }

  .service-strip div:last-child {
    border-bottom: 0;
  }

  .trust-block,
  .contact-inner {
    grid-template-columns: 1fr;
  }

  .trust-block {
    gap: 18px;
    padding-top: 56px;
  }

  .trust-block h2,
  .trust-block p:last-child {
    grid-column: auto;
  }

  .contact-inner {
    padding: 66px 0;
  }
}

@media (max-width: 560px) {
  .site-header {
    padding: 20px 18px;
  }

  .header-cta {
    font-size: 14px;
  }

  .flyer-hero {
    min-height: 640px;
  }

  h1 {
    font-size: 42px;
  }

  .hero-actions {
    align-items: flex-start;
    flex-direction: column;
  }

  .sheet-content {
    padding: 26px 0 64px;
  }

  .trust-block h2,
  .contact-copy h2 {
    font-size: 37px;
  }

  .form-grid {
    grid-template-columns: 1fr;
  }

  .button,
  .form-footer {
    width: 100%;
  }

  .site-footer {
    align-items: flex-start;
    flex-direction: column;
  }
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }
}
