@font-face{font-family:"Tagesschrift";src:url("tagesschrift.ttf")}@font-face{font-family:"Hibiscus";src:url("HibiscusSans-Regular.otf")}*,*::before,*::after{box-sizing:border-box;margin:0;padding:0}html{font-size:16px;scroll-behavior:smooth}body{font-family:"Hibiscus",sans-serif;color:#2e282a;line-height:1.6;background-color:#f5e6cc;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;overflow-x:hidden}body::-webkit-scrollbar{display:none}h1,h2,h3,h4,h5,h6{font-family:"Tagesschrift",serif;font-weight:700;line-height:1.2;margin-bottom:1rem}p{margin-bottom:1rem}a{color:#606b0f;text-decoration:none;transition:all .3s ease-in-out}a:hover{color:#383e09}img{max-width:100%;height:auto;display:block}.hero{position:relative;height:100vh;width:100%;background:linear-gradient(rgba(46,40,42,.2), rgba(46,40,42,.2)),url("kelsen.jpg");background-size:cover;background-position:center;background-attachment:fixed;background-repeat:no-repeat;display:flex;flex-direction:column;justify-content:center;align-items:center;overflow:hidden;padding:1.5rem;text-align:center}@media (min-width: 640px){.hero{padding:2rem}}@media (min-width: 768px){.hero{padding:3rem}}.hero__content{width:100%;max-width:800px;margin:0 auto;z-index:1;padding:1rem}@media (min-width: 640px){.hero__content{padding:1.5rem}}@media (min-width: 768px){.hero__content{padding:2rem}}.hero__title{font-size:1.875rem;color:#f5e6cc;margin-bottom:1rem;text-shadow:2px 2px 4px rgba(46,40,42,.3)}@media (min-width: 480px){.hero__title{font-size:2.25rem}}@media (min-width: 640px){.hero__title{font-size:3rem;margin-bottom:1.5rem}}@media (min-width: 768px){.hero__title{font-size:4rem}}.hero__subtitle{font-size:1.125rem;color:#f5e6cc;margin-bottom:1.5rem;text-shadow:1px 1px 2px rgba(46,40,42,.3)}@media (min-width: 640px){.hero__subtitle{font-size:1.25rem;margin-bottom:2rem}}@media (min-width: 768px){.hero__subtitle{font-size:1.5rem}}.nav{position:fixed;top:0;left:0;right:0;background-color:rgba(245,230,204,.95);padding:.25rem;box-shadow:0 1px 2px 0 rgba(0,0,0,.05);z-index:1000;transition:background-color .3s ease-in-out;}@media (min-width: 640px){.nav{padding:.5rem}}@media (min-width: 768px){.nav{padding:1rem}}.nav__container{display:flex;flex-direction:row;justify-content:space-between;align-items:center;width:100%;margin:0 auto;padding:0 1rem}@media (min-width: 640px){.nav__container{padding:0 1.5rem}}@media (min-width: 768px){.nav__container{padding:0 2rem}}@media (min-width: 1024px){.nav__container{padding:0 3rem}}@media (min-width: 1280px){.nav__container{padding:0 4rem}}.nav__logo{font-family:"Tagesschrift",serif;font-size:1.25rem;color:#2e282a}@media (min-width: 640px){.nav__logo{font-size:1.5rem}}.nav__burger{display:block;background:none;border:none;cursor:pointer;padding:.25rem;margin-left:auto;position:relative;z-index:1001}.nav__burger span{display:block;width:24px;height:2px;margin:5px 0;background-color:#2e282a;transition:all .3s ease-in-out}.nav__burger.active span:nth-child(1){transform:rotate(45deg) translate(5px, 5px)}.nav__burger.active span:nth-child(2){opacity:0}.nav__burger.active span:nth-child(3){transform:rotate(-45deg) translate(7px, -7px)}@media (min-width: 768px){.nav__burger{display:none}}.nav__menu{position:fixed;top:0;right:-100%;width:100%;height:100vh;background-color:rgba(245,230,204,.98);display:flex;flex-direction:column;justify-content:center;align-items:center;gap:1.5rem;list-style:none;transition:right .3s ease-in-out;z-index:1000}.nav__menu.active{right:0}@media (min-width: 768px){.nav__menu{position:static;height:auto;background:none;flex-direction:row;justify-content:flex-end;gap:1.5rem;margin-left:0;width:auto}}.nav__item{position:relative}.nav__item a{font-size:.875rem;color:#2e282a;padding:.25rem .25rem;white-space:nowrap;letter-spacing:-.02em}@media (min-width: 480px){.nav__item a{font-size:1rem;letter-spacing:0}}@media (min-width: 768px){.nav__item a{font-size:1.125rem;padding:.25rem .5rem}}.nav__item a:hover{color:#2e282a}.nav__item a::after{content:"";position:absolute;left:0;bottom:-2px;width:100%;height:2px;background-color:#606b0f;transform:scaleX(0);transition:transform .3s ease-in-out}.nav__item a:hover::after{transform:scaleX(1)}.nav--scrolled{background-color:#f5e6cc;box-shadow:0 4px 6px -1px rgba(0,0,0,.1),0 2px 4px -1px rgba(0,0,0,.06)}.team{padding:4rem 2rem;background-color:#f5e6cc}.team__title{text-align:center;margin-bottom:4rem;font-size:2.25rem;color:#2e282a}.team__grid{display:grid;grid-template-columns:1fr;gap:2rem;width:100%;margin:0 auto;padding:0 1rem}@media (min-width: 640px){.team__grid{padding:0 1.5rem}}@media (min-width: 768px){.team__grid{grid-template-columns:repeat(2, 1fr);padding:0 2rem;gap:3rem}}@media (min-width: 1024px){.team__grid{padding:0 3rem}}@media (min-width: 1280px){.team__grid{padding:0 4rem}}.team__card{background:#fff;border-radius:16px;overflow:hidden;box-shadow:0 1px 3px 0 rgba(0,0,0,.1),0 1px 2px 0 rgba(0,0,0,.06);display:flex;min-height:280px;transition:transform .3s ease-in-out}.team__card:hover{transform:translateY(-8px);box-shadow:0 10px 15px -3px rgba(0,0,0,.1),0 4px 6px -2px rgba(0,0,0,.05)}.team__card-image-wrapper{flex:0 0 200px;position:relative;overflow:hidden}@media (min-width: 768px){.team__card-image-wrapper{flex:0 0 240px}}.team__card-image{width:100%;height:100%;object-fit:cover;transition:transform .3s ease-in-out}.team__card:hover .team__card-image{transform:scale(1.05)}.team__card-content{flex:1;padding:2rem;display:flex;flex-direction:column;justify-content:center}.team__card-content h3{font-size:1.875rem;color:#2e282a;margin-bottom:.5rem;font-family:"Tagesschrift",serif}.team__card-content-role{font-size:1.25rem;color:#606b0f;font-weight:600;margin-bottom:1.5rem}.team__card-content-description{font-size:1.125rem;color:#2e282a;line-height:1.6}@media (min-width: 640px){.team__card{flex-direction:row}}@media (max-width: 767px){.team__card{flex-direction:column}.team__card-image-wrapper{flex:none;height:200px}.team__card-content{padding:1.5rem}}.section{padding:4rem 2rem}.section:nth-child(even){background-color:rgba(236,206,142,.15)}.section__container{width:100%;margin:0 auto;padding:0 1rem}@media (min-width: 640px){.section__container{padding:0 1.5rem}}@media (min-width: 768px){.section__container{padding:0 2rem}}@media (min-width: 1024px){.section__container{padding:0 3rem}}@media (min-width: 1280px){.section__container{padding:0 4rem}}.section__title{font-size:2.25rem;color:#2e282a;text-align:center;margin-bottom:3rem;position:relative}.section__title::after{content:"";position:absolute;bottom:-10px;left:50%;transform:translateX(-50%);width:60px;height:3px;background-color:#606b0f}.section__content{display:grid;grid-template-columns:1fr;gap:2rem;align-items:center}@media (min-width: 768px){.section__content{grid-template-columns:repeat(2, 1fr)}.section:nth-child(even) .section__content .section__image{order:-1}}.section__text h2{font-size:1.875rem;color:#2e282a;margin-bottom:1.5rem}.section__text p{font-size:1.125rem;color:#2e282a;line-height:1.8;margin-bottom:1rem}.section__image{border-radius:12px;overflow:hidden;box-shadow:0 10px 15px -3px rgba(0,0,0,.1),0 4px 6px -2px rgba(0,0,0,.05)}.section__image img{width:100%;height:100%;object-fit:cover;transition:all .3s ease-in-out}.section__image img:hover{transform:scale(1.05)}.footer{background-color:#2e282a;color:#f5e6cc;padding:3rem 0}.footer__container{max-width:1200px;margin:0 auto;padding:0 2rem;display:flex;flex-direction:column;justify-content:center;align-items:center;gap:2rem}@media (min-width: 768px){.footer__container{display:flex;flex-direction:row;justify-content:space-between;align-items:flex-start}}.footer__info{text-align:center}@media (min-width: 768px){.footer__info{text-align:left}}.footer__info-logo{font-family:"Tagesschrift",serif;font-size:1.875rem;color:#f5e6cc;margin-bottom:1rem}.footer__info-text{color:rgba(245,230,204,.8);max-width:400px;margin-bottom:1.5rem}.footer__social{display:flex;flex-direction:row;justify-content:center;align-items:center;gap:1rem}.footer__social-link{color:#f5e6cc;font-size:1.25rem;transition:all .3s ease-in-out}.footer__social-link:hover{color:#ecce8e;transform:translateY(-2px)}.footer__copyright{text-align:center;color:rgba(245,230,204,.6);margin-top:2rem;padding-top:1.5rem;border-top:1px solid rgba(245,230,204,.1)}