:root {
  --bg: #f5f1e8;
  --surface: #fbf7ef;
  --surface-strong: #ffffff;
  --text: #151515;
  --muted: #625c54;
  --line: #ddd2c1;
  --gold: #f1c40f;
  --orange: #e67e22;
  --orange-deep: #d35400;
  --max-width: 1280px;
  --shadow: 0 20px 45px rgba(0, 0, 0, 0.08);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  min-height: 100vh;
  font-family: Arial, sans-serif;
  color: var(--text);
  background: var(--bg);
}

a {
  color: inherit;
  text-decoration: none;
}

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

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

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.site-header {
  background: #faf7f0;
  border-bottom: 1px solid #ece2d4;
}

.site-nav,
.content-section,
.cta-band,
.site-footer {
  width: min(var(--max-width), calc(100% - 2rem));
  margin: 0 auto;
}

.site-nav {
  min-height: 92px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1.5rem;
}

.brand {
  display: flex;
  align-items: center;
  gap: 0.9rem;
  color: var(--text);
}

.brand-mark {
  font-size: 3.5rem;
  font-weight: 900;
  letter-spacing: -0.09em;
  line-height: 1;
}

.brand-copy {
  display: flex;
  align-items: center;
}

.brand-copy strong {
  padding: 0.32rem 0;
  border-top: 3px solid var(--text);
  border-bottom: 3px solid var(--text);
  font-size: 1rem;
  font-weight: 800;
  letter-spacing: 0.02em;
  text-transform: uppercase;
}

.nav-links,
.footer-links {
  display: flex;
  align-items: center;
  gap: 2.5rem;
  font-size: 0.82rem;
  font-weight: 800;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}

.header-call {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 0.85rem 1.3rem;
  border-radius: 8px;
  background: #c48a34;
  color: #fff;
  font-weight: 800;
  transition: background-color 0.2s ease, transform 0.2s ease;
}

.header-call:hover {
  background: #a96f1d;
  transform: translateY(-1px);
}

h1,
h2,
h3 {
  margin: 0;
}

.hero-section {
  width: min(var(--max-width), calc(100% - 2rem));
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr;
  align-items: stretch;
  gap: 0;
  background: #15110d;
  min-height: 680px;
  color: #fff;
  padding: 0;
  text-align: left;
  position: relative;
  overflow: hidden;
  isolation: isolate;
}

.hero-section::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(7, 7, 7, 0.63) 0%, rgba(7, 7, 7, 0.5) 28%, rgba(7, 7, 7, 0.06) 55%, rgba(7, 7, 7, 0.2) 100%);
  z-index: 1;
}

.hero-copy {
  position: relative;
  z-index: 2;
  min-height: 100%;
  width: min(100%, 30rem);
  padding: 2.35rem 2.6rem 1.55rem;
  background: linear-gradient(180deg, rgba(10, 10, 10, 0.71), rgba(10, 10, 10, 0.59));
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 0.85rem;
  border-radius: 0;
  backdrop-filter: blur(3px);
}

.eyebrow {
  font-size: 0.88rem;
  color: var(--gold);
  text-transform: uppercase;
  letter-spacing: 2.8px;
  font-weight: 800;
}

.hero-copy h1 {
  font-family: Georgia, "Times New Roman", serif;
}

.hero-copy h1 {
  max-width: 7.4ch;
  margin-top: 0.25rem;
  font-size: clamp(3.5rem, 4.9vw, 4.8rem);
  font-weight: 500;
  line-height: 0.98;
  letter-spacing: -0.045em;
  color: #fff;
}

.lede {
  font-size: 0.96rem;
  max-width: 23rem;
  margin: 0.55rem 0 0;
  line-height: 1.95;
  color: rgba(255, 255, 255, 0.88);
}

.hero-actions {
  display: flex;
  gap: 0.85rem;
  margin-top: 0.8rem;
}

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 52px;
  padding: 0.82rem 1.5rem;
  font-size: 0.82rem;
  font-weight: 800;
  border-radius: 8px;
  text-transform: uppercase;
  letter-spacing: 0.02em;
  color: white;
  text-decoration: none;
}

.button-primary {
  background-color: #c78a34;
}

.button-primary:hover {
  background-color: #b67923;
}

.button-secondary {
  background-color: rgba(0, 0, 0, 0.14);
  border: 1px solid rgba(199, 138, 52, 0.88);
}

.button-secondary:hover {
  background-color: rgba(199, 138, 52, 0.18);
}

.hero-metrics {
  display: flex;
  gap: 1.3rem;
  margin-top: auto;
  width: 100%;
  max-width: 56rem;
  padding: 1rem 0 1rem;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
}

.hero-metrics article {
  display: flex;
  align-items: center;
  gap: 0.7rem;
}

.hero-metrics strong {
  display: block;
  font-size: 1.45rem;
  line-height: 1;
}

.hero-metrics p {
  margin: 0.1rem 0 0;
  font-size: 0.63rem;
  font-weight: 700;
  letter-spacing: 0.03em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.82);
}

.metric-icon {
  font-size: 1.9rem;
  color: var(--gold);
}

.hero-stage {
  position: absolute;
  inset: 0;
  z-index: 1;
  display: flex;
  justify-content: center;
  align-items: center;
  pointer-events: none;
}

.hero-stage-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
  filter: brightness(0.74) saturate(0.92) contrast(1.02);
}

.content-section {
  padding: 2rem 0 0;
}

.section-head {
  display: grid;
  gap: 0.55rem;
}

.section-head-inline {
  grid-template-columns: 1fr auto;
  align-items: center;
}

.section-head h2,
.services-section h2,
.fleet-card h3,
.service-item h3,
.why-grid h3,
.cta-band h2 {
  color: var(--text);
}

.outline-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 0.85rem 1.35rem;
  border: 1px solid #c9ab81;
  border-radius: 8px;
  font-size: 0.84rem;
  font-weight: 800;
  text-transform: uppercase;
}

.fleet-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 2rem;
  padding: 2rem 0 0;
}

.fleet-card {
  background-color: white;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  border-radius: 8px;
  text-align: center;
  overflow: hidden;
}

.fleet-image {
  width: 100%;
  height: auto;
  border-radius: 8px 8px 0 0;
}

.fleet-body {
  padding: 1rem;
}

.fleet-tag {
  display: inline-block;
  margin-bottom: 0.55rem;
  padding: 0.28rem 0.55rem;
  border-radius: 999px;
  background: #c48a34;
  color: #fff;
  font-size: 0.72rem;
  font-weight: 800;
  text-transform: uppercase;
}

.fleet-card ul {
  margin: 0.9rem 0 0;
  padding: 0;
  list-style: none;
  text-align: left;
}

.fleet-card li {
  position: relative;
  margin-top: 0.65rem;
  padding-left: 1.25rem;
  color: var(--muted);
  line-height: 1.45;
}

.fleet-card li::before {
  content: "●";
  position: absolute;
  left: 0;
  color: #c48a34;
  font-size: 0.78rem;
}

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

.unit-gallery img {
  width: 100%;
  border-radius: 8px;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.unit-gallery img:hover {
  transform: scale(1.05);
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

.gallery-trigger {
  margin-top: 1rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0.75rem 1rem;
  border: 1px solid #c9ab81;
  border-radius: 6px;
  background: #faf7f0;
  color: var(--text);
  font-size: 0.82rem;
  font-weight: 800;
  text-transform: uppercase;
  cursor: pointer;
  transition: background-color 0.2s ease, transform 0.2s ease;
}

.gallery-trigger:hover {
  background: #f1e7d7;
  transform: translateY(-1px);
}

.text-link {
  display: inline-flex;
  margin-top: 1rem;
  color: var(--text);
  font-size: 0.84rem;
  font-weight: 800;
  text-transform: uppercase;
}

.text-link::after {
  content: "→";
  margin-left: 0.45rem;
}

.services-layout {
  display: grid;
  grid-template-columns: 0.95fr 1.25fr;
  gap: 2rem;
  padding-bottom: 2rem;
}

.service-columns {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1rem;
  margin-top: 1.5rem;
}

.service-item {
  padding-right: 1rem;
  border-right: 1px solid var(--line);
}

.service-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 3rem;
  height: 3rem;
  margin-bottom: 0.95rem;
  color: #c48a34;
  border: 1px solid rgba(196, 138, 52, 0.22);
  border-radius: 999px;
  background: rgba(196, 138, 52, 0.08);
}

.service-icon svg {
  width: 1.45rem;
  height: 1.45rem;
  display: block;
  overflow: visible;
}

.service-item p,
.why-grid p,
.cta-copy p {
  color: var(--muted);
  line-height: 1.7;
}

.why-choose {
  padding-left: 2rem;
  border-left: 1px solid var(--line);
}

.why-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1.2rem 1.6rem;
  margin-top: 1.25rem;
}

.cta-band {
  display: grid;
  grid-template-columns: 1fr auto;
  align-items: center;
  gap: 1.5rem;
  padding: 1.8rem 0;
  background: #111;
  color: #fff;
}

.cta-band h2 {
  color: #fff7ef;
}

.cta-copy p {
  color: rgba(255, 247, 239, 0.74);
}

.cta-actions {
  display: flex;
  gap: 1rem;
}

.cta-actions a {
  min-width: 190px;
  min-height: 76px;
  padding: 1rem 1.2rem;
  text-align: left;
  line-height: 1.35;
}

.cta-actions span {
  display: block;
  margin-top: 0.18rem;
  color: rgba(255, 255, 255, 0.84);
  font-weight: 500;
}

.site-footer {
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: 1.5rem;
  padding: 1.35rem 0 2rem;
  background: #faf7f0;
}

.site-footer p {
  margin: 0;
  justify-self: end;
  color: var(--muted);
  font-size: 0.92rem;
}

.gallery-modal[hidden] {
  display: none;
}

.gallery-modal {
  position: fixed;
  inset: 0;
  z-index: 1000;
}

.gallery-backdrop {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.72);
}

.gallery-dialog {
  position: relative;
  z-index: 1;
  width: min(920px, calc(100% - 1rem));
  margin: 3rem auto;
  padding: 1.25rem;
  border-radius: 16px;
  background: #fff;
  box-shadow: 0 30px 70px rgba(0, 0, 0, 0.3);
}

.gallery-dialog .eyebrow {
  margin-bottom: 0.5rem;
}

.gallery-close {
  position: absolute;
  top: 0.75rem;
  right: 0.75rem;
  width: 2.25rem;
  height: 2.25rem;
  border: 0;
  border-radius: 999px;
  background: #111;
  color: #fff;
  font-size: 1.4rem;
  cursor: pointer;
}

.gallery-main-wrap {
  margin-top: 1rem;
}

.gallery-main-image {
  width: 100%;
  max-height: 70vh;
  object-fit: contain;
  border-radius: 12px;
  background: #f7f3eb;
}

.gallery-thumbs {
  margin-top: 1rem;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(110px, 1fr));
  gap: 0.75rem;
}

.gallery-thumb {
  padding: 0;
  border: 2px solid transparent;
  border-radius: 10px;
  background: transparent;
  cursor: pointer;
  overflow: hidden;
}

.gallery-thumb.is-active {
  border-color: #c48a34;
}

.gallery-thumb img {
  width: 100%;
  aspect-ratio: 1;
  object-fit: cover;
}

@media (max-width: 1180px) {
  .hero-section,
  .services-layout,
  .cta-band,
  .site-footer,
  .section-head-inline {
    grid-template-columns: 1fr;
  }

  .hero-section {
    height: auto;
    min-height: 0;
  }

  .hero-copy {
    max-width: none;
    width: 100%;
    min-height: 0;
  }

  .hero-stage-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }

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

  .service-columns,
  .why-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .why-choose {
    padding-left: 0;
    border-left: 0;
  }

  .cta-actions,
  .footer-links {
    flex-wrap: wrap;
  }

  .site-footer p {
    justify-self: start;
  }
}

@media (max-width: 760px) {
  .site-nav,
  .content-section,
  .cta-band,
  .site-footer,
  .hero-section {
    width: min(var(--max-width), calc(100% - 1rem));
  }

  .site-nav {
    justify-content: center;
    flex-wrap: wrap;
    padding: 1rem 0;
  }

  .nav-links,
  .footer-links {
    justify-content: center;
    flex-wrap: wrap;
    gap: 1rem;
  }

  .hero-copy {
    padding: 1.35rem 1rem;
  }

  .hero-copy h1 {
    max-width: none;
    font-size: clamp(3rem, 14vw, 4.6rem);
  }

  .hero-metrics,
  .contact-grid,
  .fleet-grid,
  .unit-gallery,
  .service-columns,
  .why-grid,
  .cta-actions {
    grid-template-columns: 1fr;
  }

  .hero-metrics {
    display: grid;
    width: 100%;
  }

  .service-item {
    padding-right: 0;
    border-right: 0;
  }

  .cta-actions a {
    min-width: 0;
  }

  .gallery-dialog {
    margin: 1rem auto;
    padding: 1rem;
  }
}
