.html {
  scroll-behavior: smooth;
}

body{
  margin: 0;
  padding-top: 74px;
  background: #0b0b0b
}

html, body {
    margin: 0;
padding: 0;
width: 100%;
height: 100%;
background: #0b0b0b;
}




.header {
position: fixed !important;
top: 0 !important;
left: 0;
right: 0;
width: 100%;
z-index: 9999;
background: rgba(10, 10, 10, 0.55);
backdrop-filter: blur(6px);

}


 .nav-inner {
    max-width: 1200px;
    margin: 0 auto;
    padding: 18px 24px;
    display: flex;
    align-items: center;
    justify-content: space-between;

 }

.brand {
    color: #e6c98a;
    font-size: 20px;
    font-weight: 700;
    letter-spacing: 2px;
    text-transform: uppercase;
    text-decoration: none;

}

.brand span {
    font-weight: 300;
    opacity: 0.9;
}

.menu {
    display: flex;
    gap: 28px;
}

.menu a {
    color: #f5f5f5;
    font-size: 13px;
    letter-spacing: 2px;
    text-transform: uppercase;
    text-decoration: none;
    position: relative;
  
    padding-bottom: 6px;
}

.menu a::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 0%;
    height: 2px;
    background: #e6c98a;
    transition: width 0.3s ease;
}

.menu a:hover::after {
    width: 100%;
}












.hero {
    position: relative;
    min-height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 140px 0 90px;
    color: #ffffff;
    text-align: center;
    background: #111;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

.hero ::before {
    content: "";
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, 0.6s)
}


.hero__text {
    position: relative;
    z-index: 1;
    max-width: 800px;
    padding: 0 20px;
}

.hero__logo {
    max-width: fit-content;
    max-height: fit-content;
}

.hero__text h1 {
    margin-top: 10px;
    font: clamp(32px, 5vw, 54px);
    margin-bottom: 12px;
    font-size: 60px;
}

.hero__text p {
    opacity: 0.85;
    font-size: 36px;
    margin-bottom: 26px;
}

.btn {
    display: inline-block;
    padding: 12px 18px;
    border-radius: 12px;
    font-weight: 800;
    text-decoration: none;
}
.btn--primary {
    background: #e6c98a;
    color: #111;
}

.btn--primary:hover {
    filter: brightness(1.05);
}

.btn--ghost:hover {
    background: rgba(255, 255, 255, 0.12);
}

.services {
  padding: 80px 20px;
  margin-top: 200px;
  margin-bottom: 200px;
  text-align: center;
  background: #0b0b0b;
  color: #fff;
}

.services h2 {
  color: #e6c98a;
  letter-spacing: 2px;
  margin-bottom: 30px;

}


.hours {
  padding: 70px 10px;
  text-align: center;
  border-radius: 18px;
  margin-top: 16px;
  margin-bottom: 26px;
  border-top: 1px solid rgba(255,  255, 255, 0.08);
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
  background: rgba(255, 255, 255, 0.02);
  color: #e6c98a;
}

#lunch {
  text-decoration: underline;
}




.price-list {
  max-width: 420px;
  margin: 0 auto 30px;
  padding: 0;
  list-style: none;

}

.price-list li {
  display: flex;
  justify-content: space-between;
  padding: 12px 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.15);
}

.about {
  padding: 90px 20px;
  background: #0b0b0b;
  color: #fff;
}

.about__inner {
  max-width: 1100px;
  margin: 0 auto;
  display: flex;
  gap: 30px;
  align-items: start;
}

.about h2 {
  color: #e6c98a;
  letter-spacing: 2px;
  text-transform: uppercase;
  margin-bottom: 14px;
  font-size: 30px;
}

.about__text p {
  opacity: 0.9;
  line-height: 1.6;
  margin-bottom: 14px;
  text-align: center;
  font-size: 20px;
  font-family: Verdana, Geneva, Tahoma, sans-serif;
}

.about__list {
  list-style: none;
  padding: 0;
  margin: 0 0 22px;
  display: grid;
  gap: 10px;
}

.about__list li {
margin-top: 26px;
padding: 18px 18px;
max-width: 520px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.04);
}

.about__card p {
  margin: 0 0 8px;
  opacity: 0.9;
}

.about__divider {
  height: 5px;
  background: rgba(255, 255, 255, 0.12);
  margin: 14px 0;
  font-size: 40px;
}

.about__link {
  color: #fff;
  text-decoration: none;
  border-bottom: 1px solid rgba(230, 201, 138, 0.6);
  font-size: 25px;
}

.about__link:hover {
  color: #e6c98a;
}
 
#kontakt {
  scroll-margin-top: 100px;
  font-size: 30px;
}

#om {
  scroll-margin-top: 100px;
}

.footer {
  display: flex;
  text-align: center;
  justify-content: center;
  max-width: 100%;
  max-height: 425px;
  height: 100%;
  background: #0b0b0b;

}

.copyright {
  font-size: 19px;
}

#kontakt-anchor {
  position: flex;
  top: -120px;
  height: 1px;
}















/* --- Bas: göm mobil-grejer på desktop --- */
.nav-toggle,
.menu-btn,
.nav-overlay,
.mobile-drawer {
  display: none;
}

.nav-actions{
  display: flex;
  align-items: center;
  gap: 12px;
}


@media (max-width: 768px) {

  
  .menu { display: none; }

  /* Visa hamburger + drawer */
  .nav-toggle,
  .menu-btn,
  .nav-overlay,
  .mobile-drawer {
    display: block;
  }

  .header-book{
    padding: 10px 14px;
    border-radius: 10px;
    font-size: 14px;
    white-space: nowrap;
  }

  /* Hamburger-knapp */
  .menu-btn{
    width: 44px;
    height: 40px;
    border-radius: 10px;
    border: 1px solid rgba(255,255,255,0.18);
    background: rgba(0,0,0,0.25);
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 6px;
    padding: 0 10px;
    cursor: pointer;
  }

  .menu-btn span{
    height: 2px;
    width: 100%;
    background: #f5f5f5;
    border-radius: 2px;
  }


  .nav-overlay{
    position: fixed;
    inset: 0;
    background: rgba(0,0,0,0.55);
    opacity: 0;
    pointer-events: none;
    transition: opacity 0.25s ease;
    z-index: 40;
  }


  .mobile-drawer{
    position: fixed;
    top: 0;
    right: 0;
    height: 100vh;
    width: min(320px, 86vw);
    background: rgba(10,10,10,0.92);
    backdrop-filter: blur(10px);
    transform: translateX(100%);
    transition: transform 0.25s ease;
    z-index: 50;
    padding: 18px 16px;
    display: flex;
    flex-direction: column;
    gap: 10px;
  }

  .drawer-top{
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-bottom: 10px;
    margin-bottom: 8px;
    border-bottom: 1px solid rgba(255,255,255,0.12);
  }

  .drawer-title{
    color: #e6c98a;
    letter-spacing: 2px;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 13px;
  }

  .drawer-close{
    cursor: pointer;
    color: #fff;
    font-size: 18px;
    padding: 8px 10px;
    border-radius: 10px;
    border: 1px solid rgba(255,255,255,0.12);
  }

  .mobile-drawer a{
    color: #f5f5f5;
    text-decoration: none;
    padding: 12px 12px;
    border-radius: 12px;
    letter-spacing: 1px;
    text-transform: uppercase;
    font-size: 13px;
  }

  .mobile-drawer a:hover{
    background: rgba(230,201,138,0.12);
  }


  .nav-toggle:checked ~ .nav-overlay{
    opacity: 1;
    pointer-events: auto;
  }

  .nav-toggle:checked ~ .mobile-drawer{
    transform: translateX(0);
  }
  .nav-toggle {
    position: absolute !important;
    width: 1px !important;
    height: 1px !important;
    opacity: 0 !important;
    pointer-events: none !important;
    left: -9999px !important;
  }

  .about__inner {
    grid-template-columns: 1fr;
  }
}
