:root {
  --green-950: #08130d;
  --green-900: #0f2418;
  --green-800: #173a27;
  --green-700: #235234;
  --green-500: #6ea31f;
  --orange: #f47a1f;
  --orange-2: #ff9b33;
  --graphite: #202522;
  --muted: #6a716b;
  --line: rgba(255, 255, 255, .14);
  --paper: #f7f8f4;
  --white: #fff;
  --shadow: 0 24px 70px rgba(8, 19, 13, .18);
  --radius: 8px;
  --container: min(1160px, calc(100% - 40px));
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  color: var(--graphite);
  background: var(--paper);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  line-height: 1.6;
}

body::selection {
  background: var(--orange);
  color: var(--white);
}

img,
svg {
  display: block;
}

img {
  max-width: 100%;
}

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

button,
input,
textarea {
  font: inherit;
}

:focus-visible {
  outline: 3px solid var(--orange-2);
  outline-offset: 4px;
}

.site-header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 50;
  display: grid;
  grid-template-columns: minmax(220px, 1fr) auto auto;
  align-items: center;
  gap: 22px;
  width: 100%;
  margin: 0;
  padding: 12px max(20px, calc((100% - 1240px) / 2));
  color: var(--white);
  background: rgba(8, 19, 13, .9);
  border-bottom: 1px solid rgba(255, 255, 255, .16);
  border-radius: 0;
  backdrop-filter: blur(16px);
  transition: background-color .2s ease, box-shadow .2s ease, transform .2s ease;
}

.site-header.is-scrolled {
  background: rgba(8, 19, 13, .94);
  box-shadow: 0 14px 50px rgba(0, 0, 0, .24);
}

.brand {
  display: flex;
  align-items: center;
  gap: 14px;
  min-width: 0;
  font-weight: 850;
  letter-spacing: 0;
}

.brand img {
  width: 116px;
  height: 48px;
  object-fit: contain;
  object-position: center;
  border-radius: 0;
  filter: drop-shadow(0 8px 16px rgba(0, 0, 0, .22));
}

.brand span {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.nav {
  display: flex;
  align-items: center;
  gap: 18px;
  color: rgba(255, 255, 255, .82);
  font-size: .94rem;
  font-weight: 700;
}

.nav a {
  transition: color .18s ease;
}

.nav a:hover {
  color: var(--white);
}

.header-call,
.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 46px;
  border-radius: var(--radius);
  font-weight: 900;
  line-height: 1;
  white-space: nowrap;
}

.header-call {
  gap: 9px;
  padding: 0 15px;
  background: var(--orange);
  color: var(--white);
  box-shadow: 0 12px 28px rgba(244, 122, 31, .24);
}

.header-call svg,
.btn svg,
.mobile-call svg {
  width: 20px;
  height: 20px;
  fill: currentColor;
  flex: 0 0 auto;
}

.hero {
  position: relative;
  display: grid;
  align-items: end;
  min-height: clamp(700px, 88vh, 860px);
  isolation: isolate;
  overflow: hidden;
  color: var(--white);
  background: var(--green-950);
}

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

.hero-media img {
  object-fit: cover;
  object-position: 70% center;
  filter: saturate(1.04) contrast(1.04);
}

.hero-overlay {
  position: absolute;
  inset: 0;
  z-index: -1;
  background:
    linear-gradient(90deg, rgba(8, 19, 13, .98) 0%, rgba(8, 19, 13, .94) 38%, rgba(8, 19, 13, .56) 62%, rgba(8, 19, 13, .18) 100%),
    linear-gradient(0deg, rgba(8, 19, 13, .95), rgba(8, 19, 13, .2) 52%, rgba(8, 19, 13, .5));
}

.hero-content {
  position: relative;
  z-index: 2;
  width: var(--container);
  margin: 0 auto;
  padding: 150px 0 64px;
}

.hero-content.reveal {
  opacity: 1;
  transform: none;
}

.hero-content::before {
  content: "";
  position: absolute;
  inset: 118px auto 34px -28px;
  width: min(850px, calc(100% + 56px));
  z-index: -1;
  background: linear-gradient(145deg, rgba(8, 19, 13, .88), rgba(8, 19, 13, .68));
  border: 1px solid rgba(255, 255, 255, .16);
  border-radius: var(--radius);
  box-shadow: 0 28px 80px rgba(0, 0, 0, .24);
  backdrop-filter: blur(8px);
}

.eyebrow {
  margin: 0 0 14px;
  color: var(--orange-2);
  font-size: .79rem;
  font-weight: 950;
  letter-spacing: .12em;
  text-transform: uppercase;
}

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

h1 {
  max-width: 760px;
  margin-bottom: 20px;
  font-size: clamp(2.45rem, 4.8vw, 4.45rem);
  line-height: 1.02;
  letter-spacing: 0;
  text-wrap: balance;
}

h2 {
  margin-bottom: 18px;
  color: var(--green-950);
  font-size: clamp(2rem, 4vw, 3.6rem);
  line-height: 1.04;
  letter-spacing: 0;
}

h3 {
  color: inherit;
  font-size: 1.08rem;
  line-height: 1.2;
}

.lead {
  max-width: 650px;
  margin-bottom: 12px;
  color: rgba(255, 255, 255, .86);
  font-size: clamp(1.04rem, 1.55vw, 1.22rem);
}

.hero-note {
  max-width: 620px;
  margin-bottom: 28px;
  color: var(--orange-2);
  font-weight: 850;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-bottom: 26px;
}

.btn {
  position: relative;
  gap: 10px;
  min-width: 206px;
  padding: 16px 20px;
  border: 0;
  cursor: pointer;
  overflow: hidden;
  transition: transform .18s ease, box-shadow .18s ease, background-color .18s ease;
}

.btn-primary {
  color: var(--white);
  background: linear-gradient(135deg, var(--orange), var(--orange-2));
  box-shadow: 0 16px 34px rgba(244, 122, 31, .28);
}

.btn-primary::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(110deg, transparent 18%, rgba(255, 255, 255, .26) 45%, transparent 72%);
  transform: translateX(-130%);
  transition: transform .52s ease;
}

.btn-primary:hover {
  transform: translateY(-2px);
  box-shadow: 0 20px 38px rgba(244, 122, 31, .36);
}

.btn-primary:hover::after {
  transform: translateX(130%);
}

.btn-ghost {
  color: var(--white);
  background: rgba(255, 255, 255, .10);
  border: 1px solid rgba(255, 255, 255, .28);
}

.btn-ghost:hover {
  transform: translateY(-2px);
  background: rgba(255, 255, 255, .16);
}

.hero-proof {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  max-width: 760px;
}

.hero-proof span {
  display: inline-flex;
  flex-direction: column;
  min-width: 180px;
  padding: 13px 16px;
  color: rgba(255, 255, 255, .76);
  background: rgba(255, 255, 255, .10);
  border: 1px solid rgba(255, 255, 255, .14);
  border-radius: var(--radius);
  backdrop-filter: blur(10px);
}

.hero-proof strong {
  color: var(--white);
  font-size: 1.05rem;
}

.trust-strip {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  width: var(--container);
  margin: -34px auto 0;
  position: relative;
  z-index: 3;
  overflow: hidden;
  background: var(--white);
  border-radius: var(--radius);
  box-shadow: var(--shadow);
}

.trust-strip div {
  padding: 24px;
  border-right: 1px solid rgba(8, 19, 13, .1);
}

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

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

.trust-strip strong {
  color: var(--green-900);
  font-size: 1.08rem;
}

.trust-strip span {
  color: var(--muted);
  font-size: .92rem;
}

.section {
  width: var(--container);
  margin: 0 auto;
  padding: 92px 0;
}

.section-head {
  max-width: 760px;
  margin-bottom: 34px;
}

.section-head p:not(.eyebrow) {
  color: var(--muted);
  font-size: 1.08rem;
}

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

.feature,
.service-card,
.guidance-card,
.local-card,
.portfolio-card,
.portfolio-main,
.contact-panel,
.faq details,
.review-grid blockquote {
  border-radius: var(--radius);
  box-shadow: 0 16px 48px rgba(8, 19, 13, .08);
}

.feature {
  padding: 28px;
  background: var(--white);
  border: 1px solid rgba(8, 19, 13, .08);
  transition: transform .18s ease, box-shadow .18s ease;
}

.feature:hover,
.service-card:hover,
.portfolio-card:hover,
.portfolio-main:hover {
  transform: translateY(-4px);
  box-shadow: 0 22px 60px rgba(8, 19, 13, .14);
}

.icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 48px;
  margin-bottom: 20px;
  color: var(--orange);
  background: rgba(244, 122, 31, .12);
  border-radius: var(--radius);
  font-weight: 950;
}

.feature h3 {
  margin-bottom: 10px;
  color: var(--green-950);
}

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

.services-band {
  width: 100%;
  max-width: none;
  padding: 92px max(20px, calc((100% - 1160px) / 2));
  background: var(--green-950);
}

.services-band h2,
.services-band .section-head p:not(.eyebrow) {
  color: var(--white);
}

.services-band .section-head p:not(.eyebrow) {
  opacity: .76;
}

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

.service-card {
  min-height: 230px;
  display: grid;
  align-content: space-between;
  gap: 14px;
  padding: 24px;
  color: var(--white);
  background:
    linear-gradient(145deg, rgba(255, 255, 255, .08), rgba(255, 255, 255, .02)),
    linear-gradient(145deg, rgba(35, 82, 52, .86), rgba(15, 36, 24, .98));
  border: 1px solid rgba(255, 255, 255, .16);
  transition: transform .18s ease, box-shadow .18s ease, border-color .18s ease, background-color .18s ease;
}

.service-card:hover {
  border-color: rgba(244, 122, 31, .48);
  background:
    linear-gradient(145deg, rgba(244, 122, 31, .14), rgba(255, 255, 255, .03)),
    linear-gradient(145deg, rgba(35, 82, 52, .94), rgba(15, 36, 24, .98));
}

.service-card h3 {
  margin: 0 0 8px;
  max-width: 320px;
  font-size: 1.28rem;
}

.service-card p {
  margin: 0;
  color: rgba(255, 255, 255, .72);
  line-height: 1.45;
}

.service-card span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 38px;
  height: 38px;
  color: var(--orange-2);
  background: rgba(244, 122, 31, .12);
  border: 1px solid rgba(244, 122, 31, .28);
  border-radius: 999px;
  font-weight: 950;
}

.service-card strong {
  display: inline-flex;
  align-items: center;
  color: var(--orange-2);
  font-size: .92rem;
  font-weight: 950;
}

.service-card strong::after {
  content: "→";
  margin-left: 8px;
  transition: transform .18s ease;
}

.service-card:hover strong::after {
  transform: translateX(4px);
}

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

.quote-tool {
  display: grid;
  grid-template-columns: 1fr .9fr;
  gap: 28px;
  align-items: start;
}

.quote-copy,
.quote-calculator,
.prep-card {
  border-radius: var(--radius);
}

.quote-copy {
  padding: 34px;
  color: var(--white);
  background:
    linear-gradient(145deg, rgba(8, 19, 13, .95), rgba(15, 36, 24, .88)),
    url("assets/tractor-detail.jpg") center / cover;
  box-shadow: var(--shadow);
}

.quote-copy h2 {
  color: var(--white);
}

.quote-copy p:not(.eyebrow) {
  color: rgba(255, 255, 255, .76);
}

.quote-points,
.contact-trust {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 24px;
}

.quote-points span,
.contact-trust span {
  display: inline-flex;
  align-items: center;
  min-height: 36px;
  padding: 7px 11px;
  color: var(--white);
  background: rgba(255, 255, 255, .1);
  border: 1px solid rgba(255, 255, 255, .15);
  border-radius: var(--radius);
  font-weight: 850;
}

.quote-calculator {
  padding: 30px;
  color: var(--white);
  background: var(--green-950);
  box-shadow: var(--shadow);
}

.quote-result {
  padding: 18px;
  color: rgba(255, 255, 255, .74);
  background: rgba(255, 255, 255, .08);
  border: 1px solid rgba(255, 255, 255, .14);
  border-radius: var(--radius);
}

.quote-result strong {
  display: block;
  margin-bottom: 6px;
  color: var(--white);
}

.quote-result p {
  margin-bottom: 0;
}

.guidance-section {
  padding-top: 24px;
}

.guidance-grid,
.local-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 16px;
}

.guidance-card,
.local-card {
  padding: 24px;
  background: var(--white);
  border: 1px solid rgba(8, 19, 13, .08);
}

.guidance-card h3,
.local-card h3 {
  margin-bottom: 10px;
  color: var(--green-950);
}

.guidance-card p,
.local-card p {
  margin-bottom: 0;
  color: var(--muted);
}

.local-card {
  color: inherit;
  transition: transform .18s ease, box-shadow .18s ease, border-color .18s ease;
}

.local-card:hover {
  transform: translateY(-3px);
  border-color: rgba(244, 122, 31, .34);
  box-shadow: 0 18px 54px rgba(8, 19, 13, .12);
}

.service-page {
  background:
    linear-gradient(180deg, rgba(8, 19, 13, .96) 0, rgba(8, 19, 13, .96) 430px, var(--cream) 430px);
}

.service-page .site-header {
  margin-top: 20px;
}

.service-hero {
  width: var(--container);
  margin: 0 auto;
  padding: 154px 0 72px;
  display: grid;
  grid-template-columns: minmax(0, .95fr) minmax(380px, .75fr);
  gap: 46px;
  align-items: center;
}

.service-hero-copy {
  color: var(--white);
}

.service-hero-copy h1 {
  margin-bottom: 22px;
  color: var(--white);
  font-size: clamp(2.5rem, 6vw, 5.4rem);
  line-height: .96;
}

.service-hero-copy > p:not(.eyebrow) {
  max-width: 680px;
  color: rgba(255, 255, 255, .82);
  font-size: 1.18rem;
}

.service-hero img {
  width: 100%;
  aspect-ratio: 4 / 5;
  object-fit: cover;
  object-position: 55% center;
  border-radius: var(--radius);
  box-shadow: 0 34px 90px rgba(0, 0, 0, .35);
}

.service-content {
  width: var(--container);
  margin: 0 auto;
  padding: 22px 0 84px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
}

.service-content article {
  min-height: 250px;
  padding: 30px;
  background: var(--white);
  border: 1px solid rgba(8, 19, 13, .08);
  border-radius: var(--radius);
  box-shadow: 0 16px 48px rgba(8, 19, 13, .08);
}

.service-content h2 {
  margin-bottom: 14px;
  color: var(--green-950);
  font-size: clamp(1.45rem, 2.8vw, 2.15rem);
}

.service-content p,
.service-content li {
  color: var(--muted);
}

.service-content ul {
  margin: 0;
  padding-left: 18px;
}

.service-cta {
  width: 100%;
  padding: 78px max(20px, calc((100% - 1160px) / 2));
  color: var(--white);
  background:
    linear-gradient(110deg, rgba(8, 19, 13, .94), rgba(18, 58, 35, .9)),
    url("/assets/tractor-detail.jpg") center / cover;
}

.service-cta h2 {
  max-width: 780px;
  margin-bottom: 14px;
  color: var(--white);
}

.service-cta p {
  max-width: 620px;
  color: rgba(255, 255, 255, .8);
}

.split {
  display: grid;
  grid-template-columns: .9fr 1.1fr;
  gap: 54px;
  align-items: center;
}

.split-media {
  position: relative;
  min-height: 620px;
  overflow: hidden;
  border-radius: var(--radius);
  box-shadow: var(--shadow);
}

.split-media img {
  width: 100%;
  height: 100%;
  min-height: 620px;
  object-fit: cover;
  object-position: 55% center;
}

.split-copy p:not(.eyebrow) {
  color: var(--muted);
}

.audience-list {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin: 24px 0 26px;
}

.audience-list span,
.locations span {
  display: inline-flex;
  align-items: center;
  min-height: 42px;
  padding: 8px 13px;
  color: var(--green-900);
  background: var(--white);
  border: 1px solid rgba(8, 19, 13, .1);
  border-radius: var(--radius);
  font-weight: 800;
}

.text-link {
  display: inline-flex;
  color: var(--orange);
  font-weight: 950;
  border-bottom: 2px solid currentColor;
}

.process {
  padding-top: 30px;
}

.prep-section {
  padding-top: 24px;
}

.prep-card {
  padding: 38px;
  color: var(--white);
  background:
    linear-gradient(135deg, rgba(8, 19, 13, .96), rgba(35, 82, 52, .9)),
    radial-gradient(circle at top right, rgba(244, 122, 31, .28), transparent 42%);
  box-shadow: var(--shadow);
}

.prep-card h2 {
  max-width: 820px;
  color: var(--white);
}

.prep-list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 10px 24px;
  max-width: 920px;
  margin: 0 0 26px;
  padding-left: 20px;
  color: rgba(255, 255, 255, .78);
}

.process-list {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 12px;
  padding: 0;
  margin: 0;
  list-style: none;
}

.process-list li {
  min-height: 170px;
  padding: 22px;
  color: var(--white);
  background: var(--green-900);
  border-radius: var(--radius);
}

.process-list span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 38px;
  height: 38px;
  margin-bottom: 18px;
  color: var(--green-950);
  background: var(--orange-2);
  border-radius: 999px;
  font-weight: 950;
}

.process-list strong {
  display: block;
  line-height: 1.25;
}

.gallery-section {
  padding-top: 30px;
}

.portfolio-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
  align-items: start;
}

.portfolio-main,
.portfolio-card {
  position: relative;
  overflow: hidden;
  margin: 0;
  background: var(--white);
  transition: transform .18s ease, box-shadow .18s ease;
}

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

.portfolio-main img,
.portfolio-card img {
  width: 100%;
  height: auto;
  transition: transform .55s ease;
}

.portfolio-main:hover img,
.portfolio-card:hover img {
  transform: scale(1.035);
}

.portfolio-main {
  min-height: 0;
}

.portfolio-card {
  min-height: 0;
}

.portfolio-main figcaption,
.portfolio-card figcaption {
  position: absolute;
  left: 16px;
  right: 16px;
  bottom: 16px;
  padding: 12px 14px;
  color: var(--white);
  background: rgba(8, 19, 13, .78);
  border: 1px solid rgba(255, 255, 255, .14);
  border-radius: var(--radius);
  backdrop-filter: blur(10px);
  font-weight: 850;
}

.before-after > span {
  position: absolute;
  top: 16px;
  z-index: 2;
  padding: 8px 12px;
  color: var(--white);
  background: var(--orange);
  border-radius: var(--radius);
  font-weight: 950;
}

.before-after > span:first-child {
  left: 16px;
}

.before-after > span:nth-child(2) {
  right: 16px;
  background: var(--green-700);
}

.reviews {
  width: 100%;
  max-width: none;
  padding: 92px max(20px, calc((100% - 1160px) / 2));
  background: var(--white);
}

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

.review-grid blockquote {
  margin: 0;
  padding: 28px;
  background: var(--paper);
  border: 1px solid rgba(8, 19, 13, .08);
}

.review-grid div {
  color: var(--orange);
  font-size: 1.05rem;
  letter-spacing: .08em;
  margin-bottom: 14px;
}

.review-grid p {
  margin: 0;
  color: var(--green-950);
  font-size: 1.08rem;
  font-weight: 760;
}

.review-grid cite {
  display: block;
  margin-top: 18px;
  color: var(--muted);
  font-style: normal;
  font-weight: 800;
}

.area {
  display: grid;
  grid-template-columns: .92fr 1.08fr;
  gap: 28px;
  align-items: stretch;
}

.local-seo {
  padding-top: 24px;
}

.local-grid {
  grid-template-columns: repeat(3, 1fr);
}

.area-copy {
  padding: 34px;
  color: var(--white);
  background: var(--green-950);
  border-radius: var(--radius);
}

.area-copy h2 {
  color: var(--white);
}

.area-copy p:not(.eyebrow) {
  color: rgba(255, 255, 255, .76);
}

.locations {
  display: flex;
  flex-wrap: wrap;
  gap: 9px;
  margin-top: 24px;
}

.locations span {
  color: var(--white);
  background: rgba(255, 255, 255, .1);
  border-color: rgba(255, 255, 255, .12);
}

.map-card {
  min-height: 540px;
  overflow: hidden;
  border-radius: var(--radius);
  box-shadow: var(--shadow);
  background: var(--green-900);
}

.map-card iframe {
  width: 100%;
  height: 100%;
  min-height: 540px;
  border: 0;
}

.cta-banner {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  width: min(1240px, calc(100% - 40px));
  min-height: 330px;
  margin: 20px auto 0;
  padding: 44px;
  overflow: hidden;
  color: var(--white);
  background:
    linear-gradient(90deg, rgba(8, 19, 13, .95), rgba(8, 19, 13, .72)),
    url("assets/tractor-detail.jpg") center / cover;
  border-radius: var(--radius);
}

.cta-banner h2 {
  max-width: 720px;
  color: var(--white);
}

.cta-banner p:not(.eyebrow) {
  margin-bottom: 0;
  color: rgba(255, 255, 255, .78);
  font-size: 1.15rem;
}

.faq-contact {
  display: grid;
  grid-template-columns: 1fr .95fr;
  gap: 28px;
  align-items: start;
}

.faq details {
  margin-bottom: 12px;
  padding: 20px 22px;
  background: var(--white);
  border: 1px solid rgba(8, 19, 13, .08);
}

.faq summary {
  cursor: pointer;
  color: var(--green-950);
  font-weight: 900;
}

.faq details p {
  margin: 14px 0 0;
  color: var(--muted);
}

.contact-panel {
  padding: 30px;
  color: var(--white);
  background: var(--green-950);
}

.contact-panel h2 {
  color: var(--white);
}

.contact-lead {
  color: rgba(255, 255, 255, .75);
}

form {
  display: grid;
  gap: 13px;
}

label {
  display: grid;
  gap: 7px;
  color: rgba(255, 255, 255, .84);
  font-size: .92rem;
  font-weight: 850;
}

input,
select,
textarea {
  width: 100%;
  min-height: 48px;
  padding: 12px 13px;
  color: var(--white);
  background: rgba(255, 255, 255, .09);
  border: 1px solid rgba(255, 255, 255, .18);
  border-radius: var(--radius);
  outline: 0;
  transition: border-color .16s ease, box-shadow .16s ease, background-color .16s ease;
}

textarea {
  resize: vertical;
}

input::placeholder,
textarea::placeholder {
  color: rgba(255, 255, 255, .44);
}

input:focus,
select:focus,
textarea:focus {
  background: rgba(255, 255, 255, .12);
  border-color: var(--orange-2);
  box-shadow: 0 0 0 4px rgba(244, 122, 31, .14);
}

select {
  appearance: none;
  background-image:
    linear-gradient(45deg, transparent 50%, rgba(255, 255, 255, .74) 50%),
    linear-gradient(135deg, rgba(255, 255, 255, .74) 50%, transparent 50%);
  background-position:
    calc(100% - 18px) 21px,
    calc(100% - 12px) 21px;
  background-size: 6px 6px, 6px 6px;
  background-repeat: no-repeat;
}

.hp-field {
  position: absolute;
  left: -9999px;
  width: 1px;
  height: 1px;
  opacity: 0;
}

.contact-trust {
  margin: 0 0 16px;
}

.file-label input {
  padding: 10px;
}

.form-note {
  margin: 0;
  color: rgba(255, 255, 255, .67);
  font-size: .9rem;
}

.form-status {
  margin: 0 0 16px;
  padding: 13px 14px;
  color: var(--white);
  background: rgba(244, 122, 31, .18);
  border: 1px solid rgba(244, 122, 31, .36);
  border-radius: var(--radius);
  font-weight: 850;
}

.form-note a {
  color: var(--orange-2);
  font-weight: 950;
}

.mobile-actions {
  position: fixed;
  left: 14px;
  right: 14px;
  bottom: 14px;
  z-index: 60;
  display: none;
  gap: 10px;
  opacity: 0;
  pointer-events: none;
  transform: translateY(14px);
  transition: opacity .2s ease, transform .2s ease;
}

.mobile-actions.is-visible {
  opacity: 1;
  pointer-events: auto;
  transform: translateY(0);
}

.mobile-call,
.mobile-quote {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  min-height: 54px;
  color: var(--white);
  border-radius: var(--radius);
  box-shadow: 0 14px 36px rgba(0, 0, 0, .24);
  font-weight: 950;
}

.mobile-call {
  flex: 1.15;
  background: linear-gradient(135deg, var(--orange), var(--orange-2));
}

.mobile-quote {
  flex: .85;
  background: rgba(8, 19, 13, .94);
  border: 1px solid rgba(255, 255, 255, .16);
}

.site-footer {
  display: grid;
  grid-template-columns: 1.15fr .75fr .9fr;
  gap: 32px;
  align-items: start;
  padding: 56px max(24px, calc((100% - 1160px) / 2));
  color: rgba(255, 255, 255, .78);
  background: var(--green-950);
}

.footer-mark {
  display: flex;
  align-items: center;
  gap: 16px;
  margin-bottom: 16px;
}

.footer-mark img {
  width: 74px;
  height: 54px;
  object-fit: cover;
  object-position: center 36%;
  border-radius: var(--radius);
  border: 1px solid rgba(255, 255, 255, .14);
  box-shadow: 0 14px 38px rgba(0, 0, 0, .22);
}

.footer-mark strong {
  display: block;
  max-width: 320px;
  color: var(--white);
  font-size: 1.15rem;
  line-height: 1.2;
}

.footer-brand p {
  max-width: 560px;
  font-size: 1rem;
}

.site-footer h2 {
  margin-bottom: 14px;
  color: var(--white);
  font-size: 1rem;
}

.site-footer a,
.site-footer p {
  display: block;
  margin: 0 0 10px;
}

.site-footer a:hover {
  color: var(--orange-2);
}

.reveal {
  opacity: 0;
  transform: translateY(18px);
  transition: opacity .58s ease, transform .58s cubic-bezier(.2, .8, .2, 1);
}

.reveal.is-visible {
  opacity: 1;
  transform: translateY(0);
}

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

  .nav {
    display: none;
  }

  .trust-strip,
  .feature-grid,
  .services-grid,
  .guidance-grid,
  .local-grid,
  .review-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .split,
  .area,
  .quote-tool,
  .faq-contact,
  .service-hero,
  .service-content {
    grid-template-columns: 1fr;
  }

  .process-list {
    grid-template-columns: repeat(3, 1fr);
  }

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

  .portfolio-main {
    grid-column: auto;
    min-height: 0;
  }
}

@media (max-width: 720px) {
  :root {
    --container: min(100% - 28px, 1160px);
  }

  body {
    padding-bottom: 72px;
  }

  .site-header {
    grid-template-columns: 1fr;
    gap: 8px;
    width: 100%;
    padding: 10px 14px;
  }

  .brand img {
    width: 92px;
    height: 38px;
  }

  .brand span {
    font-size: .88rem;
  }

  .header-call {
    display: none;
  }

  .hero {
    min-height: 800px;
  }

  .hero-media {
    position: absolute;
  }

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

  .hero-overlay {
    z-index: 1;
    background:
      linear-gradient(0deg, rgba(8, 19, 13, 1), rgba(8, 19, 13, .22) 54%, rgba(8, 19, 13, .4)),
      linear-gradient(90deg, rgba(8, 19, 13, .72), rgba(8, 19, 13, .08));
  }

  .hero-content {
    padding: 150px 0 48px;
  }

  .hero-content::before {
    inset: 120px -8px 24px -8px;
    width: auto;
  }

  h1 {
    font-size: clamp(2rem, 10.8vw, 3rem);
  }

  h2 {
    font-size: clamp(1.85rem, 9vw, 2.55rem);
  }

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

  .hero-proof span {
    width: 100%;
  }

  .trust-strip,
  .feature-grid,
  .services-grid,
  .guidance-grid,
  .local-grid,
  .review-grid,
  .process-list,
  .site-footer {
    grid-template-columns: 1fr;
  }

  .trust-strip {
    margin-top: 0;
    width: 100%;
    border-radius: 0;
  }

  .trust-strip div {
    border-right: 0;
    border-bottom: 1px solid rgba(8, 19, 13, .1);
  }

  .section,
  .services-band,
  .service-hero,
  .service-content,
  .reviews {
    padding-top: 68px;
    padding-bottom: 68px;
  }

  .service-page .site-header {
    margin-top: 0;
  }

  .service-hero {
    gap: 26px;
    padding-top: 124px;
  }

  .service-hero img {
    aspect-ratio: 16 / 11;
    object-position: 55% center;
  }

  .service-content article {
    min-height: 0;
  }

  .service-wide {
    grid-column: auto;
  }

  .split-media,
  .split-media img {
    min-height: 440px;
  }

  .area-copy,
  .quote-copy,
  .quote-calculator,
  .prep-card,
  .contact-panel,
  .cta-banner {
    padding: 26px;
  }

  .prep-list {
    grid-template-columns: 1fr;
  }

  .portfolio-main,
  .portfolio-card,
  .map-card,
  .map-card iframe {
    min-height: 0;
  }

  .map-card,
  .map-card iframe {
    min-height: 360px;
  }

  .cta-banner {
    width: calc(100% - 28px);
    flex-direction: column;
    align-items: flex-start;
  }

  .cta-banner .btn {
    width: 100%;
  }

  .mobile-actions {
    display: flex;
  }
}

@media (max-width: 420px) {
  .hero-content {
    padding-top: 140px;
  }

  .portfolio-main figcaption,
  .portfolio-card figcaption {
    left: 10px;
    right: 10px;
    bottom: 10px;
    font-size: .9rem;
  }
}

@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;
  }
}
