/*
Theme Name: Ihtida Official
Theme URI: https://ihtida.nl/
Author: Ihtida
Description: Maatwerk WordPress-thema voor Ihtida Bekeerlingencommissie – Ulu Moskee Utrecht. Levendig, persoonlijk, officieel en geschikt voor Forminator en Mollie Forms.
Version: 3.0.1
Requires at least: 6.6
Requires PHP: 8.1
Text Domain: ihtida-official
*/

:root {
  --ihtida-orange: #ff8a00;
  --ihtida-orange-dark: #994900;
  --ihtida-orange-soft: #fff2df;
  --ihtida-ink: #303135;
  --ihtida-ink-2: #17181b;
  --ihtida-text: #45474d;
  --ihtida-muted: #62656b;
  --ihtida-line: #e6e0d7;
  --ihtida-sand: #f6f1e8;
  --ihtida-paper: #fffdf9;
  --ihtida-white: #fff;
  --ihtida-success: #1d6a48;
  --ihtida-radius: 16px;
  --ihtida-radius-sm: 10px;
  --ihtida-shadow: 0 18px 50px rgba(28, 29, 33, .08);
  --ihtida-max: 1180px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  background: var(--ihtida-paper);
  color: var(--ihtida-text);
  font-family: Inter, ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
  font-size: 16px;
  line-height: 1.65;
  -webkit-font-smoothing: antialiased;
}
img { max-width: 100%; height: auto; }
a { color: inherit; text-decoration-thickness: 1px; text-underline-offset: 3px; }
a:hover { color: var(--ihtida-orange-dark); }
button, input, textarea, select { font: inherit; }
button, .button, .wp-element-button { cursor: pointer; }

.screen-reader-text {
  position: absolute !important; width: 1px; height: 1px; padding: 0; margin: -1px;
  overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; border: 0;
}
.screen-reader-text:focus {
  width: auto; height: auto; clip: auto; margin: 0; padding: 10px 14px;
  top: 8px; left: 8px; z-index: 9999; background: #fff; color: #111;
}

.ihtida-shell { width: min(calc(100% - 40px), var(--ihtida-max)); margin-inline: auto; }
.ihtida-section { padding: 66px 0; }
.ihtida-section--soft { background: var(--ihtida-sand); }
.ihtida-section--dark { background: var(--ihtida-ink-2); color: #fff; }
.ihtida-title {
  margin: 0; color: var(--ihtida-ink); font-size: clamp(34px, 3.8vw, 44px);
  line-height: 1.08; font-weight: 780; letter-spacing: -.035em;
}
.ihtida-title--section { font-size: clamp(25px, 2.7vw, 31px); letter-spacing: -.022em; }
.ihtida-lead { margin: 15px 0 0; max-width: 760px; color: #595c63; font-size: 18px; }
.ihtida-prose { max-width: 820px; }
.ihtida-prose h2 { margin: 42px 0 12px; color: var(--ihtida-ink); font-size: 27px; line-height: 1.25; }
.ihtida-prose h3 { margin: 30px 0 8px; color: var(--ihtida-ink); font-size: 20px; }
.ihtida-prose p, .ihtida-prose ul, .ihtida-prose ol { margin: 0 0 18px; }
.ihtida-prose li + li { margin-top: 7px; }
.ihtida-prose a { color: var(--ihtida-orange-dark); font-weight: 650; }
.ihtida-prose table { width: 100%; border-collapse: collapse; margin: 24px 0; font-size: 15px; }
.ihtida-prose th, .ihtida-prose td { border: 1px solid var(--ihtida-line); padding: 12px; vertical-align: top; text-align: left; }
.ihtida-prose th { background: var(--ihtida-sand); color: var(--ihtida-ink); }

/* Header */
.ihtida-utility { background: var(--ihtida-ink-2); color: #d8d9dc; font-size: 13px; }
.ihtida-utility__inner { min-height: 34px; display: flex; align-items: center; justify-content: space-between; gap: 20px; }
.ihtida-utility a { color: #fff; text-decoration: none; }
.ihtida-utility__right { display: flex; gap: 18px; }
.ihtida-header {
  position: sticky; top: 0; z-index: 100; background: rgba(255,253,249,.96);
  border-bottom: 1px solid var(--ihtida-line); backdrop-filter: blur(12px);
}
.admin-bar .ihtida-header { top: 32px; }
.ihtida-header__inner { min-height: 76px; display: flex; align-items: center; gap: 28px; }
.ihtida-brand { display: flex; align-items: center; flex: 0 0 auto; }
.ihtida-brand img { width: 158px; height: auto; display: block; }
.ihtida-nav { margin-left: auto; }
.ihtida-nav ul { list-style: none; display: flex; gap: 3px; align-items: center; margin: 0; padding: 0; }
.ihtida-nav a { display: block; padding: 10px 10px; color: var(--ihtida-ink); text-decoration: none; font-size: 14px; font-weight: 700; border-radius: 8px; }
.ihtida-nav a:hover, .ihtida-nav .current-menu-item > a { background: var(--ihtida-orange-soft); color: #944700; }
.ihtida-header__cta { margin-left: 3px; }
.ihtida-menu-toggle { display: none; margin-left: auto; border: 1px solid var(--ihtida-line); border-radius: 10px; background: #fff; color: var(--ihtida-ink); padding: 9px 12px; font-weight: 750; }

.button, .wp-element-button {
  display: inline-flex; align-items: center; justify-content: center; gap: 8px;
  min-height: 44px; padding: 10px 16px; border: 1px solid var(--ihtida-orange);
  border-radius: 10px; background: var(--ihtida-orange); color: #21170d !important;
  text-decoration: none; font-size: 14px; font-weight: 800; line-height: 1.2;
  transition: transform .15s ease, box-shadow .15s ease, background .15s ease;
}
.button:hover, .wp-element-button:hover { transform: translateY(-1px); background: #ff9b28; box-shadow: 0 8px 18px rgba(255,138,0,.2); }
.button--secondary { background: #fff; border-color: var(--ihtida-line); color: var(--ihtida-ink) !important; }
.button--dark { background: var(--ihtida-ink); border-color: var(--ihtida-ink); color: #fff !important; }
.button--ghost { background: transparent; border-color: rgba(255,255,255,.25); color: #fff !important; }

/* Homepage hero */
.ihtida-hero {
  position: relative; overflow: hidden; padding: 58px 0 48px; border-bottom: 1px solid var(--ihtida-line);
  background:
    radial-gradient(circle at 91% 10%, rgba(255,138,0,.17), transparent 28%),
    linear-gradient(180deg, #fffdf9 0%, #fbf7f0 100%);
}
.ihtida-hero::after {
  content: ""; position: absolute; right: -120px; top: 28px; width: 360px; height: 360px; opacity: .24;
  background-image: linear-gradient(30deg, transparent 44%, rgba(255,138,0,.32) 45% 47%, transparent 48%),
                    linear-gradient(150deg, transparent 44%, rgba(48,49,53,.13) 45% 47%, transparent 48%);
  background-size: 38px 38px; transform: rotate(8deg); pointer-events: none;
}
.ihtida-hero__grid { position: relative; z-index: 1; display: grid; grid-template-columns: minmax(0,1.2fr) minmax(350px,.8fr); gap: 56px; align-items: center; }
.ihtida-hero__lead { max-width: 720px; margin: 18px 0 0; font-size: 18px; color: #55585e; }
.ihtida-hero__actions { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 27px; }
.ihtida-hero__meta { margin-top: 27px; display: flex; flex-wrap: wrap; gap: 9px; }
.ihtida-hero__meta span { display: inline-flex; align-items: center; min-height: 30px; padding: 5px 10px; border: 1px solid #e7d8c5; border-radius: 999px; background: rgba(255,255,255,.68); color: #65676e; font-size: 12px; font-weight: 750; }

/* Prayer times */
.ihtida-prayer-card { background: #fff; border: 1px solid #e8ded1; border-radius: 18px; box-shadow: var(--ihtida-shadow); overflow: hidden; }
.ihtida-prayer-card__head { display: flex; align-items: flex-start; justify-content: space-between; gap: 18px; padding: 20px 22px 15px; background: var(--ihtida-ink); color: #fff; }
.ihtida-prayer-card__head h2 { color: #fff; margin: 0; font-size: 19px; line-height: 1.25; }
.ihtida-prayer-card__head p { margin: 4px 0 0; color: #bfc1c6; font-size: 13px; }
.ihtida-live-dot { width: 9px; height: 9px; border-radius: 50%; background: var(--ihtida-orange); margin-top: 7px; box-shadow: 0 0 0 5px rgba(255,138,0,.14); }
.ihtida-prayer-list { padding: 7px 14px 4px; }
.ihtida-prayer-row { display: grid; grid-template-columns: 1fr auto; gap: 16px; align-items: center; padding: 10px 8px; border-bottom: 1px solid #eee8df; border-radius: 9px; }
.ihtida-prayer-row:last-child { border-bottom: 0; }
.ihtida-prayer-row.is-next { background: #fff3e3; border-bottom-color: transparent; }
.ihtida-prayer-name strong { display: block; color: var(--ihtida-ink); font-size: 13px; }
.ihtida-prayer-name span { display: block; margin-top: 1px; color: var(--ihtida-muted); font-size: 13px; }
.ihtida-prayer-name span[lang="ar"] { color: #4e5055; font-size: 13px; }
.ihtida-prayer-row time { color: var(--ihtida-ink); font-size: 17px; font-weight: 850; font-variant-numeric: tabular-nums; }
.ihtida-prayer-next { margin: 0; padding: 0 22px 11px; color: var(--ihtida-muted); font-size: 13px; }
.ihtida-prayer-empty { padding: 22px; }
.ihtida-prayer-empty p { margin: 0; font-size: 13px; color: var(--ihtida-muted); }
.ihtida-prayer-source { display: block; padding: 11px 22px 14px; border-top: 1px solid #eee8df; color: #8a4300; text-decoration: none; font-size: 13px; font-weight: 800; }

/* Quick choices */
.ihtida-quickbar { background: #fff; border-bottom: 1px solid var(--ihtida-line); }
.ihtida-quickbar__grid { display: grid; grid-template-columns: repeat(4,1fr); }
.ihtida-quickbar a { position: relative; display: block; padding: 20px 22px; border-right: 1px solid var(--ihtida-line); text-decoration: none; transition: background .15s ease; }
.ihtida-quickbar a:first-child { border-left: 1px solid var(--ihtida-line); }
.ihtida-quickbar a:hover { background: #fff8ee; color: inherit; }
.ihtida-quickbar strong { display: block; color: var(--ihtida-ink); font-size: 14px; }
.ihtida-quickbar span { display: block; margin-top: 2px; color: var(--ihtida-muted); font-size: 14px; }

/* Sections and cards */
.ihtida-section-head { display: flex; justify-content: space-between; gap: 34px; align-items: end; margin-bottom: 26px; }
.ihtida-section-head p { margin: 0; max-width: 540px; color: var(--ihtida-muted); }
.ihtida-section-head--stacked { display: block; }
.ihtida-section-head--stacked p { margin-top: 9px; max-width: 680px; }
.ihtida-grid { display: grid; gap: 17px; }
.ihtida-grid--3 { grid-template-columns: repeat(3, minmax(0,1fr)); }
.ihtida-grid--4 { grid-template-columns: repeat(4, minmax(0,1fr)); }
.ihtida-card { background: #fff; border: 1px solid var(--ihtida-line); border-radius: var(--ihtida-radius); padding: 23px; text-decoration: none; transition: transform .16s ease, border-color .16s ease, box-shadow .16s ease; }
.ihtida-card--warm { background: linear-gradient(155deg, #fff9f0 0%, #fff 72%); }
.ihtida-card:hover { transform: translateY(-3px); border-color: #efb46f; box-shadow: 0 14px 34px rgba(42,43,47,.08); color: inherit; }
.ihtida-card__icon { width: 39px; height: 39px; display: grid; place-items: center; border-radius: 11px; background: #fff0dc; color: #9a4900; margin-bottom: 17px; }
.ihtida-card__icon svg { width: 21px; height: 21px; }
.ihtida-card h3 { margin: 0 0 8px; color: var(--ihtida-ink); font-size: 18px; line-height: 1.3; }
.ihtida-card p { margin: 0; color: var(--ihtida-muted); font-size: 14px; }
.ihtida-card__link { display: inline-block; margin-top: 17px; color: var(--ihtida-orange-dark); font-size: 13px; font-weight: 800; }

/* Start path + shahadah */
.ihtida-start-grid { display: grid; grid-template-columns: minmax(0,1.25fr) minmax(330px,.75fr); gap: 56px; align-items: start; }
.ihtida-steps { display: grid; gap: 0; border-top: 1px solid #ddd5c9; }
.ihtida-step { display: grid; grid-template-columns: 42px 1fr; gap: 15px; padding: 19px 0; border-bottom: 1px solid #ddd5c9; }
.ihtida-step > span { width: 32px; height: 32px; display: grid; place-items: center; border-radius: 9px; background: var(--ihtida-orange); color: #21170d; font-size: 13px; font-weight: 850; }
.ihtida-step h3 { margin: 1px 0 3px; color: var(--ihtida-ink); font-size: 16px; }
.ihtida-step p { margin: 0; color: var(--ihtida-muted); font-size: 14px; }
.ihtida-shahada-card { position: relative; overflow: hidden; background: #fff; border: 1px solid #e5d7c5; border-radius: 18px; box-shadow: 0 20px 42px rgba(62,50,34,.08); padding: 25px; }
.ihtida-shahada-card::before { content: ""; position: absolute; inset: 0 0 auto 0; height: 5px; background: var(--ihtida-orange); }
.ihtida-shahada-card h2 { margin: 0 0 17px; color: var(--ihtida-ink); font-size: 21px; }
.ihtida-arabic { margin: 0 0 20px; padding: 18px; border-radius: 12px; background: #faf6ef; color: #232427; font-family: "Noto Naskh Arabic", "Geeza Pro", "Traditional Arabic", serif; font-size: 25px; line-height: 1.75; text-align: right; }
.ihtida-translit, .ihtida-meaning { padding: 13px 0; border-top: 1px solid var(--ihtida-line); }
.ihtida-translit strong, .ihtida-meaning strong { color: var(--ihtida-ink); font-size: 13px; }
.ihtida-translit p, .ihtida-meaning p { margin: 4px 0 0; color: #65686e; font-size: 13.5px; }
.ihtida-shahada-note { margin: 12px 0 17px; color: var(--ihtida-muted); font-size: 14px; }

/* Learning tiles */
.ihtida-learning-grid { display: grid; grid-template-columns: repeat(4,1fr); border: 1px solid var(--ihtida-line); border-radius: 17px; overflow: hidden; background: #fff; }
.ihtida-learning-grid a { min-height: 180px; padding: 22px; border-right: 1px solid var(--ihtida-line); text-decoration: none; transition: background .15s ease; }
.ihtida-learning-grid a:last-child { border-right: 0; }
.ihtida-learning-grid a:hover { background: #fff8ee; color: inherit; }
.ihtida-learning-number { display: block; color: var(--ihtida-orange-dark); font-weight: 850; font-size: 12px; font-variant-numeric: tabular-nums; }
.ihtida-learning-grid h3 { margin: 26px 0 6px; color: var(--ihtida-ink); font-size: 17px; }
.ihtida-learning-grid p { margin: 0; color: var(--ihtida-muted); font-size: 13.5px; }

/* Events */
.ihtida-events { border-top: 1px solid #ddd5c9; }
.ihtida-event { display: grid; grid-template-columns: 118px 1fr auto; gap: 24px; align-items: center; padding: 19px 0; border-bottom: 1px solid #ddd5c9; }
.ihtida-event__date { color: var(--ihtida-orange-dark); font-weight: 850; font-size: 14px; }
.ihtida-event h3 { margin: 0 0 4px; color: var(--ihtida-ink); font-size: 17px; }
.ihtida-event p { margin: 0; color: var(--ihtida-muted); font-size: 13.5px; }
.ihtida-event a { color: var(--ihtida-ink); font-weight: 800; font-size: 13px; text-decoration: none; }

/* Final contact band */
.ihtida-contact-band { display: grid; grid-template-columns: 1.2fr .8fr; gap: 40px; align-items: center; }
.ihtida-contact-band .ihtida-title { color: #fff; }
.ihtida-contact-band p { margin: 10px 0 0; max-width: 700px; color: #bfc1c6; }
.ihtida-contact-band__actions { display: flex; justify-content: flex-end; gap: 10px; flex-wrap: wrap; }

/* Internal pages */
.ihtida-page-hero { padding: 46px 0 32px; background: var(--ihtida-sand); border-bottom: 1px solid var(--ihtida-line); }
.ihtida-page-hero__inner { max-width: 900px; }
.ihtida-breadcrumb { margin-bottom: 11px; color: var(--ihtida-muted); font-size: 13px; }
.ihtida-breadcrumb a { text-decoration: none; font-weight: 700; }
.ihtida-content { padding: 52px 0 78px; }
.ihtida-content__grid { display: grid; grid-template-columns: minmax(0,1fr) 280px; gap: 70px; align-items: start; }
.ihtida-sidebox { position: sticky; top: 126px; border: 1px solid var(--ihtida-line); border-radius: var(--ihtida-radius); background: #fff; padding: 20px; }
.ihtida-sidebox h3 { margin: 0 0 12px; font-size: 16px; color: var(--ihtida-ink); }
.ihtida-sidebox ul { list-style: none; margin: 0; padding: 0; }
.ihtida-sidebox li { border-top: 1px solid var(--ihtida-line); }
.ihtida-sidebox a { display: block; padding: 10px 0; text-decoration: none; font-size: 13px; font-weight: 700; }
.ihtida-note { margin: 22px 0; padding: 17px 18px; border-left: 4px solid var(--ihtida-orange); background: #fff6e9; border-radius: 0 10px 10px 0; }
.ihtida-note strong { color: var(--ihtida-ink); }
.ihtida-legal-meta { display: flex; gap: 14px; flex-wrap: wrap; margin-top: 14px; color: var(--ihtida-muted); font-size: 13px; }
.ihtida-law-list { padding: 0; margin: 22px 0; list-style: none; }
.ihtida-law-list li { padding: 14px 0; border-bottom: 1px solid var(--ihtida-line); }
.ihtida-law-list strong { color: var(--ihtida-ink); }

/* Forms */
.ihtida-form-wrap { margin-top: 28px; padding: 26px; border: 1px solid var(--ihtida-line); border-radius: var(--ihtida-radius); background: #fff; }
.ihtida-form-wrap .forminator-ui, .ihtida-form-wrap form { margin: 0; }
.ihtida-form-wrap label { color: var(--ihtida-ink); font-weight: 700; }
.ihtida-form-wrap input:not([type="checkbox"]):not([type="radio"]):not([type="submit"]),
.ihtida-form-wrap textarea,
.ihtida-form-wrap select {
  width: 100%; min-height: 46px; padding: 10px 12px; border: 1px solid #cfc8bd; border-radius: 10px; background: #fff; color: var(--ihtida-ink);
}
.ihtida-form-wrap textarea { min-height: 130px; resize: vertical; }
.ihtida-form-wrap input:focus, .ihtida-form-wrap textarea:focus, .ihtida-form-wrap select:focus { border-color: var(--ihtida-orange); outline: 3px solid rgba(255,138,0,.16); outline-offset: 1px; }
.ihtida-form-wrap button[type="submit"], .ihtida-form-wrap input[type="submit"] {
  min-height: 44px; border: 1px solid var(--ihtida-orange); border-radius: 10px; background: var(--ihtida-orange); color: #23170a; padding: 10px 16px; font-weight: 850;
}
.ihtida-form-wrap .forminator-label { color: var(--ihtida-ink) !important; font-weight: 750 !important; }
.ihtida-form-wrap .forminator-input, .ihtida-form-wrap .forminator-textarea, .ihtida-form-wrap .forminator-select2 + .select2-container { border-radius: 10px !important; }
.ihtida-form-wrap .forminator-description, .ihtida-form-wrap .forminator-error-message { font-size: 14px !important; }
.ihtida-form-placeholder { padding: 22px; border: 1px dashed #c8c2b8; border-radius: 12px; background: #faf8f4; color: var(--ihtida-muted); font-size: 14px; }
.ihtida-form-placeholder strong { display: block; margin-bottom: 5px; color: var(--ihtida-ink); }
.forminator-ui.forminator-custom-form[data-design=default] .forminator-button,
.forminator-ui.forminator-custom-form[data-design=flat] .forminator-button { border-radius: 10px !important; font-weight: 800 !important; }

/* Footer */
.ihtida-footer { background: var(--ihtida-ink-2); color: #d4d5d8; padding-top: 54px; }
.ihtida-footer__grid { display: grid; grid-template-columns: 1.35fr repeat(3,1fr); gap: 44px; padding-bottom: 42px; }
.ihtida-footer__brand img { width: 148px; filter: brightness(0) invert(1); opacity: .94; }
.ihtida-footer__brand p { margin: 18px 0 0; max-width: 340px; color: #aeb0b5; font-size: 14px; }
.ihtida-footer h3 { margin: 0 0 14px; color: #fff; font-size: 15px; }
.ihtida-footer ul { list-style: none; margin: 0; padding: 0; }
.ihtida-footer li + li { margin-top: 8px; }
.ihtida-footer a { color: #d4d5d8; text-decoration: none; font-size: 13px; }
.ihtida-footer a:hover { color: #fff; }
.ihtida-footer__withdraw { margin-top: 17px; display: inline-flex; padding: 9px 11px; border: 1px solid rgba(255,255,255,.2); border-radius: 8px; font-weight: 800; }
.ihtida-footer__bottom { border-top: 1px solid rgba(255,255,255,.1); padding: 18px 0 24px; }
.ihtida-footer__bottom-inner { display: flex; justify-content: space-between; gap: 20px; color: #92959b; font-size: 12px; }

/* Posts */
.ihtida-post-list { display: grid; gap: 16px; }
.ihtida-post-item { padding: 22px; border: 1px solid var(--ihtida-line); border-radius: 14px; background: #fff; }
.ihtida-post-item h2 { margin: 0 0 8px; font-size: 22px; }
.ihtida-post-item h2 a { color: var(--ihtida-ink); text-decoration: none; }
.ihtida-post-meta { color: var(--ihtida-muted); font-size: 13px; margin-bottom: 10px; }

:focus-visible { outline: 3px solid #994900; outline-offset: 3px; }
@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { scroll-behavior: auto !important; transition: none !important; animation: none !important; }
}

@media (max-width: 1120px) {
  .ihtida-header__inner { min-height: 70px; }
  .ihtida-menu-toggle { display: inline-flex; }
  .ihtida-header__cta { display: none; }
  .ihtida-nav { display: none; position: absolute; top: 100%; left: 20px; right: 20px; background: #fff; border: 1px solid var(--ihtida-line); border-radius: 14px; box-shadow: var(--ihtida-shadow); padding: 8px; }
  .ihtida-nav.is-open { display: block; }
  .ihtida-nav ul { display: block; }
  .ihtida-nav a { padding: 12px; }
  .ihtida-hero__grid { grid-template-columns: 1fr; gap: 32px; }
  .ihtida-prayer-card { max-width: 600px; }
  .ihtida-quickbar__grid { grid-template-columns: repeat(2,1fr); }
  .ihtida-quickbar a:nth-child(odd) { border-left: 1px solid var(--ihtida-line); }
  .ihtida-quickbar a { border-bottom: 1px solid var(--ihtida-line); }
  .ihtida-grid--4 { grid-template-columns: repeat(2,1fr); }
  .ihtida-grid--3 { grid-template-columns: repeat(2,1fr); }
  .ihtida-start-grid { grid-template-columns: 1fr; gap: 34px; }
  .ihtida-shahada-card { max-width: 680px; }
  .ihtida-learning-grid { grid-template-columns: repeat(2,1fr); }
  .ihtida-learning-grid a:nth-child(2) { border-right: 0; }
  .ihtida-learning-grid a:nth-child(-n+2) { border-bottom: 1px solid var(--ihtida-line); }
  .ihtida-content__grid { grid-template-columns: 1fr; gap: 34px; }
  .ihtida-sidebox { position: static; }
  .ihtida-footer__grid { grid-template-columns: repeat(2,1fr); }
}

@media (max-width: 640px) {
  .ihtida-shell { width: min(calc(100% - 28px), var(--ihtida-max)); }
  .ihtida-utility__inner { min-height: 30px; }
  .ihtida-utility__right { display: none; }
  .ihtida-brand img { width: 132px; }
  .ihtida-hero { padding: 42px 0 34px; }
  .ihtida-title { font-size: 32px; }
  .ihtida-title--section { font-size: 25px; }
  .ihtida-hero__lead { font-size: 16px; }
  .ihtida-section { padding: 50px 0; }
  .ihtida-quickbar__grid, .ihtida-grid--4, .ihtida-grid--3, .ihtida-learning-grid { grid-template-columns: 1fr; }
  .ihtida-quickbar a, .ihtida-quickbar a:nth-child(odd) { border-left: 1px solid var(--ihtida-line); border-right: 1px solid var(--ihtida-line); }
  .ihtida-learning-grid a, .ihtida-learning-grid a:nth-child(2) { border-right: 0; border-bottom: 1px solid var(--ihtida-line); }
  .ihtida-learning-grid a:last-child { border-bottom: 0; }
  .ihtida-section-head { display: block; }
  .ihtida-section-head p { margin-top: 9px; }
  .ihtida-event { grid-template-columns: 1fr; gap: 6px; }
  .ihtida-event a { margin-top: 5px; }
  .ihtida-contact-band { grid-template-columns: 1fr; gap: 20px; }
  .ihtida-contact-band__actions { justify-content: flex-start; }
  .ihtida-footer__grid { grid-template-columns: 1fr; gap: 28px; }
  .ihtida-footer__bottom-inner { display: block; }
  .ihtida-footer__bottom-inner > * + * { margin-top: 6px; }
  .admin-bar .ihtida-header { top: 46px; }
}

/* Version 3: consistent spacing, readable type and real activity content. */
[hidden] { display: none !important; }
:where(h1,h2,h3,h4) { text-wrap: balance; }
.ihtida-prose, .ihtida-card, .ihtida-hero__copy { min-width: 0; overflow-wrap: break-word; }
.ihtida-prose a, .ihtida-footer a { overflow-wrap: anywhere; }
.ihtida-hero { padding: 60px 0; }
.ihtida-hero::after { display: none; }
.ihtida-hero__grid { grid-template-columns: minmax(0,1.3fr) minmax(345px,.85fr); gap: 64px; }
.ihtida-prayer-card { box-shadow: none; }
.ihtida-prayer-row { grid-template-columns: minmax(0,1fr) auto 3.2em; gap: 12px; min-height: 62px; }
.ihtida-prayer-name strong { font-size: 14px; }
.ihtida-prayer-name span { font-size: 13px; }
.ihtida-prayer-arabic { font-family: 'Noto Naskh Arabic', 'Geeza Pro', Tahoma, serif; font-size: 18px; }
.ihtida-prayer-row time { text-align: right; font-size: 18px; }
.ihtida-prayer-note { font-size: 12px; color: #62656b; padding: 0 22px 12px; margin: 0; line-height: 1.5; }
.ihtida-prayer-next:empty { display: none; }
.ihtida-prayer-next { color: #77400b; font-size: 13px; }
.ihtida-event__date { font-size: 16px; line-height: 1.45; }
.ihtida-event__date span { display: block; font-size: 13px; color: var(--ihtida-muted); font-weight: 500; margin-top: 5px; }
.ihtida-event h3 { font-size: 20px; }
.ihtida-event h3 a { font-size: inherit; }
.ihtida-event p { font-size: 15px; }
.ihtida-status { font-size: 13px !important; font-weight: 650; color: #77400b !important; margin-top: 6px !important; }
.ihtida-event-link { padding: 10px 0; min-height: 44px; }
.ihtida-agenda-more { margin: 26px 0 0; font-weight: 700; }
.ihtida-empty { padding: 24px 0; border-top: 1px solid var(--ihtida-line); }
.ihtida-empty p { max-width: 660px; }
.ihtida-place-grid { display: grid; grid-template-columns: 1fr 1fr; align-items: center; gap: 54px; }
.ihtida-place-grid img { width: 100%; height: auto; border-radius: 16px; aspect-ratio: 3/2; object-fit: cover; }
.ihtida-place-grid p { margin: 18px 0; }
.ihtida-footer-extra { display: flex; gap: 24px; padding-bottom: 28px; flex-wrap: wrap; }
.ihtida-footer a { font-size: 14px; }
.ihtida-footer li a { display: inline-block; padding-block: 3px; }
.ihtida-footer__bottom-inner { color: #b7b9bf; }
.ihtida-sidebox a { font-size: 15px; min-height: 44px; }
.ihtida-sidebox li:first-child { border-top: 0; }
.ihtida-prose table { display: block; max-width: 100%; overflow-x: auto; }
.ihtida-prose a { text-decoration: underline; }
.ihtida-prose .button { text-decoration: none; }
.ihtida-prose details { border-bottom: 1px solid var(--ihtida-line); padding: 18px 0; }
.ihtida-prose summary { color: var(--ihtida-ink); font-weight: 700; cursor: pointer; min-height: 44px; padding: 7px 0; }
.ihtida-prose details p { margin: 12px 0 0; }
.ihtida-activity-info { background: var(--ihtida-sand); border-radius: 16px; padding: 26px; margin-bottom: 32px; }
.ihtida-activity-info dl { margin: 20px 0; }
.ihtida-activity-info dl > div { display: grid; grid-template-columns: 130px 1fr; padding: 9px 0; border-top: 1px solid #ded7ca; gap: 14px; }
.ihtida-activity-info dt { font-weight: 700; }
.ihtida-activity-info dd { margin: 0; }
.ihtida-calendar-link { display: inline-block; padding: 12px 0; margin-left: 16px; }
.ihtida-form-privacy { font-size: 14px; margin-top: 20px !important; }
.ihtida-form-wrap input[type=hidden] { display: none !important; }
.ihtida-address { font-style: normal; }
.ihtida-admin-note { font-size: 13px; color: var(--ihtida-muted); margin-top: 15px !important; }
.ihtida-section-head p { font-size: 16px; }
.ihtida-nav .current-menu-item > a { text-decoration: underline; text-underline-offset: 5px; }
@media (max-width:1120px) {
 .ihtida-hero__grid { grid-template-columns: minmax(0,1fr) minmax(310px,.8fr); gap: 30px; }
 .ihtida-header__inner { flex-wrap: wrap; }
 .ihtida-nav { max-height: calc(100dvh - 120px); overflow-y: auto; }
 .ihtida-place-grid { gap: 30px; }
}
@media (max-width:780px) {
 .ihtida-hero__grid, .ihtida-place-grid { grid-template-columns: minmax(0,1fr); }
 .ihtida-hero { padding: 38px 0; }
 .ihtida-prayer-card { width: 100%; max-width: none; }
 .ihtida-hero__actions .button { flex-grow: 1; }
 .ihtida-place-grid img { max-height: 420px; }
}
@media (max-width:480px) {
 .ihtida-title { font-size: 31px; line-height: 1.14; }
 .ihtida-title--section { font-size: 26px; }
 .ihtida-form-wrap { padding: 18px; }
 .ihtida-activity-info { padding: 18px; }
 .ihtida-activity-info dl > div { grid-template-columns: 1fr; gap: 3px; }
 .ihtida-calendar-link { margin-left: 0; display: block; }
 .ihtida-utility { font-size: 11px; }
}
@media print {
 .ihtida-header, .ihtida-utility, .ihtida-footer, .ihtida-sidebox, .ihtida-form-wrap, .ihtida-menu-toggle { display: none; }
 body { background: white; color: black; }
 .ihtida-content__grid { display: block; }
 .ihtida-shell { width: 100%; }
}
