:root {
  --yellow: #ffda4b;
  --yellow-deep: #e8a600;
  --black: #05060d;
  --text: #222;
  --muted: #555;
  --teal: #4eb8a4;
  --serif: Georgia, "Times New Roman", serif;
  --sans: Arial, Helvetica, sans-serif;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  font-family: var(--sans);
  color: var(--text);
  background: #fff;
  overflow-x: hidden;
}

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

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

.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;
}

.top-line {
  height: 4px;
  background: #bca24a;
}

.site-header {
  background: #000;
}

.header-inner,
.section-inner,
.footer-inner-copy {
  width: min(1280px, calc(100% - 40px));
  margin: 0 auto;
}

.header-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 28px 0 22px;
}

.brand {
  display: block;
  width: 165px;
  flex: 0 0 165px;
}

.brand img {
  width: 165px;
  height: auto;
}

.menu-toggle {
  display: inline-flex;
  flex-direction: column;
  gap: 6px;
  align-items: center;
  justify-content: center;
  width: 44px;
  height: 44px;
  padding: 0;
  background: transparent;
  border: 0;
}

.menu-toggle span:not(.sr-only) {
  width: 24px;
  height: 2px;
  background: #8f7a33;
}

.site-nav {
  position: absolute;
  top: 92px;
  right: 20px;
  display: none;
  flex-direction: column;
  min-width: 180px;
  background: rgba(0, 0, 0, 0.96);
  border: 1px solid rgba(255, 255, 255, 0.08);
  z-index: 20;
}

.site-nav.is-open {
  display: flex;
}

.site-nav a {
  padding: 12px 16px;
  color: #fff;
}

.hero-section {
  padding: 40px 0 110px;
  background-color: var(--black);
  background-image: url("/assets/img/hero-bg-photo.jpg");
  background-repeat: no-repeat;
  background-position: center top;
  color: #fff;
}

.hero-layout {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  align-items: center;
  gap: 18px;
  min-height: 560px;
}

.hero-copy h2,
.center-heading h2,
.services-copy h2,
.bottom-band h2 {
  margin: 0;
  font-family: var(--serif);
  font-weight: 400;
}

.hero-copy h2 {
  color: #fff;
  font-size: 57px;
  line-height: 1.1;
}

.spacer-lg {
  height: 35px;
}

.spacer-sm {
  height: 15px;
}

.hero-copy h4,
.services-copy h4,
.icon-box h4,
.about-copy h3 {
  margin: 0;
  font-family: var(--serif);
  font-weight: 400;
}

.hero-copy h4 {
  color: #fff;
  font-size: 33px;
}

.phone {
  margin: 8px 0 0;
  font-family: var(--serif);
  font-size: 53px;
  line-height: 1;
}

.phone a {
  color: var(--yellow);
}

.hero-card {
  display: flex;
  justify-content: center;
}

.hero-card-inner {
  width: min(520px, 100%);
  margin: 0 auto;
  padding: 30px;
  background-image: url("/assets/img/hero-frame-bg.png");
  background-repeat: no-repeat;
  background-position: right top;
  border-radius: 20px 0 20px 20px;
}

.hero-card-inner h3 {
  margin: 0 0 12px;
  font-family: var(--serif);
  font-size: 49px;
  font-weight: 400;
  line-height: 1.04;
  color: #30250f;
}

.standards-section {
  padding: 90px 0 40px;
  background-color: var(--yellow);
  background-image: url("/assets/img/hero-bg.png");
  background-repeat: no-repeat;
  background-position: center top;
}

.center-heading {
  text-align: center;
}

.center-heading h2,
.services-copy h2,
.bottom-band h2 {
  font-size: 56px;
  line-height: 1.1;
}

.heading-sep {
  margin: 0 auto;
  width: 117px;
}

.icon-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
  margin-top: 28px;
}

.icon-box {
  padding: 0 5%;
  text-align: center;
}

.icon-box img {
  margin: 0 auto 12px;
}

.icon-box h4 {
  font-size: 31px;
}

.icon-box p {
  margin: 10px auto 0;
  max-width: 270px;
  font-size: 13px;
  line-height: 1.7;
  color: #5b5238;
}

.services-copy {
  margin-top: 26px;
  text-align: center;
}

.services-copy h4 {
  margin-top: 10px;
  font-size: 30px;
  line-height: 1.5;
}

.about-section {
  padding: 40px 0 70px;
  background: var(--yellow);
}

.about-layout {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 20px;
}

.gallery-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
  padding: 0 1%;
}

.gallery-grid img,
.fleet-grid img {
  width: 100%;
  border: 4px solid rgba(255, 255, 255, 0.8);
  border-radius: 8px;
  height: auto;
}

.gallery-grid img {
  height: 250px;
  object-fit: cover;
}

.about-copy {
  padding: 0 1%;
}

.about-text {
  padding: 20px 20% 0 10px;
}

.about-copy h3 {
  font-size: 46px;
  margin-bottom: 10px;
}

.about-copy p {
  margin: 0 0 12px;
  font-size: 18px;
  line-height: 1.7;
  color: #4b432d;
}

.map-illustration {
  margin-top: 10px;
}

.fleet-section {
  padding: 40px 0 70px;
  background: var(--yellow);
}

.fleet-grid {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 12px;
  padding: 0 1%;
}

.fleet-grid img {
  height: 320px;
  object-fit: cover;
}

.map-section iframe {
  width: 100%;
  height: 400px;
}

.bottom-band {
  min-height: 96px;
  display: flex;
  align-items: center;
  background-color: var(--yellow-deep);
  background-image: url("/assets/img/footer-bg.png");
  background-repeat: no-repeat;
  background-position: center top;
}

.bottom-band h2 {
  margin: 0;
  text-align: center;
  color: #2a2313;
}

.site-footer {
  background: #191816 url("/assets/img/footer-texture.png") center top repeat-x;
  color: #d8c38f;
  padding: 22px 0 28px;
}

.footer-inner-copy {
  text-align: center;
  font-size: 14px;
}

.footer-inner-copy a {
  color: #d8c38f;
}

.whatsapp-float {
  position: fixed;
  right: 15px;
  bottom: 15px;
  z-index: 30;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  min-width: 128px;
  height: 36px;
  padding: 0 18px;
  border-radius: 2px;
  background: #26a69a;
  color: #fff;
  font-size: 16px;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.28);
}

.whatsapp-float img {
  width: 17px;
  height: 17px;
  flex: 0 0 17px;
  filter: brightness(0) invert(1);
}

@media (min-width: 1025px) {
  .menu-toggle {
    display: none;
  }

  .site-nav {
    position: static;
    display: flex;
    flex-direction: row;
    gap: 18px;
    min-width: 0;
    background: transparent;
    border: 0;
  }

  .site-nav a {
    padding: 0;
    font-size: 14px;
  }
}

@media (max-width: 1024px) {
  .hero-layout,
  .about-layout {
    grid-template-columns: 1fr;
  }

  .icon-grid {
    grid-template-columns: 1fr;
    gap: 32px;
  }

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

  .hero-copy h2,
  .center-heading h2,
  .services-copy h2,
  .bottom-band h2 {
    font-size: 46px;
  }

  .hero-card-inner h3,
  .services-copy h4,
  .about-copy h3 {
    font-size: 36px;
  }
}

@media (max-width: 768px) {
  .header-inner,
  .section-inner,
  .footer-inner-copy {
    width: min(1280px, calc(100% - 24px));
  }

  .brand img {
    width: 132px;
  }

  .hero-section {
    padding-bottom: 60px;
  }

  .hero-copy h2,
  .center-heading h2,
  .services-copy h2,
  .bottom-band h2 {
    font-size: 28px;
  }

  .hero-copy h4,
  .services-copy h4,
  .icon-box h4,
  .about-copy h3 {
    font-size: 20px;
  }

  .phone {
    font-size: 34px;
  }

  .hero-card-inner {
    padding: 20px;
  }

  .hero-card-inner h3 {
    font-size: 28px;
  }

  .gallery-grid,
  .fleet-grid {
    grid-template-columns: 1fr;
  }

  .gallery-grid img,
  .fleet-grid img {
    height: 220px;
  }

  .about-text {
    padding: 10px 0 0;
  }

  .about-copy p {
    font-size: 16px;
  }

  .map-section iframe {
    height: 320px;
  }
}

@media (min-width: 769px) and (max-width: 1100px) {
  .gallery-grid img {
    height: 210px;
  }

  .fleet-grid img {
    height: 240px;
  }
}
