body:has(.founder-page-wrapper),
body.page-founder-light {
  background-color: #faf8f5;
  color: #232127;
}

.founder-page-wrapper {
  padding-top: var(--header-height-resting);
  min-height: 100vh;
  background: radial-gradient(circle at 85% 15%, rgba(107, 14, 24, 0.04) 0%, transparent 60%),
              radial-gradient(circle at 12% 50%, rgba(203, 168, 113, 0.08) 0%, transparent 55%),
              #faf8f5;
  color: #232127;
  position: relative;
  overflow: hidden;
}

.founder-page-wrapper::before {
  content: '';
  position: absolute;
  top: 10%;
  left: 50%;
  transform: translateX(-50%);
  width: 980px;
  height: 540px;
  background: radial-gradient(circle, rgba(203, 168, 113, 0.12) 0%, transparent 70%);
  pointer-events: none;
  filter: blur(100px);
}

.founder-hero {
  padding: 60px 0 35px;
  border-bottom: 1px solid rgba(203, 168, 113, 0.28);
  background: linear-gradient(180deg, rgba(85, 10, 18, 0.05) 0%, rgba(250, 248, 245, 0.8) 100%);
  position: relative;
}

.founder-hero-container {
  max-width: 1400px;
  margin: 0 auto;
  padding: 0 32px;
}

.breadcrumb-nav {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 14px;
  color: #726e79;
  margin-bottom: 18px;
}

.breadcrumb-nav a {
  color: #550a12;
  text-decoration: none;
  font-weight: 500;
  transition: color 0.25s ease;
}

.breadcrumb-nav a:hover {
  color: #9e7534;
}

.breadcrumb-separator {
  color: #cba871;
  font-weight: 600;
  opacity: 0.8;
}

.founder-hero-badge {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 6px 18px;
  border-radius: 30px;
  background: rgba(107, 14, 24, 0.06);
  border: 1px solid rgba(203, 168, 113, 0.45);
  color: #550a12;
  font-size: 13.5px;
  font-weight: 700;
  margin-bottom: 18px;
  backdrop-filter: blur(10px);
  box-shadow: 0 2px 10px rgba(85, 10, 18, 0.04);
}

.founder-hero-badge span.pulse-dot {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background-color: #cba871;
  box-shadow: 0 0 10px rgba(203, 168, 113, 0.8);
  animation: pulse-glow 2s infinite;
}

@keyframes pulse-glow {
  0%, 100% { opacity: 1; transform: scale(1); }
  50% { opacity: 0.4; transform: scale(0.85); }
}

.founder-main-title {
  font-size: clamp(2.2rem, 4.8vw, 3.5rem);
  font-weight: 800;
  color: #1a0407;
  line-height: 1.25;
  margin-bottom: 12px;
  letter-spacing: -0.5px;
}

.founder-main-title span.highlight {
  background: linear-gradient(135deg, #550a12 0%, #871321 35%, #b68b48 80%, #9e7534 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.founder-subtitle {
  font-size: clamp(1rem, 2vw, 1.25rem);
  color: #54505c;
  font-weight: 500;
  max-width: 900px;
  line-height: 1.65;
}

.founder-main-section {
  max-width: 1400px;
  margin: 50px auto 60px;
  padding: 0 32px;
}

.founder-grid {
  display: grid;
  grid-template-columns: 420px 1fr;
  gap: 48px;
  align-items: start;
}

.founder-photo-col {
  display: flex;
  flex-direction: column;
  align-items: center;
  position: sticky;
  top: 100px;
}

.founder-frame-wrapper {
  width: 100%;
  max-width: 380px;
  position: relative;
  border-radius: 26px;
  padding: 10px;
  background: linear-gradient(135deg, rgba(203, 168, 113, 0.35) 0%, rgba(85, 10, 18, 0.08) 50%, rgba(203, 168, 113, 0.25) 100%);
  border: 1.5px solid rgba(203, 168, 113, 0.45);
  box-shadow: 0 20px 50px rgba(85, 10, 18, 0.12), 0 4px 16px rgba(0, 0, 0, 0.04);
  transition: all 0.4s ease;
}

.founder-frame-wrapper:hover {
  border-color: #cba871;
  box-shadow: 0 25px 60px rgba(85, 10, 18, 0.18), 0 6px 22px rgba(203, 168, 113, 0.25);
  transform: translateY(-4px);
}

.founder-img-holder {
  width: 100%;
  border-radius: 20px;
  overflow: hidden;
  background: #fbf9f6;
  aspect-ratio: 4 / 5;
  display: flex;
  align-items: center;
  justify-content: center;
}

.founder-portrait-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.founder-meta-underneath {
  width: 100%;
  max-width: 380px;
  margin-top: 24px;
  background: linear-gradient(135deg, #ffffff 0%, #fdfbf7 100%);
  border: 1.5px solid rgba(203, 168, 113, 0.35);
  border-radius: 20px;
  padding: 24px 22px;
  text-align: center;
  backdrop-filter: blur(16px);
  box-shadow: 0 12px 35px rgba(85, 10, 18, 0.06), 0 2px 8px rgba(0, 0, 0, 0.02);
  transition: border-color 0.35s ease;
}

.founder-meta-underneath:hover {
  border-color: #cba871;
}

.founder-official-name {
  font-size: 1.65rem;
  font-weight: 800;
  color: #1a0407;
  margin-bottom: 6px;
  background: linear-gradient(135deg, #1a0407 0%, #550a12 50%, #b68b48 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.founder-official-role {
  font-size: 1.05rem;
  font-weight: 700;
  color: #7b5924;
  margin-bottom: 10px;
  display: block;
}

.founder-company-tag {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 6px 16px;
  border-radius: 30px;
  background: rgba(107, 14, 24, 0.06);
  border: 1px solid rgba(203, 168, 113, 0.35);
  font-size: 0.88rem;
  color: #550a12;
  font-weight: 700;
}

.founder-experience-badge {
  margin-top: 14px;
  padding-top: 14px;
  border-top: 1px solid rgba(203, 168, 113, 0.22);
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  font-size: 0.86rem;
  color: #635f6c;
}

.founder-experience-badge strong {
  color: #550a12;
  font-family: 'Outfit', sans-serif;
  font-size: 0.95rem;
  font-weight: 800;
}

.founder-speech-col {
  position: relative;
}

.founder-speech-card {
  position: relative;
  background: linear-gradient(135deg, #ffffff 0%, #fdfbf7 55%, #f9f5ed 100%);
  backdrop-filter: blur(26px);
  -webkit-backdrop-filter: blur(26px);
  border: 1.5px solid rgba(203, 168, 113, 0.4);
  border-radius: 26px;
  padding: 48px 52px;
  box-shadow: 0 20px 55px rgba(85, 10, 18, 0.07), 0 4px 16px rgba(0, 0, 0, 0.02);
  overflow: hidden;
}

.founder-speech-card::after {
  content: '”';
  position: absolute;
  top: 10px;
  left: 35px;
  font-size: 190px;
  font-family: serif;
  color: rgba(203, 168, 113, 0.08);
  line-height: 1;
  pointer-events: none;
}

html[dir="ltr"] .founder-speech-card::after {
  left: auto;
  right: 35px;
}

.speech-quote-header {
  width: 52px;
  height: 52px;
  border-radius: 14px;
  background: linear-gradient(135deg, #550a12 0%, #7d121e 100%);
  border: 1px solid rgba(203, 168, 113, 0.45);
  display: flex;
  align-items: center;
  justify-content: center;
  color: #f7e7c8;
  margin-bottom: 28px;
  box-shadow: 0 4px 15px rgba(85, 10, 18, 0.2);
}

.speech-welcome-line {
  font-size: clamp(1.35rem, 2.2vw, 1.75rem);
  font-weight: 800;
  color: #1a0407;
  margin-bottom: 24px;
  line-height: 1.4;
  background: linear-gradient(135deg, #1a0407 0%, #550a12 45%, #b68b48 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.speech-paragraph {
  font-size: clamp(1.05rem, 1.4vw, 1.18rem);
  line-height: 2;
  color: #38343e;
  margin-bottom: 24px;
  font-weight: 400;
  letter-spacing: 0.2px;
}

.speech-highlight-quote {
  margin: 32px 0;
  padding: 24px 30px;
  background: rgba(203, 168, 113, 0.1);
  border-right: 4px solid #b89255;
  border-radius: 16px;
  backdrop-filter: blur(12px);
  position: relative;
}

html[dir="ltr"] .speech-highlight-quote {
  border-right: none;
  border-left: 4px solid #b89255;
}

.speech-highlight-quote p {
  font-size: clamp(1.1rem, 1.6vw, 1.25rem);
  font-weight: 600;
  line-height: 1.85;
  color: #1a0407;
  margin: 0;
}

.speech-highlight-quote p strong {
  color: #550a12;
  font-weight: 800;
}

.speech-closing-line {
  font-size: 1.25rem;
  font-weight: 800;
  color: #550a12;
  margin: 32px 0 36px;
}

.speech-signature-block {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 20px;
  padding-top: 28px;
  border-top: 1px solid rgba(203, 168, 113, 0.25);
}

.signature-details h4 {
  font-size: 1.35rem;
  font-weight: 800;
  color: #1a0407;
  margin-bottom: 4px;
}

.signature-details span {
  font-size: 0.95rem;
  color: #7b5924;
  font-weight: 700;
  display: block;
}

.signature-details span.signature-company {
  color: #635f6c;
  font-size: 0.88rem;
  font-weight: 500;
}

.signature-seal {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 10px 20px;
  border-radius: 30px;
  background: rgba(107, 14, 24, 0.06);
  border: 1.5px solid rgba(203, 168, 113, 0.45);
  font-size: 0.88rem;
  color: #550a12;
  font-weight: 700;
}

.signature-seal svg {
  color: #cba871;
}

.founder-bottom-nav {
  max-width: 1400px;
  margin: 10px auto 70px;
  padding: 0 32px;
  text-align: center;
}

.founder-bottom-nav-inner {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 16px;
}

.btn-founder-nav-secondary {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 12px 28px;
  background: #ffffff;
  color: #550a12;
  text-decoration: none;
  border-radius: 30px;
  font-weight: 700;
  font-size: 0.95rem;
  border: 1.5px solid rgba(203, 168, 113, 0.4);
  box-shadow: 0 4px 15px rgba(85, 10, 18, 0.04);
  transition: all 0.3s ease;
}

.btn-founder-nav-secondary:hover {
  background: rgba(107, 14, 24, 0.05);
  border-color: #550a12;
  transform: translateY(-2px);
  box-shadow: 0 6px 20px rgba(85, 10, 18, 0.08);
}

.btn-founder-nav-primary {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 12px 28px;
  background: linear-gradient(135deg, #550a12 0%, #7d121e 100%);
  color: #ffffff;
  text-decoration: none;
  border-radius: 30px;
  font-weight: 700;
  font-size: 0.95rem;
  border: 1.5px solid #cba871;
  box-shadow: 0 6px 20px rgba(85, 10, 18, 0.22);
  transition: all 0.3s ease;
}

.btn-founder-nav-primary:hover {
  background: linear-gradient(135deg, #700f1a 0%, #9a1727 100%);
  border-color: #dfbf88;
  transform: translateY(-2px);
  box-shadow: 0 8px 25px rgba(85, 10, 18, 0.3);
}

@media (max-width: 1024px) {
  .founder-main-section {
    padding: 0 24px;
    margin: 30px auto 50px;
  }

  .founder-grid,
  html[dir="rtl"] .founder-grid,
  html[dir="ltr"] .founder-grid {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
    gap: 36px;
  }

  .founder-photo-col {
    position: static;
    width: 100%;
    max-width: 420px;
    margin: 0 auto;
    align-items: center;
  }

  .founder-speech-col {
    width: 100%;
    max-width: 100%;
    min-width: 0;
  }

  .founder-speech-card {
    padding: 36px 30px;
  }
}

@media (max-width: 768px) {
  .founder-main-section {
    padding: 0 16px;
    margin: 20px auto 40px;
  }

  .founder-grid,
  html[dir="rtl"] .founder-grid,
  html[dir="ltr"] .founder-grid {
    display: flex;
    flex-direction: column;
    align-items: stretch;
    width: 100%;
    gap: 28px;
  }

  .founder-photo-col {
    position: static;
    width: 100%;
    max-width: 100%;
  }

  .founder-frame-wrapper {
    max-width: 290px;
    margin: 0 auto;
  }

  .founder-meta-underneath {
    max-width: 320px;
    margin: 18px auto 0;
    padding: 20px 16px;
  }

  .founder-speech-col {
    width: 100%;
    max-width: 100%;
  }

  .founder-speech-card {
    padding: 24px 18px;
    border-radius: 20px;
  }

  .founder-speech-card::after {
    display: none;
  }

  .speech-welcome-line {
    font-size: 1.3rem;
    margin-bottom: 18px;
  }

  .speech-paragraph {
    font-size: 1rem;
    line-height: 1.85;
    margin-bottom: 18px;
  }

  .speech-highlight-quote {
    padding: 18px 16px;
    margin: 22px 0;
  }

  .speech-highlight-quote p {
    font-size: 1.05rem;
    line-height: 1.75;
  }

  .speech-signature-block {
    flex-direction: column;
    align-items: stretch;
    gap: 16px;
  }

  .signature-seal {
    justify-content: center;
  }
}
