/**
 * Contact page — isolated (#26). Ajman tokens only.
 * Gold #c9a84c · Navy #0b1f33 · Mist #f2f0e8 · Tajawal AR · Inter EN.
 */
body[data-page="contact-us"] .site-main {
  font-family: "Tajawal", system-ui, sans-serif;
  background: #fff;
  color: #1a1a1a;
  max-width: 100%;
  overflow-x: hidden;
}
html[lang="en"] body[data-page="contact-us"] .site-main {
  font-family: "Inter", system-ui, sans-serif;
}

.ct-page {
  background: #fff;
  width: 100%;
  max-width: 100%;
  overflow-x: hidden;
}
.ct-wrap {
  width: min(100% - 40px, 1200px);
  margin-inline: auto;
  padding: 24px 0;
  box-sizing: border-box;
}

.ct-hero {
  position: relative;
  isolation: isolate;
  min-height: 320px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #0b1f33;
  overflow: hidden;
  border-bottom: 3px solid #c9a84c;
}
.ct-hero__bg {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 30%;
  z-index: 0;
}
.ct-hero__overlay {
  position: absolute;
  inset: 0;
  z-index: 1;
  pointer-events: none;
  background:
    linear-gradient(180deg, rgba(11, 31, 51, 0.55) 0%, rgba(11, 31, 51, 0.78) 100%),
    linear-gradient(90deg, rgba(201, 168, 76, 0.38) 0%, rgba(201, 168, 76, 0.12) 55%, rgba(11, 31, 51, 0.35) 100%);
}
.ct-hero__inner {
  position: relative;
  z-index: 2;
  padding: 48px 0 40px;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}
.ct-crumb {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 6px;
  margin: 0 0 16px;
  font-size: 0.82rem;
  color: rgba(255, 255, 255, 0.78);
}
.ct-crumb a {
  color: rgba(255, 255, 255, 0.78);
  text-decoration: none;
}
.ct-crumb a:hover { color: #c9a84c; }
.ct-hero h1 {
  margin: 0;
  color: #fff;
  font-family: "Tajawal", system-ui, sans-serif;
  font-size: clamp(1.4rem, 1.05rem + 1.2vw, 2rem);
  font-weight: 800;
  line-height: 1.45;
  max-width: 20em;
  text-shadow: 0 2px 18px rgba(0, 0, 0, 0.35);
}
html[lang="en"] .ct-hero h1 {
  font-family: "Inter", system-ui, sans-serif;
}
.ct-hero__rule {
  display: block;
  width: 64px;
  height: 3px;
  margin: 14px auto 18px;
  background: #c9a84c;
  border-radius: 2px;
}
.ct-hero__lede {
  margin: 0;
  max-width: 42em;
  color: rgba(255, 255, 255, 0.9);
  font-size: 1.02rem;
  line-height: 1.8;
}

.ct-intro,
.ct-form-sec { background: #fff; }
.ct-info,
.ct-maps { background: #f2f0e8; }

.ct-intro h2,
.ct-info h2,
.ct-form-sec h2,
.ct-maps h2 {
  display: flex;
  align-items: center;
  gap: 10px;
  margin: 0 0 16px;
  color: #c9a84c;
  font-size: 1.28rem;
  font-weight: 800;
  line-height: 1.4;
}
.ct-intro p {
  margin: 0;
  color: #333;
  font-size: 1.05rem;
  line-height: 1.85;
}

.ct-cards {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
  margin: 0;
  padding: 0;
  list-style: none;
}
.ct-cards li {
  background: #fff;
  border: 1px solid #efe6d6;
  border-radius: 14px;
  padding: 20px 18px;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.05);
}
.ct-cards__hours { grid-column: 1 / -1; }
.ct-cards__ico {
  display: block;
  margin-bottom: 8px;
  font-size: 1.15rem;
}
.ct-cards strong {
  display: block;
  margin-bottom: 6px;
  color: #0b1f33;
  font-size: 0.98rem;
}
.ct-cards p {
  margin: 0;
  color: #4b5563;
  font-size: 0.98rem;
  line-height: 1.7;
}
.ct-cards a {
  color: #c9a84c;
  font-weight: 700;
  text-decoration: none;
}
.ct-cards a:hover { color: #b8953f; }

.ct-alert {
  margin: 0 0 16px;
  padding: 12px 14px;
  border-radius: 10px;
  font-weight: 700;
  line-height: 1.6;
}
.ct-alert--ok {
  background: #f4faf4;
  color: #166534;
  border: 1px solid #bbf7d0;
}
.ct-alert--err {
  background: #fef2f2;
  color: #991b1b;
  border: 1px solid #fecaca;
}

.ct-form {
  position: relative;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
  padding: 24px;
  background: #fff;
  border: 1px solid #efe6d6;
  border-radius: 14px;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.05);
}
.ct-form label {
  display: flex;
  flex-direction: column;
  gap: 8px;
  color: #0b1f33;
  font-size: 0.92rem;
  font-weight: 700;
}
.ct-form__full { grid-column: 1 / -1; }
.ct-form input,
.ct-form select,
.ct-form textarea {
  width: 100%;
  box-sizing: border-box;
  padding: 11px 12px;
  border: 1px solid #e5d9c4;
  border-radius: 8px;
  background: #fbf8f2;
  color: #1a1a1a;
  font-family: inherit;
  font-size: 1rem;
  font-weight: 400;
}
.ct-form textarea { resize: vertical; min-height: 140px; }
.ct-form input:focus,
.ct-form select:focus,
.ct-form textarea:focus {
  outline: 2px solid #c9a84c;
  outline-offset: 1px;
  background: #fff;
}
.ct-hp {
  position: absolute;
  inset-inline-start: 0;
  top: 0;
  width: 1px;
  height: 1px;
  margin: 0;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  clip-path: inset(50%);
  border: 0;
  opacity: 0;
  pointer-events: none;
}

.ct-btn {
  grid-column: 1 / -1;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 12px 22px;
  border: 0;
  border-radius: 8px;
  background: #c9a84c;
  color: #0b1f33;
  font-family: inherit;
  font-size: 1.02rem;
  font-weight: 800;
  cursor: pointer;
  transition: box-shadow 0.2s ease, background 0.2s ease, transform 0.15s ease;
}
.ct-btn:hover {
  background: #d4b65e;
  box-shadow: 0 6px 14px rgba(201, 168, 76, 0.35);
}
.ct-btn:active { transform: translateY(1px); }

.ct-maps__grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
}
.ct-map {
  margin: 0;
  background: #fff;
  border-radius: 14px;
  overflow: hidden;
  border: 1px solid #efe6d6;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.05);
}
.ct-map figcaption {
  padding: 12px 14px 0;
  color: #0b1f33;
  font-size: 0.95rem;
  font-weight: 800;
}
.ct-map iframe {
  display: block;
  width: 100%;
  height: 280px;
  margin-top: 10px;
  border: 0;
}

@media (min-width: 721px) {
  .ct-intro {
    padding-top: 40px;
  }
  .ct-maps {
    padding-bottom: 50px;
  }
}

@media (max-width: 720px) {
  .ct-wrap {
    width: 100%;
    padding: 16px;
  }
  .ct-hero { min-height: 260px; }
  .ct-hero .ct-wrap,
  .ct-hero__inner {
    width: 100%;
    max-width: 100%;
    padding: 28px 16px 24px;
    box-sizing: border-box;
  }
  .ct-hero h1,
  .ct-hero__lede { max-width: 100%; }
  .ct-hero h1 { font-size: 1.32rem; }
  .ct-intro .ct-wrap {
    padding-top: 36px;
  }
  .ct-maps {
    padding-bottom: 30px;
  }
  .ct-cards,
  .ct-maps__grid,
  .ct-form {
    grid-template-columns: 1fr;
  }
  .ct-cards__hours { grid-column: auto; }
  .ct-btn { width: 100%; }
}
