:root {
  --font-sans: "Manrope", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  --font-serif: "Cormorant Garamond", Georgia, serif;
  --font-arabic: "Noto Naskh Arabic", serif;
  --bg: #0b0c0b;
  --bg-soft: #10120f;
  --surface: #151713;
  --surface-raised: #1a1c18;
  --text: #f3eadc;
  --muted: #aaa394;
  --muted-2: #7c786f;
  --accent: #b89560;
  --accent-bright: #d6b77f;
  --olive: #747c63;
  --line: rgba(243, 234, 220, 0.12);
  --line-strong: rgba(243, 234, 220, 0.22);
  --shadow: 0 28px 80px rgba(0, 0, 0, 0.28);
  --shell: min(1380px, calc(100% - 80px));
  --radius: 2px;
  color-scheme: dark;
}

:root[data-theme="light"] {
  --bg: #f3eee3;
  --bg-soft: #eae2d4;
  --surface: #f8f3e9;
  --surface-raised: #fffaf0;
  --text: #191a18;
  --muted: #655f55;
  --muted-2: #847d70;
  --accent: #956e3d;
  --accent-bright: #7f592e;
  --olive: #69705a;
  --line: rgba(25, 26, 24, 0.13);
  --line-strong: rgba(25, 26, 24, 0.24);
  --shadow: 0 28px 80px rgba(60, 47, 30, 0.12);
  color-scheme: light;
}

*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 88px; }
body {
  margin: 0;
  min-width: 320px;
  overflow-x: clip;
  background: var(--bg);
  color: var(--text);
  font-family: var(--font-sans);
  font-size: 16px;
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
}
body.menu-open { overflow: hidden; }
button, input { font: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
button { color: inherit; }
a { color: inherit; text-decoration: none; }
img { display: block; max-width: 100%; }
p, h1, h2, h3, blockquote { overflow-wrap: break-word; }
::selection { background: var(--accent); color: #0b0c0b; }

.site-grain {
  position: fixed;
  inset: 0;
  z-index: 99;
  pointer-events: none;
  opacity: 0.035;
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 180 180' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.86' numOctaves='3' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='.72'/%3E%3C/svg%3E");
}
.shell { width: var(--shell); margin-inline: auto; }
.skip-link {
  position: fixed;
  left: 16px;
  top: -80px;
  z-index: 120;
  padding: 12px 18px;
  background: var(--text);
  color: var(--bg);
  transition: top 0.2s ease;
}
.skip-link:focus { top: 12px; }

:focus-visible {
  outline: 2px solid var(--accent-bright);
  outline-offset: 4px;
}

.button {
  min-height: 46px;
  padding: 0 20px;
  border: 1px solid transparent;
  border-radius: var(--radius);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  background: transparent;
  font-size: 0.875rem;
  font-weight: 700;
  cursor: pointer;
  transition: transform 0.2s ease, background-color 0.2s ease, border-color 0.2s ease;
}
.button:hover { transform: translateY(-2px); }
.button-primary { background: var(--accent-bright); color: #11110f; }
.button-secondary { border-color: var(--line-strong); background: var(--surface-raised); }
.button-ghost { border-color: rgba(255,255,255,0.35); color: #fff8e9; background: rgba(10,10,8,0.25); backdrop-filter: blur(12px); }
.button-light { background: #f3eadc; color: #161613; }
.button-large { min-height: 54px; padding-inline: 26px; }
.text-link, .text-action {
  min-height: 44px;
  padding: 0;
  border: 0;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: transparent;
  color: var(--accent-bright);
  font-size: 0.875rem;
  font-weight: 700;
  cursor: pointer;
}
.text-link span { transition: transform 0.2s ease; }
.text-link:hover span { transform: translate(2px, -2px); }

.site-header {
  position: fixed;
  inset: 0 0 auto;
  z-index: 70;
  height: 82px;
  padding: 0 32px;
  display: grid;
  grid-template-columns: minmax(220px, 1fr) auto minmax(220px, 1fr);
  align-items: center;
  border-bottom: 1px solid transparent;
  background: color-mix(in srgb, var(--bg) 84%, transparent);
  backdrop-filter: blur(20px) saturate(130%);
  transition: height 0.25s ease, border-color 0.25s ease, background-color 0.25s ease;
}
.site-header.scrolled { height: 72px; border-color: var(--line); background: color-mix(in srgb, var(--bg) 94%, transparent); }
.brand { width: fit-content; display: flex; align-items: center; }
.brand-image { line-height: 0; }
.brand-image img { width: 238px; height: 58px; object-fit: cover; object-position: center; }
.brand-icon { display: none; }
:root[data-theme="dark"] .brand-light,
:root[data-theme="light"] .brand-dark { display: none; }
.desktop-nav { display: flex; align-items: center; justify-content: center; gap: 28px; }
.desktop-nav a { position: relative; padding: 14px 0; color: var(--muted); font-size: 0.78rem; font-weight: 600; }
.desktop-nav a::after { content: ""; position: absolute; left: 0; right: 100%; bottom: 7px; height: 1px; background: var(--accent); transition: right 0.2s ease; }
.desktop-nav a:hover { color: var(--text); }
.desktop-nav a:hover::after { right: 0; }
.header-actions { display: flex; align-items: center; justify-content: flex-end; gap: 9px; }
.round-button, .menu-button {
  width: 44px;
  height: 44px;
  padding: 0;
  border: 1px solid var(--line);
  display: grid;
  place-items: center;
  background: color-mix(in srgb, var(--surface) 70%, transparent);
  cursor: pointer;
}
.round-button svg { width: 19px; fill: none; stroke: currentColor; stroke-width: 1.5; }
.theme-control { position: relative; }
.theme-menu {
  position: absolute;
  right: 0;
  top: calc(100% + 10px);
  width: 210px;
  padding: 7px;
  border: 1px solid var(--line-strong);
  background: var(--surface-raised);
  box-shadow: var(--shadow);
}
.theme-menu[hidden] { display: none; }
.theme-menu button {
  width: 100%;
  min-height: 54px;
  padding: 9px 11px;
  border: 0;
  display: grid;
  grid-template-columns: 1fr;
  gap: 1px;
  text-align: left;
  background: transparent;
  cursor: pointer;
}
.theme-menu button:hover, .theme-menu button[aria-checked="true"] { background: color-mix(in srgb, var(--accent) 12%, transparent); }
.theme-menu span { font-size: 0.875rem; font-weight: 700; }
.theme-menu small { color: var(--muted); font-size: 0.75rem; }
.text-action { padding-inline: 12px; color: var(--text); }
.site-header .button { min-height: 44px; }
.menu-button { display: none; position: relative; }
.menu-button span { position: absolute; width: 18px; height: 1px; background: currentColor; transition: transform 0.2s ease, top 0.2s ease; }
.menu-button span:first-child { top: 17px; }
.menu-button span:last-child { top: 25px; }
.menu-button.active span:first-child { top: 21px; transform: rotate(45deg); }
.menu-button.active span:last-child { top: 21px; transform: rotate(-45deg); }
.mobile-menu { display: none; }

.hero {
  position: relative;
  min-height: min(980px, 100svh);
  overflow: hidden;
  display: flex;
  align-items: stretch;
  color: #f8efe0;
  background: #0a0b0a;
}
.hero-media, .hero-media img, .hero-shade { position: absolute; inset: 0; width: 100%; height: 100%; }
.hero-media img { object-fit: cover; object-position: center; }
.hero-shade {
  background:
    linear-gradient(90deg, rgba(4,5,4,0.94) 0%, rgba(4,5,4,0.76) 32%, rgba(4,5,4,0.2) 64%, rgba(4,5,4,0.28) 100%),
    linear-gradient(0deg, rgba(5,6,5,0.72) 0%, transparent 35%);
}
.hero-layout {
  position: relative;
  z-index: 2;
  padding: 150px 0 105px;
  display: grid;
  grid-template-columns: minmax(0, 1fr) 430px;
  gap: clamp(50px, 8vw, 130px);
  align-items: center;
}
.hero-copy { max-width: 760px; }
.eyebrow, .kicker { margin: 0 0 22px; color: var(--accent-bright); font-size: 0.75rem; font-weight: 700; letter-spacing: 0.16em; text-transform: uppercase; }
.eyebrow { display: flex; align-items: center; gap: 12px; color: #d8bc88; }
.eyebrow span { width: 28px; height: 1px; background: currentColor; }
h1, h2, h3 { font-family: var(--font-serif); font-weight: 500; }
.hero h1 { max-width: 760px; margin: 0; font-size: clamp(4.5rem, 7vw, 7rem); line-height: 0.88; letter-spacing: -0.045em; }
.hero h1 em, .section-header h2 em, .quran-header h2 em, .manifesto h2 em, .join-section h2 em, .seasonal-copy h2 em, .reflection-copy h2 em { display: block; color: #d8bc88; font-weight: 500; }
.hero-description { max-width: 650px; margin: 30px 0 0; color: rgba(248,239,224,0.8); font-size: 1.04rem; line-height: 1.8; }
.hero-actions { margin-top: 32px; display: flex; gap: 12px; flex-wrap: wrap; }
.hero-actions svg { width: 18px; fill: none; stroke: currentColor; stroke-width: 1.5; }
.hero-proof { margin-top: 42px; display: flex; gap: 38px; }
.hero-proof > span { display: grid; padding-left: 14px; border-left: 1px solid rgba(216,188,136,0.58); }
.hero-proof b { font-size: 0.78rem; }
.hero-proof small { color: rgba(248,239,224,0.55); font-size: 0.72rem; }
.discovery-card {
  align-self: end;
  padding: 24px;
  border: 1px solid rgba(255,255,255,0.17);
  background: rgba(11,12,11,0.72);
  box-shadow: 0 35px 80px rgba(0,0,0,0.3);
  backdrop-filter: blur(22px) saturate(125%);
}
.discovery-top { display: flex; justify-content: space-between; gap: 16px; color: #d8bc88; font-size: 0.68rem; font-weight: 700; letter-spacing: 0.13em; }
.discovery-top small { color: rgba(248,239,224,0.48); font-size: inherit; }
.discovery-card h2 { margin: 20px 0 18px; font-size: 2rem; line-height: 1.05; }
.intent-grid { display: grid; grid-template-columns: 1fr 1fr; border-top: 1px solid rgba(255,255,255,0.13); border-left: 1px solid rgba(255,255,255,0.13); }
.intent-card { min-height: 102px; padding: 13px; border: 0; border-right: 1px solid rgba(255,255,255,0.13); border-bottom: 1px solid rgba(255,255,255,0.13); display: grid; grid-template-columns: 1fr auto; text-align: left; background: transparent; color: #f8efe0; cursor: pointer; }
.intent-card > span { color: rgba(248,239,224,0.42); font-size: 0.7rem; }
.intent-card b { align-self: end; font-family: var(--font-serif); font-size: 1.35rem; font-weight: 500; }
.intent-card small { grid-column: 2; grid-row: 2; align-self: end; color: rgba(248,239,224,0.5); font-size: 0.65rem; text-align: right; }
.intent-card:hover, .intent-card.active { background: rgba(184,149,96,0.17); }
.intent-card.active { box-shadow: inset 0 -2px #cbaa73; }
.quick-time { margin-top: 20px; }
.quick-time > span { font-family: var(--font-serif); font-size: 1.05rem; }
.time-options { margin-top: 9px; display: grid; grid-template-columns: repeat(4, 1fr); }
.time-options button { min-height: 40px; padding: 4px; border: 1px solid rgba(255,255,255,0.13); border-right: 0; background: transparent; color: rgba(248,239,224,0.68); font-size: 0.7rem; cursor: pointer; }
.time-options button:last-child { border-right: 1px solid rgba(255,255,255,0.13); }
.time-options button:hover, .time-options button.active { background: #f2e7d5; color: #11120f; }
.recommendation { margin-top: 13px; padding: 12px; display: grid; grid-template-columns: 48px 1fr 38px; gap: 12px; align-items: center; background: rgba(184,149,96,0.13); }
.athar-glyph { width: 48px; height: 48px; display: grid; place-items: center; border: 1px solid rgba(216,188,136,0.35); color: #d8bc88; font-family: var(--font-arabic); font-size: 1.25rem; }
.recommendation div { display: grid; gap: 3px; }
.recommendation small { color: #d8bc88; font-size: 0.6rem; letter-spacing: 0.12em; }
.recommendation strong { font-family: var(--font-serif); font-size: 1rem; line-height: 1.2; }
.recommendation > button { width: 38px; height: 38px; border: 0; background: transparent; color: #d8bc88; font-size: 1.1rem; cursor: pointer; }
.hero-foot { position: absolute; z-index: 2; left: 50%; bottom: 0; transform: translateX(-50%); min-height: 62px; border-top: 1px solid rgba(255,255,255,0.14); display: grid; grid-template-columns: 1fr auto auto auto; gap: 38px; align-items: center; color: rgba(248,239,224,0.6); font-size: 0.68rem; font-weight: 700; letter-spacing: 0.1em; }
.trace-line { position: absolute; z-index: 1; width: 42vw; height: 26vw; right: -7vw; bottom: -12vw; border: 1px solid rgba(216,188,136,0.18); border-radius: 50%; transform: rotate(-12deg); box-shadow: 0 0 0 34px rgba(216,188,136,0.02), 0 0 0 68px rgba(216,188,136,0.015); }

.section { padding: 118px 0; }
.section-header { margin-bottom: 48px; display: grid; grid-template-columns: minmax(0, 1fr) minmax(260px, 430px); gap: 60px; align-items: end; }
.section-header.compact { grid-template-columns: 1fr; }
.section-header .kicker, .quran-header .kicker { margin-bottom: 14px; }
.section-header h2, .quran-header h2, .reflection-copy h2, .manifesto h2, .join-section h2, .seasonal-copy h2 { margin: 0; font-size: clamp(2.75rem, 4.5vw, 5.3rem); line-height: 0.98; letter-spacing: -0.035em; }
.section-header > p { margin: 0; color: var(--muted); font-size: 0.95rem; line-height: 1.8; }
.section-header > .text-link { justify-self: end; }
.image-shade { position: absolute; inset: 0; background: linear-gradient(0deg, rgba(5,5,4,0.88), rgba(5,5,4,0.08) 72%); }

.journeys-section { background: var(--bg-soft); }
.journey-grid { display: grid; grid-template-columns: 1.28fr 0.72fr 0.72fr; grid-template-rows: 300px 300px; gap: 14px; }
.journey-card { position: relative; overflow: hidden; min-height: 0; border: 1px solid var(--line); color: #fff7e8; background: #111; }
.journey-feature { grid-row: 1 / 3; }
.journey-card:last-child { grid-column: 2 / 4; }
.journey-card picture, .journey-card img { position: absolute; inset: 0; width: 100%; height: 100%; }
.journey-card img { object-fit: cover; transition: transform 0.7s cubic-bezier(.2,.7,.2,1); }
.journey-card:hover img { transform: scale(1.035); }
.journey-content { position: absolute; z-index: 2; inset: auto 0 0; padding: 26px; }
.journey-feature .journey-content { padding: 36px; }
.journey-content > p { margin: 0 0 8px; color: #d8bc88; font-size: 0.68rem; font-weight: 700; letter-spacing: 0.12em; }
.journey-content h3 { margin: 0; font-size: 2rem; line-height: 1.02; }
.journey-feature h3 { font-size: 3.4rem; }
.journey-content > span { display: block; max-width: 560px; margin-top: 12px; color: rgba(255,247,232,0.72); font-size: 0.9rem; }
.journey-content > div { margin-top: 18px; display: flex; align-items: center; justify-content: space-between; gap: 12px; }
.journey-content small { color: rgba(255,247,232,0.64); font-size: 0.72rem; }
.journey-content button { width: 44px; height: 44px; border: 1px solid rgba(255,255,255,0.3); background: rgba(8,8,7,0.3); color: #fff; cursor: pointer; }

.quran-section { position: relative; overflow: hidden; background: #11140f; color: #f3eadc; }
.quran-section::before { content: ""; position: absolute; inset: 0; background: radial-gradient(circle at 85% 10%, rgba(116,124,99,0.22), transparent 36%), linear-gradient(120deg, transparent 45%, rgba(184,149,96,0.035)); pointer-events: none; }
.quran-section .shell { position: relative; }
.quran-header { margin-bottom: 52px; display: grid; grid-template-columns: minmax(0, 1fr) 390px; gap: 80px; align-items: end; }
.quran-header h2 { color: #f3eadc; }
.quran-header h2 em { color: #d8bc88; }
.quran-intro { display: grid; grid-template-columns: 90px 1fr; gap: 14px 22px; align-items: end; }
.quran-intro > strong { grid-row: 1 / 3; color: #d8bc88; font-family: var(--font-serif); font-size: 5rem; font-weight: 500; line-height: 0.8; }
.quran-intro p { margin: 0; color: #aaa394; font-size: 0.86rem; }
.quran-intro .text-link { color: #d8bc88; min-height: 32px; }
.quran-feature { display: grid; grid-template-columns: 1.15fr 0.85fr; min-height: 580px; border: 1px solid rgba(243,234,220,0.16); background: #171914; box-shadow: 0 38px 90px rgba(0,0,0,0.22); }
.quran-feature picture { min-height: 420px; }
.quran-feature img { width: 100%; height: 100%; object-fit: cover; }
.quran-panel { padding: clamp(30px, 4vw, 58px); display: flex; flex-direction: column; justify-content: center; }
.quran-panel > p:first-child { margin: 0 0 9px; color: #d8bc88; font-size: 0.68rem; font-weight: 700; letter-spacing: 0.14em; }
.quran-panel h3 { margin: 0; color: #f3eadc; font-size: 3.6rem; line-height: 1; }
.quran-panel > span { margin-top: 4px; color: #d8bc88; font-family: var(--font-arabic); font-size: 1.8rem; }
.quran-copy { margin: 20px 0 26px; color: #aaa394; font-size: 0.9rem; }
.reciter-list { border-top: 1px solid rgba(243,234,220,0.13); }
.reciter { width: 100%; min-height: 70px; padding: 12px 4px; border: 0; border-bottom: 1px solid rgba(243,234,220,0.13); display: grid; grid-template-columns: 34px 1fr 40px; gap: 10px; align-items: center; background: transparent; color: #f3eadc; text-align: left; cursor: pointer; }
.reciter > span { color: #6f7069; font-size: 0.7rem; }
.reciter b { display: grid; font-size: 0.82rem; }
.reciter small { color: #818078; font-size: 0.7rem; font-weight: 400; }
.reciter i { width: 36px; height: 36px; border: 1px solid rgba(243,234,220,0.16); display: grid; place-items: center; color: #d8bc88; font-size: 0.65rem; font-style: normal; }
.reciter:hover, .reciter.active { background: rgba(184,149,96,0.08); }
.surah-rail { margin-top: 18px; display: grid; grid-template-columns: repeat(6, 1fr); border-top: 1px solid rgba(243,234,220,0.14); border-left: 1px solid rgba(243,234,220,0.14); }
.surah-card { min-width: 0; min-height: 130px; padding: 18px; border: 0; border-right: 1px solid rgba(243,234,220,0.14); border-bottom: 1px solid rgba(243,234,220,0.14); display: grid; grid-template-columns: 1fr auto; align-content: space-between; gap: 8px; background: transparent; color: #f3eadc; text-align: left; cursor: pointer; }
.surah-card > span { color: #77786f; font-size: 0.68rem; }
.surah-card b { display: grid; font-family: var(--font-serif); font-size: 1.35rem; font-weight: 500; }
.surah-card small { color: #d8bc88; font-family: var(--font-arabic); font-size: 1rem; font-weight: 500; }
.surah-card i { grid-column: 2; grid-row: 1 / 3; align-self: end; color: #8e8c82; font-style: normal; }
.surah-card:hover { background: rgba(184,149,96,0.08); }

.daily-section {
  position: relative;
  overflow: hidden;
  background-color: var(--bg);
  background-image:
    linear-gradient(180deg, color-mix(in srgb, var(--bg) 74%, transparent), var(--bg) 38%, color-mix(in srgb, var(--bg) 90%, transparent)),
    image-set(url("assets/images/daily/daily-light-path.avif") type("image/avif"), url("assets/images/daily/daily-light-path.webp") type("image/webp"), url("assets/images/daily/daily-light-path.png") type("image/png"));
  background-position: center;
  background-size: cover;
}
[data-theme="dark"] .daily-section { background-blend-mode: normal, luminosity; }
.daily-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }
.daily-card { position: relative; min-height: 480px; padding: clamp(26px, 4vw, 52px); border: 1px solid var(--line); display: flex; flex-direction: column; overflow: hidden; background: var(--surface); }
.daily-card::before { content: ""; position: absolute; width: 420px; height: 420px; right: -210px; top: -190px; border: 1px solid color-mix(in srgb, var(--accent) 16%, transparent); border-radius: 50%; box-shadow: 0 0 0 34px color-mix(in srgb, var(--accent) 2%, transparent), 0 0 0 68px color-mix(in srgb, var(--accent) 1.5%, transparent); }
.ayah-card { background: color-mix(in srgb, var(--olive) 8%, var(--surface)); }
.hadith-card { background: color-mix(in srgb, var(--accent) 5%, var(--surface)); }
.daily-top { position: relative; z-index: 1; display: flex; justify-content: space-between; gap: 20px; color: var(--accent); font-size: 0.72rem; font-weight: 700; letter-spacing: 0.13em; }
.daily-top > div { display: flex; gap: 7px; }
.daily-top button { width: 42px; height: 42px; border: 1px solid var(--line); background: transparent; color: var(--text); cursor: pointer; }
.daily-card .arabic { position: relative; z-index: 1; margin: auto 0 20px; font-family: var(--font-arabic); font-size: clamp(2rem, 4vw, 3.5rem); line-height: 1.5; text-align: center; }
.daily-card blockquote { position: relative; z-index: 1; max-width: 620px; margin: auto 0 24px; font-family: var(--font-serif); font-size: clamp(1.7rem, 3vw, 2.6rem); line-height: 1.15; }
.hadith-card blockquote { margin-block: auto 30px; }
.quote-mark { position: absolute; top: 55px; right: 42px; color: color-mix(in srgb, var(--accent) 12%, transparent); font-family: var(--font-serif); font-size: 11rem; line-height: 1; }
.daily-card footer { position: relative; z-index: 1; padding-top: 20px; border-top: 1px solid var(--line); display: flex; align-items: end; justify-content: space-between; gap: 18px; }
.daily-card footer > div { display: grid; gap: 2px; }
.daily-card footer b { font-size: 0.82rem; }
.daily-card footer small { color: var(--muted); font-size: 0.72rem; }
.share-strip { margin-top: 16px; padding: 28px 32px; border: 1px solid var(--line); display: grid; grid-template-columns: 0.9fr 1.2fr auto; gap: 40px; align-items: center; background: var(--bg-soft); }
.share-strip p { margin: 0; color: var(--muted); font-size: 0.86rem; }
.share-strip div p { color: var(--accent); font-size: 0.68rem; font-weight: 700; letter-spacing: 0.13em; }
.share-strip h3 { margin: 3px 0 0; font-size: 1.65rem; line-height: 1.05; }

.continue-section { padding: 0 0 118px; background: var(--bg); }
.continue-panel { min-height: 280px; border: 1px solid var(--line-strong); display: grid; grid-template-columns: 0.8fr 1.6fr 0.45fr; background: var(--surface-raised); box-shadow: var(--shadow); }
.continue-panel > div:first-child { padding: 34px; border-right: 1px solid var(--line); display: flex; flex-direction: column; justify-content: center; }
.continue-panel h2 { margin: 0; font-size: 2.3rem; line-height: 1.02; }
.preview-label { width: fit-content; margin-top: 18px; padding: 5px 8px; border: 1px solid var(--line); color: var(--muted); font-size: 0.65rem; letter-spacing: 0.12em; }
.continue-card { padding: 20px; display: grid; grid-template-columns: 210px 1fr; gap: 28px; align-items: center; }
.continue-card picture { height: 190px; overflow: hidden; }
.continue-card img { width: 100%; height: 100%; object-fit: cover; }
.continue-card p { margin: 0; color: var(--accent); font-size: 0.68rem; font-weight: 700; letter-spacing: 0.11em; }
.continue-card h3 { margin: 6px 0 2px; font-size: 2rem; line-height: 1; }
.continue-card > div > span { color: var(--muted); font-size: 0.78rem; }
.progress { height: 3px; margin: 20px 0 10px; background: var(--line); }
.progress i { display: block; width: 33%; height: 100%; background: var(--accent); }
.continue-note { padding: 24px; border-left: 1px solid var(--line); display: flex; flex-direction: column; justify-content: center; gap: 8px; }
.continue-note b { color: var(--accent); font-family: var(--font-serif); font-size: 3.4rem; font-weight: 500; line-height: 1; }
.continue-note span { color: var(--muted); font-size: 0.72rem; }

.series-section { background: var(--bg-soft); border-block: 1px solid var(--line); }
.series-grid { display: grid; grid-template-columns: 1.3fr 0.7fr; gap: 16px; }
.series-feature { position: relative; min-height: 620px; overflow: hidden; color: #fff6e8; background: #140f0d; }
.series-feature picture, .series-feature img { position: absolute; inset: 0; width: 100%; height: 100%; }
.series-feature img { object-fit: cover; }
.series-feature .image-shade { background: linear-gradient(0deg, rgba(16,8,6,0.93), rgba(16,8,6,0.04) 75%); }
.series-overlay { position: absolute; z-index: 2; inset: auto 0 0; padding: clamp(28px, 5vw, 58px); }
.series-overlay > span { color: #d8bc88; font-size: 0.7rem; font-weight: 700; letter-spacing: 0.12em; }
.series-overlay h3 { max-width: 720px; margin: 8px 0 0; font-size: clamp(3.2rem, 6vw, 6rem); line-height: 0.9; }
.series-overlay p { margin: 10px 0 22px; color: rgba(255,246,232,0.72); }
.series-list { border-top: 1px solid var(--line); }
.series-list article { min-height: 155px; padding: 22px; border: 1px solid var(--line); border-top: 0; display: grid; grid-template-columns: 38px 1fr 44px; gap: 16px; align-items: center; background: var(--surface); }
.series-list article:hover { background: var(--surface-raised); }
.series-list article > span { color: var(--muted-2); font-family: var(--font-serif); font-style: italic; }
.series-list small { color: var(--accent); font-size: 0.65rem; font-weight: 700; letter-spacing: 0.1em; }
.series-list h3 { margin: 5px 0 3px; font-size: 1.45rem; line-height: 1.05; }
.series-list p { margin: 0; color: var(--muted); font-size: 0.73rem; }
.series-list button { width: 44px; height: 44px; border: 1px solid var(--line); background: transparent; cursor: pointer; }
.source-note { margin: 24px 0 0; color: var(--muted); font-size: 0.82rem; }
.source-note span { display: inline-grid; width: 26px; height: 26px; margin-right: 9px; place-items: center; border: 1px solid var(--line); border-radius: 50%; color: var(--accent); }
.source-note b { color: var(--text); }

.lectures-section { background: var(--bg); }
.lecture-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 34px 16px; }
.lecture-card { position: relative; min-width: 0; }
.lecture-card picture { display: block; aspect-ratio: 16 / 9; overflow: hidden; background: var(--surface); }
.lecture-card img { width: 100%; height: 100%; object-fit: cover; transition: transform 0.55s ease, filter 0.3s ease; }
.lecture-card:hover img { transform: scale(1.025); filter: brightness(1.06); }
.play-badge { position: absolute; top: 14px; right: 14px; width: 44px; height: 44px; display: grid; place-items: center; border: 1px solid rgba(255,255,255,0.35); background: rgba(9,9,7,0.55); color: #fff; font-size: 0.68rem; backdrop-filter: blur(10px); }
.lecture-card > div:last-child { padding: 17px 3px 0; }
.lecture-card p { margin: 0; display: flex; justify-content: space-between; gap: 12px; color: var(--accent); font-size: 0.68rem; font-weight: 700; letter-spacing: 0.11em; }
.lecture-card p span { color: var(--muted-2); }
.lecture-card h3 { margin: 7px 0 5px; font-size: 1.65rem; line-height: 1.05; }
.lecture-card > div > span { color: var(--muted); font-size: 0.73rem; }

.topics-section { background: var(--bg-soft); border-block: 1px solid var(--line); }
.topic-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); border-top: 1px solid var(--line); border-left: 1px solid var(--line); }
.topic-grid > button, .topic-coming { min-width: 0; min-height: 170px; padding: 22px; border: 0; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); display: grid; grid-template-columns: 1fr auto; align-content: space-between; gap: 7px 12px; background: var(--surface); color: var(--text); text-align: left; cursor: pointer; }
.topic-grid > button:hover { background: var(--surface-raised); }
.topic-grid > button > span, .topic-coming > span { color: var(--muted-2); font-size: 0.68rem; }
.topic-grid b { align-self: end; font-family: var(--font-serif); font-size: 1.65rem; font-weight: 500; line-height: 1; }
.topic-grid small { grid-row: 3; color: var(--muted); font-size: 0.7rem; }
.topic-grid i { grid-column: 2; grid-row: 1 / 4; align-self: end; color: var(--muted); font-style: normal; }
.topic-coming { position: relative; cursor: default; background: color-mix(in srgb, var(--accent) 9%, var(--surface)); }
.topic-coming > div { align-self: end; display: grid; }
.topic-coming div small { color: var(--accent); font-weight: 700; letter-spacing: 0.12em; }
.topic-coming div b { margin-top: 5px; color: var(--accent-bright); }
.topic-coming div p { margin: 7px 0 0; color: var(--muted); font-size: 0.72rem; }

.time-section { background: var(--bg); }
.time-discovery { border: 1px solid var(--line-strong); background: var(--surface); box-shadow: var(--shadow); }
.time-tabs { display: grid; grid-template-columns: repeat(4, 1fr); border-bottom: 1px solid var(--line); }
.time-tabs button { min-height: 140px; padding: 20px; border: 0; border-right: 1px solid var(--line); display: flex; flex-direction: column; justify-content: center; align-items: center; background: transparent; cursor: pointer; }
.time-tabs button:last-child { border-right: 0; }
.time-tabs button:hover, .time-tabs button.active { background: color-mix(in srgb, var(--accent) 11%, transparent); }
.time-tabs b { color: var(--accent); font-family: var(--font-serif); font-size: 3.4rem; font-weight: 500; line-height: 0.9; }
.time-tabs span { color: var(--muted); font-size: 0.72rem; font-weight: 700; letter-spacing: 0.1em; text-transform: uppercase; }
.time-result-panel { min-height: 235px; padding: clamp(28px, 5vw, 55px); display: flex; align-items: end; justify-content: space-between; gap: 40px; }
.time-result-panel > div { max-width: 760px; }
.time-result-panel p { margin: 0; color: var(--accent); font-size: 0.68rem; font-weight: 700; letter-spacing: 0.12em; }
.time-result-panel h3 { margin: 8px 0 10px; font-size: clamp(2rem, 4vw, 3.8rem); line-height: 1; }
.time-result-panel div > span { color: var(--muted); font-size: 0.8rem; }

.scholars-section { background: var(--bg-soft); }
.scholar-rail { display: grid; grid-template-columns: repeat(5, minmax(0, 1fr)); gap: 12px; }
.scholar-card { min-width: 0; padding: 24px 16px; border: 1px solid transparent; text-align: center; }
.scholar-card:hover { border-color: var(--line); background: var(--surface); }
.avatar { position: relative; width: min(100%, 190px); aspect-ratio: 1; margin: 0 auto 20px; overflow: hidden; display: grid; place-items: center; border: 1px solid var(--line); border-radius: 50%; }
.avatar::before { content: ""; position: absolute; width: 45%; aspect-ratio: 1; top: 17%; border-radius: 50%; background: color-mix(in srgb, var(--bg) 78%, transparent); }
.avatar::after { content: ""; position: absolute; width: 84%; height: 58%; bottom: -22%; border-radius: 50%; background: color-mix(in srgb, var(--bg) 82%, transparent); }
.avatar span { position: relative; z-index: 1; margin-top: 50%; color: var(--accent-bright); font-family: var(--font-serif); font-size: 1.35rem; font-style: italic; }
.tone-a { background: radial-gradient(circle at 50% 30%, #675342, #24201b 70%); }
.tone-b { background: radial-gradient(circle at 50% 30%, #585263, #24222b 70%); }
.tone-c { background: radial-gradient(circle at 50% 30%, #526052, #222922 70%); }
.tone-d { background: radial-gradient(circle at 50% 30%, #606052, #26261f 70%); }
.tone-e { background: radial-gradient(circle at 50% 30%, #4a5c63, #20292c 70%); }
.scholar-card h3 { margin: 0; font-size: 1.35rem; line-height: 1.05; }
.scholar-card p { min-height: 43px; margin: 7px 0 14px; color: var(--muted); font-size: 0.72rem; }
.scholar-card button { min-width: 92px; min-height: 42px; padding: 0 16px; border: 1px solid var(--line); background: transparent; cursor: pointer; }
.scholar-card button[data-following="true"] { background: var(--text); color: var(--bg); }

.languages-section { padding-top: 0; background: var(--bg-soft); }
.language-layout { padding-top: 112px; border-top: 1px solid var(--line); display: grid; grid-template-columns: 1fr 1fr; gap: 90px; align-items: center; }
.language-layout h2 { max-width: 680px; margin: 0; font-size: clamp(2.7rem, 4.5vw, 5rem); line-height: 0.98; }
.language-layout > div:first-child > p:last-child { max-width: 590px; margin: 25px 0 0; color: var(--muted); font-size: 0.9rem; }
.language-grid { display: grid; grid-template-columns: 1fr 1fr; border-top: 1px solid var(--line); border-left: 1px solid var(--line); }
.language-grid button { min-height: 120px; padding: 18px; border: 0; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); display: grid; grid-template-columns: 42px 1fr auto; gap: 12px; align-items: center; background: var(--surface); text-align: left; cursor: pointer; }
.language-grid button:hover { background: var(--surface-raised); }
.language-grid span { color: var(--accent); font-family: var(--font-serif); font-size: 1.1rem; font-style: italic; }
.language-grid b { font-size: 0.95rem; }
.language-grid small { grid-column: 2; margin-top: -30px; color: var(--muted); font-size: 0.7rem; }
.language-grid i { color: var(--muted); font-style: normal; }

.seasonal-section { position: relative; min-height: 690px; overflow: hidden; display: grid; align-items: center; color: #fff7e8; background: #0a1119; }
.seasonal-section > picture, .seasonal-section > picture img, .seasonal-shade { position: absolute; inset: 0; width: 100%; height: 100%; }
.seasonal-section > picture img { object-fit: cover; }
.seasonal-shade { background: linear-gradient(90deg, rgba(4,8,13,0.9), rgba(4,8,13,0.4) 52%, rgba(4,8,13,0.12)), linear-gradient(0deg, rgba(4,8,13,0.6), transparent 50%); }
.seasonal-copy { position: relative; z-index: 1; }
.seasonal-copy > * { max-width: 720px; }
.seasonal-copy h2 em { color: #d8bc88; }
.seasonal-copy > p:not(.kicker) { margin: 24px 0 28px; color: rgba(255,247,232,0.72); font-size: 0.95rem; }

.reflection-section { background: var(--bg); }
.reflection-layout { display: grid; grid-template-columns: 0.85fr 1.15fr; gap: clamp(55px, 9vw, 140px); align-items: center; }
.reflection-copy > p:not(.kicker) { max-width: 590px; margin: 25px 0; color: var(--muted); font-size: 0.95rem; }
.privacy-line { display: flex; gap: 9px; align-items: center; color: var(--muted); font-size: 0.78rem; }
.privacy-line span { color: var(--accent); font-size: 0.55rem; }
.privacy-line b { color: var(--text); }
.reflection-note { position: relative; min-height: 450px; padding: clamp(28px, 5vw, 54px); border: 1px solid var(--line-strong); overflow: hidden; display: flex; flex-direction: column; background: var(--surface-raised); box-shadow: var(--shadow); }
.note-head { position: relative; z-index: 1; display: flex; justify-content: space-between; color: var(--accent); font-size: 0.68rem; font-weight: 700; letter-spacing: 0.13em; }
.note-head small { font-size: inherit; }
.reflection-note blockquote { position: relative; z-index: 1; max-width: 720px; margin: auto 0; font-family: var(--font-serif); font-size: clamp(2rem, 4vw, 3.5rem); line-height: 1.15; }
.reflection-note footer { position: relative; z-index: 1; padding-top: 22px; border-top: 1px solid var(--line); display: flex; align-items: end; justify-content: space-between; gap: 20px; }
.reflection-note footer > div { display: grid; }
.reflection-note footer small { color: var(--muted); font-size: 0.65rem; letter-spacing: 0.12em; }
.reflection-note footer b { font-size: 0.78rem; }
.note-trace { position: absolute; width: 72%; height: 40%; right: -9%; bottom: 5%; opacity: 0.08; }
.note-trace path { fill: none; stroke: var(--accent); stroke-width: 12; stroke-linecap: round; }

.manifesto-section { padding: 145px 0; border-block: 1px solid var(--line); background: var(--bg-soft); }
.manifesto h2 { max-width: 1180px; }
.manifesto > div { margin: 55px 0 0 45%; display: grid; grid-template-columns: 1fr auto; gap: 40px; align-items: end; }
.manifesto > div p { max-width: 560px; margin: 0; color: var(--muted); font-size: 0.95rem; }
.join-section { position: relative; min-height: 680px; overflow: hidden; display: grid; place-items: center; text-align: center; background: var(--bg); }
.join-section > img { position: absolute; width: min(560px, 75vw); opacity: 0.045; color: var(--accent); }
.join-section > div { position: relative; z-index: 1; padding-block: 100px; }
.join-section h2 { max-width: 930px; margin-inline: auto; }
.join-section > div > p:not(.kicker) { max-width: 690px; margin: 25px auto 28px; color: var(--muted); }
.join-section small { display: block; margin-top: 14px; color: var(--muted-2); font-size: 0.72rem; }

.site-footer { padding: 58px 0 28px; border-top: 1px solid var(--line); background: var(--bg-soft); }
.footer-top { display: grid; grid-template-columns: auto 1fr auto; gap: 40px; align-items: center; }
.footer-brand .brand-image img { width: 220px; height: 66px; }
.footer-top > p { justify-self: center; margin: 0; color: var(--muted); font-family: var(--font-serif); font-size: 1.1rem; font-style: italic; }
.footer-top nav { display: flex; gap: 20px; flex-wrap: wrap; justify-content: flex-end; }
.footer-top nav button { min-height: 40px; padding: 0; border: 0; background: transparent; color: var(--muted); font-size: 0.75rem; cursor: pointer; }
.footer-top nav button:hover { color: var(--text); }
.footer-bottom { margin-top: 35px; padding-top: 20px; border-top: 1px solid var(--line); display: flex; justify-content: space-between; gap: 20px; color: var(--muted-2); font-size: 0.72rem; }
.footer-bottom a { color: var(--muted); }
.footer-bottom a b { color: var(--text); letter-spacing: 0.04em; }

.overlay { position: fixed; inset: 0; z-index: 90; padding: 13vh 24px 40px; overflow-y: auto; display: grid; place-items: start center; background: color-mix(in srgb, var(--bg) 95%, transparent); backdrop-filter: blur(24px); opacity: 0; visibility: hidden; transition: opacity 0.25s ease, visibility 0.25s ease; }
.overlay.open { opacity: 1; visibility: visible; }
.overlay-close { position: absolute; top: 22px; right: 28px; width: 48px; height: 48px; border: 1px solid var(--line); background: var(--surface); color: var(--text); font-size: 1.8rem; line-height: 1; cursor: pointer; }
.search-dialog { width: min(900px, 100%); }
.search-dialog h2 { margin: 0 0 40px; font-size: clamp(2.8rem, 6vw, 5.5rem); line-height: 0.95; }
.search-dialog label { min-height: 76px; border-bottom: 1px solid var(--line-strong); display: grid; grid-template-columns: 34px 1fr; gap: 12px; align-items: center; }
.search-dialog label svg { width: 23px; fill: none; stroke: var(--muted); stroke-width: 1.4; }
.search-dialog input { min-width: 0; border: 0; outline: 0; background: transparent; color: var(--text); font-family: var(--font-serif); font-size: clamp(1.4rem, 4vw, 2.6rem); }
.search-dialog input::placeholder { color: var(--muted-2); }
.suggestions { margin-top: 24px; display: flex; gap: 8px; flex-wrap: wrap; align-items: center; }
.suggestions > span { margin-right: 7px; color: var(--muted-2); font-size: 0.72rem; }
.suggestions button { min-height: 42px; padding: 0 12px; border: 1px solid var(--line); background: transparent; color: var(--muted); font-size: 0.76rem; cursor: pointer; }
.suggestions button:hover { border-color: var(--accent); color: var(--text); }
.search-note { margin-top: 52px; padding: 20px; border-left: 2px solid var(--accent); background: color-mix(in srgb, var(--accent) 5%, transparent); color: var(--muted); font-size: 0.8rem; }

.share-dialog { width: min(980px, calc(100% - 36px)); max-height: calc(100svh - 36px); padding: 0; border: 1px solid var(--line-strong); grid-template-columns: 1fr 0.9fr; background: var(--surface-raised); color: var(--text); box-shadow: var(--shadow); }
.share-dialog[open] { display: grid; }
.share-dialog::backdrop { background: rgba(4,5,4,0.84); backdrop-filter: blur(15px); }
.share-dialog .overlay-close { z-index: 2; }
.share-preview { min-height: 610px; padding: 44px; display: flex; flex-direction: column; justify-content: center; background: #0c0d0c; color: #f5ecde; text-align: center; }
.share-brand img { width: 100%; max-height: 115px; object-fit: cover; }
.share-brand-light { display: none; }
.share-preview .arabic { margin: auto 0 20px; font-family: var(--font-arabic); font-size: 2.6rem; }
.share-preview blockquote { margin: 0 auto 30px; font-family: var(--font-serif); font-size: 2.2rem; line-height: 1.15; }
.share-preview > span { color: #d8bc88; font-size: 0.7rem; font-weight: 700; letter-spacing: 0.12em; }
.share-dialog-copy { padding: 50px; display: flex; flex-direction: column; justify-content: center; }
.share-dialog-copy h2 { margin: 0; font-size: 3rem; line-height: 1; }
.share-dialog-copy > p:not(.kicker) { color: var(--muted); }
.share-dialog-copy .button { margin-top: 18px; width: fit-content; }

.reveal { opacity: 0; transform: translateY(22px); transition: opacity 0.75s ease, transform 0.75s ease; }
.reveal.visible { opacity: 1; transform: none; }
.delay-1 { transition-delay: 0.1s; }

@media (max-width: 1240px) {
  :root { --shell: min(1180px, calc(100% - 56px)); }
  .site-header { padding-inline: 28px; grid-template-columns: minmax(190px, 1fr) auto minmax(190px, 1fr); }
  .brand-image img { width: 208px; height: 58px; }
  .desktop-nav { gap: 18px; }
  .hero-layout { grid-template-columns: minmax(0, 1fr) 400px; gap: 50px; }
  .hero h1 { font-size: clamp(4rem, 7vw, 6rem); }
  .journey-grid { grid-template-rows: 270px 270px; }
  .topic-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); }
  .continue-panel { grid-template-columns: 0.75fr 1.5fr; }
  .continue-note { display: none; }
}

@media (max-width: 1080px) {
  .site-header { grid-template-columns: 1fr auto; }
  .desktop-nav, .desktop-only { display: none; }
  .menu-button { display: grid; }
  .mobile-menu {
    position: fixed;
    inset: 82px 0 0;
    z-index: 65;
    padding: 34px 28px;
    overflow-y: auto;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    background: color-mix(in srgb, var(--bg) 97%, transparent);
    backdrop-filter: blur(24px);
    opacity: 0;
    visibility: hidden;
    transform: translateY(-8px);
    transition: opacity 0.25s ease, transform 0.25s ease, visibility 0.25s ease;
  }
  .site-header.scrolled + .mobile-menu { top: 72px; }
  .mobile-menu.open { opacity: 1; visibility: visible; transform: none; }
  .mobile-menu nav { display: grid; }
  .mobile-menu nav a { min-height: 58px; padding: 8px 0; border-bottom: 1px solid var(--line); display: flex; align-items: center; font-family: var(--font-serif); font-size: 2rem; line-height: 1; }
  .mobile-menu > div { padding-top: 28px; display: grid; grid-template-columns: 1fr 1fr; gap: 10px; }
  .mobile-menu .text-action { justify-content: center; border: 1px solid var(--line); }
  .hero { min-height: auto; }
  .hero-layout { min-height: 1060px; grid-template-columns: 1fr; align-content: center; gap: 56px; }
  .hero-copy { max-width: 760px; }
  .discovery-card { width: min(680px, 100%); justify-self: end; }
  .journey-grid { grid-template-columns: 1fr 1fr; grid-template-rows: 520px 280px 280px; }
  .journey-feature { grid-column: 1 / 3; grid-row: auto; }
  .journey-card:last-child { grid-column: 1 / 3; }
  .quran-header { grid-template-columns: 1fr; gap: 34px; }
  .quran-intro { max-width: 520px; }
  .series-grid { grid-template-columns: 1fr; }
  .series-list { display: grid; grid-template-columns: 1fr 1fr; }
  .series-list article { border-top: 0; }
  .lecture-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .scholar-rail { grid-template-columns: repeat(3, minmax(0, 1fr)); }
  .language-layout { grid-template-columns: 1fr; gap: 50px; }
  .manifesto > div { margin-left: 28%; }
  .footer-top { grid-template-columns: 1fr auto; }
  .footer-top > p { display: none; }
}

@media (max-width: 768px) {
  :root { --shell: calc(100% - 36px); }
  html { scroll-padding-top: 72px; }
  .site-header { height: 70px; padding-inline: 18px; }
  .site-header.scrolled { height: 66px; }
  .mobile-menu { inset: 70px 0 0; padding-inline: 18px; }
  .brand-lockup { display: none !important; }
  .brand-icon { display: block; }
  :root[data-theme="dark"] .brand-icon.brand-light,
  :root[data-theme="light"] .brand-icon.brand-dark { display: none; }
  .brand-icon img { width: 42px; height: 48px; object-fit: cover; }
  .header-actions { gap: 7px; }
  .round-button, .menu-button { width: 42px; height: 42px; }
  .hero-media img { object-position: center; }
  .hero-shade { background: linear-gradient(180deg, rgba(5,6,5,0.7) 0%, rgba(5,6,5,0.2) 35%, rgba(5,6,5,0.58) 68%, rgba(5,6,5,0.94) 100%); }
  .hero-layout { min-height: 1140px; padding: 112px 0 48px; align-content: space-between; gap: 250px; }
  .hero-copy { max-width: 640px; }
  .hero h1 { max-width: 620px; font-size: clamp(3.2rem, 13vw, 5.4rem); line-height: 0.91; }
  .hero-description { max-width: 560px; margin-top: 22px; font-size: 0.94rem; line-height: 1.7; }
  .hero-actions { margin-top: 24px; }
  .hero-proof { margin-top: 26px; gap: 20px; flex-wrap: wrap; }
  .hero-proof > span { min-width: 160px; }
  .discovery-card { justify-self: stretch; width: 100%; padding: 20px; }
  .hero-foot { display: none; }
  .hero-trace { width: 80vw; height: 50vw; bottom: -10vw; }
  .section { padding: 86px 0; }
  .section-header { margin-bottom: 32px; grid-template-columns: 1fr; gap: 20px; }
  .section-header > p { max-width: 600px; }
  .section-header > .text-link { justify-self: start; }
  .section-header h2, .quran-header h2, .reflection-copy h2, .manifesto h2, .join-section h2, .seasonal-copy h2 { font-size: clamp(2.55rem, 10vw, 4.2rem); }
  .journey-grid { margin-right: -18px; padding-right: 18px; display: flex; gap: 12px; overflow-x: auto; overscroll-behavior-inline: contain; scroll-snap-type: x mandatory; scrollbar-width: none; }
  .journey-grid::-webkit-scrollbar, .snap-rail::-webkit-scrollbar { display: none; }
  .journey-card, .journey-feature, .journey-card:last-child { flex: 0 0 min(82vw, 560px); min-height: 500px; scroll-snap-align: start; }
  .journey-content, .journey-feature .journey-content { padding: 25px; }
  .journey-feature h3 { font-size: 2.6rem; }
  .quran-header { margin-bottom: 34px; }
  .quran-feature { grid-template-columns: 1fr; min-height: 0; }
  .quran-feature picture { min-height: 390px; }
  .quran-panel { padding: 32px 24px; }
  .quran-panel h3 { font-size: 3rem; }
  .surah-rail, .scholar-rail { margin-right: -18px; padding-right: 18px; display: flex; gap: 10px; overflow-x: auto; scroll-snap-type: x mandatory; scrollbar-width: none; }
  .surah-card { flex: 0 0 min(72vw, 330px); min-height: 145px; scroll-snap-align: start; }
  .daily-grid { grid-template-columns: 1fr; }
  .daily-card { min-height: 440px; }
  .share-strip { grid-template-columns: 1fr; gap: 18px; }
  .continue-section { padding-bottom: 86px; }
  .continue-panel { grid-template-columns: 1fr; }
  .continue-panel > div:first-child { border-right: 0; border-bottom: 1px solid var(--line); }
  .continue-card { grid-template-columns: minmax(150px, 0.8fr) 1.2fr; }
  .series-feature { min-height: 560px; }
  .series-list { grid-template-columns: 1fr; }
  .topic-grid { grid-template-columns: 1fr 1fr; }
  .time-tabs { grid-template-columns: 1fr 1fr; }
  .time-tabs button:nth-child(2) { border-right: 0; }
  .time-tabs button:nth-child(-n+2) { border-bottom: 1px solid var(--line); }
  .time-result-panel { align-items: flex-start; flex-direction: column; gap: 26px; }
  .scholar-card { flex: 0 0 min(55vw, 250px); scroll-snap-align: start; }
  .language-layout { padding-top: 82px; }
  .seasonal-section { min-height: 640px; }
  .reflection-layout { grid-template-columns: 1fr; }
  .manifesto-section { padding: 100px 0; }
  .manifesto > div { margin: 40px 0 0; grid-template-columns: 1fr; gap: 20px; }
  .join-section { min-height: 610px; }
  .footer-top { grid-template-columns: 1fr; }
  .footer-brand .brand-lockup { display: block !important; }
  .footer-brand .brand-lockup img { width: 210px; height: 63px; }
  :root[data-theme="dark"] .footer-brand .brand-light,
  :root[data-theme="light"] .footer-brand .brand-dark { display: none !important; }
  .footer-top nav { justify-content: flex-start; }
  .footer-bottom { flex-direction: column; }
  .share-dialog[open] { grid-template-columns: 1fr; overflow-y: auto; }
  .share-preview { min-height: 490px; padding: 34px 24px; }
  .share-dialog-copy { padding: 36px 26px; }
}

@media (max-width: 560px) {
  :root { --shell: calc(100% - 28px); }
  .site-header { padding-inline: 14px; }
  .mobile-menu { padding-inline: 14px; }
  .mobile-menu nav a { min-height: 53px; font-size: 1.7rem; }
  .hero-layout { min-height: 1080px; padding-top: 104px; gap: 225px; }
  .eyebrow, .kicker { margin-bottom: 14px; font-size: 0.65rem; letter-spacing: 0.13em; }
  .hero h1 { font-size: clamp(3rem, 14.5vw, 4.3rem); }
  .hero-actions { display: grid; grid-template-columns: 1fr; }
  .hero-actions .button { width: 100%; }
  .hero-proof { display: none; }
  .discovery-card { margin-inline: -2px; padding: 16px; }
  .discovery-top { font-size: 0.6rem; }
  .discovery-card h2 { font-size: 1.65rem; }
  .intent-card { min-height: 92px; }
  .intent-card small { display: none; }
  .time-options { grid-template-columns: 1fr 1fr; gap: 5px; }
  .time-options button { min-height: 42px; border-right: 1px solid rgba(255,255,255,0.13); }
  .recommendation { grid-template-columns: 44px 1fr 36px; padding: 10px; gap: 9px; }
  .athar-glyph { width: 44px; height: 44px; }
  .recommendation strong { font-size: 0.9rem; }
  .journey-grid, .surah-rail, .scholar-rail { margin-right: -14px; padding-right: 14px; }
  .journey-card, .journey-feature, .journey-card:last-child { flex-basis: 86vw; min-height: 455px; }
  .journey-content h3, .journey-feature h3 { font-size: 2.2rem; }
  .quran-intro { grid-template-columns: 70px 1fr; }
  .quran-intro > strong { font-size: 3.9rem; }
  .quran-feature picture { min-height: 300px; }
  .quran-panel { padding: 26px 19px; }
  .quran-panel h3 { font-size: 2.6rem; }
  .reciter { grid-template-columns: 28px 1fr 34px; }
  .daily-card { min-height: 420px; padding: 24px 20px; }
  .daily-top > div { gap: 5px; }
  .daily-top button { width: 40px; height: 40px; }
  .daily-card footer { align-items: flex-start; flex-direction: column; }
  .share-strip { padding: 23px 20px; }
  .continue-card { grid-template-columns: 1fr; padding: 16px; }
  .continue-card picture { height: 220px; }
  .series-feature { min-height: 500px; }
  .series-overlay { padding: 26px 20px; }
  .series-overlay h3 { font-size: 3.2rem; }
  .series-list article { grid-template-columns: 32px 1fr 42px; padding: 18px 14px; }
  .lecture-grid { grid-template-columns: 1fr; gap: 30px; }
  .topic-grid { grid-template-columns: 1fr; }
  .topic-grid > button, .topic-coming { min-height: 145px; }
  .time-tabs button { min-height: 112px; }
  .time-tabs b { font-size: 2.8rem; }
  .time-result-panel { padding: 28px 20px; }
  .scholar-card { flex-basis: 64vw; }
  .language-grid { grid-template-columns: 1fr; }
  .language-grid button { min-height: 94px; }
  .seasonal-section { min-height: 600px; }
  .reflection-note { min-height: 420px; padding: 27px 20px; }
  .reflection-note footer { align-items: flex-start; flex-direction: column; }
  .join-section > div { padding-block: 80px; }
  .footer-top nav { gap: 14px; }
  .overlay { padding: 11vh 16px 30px; }
  .overlay-close { top: 14px; right: 14px; }
  .search-dialog h2 { margin-bottom: 24px; }
  .search-dialog label { min-height: 66px; grid-template-columns: 27px 1fr; }
  .share-preview { min-height: 440px; }
  .share-preview .arabic { font-size: 2.1rem; }
  .share-preview blockquote { font-size: 1.8rem; }
}

@media (max-width: 380px) {
  .hero-layout { min-height: 1050px; gap: 210px; }
  .hero h1 { font-size: 3rem; }
  .hero-description { font-size: 0.88rem; }
  .intent-card b { font-size: 1.2rem; }
  .recommendation small { font-size: 0.55rem; }
  .journey-card, .journey-feature, .journey-card:last-child { flex-basis: 88vw; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { scroll-behavior: auto !important; animation-duration: 0.01ms !important; transition-duration: 0.01ms !important; }
  .reveal { opacity: 1; transform: none; }
}
