* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  font-family: "Poppins", "Arial", sans-serif;
  color: #2d2420;
  line-height: 1.6;
  background: #faf8f5;
}

/* Header — dekorim modern */
header {
  position: relative;
  overflow: visible;
  background: linear-gradient(135deg, #c79a6e 0%, #9d6f47 100%);
  color: #fff;
  box-shadow: 0 6px 20px rgba(157, 111, 71, 0.25);
}

.header-wave {
  position: absolute;
  left: 0;
  right: 0;
  top: 100%;
  transform: translateY(-40%);
  pointer-events: none;
}

.header-container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  padding: 16px 20px;
  max-width: 1200px;
  margin: 0 auto;
  position: relative;
}

.brand {
  display: flex;
  align-items: center;
  gap: 14px;
  flex: 1;
}

.logo {
  width: 72px;
  height: 72px;
  border-radius: 12px;
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.2);
  object-fit: cover;
  border: 3px solid rgba(255, 255, 255, 0.2);
  transition: transform 0.3s;
}

.logo:hover {
  transform: scale(1.05);
}

.brand-text h1 {
  font-size: 1.6rem;
  margin: 0;
  letter-spacing: 0.8px;
  font-weight: 700;
}

.tagline {
  font-size: 0.85rem;
  color: rgba(255, 255, 255, 0.88);
  margin-top: 4px;
  font-weight: 500;
}

/* Nav */
.main-nav {
  display: flex;
  gap: 14px;
  align-items: center;
}

.main-nav a {
  color: #fff;
  text-decoration: none;
  padding: 10px 16px;
  border-radius: 8px;
  transition:
    background 0.2s,
    transform 0.15s;
  white-space: nowrap;
  font-weight: 500;
  font-size: 0.95rem;
}

.main-nav a:hover {
  background: rgba(255, 255, 255, 0.15);
  transform: translateY(-2px);
}

/* Mobile toggle */
.menu-toggle {
  display: none;
  background: transparent;
  border: none;
  color: #fff;
  font-size: 1.6rem;
  padding: 8px;
  cursor: pointer;
  z-index: 100;
  transition: transform 0.2s;
}

.menu-toggle:active {
  transform: scale(0.95);
}

/* Mobile responsive */
@media (max-width: 860px) {
  .header-container {
    padding: 12px 16px;
  }

  .brand {
    gap: 10px;
  }

  .logo {
    width: 60px;
    height: 60px;
  }

  .brand-text h1 {
    font-size: 1.1rem;
  }

  .tagline {
    font-size: 0.7rem;
  }

  .menu-toggle {
    display: block;
  }

  .main-nav {
    display: none;
    position: absolute;
    top: calc(100% + 6px);
    left: 0;
    right: 0;
    background: #fff;
    color: #2d2420;
    padding: 10px;
    border-radius: 0 0 12px 12px;
    box-shadow: 0 12px 30px rgba(0, 0, 0, 0.15);
    flex-direction: column;
    gap: 6px;
    margin-top: 0;
    z-index: 999;
  }

  .main-nav a {
    color: #2d2420;
    padding: 12px 14px;
    border-radius: 8px;
    display: block;
    background: #f5f1ed;
  }

  .main-nav a:hover {
    background: #e8dfd6;
    transform: none;
  }

  /* Show menu when menu-open class is present */
  .header-container.menu-open .main-nav {
    display: flex !important;
  }
}

header.scrolled {
  box-shadow: 0 12px 35px rgba(157, 111, 71, 0.3);
}

/* Main Section */
.Kryesorja {
  background: linear-gradient(135deg, #f4e4d1 0%, #ead5c3 100%);
  color: #3e3531;
  padding: 100px 20px;
  text-align: center;
  min-height: 420px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  position: relative;
  overflow: hidden;
}

.Kryesorja::before {
  content: "";
  position: absolute;
  top: -50%;
  right: -10%;
  width: 400px;
  height: 400px;
  background: radial-gradient(circle, rgba(199, 154, 110, 0.1), transparent);
  border-radius: 50%;
  pointer-events: none;
}

.Kryesorja h2 {
  font-size: 2.8rem;
  margin-bottom: 14px;
  color: #c79a6e;
  font-weight: 700;
  position: relative;
  z-index: 1;
}

.Kryesorja h3 {
  font-size: 1.3rem;
  margin-bottom: 32px;
  color: #8b7355;
  font-weight: 500;
  position: relative;
  z-index: 1;
}

.reservo-btn {
  background: linear-gradient(135deg, #c79a6e, #b8845f);
  color: white;
  border: none;
  padding: 14px 44px;
  font-size: 1.05rem;
  border-radius: 10px;
  cursor: pointer;
  transition: all 0.3s;
  font-weight: 600;
  box-shadow: 0 8px 20px rgba(199, 154, 110, 0.3);
  position: relative;
  z-index: 1;
}

.reservo-btn:hover {
  transform: translateY(-4px);
  box-shadow: 0 12px 30px rgba(199, 154, 110, 0.4);
  background: linear-gradient(135deg, #b8845f, #a87450);
}

.reservo-btn:active {
  transform: translateY(-2px);
}

/* Services Section */
.Sherbimet {
  max-width: 1200px;
  margin: 80px auto;
  padding: 0 20px;
}

.Sherbimet h2 {
  text-align: center;
  color: #c79a6e;
  margin-bottom: 50px;
  font-size: 2.4rem;
  font-weight: 700;
  position: relative;
}

.Sherbimet h2::after {
  content: "";
  display: block;
  width: 60px;
  height: 4px;
  background: linear-gradient(90deg, transparent, #c79a6e, transparent);
  margin: 16px auto 0;
}

.service-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
  gap: 32px;
}

.service-card {
  background: white;
  padding: 32px 24px;
  border-radius: 14px;
  box-shadow: 0 8px 24px rgba(199, 154, 110, 0.12);
  text-align: center;
  transition: all 0.3s cubic-bezier(0.34, 1.56, 0.64, 1);
  border: 2px solid transparent;
  perspective: 1000px;
}

.service-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 16px 40px rgba(199, 154, 110, 0.2);
  border-color: #c79a6e;
}

.service-card h3 {
  color: #c79a6e;
  margin-bottom: 12px;
  font-size: 1.3rem;
  font-weight: 700;
}

.service-card p {
  color: #6b5d52;
  font-size: 0.95rem;
  line-height: 1.6;
}

/* Contact Section */
.Kontakti {
  background: linear-gradient(135deg, #f9f5f2 0%, #f1e8e0 100%);
  padding: 70px 20px;
  text-align: center;
  border-top: 3px solid #c79a6e;
}

.Kontakti h2 {
  color: #c79a6e;
  margin-bottom: 28px;
  font-size: 2.2rem;
  font-weight: 700;
}

.Kontakti p {
  font-size: 1.05rem;
  margin: 10px 0;
  color: #3e3531;
  font-weight: 500;
}

/* Footer */
.footer {
  background: linear-gradient(135deg, #5a4a40, #4a3a30);
  color: #d4a373;
  text-align: center;
  padding: 24px 20px;
  margin-top: 40px;
  font-size: 0.95rem;
  border-top: 4px solid #c79a6e;
}

/* Responsive tweaks */
@media (max-width: 768px) {
  .Kryesorja {
    padding: 60px 20px;
    min-height: 340px;
  }

  .Kryesorja h2 {
    font-size: 1.8rem;
  }

  .Kryesorja h3 {
    font-size: 1rem;
  }

  .Sherbimet {
    margin: 60px auto;
  }

  .Sherbimet h2 {
    font-size: 1.8rem;
    margin-bottom: 30px;
  }

  .service-grid {
    grid-template-columns: 1fr;
    gap: 20px;
  }

  .Kontakti {
    padding: 50px 20px;
  }

  .Kontakti h2 {
    font-size: 1.6rem;
  }
}

/* Animation reveals */
.service-card,
.Kryesorja,
.Kontakti {
  opacity: 0;
  transform: translateY(20px);
  animation: fadeInUp 0.6s ease forwards;
}

@keyframes fadeInUp {
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.service-card:nth-child(1) {
  animation-delay: 0.1s;
}
.service-card:nth-child(2) {
  animation-delay: 0.2s;
}
.service-card:nth-child(3) {
  animation-delay: 0.3s;
}
/* Gallery Section */
.Gallery {
  padding: 60px 20px;
  max-width: 1200px;
  margin: 0 auto;
  text-align: center;
}

.Gallery h2 {
  font-size: 2.2rem;
  color: #2d2420;
  margin-bottom: 12px;
  letter-spacing: 0.5px;
}

.gallery-subtitle {
  font-size: 1.1rem;
  color: #8b6f47;
  margin-bottom: 40px;
  font-weight: 500;
}

.gallery-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 20px;
  margin-top: 30px;
}

.gallery-item {
  position: relative;
  overflow: hidden;
  border-radius: 12px;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.1);
  transition:
    transform 0.3s,
    box-shadow 0.3s;
  aspect-ratio: 1;
}

.gallery-item:hover {
  transform: translateY(-8px);
  box-shadow: 0 12px 30px rgba(0, 0, 0, 0.15);
}

.gallery-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.4s ease;
}

.gallery-item:hover img {
  transform: scale(1.08);
}
/* Gallery Lightbox Modal */
.gallery-modal {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.9);
  z-index: 1000;
  justify-content: center;
  align-items: center;
  opacity: 0;
  transition: opacity 0.3s ease;
}

.gallery-modal.active {
  display: flex;
  opacity: 1;
}

.gallery-modal-content {
  position: relative;
  max-width: 90vw;
  max-height: 90vh;
  display: flex;
  align-items: center;
  justify-content: center;
  animation: slideIn 0.3s ease;
}

@keyframes slideIn {
  from {
    transform: scale(0.9);
    opacity: 0;
  }
  to {
    transform: scale(1);
    opacity: 1;
  }
}

.gallery-modal img {
  max-width: 100%;
  max-height: 85vh;
  border-radius: 8px;
  object-fit: contain;
}

.gallery-modal-close {
  position: absolute;
  top: 20px;
  right: 30px;
  font-size: 2.5rem;
  color: #fff;
  background: none;
  border: none;
  cursor: pointer;
  transition: transform 0.2s;
  z-index: 1001;
}

.gallery-modal-close:hover {
  transform: scale(1.2);
}

.gallery-modal-nav {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background: rgba(255, 255, 255, 0.2);
  color: #fff;
  border: none;
  padding: 15px 20px;
  font-size: 1.5rem;
  cursor: pointer;
  border-radius: 4px;
  transition: background 0.2s;
  z-index: 1001;
}

.gallery-modal-nav:hover {
  background: rgba(255, 255, 255, 0.4);
}

.gallery-prev {
  left: 20px;
}

.gallery-next {
  right: 20px;
}

.gallery-counter {
  position: absolute;
  bottom: 20px;
  left: 50%;
  transform: translateX(-50%);
  color: #fff;
  background: rgba(0, 0, 0, 0.5);
  padding: 8px 16px;
  border-radius: 20px;
  font-size: 0.9rem;
}
