/*
Theme Name: Tractor PK Nigeria
Theme URI: https://tractorpk.ng
Author: Tractor PK Nigeria
Description: Responsive agricultural equipment theme for Tractor PK Nigeria.
Version: 1.0.0
Requires at least: 6.2
Tested up to: 6.8
Requires PHP: 7.4
Text Domain: tractorpk-ng
License: GNU General Public License v2 or later
*/


:root {
  --forest: #123f32;
  --forest-dark: #082c24;
  --forest-ink: #06241d;
  --sand: #d9b66f;
  --sand-light: #f0d596;
  --parchment: #f4ebdd;
  --soil: #9c4e2b;
  --white: #fffdf7;
  --ink: #10231d;
  --muted: #607169;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  background: var(--parchment);
  color: var(--ink);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  text-rendering: optimizeLegibility;
}

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

button,
input,
textarea,
select {
  font: inherit;
}

.container {
  width: min(1180px, calc(100% - 48px));
  margin-inline: auto;
}

.skip-link {
  position: fixed;
  z-index: 100;
  top: 12px;
  left: 12px;
  transform: translateY(-140%);
  padding: 10px 16px;
  border-radius: 4px;
  background: var(--white);
  color: var(--forest-dark);
  font-weight: 700;
}

.skip-link:focus {
  transform: translateY(0);
}

.site-header {
  position: absolute;
  z-index: 20;
  top: 0;
  left: 0;
  width: 100%;
}

.utility-bar {
  height: 38px;
  background: linear-gradient(90deg, var(--sand-light), var(--sand));
  color: var(--forest-ink);
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.02em;
}

.utility-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 100%;
}

.utility-inner p {
  display: flex;
  align-items: center;
  gap: 8px;
  margin: 0;
}

.utility-inner p span {
  font-size: 0.48rem;
}

.utility-inner a {
  padding-bottom: 2px;
  border-bottom: 1px solid rgba(8, 44, 36, 0.45);
}

.nav-bar {
  height: 86px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.09);
  background: rgba(6, 44, 35, 0.97);
  color: var(--white);
}

.nav-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 100%;
}

.brand {
  display: flex;
  align-items: baseline;
  gap: 10px;
  color: var(--parchment);
  font-family: Georgia, "Times New Roman", serif;
  letter-spacing: -0.035em;
}

.brand span {
  font-size: clamp(1.55rem, 2.6vw, 2.2rem);
}

.brand small {
  color: var(--sand);
  font-family: Inter, ui-sans-serif, system-ui, sans-serif;
  font-size: 0.66rem;
  font-weight: 800;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.desktop-nav {
  display: flex;
  align-items: center;
  gap: 34px;
  height: 100%;
}

.desktop-nav a {
  position: relative;
  display: grid;
  place-items: center;
  height: 100%;
  color: rgba(255, 253, 247, 0.84);
  font-size: 0.92rem;
  font-weight: 600;
}

.desktop-nav a::after {
  position: absolute;
  right: 0;
  bottom: 18px;
  left: 0;
  height: 2px;
  background: var(--sand);
  content: "";
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 180ms ease;
}

.desktop-nav a:hover::after,
.desktop-nav a:focus-visible::after,
.desktop-nav a.active::after {
  transform: scaleX(1);
}

.desktop-nav a:hover,
.desktop-nav a:focus-visible,
.desktop-nav a.active {
  color: var(--white);
}

.mobile-menu {
  display: none;
  position: relative;
}

.mobile-menu summary {
  display: grid;
  gap: 5px;
  padding: 10px;
  cursor: pointer;
  list-style: none;
}

.mobile-menu summary::-webkit-details-marker {
  display: none;
}

.mobile-menu summary span {
  display: block;
  width: 24px;
  height: 2px;
  border-radius: 2px;
  background: var(--sand);
}

.mobile-menu nav {
  position: absolute;
  top: 48px;
  right: 0;
  display: grid;
  width: min(280px, calc(100vw - 32px));
  padding: 10px;
  border: 1px solid rgba(217, 182, 111, 0.35);
  border-radius: 8px;
  background: var(--forest-dark);
  box-shadow: 0 20px 50px rgba(0, 0, 0, 0.22);
}

.mobile-menu nav a {
  padding: 12px 14px;
  border-radius: 4px;
  color: var(--white);
  font-weight: 600;
}

.mobile-menu nav a:hover,
.mobile-menu nav a:focus-visible {
  background: rgba(217, 182, 111, 0.12);
  color: var(--sand-light);
}

.hero {
  position: relative;
  min-height: 780px;
  overflow: hidden;
  background: var(--forest-dark);
  color: var(--white);
}

.hero-image {
  position: absolute;
  inset: 0;
  background-image: linear-gradient(90deg, rgba(0, 20, 15, 0.32), rgba(0, 0, 0, 0.02)), url("assets/production-hero.png");
  background-position: 65% center;
  background-size: cover;
  animation: image-reveal 700ms ease both;
}

.hero-panel {
  position: relative;
  z-index: 2;
  display: flex;
  align-items: center;
  width: min(56vw, 820px);
  min-height: 780px;
  padding-top: 124px;
  background: linear-gradient(115deg, var(--forest-dark), var(--forest) 78%, #164a3b 100%);
  clip-path: ellipse(92% 76% at 0% 50%);
}

.hero-panel::after {
  position: absolute;
  z-index: -1;
  top: 124px;
  right: 3%;
  width: 2px;
  height: calc(100% - 124px);
  background: linear-gradient(transparent, var(--sand), transparent);
  content: "";
  opacity: 0.68;
}

.hero-copy {
  width: min(620px, calc(100vw - 48px));
  margin-left: max(24px, calc((100vw - 1180px) / 2));
  padding: 56px 32px 48px 0;
  animation: copy-rise 520ms ease 100ms both;
}

.eyebrow {
  margin: 0 0 22px;
  color: var(--sand-light);
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.hero h1 {
  max-width: 600px;
  margin: 0;
  color: var(--parchment);
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(3.4rem, 5.6vw, 5.9rem);
  font-weight: 500;
  letter-spacing: -0.055em;
  line-height: 0.96;
}

.hero-text {
  max-width: 545px;
  margin: 24px 0 0;
  color: rgba(255, 253, 247, 0.86);
  font-size: clamp(1rem, 1.35vw, 1.18rem);
  line-height: 1.72;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  margin-top: 30px;
}

.button {
  display: inline-flex;
  min-height: 52px;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 0 23px;
  border: 1px solid transparent;
  border-radius: 4px;
  font-size: 0.9rem;
  font-weight: 800;
  letter-spacing: 0.01em;
  transition: transform 180ms ease, box-shadow 180ms ease, background 180ms ease, color 180ms ease;
}

.button:hover,
.button:focus-visible {
  transform: translateY(-2px);
}

.button-primary {
  background: linear-gradient(135deg, var(--sand-light), var(--sand));
  color: var(--forest-ink);
  box-shadow: 0 9px 24px rgba(4, 28, 22, 0.22);
}

.button-primary:hover,
.button-primary:focus-visible {
  box-shadow: 0 13px 30px rgba(4, 28, 22, 0.32);
}

.button-secondary {
  border-color: var(--sand);
  color: var(--white);
}

.button-secondary:hover,
.button-secondary:focus-visible {
  background: rgba(217, 182, 111, 0.12);
  color: var(--sand-light);
}

.icon {
  width: 18px;
  height: 18px;
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 2;
}

.trust-row {
  display: flex;
  max-width: 590px;
  gap: 0;
  margin-top: 42px;
}

.trust-item {
  display: grid;
  flex: 1;
  min-width: 0;
  place-items: center;
  gap: 7px;
  padding: 2px 16px;
  border-right: 1px solid rgba(217, 182, 111, 0.55);
  color: rgba(255, 253, 247, 0.88);
  text-align: center;
  transition: transform 180ms ease;
}

.trust-item:first-child {
  padding-left: 0;
}

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

.trust-item:hover {
  transform: translateY(-3px);
}

.trust-item span {
  font-size: 0.72rem;
  font-weight: 700;
  white-space: nowrap;
}

.trust-icon {
  width: 32px;
  height: 32px;
  fill: none;
  stroke: var(--sand);
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.55;
}

.proof-strip {
  position: relative;
  z-index: 4;
  background: var(--sand);
  color: var(--forest-ink);
}

.proof-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
}

.proof-grid > div {
  display: grid;
  gap: 4px;
  padding: 24px 28px;
  border-right: 1px solid rgba(6, 36, 29, 0.18);
}

.proof-grid > div:first-child { padding-left: 0; }
.proof-grid > div:last-child { border-right: 0; }
.proof-grid strong { font-family: Georgia, "Times New Roman", serif; font-size: 1.55rem; font-weight: 500; }
.proof-grid span { font-size: 0.69rem; font-weight: 800; letter-spacing: 0.1em; text-transform: uppercase; }

.section {
  padding: 112px 0;
}

.section-heading {
  margin-bottom: 54px;
}

.split-heading {
  display: grid;
  grid-template-columns: minmax(0, 1.45fr) minmax(280px, 0.7fr);
  gap: 80px;
  align-items: end;
}

.section-heading h2,
.implements-intro h2,
.quality-card h2,
.parts-layout h2,
.quote-copy h2 {
  margin: 0;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(2.65rem, 4.4vw, 4.7rem);
  font-weight: 500;
  letter-spacing: -0.05em;
  line-height: 1.02;
}

.section-heading > p,
.implements-intro > p:not(.eyebrow),
.quality-card > p:not(.eyebrow),
.parts-layout > div > p,
.quote-copy > p:not(.eyebrow) {
  margin: 0;
  color: var(--muted);
  font-size: 1rem;
  line-height: 1.75;
}

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

.tractors-section {
  background: var(--parchment);
}

.tractor-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  border-top: 1px solid rgba(16, 35, 29, 0.18);
  border-left: 1px solid rgba(16, 35, 29, 0.18);
}

.tractor-card {
  position: relative;
  min-height: 420px;
  padding: 30px;
  border-right: 1px solid rgba(16, 35, 29, 0.18);
  border-bottom: 1px solid rgba(16, 35, 29, 0.18);
  background: rgba(255, 253, 247, 0.38);
  transition: background 220ms ease, transform 220ms ease, box-shadow 220ms ease;
}

.tractor-card:hover {
  z-index: 2;
  background: var(--white);
  box-shadow: 0 22px 50px rgba(23, 53, 43, 0.12);
  transform: translateY(-5px);
}

.tractor-card-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.model-index {
  color: rgba(16, 35, 29, 0.45);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 0.88rem;
}

.drive-badge {
  padding: 6px 9px;
  border: 1px solid rgba(156, 78, 43, 0.26);
  border-radius: 999px;
  color: var(--soil);
  font-size: 0.64rem;
  font-weight: 800;
  letter-spacing: 0.1em;
}

.tractor-card .trust-icon {
  width: 68px;
  height: 68px;
  margin: 38px 0 14px;
  stroke: var(--soil);
  stroke-width: 1.1;
}

.tractor-card .horsepower {
  margin: 0 0 5px;
  color: var(--soil);
  font-size: 0.68rem;
  font-weight: 900;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.tractor-card h3 {
  margin: 0;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 2rem;
  font-weight: 500;
  letter-spacing: -0.035em;
}

.tractor-card > p:not(.horsepower) {
  min-height: 67px;
  margin: 14px 0 25px;
  color: var(--muted);
  font-size: 0.86rem;
  line-height: 1.65;
}

.tractor-card > a,
.text-link {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  color: var(--forest);
  font-size: 0.76rem;
  font-weight: 900;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.tractor-card > a .icon,
.text-link .icon {
  transition: transform 180ms ease;
}

.tractor-card > a:hover .icon,
.tractor-card > a:focus-visible .icon,
.text-link:hover .icon,
.text-link:focus-visible .icon {
  transform: translateX(4px);
}

.availability-note {
  margin: 22px 0 0;
  color: var(--muted);
  font-size: 0.74rem;
}

.implements-section {
  position: relative;
  overflow: hidden;
  background: var(--forest-dark);
  color: var(--white);
}

.implements-section::before {
  position: absolute;
  top: -210px;
  left: -160px;
  width: 560px;
  height: 560px;
  border: 1px solid rgba(217, 182, 111, 0.18);
  border-radius: 50%;
  content: "";
}

.implements-layout {
  position: relative;
  display: grid;
  grid-template-columns: 0.72fr 1.28fr;
  gap: 110px;
  align-items: start;
}

.implements-intro {
  position: sticky;
  top: 48px;
}

.implements-intro h2,
.quality-card h2,
.quote-copy h2 {
  color: var(--parchment);
}

.implements-intro > p:not(.eyebrow) {
  margin-top: 24px;
  color: rgba(255, 253, 247, 0.7);
}

.implements-intro .button {
  margin-top: 32px;
}

.implement-list {
  border-top: 1px solid rgba(217, 182, 111, 0.25);
}

.implement-row {
  display: grid;
  grid-template-columns: 42px 1fr 38px;
  gap: 22px;
  align-items: center;
  min-height: 132px;
  border-bottom: 1px solid rgba(217, 182, 111, 0.25);
  transition: background 180ms ease, padding 180ms ease;
}

.implement-row:hover {
  padding-inline: 16px;
  background: rgba(217, 182, 111, 0.07);
}

.implement-row > span {
  color: var(--sand);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 0.75rem;
}

.implement-row h3 {
  margin: 0;
  color: var(--parchment);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 1.65rem;
  font-weight: 500;
}

.implement-row p {
  margin: 6px 0 0;
  color: rgba(255, 253, 247, 0.58);
  font-size: 0.82rem;
  line-height: 1.55;
}

.implement-row > a {
  display: grid;
  width: 36px;
  height: 36px;
  place-items: center;
  border: 1px solid rgba(217, 182, 111, 0.45);
  border-radius: 50%;
  color: var(--sand);
  transition: background 180ms ease, color 180ms ease;
}

.implement-row > a:hover,
.implement-row > a:focus-visible {
  background: var(--sand);
  color: var(--forest-dark);
}

.centered-heading {
  max-width: 760px;
  margin-inline: auto;
  text-align: center;
}

.centered-heading > p:last-child {
  max-width: 590px;
  margin: 22px auto 0;
}

.journey-section {
  background: var(--white);
}

.journey-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  position: relative;
}

.journey-grid::before {
  position: absolute;
  top: 30px;
  right: 12.5%;
  left: 12.5%;
  height: 1px;
  background: rgba(156, 78, 43, 0.26);
  content: "";
}

.journey-card {
  position: relative;
  padding: 0 28px;
  text-align: center;
}

.journey-card > span {
  position: relative;
  z-index: 2;
  display: grid;
  width: 60px;
  height: 60px;
  margin: 0 auto 28px;
  place-items: center;
  border: 1px solid rgba(156, 78, 43, 0.34);
  border-radius: 50%;
  background: var(--white);
  color: var(--soil);
  font-family: Georgia, "Times New Roman", serif;
}

.journey-card h3 {
  margin: 0 0 12px;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 1.35rem;
  font-weight: 500;
}

.journey-card p {
  margin: 0;
  color: var(--muted);
  font-size: 0.82rem;
  line-height: 1.65;
}

.quality-section {
  padding: 36px 0;
  background: linear-gradient(135deg, var(--sand-light), var(--sand));
}

.quality-layout {
  display: grid;
  grid-template-columns: 0.78fr 1.22fr;
  background: var(--forest);
  box-shadow: 0 24px 70px rgba(6, 36, 29, 0.22);
}

.quality-card {
  padding: 68px;
  background: var(--forest-dark);
}

.quality-card > p:not(.eyebrow) {
  margin-top: 24px;
  color: rgba(255, 253, 247, 0.68);
}

.quality-points {
  display: grid;
  align-content: center;
  padding: 38px 60px;
}

.quality-points article {
  display: grid;
  grid-template-columns: 48px 1fr;
  gap: 22px;
  padding: 24px 0;
  border-bottom: 1px solid rgba(217, 182, 111, 0.23);
}

.quality-points article:last-child { border-bottom: 0; }
.quality-points strong { color: var(--sand); font-family: Georgia, "Times New Roman", serif; font-size: 0.82rem; font-weight: 500; }
.quality-points h3 { margin: 0; color: var(--parchment); font-family: Georgia, "Times New Roman", serif; font-size: 1.35rem; font-weight: 500; }
.quality-points p { margin: 7px 0 0; color: rgba(255, 253, 247, 0.63); font-size: 0.82rem; line-height: 1.6; }

.parts-section {
  background: var(--parchment);
}

.parts-layout {
  display: grid;
  grid-template-columns: 1.15fr 0.85fr;
  gap: 100px;
  align-items: end;
}

.parts-layout > div > p {
  margin-bottom: 27px;
}

.quote-section {
  background: var(--forest-dark);
  color: var(--white);
}

.quote-layout {
  display: grid;
  grid-template-columns: 0.72fr 1.28fr;
  gap: 100px;
  align-items: start;
}

.quote-copy {
  position: sticky;
  top: 48px;
}

.quote-copy > p:not(.eyebrow) {
  margin-top: 24px;
  color: rgba(255, 253, 247, 0.67);
}

.response-card {
  display: grid;
  gap: 5px;
  margin-top: 38px;
  padding: 24px;
  border-left: 2px solid var(--sand);
  background: rgba(217, 182, 111, 0.07);
}

.response-card span { color: var(--sand); font-size: 0.66rem; font-weight: 800; letter-spacing: 0.12em; text-transform: uppercase; }
.response-card strong { color: var(--parchment); font-family: Georgia, "Times New Roman", serif; font-size: 1.35rem; font-weight: 500; }
.response-card p { margin: 0; color: rgba(255, 253, 247, 0.58); font-size: 0.78rem; }

.quote-form {
  padding: 42px;
  border: 1px solid rgba(217, 182, 111, 0.25);
  background: rgba(255, 255, 255, 0.035);
}

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

.quote-form label {
  display: grid;
  gap: 9px;
  color: rgba(255, 253, 247, 0.8);
  font-size: 0.69rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.quote-form input,
.quote-form select,
.quote-form textarea {
  width: 100%;
  border: 0;
  border-bottom: 1px solid rgba(217, 182, 111, 0.38);
  border-radius: 0;
  outline: 0;
  background: transparent;
  color: var(--white);
  font-size: 0.92rem;
  letter-spacing: 0;
  text-transform: none;
}

.quote-form input,
.quote-form select {
  height: 46px;
}

.quote-form textarea {
  padding: 12px 0;
  resize: vertical;
}

.quote-form select option { color: var(--ink); }
.quote-form input::placeholder,
.quote-form textarea::placeholder { color: rgba(255, 253, 247, 0.33); }
.quote-form input:focus,
.quote-form select:focus,
.quote-form textarea:focus { border-bottom-color: var(--sand); }
.full-field { grid-column: 1 / -1; }
.form-submit { margin-top: 28px; border: 0; cursor: pointer; }
.form-note { margin: 14px 0 0; color: rgba(255, 253, 247, 0.43); font-size: 0.7rem; }

.site-footer {
  padding: 78px 0 28px;
  background: #041d17;
  color: var(--white);
}

.footer-grid {
  display: grid;
  grid-template-columns: 1.7fr 0.65fr 0.65fr;
  gap: 80px;
  padding-bottom: 58px;
}

.footer-brand { display: inline-flex; }
.footer-grid > div:first-child > p { max-width: 420px; margin: 20px 0 0; color: rgba(255, 253, 247, 0.52); font-size: 0.84rem; line-height: 1.7; }
.footer-grid h2 { margin: 5px 0 20px; color: var(--sand); font-size: 0.65rem; letter-spacing: 0.12em; text-transform: uppercase; }
.footer-grid > div:not(:first-child) { display: flex; flex-direction: column; align-items: flex-start; }
.footer-grid > div:not(:first-child) a { margin-bottom: 12px; color: rgba(255, 253, 247, 0.68); font-size: 0.82rem; }
.footer-grid > div:not(:first-child) a:hover,
.footer-grid > div:not(:first-child) a:focus-visible { color: var(--sand-light); }

.footer-bottom {
  display: flex;
  justify-content: space-between;
  gap: 28px;
  padding-top: 24px;
  border-top: 1px solid rgba(255, 255, 255, 0.09);
  color: rgba(255, 253, 247, 0.4);
  font-size: 0.66rem;
}

.footer-bottom p { margin: 0; }

@keyframes copy-rise {
  from { opacity: 0; transform: translateY(16px); }
  to { opacity: 1; transform: translateY(0); }
}

@keyframes image-reveal {
  from { opacity: 0; transform: scale(1.025); }
  to { opacity: 1; transform: scale(1); }
}

@media (max-width: 980px) {
  .desktop-nav { display: none; }
  .mobile-menu { display: block; }
  .hero-panel { width: 68vw; }
  .hero h1 { font-size: clamp(3.25rem, 7.5vw, 5rem); }
  .split-heading { gap: 45px; }
  .tractor-grid { grid-template-columns: repeat(2, 1fr); }
  .implements-layout,
  .quote-layout { grid-template-columns: 1fr; gap: 60px; }
  .implements-intro,
  .quote-copy { position: static; }
  .journey-grid { grid-template-columns: repeat(2, 1fr); gap: 46px 0; }
  .journey-grid::before { display: none; }
  .quality-layout { grid-template-columns: 1fr; }
  .quality-card { padding: 56px; }
  .parts-layout { gap: 50px; }
}

@media (max-width: 720px) {
  .container { width: min(100% - 32px, 1180px); }
  .utility-inner { justify-content: center; }
  .utility-inner a { display: none; }
  .nav-bar { height: 76px; }
  .brand small { display: none; }
  .hero { min-height: 820px; }
  .hero-image {
    background-position: 62% center;
  }
  .hero-image::after {
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, rgba(6, 36, 29, 0.2) 0%, rgba(6, 36, 29, 0.92) 48%, var(--forest-dark) 100%);
    content: "";
  }
  .hero-panel {
    align-items: flex-end;
    width: 100%;
    min-height: 820px;
    padding-top: 114px;
    background: linear-gradient(180deg, transparent 34%, rgba(8, 44, 36, 0.94) 57%, var(--forest-dark) 100%);
    clip-path: none;
  }
  .hero-panel::after { display: none; }
  .hero-copy {
    width: 100%;
    margin: 0;
    padding: 260px 24px 32px;
  }
  .eyebrow { margin-bottom: 14px; }
  .hero h1 { font-size: clamp(3rem, 14.2vw, 4.3rem); }
  .hero-text { margin-top: 18px; font-size: 0.98rem; line-height: 1.6; }
  .hero-actions { margin-top: 24px; }
  .button { flex: 1; min-width: 150px; padding-inline: 16px; }
  .trust-row { margin-top: 30px; }
  .trust-item { padding: 0 8px; }
  .trust-item span { font-size: 0.63rem; white-space: normal; }
  .trust-icon { width: 28px; height: 28px; }
  .proof-grid { grid-template-columns: repeat(2, 1fr); }
  .proof-grid > div { padding: 18px 20px; border-bottom: 1px solid rgba(6, 36, 29, 0.18); }
  .proof-grid > div:first-child { padding-left: 20px; }
  .proof-grid > div:nth-child(2) { border-right: 0; }
  .proof-grid > div:nth-child(n+3) { border-bottom: 0; }
  .section { padding: 82px 0; }
  .split-heading,
  .parts-layout { grid-template-columns: 1fr; gap: 26px; }
  .section-heading { margin-bottom: 38px; }
  .section-heading h2,
  .implements-intro h2,
  .quality-card h2,
  .parts-layout h2,
  .quote-copy h2 { font-size: clamp(2.4rem, 12vw, 3.7rem); }
  .tractor-grid { grid-template-columns: 1fr; }
  .tractor-card { min-height: 380px; }
  .tractor-card > p:not(.horsepower) { min-height: 0; }
  .implements-layout { gap: 46px; }
  .implement-row { grid-template-columns: 30px 1fr 36px; gap: 14px; min-height: 126px; }
  .journey-grid { grid-template-columns: 1fr; gap: 36px; }
  .journey-card { padding: 0 18px; }
  .quality-section { padding: 18px 0; }
  .quality-card { padding: 44px 28px; }
  .quality-points { padding: 22px 28px; }
  .quality-points article { grid-template-columns: 36px 1fr; gap: 14px; }
  .quote-layout { gap: 44px; }
  .quote-form { padding: 28px 22px; }
  .form-grid { grid-template-columns: 1fr; }
  .full-field { grid-column: auto; }
  .footer-grid { grid-template-columns: 1fr 1fr; gap: 40px 30px; }
  .footer-grid > div:first-child { grid-column: 1 / -1; }
  .footer-bottom { flex-direction: column; }
}

@media (max-width: 420px) {
  .utility-bar { font-size: 0.7rem; }
  .hero-actions { display: grid; }
  .button { width: 100%; }
  .proof-grid strong { font-size: 1.25rem; }
  .proof-grid span { font-size: 0.58rem; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
  }
}


body.logged-in .site-header { top: 32px; }
@media (max-width: 782px) { body.logged-in .site-header { top: 46px; } }
