:root {
  --lime: #add831;
  --black: #000000;
  --blue: #7292a1;
  --off: #ececec;
  --text: #111111;
}

* {
  box-sizing: border-box;
  font-family: "Montserrat", sans-serif;
}
html {
  scroll-behavior: smooth;
  scrollbar-gutter: stable;
}
body {
  margin: 0;
  font-family: "Montserrat", serif;
  background: #000;
  color: #fff;
}
img {
  max-width: 100%;
  display: block;
}
a {
  text-decoration: none;
  color: inherit;
}

.page {
  width: 100%;
  max-width: none;
  margin: 0;
  background: #000;
  overflow-x: hidden;
  overflow-y: visible;
}

.font-heavy {
  font-weight: 900;
  letter-spacing: 0.2px;
}
h3 {
  font-size: 27px;
  font-weight: 900;
  text-transform: uppercase;
}
.section-title {
  font-size: 34px;
  line-height: 0.95;
  margin: 0 0 22px;
  text-transform: uppercase;
  font-weight: 900;
}
.section-title.center {
  text-align: center;
}
.lime {
  color: var(--lime);
}
.white {
  color: #fff;
}
.black {
  color: #000;
}

.btn-box {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 188px;
  padding: 10px 28px;
  border: 2px solid currentColor;
  color: inherit;
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
  line-height: 1;
  background: transparent;
}
.btn-lime {
  background: var(--lime);
  color: #000;
  border-color: #222;
}
.btn-white {
  background: transparent;
  color: #fff;
  border-color: #fff;
}
.btn-darkline {
  background: transparent;
  color: #000;
  border-color: #111;
}
.btn-limeline {
  background: transparent;
  color: var(--lime);
  border-color: var(--lime);
}

.topbar {
  position: absolute;
  inset: 0 0 auto 0;
  z-index: 3;
  padding: 18px 34px 0;
}
body.menu-open .topbar {
  position: fixed;
  z-index: 1085;
}
.topbar-inner {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 20px;
}
.topbar .logo {
  width: 150px;
}
.topbar-right {
  display: flex;
  align-items: center;
  gap: 34px;
  padding-top: 10px;
  font-size: 22px;
  font-weight: 700;
}
.topbar-contact {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  white-space: nowrap;
}
.topbar-contact-phone,
.topbar-contact-email,
.topbar-contact-text {
  display: inline-flex;
  align-items: center;
}
.topbar-contact-phone:hover,
.topbar-contact-phone:focus,
.topbar-contact-email:hover,
.topbar-contact-email:focus {
  color: var(--lime);
}
.topbar-menu {
  font-size: 30px;
  line-height: 1;
  color: #fff;
  background: transparent;
  border: 0;
  padding: 0;
  cursor: pointer;
}
.topbar-menu:focus {
  outline: none;
}

.site-menu {
  background: #000;
  color: #fff;
  width: 100vw;
  max-width: 100%;
  height: 100vh;
  border-left: 0;
  z-index: 1070;
}
.site-menu .offcanvas-body {
  min-height: 100vh;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-end;
  gap: 14px;
  text-align: right;
  padding-right: 48px;
}
.site-menu .menu-link {
  display: block;
  color: #fff;
  font-size: 25px;
  font-weight: 400;
  text-transform: uppercase;
  line-height: 1.15;
  padding: 6px 0;
}
.offcanvas-backdrop.show {
  background: #000;
  opacity: 1;
  z-index: 1060;
}

.hero {
  position: relative;
  min-height: 790px;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}
.hero::before {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.34);
}
.hero-center {
  position: relative;
  z-index: 2;
  min-height: 790px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 150px 20px 120px;
}
.hero h1 {
  margin: 110px 0 0;
  text-transform: uppercase;
  font-size: 50px;
  line-height: 0.95;
  font-weight: 900;
  text-shadow: 0 2px 4px rgba(0, 0, 0, 0.25);
}

.intro {
  background: var(--blue);
  color: #000;
  text-align: center;
  padding: 68px 0 78px;
}
.intro .lead-title {
  max-width: 980px;
  margin: 0 auto 26px;
  color: #fff;
  font-size: 30px;
  line-height: 0.95;
  font-weight: 900;
  text-transform: uppercase;
}
.intro .copy {
  max-width: 1100px;
  margin: 0 auto;
  font-size: 16px;
  line-height: 1.45;
}
.intro .copy p {
  margin: 0 0 22px;
}

.services-head {
  background: #000;
  text-align: center;
  padding: 28px 20px 24px;
}
.services-head h2 {
  margin: 0;
  font-size: 34px;
  font-weight: 900;
  text-transform: uppercase;
}

.service-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
}
.service-cell {
  min-height: 372px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.service-copy {
  text-align: center;
  padding: 42px 34px;
  color: #000;
}
.service-copy.blackbg {
  color: #fff;
}
.service-copy h3 {
  margin: 0 0 14px;
  text-transform: uppercase;
  font-size: 30px;
  line-height: 0.98;
  font-weight: 900;
}
.service-copy ul {
  list-style: none;
  padding: 0;
  margin: 0 0 26px;
  font-size: 17px;
  line-height: 1.35;
  font-weight: 700;
}
.service-copy img {
  width: 100%;
  height: 372px;
  object-fit: cover;
}
.bg-lime {
  background: var(--lime);
}
.bg-black {
  background: #000;
}
.bg-light {
  background: #efefef !important;
}
.service-photo img,
.service-photo {
  height: 372px;
  width: 100%;
  object-fit: cover;
}

.why {
  background: var(--blue);
  color: #000;
  text-align: center;
  padding: 78px 20px 64px;
}
.why h2 {
  margin: 0 0 24px;
  color: #fff;
  font-size: 34px;
  line-height: 1;
  font-weight: 900;
  text-transform: uppercase;
}
.why ul {
  list-style: none;
  padding: 0;
  margin: 0 0 18px;
  font-size: 20px;
  line-height: 1.55;
  font-weight: 800;
}
.why p {
  margin: 10px auto;
  font-size: 16px;
  line-height: 1.15;
  max-width: 980px;
}

.coverage {
  background: #000;
  padding: 0;
}
.coverage-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  align-items: stretch;
}
.coverage-copy {
  padding: 72px 56px 70px;
}
.coverage-copy p {
  font-size: 16px;
  line-height: 1.5;
  margin: 0 0 16px;
}
.coverage-copy .towns {
  font-size: 24px;
  line-height: 1.25;
  font-weight: 900;
  color: var(--lime);
}
.coverage-map {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  padding: 0;
  overflow: hidden;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}

.gallery {
  background: #ebebeb;
  color: #000;
  padding: 66px 38px 70px;
  text-align: center;
}
.gallery h2 {
  margin: 0 0 34px;
  font-size: 34px;
  font-weight: 900;
  text-transform: uppercase;
  color: var(--lime);
}
.gallery-slider {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr) auto;
  align-items: center;
  gap: 14px;
}
.gallery-track {
  --gallery-columns: 6;
  display: flex;
  gap: 14px;
  overflow-x: auto;
  scroll-snap-type: x mandatory;
  scroll-behavior: smooth;
  scrollbar-width: none;
  -ms-overflow-style: none;
}
.gallery-track::-webkit-scrollbar {
  display: none;
}
.gallery-item {
  flex: 0 0 calc((100% - (14px * (var(--gallery-columns) - 1))) / var(--gallery-columns));
  display: block;
  width: 100%;
  padding: 0;
  border: 0;
  background: transparent;
  cursor: zoom-in;
  overflow: hidden;
  scroll-snap-align: start;
  border-radius: 0;
}
.gallery-item:focus-visible {
  outline: 3px solid var(--lime);
  outline-offset: 3px;
}
.gallery-item img {
  width: 100%;
  height: 220px;
  object-fit: cover;
  transition: transform 0.25s ease;
  display: block;
  border-radius: 0;
}
.gallery-item:hover img,
.gallery-item:focus-visible img {
  transform: scale(1.03);
}
.gallery-nav {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 48px;
  border: 0;
  border-radius: 999px;
  background: var(--lime);
  color: #000;
  cursor: pointer;
  transition: transform 0.2s ease, opacity 0.2s ease, background 0.2s ease;
}
.gallery-nav:hover,
.gallery-nav:focus-visible {
  transform: scale(1.05);
  background: #d2eb0f;
}
.gallery-nav[disabled] {
  opacity: 0.35;
  cursor: default;
  transform: none;
}
.gallery-nav span {
  font-size: 34px;
  line-height: 1;
}

.lightbox {
  position: fixed;
  inset: 0;
  z-index: 2000;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 24px;
  background: rgba(0, 0, 0, 0.88);
}
.lightbox[hidden] {
  display: none;
}
.lightbox.is-open {
  animation: lightbox-fade-in 0.22s ease;
}
.lightbox-dialog {
  position: relative;
  max-width: min(92vw, 1200px);
  max-height: 92vh;
}
.lightbox-close {
  position: absolute;
  top: -16px;
  right: -16px;
  width: 44px;
  height: 44px;
  border: 0;
  border-radius: 999px;
  background: #fff;
  color: #000;
  font-size: 30px;
  line-height: 1;
  cursor: pointer;
}
.lightbox-image {
  display: block;
  max-width: 100%;
  max-height: 92vh;
  width: auto;
  height: auto;
  box-shadow: 0 18px 48px rgba(0, 0, 0, 0.4);
}
.lightbox-caption {
  margin-top: 12px;
  text-align: center;
  font-size: 15px;
  line-height: 1.4;
  color: #fff;
}

@keyframes lightbox-fade-in {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

.testimonials {
  position: relative;
  text-align: center;
  padding: 72px 20px 56px;
  background: url("../../img/Duo_tone_background.jpg") center/cover no-repeat;
  min-height: 520px;
}
.testimonials::before {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.52);
}
.testimonials-inner {
  position: relative;
  z-index: 2;
  max-width: 1200px;
  margin: 0 auto;
}
.testimonials h2 {
  margin: 0 0 26px;
  font-size: 34px;
  font-weight: 900;
  text-transform: uppercase;
}
.quote {
  max-width: 1150px;
  margin: 0 auto 14px;
  font-size: 18px;
  line-height: 1.34;
}
.quote-author {
  font-size: 22px;
  font-weight: 900;
  margin: 0;
}
.testimonials-carousel .carousel-inner {
  height: auto;
  transition: height 0.35s ease;
}
.testimonials-carousel .carousel-item {
  padding: 0;
}
.testimonial-slide {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 16px;
  padding-bottom: 28px;
}
.testimonials-carousel .carousel-indicators {
  position: static;
  display: flex;
  justify-content: center;
  gap: 14px;
  margin: 8px 0 28px;
}
.testimonials-carousel .carousel-indicators [data-bs-target] {
  width: 14px;
  height: 14px;
  min-width: 14px;
  min-height: 14px;
  flex: 0 0 14px;
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  border-radius: 50%;
  border: 2px solid #fff;
  background-color: transparent;
  background-clip: padding-box;
  opacity: 1;
  text-indent: -9999px;
}
.testimonials-carousel .carousel-indicators .active {
  background-color: #fff;
}
.dots {
  display: flex;
  justify-content: center;
  gap: 14px;
  margin: 8px 0 28px;
}
.dots span,
.dots button {
  width: 14px;
  height: 14px;
  min-width: 14px;
  min-height: 14px;
  flex: 0 0 14px;
  margin: 0;
  padding: 0;
  border-radius: 50%;
  border: 2px solid #fff;
  display: block;
  background: transparent;
  opacity: 1;
}
.dots button {
  box-sizing: border-box;
  text-indent: -9999px;
}
.dots span.active,
.dots button.active {
  background: #fff;
}
.reviews-line {
  font-size: 22px;
  font-weight: 900;
  margin: 0 0 18px;
}
.google {
  width: 180px;
  margin: 0 auto;
}

.faq {
  background: #000;
  text-align: center;
  padding: 50px 20px 92px;
}
.faq h2 {
  margin: 0 0 32px;
  font-size: 34px;
  font-weight: 900;
  text-transform: uppercase;
}
.faq-list {
  max-width: 920px;
  margin: 0 auto;
  display: grid;
  gap: 4px;
}
.faq-item,
.faq-toggle {
  background: var(--lime);
  color: #000;
  font-size: 19px;
  font-weight: 800;
}
.faq-item {
  border: none;
}
.faq-toggle {
  width: 100%;
  border: none;
  min-height: 64px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  text-align: left;
  padding: 10px 18px 10px 24px;
}
.faq-toggle:focus {
  box-shadow: none;
}
.faq-toggle::after {
  display: none;
}
.faq-toggle i {
  font-size: 22px;
}
.faq-toggle .icon-open {
  display: none;
}
.faq-toggle:not(.collapsed) .icon-open {
  display: inline-block;
}
.faq-toggle:not(.collapsed) .icon-closed {
  display: none;
}
.faq-body {
  font-weight: 300;
  background: #f2f2f2;
  color: #000;
  text-align: left;
  padding: 14px 24px 18px;
  font-size: 17px;
  line-height: 1.45;
}
.faq-body b {
  font-weight: 600;
}

.contact {
  background: #e9e9e9;
  color: #000;
  text-align: center;
  padding: 52px 20px 0;
}
.contact h2 {
  margin: 0 0 18px;
  font-size: 34px;
  font-weight: 900;
  text-transform: uppercase;
}
.contact p {
  font-size: 16px;
  line-height: 1.45;
  margin: 0 0 10px;
}
.contact-form {
  max-width: 920px;
  margin: 44px auto 34px;
}
.field {
  width: 100%;
  border: none;
  background: #f7f7f7;
  padding: 18px 18px;
  font-size: 16px;
  font-family: "Montserrat", sans-serif;
  color: #000;
  outline: none;
}
.field::placeholder {
  color: #8a8a8a;
}
textarea.field {
  min-height: 160px;
  resize: vertical;
}
.contact-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
  margin-bottom: 16px;
}
.contact-row.single {
  grid-template-columns: 1fr;
}
.contact-row.bottom {
  grid-template-columns: 2fr 1fr;
  align-items: stretch;
}
.send-btn {
  width: 100%;
  height: 100%;
  min-height: 60px;
  background: var(--lime);
  border: none;
  font-size: 24px;
  font-weight: 900;
  text-transform: uppercase;
  color: #000;
  -webkit-text-fill-color: #000;
  appearance: none;
  -webkit-appearance: none;
  cursor: pointer;
}
.contact-mini {
  font-size: 26px;
  font-weight: 900;
  padding: 0 0 44px;
}

.footer {
  position: relative;
  background: #000;
  color: #fff;
  padding: 54px 36px 18px;
}
.footer-logo {
  position: absolute;
  left: 36px;
  top: -72px;
  width: 150px;
}
.footer-main {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 30px;
  align-items: end;
  padding-top: 34px;
}
.footer-left {
  font-size: 22px;
  font-weight: 900;
  line-height: 1.4;
}
.socials {
  display: flex;
  gap: 10px;
  margin-top: 12px;
}
.socials span {
  width: 38px;
  height: 38px;
  border-radius: 50%;
  background: var(--lime);
  color: #000;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  font-weight: 900;
}
.footer-right {
  text-align: right;
}
.footer-right h3 {
  margin: 0 0 8px;
  font-size: 34px;
  font-weight: 900;
  text-transform: uppercase;
  color: var(--lime);
}
.footer-right p {
  margin: 0;
  font-size: 18px;
  line-height: 1.4;
}
.footer-bottom {
  margin-top: 24px;
  padding-top: 10px;
  border-top: 1px solid rgba(255, 255, 255, 0.45);
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 20px;
  font-size: 16px;
}

.about-story {
  background: #000;
  color: #fff;
  padding: 72px 24px;
}
.about-story-inner {
  max-width: 1180px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(320px, 0.95fr);
  gap: 42px;
  align-items: start;
}
.about-story-secondary .about-story-inner {
  grid-template-columns: minmax(0, 0.95fr) minmax(320px, 1.05fr);
  align-items: center;
}
.about-story-copy {
  min-width: 0;
}
.about-story-title-dark,
.about-approach-title {
  margin: 0 0 24px;
  color: #fff;
  font-size: 42px;
  line-height: 1;
  font-weight: 900;
  text-transform: uppercase;
}
.about-story-richtext {
  font-size: 16px;
  line-height: 1.65;
  color: #fff;
}
.about-story-richtext p {
  margin: 0 0 18px;
}
.about-story-richtext p:last-child {
  margin-bottom: 0;
}
.about-story-richtext strong,
.about-story-richtext b {
  font-weight: 800;
}
.about-story-media {
  min-width: 0;
  display: grid;
  gap: 24px;
  align-content: start;
}
.about-story-media-stack {
  grid-template-columns: 1fr;
}
.about-story-image {
  margin: 0;
}
.about-story-image-top img,
.about-story-image-bottom img,
.about-story-image-wide img {
  width: 100%;
  height: auto;
  object-fit: cover;
}
.about-story-image-top img {
  aspect-ratio: 1.9 / 1;
}
.about-story-image-bottom img,
.about-story-image-wide img {
  aspect-ratio: 1.75 / 1;
}
.about-summary {
  background: var(--blue);
  color: #000;
  text-align: center;
  padding: 72px 18px 84px;
}
.about-summary-inner {
  max-width: 1180px;
  margin: 0 auto;
}
.about-summary-title {
  margin: 0 0 28px;
  color: #fff;
  font-size: 34px;
  line-height: 1;
  font-weight: 900;
  text-transform: uppercase;
}
.about-summary-points {
  list-style: none;
  padding: 0;
  margin: 0 0 24px;
  font-size: 24px;
  line-height: 1.35;
  font-weight: 900;
  max-width: 980px;
  margin-left: auto;
  margin-right: auto;
}
.about-summary-points li + li {
  margin-top: 10px;
}
.about-summary-copy {
  max-width: 980px;
  margin: 0 auto;
  font-size: 16px;
  line-height: 1.45;
}
.about-summary-copy p {
  margin: 0;
}

@media (max-width: 1100px) {
  .topbar-right {
    gap: 18px;
    font-size: 16px;
  }
  .service-grid,
  .coverage-grid,
  .contact-row,
  .contact-row.bottom,
  .footer-main {
    grid-template-columns: 1fr;
  }
  .coverage-grid {
    min-height: unset;
  }
  .coverage-map {
    min-height: 420px;
    height: auto;
    padding: 0;
    justify-content: center;
  }
  .service-photo img,
  .service-photo,
  .service-cell {
    height: auto;
    min-height: unset;
  }
  .gallery-track {
    --gallery-columns: 3;
  }
  .about-story-inner {
    grid-template-columns: 1fr;
    gap: 32px;
  }
  .about-story-secondary .about-story-inner {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 767px) {
  .gallery {
    padding: 52px 18px 58px;
  }
  .gallery-track {
    --gallery-columns: 1;
  }
  .gallery-item {
    flex-basis: 100%;
  }
  .gallery-item img {
    aspect-ratio: 1 / 1;
    height: auto;
  }
  .gallery-nav {
    width: 56px;
    height: 56px;
  }
  .contact-mini {
    font-size: 18px;
    line-height: 1.35;
    padding: 0 18px 28px;
    word-break: break-word;
  }
  .hero-center {
    align-items: flex-start;
    padding: 132px 20px 96px;
  }
  .hero h1 {
    margin-top: 0;
  }
  .topbar {
    position: fixed;
    inset: 0 0 auto 0;
    z-index: 1041;
    padding: 0 14px;
  }
  body.menu-open .topbar {
    position: fixed;
    inset: 0 0 auto 0;
    z-index: 1085;
  }
  .topbar-inner {
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    min-height: 58px;
  }
  .topbar .logo {
    width: 72px;
    position: relative;
    z-index: 1044;
  }
  .topbar-right {
    flex: 0 0 auto;
    display: flex;
    align-items: center;
    min-height: 58px;
    padding-top: 0;
  }
  .topbar-right .btn-box {
    display: none;
  }
  .topbar-menu {
    flex: 0 0 48px;
    width: 48px;
    height: 48px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border: 1px solid rgba(255, 255, 255, 0.28);
    background: rgba(255, 255, 255, 0.04);
    position: relative;
    z-index: 1043;
    margin-top: -9px;
  }
  .topbar-menu i {
    display: block;
    width: 1em;
    text-align: center;
  }
  .topbar-contact {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 1042;
    justify-content: center;
    min-height: 58px;
    padding: 12px 16px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.16);
    background: rgba(10, 16, 23, 0.94);
    box-shadow: 0 16px 42px rgba(0, 0, 0, 0.34);
    backdrop-filter: blur(10px);
    white-space: normal;
  }
  .topbar-contact-email,
  .topbar-contact-separator {
    display: none;
  }
  .topbar-contact-phone,
  .topbar-contact-text {
    width: 100%;
    justify-content: center;
    font-size: 20px;
    font-weight: 800;
    line-height: 1.2;
    text-align: center;
  }
  body.menu-open .topbar-contact {
    opacity: 0;
    pointer-events: none;
  }
  .footer {
    padding: 28px 18px 18px;
    text-align: center;
  }
  .footer-logo {
    position: static;
    width: 112px;
    margin: 0 auto 20px;
  }
  .footer-main {
    gap: 24px;
    padding-top: 0;
  }
  .footer-left,
  .footer-right {
    text-align: center;
  }
  .footer-left {
    font-size: 16px;
    line-height: 1.4;
    word-break: break-word;
  }
  .socials {
    justify-content: center;
    margin-top: 16px;
  }
  .footer-right h3 {
    margin-bottom: 12px;
    font-size: 22px;
  }
  .footer-right p {
    font-size: 14px;
    line-height: 1.45;
  }
  .footer-bottom {
    margin-top: 20px;
    padding-top: 18px;
    flex-direction: column;
    justify-content: center;
    gap: 10px;
    font-size: 13px;
    text-align: center;
  }
  .about-story {
    padding: 44px 18px;
  }
  .about-summary {
    padding: 56px 18px 64px;
  }
  .about-summary-title,
  .about-intro-title,
  .about-approach-title,
  .about-follow-title {
    font-size: 34px;
  }
  .about-summary-points {
    max-width: 640px;
    font-size: 18px;
    line-height: 1.5;
    padding: 0 6px;
  }
}







.blog-hero {
  min-height: 620px;
}
.blog-hero::before {
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.78) 100%);
}
.blog-hero-center {
  min-height: 620px;
  padding: 180px 20px 110px;
}
.blog-hero-copy {
  width: min(920px, 100%);
  margin: 0 auto;
}
.blog-hero-copy h1 {
  margin: 0;
}
.blog-hero-intro {
  max-width: 760px;
  margin: 24px auto 0;
  font-size: 17px;
  line-height: 1.6;
}
.blog-hero-intro p:last-child {
  margin-bottom: 0;
}
.blog-eyebrow {
  margin: 0 0 18px;
  color: var(--lime);
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 0.22em;
  text-transform: uppercase;
}
.blog-grid-section {
  background: #ececec;
  color: #000;
  padding: 56px 18px 96px;
}
.blog-grid-shell {
  max-width: 1320px;
  margin: 0 auto;
}
.blog-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 28px;
}
.blog-card {
  display: flex;
  flex-direction: column;
  min-width: 0;
  background: #fff;
  border: 1px solid rgba(0, 0, 0, 0.08);
  box-shadow: 0 16px 48px rgba(0, 0, 0, 0.08);
  overflow: hidden;
}
.blog-card-media {
  display: block;
  background: #c7d1d6;
}
.blog-card-media img {
  width: 100%;
  aspect-ratio: 1.25 / 1;
  object-fit: cover;
}
.blog-card-body {
  display: flex;
  flex: 1;
  flex-direction: column;
  align-items: flex-start;
  padding: 28px 26px 30px;
}
.blog-card-date,
.blog-post-date {
  display: inline-block;
  margin: 0 0 14px;
  color: var(--lime);
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}
.blog-card-title {
  margin: 0 0 16px;
  font-size: 28px;
  line-height: 1;
  font-weight: 900;
  text-transform: uppercase;
}
.blog-card-title a:hover,
.blog-card-title a:focus,
.blog-card-link:hover,
.blog-card-link:focus {
  color: #4c6270;
}
.blog-card-excerpt {
  margin: 0 0 24px;
  font-size: 16px;
  line-height: 1.6;
}
.blog-card-link {
  margin-top: auto;
  color: #000;
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}
.blog-pagination {
  display: flex;
  justify-content: center;
  margin-top: 42px;
}
.blog-pagination .page-numbers {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 46px;
  height: 46px;
  padding: 0 14px;
  margin: 0 6px;
  border: 1px solid #000;
  color: #000;
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}
.blog-pagination .page-numbers.current,
.blog-pagination .page-numbers:hover,
.blog-pagination .page-numbers:focus {
  background: var(--lime);
}
.blog-empty {
  max-width: 760px;
  margin: 0 auto;
  text-align: center;
}
.blog-empty h2 {
  margin: 0 0 18px;
  font-size: 32px;
  line-height: 1;
  font-weight: 900;
  text-transform: uppercase;
}
.blog-empty p {
  margin: 0;
  font-size: 16px;
  line-height: 1.6;
}
.blog-post-hero .blog-hero-copy-single {
  max-width: 980px;
}
.blog-post-main {
  background: #ececec;
  color: #000;
  padding: 56px 18px 96px;
}
.blog-post-shell {
  max-width: 860px;
  margin: 0 auto;
}
.blog-back-link {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin-top: 24px;
  margin-bottom: 34px;
  color: #000;
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}
.blog-back-link i {
  font-size: 18px;
  line-height: 1;
}
.blog-post-content {
  background: #fff;
  padding: 44px 46px 50px;
  box-shadow: 0 16px 48px rgba(0, 0, 0, 0.08);
}
.blog-post-content > *:first-child {
  margin-top: 0;
}
.blog-post-content > *:last-child {
  margin-bottom: 0;
}
.blog-post-content p,
.blog-post-content li {
  font-size: 17px;
  line-height: 1.75;
}
.blog-post-content h2,
.blog-post-content h3,
.blog-post-content h4 {
  margin: 32px 0 18px;
  font-weight: 900;
  line-height: 1.05;
  text-transform: uppercase;
}
.blog-post-content h2 {
  font-size: 34px;
}
.blog-post-content h3 {
  font-size: 28px;
}
.blog-post-content h4 {
  font-size: 22px;
}
.blog-post-content a {
  color: #4c6270;
  text-decoration: underline;
}
.blog-post-content ul,
.blog-post-content ol {
  padding-left: 22px;
}
.blog-post-content blockquote {
  margin: 28px 0;
  padding: 0 0 0 20px;
  border-left: 4px solid var(--lime);
  font-size: 22px;
  line-height: 1.5;
  font-weight: 700;
}
.blog-post-content img {
  width: 100%;
  height: auto;
}

@media (max-width: 1100px) {
  .blog-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 767px) {
  .blog-hero,
  .blog-hero-center {
    min-height: 520px;
  }
  .blog-hero-center {
    padding: 214px 18px 82px;
  }
  .blog-hero-copy h1 {
    font-size: 40px;
  }
  .blog-grid-section,
  .blog-post-main {
    padding: 44px 18px 68px;
  }
  .blog-grid {
    grid-template-columns: 1fr;
    gap: 22px;
  }
  .blog-card-body {
    padding: 22px 20px 24px;
  }
  .blog-card-title {
    font-size: 24px;
  }
  .blog-post-content {
    padding: 30px 22px 34px;
  }
  .blog-post-content h2 {
    font-size: 28px;
  }
  .blog-post-content h3 {
    font-size: 24px;
  }
  .blog-post-content p,
  .blog-post-content li {
    font-size: 16px;
  }
  .blog-post-content blockquote {
    font-size: 19px;
  }
}








