@import url("https://fonts.googleapis.com/css2?family=Cormorant+Garamond:ital,wght@0,400;0,600;0,700;1,400&family=Playfair+Display:wght@400;600;700;800&family=Inter:wght@300;400;500;600;700&display=swap");:root{--di-dark-bg:#0f2a0f;--di-dark-text:#f0ede5;--di-dark-text-muted:rgba(240,237,229,0.6);--di-dark-text-faint:rgba(240,237,229,0.4);--di-dark-gold:#d4af37;--di-dark-gold-soft:rgba(212,175,55,0.85);--di-dark-card-bg:rgba(15,42,15,0.6);--di-dark-border:rgba(60,100,60,0.4);--di-light-bg:#f5f0e8;--di-light-bg-alt:#ede7db;--di-light-text:#1a2e1a;--di-light-text-muted:#3d5a3d;--di-light-text-faint:#6b8a6b;--di-light-gold:#8b6914;--di-light-gold-bright:#a07d1c;--di-light-card-bg:#faf7f2;--di-light-border:#ddd5c5;--di-light-green-accent:#2d5a2d}.di-gold-gradient{background:linear-gradient(135deg,#8b6914,#a07d1c,#8b6914)}.di-gold-text{background:linear-gradient(135deg,#8b6914,#a07d1c,#7a5c10);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.di-eden-bg{background-color:#0f2a0f}.di-eden-base{background:linear-gradient(180deg,#1a3d1a,#234d23 30%,#1f451f 60%,#163016)}.di-eden-rays{background:conic-gradient(from 180deg at 50% -10%,rgba(212,175,55,.06) 0deg,transparent 40deg,rgba(100,180,100,.04) 80deg,transparent 120deg,rgba(212,175,55,.06) 160deg,transparent 200deg,rgba(100,180,100,.04) 240deg,transparent 280deg,rgba(212,175,55,.06) 320deg,transparent 1turn);animation:di-rays 8s ease-in-out infinite}.di-eden-mist{background:linear-gradient(0deg,rgba(50,100,50,.12),transparent);filter:blur(40px);animation:di-mist 12s ease-in-out infinite}.di-eden-glow{background:radial-gradient(ellipse,rgba(180,150,60,.05) 0,transparent 70%);filter:blur(60px);animation:di-glow-pulse 6s ease-in-out infinite}.di-eden-warm-wash{background:linear-gradient(180deg,rgba(200,180,120,.08),transparent 40%,transparent 70%,rgba(30,60,30,.3))}.di-book-glow{background:radial-gradient(ellipse at center,rgba(212,175,55,.12) 0,rgba(100,180,100,.06) 40%,transparent 70%)}.di-book-shadow{box-shadow:20px 20px 60px rgba(0,0,0,.5),-5px -5px 20px rgba(212,175,55,.05),0 0 80px rgba(60,120,60,.08)}.di-gold-line{background:linear-gradient(90deg,transparent,rgba(212,175,55,.5) 50%,transparent)}.di-eden-btn{background:linear-gradient(135deg,rgba(50,100,50,.3),rgba(40,80,40,.2));box-shadow:0 4px 40px rgba(60,120,60,.3),inset 0 1px 0 rgba(255,255,255,.1);color:#e8e4d8}.di-eden-btn:hover{background:linear-gradient(135deg,rgba(50,100,50,.4),rgba(40,80,40,.25))}.di-particle{animation:di-float-up 20s linear infinite}@keyframes di-rays{0%,to{opacity:.15;transform:rotate(0deg) scale(1)}50%{opacity:.25;transform:rotate(2deg) scale(1.02)}}@keyframes di-mist{0%,to{opacity:.3;transform:translateX(0) scale(1)}50%{opacity:.5;transform:translateX(30px) scale(1.05)}}@keyframes di-glow-pulse{0%,to{opacity:.2}50%{opacity:.4}}@keyframes di-float-up{0%{transform:translateY(100vh) scale(0);opacity:0}10%{opacity:.6}90%{opacity:.6}to{transform:translateY(-10vh) scale(1);opacity:0}}@keyframes di-fadeIn{0%{opacity:0}to{opacity:1}}@keyframes di-fadeInUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}@keyframes di-scaleIn{0%{opacity:0;transform:scale(.95)}to{opacity:1;transform:scale(1)}}.animate-fadeIn{animation:di-fadeIn .7s ease-out forwards}.animate-fadeInUp{animation:di-fadeInUp .7s ease-out forwards}.animate-scaleIn{animation:di-scaleIn .6s ease-out forwards}.di-hero-fade-bottom{background:linear-gradient(to top,var(--di-light-bg),transparent)}.line-clamp-3{display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;overflow:hidden}