:root{
  --bark: #2c2013;
  --bark-soft: #3b2c1b;
  --bronze: #7a5230;
  --gold: #b6842f;
  --gold-dark: #8f6423;
  --cream: #f7f2e9;
  --cream-dim: #efe7d8;
  --stone: #6b6153;
  --line: rgba(44,32,19,0.14);
  --white: #ffffff;

  --display: "Fraunces", serif;
  --body: "Inter", sans-serif;
}

*{ box-sizing: border-box; }
html{ scroll-behavior: smooth; }
body{
  margin:0; font-family: var(--body); color: var(--bark);
  background: var(--cream); -webkit-font-smoothing: antialiased;
}
img{ max-width:100%; display:block; }
a{ color: inherit; }
.wrap{ max-width: 1120px; margin:0 auto; padding: 0 28px; }

h1,h2,h3{ font-family: var(--display); font-weight: 600; line-height: 1.12; margin: 0 0 0.5em; }
h2{ font-size: clamp(28px, 4vw, 40px); }
h3{ font-size: 23px; }
p{ line-height: 1.65; margin: 0 0 1em; color: var(--stone); }

.eyebrow{ font-family: var(--body); font-size: 14px; font-weight:600; letter-spacing:0.3px; color: var(--gold-dark); margin:0 0 10px; }
.eyebrow-light{ color:#d8b370; }
.section-title-light{ color: var(--white); }

.btn{
  display:inline-block; font-family: var(--body); font-weight:600; font-size:15px;
  padding: 13px 26px; border-radius: 2px; text-decoration:none;
  border: 1.5px solid transparent; transition: background 0.15s ease;
}
.btn-primary{ background: var(--gold); color: var(--white); }
.btn-primary:hover{ background: var(--gold-dark); }
.btn-ghost{ border-color: currentColor; }
.btn-block{ width:100%; text-align:center; }

/* Header */
.site-header{ position:sticky; top:0; z-index:50; background: var(--bark); border-bottom:1px solid rgba(255,255,255,0.08); }
.header-inner{ display:flex; align-items:center; justify-content:space-between; height:72px; }
.brand{ display:flex; align-items:center; gap:12px; text-decoration:none; }
.brand img{ height:34px; }
.brand span{ font-family: var(--display); font-weight:600; font-size:19px; color: var(--white); }
.main-nav{ display:flex; align-items:center; gap:26px; }
.main-nav a{ color:#d8d0c2; text-decoration:none; font-size:15px; font-weight:500; }
.main-nav a:hover, .main-nav a.is-active{ color: var(--white); }
.nav-cta{ background: var(--gold); color: var(--white) !important; padding:9px 18px; border-radius:2px; }
.nav-cta:hover{ background: var(--gold-dark); }
.nav-toggle{ display:none; }

/* Hero */
.hero{ background: var(--bark); color: var(--white); }
.hero-inner{ padding: 100px 28px 90px; max-width: 740px; }
.hero-kicker{ font-family: var(--body); font-weight:600; font-size:15px; color:#d8b370; margin-bottom:20px; }
.hero h1{ font-size: clamp(34px, 5.5vw, 52px); color: var(--white); margin-bottom:22px; }
.hero-lede{ font-size:18px; color:#d8d0c2; max-width:560px; }
.hero-actions{ display:flex; gap:16px; margin-top:30px; flex-wrap:wrap; }
.hero .btn-ghost{ color: var(--white); }

/* Sections */
.section{ padding: 88px 0; }
.section.group, .section.contact{ background: var(--bark); color: var(--white); }

/* About */
.about-grid{ display:grid; grid-template-columns: 1.2fr 0.8fr; gap:56px; align-items:start; }
.about-copy p{ font-size:16.5px; }
.about-card{ background: var(--white); border:1px solid var(--line); padding: 6px 28px; }
.about-card-row{ display:flex; justify-content:space-between; gap:16px; padding:18px 0; border-bottom:1px solid var(--line); font-size:15px; }
.about-card-row:last-child{ border-bottom:none; }
.about-card-label{ color: var(--stone); }
.about-card-value{ font-weight:600; text-align:right; }

/* Fleet */
.fleet-lede{ max-width: 600px; }
.fleet-row{
  display:flex; gap: 6px; margin: 36px 0 14px; overflow-x: auto;
  padding-bottom: 4px;
}
.fleet-truck{ height: 42px; width:auto; flex: none; }
.fleet-truck:nth-child(3n+2){ opacity: 0.75; }
.fleet-truck:nth-child(3n+3){ opacity: 0.55; }
.fleet-caption{ font-size: 13.5px; color: var(--stone); margin:0; }

/* Group */
.group-lede{ max-width:600px; color:#d8d0c2; }
.group-card{
  display:block; background: var(--bark-soft); border:1px solid rgba(255,255,255,0.14);
  padding: 30px 32px; margin-top: 32px; text-decoration:none; color: inherit;
  max-width: 620px; transition: border-color 0.15s ease;
}
.group-card:hover{ border-color: var(--gold); }
.group-card-head{ display:flex; justify-content:space-between; align-items:center; margin-bottom:14px; }
.group-card-tag{ font-size:13px; color:#d8b370; font-weight:600; }
.group-card-arrow{ color: var(--gold); font-size:20px; }
.group-card h3{ color: var(--white); margin-bottom:10px; }
.group-card p{ color:#c2bbac; margin-bottom:14px; }
.group-card-link{ font-size:14px; color: var(--gold); font-weight:600; }

/* Contact */
.contact-grid{ display:grid; grid-template-columns: 1fr 1fr; gap:56px; align-items:start; }
.contact-lede{ color:#d8d0c2; font-size:16.5px; }
.contact-details{ margin-top: 26px; }
.contact-row{ display:flex; flex-direction:column; gap:2px; padding:14px 0; border-bottom:1px solid rgba(255,255,255,0.12); font-size:15px; }
.contact-label{ color:#9a8f7a; font-size:13px; }
.contact-form{ background: var(--white); padding: 30px; display:flex; flex-direction:column; gap:16px; }
.field{ display:flex; flex-direction:column; gap:6px; }
.field label{ font-size:13.5px; font-weight:600; color: var(--bark); }
.field input, .field select, .field textarea{
  padding: 11px 12px; border:1px solid #d8d0c2; border-radius:2px;
  font-family: var(--body); font-size:15px; background: var(--cream); resize: vertical;
}
.field input:focus, .field select:focus, .field textarea:focus{ outline:2px solid var(--gold); outline-offset:1px; }
.form-status{ font-size:14px; padding:10px 0 0; }
.form-status.ok{ color:#3e6b3a; }
.form-status.err{ color:#a13a2b; }

/* Footer */
.site-footer{ background:#1f1710; color:#a99e8c; padding:34px 0; }
.footer-inner{ display:flex; align-items:center; gap:20px; flex-wrap:wrap; justify-content:space-between; }
.footer-logo{ height:26px; filter: grayscale(1) brightness(1.8); }
.footer-inner p{ margin:0; font-size:13.5px; }
.footer-nav{ display:flex; gap:20px; }
.footer-nav a{ color:#a99e8c; text-decoration:none; font-size:13.5px; }
.footer-nav a:hover{ color: var(--white); }

/* Tracking page (shared look) */
.track-hero{ background: var(--bark); padding:76px 0 56px; }
.track-lede{ color:#d8d0c2; max-width:520px; font-size:16.5px; }
.track-form-section{ padding-top:56px; }
.track-form{ max-width:480px; display:flex; flex-direction:column; gap:18px; background: var(--white); border:1px solid var(--line); padding:32px; }
.track-result{ max-width:480px; margin-top:22px; background: var(--cream-dim); border-left:4px solid var(--gold); padding:22px 24px; }
.track-result-title{ font-family: var(--display); font-weight:600; font-size:19px; margin-bottom:8px; }
.track-result-actions{ display:flex; gap:12px; margin-top:14px; flex-wrap:wrap; }

/* Responsive */
@media (max-width: 860px){
  .main-nav{
    position:absolute; top:72px; left:0; right:0; background: var(--bark);
    flex-direction:column; align-items:flex-start; padding:18px 28px 26px; gap:16px; display:none;
  }
  .main-nav.is-open{ display:flex; }
  .nav-toggle{ display:flex; flex-direction:column; justify-content:center; gap:5px; width:34px; height:34px; background:none; border:none; cursor:pointer; }
  .nav-toggle span{ height:2px; background:var(--white); display:block; }
  .about-grid, .contact-grid{ grid-template-columns: 1fr; }
}
