﻿:root {
  color-scheme: light;
  --ink: #17212b;
  --muted-ink: #607080;
  --line: #d9e2ea;
  --paper: #ffffff;
  --soft: #f3f7f8;
  --brand: #b21f2d;
  --brand-dark: #821621;
  --accent: #0f6b67;
  --shadow: 0 18px 45px rgba(23, 33, 43, 0.12);
}
* { box-sizing: border-box; }
body { margin: 0; font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif; color: var(--ink); background: var(--paper); line-height: 1.6; }
img { display: block; max-width: 100%; }
a { color: inherit; }
.site-header { position: sticky; top: 0; z-index: 10; display: flex; align-items: center; justify-content: space-between; gap: 24px; padding: 18px clamp(18px, 5vw, 72px); background: rgba(255,255,255,.94); border-bottom: 1px solid var(--line); backdrop-filter: blur(16px); }
.brand { display: inline-flex; align-items: center; gap: 12px; text-decoration: none; font-weight: 800; letter-spacing: 0; }
.brand-mark { display: grid; width: 42px; height: 42px; place-items: center; border-radius: 8px; color: #fff; background: var(--brand); font-size: 13px; }
.site-nav { display: flex; align-items: center; gap: 8px; }
.site-nav a { border-radius: 8px; padding: 10px 14px; text-decoration: none; color: var(--muted-ink); font-weight: 700; }
.site-nav a:hover, .site-nav a[aria-current="page"] { color: var(--ink); background: var(--soft); }
.nav-toggle { display: none; border: 1px solid var(--line); border-radius: 8px; padding: 10px 12px; color: var(--ink); background: #fff; font: inherit; font-weight: 800; }
.hero { display: grid; grid-template-columns: minmax(0, 1.35fr) minmax(280px, .65fr); gap: 32px; min-height: calc(100vh - 80px); padding: clamp(54px, 8vw, 110px) clamp(18px, 5vw, 72px); align-items: center; background: linear-gradient(110deg, rgba(255,255,255,.97) 0%, rgba(255,255,255,.86) 48%, rgba(243,247,248,.8) 100%), url("../../wp-content/uploads/2021/12/s400-e1640150849449.png") right 8vw bottom 7vh / min(46vw, 620px) auto no-repeat, var(--soft); }
.hero-copy { max-width: 760px; }
.eyebrow { margin: 0 0 12px; color: var(--accent); font-size: 13px; font-weight: 900; letter-spacing: .08em; text-transform: uppercase; }
h1, h2, h3 { margin: 0; line-height: 1.12; letter-spacing: 0; }
h1 { max-width: 850px; font-size: clamp(40px, 7vw, 76px); }
h2 { font-size: clamp(28px, 4vw, 44px); }
h3 { font-size: 22px; }
p { margin: 0; }
.hero-copy > p:not(.eyebrow), .page-hero > p:not(.eyebrow) { max-width: 680px; margin-top: 22px; color: var(--muted-ink); font-size: 20px; }
.actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 34px; }
.button { display: inline-flex; min-height: 46px; align-items: center; justify-content: center; border: 1px solid var(--line); border-radius: 8px; padding: 12px 18px; text-decoration: none; font-weight: 900; }
.button.primary { border-color: var(--brand); color: #fff; background: var(--brand); }
.button.primary:hover { background: var(--brand-dark); }
.button.ghost { color: var(--ink); background: #fff; }
.hero-panel { display: grid; gap: 14px; }
.hero-panel > div, .feature-card, .fleet-card { border: 1px solid var(--line); border-radius: 8px; background: rgba(255,255,255,.92); box-shadow: var(--shadow); }
.hero-panel > div { padding: 22px; }
.hero-panel strong { display: block; font-size: 28px; }
.hero-panel span { color: var(--muted-ink); }
.section, .page-hero, .article { padding: clamp(52px, 8vw, 92px) clamp(18px, 5vw, 72px); }
.muted { background: var(--soft); }
.section-heading { display: grid; gap: 12px; max-width: 760px; margin-bottom: 30px; }
.feature-grid, .fleet-grid, .contact-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 18px; }
.feature-card { display: grid; gap: 12px; padding: 24px; }
.feature-card p, .fleet-card p, .article p { color: var(--muted-ink); }
.fleet-card { overflow: hidden; }
.fleet-card img { width: 100%; aspect-ratio: 4 / 3; object-fit: contain; padding: 22px; background: #fff; }
.fleet-card h2, .fleet-card h3, .fleet-card p { padding-inline: 22px; }
.fleet-card h2, .fleet-card h3 { padding-top: 20px; }
.fleet-card p { padding-top: 10px; padding-bottom: 24px; }
.fleet-card.text-only { display: flex; min-height: 280px; flex-direction: column; justify-content: center; padding-block: 24px; }
.centered-action { display: flex; justify-content: center; margin-top: 28px; }
.article-list { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 14px; }
.article-list a { border: 1px solid var(--line); border-radius: 8px; padding: 20px; text-decoration: none; font-weight: 900; background: #fff; }
.article-list a:hover { border-color: var(--accent); }
.article-list.stacked { max-width: 840px; grid-template-columns: 1fr; }
.page-hero { background: var(--soft); }
.article { max-width: 860px; }
.article h1 { font-size: clamp(38px, 6vw, 62px); }
.article h2 { margin-top: 34px; font-size: 28px; }
.article p { margin-top: 18px; font-size: 18px; }
.article .button { margin-top: 32px; }
.site-footer { display: flex; flex-wrap: wrap; justify-content: space-between; gap: 14px; padding: 26px clamp(18px, 5vw, 72px); color: #fff; background: var(--ink); }
.site-footer a { color: #fff; font-weight: 800; }
@media (max-width: 860px) {
  .site-header { align-items: flex-start; }
  .nav-toggle { display: inline-flex; }
  .site-nav { position: absolute; inset: 72px 18px auto; display: none; flex-direction: column; align-items: stretch; border: 1px solid var(--line); border-radius: 8px; padding: 8px; background: #fff; box-shadow: var(--shadow); }
  .site-nav.is-open { display: flex; }
  .hero { grid-template-columns: 1fr; min-height: auto; background: linear-gradient(180deg, rgba(255,255,255,.96), rgba(243,247,248,.92)), url("../../wp-content/uploads/2021/12/s400-e1640150849449.png") center bottom / min(92vw, 520px) auto no-repeat, var(--soft); padding-bottom: 260px; }
  .hero-panel, .feature-grid, .fleet-grid, .contact-grid, .article-list { grid-template-columns: 1fr; }
}
@media (max-width: 520px) {
  .brand span:last-child { max-width: 160px; }
  h1 { font-size: 38px; }
  .hero-copy > p:not(.eyebrow), .page-hero > p:not(.eyebrow) { font-size: 18px; }
}
