
*,
*::before,
*::after {
  box-sizing: border-box;
}

body {
  margin: 0;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  background: radial-gradient(circle at top, #181322 0, #050509 55%, #020205 100%);
  color: #f4f4f4;
}

a {
  color: inherit;
  text-decoration: none;
}

.nkc-container {
  width: 100%;
  max-width: 1100px;
  margin: 0 auto;
  padding: 0 1.25rem;
}

/* HEADER */
.nkc-header {
  position: sticky;
  top: 0;
  z-index: 50;
  background: rgba(5, 5, 10, 0.9);
  backdrop-filter: blur(14px);
  border-bottom: 1px solid rgba(246, 196, 83, 0.2);
}

.nkc-header-tagline { display: none; }

.nkc-header-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0.6rem 0;
}

.nkc-logo {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.3rem;
  line-height: 1.1;
}

.nkc-logo-image {
  max-width: 240px;
  height: auto;
  max-height: 140px;
  object-fit: contain;
  filter: drop-shadow(0 0 8px rgba(246, 196, 83, 0.3));
}

.nkc-logo-icon {
  font-size: 2.5rem;
  filter: drop-shadow(0 0 8px rgba(246, 196, 83, 0.4));
  animation: crown-glow 2.5s ease-in-out infinite;
}

@keyframes crown-glow {
  0%, 100% {
    filter: drop-shadow(0 0 8px rgba(246, 196, 83, 0.4));
  }
  50% {
    filter: drop-shadow(0 0 16px rgba(246, 196, 83, 0.8));
  }
}

.nkc-logo-main {
  letter-spacing: 0.18em;
  font-weight: 800;
  font-size: 0.85rem;
  color: #f6c453;
  text-transform: uppercase;
  text-align: center;
}

.nkc-logo-sub {
  font-size: 0.65rem;
  text-transform: uppercase;
  color: #9b8fb6;
  letter-spacing: 0.2em;
  text-align: center;
}

.nkc-nav {
  display: flex;
  gap: 1rem;
  font-size: 0.8rem;
  text-transform: uppercase;
  letter-spacing: 0.08em;
}

.nkc-nav a {
  position: relative;
  color: #e5e3ff;
  padding-bottom: 0.2rem;
}

.nkc-nav a::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -0.15rem;
  width: 0;
  height: 2px;
  background: linear-gradient(90deg, #f6c453, #f58bff);
  transition: width 0.18s ease-out;
}

.nkc-nav a:hover::after {
  width: 100%;
}

/* MAIN WRAPPER */
.nkc-main {
  padding-bottom: 3rem;
}

/* HERO SECTION */
.nkc-hero {
  min-height: 82vh;
  display: grid;
  place-items: center;
  padding: 5.5rem 0 3rem 0;
}

.nkc-hero-banner {
  width: 100%;
  text-align: center;
  text-transform: uppercase;
  letter-spacing: 0.12em;
  font-weight: 900;
  font-size: 2.1rem;
  color: #f6c453;
  background: rgba(10, 10, 18, 0.92);
  padding: 1.2rem 0.6rem;
  border-bottom: 1px solid rgba(246, 196, 83, 0.35);
}

.nkc-hero-inner {
  display: grid;
  grid-template-columns: minmax(0, 1.2fr) minmax(0, 1fr);
  gap: 2.5rem;
  align-items: center;
}

.nkc-hero-eyebrow {
  display: none;
}

.nkc-hero-title {
  font-size: clamp(1.6rem, 3vw, 2.4rem);
  line-height: 1.08;
  font-weight: 800;
  color: #fff3df;
  margin-bottom: 0.6rem;
}

.nkc-hero-title span {
  color: #f6c453;
}

.nkc-hero-subtitle {
  font-size: 0.6rem;
  color: #d6d0ff;
  max-width: 470px;
  margin-bottom: 1.2rem;
}

.nkc-hero-bullets {
  display: flex;
  flex-wrap: wrap;
  gap: 0.6rem;
  margin-bottom: 1.8rem;
}

.nkc-pill {
  border-radius: 999px;
  border: 1px solid rgba(246, 196, 83, 0.4);
  padding: 0.26rem 0.8rem;
  font-size: 0.7rem;
  text-transform: uppercase;
  letter-spacing: 0.12em;
  color: #f6c453;
  background: radial-gradient(circle at top left, rgba(246,196,83,0.25), transparent 55%);
}

.nkc-hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.8rem;
}

.nkc-btn {
  border-radius: 999px;
  padding: 0.65rem 1.4rem;
  font-size: 0.8rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.12em;
  border: none;
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
}

.nkc-btn-primary {
  background: linear-gradient(135deg, #f6c453, #f58bff);
  color: #1b0f26;
  box-shadow: 0 0 25px rgba(245, 139, 255, 0.35);
}

.nkc-btn-primary:hover {
  filter: brightness(1.06);
}

.nkc-btn-outline {
  background: transparent;
  border: 1px solid rgba(229, 227, 255, 0.6);
  color: #f4f4ff;
}

.nkc-btn-outline:hover {
  background: rgba(229, 227, 255, 0.06);
}

/* HERO IMAGE CARD */
.nkc-hero-card {
  position: relative;
  border-radius: 26px;
  overflow: hidden;
  border: 1px solid rgba(246, 196, 83, 0.35);
  background: radial-gradient(circle at top, #302852 0, #130f24 40%, #050509 85%);
  box-shadow: 0 18px 45px rgba(0,0,0,0.7);
}

.nkc-hero-card img {
  width: 100%;
  height: 100%;
  max-height: 380px;
  object-fit: cover;
  opacity: 0.95;
}

.nkc-hero-tag {
  position: absolute;
  left: 1.2rem;
  bottom: 1.2rem;
  background: rgba(10,10,18,0.88);
  border-radius: 999px;
  padding: 0.35rem 0.9rem;
  font-size: 0.65rem;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: #f6c453;
  border: 1px solid rgba(246,196,83,0.5);
}

/* SECTIONS */
.nkc-section {
  padding: 2.8rem 0 0 0;
}

.nkc-section-header {
  margin-bottom: 1.8rem;
}

.nkc-section-eyebrow {
  font-size: 0.7rem;
  letter-spacing: 0.26em;
  text-transform: uppercase;
  color: #9b8fb6;
  margin-bottom: 0.5rem;
}

.nkc-section-title {
  font-size: 1.4rem;
  font-weight: 700;
  color: #fff3df;
  margin-bottom: 0.35rem;
}

.nkc-section-subtitle {
  font-size: 0.9rem;
  color: #cbc4ff;
}

/* ABOUT GRID */
.nkc-about-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.15fr) minmax(0, 1fr);
  gap: 2rem;
  align-items: center;
}

.nkc-about-text p {
  font-size: 0.9rem;
  color: #e0dcff;
  margin: 0 0 0.8rem 0;
}

.nkc-about-list {
  margin-top: 0.8rem;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.6rem;
  font-size: 0.85rem;
  color: #f4f4ff;
}

.nkc-about-list span {
  color: #f6c453;
}

/* IMAGE FRAME */
.nkc-image-frame {
  border-radius: 22px;
  overflow: hidden;
  border: 1px solid rgba(246,196,83,0.35);
  box-shadow: 0 14px 40px rgba(0,0,0,0.8);
}

.nkc-image-frame img {
  display: block;
  width: 100%;
  height: 100%;
  max-height: 320px;
  object-fit: cover;
}

/* CARDS GRID */
.nkc-cards-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(230px, 1fr));
  gap: 1.2rem;
}

.nkc-card {
  border-radius: 18px;
  border: 1px solid rgba(246,196,83,0.25);
  background: radial-gradient(circle at top left, rgba(246,196,83,0.18), #070712 55%);
  padding: 1.1rem 1.1rem 1.1rem 1.1rem;
}

.nkc-card-kicker {
  font-size: 0.7rem;
  text-transform: uppercase;
  letter-spacing: 0.18em;
  color: #b1a4ff;
  margin-bottom: 0.3rem;
}

.nkc-card-title {
  font-size: 1.05rem;
  font-weight: 600;
  color: #fff3df;
  margin-bottom: 0.15rem;
}

.nkc-card-time {
  font-size: 0.8rem;
  color: #f6c453;
  margin-bottom: 0.4rem;
}

.nkc-card-body {
  font-size: 0.85rem;
  color: #e0dcff;
  margin-bottom: 0.6rem;
}

.nkc-card-meta {
  font-size: 0.7rem;
  color: #bcb4f2;
  margin-bottom: 0.6rem;
}

.nkc-card-link {
  font-size: 0.8rem;
  color: #f6c453;
}

/* MENU SECTION */
.nkc-menu-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  gap: 2rem;
}

.nkc-menu-group-title {
  font-size: 1rem;
  font-weight: 600;
  color: #fff3df;
  margin-bottom: 0.5rem;
}

.nkc-menu-item {
  font-size: 0.88rem;
  color: #e4e0ff;
  margin-bottom: 0.35rem;
}

.nkc-menu-item span {
  color: #f6c453;
  font-weight: 500;
}

.nkc-drink-item {
  display: flex;
  gap: 1rem;
  margin-bottom: 1rem;
  align-items: flex-start;
}

.nkc-drink-image {
  width: 80px;
  height: 80px;
  object-fit: cover;
  border-radius: 10px;
  border: 1px solid rgba(246, 196, 83, 0.3);
  flex-shrink: 0;
}

.nkc-drink-info {
  flex: 1;
}

/* GALLERY */
.nkc-gallery-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  gap: 0.9rem;
}

.nkc-gallery-item {
  border-radius: 18px;
  overflow: hidden;
  border: 1px solid rgba(246,196,83,0.3);
}

.nkc-gallery-item img {
  display: block;
  width: 100%;
  height: 210px;
  object-fit: cover;
}

/* FORMS */
.nkc-form-wrapper {
  border-radius: 20px;
  border: 1px solid rgba(246,196,83,0.35);
  background: radial-gradient(circle at top left, rgba(246,196,83,0.22), rgba(5,5,12,0.98));
  padding: 1.4rem 1.3rem 1.3rem 1.3rem;
  max-width: 640px;
}

.nkc-form-row {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
  gap: 0.8rem;
  margin-bottom: 0.8rem;
}

.nkc-field label {
  display: block;
  font-size: 0.75rem;
  color: #e0dcff;
  margin-bottom: 0.25rem;
}

.nkc-field input,
.nkc-field textarea,
.nkc-field select {
  width: 100%;
  border-radius: 10px;
  border: 1px solid rgba(229, 227, 255, 0.45);
  padding: 0.45rem 0.55rem;
  background: rgba(10,10,18,0.96);
  color: #f4f4ff;
  font-size: 0.82rem;
}

.nkc-field textarea {
  resize: vertical;
  min-height: 80px;
}

.nkc-field input:focus,
.nkc-field textarea:focus,
.nkc-field select:focus {
  outline: none;
  border-color: #f6c453;
  box-shadow: 0 0 0 1px rgba(246,196,83,0.4);
}

/* STATUS MESSAGES */
.nkc-message {
  margin-bottom: 0.8rem;
  font-size: 0.85rem;
  padding: 0.6rem 0.7rem;
  border-radius: 10px;
}

.nkc-message-success {
  background: rgba(46, 204, 113, 0.12);
  border: 1px solid rgba(46, 204, 113, 0.6);
  color: #b3f7c7;
}

.nkc-message-error {
  background: rgba(231, 76, 60, 0.12);
  border: 1px solid rgba(231, 76, 60, 0.6);
  color: #ffd0c5;
}

/* FOOTER */
.nkc-footer {
  border-top: 1px solid rgba(246,196,83,0.25);
  background: #05050a;
  padding: 1.1rem 0;
}

.nkc-footer-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1.2rem;
  font-size: 0.75rem;
  color: #c2bcf0;
}

.nkc-footer-right {
  text-align: right;
}

.nkc-footer-social {
  display: inline-block;
  margin-left: 0.3rem;
  color: #f6c453;
}

.nkc-footer-copy {
  margin-top: 0.25rem;
  color: #a69ed6;
}

/* RESPONSIVE */
@media (max-width: 768px) {
  .nkc-header-inner {
    flex-direction: column;
    align-items: flex-start;
    gap: 0.4rem;
  }
  .nkc-nav {
    flex-wrap: wrap;
    justify-content: flex-start;
  }
  .nkc-hero-inner {
    grid-template-columns: minmax(0, 1fr);
  }
  .nkc-about-grid,
  .nkc-menu-grid {
    grid-template-columns: minmax(0, 1fr);
  }
  .nkc-footer-inner {
    flex-direction: column;
    align-items: flex-start;
  }
  .nkc-footer-right {
    text-align: left;
  }
}

/* WHATSAPP FLOATING BUTTON */
.nkc-whatsapp-btn {
  position: fixed;
  bottom: 1.5rem;
  right: 1.5rem;
  width: 60px;
  height: 60px;
  background: linear-gradient(135deg, #25d366, #128c7e);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 4px 20px rgba(37, 211, 102, 0.4);
  cursor: pointer;
  z-index: 999;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
  text-decoration: none;
}

.nkc-whatsapp-btn:hover {
  transform: scale(1.08);
  box-shadow: 0 6px 30px rgba(37, 211, 102, 0.6);
}

.nkc-whatsapp-btn svg {
  width: 32px;
  height: 32px;
  fill: white;
}
