@import url("https://fonts.googleapis.com/css2?family=Inter:wght@400;500;700&display=swap");

* { box-sizing: border-box; margin: 0; padding: 0; }

body {
  font-family: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
  color: #1a1a1a;
  line-height: 1.5;
}

.site-nav {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 50px;
  padding: 24px 40px;
  font-size: 16px;
  font-weight: 300;
  line-height: 1.243;
  color: #ffffff;
  background: #6e6e6e;
  white-space: nowrap;
  transition: opacity 0.4s ease;
}

.site-nav.is-visible {
  opacity: 1;
}

.site-nav a {
  color: inherit;
  text-decoration: none;
}

.hamburger {
  display: none;
  flex-direction: column;
  justify-content: center;
  gap: 5px;
  width: 28px;
  height: 22px;
  padding: 0;
  border: none;
  background: none;
  cursor: pointer;
}

.hamburger span {
  display: block;
  width: 100%;
  height: 3px;
  background: #fff;
  border-radius: 2px;
}

.site-footer {
  display: none;
  align-items: center;
  justify-content: flex-end;
  padding: 16px 20px;
  background: #00a4e7;
  border: 1px solid #fff;
}

.site-footer .footer-text {
  color: #fff;
  font-size: 2rem;
  font-weight: 400;
  text-align: right;
  white-space: nowrap;
}

@media (max-width: 600px) {
  .site-footer .footer-text {
    font-size: 1.5rem;
  }
}

.hero-sektion {
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: center;
  height: 1024px;
  background-image: url("/assets/hero-bakgrund.png"), linear-gradient(90deg, #fff 0%, #fff 100%);
  background-position: top left;
  background-size: 288px 288px;
}

.hero-sektion .image-part {
  display: flex;
  flex: 1 0 320px;
  align-items: center;
  justify-content: center;
  gap: 10px;
  min-height: 407px;
}

.hero-arrow {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  width: 37px;
  height: 37px;
  padding: 0;
  border: none;
  background: none;
  cursor: pointer;
}

.hero-arrow img {
  width: 100%;
  height: auto;
}

.hero-arrow-prev img { transform: rotate(-90deg); }
.hero-arrow-next img { transform: rotate(90deg); }

.hero-sektion .hero-image {
  position: relative;
  flex-shrink: 0;
  width: 441px;
  max-width: 60vw;
  height: 407px;
}

.hero-sektion .hero-image img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.hero-sektion .text-part {
  display: flex;
  flex: 1 0 320px;
  align-self: stretch;
  align-items: center;
  justify-content: center;
  background: #fff;
  padding: 40px 0;
}

.hero-text {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 14px;
  max-width: 480px;
  padding: 0 40px;
}

.hero-text .hero-titel {
  width: 100%;
  color: #000;
  font-size: 40px;
  font-weight: 400;
  line-height: 1.243;
  word-break: break-word;
}

.hero-text .hero-subtitel {
  width: 100%;
  color: #000;
  font-size: 20px;
  font-weight: 400;
  line-height: 1.243;
  word-break: break-word;
}

.hero-buttons {
  display: flex;
  align-items: center;
  gap: 23px;
  flex-wrap: wrap;
}

.btn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 193px;
  min-width: 150px;
  height: 42px;
  border-radius: 4px;
  color: #fff;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.243;
  text-decoration: none;
  text-align: center;
}

.btn-primary { background: #000; }
.btn-secondary { background: #6e6e6e; }

.hero-text .opening-hours {
  width: 100%;
  color: #000;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.243;
  text-align: right;
  word-break: break-word;
}

.about-sektion {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  min-height: 1024px;
  width: 100%;
  padding: 30px 30px 0;
  background-image: url("/assets/about-sektion-bakgrund.png");
  background-size: cover;
  background-position: center;
}

.about-sektion .about-titel {
  width: 100%;
  color: #fff;
  font-size: 36px;
  font-weight: 700;
  line-height: 1.243;
}

.plane-window {
  display: flex;
  flex-wrap: wrap;
  align-content: center;
  align-items: center;
  justify-content: center;
  gap: 10px;
  width: 100%;
  min-height: 1024px;
  padding: 0 10px;
  background: rgba(94, 117, 123, 0.47);
  border: 10px solid #784c1b;
}

.plane-legs {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  width: 100%;
  height: 57px;
}

.plane-leg {
  width: 40px;
  height: 100%;
  background: url("/assets/plane-legs-tra.png") top left / 200px 200px repeat, #784c1b;
}

.plane-leg:last-child {
  justify-self: end;
}

.profiler-kort {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  min-width: 326px;
  max-width: 427px;
  overflow: hidden;
}

.sticker {
  width: 22px;
  height: 31px;
  flex-shrink: 0;
  background: #a9b6b8b0;
}

.profiler-kort .about-partial-kort .sticker {
  height: 10px;
}

.profiler-kort .about-partial-kort {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
  padding: 0 30px 30px;
  background-color: #fff;
  background-image: url("/assets/profiler-bakgrund.png");
  background-repeat: repeat;
  background-position: top left;
  background-size: 150px 150px;
}

.profiler-kort .top-part {
  display: flex;
  align-items: center;
  gap: 30px;
  width: 100%;
}

.profiler-kort .avatar {
  position: relative;
  flex-shrink: 0;
  width: 96px;
  height: 96px;
}

.profiler-kort .avatar img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.profiler-kort .name-title {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  width: 137px;
  color: #000;
  line-height: 1.243;
}

.profiler-kort .name-title h3 {
  width: 100%;
  font-weight: 700;
  font-size: 24px;
  word-break: break-word;
}

.profiler-kort .name-title .titel {
  width: 100%;
  font-weight: 400;
  font-size: 20px;
  word-break: break-word;
}

.profiler-kort .bio {
  width: 100%;
  color: #000;
  font-weight: 400;
  font-size: 20px;
  line-height: 1.243;
  word-break: break-word;
}

.projekt-sektion {
  display: flex;
  flex-wrap: wrap;
  align-content: center;
  align-items: center;
  justify-content: center;
  background: #fff;
  padding: 30px;
}

.projekt-item {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  width: 441px;
  max-width: 100%;
  padding: 34px;
}

.projekt-item .projekt-label {
  width: 100%;
  color: #6e6e6e;
  font-size: 24px;
  font-weight: 400;
  line-height: 1.243;
}

.projekt-item .projekt-bild {
  width: 100%;
  height: 407px;
}

.projekt-item .projekt-bild img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
}

@media (max-width: 700px) {
  .projekt-sektion {
    padding: 20px;
  }

  .projekt-item {
    padding: 20px 0;
  }

  .hero-sektion {
    flex-direction: column;
    height: 635px;
  }

  .hero-sektion .image-part {
    flex: 1 0 0;
    width: 100%;
    min-height: 0;
  }

  .hero-sektion .hero-image {
    flex: 1 0 0;
    width: auto;
    max-width: none;
    min-width: 0;
  }

  .hero-sektion .text-part {
    flex: 1 0 0;
    width: 100%;
    padding: 20px 0;
  }

  .hero-text {
    max-width: none;
    width: 100%;
  }

  .hero-buttons .btn {
    flex: 1 0 0;
    width: auto;
  }

  .about-sektion {
    min-height: 0;
    padding: 30px 0;
  }

  .plane-window {
    min-height: 0;
    border: none;
  }

  .plane-legs {
    display: none;
  }

  .site-nav {
    padding: 16px 20px;
  }

  .site-nav a {
    display: none;
  }

  .hamburger {
    display: flex;
  }
}
