/* ============ SERVICE HERO ============ */
.service-hero {
  position: relative;
  min-height: 440px;
  overflow: visible;
  display: flex;
  align-items: stretch;
}

.service-hero-overlay {
  position: absolute;
  inset: 0;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  z-index: 0;
}

.service-hero-overlay::after {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(to right, rgba(0,0,0,0.45) 0%, rgba(0,0,0,0.2) 50%, rgba(0,0,0,0.05) 100%);
}

.service-hero-inner {
  position: relative;
  z-index: 2;
  max-width: 1140px;
  margin: 0 auto;
  padding: 60px 20px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  gap: 30px;
}

.service-hero-text {
  flex: 0 0 50%;
  color: var(--white);
}

.service-hero-text h1 {
  font-family: var(--font-heading);
  font-size: 44px;
  font-weight: 700;
  line-height: 1.12;
  margin-bottom: 18px;
}

.service-hero-sub {
  font-size: 16px;
  font-weight: 500;
  margin-bottom: 25px;
  opacity: 0.95;
}

.service-hero-image {
  flex: 0 0 42%;
  position: relative;
}

.service-hero-image img {
  width: 100%;
  height: 360px;
  object-fit: cover;
  border-radius: 4px;
  box-shadow: 0 8px 30px rgba(0,0,0,0.25);
}

/* ============ READY TO CREATE ============ */
.ready-section {
  padding: 70px 0;
  background: var(--white);
}

.ready-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 50px;
  align-items: start;
}

.ready-text h2 {
  font-family: var(--font-heading);
  font-size: 28px;
  font-weight: 700;
  color: var(--text);
  margin-bottom: 20px;
  line-height: 1.3;
}

.ready-text p {
  font-size: 15px;
  line-height: 1.75;
  color: var(--text-light);
  margin-bottom: 16px;
}

.ready-text p:last-of-type {
  margin-bottom: 22px;
}

.btn-wide {
  padding: 14px 60px;
  font-size: 15px;
}

.ready-image {
  position: relative;
  margin-top: -200px;
  z-index: 3;
}

.ready-image::after {
  content: '';
  position: absolute;
  bottom: -10px;
  right: -10px;
  width: 55%;
  height: 45%;
  border-right: 5px solid var(--gold);
  border-bottom: 5px solid var(--gold);
  pointer-events: none;
}

.ready-image img {
  width: 100%;
  height: auto;
  border-radius: 0;
  object-fit: cover;
  display: block;
}

/* ============ TRANSFORM YOUR SPACE ============ */
.transform-section {
  padding: 70px 0;
  background: var(--light-bg);
}

.transform-grid {
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  gap: 40px;
  align-items: start;
}

.transform-left h2 {
  font-family: var(--font-heading);
  font-size: 34px;
  font-weight: 700;
  color: var(--text);
  margin-bottom: 20px;
  line-height: 1.2;
}

.transform-left p {
  font-size: 15px;
  line-height: 1.75;
  color: var(--text-light);
}

.transform-divider {
  width: 3px;
  background: var(--gold);
  min-height: 100%;
  align-self: stretch;
}

.transform-right p {
  font-size: 15px;
  line-height: 1.75;
  color: var(--text-light);
  margin-bottom: 18px;
}

.transform-right p:last-child {
  margin-bottom: 0;
}

/* ============ 4-IMAGE GALLERY ROW ============ */
.gallery-row-section {
  padding: 60px 0;
  background: var(--white);
}

.gallery-row {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 18px;
}

.gallery-item {
  overflow: hidden;
  border-radius: 4px;
}

.gallery-item img {
  width: 100%;
  height: 200px;
  object-fit: cover;
  transition: transform 0.4s ease;
}

.gallery-item:hover img {
  transform: scale(1.05);
}

/* ============ CUSTOM CABINETS INFO ============ */
.custom-cabinets-section {
  padding: 60px 0;
  background: var(--white);
  border-top: 1px solid #eee;
}

.custom-cabinets-content {
  max-width: 900px;
  margin: 0 auto;
}

.custom-cabinets-content h3 {
  font-family: var(--font-heading);
  font-size: 22px;
  font-weight: 700;
  color: var(--text);
  margin-bottom: 14px;
  margin-top: 35px;
}

.custom-cabinets-content h3:first-child {
  margin-top: 0;
}

.custom-cabinets-content p {
  font-size: 15px;
  line-height: 1.75;
  color: var(--text-light);
}

/* ============ BULLET LISTS ============ */
.service-bullet-list {
  list-style: disc;
  padding-left: 24px;
  margin: 16px 0;
}

.service-bullet-list li {
  font-size: 15px;
  line-height: 1.75;
  color: var(--text-light);
  margin-bottom: 6px;
}

/* ============ 3D DESIGN SECTION ============ */
.design-3d-section {
  padding: 70px 0;
  background: var(--light-bg);
}

.design-3d-grid {
  display: grid;
  grid-template-columns: 1.1fr 0.9fr;
  gap: 50px;
  align-items: center;
}

.design-3d-left p {
  font-size: 15px;
  line-height: 1.75;
  color: var(--text-light);
  margin-bottom: 28px;
}

.design-3d-left h3 {
  font-family: var(--font-heading);
  font-size: 22px;
  font-weight: 700;
  color: var(--text);
  margin-bottom: 18px;
}

.design-process-list {
  padding-left: 22px;
}

.design-process-list li {
  font-size: 15px;
  line-height: 1.75;
  color: var(--text-light);
  margin-bottom: 6px;
}

.design-3d-right {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

.design-3d-quote {
  border-right: 4px solid var(--gold);
  padding-right: 30px;
  text-align: right;
}

.design-3d-quote h2 {
  font-family: var(--font-heading);
  font-size: 36px;
  font-weight: 700;
  color: var(--text);
  line-height: 1.2;
}

/* ============ RESPONSIVE ============ */
@media (max-width: 992px) {
  .service-hero-inner {
    flex-direction: column;
    text-align: center;
  }

  .service-hero-text {
    flex: none;
    width: 100%;
  }

  .service-hero-text h1 {
    font-size: 34px;
  }

  .service-hero-image {
    flex: none;
    width: 100%;
    max-width: 500px;
  }

  .ready-grid {
    grid-template-columns: 1fr;
    gap: 30px;
  }

  .ready-image {
    order: -1;
    margin-top: 0;
  }

  .transform-grid {
    grid-template-columns: 1fr;
    gap: 30px;
  }

  .transform-divider {
    width: 60px;
    height: 3px;
    min-height: auto;
    margin: 0 auto;
  }

  .gallery-row {
    grid-template-columns: repeat(2, 1fr);
  }

  .design-3d-grid {
    grid-template-columns: 1fr;
    gap: 30px;
  }

  .design-3d-quote {
    border-right: none;
    border-bottom: 4px solid var(--gold);
    padding-right: 0;
    padding-bottom: 20px;
    text-align: center;
  }

  .design-3d-right {
    order: -1;
    justify-content: center;
  }
}

@media (max-width: 768px) {
  .service-hero-text h1 {
    font-size: 28px;
  }

  .transform-left h2 {
    font-size: 26px;
  }

  .gallery-row {
    grid-template-columns: 1fr 1fr;
    gap: 12px;
  }

  .gallery-item img {
    height: 160px;
  }
}

@media (max-width: 480px) {
  .gallery-row {
    grid-template-columns: 1fr;
  }
}
