/* Black and Heale Construction Ltd - Components */

/* Canvas Frame Scroll Sections */
.scroll-canvas-section {
  position: relative;
  width: 100%;
  height: 300vh;
  background: var(--bg-light);
}

.scroll-canvas-sticky {
  position: sticky;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}

.canvas-element {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 1;
}

.canvas-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.45) 0%, rgba(0, 0, 0, 0.05) 35%, rgba(0, 0, 0, 0.05) 65%, rgba(0, 0, 0, 0.55) 100%);
  z-index: 2;
  pointer-events: none;
}

.canvas-content-bottom-left {
  position: absolute;
  bottom: 2.5rem;
  left: 2.5rem;
  z-index: 3;
  max-width: 450px;
  text-align: left;
  color: #ffffff;
  pointer-events: none;
}

.canvas-title-sm {
  font-family: var(--font-heading);
  font-size: 1.6rem;
  font-weight: 800;
  color: #ffffff;
  text-shadow: 0 2px 14px rgba(0, 0, 0, 0.85);
  margin-bottom: 0.3rem;
  letter-spacing: -0.01em;
}

.canvas-desc-sm {
  font-size: 0.95rem;
  font-weight: 500;
  color: rgba(255, 255, 255, 0.9);
  text-shadow: 0 2px 10px rgba(0, 0, 0, 0.9);
  line-height: 1.4;
}

@media (max-width: 768px) {
  .canvas-content-bottom-left {
    bottom: 1.5rem;
    left: 1.5rem;
    max-width: calc(100% - 3rem);
  }
  .canvas-title-sm {
    font-size: 1.3rem;
  }
  .canvas-desc-sm {
    font-size: 0.85rem;
  }
}

.canvas-progress-bar {
  display: none !important;
}

.hero-section {
  position: relative;
  min-height: 88vh;
  padding-top: calc(var(--header-height) + 2.5rem);
  padding-bottom: 5.5rem;
  display: flex;
  align-items: center;
  background: #0f172a;
  overflow: hidden;
}

.hero-bg-wrap {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
  overflow: hidden;
  pointer-events: none;
}

.hero-bg-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 30%;
  transform: scale(1.02);
  animation: heroKenBurns 28s ease-in-out infinite alternate;
  filter: contrast(1.08) brightness(0.96) saturate(1.08);
  will-change: transform;
}

@keyframes heroKenBurns {
  0% {
    transform: scale(1.02) translate3d(0, 0, 0);
  }
  50% {
    transform: scale(1.07) translate3d(-1%, -0.6%, 0);
  }
  100% {
    transform: scale(1.03) translate3d(0.6%, 0.4%, 0);
  }
}

.hero-bg-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: 
    linear-gradient(90deg, 
      rgba(255, 255, 255, 0.95) 0%, 
      rgba(255, 255, 255, 0.90) 38%, 
      rgba(255, 255, 255, 0.62) 56%, 
      rgba(255, 255, 255, 0.20) 74%, 
      rgba(255, 255, 255, 0.42) 100%
    ),
    linear-gradient(180deg, 
      rgba(0, 0, 0, 0.48) 0%, 
      rgba(0, 0, 0, 0) 14%, 
      rgba(248, 250, 252, 0) 84%, 
      rgba(248, 250, 252, 0.95) 100%
    );
  pointer-events: none;
}

.hero-bg-video,
.hero-bg-canvas,
.hero-building-bg {
  display: none !important;
}

@media (max-width: 992px) {
  .hero-bg-overlay {
    background: 
      linear-gradient(180deg, 
        rgba(0, 0, 0, 0.4) 0%, 
        rgba(255, 255, 255, 0.94) 14%, 
        rgba(255, 255, 255, 0.90) 65%, 
        rgba(255, 255, 255, 0.84) 100%
      );
  }
}

.hero-grid {
  display: grid;
  grid-template-columns: 1.25fr 0.75fr;
  gap: 4rem;
  align-items: center;
}

.hero-badge-strip {
  display: flex;
  align-items: center;
  gap: 1.5rem;
  flex-wrap: wrap;
  margin-bottom: 1.8rem;
}

.trust-badge-item {
  display: flex;
  align-items: center;
  gap: 0.4rem;
  font-size: 0.9rem;
  color: var(--text-secondary);
  font-weight: 600;
}

.trust-badge-item svg {
  color: #f59e0b;
}

.hero-title {
  font-size: clamp(2rem, 3.4vw, 2.85rem);
  font-weight: 800;
  line-height: 1.25;
  margin-bottom: 2rem;
  color: var(--text-primary);
  letter-spacing: -0.02em;
  display: flex;
  flex-direction: column;
  gap: 0.15rem;
}

.hero-line-1,
.hero-line-2,
.hero-line-3 {
  display: block !important;
  width: 100%;
}

.hero-line-2 {
  min-height: 1.3em;
  margin: 0.1em 0;
}

.hero-line-3 {
  display: block !important;
  color: var(--text-primary);
  white-space: nowrap;
}

@media (max-width: 480px) {
  .hero-line-3 {
    white-space: normal;
  }
}

.typing-cursor {
  display: inline;
  margin-left: 1px;
  color: #0284c7 !important;
  font-weight: 800;
  animation: blinkCursor 0.8s infinite;
  -webkit-text-fill-color: initial !important;
}

.hero-phone-btn {
  background: #0f172a !important;
  color: #ffffff !important;
  border: 1.5px solid #0284c7 !important;
  box-shadow: 0 6px 20px rgba(15, 23, 42, 0.25) !important;
  font-weight: 800 !important;
}

.hero-phone-btn:hover {
  background: var(--gold-gradient) !important;
  color: #ffffff !important;
  border-color: #38bdf8 !important;
  transform: translateY(-2px);
  box-shadow: 0 10px 25px rgba(2, 132, 199, 0.4) !important;
}

@keyframes blinkCursor {
  0%, 100% { opacity: 1; }
  50% { opacity: 0; }
}

.hero-description {
  font-size: 1.05rem;
  color: var(--text-secondary);
  margin-bottom: 2.3rem; /* Increased spacing below description text */
  line-height: 1.68;
}

.hero-cta-group {
  display: flex;
  align-items: center;
  gap: 1.25rem;
  flex-wrap: wrap;
  margin-bottom: 2.5rem;
}

.hero-reassurance {
  display: flex;
  align-items: center;
  gap: 1.5rem;
  font-size: 0.9rem;
  color: #1e293b;
}

.hero-reassurance-item {
  display: flex;
  align-items: center;
  gap: 0.45rem;
  font-weight: 600;
  color: #1e293b;
}

/* Hero Multi-step Lead Form Card (Decreased Width, Increased Height, Right Shifted) */
.hero-form-card {
  background: #ffffff;
  border: 1.5px solid var(--border-gold-bright);
  border-radius: var(--radius-lg);
  padding: 2.75rem 2rem; /* Increased vertical height & padding */
  max-width: 410px; /* Decreased width */
  width: 100%;
  margin-left: auto; /* Right shifted layout */
  min-height: 485px; /* Increased card height */
  display: flex;
  flex-direction: column;
  justify-content: center;
  box-shadow: 0 16px 36px rgba(15, 23, 42, 0.1);
  position: relative;
}

.hero-form-header {
  text-align: center;
  margin-bottom: 1.5rem;
  padding-bottom: 1.2rem;
  border-bottom: 1px solid var(--border-subtle);
}

.hero-form-title {
  font-size: 1.35rem;
  font-weight: 700;
  color: var(--text-primary);
}

.hero-form-subtitle {
  font-size: 0.88rem;
  color: var(--gold-dark);
  margin-top: 0.2rem;
  font-weight: 600;
}

.form-group {
  margin-bottom: 1.2rem;
}

.form-label {
  display: block;
  font-family: var(--font-heading);
  font-size: 0.88rem;
  font-weight: 600;
  color: var(--text-secondary);
  margin-bottom: 0.4rem;
}

.form-input, .form-select, .form-textarea {
  width: 100%;
  padding: 0.9rem 1.1rem;
  background: var(--bg-surface);
  border: 1px solid rgba(15, 23, 42, 0.15);
  border-radius: var(--radius-sm);
  color: var(--text-primary);
  font-family: var(--font-body);
  font-size: 0.95rem;
  transition: var(--transition);
}

.form-input:focus, .form-select:focus, .form-textarea:focus {
  outline: none;
  border-color: var(--gold-primary);
  box-shadow: 0 0 0 3px rgba(197, 160, 89, 0.25);
  background: #ffffff;
}

.form-submit-btn {
  width: 100%;
  margin-top: 0.5rem;
}

/* 02. Awards / Trust Bar */
.trust-bar-section {
  background: #f8fafc;
  padding: 3rem 0;
  border-top: 1px solid #e2e8f0;
  border-bottom: 1px solid #e2e8f0;
  position: relative;
  z-index: 10;
}

.trust-bar-grid {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 1.25rem;
  align-items: stretch;
}

.trust-bar-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  text-align: center;
  padding: 1.65rem 1.15rem 1.45rem;
  border-radius: 12px;
  background: #ffffff;
  border: 1px solid #e2e8f0;
  border-top: 3.5px solid var(--gold-primary);
  box-shadow: 0 4px 14px -2px rgba(15, 23, 42, 0.05), 0 1px 3px rgba(15, 23, 42, 0.03);
  transition: transform 0.3s cubic-bezier(0.16, 1, 0.3, 1), box-shadow 0.3s ease, border-color 0.3s ease;
  height: 100%;
  box-sizing: border-box;
}

.trust-bar-item:hover {
  transform: translateY(-4px);
  border-color: rgba(142, 168, 50, 0.45);
  border-top-color: var(--gold-primary);
  box-shadow: 0 14px 28px -4px rgba(142, 168, 50, 0.18), 0 4px 8px -2px rgba(15, 23, 42, 0.04);
}

.trust-bar-icon-wrap {
  width: 46px;
  height: 46px;
  border-radius: 12px;
  background: rgba(142, 168, 50, 0.12);
  color: #5d711c;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 0.85rem;
  border: 1px solid rgba(142, 168, 50, 0.22);
  transition: transform 0.3s cubic-bezier(0.16, 1, 0.3, 1), background-color 0.3s ease, color 0.3s ease, border-color 0.3s ease;
  flex-shrink: 0;
}

.trust-bar-item:hover .trust-bar-icon-wrap {
  transform: scale(1.08);
  background: var(--gold-primary);
  color: #ffffff;
  border-color: var(--gold-primary);
}

.trust-bar-number {
  font-family: var(--font-heading);
  font-size: 1.05rem;
  font-weight: 800;
  color: #0f172a;
  letter-spacing: 0.02em;
  line-height: 1.25;
  margin-bottom: 0.4rem;
  min-height: 2.6rem;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  width: 100%;
}

.trust-bar-label {
  font-size: 0.82rem;
  font-weight: 600;
  color: #475569;
  line-height: 1.35;
  text-transform: none;
  letter-spacing: 0.01em;
  min-height: 2.2rem;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  width: 100%;
}

 /* Vertical Marquee Testimonials Columns (shadcn component style) */
@keyframes verticalMarquee {
  0% {
    transform: translateY(0);
  }
  100% {
    transform: translateY(-50%);
  }
}

.testimonials-marquee-wrapper {
  position: relative;
  max-height: 640px;
  overflow: hidden;
  margin-top: 2.5rem;
  -webkit-mask-image: linear-gradient(to bottom, transparent 0%, rgba(0,0,0,1) 18%, rgba(0,0,0,1) 82%, transparent 100%);
  mask-image: linear-gradient(to bottom, transparent 0%, rgba(0,0,0,1) 18%, rgba(0,0,0,1) 82%, transparent 100%);
}

.testimonials-columns-grid {
  display: flex;
  justify-content: center;
  gap: 1.5rem;
}

.testimonial-column {
  display: flex;
  flex-direction: column;
  flex: 1;
  max-width: 380px;
}

.testimonial-track {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
  padding-bottom: 1.5rem;
  animation: verticalMarquee 22s linear infinite;
  will-change: transform;
}

.track-slow {
  animation-duration: 28s;
}

.track-fast {
  animation-duration: 18s;
}

.testimonials-marquee-wrapper:hover .testimonial-track {
  animation-play-state: paused;
}

.testimonial-card-v2 {
  padding: 1.8rem;
  border-radius: var(--radius-lg);
  border: 1px solid var(--border-gold);
  background: #ffffff;
  box-shadow: 0 10px 30px rgba(15, 23, 42, 0.05);
  transition: border-color 0.3s ease, transform 0.3s ease, box-shadow 0.3s ease;
}

.testimonial-card-v2:hover {
  border-color: var(--gold-primary) !important;
  transform: translateY(-4px);
  box-shadow: 0 18px 40px rgba(15, 23, 42, 0.1);
}

.testimonial-v2-author {
  display: flex;
  align-items: center;
  gap: 0.8rem;
  margin-top: 1.25rem;
}

.testimonial-v2-avatar {
  width: 44px;
  height: 44px;
  border-radius: 50%;
  background: var(--gold-gradient);
  color: #000;
  font-weight: 800;
  font-size: 0.95rem;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 4px 12px rgba(197, 160, 89, 0.25);
  flex-shrink: 0;
}

@media (max-width: 992px) {
  .col-lg-only {
    display: none;
  }
}

@media (max-width: 640px) {
  .col-md-only {
    display: none;
  }
}

/* 03. Project Progression Side-by-Side (Clean, Compact & Aligned) */
.progression-card {
  background: #ffffff;
  border-radius: var(--radius-lg);
  border: 1px solid var(--border-subtle);
  overflow: hidden;
  box-shadow: var(--shadow-card);
  transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.progression-card:hover {
  transform: translateY(-2px);
  box-shadow: 0 12px 28px rgba(15, 23, 42, 0.08);
}

.progression-card-header {
  padding: 1rem 1.25rem 0.85rem;
  border-bottom: 1px solid var(--border-subtle);
  display: flex;
  justify-content: space-between;
  align-items: baseline;
  flex-wrap: wrap;
  gap: 0.4rem;
  background: #ffffff;
}

.progression-title {
  font-size: 1.05rem;
  font-weight: 700;
  color: #0f172a;
  margin: 0;
  letter-spacing: -0.01em;
}

.progression-meta {
  font-size: 0.8rem;
  font-weight: 500;
  color: var(--text-secondary);
}

.progression-split-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  position: relative;
  background: #f1f5f9;
}

.stage-panel {
  position: relative;
  display: flex;
  flex-direction: column;
  background: #ffffff;
}

.stage-panel:first-child {
  border-right: 1px solid #e2e8f0;
}

.stage-img-wrap {
  position: relative;
  width: 100%;
  height: 240px;
  overflow: hidden;
  background: #0f172a;
}

.stage-img-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform 0.35s ease;
}

.progression-card:hover .stage-img-wrap img {
  transform: scale(1.02);
}

.stage-badge {
  position: absolute;
  top: 0.75rem;
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.03em;
  text-transform: uppercase;
  padding: 0.25rem 0.55rem;
  border-radius: 4px;
  z-index: 2;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.2);
}

.stage-badge-before {
  left: 0.75rem;
  background: rgba(15, 23, 42, 0.85);
  color: #f8fafc;
  border: 1px solid rgba(255, 255, 255, 0.2);
}

.stage-badge-after {
  right: 0.75rem;
  background: rgba(142, 168, 50, 0.95);
  color: #0f172a;
  border: 1px solid rgba(142, 168, 50, 0.4);
}

.stage-divider-arrow {
  position: absolute;
  top: 120px;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 32px;
  height: 32px;
  border-radius: 50%;
  background: #ffffff;
  border: 1.5px solid #cbd5e1;
  color: var(--gold-dark);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0.85rem;
  font-weight: 800;
  box-shadow: 0 4px 12px rgba(15, 23, 42, 0.15);
  z-index: 3;
  pointer-events: none;
}

.stage-info {
  padding: 0.75rem 1rem;
  background: #fafafa;
  border-top: 1px solid #f1f5f9;
}

.stage-info-label {
  display: block;
  font-size: 0.72rem;
  font-weight: 700;
  text-transform: uppercase;
  color: var(--gold-dark);
  margin-bottom: 0.15rem;
}

.stage-info-desc {
  font-size: 0.82rem;
  color: #475569;
  line-height: 1.35;
  margin: 0;
}

@media (max-width: 640px) {
  .progression-split-grid {
    grid-template-columns: 1fr;
  }
  .stage-panel:first-child {
    border-right: none;
    border-bottom: 1px solid #e2e8f0;
  }
  .stage-divider-arrow {
    display: none;
  }
  .stage-img-wrap {
    height: 200px;
  }
}


/* Services Presentation Grid */
.services-circle-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2.2rem 1.8rem;
}

@media (max-width: 992px) {
  .services-circle-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 600px) {
  .services-circle-grid {
    grid-template-columns: 1fr;
  }
}

/* High-Contrast Architectural Service Cards (Proper Rectangular Editorial Cards) */
.service-circle-card {
  display: flex;
  flex-direction: column;
  background: #ffffff !important;
  border-radius: 16px !important;
  border: 1.5px solid #cbd5e1 !important; /* Sharp high-contrast border */
  box-shadow: 0 10px 30px -5px rgba(15, 23, 42, 0.1), 0 4px 12px -2px rgba(15, 23, 42, 0.05) !important;
  overflow: hidden;
  text-align: left;
  padding: 0;
  height: 100%;
  text-decoration: none;
  transition: transform 0.35s cubic-bezier(0.16, 1, 0.3, 1), box-shadow 0.35s ease, border-color 0.35s ease;
}

.service-circle-card:hover {
  transform: translateY(-8px) !important;
  box-shadow: 0 22px 45px -10px rgba(15, 23, 42, 0.18), 0 12px 20px -8px rgba(197, 160, 89, 0.25) !important;
  border-color: var(--gold-dark) !important;
}

.service-circle-img-wrap {
  width: 100%;
  height: 210px;
  border-radius: 0;
  border: none;
  border-bottom: 2px solid #e2e8f0;
  margin-bottom: 0;
  box-shadow: none;
  background: #f1f5f9;
  position: relative;
  overflow: hidden;
}

.service-circle-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.6s cubic-bezier(0.16, 1, 0.3, 1);
}

.service-circle-card:hover .service-circle-img {
  transform: scale(1.08);
}

/* Service Card Body & Ultra-Visible High-Contrast Typography */
.service-card-body-wrap {
  padding: 1.6rem 1.6rem 1.8rem 1.6rem;
  display: flex;
  flex-direction: column;
  flex-grow: 1;
  background: #ffffff;
}

.service-circle-title {
  font-size: 1.3rem !important;
  font-weight: 800 !important;
  color: #0f172a !important; /* Maximum dark contrast */
  margin-bottom: 0.65rem !important;
  line-height: 1.3 !important;
  letter-spacing: -0.015em;
}

.service-desc-text {
  font-size: 0.95rem !important;
  color: #334155 !important; /* High contrast dark slate body text */
  line-height: 1.65 !important;
  margin-bottom: 1.4rem !important;
  font-weight: 500 !important;
  flex-grow: 1;
}

.service-details-link {
  font-size: 0.88rem !important;
  font-weight: 700 !important;
  color: #854d0e !important;
  background: #fefce8 !important;
  border: 1px solid #fef08a !important;
  padding: 0.45rem 0.9rem !important;
  border-radius: 8px !important;
  display: inline-flex !important;
  align-items: center !important;
  gap: 0.4rem !important;
  text-decoration: none !important;
  margin-top: auto !important;
  width: fit-content !important;
  transition: all 0.3s ease !important;
}

.service-circle-card:hover .service-details-link {
  background: var(--gold-primary) !important;
  color: #ffffff !important;
  border-color: var(--gold-dark) !important;
  transform: translateX(4px) !important;
}.service-card {
  display: flex;
  flex-direction: column;
  background: #ffffff !important;
  border-radius: 16px !important;
  border: 1.5px solid #cbd5e1 !important;
  box-shadow: 0 10px 30px -5px rgba(15, 23, 42, 0.1), 0 4px 12px -2px rgba(15, 23, 42, 0.05) !important;
  overflow: hidden;
  height: 100%;
  transition: transform 0.35s cubic-bezier(0.16, 1, 0.3, 1), box-shadow 0.35s ease, border-color 0.35s ease;
}

.service-card:hover {
  transform: translateY(-8px) !important;
  box-shadow: 0 22px 45px -10px rgba(15, 23, 42, 0.18), 0 12px 20px -8px rgba(197, 160, 89, 0.25) !important;
  border-color: var(--gold-dark) !important;
}

.service-card-img-wrap {
  position: relative;
  width: 100%;
  height: 210px;
  overflow: hidden;
  border-bottom: 2px solid #e2e8f0;
}

.service-card-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.6s cubic-bezier(0.16, 1, 0.3, 1);
}

.service-card:hover .service-card-img {
  transform: scale(1.08);
}

.service-card-badge {
  position: absolute;
  top: 1rem;
  right: 1rem;
  padding: 0.35rem 0.85rem;
  background: #ffffff;
  border: 1px solid #fde047;
  border-radius: var(--radius-full);
  font-size: 0.75rem;
  font-weight: 800;
  color: #854d0e;
  text-transform: uppercase;
  box-shadow: 0 4px 12px rgba(0,0,0,0.1);
}

.service-card-body {
  padding: 1.6rem 1.6rem 1.8rem 1.6rem;
  display: flex;
  flex-direction: column;
  flex-grow: 1;
  background: #ffffff;
}

.service-card-title {
  font-size: 1.3rem !important;
  font-weight: 800 !important;
  color: #0f172a !important;
  margin-bottom: 0.65rem !important;
  line-height: 1.3 !important;
  letter-spacing: -0.015em;
}

.service-card-desc {
  font-size: 0.95rem !important;
  color: #334155 !important;
  line-height: 1.65 !important;
  margin-bottom: 1.4rem !important;
  font-weight: 500 !important;
  flex-grow: 1;
}

.service-card-link {
  font-size: 0.88rem !important;
  font-weight: 700 !important;
  color: #854d0e !important;
  background: #fefce8 !important;
  border: 1px solid #fef08a !important;
  padding: 0.45rem 0.9rem !important;
  border-radius: 8px !important;
  display: inline-flex !important;
  align-items: center !important;
  gap: 0.4rem !important;
  text-decoration: none !important;
  margin-top: auto !important;
  width: fit-content !important;
  transition: all 0.3s ease !important;
}

.service-card:hover .service-card-link {
  background: var(--gold-primary) !important;
  color: #ffffff !important;
  border-color: var(--gold-dark) !important;
  transform: translateX(4px) !important;
}

/* 09. Scrolling Quote Marquee */
.marquee-container {
  width: 100%;
  overflow: hidden;
  background: var(--bg-dark-accent);
  color: #ffffff;
  padding: 1.25rem 0;
  white-space: nowrap;
  position: relative;
  box-shadow: 0 4px 20px rgba(0,0,0,0.15);
}

.marquee-content {
  display: inline-flex;
  align-items: center;
  gap: 3rem;
  animation: marqueeScroll 25s linear infinite;
  font-family: var(--font-heading);
  font-weight: 800;
  font-size: 1.15rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.marquee-item {
  display: flex;
  align-items: center;
  gap: 1rem;
}

.marquee-star {
  color: var(--gold-light);
}


/* Editorial Luxury Services Showcase System */
.services-editorial-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(360px, 1fr));
  gap: 2.2rem;
  margin-top: 2.5rem;
}

.service-editorial-card {
  background: #ffffff;
  border: 1.5px solid var(--border-subtle);
  border-radius: var(--radius-lg);
  overflow: hidden;
  box-shadow: 0 10px 28px rgba(15, 23, 42, 0.05);
  transition: all 0.35s cubic-bezier(0.16, 1, 0.3, 1);
  display: flex;
  flex-direction: column;
  height: 100%;
}

.service-editorial-card:hover {
  transform: translateY(-6px);
  border-color: var(--border-gold-bright);
  box-shadow: 0 20px 40px rgba(2, 132, 199, 0.14);
}

.service-editorial-media {
  position: relative;
  width: 100%;
  height: 235px;
  overflow: hidden;
  background: #0f172a;
}

.service-editorial-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.6s cubic-bezier(0.16, 1, 0.3, 1);
}

.service-editorial-card:hover .service-editorial-img {
  transform: scale(1.06);
}

.service-editorial-badge {
  position: absolute;
  top: 1rem;
  right: 1rem;
  background: rgba(15, 23, 42, 0.85);
  backdrop-filter: blur(8px);
  color: #38bdf8;
  font-size: 0.72rem;
  font-weight: 800;
  padding: 0.35rem 0.85rem;
  border-radius: 9999px;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  border: 1px solid rgba(56, 189, 248, 0.3);
}

.service-editorial-body {
  padding: 1.8rem 1.6rem;
  display: flex;
  flex-direction: column;
  flex-grow: 1;
}

.service-editorial-title {
  font-size: 1.3rem;
  font-weight: 800;
  color: #0f172a;
  margin-bottom: 0.65rem;
  line-height: 1.3;
}

.service-editorial-desc {
  font-size: 0.93rem;
  color: var(--text-secondary);
  line-height: 1.6;
  margin-bottom: 1.25rem;
}

.service-features-list {
  list-style: none;
  padding: 0;
  margin: 0 0 1.5rem 0;
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}

.service-feature-item {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  font-size: 0.86rem;
  font-weight: 600;
  color: #334155;
}

.service-feature-item svg {
  color: #0284c7;
  flex-shrink: 0;
}

.service-editorial-footer {
  margin-top: auto;
  padding-top: 1.25rem;
  border-top: 1px solid #f1f5f9;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.8rem;
}

.service-timeline-tag {
  font-size: 0.82rem;
  font-weight: 700;
  color: #64748b;
  display: inline-flex;
  align-items: center;
  gap: 0.35rem;
}

.service-action-btn {
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
  padding: 0.6rem 1.15rem;
  background: #0f172a;
  color: #ffffff !important;
  font-size: 0.85rem;
  font-weight: 800;
  border-radius: var(--radius-md);
  border: 1px solid #0284c7;
  transition: all 0.25s ease;
}

.service-editorial-card:hover .service-action-btn {
  background: var(--gold-gradient);
  border-color: #38bdf8;
  color: #ffffff !important;
}

@media (max-width: 768px) {
  .services-editorial-grid {
    grid-template-columns: 1fr;
  }
}

/* 10. Instagram Gallery Feed (Authentic Profile System) */
.insta-profile-card-v2 {
  background: #ffffff;
  border: 1.5px solid #cbd5e1;
  border-radius: 20px;
  padding: 2.25rem 2.5rem;
  margin-bottom: 2rem;
  box-shadow: 0 10px 30px rgba(15, 23, 42, 0.06);
  max-width: 860px;
  margin-left: auto;
  margin-right: auto;
}

.insta-header-top {
  display: flex;
  align-items: center;
  gap: 2.5rem;
  margin-bottom: 1.5rem;
}

@media (max-width: 640px) {
  .insta-header-top {
    flex-direction: column;
    text-align: center;
    gap: 1.25rem;
  }
}

.insta-avatar-large-wrap {
  position: relative;
  width: 90px;
  height: 90px;
  border-radius: 50%;
  padding: 3px;
  background: linear-gradient(45deg, #f09433 0%, #e6683c 25%, #dc2743 50%, #cc2366 75%, #bc1888 100%);
  flex-shrink: 0;
}

.insta-avatar-large-img {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  object-fit: cover;
  background: #ffffff;
  border: 2px solid #ffffff;
}

.insta-header-details {
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
  flex-grow: 1;
}

.insta-handle-row {
  display: flex;
  align-items: center;
  gap: 1.25rem;
  flex-wrap: wrap;
}

.insta-handle-title {
  font-family: var(--font-heading);
  font-size: 1.45rem;
  font-weight: 800;
  color: #0f172a;
  letter-spacing: -0.02em;
}

.insta-actions-row {
  display: flex;
  align-items: center;
  gap: 0.65rem;
}

.insta-btn-subtle {
  padding: 0.45rem 1.1rem;
  background: #f1f5f9;
  border: 1px solid #cbd5e1;
  border-radius: 8px;
  font-size: 0.88rem;
  font-weight: 700;
  color: #0f172a;
  text-decoration: none;
  transition: all 0.2s ease;
}

.insta-btn-subtle:hover {
  background: #e2e8f0;
  color: #0f172a;
}

.insta-stats-row {
  display: flex;
  gap: 2rem;
  font-size: 0.95rem;
  color: #334155;
}

.insta-stat-item strong {
  color: #0f172a;
  font-weight: 800;
}

.insta-bio-block {
  border-top: 1px solid #f1f5f9;
  padding-top: 1rem;
}

.insta-category-tag {
  font-size: 0.82rem;
  color: #64748b;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  margin-bottom: 0.25rem;
  display: block;
}

.insta-bio-text {
  font-size: 0.95rem;
  color: #1e293b;
  font-weight: 500;
  line-height: 1.5;
}

.insta-website-link {
  color: #0284c7;
  font-weight: 700;
  text-decoration: none;
  font-size: 0.92rem;
  display: inline-block;
  margin-top: 0.35rem;
}

.insta-website-link:hover {
  text-decoration: underline;
}

/* Instagram Navigation Tabs Bar */
.insta-tabs-bar {
  display: flex;
  justify-content: center;
  gap: 3rem;
  border-top: 1.5px solid #e2e8f0;
  margin-bottom: 1.75rem;
}

.insta-tab-item {
  display: flex;
  align-items: center;
  gap: 0.45rem;
  padding: 0.85rem 0.5rem 0 0.5rem;
  border-top: 2px solid transparent;
  margin-top: -1.5px;
  font-size: 0.78rem;
  font-weight: 800;
  color: #64748b;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  cursor: pointer;
  text-decoration: none;
  transition: all 0.2s ease;
}

.insta-tab-item.active {
  border-top-color: #0f172a;
  color: #0f172a;
}

.insta-tab-item:hover {
  color: #0f172a;
}

.insta-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr) !important;
  gap: 1.5rem !important;
}

@media (max-width: 768px) {
  .insta-grid {
    grid-template-columns: repeat(2, 1fr) !important;
    gap: 1rem !important;
  }
}

@media (max-width: 480px) {
  .insta-grid {
    grid-template-columns: 1fr !important;
    gap: 1rem !important;
  }
}

.insta-card {
  position: relative;
  width: 100%;
  aspect-ratio: 1 / 1;
  min-height: 280px;
  border-radius: 18px;
  overflow: hidden;
  border: 1.5px solid #cbd5e1;
  box-shadow: 0 10px 25px rgba(15, 23, 42, 0.08);
  background: #0f172a;
  transition: transform 0.35s cubic-bezier(0.16, 1, 0.3, 1), border-color 0.35s ease, box-shadow 0.35s ease;
}

.insta-card:hover {
  transform: translateY(-6px);
  border-color: #e6683c;
  box-shadow: 0 16px 32px rgba(230, 104, 60, 0.25);
}

.insta-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.6s cubic-bezier(0.16, 1, 0.3, 1);
}

.insta-card:hover .insta-img {
  transform: scale(1.12);
}

.insta-card-badge {
  position: absolute;
  top: 0.75rem;
  right: 0.75rem;
  background: rgba(15, 23, 42, 0.75);
  backdrop-filter: blur(8px);
  color: #ffffff;
  font-size: 0.72rem;
  font-weight: 800;
  padding: 0.25rem 0.65rem;
  border-radius: 9999px;
  border: 1px solid rgba(255, 255, 255, 0.25);
  z-index: 2;
  display: flex;
  align-items: center;
  gap: 0.3rem;
}

.insta-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(180deg, rgba(15, 23, 42, 0.4) 0%, rgba(15, 23, 42, 0.92) 100%);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-end;
  gap: 0.4rem;
  opacity: 0;
  transition: opacity 0.35s ease;
  color: #ffffff;
  padding: 1.25rem 1rem;
  text-align: center;
  z-index: 3;
}

.insta-card:hover .insta-overlay {
  opacity: 1;
}

.insta-handle {
  font-size: 0.78rem;
  font-weight: 800;
  color: #fde047;
  text-transform: uppercase;
  letter-spacing: 0.05em;
}

.insta-caption {
  font-size: 0.88rem;
  font-weight: 700;
  color: #ffffff;
  line-height: 1.35;
}

.insta-stats {
  display: flex;
  gap: 0.9rem;
  font-size: 0.8rem;
  font-weight: 800;
  color: #f1f5f9;
  margin-top: 0.2rem;
}

/* Testimonials / Social Proof */
.testimonial-card {
  background: #ffffff;
  border: 1px solid var(--border-subtle);
  border-radius: var(--radius-lg);
  padding: 2rem;
  display: flex;
  flex-direction: column;
  height: 100%;
  box-shadow: var(--shadow-card);
}

.testimonial-stars {
  display: flex;
  gap: 0.3rem;
  color: #f59e0b;
  margin-bottom: 1rem;
}

.testimonial-quote {
  font-size: 1rem;
  color: var(--text-primary);
  font-style: italic;
  margin-bottom: 1.5rem;
  flex-grow: 1;
}

.testimonial-author {
  display: flex;
  align-items: center;
  gap: 1rem;
  padding-top: 1rem;
  border-top: 1px solid var(--border-subtle);
}

.testimonial-avatar {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  background: var(--gold-gradient);
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 800;
  color: #000;
}

.author-name {
  font-weight: 700;
  color: var(--text-primary);
  font-size: 0.95rem;
}

.author-suburb {
  font-size: 0.8rem;
  color: var(--text-muted);
}

/* Form Fields 2-Column Desktop Grid */
.form-fields-grid {
  display: grid !important;
  grid-template-columns: 1fr 1fr !important;
  gap: 1rem !important;
}

/* FAQ Accordion */
.faq-accordion {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  max-width: 900px;
  margin: 0 auto;
}

.faq-item {
  background: #ffffff;
  border: 1.5px solid #cbd5e1;
  border-radius: var(--radius-md);
  overflow: hidden;
  transition: border-color 0.35s ease, box-shadow 0.35s ease;
  box-shadow: 0 4px 12px rgba(15, 23, 42, 0.03);
}

.faq-item.active {
  border-color: #0284c7;
  box-shadow: 0 10px 25px rgba(2, 132, 199, 0.12);
}

.faq-question {
  width: 100%;
  padding: 1.35rem 1.8rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  background: transparent;
  border: none;
  color: #0f172a;
  font-family: var(--font-heading);
  font-size: 1.08rem;
  font-weight: 700;
  text-align: left;
  cursor: pointer;
  outline: none;
  transition: color 0.25s ease;
}

.faq-question:hover {
  color: #0284c7;
}

.faq-icon {
  width: 24px;
  height: 24px;
  color: #0284c7;
  transition: transform 0.35s cubic-bezier(0.16, 1, 0.3, 1);
  flex-shrink: 0;
}

.faq-item.active .faq-icon {
  transform: rotate(180deg);
}

.faq-answer {
  max-height: 0;
  overflow: hidden;
  opacity: 0;
  transition: max-height 0.4s cubic-bezier(0.16, 1, 0.3, 1), opacity 0.35s ease, padding 0.35s ease;
  padding: 0 1.8rem;
  color: #334155;
  font-size: 0.98rem;
  line-height: 1.68;
}

.faq-answer p {
  margin: 0;
  opacity: 1 !important;
}

.faq-item.active .faq-answer {
  max-height: 1200px !important;
  opacity: 1 !important;
  padding-bottom: 1.5rem !important;
}

/* Responsive adjustments for components */
@media (max-width: 1024px) {
  .hero-grid {
    grid-template-columns: 1fr;
    gap: 2.5rem;
  }
  .hero-form-card {
    margin-left: auto;
    margin-right: auto;
    max-width: 100%;
    width: 100%;
  }
  .services-circle-grid {
    grid-template-columns: repeat(2, 1fr);
  }
  .trust-bar-grid {
    grid-template-columns: repeat(3, 1fr);
  }
  .insta-grid {
    grid-template-columns: repeat(2, 1fr) !important;
  }
}

@media (max-width: 768px) {
  /* Hero Section Mobile Top Fold Optimization */
  .hero-section {
    padding-top: calc(var(--header-height) + 1.85rem) !important;
    padding-bottom: 2.25rem !important;
    min-height: auto !important;
    background: transparent !important;
  }

  .hero-bg-video,
  .hero-bg-canvas {
    opacity: 0.65 !important;
    object-position: center top !important;
    filter: contrast(1.08) brightness(0.95) !important;
  }

  .hero-badge-strip {
    margin-bottom: 0.75rem !important;
    gap: 0.5rem 1rem !important;
  }

  .hero-title {
    font-size: clamp(1.48rem, 5.4vw, 1.9rem) !important;
    line-height: 1.25 !important;
    margin-bottom: 0.85rem !important;
    display: flex !important;
    flex-direction: column !important;
    gap: 0.25rem !important;
  }

  .hero-line-1,
  .hero-line-2,
  .hero-line-3 {
    display: block !important;
  }

  .hero-line-2 {
    min-height: 1.35em !important;
  }

  .hero-description {
    font-size: 0.92rem !important;
    line-height: 1.55 !important;
    margin-bottom: 1.25rem !important;
  }

  .hero-cta-group {
    margin-bottom: 1.25rem !important;
    gap: 0.75rem !important;
  }

  /* Form Fields Responsive Grid on Mobile / Tablet */
  @media (max-width: 992px) {
    .form-fields-grid {
      grid-template-columns: 1fr !important;
      gap: 0.85rem !important;
    }
  }

  /* Cards & Grids Stacking */
  .services-circle-grid,
  .services-grid,
  .services-editorial-grid,
  .home-contact-grid {
    grid-template-columns: 1fr !important;
    gap: 1.5rem !important;
  }

  .service-circle-card,
  .service-card,
  .service-editorial-card {
    border-radius: 14px !important;
  }

  .service-circle-img-wrap,
  .service-card-img-wrap,
  .service-editorial-media {
    width: 100% !important;
    height: 190px !important;
  }

  .service-card-body,
  .service-card-body-wrap,
  .service-editorial-body {
    padding: 1.35rem 1.25rem 1.5rem 1.25rem !important;
  }

  .service-circle-title,
  .service-card-title,
  .service-editorial-title {
    font-size: 1.2rem !important;
    margin-bottom: 0.5rem !important;
  }

  .service-desc-text,
  .service-card-desc,
  .service-editorial-desc {
    font-size: 0.92rem !important;
    line-height: 1.6 !important;
    margin-bottom: 1.1rem !important;
  }

  /* Form & Input Responsiveness */
  .hero-form-card {
    padding: 1.75rem 1.25rem !important;
    min-height: auto !important;
    max-width: 100% !important;
  }

  .form-group {
    margin-bottom: 1rem !important;
  }

  .form-input, .form-select, .form-textarea {
    padding: 0.8rem 0.95rem !important;
    font-size: 0.92rem !important;
    width: 100% !important;
  }

  /* Inline styles with grid columns overridden on mobile */
  div[style*="grid-template-columns"]:not(.suburbs-grid) {
    grid-template-columns: 1fr !important;
    gap: 1.25rem !important;
  }

  /* Suburbs Grid Mobile Optimization (2 Compact Columns) */
  .suburbs-grid {
    display: grid !important;
    grid-template-columns: repeat(2, 1fr) !important;
    gap: 0.75rem !important;
  }

  .suburbs-grid a {
    padding: 0.85rem 0.65rem !important;
    border-radius: 10px !important;
  }

  .suburbs-grid strong {
    font-size: 0.88rem !important;
  }

  .suburbs-grid span {
    font-size: 0.75rem !important;
  }

  /* Trust Bar */
  .trust-bar-section {
    padding: 2.25rem 0 !important;
  }

  .trust-bar-grid {
    grid-template-columns: repeat(2, 1fr) !important;
    gap: 0.85rem !important;
  }

  .trust-bar-item {
    padding: 1.25rem 0.85rem 1.15rem !important;
  }

  .trust-bar-item:last-child {
    grid-column: span 2 !important;
    max-width: 340px;
    margin: 0 auto;
    width: 100%;
  }

  .trust-bar-icon-wrap {
    width: 40px !important;
    height: 40px !important;
    margin-bottom: 0.65rem !important;
  }

  .trust-bar-number {
    font-size: 0.96rem !important;
    min-height: 2.2rem !important;
  }

  .trust-bar-label {
    font-size: 0.76rem !important;
    min-height: 1.8rem !important;
  }

  /* Before / After Slider */
  .before-after-container {
    aspect-ratio: 4/3 !important;
    max-height: 380px !important;
    touch-action: pan-y;
  }

  .slider-handle-button {
    width: 40px !important;
    height: 40px !important;
    font-size: 0.95rem !important;
  }

  .slider-label {
    padding: 0.35rem 0.75rem !important;
    font-size: 0.78rem !important;
  }

  /* Canvas Scroll Section (Full-screen sticky video scrub on mobile) */
  .scroll-canvas-section {
    position: relative !important;
    width: 100% !important;
    height: 250vh !important;
    background: var(--bg-light) !important;
  }

  .scroll-canvas-sticky {
    position: sticky !important;
    top: 0 !important;
    left: 0 !important;
    width: 100% !important;
    height: 100vh !important;
    height: 100dvh !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    overflow: hidden !important;
    z-index: 5 !important;
  }

  .canvas-element {
    position: absolute !important;
    top: 0 !important;
    left: 0 !important;
    width: 100% !important;
    height: 100% !important;
    object-fit: cover !important;
  }

  .canvas-content-bottom-left {
    bottom: 5.5rem !important;
    left: 1.1rem !important;
    max-width: calc(100% - 2.2rem) !important;
    z-index: 10 !important;
  }

  .canvas-title-sm {
    font-size: 1.22rem !important;
  }

  .canvas-desc-sm {
    font-size: 0.85rem !important;
  }

  /* Testimonials Marquee Animation on Mobile */
  .testimonials-marquee-wrapper {
    position: relative !important;
    max-height: 480px !important;
    overflow: hidden !important;
    margin-top: 2rem !important;
    -webkit-mask-image: linear-gradient(to bottom, transparent 0%, rgba(0,0,0,1) 12%, rgba(0,0,0,1) 88%, transparent 100%) !important;
    mask-image: linear-gradient(to bottom, transparent 0%, rgba(0,0,0,1) 12%, rgba(0,0,0,1) 88%, transparent 100%) !important;
  }

  .testimonials-columns-grid {
    display: flex !important;
    flex-direction: column !important;
    gap: 1.25rem !important;
    align-items: center !important;
  }

  .testimonial-column {
    width: 100% !important;
    max-width: 100% !important;
  }

  .testimonial-track {
    display: flex !important;
    flex-direction: column !important;
    gap: 1.25rem !important;
    animation: verticalMarquee 22s linear infinite !important;
    will-change: transform !important;
  }

  .testimonial-card-v2 {
    padding: 1.4rem 1.25rem !important;
    background: #ffffff !important;
    border: 1.5px solid var(--border-gold) !important;
    border-radius: 16px !important;
    box-shadow: 0 8px 25px rgba(15, 23, 42, 0.07) !important;
  }

  /* Instagram Profile Card */
  .insta-profile-card-v2 {
    padding: 1.5rem 1.1rem !important;
    border-radius: 16px !important;
  }

  .insta-stats-row {
    gap: 1.1rem !important;
    font-size: 0.88rem !important;
  }

  .insta-tabs-bar {
    gap: 1.5rem !important;
  }

  .insta-tab-item {
    font-size: 0.72rem !important;
  }

  /* FAQ Accordion Mobile Optimization */
  .faq-accordion {
    gap: 0.65rem !important;
  }

  .faq-item {
    border-radius: 10px !important;
  }

  .faq-question {
    padding: 0.85rem 1rem !important;
    font-size: 0.9rem !important;
    font-weight: 700 !important;
    line-height: 1.35 !important;
    gap: 0.6rem !important;
  }

  .faq-icon {
    width: 18px !important;
    height: 18px !important;
  }

  .faq-answer {
    padding: 0 1rem !important;
    font-size: 0.84rem !important;
    line-height: 1.55 !important;
  }

  .faq-item.active .faq-answer {
    padding-bottom: 0.85rem !important;
  }
}

@media (max-width: 480px) {
  .trust-bar-grid {
    grid-template-columns: 1fr !important;
    gap: 0.75rem !important;
  }

  .trust-bar-item:last-child {
    grid-column: span 1 !important;
    max-width: 100% !important;
  }

  .insta-grid {
    grid-template-columns: 1fr !important;
  }
}

/* Sticky Mobile Call Bar & Floating Quote Launcher for Black & Heale */
.sticky-mobile-bar {
  display: none;
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 1050;
  background: #191b1c;
  border-top: 2px solid var(--gold-primary);
  box-shadow: 0 -4px 20px rgba(0,0,0,0.3);
  padding: 0.75rem 1rem;
}

.sticky-mobile-inner {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0.75rem;
  max-width: 500px;
  margin: 0 auto;
}

.sticky-btn-call {
  background: rgba(255, 255, 255, 0.12);
  color: #ffffff;
  border: 1px solid rgba(255, 255, 255, 0.25);
  font-weight: 700;
  font-size: 0.88rem;
  padding: 0.75rem;
  border-radius: var(--radius-sm);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.45rem;
  text-decoration: none;
}

.sticky-btn-quote {
  background: var(--gold-gradient);
  color: #1a2205;
  font-weight: 800;
  font-size: 0.88rem;
  padding: 0.75rem;
  border-radius: var(--radius-sm);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.45rem;
  text-decoration: none;
}

@media (max-width: 768px) {
  .sticky-mobile-bar {
    display: block;
  }
  body {
    padding-bottom: 70px;
  }
}

/* Floating Chat / Quick Quote Button */
.floating-quote-launcher {
  position: fixed;
  bottom: 2rem;
  right: 2rem;
  z-index: 1040;
  display: flex;
  align-items: center;
  gap: 0.75rem;
  cursor: pointer;
}

.floating-quote-bubble {
  background: #1f2224;
  color: #ffffff;
  font-size: 0.82rem;
  font-weight: 700;
  padding: 0.5rem 0.95rem;
  border-radius: var(--radius-full);
  box-shadow: 0 4px 15px rgba(0,0,0,0.3);
  border: 1px solid rgba(142, 168, 50, 0.5);
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
}

.floating-quote-btn {
  width: 56px;
  height: 56px;
  border-radius: 50%;
  background: var(--gold-primary);
  color: #1a2205;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 8px 24px rgba(142, 168, 50, 0.5);
  border: 2px solid #ffffff;
  transition: var(--transition);
}

.floating-quote-launcher:hover .floating-quote-btn {
  transform: scale(1.08);
  background: var(--gold-light);
}

@media (max-width: 768px) {
  .floating-quote-launcher {
    bottom: 5.5rem;
    right: 1.25rem;
  }
  .floating-quote-bubble {
    display: none;
  }
}

/* ==========================================================================
   MODERN HIGH-IMPACT CTA BANNER (IMAGE 1 & 4 STYLE)
   ========================================================================== */
.cta-banner-section {
  padding: 4.5rem 0;
  background: transparent;
  position: relative;
}

.cta-banner-card {
  position: relative;
  border-radius: 20px;
  overflow: hidden;
  border: 1.5px solid rgba(56, 189, 248, 0.4);
  box-shadow: 0 20px 50px rgba(0, 0, 0, 0.35), 0 0 0 1px rgba(2, 132, 199, 0.15);
  background-size: cover;
  background-position: center right;
  background-repeat: no-repeat;
  min-height: 280px;
  display: flex;
  align-items: center;
}

.cta-banner-card::before {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, rgba(8, 20, 38, 0.97) 0%, rgba(8, 20, 38, 0.90) 52%, rgba(8, 20, 38, 0.35) 100%);
  z-index: 1;
}

.cta-banner-content {
  position: relative;
  z-index: 2;
  padding: 3.5rem 3rem;
  max-width: 740px;
  text-align: left;
}

.cta-banner-title {
  color: #ffffff !important;
  font-family: var(--font-heading);
  font-size: clamp(1.6rem, 3vw, 2.25rem);
  font-weight: 800;
  line-height: 1.25;
  margin-bottom: 0.9rem;
  letter-spacing: -0.01em;
}

.cta-banner-desc {
  color: #e2e8f0 !important;
  font-size: 1.02rem;
  line-height: 1.65;
  margin-bottom: 1.8rem;
  font-weight: 400;
  max-width: 620px;
}

.cta-banner-actions {
  display: flex;
  align-items: center;
  gap: 1rem;
  flex-wrap: wrap;
}

.btn-cta-pill-dark {
  display: inline-flex;
  align-items: center;
  gap: 0.6rem;
  background: #182d49;
  color: #ffffff !important;
  border: 1.5px solid rgba(255, 255, 255, 0.22);
  border-radius: 9999px;
  padding: 0.85rem 1.85rem;
  font-size: 0.98rem;
  font-weight: 700;
  font-family: var(--font-heading);
  text-decoration: none;
  box-shadow: 0 4px 14px rgba(0, 0, 0, 0.25);
  transition: all 0.25s ease;
}

.btn-cta-pill-dark:hover {
  background: #223f66;
  border-color: rgba(56, 189, 248, 0.5);
  transform: translateY(-2px);
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.3);
}

.btn-cta-pill-blue {
  display: inline-flex;
  align-items: center;
  gap: 0.6rem;
  background: #7dd3fc;
  color: #0b1329 !important;
  border: none;
  border-radius: 9999px;
  padding: 0.85rem 1.85rem;
  font-size: 0.98rem;
  font-weight: 800;
  font-family: var(--font-heading);
  text-decoration: none;
  box-shadow: 0 4px 16px rgba(56, 189, 248, 0.35);
  transition: all 0.25s ease;
}

.btn-cta-pill-blue:hover {
  background: #38bdf8;
  transform: translateY(-2px);
  box-shadow: 0 8px 24px rgba(56, 189, 248, 0.5);
}

@media (max-width: 768px) {
  .cta-banner-content {
    padding: 2.5rem 1.5rem;
  }
  .cta-banner-card::before {
    background: linear-gradient(180deg, rgba(8, 20, 38, 0.96) 0%, rgba(8, 20, 38, 0.92) 100%);
  }
  .cta-banner-actions {
    flex-direction: column;
    align-items: stretch;
  }
  .btn-cta-pill-dark,
  .btn-cta-pill-blue {
    justify-content: center;
  }
}

/* ==========================================================================
   MODERN BOX CARD STYLE (IMAGES 2, 3, 4 STYLE)
   ========================================================================== */
.modern-box-card {
  position: relative;
  background: #ffffff;
  border-radius: 16px;
  padding: 2.2rem 2rem 2rem 2rem;
  border: 1px solid #e2e8f0;
  box-shadow: 0 10px 30px rgba(15, 23, 42, 0.06);
  transition: all 0.3s ease;
  overflow: hidden;
  display: flex;
  flex-direction: column;
}

.modern-box-card::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 5px;
  background: linear-gradient(90deg, #0f172a 0%, #0284c7 100%);
  border-radius: 16px 16px 0 0;
}

.modern-box-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 16px 36px rgba(15, 23, 42, 0.12);
  border-color: #cbd5e1;
}

/* Circular Number Badge (Image 2 style) */
.modern-box-num-badge {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  background: #0f2744;
  color: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: var(--font-heading);
  font-weight: 800;
  font-size: 1.15rem;
  margin-bottom: 1.25rem;
  box-shadow: 0 4px 12px rgba(15, 39, 68, 0.25);
  flex-shrink: 0;
}

/* Square Icon Badge (Image 4 style) */
.modern-box-icon-badge {
  width: 48px;
  height: 48px;
  border-radius: 12px;
  background: #0f2744;
  color: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 1.25rem;
  box-shadow: 0 4px 12px rgba(15, 39, 68, 0.25);
  flex-shrink: 0;
}

.modern-box-title {
  font-family: var(--font-heading);
  font-size: 1.18rem;
  font-weight: 800;
  color: #0f172a;
  margin-bottom: 0.75rem;
  line-height: 1.35;
}

.modern-box-desc {
  color: #475569;
  font-size: 0.94rem;
  line-height: 1.65;
  margin: 0;
}

.modern-box-list {
  list-style: none;
  padding: 0;
  margin: 0.75rem 0 0 0;
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}

.modern-box-list li {
  font-size: 0.9rem;
  color: #475569;
  line-height: 1.5;
  display: flex;
  align-items: flex-start;
  gap: 0.5rem;
}

@media (max-width: 991px) {
  .about-us-split-grid {
    grid-template-columns: 1fr !important;
    gap: 2.5rem !important;
  }
}

@media (max-width: 600px) {
  .about-feature-grid {
    grid-template-columns: 1fr !important;
  }
}

/* ==========================================================================
   SIMPLE PAST WORK IMAGE GALLERY (4-COLUMN PHOTO GRID)
   ========================================================================== */

.simple-gallery-section {
  background: #ffffff;
  padding: 3.5rem 0 4.5rem;
  border-top: 1px solid var(--border-subtle);
  border-bottom: 1px solid var(--border-subtle);
}

.simple-gallery-header {
  text-align: center;
  margin-bottom: 2.2rem;
}

.simple-gallery-title {
  font-family: var(--font-heading);
  font-size: 2.2rem;
  font-weight: 800;
  color: #0f2744;
  letter-spacing: -0.01em;
  margin-bottom: 0.4rem;
}

.simple-gallery-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1.25rem;
}

@media (max-width: 1024px) {
  .simple-gallery-grid {
    grid-template-columns: repeat(3, 1fr);
    gap: 1rem;
  }
}

@media (max-width: 768px) {
  .simple-gallery-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 0.85rem;
  }
}

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

.simple-gallery-item {
  position: relative;
  aspect-ratio: 4 / 3;
  border-radius: 14px;
  overflow: hidden;
  cursor: pointer;
  border: 2px solid #93c5fd;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
  transition: transform 0.25s cubic-bezier(0.16, 1, 0.3, 1), box-shadow 0.25s ease, border-color 0.25s ease;
  background: #0f172a;
}

.simple-gallery-item:hover {
  transform: translateY(-4px) scale(1.02);
  box-shadow: 0 12px 24px rgba(0, 0, 0, 0.16);
  border-color: #2563eb;
}

.simple-gallery-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform 0.4s cubic-bezier(0.16, 1, 0.3, 1);
}

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

.simple-gallery-item.simple-gallery-hidden {
  display: none !important;
}

.simple-gallery-item.simple-gallery-fadein {
  animation: simpleFadeIn 0.35s cubic-bezier(0.16, 1, 0.3, 1) forwards;
}

@keyframes simpleFadeIn {
  from {
    opacity: 0;
    transform: translateY(15px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

/* Simple See More & Show Less Action Bar */
.simple-gallery-actions {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1rem;
  margin-top: 2.5rem;
}

.btn-simple-see-more {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: var(--gold-primary);
  color: #ffffff;
  padding: 0.85rem 2.6rem;
  font-size: 1rem;
  font-weight: 700;
  border-radius: var(--radius-full);
  border: none;
  cursor: pointer;
  transition: all 0.2s ease;
  box-shadow: 0 4px 14px var(--gold-glow);
}

.btn-simple-see-more:hover {
  background: var(--gold-dark);
  transform: translateY(-2px);
  box-shadow: 0 6px 18px rgba(110, 132, 36, 0.35);
}

.btn-simple-show-less {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: #f1f5f9;
  color: var(--text-secondary);
  padding: 0.85rem 2rem;
  font-size: 0.95rem;
  font-weight: 600;
  border-radius: var(--radius-full);
  border: 1px solid var(--border-card);
  cursor: pointer;
  transition: all 0.2s ease;
}

.btn-simple-show-less:hover {
  background: #e2e8f0;
  color: var(--text-primary);
}

/* ==========================================================================
   INTERACTIVE FULL-SCREEN LIGHTBOX MODAL
   ========================================================================== */

body.lightbox-open {
  overflow: hidden !important;
}

.gallery-lightbox {
  position: fixed;
  inset: 0;
  z-index: 99999;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(10, 15, 29, 0.94);
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.3s cubic-bezier(0.16, 1, 0.3, 1);
  padding: 1.5rem;
}

.gallery-lightbox.active {
  opacity: 1;
  pointer-events: auto;
}

.lightbox-dialog {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  max-width: 1000px;
  width: 100%;
  animation: lightboxZoomIn 0.3s cubic-bezier(0.16, 1, 0.3, 1);
}

@keyframes lightboxZoomIn {
  from {
    opacity: 0;
    transform: scale(0.94);
  }
  to {
    opacity: 1;
    transform: scale(1);
  }
}

.lightbox-img-frame {
  position: relative;
  max-width: 100%;
  max-height: 70vh;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #000000;
  border-radius: var(--radius-md);
  overflow: hidden;
  box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.7);
  border: 1px solid rgba(255, 255, 255, 0.1);
}

.lightbox-image {
  max-height: 70vh;
  max-width: 100%;
  object-fit: contain;
  display: block;
  transition: opacity 0.2s ease;
}

.lightbox-caption-card {
  width: 100%;
  margin-top: 1rem;
  background: rgba(30, 41, 59, 0.85);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: var(--radius-md);
  padding: 1rem 1.4rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  color: #ffffff;
}

.lightbox-caption-info {
  flex-grow: 1;
}

.lightbox-caption-tag {
  display: inline-block;
  font-size: 0.72rem;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  color: var(--gold-light);
  margin-bottom: 0.25rem;
}

.lightbox-caption-title {
  font-family: var(--font-heading);
  font-size: 1.15rem;
  font-weight: 700;
  color: #ffffff;
  margin-bottom: 0.2rem;
}

.lightbox-caption-desc {
  font-size: 0.85rem;
  color: #94a3b8;
  line-height: 1.4;
}

.lightbox-caption-actions {
  display: flex;
  align-items: center;
  gap: 0.9rem;
  flex-shrink: 0;
}

.lightbox-counter-badge {
  background: rgba(255, 255, 255, 0.15);
  border: 1px solid rgba(255, 255, 255, 0.2);
  padding: 0.35rem 0.8rem;
  border-radius: 9999px;
  font-size: 0.82rem;
  font-weight: 700;
  color: #ffffff;
  white-space: nowrap;
}

.lightbox-quote-btn {
  background: var(--gold-primary);
  color: #ffffff;
  font-size: 0.82rem;
  font-weight: 700;
  padding: 0.45rem 1rem;
  border-radius: var(--radius-full);
  text-decoration: none;
  white-space: nowrap;
  transition: background 0.2s ease;
}

.lightbox-quote-btn:hover {
  background: var(--gold-dark);
}

.lightbox-close-btn {
  position: absolute;
  top: -46px;
  right: 0;
  width: 38px;
  height: 38px;
  background: rgba(255, 255, 255, 0.15);
  border: 1px solid rgba(255, 255, 255, 0.3);
  border-radius: 50%;
  color: #ffffff;
  font-size: 1.4rem;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: background 0.2s ease, transform 0.2s ease;
  z-index: 10;
}

.lightbox-close-btn:hover {
  background: rgba(239, 68, 68, 0.85);
  transform: rotate(90deg);
}

.lightbox-nav-btn {
  position: absolute;
  top: 45%;
  transform: translateY(-50%);
  width: 48px;
  height: 48px;
  background: rgba(255, 255, 255, 0.15);
  border: 1px solid rgba(255, 255, 255, 0.3);
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
  border-radius: 50%;
  color: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: background 0.2s ease, transform 0.2s ease;
  z-index: 10;
}

.lightbox-nav-btn:hover {
  background: var(--gold-primary);
  transform: translateY(-50%) scale(1.1);
}

.lightbox-nav-prev {
  left: -64px;
}

.lightbox-nav-next {
  right: -64px;
}

@media (max-width: 1140px) {
  .lightbox-nav-prev {
    left: 12px;
  }
  .lightbox-nav-next {
    right: 12px;
  }
  .lightbox-close-btn {
    top: 12px;
    right: 12px;
  }
}

@media (max-width: 680px) {
  .gallery-lightbox {
    padding: 0.75rem;
  }
  .lightbox-caption-card {
    flex-direction: column;
    align-items: flex-start;
    padding: 0.9rem 1rem;
    gap: 0.6rem;
  }
  .lightbox-caption-actions {
    width: 100%;
    justify-content: space-between;
  }
  .lightbox-img-frame {
    max-height: 55vh;
  }
  .lightbox-image {
    max-height: 55vh;
  }
  .lightbox-nav-btn {
    width: 38px;
    height: 38px;
  }
}

/* ==========================================================================
   Contact Page Dedicated Estimate Form & Layout Sizing Fix
   ========================================================================== */

.contact-page-grid {
  display: grid;
  grid-template-columns: 1.18fr 0.82fr;
  gap: 3.5rem;
  align-items: start;
}

.home-contact-grid {
  display: grid;
  grid-template-columns: 1.18fr 0.82fr;
  gap: 2.5rem;
  max-width: 1200px;
  margin: 0 auto;
  align-items: start;
}

.contact-form-card {
  width: 100%;
  max-width: 100%;
  margin: 0;
  padding: 0;
  background: #ffffff;
  border: 1.5px solid #cbd5e1;
  border-radius: 18px;
  box-shadow: 0 16px 40px rgba(15, 23, 42, 0.09);
  overflow: hidden;
  display: flex;
  flex-direction: column;
  box-sizing: border-box;
  transition: box-shadow 0.3s ease, border-color 0.3s ease;
}

.contact-form-card:hover {
  box-shadow: 0 20px 48px rgba(15, 23, 42, 0.12);
  border-color: rgba(142, 168, 50, 0.5);
}

.contact-form-header {
  background: #191b1c;
  padding: 2rem 2.25rem 1.65rem 2.25rem;
  border-bottom: 2px solid var(--gold-primary);
  position: relative;
  box-sizing: border-box;
}

.contact-form-badge {
  display: inline-flex;
  align-items: center;
  gap: 0.45rem;
  color: var(--gold-primary);
  font-weight: 800;
  font-size: 0.78rem;
  text-transform: uppercase;
  letter-spacing: 0.09em;
  margin-bottom: 0.45rem;
}

.contact-form-badge-dot {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--gold-primary);
  display: inline-block;
}

.contact-form-title,
.contact-form-header h2,
.contact-form-header h3,
.contact-form-header .heading-lg,
.contact-form-header .heading-md {
  color: #ffffff !important;
  font-size: 1.75rem;
  font-weight: 800;
  line-height: 1.2;
  margin: 0 0 0.4rem 0;
  font-family: var(--font-heading);
}

.contact-form-subtitle,
.contact-form-header p {
  color: #cbd5e1 !important;
  font-size: 0.95rem;
  margin: 0;
  line-height: 1.5;
}

.contact-form-header .section-tag {
  background: rgba(142, 168, 50, 0.2) !important;
  color: #c4ea3f !important;
  border-color: #8ea832 !important;
}

.contact-form-body {
  padding: 2.25rem 2.25rem 2rem 2.25rem;
  box-sizing: border-box;
}

.contact-form-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1.25rem;
  margin-bottom: 1.25rem;
}

.contact-form-group {
  margin-bottom: 0;
  display: flex;
  flex-direction: column;
}

.contact-form-label {
  display: block;
  font-family: var(--font-heading);
  font-weight: 700;
  color: #0f172a;
  font-size: 0.92rem;
  margin-bottom: 0.45rem;
}

.contact-form-label .req-star {
  color: #e11d48;
  margin-left: 2px;
}

.contact-form-input,
.contact-form-select {
  width: 100%;
  height: 52px;
  padding: 0.85rem 1.15rem;
  font-size: 0.95rem;
  font-family: var(--font-body);
  color: #0f172a;
  background-color: #f8fafc;
  border: 1.5px solid #cbd5e1;
  border-radius: 10px;
  transition: all 0.2s ease;
  box-sizing: border-box;
}

.contact-form-select {
  appearance: none;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 24 24' fill='none' stroke='%23475569' stroke-width='2.2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpolyline points='6 9 12 15 18 9'%3E%3C/polyline%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 1.15rem center;
  background-size: 16px 16px;
  padding-right: 2.6rem;
  cursor: pointer;
}

.contact-form-textarea {
  width: 100%;
  padding: 0.95rem 1.15rem;
  font-size: 0.95rem;
  font-family: var(--font-body);
  color: #0f172a;
  background-color: #f8fafc;
  border: 1.5px solid #cbd5e1;
  border-radius: 10px;
  transition: all 0.2s ease;
  box-sizing: border-box;
  min-height: 110px;
  resize: vertical;
}

.contact-form-input:focus,
.contact-form-select:focus,
.contact-form-textarea:focus {
  outline: none;
  background-color: #ffffff;
  border-color: var(--gold-primary);
  box-shadow: 0 0 0 3px rgba(142, 168, 50, 0.22);
}

.contact-form-input::placeholder,
.contact-form-textarea::placeholder {
  color: #94a3b8;
  font-size: 0.92rem;
}

.contact-submit-btn {
  width: 100%;
  padding: 1.15rem 1.5rem;
  font-size: 1.05rem;
  font-weight: 800;
  font-family: var(--font-heading);
  letter-spacing: 0.02em;
  color: #0f172a;
  background: var(--gold-gradient);
  border: none;
  border-radius: 10px;
  cursor: pointer;
  box-shadow: 0 8px 24px rgba(142, 168, 50, 0.35);
  transition: all 0.25s cubic-bezier(0.16, 1, 0.3, 1);
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  margin-top: 0.25rem;
}

.contact-submit-btn:hover {
  background: var(--gold-gradient-hover);
  transform: translateY(-2px);
  box-shadow: 0 12px 28px rgba(142, 168, 50, 0.45);
}

.contact-submit-btn:active {
  transform: translateY(0);
}

.contact-reassurance-row {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1.5rem;
  margin-top: 1rem;
  font-size: 0.82rem;
  color: #64748b;
  flex-wrap: wrap;
}

.contact-reassurance-item {
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
  font-weight: 600;
}

/* Responsive Breakpoints */
@media (max-width: 992px) {
  .contact-page-grid,
  .home-contact-grid {
    grid-template-columns: 1fr !important;
    gap: 2.5rem !important;
  }
}

@media (max-width: 640px) {
  .contact-form-header {
    padding: 1.6rem 1.35rem 1.35rem 1.35rem;
  }
  .contact-form-title {
    font-size: 1.4rem;
  }
  .contact-form-body {
    padding: 1.5rem 1.25rem;
  }
  .contact-form-row {
    grid-template-columns: 1fr;
    gap: 1rem;
    margin-bottom: 1rem;
  }
  .contact-reassurance-row {
    flex-direction: column;
    gap: 0.5rem;
    align-items: flex-start;
  }
}

/* ==========================================================================
   Responsive Comparison Table Component
   Ensures 100% visibility across Desktop, Tablet, and Mobile (Zero Clipping)
   ========================================================================== */

.comparison-table-wrap {
  width: 100%;
  background: #ffffff;
  border-radius: var(--radius-lg);
  border: 1.5px solid var(--border-subtle);
  box-shadow: 0 10px 30px rgba(15, 23, 42, 0.05);
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  margin: 0 auto;
  box-sizing: border-box;
}

.comparison-table {
  width: 100%;
  border-collapse: collapse;
  text-align: left;
  table-layout: fixed;
  box-sizing: border-box;
}

/* Header Styling */
.comparison-table thead tr {
  background: #0f172a;
  color: #ffffff;
}

.comparison-table th {
  padding: 1.25rem 1.4rem;
  font-family: var(--font-heading);
  font-size: 0.95rem;
  font-weight: 700;
  vertical-align: middle;
  box-sizing: border-box;
  overflow-wrap: break-word;
  word-break: break-word;
}

.comparison-table th.col-factor {
  width: 26%;
  color: #ffffff;
  border-right: 1px solid rgba(255, 255, 255, 0.08);
}

.comparison-table th.col-bh {
  width: 37%;
  font-weight: 800;
  color: #fde047;
  background: #1e293b;
  border-right: 1px solid rgba(255, 255, 255, 0.08);
}

.comparison-table th.col-other {
  width: 37%;
  color: #94a3b8;
}

/* Body Rows & Cells */
.comparison-table tbody tr {
  border-bottom: 1px solid #f1f5f9;
  transition: background-color 0.2s ease;
}

.comparison-table tbody tr:last-child {
  border-bottom: none;
}

.comparison-table td {
  padding: 1.15rem 1.4rem;
  font-size: 0.92rem;
  line-height: 1.5;
  vertical-align: top;
  box-sizing: border-box;
  overflow-wrap: break-word;
  word-break: break-word;
}

.comparison-table td.cell-factor {
  width: 26%;
  font-weight: 700;
  color: #0f172a;
  border-right: 1px solid #f1f5f9;
}

.comparison-table td.cell-bh {
  width: 37%;
  background: #f0fdf4;
  color: #14532d;
  font-weight: 600;
  border-right: 1px solid #e2e8f0;
}

.comparison-table td.cell-other {
  width: 37%;
  color: #64748b;
  background: #ffffff;
}

/* Tablet Optimization (max-width: 992px) */
@media (max-width: 992px) {
  .comparison-table th {
    padding: 1rem 0.9rem;
    font-size: 0.88rem;
  }
  .comparison-table td {
    padding: 1rem 0.9rem;
    font-size: 0.86rem;
    line-height: 1.45;
  }
}

/* Mobile Screen Optimization (max-width: 640px) */
@media (max-width: 640px) {
  .comparison-table-wrap {
    border-radius: var(--radius-md);
    box-shadow: 0 4px 16px rgba(15, 23, 42, 0.04);
  }
  
  .comparison-table {
    table-layout: fixed !important;
    width: 100% !important;
  }

  .comparison-table th {
    padding: 0.75rem 0.55rem !important;
    font-size: 0.78rem !important;
    line-height: 1.35 !important;
  }

  .comparison-table td {
    padding: 0.75rem 0.55rem !important;
    font-size: 0.78rem !important;
    line-height: 1.4 !important;
  }

  .comparison-table th.col-factor,
  .comparison-table td.cell-factor {
    width: 26% !important;
  }

  .comparison-table th.col-bh,
  .comparison-table td.cell-bh {
    width: 37% !important;
  }

  .comparison-table th.col-other,
  .comparison-table td.cell-other {
    width: 37% !important;
  }
}

/* Extra Narrow Mobile (max-width: 420px) */
@media (max-width: 420px) {
  .comparison-table th {
    padding: 0.65rem 0.42rem !important;
    font-size: 0.72rem !important;
  }

  .comparison-table td {
    padding: 0.65rem 0.42rem !important;
    font-size: 0.72rem !important;
    line-height: 1.35 !important;
  }
}

/* ==========================================================================
   Architectural Sketch Backgrounds & Watermarks
   Bespoke hand-drawn blueprint aesthetics for Black & Heale
   ========================================================================== */

.section-with-sketch {
  position: relative !important;
  overflow: hidden !important;
}

.section-with-sketch > .container {
  position: relative;
  z-index: 2;
}

.sketch-watermark {
  position: absolute;
  pointer-events: none;
  user-select: none;
  z-index: 1;
  mix-blend-mode: multiply;
  opacity: 0.16;
  transition: transform 0.6s cubic-bezier(0.16, 1, 0.3, 1), opacity 0.4s ease;
}

.sketch-watermark-house {
  right: -25px;
  bottom: -35px;
  width: 540px;
  max-width: 52vw;
  height: auto;
}

.sketch-watermark-stairs {
  right: 15px;
  bottom: -20px;
  width: 430px;
  max-width: 46vw;
  height: auto;
}

.sketch-watermark-left {
  left: -35px;
  right: auto;
  bottom: -25px;
}

@media (max-width: 992px) {
  .sketch-watermark-house {
    width: 380px;
    max-width: 60vw;
    opacity: 0.13;
  }
  .sketch-watermark-stairs {
    width: 320px;
    max-width: 55vw;
    opacity: 0.13;
  }
}

@media (max-width: 640px) {
  .sketch-watermark {
    opacity: 0.09 !important;
  }
  .sketch-watermark-house {
    width: 260px;
    right: -35px;
    bottom: -15px;
  }
  .sketch-watermark-stairs {
    width: 210px;
    right: -15px;
    bottom: -10px;
  }
}

/* ==========================================================================
   Cinematic Video Showcase Component
   High-definition looping AI walkthrough of exposed timber frame home
   ========================================================================== */

.cinematic-showcase-wrap {
  position: relative;
  border-radius: var(--radius-xl);
  overflow: hidden;
  background: #0b0f19;
  border: 1.5px solid rgba(253, 224, 71, 0.35);
  box-shadow: 0 20px 50px rgba(15, 23, 42, 0.25), 0 0 45px rgba(142, 168, 50, 0.18);
  margin: 2.75rem 0;
}

.cinematic-video-player {
  width: 100%;
  height: 520px;
  object-fit: cover;
  display: block;
  filter: brightness(0.96) contrast(1.05);
}

.cinematic-overlay-bottom {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background: linear-gradient(180deg, transparent 0%, rgba(11, 15, 25, 0.82) 50%, rgba(11, 15, 25, 0.96) 100%);
  padding: 2.5rem 2.25rem 1.75rem 2.25rem;
  color: #ffffff;
  z-index: 2;
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  gap: 1.5rem;
  flex-wrap: wrap;
}

.cinematic-overlay-top {
  position: absolute;
  top: 1.5rem;
  left: 1.5rem;
  z-index: 2;
}

@media (max-width: 768px) {
  .cinematic-video-player {
    height: 320px;
  }
  .cinematic-overlay-bottom {
    padding: 1.5rem 1.25rem 1.25rem 1.25rem;
    flex-direction: column;
    align-items: flex-start;
    gap: 1rem;
  }
  .cinematic-overlay-top {
    top: 1rem;
    left: 1rem;
  }
}








