/* ==========================================================================
   Rampart Hauling — V1
   Clean, classic local hauling business. Solid colors only, no gradients.
   Palette: orange #fb8500 / amber #ffb703 / navy #023047 / blues
   ========================================================================== */

:root {
  --navy: #00182b;          /* card navy, lifted for layering */
  --navy-deep: #000f1c;     /* card true near-black navy */
  --orange: #c25408;        /* card burnt orange (primary) */
  --orange-dark: #a3470a;
  --amber: #d2804a;         /* card tan-orange (secondary highlight) */
  --blue: #c25408;          /* links use the burnt orange */
  --sky: #ab9b91;           /* light taupe sub-text on dark */
  --sky-soft: #f4eee9;      /* warm parchment panels */
  --cream: #fbfafa;         /* card lettering cream/white */

  --ink: #0c1c28;           /* near-black navy for headings on light */
  --body: #4f453e;          /* warm taupe body text */
  --muted: #6e5f58;         /* card warm taupe (muted) */

  --white: #ffffff;
  --bg-soft: #f5f0ea;       /* warm off-white sections */
  --line: #e8e0d8;          /* warm hairline */

  --radius: 10px;
  --radius-lg: 16px;
  --shadow: 0 1px 2px rgba(2, 48, 71, 0.06), 0 8px 24px rgba(2, 48, 71, 0.07);
  --shadow-sm: 0 1px 2px rgba(2, 48, 71, 0.08);
  --maxw: 1140px;
}

* { box-sizing: border-box; margin: 0; padding: 0; }

html { scroll-behavior: smooth; }

body {
  font-family: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
  color: var(--body);
  background: var(--white);
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}

h1, h2, h3, h4, .brand-mark {
  font-family: "Oswald", "Inter", sans-serif;
  color: var(--ink);
  line-height: 1.1;
  font-weight: 700;
  letter-spacing: -0.01em;
}

a { color: var(--blue); text-decoration: none; }
a:hover { color: var(--navy); }
img { max-width: 100%; display: block; }

.wrap { max-width: var(--maxw); margin: 0 auto; padding: 0 24px; }

.eyebrow {
  font-family: "Oswald", sans-serif;
  text-transform: uppercase;
  letter-spacing: 0.14em;
  font-size: 13px;
  font-weight: 700;
  color: var(--orange);
}

.section { padding: 84px 0; }
.section--soft { background: var(--bg-soft); }
.section--navy { background: var(--navy); }
.section-head { max-width: 680px; margin-bottom: 44px; }
.section-head.center { margin-left: auto; margin-right: auto; text-align: center; }
.section-head h2 {
  font-size: clamp(28px, 4vw, 40px);
  margin: 10px 0 14px;
}
.section-head p { font-size: 17px; color: var(--body); }
.section--navy .section-head h2 { color: var(--white); }
.section--navy .section-head p { color: var(--sky); }

/* ---------- Buttons ---------- */
.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 9px;
  font-family: "Oswald", sans-serif;
  font-weight: 700;
  font-size: 16px;
  letter-spacing: 0.01em;
  padding: 14px 26px;
  border-radius: var(--radius);
  border: 2px solid transparent;
  cursor: pointer;
  transition: background-color .15s ease, color .15s ease, border-color .15s ease, transform .05s ease;
  white-space: nowrap;
}
.btn:active { transform: translateY(1px); }
.btn--primary { background: var(--orange); color: #fff; }
.btn--primary:hover { background: var(--orange-dark); color: #fff; }
.btn--navy { background: var(--navy); color: #fff; }
.btn--navy:hover { background: var(--navy-deep); color: #fff; }
.btn--outline { background: transparent; color: var(--navy); border-color: var(--navy); }
.btn--outline:hover { background: var(--navy); color: #fff; }
.btn--ghost-light { background: transparent; color: #fff; border-color: rgba(255,255,255,.5); }
.btn--ghost-light:hover { background: #fff; color: var(--navy); border-color: #fff; }
.btn--lg { padding: 16px 32px; font-size: 17px; }
.btn--block { width: 100%; }

/* ---------- Header ---------- */
.site-header {
  position: sticky;
  top: 0;
  z-index: 50;
  background: var(--navy-deep);
  border-bottom: 2px solid var(--orange);
}
.header-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  height: 76px;
}
.brand { display: flex; align-items: center; gap: 11px; }
.brand-icon {
  width: 38px; height: 38px;
  flex: none;
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.06);
  border: 1.5px solid var(--orange);
  display: grid; place-items: center;
}
.brand-icon svg { width: 24px; height: 24px; }
.brand-mark { font-family: "Anton", "Oswald", sans-serif; font-size: 22px; font-weight: 400; color: var(--cream); letter-spacing: 0.02em; line-height: 1; }
.brand-mark span { color: var(--orange); }
.brand-sub { display: block; font-family: "Inter", sans-serif; font-size: 10.5px; font-weight: 600; letter-spacing: 0.16em; text-transform: uppercase; color: var(--sky); margin-top: 3px; }

.nav { display: flex; align-items: center; gap: 30px; }
.nav a.nav-link {
  font-family: "Oswald", sans-serif;
  font-weight: 500;
  font-size: 16px;
  letter-spacing: 0.02em;
  color: var(--cream);
}
.nav a.nav-link:hover { color: var(--amber); }
.header-actions { display: flex; align-items: center; gap: 16px; }
.header-phone {
  font-family: "Oswald", sans-serif;
  font-weight: 700;
  font-size: 18px;
  color: var(--cream);
  display: inline-flex;
  align-items: center;
  gap: 8px;
}
.header-phone:hover { color: var(--amber); }
.header-phone svg { width: 17px; height: 17px; }

.nav-toggle { display: none; background: none; border: 0; cursor: pointer; padding: 8px; }
.nav-toggle svg { width: 26px; height: 26px; color: var(--cream); }

/* ---------- Hero ---------- */
.hero {
  position: relative;
  background: var(--navy);
  color: #fff;
  overflow: hidden;
}
.hero-bg {
  position: absolute; inset: 0;
  background-size: cover;
  background-position: center right;
}
.hero-bg::after {
  content: "";
  position: absolute; inset: 0;
  background:
    linear-gradient(100deg, rgba(0, 15, 28, 0.88) 0%, rgba(0, 24, 43, 0.62) 52%, rgba(194, 84, 8, 0.34) 100%),
    linear-gradient(to top, rgba(0, 15, 28, 0.6), rgba(0, 15, 28, 0) 55%);
}
.hero-inner {
  position: relative;
  z-index: 1;
  max-width: var(--maxw);
  margin: 0 auto;
  padding: 96px 24px 104px;
}
.hero-content { max-width: 640px; }
.hero .eyebrow { color: var(--amber); }
.hero h1 {
  font-family: "Anton", "Oswald", sans-serif;
  color: var(--cream);
  font-size: clamp(36px, 5.6vw, 62px);
  font-weight: 400;
  letter-spacing: 0.01em;
  margin: 16px 0 18px;
}
.hero h1 .u { color: var(--amber); }
.hero-sub { font-size: 19px; color: #e7ddcb; max-width: 560px; margin-bottom: 30px; }
.hero-cta { display: flex; flex-wrap: wrap; gap: 14px; }
.hero-note { margin-top: 22px; font-size: 14.5px; color: var(--sky); display: flex; align-items: center; gap: 8px; }
.hero-note svg { width: 17px; height: 17px; color: var(--amber); flex: none; }

/* ---------- Trust strip ---------- */
.trust {
  background: var(--navy-deep);
  border-top: 1px solid rgba(255,255,255,.08);
}
.trust-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1px;
}
.trust-item {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 22px 18px;
  color: #fff;
}
.trust-item svg { width: 26px; height: 26px; color: var(--amber); flex: none; }
.trust-item b { font-family: "Oswald", sans-serif; font-size: 16px; display: block; color: #fff; line-height: 1.2; }
.trust-item span { font-size: 13px; color: var(--sky); }

/* ---------- Service cards ---------- */
.card-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 22px;
}
.service-card {
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: var(--radius-lg);
  padding: 30px 28px;
  transition: border-color .15s ease, box-shadow .15s ease, transform .15s ease;
}
.service-card:hover { border-color: var(--sky); box-shadow: var(--shadow); transform: translateY(-3px); }
.service-icon {
  width: 52px; height: 52px;
  border-radius: 12px;
  background: var(--sky-soft);
  display: grid; place-items: center;
  margin-bottom: 18px;
}
.service-icon svg { width: 28px; height: 28px; color: var(--navy); }
.service-card h3 { font-size: 21px; margin-bottom: 8px; }
.service-card p { font-size: 15.5px; color: var(--body); }

/* ---------- How it works ---------- */
.steps { display: grid; grid-template-columns: repeat(3, 1fr); gap: 26px; }
.step { position: relative; padding-top: 8px; }
.step-num {
  width: 54px; height: 54px;
  border-radius: 50%;
  background: var(--orange);
  color: #fff;
  font-family: "Oswald", sans-serif;
  font-weight: 800;
  font-size: 24px;
  display: grid; place-items: center;
  margin-bottom: 18px;
}
.step h3 { font-size: 21px; margin-bottom: 8px; }
.step p { font-size: 15.5px; color: var(--body); }

/* ---------- Split (why us / image) ---------- */
.split {
  display: grid;
  grid-template-columns: 1.05fr 0.95fr;
  gap: 56px;
  align-items: center;
}
.split-img { border-radius: var(--radius-lg); overflow: hidden; box-shadow: var(--shadow); }
.split-img img { width: 100%; height: 100%; object-fit: cover; }
.feature-list { list-style: none; margin-top: 26px; display: grid; gap: 20px; }
.feature-list li { display: flex; gap: 15px; }
.feature-check {
  width: 30px; height: 30px; flex: none;
  border-radius: 8px;
  background: var(--orange);
  display: grid; place-items: center;
  margin-top: 2px;
}
.feature-check svg { width: 17px; height: 17px; color: #fff; }
.feature-list b { font-family: "Oswald", sans-serif; color: var(--ink); font-size: 17px; display: block; margin-bottom: 2px; }
.feature-list span { font-size: 15px; color: var(--body); }

/* ---------- No-fly list ---------- */
.nofly {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 14px;
  margin-top: 8px;
}
.nofly-item {
  display: flex;
  align-items: center;
  gap: 12px;
  background: var(--white);
  border: 1px solid var(--line);
  border-left: 4px solid var(--orange);
  border-radius: var(--radius);
  padding: 16px 18px;
  font-weight: 600;
  color: var(--ink);
  font-size: 15.5px;
}
.nofly-item svg { width: 20px; height: 20px; color: var(--orange); flex: none; }
.nofly-note {
  margin-top: 26px;
  background: var(--sky-soft);
  border-radius: var(--radius);
  padding: 18px 22px;
  font-size: 15px;
  color: var(--navy);
}
.nofly-note b { font-family: "Oswald", sans-serif; }

/* ---------- Acceptable / prohibited items + transport categories ---------- */
.item-block + .item-block { margin-top: 46px; }
.item-block-head { margin-bottom: 22px; }
.item-block-head h3 {
  font-size: clamp(20px, 2.6vw, 24px);
  display: flex;
  align-items: center;
  gap: 11px;
}
.item-block-head h3 svg { width: 26px; height: 26px; flex: none; }
.item-block-head .yes-ico { color: #2e9e5b; }
.item-block-head .no-ico { color: var(--orange); }

.item-cols {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(238px, 1fr));
  gap: 20px;
}
.item-card {
  background: var(--white);
  border: 1px solid var(--line);
  border-top: 4px solid var(--blue);
  border-radius: var(--radius-lg);
  padding: 24px 24px 26px;
}
.item-card h4 {
  font-family: "Oswald", sans-serif;
  font-size: 16px;
  color: var(--ink);
  text-transform: uppercase;
  letter-spacing: 0.04em;
  margin-bottom: 14px;
}
.item-card ul { list-style: none; display: grid; gap: 9px; }
.item-card li {
  position: relative;
  padding-left: 20px;
  font-size: 15px;
  color: var(--body);
  line-height: 1.4;
}
.item-card li::before {
  content: "";
  position: absolute;
  left: 0; top: 7px;
  width: 7px; height: 7px;
  border-radius: 2px;
  background: var(--blue);
}
.item-card--yes { border-top-color: #2e9e5b; }
.item-card--yes li::before { background: #2e9e5b; }
.item-card--no { border-top-color: var(--orange); }
.item-card--no li::before { background: var(--orange); }
.item-note { margin-top: 18px; font-size: 13.5px; color: var(--muted); }

/* Navy CTA band variant */
.band--navy { background: var(--navy); }
.band--navy h3 { color: #fff; }
.band--navy p { color: var(--sky); }

/* ---------- Service area ---------- */
.area-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 6px;
}
.area-tag {
  background: rgba(255,255,255,.07);
  border: 1px solid rgba(255,255,255,.16);
  color: #fff;
  font-family: "Oswald", sans-serif;
  font-weight: 600;
  font-size: 16px;
  padding: 10px 20px;
  border-radius: 999px;
}
.area-tag svg { width: 15px; height: 15px; color: var(--amber); vertical-align: -2px; margin-right: 6px; }

/* ---------- Commercial teaser / CTA band ---------- */
.band {
  background: var(--amber);
  border-radius: var(--radius-lg);
  padding: 46px 48px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 30px;
  flex-wrap: wrap;
}
.band h3 { font-size: 28px; color: var(--navy); margin-bottom: 6px; }
.band p { color: #5a4a12; font-size: 16.5px; max-width: 560px; }

/* ---------- Contact / form ---------- */
.contact-grid {
  display: grid;
  grid-template-columns: 0.9fr 1.1fr;
  gap: 48px;
  align-items: start;
}
.contact-info h2 { font-size: clamp(28px, 4vw, 38px); margin: 10px 0 16px; }
.contact-info > p { font-size: 17px; margin-bottom: 28px; }
.contact-line { display: flex; align-items: center; gap: 14px; margin-bottom: 18px; }
.contact-line-icon {
  width: 46px; height: 46px; flex: none;
  border-radius: 10px;
  background: var(--navy);
  display: grid; place-items: center;
}
.contact-line-icon svg { width: 22px; height: 22px; color: var(--amber); }
.contact-line b { font-family: "Oswald", sans-serif; color: var(--ink); font-size: 18px; display: block; }
.contact-line span { font-size: 14px; color: var(--muted); }
.contact-line a { color: var(--ink); }
.contact-line a:hover { color: var(--orange); }

.form-card {
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: var(--radius-lg);
  padding: 34px;
  box-shadow: var(--shadow);
}
.form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }
.field { margin-bottom: 18px; }
.field label {
  display: block;
  font-family: "Oswald", sans-serif;
  font-weight: 600;
  font-size: 14.5px;
  color: var(--ink);
  margin-bottom: 7px;
}
.field input, .field select, .field textarea {
  width: 100%;
  font-family: "Inter", sans-serif;
  font-size: 15.5px;
  color: var(--ink);
  background: var(--white);
  border: 1.5px solid var(--line);
  border-radius: var(--radius);
  padding: 12px 14px;
  transition: border-color .15s ease, box-shadow .15s ease;
}
.field input:focus, .field select:focus, .field textarea:focus {
  outline: none;
  border-color: var(--orange);
  box-shadow: 0 0 0 3px rgba(194, 84, 8, 0.16);
}
.field textarea { resize: vertical; min-height: 110px; }
.form-status { margin-top: 14px; font-size: 14.5px; font-weight: 600; min-height: 20px; }
.form-status.ok { color: #157a4a; }
.form-status.err { color: #c0392b; }
.form-fine { font-size: 12.5px; color: var(--muted); margin-top: 14px; }

/* ---------- Footer ---------- */
.site-footer { background: var(--navy-deep); color: #cdc2b7; padding: 60px 0 28px; }
.footer-top {
  display: grid;
  grid-template-columns: 1.4fr 1fr 1fr;
  gap: 40px;
  padding-bottom: 40px;
  border-bottom: 1px solid rgba(255,255,255,.1);
}
.footer-brand .brand-mark { color: #fff; font-size: 22px; }
.footer-brand .brand-mark span { color: var(--amber); }
.footer-brand p { margin-top: 14px; font-size: 14.5px; color: var(--sky); max-width: 320px; }
.footer-col h4 { color: #fff; font-size: 14px; text-transform: uppercase; letter-spacing: 0.1em; margin-bottom: 16px; font-family: "Oswald", sans-serif; }
.footer-col ul { list-style: none; }
.footer-col li { margin-bottom: 11px; }
.footer-col a, .footer-col span { color: #cdc2b7; font-size: 15px; }
.footer-col a:hover { color: var(--amber); }
.footer-bottom {
  padding-top: 24px;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 10px;
  font-size: 13px;
  color: #897a6f;
}
.footer-bottom a { color: #897a6f; }
.footer-bottom a:hover { color: var(--amber); }

/* ---------- Responsive ---------- */
@media (max-width: 920px) {
  .nav, .header-phone { display: none; }
  .nav-toggle { display: block; }
  .nav.open {
    display: flex;
    flex-direction: column;
    position: absolute;
    top: 76px; left: 0; right: 0;
    background: var(--navy-deep);
    border-bottom: 2px solid var(--orange);
    padding: 18px 24px 24px;
    gap: 16px;
    align-items: stretch;
  }
  .nav.open .nav-link { font-size: 18px; padding: 6px 0; border-bottom: 1px solid rgba(255,255,255,0.12); }
  .nav.open .btn { margin-top: 6px; }

  .split { grid-template-columns: 1fr; gap: 36px; }
  .contact-grid { grid-template-columns: 1fr; gap: 36px; }
}

@media (max-width: 820px) {
  .card-grid, .steps { grid-template-columns: 1fr 1fr; }
  .trust-grid { grid-template-columns: 1fr 1fr; }
  .nofly { grid-template-columns: 1fr 1fr; }
  .footer-top { grid-template-columns: 1fr 1fr; }
}

@media (max-width: 560px) {
  .section { padding: 60px 0; }
  .card-grid, .steps, .nofly, .trust-grid, .form-row, .footer-top { grid-template-columns: 1fr; }
  .hero-inner { padding: 70px 24px 76px; }
  .band { padding: 32px 26px; }
  .form-card { padding: 24px; }
  .footer-brand { grid-column: auto; }
}
