@import "https://fonts.googleapis.com/css2?family=Playfair+Display:wght@400;700;900&family=Roboto+Slab:wght@300;400;500;700&display=swap";
:root{--bg-primary:#0f0f0f;--bg-secondary:#0d0d0f;--bg-tertiary:#242424;--bg-elevated:#2a2a2a;--accent-primary:#8b2635;--accent-light:#a63446;--accent-dark:#6b1e2a;--accent-muted:#5a1822;--gradient-primary:linear-gradient(135deg,#8b2635 0%,#6b1e2a 100%);--gradient-subtle:linear-gradient(135deg,#a63446 0%,#8b2635 100%);--gradient-accent:linear-gradient(90deg,#6b1e2a,#8b2635,#6b1e2a);--text-primary:#f5f5f5;--text-secondary:#c4c4c4;--text-muted:#8a8a8a;--text-accent:#a63446;--border-subtle:#2a2a2a;--border-accent:#8b2635;--shadow-sm:#8b263526;--shadow-md:#8b263540;--shadow-lg:#8b263559}@supports (color:lab(0% 0 0)){:root{--bg-primary:lab(4.31523% .000141561 -.00503957)}}.section{background-color:var(--bg-primary);padding:4rem 0}.aboutRow,.aboutRowReverse{grid-template-columns:1fr 1fr;align-items:stretch;gap:3rem;margin-bottom:4rem;display:grid}.aboutRowReverse{direction:rtl}.imageWrapper{border:2px solid var(--border-accent);width:100%;min-height:500px;box-shadow:0 10px 30px var(--shadow-md);border-radius:8px;position:relative;overflow:hidden}.textContent{flex-direction:column;justify-content:center;padding:2rem;display:flex}.heading{text-align:right;background:var(--gradient-subtle);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text;margin-bottom:1.5rem;font-size:clamp(2rem,4vw,3rem)}.newspaperDivider{border-bottom:2px solid var(--border-accent);width:50px;margin-bottom:1.5rem}.textContent p{text-align:right;color:var(--text-secondary);margin-bottom:1rem;font-size:1.125rem;line-height:1.8}@media (max-width:768px){.aboutRow,.aboutRowReverse{grid-template-columns:1fr!important;gap:2rem!important}}.tilt-wrapper{perspective:1000px;width:300px;height:350px}.tilt-image{object-fit:cover;border-radius:18px;width:100%;height:100%;transition:transform .2s}*{box-sizing:border-box;margin:0;padding:0}body{background-color:var(--bg-primary);color:var(--text-primary);scroll-behavior:smooth;direction:rtl;font-family:Roboto Slab,serif;line-height:1.8}h1,h2,h3,h4,h5,.font-playfair{background:var(--gradient-subtle);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text;font-family:Playfair Display,serif;font-weight:700}h1{margin-bottom:1.5rem;font-size:3rem}h2{margin-bottom:1.25rem;font-size:2.5rem}h3{margin-bottom:1rem;font-size:2rem}h4{margin-bottom:.875rem;font-size:1.5rem}h5{margin-bottom:.75rem;font-size:1.25rem}p{color:var(--text-secondary);margin-bottom:1rem;font-size:1.125rem}.newspaper-divider{background:var(--gradient-accent);height:2px;margin:1.5rem 0}.heading-shadow{text-shadow:2px 2px 8px var(--shadow-md)}.article-columns{column-count:2;text-align:justify;column-gap:2rem}.timeline-item{border-right:2px solid var(--border-accent);margin-bottom:2rem;padding-right:2rem;position:relative}.timeline-item:before{content:"";background:var(--gradient-primary);border:3px solid var(--bg-primary);width:14px;height:14px;box-shadow:0 0 10px var(--shadow-md);border-radius:50%;position:absolute;top:.5rem;right:-8px}.container{max-width:1200px;margin:0 auto;padding:0 2rem}.section{padding:4rem 0}img{max-width:100%;height:auto;display:block}a{color:var(--text-accent);text-decoration:none;transition:all .3s}a:hover{color:var(--accent-light);text-decoration:underline}.btn{background:var(--gradient-primary);color:var(--text-primary);cursor:pointer;text-align:center;box-shadow:0 4px 15px var(--shadow-sm);border:none;padding:.75rem 1.5rem;font-family:Playfair Display,serif;font-weight:700;transition:all .3s;display:inline-block}.btn:hover{background:var(--gradient-subtle);box-shadow:0 6px 20px var(--shadow-md);text-decoration:none;transform:translateY(-2px)}.card{background-color:var(--bg-secondary);border:1px solid var(--border-accent);box-shadow:0 4px 15px var(--shadow-sm);margin-bottom:2rem;padding:2rem}.grid{gap:2rem;display:grid}.grid-2{grid-template-columns:repeat(auto-fit,minmax(300px,1fr))}@media (max-width:768px){h1{font-size:2rem}h2{font-size:1.75rem}h3{font-size:1.5rem}.article-columns{column-count:1}.container{padding:0 1rem}}.text-center{text-align:center}.text-right{text-align:right}.text-left{text-align:left}.mb-1{margin-bottom:.5rem}.mb-2{margin-bottom:1rem}.mb-3{margin-bottom:1.5rem}.mb-4{margin-bottom:2rem}.mt-1{margin-top:.5rem}.mt-2{margin-top:1rem}.mt-3{margin-top:1.5rem}.mt-4{margin-top:2rem}.py-1{padding-top:.5rem;padding-bottom:.5rem}.py-2{padding-top:1rem;padding-bottom:1rem}.py-3{padding-top:1.5rem;padding-bottom:1.5rem}.py-4{padding-top:2rem;padding-bottom:2rem}.flex{display:flex}.flex-col{flex-direction:column}.items-center{align-items:center}.justify-center{justify-content:center}.justify-between{justify-content:space-between}.gap-1{gap:.5rem}.gap-2{gap:1rem}.gap-3{gap:1.5rem}.gap-4{gap:2rem}.min-h-screen{min-height:100vh}.flex-grow{flex-grow:1}:root{--board-max-width:900px;--note-width:150px;--note-height:160px}.board{width:100%;max-width:var(--board-max-width);background-image:url(/images/board.jpg);background-color:var(--bg-secondary);border:1px solid var(--border-accent);height:400px;box-shadow:inset 0 0 30px var(--shadow-sm);background-position:50%;background-size:cover;margin:0 auto;position:relative;overflow:hidden}.board-text{width:53%;height:auto;max-height:80%;color:var(--text-primary);text-align:right;pointer-events:auto;direction:rtl;background:0 0;border-radius:6px;padding:7px;font-size:.85rem;font-weight:900;line-height:1.6;transition:transform .3s,box-shadow .3s;position:absolute;top:4%;right:23%;overflow:visible}.board-text:hover{box-shadow:0 0 15px var(--shadow-sm);z-index:20;transform:scale(1.1)}@media (min-width:768px){.board{aspect-ratio:16/9;height:auto}}.note{--x:50%;--y:50%;--r:0deg;left:var(--x);top:var(--y);width:var(--note-width);height:var(--note-height);transform:translate(-50%,-50%)rotate(var(--r))scale(1);cursor:pointer;z-index:10;box-shadow:2px 4px 8px var(--shadow-sm);background:var(--bg-elevated);border:1px solid var(--border-accent);border-radius:4px;justify-content:center;align-items:center;padding:8px 8px 25px;transition:transform .2s,box-shadow .2s;display:flex;position:absolute}.note img{object-fit:cover;pointer-events:none;width:100%;height:100%;display:block}.note:hover,.note:focus,.note.hover-touch{transform:translate(-50%,-50%)rotate(var(--r))scale(1.2);box-shadow:0 10px 30px var(--shadow-md);z-index:50;outline:none}.note:before{content:"";border:1px solid var(--border-accent);width:30%;height:12px;box-shadow:0 2px 4px var(--shadow-sm);background:#8b263533;position:absolute;top:-8px;left:50%;transform:translate(-50%)rotate(-2deg)}@media (max-width:700px){:root{--note-width:120px;--note-height:100px}}.tilt-wrapper{perspective:1000px;width:100%;margin-left:auto;margin-right:auto;position:relative}@media (max-width:767px){.tilt-wrapper{aspect-ratio:auto;max-width:100%;height:auto}}@media (min-width:768px){.tilt-wrapper{aspect-ratio:16/9;max-width:900px;height:auto}}.tilt-grid{grid-template-rows:repeat(5,1fr);grid-template-columns:repeat(5,1fr);width:100%;height:100%;display:grid;position:relative}.tilt-area{z-index:2;position:relative}.tilt-image{width:100%;height:100%;transform-style:preserve-3d;pointer-events:none;background-position:50%;background-size:cover;border-radius:5px;transition:transform .2s cubic-bezier(.25,.46,.45,.94);position:absolute;top:0;right:0;box-shadow:0 5px 20px #0003}.tilt-area:first-child:hover~.tilt-image{transform:perspective(1000px)rotateX(15deg)rotateY(-15deg)scale(1.03)}.tilt-area:nth-child(2):hover~.tilt-image{transform:perspective(1000px)rotateX(15deg)rotateY(-7.5deg)scale(1.03)}.tilt-area:nth-child(3):hover~.tilt-image{transform:perspective(1000px)rotateX(15deg)rotateY(0)scale(1.03)}.tilt-area:nth-child(4):hover~.tilt-image{transform:perspective(1000px)rotateX(15deg)rotateY(7.5deg)scale(1.03)}.tilt-area:nth-child(5):hover~.tilt-image{transform:perspective(1000px)rotateX(15deg)rotateY(15deg)scale(1.03)}.tilt-area:nth-child(6):hover~.tilt-image{transform:perspective(1000px)rotateX(7.5deg)rotateY(-15deg)scale(1.03)}.tilt-area:nth-child(7):hover~.tilt-image{transform:perspective(1000px)rotateX(7.5deg)rotateY(-7.5deg)scale(1.03)}.tilt-area:nth-child(8):hover~.tilt-image{transform:perspective(1000px)rotateX(7.5deg)rotateY(0)scale(1.03)}.tilt-area:nth-child(9):hover~.tilt-image{transform:perspective(1000px)rotateX(7.5deg)rotateY(7.5deg)scale(1.03)}.tilt-area:nth-child(10):hover~.tilt-image{transform:perspective(1000px)rotateX(7.5deg)rotateY(15deg)scale(1.03)}.tilt-area:nth-child(11):hover~.tilt-image{transform:perspective(1000px)rotateX(0)rotateY(-15deg)scale(1.05)}.tilt-area:nth-child(12):hover~.tilt-image{transform:perspective(1000px)rotateX(0)rotateY(-7.5deg)scale(1.05)}.tilt-area:nth-child(13):hover~.tilt-image{transform:perspective(1000px)scale(1.08)}.tilt-area:nth-child(14):hover~.tilt-image{transform:perspective(1000px)rotateX(0)rotateY(7.5deg)scale(1.05)}.tilt-area:nth-child(15):hover~.tilt-image{transform:perspective(1000px)rotateX(0)rotateY(15deg)scale(1.05)}.tilt-area:nth-child(16):hover~.tilt-image{transform:perspective(1000px)rotateX(-7.5deg)rotateY(-15deg)scale(1.03)}.tilt-area:nth-child(17):hover~.tilt-image{transform:perspective(1000px)rotateX(-7.5deg)rotateY(-7.5deg)scale(1.03)}.tilt-area:nth-child(18):hover~.tilt-image{transform:perspective(1000px)rotateX(-7.5deg)rotateY(0)scale(1.03)}.tilt-area:nth-child(19):hover~.tilt-image{transform:perspective(1000px)rotateX(-7.5deg)rotateY(7.5deg)scale(1.03)}.tilt-area:nth-child(20):hover~.tilt-image{transform:perspective(1000px)rotateX(-7.5deg)rotateY(15deg)scale(1.03)}.tilt-area:nth-child(21):hover~.tilt-image{transform:perspective(1000px)rotateX(-15deg)rotateY(-15deg)scale(1.03)}.tilt-area:nth-child(22):hover~.tilt-image{transform:perspective(1000px)rotateX(-15deg)rotateY(-7.5deg)scale(1.03)}.tilt-area:nth-child(23):hover~.tilt-image{transform:perspective(1000px)rotateX(-15deg)rotateY(0)scale(1.03)}.tilt-area:nth-child(24):hover~.tilt-image{transform:perspective(1000px)rotateX(-15deg)rotateY(7.5deg)scale(1.03)}.tilt-area:nth-child(25):hover~.tilt-image{transform:perspective(1000px)rotateX(-15deg)rotateY(15deg)scale(1.03)}.hero-poster-section{justify-content:center;align-items:center;width:100%;min-height:100vh;display:flex;position:relative;overflow:hidden}.hero-video-container{z-index:1;width:100%;height:100%;position:absolute;top:0;left:0}.hero-video{object-fit:cover;object-position:center;width:100%;height:100%}.hero-overlay{z-index:2;background:linear-gradient(135deg,#0f0f0ff2 0%,#1a1a1ad9 50%,#0f0f0ff2 100%);position:absolute;inset:0}.hero-frame{z-index:3;pointer-events:none;box-shadow:inset 0 0 30px var(--shadow-sm);border:2px solid #8b26354d;border-radius:8px;position:absolute;inset:2%}.hero-content-container{z-index:10;flex-direction:column;justify-content:center;align-items:center;width:100%;max-width:1400px;min-height:100vh;margin:0 auto;padding:2rem 1.5rem;display:flex;position:relative}.hero-main-content{text-align:center;width:100%;max-width:1100px}.hero-decorative-line{background:var(--gradient-accent);width:100%;max-width:600px;height:2px}.hero-decorative-line-top{margin-bottom:2rem}.hero-decorative-line-bottom{margin-top:2rem}.hero-main-title{background:var(--gradient-subtle);-webkit-text-fill-color:transparent;text-shadow:2px 2px 6px var(--shadow-md);letter-spacing:.02em;-webkit-background-clip:text;background-clip:text;margin-bottom:1.5rem;font-size:clamp(2.5rem,7vw,5.5rem);font-weight:900;line-height:1.1}.hero-title-accent{color:var(--accent-light);margin-bottom:.5rem;font-size:clamp(1.8rem,5vw,3.5rem);display:block}.hero-subtitle{color:var(--text-primary);text-shadow:2px 2px 6px #000000b3;margin-bottom:2rem;font-size:clamp(1.3rem,3.5vw,2.8rem);font-weight:600}.hero-description{color:var(--text-secondary);text-shadow:1px 1px 3px #000000b3;max-width:850px;margin:0 auto 3rem;padding:0 1rem;font-family:Roboto Slab,serif;font-size:clamp(1rem,2.2vw,1.4rem);line-height:1.9}.hero-cta-container{flex-flow:wrap;justify-content:center;align-items:center;gap:1.5rem;margin-top:2.5rem;display:flex}.hero-btn{cursor:pointer;border-radius:4px;padding:1rem 2.5rem;font-size:clamp(1rem,2vw,1.2rem);font-weight:700;text-decoration:none;transition:all .3s;display:inline-block}.hero-btn-primary{border:2px solid var(--border-accent);color:var(--text-primary);box-shadow:0 4px 15px var(--shadow-sm);background:0 0}.hero-btn-primary:hover{box-shadow:0 6px 25px var(--shadow-md);background:var(--gradient-primary);transform:translateY(-2px)}.hero-btn-secondary{background:var(--gradient-primary);border:2px solid var(--border-accent);color:var(--text-primary);box-shadow:0 4px 15px var(--shadow-md)}.hero-btn-secondary:hover{box-shadow:0 6px 25px var(--shadow-lg);background:var(--gradient-subtle);transform:translateY(-2px)}.hero-scroll-indicator{flex-direction:column;align-items:center;gap:.5rem;display:flex;position:absolute;bottom:3rem;left:50%;transform:translate(-50%)}.hero-scroll-text{color:var(--text-primary);text-shadow:1px 1px 2px #000000b3;font-family:Roboto Slab,serif;font-size:.9rem}.hero-scroll-mouse{border:2px solid var(--border-accent);border-radius:20px;width:30px;height:50px;position:relative}.hero-scroll-wheel{background:var(--gradient-primary);border-radius:3px;width:6px;height:10px;position:absolute;top:8px;left:50%;transform:translate(-50%)}@media (max-width:768px){.hero-poster-section{min-height:100vh}.hero-content-container{padding:1.5rem 1rem}.hero-frame{inset:1%}.hero-cta-container{gap:1rem}.hero-btn{padding:.875rem 2rem}}@media (max-width:480px){.hero-poster-section{min-height:100vh}.hero-content-container{padding:1rem .75rem}.hero-decorative-line{max-width:300px}.hero-btn{width:100%;max-width:280px;padding:.75rem 1.5rem}.hero-scroll-indicator{bottom:2rem}.container{padding:0 1rem!important}h1{font-size:1.75rem!important}h2{font-size:1.5rem!important}h3{font-size:1.25rem!important}h4{font-size:1.1rem!important}p{font-size:.95rem!important}.card{margin-bottom:1rem!important;padding:1rem!important}.section{padding:2rem 0!important}}@media (max-width:640px){.container{padding:0 .75rem!important}.grid-cols-1,[class*=grid-cols-]{grid-template-columns:1fr!important}.grid{gap:1rem!important}.grid-2{grid-template-columns:1fr!important}}@media (max-width:768px){.container{max-width:100%;padding:0 1rem}.aboutRow,.aboutRowReverse{grid-template-columns:1fr!important;gap:1.5rem!important}.imageWrapper{min-height:300px!important}.textContent{padding:1rem!important}.tilt-wrapper{aspect-ratio:4/3!important;width:100%!important;max-width:100%!important;height:auto!important}.board{height:280px!important}.board-text{width:60%!important;font-size:.7rem!important;line-height:1.4!important;right:20%!important}:root{--note-width:100px!important;--note-height:90px!important}.article-columns{column-count:1!important}.timeline-item{margin-bottom:1.5rem!important;padding-right:1rem!important}#gallery-section{padding:1.5rem 1rem 1rem!important}#gallery-section h2{margin-bottom:1.5rem!important;font-size:1.75rem!important}#gallery-section .grid,#gallery-section>div>div[class*=grid]{grid-template-columns:1fr!important;gap:1rem!important}#gallery-section>div>div>div{padding:.5rem!important}#gallery-section .tilt-wrapper{width:100%!important;max-width:100%!important;margin:.5rem 0!important}#gallery-section .tilt-image{border-radius:4px!important}}@media (max-width:480px){#gallery-section{padding:1rem .75rem .75rem!important}#gallery-section h2{margin-bottom:1rem!important;font-size:1.5rem!important}}@media (max-width:768px){.chat-card{border-radius:8px!important;margin:0!important}.messages-area{padding:.75rem!important}.message-bubble{border-radius:12px!important;max-width:90%!important;padding:.75rem 1rem!important;font-size:.9rem!important}.input-area{padding:.75rem!important}.input-area textarea{min-height:44px!important;padding:.625rem!important;font-size:16px!important}.input-area .btn{padding:.625rem 1rem!important;font-size:.9rem!important}}@media (max-width:480px){.chat-card{border-radius:4px!important}.messages-area{padding:.5rem!important}.message-bubble{max-width:95%!important;padding:.625rem .875rem!important;font-size:.85rem!important}.typing-dot{width:5px!important;height:5px!important}}@media (max-width:768px){nav .container{padding:0 1rem!important}}@media (max-width:480px){nav{height:60px!important}nav .container{padding:0 .75rem!important}nav img{width:2.5rem!important;height:2.5rem!important}nav h4{font-size:1rem!important}}@media (max-width:768px){footer .grid{grid-template-columns:1fr!important;gap:2rem!important}footer{padding-top:2rem!important;padding-bottom:1.5rem!important}}@media (max-width:480px){footer{text-align:center!important;padding-top:1.5rem!important}footer h4,footer h5{text-align:center!important}footer p{text-align:center!important;font-size:.8rem!important}footer ul{align-items:center!important}footer a.contact-btn{margin:0 auto!important}}@media (max-width:768px){.about-team-grid,[style*="gridTemplateColumns: repeat(auto-fit"]{grid-template-columns:1fr!important}.about-page .card,section .card{padding:1.5rem!important}}@media (max-width:480px){section .card{padding:1rem!important}.team-icon{width:60px!important;height:60px!important;font-size:2rem!important}}@media (max-width:768px){.story-header{text-align:center!important;flex-direction:column!important;gap:.5rem!important}blockquote{margin:1.5rem auto!important;padding:1.5rem!important}.text-content-box{padding:1.5rem!important}}@media (max-width:480px){blockquote{margin:1rem auto!important;padding:1rem!important}blockquote p{font-size:1rem!important}}@media (max-width:768px){.timeline-container{padding:0 .5rem!important}.timeline-item{padding-right:1.25rem!important}.timeline-item:before{width:10px!important;height:10px!important;right:-6px!important}.timeline-content{padding:1rem!important}}@media (max-width:480px){.timeline-item{border-right-width:1px!important;padding-right:1rem!important}.timeline-item:before{width:8px!important;height:8px!important;right:-5px!important}}@media (max-width:768px){.hide-mobile{display:none!important}}@media (min-width:769px){.show-mobile-only{display:none!important}}@media (max-width:768px){.flex-col-mobile{flex-direction:column!important}.text-center-mobile{text-align:center!important}.w-full-mobile{width:100%!important}button,.btn,a.btn,input[type=submit]{min-width:44px!important;min-height:44px!important}}html,body{overflow-x:hidden}@supports (padding:max(0px)){.safe-area-bottom{padding-bottom:max(1rem,env(safe-area-inset-bottom))}.safe-area-top{padding-top:max(1rem,env(safe-area-inset-top))}}
