/* ============================================================
   Yorkshire Adabee Forum — "Bayaz" theme  (v3 · serious & calm)
   Muted cool palette: slate ink · deep teal · soft sage · brass.
   Editorial, restrained, fully responsive. LTR + RTL.
   ============================================================ */

@import url('https://fonts.googleapis.com/css2?family=Fraunces:ital,opsz,wght@0,9..144,400;0,9..144,500;0,9..144,600;1,9..144,400;1,9..144,500&family=Inter:wght@400;500;600;700&family=Newsreader:ital,opsz,wght@0,6..72,400;0,6..72,500;1,6..72,400&family=Noto+Nastaliq+Urdu:wght@400;500;600;700&family=Noto+Naskh+Arabic:wght@400;500;600;700&display=swap');

:root {
    /* ---- Serious, cool, muted palette ---- */
    --paper:      #F4F5F1;   /* soft cool stone */
    --paper-2:    #EBEEE8;   /* muted sage-stone (alt sections) */
    --card:       #FBFBF8;
    --ink:        #1C2622;   /* deep slate-green (near-black) */
    --ink-soft:   #59635D;
    --ink-faint:  #8A928C;
    --teal:       #2F5D59;   /* muted deep teal — primary */
    --teal-deep:  #21433F;
    --teal-mute:  #4C716D;
    --sage:       #DCE4DE;   /* soft sage tint */
    --sage-deep:  #C7D3CC;
    --line:       #DCDFD7;   /* muted border */
    --line-soft:  #E7E9E2;
    --brass:      #A5854F;   /* restrained antique gold — sparse accent */
    --brass-soft: #E4D9C2;

    --display: 'Noto Nastaliq Urdu', 'Fraunces', Georgia, serif;
    --urdu:    'Noto Nastaliq Urdu', serif;
    --naskh:   'Noto Nastaliq Urdu', 'Noto Naskh Arabic', serif;
    --body:    'Noto Nastaliq Urdu', 'Inter', system-ui, sans-serif;
    --read:    'Noto Nastaliq Urdu', 'Newsreader', Georgia, serif;

    --wrap: 1180px;
    --radius: 10px;
    --radius-lg: 16px;
    --shadow: 0 16px 38px -22px rgba(28,38,34,.30);
    --shadow-soft: 0 8px 20px -14px rgba(28,38,34,.20);
}

* { margin: 0; padding: 0; box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
    font-family: var(--body); background-color: var(--paper); color: var(--ink);
    line-height: 2.0; font-size: 16.5px; -webkit-font-smoothing: antialiased;
}
a { color: inherit; text-decoration: none; transition: color .2s ease; }
img { max-width: 100%; display: block; }
p { margin-bottom: 1em; }
.wrap { max-width: var(--wrap); margin: 0 auto; padding: 0 24px; }
main { display: block; }
.urdu { font-family: var(--urdu); direction: rtl; line-height: 2.4; }

/* ---------- RTL / Urdu ---------- */
[dir="rtl"] body { font-family: var(--naskh); }
[dir="rtl"] h1, [dir="rtl"] h2, [dir="rtl"] h3, [dir="rtl"] h4 { font-family: var(--urdu); line-height: 2.1; }
[dir="rtl"] .eyebrow, [dir="rtl"] .kicker, [dir="rtl"] .cat, [dir="rtl"] .atag, [dir="rtl"] .role, [dir="rtl"] .ad-badge, [dir="rtl"] .tag, [dir="rtl"] .chip { letter-spacing: 0; }
[dir="rtl"] .arrow-ic { transform: scaleX(-1); }
[dir="rtl"] .display-em { font-style: normal; }
[dir="rtl"] .menu > li > a, [dir="rtl"] .brand .bt span, [dir="rtl"] .menu .drop li a,
[dir="rtl"] .btn, [dir="rtl"] .search input, [dir="rtl"] .join-form input,
[dir="rtl"] .field input, [dir="rtl"] .field select, [dir="rtl"] .field textarea, [dir="rtl"] .field label { font-family: 'Noto Nastaliq Urdu', var(--naskh), sans-serif; }
[dir="rtl"] .eyebrow, [dir="rtl"] .book .meta .a, [dir="rtl"] .vid .vmeta .by,
[dir="rtl"] .member .role { font-family: 'Noto Nastaliq Urdu', var(--naskh), sans-serif; }
[dir="rtl"] .art .adate, [dir="rtl"] .art .atag { font-family: 'Noto Naskh Arabic', var(--naskh), sans-serif; }

/* ---------- Typography ---------- */
h1,h2,h3,h4 { font-family: var(--display); font-weight: 500; line-height: 1.4; color: var(--ink); letter-spacing: -.005em; }
.eyebrow { display: inline-flex; align-items: center; gap: 11px; font-family: var(--body);
    font-weight: 600; font-size: .72rem; letter-spacing: .2em; text-transform: uppercase; color: var(--teal); }
.eyebrow::before { content: ""; width: 30px; height: 1.5px; background: var(--brass); }
.eyebrow .ur { font-family: 'Noto Naskh Arabic', var(--naskh), sans-serif; direction: rtl; font-size: 1rem; letter-spacing: 0; color: var(--brass); }
.rule { border: none; height: 1px; background: var(--line); max-width: var(--wrap); margin-inline: auto; }
.section-head { margin-bottom: 40px; }
.section-head h2 { font-size: clamp(1.7rem, 3.2vw, 2.4rem); }
.section-head p { color: var(--ink-soft); margin-top: 10px; max-width: 560px; }

/* ---------- Buttons ---------- */
.btn { display: inline-flex; align-items: center; gap: 9px; font-family: var(--body); font-weight: 600;
    font-size: .93rem; padding: 12px 24px; border-radius: 40px; cursor: pointer; border: 1.5px solid transparent; transition: all .2s ease; }
.btn-primary { background: var(--teal); color: #fff; }
.btn-primary:hover { background: var(--teal-deep); }
.btn-ghost { background: transparent; color: var(--teal); border-color: var(--line); }
.btn-ghost:hover { border-color: var(--teal); background: var(--sage); }
.btn-brass { background: var(--brass); color: #fff; }
.btn-brass:hover { background: #8f7343; }
.btn-white { background: #fff; color: var(--teal-deep); }
.btn-white:hover { background: var(--sage); }
.btn-outline-light { background: transparent; color: #fff; border-color: rgba(255,255,255,.5); }
.btn-outline-light:hover { background: rgba(255,255,255,.12); border-color: #fff; }

/* ============================================================
   TOPBAR + HEADER
   ============================================================ */
.topbar { background: var(--teal-deep); color: #cdddd8; font-size: .8rem; }
.topbar .wrap { display: flex; justify-content: space-between; align-items: center; min-height: 38px; gap: 16px; flex-wrap: wrap; }
.topbar a:hover { color: #fff; }
.topbar .tb-right { display: flex; gap: 18px; align-items: center; }
.topbar .dot { opacity: .4; }
.topbar svg { vertical-align: -3px; }

.site-header { position: sticky; top: 0; z-index: 200; background: rgba(244,245,241,.9); backdrop-filter: blur(10px); border-bottom: 1px solid var(--line); }
.nav { display: flex; align-items: center; justify-content: space-between; min-height: 72px; gap: 20px; }
.brand { display: flex; align-items: center; gap: 12px; }
.brand .mark { width: 44px; height: 44px; border-radius: 11px; flex-shrink: 0; background: var(--teal); color: #fff;
    display: grid; place-items: center; font-family: var(--urdu); font-size: 1.45rem; padding-bottom: 4px; }
.brand .bt { line-height: 1.1; }
.brand .bt strong { font-family: var(--display); font-size: 1.12rem; font-weight: 600; display: block; }
.brand .bt span { font-family: var(--urdu); font-size: 1rem; color: var(--teal-mute); }

.mark {
    display: inline-flex;
    align-items: center;
}

.mark-icon {
    width: 40px;
    height: 40px;
    object-fit: contain;
    display: inline-block;
}

.menu { display: flex; align-items: center; gap: 26px; list-style: none; }
.menu > li { position: relative; }
.menu > li > a { font-weight: 500; font-size: .94rem; padding: 8px 0; color: var(--ink); font-family: 'Noto Nastaliq Urdu', var(--urdu), serif; }
.menu > li > a:hover, .menu > li > a.active { color: var(--teal); }
.menu > li.has > a::after { content: "⌄"; margin-inline-start: 5px; color: var(--ink-faint); font-size: .8rem; }
.menu .drop { position: absolute; top: 100%; inset-inline-end: 0; min-width: 210px; background: var(--card);
    border: 1px solid var(--line); border-radius: 10px; box-shadow: var(--shadow); padding: 8px; list-style: none;
    opacity: 0; visibility: hidden; transform: translateY(8px); transition: all .18s ease; }
.menu > li.has:hover .drop { opacity: 1; visibility: visible; transform: translateY(0); }
.menu .drop li a { display: block; padding: 9px 14px; border-radius: 7px; font-size: .9rem; }
.menu .drop li a:hover { background: var(--sage); color: var(--teal); }

.nav-cta { display: flex; align-items: center; gap: 12px; }
.lang-pill { font-size: .9rem; font-weight: 600; color: var(--teal); border: 1.5px solid var(--line); border-radius: 30px; padding: 6px 15px; background: var(--card); }
.lang-pill.ur { font-family: var(--urdu); font-size: 1rem; }
.lang-pill:hover { border-color: var(--teal); background: var(--sage); }
.burger { display: none; background: none; border: none; cursor: pointer; padding: 8px; }
.burger span { display: block; width: 24px; height: 2px; background: var(--ink); margin: 5px 0; transition: .25s; }

/* ============================================================
   SLIDER (2 slides) — calm, tonal
   ============================================================ */
.slider { position: relative; overflow: hidden; }
.slides { position: relative; }
.slide { position: absolute; inset: 0; opacity: 0; visibility: hidden; transition: opacity .8s ease; }
.slide.active { position: relative; opacity: 1; visibility: visible; }
.slide-inner { position: relative; z-index: 2; padding: 76px 0 88px; }
.slide-grid { display: grid; grid-template-columns: 1.08fr .92fr; gap: 52px; align-items: center; }
.slide-bg { position: absolute; inset: 0; z-index: 0; }
.slide-1 .slide-bg { background: linear-gradient(120deg, #21433F 0%, #2F5D59 100%); }
.slide-2 .slide-bg { background: linear-gradient(120deg, #232D2A 0%, #33403B 100%); }

.islamic-pattern { position: absolute; inset: 0; width: 100%; height: 100%; z-index: 1; opacity: .1; pointer-events: none; color: #fff; }
.arabesque { position: absolute; z-index: 1; width: 210px; height: 210px; color: rgba(233,220,194,.28); pointer-events: none; }
.arabesque.tr { top: -6px; inset-inline-end: -4px; }
.arabesque.bl { bottom: -6px; inset-inline-start: -4px; transform: rotate(180deg); }

.slide-copy { color: #fff; }
.slide-copy .kicker { display: inline-flex; align-items: center; gap: 8px; font-weight: 600; font-size: .74rem;
    letter-spacing: .16em; text-transform: uppercase; color: #e9dcc2; border: 1px solid rgba(233,220,194,.4);
    padding: 7px 16px; border-radius: 30px; margin-bottom: 24px; }
[dir="rtl"] .slide-copy .kicker { letter-spacing: 0; font-family: var(--naskh); }
.slide-copy h1, .slide-copy h2 { color: #fff; font-size: clamp(2.1rem, 4.6vw, 3.5rem); font-weight: 500; font-family: var(--display); line-height: 1.14; word-break: keep-all; overflow-wrap: normal; }
[dir="rtl"] .slide-copy h1, [dir="rtl"] .slide-copy h2 { line-height: 1.75; font-family: var(--urdu); word-break: keep-all; overflow-wrap: normal; white-space: normal; }
.slide-copy h1 .display-em, .slide-copy h2 .display-em {  color: #d8c39a; word-break: keep-all; }
.slide-copy .lede { font-size: 1.1rem; color: rgba(255,255,255,.9); margin: 22px 0 30px; max-width: 520px; }
.slide-actions { display: flex; gap: 14px; flex-wrap: wrap; align-items: center; }

.search { display: flex; background: #fff; border-radius: 44px; overflow: hidden; max-width: 540px; box-shadow: var(--shadow); }
.search input { flex: 1; border: none; outline: none; background: transparent; padding: 15px 22px; font-family: var(--body); font-size: 1rem; color: var(--ink); }
.search input::placeholder { color: #9aa39d; }
.search button { border: none; background: var(--teal); color: #fff; padding: 0 26px; font-family: var(--body); font-weight: 600; cursor: pointer; display: flex; align-items: center; gap: 6px; }
.search button:hover { background: var(--teal-deep); }
.hero-tags { margin-top: 16px; display: flex; gap: 9px; flex-wrap: wrap; font-size: .84rem; color: rgba(255,255,255,.85); align-items: center; }
.hero-tags a { border: 1px solid rgba(255,255,255,.28); padding: 5px 13px; border-radius: 20px; color: #fff; font-family: 'Noto Naskh Arabic', var(--naskh), sans-serif; }
.hero-tags a:hover { background: rgba(255,255,255,.12); }

/* Bayaz couplet card */
.bayaz { position: relative; background: var(--card); border-radius: var(--radius-lg); padding: 42px 34px; box-shadow: var(--shadow); }
.bayaz::before { content: ""; position: absolute; inset: 13px; border-radius: 10px; border: 1px solid var(--brass); opacity: .5; pointer-events: none; }
.bayaz .corner { position: absolute; width: 22px; height: 22px; border: 1.5px solid var(--brass); }
.bayaz .c1 { top: 7px; left: 7px; border-right: none; border-bottom: none; }
.bayaz .c2 { top: 7px; right: 7px; border-left: none; border-bottom: none; }
.bayaz .c3 { bottom: 7px; left: 7px; border-right: none; border-top: none; }
.bayaz .c4 { bottom: 7px; right: 7px; border-left: none; border-top: none; }
.bayaz .seal { position: absolute; top: -18px; left: 50%; transform: translateX(-50%); background: var(--brass); color: #fff;
    font-family: var(--urdu); font-size: .95rem; padding: 3px 20px 5px; border-radius: 30px; }
.bayaz .couplet { font-family: var(--urdu); direction: rtl; text-align: center; font-size: 1.5rem; line-height: 2.4; color: var(--ink); margin: 14px 0 18px; }
.bayaz .poet { text-align: center; font-family: var(--urdu); direction: rtl; color: var(--brass); font-size: 1.02rem; }
.bayaz .poet-en { text-align: center; font-family: var(--display); font-style: italic; color: var(--ink-soft); font-size: .88rem; margin-top: 2px; }

/* event card (slide 2) */
.eventcard { position: relative; background: var(--card); border-radius: var(--radius-lg); padding: 34px; box-shadow: var(--shadow); }
.eventcard h3 { font-size: 1.35rem; margin-bottom: 4px; }
.eventcard .ev-ur { font-family: var(--urdu); direction: rtl; color: var(--brass); font-size: 1.15rem; margin-bottom: 18px; }
.eventcard .row { display: flex; gap: 13px; align-items: center; padding: 12px 0; border-bottom: 1px solid var(--line-soft); }
.eventcard .row:last-child { border: none; }
.eventcard .row .ric { width: 42px; height: 42px; border-radius: 10px; background: var(--sage); color: var(--teal); display: grid; place-items: center; flex-shrink: 0; }
.eventcard .row b { display: block; font-family: var(--display); font-size: 1rem; }
[dir="rtl"] .eventcard .row b { font-family: var(--urdu); }
.eventcard .row span { color: var(--ink-soft); font-size: .86rem; }

/* controls */
.slider-nav { position: absolute; top: 50%; transform: translateY(-50%); z-index: 5; width: 46px; height: 46px; border-radius: 50%;
    background: rgba(255,255,255,.85); border: none; cursor: pointer; display: grid; place-items: center; color: var(--ink); box-shadow: var(--shadow-soft); transition: .2s; }
.slider-nav:hover { background: #fff; }
.slider-nav.prev { inset-inline-start: 20px; }
.slider-nav.next { inset-inline-end: 20px; }
[dir="rtl"] .slider-nav svg { transform: scaleX(-1); }
.slider-dots { position: absolute; bottom: 24px; left: 50%; transform: translateX(-50%); z-index: 5; display: flex; gap: 9px; }
.slider-dots button { width: 10px; height: 10px; border-radius: 50%; border: 1.5px solid #fff; background: transparent; cursor: pointer; padding: 0; transition: .2s; }
.slider-dots button.active { background: #fff; width: 26px; border-radius: 6px; }

/* ============================================================
   FEATURES — uniform, restrained
   ============================================================ */
/* .features { padding: 72px 0; }
.feat-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 20px; }
.feat { background: var(--card); border: 1px solid var(--line); border-radius: var(--radius); padding: 30px 24px; transition: border-color .2s, transform .2s; display: block; }
.feat:hover { transform: translateY(-4px); border-color: var(--teal-mute); }
.feat .ic { width: 50px; height: 50px; border-radius: 12px; display: grid; place-items: center; margin-bottom: 18px; background: var(--sage); color: var(--teal); }
.feat h3 { font-size: 1.2rem; margin-bottom: 3px; }
.feat .ur-sub { font-family: var(--urdu); direction: rtl; color: var(--teal-mute); font-size: .98rem; margin-bottom: 10px; }
.feat p { color: var(--ink-soft); font-size: .9rem; }
.feat .go { margin-top: 14px; font-weight: 600; font-size: .85rem; color: var(--teal); display: inline-flex; gap: 6px; }
.feat:hover .go { gap: 10px; } */

/* ============================================================
   FEATURES — uniform, restrained
   ============================================================ */
.features { padding: 72px 0; }
.feat-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 20px; }

.feat {
  background: var(--card);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  padding: 30px 24px;
  transition: border-color .2s, transform .2s;
  display: flex;              /* block se flex kar diya */
  flex-direction: column;     /* items upar se neeche stack hon */
  height: 100%;                /* agar grid item ki height barabar honi ho */
}

.feat:hover { transform: translateY(-4px); border-color: var(--teal-mute); }

.feat .ic {
  width: 50px;
  height: 50px;
  border-radius: 12px;
  display: grid;
  place-items: center;
  margin-bottom: 18px;
  background: var(--sage);
  color: var(--teal);
}

.feat h3 { font-size: 1.2rem; margin-bottom: 3px; }
.feat .ur-sub { font-family: var(--urdu); direction: rtl; color: var(--teal-mute); font-size: .98rem; margin-bottom: 10px; }
.feat p { color: var(--ink-soft); font-size: .9rem; }

.feat .go {
  margin-top: auto;   /* ye asal trick hai - bottom par push kar dega */
  padding-top: 14px;  /* margin-top ki jagah spacing ke liye */
  font-weight: 600;
  font-size: .85rem;
  color: var(--teal);
  display: inline-flex;
  gap: 6px;
  align-items: center;
}

.feat:hover .go { gap: 10px; }

/* ============================================================
   ABOUT
   ============================================================ */
.about-strip { padding: 20px 0 76px; }
.about-grid { display: block; }
.about-grid::after { content: ''; display: table; clear: both; }
.about-photo { float: right; width: 42%; margin-left: 48px; margin-bottom: 24px; position: relative; }
.about-photo .frame { border-radius: var(--radius-lg); overflow: hidden; border: 1px solid var(--line); box-shadow: var(--shadow);
    aspect-ratio: 4/3; background: var(--teal); display: grid; place-items: center; color: #fff; }
.about-photo .frame img { width: 100%; height: 100%; object-fit: cover; }
.about-photo .badge { position: absolute; bottom: -20px; inset-inline-end: -14px; background: var(--brass); color: #fff;
    border-radius: 12px; padding: 15px 22px; box-shadow: var(--shadow); text-align: center; }
.about-photo .badge b { font-family: var(--display); font-size: 1.6rem; display: block; line-height: 1; }
[dir="rtl"] .about-photo .badge b { font-family: var(--urdu); }
.about-photo .badge span { font-size: .76rem; font-weight: 600; }
.about-copy h2 { font-size: clamp(1.8rem, 3.4vw, 2.5rem); margin: 0 0 16px; line-height: 1.2; }
.about-copy p { color: var(--ink-soft); margin-bottom: 16px; }
.stats { display: flex; gap: 34px; margin: 26px 0; flex-wrap: wrap; }
.stats .st b { font-family: var(--display); font-size: 1.85rem; color: var(--teal); display: block; }
[dir="rtl"] .stats .st b { font-family: var(--urdu); }
.stats .st span { font-size: .84rem; color: var(--ink-soft); }

/* ============================================================
   BOOKS — carousel rail + grid
   ============================================================ */
.books-sec { padding: 76px 0; background: var(--paper-2); border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.head-row { display: flex; justify-content: space-between; align-items: flex-end; margin-bottom: 34px; flex-wrap: wrap; gap: 16px; }
.rail-wrap { position: relative; }
.rail-clip { overflow: hidden; }
.book-rail { display: grid; grid-auto-flow: column; grid-auto-columns: calc((100% - 3*22px)/4); gap: 22px;
    padding-bottom: 8px;
    transition: transform 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    will-change: transform; }
.rail-btn { position: absolute; top: 38%; z-index: 4; width: 44px; height: 44px; border-radius: 50%; background: var(--card);
    border: 1px solid var(--line); cursor: pointer; display: grid; place-items: center; color: var(--ink); box-shadow: var(--shadow-soft); transition: .2s; }
.rail-btn:hover { background: var(--teal); color: #fff; border-color: var(--teal); }
.rail-btn.prev { inset-inline-start: -18px; }
.rail-btn.next { inset-inline-end: -18px; }
[dir="rtl"] .rail-btn svg { transform: scaleX(1); }

.book-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 24px; }
.book { background: var(--card); border-radius: var(--radius); overflow: hidden; border: 1px solid var(--line); transition: transform .2s, box-shadow .2s; display: block; }
.book:hover { transform: translateY(-4px); box-shadow: var(--shadow); }
.book .cover { aspect-ratio: 3/4; position: relative; display: grid; place-items: center; padding: 20px; overflow: hidden; background: linear-gradient(150deg, #2F5D59, #21433F); }
.book.t2 .cover { background: linear-gradient(150deg, #34504F, #223635); }
.book.t3 .cover { background: linear-gradient(150deg, #2B4C57, #1E3841); }
.book.t4 .cover { background: linear-gradient(150deg, #3E514A, #2A3831); }
.book .cover::after { content: ""; position: absolute; inset: 12px; border: 1px solid rgba(233,220,194,.35); border-radius: 4px; pointer-events: none; z-index: 2; }
.book .cover img { position: absolute; inset: 12px; width: calc(100% - 24px); height: calc(100% - 24px); object-fit: cover; border-radius: 4px; z-index: 1; }
.book .cover .ur-title { font-family: var(--urdu); direction: rtl; color: #fff; text-align: center; font-size: 1.45rem; line-height: 2; z-index: 1; }
.book .cat { position: absolute; top: 12px; inset-inline-end: 12px; background: rgba(251,251,248,.92); color: var(--ink);
    font-size: .66rem; font-weight: 700; letter-spacing: .06em; text-transform: uppercase; padding: 4px 10px; border-radius: 20px; z-index: 2; }
.book .meta { padding: 16px 18px 20px; }
.book .meta .t { font-family: var(--urdu); direction: rtl; font-size: 1.2rem; color: var(--ink); display: block; text-align: right; width: 100%; }
.book .meta .a { color: var(--ink-soft); font-size: .86rem; margin: 4px 0 12px; display: block; text-align: right; width: 100%; }
.book .meta .read { font-weight: 600; color: var(--teal); font-size: .88rem; display: inline-flex; gap: 6px; }
.book:hover .meta .read { gap: 10px; }

/* ============================================================
   SPONSORS / ADVERTISE — upgraded, refined
   ============================================================ */
.sponsors { padding: 78px 0; }
.sponsors .section-head { text-align: center; }
.sponsors .section-head .eyebrow { justify-content: center; }
.sponsor-logos { display: grid; grid-template-columns: repeat(5, 1fr); gap: 18px; margin-bottom: 30px; }
.sponsor-logo { aspect-ratio: 3/2; border: 1px solid var(--line); border-radius: var(--radius); background: var(--card);
    display: grid; place-items: center; color: var(--ink-faint); transition: .2s; text-align: center; padding: 12px; }
.sponsor-logo:hover { border-color: var(--teal-mute); color: var(--teal); }
.sponsor-logo b { font-family: 'Noto Naskh Arabic', var(--naskh), sans-serif; font-size: 1.05rem; line-height: 1.1; }
.sponsor-logo span { display: block; font-size: .62rem; letter-spacing: .12em; text-transform: uppercase; margin-top: 4px; font-family: 'Noto Naskh Arabic', var(--naskh), sans-serif; }
.advertise { display: grid; grid-template-columns: 1.5fr 1fr; gap: 22px; margin-top: 8px; }
.adv-panel { border: 1px solid var(--line); border-radius: var(--radius-lg); background: var(--card); padding: 34px; display: flex; gap: 24px; align-items: center; }
.adv-panel .adv-ic { width: 58px; height: 58px; border-radius: 12px; background: var(--sage); color: var(--teal); display: grid; place-items: center; flex-shrink: 0; }
.adv-panel h3 { font-size: 1.3rem; margin-bottom: 6px; }
.adv-panel p { color: var(--ink-soft); font-size: .92rem; }
.adv-cta { border-radius: var(--radius-lg); background: var(--teal-deep); color: #fff; padding: 34px; display: flex; flex-direction: column; justify-content: center; position: relative; overflow: hidden; }
.adv-cta .islamic-pattern { opacity: .07; }
.adv-cta > * { position: relative; z-index: 2; }
.adv-cta h3 { color: #fff; font-size: 1.25rem; margin-bottom: 6px; }
.adv-cta p { color: #cdddd8; font-size: .9rem; margin-bottom: 16px; }
.adv-cta .tiers { display: flex; gap: 18px; margin-bottom: 18px; }
.adv-cta .tiers .ti b { font-family: var(--display); font-size: 1.3rem; display: block; }
[dir="rtl"] .adv-cta .tiers .ti b { font-family: var(--urdu); }
.adv-cta .tiers .ti span { font-size: .74rem; color: #a9beb8; }
.adv-cta .btn { align-self: flex-start; }
[dir="rtl"] .adv-cta .btn { align-self: flex-end; }

/* ============================================================
   VIDEOS — dark, calm
   ============================================================ */
.videos { padding: 76px 0; background: var(--ink); color: #dfe4e0; position: relative; overflow: hidden; }
.videos .islamic-pattern { opacity: .05; color: var(--teal-mute); }
.videos .wrap { position: relative; z-index: 2; }
.videos .eyebrow { color: var(--brass-soft); }
.videos .eyebrow::before { background: var(--brass); }
.videos .eyebrow .ur { color: var(--brass-soft); }
.videos .section-head h2 { color: #fff; }
.videos .section-head p { color: #a9b3ad; }
.vid-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 22px; }
.vid { border-radius: var(--radius); overflow: hidden; background: #263029; border: 1px solid #333c35; transition: transform .2s; display: block; }
.vid:hover { transform: translateY(-4px); }
.vid .thumb { aspect-ratio: 16/9; position: relative; display: grid; place-items: center; background: linear-gradient(135deg,#21433F,#2F5D59); }
.vid.t2 .thumb { background: linear-gradient(135deg,#2B4C57,#1E3841); }
.vid.t3 .thumb { background: linear-gradient(135deg,#34504F,#223635); }
.vid .thumb img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; opacity: .85; }
.vid .play { width: 54px; height: 54px; border-radius: 50%; background: rgba(255,255,255,.92); display: grid; place-items: center; z-index: 1; color: var(--ink); }
.vid .vmeta { padding: 16px 18px; }
.vid .vmeta .t { font-family: var(--display); font-size: 1.05rem; color: #fff; }
.vid .vmeta .ur-t { font-family: var(--urdu); direction: rtl; color: var(--brass-soft); font-size: 1rem; }
.vid .vmeta .by { color: #9aa49d; font-size: .8rem; margin-top: 6px; }

/* ============================================================
   MUSHAIRA
   ============================================================ */
.mushaira { padding: 78px 0; }
.mush-card { display: grid; grid-template-columns: 1fr 1fr; border-radius: var(--radius-lg); overflow: hidden; border: 1px solid var(--line); position: relative; }
.mush-card .left { position: relative; overflow: hidden; background: linear-gradient(150deg, var(--teal-deep), var(--teal)); color: #fff; padding: 46px 44px; }
.mush-card .left .islamic-pattern { opacity: .08; }
.mush-card .left > * { position: relative; z-index: 2; }
.mush-card .left .tag { display: inline-block; background: var(--brass); color: #fff; font-weight: 600; font-size: .72rem; letter-spacing: .08em; padding: 5px 13px; border-radius: 20px; text-transform: uppercase; }
.mush-card .left h2 { color: #fff; font-size: clamp(1.6rem,2.8vw,2.3rem); margin: 16px 0 12px; }
.mush-card .left .ur-line { font-family: var(--urdu); direction: rtl; color: var(--brass-soft); font-size: 1.35rem; margin-bottom: 18px; }
.mush-card .left .where { color: #cdddd8; margin-bottom: 22px; }
.mush-card .right { background: var(--card); padding: 46px 44px; display: flex; flex-direction: column; justify-content: center; gap: 16px; }
.mush-card .right .row { display: flex; gap: 14px; align-items: center; padding-top: 10px; padding-bottom: 16px; border-bottom: 1px solid var(--line-soft); }
.mush-card .right .row:last-child { border: none; padding-bottom: 0; }
.mush-card .right .row .ric { width: 42px; height: 42px; border-radius: 10px; background: var(--sage); color: var(--teal); display: grid; place-items: center; flex-shrink: 0; }
.mush-card .right .row b { display: block; font-family: var(--display); font-size: 1.02rem; }
[dir="rtl"] .mush-card .right .row b { font-family: var(--urdu); }
.mush-card .right .row span { color: var(--ink-soft); font-size: .88rem; }

/* ============================================================
   NEWSLETTER
   ============================================================ */
.joinband { padding: 70px 0; }
.join-inner { position: relative; overflow: hidden; background: var(--teal-deep); color: #fff; border-radius: var(--radius-lg);
    padding: 52px; display: grid; grid-template-columns: 1.2fr 1fr; gap: 40px; align-items: center; }
.join-inner .islamic-pattern { opacity: .08; }
.join-inner > * { position: relative; z-index: 2; }
.join-inner h2 { color: #fff; font-size: clamp(1.6rem,2.8vw,2.2rem); }
.join-inner .eyebrow { color: var(--brass-soft); }
.join-inner .eyebrow::before { background: var(--brass); }
.join-inner .eyebrow .ur { color: #fff; }
.join-inner .ur-line { font-family: var(--urdu); direction: rtl; color: var(--brass-soft); font-size: 1.25rem; margin: 8px 0 10px; }
.join-inner p { color: #cdddd8; }
.join-form { display: flex; gap: 10px; background: #fff; border-radius: 44px; padding: 6px; overflow: hidden; box-sizing: border-box; isolation: isolate; }
.join-form input { flex: 1; border: none !important; outline: none !important; box-shadow: none !important; padding: 12px 18px; font-family: var(--body); font-size: .94rem; background: transparent; box-sizing: border-box; border-radius: 38px; -webkit-appearance: none; appearance: none; }
.join-form input:focus,
.join-form input:focus-visible,
.join-form input:active { border: none !important; outline: none !important; box-shadow: none !important; }


/* ============================================================
   FOOTER
   ============================================================ */
.site-footer { background: var(--ink); color: #c3ccc5; padding: 64px 0 26px; }
.foot-grid { display: grid; grid-template-columns: 1.6fr 1fr 1fr 1.4fr; gap: 40px; }
.site-footer .fbrand { display: flex; align-items: center; gap: 12px; margin-bottom: 16px; }
.site-footer .fbrand .mark { width: 42px; height: 42px; border-radius: 11px; background: var(--teal); color: #fff; display: grid; place-items: center; font-family: var(--urdu); font-size: 1.35rem; padding-bottom: 4px; }
.site-footer .fbrand strong { font-family: var(--display); font-size: 1.1rem; color: #fff; display: block; }
[dir="rtl"] .site-footer .fbrand strong { font-family: var(--urdu); }
.site-footer .fbrand span { font-family: var(--urdu); color: var(--teal-mute); }
.site-footer .fabout { color: #97a19a; font-size: .9rem; max-width: 320px; }
.site-footer h5 { font-family: var(--display); color: #fff; font-size: 1rem; margin-bottom: 16px; font-weight: 600; }
[dir="rtl"] .site-footer h5 { font-family: var(--urdu); }
.site-footer ul { list-style: none; display: flex; flex-direction: column; gap: 10px; }
.site-footer ul a { color: #97a19a; font-size: .9rem; }
.site-footer ul a:hover { color: var(--brass-soft); }
.site-footer .contact-li { display: flex; gap: 10px; color: #97a19a; font-size: .9rem; margin-bottom: 10px; }
.site-footer .contact-li svg { flex-shrink: 0; color: var(--brass); margin-top: 2px; }
.foot-bottom { border-top: 1px solid #2d3630; margin-top: 42px; padding-top: 22px; display: flex; justify-content: space-between; gap: 16px; flex-wrap: wrap; font-size: .82rem; color: #7d867f; }
.foot-bottom a:hover { color: var(--brass-soft); }
.socials { display: flex; gap: 10px; }
.socials a { width: 36px; height: 36px; border-radius: 9px; background: #29332c; display: grid; place-items: center; color: #c3ccc5; }
.socials a:hover { background: var(--teal); color: #fff; }

/* ============================================================
   PAGE BANNER (inner)
   ============================================================ */
.page-banner { position: relative; padding: 60px 0; text-align: center; overflow: hidden; color: #fff; background: linear-gradient(120deg, var(--teal-deep), var(--teal)); }
.page-banner .islamic-pattern { opacity: .09; }
.page-banner .arabesque { color: rgba(233,220,194,.24); }
.page-banner .wrap { position: relative; z-index: 2; }
.page-banner .ur-word { font-family: var(--urdu); direction: rtl; color: var(--brass-soft); font-size: 1.6rem; }
.page-banner h1 { color: #fff; font-size: clamp(1.9rem, 4vw, 3rem); margin: 6px 0 12px; }
.page-banner .crumbs { font-size: .88rem; color: rgba(255,255,255,.85); }
.page-banner .crumbs a { color: #fff; text-decoration: underline; text-underline-offset: 3px; }
.page-banner .crumbs .sep { margin: 0 8px; opacity: .5; }

/* ============================================================
   REUSABLE
   ============================================================ */
.section { padding: 32px 0; }
.section.alt { background: var(--paper-2); border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); padding: 32px 0; }
.filter-row { display: flex; gap: 10px; flex-wrap: wrap; margin-bottom: 36px; }
.chip { font-size: .86rem; font-weight: 500; padding: 8px 18px; border-radius: 30px; border: 1px solid var(--line); background: var(--card); cursor: pointer; transition: .2s; font-family: 'Noto Naskh Arabic', var(--naskh), sans-serif; color: var(--ink); }
.chip:hover { border-color: var(--teal); color: var(--teal); }
.chip.active { background: var(--teal); color: #fff; border-color: var(--teal); }

/* team */
.team-grid { display: grid; grid-template-columns: repeat(4,1fr); gap: 24px; }
.member { background: var(--card); border: 1px solid var(--line); border-radius: var(--radius); overflow: hidden; text-align: center; transition: transform .2s, box-shadow .2s; }
.member:hover { transform: translateY(-4px); box-shadow: var(--shadow); }
.member .ph { aspect-ratio: 1/1; background: var(--sage); display: grid; place-items: center; position: relative; overflow: hidden; }
.member .ph img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; }
.member .ph .ini { font-family: var(--display); font-size: 2.8rem; color: var(--teal); }
.member .mbody { padding: 20px 18px 24px; }
.member .role { font-size: .7rem; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; color: var(--brass); }
.member h3 { font-size: 1.2rem; margin: 6px 0 2px; }
.member .ur-name { font-family: var(--urdu); direction: rtl; color: var(--teal-mute); font-size: 1.08rem; }
.member .msoc { margin-top: 14px; display: flex; gap: 10px; justify-content: center; }
.member .msoc a { width: 33px; height: 33px; border-radius: 8px; background: var(--paper-2); display: grid; place-items: center; color: var(--ink-soft); }
.member .msoc a:hover { background: var(--teal); color: #fff; }

/* articles */
.art-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 26px; }
.art { background: var(--card); border: 1px solid var(--line); border-radius: var(--radius); overflow: hidden; transition: transform .2s, box-shadow .2s; }
.art:hover { transform: translateY(-4px); box-shadow: var(--shadow); }
.art .aimg { aspect-ratio: 16/10; background: linear-gradient(150deg, #2F5D59, #21433F); position: relative; overflow: hidden; }
.art:nth-child(3n+2) .aimg { background: linear-gradient(150deg, #2B4C57, #1E3841); }
.art:nth-child(3n) .aimg { background: linear-gradient(150deg, #34504F, #223635); }
.art .aimg img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; }
.art .atag { position: absolute; top: 14px; inset-inline-start: 14px; background: rgba(251,251,248,.92); color: var(--ink); font-size: .68rem; font-weight: 700; letter-spacing: .05em; text-transform: uppercase; padding: 5px 12px; border-radius: 20px; font-family: 'Noto Naskh Arabic', var(--naskh), sans-serif; }
.art .abody { padding: 22px; }
.art .adate { font-size: .78rem; color: #fff; background: var(--teal); display: inline-block; padding: 4px 14px; border-radius: 20px; margin-bottom: 8px; font-family: 'Noto Naskh Arabic', var(--naskh), sans-serif; }
.art h3 { font-size: 1.24rem; margin: 8px 0 10px; line-height: 1.45; }
.art h3 a:hover { color: var(--teal); }
.art p { color: var(--ink-soft); font-size: .9rem; }
.art .amore { margin-top: 14px; font-weight: 600; color: var(--teal); font-size: .86rem; display: inline-flex; gap: 6px; }
.art:hover .amore { gap: 10px; }

/* forms */
.form-card { background: var(--card); border: 1px solid var(--line); border-radius: var(--radius-lg); padding: 40px; box-shadow: var(--shadow-soft); }
.field { margin-bottom: 20px; }
.field label { display: block; font-weight: 600; font-size: .88rem; margin-bottom: 8px; }
.field label .req { color: var(--brass); }
.field input, .field select, .field textarea { width: 100%; border: 1px solid var(--line); border-radius: 9px; padding: 12px 15px; font-family: var(--body); font-size: .94rem; background: var(--paper); color: var(--ink); transition: .2s; outline: none; }
.field input:focus, .field select:focus, .field textarea:focus { border-color: var(--teal); background: #fff; box-shadow: 0 0 0 3px rgba(47,93,89,.12); }
.field textarea { resize: vertical; min-height: 130px; }
.field .hint { font-size: .8rem; color: var(--ink-soft); margin-top: 6px; }
.form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 20px; }

/* reading */
.reading { font-family: var(--read);  line-height: 2.2; }
.reading * { font-size: inherit !important; line-height: inherit !important; font-family: inherit !important; }
[dir="rtl"] .reading { font-family: var(--naskh);  }
[dir="rtl"] .reading * { font-size: inherit !important; line-height: inherit !important; font-family: inherit !important; }
.reading p { margin-bottom: 22px; }
.reading h2 { font-family: var(--display); margin: 34px 0 14px; }
[dir="rtl"] .reading h2 { font-family: var(--urdu); }
.reading blockquote { border-inline-start: 3px solid var(--brass); background: var(--paper-2); padding: 18px 24px; border-radius: 0 9px 9px 0; margin: 26px 0; font-style: italic; color: var(--ink); }
[dir="rtl"] .reading blockquote { border-radius: 9px 0 0 9px; font-style: normal; }
.reading .couplet-block { font-family: var(--urdu); direction: rtl; text-align: center; font-size: 1.45rem; line-height: 2.6; color: var(--teal-deep); background: var(--sage); border-radius: var(--radius); padding: 26px; margin: 30px 0; }
.sidebar-card { background: var(--card); border: 1px solid var(--line); border-radius: var(--radius); padding: 24px; margin-bottom: 22px; }
.sidebar-card h4 { font-family: var(--display); font-size: 1.08rem; margin-bottom: 16px; }
[dir="rtl"] .sidebar-card h4 { font-family: var(--urdu); }

/* writer hero */
.writer-hero { display: grid; grid-template-columns: .34fr .66fr; gap: 40px; align-items: center; }
.writer-hero .wph { border-radius: var(--radius-lg); overflow: hidden; aspect-ratio: 1/1; background: var(--sage); display: grid; place-items: center; border: 1px solid var(--line); box-shadow: var(--shadow); }
.writer-hero .wph img { width: 100%; height: 100%; object-fit: cover; }
.writer-hero .wph .ini { font-family: var(--display); font-size: 4rem; color: var(--teal); }
.writer-meta { display: flex; gap: 26px; flex-wrap: wrap; margin: 18px 0 6px; }
.writer-meta .wm b { font-family: var(--display); font-size: 1.5rem; color: var(--teal); display: block; }
[dir="rtl"] .writer-meta .wm b { font-family: var(--urdu); }
.writer-meta .wm span { font-size: .82rem; color: var(--ink-soft); }

/* ============================================================
   RESPONSIVE
   ============================================================ */
@media (max-width: 1200px) {
    .about-grid { display: flex; flex-direction: column; gap: 36px; }
    .about-photo { order: -1; width: 100%; margin: 0; }
    .about-photo .frame { max-height: 400px; aspect-ratio: 4/3; }
}
@media (max-width: 980px) {
    .slide-grid, .about-grid, .mush-card, .join-inner, .advertise, .writer-hero { grid-template-columns: 1fr; }
    .slide-copy { text-align: center; }
    .slide-actions, .hero-tags, .slide-copy .eyebrow { justify-content: center; }
    .search { margin: 0 auto; }
    .arabesque { width: 140px; height: 140px; }
    .feat-grid { grid-template-columns: repeat(2,1fr); }
    .book-grid, .team-grid { grid-template-columns: repeat(2,1fr); }
    .book-rail { grid-auto-columns: calc((100% - 22px)/2); }
    .vid-grid, .art-grid { grid-template-columns: repeat(2,1fr); }
    .sponsor-logos { grid-template-columns: repeat(3,1fr); }
    .foot-grid { grid-template-columns: 1fr 1fr; gap: 32px; }
    .mush-card .left, .mush-card .right { padding: 34px 30px; }
    .writer-hero { text-align: center; }
    .writer-meta { justify-content: center; }
}
@media (max-width: 720px) {
    .menu { position: fixed; inset: 72px 0 auto 0; flex-direction: column; align-items: stretch; background: var(--card);
        border-bottom: 1px solid var(--line); padding: 16px 24px; gap: 4px; box-shadow: var(--shadow); display: none; }
    .menu.open { display: flex; }
    .menu > li > a { display: block; padding: 12px 0; border-bottom: 1px solid var(--line-soft); }
    .menu > li.has > a::after { float: right; }
    [dir="rtl"] .menu > li.has > a::after { float: left; }
    .menu .drop { position: static; opacity: 1; visibility: visible; transform: none; box-shadow: none; border: none; padding: 0 14px 8px; display: none; }
    .menu .has.drop-open .drop { display: block; }
    .burger { display: block; }
    .nav-cta .btn-primary { display: none; }
    .feat-grid, .book-grid, .team-grid, .vid-grid, .art-grid, .form-row { grid-template-columns: 1fr; }
    .book-rail { grid-auto-columns: 100%; }
    .sponsor-logos { grid-template-columns: repeat(2,1fr); }
    .foot-grid { grid-template-columns: 1fr; gap: 20px; }
    .site-footer { padding: 36px 0 16px; font-size: .88rem; }
    .site-footer .fabout { display: none; }
    .site-footer h5 { font-size: .92rem; margin-bottom: 6px; cursor: pointer; }
    .site-footer h5::after { content: ' ▾'; font-size: .7rem; }
    .site-footer ul { gap: 3px; }
    .site-footer ul a { font-size: .82rem; padding: 4px 0; display: block; }
    .site-footer .contact-li { font-size: .8rem; margin-bottom: 4px; gap: 8px; }
    .site-footer .contact-li svg { width: 16px; height: 16px; }
    .site-footer .socials a { width: 32px; height: 32px; }
    .foot-bottom { flex-direction: column; text-align: center; align-items: center; gap: 8px; margin-top: 22px; padding-top: 14px; }
    .site-footer .join-form { flex-direction: column; gap: 6px; }
    .site-footer .join-form input { width: 100%; }
    .topbar { padding: 8px 0; }
    .topbar .wrap { flex-direction: column; gap: 4px; align-items: center; }
    .topbar .tb-left { display: none; }
    .topbar .tb-right { font-size: .78rem; gap: 8px; text-align: center; }
    .topbar .tb-right a { font-size: .76rem; }
    .topbar .tb-right .dot { display: none; }
    .about-grid { gap: 28px; }
    .about-photo .frame { aspect-ratio: 3/4 !important; max-height: 380px !important; }
    .about-photo .badge { font-size: .9rem; bottom: -10px; }
    .about-copy h2 { font-size: 1.5rem !important; }
    .about-copy p { font-size: .9rem; }
    .stats { gap: 16px; justify-content: center; }
    .stats .st b { font-size: 1.4rem; }
    .about-strip { padding: 20px 0 40px; }
    .form-card { padding: 26px; }
    .contact-grid { grid-template-columns: 1fr !important; gap: 28px; }
    .sidebar-card { padding: 24px !important; }
    .blog-detail-content { grid-template-columns: 1fr !important; gap: 28px; }
    .blog-detail-content .reading { font-size: 1rem; }
    .prog-detail-grid { grid-template-columns: 1fr !important; gap: 28px; }
    .prog-detail-grid .vid-grid { grid-template-columns: 1fr; }
    .slider-nav { display: none; }
    .rail-btn { display: flex; }
    .adv-cta { padding: 16px; text-align: center; align-items: center; }
    .adv-cta h3 { font-size: 1.05rem; margin-bottom: 2px; }
    .adv-cta p { font-size: 0.8rem; margin-bottom: 8px; }
    .adv-cta .tiers { flex-wrap: wrap; justify-content: center; gap: 8px; margin-bottom: 10px; }
    .adv-cta .tiers .ti b { font-size: 0.95rem; display: inline-block; margin-inline-end: 4px; }
    .adv-cta .tiers .ti span { font-size: 0.7rem; display: inline-block; }
    .adv-cta .btn { align-self: center; font-size: 0.8rem; padding: 6px 14px; }
    [dir="rtl"] .adv-cta .btn { align-self: center; }
    .vid-detail-grid { grid-template-columns: 1fr !important; gap: 24px; }
}
@media (prefers-reduced-motion: reduce) { * { transition: none !important; animation: none !important; scroll-behavior: auto; } }
a:focus-visible, button:focus-visible, input:focus-visible, select:focus-visible, textarea:focus-visible { outline: 2px solid var(--brass); outline-offset: 2px; border-radius: 3px; }

/* Custom Pagination Styles */
.pagination {
    display: flex;
    justify-content: center;
    align-items: center;
    list-style: none;
    gap: 8px;
    margin-top: 30px;
    font-family: var(--body);
}
.pagination li.page-item {
    margin: 0;
}
.pagination .page-link {
    display: flex;
    align-items: center;
    justify-content: center;
    min-width: 36px;
    height: 36px;
    padding: 0 10px;
    border: 1px solid var(--line);
    border-radius: var(--radius);
    color: var(--ink);
    text-decoration: none;
    background: #fff;
    font-size: .9rem;
    transition: all .2s;
}
.pagination .page-item.active .page-link {
    background: var(--teal);
    color: #fff;
    border-color: var(--teal);
}
.pagination .page-item:not(.active):not(.disabled) .page-link:hover {
    background: var(--paper-2);
}
.pagination .page-item.disabled .page-link {
    color: var(--ink-faint);
    background: var(--paper);
    pointer-events: none;
}

.book-hero-grid { display: grid; grid-template-columns: .32fr .68fr; gap: 48px; align-items: start; }
.book-cover-col { display: flex; justify-content: center; }
.book-info-col { min-width: 0; }
.chapters-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 14px; }
.chapter-card { display: flex; align-items: center; gap: 14px; padding: 18px; background: var(--card); border: 1px solid var(--line); border-radius: var(--radius); transition: .2s; text-decoration: none; color: inherit; }
.chapter-card:hover { border-color: var(--teal-mute); transform: translateY(-2px); }
.ch-num { width: 44px; height: 44px; border-radius: 10px; background: var(--sage); color: var(--teal); display: grid; place-items: center; flex-shrink: 0; font-weight: 600; font-family: var(--display); }
.ch-info { flex: 1; min-width: 0; }
.ch-info b { display: block; font-size: .95rem; }
.ch-info span { font-size: .78rem; color: var(--ink-soft); }
.ch-read { color: var(--teal); font-weight: 600; font-size: .85rem; white-space: nowrap; }
@media (max-width: 720px) {
    .book-hero-grid { grid-template-columns: 1fr; gap: 28px; text-align: center; }
    .book-cover-col .wph { max-width: 220px; }
    .book-info-col .writer-meta { justify-content: center; }
    .book-info-col .reading { text-align: right; }
    .chapters-grid { grid-template-columns: 1fr; }
}

