:root {
  --ink: #111817;
  --ink-2: #1c2926;
  --paper: #f7f4ed;
  --paper-2: #ece8df;
  --white: #ffffff;
  --accent: #ffb000;
  --accent-dark: #d88f00;
  --green: #285a4c;
  --muted: #68736f;
  --line: rgba(17, 24, 23, 0.14);
  --shadow: 0 22px 60px rgba(17, 24, 23, 0.12);
  --radius: 22px;
  --radius-sm: 14px;
  --max: 1180px;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

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

body.nav-open {
  overflow: hidden;
}

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

a {
  color: inherit;
}

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

button,
a {
  -webkit-tap-highlight-color: transparent;
}

:focus-visible {
  outline: 3px solid var(--accent);
  outline-offset: 3px;
}

.skip-link {
  position: fixed;
  top: -100px;
  left: 1rem;
  z-index: 1000;
  padding: 0.75rem 1rem;
  background: var(--white);
  color: var(--ink);
  border-radius: 8px;
  transition: top 0.2s ease;
}

.skip-link:focus {
  top: 1rem;
}

.preview-bar {
  position: relative;
  z-index: 60;
  background: var(--ink);
  color: var(--white);
  border-bottom: 1px solid rgba(255, 255, 255, 0.12);
}

.preview-bar__inner {
  width: min(var(--max), calc(100% - 2rem));
  margin: 0 auto;
  min-height: 48px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  font-size: 0.82rem;
}

.preview-bar p {
  margin: 0;
  color: rgba(255, 255, 255, 0.8);
}

.preview-bar a {
  flex: 0 0 auto;
  text-decoration: none;
  color: var(--ink);
  background: var(--accent);
  border-radius: 999px;
  padding: 0.56rem 0.9rem;
  font-weight: 800;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 50;
  background: rgba(247, 244, 237, 0.92);
  backdrop-filter: blur(16px);
  border-bottom: 1px solid var(--line);
}

.nav-shell {
  width: min(var(--max), calc(100% - 2rem));
  min-height: 78px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 2rem;
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 0.8rem;
  text-decoration: none;
  min-width: max-content;
}

.brand-mark {
  width: 43px;
  height: 43px;
  border-radius: 13px;
  background:
    linear-gradient(135deg, transparent 38%, var(--accent) 38% 61%, transparent 61%),
    var(--ink);
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.09);
}

.brand-copy {
  display: grid;
  line-height: 1;
}

.brand-copy strong {
  font-size: 1rem;
  letter-spacing: 0.08em;
}

.brand-copy span {
  margin-top: 0.32rem;
  font-size: 0.68rem;
  letter-spacing: 0.22em;
  color: var(--muted);
}

.main-nav {
  display: flex;
  align-items: center;
  gap: 1.15rem;
}

.main-nav a {
  text-decoration: none;
  font-weight: 750;
  font-size: 0.92rem;
}

.main-nav a:hover,
.main-nav a[aria-current="page"] {
  color: var(--green);
}

.header-actions {
  display: flex;
  align-items: center;
  gap: 0.7rem;
}

.mobile-toggle {
  display: none;
  border: 1px solid var(--line);
  background: var(--white);
  color: var(--ink);
  border-radius: 12px;
  width: 44px;
  height: 44px;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}

.mobile-toggle span,
.mobile-toggle::before,
.mobile-toggle::after {
  content: "";
  width: 20px;
  height: 2px;
  background: currentColor;
  display: block;
  transition: transform 0.25s ease, opacity 0.25s ease;
}

.mobile-toggle span {
  margin: 4px 0;
}

body.nav-open .mobile-toggle::before {
  transform: translateY(6px) rotate(45deg);
}

body.nav-open .mobile-toggle span {
  opacity: 0;
}

body.nav-open .mobile-toggle::after {
  transform: translateY(-6px) rotate(-45deg);
}

.container {
  width: min(var(--max), calc(100% - 2rem));
  margin: 0 auto;
}

.section {
  padding: 6.5rem 0;
}

.section--tight {
  padding: 4.5rem 0;
}

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

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

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

.eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 0.65rem;
  margin-bottom: 1rem;
  color: var(--green);
  font-size: 0.78rem;
  font-weight: 900;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.eyebrow::before {
  content: "";
  width: 28px;
  height: 3px;
  background: var(--accent);
  border-radius: 10px;
}

.section--ink .eyebrow,
.section--green .eyebrow {
  color: var(--accent);
}

.display {
  margin: 0;
  max-width: 14ch;
  font-size: clamp(3rem, 7.8vw, 6.8rem);
  line-height: 0.94;
  letter-spacing: -0.065em;
  text-wrap: balance;
}

.display .accent {
  color: var(--accent);
}

.h1 {
  margin: 0;
  max-width: 16ch;
  font-size: clamp(2.7rem, 6vw, 5.1rem);
  line-height: 0.98;
  letter-spacing: -0.055em;
  text-wrap: balance;
}

.h2 {
  margin: 0;
  max-width: 19ch;
  font-size: clamp(2.2rem, 4vw, 4rem);
  line-height: 1.02;
  letter-spacing: -0.045em;
  text-wrap: balance;
}

.h3 {
  margin: 0;
  font-size: 1.35rem;
  line-height: 1.15;
  letter-spacing: -0.025em;
}

.lead {
  max-width: 66ch;
  margin: 1.5rem 0 0;
  font-size: clamp(1.05rem, 1.8vw, 1.28rem);
  color: var(--muted);
}

.section--ink .lead,
.section--green .lead {
  color: rgba(255, 255, 255, 0.72);
}

.btn-row {
  display: flex;
  flex-wrap: wrap;
  gap: 0.85rem;
  margin-top: 2rem;
}

.btn {
  min-height: 52px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.6rem;
  border: 0;
  border-radius: 999px;
  padding: 0.86rem 1.25rem;
  text-decoration: none;
  font-weight: 900;
  cursor: pointer;
  transition: transform 0.2s ease, box-shadow 0.2s ease, background 0.2s ease;
}

.btn:hover {
  transform: translateY(-2px);
}

.btn--primary {
  background: var(--accent);
  color: var(--ink);
  box-shadow: 0 12px 30px rgba(255, 176, 0, 0.28);
}

.btn--primary:hover {
  background: #ffc038;
}

.btn--dark {
  background: var(--ink);
  color: var(--white);
}

.btn--ghost {
  border: 1px solid var(--line);
  background: transparent;
}

.section--ink .btn--ghost,
.section--green .btn--ghost {
  border-color: rgba(255, 255, 255, 0.26);
  color: var(--white);
}

.btn__arrow {
  font-size: 1.15em;
  line-height: 1;
}

.hero {
  position: relative;
  overflow: hidden;
  padding: 7rem 0 5.5rem;
}

.hero::before {
  content: "";
  position: absolute;
  width: 680px;
  height: 680px;
  right: -260px;
  top: -260px;
  border: 110px solid rgba(40, 90, 76, 0.08);
  border-radius: 50%;
}

.hero-grid {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 1.1fr) minmax(360px, 0.9fr);
  align-items: center;
  gap: clamp(3rem, 7vw, 7rem);
}

.hero-card {
  position: relative;
  min-height: 540px;
  padding: 1.4rem;
  border-radius: 34px;
  overflow: hidden;
  background:
    radial-gradient(circle at 72% 22%, rgba(255, 176, 0, 0.42), transparent 18%),
    linear-gradient(145deg, #264b42 0%, #12211e 58%, #0e1514 100%);
  color: var(--white);
  box-shadow: var(--shadow);
}

.hero-card::before {
  content: "";
  position: absolute;
  inset: 17% -24% auto 36%;
  height: 280px;
  border: 78px solid rgba(255, 255, 255, 0.06);
  border-radius: 50%;
  transform: rotate(-18deg);
}

.hero-card__label {
  position: relative;
  display: inline-flex;
  padding: 0.52rem 0.78rem;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.1);
  font-size: 0.74rem;
  font-weight: 850;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.truck-illustration {
  position: absolute;
  inset: auto 8% 18% 8%;
  height: 210px;
}

.truck-body {
  position: absolute;
  left: 4%;
  bottom: 32px;
  width: 77%;
  height: 114px;
  background: var(--paper);
  border-radius: 24px 18px 12px 12px;
  box-shadow: inset 0 -18px 0 rgba(17, 24, 23, 0.08);
}

.truck-cab {
  position: absolute;
  right: 1%;
  bottom: 32px;
  width: 31%;
  height: 88px;
  background: var(--accent);
  border-radius: 16px 22px 12px 10px;
}

.truck-window {
  position: absolute;
  right: 7%;
  bottom: 85px;
  width: 17%;
  height: 27px;
  background: rgba(17, 24, 23, 0.78);
  clip-path: polygon(0 100%, 16% 0, 100% 0, 100% 100%);
  border-radius: 4px;
}

.truck-wheel {
  position: absolute;
  bottom: 0;
  width: 62px;
  height: 62px;
  border-radius: 50%;
  background: var(--ink);
  border: 15px solid #3d4744;
}

.truck-wheel--one {
  left: 17%;
}

.truck-wheel--two {
  right: 12%;
}

.truck-logo {
  position: absolute;
  left: 13%;
  bottom: 78px;
  color: var(--ink);
  font-weight: 950;
  letter-spacing: 0.05em;
  font-size: 1.15rem;
}

.hero-card__bottom {
  position: absolute;
  inset: auto 1.4rem 1.4rem;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0.6rem;
}

.mini-stat {
  padding: 0.85rem;
  border-radius: 14px;
  background: rgba(255, 255, 255, 0.09);
  border: 1px solid rgba(255, 255, 255, 0.09);
}

.mini-stat strong {
  display: block;
  font-size: 0.78rem;
  color: var(--accent);
}

.mini-stat span {
  display: block;
  margin-top: 0.18rem;
  font-size: 0.76rem;
  color: rgba(255, 255, 255, 0.68);
}

.trust-strip {
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  background: rgba(255, 255, 255, 0.5);
}

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

.trust-item {
  padding: 1.25rem 1rem;
  text-align: center;
  font-weight: 850;
  border-right: 1px solid var(--line);
}

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

.trust-item span {
  display: block;
  margin-top: 0.18rem;
  color: var(--muted);
  font-size: 0.78rem;
  font-weight: 650;
}

.section-head {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 2rem;
  margin-bottom: 3rem;
}

.section-head .lead {
  max-width: 46ch;
  margin: 0;
}

.cards {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1rem;
}

.card {
  position: relative;
  min-height: 300px;
  padding: 1.6rem;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: rgba(255, 255, 255, 0.56);
  overflow: hidden;
  transition: transform 0.22s ease, box-shadow 0.22s ease, background 0.22s ease;
}

.card:hover {
  transform: translateY(-6px);
  background: var(--white);
  box-shadow: var(--shadow);
}

.card__number {
  display: inline-flex;
  width: 44px;
  height: 44px;
  align-items: center;
  justify-content: center;
  border-radius: 12px;
  background: var(--ink);
  color: var(--accent);
  font-weight: 950;
}

.card p {
  color: var(--muted);
}

.card a {
  position: absolute;
  inset: auto 1.6rem 1.4rem;
  font-weight: 900;
  text-decoration: none;
  color: var(--green);
}

.card a:hover {
  text-decoration: underline;
}

.process {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2.5rem;
  counter-reset: process;
}

.process-step {
  position: relative;
  padding-top: 4.1rem;
}

.process-step::before {
  counter-increment: process;
  content: "0" counter(process);
  position: absolute;
  top: 0;
  left: 0;
  color: var(--accent);
  font-size: 2.7rem;
  font-weight: 950;
  line-height: 1;
}

.process-step p {
  margin-bottom: 0;
  color: rgba(255, 255, 255, 0.68);
}

.feature-grid {
  display: grid;
  grid-template-columns: minmax(0, 0.95fr) minmax(0, 1.05fr);
  gap: 4rem;
  align-items: center;
}

.visual-panel {
  min-height: 530px;
  position: relative;
  border-radius: 30px;
  overflow: hidden;
  background:
    linear-gradient(160deg, rgba(255, 176, 0, 0.2), transparent 42%),
    linear-gradient(150deg, #305f50, #15231f);
  box-shadow: var(--shadow);
}

.visual-panel::before,
.visual-panel::after {
  content: "";
  position: absolute;
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 50%;
}

.visual-panel::before {
  width: 420px;
  height: 420px;
  right: -110px;
  top: -100px;
}

.visual-panel::after {
  width: 270px;
  height: 270px;
  left: -90px;
  bottom: -80px;
}

.visual-panel__copy {
  position: absolute;
  inset: auto 1.7rem 1.7rem;
  padding: 1.3rem;
  background: rgba(17, 24, 23, 0.76);
  border: 1px solid rgba(255, 255, 255, 0.12);
  backdrop-filter: blur(12px);
  border-radius: 18px;
  color: var(--white);
}

.visual-panel__copy span {
  color: var(--accent);
  font-weight: 900;
}

.visual-panel__copy p {
  margin-bottom: 0;
  color: rgba(255, 255, 255, 0.72);
}

.check-list {
  display: grid;
  gap: 0.95rem;
  margin: 2rem 0 0;
  padding: 0;
  list-style: none;
}

.check-list li {
  display: grid;
  grid-template-columns: 28px 1fr;
  gap: 0.8rem;
  align-items: start;
}

.check-list li::before {
  content: "✓";
  width: 28px;
  height: 28px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: var(--accent);
  color: var(--ink);
  font-weight: 950;
}

.quote-box {
  display: grid;
  grid-template-columns: 1.05fr 0.95fr;
  gap: 2rem;
  align-items: stretch;
}

.quote-copy,
.quote-form {
  border-radius: 28px;
}

.quote-copy {
  padding: clamp(2rem, 5vw, 4.5rem);
  background: var(--green);
  color: var(--white);
}

.quote-copy p {
  color: rgba(255, 255, 255, 0.72);
}

.quote-form {
  padding: clamp(1.5rem, 4vw, 3rem);
  background: var(--white);
  border: 1px solid var(--line);
}

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

.field {
  display: grid;
  gap: 0.45rem;
}

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

.field label {
  font-size: 0.82rem;
  font-weight: 850;
}

.field input,
.field select,
.field textarea {
  width: 100%;
  border: 1px solid var(--line);
  background: #fbfaf6;
  color: var(--ink);
  border-radius: 13px;
  padding: 0.86rem 0.9rem;
}

.field textarea {
  min-height: 130px;
  resize: vertical;
}

.form-note {
  margin: 0.9rem 0 0;
  color: var(--muted);
  font-size: 0.8rem;
}

.form-feedback {
  display: none;
  margin-top: 1rem;
  padding: 0.85rem 1rem;
  border-radius: 12px;
  background: var(--paper-2);
  font-weight: 750;
}

.form-feedback.is-visible {
  display: block;
}

.page-hero {
  position: relative;
  overflow: hidden;
  padding: 7rem 0 5rem;
  background: var(--ink);
  color: var(--white);
}

.page-hero::after {
  content: "";
  position: absolute;
  width: 560px;
  height: 560px;
  right: -180px;
  bottom: -380px;
  border: 100px solid rgba(255, 176, 0, 0.12);
  border-radius: 50%;
}

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

.breadcrumbs {
  margin-bottom: 1.2rem;
  font-size: 0.83rem;
  color: rgba(255, 255, 255, 0.58);
}

.breadcrumbs a {
  color: var(--accent);
  text-decoration: none;
}

.split {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 4rem;
  align-items: start;
}

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

.prose h2,
.prose h3 {
  margin-top: 2rem;
  margin-bottom: 0.8rem;
}

.service-list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.8rem;
  margin: 2rem 0 0;
  padding: 0;
  list-style: none;
}

.service-list li {
  padding: 1rem;
  border-radius: 13px;
  border: 1px solid var(--line);
  background: rgba(255, 255, 255, 0.55);
  font-weight: 800;
}

.callout {
  padding: 1.5rem;
  border-radius: 18px;
  background: var(--paper-2);
  border-left: 5px solid var(--accent);
}

.callout p:last-child {
  margin-bottom: 0;
}

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

.area-chip {
  padding: 1rem;
  border: 1px solid var(--line);
  border-radius: 14px;
  background: var(--white);
  font-weight: 850;
  text-align: center;
}

.faq {
  display: grid;
  gap: 0.8rem;
  max-width: 850px;
}

.faq details {
  border: 1px solid var(--line);
  border-radius: 16px;
  background: var(--white);
  padding: 1rem 1.15rem;
}

.faq summary {
  cursor: pointer;
  font-weight: 900;
}

.faq p {
  color: var(--muted);
}

.owner-cta {
  position: fixed;
  z-index: 55;
  right: 1rem;
  bottom: 1rem;
  width: min(340px, calc(100% - 2rem));
  padding: 1rem;
  border-radius: 18px;
  background: var(--ink);
  color: var(--white);
  box-shadow: 0 16px 50px rgba(0, 0, 0, 0.28);
  transform: translateY(calc(100% + 2rem));
  transition: transform 0.35s ease;
}

.owner-cta.is-visible {
  transform: translateY(0);
}

.owner-cta__top {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 1rem;
}

.owner-cta strong {
  color: var(--accent);
}

.owner-cta p {
  margin: 0.25rem 0 0.9rem;
  font-size: 0.85rem;
  color: rgba(255, 255, 255, 0.7);
}

.owner-cta button {
  border: 0;
  background: transparent;
  color: rgba(255, 255, 255, 0.72);
  cursor: pointer;
  font-size: 1.1rem;
}

.owner-cta a {
  display: flex;
  width: 100%;
}

.site-footer {
  background: #0b100f;
  color: var(--white);
  padding: 4.5rem 0 2rem;
}

.footer-grid {
  display: grid;
  grid-template-columns: 1.2fr 0.8fr 0.8fr;
  gap: 3rem;
}

.site-footer p,
.site-footer a {
  color: rgba(255, 255, 255, 0.65);
}

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

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

.footer-nav {
  display: grid;
  gap: 0.6rem;
}

.footer-bottom {
  margin-top: 3rem;
  padding-top: 1.4rem;
  border-top: 1px solid rgba(255, 255, 255, 0.11);
  display: flex;
  justify-content: space-between;
  gap: 1rem;
  font-size: 0.78rem;
  color: rgba(255, 255, 255, 0.48);
}

.reveal {
  opacity: 0;
  transform: translateY(22px);
  transition: opacity 0.7s ease, transform 0.7s ease;
}

.reveal.is-visible {
  opacity: 1;
  transform: none;
}

@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    scroll-behavior: auto !important;
    animation: none !important;
    transition: none !important;
  }

  .reveal {
    opacity: 1;
    transform: none;
  }
}

@media (max-width: 1040px) {
  .main-nav {
    position: fixed;
    inset: 126px 1rem auto;
    display: none;
    padding: 1rem;
    border: 1px solid var(--line);
    border-radius: 18px;
    background: var(--paper);
    box-shadow: var(--shadow);
  }

  body.nav-open .main-nav {
    display: grid;
  }

  .main-nav a {
    padding: 0.8rem;
    border-radius: 10px;
  }

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

  .mobile-toggle {
    display: inline-flex;
  }

  .header-actions .btn {
    display: none;
  }

  .hero-grid,
  .feature-grid,
  .quote-box,
  .split {
    grid-template-columns: 1fr;
  }

  .hero-card {
    min-height: 470px;
  }

  .cards {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 720px) {
  .preview-bar__inner {
    padding: 0.6rem 0;
    align-items: flex-start;
  }

  .preview-bar p {
    font-size: 0.72rem;
  }

  .preview-bar a {
    font-size: 0.7rem;
    padding: 0.5rem 0.68rem;
  }

  .nav-shell {
    min-height: 68px;
  }

  .brand-copy strong {
    font-size: 0.88rem;
  }

  .brand-copy span {
    font-size: 0.58rem;
  }

  .section,
  .section--tight {
    padding: 4.5rem 0;
  }

  .hero {
    padding: 4.8rem 0 4rem;
  }

  .hero-card {
    min-height: 420px;
  }

  .truck-illustration {
    transform: scale(0.85);
    transform-origin: center bottom;
    inset-inline: 1%;
  }

  .hero-card__bottom {
    grid-template-columns: 1fr;
  }

  .mini-stat:nth-child(2),
  .mini-stat:nth-child(3) {
    display: none;
  }

  .trust-grid,
  .cards,
  .process,
  .area-grid,
  .service-list,
  .footer-grid {
    grid-template-columns: 1fr;
  }

  .trust-item {
    border-right: 0;
    border-bottom: 1px solid var(--line);
  }

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

  .section-head {
    display: block;
  }

  .section-head .lead {
    margin-top: 1rem;
  }

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

  .field--full {
    grid-column: auto;
  }

  .footer-bottom {
    display: block;
  }
}