/* ==========================================================================
   Website updates - September 2026
   New fleet (Liebherr LTM 1060-3.1 coming soon, Franna AT-15, Kenworth K200),
   key contacts and the Capability Statement request section.
   ========================================================================== */

.equipment-img {
  max-width: 100%;
  height: auto;
}

/* Buttons
   ========================================================================== */

.btn-williams,
.default-copy a.btn-williams {
  display: inline-block;
  margin-top: 0;
  padding: 0.8rem 2.2rem;
  border: 2px solid #000;
  border-radius: 30px;
  background: #000;
  color: #fff !important;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  transition: background 0.2s ease, color 0.2s ease;
}
.btn-williams:hover,
.btn-williams:focus,
.default-copy a.btn-williams:hover {
  background: #faa627;
  color: #000 !important;
  text-decoration: none !important;
}

/* Equipment page: crane groups, badges and photo links
   ========================================================================== */

.equipment-group-title {
  display: inline-block;
  margin-bottom: 2.5rem;
  padding-bottom: 0.4rem;
  border-bottom: 4px solid #000;
  font-weight: 900;
  text-transform: uppercase;
}

.equipment-badge {
  display: inline-block;
  margin-bottom: 0.75rem;
  padding: 0.3rem 0.9rem;
  border-radius: 20px;
  background: #000;
  color: #faa627;
  font-size: 0.8rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.default-copy a.equipment-lightbox {
  display: inline-block;
  margin-top: 0;
  cursor: zoom-in;
}
.default-copy a.equipment-photos-link {
  margin-top: 0;
  font-weight: 700;
  text-decoration: underline;
}

/* "Coming Soon" banner across a photo
   ========================================================================== */

.coming-soon-media {
  position: relative;
  display: inline-block;
  max-width: 100%;
  overflow: hidden;
  vertical-align: top;
}
.coming-soon-media img {
  display: block;
  margin: 0 !important;
}
.coming-soon-banner {
  position: absolute;
  z-index: 1;
  top: 50%;
  left: -15%;
  width: 130%;
  padding: 0.35em 0 0.4em;
  border-top: 3px solid #faa627;
  border-bottom: 3px solid #faa627;
  background: rgba(0, 0, 0, 0.85);
  box-shadow: 0 6px 18px rgba(0, 0, 0, 0.35);
  color: #faa627;
  font-family: "Lato", sans-serif;
  font-size: 2rem;
  font-weight: 900;
  line-height: 1;
  letter-spacing: 0.12em;
  text-align: center;
  text-transform: uppercase;
  transform: translateY(-50%) rotate(-10deg);
}
.coming-soon-banner small {
  display: block;
  margin-top: 0.35em;
  color: #fff;
  font-size: 0.42em;
  font-weight: 700;
  letter-spacing: 0.25em;
}

/* Home page: Liebherr LTM 1060-3.1 promo
   ========================================================================== */

#home-coming-soon-section {
  padding: 110px 0;
  background: #fff;
}
#home-coming-soon-section .coming-soon-media {
  display: block;
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.25);
}
#home-coming-soon-section .coming-soon-media img {
  width: 100%;
}
#home-coming-soon-section .coming-soon-banner {
  border-width: 5px;
  font-size: 3.6rem;
}
#home-coming-soon-section h2 {
  margin-bottom: 1rem;
  font-size: 2.6rem;
  line-height: 1.1;
  text-transform: uppercase;
}
.nowrap {
  white-space: nowrap;
}
#home-coming-soon-section .coming-soon-date {
  margin-bottom: 1.5rem;
  color: #000;
  font-size: 1.4rem;
  font-weight: 700;
}
#home-coming-soon-section .coming-soon-date span {
  padding: 0.1em 0.5em;
  background: #faa627;
}

.spec-list {
  margin: 0 0 2rem;
  padding: 0;
  list-style: none;
}
.spec-list li {
  display: flex;
  align-items: baseline;
  padding: 0.6rem 0;
  border-bottom: 1px solid rgba(0, 0, 0, 0.12);
  color: #000;
  font-size: 1.1rem;
}
.spec-list li strong {
  min-width: 8.5rem;
  font-size: 1.5rem;
  font-weight: 900;
}

@media all and (max-width: 1199px) {
  #home-coming-soon-section .coming-soon-copy {
    margin-top: 3rem;
  }
}
@media all and (max-width: 767px) {
  #home-coming-soon-section {
    padding: 60px 0;
  }
  #home-coming-soon-section .coming-soon-banner {
    border-width: 3px;
    font-size: 2rem;
  }
}

/* Equipment page: Kenworth K200 gallery (black transport section)
   ========================================================================== */

.fleet-gallery {
  padding: 0 3rem 3.5rem;
}
.fleet-gallery h3 {
  margin-bottom: 1.5rem;
  text-transform: uppercase;
}
.fleet-gallery a {
  display: block;
  margin-bottom: 30px;
  overflow: hidden;
  cursor: zoom-in;
}
.fleet-gallery img {
  display: block;
  width: 100%;
  height: auto;
  transition: transform 0.4s ease;
}
.fleet-gallery a:hover img {
  transform: scale(1.05);
}
@media all and (max-width: 576px) {
  .fleet-gallery {
    padding: 0 1rem 2rem;
  }
}

/* Contact page: key contacts
   ========================================================================== */

.key-contacts h4 {
  margin-bottom: 0.25rem;
}
.key-contacts .contact-name {
  font-weight: 700;
}

/* Services page: Capability Statement request
   ========================================================================== */

#capability-statement-section {
  padding: 120px 0;
  overflow: hidden;
}

.capstat-grid {
  display: grid;
  grid-template-columns: minmax(0, 5fr) minmax(0, 7fr);
  grid-template-rows: auto 1fr;
  grid-template-areas:
    "visual head"
    "visual form";
  column-gap: 70px;
  align-items: start;
}

/* Heading */
.capstat-head {
  grid-area: head;
  text-align: left;
}
.capstat-head h2 {
  margin: 0.75rem 0 1rem;
  color: #000;
  font-size: 3.4rem;
  line-height: 1;
  letter-spacing: -0.01em;
  text-transform: uppercase;
}
.capstat-head p {
  max-width: 36em;
  margin: 0;
  color: #000;
}

/* Cover with a black sheet behind it, and the "What's inside" card overlapping */
.capstat-visual {
  grid-area: visual;
  align-self: center;
}
.capstat-cover {
  position: relative;
  width: 80%;
  max-width: 380px;
}
.capstat-cover::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: #000;
  transform: rotate(4deg) translate(18px, 6px);
}
.capstat-cover img {
  position: relative;
  display: block;
  width: 100%;
  height: auto;
  border: 8px solid #fff;
  box-shadow: 0 30px 60px rgba(0, 0, 0, 0.35);
  transform: rotate(-3deg);
  transition: transform 0.4s ease;
}
.capstat-cover:hover img {
  transform: rotate(0deg) translateY(-6px);
}

.capstat-inside {
  position: relative;
  z-index: 1;
  width: 88%;
  margin: -64px 0 0 auto;
  padding: 1.75rem 2rem;
  background: #000;
  box-shadow: 0 24px 48px rgba(0, 0, 0, 0.3);
  text-align: left;
}
.capstat-inside h3 {
  margin: 0 0 1.1rem;
  padding-bottom: 0.6rem;
  border-bottom: 2px solid #faa627;
  color: #faa627;
  font-size: 0.85rem;
  font-weight: 900;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}
.capability-points {
  margin: 0;
  padding: 0;
  list-style: none;
}
.capability-points li {
  position: relative;
  margin: 0 0 0.7rem;
  padding-left: 2.2rem;
  color: #fff;
  font-size: 1.05rem;
  font-weight: 700;
  line-height: 1.45;
}
.capability-points li:last-child {
  margin-bottom: 0;
}
.capability-points li::before {
  content: "\f00c";
  position: absolute;
  top: 0.05em;
  left: 0;
  width: 1.45rem;
  height: 1.45rem;
  background: #faa627;
  color: #000;
  font-family: "Font Awesome 6 Free";
  font-size: 0.72rem;
  font-weight: 900;
  line-height: 1.45rem;
  text-align: center;
}

/* Form card with a hazard-stripe edge */
.capstat-form-card {
  position: relative;
  grid-area: form;
  margin-top: 2.25rem;
  padding: 2.6rem 2.4rem 2.2rem;
  background: #fff;
  box-shadow: 0 30px 60px rgba(0, 0, 0, 0.18);
  text-align: left;
}
.capstat-form-card::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  height: 10px;
  background: repeating-linear-gradient(-45deg, #000 0, #000 12px, #faa627 12px, #faa627 24px);
}
.capstat-form-card h3 {
  margin: 0 0 0.35rem;
  color: #000;
  font-size: 1.55rem;
  font-weight: 900;
  text-transform: uppercase;
}
.capstat-form-card .capstat-form-intro {
  margin: 0 0 1.4rem;
  color: #555;
  font-size: 1rem;
  line-height: 1.5;
}

/* Gravity Forms inside the card */
#capability-statement-section .gform_wrapper.gravity-theme {
  margin: 0;
}
#capability-statement-section .gform_wrapper.gravity-theme .gform_required_legend {
  margin: 0 0 1rem;
  color: #777;
  font-size: 0.8rem;
}
#capability-statement-section .gform_wrapper.gravity-theme .gform_fields {
  grid-column-gap: 20px;
  grid-row-gap: 18px;
}
#capability-statement-section .gform_wrapper.gravity-theme .gfield_label {
  display: block;
  margin-bottom: 6px;
  padding: 0;
  color: #111;
  font-size: 0.75rem;
  font-weight: 900;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}
#capability-statement-section .gform_wrapper.gravity-theme .gfield_required {
  color: #d97706;
}
#capability-statement-section .gform_wrapper.gravity-theme input[type="text"],
#capability-statement-section .gform_wrapper.gravity-theme input[type="email"],
#capability-statement-section .gform_wrapper.gravity-theme input[type="tel"] {
  width: 100%;
  height: 52px;
  padding: 0 16px;
  border: 2px solid #e3e3e3;
  border-radius: 4px;
  background: #f7f7f7;
  color: #111;
  font-size: 1rem;
  transition: border-color 0.2s ease, background 0.2s ease, box-shadow 0.2s ease;
}
#capability-statement-section .gform_wrapper.gravity-theme input[type="text"]:focus,
#capability-statement-section .gform_wrapper.gravity-theme input[type="email"]:focus,
#capability-statement-section .gform_wrapper.gravity-theme input[type="tel"]:focus {
  border-color: #faa627;
  outline: none;
  background: #fff;
  box-shadow: 0 0 0 4px rgba(250, 166, 39, 0.25);
}
#capability-statement-section .gform_wrapper.gravity-theme .gform_footer {
  margin: 1.4rem 0 0;
  padding: 0;
}
#capability-statement-section .gform_wrapper.gravity-theme .gform_footer input[type="submit"] {
  width: 100%;
  height: 56px;
  margin: 0;
  border: 0;
  border-radius: 4px;
  background: #000;
  color: #fff;
  font-size: 1rem;
  font-weight: 900;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  cursor: pointer;
  transition: background 0.2s ease, color 0.2s ease;
}
#capability-statement-section .gform_wrapper.gravity-theme .gform_footer input[type="submit"]:hover,
#capability-statement-section .gform_wrapper.gravity-theme .gform_footer input[type="submit"]:focus {
  background: #faa627;
  color: #000;
}
#capability-statement-section .gform_confirmation_message {
  padding: 1.25rem 1.5rem;
  border-left: 6px solid #faa627;
  background: #fff4e0;
  color: #111;
  font-weight: 700;
}

@media all and (max-width: 1199px) {
  .capstat-grid {
    column-gap: 40px;
  }
  .capstat-head h2 {
    font-size: 2.8rem;
  }
}
@media all and (max-width: 991px) {
  #capability-statement-section {
    padding: 60px 0;
  }
  .capstat-grid {
    grid-template-columns: minmax(0, 1fr);
    grid-template-rows: auto;
    grid-template-areas:
      "head"
      "visual"
      "form";
    row-gap: 3rem;
  }
  .capstat-head {
    text-align: center;
  }
  .capstat-head h2 {
    font-size: 2.4rem;
  }
  .capstat-head p {
    margin: 0 auto;
  }
  .capstat-cover {
    width: 70%;
    max-width: 300px;
    margin: 0 auto;
  }
  .capstat-inside {
    width: 100%;
    max-width: 460px;
    margin: -40px auto 0;
  }
  .capstat-form-card {
    margin-top: 0;
  }
}
@media all and (max-width: 576px) {
  .capstat-head h2 {
    font-size: 2rem;
  }
  .capstat-inside {
    padding: 1.5rem 1.25rem;
  }
  .capstat-form-card {
    padding: 2.2rem 1.25rem 1.5rem;
  }
}
