:root {
  --ink: #25231f;
  --muted: #656054;
  --paper: #f7f2e4;
  --bone: #e9dfca;
  --teal: #287f78;
  --teal-dark: #173f3b;
  --leaf: #697d4d;
  --clay: #3e3930;
  --charcoal: #2d2b25;
  --white: #ffffff;
  --shadow: 0 18px 55px rgba(37, 35, 31, 0.18);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

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

body::before {
  position: fixed;
  inset: 0;
  z-index: -1;
  content: "";
  background-image:
    url("assets/leaf-branch.svg"),
    url("assets/leaf-branch.svg");
  background-position: -120px 220px, calc(100% + 120px) 72%;
  background-repeat: no-repeat;
  background-size: 320px auto, 360px auto;
  opacity: 0.08;
  pointer-events: none;
}

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

a {
  color: inherit;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 10;
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: 24px;
  padding: 12px clamp(18px, 4vw, 56px);
  background: rgba(251, 250, 244, 0.94);
  border-bottom: 1px solid rgba(32, 33, 30, 0.12);
  backdrop-filter: blur(14px);
}

.brand {
  display: block;
  width: 158px;
  height: 58px;
  overflow: hidden;
  border-radius: 6px;
}

.brand img,
.site-footer img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.site-nav {
  display: flex;
  justify-content: center;
  gap: clamp(14px, 3vw, 34px);
  color: var(--charcoal);
  font-size: 0.95rem;
  font-weight: 700;
  text-transform: uppercase;
}

.site-nav a,
.header-call,
.button {
  text-decoration: none;
}

.header-call {
  padding: 10px 14px;
  color: var(--white);
  background: var(--teal-dark);
  border-radius: 6px;
  font-weight: 800;
  white-space: nowrap;
}

.hero {
  position: relative;
  min-height: calc(100vh - 150px);
  display: flex;
  align-items: flex-end;
  overflow: hidden;
  background: var(--charcoal);
}

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

.hero-media {
  object-fit: cover;
  object-position: center 34%;
}

.hero-shade {
  background:
    linear-gradient(90deg, rgba(17, 29, 27, 0.82), rgba(17, 29, 27, 0.35) 56%, rgba(17, 29, 27, 0.62)),
    linear-gradient(0deg, rgba(17, 29, 27, 0.92), rgba(17, 29, 27, 0.06) 48%);
}

.hero-content {
  position: relative;
  width: min(800px, 100%);
  padding: clamp(56px, 8vw, 92px) clamp(22px, 7vw, 92px) clamp(28px, 5vw, 48px);
  color: var(--white);
}

.hero-logo {
  position: absolute;
  top: clamp(30px, 5vw, 58px);
  right: clamp(18px, 6vw, 92px);
  z-index: 1;
  width: min(330px, 27vw);
  opacity: 0.94;
  border: 1px solid rgba(244, 236, 220, 0.28);
  border-radius: 8px;
  box-shadow: 0 16px 38px rgba(0, 0, 0, 0.2);
}

.leaf-frame {
  position: absolute;
  z-index: 1;
  width: clamp(170px, 24vw, 340px);
  opacity: 0.36;
  pointer-events: none;
}

.leaf-frame-left {
  left: -70px;
  top: 78px;
  transform: rotate(-20deg);
}

.leaf-frame-right {
  right: -76px;
  bottom: 80px;
  transform: rotate(158deg);
}

.hero-dino {
  position: absolute;
  right: clamp(22px, 5vw, 80px);
  bottom: 22px;
  z-index: 1;
  width: clamp(96px, 14vw, 170px);
  opacity: 0.92;
  filter: drop-shadow(0 12px 16px rgba(0, 0, 0, 0.28));
  pointer-events: none;
}

.eyebrow {
  margin: 0 0 10px;
  color: var(--leaf);
  font-size: 0.82rem;
  font-weight: 900;
  letter-spacing: 0;
  text-transform: uppercase;
}

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

h1 {
  max-width: 760px;
  margin-bottom: 16px;
  font-family: Impact, "Arial Black", Haettenschweiler, sans-serif;
  font-size: clamp(2.7rem, 6vw, 4.8rem);
  line-height: 0.95;
  letter-spacing: 0;
  text-transform: uppercase;
  -webkit-text-stroke: 2px rgba(45, 43, 37, 0.86);
  text-shadow:
    0 5px 0 rgba(45, 43, 37, 0.78),
    0 14px 28px rgba(0, 0, 0, 0.3);
}

h1 span {
  display: block;
}

.brand-line {
  white-space: nowrap;
}

h2 {
  margin-bottom: 14px;
  font-family: Impact, "Arial Black", Haettenschweiler, sans-serif;
  font-size: clamp(2rem, 5vw, 4rem);
  line-height: 1;
  letter-spacing: 0;
  text-transform: uppercase;
  -webkit-text-stroke: 1px rgba(45, 43, 37, 0.65);
  text-shadow: 0 3px 0 rgba(200, 193, 156, 0.65);
}

h3 {
  margin-bottom: 8px;
  font-family: Impact, "Arial Black", Haettenschweiler, sans-serif;
  font-size: 1.2rem;
  line-height: 1.15;
  letter-spacing: 0;
  text-transform: uppercase;
}

.hero-copy {
  max-width: 660px;
  margin-bottom: 24px;
  color: rgba(255, 255, 255, 0.9);
  font-size: clamp(1.05rem, 2.4vw, 1.35rem);
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

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

.button.primary {
  color: var(--white);
  background: var(--teal);
}

.button.secondary {
  color: var(--ink);
  background: #f4ecdc;
}

.trust-band {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1px;
  background: rgba(32, 33, 30, 0.12);
  border-bottom: 1px solid rgba(32, 33, 30, 0.12);
}

.trust-band div {
  padding: 22px clamp(18px, 5vw, 54px);
  background: var(--bone);
}

.trust-band strong,
.trust-band span {
  display: block;
}

.trust-band strong {
  margin-bottom: 4px;
  font-size: 1.05rem;
}

.trust-band span,
.section-heading p,
.service-grid p,
.comparison-card p,
.area-copy p,
.contact-copy p {
  color: var(--muted);
}

.section {
  padding: clamp(58px, 9vw, 110px) clamp(18px, 5vw, 72px);
}

.section-heading {
  position: relative;
  width: min(800px, 100%);
  margin-bottom: 30px;
}

.section-heading::before {
  position: absolute;
  right: -86px;
  top: -24px;
  width: 160px;
  height: 72px;
  content: "";
  background: url("assets/leaf-branch.svg") center / contain no-repeat;
  opacity: 0.22;
  transform: rotate(12deg);
  pointer-events: none;
}

.section-dino {
  position: absolute;
  right: -120px;
  bottom: -22px;
  width: 118px;
  opacity: 0.72;
  filter: drop-shadow(0 8px 12px rgba(45, 43, 37, 0.16));
  pointer-events: none;
}

.section-dino.rex {
  right: -96px;
  width: 104px;
}

.service-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
}

.service-grid article,
.comparison-card {
  background: var(--white);
  border: 1px solid rgba(32, 33, 30, 0.1);
  border-radius: 8px;
  box-shadow: 0 10px 30px rgba(32, 33, 30, 0.07);
}

.service-grid article {
  position: relative;
  min-height: 218px;
  padding: 24px;
  overflow: hidden;
}

.service-grid article::after {
  position: absolute;
  right: -12px;
  bottom: -10px;
  width: 86px;
  height: 58px;
  content: "";
  background: url("assets/dino-longneck.svg") center / contain no-repeat;
  opacity: 0.16;
  pointer-events: none;
}

.service-mark {
  display: inline-grid;
  place-items: center;
  width: 42px;
  height: 42px;
  margin-bottom: 30px;
  color: var(--white);
  background: var(--leaf);
  border-radius: 50%;
  font-weight: 900;
}

.proof,
.area {
  background: var(--bone);
}

.trailer-section {
  position: relative;
  overflow: hidden;
  background:
    linear-gradient(180deg, rgba(40, 127, 120, 0.09), rgba(233, 223, 202, 0.72)),
    var(--paper);
}

.trailer-section::before,
.trailer-section::after {
  position: absolute;
  width: 260px;
  height: 120px;
  content: "";
  background: url("assets/leaf-branch.svg") center / contain no-repeat;
  opacity: 0.22;
  pointer-events: none;
}

.trailer-section::before {
  top: 22px;
  left: -80px;
  transform: rotate(-18deg);
}

.trailer-section::after {
  right: -86px;
  bottom: 16px;
  transform: rotate(164deg);
}

.trailer-grid {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(0, 1.1fr) minmax(260px, 0.9fr);
  gap: 18px;
  align-items: stretch;
}

.trailer-photo,
.trailer-note {
  margin: 0;
  overflow: hidden;
  background: var(--white);
  border: 1px solid rgba(45, 43, 37, 0.12);
  border-radius: 8px;
  box-shadow: var(--shadow);
}

.trailer-photo {
  position: relative;
  min-height: 320px;
}

.trailer-photo.featured {
  grid-row: span 2;
}

.trailer-photo img {
  width: 100%;
  height: 100%;
  min-height: 320px;
  object-fit: cover;
}

.trailer-photo.featured img {
  object-position: center;
}

.trailer-photo figcaption {
  top: auto;
  bottom: 14px;
}

.trailer-note {
  display: grid;
  align-content: center;
  gap: 10px;
  min-height: 220px;
  padding: 24px;
}

.trailer-note img {
  width: min(260px, 100%);
}

.trailer-note p {
  margin-bottom: 0;
  color: var(--muted);
}

.comparison-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
}

.comparison-card {
  overflow: hidden;
}

.compare-images {
  display: grid;
  grid-template-columns: 1fr 1fr;
}

.compare-images figure {
  position: relative;
  margin: 0;
  height: clamp(250px, 35vw, 420px);
  overflow: hidden;
  background: var(--charcoal);
}

.match-photo {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
  background: var(--charcoal);
}

.compare-images img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.match-photo::after {
  position: absolute;
  inset: 0;
  content: "";
  background:
    linear-gradient(180deg, rgba(0, 0, 0, 0.04), rgba(0, 0, 0, 0.18)),
    radial-gradient(circle at 50% 82%, rgba(0, 0, 0, 0.18), transparent 48%);
  pointer-events: none;
}

.match-junk {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 48%;
  opacity: 0.96;
  filter: saturate(0.9) contrast(0.96) brightness(0.95);
  object-fit: cover;
  object-position: center bottom;
  -webkit-mask-image: linear-gradient(to bottom, transparent 0%, rgba(0, 0, 0, 0.18) 9%, rgba(0, 0, 0, 0.9) 20%, #000 30%);
  mask-image: linear-gradient(to bottom, transparent 0%, rgba(0, 0, 0, 0.18) 9%, rgba(0, 0, 0, 0.9) 20%, #000 30%);
}

.garage-junk {
  height: 50%;
  bottom: 0;
  object-position: center 70%;
  filter: saturate(0.82) contrast(0.94) brightness(0.9);
  -webkit-mask-image: linear-gradient(to bottom, transparent 0%, rgba(0, 0, 0, 0.18) 9%, rgba(0, 0, 0, 0.9) 20%, #000 30%);
  mask-image: linear-gradient(to bottom, transparent 0%, rgba(0, 0, 0, 0.18) 9%, rgba(0, 0, 0, 0.9) 20%, #000 30%);
}

.compare-images figure:first-child img {
  object-position: center;
}

.compare-images figure:last-child img {
  object-position: center 72%;
}

.comparison-card:nth-child(2) .compare-images figure:last-child img {
  object-position: center;
}

.match-photo .backyard-junk {
  object-position: center bottom;
}

.match-photo .garage-junk {
  object-position: center 70%;
}

figcaption {
  position: absolute;
  top: 12px;
  left: 12px;
  padding: 7px 10px;
  color: var(--white);
  background: rgba(32, 33, 30, 0.82);
  border-radius: 6px;
  font-size: 0.8rem;
  font-weight: 900;
  text-transform: uppercase;
}

.comparison-card h3,
.comparison-card p {
  padding-inline: 22px;
}

.comparison-card h3 {
  padding-top: 20px;
}

.comparison-card p {
  padding-bottom: 22px;
}

.media-section {
  background: var(--teal-dark);
  color: var(--white);
}

.media-section .eyebrow {
  color: #c8c19c;
}

.media-section .section-heading p {
  color: rgba(255, 255, 255, 0.78);
}

.video-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}

.video-grid video {
  width: 100%;
  aspect-ratio: 9 / 16;
  object-fit: cover;
  background: #0d211f;
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 8px;
  box-shadow: var(--shadow);
}

.area {
  display: grid;
  grid-template-columns: minmax(0, 1.1fr) minmax(320px, 0.9fr);
  align-items: center;
  gap: clamp(28px, 5vw, 70px);
}

.area img {
  width: 100%;
  border-radius: 8px;
  box-shadow: var(--shadow);
}

.area-list {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  padding: 0;
  margin: 24px 0 0;
  list-style: none;
}

.area-list li {
  padding: 10px 12px;
  background: var(--white);
  border: 1px solid rgba(32, 33, 30, 0.1);
  border-radius: 6px;
  font-weight: 800;
}

.contact {
  display: grid;
  grid-template-columns: minmax(0, 0.82fr) minmax(360px, 1fr);
  gap: clamp(26px, 5vw, 70px);
  align-items: start;
}

.contact-copy {
  position: sticky;
  top: 112px;
}

.contact-copy a {
  color: var(--teal-dark);
  font-weight: 900;
}

.contact-form {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 16px;
  padding: clamp(20px, 4vw, 34px);
  background: var(--white);
  border: 1px solid rgba(32, 33, 30, 0.1);
  border-radius: 8px;
  box-shadow: var(--shadow);
}

.contact-form label {
  display: grid;
  gap: 7px;
  color: var(--charcoal);
  font-size: 0.92rem;
  font-weight: 900;
}

.contact-form .full {
  grid-column: 1 / -1;
}

input,
select,
textarea {
  width: 100%;
  min-height: 48px;
  padding: 12px 13px;
  color: var(--ink);
  background: #fbfaf7;
  border: 1px solid rgba(32, 33, 30, 0.18);
  border-radius: 6px;
  font: inherit;
}

textarea {
  resize: vertical;
}

input:focus,
select:focus,
textarea:focus {
  outline: 3px solid rgba(120, 169, 66, 0.32);
  border-color: var(--teal);
}

.form-status {
  grid-column: 1 / -1;
  min-height: 24px;
  margin: 0;
  color: var(--teal-dark);
  font-weight: 800;
}

.site-footer {
  display: grid;
  grid-template-columns: 96px 1fr auto;
  align-items: center;
  gap: 18px;
  padding: 26px clamp(18px, 5vw, 72px);
  color: var(--white);
  background: var(--charcoal);
}

.site-footer img {
  height: 54px;
  border-radius: 6px;
}

.site-footer strong,
.site-footer span {
  display: block;
}

.site-footer span {
  color: rgba(255, 255, 255, 0.74);
}

.site-footer a {
  color: var(--white);
  font-weight: 900;
}

@media (max-width: 920px) {
  .site-header {
    grid-template-columns: 1fr auto;
  }

  .site-nav {
    grid-column: 1 / -1;
    grid-row: 2;
    justify-content: flex-start;
    overflow-x: auto;
    padding-bottom: 2px;
  }

  .hero {
    min-height: 680px;
  }

  .trust-band,
  .service-grid,
  .comparison-grid,
  .trailer-grid,
  .video-grid,
  .area,
  .contact {
    grid-template-columns: 1fr;
  }

  .trailer-photo.featured {
    grid-row: auto;
  }

  .contact-copy {
    position: static;
  }

  .video-grid {
    max-width: 520px;
  }
}

@media (max-width: 620px) {
  .site-header {
    gap: 10px;
    padding: 10px 14px;
  }

  .brand {
    width: 132px;
    height: 50px;
  }

  .header-call {
    padding: 9px 10px;
    font-size: 0.86rem;
  }

  .site-nav {
    flex-wrap: wrap;
    gap: 8px 13px;
    font-size: 0.78rem;
    line-height: 1.15;
    overflow-x: visible;
  }

  .hero {
    min-height: 640px;
  }

  .hero-media {
    object-position: 54% center;
  }

  .hero-logo {
    top: 20px;
    right: 18px;
    width: min(186px, 48vw);
  }

  .leaf-frame,
  .hero-dino,
  .section-heading::before,
  .section-dino {
    display: none;
  }

  .hero-content {
    padding-inline: 18px;
  }

  h1 {
    font-size: clamp(2.45rem, 14vw, 4.3rem);
  }

  .brand-line {
    white-space: normal;
  }

  .trust-band div {
    padding: 18px;
  }

  .section {
    padding-inline: 18px;
  }

  .compare-images {
    grid-template-columns: 1fr;
  }

  .compare-images figure {
    height: 300px;
  }

  .trailer-photo,
  .trailer-photo img {
    min-height: 260px;
  }

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

  .site-footer {
    grid-template-columns: 1fr;
  }
}
