* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  min-width: 980px;
  color: #111;
  background: #fff;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 14px;
}

a {
  color: inherit;
}

.site-header {
  height: 100px;
  background: #050505;
  display: flex;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  min-width: 980px;
  z-index: 50;
}

.logo-tile {
  width: 330px;
  height: 100px;
  background: #5fb249;
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
}

.logo-tile img {
  width: 196px;
  height: auto;
  display: block;
}

.main-nav {
  flex: 1;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 54px;
}

.main-nav a {
  color: #fff;
  text-decoration: none;
  font-size: 13px;
  letter-spacing: .08em;
  font-weight: 700;
}

.hero {
  height: 1236px;
  position: relative;
  overflow: hidden;
  display: grid;
  place-items: center;
  padding-top: 100px;
  background: #d6d1c7;
}

.hero-video,
.hero-fallback {
  position: absolute;
  inset: 100px 0 0;
  width: 100%;
  height: calc(100% - 100px);
  object-fit: cover;
}

.hero-fallback {
  background:
    linear-gradient(180deg, rgba(255,255,255,.18), rgba(255,255,255,.08)),
    url("../assets/img/11062b_4402568a97474297baea6f7a1f16a2b2f000.jpg") center/cover no-repeat;
  z-index: 0;
}

.hero-video {
  z-index: 1;
  filter: saturate(.95) brightness(1.04);
}

.hero::after {
  content: "";
  position: absolute;
  inset: 100px 0 0;
  z-index: 2;
  background: rgba(255, 255, 255, .06);
  pointer-events: none;
}

.hero-content {
  position: relative;
  z-index: 3;
  width: 760px;
  margin-top: -110px;
  display: grid;
  justify-items: center;
  color: #fff;
  text-align: center;
}

.hero-logo {
  width: 732px;
  height: auto;
  filter: drop-shadow(0 1px 6px rgba(0,0,0,.12));
}

.hero-content p {
  margin: 16px 0 16px;
  color: #fff;
  font-size: 12px;
  letter-spacing: .08em;
  font-weight: 700;
}

.hero-buttons {
  display: grid;
  gap: 12px;
}

.hero-buttons a,
.outline-button,
.load-more,
.contact-form button {
  min-width: 154px;
  height: 28px;
  border: 1px solid currentColor;
  background: transparent;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: currentColor;
  text-decoration: none;
  font-size: 10px;
  font-weight: 700;
  cursor: pointer;
}

.hero-buttons a {
  color: #fff;
  min-width: 176px;
  height: 40px;
  font-size: 13px;
}

.section-white {
  background: #fff;
}

.services-section {
  min-height: 958px;
  padding: 68px 0 86px;
  text-align: center;
}

h1 {
  margin: 0;
  font-size: 55px;
  line-height: 1;
  letter-spacing: .05em;
  font-weight: 800;
}

.green-line {
  width: 83px;
  height: 6px;
  margin: 22px auto 52px;
  background: #5fb249;
}

.green-line.left {
  margin: 19px 0 36px;
}

.service-cards {
  width: 660px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 40px;
}

.service-cards article {
  margin: 0;
}

.service-cards img {
  width: 300px;
  height: 228px;
  object-fit: cover;
  display: block;
}

.service-cards h2 {
  margin: 0;
  height: 90px;
  background: #f7f7f7;
  display: grid;
  place-items: center;
  color: #777;
  font-size: 22px;
  font-weight: 700;
}

.services-copy {
  width: 860px;
  margin: 76px auto 0;
  color: #333;
  font-size: 17px;
  line-height: 1.7;
}

.services-copy p {
  margin: 0 0 19px;
}

.gold-band {
  min-height: 292px;
  display: grid;
  place-items: center;
  overflow: hidden;
  background:
    linear-gradient(90deg, #ffef9b 0%, #c58a13 24%, #b37405 50%, #dcb23c 72%, #fff3a5 100%),
    url("../assets/img/7af84e_c7f189142a994e6a929a928804e7c2a5~mv2.jpg") center/cover no-repeat;
}

.anniversary {
  width: 980px;
  display: grid;
  grid-template-columns: 1fr 320px 1fr;
  align-items: center;
  gap: 45px;
  color: #fff;
  text-align: center;
  font-weight: 800;
}

.anniversary p {
  margin: 0;
  font-size: 31px;
  line-height: 1.1;
  letter-spacing: .01em;
}

.anniversary-mark {
  position: relative;
  width: 320px;
  height: 220px;
  display: grid;
  place-items: center;
}

.anniversary-mark img {
  position: absolute;
  inset: 0;
  width: 320px;
  height: 220px;
  object-fit: contain;
  transform: translateY(11px);
}

.anniversary-mark strong {
  position: relative;
  z-index: 1;
  font-size: 94px;
  line-height: 1;
  color: #fff;
}

.about-section {
  min-height: 683px;
  display: grid;
  grid-template-columns: 1fr 1fr;
}

.about-text {
  padding: 86px 0 70px 150px;
}

.about-text h1 {
  font-size: 55px;
}

.about-text p {
  width: 420px;
  margin: 0 0 24px;
  color: #333;
  font-size: 17px;
  line-height: 1.72;
}

.outline-button {
  color: #111;
  margin-top: 13px;
}

.about-photo {
  background: url("../assets/img/4941be261c8c4b31840e950e968d25a3.jpg") center/cover no-repeat;
}

.green-band {
  height: 306px;
  background: #5fb249;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  align-items: center;
  justify-items: center;
  color: #fff;
  text-align: center;
  padding: 0 120px;
}

.stat {
  width: 220px;
  min-height: 150px;
  display: grid;
  place-items: center;
  align-content: center;
  position: relative;
}

.stat + .stat::before {
  content: "";
  position: absolute;
  left: -24px;
  top: 20px;
  bottom: 20px;
  width: 2px;
  background: rgba(255, 255, 255, .85);
}

.stat strong {
  display: block;
  font-size: 64px;
  line-height: 1;
  font-weight: 800;
  margin-bottom: 22px;
}

.stat span {
  display: block;
  font-size: 22px;
  line-height: 1.12;
  font-weight: 800;
}

.projects-section {
  min-height: 905px;
  padding: 72px 0 92px;
  text-align: center;
}

.gallery {
  width: 680px;
  max-height: 382px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 22px;
  overflow: hidden;
}

.gallery.is-expanded {
  max-height: none;
}

.gallery img {
  width: 329px;
  height: 329px;
  object-fit: cover;
  display: block;
}

.load-more {
  width: 92px;
  min-width: 92px;
  height: 28px;
  margin: 29px auto 0;
  color: #999;
  border-color: #aaa;
  font-weight: 400;
  background: #fff;
}

.products-section {
  height: 380px;
  padding: 58px 0;
  text-align: center;
  background: #f5f5f5;
  overflow: hidden;
}

.products-section h1 {
  font-size: 55px;
}

.products-section .green-line {
  margin-bottom: 34px;
}

.products-section img {
  display: block;
  width: 164px;
  height: auto;
  margin: 0 auto;
  object-fit: contain;
}

.contact-section {
  min-height: 1210px;
  padding: 72px 0 0;
  text-align: center;
}

.contact-section h1 {
  font-size: 55px;
}

.map-strip {
  position: relative;
  display: block;
  width: 100%;
  height: 370px;
  margin-top: 96px;
  overflow: hidden;
  background: #e5e5e5;
}

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

.contact-grid {
  width: 930px;
  margin: 74px auto 0;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 170px;
  text-align: left;
}

.quote,
.contact-info {
  width: 360px;
}

.contact-logo {
  width: 300px;
  height: auto;
  display: block;
  margin: -12px 0 38px;
}

.quote h2,
.contact-info h2 {
  margin: 0 0 14px;
  color: #2b435c;
  font-size: 27px;
  line-height: 1.2;
}

.quote p,
.contact-info p {
  color: #4b4b4b;
  font-size: 17px;
  line-height: 1.55;
  margin: 0 0 28px;
}

.contact-info a {
  color: #111;
  text-decoration: underline;
}

.contact-form {
  margin-top: 37px;
  display: grid;
  gap: 5px;
}

.contact-form input,
.contact-form textarea {
  width: 360px;
  border: 0;
  background: #f6f6f6;
  color: #555;
  padding: 8px 10px;
  font: inherit;
  font-size: 14px;
  outline: none;
}

.contact-form input {
  height: 34px;
}

.contact-form textarea {
  height: 128px;
  resize: none;
}

.contact-form button {
  justify-self: end;
  min-width: 101px;
  width: 101px;
  height: 28px;
  margin-top: 7px;
  color: #111;
  background: #fff;
  font-size: 10px;
}

.mini-line {
  width: 44px;
  height: 5px;
  background: #5fb249;
  margin: 2px 0 20px;
}

.contact-info h3 {
  margin: 0 0 13px;
  color: #2b435c;
  font-size: 24px;
}

.site-footer {
  width: 930px;
  margin: -60px auto 48px;
  color: #555;
  font-size: 11px;
}

.site-footer a {
  color: #555;
}

@media (max-width: 980px) {
  body {
    min-width: 980px;
  }
}
