:root {
  --green: #075b47;
  --green-deep: #033c32;
  --green-light: #e8f3ef;
  --orange: #ef7d22;
  --ink: #1d2a28;
  --muted: #65716f
}
* {
  box-sizing: border-box
}
html {
  scroll-behavior: smooth
}
body {
  font-family: Arial, Helvetica, sans-serif;
  color: var(--ink);
  line-height: 1.65
}
section {
  scroll-margin-top: 112px
}
.site-header {
  background: #fff;
  box-shadow: 0 3px 18px #14352a12
}
.topbar {
  background: var(--green-deep);
  color: #d9e9e5;
  font-size: .72rem;
  padding: 7px 0
}
.topbar a {
  color: #fff;
  text-decoration: none
}
.top-phone {
  font-weight: 700
}
.top-phone i {
  color: var(--orange);
  margin-right: 5px
}
.topbar-right strong {
  font-weight: 700;
  color: #fff
}
.social-links {
  display: inline-flex;
  gap: 8px
}
.social-links a {
  display: grid;
  place-items: center;
  width: 22px;
  height: 22px;
  border: 1px solid #ffffff55;
  border-radius: 50%;
  font-size: .68rem;
  transition: .2s
}
.social-links a:hover {
  background: var(--orange);
  border-color: var(--orange);
  color: #fff
}
.navbar-brand {
  gap: 10px;
  color: var(--green) !important;
  line-height: 1
}
.navbar-brand strong {
  display: block;
  font-family: Georgia, serif;
  font-size: 1.55rem;
  letter-spacing: -1px
}
.navbar-brand small {
  font-size: .56rem;
  letter-spacing: 1.7px;
  text-transform: uppercase
}
.brand-mark {
  display: grid;
  place-items: center;
  width: 36px;
  height: 36px;
  border-radius: 9px;
  background: var(--orange);
  color: #fff;
  font: bold 23px Georgia, serif
}
.nav-link {
  font-weight: 600;
  color: var(--ink) !important;
  margin: 0 5px
}
.nav-link:hover, .nav-link.active {
  color: var(--orange) !important
}
.navbar-toggler {
  border: 0;
  color: var(--green)
}
.btn {
  border-radius: 0;
  padding: .75rem 1.25rem;
  font-weight: 700;
  transition: .25s
}
.btn-brand {
  background: var(--orange);
  border-color: var(--orange);
  color: #fff
}
.btn-brand:hover {
  background: #cf6517;
  border-color: #cf6517;
  color: #fff;
  transform: translateY(-2px)
}
.hero {
  margin-top: 102px
}
.hero-slide {
  min-height: 640px;
  display: flex;
  align-items: center;
  position: relative;
  background-color: var(--green-deep);
  background-position: center var(--parallax-y, center);
  background-size: cover;
  will-change: background-position;
  animation: heroZoom 6.2s ease-out both
}
.hero-slide:before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, #022d26eF 0%, #063f35d4 46%, #063f3580 100%)
}
.slide-one {
  background-image: url('../assets/hero-1-placeholder.svg')
}
.slide-two {
  background-image: url('../assets/hero-2-placeholder.svg')
}
.slide-three {
  background-image: url('../assets/hero-3-placeholder.svg')
}
.slide-four {
  background-image: url('../assets/hero-4-placeholder.svg')
}
.hero-copy {
  position: relative;
  color: #fff;
  max-width: 700px
}
.carousel-item:not(.active) .hero-copy > * {
  opacity: 0
}
.carousel-item.active .eyebrow {
  animation: slideUp .65s .18s both
}
.carousel-item.active h1, .carousel-item.active h2 {
  animation: slideUp .75s .32s both
}
.carousel-item.active .hero-copy > p:not(.eyebrow) {
  animation: slideUp .75s .48s both
}
.carousel-item.active .hero-copy .btn {
  animation: slideUp .7s .64s both
}
.eyebrow, .section-kicker {
  text-transform: uppercase;
  letter-spacing: 2px;
  font-size: .73rem;
  font-weight: 800;
  color: var(--orange);
  margin-bottom: 1rem
}
.hero h1, .hero h2 {
  font: 700 clamp(2.7rem, 5vw, 5.2rem)/1.05 Georgia, serif;
  margin-bottom: 1.3rem
}
.hero em, .section-title span {
  color: var(--orange);
  font-style: normal
}
.hero-copy > p:not(.eyebrow) {
  font-size: 1.14rem;
  max-width: 590px;
  color: #e4efec
}
.btn-light-brand {
  background: #fff;
  color: var(--green);
  margin-top: 1rem
}
.btn-light-brand:hover {
  background: var(--orange);
  color: #fff
}
.carousel-control-prev, .carousel-control-next {
  width: 7%
}
.section-padding {
  padding: 100px 0
}
.section-tint {
  background: var(--green-light)
}
.section-heading {
  max-width: 710px;
  margin: auto
}
.section-heading > p:last-child {
  color: var(--muted)
}
.section-title {
  font: 700 clamp(2.2rem, 4vw, 3.5rem)/1.15 Georgia, serif;
  color: var(--green);
  margin-bottom: 1.25rem
}
.lead-text {
  font-size: 1.16rem;
  color: #3a4b47
}
.about-visual {
  position: relative
}
.about-visual img {
  width: 100%;
  border-radius: 3px;
  min-height: 410px;
  object-fit: cover
}
.experience-badge {
  position: absolute;
  bottom: -20px;
  right: 25px;
  background: var(--orange);
  color: #fff;
  padding: 18px 24px;
  display: flex;
  gap: 12px;
  align-items: center
}
.experience-badge strong {
  font: 700 2.3rem/1 Georgia, serif
}
.experience-badge span {
  font-size: .8rem;
  line-height: 1.25
}
.feature-line {
  font-weight: 700;
  margin-bottom: 8px
}
.feature-line i, .text-link i {
  color: var(--orange)
}
.text-link {
  display: inline-block;
  margin-top: 22px;
  color: var(--green);
  font-weight: 800;
  text-decoration: none
}
.text-link:hover {
  color: var(--orange)
}
.service-card {
  height: 100%;
  background: #fff;
  padding: 31px 28px;
  border-bottom: 3px solid transparent;
  box-shadow: 0 8px 25px #03433510;
  transition: .25s
}
.service-card:hover {
  transform: translateY(-6px);
  border-color: var(--orange);
  box-shadow: 0 14px 35px #03433522
}
.service-card > i {
  font-size: 1.7rem;
  color: var(--orange);
  margin-bottom: 19px
}
.service-card h3, .product-card h3, .why-card h3 {
  font: 700 1.33rem Georgia, serif;
  color: var(--green)
}
.service-card p, .product-card p {
  color: var(--muted);
  margin-bottom: 0
}
.product-card {
  position: relative;
  height: 180px;
  border: 1px solid #dce8e4;
  padding: 27px 22px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  overflow: hidden;
  transition: .25s
}
.product-card:hover {
  background: var(--green);
  transform: translateY(-5px)
}
.product-card:hover h3, .product-card:hover i {
  color: #fff
}
.product-card i {
  font-size: 2rem;
  color: var(--orange);
  position: absolute;
  top: 24px
}
.product-card h3 {
  margin: 0;
  font-size: 1.12rem
}
.product-number {
  position: absolute;
  top: 16px;
  right: 18px;
  color: #bdd2cb;
  font: bold .75rem Arial
}
.why-section {
  background: linear-gradient(115deg, #034438, #073b31);
  padding: 100px 0
}
.why-section .section-title {
  color: #fff
}
.why-card {
  height: 100%;
  background: #ffffff10;
  border: 1px solid #ffffff20;
  padding: 24px;
  color: #fff
}
.why-card i {
  color: var(--orange);
  font-size: 1.5rem
}
.why-card h3 {
  color: #fff;
  margin: 14px 0 6px
}
.why-card p {
  font-size: .9rem;
  color: #cde1db;
  margin: 0
}
.contact-section {
  background: #fbfcfb
}
.contact-detail {
  display: flex;
  gap: 15px;
  margin: 25px 0
}
.contact-detail i {
  color: var(--orange);
  font-size: 1.2rem;
  padding-top: 4px
}
.contact-detail strong {
  display: block;
  color: var(--green)
}
.contact-form {
  background: #fff;
  padding: 35px;
  box-shadow: 0 12px 40px #053e3212
}
.contact-form label {
  font-weight: 700;
  font-size: .86rem;
  margin-bottom: 6px
}
.form-control {
  border-radius: 0;
  border-color: #d7e1de;
  padding: .75rem
}
.form-control:focus {
  border-color: var(--orange);
  box-shadow: 0 0 0 .2rem #ef7d2222
}
.form-note {
  display: inline-block;
  margin-left: 14px;
  color: var(--green);
  font-weight: 700;
  font-size: .9rem
}
.site-footer {
  background: #022c25;
  color: #c6dbd5;
  padding: 46px 0 24px
}
.site-footer a {
  color: #c6dbd5;
  text-decoration: none;
  margin-left: 18px;
  font-size: .9rem
}
.site-footer a:hover {
  color: var(--orange)
}
.site-footer hr {
  border-color: #ffffff1e;
  margin: 28px 0 20px
}
.back-to-top {
  position: fixed;
  right: 20px;
  bottom: 20px;
  width: 42px;
  height: 42px;
  display: grid;
  place-items: center;
  background: var(--orange);
  color: #fff;
  text-decoration: none;
  opacity: 0;
  visibility: hidden;
  transform: translateY(10px);
  transition: .2s
}
.back-to-top.show {
  opacity: 1;
  visibility: visible;
  transform: none
}
@keyframes slideUp {
  from {
    opacity: 0;
    transform: translateY(34px)
  }
  to {
    opacity: 1;
    transform: translateY(0)
  }
}
@keyframes heroZoom {
  from {
    background-size: 108%
  }
  to {
    background-size: 100%
  }
}
@media (prefers-reduced-motion:reduce) {
  .hero-slide, .carousel-item.active .hero-copy > * {
    animation: none !important
  }
}
@media(max-width:991px) {
  .navbar-collapse {
    background: #fff;
    padding: 14px
  }
  .nav-link {
    padding: 9px 0
  }
  .hero-slide {
    min-height: 590px
  }
  .section-padding, .why-section {
    padding: 75px 0
  }
}
@media(max-width:575px) {
  .topbar {
    padding: 6px 0
  }
  .topbar .container {
    justify-content: center !important;
    text-align: center
  }
  .topbar-right {
    justify-content: center;
    gap: 7px !important
  }
  .topbar-right span {
    font-size: .64rem
  }
  .hero {
    margin-top: 126px
  }
  .hero-slide {
    min-height: 560px;
    background-position: center !important
  }
  .carousel-control-prev, .carousel-control-next {
    display: none
  }
  .section-padding, .why-section {
    padding: 62px 0
  }
  .contact-form {
    padding: 23px
  }
  .form-note {
    display: block;
    margin: 12px 0 0
  }
  .site-footer a {
    margin-left: 12px
  }
  .about-visual img {
    min-height: 300px
  }
}