:root {
  --brand-ink: #1f2a2e;
  --brand-ink-soft: #3a4a4f;
  --brand-accent: #c38f2a;
  --brand-accent-dark: #a1731f;
  --brand-mist: #e6f1f2;
  --brand-sand: #f8f2e9;
  --bs-primary: #c38f2a;
  --bs-primary-rgb: 195, 143, 42;
  --bs-dark: #1f2a2e;
  --bs-body-color: #1f2a2e;
}

body {
  font-family: "Source Sans 3", sans-serif;
  background:
    radial-gradient(1200px 500px at 80% -10%, #f2f7f7 0%, transparent 60%),
    radial-gradient(800px 500px at -10% 10%, #f9f2e5 0%, transparent 55%),
    #f7f4ef;
  color: var(--brand-ink);
}

h1, h2, h3, .display-5 {
  font-family: "Playfair Display", serif;
}

a {
  color: #2f5d62;
}

a:hover {
  color: #224447;
}

.skip-link {
  position: absolute;
  left: -999px;
  top: 0;
  background: #fff;
  padding: 0.75rem 1rem;
  border-radius: 999px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
  z-index: 10;
}

.skip-link:focus {
  left: 1rem;
  top: 1rem;
}

.topbar {
  background: #fff;
}

.navbar .nav-link {
  color: var(--brand-ink);
  font-weight: 500;
}

.navbar .nav-link:hover,
.navbar .nav-link.active {
  color: var(--brand-accent-dark);
}

.navbar .nav-link.active {
  font-weight: 600;
}

.brand-mark {
  width: 42px;
  height: 42px;
  border-radius: 50%;
  background: var(--brand-accent);
  color: #fff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-weight: 700;
  font-size: 1rem;
  letter-spacing: 0.05em;
}

.hero-section {
  background: linear-gradient(120deg, #fff6eb 0%, #eef5f5 60%, #ffffff 100%);
  border-bottom: 1px solid rgba(31, 42, 46, 0.08);
}

.page-hero {
  background: linear-gradient(110deg, #fef7ec 0%, #eef6f5 60%, #ffffff 100%);
  border-bottom: 1px solid rgba(31, 42, 46, 0.08);
  padding: 4.5rem 0 3.5rem;
}

.section-kicker {
  text-transform: uppercase;
  letter-spacing: 0.22em;
  font-size: 0.75rem;
  font-weight: 600;
  color: var(--brand-accent-dark);
}

.hero-card,
.card-soft {
  background: #fff;
  border: 1px solid rgba(31, 42, 46, 0.08);
  border-radius: 1.25rem;
  box-shadow: 0 20px 40px rgba(31, 42, 46, 0.08);
}

.stat-box {
  background: #fff;
  border: 1px solid rgba(31, 42, 46, 0.08);
  border-radius: 1rem;
  padding: 1rem 1.25rem;
}

.section {
  padding: 4.5rem 0;
}

.section-muted {
  background: #fff;
}

.card-title {
  font-size: 1.2rem;
}

.step-number {
  width: 46px;
  height: 46px;
  border-radius: 50%;
  background: var(--brand-mist);
  color: var(--brand-ink);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-weight: 600;
  margin-bottom: 1rem;
}

.team-card {
  border-radius: 1rem;
  border: 1px solid rgba(31, 42, 46, 0.08);
  background: #fff;
  padding: 1.5rem;
  height: 100%;
}

.quote {
  border-left: 4px solid var(--brand-accent);
  padding-left: 1rem;
  font-size: 1.05rem;
}

details {
  background: #fff;
  border-radius: 0.85rem;
  border: 1px solid rgba(31, 42, 46, 0.08);
  padding: 1rem 1.25rem;
}

details summary {
  cursor: pointer;
  font-weight: 600;
}

.contact-card {
  background: #fff;
  border-radius: 1.25rem;
  border: 1px solid rgba(31, 42, 46, 0.08);
  padding: 2rem;
}

.info-strip {
  background: rgba(195, 143, 42, 0.1);
  border-radius: 1rem;
  padding: 1.25rem 1.5rem;
}

.footer {
  background: #141d20;
  color: #dfe6e8;
}

.footer a {
  color: #f4d7a3;
  text-decoration: none;
}

.footer a:hover {
  color: #ffffff;
}
