/* 4 Points Trucking — brand: deep red #A81120, charcoal #262220, white */

:root {
  --red: #A81120;
  --red-dark: #7E0C18;
  --charcoal: #262220;
  --charcoal-soft: #3F3B39;
  --cream: #FAF7F3;
  --white: #FFFFFF;
  --ink: #1B1816;
  --muted: #6B625C;
  --border: #E7E0D8;
  --radius: 10px;
  --shadow: 0 12px 32px rgba(38, 34, 32, 0.14);
  --maxw: 1180px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  font-family: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
  color: var(--ink);
  background: var(--white);
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
}
img { max-width: 100%; display: block; }
a { color: inherit; text-decoration: none; }
.wrap { max-width: var(--maxw); margin: 0 auto; padding: 0 24px; }
section { padding: 88px 0; }
h1, h2, h3, h4 { font-family: "Oswald", "Inter", sans-serif; letter-spacing: 0.02em; margin: 0 0 16px; line-height: 1.15; }
h2 { font-size: clamp(1.8rem, 3.4vw, 2.6rem); text-transform: uppercase; }
h2 .accent { color: var(--red); }
p { margin: 0 0 16px; color: var(--charcoal-soft); }
.eyebrow {
  display: inline-block;
  font-family: "Oswald", sans-serif;
  font-size: 0.78rem;
  font-weight: 600;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--red);
  margin-bottom: 14px;
}
.section-head { max-width: 640px; margin-bottom: 48px; }
.section-head.center { margin-left: auto; margin-right: auto; text-align: center; }

/* Buttons */
.btn {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-family: "Oswald", sans-serif;
  font-weight: 600;
  font-size: 0.92rem;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  padding: 15px 30px;
  border-radius: 4px;
  border: 2px solid transparent;
  cursor: pointer;
  transition: transform 0.15s ease, background 0.15s ease, color 0.15s ease, border-color 0.15s ease;
}
.btn-primary { background: var(--red); color: var(--white); }
.btn-primary:hover { background: var(--red-dark); transform: translateY(-2px); }
.btn-ghost { background: transparent; color: var(--white); border-color: rgba(255,255,255,0.55); }
.btn-ghost:hover { border-color: var(--white); transform: translateY(-2px); }
.btn-outline { background: transparent; color: var(--charcoal); border-color: var(--charcoal); }
.btn-outline:hover { background: var(--charcoal); color: var(--white); transform: translateY(-2px); }

/* Header */
.site-header {
  position: sticky; top: 0; z-index: 50;
  background: rgba(255,255,255,0.96);
  backdrop-filter: blur(6px);
  border-bottom: 1px solid var(--border);
}
.site-header .wrap { display: flex; align-items: center; justify-content: space-between; padding-top: 14px; padding-bottom: 14px; }
.brand img { height: 44px; width: auto; }
.main-nav { display: flex; align-items: center; gap: 32px; }
.main-nav a:not(.btn) {
  font-family: "Oswald", sans-serif; font-size: 0.86rem; font-weight: 500;
  letter-spacing: 0.05em; text-transform: uppercase; color: var(--charcoal);
  padding: 6px 0; border-bottom: 2px solid transparent;
}
.main-nav a:not(.btn):hover { border-bottom-color: var(--red); }
.nav-toggle { display: none; }

/* Hero */
.hero {
  position: relative;
  color: var(--white);
  min-height: 86vh;
  display: flex;
  align-items: center;
  background: linear-gradient(160deg, rgba(20,17,16,0.86) 0%, rgba(38,34,32,0.72) 45%, rgba(168,17,32,0.55) 100%), url("assets/truck-front.jpg") center 30% / cover no-repeat;
}
.hero .wrap { padding-top: 60px; padding-bottom: 60px; }
.hero-badge {
  display: inline-flex; align-items: center; gap: 10px;
  background: rgba(255,255,255,0.1); border: 1px solid rgba(255,255,255,0.35);
  padding: 8px 16px; border-radius: 999px; font-size: 0.8rem;
  letter-spacing: 0.08em; text-transform: uppercase; margin-bottom: 26px;
  font-family: "Oswald", sans-serif;
}
.hero-badge .dot { width: 8px; height: 8px; border-radius: 50%; background: var(--red); flex: none; }
.hero h1 {
  font-size: clamp(2.4rem, 6vw, 4.4rem);
  max-width: 820px;
  text-transform: uppercase;
  margin-bottom: 20px;
}
.hero h1 span { color: var(--red); }
.hero-sub {
  font-size: 1.15rem; color: rgba(255,255,255,0.86); max-width: 560px; margin-bottom: 36px;
}
.hero-actions { display: flex; flex-wrap: wrap; gap: 16px; margin-bottom: 46px; }
.hero-stats { display: flex; flex-wrap: wrap; gap: 40px; border-top: 1px solid rgba(255,255,255,0.22); padding-top: 28px; max-width: 720px; }
.hero-stats div strong { display: block; font-family: "Oswald", sans-serif; font-size: 1.6rem; color: var(--white); }
.hero-stats div span { font-size: 0.82rem; text-transform: uppercase; letter-spacing: 0.06em; color: rgba(255,255,255,0.72); }

/* Pillars */
.pillars { background: var(--cream); }
.pillar-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 24px; }
.pillar-card {
  background: var(--white); border: 1px solid var(--border); border-radius: var(--radius);
  padding: 32px 24px; text-align: center; transition: transform 0.15s ease, box-shadow 0.15s ease;
}
.pillar-card:hover { transform: translateY(-4px); box-shadow: var(--shadow); }
.pillar-icon {
  width: 56px; height: 56px; margin: 0 auto 18px; border-radius: 50%;
  background: var(--red); color: var(--white); display: flex; align-items: center; justify-content: center;
}
.pillar-icon svg { width: 26px; height: 26px; }
.pillar-card h3 { font-size: 1.05rem; margin-bottom: 8px; }
.pillar-card p { font-size: 0.92rem; margin: 0; }

/* Story */
.story { }
.story .wrap { display: grid; grid-template-columns: 1fr 1fr; gap: 64px; align-items: center; }
.story-media { position: relative; border-radius: var(--radius); overflow: hidden; box-shadow: var(--shadow); }
.story-media img { width: 100%; height: 100%; object-fit: cover; aspect-ratio: 4/5; }
.story-copy p { font-size: 1.02rem; }
.compass-mark { width: 46px; margin-bottom: 20px; }

/* Team */
.team { background: var(--charcoal); color: var(--white); position: relative; overflow: hidden; }
.team-watermark {
  position: absolute; right: -4%; bottom: -8%; width: 46%; min-width: 420px;
  opacity: 0.07; pointer-events: none; user-select: none;
}
.team .wrap { position: relative; z-index: 1; }
.team .eyebrow { color: #E8896F; }
.team h2 { color: var(--white); }
.team-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 32px; margin-top: 48px; }
.team-card {
  background: rgba(255,255,255,0.04); border: 1px solid rgba(255,255,255,0.14);
  border-radius: var(--radius); padding: 36px;
}
.team-card .role {
  font-family: "Oswald", sans-serif; text-transform: uppercase; letter-spacing: 0.06em;
  color: var(--red); font-size: 0.82rem; margin-bottom: 6px; display: block;
}
.team-card h3 { color: var(--white); margin-bottom: 4px; font-size: 1.4rem; }
.team-card .tag { color: rgba(255,255,255,0.55); font-size: 0.88rem; margin-bottom: 16px; display: block; }
.team-card p { color: rgba(255,255,255,0.78); font-size: 0.96rem; }

/* Why us */
.why .wrap { display: grid; grid-template-columns: 1fr 1fr; gap: 64px; align-items: center; }
.why-media { border-radius: var(--radius); overflow: hidden; box-shadow: var(--shadow); }
.why-media img { width: 100%; object-fit: cover; aspect-ratio: 4/3; }
.why-list { list-style: none; margin: 24px 0 0; padding: 0; display: grid; gap: 14px; }
.why-list li { display: flex; gap: 12px; align-items: flex-start; font-size: 0.98rem; color: var(--charcoal-soft); }
.why-list li svg { flex: none; width: 20px; height: 20px; color: var(--red); margin-top: 2px; }

/* CTA band */
.cta-band {
  background: linear-gradient(120deg, var(--red) 0%, var(--red-dark) 100%);
  color: var(--white); text-align: center;
}
.cta-band h2 { color: var(--white); }
.cta-band p { color: rgba(255,255,255,0.88); max-width: 560px; margin-left: auto; margin-right: auto; }
.cta-band .btn-primary { background: var(--white); color: var(--red); }
.cta-band .btn-primary:hover { background: var(--cream); }

/* Contact */
.contact { background: var(--cream); }
.contact .wrap { display: grid; grid-template-columns: 1.1fr 0.9fr; gap: 56px; }
.contact-card {
  background: var(--white); border: 1px solid var(--border); border-radius: var(--radius);
  padding: 40px; box-shadow: var(--shadow);
}
.contact-card--form { padding: 32px; }
.contact-card--form iframe {
  width: 100%; min-height: 900px; border: 0; margin-top: 8px;
}
.field { margin-bottom: 18px; }
.field label { display: block; font-size: 0.82rem; font-weight: 600; text-transform: uppercase; letter-spacing: 0.05em; margin-bottom: 6px; color: var(--charcoal); }
.field input, .field select, .field textarea {
  width: 100%; padding: 12px 14px; border: 1px solid var(--border); border-radius: 6px;
  font: inherit; color: var(--ink); background: var(--white);
}
.field textarea { resize: vertical; min-height: 110px; }
.field-row { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }
.contact-info { display: flex; flex-direction: column; gap: 26px; }
.info-item { display: flex; gap: 16px; align-items: flex-start; }
.info-item .icon {
  width: 46px; height: 46px; border-radius: 50%; background: var(--charcoal); color: var(--white);
  display: flex; align-items: center; justify-content: center; flex: none;
}
.info-item .icon svg { width: 20px; height: 20px; }
.info-item h4 { margin: 0 0 4px; font-size: 1rem; }
.info-item p, .info-item a { margin: 0; color: var(--charcoal-soft); font-size: 0.96rem; }
.info-item a:hover { color: var(--red); }

/* Footer */
.site-footer { background: var(--charcoal); color: rgba(255,255,255,0.7); padding: 40px 0; }
.site-footer .wrap { display: flex; align-items: center; justify-content: space-between; flex-wrap: wrap; gap: 16px; }
.site-footer img { height: 30px; }
.site-footer .credit { font-size: 0.85rem; color: rgba(255,255,255,0.55); }
.site-footer .credit a { color: rgba(255,255,255,0.85); border-bottom: 1px solid rgba(255,255,255,0.3); }

/* Responsive */
@media (max-width: 900px) {
  .pillar-grid { grid-template-columns: repeat(2, 1fr); }
  .story .wrap, .why .wrap, .contact .wrap, .team-grid { grid-template-columns: 1fr; }
  .story-media { order: -1; }
  .field-row { grid-template-columns: 1fr; }
  section { padding: 64px 0; }
  .team-watermark { display: none; }
}
@media (max-width: 720px) {
  .main-nav { position: fixed; inset: 68px 0 0 0; background: var(--white); flex-direction: column; padding: 32px 24px; gap: 22px; transform: translateX(100%); transition: transform 0.25s ease; align-items: flex-start; }
  .main-nav.open { transform: translateX(0); }
  .nav-toggle { display: block; background: none; border: none; cursor: pointer; padding: 4px; }
  .nav-toggle svg { width: 26px; height: 26px; }
  .hero-stats { gap: 24px; }
}
