/* Theme */
:root {
  --bg: #7E536D;          /* secondary */
  --panel: #651245;       /* brand */
  --chip: #7E536D;        /* secondary */
  --brand: #651245;       /* brand */
  --text: #ffffff;        /* primary text */
  --muted: #e7d9e1;       /* muted text */
  --radius: 18px;
  --radius-lg: 22px;
  --shadow: 0 10px 25px rgba(0,0,0,0.25);
}

* { box-sizing: border-box; }
html, body { height: 100%; }
html {
  overflow-x: hidden;
}
body {
  margin: 0;
  font-family: 'Poppins', system-ui, -apple-system, Segoe UI, Roboto, Arial, sans-serif;
  color: var(--text);
  background: var(--bg);
  overflow-x: hidden;
}

/* Header menu */
.site-header { position: fixed; top: 0; left: 0; right: 0; z-index: 1000; background: rgba(101,18,69,0.85); backdrop-filter: blur(8px); }
.menu { margin: 0; padding: 10px 0; list-style: none; display: flex; gap: 10px; justify-content: center; }
.menu a { display: inline-block; padding: 6px 12px; border-radius: 999px; color: #fff; text-decoration: none; background: rgba(255,255,255,0.12); font-weight: 600; font-size: 12px; }
.menu a:hover, .menu a.active { background: rgba(255,255,255,0.22); }

.container { width: min(1100px, 92%); margin: 0 auto; }
.section {background: var(--panel); padding: clamp(32px, 6vw, 64px) 0; }
.section-title { margin: 0 0 clamp(12px, 2vw, 24px) 0; font-size: clamp(18px, 4vw, 22px); font-weight: 700; text-align: center; }
.
/* Hero */
.hero { background: var(--panel); color: #fff; padding: clamp(140px, 20vw, 180px) 0; min-height: 80vh; display: grid; align-items: center; text-align: center; }
.hero-inner { display: grid; justify-items: center; gap: clamp(10px, 2vw, 20px); }
.logo-mark { display: grid; place-items: center; }
.logo-mark img { width: clamp(100px, 15vw, 129px); height: clamp(90px, 13vw, 121px); object-fit: contain; }
.hero-title { margin: 0; font-size: clamp(28px, 5vw, 64px); font-weight: 700; letter-spacing: 0.5px; }
.hero-subtitle { margin: 0; font-size: clamp(14px, 2.5vw, 28px); color: #e7d9e1; }

/* Intro belief */
.intro { background: var(--panel); color: #fff; min-height: 30vh; display: grid; align-items: center; }
.narrow { max-width: min(600px, 90vw); width: 92%; margin: 0 auto; }
.lead { margin: 0; text-align: center; font-size: clamp(14px, 2.2vw, 22px); line-height: 1.6; font-weight: 600; }

/* What we do */
.what { background: var(--bg); }
.what-grid { display: grid; grid-template-columns: 1.1fr 0.9fr; gap: clamp(16px, 3vw, 32px); align-items: center; }
/* Mobile Responsive Design */
@media (max-width: 768px) {
  /* Navigation */
  .menu { 
    flex-wrap: wrap; 
    gap: 6px; 
    padding: 8px 0; 
  }
  .menu a { 
    font-size: 11px; 
    padding: 5px 10px; 
  }
  
  /* Hero adjustments */
  .hero { 
    padding: clamp(40px, 5vw, 60px) 0; 
    min-height: 25vh; 
  }
  .hero-title { 
    font-size: clamp(24px, 6vw, 48px); 
  }
  .hero-subtitle { 
    font-size: clamp(12px, 3vw, 20px); 
  }
  
  /* Container spacing */
  .container { 
    width: 95%; 
  }
  .section { 
    padding: clamp(24px, 5vw, 48px) 0; 
  }
  /* Reduce spacing for intro/belief section on mobile */
  .intro { 
    padding: clamp(16px, 3vw, 32px) 0 !important; 
    min-height: 20vh; 
  }
}

@media (max-width: 900px) { 
  .what-grid { grid-template-columns: 1fr; } 
}
.align-left { text-align: left; }
.muted { color: var(--muted); margin: 6px 0 0 0; }
.what-right { display: grid; justify-items: center; }
.icon-ring { width: clamp(200px, 25vw, 280px); height: clamp(200px, 25vw, 280px); border: clamp(20px, 3vw, 26px) solid rgba(255,255,255,0.8); border-radius: 50%; }

.feature-split { display: grid; gap: 0; margin: 0; justify-items: center; }
.feature { display: grid; grid-template-columns: 1fr 1fr; gap: clamp(16px, 3vw, 32px); align-items: center; height: auto; margin: 0; padding: 0; }
/* Feature section mobile */
@media (max-width: 768px) {
  /* Only apply to feature sections, NOT testimonials */
  .feature-split .feature { 
    grid-template-columns: 1fr; 
    height: auto; 
    gap: clamp(20px, 4vw, 32px);
    padding: clamp(20px, 4vw, 32px) 0;
  }
  /* Keep horizontal layout for "What we do" section on mobile */
  .what .feature { 
    grid-template-columns: 1fr 1fr; 
    gap: clamp(8px, 2vw, 16px);
    padding: clamp(16px, 3vw, 24px) 0;
  }
  .feature-icon { 
    width: clamp(180px, 35vw, 280px) !important; 
    height: clamp(220px, 40vw, 350px) !important; 
  }
  /* Smaller icons for "What we do" section on mobile */
  .what .feature-icon { 
    width: clamp(120px, 25vw, 180px) !important; 
    height: clamp(140px, 30vw, 200px) !important; 
  }
  .feature-copy { 
    text-align: center; 
    justify-items: center; 
  }
  /* Left-align text for "What we do" section */
  .what .feature-copy { 
    text-align: left; 
    justify-items: start; 
  }
  .feature-copy h3 { 
    font-size: clamp(18px, 4vw, 28px) !important; 
  }
  .feature-copy p { 
    font-size: clamp(12px, 2.5vw, 18px) !important; 
  }
  /* Smaller fonts for "What we do" section on mobile */
  .what .feature-copy h3 { 
    font-size: clamp(14px, 3vw, 20px) !important; 
  }
  .what .feature-copy p { 
    font-size: clamp(11px, 2vw, 14px) !important; 
  }
}

@media (max-width: 900px) { 
  /* Only apply to feature sections, NOT testimonials */
  .feature-split .feature { 
    grid-template-columns: 1fr; 
  }
  /* Keep horizontal layout for "What we do" section */
  .what .feature { 
    grid-template-columns: 1fr 1fr; 
    gap: clamp(12px, 2vw, 20px);
  }
}
.icon-tiles { width: clamp(180px, 20vw, 240px); height: clamp(140px, 15vw, 180px); background: radial-gradient(circle at 20% 30%, #fff 26%, transparent 27%),
                               radial-gradient(circle at 50% 50%, #fff 26%, transparent 27%),
                               radial-gradient(circle at 80% 70%, #fff 26%, transparent 27%);
              filter: drop-shadow(0 6px 20px rgba(0,0,0,0.25)); border-radius: 24px; }
.icon-people { width: clamp(180px, 20vw, 240px); height: clamp(120px, 13vw, 160px); background: radial-gradient(circle at 25% 70%, #fff 38%, transparent 39%),
                                radial-gradient(circle at 55% 70%, #fff 38%, transparent 39%),
                                radial-gradient(circle at 85% 70%, #fff 38%, transparent 39%);
               border-radius: 24px; filter: drop-shadow(0 6px 20px rgba(0,0,0,0.25)); }
.feature-copy h3 { margin: 0 0 6px 0; font-size: clamp(20px, 3vw, 32px); font-family: 'Inter', 'Poppins', system-ui, -apple-system, Segoe UI, Roboto, Arial, sans-serif; font-weight: 700; }
.feature-copy p { margin: 0; color: var(--muted); font-size: clamp(14px, 2vw, 24px); line-height: 1.6; font-weight: 400; max-width: 400px; }
.feature-icon { 
  width: clamp(200px, 25vw, 340px) !important; 
  height: clamp(240px, 30vw, 420px) !important; 
  object-fit: contain !important; 
  display: block !important; 
  transition: all 0.6s cubic-bezier(0.4, 0, 0.2, 1) !important;
  transform: scale(0.8) !important;
}

.feature-icon.animate {
  transform: scale(1) !important;
}

/* Team */
.team { background: linear-gradient(180deg, rgba(255,255,255,0.06), transparent 40%), var(--bg); }
.team-list { 
  display: grid; 
  grid-template-columns: repeat(2, 1fr); 
  gap: clamp(20px, 3vw, 40px);
}
.team-list .team-card:last-child {
  grid-column: 1 / -1;
  justify-self: center;
  width: calc(50% - clamp(10px, 1.5vw, 20px));
}
.team-card {
  background: var(--bg); border-radius: var(--radius-lg); height: 440px; width: 1fr;
  perspective: 1000px; cursor: pointer;
  transition: all 0.3s ease;
  position: relative;
}

.team-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 12px 24px rgba(0, 0, 0, 0.15);
}

.team-card-inner {
  position: relative; width: 100%; height: 100%; text-align: center;
  transition: transform 0.6s; transform-style: preserve-3d;
}

.team-card.flipped .team-card-inner {
  transform: rotateY(180deg);
}

.team-card-front, .team-card-back {
  position: absolute; width: 100%; height: 100%; backface-visibility: hidden;
  border-radius: var(--radius-lg); padding: clamp(20px, 3vw, 40px);
  display: grid; align-items: center; justify-items: center;
}

.team-card-front {
  background: var(--panel);
}

.team-card-back {
  background: var(--panel); transform: rotateY(180deg);
}

.team-card .team-description {
  position: relative;
  padding: clamp(12px, 2vw, 20px);
  color: var(--text);
  font-size: clamp(12px, 1.8vw, 16px); /* Reduced font size */
  line-height: 1.5; /* Tighter line height */
  text-align: left;
  max-height: calc(100% - 20px);
  overflow-y: scroll; /* Always show scrollbar */
  overflow-x: hidden;
  scrollbar-width: auto; /* Force scrollbar to always be visible */
  scrollbar-color: rgba(255, 255, 255, 0.8) rgba(255, 255, 255, 0.3);
}


/* Enhanced scrollbar for better visibility */
.team-card .team-description {
  position: relative;
}


/* Always visible, prominent scrollbar */
.team-card .team-description::-webkit-scrollbar {
  width: 10px !important;
  background: rgba(255, 255, 255, 0.3) !important;
  -webkit-appearance: none; /* Force custom scrollbar */
}

/* Force scrollbar to always be visible */
.team-card .team-description {
  scrollbar-gutter: stable; /* Reserve space for scrollbar */
}

/* Scroll hint fade at bottom */
.team-card-back {
  position: relative;
}

.team-description {
  position: relative;
  overflow-y: auto;
  --gradient-opacity: 1;
}

.team-description::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 40px;
  background: linear-gradient(to top, var(--panel), transparent);
  pointer-events: none;
  z-index: 10;
  opacity: var(--gradient-opacity);
  transition: opacity 0.3s ease;
}


.team-card .team-description::-webkit-scrollbar-track {
  background: rgba(255, 255, 255, 0.3) !important;
  border-radius: 5px !important;
}

.team-card .team-description::-webkit-scrollbar-thumb {
  background: rgba(255, 255, 255, 0.8) !important;
  border-radius: 5px !important;
  border: 1px solid rgba(255, 255, 255, 0.4) !important;
}

.team-card .team-description::-webkit-scrollbar-thumb:hover {
  background: rgba(255, 255, 255, 1) !important;
}

/* Firefox scrollbar - always visible */
.team-card .team-description {
  scrollbar-width: auto !important;
  scrollbar-color: rgba(255, 255, 255, 0.8) rgba(255, 255, 255, 0.3) !important;
}

.team-email-icon {
  position: absolute;
  top: clamp(16px, 2.5vw, 24px);
  right: clamp(16px, 2.5vw, 24px);
  width: clamp(40px, 5vw, 48px);
  height: clamp(40px, 5vw, 48px);
  background: rgba(255, 255, 255, 0.15);
  backdrop-filter: blur(10px);
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--text);
  cursor: pointer;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  text-decoration: none;
  z-index: 10;
}

.team-email-icon svg {
  width: clamp(18px, 2.5vw, 22px);
  height: clamp(14px, 2vw, 18px);
  transition: all 0.3s ease;
}

.team-email-icon:hover {
  background: rgba(255, 255, 255, 0.25);
  border-color: rgba(255, 255, 255, 0.4);
  transform: translateY(-2px) scale(1.05);
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.15);
}

.team-email-icon:active {
  transform: translateY(-1px) scale(1.02);
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
}
.team-media img { width: clamp(150px, 18vw, 200px); height: clamp(150px, 18vw, 200px); object-fit: cover; border-radius: 10px; filter: grayscale(100%); }
.team-info .team-name { margin: 0 0 4px 0; font-family: 'Inter', 'Poppins', system-ui, -apple-system, Segoe UI, Roboto, Arial, sans-serif; font-weight: 400 !important; font-size: 32px; }
.team-info .team-role { margin: 0; font-family: 'Inter', 'Poppins', system-ui, -apple-system, Segoe UI, Roboto, Arial, sans-serif; font-weight: 300 !important; font-size: 24px; color: var(--muted); }
.team-chevron { justify-self: end; width: clamp(40px, 5vw, 60px); height: clamp(40px, 5vw, 60px); display: grid; place-items: center; color: var(--text); opacity: 0.7; font-size: clamp(24px, 4vw, 48px); cursor: pointer; }

/* Testimonials as carousels */
.testimonials { background: var(--chip); }

/* Client organizations section - burgundy background with light cards */
.testimonials.clients {
  background: var(--brand);
}

.testimonials.clients .quote-card {
  background: var(--chip);
}

/* Candidates section - flipped colors */
.testimonials.candidates { 
  background: var(--brand); 
}

.testimonials.candidates .quote-card {
  background: var(--chip);
}
.carousel { 
  position: relative; 
  width: 100%; 
  height: 480px;
}
.carousel-track { 
  display: flex; 
  gap: clamp(20px, 3vw, 40px); 
  transition: transform 0.6s cubic-bezier(0.4, 0, 0.2, 1); 
  width: 100%; 
  height: 100%;
}
.quote-card {
  display: grid; 
  grid-template-columns: clamp(150px, 18vw, 220px) 1fr; 
  gap: clamp(16px, 2vw, 32px); 
  align-items: center; 
  background: var(--panel); 
  border-radius: var(--radius-lg); 
  padding: clamp(24px, 4vw, 48px); 
  height: 480px; 
  width: calc(100% - clamp(20px, 3vw, 40px)); 
  flex-shrink: 0;
}
.quote-media img { 
  width: 100%; 
  height: 100%; 
  object-fit: cover; 
  border-radius: 12px; 
}
.quote-content { 
  display: grid; 
  align-content: center; 
}
.quote-text { 
  margin: 0 0 8px 0; 
  color: var(--text); 
  line-height: 1.5; 
  font-size: clamp(14px, 1.8vw, 16px); 
}
.quote-author { 
  margin: 0; 
  color: var(--muted); 
  font-size: clamp(10px, 1.2vw, 12px); 
}

/* Enhanced Author Styling */
.quote-author-enhanced {
  margin-top: clamp(16px, 3vw, 24px);
  padding-top: clamp(12px, 2vw, 20px);
  border-top: 2px solid rgba(255, 255, 255, 0.2);
}

.author-name {
  margin: 0 0 4px 0;
  color: var(--text);
  font-size: clamp(16px, 2.2vw, 20px);
  font-weight: 600;
  font-family: 'Inter', 'Poppins', system-ui, -apple-system, Segoe UI, Roboto, Arial, sans-serif;
  line-height: 1.2;
}

.author-title {
  margin: 0 0 2px 0;
  color: var(--muted);
  font-size: clamp(12px, 1.6vw, 14px);
  font-weight: 500;
  font-family: 'Inter', 'Poppins', system-ui, -apple-system, Segoe UI, Roboto, Arial, sans-serif;
  line-height: 1.3;
}

.author-org {
  margin: 0;
  color: var(--text);
  font-size: clamp(12px, 1.6vw, 14px);
  font-weight: 400;
  font-family: 'Inter', 'Poppins', system-ui, -apple-system, Segoe UI, Roboto, Arial, sans-serif;
  line-height: 1.3;
  opacity: 0.9;
}
.carousel-btn { 
  position: absolute; 
  top: 50%; 
  transform: translateY(-50%); 
  width: 48px; 
  height: 48px; 
  border-radius: 50%; 
  border: none; 
  background: linear-gradient(135deg, rgba(255,255,255,0.9), rgba(255,255,255,0.7)); 
  color: var(--brand); 
  font-size: 22px; 
  font-weight: bold;
  cursor: pointer; 
  z-index: 10;
  transition: all 0.3s ease;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
  backdrop-filter: blur(10px);
  display: flex;
  align-items: center;
  justify-content: center;
}

.carousel-btn:hover {
  background: linear-gradient(135deg, rgba(255,255,255,1), rgba(255,255,255,0.9));
  transform: translateY(-50%) scale(1.1);
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.2);
}

/* Disable hover effects when button is disabled (opacity 0.5) */
.carousel-btn[style*="opacity: 0.5"]:hover {
  background: linear-gradient(135deg, rgba(255,255,255,0.9), rgba(255,255,255,0.7));
  transform: translateY(-50%);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
  cursor: not-allowed;
}

.carousel-btn:active {
  transform: translateY(-50%) scale(0.95);
}

.carousel-btn.prev { left: -12px; }
.carousel-btn.next { right: -12px; }

/* Thumbnail Navigation */
.carousel-thumbnails {
  display: flex;
  justify-content: center;
  gap: clamp(8px, 1.5vw, 16px);
  margin-top: clamp(20px, 3vw, 32px);
}

.thumbnail-btn {
  background: none;
  border: none;
  cursor: pointer;
  padding: 0;
  border-radius: 8px;
  overflow: hidden;
  transition: all 0.3s ease;
  opacity: 0.6;
}

.thumbnail-btn:hover {
  opacity: 0.8;
  transform: scale(1.05);
}

.thumbnail-btn.active {
  opacity: 1;
  transform: scale(1.1);
  box-shadow: 0 4px 12px rgba(101, 18, 69, 0.3);
}

.thumbnail-btn img {
  width: clamp(50px, 8vw, 80px);
  height: clamp(50px, 8vw, 80px);
  object-fit: cover;
  border-radius: 8px;
  display: block;
}

/* Contact */
.contact { background: var(--chip); }
.contact-form { display: grid; gap: clamp(8px, 1.5vw, 16px); }
.contact-form input, .contact-form textarea {
  width: 100%; padding: clamp(10px, 1.5vw, 16px); border-radius: 10px; border: 1px solid rgba(101, 18, 69, 0.2);
  background: #ffffff; color: var(--brand); font-size: clamp(14px, 1.8vw, 16px);
  font-family: 'Poppins', system-ui, -apple-system, Segoe UI, Roboto, Arial, sans-serif;
}
.btn.primary { 
  background: var(--brand); 
  border: none; 
  color: #ffffff; 
  padding: clamp(10px, 1.5vw, 16px) clamp(16px, 2.5vw, 24px); 
  border-radius: 999px; 
  font-weight: 600; 
  font-size: clamp(14px, 1.8vw, 16px);
  transition: all 0.3s ease;
  cursor: pointer;
}

.btn.primary:hover {
  background: white;
  color: var(--brand);
  transform: translateY(-2px);
  box-shadow: 0 6px 20px rgba(101, 18, 69, 0.3);
}

.btn.primary:active {
  transform: translateY(0);
  box-shadow: 0 2px 8px rgba(101, 18, 69, 0.2);
}

/* Footer */
.site-footer { background: #fff; padding: clamp(20px, 4vw, 40px) 0; }
.footer-inner { 
  display: grid; 
  place-items: center; 
  gap: clamp(16px, 3vw, 24px);
}
.footer-logo { height: clamp(80px, 12vw, 124px); width: auto; object-fit: contain; }

.footer-links {
  display: flex;
  justify-content: center;
}

.linkedin-link {
  display: flex;
  align-items: center;
  gap: 8px;
  color: var(--brand);
  text-decoration: none;
  font-size: clamp(14px, 2vw, 16px);
  font-weight: 500;
  transition: all 0.3s ease;
  padding: clamp(8px, 1.5vw, 12px) clamp(16px, 2.5vw, 20px);
  border-radius: 8px;
  border: 1px solid rgba(101, 18, 69, 0.2);
}

.linkedin-link:hover {
  background: var(--brand);
  color: white;
  transform: translateY(-2px);
  box-shadow: 0 4px 12px rgba(101, 18, 69, 0.2);
}

.linkedin-link svg {
  flex-shrink: 0;
  transition: transform 0.3s ease;
}

.linkedin-link:hover svg {
  transform: scale(1.1);
}

/* Headings style override */
.section-title { font-family: 'Inter', 'Poppins', system-ui, -apple-system, Segoe UI, Roboto, Arial, sans-serif; font-weight: 700; font-size: clamp(32px, 6vw, 64px); }

/* Responsive */
/* Team section mobile */
@media (max-width: 768px) {
  .team-list { 
    grid-template-columns: 1fr; 
    gap: clamp(16px, 4vw, 24px); 
  }
  .team-card { 
    height: 380px; 
    width: 100%; 
  }
  .team-list .team-card:last-child { 
    grid-column: 1; 
    width: 100%; 
    justify-self: stretch; 
  }
  .team-info .team-name { 
    font-size: clamp(24px, 5vw, 32px) !important; 
  }
  .team-info .team-role { 
    font-size: clamp(18px, 4vw, 24px) !important; 
  }
  .team-email-icon { 
    width: clamp(32px, 6vw, 40px); 
    height: clamp(32px, 6vw, 40px); 
    top: clamp(12px, 2vw, 16px); 
    right: clamp(12px, 2vw, 16px); 
  }
  .team-email-icon svg { 
    width: clamp(14px, 2.5vw, 18px); 
    height: clamp(12px, 2vw, 16px); 
  }
  /* Larger team member photos on mobile - 1.75x current size */
  .team-media img { 
    width: clamp(210px, 44vw, 315px) !important; 
    height: clamp(210px, 44vw, 315px) !important; 
  }
  .team-card .team-description { 
    font-size: clamp(11px, 2vw, 14px) !important; 
    padding: clamp(10px, 2vw, 16px); 
  }
}

/* Testimonials mobile */
@media (max-width: 768px) {
  .carousel { 
    height: auto; 
    min-height: 400px; 
    overflow: hidden;
  }
  .quote-card { 
    grid-template-columns: 1fr; 
    grid-template-rows: auto 1fr;
    height: auto; 
    min-height: 400px;
    padding: clamp(20px, 4vw, 32px); 
    gap: clamp(12px, 3vw, 20px); 
    align-items: start; 
  }
  /* Photo goes first on mobile */
  .quote-media { 
    grid-row: 1; 
    justify-self: center; 
  }
  /* Content goes second on mobile */
  .quote-content { 
    grid-row: 2; 
    align-content: start !important; 
  }
  .quote-text { 
    text-align: left; 
    margin: 0 0 clamp(12px, 2vw, 16px) 0; 
  }
  .quote-author img { 
    width: clamp(42px, 8.4vw, 63px); 
    height: clamp(42px, 8.4vw, 63px); 
    margin: 0 auto clamp(12px, 2vw, 16px) auto; 
  }
  .author-name { 
    font-size: clamp(14px, 3vw, 18px) !important; 
  }
  .author-title, .author-org { 
    font-size: clamp(11px, 2vw, 14px) !important; 
  }
  .carousel-btn { 
    width: 40px; 
    height: 40px; 
    font-size: 18px; 
  }
  .carousel-btn.prev { 
    left: 8px; 
  }
  .carousel-btn.next { 
    right: 8px; 
  }
  .carousel-thumbnails { 
    gap: clamp(6px, 2vw, 10px); 
    margin-top: clamp(12px, 3vw, 20px); 
  }
  .thumbnail-btn { 
    width: clamp(50px, 10vw, 75px); 
    height: clamp(50px, 10vw, 75px); 
  }
  .thumbnail-btn img { 
    width: clamp(38px, 7.5vw, 56px); 
    height: clamp(38px, 7.5vw, 56px); 
  }
  
  /* Contact form mobile */
  .contact-form { 
    gap: clamp(12px, 3vw, 20px); 
  }
  .contact-form input, 
  .contact-form textarea { 
    font-size: clamp(14px, 3vw, 16px); 
    padding: clamp(12px, 3vw, 16px); 
  }
  .btn.primary { 
    font-size: clamp(14px, 3vw, 16px); 
    padding: clamp(12px, 3vw, 16px) clamp(24px, 5vw, 32px); 
  }
  
  /* Footer mobile */
  .footer-content { 
    grid-template-columns: 1fr; 
    text-align: center; 
    gap: clamp(16px, 4vw, 24px); 
  }
  .footer-linkedin-link { 
    justify-self: center; 
  }
  
  /* Section titles mobile */
  .section-title { 
    font-size: clamp(24px, 5vw, 48px) !important; 
    margin-bottom: clamp(16px, 4vw, 32px); 
  }
  
  /* Icon tiles mobile */
  .icon-tiles, .icon-people { 
    width: clamp(140px, 25vw, 200px); 
    height: clamp(110px, 20vw, 160px); 
  }
}

@media (max-width: 900px) {
  .quote-card { grid-template-columns: 1fr; height: auto; }
  .team-card { grid-template-columns: 100px 1fr 24px; }
  .team-media img { width: 100px; height: 100px; }
}


