p {
  font-family: InriaSans-Regular, sans-serif;
}

p {
  text-align: center;
}

h1 {
  font-family: Adoretta-Holland-Serif, sans-serif;
}

body {
  background: #faf7f2;
  color: #1b130e;
}

header {
  background: transparent;
}

header .nav-link,
header a {
  color: #fdfbf7;
}

.ithara-hero {
  position: relative;
  padding: 9rem 0 6rem 0;
  background: linear-gradient(
      180deg,
      rgba(16, 12, 10, 0.7) 0%,
      rgba(22, 16, 12, 0.6) 50%,
      rgba(27, 19, 14, 0.4) 100%
    ),
    url("../assets/images/six-week-rhythm.webp") center/cover no-repeat;
}

.ithara-hero::after {
  content: "";
  position: absolute;
  inset: 0;
  background: radial-gradient(circle at 20% 20%, rgba(185, 146, 115, 0.3) 0, transparent 40%),
    radial-gradient(circle at 80% 80%, rgba(185, 146, 115, 0.25) 0, transparent 45%);
  pointer-events: none;
}

.ithara-hero .container {
  position: relative;
  z-index: 1;
}

.ithara-hero h1,
.ithara-hero p {
  color: #fdfbf7;
}

.engine-card {
  background: linear-gradient(135deg, rgba(185, 146, 115, 0.1), rgba(185, 146, 115, 0.05));
  border: 1px solid rgba(185, 146, 115, 0.3);
  border-radius: 16px;
  padding: 2.5rem;
  transition: all 0.3s ease;
}

.engine-card:hover {
  transform: translateY(-4px);
  border-color: rgba(185, 146, 115, 0.6);
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.3);
}

.engine-icon {
  font-size: 3rem;
  margin-bottom: 1rem;
}

.engine-title {
  font-size: 1.75rem;
  font-family: InriaSans-Bold, sans-serif;
  color: #f7f2ea;
  margin-bottom: 1rem;
}

.engine-description {
  font-size: 1.125rem;
  color: #e8e1d6;
  line-height: 1.6;
}

@media (max-width: 768px) {
  .ithara-hero {
    padding-top: 8rem;
    padding-bottom: 5rem;
  }

  .engine-card {
    padding: 2rem;
  }

  .engine-icon {
    font-size: 2.5rem;
  }

  .engine-title {
    font-size: 1.5rem;
  }
}
