:root {
  --ink: #102b18;
  --paper: #fbfcfa;
  --red: #4cad50;
  --blue: #256336;
  --blue-deep: #102b18;
  --muted: #aeb7ae;
  --line: rgba(16, 43, 24, .16);
}

.site-header {
  position: fixed;
  width: 100%;
  background: rgba(16, 43, 24, .92);
  backdrop-filter: blur(10px);
}

.brand-logo {
  display: block;
  width: 235px;
  height: 72px;
  object-fit: contain;
}

.site-header .brand-logo {
  transform: translateY(9px);
}

.hero:after {
  border-color: rgba(255, 255, 255, .26);
  box-shadow: 0 0 0 65px rgba(255, 255, 255, .04), 0 0 0 130px rgba(76, 173, 80, .14);
}

.hero,
.why,
footer {
  background-color: var(--blue-deep);
}

.hero {
  background-image: linear-gradient(125deg, var(--blue-deep), var(--blue));
}

.service-card.featured {
  background: var(--red);
}

footer {
  border-top-color: var(--red);
}

/* Replace a photo slot's background-image with a supplied shop or vehicle image. */
.hero {
  grid-template-columns: 1.15fr .85fr;
  align-items: center;
  isolation: isolate;
  background: var(--blue-deep);
}

.hero::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  background: linear-gradient(90deg, rgba(8, 31, 16, .94) 0%, rgba(8, 31, 16, .72) 42%, rgba(8, 31, 16, .22) 100%);
}

.photo-slot {
  position: relative;
  display: flex;
  align-items: end;
  overflow: hidden;
  min-height: 220px;
  padding: 22px;
  color: #fff;
  border: 1px dashed rgba(255, 255, 255, .72);
  background-color: #1b4d2a;
  background-image: linear-gradient(135deg, rgba(12, 45, 24, .52), rgba(76, 173, 80, .38)), repeating-linear-gradient(-45deg, transparent 0 22px, rgba(255, 255, 255, .08) 22px 23px);
}

.photo-slot::before {
  content: "PHOTO";
  position: absolute;
  top: 18px;
  right: 20px;
  font-family: "Barlow Condensed", sans-serif;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: .2em;
  color: rgba(255, 255, 255, .68);
}

.photo-slot > div { position: relative; z-index: 1; }
.photo-slot span { font-family: "Barlow Condensed", sans-serif; font-size: 14px; font-weight: 800; letter-spacing: .16em; text-transform: uppercase; }
.photo-slot p { margin: 7px 0 0; max-width: 215px; font-size: 14px; line-height: 1.35; }
.hero-photo {
  position: absolute;
  inset: 0;
  z-index: 0;
  min-height: 0;
  border: 0;
  background-color: #1b4d2a;
  background-image: url("assets/all-faze-hero-golden-hour.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.hero-photo::before, .hero-photo > div { display: none; }
.hero-copy, .hero-panel { z-index: 2; }
.hero-panel { justify-self: stretch; max-width: none; }
.hero:after, .hero-lines { display: none; }

.map-section {
  height: min(52vw, 460px);
  min-height: 330px;
  background: #dbe3df;
}

.map-section iframe {
  display: block;
  width: 100%;
  height: 100%;
  border: 0;
}

@media (max-width: 750px) {
  .brand-logo { width: 175px; height: 58px; }
  .site-header .brand-logo { transform: translateY(6px); }
  .hero { grid-template-columns: 1fr; align-items: end; }
  .hero::before { background: linear-gradient(90deg, rgba(8, 31, 16, .93), rgba(8, 31, 16, .58)); }
  .hero-photo { min-height: 0; }
  .map-section { height: 360px; min-height: 0; }
}
