/* Shared styles for info pages: submissions, editorial, sources, privacy, contact */

* { margin: 0; padding: 0; box-sizing: border-box; }
body { font-family: 'Inter', -apple-system, sans-serif; color: #1a1a1a; background: #faf8f3; line-height: 1.65; -webkit-font-smoothing: antialiased; }
.serif { font-family: 'Fraunces', serif; }
.arabic { font-family: 'Amiri', serif; }

nav.site {
  position: sticky; top: 0; z-index: 100;
  background: rgba(250,248,243,0.95); backdrop-filter: blur(12px);
  border-bottom: 1px solid rgba(0,0,0,0.06);
  padding: 18px 24px; display: flex; justify-content: space-between; align-items: center; gap: 16px;
}
nav.site .logo { font-size: 22px; font-weight: 800; color: #0f3d2e; letter-spacing: -0.5px; text-decoration: none; }
nav.site .logo span { color: #c9a961; }
nav.site .nav-links { display: flex; gap: 24px; }
nav.site .nav-links a { text-decoration: none; color: #3a3a3a; font-weight: 500; font-size: 14px; }
nav.site .nav-links a.active { color: #0f3d2e; font-weight: 700; border-bottom: 2px solid #c9a961; padding-bottom: 20px; margin-bottom: -20px; }
nav.site .nav-cta { background: #0f3d2e; color: #fff; padding: 9px 18px; border-radius: 999px; text-decoration: none; font-weight: 600; font-size: 13px; white-space: nowrap; }

@media (max-width: 720px) {
  nav.site { padding: 14px 18px; }
  nav.site .nav-links { display: none; }
}

.hero-info {
  background: linear-gradient(160deg, #0a2e22, #0f3d2e 70%);
  color: #fff; padding: 72px 24px 56px; text-align: center; position: relative; overflow: hidden;
}
.hero-info::before {
  content: ''; position: absolute; inset: 0; opacity: 0.12;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 100 100'%3E%3Cpath d='M50 0L93.3 25v50L50 100 6.7 75V25z' fill='none' stroke='%23c9a961' stroke-width='0.3'/%3E%3C/svg%3E");
  background-size: 120px;
}
.hero-info-in { position: relative; max-width: 760px; margin: 0 auto; }
.hero-info .eyebrow { color: #c9a961; font-size: 11px; letter-spacing: 2px; text-transform: uppercase; font-weight: 700; margin-bottom: 14px; }
.hero-info h1 { font-family: 'Fraunces', serif; font-size: clamp(34px, 5vw, 52px); font-weight: 600; letter-spacing: -1px; line-height: 1.08; margin-bottom: 16px; }
.hero-info h1 em { font-style: italic; color: #c9a961; }
.hero-info .lede { font-size: clamp(15px, 1.5vw, 18px); color: rgba(255,255,255,0.78); max-width: 600px; margin: 0 auto; }

main.info {
  max-width: 760px; margin: 0 auto; padding: 56px 24px 80px;
}
main.info section { margin-bottom: 44px; }
main.info section:last-child { margin-bottom: 0; }
main.info h2 {
  font-family: 'Fraunces', serif; font-size: clamp(22px, 3vw, 28px);
  font-weight: 600; color: #0f3d2e; letter-spacing: -0.5px; line-height: 1.2;
  margin-bottom: 16px; padding-top: 8px;
  border-top: 1px solid #eee6d1;
  padding-top: 32px;
}
main.info section:first-child h2 { border-top: 0; padding-top: 0; }
main.info h2 em { font-style: italic; color: #c9a961; }
main.info h3 {
  font-family: 'Fraunces', serif; font-size: 17px; font-weight: 600;
  color: #0f3d2e; margin: 22px 0 8px; letter-spacing: -0.2px;
}
main.info p {
  font-size: 16px; color: #3a3a3a; margin-bottom: 14px;
}
main.info p:last-child { margin-bottom: 0; }
main.info ul, main.info ol { padding-left: 22px; margin-bottom: 14px; color: #3a3a3a; }
main.info li { margin-bottom: 6px; padding-left: 4px; }
main.info ul li::marker { color: #c9a961; }
main.info ol li::marker { color: #c9a961; font-weight: 700; }

main.info a { color: #0f3d2e; border-bottom: 1px solid rgba(201,169,97,0.5); text-decoration: none; }
main.info a:hover { border-bottom-color: #c9a961; }

main.info .callout {
  background: #fff; border: 1px solid #eee6d1; border-left: 3px solid #c9a961;
  border-radius: 10px; padding: 18px 22px; margin: 18px 0;
  font-size: 15px; color: #4a3520;
}
main.info .callout strong { color: #0f3d2e; }

main.info .meta {
  background: rgba(201,169,97,0.08); border: 1px solid rgba(201,169,97,0.22);
  border-radius: 10px; padding: 16px 20px; margin: 20px 0;
  font-size: 13px; color: #5a4720;
}
main.info .meta strong { color: #0f3d2e; }

main.info .arabic-quote {
  font-family: 'Amiri', serif; font-size: 22px; color: #0f3d2e;
  text-align: right; padding: 12px 0; margin: 16px 0 4px;
  border-bottom: 1px dashed #e8ddbd;
}
main.info .arabic-quote-en { font-style: italic; color: #5a4720; font-size: 14px; margin-bottom: 16px; }

main.info table {
  width: 100%; border-collapse: collapse; margin: 16px 0; font-size: 14px;
  background: #fff; border: 1px solid #eee6d1; border-radius: 10px; overflow: hidden;
}
main.info th, main.info td { padding: 12px 14px; text-align: left; border-bottom: 1px solid #eee6d1; }
main.info tr:last-child td { border-bottom: 0; }
main.info th { background: rgba(201,169,97,0.08); color: #0f3d2e; font-weight: 700; font-size: 12px; letter-spacing: 0.5px; text-transform: uppercase; }

footer.site {
  background: #06241b; color: rgba(255,255,255,0.6);
  padding: 40px 24px 24px; font-size: 13px; text-align: center;
}
footer.site .links { margin-bottom: 18px; }
footer.site .links a { color: rgba(255,255,255,0.65); text-decoration: none; margin: 0 12px; font-size: 13px; }
footer.site .links a:hover { color: #c9a961; }
footer.site .copy { color: rgba(255,255,255,0.4); font-size: 12px; }

/* Form (contact page) */
form.contact { background: #fff; border: 1px solid #eee6d1; border-radius: 16px; padding: 28px; margin-top: 16px; }
form.contact label { display: block; font-size: 12px; color: #888; letter-spacing: 1px; text-transform: uppercase; font-weight: 700; margin-bottom: 8px; margin-top: 16px; }
form.contact label:first-of-type { margin-top: 0; }
form.contact input, form.contact textarea {
  width: 100%; padding: 12px 14px; font-size: 15px; font-family: inherit; color: #1a1a1a;
  background: #faf8f3; border: 1px solid #eee6d1; border-radius: 8px; outline: none;
  min-height: 48px;
}
form.contact textarea { min-height: 140px; resize: vertical; line-height: 1.5; }
form.contact input:focus, form.contact textarea:focus { border-color: #c9a961; background: #fff; }
form.contact button {
  margin-top: 22px; background: #0f3d2e; color: #fff; border: 0; border-radius: 999px;
  padding: 14px 28px; font-weight: 700; font-size: 14px; cursor: pointer; min-height: 48px;
  font-family: inherit;
}
form.contact button:hover { background: #1a5440; }
form.contact .note { font-size: 12px; color: #888; margin-top: 14px; }
.form-status { margin-top: 16px; padding: 12px 16px; border-radius: 8px; font-size: 14px; display: none; }
.form-status.ok { display: block; background: #e8f4ec; color: #1a4a2e; border-left: 3px solid #2e7d4f; }
.form-status.err { display: block; background: #fdeaea; color: #7a1f1a; border-left: 3px solid #c9352e; }

/* =========================================================================
   Logo lockup (Option F): block-shaded Kaaba + Italiana lowercase wordmark
   ========================================================================= */
nav.site .logo {
  display: inline-flex; align-items: center; gap: 9px;
  text-decoration: none; line-height: 1;
}
nav.site .logo .kaaba-mark {
  width: 22px; height: 24px; flex-shrink: 0;
  background: url('/logo-kaaba.svg?v=202604200300') center/contain no-repeat;
}
nav.site .logo .kaaba-mark::before,
nav.site .logo .kaaba-mark::after { display: none; }
nav.site .logo .word {
  font-family: 'Italiana', 'Marcellus', 'Fraunces', serif;
  font-weight: 400; font-size: 20px;
  color: #0f3d2e;
  letter-spacing: 1.2px; text-transform: lowercase;
}
                                                                                                                                                                                                                                                                                                                                                   