.visually-hidden {
  position: absolute !important;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.hero-media {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 0;
}

.hero-title {
  font-size: 4.4rem;
  margin-bottom: 3rem;
  font-weight: 900;
  font-family: "Noto Kufi Arabic", Poppins, sans-serif;
}

.page-shell {
  padding-top: 0;
}

.page-hero {
  padding: 14rem 0 5rem;
  background: linear-gradient(180deg, #f7f1ea 0%, #fff 100%);
}

.page-hero--compact {
  min-height: 45vh;
  display: flex;
  align-items: center;
}

.page-hero h1 {
  font-family: "Noto Kufi Arabic", Poppins, sans-serif;
  font-size: 3.8rem;
  margin-bottom: 2rem;
  color: #2D2F40;
}

.section-lead {
  max-width: 78rem;
  margin: 0 0 2rem;
  font-size: 1.8rem;
  line-height: 1.9;
  color: #424242;
}

.page-section {
  padding: 5rem 0;
}

.breadcrumbs {
  margin-bottom: 1.6rem;
}

.breadcrumbs ol {
  display: flex;
  flex-wrap: wrap;
  gap: 0.8rem;
  list-style: none;
  padding: 0;
  margin: 0;
  font-size: 1.4rem;
  color: #616161;
}

.breadcrumbs li::after {
  content: "/";
  margin-right: 0.8rem;
  color: #9e9e9e;
}

.breadcrumbs li:last-child::after {
  content: "";
  margin: 0;
}

.breadcrumbs a {
  color: #2D2F40;
  text-decoration: none;
}

.cta-row {
  display: flex;
  flex-wrap: wrap;
  gap: 1.2rem;
  align-items: center;
}

.button-secondary {
  background-color: transparent;
  color: #2D2F40;
  border: 1px solid #2D2F40;
}

.button-secondary:hover {
  background-color: #2D2F40;
  color: #fff;
}

.info-grid,
.project-grid,
.quote-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(24rem, 1fr));
  gap: 2.4rem;
}

.info-card,
.project-card,
.contact-card {
  background: #fff;
  border-radius: 1.2rem;
  box-shadow: 0 1.2rem 3rem rgba(0, 0, 0, 0.08);
  padding: 2.4rem;
}

.info-card h2,
.project-card h2,
.contact-card h2 {
  margin-bottom: 1.2rem;
  font-size: 2rem;
  color: #2D2F40;
}

.info-card p,
.project-card p,
.contact-card p {
  font-size: 1.6rem;
  line-height: 1.8;
  color: #424242;
}

.info-card a,
.project-card a,
.contact-card a {
  display: inline-block;
  margin-top: 1.2rem;
  color: #C8173C;
  text-decoration: none;
  font-weight: 600;
}

.project-card {
  overflow: hidden;
  padding: 0;
}

.project-card img {
  width: 100%;
  height: 24rem;
  object-fit: cover;
  display: block;
}

.project-card-content {
  padding: 2rem;
}

.project-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 0.8rem;
  margin-top: 1rem;
}

.project-meta span {
  display: inline-flex;
  align-items: center;
  padding: 0.4rem 1rem;
  border-radius: 999px;
  background: #f5f5f5;
  font-size: 1.3rem;
  color: #2D2F40;
}

.feature-list,
.spec-list,
.contact-list {
  list-style: none;
  padding: 0;
  margin: 1.6rem 0 0;
}

.feature-list li,
.spec-list li,
.contact-list li {
  position: relative;
  padding-right: 2rem;
  margin-bottom: 1rem;
  font-size: 1.6rem;
  line-height: 1.8;
}

.feature-list li::before,
.spec-list li::before,
.contact-list li::before {
  content: "";
  position: absolute;
  top: 1rem;
  right: 0;
  width: 0.8rem;
  height: 0.8rem;
  border-radius: 50%;
  background: #C8173C;
}

.contact-shortcuts {
  display: flex;
  flex-wrap: wrap;
  gap: 1.2rem;
  margin-top: 2rem;
}

.contact-shortcuts a {
  display: inline-flex;
  align-items: center;
  gap: 0.8rem;
  background: #2D2F40;
  color: #fff;
  text-decoration: none;
  padding: 1rem 1.4rem;
  border-radius: 999px;
  font-size: 1.4rem;
}

.quote-note {
  background: #fff6f3;
  border-inline-start: 4px solid #C8173C;
  padding: 1.6rem;
  border-radius: 0.8rem;
  margin-top: 2rem;
  font-size: 1.5rem;
  line-height: 1.8;
}

@media screen and (max-width: 768px) {
  .hero-title,
  .page-hero h1 {
    font-size: 2.8rem;
  }

  .section-lead {
    font-size: 1.6rem;
  }

  .cta-row {
    flex-direction: column;
    align-items: stretch;
  }

  .cta-row .btn,
  .cta-row .button-secondary {
    text-align: center;
  }
}
