:root {
  --csc-ink: #24211d;
  --csc-iron: #313a35;
  --csc-burgundy: #8f2f3f;
  --csc-brass: #c99b52;
  --csc-parchment: #f7f1e7;
  --csc-muted: #776b5f;
}

html {
  scroll-behavior: smooth;
}

body {
  color: var(--csc-ink);
  font-family: "Inter", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  padding-top: 72px;
}

h1,
h2,
.brand-mark,
.brand-name {
  font-family: "Cinzel", Georgia, serif;
}

.navbar {
  --bs-navbar-brand-color: var(--csc-ink);
  --bs-navbar-active-color: var(--csc-burgundy);
}

.brand-mark {
  align-items: center;
  background: var(--csc-burgundy);
  border-radius: 0.35rem;
  color: #fff;
  display: inline-flex;
  font-size: 0.9rem;
  height: 2.25rem;
  justify-content: center;
  letter-spacing: 0;
  width: 2.9rem;
}

.brand-name {
  font-size: 0.95rem;
  font-weight: 700;
  letter-spacing: 0;
}

.btn-primary {
  --bs-btn-bg: var(--csc-burgundy);
  --bs-btn-border-color: var(--csc-burgundy);
  --bs-btn-hover-bg: #742634;
  --bs-btn-hover-border-color: #742634;
  --bs-btn-active-bg: #65212d;
  --bs-btn-active-border-color: #65212d;
}

.btn-outline-primary {
  --bs-btn-color: var(--csc-burgundy);
  --bs-btn-border-color: var(--csc-burgundy);
  --bs-btn-hover-bg: var(--csc-burgundy);
  --bs-btn-hover-border-color: var(--csc-burgundy);
}

.text-primary {
  color: var(--csc-burgundy) !important;
}

.bg-light {
  background-color: var(--csc-parchment) !important;
}

.bg-dark {
  background-color: var(--csc-iron) !important;
}

.hero-section {
  background:
    linear-gradient(90deg, rgba(24, 22, 19, 0.82), rgba(36, 33, 29, 0.58), rgba(36, 33, 29, 0.22)),
    url("https://images.pexels.com/photos/27413478/pexels-photo-27413478.jpeg?auto=compress&cs=tinysrgb&w=1800") center/cover;
  color: #fff;
  margin-top: -72px;
  min-height: 100vh;
}

.hero-section .lead {
  color: rgba(255, 255, 255, 0.86);
  max-width: 42rem;
}

.section-kicker {
  color: var(--csc-burgundy);
  font-size: 0.8rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  margin-bottom: 0.75rem;
  text-transform: uppercase;
}

.section-title {
  color: var(--csc-ink);
  font-weight: 700;
  letter-spacing: 0;
}

.section-heading-narrow {
  max-width: 46rem;
}

.quote-panel {
  background: #fff;
  border-left: 4px solid var(--csc-brass);
  border-radius: 0.5rem;
  box-shadow: 0 0.5rem 1.5rem rgba(36, 33, 29, 0.07);
}

.quote-panel i,
.card-icon,
.vision-list i {
  color: var(--csc-brass);
}

.craft-card,
.team-card {
  border: 1px solid rgba(36, 33, 29, 0.1);
  border-radius: 0.5rem;
  box-shadow: 0 0.6rem 1.5rem rgba(36, 33, 29, 0.06);
  transition: transform 180ms ease, box-shadow 180ms ease;
}

.craft-card:hover,
.team-card:hover {
  box-shadow: 0 0.9rem 2rem rgba(36, 33, 29, 0.11);
  transform: translateY(-4px);
}

.card-icon {
  display: inline-block;
  font-size: 2rem;
  margin-bottom: 1rem;
}

.impact-section {
  background: var(--csc-iron);
  color: #fff;
}

.impact-number {
  color: var(--csc-brass);
  display: block;
  font-family: "Cinzel", Georgia, serif;
  font-size: 1.25rem;
  font-weight: 700;
  margin-bottom: 0.75rem;
}

.impact-item p {
  color: rgba(255, 255, 255, 0.68);
  margin-bottom: 0;
}

.vision-list li {
  align-items: flex-start;
  display: flex;
  gap: 0.75rem;
  margin-bottom: 0.85rem;
}

.team-avatar {
  align-items: center;
  background: var(--csc-parchment);
  border: 1px solid rgba(143, 47, 63, 0.18);
  border-radius: 50%;
  color: var(--csc-burgundy);
  display: flex;
  font-family: "Cinzel", Georgia, serif;
  font-size: 1.25rem;
  font-weight: 700;
  height: 5rem;
  justify-content: center;
  margin-bottom: 1rem;
  width: 5rem;
}

.placeholder-card {
  border-style: dashed;
}

.text-accent {
  color: var(--csc-brass) !important;
}

.contact-list p {
  align-items: center;
  display: flex;
  gap: 0.75rem;
  margin-bottom: 0.9rem;
}

.contact-list a {
  color: #fff;
  text-decoration: none;
}

.contact-list a:hover {
  color: var(--csc-brass);
}

.contact-form {
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.14);
}

.contact-form .form-label {
  color: rgba(255, 255, 255, 0.82);
}

.contact-form .form-control {
  background: rgba(255, 255, 255, 0.96);
  border-color: transparent;
}

.whatsapp-button {
  align-items: center;
  background: #25d366;
  border-radius: 50%;
  bottom: 1.25rem;
  box-shadow: 0 0.75rem 1.5rem rgba(0, 0, 0, 0.22);
  color: #fff;
  display: flex;
  font-size: 1.75rem;
  height: 3.75rem;
  justify-content: center;
  position: fixed;
  right: 1.25rem;
  text-decoration: none;
  width: 3.75rem;
  z-index: 1030;
}

.whatsapp-button:hover {
  background: #1fbd5c;
  color: #fff;
}

@media (max-width: 767.98px) {
  body {
    padding-top: 66px;
  }

  .hero-section {
    background:
      linear-gradient(180deg, rgba(24, 22, 19, 0.84), rgba(36, 33, 29, 0.64)),
      url("https://images.pexels.com/photos/27413478/pexels-photo-27413478.jpeg?auto=compress&cs=tinysrgb&w=900") center/cover;
    margin-top: -66px;
  }

  .display-4 {
    font-size: 2.55rem;
  }
}
