/* ============================================================
   SUNITRA DEVELOPERS & CONSTRUCTION — BP-Inspired Professional Theme
   Minimal | Corporate | Clean | Professional
   ============================================================ */

@import url('https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700&display=swap');

/* ── Corporate Minimal Design System ── */
:root {
  /* BP-Inspired Color Palette — Green, White, Black Only */
  --c-primary:      #339933;
  --c-primary-dark: #2d8a2d;
  --c-white:        #ffffff;
  --c-black:        #000000;
  --c-gray-50:      #f9f9f9;
  --c-gray-100:     #f0f0f0;
  --c-gray-200:     #e5e5e5;
  --c-gray-300:     #d0d0d0;
  --c-gray-600:     #666666;
  --c-gray-800:     #333333;
  --c-text-dark:    #000000;
  --c-text-light:   #666666;
  --c-border:       #e5e5e5;

  /* Typography */
  --font-display:   'Inter', -apple-system, BlinkMacSystemFont, sans-serif;
  --font-body:      'Inter', -apple-system, BlinkMacSystemFont, sans-serif;

  /* Font Sizes */
  --fs-xs:          0.75rem;
  --fs-sm:          0.875rem;
  --fs-base:        1rem;
  --fs-lg:          1.125rem;
  --fs-xl:          1.25rem;
  --fs-2xl:         1.5rem;
  --fs-3xl:         1.875rem;
  --fs-4xl:         2.25rem;
  --fs-5xl:         2.75rem;

  /* Line Heights */
  --lh-tight:       1.2;
  --lh-normal:      1.5;
  --lh-relaxed:     1.7;

  /* Spacing Scale */
  --sp-xs:          4px;
  --sp-sm:          8px;
  --sp-md:          12px;
  --sp-lg:          16px;
  --sp-xl:          24px;
  --sp-2xl:         32px;
  --sp-3xl:         48px;
  --sp-4xl:         64px;
  --sp-5xl:         80px;

  /* Border Radius */
  --radius-sm:      4px;
  --radius-md:      6px;
  --radius-lg:      8px;
  --radius-full:    9999px;

  /* Shadows — Minimal, Subtle */
  --shadow-sm:      0 1px 2px rgba(0, 0, 0, 0.05);
  --shadow-md:      0 2px 4px rgba(0, 0, 0, 0.08);
  --shadow-lg:      0 4px 8px rgba(0, 0, 0, 0.1);

  /* Transitions */
  --transition-fast:  0.15s ease;
  --transition:       0.25s ease;
  --transition-slow:  0.4s ease;

  /* Z-Index Scale */
  --z-base:         1;
  --z-dropdown:     100;
  --z-sticky:       200;
  --z-overlay:      300;
  --z-modal:        400;
}

/* ── Universal Reset & Accessibility ── */
*, *::before, *::after {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

html {
  scroll-behavior: smooth;
  font-size: 16px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  overflow-x: clip;
}

body {
  font-family: var(--font-body);
  background: var(--c-white);
  color: var(--c-gray-800);
  line-height: var(--lh-normal);
  overflow-x: clip;
}

/* Focus Visible for Accessibility */
:focus-visible {
  outline: 2px solid var(--c-primary);
  outline-offset: 2px;
}

img { display: block; max-width: 100%; height: auto; }
a { text-decoration: none; color: inherit; transition: color var(--transition); }
ul { list-style: none; }
button { cursor: pointer; border: none; background: none; font-family: inherit; }
input, textarea, select { font-family: inherit; }

/* ── Typography System ── */
h1, h2, h3, h4, h5, h6 {
  font-family: var(--font-display);
  font-weight: 600;
  line-height: var(--lh-tight);
  letter-spacing: -0.01em;
  color: var(--c-primary);
}

h1 { font-size: clamp(1.75rem, 4vw, 2.75rem); }
h2 { font-size: clamp(1.4rem, 3vw, 2rem); }
h3 { font-size: clamp(1.15rem, 2.5vw, 1.5rem); }
h4 { font-size: var(--fs-xl); }
h5 { font-size: var(--fs-lg); }
h6 { font-size: var(--fs-base); }

p {
  font-size: var(--fs-base);
  color: var(--c-gray-600);
  line-height: var(--lh-relaxed);
}



/* ── Universal Reset & Accessibility ── */
*, *::before, *::after {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

html {
  scroll-behavior: smooth;
  font-size: 16px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  overflow-x: clip;
}

body {
  font-family: var(--font-body);
  background: var(--c-white);
  color: var(--c-text-dark);
  line-height: var(--lh-normal);
  overflow-x: clip;
  /* Space for fixed top-strip (~36px) + fixed navbar (64px) */
  padding-top: 100px;
}

:focus-visible {
  outline: 2px solid var(--c-primary);
  outline-offset: 2px;
}

img { display: block; max-width: 100%; height: auto; }
a { text-decoration: none; color: inherit; transition: color var(--transition); }
ul { list-style: none; }
button { cursor: pointer; border: none; background: none; font-family: inherit; }
input, textarea, select { font-family: inherit; }

/* ── Typography System ── */
h1, h2, h3, h4, h5, h6 {
  font-family: var(--font-display);
  font-weight: 600;
  line-height: var(--lh-tight);
  letter-spacing: -0.01em;
  color: var(--c-text-dark);
}

h1 { font-size: clamp(2rem, 4vw, 3rem); }
h2 { font-size: clamp(1.5rem, 3vw, 2.25rem); }
h3 { font-size: clamp(1.25rem, 2.5vw, 1.75rem); }
h4 { font-size: var(--fs-xl); }
h5 { font-size: var(--fs-lg); }
h6 { font-size: var(--fs-base); }

p {
  font-size: var(--fs-base);
  color: var(--c-text-light);
  line-height: var(--lh-relaxed);
}

small { font-size: var(--fs-sm); }

.section-label {
  font-family: var(--font-body);
  font-size: 0.7rem;
  font-weight: 600;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  color: var(--c-primary);
  display: inline-flex;
  align-items: center;
  gap: 6px;
  margin-bottom: var(--sp-md);
}

/* ── Layout System ── */
.container {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 var(--sp-lg);
}

section {
  padding: var(--sp-5xl) 0;
  position: relative;
}

section.bg-offwhite { background: var(--c-gray-50); }

/* Grid Utilities */
.grid-2 {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: var(--sp-3xl);
  align-items: center;
}
.grid-3 {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: var(--sp-xl);
}
.grid-4 {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: var(--sp-xl);
}

@media (max-width: 768px) {
  .grid-2 { grid-template-columns: 1fr; }
  .grid-3 { grid-template-columns: repeat(2, 1fr); }
  .grid-4 { grid-template-columns: repeat(2, 1fr); }
}

@media (max-width: 480px) {
  .grid-2, .grid-3, .grid-4 { grid-template-columns: 1fr; }
}

/* ── Divider ── */
.divider {
  width: 48px;
  height: 1px;
  background: var(--c-primary);
  border-radius: var(--radius-full);
  margin: var(--sp-md) 0;
}

/* ── Section Head ── */
.section-head {
  margin-bottom: var(--sp-3xl);
}

.section-head.centered {
  text-align: center;
}

.section-head.centered h2 {
  margin: 0 auto;
  max-width: 540px;
}

.section-head.centered .divider {
  margin: var(--sp-lg) auto;
}

/* ── Button System ── */
.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 14px 32px;
  font-family: var(--font-body);
  font-size: 0.85rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  border-radius: 999px;
  transition: transform 0.22s ease, background-color var(--transition), color var(--transition), box-shadow var(--transition);
  white-space: nowrap;
  border: 1px solid transparent;
  position: relative;
  overflow: hidden;
  cursor: pointer;
  box-shadow: 0 14px 28px rgba(0, 0, 0, 0.08);
}
.btn:hover {
  transform: translateY(-1px);
}

/* Primary Button */
.btn-primary {
  background: var(--c-primary);
  color: var(--c-white);
}
.btn-primary:hover {
  background: var(--c-primary-dark);
}

/* Teal Button */
.btn-teal {
  background: var(--c-primary);
  color: var(--c-white);
  border-color: transparent;
}
.btn-teal:hover {
  background: var(--c-primary-dark);
}

/* Secondary Button */
.btn-secondary {
  background: var(--c-white);
  color: var(--c-primary);
  border: 1px solid var(--c-primary);
}
.btn-secondary:hover {
  background: var(--c-gray-50);
}

/* Outline Button */
.btn-outline {
  background: transparent;
  color: var(--c-primary);
  border: 1px solid var(--c-primary);
}
.btn-outline:hover {
  background: rgba(51, 153, 51, 0.08);
}

/* Ghost Button (for dark/colored backgrounds) */
.btn-ghost {
  background: transparent;
  color: var(--c-white);
  border: 1px solid rgba(255, 255, 255, 0.95);
}
.btn-ghost:hover {
  background: rgba(255, 255, 255, 0.15);
}

.btn-small { padding: 8px 14px; font-size: 0.65rem; }
.btn-large { padding: 12px 32px; font-size: var(--fs-sm); }

/* ── Top Contact Strip ── */
.top-strip {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  background: var(--c-text-dark);
  color: rgba(255,255,255,0.8);
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 24px;
  font-size: 0.75rem;
  font-weight: 500;
  letter-spacing: 0.04em;
  padding: 0 var(--sp-lg);
  height: 36px;
  z-index: calc(var(--z-sticky) + 1);
}

.top-strip a {
  color: rgba(255,255,255,0.9);
  display: inline-flex;
  align-items: center;
  gap: 5px;
  transition: color var(--transition);
}

.top-strip a:hover {
  color: var(--c-primary);
}

.top-strip .strip-sep {
  width: 2px;
  height: 2px;
  border-radius: 50%;
  background: rgba(255,255,255,0.3);
  flex-shrink: 0;
}

@media (max-width: 600px) {
  .top-strip {
    gap: 12px;
    font-size: 0.7rem;
    flex-wrap: wrap;
    padding: 6px var(--sp-lg);
  }
}

@media (max-width: 380px) {
  .top-strip {
    flex-direction: column;
    gap: 4px;
    font-size: 0.65rem;
  }
  .top-strip .strip-sep { display: none; }
}

/* ── Header / Navigation ── */
.site-header {
  position: fixed;
  top: 36px;            /* sits directly below the fixed top-strip */
  left: 0;
  right: 0;
  width: 100%;
  z-index: var(--z-sticky);
  background: var(--c-white);
  border-bottom: 1px solid var(--c-border);
  transition: box-shadow var(--transition);
}

/* Responsive header offset (adjusts with top-strip height) */
@media (max-width: 600px) {
  .site-header { top: 30px; }
  body { padding-top: 94px; }
}
@media (max-width: 380px) {
  .site-header { top: 56px; }
  body { padding-top: 120px; }
}

.site-header.scrolled {
  box-shadow: var(--shadow-md);
}

.nav-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 64px;
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 var(--sp-lg);
}

.nav-logo {
  display: flex;
  flex-direction: column;
  line-height: 1;
  gap: 2px;
}

@media (max-width: 900px) {
  .nav-inner {
    position: relative;
    justify-content: center;
  }
  .nav-logo {
    align-items: center;
    text-align: center;
  }
  .nav-toggle {
    position: absolute;
    right: 16px;
    top: 50%;
    transform: translateY(-50%);
  }
}

.nav-logo .logo-main {
  font-family: var(--font-display);
  font-size: 1.25rem;
  font-weight: 700;
  color: var(--c-text-dark);
  letter-spacing: -0.01em;
}

.nav-logo .logo-sub {
  font-family: var(--font-body);
  font-size: 0.6rem;
  font-weight: 600;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  color: var(--c-primary);
}

.nav-links {
  display: flex;
  align-items: center;
  gap: var(--sp-2xl);
  list-style: none;
}

.nav-links a {
  font-size: 0.75rem;
  font-weight: 500;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  color: var(--c-text-dark);
  position: relative;
  padding-bottom: 2px;
  transition: color var(--transition);
}

.nav-links a::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 2px;
  background: var(--c-primary);
  transition: width var(--transition);
}

.nav-links a:hover, .nav-links a.active {
  color: var(--c-primary);
}

.nav-links a:hover::after, .nav-links a.active::after {
  width: 100%;
}

.nav-ctas {
  display: flex;
  align-items: center;
  gap: var(--sp-sm);
}

.nav-ctas .btn {
  padding: 8px 16px;
  font-size: 0.7rem;
}

/* Mobile Nav Toggle */
.nav-toggle {
  display: none;
  flex-direction: column;
  gap: 4px;
  padding: var(--sp-sm);
}

.nav-toggle span {
  display: block;
  width: 20px;
  height: 2px;
  background: var(--c-text-dark);
  transition: var(--transition);
  border-radius: 1px;
}

@media (max-width: 900px) {
  .nav-links { display: none; }
  .nav-ctas { display: none; }
  .nav-toggle { display: flex; }

  .nav-links.open {
    position: absolute;
    top: 64px;
    left: 0;
    right: 0;
    flex-direction: column;
    gap: var(--sp-lg);
    background: var(--c-white);
    border-bottom: 1px solid var(--c-border);
    padding: var(--sp-xl);
    display: flex;
    box-shadow: var(--shadow-md);
  }
}

/* ── Page Hero ── */
.page-hero {
  background: var(--c-white);
  border-bottom: 1px solid var(--c-border);
  padding: 48px 0 var(--sp-3xl);
  position: relative;
  overflow: hidden;
  color: var(--c-text-dark);
}

.page-hero .container {
  position: relative;
  z-index: 1;
}

.page-hero h1 {
  color: var(--c-text-dark);
  margin-bottom: var(--sp-md);
}

.page-hero p {
  color: var(--c-text-light);
  max-width: 500px;
  font-size: var(--fs-base);
}

@media (max-width: 560px) {
  .page-hero {
    padding: 32px 0 40px;
  }
  .page-hero h1 {
    font-size: clamp(1.5rem, 5vw, 2rem);
    margin-bottom: 16px;
  }
  .page-hero p {
    font-size: 0.9rem;
    line-height: 1.65;
  }
}

/* ── Cards ── */
.card {
  background: var(--c-white);
  border: 1px solid var(--c-border);
  border-radius: var(--radius-lg);
  padding: var(--sp-xl);
  transition: all var(--transition);
  position: relative;
  overflow: hidden;
  display: flex;
  flex-direction: column;
}

.card:hover {
  box-shadow: var(--shadow-lg);
  border-color: var(--c-primary);
}

.card-icon {
  font-size: 1.5rem;
  margin-bottom: var(--sp-md);
  color: var(--c-primary);
}

.card h4 {
  margin-bottom: var(--sp-sm);
  color: var(--c-text-dark);
  font-size: var(--fs-lg);
}

.card p {
  font-size: var(--fs-sm);
  color: var(--c-text-light);
}

/* ── Trust List ── */
.trust-list {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
  max-width: 1200px;
  margin: 0 auto;
}

.trust-list-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  padding: 28px 20px;
  background: var(--c-white);
  border: 1px solid var(--c-border);
  border-radius: var(--radius-lg);
  transition: all var(--transition);
  position: relative;
  overflow: hidden;
}

.trust-list-item:hover {
  box-shadow: var(--shadow-lg);
  border-color: var(--c-primary);
}

.trust-list-icon {
  font-size: 2rem;
  color: var(--c-primary);
  margin-bottom: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 56px;
  height: 56px;
  background: var(--c-gray-50);
  border-radius: 50%;
  transition: all var(--transition);
  position: relative;
  z-index: 1;
}

.trust-list-item:hover .trust-list-icon {
  background: var(--c-primary);
  color: var(--c-white);
}

.trust-list-text {
  font-size: var(--fs-base);
  font-weight: 600;
  color: var(--c-text-dark);
  line-height: 1.4;
  position: relative;
  z-index: 1;
}

@media (max-width: 1024px) {
  .trust-list { grid-template-columns: repeat(2, 1fr); gap: 16px; }
}

@media (max-width: 600px) {
  .trust-list { grid-template-columns: repeat(2, 1fr); gap: 12px; }
  .trust-list-item { padding: 20px 12px; }
  .trust-list-icon { font-size: 1.4rem; width: 44px; height: 44px; margin-bottom: 12px; }
  .trust-list-text { font-size: 0.75rem; font-weight: 500; }
}

/* ── Form Elements ── */
.form-group {
  display: flex;
  flex-direction: column;
  gap: 6px;
  margin-bottom: var(--sp-lg);
}

.form-group label {
  font-size: 0.75rem;
  font-weight: 600;
  color: var(--c-text-dark);
  letter-spacing: 0.05em;
  text-transform: uppercase;
}

.form-group input,
.form-group textarea,
.form-group select {
  padding: 10px var(--sp-lg);
  font-size: var(--fs-sm);
  border: 1px solid var(--c-border);
  border-radius: var(--radius-md);
  transition: all var(--transition);
  background: var(--c-white);
  color: var(--c-text-dark);
}

.form-group input::placeholder,
.form-group textarea::placeholder {
  color: var(--c-text-light);
}

.form-group input:focus,
.form-group textarea:focus,
.form-group select:focus {
  outline: none;
  border-color: var(--c-primary);
  box-shadow: 0 0 0 2px rgba(51, 153, 51, 0.1);
}

.form-group textarea {
  min-height: 100px;
  resize: vertical;
  font-family: var(--font-body);
}

/* ── Fade-up Animation ── */
.fade-up {
  opacity: 0;
  transform: translateY(16px);
  transition: opacity 0.6s ease-out, transform 0.6s ease-out;
}

.fade-up.visible {
  opacity: 1;
  transform: translateY(0);
}

/* ── Stats Row ── */
.stats-row {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: var(--sp-xl);
  text-align: center;
}

.stat-item {
  display: flex;
  flex-direction: column;
  gap: var(--sp-sm);
  padding: var(--sp-lg) 0;
  position: relative;
}

.stat-item::after {
  content: '';
  position: absolute;
  right: 0;
  top: 25%;
  height: 50%;
  width: 1px;
  background: var(--c-border);
}

.stat-item:last-child::after {
  display: none;
}

.stat-number {
  font-family: var(--font-display);
  font-size: clamp(1.5rem, 4vw, 2.5rem);
  font-weight: 700;
  color: var(--c-text-dark);
  line-height: 1;
}

.stat-label {
  font-size: 0.7rem;
  font-weight: 600;
  color: var(--c-text-light);
  text-transform: uppercase;
  letter-spacing: 0.08em;
}

@media (max-width: 900px) {
  .stats-row { grid-template-columns: repeat(2, 1fr); }
  .stat-item:nth-child(2)::after { display: none; }
}

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

/* ── Process Steps ── */
.process-step {
  display: flex;
  gap: var(--sp-xl);
  margin-bottom: var(--sp-2xl);
  position: relative;
  padding-left: var(--sp-lg);
}

.process-step:last-child {
  margin-bottom: 0;
}

.process-cols {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: var(--sp-2xl);
  align-items: start;
}

.process-col-right {
  padding-top: var(--sp-2xl);
}

@media (max-width: 640px) {
  .process-cols {
    grid-template-columns: 1fr;
  }
  .process-col-right {
    padding-top: 0;
  }
}

.step-number {
  font-family: var(--font-display);
  font-size: var(--fs-2xl);
  font-weight: 700;
  color: var(--c-primary);
  line-height: 1;
  flex-shrink: 0;
  opacity: 0.5;
}

.step-content h4 {
  margin-bottom: 4px;
  color: var(--c-text-dark);
  font-size: var(--fs-lg);
}

.step-content p {
  font-size: var(--fs-sm);
  color: var(--c-text-light);
}

/* ── Projects Grid ── */
.projects-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: var(--sp-2xl);
}

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

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

/* ── Project Cards ── */
.project-card {
  background: var(--c-white);
  border: 1px solid var(--c-border);
  border-radius: var(--radius-lg);
  overflow: hidden;
  transition: all var(--transition);
}

.project-card:hover {
  box-shadow: var(--shadow-lg);
}

.project-img {
  position: relative;
  height: 280px;
  overflow: hidden;
  background: var(--c-gray-100);
}

.project-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform var(--transition);
}

.project-card:hover .project-img img {
  transform: scale(1.03);
}

/* ── Project Card Swiper ── */
.project-swiper .swiper-button-next,
.project-swiper .swiper-button-prev {
  color: #fff;
  background: rgba(0, 0, 0, 0.4);
  width: 32px;
  height: 32px;
  border-radius: 50%;
  opacity: 0;
  transition: opacity 0.3s ease;
}
.project-swiper:hover .swiper-button-next,
.project-swiper:hover .swiper-button-prev {
  opacity: 1;
}
.project-swiper .swiper-button-next::after,
.project-swiper .swiper-button-prev::after {
  font-size: 12px;
  font-weight: bold;
}
.project-swiper .swiper-pagination-bullet {
  background: #fff;
  opacity: 0.6;
}
.project-swiper .swiper-pagination-bullet-active {
  background: var(--c-primary);
  opacity: 1;
}

.badge {
  position: absolute;
  top: var(--sp-md);
  right: var(--sp-md);
  background: var(--c-primary);
  color: var(--c-white);
  font-size: 0.65rem;
  font-weight: 700;
  padding: 4px 10px;
  border-radius: var(--radius-full);
  z-index: 2;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.project-body {
  padding: var(--sp-xl);
}

.project-location {
  font-size: 0.7rem;
  font-weight: 600;
  color: var(--c-primary);
  margin-bottom: var(--sp-sm);
  letter-spacing: 0.05em;
  text-transform: uppercase;
}

.project-body h3 {
  margin-bottom: var(--sp-sm);
  color: var(--c-text-dark);
  font-size: var(--fs-lg);
}

.project-body p {
  font-size: 0.8rem;
  color: var(--c-text-light);
  margin-bottom: var(--sp-md);
}

.project-tags {
  display: flex;
  gap: 6px;
  flex-wrap: wrap;
  margin-bottom: var(--sp-lg);
}

.tag {
  font-size: 0.65rem;
  font-weight: 500;
  color: var(--c-primary);
  background: var(--c-gray-50);
  border: 1px solid var(--c-border);
  padding: 3px 10px;
  border-radius: var(--radius-full);
  letter-spacing: 0.02em;
}

.project-actions {
  display: flex;
  gap: var(--sp-sm);
  flex-wrap: wrap;
}

.project-actions .btn {
  flex: 1;
  min-width: 100px;
}

/* ── Testimonial Cards ── */
.testimonial-card {
  background: var(--c-white);
  border: 1px solid var(--c-border);
  border-radius: var(--radius-lg);
  padding: var(--sp-xl);
  transition: all var(--transition);
}

.testimonial-card:hover {
  box-shadow: var(--shadow-lg);
}

.stars {
  font-size: 0.8rem;
  color: var(--c-primary);
  margin-bottom: var(--sp-md);
  letter-spacing: 2px;
}

.testimonial-card blockquote {
  font-size: 0.8rem;
  color: var(--c-text-dark);
  font-style: italic;
  margin-bottom: var(--sp-lg);
  line-height: var(--lh-relaxed);
}

.author {
  display: flex;
  align-items: center;
  gap: var(--sp-md);
}

.author-avatar {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: var(--c-primary);
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: var(--font-display);
  font-weight: 700;
  font-size: 0.85rem;
  color: var(--c-white);
  flex-shrink: 0;
}

.author-name {
  font-size: 0.8rem;
  font-weight: 600;
  color: var(--c-text-dark);
}

.author-loc {
  font-size: 0.7rem;
  color: var(--c-text-light);
}

/* ── CTA Banner ── */
.cta-banner {
  background: var(--c-primary);
  padding: var(--sp-4xl) 0;
  text-align: center;
  color: var(--c-white);
  position: relative;
  overflow: hidden;
}

.cta-banner .container {
  position: relative;
  z-index: 1;
}

.cta-banner .section-label {
  color: var(--c-white);
}

.cta-banner h2 {
  color: var(--c-white);
  margin-bottom: var(--sp-md);
}

.cta-banner p {
  color: rgba(255, 255, 255, 0.85);
  max-width: 520px;
  margin: 0 auto var(--sp-xl);
  font-size: var(--fs-sm);
}

.cta-btns {
  display: flex;
  gap: 24px;
  justify-content: center;
  flex-wrap: wrap;
}

.cta-banner .btn-secondary,
.cta-banner .btn-outline {
  background: transparent;
  color: var(--c-white);
  border: 1px solid rgba(255, 255, 255, 0.85);
}

.cta-banner .btn-outline:hover,
.cta-banner .btn-secondary:hover {
  background: rgba(255, 255, 255, 0.16);
}

.cta-banner .btn-teal {
  background: var(--c-white);
  color: var(--c-primary);
  border-color: transparent;
}

.cta-banner .btn-teal:hover {
  background: var(--c-gray-100);
}

/* ── Footer ── */
.site-footer {
  background: var(--c-text-dark);
  color: rgba(255, 255, 255, 0.7);
  padding: var(--sp-4xl) 0 var(--sp-xl);
}

.footer-grid {
  display: grid;
  grid-template-columns: 2fr 1fr 1fr 1fr;
  gap: var(--sp-3xl);
  margin-bottom: var(--sp-3xl);
}

.footer-brand h4,
.footer-brand h5 {
  color: var(--c-white);
}

.footer-brand .logo-main {
  display: block;
  font-family: var(--font-display);
  font-size: 1.25rem;
  font-weight: 700;
  color: var(--c-white);
  margin-bottom: 2px;
}

.footer-brand .logo-sub {
  display: block;
  font-family: var(--font-body);
  font-size: 0.6rem;
  font-weight: 600;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  color: var(--c-primary);
  margin-bottom: var(--sp-lg);
}

.footer-brand p {
  font-size: 0.8rem;
  color: rgba(255, 255, 255, 0.6);
  margin-bottom: var(--sp-lg);
  line-height: var(--lh-relaxed);
}

.footer-social {
  display: flex;
  gap: var(--sp-md);
  font-size: var(--fs-lg);
}

.footer-social a {
  width: 36px;
  height: 36px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.1);
  border: 1px solid rgba(255, 255, 255, 0.15);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0.85rem;
  color: var(--c-white);
  transition: all var(--transition);
}

.footer-social a:hover {
  background: var(--c-primary);
  color: var(--c-white);
  border-color: var(--c-primary);
}

.footer-col h5 {
  color: var(--c-white);
  margin-bottom: var(--sp-lg);
  font-size: var(--fs-sm);
  font-family: var(--font-body);
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.1em;
}

.footer-col ul {
  display: flex;
  flex-direction: column;
  gap: var(--sp-sm);
}

.footer-col a {
  font-size: 0.8rem;
  color: rgba(255, 255, 255, 0.7);
  transition: color var(--transition);
}

.footer-col a:hover {
  color: var(--c-primary);
}

.footer-bottom {
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  padding-top: var(--sp-lg);
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 0.75rem;
  color: rgba(255, 255, 255, 0.5);
}

@media (max-width: 768px) {
  .footer-grid {
    grid-template-columns: 1fr 1fr;
    gap: var(--sp-2xl);
  }
  .footer-bottom {
    flex-direction: column;
    gap: var(--sp-md);
    text-align: center;
  }
}

@media (max-width: 560px) {
  .footer-grid {
    grid-template-columns: 1fr;
    gap: var(--sp-xl);
  }
}

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

/* ── Footer Contact Items ── */
.footer-contact-item {
  display: flex;
  align-items: flex-start;
  gap: 8px;
  font-size: 0.8rem;
  color: rgba(255, 255, 255, 0.7);
  margin-bottom: var(--sp-sm);
  line-height: 1.5;
}

.footer-contact-item .icon {
  color: var(--c-primary);
  flex-shrink: 0;
  margin-top: 2px;
  font-size: 0.75rem;
}

.stat-item:last-child::after {
  display: none;
}

.stat-number {
  font-family: var(--font-display);
  font-size: clamp(1.5rem, 4vw, 2.5rem);
  font-weight: 700;
  color: var(--c-primary);
  line-height: 1;
}

.stat-label {
  font-size: 0.68rem;
  font-weight: 600;
  color: var(--c-gray-600);
  text-transform: uppercase;
  letter-spacing: 0.08em;
}

@media (max-width: 900px) {
  .stats-row { grid-template-columns: repeat(2, 1fr); }
  .stat-item:nth-child(2)::after { display: none; }
}

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

/* ── Process Steps ── */
.process-step {
  display: flex;
  gap: var(--sp-xl);
  margin-bottom: var(--sp-2xl);
  position: relative;
  padding-left: var(--sp-lg);
}

.process-step:last-child {
  margin-bottom: 0;
}
/* ── Process Columns Layout ── */
.process-cols {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: var(--sp-2xl);
  align-items: start;
}

.process-col-right {
  padding-top: var(--sp-2xl);
}

@media (max-width: 640px) {
  .process-cols {
    grid-template-columns: 1fr;
  }
  .process-col-right {
    padding-top: 0;
  }
}

/* ── Nav Logo Tagline ── */
.nav-logo-tagline {
  font-family: var(--font-body);
  font-size: 0.5rem;
  font-weight: 600;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--c-primary);
  display: block;
  margin-top: 2px;
  white-space: nowrap;
}

.step-number {
  font-family: var(--font-display);
  font-size: var(--fs-2xl);
  font-weight: 700;
  color: var(--c-primary);
  line-height: 1;
  flex-shrink: 0;
  opacity: 0.5;
}

.step-content h4 {
  margin-bottom: 4px;
  color: var(--c-text-dark);
  font-size: var(--fs-lg);
}

.step-content p {
  font-size: var(--fs-sm);
  color: var(--c-text-light);
}

/* ── Project Cards ── */
.project-card {
  background: var(--c-white);
  border: 1px solid var(--c-border);
  border-radius: var(--radius-lg);
  overflow: hidden;
  transition: all var(--transition);
}

.project-card:hover {
  box-shadow: var(--shadow-lg);
}

.project-img {
  position: relative;
  height: 280px;
  overflow: hidden;
  background: var(--c-gray-100);
}

.project-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform var(--transition);
}

.project-card:hover .project-img img {
  transform: scale(1.03);
}

.badge {
  position: absolute;
  top: var(--sp-md);
  right: var(--sp-md);
  background: var(--c-primary);
  color: var(--c-white);
  font-size: 0.65rem;
  font-weight: 700;
  padding: 4px 10px;
  border-radius: var(--radius-full);
  z-index: 2;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.project-body {
  padding: var(--sp-xl);
}

.project-location {
  font-size: 0.7rem;
  font-weight: 600;
  color: var(--c-primary);
  margin-bottom: var(--sp-sm);
  letter-spacing: 0.05em;
  text-transform: uppercase;
}

.project-body h3 {
  margin-bottom: var(--sp-sm);
  color: var(--c-text-dark);
  font-size: var(--fs-lg);
}

.project-body p {
  font-size: 0.8rem;
  color: var(--c-text-light);
  margin-bottom: var(--sp-md);
}

.project-tags {
  display: flex;
  gap: 6px;
  flex-wrap: wrap;
  margin-bottom: var(--sp-lg);
}

.tag {
  font-size: 0.65rem;
  font-weight: 500;
  color: var(--c-primary);
  background: var(--c-gray-50);
  border: 1px solid var(--c-border);
  padding: 3px 10px;
  border-radius: var(--radius-full);
  letter-spacing: 0.02em;
}

.project-actions {
  display: flex;
  gap: var(--sp-sm);
  flex-wrap: wrap;
}

.project-actions .btn {
  flex: 1;
  min-width: 100px;
}

/* ── Testimonial Cards ── */
.testimonial-card {
  background: var(--c-white);
  border: 1px solid var(--c-border);
  border-radius: var(--radius-lg);
  padding: var(--sp-xl);
  transition: all var(--transition);
}

.testimonial-card:hover {
  box-shadow: var(--shadow-lg);
}

.stars {
  font-size: 0.8rem;
  color: var(--c-primary);
  margin-bottom: var(--sp-md);
  letter-spacing: 2px;
}

.testimonial-card blockquote {
  font-size: 0.8rem;
  color: var(--c-gray-800);
  font-style: italic;
  margin-bottom: var(--sp-lg);
  line-height: var(--lh-relaxed);
}

.author {
  display: flex;
  align-items: center;
  gap: var(--sp-md);
}

.author-avatar {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: var(--c-primary);
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: var(--font-display);
  font-weight: 700;
  font-size: 0.85rem;
  color: var(--c-white);
  flex-shrink: 0;
}

.author-name {
  font-size: 0.78rem;
  font-weight: 600;
  color: var(--c-primary);
}

.author-loc {
  font-size: 0.65rem;
  color: var(--c-gray-600);
}

/* ── CTA Banner ── */
.cta-banner {
  background: var(--c-primary);
  padding: var(--sp-4xl) 0;
  text-align: center;
  color: var(--c-white);
  position: relative;
  overflow: hidden;
}

.cta-banner .container {
  position: relative;
  z-index: 1;
}

.cta-banner .section-label {
  color: var(--c-white);
}

.cta-banner h2 {
  color: var(--c-white);
  margin-bottom: var(--sp-md);
}

.cta-banner p {
  color: rgba(226, 204, 156, 0.75);
  max-width: 520px;
  margin: 0 auto var(--sp-xl);
  font-size: var(--fs-sm);
}

.cta-btns {
  display: flex;
  gap: var(--sp-md);
  justify-content: center;
  flex-wrap: wrap;
}

/* ── Footer ── */
.site-footer {
  background: var(--c-text-dark);
  color: rgba(255, 255, 255, 0.7);
  padding: var(--sp-4xl) 0 var(--sp-xl);
}

.footer-grid {
  display: grid;
  grid-template-columns: 2fr 1fr 1fr 1fr;
  gap: var(--sp-3xl);
  margin-bottom: var(--sp-3xl);
}

.footer-brand h4,
.footer-brand h5 {
  color: var(--c-white);
}

.footer-brand .logo-main {
  display: block;
  font-family: var(--font-display);
  font-size: 1.25rem;
  font-weight: 700;
  color: var(--c-white);
  margin-bottom: 2px;
}

.footer-brand .logo-sub {
  display: block;
  font-family: var(--font-body);
  font-size: 0.6rem;
  font-weight: 600;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  color: var(--c-primary);
  margin-bottom: var(--sp-lg);
}

.footer-brand p {
  font-size: 0.8rem;
  color: rgba(255, 255, 255, 0.6);
  margin-bottom: var(--sp-lg);
  line-height: var(--lh-relaxed);
}

.footer-social {
  display: flex;
  gap: var(--sp-md);
  font-size: var(--fs-lg);
}

.footer-social a {
  width: 36px;
  height: 36px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.1);
  border: 1px solid rgba(255, 255, 255, 0.15);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0.85rem;
  color: var(--c-white);
  transition: all var(--transition);
}

.footer-social a:hover {
  background: var(--c-primary);
  color: var(--c-white);
  border-color: var(--c-primary);
}

.footer-col h5 {
  color: var(--c-white);
  margin-bottom: var(--sp-lg);
  font-size: var(--fs-sm);
  font-family: var(--font-body);
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.1em;
}

.footer-col ul li {
  margin-bottom: var(--sp-sm);
}

.footer-col a {
  font-size: 0.8rem;
  color: rgba(255, 255, 255, 0.7);
  transition: color var(--transition);
}

.footer-col a:hover {
  color: var(--c-primary);
}

/* ── WhatsApp Float Button ── */
.wa-float {
  position: fixed;
  bottom: var(--sp-xl);
  right: var(--sp-xl);
  width: 48px;
  height: 48px;
  border-radius: 50%;
  background: var(--c-primary);
  color: var(--c-white);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.2rem;
  box-shadow: var(--shadow-lg);
  z-index: var(--z-overlay);
  transition: all var(--transition);
  text-decoration: none;
}

.wa-float:hover {
  transform: scale(1.1);
  box-shadow: 0 6px 20px rgba(51, 153, 51, 0.25);
}

@media (max-width: 480px) {
  .wa-float {
    bottom: var(--sp-lg);
    right: var(--sp-lg);
    width: 44px;
    height: 44px;
  }
}

.call-float {
  position: fixed;
  bottom: calc(var(--sp-xl) + 64px);
  right: var(--sp-xl);
  width: 48px;
  height: 48px;
  border-radius: 50%;
  background: var(--c-text-dark);
  color: var(--c-white);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.1rem;
  box-shadow: var(--shadow-lg);
  z-index: var(--z-overlay);
  transition: all var(--transition);
  text-decoration: none;
}

.call-float:hover {
  transform: scale(1.1);
}

@media (max-width: 480px) {
  .call-float {
    bottom: calc(var(--sp-lg) + 56px);
    right: var(--sp-lg);
    width: 44px;
    height: 44px;
    font-size: 1rem;
  }
}

/* ── FAQ Accordion ── */
.faq-item {
  border-bottom: 1px solid var(--c-border);
  padding: var(--sp-xl) 0;
}

.faq-item:last-child {
  border-bottom: none;
}

.faq-q {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: var(--fs-base);
  font-weight: 600;
  color: var(--c-text-dark);
  cursor: pointer;
  text-align: left;
  transition: color var(--transition);
}

.faq-q:hover {
  color: var(--c-primary);
}

.faq-icon {
  font-size: var(--fs-lg);
  font-weight: 300;
  transition: transform var(--transition);
  flex-shrink: 0;
  color: var(--c-primary);
}

.faq-item.open .faq-icon {
  transform: rotate(45deg);
}

.faq-a {
  max-height: 0;
  overflow: hidden;
  transition: max-height var(--transition);
}

.faq-item.open .faq-a {
  max-height: 500px;
  margin-top: var(--sp-md);
}

.faq-a p {
  font-size: 0.9rem;
  color: var(--c-text-light);
  line-height: var(--lh-relaxed);
}

/* ── Responsive Design ── */
@media (max-width: 768px) {
  section { padding: var(--sp-4xl) 0; }
  
  h1 { font-size: var(--fs-4xl); }
  h2 { font-size: var(--fs-3xl); }
  h3 { font-size: var(--fs-2xl); }

  .cta-btns {
    flex-direction: column;
  }

  .cta-btns .btn {
    width: 100%;
  }
}

@media (max-width: 480px) {
  .container { padding: 0 var(--sp-lg); }
  
  section { padding: var(--sp-3xl) 0; }

  .btn { padding: 8px 14px; font-size: 0.7rem; }

  .grid-2, .grid-3, .grid-4 { gap: var(--sp-xl); }
}

/* ════════════════════════════════════════════════════════
   BLACK ACCENT SYSTEM — subtle dark touches site-wide
   ════════════════════════════════════════════════════════ */

/* ─ Cards: animated dark top-sweep on hover ─ */
.card {
  overflow: hidden;
}
.card::before {
  content: '';
  position: absolute;
  top: 0; left: 0;
  width: 0; height: 2px;
  background: #000;
  transition: width var(--transition);
  z-index: 2;
}
.card:hover::before { width: 100%; }

/* ─ Trust items: dark top sweep ─ */
.trust-list-item::before {
  content: '';
  position: absolute;
  top: 0; left: 0;
  width: 0; height: 2px;
  background: #000;
  transition: width var(--transition);
  border-radius: var(--radius-lg) var(--radius-lg) 0 0;
}
.trust-list-item:hover::before { width: 100%; }

/* ─ Project cards: dark top bar ─ */
.project-card { position: relative; }
.project-card::before {
  content: '';
  position: absolute;
  top: 0; left: 0;
  width: 0; height: 3px;
  background: #000;
  transition: width var(--transition);
  z-index: 3;
}
.project-card:hover::before { width: 100%; }

/* ─ Testimonial cards: dark bottom sweep ─ */
.testimonial-card {
  position: relative;
  overflow: hidden;
}
.testimonial-card::after {
  content: '';
  position: absolute;
  bottom: 0; left: -100%;
  width: 100%; height: 2px;
  background: #000;
  transition: left var(--transition-slow);
}
.testimonial-card:hover::after { left: 0; }

/* ─ Process steps: dark left ruler ─ */
.process-step {
  border-left: 2px solid rgba(0, 0, 0, 0.08);
  transition: border-left-color var(--transition);
}
.process-step:hover { border-left-color: rgba(0, 0, 0, 0.55); }

/* ─ Step numbers: oversized ghost numerals ─ */
.step-number {
  font-size: 3rem !important;
  color: #000 !important;
  opacity: 0.07 !important;
  font-weight: 900 !important;
  user-select: none;
  min-width: 60px;
}

/* ─ Section labels: dark left border accent ─ */
.section-label {
  border-left: 2px solid #000;
  padding-left: 8px;
}

/* ─ Stat dividers: darker separators ─ */
.stat-item::after {
  background: rgba(0, 0, 0, 0.14) !important;
}

/* ─ Deeper footer black ─ */
.site-footer { background: #050505 !important; }

/* ─ Dark 3px crown on stats row ─ */
.stats-row {
  border-top: 3px solid #000;
  padding-top: var(--sp-lg);
}

/* ─ FAQ open state: dark left accent ─ */
.faq-item.open {
  border-left: 3px solid #000;
  padding-left: var(--sp-xl);
  transition: padding var(--transition), border var(--transition);
}
.faq-item.open .faq-q { color: #000; }

/* ─ Section-level subtle dark-tinted rows ─ */
.bg-offwhite {
  background: linear-gradient(
    160deg,
    rgba(0,0,0,0.025) 0%,
    var(--c-gray-50) 40%
  ) !important;
}

/* ─ Dark bar beneath hero ─ */
.home-hero {
  border-bottom: 3px solid #000 !important;
}

.hero-actions {
  display: flex;
  gap: 18px;
  flex-wrap: wrap;
  margin-top: 24px;
  justify-content: flex-start;
}

.hero-actions .btn {
  min-width: 220px;
}

@media (max-width: 900px) {
  .hero-actions {
    justify-content: center;
  }
}

/* ─ Print Styles ─ */
@media print {
  .site-header, .top-strip, .wa-float, .call-float, .cta-banner { display: none; }
  body { background: var(--c-white); padding-top: 0; }
}

/* ── Project Showcase Styles ── */
.project-showcase {
  padding: 80px 0;
}

.project-hero-wrap {
  display: flex;
  flex-direction: column;
  border-radius: var(--radius-lg);
  overflow: hidden;
  background: var(--c-white);
  border: 1px solid var(--c-border);
  margin-bottom: 60px;
}

.project-hero-img {
  position: relative;
  height: 500px;
  width: 100%;
}

.project-hero-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.project-status-badge {
  position: absolute;
  top: 24px;
  left: 24px;
  background: var(--c-white);
  color: var(--c-primary);
  padding: 8px 16px;
  border-radius: 30px;
  font-size: 0.75rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  box-shadow: var(--shadow-sm);
  z-index: 2;
}

.project-hero-content {
  padding: 48px;
}

.project-location {
  font-size: 0.8rem;
  font-weight: 600;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--c-primary);
  margin-bottom: 16px;
  display: flex;
  align-items: center;
  gap: 8px;
}

.project-hero-content h2 {
  font-size: clamp(2rem, 4vw, 2.5rem);
  margin-bottom: 24px;
  color: var(--c-text-dark);
}

.project-hero-content p {
  font-size: 1.05rem;
  max-width: 800px;
  margin-bottom: 32px;
}

.project-highlights {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-bottom: 40px;
}

.highlight-badge {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 0.85rem;
  font-weight: 500;
  color: var(--c-text-dark);
  background: var(--c-gray-50);
  border: 1px solid var(--c-border);
  padding: 8px 16px;
  border-radius: 4px;
}

.highlight-badge i {
  color: var(--c-primary);
}

.project-actions {
  display: flex;
  gap: 16px;
}

.project-coming-soon {
  position: relative;
}

.project-coming-soon .container {
  position: relative;
}

.project-coming-soon .coming-soon-card {
  position: relative;
  overflow: hidden;
  background: rgba(255,255,255,0.88);
  border: 1px solid rgba(51,153,51,0.12);
  border-radius: var(--radius-lg);
  padding: 56px 40px;
  text-align: center;
  box-shadow: 0 20px 60px rgba(0,0,0,0.08);
  backdrop-filter: blur(12px);
}

.project-coming-soon .coming-soon-card::before {
  content: '';
  position: absolute;
  inset: 0;
  background: url('assets/images/herobg.jpeg') center/cover no-repeat;
  filter: blur(14px);
  transform: scale(1.02);
  opacity: 0.55;
  z-index: 0;
}

.project-coming-soon .coming-soon-card::after {
  content: '';
  position: absolute;
  inset: 0;
  background: rgba(255,255,255,0.62);
  z-index: 1;
}

.project-coming-soon .coming-soon-card > * {
  position: relative;
  z-index: 2;
}

.project-coming-soon .coming-soon-card h2 {
  font-size: clamp(2rem, 4vw, 2.5rem);
  margin: 16px 0 20px;
  color: var(--c-text-dark);
}

.project-coming-soon .coming-soon-card p {
  max-width: 720px;
  margin: 0 auto 32px;
  color: var(--c-text-light);
}

.project-coming-soon .coming-soon-badge {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 14px 22px;
  border-radius: 999px;
  background: rgba(51,153,51,0.08);
  color: var(--c-primary);
  font-weight: 700;
  letter-spacing: 0.06em;
  margin-bottom: 28px;
}

.project-coming-soon .project-actions {
  justify-content: center;
}

@media (max-width: 768px) {
  .project-coming-soon .coming-soon-card {
    padding: 40px 24px;
  }
}


/* ── Split Layout ── */
.project-split-layout {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 60px;
  align-items: center;
  margin-bottom: 60px;
}

.split-content {
  padding: 20px 0;
}

.split-content h2 {
  font-size: clamp(2rem, 4vw, 2.5rem);
  margin-bottom: 24px;
}

.split-content p {
  font-size: 1.05rem;
  margin-bottom: 32px;
}

.split-image {
  height: 600px;
  border-radius: var(--radius-lg);
  overflow: hidden;
  box-shadow: var(--shadow-lg);
}

.split-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

@media (max-width: 900px) {
  .project-split-layout {
    grid-template-columns: 1fr;
    gap: 40px;
  }
  .split-image {
    height: 400px;
  }
  .project-hero-img {
    height: 300px;
  }
  .project-hero-content {
    padding: 32px 24px;
  }
}

/* ── Gallery Grid ── */
.project-gallery-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: var(--sp-md);
  margin-top: var(--sp-2xl);
}
.project-gallery-grid.col-2 {
  grid-template-columns: repeat(2, 1fr);
}

/* ── Project Gallery Slider ── */
.project-gallery-slider {
  width: 100%;
  margin-top: var(--sp-2xl);
  border-radius: var(--radius-lg);
  overflow: hidden;
  position: relative;
}
.project-gallery-slider img {
  width: 100%;
  height: 450px;
  object-fit: cover;
  display: block;
}
@media (max-width: 768px) {
  .project-gallery-slider img {
    height: 300px;
  }
}
.project-gallery-slider .swiper-button-next,
.project-gallery-slider .swiper-button-prev {
  color: #fff;
  background: rgba(0,0,0,0.4);
  width: 44px;
  height: 44px;
  border-radius: 50%;
}
.project-gallery-slider .swiper-button-next::after,
.project-gallery-slider .swiper-button-prev::after {
  font-size: 18px;
  font-weight: bold;
}
.project-gallery-slider .swiper-pagination-bullet {
  background: #fff;
  opacity: 0.6;
}
.project-gallery-slider .swiper-pagination-bullet-active {
  background: var(--c-primary);
  opacity: 1;
}

@media (min-width: 901px) {
  /* Reduce width of slider by 40% (i.e. 60% width) on desktop */
  .project-gallery-slider {
    width: 60%;
    margin-left: auto;
    margin-right: auto;
  }
  /* Reduce width of property sections by 30% (1200px * 0.7 = 840px) */
  .property-one-section .container,
  .property-two-section .container,
  .property-three-section .container {
    max-width: 840px;
  }
}

.gallery-item {
  display: block;
  position: relative;
  height: 250px;
  border-radius: var(--radius-md);
  overflow: hidden;
  background: #000;
}

.gallery-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.6s ease, opacity 0.3s ease;
  opacity: 0.9;
}

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

@media (max-width: 900px) {
  .project-gallery-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 600px) {
  .project-gallery-grid, .project-gallery-grid.col-2 {
    grid-template-columns: 1fr;
  }
  .gallery-item {
    height: 200px;
  }
}

/* ── Swiper Portfolio ── */
.portfolio-gallery {
  padding: 80px 0;
  overflow: hidden;
}

.portfolio-swiper {
  width: 100%;
  padding-bottom: 50px;
}

.portfolio-swiper .swiper-slide {
  height: 400px;
  border-radius: var(--radius-lg);
  overflow: hidden;
}

.portfolio-swiper .swiper-slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.portfolio-swiper .swiper-pagination-bullet-active {
  background: var(--c-primary);
}

.portfolio-swiper .swiper-button-next,
.portfolio-swiper .swiper-button-prev {
  color: var(--c-white);
  background: rgba(0, 0, 0, 0.5);
  width: 44px;
  height: 44px;
  border-radius: 50%;
  border: 1px solid rgba(255, 255, 255, 0.2);
  transition: background var(--transition);
}

.portfolio-swiper .swiper-button-next:after,
.portfolio-swiper .swiper-button-prev:after {
  font-size: 1.2rem;
}

.portfolio-swiper .swiper-button-next:hover,
.portfolio-swiper .swiper-button-prev:hover {
  background: var(--c-primary);
}

@media (max-width: 768px) {
  .portfolio-swiper .swiper-slide {
    height: 300px;
  }
  .portfolio-swiper .swiper-button-next,
  .portfolio-swiper .swiper-button-prev {
    display: none;
  }
}
