:root{font-family:system-ui,Avenir,Helvetica,Arial,sans-serif;line-height:1.5;font-weight:400;color-scheme:light dark;color:#ffffffde;background-color:#1e1c2f}*{box-sizing:border-box}body{box-sizing:border-box;margin:0;padding:0}.layout{min-height:100vh;display:grid;grid-template-rows:6rem 1fr 5rem;height:100%;width:100%;background-position:center;background-size:cover}.header{display:flex;width:100%;justify-content:space-between;align-items:center;padding:.75rem 1rem;background:#474168;color:#fff;font-optical-sizing:auto;font-weight:400;font-style:normal;font-variation-settings:"wdth" 100;position:sticky;top:0;z-index:100}.rune{font-weight:400;font-size:xx-large;font-style:normal;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%) scale(1.5);font-family:Noto Sans Runic,sans-serif;font-size:2em;color:gold;opacity:.2;z-index:0;transition:transform .3s,opacity .3s}.brand a{display:flex;align-items:center;gap:.5rem;font-weight:700;text-decoration:none}.brand h2{font-family:"Noto Serif Hebrew",serif;text-decoration:none;color:#fff}.dot{width:10px;height:10px;background:#06b6d4;border-radius:50%}.nav{display:flex;gap:1rem}.nav a{position:relative;display:inline-block;text-decoration:none;color:#fff;font-weight:700;margin:0 1rem;text-align:center;z-index:1}.nav a:hover{transform:translateY(-3px)}.nav a:hover .rune{animation:blinkRune .25s ease-in-out 0s 2;transform:translate(-50%,-50%) scale(1.7);opacity:.6}.hamburger{display:none;background:none;border:none;flex-direction:column;cursor:pointer}.bar{width:25px;height:3px;background:#f8fafc;margin:4px 0}@media (max-width: 700px){.nav{display:none;flex-direction:column;gap:2rem;position:absolute;right:0;top:6rem;background:#0d0c15;padding:2rem;border-radius:8px}.nav.open,.hamburger{display:flex}}@keyframes blinkRune{0%{color:gold;text-shadow:none}25%{color:#fff;text-shadow:0 0 8px #fff,0 0 12px #ffd700,0 0 16px #ff0}}.footer{background-color:#0d0c15;display:flex;justify-content:space-around;align-items:center}.footer p{margin:0}.mail{height:20px;margin:0;cursor:pointer}.socials img{height:20px;margin:0}.mail-container{display:flex;align-items:center}.mail-container a{text-decoration:none;color:#fdb750}.scene{perspective:1200px;overflow:visible}.book{width:300px;height:430px;position:relative;transform-style:preserve-3d;transition:transform .35s;transform-origin:left center}.book:hover{transform:rotateY(+10deg) translate(10px)}.cover,.back,.pages{position:absolute;top:0;right:0;bottom:0;left:0;border-radius:6px;backface-visibility:hidden}.cover{background:linear-gradient(180deg,#2b2b2b,#111);color:#fff;display:flex;align-items:center;justify-content:center;box-shadow:10px 10px 30px #00000040;transform:translateZ(25px);border-radius:6px;overflow:hidden}.cover img{width:100%;height:100%;object-fit:cover;border-radius:6px;backface-visibility:hidden;transform:translateZ(1px)}.back{background:#1a1a1a;transform:rotateY(180deg) translateZ(10px)}.pages{width:100%;height:100%;background:linear-gradient(90deg,#fff,#fafafa);transform:translateZ(0) translate(6px);box-shadow:inset 0 0 0 1px #00000005}@media (max-width: 700px){.book{margin:0;margin-top:3rem;margin-bottom:2rem}.cover img{margin-left:0}}.home{width:100%;height:100%;display:flex;flex-direction:column;align-items:center;font-optical-sizing:auto;font-weight:400}.hero{align-items:center;gap:1rem;background-color:#1e1c2fe6;width:100%;padding:2rem;display:flex;justify-content:space-around}.hero>div{max-width:50%}.hero>div p{max-width:30rem}.hero>div:last-child{background-color:#1e1c2f;padding:1rem}.hero .read-more-btn{text-decoration:underline;border:none;background-color:none;display:block;margin-bottom:1rem;cursor:pointer;background-color:#0000;color:#fdb750}.hero .buy-btn{background:linear-gradient(135deg,#fdcb40,#fdb750);margin:0 auto;display:block;padding:.7rem 1rem;font-size:large;border:none;border-radius:10px;color:#161416;font-weight:600;cursor:pointer;transition:transform .1s}.hero .buy-btn:hover{transform:translateY(-2px);background:linear-gradient(135deg,#fdcb40,#fca522)}@media (max-width: 700px){.hero{flex-direction:column;justify-content:center;align-items:center;text-align:center;padding:0}.hero>div{max-width:100%}.hero>div:last-child{background-color:#1e1c2f;padding:1rem;min-width:95%;margin-bottom:1rem}.hero .read-more-btn{margin:0 auto 1rem}}.about{background-color:#1e1c2f;height:100%;padding:3rem;margin:0;display:flex;align-items:center}.about-text{width:50%}.about-img{width:50%;padding:3rem}.about-img img{border-radius:2rem;width:100%;height:100%;object-fit:cover}@media (max-width: 700px){.about{flex-direction:column}.about-text{width:100%}.about-img{width:100%;padding:0}}
