/* Fonts */
:root{
  --nav:#14406e;
  --footer:#3874b5;
  --accent:#b08968;
}
body{ font-family:Inter, system-ui, -apple-system, Segoe UI, Roboto, "Helvetica Neue", Arial, "Noto Sans", "Apple Color Emoji","Segoe UI Emoji"; }
h1,h2,h3,h4{ font-family:"Playfair Display", serif; }
.bg-nav{ background:linear-gradient(180deg, var(--nav), #142433); }
.bg-footer{ background:linear-gradient(180deg, #3874b5, #0a0f1a); }
.bg-texture{ background-image:url('../img/paper-texture.png'); background-size:cover; background-attachment:fixed; }
.navbar-brand img{ filter: drop-shadow(0 2px 2px rgba(0,0,0,.35)); }
.hero{ background: radial-gradient(1200px 400px at 10% -20%, rgba(255,255,255,.08), transparent 60%), linear-gradient(120deg, #152238, #1f2f4a ); }
.hero-portrait{ max-width:280px; border:3px solid rgba(255,255,255,.2); }
.poem-float{ position:absolute; right:2rem; bottom:1rem; opacity:.5; font-style:italic; }
.thumb{ width:120px; height:90px; object-fit:cover; border-radius:.5rem; box-shadow:0 6px 16px rgba(0,0,0,.25); }
.icon-dot{ width:14px; height:14px; background:var(--accent); }
.kind-şeİr,.kind-şeir{ background:#d63384 !important; } /* just in case */
.kind-məqalə{ background:#0d6efd !important; }
.kind-kitab{ background:#20c997 !important; }
/* Lightbox basic */
.gl-overlay{ position:fixed; inset:0; background:rgba(0,0,0,.85); display:none; align-items:center; justify-content:center; z-index:1050; }
.gl-overlay.active{ display:flex; }
.gl-overlay img{ max-width:90vw; max-height:85vh; border-radius:1rem; box-shadow:0 20px 80px rgba(0,0,0,.6); }
/* Flipbook */
.flip-wrap{ background:#111; }
#flipbook{ display:flex; overflow-x:auto; scroll-snap-type:x mandatory; gap:0; }
.flip-page{ min-width:100%; height:70vh; scroll-snap-align:start; background:#f6f2e8; display:flex; align-items:center; justify-content:center; }
.flip-page img{ width:100%; height:100%; object-fit:contain; }
@media (max-width: 576px){
  .thumb{ width:44vw; height:32vw; }
}
