@import"https://fonts.googleapis.com/css2?family=Playfair+Display:wght@400;500&display=swap";*{margin:0;padding:0;box-sizing:border-box}html{scroll-behavior:smooth}body{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;background:transparent;overflow-x:hidden}.app{width:100%;min-height:100vh;position:relative}.section{position:relative;width:100%;min-height:100vh;overflow:hidden}.bg-image{position:absolute;inset:0;aspect-ratio:16 / 9;width:100%;height:100%;object-fit:cover;z-index:0}.bg-img1{position:absolute;object-fit:cover}.content-layer{position:relative;z-index:1;max-width:1400px;display:flex;flex-direction:column;margin-bottom:0%}.section-hero .content-layer{gap:.5rem}.section-footer{min-height:60vh}.footer-content{justify-content:flex-end}.navbar{width:100%;position:relative;z-index:100}.navbar-container{max-width:1400px;margin:0 auto;padding:16px 32px;display:flex;align-items:center;justify-content:space-between}.navbar-logo{display:flex;align-items:center;gap:2px}.navbar-logo img{height:18vh;width:auto}.navbar-links{display:flex;gap:40px;font-weight:500;font-size:xx-large}.navbar-links a{font-family:Playfair Display,serif;font-size:16px;text-decoration:none;color:#000;position:relative}.navbar-links a:after{content:"";position:absolute;width:0%;height:1px;background-color:#000;left:0;bottom:-4px;transition:width .3s ease}.navbar-links a:hover:after{width:100%}.hamburger{display:none;flex-direction:column;gap:5px;cursor:pointer}.hamburger span{width:24px;height:2px;background:#000;transition:.3s}.mobile-menu{display:none;flex-direction:column;padding:16px 32px}.mobile-menu a{padding:12px 0;font-family:Playfair Display,serif;text-decoration:none;color:#000;font-size:16px;border-bottom:1px solid rgba(0,0,0,.1)}@media(max-width:900px){.navbar-links{display:none}.hamburger,.mobile-menu.show{display:flex}}.carousel-section{width:100%;display:flex;justify-content:center;align-items:center}.carousel{position:relative;width:100%;height:clamp(600px,50vh,200px);display:flex;justify-content:center;align-items:center;overflow:hidden;margin-top:-3.5rem}.carousel-track{position:relative;justify-content:center;width:100%;height:100%}.slide{position:absolute;top:50%;left:50%;width:50%;max-width:900px;height:auto;transform-origin:center;transition:transform .6s ease,opacity .6s ease;opacity:1;pointer-events:none;border:3px solid yellow;border-radius:16px}.slide.active{transform:translate(-50%,-50%) scale(1.1);opacity:1;z-index:3}.slide.left{transform:translate(-120%,-50%) scale(.5);opacity:.9;z-index:2}.slide.right{transform:translate(20%,-50%) scale(.5);opacity:.9;z-index:2}.slide.hidden{opacity:0;transform:translate(-50%,-50%) scale(.5)}.nav{position:absolute;top:50%;transform:translateY(-50%);background:none;border:none;font-size:48px;cursor:pointer;-webkit-user-select:none;user-select:none;z-index:5}.nav.left{left:12px}.nav.right{right:12px}@media(max-width:768px){.slide{width:85%}.slide.left,.slide.right{transform:translate(-50%,-50%) scale(.7);opacity:.25}.nav{font-size:36px}}.about-section{position:relative;width:100%;min-height:100vh;display:grid;place-items:center}.about-bg{position:absolute;inset:0;width:100%;height:100%;object-fit:contain;z-index:0}.about-overlay{position:relative;z-index:1;width:100%;max-width:1200px;padding:4rem;display:grid;grid-template-columns:1.2fr .8fr;align-items:center;gap:3rem}.about-text-zone{font-family:Georgia,Times New Roman,serif;font-size:16px;line-height:1.65;color:#2b1d0e}.about-woman{width:100%;max-width:320px;justify-self:center}@media(max-width:768px){.about-overlay{grid-template-columns:1fr;text-align:center;padding:2.5rem 1.5rem}.about-woman{order:-1;max-width:240px;margin-bottom:1.5rem}}.footer{width:100%;color:#3a2a17;font-family:Georgia,serif;margin-bottom:-2%;padding:0}.footer-top{display:grid;grid-template-columns:repeat(3,1fr);gap:40px;padding:80px 2vw 14vw}.footer-block h3,.footer-block h4{font-size:1.5rem;margin-bottom:12px}.footer-block p{font-size:1rem;line-height:1.6}.footer-block a{color:inherit;text-decoration:none}.footer-block a:hover{text-decoration:underline}.footer-block ul{list-style:none;padding:0}.footer-block ul li{margin-bottom:8px}.footer-bottom{border-top:1px solid rgba(0,0,0,.2);padding:25px 1vw}.socials{display:flex;justify-content:start;gap:18px;margin-bottom:12px}.socials a{font-size:1.2rem;color:inherit}.footer-bottom span{color:#8b0000}.footer-bottom p{font-size:1.15rem;margin:5px 0}@media(max-width:900px){.footer-top{grid-template-columns:1fr;text-align:center}}.supporters-strip{width:100%;padding-top:5x;margin-top:5rem;text-align:center}.supporters-heading{width:clamp(200px,30vw,380px);margin-bottom:50px}.supporters-marquee{width:100%;overflow:hidden}.supporters-track{display:flex;width:200%;animation:scroll 25s linear infinite}.logo-set{display:flex;align-items:center;justify-content:space-around;height:auto;width:75%}.logo-set img{height:clamp(60px,6vw,90px);height:150px;flex-shrink:0;opacity:1}@keyframes scroll{0%{transform:translate(0)}to{transform:translate(-50%)}}
