@charset "UTF-8";@import"https://fonts.googleapis.com/css2?family=DM+Sans:wght@300;400;500;700&display=swap";@import"https://fonts.googleapis.com/css2?family=HK+Grotesk:wght@400;500;600;700&display=swap";body{background-color:#f2e5d5;font-family:DM Sans,system-ui,-apple-system,sans-serif;letter-spacing:.3px;color:#11263f}.appContainer{background-size:cover;background-blend-mode:lighten;min-height:100vh;padding:0;margin:0}*{margin:0;padding:0;box-sizing:border-box}.header{position:sticky;top:0;z-index:20;width:100%;padding:18px 20px;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);background:#f2e5d5db;border-bottom:1px solid rgba(17,38,63,.14);font-family:DM Sans,system-ui,-apple-system,sans-serif;color:#11263f}@media (min-width: 900px){.header{padding:20px 40px}}.header__inner{max-width:1100px;margin:0 auto;display:flex;align-items:center;justify-content:space-between;gap:2rem;padding-inline:8px}.header__brand{display:inline-flex;align-items:center;gap:.8rem;text-decoration:none;color:inherit;padding:6px 8px;border-radius:6px}.header__logo{width:40px;height:40px;border-radius:999px;object-fit:cover}.header__wordmark{font-family:HK Grotesk,sans-serif;font-size:1.1rem;letter-spacing:.22em;text-transform:uppercase;font-weight:600;color:#ff7300;text-shadow:0 1px 0 rgba(255,255,255,.45),0 2px 8px rgba(0,0,0,.06);padding-left:2px}@media (max-width: 480px){.header__wordmark{font-size:1rem;letter-spacing:.16em}}@media (max-width: 768px){.header__nav{position:absolute;inset-inline:0;top:100%;background:#f2e5d5f5;border-bottom:1px solid rgba(17,38,63,.18);opacity:0;pointer-events:none;transform:translateY(-6px);transition:opacity .22s ease,transform .22s ease}}@media (max-width: 768px){.header__nav--open{opacity:1;pointer-events:auto;transform:translateY(0)}}.header__nav-list{display:flex;align-items:center;gap:2rem;list-style:none;padding:0;margin:0}@media (max-width: 768px){.header__nav-list{flex-direction:column;align-items:flex-start;padding:14px 20px 18px;gap:.85rem}}@media (max-width: 480px){.header__nav-list{padding-inline:16px}}.header__nav-link{position:relative;text-decoration:none;font-size:1rem;font-weight:500;letter-spacing:.08em;text-transform:uppercase;color:#11263fe0;padding:8px 0 6px;transition:color .18s ease}.header__nav-link:after{content:"";position:absolute;left:0;bottom:0;height:1px;width:0;background-color:#ff7300;transition:width .18s ease}.header__nav-link:hover{color:#11263f}.header__nav-link:hover:after{width:100%}.header__nav-link--active{color:#11263f}.header__nav-link--active:after{width:100%}@media (max-width: 768px){.header__nav-link{font-size:.95rem;letter-spacing:.12em}}.header__toggle{display:none;background:none;border:none;padding:6px;cursor:pointer;align-items:center;justify-content:center;flex-direction:column;gap:5px}.header__toggle span{display:block;width:22px;height:2px;border-radius:999px;background-color:#11263f;transition:transform .2s ease,opacity .2s ease}@media (max-width: 768px){.header__toggle{display:inline-flex}}.header__toggle--open span:nth-child(1){transform:translateY(6px) rotate(45deg)}.header__toggle--open span:nth-child(2){opacity:0}.header__toggle--open span:nth-child(3){transform:translateY(-6px) rotate(-45deg)}.footer{width:100%;padding:40px 20px 50px;background-color:#f2e5d5;color:#11263f;font-family:DM Sans,system-ui,-apple-system,sans-serif;border-top:1px solid rgba(17,38,63,.12)}.footer__inner{max-width:1100px;margin:0 auto;display:flex;align-items:center;justify-content:space-between}.footer__social{display:flex;gap:1rem}.footer__icon{color:#11263fcc;font-size:1.4rem;transition:color .2s ease}.footer__icon:hover{color:#ff7300}.footer__scroll{background:none;border:none;color:#11263fb3;font-size:1.4rem;cursor:pointer;padding:4px;transition:transform .2s ease,color .2s ease}.footer__scroll:hover{color:#ff7300;transform:translateY(-2px)}@media (max-width: 640px){.footer__inner{flex-direction:row;justify-content:space-between}}.frontpage{min-height:100vh;width:100%;background-color:#f2e5d5;display:flex;align-items:center;justify-content:center;position:relative;overflow:hidden;font-family:DM Sans,system-ui,-apple-system,sans-serif;color:#11263f}.frontpage__logo{position:absolute;top:0;right:0;bottom:0;left:0;display:flex;align-items:center;justify-content:center;transition:opacity .6s ease,transform .6s ease;z-index:10;background-color:#f2e5d5}.frontpage__logo-wordmark{font-family:HK Grotesk,sans-serif;font-size:clamp(4rem,12vw,8rem);letter-spacing:.25em;margin:0;color:#ff7300;line-height:1;transform-origin:center;will-change:opacity,transform}.frontpage__logo--visible{opacity:1;transform:translateY(0);pointer-events:auto}.frontpage__logo--hidden{opacity:0;transform:translateY(-10px);pointer-events:none;display:none}.frontpage__hero{max-width:900px;padding:0 20px;text-align:left;opacity:0;transform:translateY(14px);transition:opacity .6s ease-in-out,transform .6s ease-in-out;z-index:1;color:#11263f}.frontpage__hero--visible{opacity:1;transform:translateY(0)}.frontpage__wordmark{font-size:clamp(3rem,8vw,5rem);letter-spacing:.2em;margin-bottom:1rem;color:#ff7300}.frontpage__tagline{font-size:clamp(1rem,1.4vw,1.1rem);max-width:40rem;line-height:1.7;color:#11263fe6;margin-bottom:2rem}.frontpage__links{display:flex;flex-wrap:wrap;gap:.75rem}.frontpage__links a{display:inline-block;padding:9px 18px;border-radius:999px;text-decoration:none;font-size:.95rem;font-weight:500;border:1px solid rgba(17,38,63,.65);color:#11263f;background:transparent;transition:background-color .2s ease,color .2s ease,border-color .2s ease,transform .1s ease}.frontpage__links a:hover{background-color:#ff7300;border-color:#ff7300;color:#000;transform:translateY(-1px)}@media (max-width: 768px){.frontpage__hero{text-align:left}.frontpage__wordmark{letter-spacing:.12em}.frontpage__links{flex-direction:row;flex-wrap:wrap}.frontpage__logo-wordmark{font-size:clamp(3rem,14vw,6rem)}}.omOsMain{background-color:#f2e5d5;color:#11263f;padding:60px 20px 70px;display:flex;flex-direction:column;align-items:center;font-family:DM Sans,system-ui,-apple-system,sans-serif}.introSection{width:100%;max-width:1000px;display:grid;gap:2.5rem;align-items:center;margin-bottom:3.5rem}.introSection .textContainer{text-align:left;max-width:640px}.introSection .textContainer .title{font-size:2.4rem;font-weight:600;letter-spacing:.03em;color:#11263f;margin-bottom:1.2rem;text-transform:none;text-shadow:none}.introSection .textContainer .description{font-size:1.05rem;line-height:1.7;color:#11263f}.introSection .groupImageContainer{max-width:420px;width:100%;justify-self:center}.introSection .groupImageContainer .groupImage{width:100%;border-radius:16px;object-fit:cover;display:block;box-shadow:0 12px 30px #0000002e}.teamSection{width:100%;max-width:1000px;display:grid;gap:2.4rem;grid-template-columns:1fr;margin-top:.5rem}@media (min-width: 720px){.teamSection{grid-template-columns:repeat(3,minmax(0,1fr))}}.teamSection .profile{text-align:left;display:flex;flex-direction:column;gap:.45rem;padding-top:1.2rem;border-top:1px solid rgba(247,237,236,.28)}.teamSection .profile .profileImage{width:100%;border-radius:14px;object-fit:cover;margin-bottom:.8rem;aspect-ratio:3/4}.teamSection .profile .profileName{font-size:1.15rem;font-weight:600;color:#11263f}.teamSection .profile .role{font-size:.95rem;color:#b3bfb6}.teamSection .profile .responsibility{font-size:.95rem;color:gray}.projekterMain{background-color:#f2e5d5;color:#11263f;padding:60px 20px 80px;display:flex;flex-direction:column;align-items:center;font-family:DM Sans,system-ui,-apple-system,sans-serif;line-height:1.6}.introSection{width:100%;max-width:1100px;display:grid;gap:2.4rem;align-items:center;margin-bottom:3rem}@media (min-width: 840px){.introSection{grid-template-columns:1.2fr 1fr}}.introSection .textContainer .title{font-size:2.4rem;font-weight:600;margin-bottom:1rem}.introSection .textContainer .description{font-size:1.1rem;color:#11263ff2}.introSection .groupImageContainer{width:100%;max-width:480px}.introSection .groupImageContainer .groupImage{width:100%;height:420px;object-fit:cover;border-radius:14px;box-shadow:0 12px 30px #0000002e;display:block}.projectDetails{width:100%;max-width:1100px;margin-bottom:3rem;text-align:left}.projectDetails .sectionTitle{font-size:1.4rem;margin-bottom:1rem}.projectDetails .projectText{max-width:70ch;margin-bottom:1.2rem;color:#11263ff2}.projectDetails .projectFacts{list-style:none;display:grid;gap:6px;padding:0}.projectDetails .projectFacts .factLabel{color:#ff7300;font-weight:600;margin-right:6px}.gallerySection{width:100%;max-width:1200px;margin-top:2rem}.gallerySection .galleryTitle{font-size:1.4rem;margin-bottom:1.4rem}.gallerySection .galleryGrid{display:grid;gap:24px;grid-template-columns:repeat(auto-fit,minmax(320px,1fr))}.gallerySection .projectCard{background:#ffffff0f;border-radius:12px;overflow:hidden}.gallerySection .projectImage{width:100%;height:400px;object-fit:contain;display:block}.gallerySection .caption{padding:10px 14px;font-size:.9rem;color:#11263fd9}.ctaSection{width:100%;max-width:1100px;margin-top:3rem}.ctaSection .ctaText{margin-bottom:8px;color:#11263ff2}.ctaSection .ctaLink{display:inline-block;padding:10px 20px;border-radius:999px;border:1px solid rgba(17,38,63,.7);color:#11263f;text-decoration:none;transition:background .2s,transform .1s}.ctaSection .ctaLink:hover{background-color:#ff7300;border-color:#ff7300;color:#fff;transform:translateY(-2px)}.booking{max-width:1000px;margin:0 auto;padding:60px 20px 70px;line-height:1.7;color:#11263f;font-family:DM Sans,system-ui,-apple-system,sans-serif}@media (min-width: 768px){.booking{padding:80px 20px 90px}}.booking__layout{display:grid;gap:3rem}@media (min-width: 900px){.booking__layout{grid-template-columns:minmax(0,1.3fr) minmax(0,1fr);align-items:flex-start}}.booking__intro{text-align:left}.booking__title{font-size:clamp(2.1rem,3vw,2.6rem);color:#ff7300;margin-bottom:1.5rem;letter-spacing:.06em}.booking__text{margin-bottom:1.1rem;font-size:1.02rem;max-width:70ch;color:#11263ff2}.booking__packages{text-align:left}.booking__subtitle{font-size:1.2rem;margin-bottom:1rem;color:#11263f}.booking__offer-list{list-style:none;padding:0;margin:0;display:grid;gap:.9rem}.booking__offer-item{position:relative;padding-left:1.4rem;font-size:1rem;color:#11263fe6;border-top:1px solid rgba(17,38,63,.25);padding-top:.75rem}.booking__offer-item:first-child{border-top:none;padding-top:.2rem}.booking__offer-item:before{content:"";position:absolute;left:0;top:1.05rem;width:6px;height:6px;border-radius:50%;background-color:#ff7300}.booking__cta{margin-top:3.5rem;text-align:left}.booking__cta-text{font-size:1rem;margin-bottom:.6rem;color:#11263fe6}.booking__cta-link{display:inline-block;margin-top:4px;padding:8px 18px;border-radius:999px;border:1px solid rgba(17,38,63,.7);color:#11263f;font-weight:500;font-size:.95rem;text-decoration:none;transition:background-color .2s ease,color .2s ease,border-color .2s ease,transform .1s ease}.booking__cta-link:hover{background-color:#ff7300;border-color:#ff7300;color:#fff;transform:translateY(-1px)}.contact{min-height:80vh;padding:60px 20px;display:flex;align-items:center;justify-content:center;font-family:DM Sans,sans-serif;color:#11263f}@media (min-width: 768px){.contact{padding:80px 20px}}.contact__card{background:none;box-shadow:none;padding:0;max-width:560px;width:100%;text-align:left}.contact__title{font-size:clamp(2rem,3vw,2.4rem);margin-bottom:14px;color:#ff7300}.contact__intro{font-size:1rem;color:#11263ff2;margin-bottom:32px;line-height:1.7;max-width:60ch}.contact__form{display:flex;flex-direction:column;gap:22px}.contact__field{display:flex;flex-direction:column}.contact__label{font-size:.9rem;margin-bottom:4px;color:#11263fe6}.contact__input,.contact__textarea{background:transparent;border:none;border-bottom:2px solid rgba(17,38,63,.4);padding:8px 2px;color:#11263f;font-size:.98rem;transition:border-bottom-color .25s ease;font-family:DM Sans,sans-serif}.contact__input:focus,.contact__textarea:focus{outline:none;border-bottom-color:#ff7300}.contact__input::placeholder,.contact__textarea::placeholder{color:#11263f59}.contact__textarea{min-height:110px;resize:vertical}.contact__submit{background-color:#ff7300;border:none;padding:10px 22px;border-radius:999px;color:#11263f;font-size:.95rem;font-weight:500;cursor:pointer;align-self:flex-start;margin-top:6px;transition:background-color .2s ease,transform .15s ease}.contact__submit:hover{background-color:#cc5c00;transform:translateY(-1px)}.contact__submit:active{transform:translateY(0)}.contact__meta{margin-top:14px;font-size:.85rem;color:#11263fcc}.contact__meta a{color:#11263f;text-decoration:none;border-bottom:1px solid rgba(17,38,63,.4);padding-bottom:1px;transition:color .2s ease,border-color .2s ease}.contact__meta a:hover{color:#ff7300;border-color:#ff7300}
