/* ============================================================
   LANDSCAPING TUNE-UPS, INC. â€” HOME PAGE STYLES
   Pair with page-home.html
   Colors are written directly (no :root variables) as requested.
   Font sizes are in px. Font-family is intentionally NOT set here â€”
   add your own @font-face / Google Font link + font-family rules.
   ============================================================ */

/* ---------- RESET / BASE ---------- */
.ltu-page  {
  box-sizing: border-box;
   font-family: "Inter", sans-serif !important;
   margin: 0 !important;
}
h1,h2,h3,h4 {
    font-family: "Poppins", sans-serif !important;
    margin: 0;
}
.ltu-page {
  color: #212F0D;
  background: #ffffff;
}

.ltu-page img {
  max-width: 100%;
  display: block;
}

.ltu-page a {
  text-decoration: none;
  color: #fff !important;
}
.ltu-visit__call a i {
    margin-right: 5px;
    color: #425E1B;
}
.ltu-page ul {
  list-style: none;
  padding: 0;
  margin-bottom: 30px;
}
.ltu-visit p {
    color: #1E293B !important;
    margin-bottom: 50px !important;
}
.ltu-visit__content {
    width: 95%;
}
.ltu-form p {
    color: #666666 !important;
    font-size: 12px !important;
    margin-bottom: 0px !important;
}
.ltu-areas .ltu-eyebrow--light {
    color: #fff;
}
.ltu-areas .ltu-link-arrow {
    color: #B85F32 !important;
    font-size: 14px;
}
.ltu-hero .ltu-hero__trust li .ltu-check {
    color: #fff;
}
.ltu-page p {
  margin: 0 0 16px 0;
  font-size: 18px;
  line-height: 1.6;
  color: #ffff;
}
.ltu-hero .ltu-hero__trust li .ltu-check i {
    font-size: 10px;
}
/* ---------- CONTAINER ---------- */
.ltu-container {
  width: 100%;
  max-width: 1190px;
  margin: 0 auto;
  padding: 0 20px;
}

/* ---------- SHARED TYPE ---------- */
.ltu-eyebrow {
  display: block;
  font-size: 15px;
  text-transform: uppercase;
  color: #435C1B;
  margin-bottom: 12px;
}

.ltu-eyebrow--light {
  color: #C7D9A8;
}
.ltu-btn--orange:hover {
    background: #212f0d !important;
}
.ltu-h2 {
  font-size: 34px;
  font-weight: 700;
  line-height: 1.25;
  color: #212F0D;
  margin: 0 0 32px 0;
}

.ltu-cta .ltu-h2--light {
  color: #ffffff;
  margin-bottom: 10px;
}
.ltu-hero .ltu-btn--orange:hover {
    background: #212f0d !important;
}
.ltu-btn--outline:hover {
    background: #fff !important;
    color: #000 !important;
}
.ltu-form button:hover {
    background: #b85f32 !important;
    border-color: #b85f32;
}
.ltu-services__grid .ltu-service-card .ltu-link-arrow {
  display: inline-block;
  font-size: 14px;
  font-weight: 600;
  color: #B85F32 !important;
}

.ltu-check {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 22px;
  height: 22px;
  border-radius: 50%;
  background: transparent;
  color: #435C1B;
  font-size: 12px;
  margin-right: 8px;
  border: 2px solid;
}

/* ---------- BUTTONS ---------- */
.ltu-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 16px 51px;
  font-size: 16px;
  font-weight: 500;
  border: 2px solid transparent;
  cursor: pointer;
  border-radius: 10px;
  color: #fff !important;
}

.ltu-btn--orange {
  background: #B85F32;
  color: #fff;
  font-size: 18px;
}

.ltu-btn--outline {
  background: transparent;
  border-color: #FFFFFF;
  padding: 16px 25px 16px 15px;
  gap: 15px;
}

.ltu-btn--outline-light {
  background: transparent;
  color: #ffffff;
  border-color: #ffffff;
}

.ltu-btn--full {
  width: 100%;
  border-radius: 5px;
  padding-top: 11px;
  padding-bottom: 11px;
}
.ltu-btn__icon {
  font-size: 16px;
}

/* ============================================================
   HERO
   ============================================================ */
.ltu-hero {
    position: relative;
    overflow: hidden;
    background-repeat: no-repeat !important;
    background-size: cover !important;
    background-position: center !important;
}

.ltu-hero__bg {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.ltu-hero__overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, rgba(20, 26, 12, 0.75) 0%, rgba(20, 26, 12, 0.35) 60%, rgba(20, 26, 12, 0.15) 100%);
}

.ltu-hero__content {
  position: relative;
  padding-top: 90px;
  padding-bottom: 60px;
  max-width: 1190px;
}

.ltu-badge {
  display: inline-block;
  background: #4a6a1b75;
  color: #ffffff;
  font-size: 13px;
  padding: 8px 16px;
  margin-bottom: 20px;
}

.ltu-hero__title {
  font-size: 58px;
  font-weight: 700;
  line-height: 1.12;
  color: #ffffff;
  margin: 0 0 50px 0;
  max-width: 75%;
}

.ltu-hero__text {
  font-size: 18px !important;
  line-height: 1.5 !important;
  color: #fff !important;
  margin-bottom: 28px !important;
  max-width: 50%;
}
.ltu-hero__buttons {
  display: flex;
  align-items: center;
  gap: 16px;
  margin-bottom: 56px;
}
.ltu-hero__trust {
  display: flex;
  flex-wrap: wrap;
  gap: 24px;
  margin: 0px !important;
  padding: 0px !important;
}

.ltu-hero__trust li {
  display: flex;
  align-items: center;
  font-size: 14px;
  font-weight: 600;
  color: #ffffff;
}

/* ============================================================
   FEATURED PROJECTS
   ============================================================ */
.ltu-projects {
  padding: 80px 0;
}

.ltu-projects .ltu-h2 {
  max-width: 560px;
}
.ltu-projects .ltu-h2,
.ltu-services .ltu-h2, 
.ltu-visit__content .ltu-h2,
.ltu-reviews .ltu-h2 ,
.ltu-story .ltu-h2{
  color: #1E293B !important;
  font-size: 36px !important;
}
.ltu-projects__grid {
  display: grid;
  grid-template-columns: 1.8fr 1fr 1fr; /* left column ab zyada chaura */
  grid-auto-rows: 200px;
  gap: 16px;
}


.ltu-projects__item {
  position: relative;
  display: block;
  overflow: hidden;
  border-radius: 10px;
  height: 100%;
  background: #EDEDED;
}

.ltu-projects__item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform 0.35s ease;
}

.ltu-projects__item--tall {
  grid-row: span 2;
}

.ltu-projects__item--caption {
    position: relative;
    overflow: hidden;
}

.ltu-projects__item--caption::before,
.ltu-projects__item--tall::before  {
    content: "";
    position: absolute;
    inset: 0;
    background: rgba(0,0,0,.45);
    opacity: 0;
    transition: opacity .3s ease;
    z-index: 1;
}
.ltu-projects__overlay {
    position: absolute;
    inset: 0;
    display: flex;
    align-items: flex-end;
    color: #fff;
    opacity: 0;
    transform: translateY(20px);
    transition: all .3s ease;
    z-index: 2;
    justify-content: center;
    gap: 5px;
}
.ltu-projects__item--caption:hover::before,
.ltu-projects__item--tall:hover::before {
    opacity: 1;
}
.ltu-projects__item--caption:hover .ltu-projects__overlay,
.ltu-projects__item--tall:hover .ltu-projects__overlay {
    opacity: 1;
    transform: translateY(0);
}
.ltu-projects__item--caption:hover img,
.ltu-projects__item--tall:hover img  {
    transform: scale(1.05);
}

.ltu-projects__overlay strong {
  font-size: 16px;
  font-weight: 700;
}

.ltu-projects__overlay small {
  font-size: 11px;
  letter-spacing: 1px;
} 

/* ============================================================
   SERVICES
   ============================================================ */
.ltu-services {
  background: #EEFDDB;
  padding: 80px 0;
}
.ltu-services__grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
}

.ltu-service-card {
  background: #ffffff;
  border-radius: 10px;
  padding: 16px 16px 35px 16px;
}

.ltu-service-card img {
  width: 100%;
  height: 190px;
  object-fit: cover;
  border-radius: 8px;
  margin-bottom: 16px;
}

.ltu-service-card h3 {
  font-size: 18px;
  font-weight: 700;
  color: #1E293B;
  margin: 0 0 8px 0;
}

.ltu-service-card p {
  font-size: 14px;
  margin-bottom: 22px;
  color: #666666;
}

/* ============================================================
   WHERE WE WORK
   ============================================================ */
.ltu-areas {
  background: #333333;
  padding: 70px 0;
}

.ltu-areas .ltu-h2 {color: #fff;font-size: 36px;}

.ltu-areas__grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
}

.ltu-area-card {
  background: #ffffff;
  padding: 20px;
  border-radius: 20px;
}

.ltu-area-card h3 {
  font-size: 15px;
  font-weight: 700;
  color: #1E293B;
  margin: 0 0 10px 0;
}

.ltu-area-card p {
  font-size: 14px;
  line-height: 1.6;
  margin-bottom: 14px;
  color: #666666;
  height: 90px;
}

/* ============================================================
   CLIENT REVIEWS
   ============================================================ */
.ltu-reviews {
  padding: 80px 0 60px 0;
}
.ltu-reviews__grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
  margin-bottom: 32px;
}
.ltu-stars {
  color: #E1A63C;
  font-size: 14px;
  letter-spacing: 2px;
  margin-bottom: 12px;
}

.ltu-reviews__nav {
  display: flex;
  gap: 12px;
  justify-content: center;
}

.ltu-carousel-btn {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  border: 1px solid #B85F32;
  background: transparent;
  color: #B85F32;
  font-size: 16px;
  cursor: pointer;
}
.ltu-carousel-btn:focus:not(:focus-visible) {
    background: transparent !important;
}
/* ============================================================
   OUR STORY
   ============================================================ */
.ltu-story {
  padding: 60px 0 80px 0;
}

.ltu-story__inner {
  display: grid;
  grid-template-columns: 0.9fr 1.1fr;
  gap: 60px;
  align-items: start;
}

.ltu-story__image img {
  width: 100%;
  object-fit: cover;
  border-radius: 10px;
  margin-bottom: 12px;
}
.ltu-story__image figcaption {
  font-size: 13px;
  color: #4B5842;
  text-align: center;
}
.ltu-carousel-btn:hover {
  background: transparent !important;
  color: #6b8e4e !important;
  border: 2px solid #6b8e4e !important;
}
.ltu-story__content p {
  font-size: 19px;
  color: #1E293B;
}

.ltu-story__badges {
  display: flex;
  align-items: center;
  gap: 50px;
  margin-top: 20px;
}

.ltu-story__badges img {
  width: auto;
  object-fit: contain;
}

/* ============================================================
   STATS
   ============================================================ */
.ltu-stats {
  background: #EEFDDB;
  padding: 70px 0;
  border-bottom: 1px solid #707070;
}

.ltu-stats__grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  text-align: center;
}

.ltu-stat__number {
  display: block;
  font-size: 53px;
  font-weight: 800;
  color: #B85F32;
  margin-bottom: 0px !important;
}

.ltu-stat__label {
  display: block;
  font-size: 14px;
  color: #666666;
  margin-top: 4px;
}

/* ============================================================
   FREE ON-SITE VISIT
   ============================================================ */
.ltu-visit {
  background: #EEFDDB;
  padding: 90px 0;
}

.ltu-visit__inner {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 60px;
  align-items: start;
}

.ltu-visit__content .ltu-h2 {
  margin-bottom: 16px;
}

.ltu-visit__list {
  margin: 24px 0;
  padding: 0 !important;
}

.ltu-visit__list li {
  display: flex;
  align-items: center;
  font-size: 14px;
  color: #1E293B;
  margin-bottom: 12px;
}

.ltu-visit__call {
  background: #ffffff;
  padding: 20px 20px;
  display: inline-flex;
  flex-direction: column;
  gap: 10px;
  width: 100%;
  border: 1px solid #1e293b4f;
  border-radius: 20px;
}

.ltu-visit__call span {
  font-size: 14px;
  color: #1E293B;
}

.ltu-visit__call a {
  font-size: 23px;
  font-weight: 700;
  color: #1E293B !important;
}

/* ---------- form ---------- */
.ltu-form {
  background: #ffffff;
  border-radius: 12px;
  padding: 32px;
  display: flex;
  flex-direction: column;
  gap: 16px;
  box-shadow: rgba(0, 0, 0, 0.16) 0px 10px 36px 0px, rgba(0, 0, 0, 0.06) 0px 0px 0px 1px;
}

.ltu-form__row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
}

.ltu-form__field {
  display: flex;
  flex-direction: column;
  gap: 6px;
}

.ltu-form__field span {
  font-size: 14px;
  color: #1E293B;
}

.ltu-form__field input,
.ltu-form__field textarea {
  border: 1px solid #DADADA;
  border-radius: 6px;
  padding: 12px 14px;
  font-size: 14px;
  color: #212F0D;
  resize: vertical;
}

.ltu-form__note {
  font-size: 12px;
  color: #8A8F82;
  text-align: center;
  margin: 0;
}

/* ============================================================
   CTA BANNER
   ============================================================ */
.ltu-cta {padding: 70px 0px;}

.ltu-cta__inner {
  max-width: 1150px;
  margin: 0 auto;
  text-align: center;
  background: #425E1B;
  padding: 70px 0px;
  border-radius: 20px;
}

.ltu-cta p {
  color: #fff;
  font-size: 18px;
  width: 55%;
  margin: 0 auto;
  padding-bottom: 35px;
}

.ltu-cta__buttons {
  display: flex;
  justify-content: center;
  gap: 16px;
}
.ltu-back-to-top {
  position: fixed;
  right: 24px;
  bottom: 24px;
  width: 44px;
  height: 44px;
  border-radius: 50%;
  border: none;
  background: #212F0D;
  color: #ffffff;
  font-size: 18px;
  cursor: pointer;
}
.ltu-cta .ltu-hero__buttons {
    justify-content: center;
}
.ltu-cta .ltu-hero__buttons .ltu-btn--outline {
    padding: 16px 32px 16px 23px;
}
.ltu-reviews {
  padding: 80px 0 60px 0;
}

.ltu-reviews .ltu-h2 {
  max-width: 600px;
}

.ltu-reviews__viewport {
  overflow: hidden;
  padding: 24px 6px;       
  margin: -24px -6px 32px -6px; 
}

.ltu-review-card {
  background: #ffffff;
  border: 1px solid #EDEDED;
  border-radius: 10px;
  padding: 24px;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.10);
  display: flex;
  flex-direction: column;
}

.ltu-reviews__track {
  display: grid;
  grid-auto-flow: column;
  grid-auto-columns: calc((100% - 40px) / 3); 
  gap: 20px;
  transition: transform 0.35s ease;
  will-change: transform;
}

.ltu-stars {
  color: #E1A63C;
  font-size: 14px;
  letter-spacing: 2px;
  margin-bottom: 12px;
  line-height: 1;
}
section.ltu-reviews .ltu-container .ltu-stars.lc-top {
    text-align: center;
    font-size: 3vw;
    letter-spacing: 1vw;
    margin-bottom: 2vw;
}
.ltu-review-card p {
  font-size: 14px;
  font-style: italic;
  margin-bottom: 16px;
  color: #4B5842;
  line-height: 1.6;
}

.ltu-review-card__author {
  font-size: 13px;
  font-weight: 700;
  color: #212F0D;
}

.ltu-reviews__nav {
  display: flex;
  gap: 12px;
}

.ltu-carousel-btn {
  width: 44px !important;
  height: 44px !important;
  border-radius: 50%;
  background: transparent;
  font-size: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid #D5D5D5;
  color: #B0B0B0;
  transition: border-color 0.2s ease, color 0.2s ease;
  padding: 23px 23px!important;
}
.ltu-carousel-btn.is-active {
  border-color: #6B8E4E;
  color: #6B8E4E !important;
}
.ltu-carousel-btn--prev {
  border: 1px solid #D5D5D5;
  color: #B0B0B0;
}
.ltu-carousel-btn--next {
  border: 1px solid #6B8E4E;
  color: #6B8E4E;
}

.ltu-carousel-btn:disabled {
  border-color: #D5D5D5;
  color: #B0B0B0;
  cursor: default;
}


/* ============================================================
   RESPONSIVE
   ============================================================ */


   /* =========================
   1440px
   ========================= */

@media (max-width: 1440px) {
  .ltu-page *,
  .ltu-page *::before,
  .ltu-page *::after {
    box-sizing: border-box;
  }
  .ltu-container {
    width: calc(100% - 64px);
    max-width: 1190px;
    padding-left: 0;
    padding-right: 0;
  }
  .ltu-hero__content {
    max-width: 1190px;
  }
  .ltu-cta__inner {
    width: calc(100% - 64px);
  }
}

/* =========================
   1366px
   ========================= */

@media (max-width: 1366px) {
  .ltu-container {
    width: calc(100% - 56px);
  }
  .ltu-hero__content {
    padding-top: 80px;
    padding-bottom: 56px;
  }
  .ltu-hero__title {
    font-size: 58px;
  }
  .ltu-projects,
  .ltu-services,
  .ltu-reviews {
    padding-top: 72px;
  }
  .ltu-cta__inner {
    width: calc(100% - 56px);
  }
}

/* =========================
   1280px
   ========================= */

@media (max-width: 1280px) {
  .ltu-container {
    width: calc(100% - 48px);
    max-width: 1120px;
  }
  .ltu-hero__title {
    font-size: 54px;
    max-width: 80%;
  }
  .ltu-hero__text {
    max-width: 58%;
  }
  .ltu-projects__grid {
    grid-template-columns: 1.65fr 1fr 1fr;
    grid-auto-rows: 190px;
  }
  .ltu-story__inner,
  .ltu-visit__inner {
    gap: 48px;
  }
  .ltu-cta__inner {
    width: calc(100% - 48px);
  }
}

/* =========================
   1200px
   ========================= */

@media (max-width: 1200px) {
  .ltu-container {
    width: calc(100% - 48px);
    max-width: 1080px;
  }
  .ltu-review-card {
      padding: 20px;
  }
  .ltu-hero__content {
    padding-top: 72px;
    padding-bottom: 52px;
  }
  .ltu-hero__title {
    font-size: 52px;
  }
  .ltu-hero__text {
    max-width: 62%;
  }
  .ltu-projects .ltu-h2,
  .ltu-services .ltu-h2,
  .ltu-visit__content .ltu-h2,
  .ltu-reviews .ltu-h2,
  .ltu-story .ltu-h2,
  .ltu-areas .ltu-h2 {
    font-size: 34px !important;
  }
  .ltu-projects__grid {
    grid-auto-rows: 180px;
  }
  .ltu-services__grid {
    gap: 20px;
  }
  .ltu-area-card {
    padding: 18px 18px 22px;
  }
  .ltu-story__inner,
  .ltu-visit__inner {
    gap: 40px;
  }
  .ltu-story__content p {
    font-size: 18px;
  }
  .ltu-cta__inner {
    width: calc(100% - 48px);
    max-width: 1080px;
  }
}

/* =========================
   1024px
   ========================= */

@media (max-width: 1024px) {
  .ltu-container {
    width: calc(100% - 40px);
    max-width: 940px;
  }
  .ltu-hero__content {
    padding-top: 64px;
    padding-bottom: 48px;
  }
  .ltu-hero__title {
    font-size: 48px;
    max-width: 88%;
  }
  .ltu-hero__text {
    max-width: 72%;
  }
  .ltu-projects,
  .ltu-services,
  .ltu-reviews {
    padding-top: 64px;
    padding-bottom: 64px;
  }
  .ltu-projects__grid {
    grid-template-columns: 1.5fr 1fr 1fr;
    grid-auto-rows: 165px;
    gap: 14px;
  }
  .ltu-services__grid {
    gap: 18px;
  }
  .ltu-service-card {
    padding: 14px 14px 28px;
  }
  .ltu-service-card img {
    height: 170px;
  }
  .ltu-areas {
    padding: 60px 0;
  }
  .ltu-areas__grid {
    grid-template-columns: repeat(2, 1fr);
  }
  .ltu-reviews__track {
    grid-auto-columns: calc((100% - 20px) / 2);
  }
  .ltu-story {
    padding: 0px 0 50px;
  }
  .ltu-story__inner {
    grid-template-columns: 0.95fr 1.05fr;
    gap: 36px;
  }
  .ltu-story__badges {
    gap: 30px;
  }
  .ltu-stat__number {
    font-size: 48px;
  }
  .ltu-visit {
    padding: 72px 0;
  }
  .ltu-visit__inner {
    gap: 36px;
  }
  .ltu-form {
    padding: 28px;
  }
  .ltu-cta {
    padding: 60px 0;
  }
  .ltu-cta__inner {
    width: calc(100% - 40px);
    padding: 60px 28px;
  }
  .ltu-cta p {
    width: 68%;
  }
}

/* =========================
   991px â€” main tablet break
   ========================= */

@media (max-width: 991px) {
  .ltu-hero__title {
    font-size: 46px;
    max-width: 92%;
  }
  .ltu-hero__text {
    max-width: 76%;
  }
 .ltu-projects__grid {
    grid-template-columns: repeat(2, 1fr);
    grid-auto-rows: 180px;
    gap: 12px;
  }
  .ltu-projects__item--tall {
    grid-column: 1 / -1;
    height: 372px;
  }
  .ltu-projects__item:not(.ltu-projects__item--tall) {
    height: 180px;
  }
  .ltu-services__grid {
    grid-template-columns: repeat(2, 1fr);
  }
  .ltu-service-card img {
    height: 210px;
  }
  .ltu-story__inner {
    gap: 32px;
  }
  .ltu-visit__inner {
    gap: 32px;
  }
  .ltu-cta p {
    width: 72%;
  }
}

/* =========================
   860px
   ========================= */

@media (max-width: 860px) {
  .ltu-container {
    width: calc(100% - 36px);
  }
  .ltu-hero__title {
    font-size: 43px;
    max-width: 100%;
  }
  .ltu-hero__text {
    max-width: 82%;
  }
  .ltu-hero__trust {
    gap: 14px 20px;
  }
  .ltu-projects__grid {
    grid-auto-rows: 180px;
  }
  .ltu-story__inner,
  .ltu-visit__inner {
    grid-template-columns: 1fr;
  }
  .ltu-story__image {
    max-width: 100%;
    order: 2;
  }
  .ltu-story__content {
    order: 1 !important;
  }
  .ltu-story__content,
  .ltu-visit__content {
    width: 100%;
  }
  .ltu-story__badges {
    justify-content: flex-start;
  }
  .ltu-visit__inner {
    gap: 38px;
  }
  .ltu-form {
    max-width: 100%;
    width: 100%;
  }
  .ltu-cta__inner {
    width: calc(100% - 36px);
  }
  .ltu-cta p {
    width: 78%;
  }
}

/* =========================
   768px
   ========================= */

@media (max-width: 768px) {
  .ltu-container {
    width: calc(100% - 32px);
  }
  .ltu-hero__content {
    padding-top: 56px;
    padding-bottom: 44px;
  }
  .ltu-badge {
    font-size: 12px;
    padding: 7px 13px;
  }
  .ltu-hero__title {
    font-size: 40px;
    line-height: 1.16;
  }
  .ltu-hero__text {
    max-width: 92%;
    font-size: 17px !important;
  }
  .ltu-hero__buttons {
    flex-wrap: wrap;
  }
  .ltu-projects .ltu-h2,
  .ltu-services .ltu-h2,
  .ltu-visit__content .ltu-h2,
  .ltu-reviews .ltu-h2,
  .ltu-story .ltu-h2,
  .ltu-areas .ltu-h2 {
    font-size: 32px !important;
  }
  .ltu-projects__grid {
    grid-template-columns: 1.25fr 1fr;
    grid-auto-rows: 180px;
  }
  .ltu-services__grid {
    gap: 16px;
  }
  .ltu-service-card img {
    height: 190px;
  }
  .ltu-reviews__track {
    grid-auto-columns: calc((100% - 16px) / 2);
    gap: 16px;
  }
  .ltu-stats {
    padding: 56px 0;
  }
  .ltu-stats__grid {
    grid-template-columns: repeat(2, 1fr);
    row-gap: 36px;
  }
  .ltu-stat__number {
    font-size: 44px;
  }
  .ltu-visit {
    padding: 64px 0;
  }
  .ltu-cta {
    padding: 54px 0;
  }
  .ltu-cta__inner {
    width: calc(100% - 32px);
    padding: 54px 24px;
  }
  .ltu-cta p {
    width: 86%;
  }
}

/* =========================
   680px
   ========================= */

@media (max-width: 680px) {
  .ltu-hero__overlay {
    background: linear-gradient(
      90deg,
      rgba(20, 26, 12, 0.82) 0%,
      rgba(20, 26, 12, 0.60) 70%,
      rgba(20, 26, 12, 0.42) 100%
    );
  }
  .ltu-hero__title {
    font-size: 38px;
  }
  .ltu-hero__text {
    max-width: 100%;
  }
  .ltu-projects__grid {
    grid-template-columns: 1fr;
    grid-auto-rows: auto;
  }
  .ltu-projects__item,
  .ltu-projects__item--tall {
    grid-row: auto;
    height: 250px;
  }
  .ltu-projects__item--tall {
    height: 340px;
  }
  .ltu-projects__overlay {
    padding: 18px;
  }
  .ltu-services__grid {
    grid-template-columns: 1fr;
  }
  .ltu-service-card img {
    height: 250px;
  }
  .ltu-areas__grid {
    grid-template-columns: 1fr;
  }
  .ltu-reviews__track {
    grid-auto-columns: 100%;
  }
  .ltu-story__badges {
    flex-wrap: wrap;
    gap: 22px;
  }
  .ltu-cta p {
    width: 92%;
  }
}

/* =========================
   575px
   ========================= */

@media (max-width: 575px) {
  .ltu-container {
    width: calc(100% - 28px);
  }
  .ltu-page p {
    font-size: 16px;
  }
  .ltu-hero__content {
    padding-top: 48px;
    padding-bottom: 40px;
  }
  .ltu-hero__title {
    font-size: 36px;
  }
  .ltu-hero__text {
    font-size: 16px !important;
  }
  .ltu-hero__buttons,
  .ltu-cta .ltu-hero__buttons {
    flex-direction: column;
    align-items: stretch;
    width: 100%;
    gap: 12px;
  }
  .ltu-btn,
  .ltu-btn--outline,
  .ltu-cta .ltu-hero__buttons .ltu-btn--outline {
    width: 100%;
    padding: 14px 20px;
  }
  .ltu-hero__trust {
    display: grid;
    grid-template-columns: 1fr;
    gap: 10px;
  }
  .ltu-projects,
  .ltu-services,
  .ltu-reviews {
    padding-top: 54px;
    padding-bottom: 54px;
  }
  .ltu-projects .ltu-h2,
  .ltu-services .ltu-h2,
  .ltu-visit__content .ltu-h2,
  .ltu-reviews .ltu-h2,
  .ltu-story .ltu-h2,
  .ltu-areas .ltu-h2 {
    font-size: 29px !important;
    margin-bottom: 24px;
  }
  .ltu-projects__item,
  .ltu-projects__item--tall {
    height: 230px;
  }
  .ltu-projects__item--tall {
    height: 300px;
  }
  .ltu-service-card {
    padding: 14px 14px 26px;
  }
  .ltu-service-card img {
    height: 220px;
  }
  .ltu-areas {
    padding: 52px 0;
  }
  .ltu-review-card {
    padding: 20px;
  }
  .ltu-reviews__viewport {
    margin-bottom: 24px;
  }
  .ltu-story {
    padding: 48px 0 58px;
  }
  .ltu-story__content p {
    font-size: 17px;
  }
  .ltu-stats {
    padding: 50px 0;
  }
  .ltu-stat__number {
    font-size: 40px;
  }
  .ltu-visit {
    padding: 56px 0;
  }
  .ltu-visit p {
    margin-bottom: 32px !important;
  }
  .ltu-form {
    padding: 22px;
  }
  .ltu-form__row {
    grid-template-columns: 1fr;
  }
  .ltu-visit__call a {
    font-size: 20px;
  }
  .ltu-cta {
    padding: 48px 0;
  }
  .ltu-cta__inner {
    width: calc(100% - 28px);
    padding: 48px 20px;
  }
  .ltu-cta p {
    width: 100%;
    font-size: 16px;
    padding-bottom: 26px;
  }
  section.ltu-reviews .ltu-container .ltu-stars.lc-top {
    font-size: 7vw;
}
}

/* =========================
   480px
   ========================= */

@media (max-width: 480px) {
  .ltu-container {
    width: calc(100% - 24px);
  }
  .ltu-cta .ltu-h2--light {
    font-size: 29px;
  }
  .ltu-eyebrow {
    font-size: 13px;
  }
  .ltu-hero__content {
    padding-top: 42px;
    padding-bottom: 36px;
  }
  .ltu-hero__title {
    font-size: 33px;
  }
  .ltu-btn--orange {
    font-size: 16px;
  }
  .ltu-projects__item,
  .ltu-projects__item--tall {
    height: 215px;
  }
  .ltu-projects__item--tall {
    height: 280px;
  }
  .ltu-service-card img {
    height: 205px;
  }
  .ltu-area-card {
    border-radius: 14px;
  }
  .ltu-story__badges {
    gap: 18px;
  }
  .ltu-stats__grid {
    column-gap: 12px;
    row-gap: 30px;
  }
  .ltu-stat__number {
    font-size: 37px;
  }
  .ltu-stat__label {
    font-size: 13px;
  }
  .ltu-form {
    padding: 20px 16px;
  }
  .ltu-cta__inner {
    width: calc(100% - 24px);
    border-radius: 16px;
    padding: 44px 16px;
  }
  .ltu-carousel-btn {
    width: 40px !important;
    height: 40px !important;
    padding: 20px !important;
  }
  .ltu-back-to-top {
    right: 16px;
    bottom: 16px;
  }
}

/* =========================
   400px
   ========================= */

@media (max-width: 400px) {
  .ltu-container {
    width: calc(100% - 22px);
  }
  .ltu-hero__title {
    font-size: 31px;
  }
  .ltu-projects .ltu-h2,
  .ltu-services .ltu-h2,
  .ltu-visit__content .ltu-h2,
  .ltu-reviews .ltu-h2,
  .ltu-story .ltu-h2,
  .ltu-areas .ltu-h2 {
    font-size: 25px !important;
  }
  .ltu-projects__item,
  .ltu-projects__item--tall {
    height: 205px;
  }
  .ltu-projects__item--tall {
    height: 260px;
  }
  .ltu-service-card img {
    height: 195px;
  }
  .ltu-story__content p {
    font-size: 16px;
  }
  .ltu-stat__number {
    font-size: 35px;
  }
  .ltu-visit__call {
    padding: 18px 16px;
  }
  .ltu-visit__call a {
    font-size: 19px;
  }
  .ltu-cta .ltu-h2--light {
    font-size: 25px;
  }
}

/* =========================
   375px
   ========================= */

@media (max-width: 375px) {
  .ltu-container {
    width: calc(100% - 20px);
  }
  .ltu-badge {
    font-size: 11px;
  }
  .ltu-hero__title {
    font-size: 29px;
  }
  .ltu-hero__text {
    font-size: 15px !important;
  }
  .ltu-projects .ltu-h2,
  .ltu-services .ltu-h2,
  .ltu-visit__content .ltu-h2,
  .ltu-reviews .ltu-h2,
  .ltu-story .ltu-h2,
  .ltu-areas .ltu-h2 {
    font-size: 22px !important;
  }
  .ltu-projects__item,
  .ltu-projects__item--tall {
    height: 195px;
  }
  .ltu-projects__item--tall {
    height: 250px;
  }
  .ltu-projects__overlay {
    padding: 14px;
  }
  .ltu-projects__overlay strong {
    font-size: 14px;
  }
  .ltu-service-card img {
    height: 185px;
  }
  .ltu-stat__number {
    font-size: 33px;
  }
  .ltu-form {
    padding: 18px 14px;
  }
  .ltu-cta__inner {
    width: calc(100% - 20px);
    padding: 40px 14px;
  }
  .ltu-cta .ltu-h2--light {
    font-size: 23px;
  }
}




/* ============ Gravity Forms embed inside .ltu-form (form ID 6) ============ */
.ltu-visit .ltu-form--gf .gform_wrapper .gform_fields {
  grid-row-gap: 18px;
  grid-column-gap: 18px;
}
.ltu-visit .ltu-form--gf .gform_wrapper .gfield_label {
  display: block;
  margin: 0 0 8px;
  padding: 0;
  font-size: 15px;
  font-weight: 500;
  line-height: 1.3;
  color: #1c2b2d;
}
.ltu-visit .ltu-form--gf .gform_wrapper .gfield_required {
  display: none;
}
.ltu-visit .ltu-form--gf .gform_wrapper .ginput_container input,
.ltu-visit .ltu-form--gf .gform_wrapper .ginput_container textarea {
  width: 100%;
  min-height: 0;
  margin: 0;
  padding: 10px 14px;
  font-family: inherit;
  font-size: 16px;
  line-height: 1.4;
  color: #1c2b2d;
  background: #fff;
  border: 1px solid #d9dedb;
  border-radius: 6px;
  box-shadow: none;
}
.ltu-visit .ltu-form--gf .gform_wrapper .ginput_container input::placeholder,
.ltu-visit .ltu-form--gf .gform_wrapper .ginput_container textarea::placeholder {
  color: #9aa3a0;
}
.ltu-visit .ltu-form--gf .gform_wrapper .ginput_container textarea {
  height: 105px;
  min-height: 105px;
  resize: vertical;
}
.ltu-visit .ltu-form--gf .gform_wrapper .ginput_container input:focus,
.ltu-visit .ltu-form--gf .gform_wrapper .ginput_container textarea:focus {
  outline: none;
  border-color: #4a7c3f;
  box-shadow: 0 0 0 3px rgba(74, 124, 63, 0.15);
}

/* Footer + submit button (Orbital needs !important here) */
.ltu-visit .ltu-form--gf .gform_wrapper .gform_footer {
  display: block !important;
  width: 100%;
  margin: 18px 0 0 !important;
  padding: 0 !important;
}
.ltu-visit .ltu-form--gf .gform_wrapper .gform_footer .gform_button,
.ltu-visit .ltu-form--gf .gform_wrapper .gform_footer input[type="submit"],
.ltu-visit .ltu-form--gf .gform_wrapper .gform_footer button {
  display: block !important;
  width: 100% !important;
  min-height: 0 !important;
  height: auto !important;
  margin: 0 !important;
  padding: 15px 24px !important;
  font-family: inherit !important;
  font-size: 18px !important;
  font-weight: 500 !important;
  line-height: 1.2 !important;
  text-align: center !important;
  color: #fff !important;
  background: #b5532b !important;
  border: 0 !important;
  border-radius: 6px !important;
  box-shadow: none !important;
  cursor: pointer;
  transition: background 0.2s ease;
}
.ltu-visit .ltu-form--gf .gform_wrapper .gform_footer .gform_button:hover,
.ltu-visit .ltu-form--gf .gform_wrapper .gform_footer input[type="submit"]:hover,
.ltu-visit .ltu-form--gf .gform_wrapper .gform_footer button:hover,
.ltu-visit .ltu-form--gf .gform_wrapper .gform_footer .gform_button:focus,
.ltu-visit .ltu-form--gf .gform_wrapper .gform_footer input[type="submit"]:focus,
.ltu-visit .ltu-form--gf .gform_wrapper .gform_footer button:focus {
  color: #fff !important;
  background: #9e4623 !important;
  outline: none;
}

/* Validation + confirmation */
.ltu-visit .ltu-form--gf .gform_wrapper .gfield_validation_message,
.ltu-visit .ltu-form--gf .gform_wrapper .gform_validation_errors {
  margin: 6px 0 0;
  padding: 0;
  font-size: 13px;
  color: #b5532b;
  background: none;
  border: 0;
  box-shadow: none;
}
.ltu-visit .ltu-form--gf .gform_wrapper .gfield_error .ginput_container input,
.ltu-visit .ltu-form--gf .gform_wrapper .gfield_error .ginput_container textarea {
  border-color: #b5532b;
}
.ltu-visit .ltu-form--gf .gform_wrapper .gform_confirmation_message {
  font-size: 16px;
  color: #1c2b2d;
}

.ltu-video-wrap {
    max-width: 900px;
    margin: 3rem auto 0;
}

.ltu-video-facade {
    position: relative;
    width: 100%;
    aspect-ratio: 16 / 9;
    overflow: hidden;
    border-radius: 16px;
    background: #000;
    cursor: pointer;
}

.ltu-video-poster {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.4s ease;
}

.ltu-video-facade:hover .ltu-video-poster {
    transform: scale(1.03);
}

.ltu-video-play {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 72px;
    height: 72px;
    padding: 0;
    border: 0;
    border-radius: 50%;
    background: #d8672b;
    color: #fff;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.35);
    transition: background 0.2s ease, transform 0.2s ease;
}

.ltu-video-play:hover,
.ltu-video-play:focus-visible {
    background: #b9541f;
    transform: translate(-50%, -50%) scale(1.06);
}

.ltu-video-play:focus-visible {
    outline: 3px solid #fff;
    outline-offset: 3px;
}

.ltu-video-play-icon {
    margin-left: 3px;
}

.ltu-video-facade iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0;
}

@media (min-width: 640px) {
    .ltu-video-wrap {
        margin-top: 4rem;
    }
}

@media (min-width: 1024px) {
    .ltu-video-play {
        width: 88px;
        height: 88px;
    }
}