/* COHERENCE CONSULTING SERVICES - PREMIUM CORPORATE THEME */
/* Navy #0f1b3d | Sky #3b6fa0 | Gold #c9a84c | White #ffffff */

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

:root {
  --navy: #0f1b3d;
  --navy-light: #1e3a5f;
  --sky: #3b6fa0;
  --sky-light: #5a9fd4;
  --gold: #c9a84c;
  --gold-light: #e8d78c;
  --white: #ffffff;
  --off-white: #f8f9fb;
  --gray: #f0f2f5;
  --text: #1a1a2e;
  --text-muted: #64748b;
  --border: #e2e8f0;
  --radius: 12px;
  --shadow: 0 4px 24px rgba(15,27,61,0.08);
  --shadow-lg: 0 12px 48px rgba(15,27,61,0.12);
  --transition: all 0.3s ease;
}

* { margin: 0; padding: 0; box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  font-family: 'Inter', system-ui, sans-serif;
  color: var(--text);
  background: var(--white);
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
}
h1,h2,h3,h4,h5,h6 { font-family: 'Plus Jakarta Sans', sans-serif; font-weight: 700; letter-spacing: -0.02em; }
a { text-decoration: none; color: inherit; }
ul { list-style: none; }
img { max-width: 100%; display: block; }

.container { max-width: 1200px; margin: 0 auto; padding: 0 24px; }

/* ===== NAVBAR ===== */
.navbar {
  position: sticky; top: 0; z-index: 1000;
  background: rgba(255,255,255,0.92);
  backdrop-filter: blur(12px);
  border-bottom: 1px solid var(--border);
  transition: var(--transition);
}
.navbar .container { display: flex; align-items: center; justify-content: space-between; height: 72px; }
.brand { display: flex; align-items: center; gap: 12px; }
.brand img { width: 44px; height: 44px; border-radius: 50%; object-fit: cover; }
.brand-text .brand-name { font-family: 'Plus Jakarta Sans'; font-size: 18px; font-weight: 800; color: var(--navy); line-height: 1; }
.brand-text .brand-tag { font-size: 9px; text-transform: uppercase; letter-spacing: 2px; color: var(--text-muted); }
.nav-links { display: flex; align-items: center; gap: 32px; }
.nav-links a {
  font-size: 14px; font-weight: 500; color: var(--text);
  transition: var(--transition); position: relative;
}
.nav-links a:hover, .nav-links a.active { color: var(--navy); }
.nav-links a.active::after {
  content: ''; position: absolute; bottom: -4px; left: 0; right: 0;
  height: 2px; background: var(--gold); border-radius: 2px;
}
.nav-cta {
  background: var(--gold) !important; color: var(--navy) !important; padding: 10px 24px;
  border-radius: 50px; font-size: 13px; font-weight: 700;
  transition: var(--transition); box-shadow: 0 4px 14px rgba(201,168,76,0.35);
}
.nav-cta:hover { background: var(--gold-light) !important; transform: translateY(-1px); }
.nav-cta::after { display: none !important; }
.menu-toggle { display: none; background: none; border: none; cursor: pointer; }
.menu-toggle svg { width: 28px; height: 28px; stroke: var(--navy); }

/* ===== HERO ===== */
.hero {
  position: relative; min-height: 680px;
  display: flex; align-items: center;
  background: linear-gradient(135deg, var(--navy) 0%, var(--navy-light) 50%, var(--sky) 100%);
  overflow: hidden;
}
.hero::before {
  content: ''; position: absolute; inset: 0;
  background: url('../images/hero.jpg') center/cover no-repeat;
  opacity: 0.15;
}
.hero .container { position: relative; z-index: 1; padding: 80px 48px; max-width: 1200px; }
.hero-inner { max-width: 820px; margin: 0 auto; }
.hero-badge {
  display: inline-flex; align-items: center; gap: 8px;
  background: rgba(255,255,255,0.1); border: 1px solid rgba(255,255,255,0.2);
  padding: 6px 16px; border-radius: 50px; font-size: 12px; font-weight: 500; color: rgba(255,255,255,0.85);
  backdrop-filter: blur(8px);
}
.hero-badge span { width: 8px; height: 8px; background: var(--gold); border-radius: 50%; }
.hero h1 {
  font-size: clamp(32px, 5vw, 56px); font-weight: 800; color: var(--white);
  line-height: 1.15; margin-top: 24px; max-width: 800px;
}
.hero h1 .gold { color: var(--gold); }
.hero p {
  font-size: 17px; color: rgba(255,255,255,0.8); max-width: 600px; margin-top: 20px; line-height: 1.7;
}
.hero-buttons { display: flex; gap: 16px; margin-top: 36px; flex-wrap: wrap; }
.btn-primary {
  display: inline-flex; align-items: center; gap: 8px;
  background: var(--gold); color: var(--navy); padding: 14px 32px;
  border-radius: 50px; font-size: 14px; font-weight: 700;
  transition: var(--transition); border: none; cursor: pointer;
}
.btn-primary:hover { filter: brightness(1.08); transform: translateY(-2px); }
.btn-outline {
  display: inline-flex; align-items: center; gap: 8px;
  background: rgba(255,255,255,0.1); color: var(--white);
  border: 1px solid rgba(255,255,255,0.3); padding: 14px 32px;
  border-radius: 50px; font-size: 14px; font-weight: 600;
  transition: var(--transition);
}
.btn-outline:hover { background: rgba(255,255,255,0.2); }

/* ===== MARQUEE ===== */
.marquee-bar {
  background: rgba(15,27,61,0.04); border-bottom: 1px solid var(--border);
  padding: 14px 0; overflow: hidden;
}
.marquee-wrap { display: flex; align-items: center; max-width: 1200px; margin: 0 auto; padding: 0 24px; gap: 20px; }
.marquee-label {
  display: inline-flex; align-items: center; gap: 6px;
  background: var(--navy); color: var(--white); padding: 8px 18px;
  border-radius: 50px; font-size: 11px; font-weight: 700; text-transform: uppercase; letter-spacing: 1px;
  white-space: nowrap; flex-shrink: 0; position: relative; z-index: 3;
  box-shadow: 0 0 0 8px rgba(15,27,61,0.04);
}
.marquee-viewport { flex: 1; overflow: hidden; position: relative; mask-image: linear-gradient(to right, transparent 0, #000 24px, #000 calc(100% - 24px), transparent 100%); }
.marquee-track {
  display: inline-flex; gap: 40px; white-space: nowrap;
  animation: marquee 40s linear infinite;
}
.marquee-track:hover { animation-play-state: paused; }
.marquee-item {
  display: flex; align-items: center; gap: 8px;
  font-size: 14px; color: var(--text); font-weight: 500;
}
.marquee-item span { color: var(--text-muted); font-weight: 400; }
@keyframes marquee {
  0% { transform: translateX(0); }
  100% { transform: translateX(-50%); }
}

/* ===== SECTIONS ===== */
.section { padding: 80px 0; }
.section-alt { background: var(--off-white); }
.section-header { text-align: center; max-width: 640px; margin: 0 auto 48px; }
.section-tag {
  font-size: 11px; font-weight: 700; text-transform: uppercase; letter-spacing: 2px; color: var(--sky);
}
.section-title { font-size: clamp(26px, 4vw, 36px); color: var(--navy); margin-top: 10px; }
.section-sub { color: var(--text-muted); margin-top: 10px; font-size: 16px; }

/* ===== STATS ===== */
.stats-grid {
  display: grid; grid-template-columns: repeat(4, 1fr); gap: 24px;
  background: var(--white); border-radius: var(--radius); border: 1px solid var(--border);
  padding: 40px; box-shadow: var(--shadow);
}
.stat-item { text-align: center; }
.stat-number { font-family: 'Plus Jakarta Sans'; font-size: 40px; font-weight: 800; color: var(--navy); }
.stat-number span { color: var(--gold); }
.stat-label { font-size: 12px; font-weight: 600; text-transform: uppercase; letter-spacing: 1px; color: var(--text-muted); margin-top: 4px; }

/* ===== ABOUT TEASER ===== */
.about-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 60px; align-items: center; }
.about-list { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; margin-top: 28px; }
.about-list li { display: flex; align-items: center; gap: 10px; font-size: 14px; color: var(--text); }
.about-list .check { width: 20px; height: 20px; background: var(--sky); border-radius: 50%; display: flex; align-items: center; justify-content: center; flex-shrink: 0; }
.about-list .check svg { width: 12px; height: 12px; stroke: var(--white); }
.about-cards { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }
.about-card {
  background: linear-gradient(135deg, var(--white), rgba(59,111,160,0.06));
  border: 1px solid var(--border); border-radius: var(--radius); padding: 24px;
  transition: var(--transition);
}
.about-card:hover { transform: translateY(-4px); box-shadow: var(--shadow); border-color: var(--sky); }
.about-card svg { width: 28px; height: 28px; stroke: var(--sky); }
.about-card h4 { font-size: 16px; color: var(--navy); margin-top: 12px; }
.about-card p { font-size: 13px; color: var(--text-muted); margin-top: 4px; }

/* ===== SERVICES ===== */
.services-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 20px; }
.service-card {
  background: var(--white); border: 1px solid var(--border); border-radius: var(--radius);
  padding: 32px 24px; transition: var(--transition);
}
.service-card:hover { transform: translateY(-6px); box-shadow: var(--shadow-lg); border-color: var(--sky); }
.service-icon {
  width: 52px; height: 52px; border-radius: 14px; background: rgba(15,27,61,0.05);
  display: flex; align-items: center; justify-content: center; transition: var(--transition);
}
.service-card:hover .service-icon { background: var(--navy); }
.service-icon svg { width: 26px; height: 26px; stroke: var(--navy); transition: var(--transition); }
.service-card:hover .service-icon svg { stroke: var(--white); }
.service-card h3 { font-size: 18px; color: var(--navy); margin-top: 18px; }
.service-card p { font-size: 14px; color: var(--text-muted); margin-top: 8px; line-height: 1.6; }

/* ===== JOBS ===== */
.jobs-header { display: flex; justify-content: space-between; align-items: flex-end; flex-wrap: wrap; gap: 16px; margin-bottom: 36px; }
.search-bar {
  display: flex; gap: 12px; background: var(--white); border: 1px solid var(--border);
  border-radius: var(--radius); padding: 8px; box-shadow: var(--shadow);
}
.search-bar input {
  border: none; outline: none; font-size: 14px; padding: 8px 12px; min-width: 280px;
  font-family: inherit;
}
.search-bar select {
  border: none; outline: none; font-size: 14px; padding: 8px 12px; background: var(--off-white);
  border-radius: 8px; font-family: inherit; cursor: pointer;
}
.search-bar .btn-primary { padding: 10px 24px; }
.jobs-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
.job-card {
  background: var(--white); border: 1px solid var(--border); border-radius: var(--radius);
  padding: 24px; transition: var(--transition);
}
.job-card:hover { border-color: var(--sky); box-shadow: var(--shadow); }
.job-header { display: flex; justify-content: space-between; align-items: flex-start; gap: 10px; }
.job-card h3 { font-size: 17px; color: var(--navy); }
.job-tag {
  font-size: 10px; font-weight: 700; text-transform: uppercase;
  background: rgba(59,111,160,0.1); color: var(--sky);
  padding: 4px 10px; border-radius: 50px; white-space: nowrap;
}
.job-meta { display: flex; gap: 16px; margin-top: 12px; font-size: 13px; color: var(--text-muted); }
.job-meta span { display: flex; align-items: center; gap: 5px; }
.job-meta svg { width: 15px; height: 15px; stroke: var(--text-muted); }
.job-skills { display: flex; flex-wrap: wrap; gap: 6px; margin-top: 14px; }
.job-skills span {
  font-size: 11px; font-weight: 600; background: var(--off-white); color: var(--navy);
  padding: 4px 10px; border-radius: 6px;
}
.job-apply {
  display: block; width: 100%; text-align: center;
  background: var(--navy); color: var(--white); padding: 10px;
  border-radius: 50px; font-size: 13px; font-weight: 600; margin-top: 18px;
  transition: var(--transition);
}
.job-apply:hover { background: var(--sky); }

/* ===== INDUSTRIES ===== */
.industries-section { background: var(--navy); color: var(--white); padding: 80px 0; }
.industries-section .section-title { color: var(--white); }
.industries-section .section-tag { color: var(--gold); }
.industries-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 14px; }
.industry-card {
  background: rgba(255,255,255,0.05); border: 1px solid rgba(255,255,255,0.1);
  border-radius: var(--radius); padding: 28px 20px; transition: var(--transition);
}
.industry-card:hover { background: rgba(255,255,255,0.1); }
.industry-card svg { width: 28px; height: 28px; stroke: var(--gold); }
.industry-card h4 { font-size: 15px; font-weight: 600; margin-top: 14px; }

/* ===== CTA ===== */
.cta-box {
  background: linear-gradient(135deg, var(--navy), var(--sky));
  border-radius: 24px; padding: 60px; color: var(--white);
  display: grid; grid-template-columns: 1fr auto; gap: 40px; align-items: center;
}
.cta-box h2 { font-size: 32px; }
.cta-box p { color: rgba(255,255,255,0.8); margin-top: 10px; }
.cta-actions { display: flex; gap: 12px; flex-wrap: wrap; }

/* ===== WHY CHOOSE ===== */
.why-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
.why-card {
  background: var(--white); border: 1px solid var(--border); border-radius: var(--radius);
  padding: 28px; text-align: center; transition: var(--transition);
}
.why-card:hover { transform: translateY(-4px); box-shadow: var(--shadow); }
.why-card .num {
  width: 44px; height: 44px; border-radius: 50%;
  background: var(--navy); color: var(--gold);
  display: flex; align-items: center; justify-content: center;
  font-family: 'Plus Jakarta Sans'; font-size: 18px; font-weight: 800;
  margin: 0 auto 16px;
}
.why-card h3 { font-size: 17px; color: var(--navy); }
.why-card p { font-size: 14px; color: var(--text-muted); margin-top: 8px; }

/* ===== CONTACT / FORM ===== */
.contact-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 40px; }
.contact-info { display: flex; flex-direction: column; gap: 16px; }
.contact-card {
  display: flex; gap: 16px; background: var(--white);
  border: 1px solid var(--border); border-radius: var(--radius); padding: 20px;
}
.contact-card .icon-box {
  width: 44px; height: 44px; border-radius: 12px;
  background: rgba(15,27,61,0.05); display: flex; align-items: center; justify-content: center;
  flex-shrink: 0;
}
.contact-card .icon-box svg { width: 20px; height: 20px; stroke: var(--sky); }
.contact-card h4 { font-size: 14px; color: var(--navy); }
.contact-card p, .contact-card a { font-size: 14px; color: var(--text-muted); margin-top: 2px; }
.contact-card a:hover { color: var(--sky); }

.form-card {
  background: var(--white); border: 1px solid var(--border);
  border-radius: var(--radius); padding: 36px; box-shadow: var(--shadow);
}
.form-group { margin-bottom: 20px; }
.form-group label {
  display: block; font-size: 13px; font-weight: 600; color: var(--text); margin-bottom: 6px;
}
.form-group input, .form-group select, .form-group textarea {
  width: 100%; padding: 12px 16px; border: 1px solid var(--border);
  border-radius: 10px; font-size: 14px; font-family: inherit;
  transition: var(--transition); background: var(--white);
}
.form-group input:focus, .form-group select:focus, .form-group textarea:focus {
  outline: none; border-color: var(--sky); box-shadow: 0 0 0 3px rgba(59,111,160,0.12);
}
.file-drop {
  border: 2px dashed var(--border); border-radius: 10px; padding: 28px;
  text-align: center; cursor: pointer; transition: var(--transition);
  background: var(--off-white);
}
.file-drop:hover { border-color: var(--sky); background: rgba(59,111,160,0.04); }
.file-drop .file-name { font-weight: 600; color: var(--navy); }
.file-drop .file-hint { font-size: 12px; color: var(--text-muted); }
.file-drop input { display: none; }
.form-error {
  background: rgba(220,38,38,0.08); color: #b91c1c; padding: 12px 16px;
  border-radius: 10px; font-size: 13px; display: flex; align-items: center; gap: 8px;
}
.form-success {
  text-align: center; padding: 60px 20px;
}
.form-success .check { width: 64px; height: 64px; border-radius: 50%; background: rgba(34,197,94,0.1); display: flex; align-items: center; justify-content: center; margin: 0 auto 20px; }
.form-success .check svg { width: 32px; height: 32px; stroke: #22c55e; }

/* ===== FOOTER ===== */
.footer { background: var(--navy); color: var(--white); padding: 60px 0 0; }
.footer-grid { display: grid; grid-template-columns: 1.5fr 1fr 1fr 1fr; gap: 40px; }
.footer-brand { display: flex; align-items: center; gap: 12px; }
.footer-brand img { width: 40px; height: 40px; border-radius: 50%; background: var(--white); }
.footer-brand .brand-name { font-family: 'Plus Jakarta Sans'; font-size: 18px; font-weight: 800; }
.footer-brand .brand-tag { font-size: 9px; text-transform: uppercase; letter-spacing: 2px; opacity: 0.7; }
.footer p { font-size: 14px; opacity: 0.7; margin-top: 12px; line-height: 1.7; }
.footer h4 { font-size: 13px; font-weight: 700; color: var(--gold); text-transform: uppercase; letter-spacing: 1px; margin-bottom: 16px; }
.footer a, .footer li { font-size: 14px; opacity: 0.75; display: block; margin-bottom: 10px; transition: var(--transition); }
.footer a:hover { opacity: 1; color: var(--gold); }
.footer-bottom {
  border-top: 1px solid rgba(255,255,255,0.08); margin-top: 48px;
  padding: 20px 0; display: flex; justify-content: space-between; font-size: 12px; opacity: 0.5;
}

/* ===== WHATSAPP ===== */
.whatsapp-btn {
  position: fixed; bottom: 24px; right: 24px; z-index: 999;
  width: 56px; height: 56px; border-radius: 50%;
  background: #25d366; color: var(--white);
  display: flex; align-items: center; justify-content: center;
  box-shadow: 0 4px 20px rgba(37,211,102,0.4);
  transition: var(--transition);
}
.whatsapp-btn:hover { transform: scale(1.08); }
.whatsapp-btn svg { width: 28px; height: 28px; fill: currentColor; }

/* ===== PAGE HEADER ===== */
.page-hero {
  background: linear-gradient(135deg, var(--navy), var(--navy-light));
  padding: 80px 0 60px; color: var(--white);
}
.page-hero .section-tag { color: var(--gold); }
.page-hero h1 { font-size: clamp(30px, 4vw, 44px); margin-top: 12px; }
.page-hero p { opacity: 0.8; margin-top: 12px; max-width: 600px; }

/* ===== RESPONSIVE ===== */
@media (max-width: 1024px) {
  .services-grid { grid-template-columns: repeat(2, 1fr); }
  .jobs-grid { grid-template-columns: repeat(2, 1fr); }
  .industries-grid { grid-template-columns: repeat(2, 1fr); }
  .footer-grid { grid-template-columns: 1fr 1fr; }
  .cta-box { grid-template-columns: 1fr; }
  .about-grid { grid-template-columns: 1fr; }
  .contact-grid { grid-template-columns: 1fr; }
}

@media (max-width: 768px) {
  .nav-links { display: none; }
  .menu-toggle { display: block; }
  .stats-grid { grid-template-columns: 1fr 1fr; padding: 28px; }
  .services-grid, .jobs-grid, .industries-grid, .why-grid, .about-cards { grid-template-columns: 1fr; }
  .footer-grid { grid-template-columns: 1fr; }
  .hero-buttons { flex-direction: column; }
  .hero-buttons a, .hero-buttons button { width: 100%; justify-content: center; }
  .search-bar { flex-direction: column; }
  .search-bar input { min-width: 0; }
  .jobs-header { flex-direction: column; align-items: flex-start; }
  .cta-box { padding: 36px 24px; }
  .about-list { grid-template-columns: 1fr; }
}

/* ===== MOBILE MENU ===== */
.mobile-nav {
  display: none; position: fixed; inset: 0; z-index: 999;
  background: rgba(0,0,0,0.4); backdrop-filter: blur(4px);
}
.mobile-nav.open { display: block; }
.mobile-nav-panel {
  position: absolute; top: 0; right: 0; width: 280px; height: 100%;
  background: var(--white); padding: 24px;
  transform: translateX(100%); transition: transform 0.3s ease;
}
.mobile-nav.open .mobile-nav-panel { transform: translateX(0); }
.mobile-nav-close {
  background: none; border: none; font-size: 28px; cursor: pointer; color: var(--navy);
  position: absolute; top: 16px; right: 16px;
}
.mobile-nav a {
  display: block; padding: 14px 0; font-size: 16px; font-weight: 500;
  color: var(--text); border-bottom: 1px solid var(--border);
}
.mobile-nav a:hover, .mobile-nav a.active { color: var(--navy); }
.mobile-nav .nav-cta { display: block; text-align: center; margin-top: 20px; }

/* ===== GALLERY ===== */
.gallery-grid { display: grid; grid-template-columns: repeat(4, 1fr); grid-auto-rows: 200px; gap: 16px; }
.gallery-item { position: relative; border-radius: var(--radius); overflow: hidden; cursor: pointer; transition: var(--transition); }
.gallery-item img { width: 100%; height: 100%; object-fit: cover; transition: transform 0.6s ease; }
.gallery-item:hover img { transform: scale(1.08); }
.gallery-item::after { content: ''; position: absolute; inset: 0; background: linear-gradient(transparent 50%, rgba(15,27,61,0.7)); }
.gallery-item .gal-label { position: absolute; bottom: 14px; left: 16px; right: 16px; color: #fff; font-weight: 600; font-size: 14px; z-index: 1; }
.gallery-item.tall { grid-row: span 2; }
.gallery-item.wide { grid-column: span 2; }

/* ===== TESTIMONIALS ===== */
.testimonials-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; }
.testimonial-card {
  background: var(--white); border: 1px solid var(--border); border-radius: var(--radius);
  padding: 28px; position: relative; transition: var(--transition);
}
.testimonial-card:hover { transform: translateY(-4px); box-shadow: var(--shadow-lg); }
.testimonial-card .quote { font-size: 36px; color: var(--gold); line-height: 1; font-family: Georgia, serif; }
.testimonial-card p { font-size: 14px; color: var(--text); line-height: 1.7; margin-top: 8px; }
.testimonial-author { display: flex; align-items: center; gap: 12px; margin-top: 20px; padding-top: 20px; border-top: 1px solid var(--border); }
.testimonial-author img { width: 44px; height: 44px; border-radius: 50%; object-fit: cover; }
.testimonial-author .name { font-weight: 700; font-size: 14px; color: var(--navy); }
.testimonial-author .role { font-size: 12px; color: var(--text-muted); }
.stars { color: var(--gold); font-size: 14px; letter-spacing: 2px; margin-top: 4px; }

/* ===== PROCESS ===== */
.process-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 24px; position: relative; }
.process-step { text-align: center; position: relative; }
.process-step .step-num {
  width: 64px; height: 64px; border-radius: 50%;
  background: linear-gradient(135deg, var(--navy), var(--sky));
  color: var(--gold); display: flex; align-items: center; justify-content: center;
  font-family: 'Plus Jakarta Sans'; font-size: 24px; font-weight: 800;
  margin: 0 auto 18px; box-shadow: 0 8px 24px rgba(15,27,61,0.2);
}
.process-step h4 { font-size: 16px; color: var(--navy); }
.process-step p { font-size: 13px; color: var(--text-muted); margin-top: 8px; line-height: 1.6; }

/* ===== CLIENTS STRIP ===== */
.clients-strip { display: flex; flex-wrap: wrap; gap: 28px 60px; justify-content: center; align-items: center; opacity: 0.7; }
.clients-strip span { font-family: 'Plus Jakarta Sans'; font-weight: 800; font-size: 22px; color: var(--navy); letter-spacing: -0.02em; }

/* ===== IMAGE SPLIT ===== */
.split-section { display: grid; grid-template-columns: 1fr 1fr; gap: 60px; align-items: center; }
.split-image { border-radius: 24px; overflow: hidden; box-shadow: var(--shadow-lg); aspect-ratio: 4/3; }
.split-image img { width: 100%; height: 100%; object-fit: cover; }

@media (max-width: 1024px) {
  .gallery-grid { grid-template-columns: repeat(2, 1fr); }
  .testimonials-grid { grid-template-columns: 1fr; }
  .process-grid { grid-template-columns: 1fr 1fr; }
  .split-section { grid-template-columns: 1fr; }
}
@media (max-width: 768px) {
  .hero .container { padding: 60px 24px; }
  .gallery-grid { grid-template-columns: 1fr; grid-auto-rows: 180px; }
  .gallery-item.tall, .gallery-item.wide { grid-row: auto; grid-column: auto; }
  .process-grid { grid-template-columns: 1fr; }
}
