/* Restorant Halimi — gjelbër i thellë (Rolex), pa hije / pa glow */

:root {
  --void: #030403;
  --surface: #071409;
  --raised: #0a1810;
  --line: rgba(255, 255, 255, 0.1);
  --line-dark: rgba(7, 20, 9, 0.12);
  --ink: #071409;
  --mist: #e8ebe9;
  --cloud: #f4f6f4;
  --muted: #5c6560;
  --muted-on-dark: #9caaa2;
  --accent: #0d4d32;
  --accent-hot: #145c3a;
  --accent-soft: #1a6b45;
  --max: 1120px;
  --max-wide: 1240px;
  --font-display: "Syne", system-ui, sans-serif;
  --font-ui: "DM Sans", system-ui, sans-serif;
  --radius-lg: 18px;
  --radius-xl: 24px;
  --radius-pill: 999px;
  --ease-out: cubic-bezier(0.22, 1, 0.36, 1);
  --focus-ring: 2px solid var(--accent-hot);
  --focus-offset: 3px;
  --tap-min: 44px;
  /* Hapësira sipër nav-it (notch / Dynamic Island) — shtesë mbi safe-area */
  --nav-offset-top: clamp(0.55rem, 1.5vw, 0.8rem);
  --site-header-pad: calc(env(safe-area-inset-top, 0px) + var(--nav-offset-top) + clamp(3.65rem, 9.5vw, 4.85rem));
  /* Shtesë poshtë nav-it para rail-it të menysë (mobile fiks + sticky desktop) */
  --menu-rail-top-gap: clamp(0.65rem, 1.8vw, 1rem);
}

@keyframes fx-bg-shift {
  0%,
  100% {
    background-position: 0% 40%;
  }
  50% {
    background-position: 100% 60%;
  }
}

@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
    scroll-behavior: auto !important;
  }

  .fx-marquee__track {
    animation: none !important;
  }
}

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

html {
  scroll-behavior: auto;
  scroll-padding-top: var(--site-header-pad);
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  overscroll-behavior: none;
  background-color: var(--void);
}

body {
  margin: 0;
  font-family: var(--font-ui);
  font-size: clamp(1rem, 0.28vw + 0.95rem, 1.07rem);
  line-height: 1.65;
  font-weight: 400;
  color: var(--ink);
  background: var(--mist);
  overscroll-behavior: none;
}

#main {
  padding-top: var(--site-header-pad);
  background-color: var(--void);
}

a:focus-visible,
button:focus-visible,
.nav-pill:focus-visible,
.nav-toggle:focus-visible,
.btn:focus-visible,
.circle-nav:focus-visible,
.pill-outline:focus-visible,
.social-ring:focus-visible,
.menu-teaser-card:focus-visible,
.nav-desktop__link:focus-visible,
.nav-phone:focus-visible,
.fx-card-link:focus-visible,
.menu-split__cat:focus-visible {
  outline: var(--focus-ring);
  outline-offset: var(--focus-offset);
}

a:focus:not(:focus-visible),
button:focus:not(:focus-visible) {
  outline: none;
}

.visually-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

img {
  max-width: 100%;
  height: auto;
  display: block;
}

a {
  color: inherit;
}

.section-serif {
  font-family: var(--font-display);
  font-weight: 700;
  letter-spacing: -0.02em;
}

.section-serif em {
  font-style: normal;
  font-weight: 800;
  background: linear-gradient(135deg, #145c3a 0%, #0a3020 100%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}

.skip-link {
  position: absolute;
  left: -9999px;
  top: 0.5rem;
  padding: 0.5rem 1rem;
  background: var(--cloud);
  color: var(--ink);
  z-index: 300;
  font-weight: 600;
  border-radius: 8px;
}

.skip-link:focus {
  left: 0.5rem;
}

/* Full-width header band stays transparent: only the pill (.nav-shell) is chrome. */
.site-header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 150;
  height: auto;
  padding-top: calc(env(safe-area-inset-top, 0px) + var(--nav-offset-top));
  padding-left: env(safe-area-inset-left, 0px);
  padding-right: env(safe-area-inset-right, 0px);
  padding-bottom: 0.45rem;
  background: transparent;
  box-shadow: none;
}

@media (max-width: 1023px) {
  :root {
    --nav-offset-top: clamp(0.85rem, 3.8vw, 1.15rem);
  }

  .site-header {
    padding-bottom: 0.6rem;
  }

  .nav-shell {
    width: min(var(--max-wide), calc(100% - 1.1rem));
  }
}

@media (max-width: 639px) {
  :root {
    /* Telefona me ishull / kamerë — pak më shumë se safe-area e vetme */
    --nav-offset-top: clamp(1rem, 5vw, 1.35rem);
  }

  .site-header {
    padding-bottom: 0.65rem;
  }

  .nav-actions {
    gap: 0.35rem;
  }

  .nav-lang {
    margin-inline-end: 0.1rem;
  }

  .nav-logo__wordmark {
    width: clamp(5.75rem, 28vw, 8.5rem);
  }
}

/* ——— Nav (glass capsule) ——— */
.nav-shell {
  position: relative;
  margin: 0 auto;
  width: min(var(--max-wide), calc(100% - 1.5rem));
  z-index: 150;
  border: 1px solid var(--line);
  border-radius: var(--radius-pill);
  background: rgba(7, 20, 9, 0.62);
  backdrop-filter: blur(22px) saturate(1.45);
  -webkit-backdrop-filter: blur(22px) saturate(1.45);
  color: #fafafa;
  box-shadow:
    0 1px 0 rgba(255, 255, 255, 0.06) inset,
    0 12px 40px rgba(0, 0, 0, 0.24);
  transition:
    border-color 0.35s var(--ease-out),
    background 0.35s var(--ease-out),
    color 0.35s var(--ease-out),
    box-shadow 0.35s var(--ease-out);
}

body.nav-scrolled .nav-shell {
  border-color: var(--line-dark);
  background: rgba(255, 255, 255, 0.88);
  color: var(--ink);
  box-shadow:
    0 1px 0 rgba(255, 255, 255, 0.9) inset,
    0 10px 36px rgba(7, 20, 9, 0.12);
}

body.nav-drawer-open {
  overflow: hidden;
}

.nav-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.65rem;
  min-height: calc(var(--tap-min) + 0.15rem);
  padding: 0.5rem 0.7rem 0.5rem 0.95rem;
  min-width: 0;
}

.nav-logo {
  min-width: 0;
  flex-shrink: 1;
}

@media (min-width: 1024px) {
  .nav-inner {
    display: grid;
    grid-template-columns: minmax(0, auto) minmax(0, 1fr) minmax(0, auto);
    align-items: center;
    gap: 0.75rem 1.25rem;
    padding: 0.55rem 0.9rem 0.55rem 1.1rem;
  }

  .nav-logo {
    grid-column: 1;
    justify-self: start;
    flex-shrink: 0;
  }

  .nav-desktop {
    grid-column: 2;
    justify-self: center;
    margin-left: 0;
    margin-right: 0;
  }

  .nav-actions {
    grid-column: 3;
    justify-self: end;
  }
}

.nav-logo {
  display: inline-flex;
  align-items: center;
  gap: 0.55rem;
  text-decoration: none;
}

.nav-logo__mark {
  position: relative;
  width: 42px;
  height: 42px;
  flex-shrink: 0;
  border-radius: 50%;
  overflow: hidden;
  border: 1px solid var(--line);
  background: rgba(255, 255, 255, 0.04);
}

body.nav-scrolled .nav-logo__mark {
  border-color: var(--line-dark);
  background: #fff;
}

.nav-logo__mark .nav-logo__swap {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: contain;
  padding: 7px;
}

.nav-logo__wordmark {
  position: relative;
  display: block;
  width: clamp(7.5rem, 32vw, 10.5rem);
  height: clamp(1.55rem, 4.2vw, 2.15rem);
  flex-shrink: 0;
}

.nav-logo__wordmark .nav-logo__swap {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 100%;
  height: auto;
  max-height: 100%;
  object-fit: contain;
  object-position: left center;
}

.nav-logo__wordmark .nav-logo__swap--hero {
  display: block;
}

.nav-logo__swap--bar {
  display: none;
}

body.nav-scrolled .nav-logo__swap--hero {
  display: none;
}

body.nav-scrolled .nav-logo__swap--bar {
  display: block;
}

.nav-actions {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  flex-shrink: 0;
  min-width: 0;
}

.nav-lang {
  display: flex;
  align-items: center;
  gap: 0.15rem;
  margin-inline-end: 0.2rem;
}

.nav-lang--capsule {
  padding: 0.18rem;
  border-radius: var(--radius-pill);
  border: 1px solid rgba(255, 255, 255, 0.16);
  background: rgba(0, 0, 0, 0.2);
}

body.nav-scrolled .nav-lang--capsule {
  border-color: var(--line-dark);
  background: rgba(7, 20, 9, 0.06);
}

.nav-lang--capsule .nav-lang__sep {
  display: none;
}

.nav-lang--capsule .nav-lang__link {
  min-width: 2.15rem;
  text-align: center;
  padding: 0.4rem 0.55rem;
  border-radius: var(--radius-pill);
}

.nav-lang__sep {
  opacity: 0.4;
  font-size: 0.72rem;
  font-weight: 500;
  user-select: none;
}

.nav-lang__link {
  font-size: 0.69rem;
  font-weight: 700;
  letter-spacing: 0.07em;
  text-decoration: none;
  color: inherit;
  opacity: 0.52;
  padding: 0.35rem 0.42rem;
  border-radius: 6px;
  transition: opacity 0.2s ease, background 0.2s ease;
}

.nav-lang__link:hover,
.nav-lang__link:focus-visible {
  opacity: 1;
}

.nav-lang__link.is-active {
  opacity: 1;
  background: rgba(7, 20, 9, 0.09);
}

.logo-stage-active .nav-inner:not(.nav-inner--detached) .nav-lang__link.is-active {
  background: rgba(255, 255, 255, 0.14);
}

.nav-desktop {
  display: none;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 0.05rem;
  margin-right: auto;
  margin-left: 1rem;
}

@media (min-width: 1024px) {
  .nav-desktop {
    display: flex;
  }
}

.nav-desktop__link {
  text-decoration: none;
  font-size: 0.76rem;
  font-weight: 600;
  letter-spacing: 0.07em;
  text-transform: uppercase;
  padding: 0.48rem 0.72rem;
  border-radius: var(--radius-pill);
  color: inherit;
  opacity: 0.9;
  white-space: nowrap;
  transition: background 0.2s ease, opacity 0.2s ease, color 0.2s ease;
}

.nav-desktop__link:hover,
.nav-desktop__link:focus-visible {
  opacity: 1;
  background: rgba(255, 255, 255, 0.08);
}

body.nav-scrolled .nav-desktop__link:hover,
body.nav-scrolled .nav-desktop__link:focus-visible {
  background: rgba(9, 9, 11, 0.06);
}

.nav-desktop__link[aria-current="page"] {
  opacity: 1;
  background: rgba(20, 92, 58, 0.22);
}

body.nav-scrolled .nav-desktop__link[aria-current="page"] {
  background: rgba(20, 92, 58, 0.14);
  color: var(--ink);
}

.nav-phone {
  display: none;
  flex-direction: column;
  align-items: flex-end;
  justify-content: center;
  gap: 0;
  min-height: var(--tap-min);
  padding: 0.2rem 0.65rem;
  text-decoration: none;
  color: inherit;
  border-radius: var(--radius-pill);
  border: 1px solid transparent;
  line-height: 1.15;
  transition: border-color 0.2s ease, background 0.2s ease;
}

@media (min-width: 720px) {
  .nav-phone {
    display: inline-flex;
  }
}

.nav-phone__label {
  font-size: 0.58rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.16em;
  opacity: 0.75;
}

.nav-phone__num {
  font-family: var(--font-ui);
  font-weight: 600;
  font-size: 0.86rem;
  letter-spacing: 0.02em;
}

body:not(.nav-scrolled) .nav-phone:hover,
body:not(.nav-scrolled) .nav-phone:focus-visible {
  border-color: rgba(255, 255, 255, 0.2);
  background: rgba(255, 255, 255, 0.06);
}

body.nav-scrolled .nav-phone:hover,
body.nav-scrolled .nav-phone:focus-visible {
  border-color: var(--line-dark);
  background: rgba(9, 9, 11, 0.04);
}

@media (min-width: 768px) {
  .nav-toggle {
    display: none;
  }
}

.nav-toggle {
  display: none;
  width: var(--tap-min);
  height: var(--tap-min);
  border-radius: 50%;
  border: 1px solid rgba(255, 255, 255, 0.22);
  background: rgba(255, 255, 255, 0.06);
  color: inherit;
  padding: 0;
  cursor: pointer;
  flex-shrink: 0;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 5px;
  transition: background 0.2s ease, border-color 0.2s ease;
}

@media (max-width: 767px) {
  .nav-toggle {
    display: inline-flex;
  }
}

body.nav-scrolled .nav-toggle {
  border-color: var(--line-dark);
  background: rgba(9, 9, 11, 0.04);
}

.nav-toggle__bar {
  display: block;
  width: 44%;
  height: 2px;
  background: currentColor;
  border-radius: 1px;
}

.nav-pill {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  font-family: var(--font-ui);
  font-weight: 700;
  font-size: 0.72rem;
  text-transform: uppercase;
  letter-spacing: 0.14em;
  min-height: var(--tap-min);
  padding: 0 1.25rem;
  border-radius: var(--radius-pill);
  border: 1px solid rgba(255, 255, 255, 0.12);
  white-space: nowrap;
  background: linear-gradient(135deg, #0d4d32 0%, #062015 100%);
  color: #f2f7f4;
  transition: transform 0.2s var(--ease-out), border-color 0.2s ease, background 0.2s ease;
}

.nav-pill:hover,
.nav-pill:focus-visible {
  transform: translateY(-1px);
  border-color: rgba(255, 255, 255, 0.28);
  background: linear-gradient(135deg, #145c3a 0%, #071409 100%);
}

.nav-pill--book {
  width: var(--tap-min);
  min-width: var(--tap-min);
  padding: 0;
  flex-shrink: 0;
}

.nav-pill--book .nav-pill__ico {
  display: block;
}

.visually-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.nav-drawer__link--book {
  display: inline-flex;
  align-items: center;
  gap: 0.55rem;
}

.nav-drawer__book-ico {
  flex-shrink: 0;
}

.nav-backdrop {
  position: fixed;
  inset: 0;
  z-index: 158;
  background: rgba(6, 6, 7, 0.55);
  backdrop-filter: blur(4px);
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: opacity 0.3s var(--ease-out), visibility 0.3s step-end;
}

.nav-backdrop.is-open {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
  transition: opacity 0.3s var(--ease-out), visibility 0s;
}

.nav-drawer {
  position: fixed;
  top: 0;
  right: 0;
  z-index: 160;
  width: min(22rem, 100%);
  height: 100dvh;
  background: var(--surface);
  color: #fafafa;
  border-left: 1px solid var(--line);
  transform: translateX(100%);
  transition: transform 0.38s var(--ease-out);
  display: flex;
  flex-direction: column;
  padding: max(1.25rem, calc(env(safe-area-inset-top, 0px) + 0.65rem)) max(1.25rem, env(safe-area-inset-right, 0px)) max(2rem, env(safe-area-inset-bottom, 0px));
}

.nav-drawer.is-open {
  transform: translateX(0);
}

.nav-drawer__head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.75rem;
  margin-bottom: 0.85rem;
  padding-bottom: 0.85rem;
  border-bottom: 1px solid var(--line);
}

.nav-drawer__brand {
  display: inline-flex;
  align-items: center;
  text-decoration: none;
  min-width: 0;
}

.nav-drawer__brand img {
  width: auto;
  height: clamp(1.65rem, 5vw, 2rem);
  max-width: 9.5rem;
}

.nav-drawer__section {
  margin: 0 0 0.65rem;
  padding: 0 0.15rem;
  font-size: 0.66rem;
  font-weight: 700;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--muted-on-dark);
}

.nav-drawer-close {
  width: var(--tap-min);
  height: var(--tap-min);
  border-radius: 12px;
  border: 1px solid var(--line);
  background: rgba(255, 255, 255, 0.04);
  color: inherit;
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.nav-drawer-close__x {
  font-size: 1.5rem;
  line-height: 1;
}

.nav-drawer__links {
  display: flex;
  flex-direction: column;
  gap: 0.35rem;
}

.nav-drawer__link {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.75rem;
  text-decoration: none;
  font-weight: 600;
  font-size: 1.02rem;
  padding: 0.82rem 1rem;
  border-radius: 14px;
  color: #e4e4e7;
  border: 1px solid transparent;
  transition: background 0.2s ease, border-color 0.2s ease, color 0.2s ease;
}

.nav-drawer__link::after {
  content: "→";
  font-size: 0.95rem;
  opacity: 0.38;
  flex-shrink: 0;
}

.nav-drawer__link--accent::after,
.nav-drawer__link--tel::after {
  display: none;
}

.nav-drawer__link:hover,
.nav-drawer__link:focus-visible {
  background: rgba(255, 255, 255, 0.06);
}

.nav-drawer__link[aria-current="page"] {
  background: rgba(20, 92, 58, 0.2);
  color: #fff;
}

.nav-drawer__link--accent {
  margin-top: 0.5rem;
  background: linear-gradient(135deg, #145c3a 0%, #071409 100%);
  color: #f2f7f4;
  text-align: center;
  border: 1px solid rgba(255, 255, 255, 0.12);
}

.nav-drawer__link--tel {
  font-size: 0.95rem;
  opacity: 0.95;
}

/* ——— Shells & bands ——— */
.shell {
  width: min(var(--max), calc(100% - 2rem));
  margin-inline: auto;
}

.shell--wide {
  width: min(var(--max-wide), calc(100% - 2rem));
}

.shell--narrow {
  width: min(52rem, calc(100% - 2rem));
}

.shell--form {
  width: min(40rem, calc(100% - 2rem));
}

.band {
  padding-block: clamp(3.5rem, 8vw, 6rem);
}

.band--cream {
  background: var(--mist);
}

.band--paper {
  background: var(--cloud);
}

.band--ink {
  background: var(--void);
  color: #fafafa;
  position: relative;
  overflow: hidden;
}

.band--ink::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(125deg, #071409 0%, #000000 35%, #0a2215 65%, #000000 100%);
  background-size: 220% 220%;
  animation: fx-bg-shift 22s ease-in-out infinite;
  pointer-events: none;
}

.band--ink > .shell {
  position: relative;
  z-index: 1;
}

.band--ink a:focus-visible,
.band--ink button:focus-visible {
  outline-color: #6ee7a8;
}

/* ——— Hero ——— */
.hero-wrap {
  position: relative;
  overflow: hidden;
  padding: 1rem 1rem 1.25rem;
  min-height: min(100vh, 900px);
  background: #000000;
}

#main > .hero-wrap:first-child {
  margin-top: calc(-1 * var(--site-header-pad));
  padding-top: calc(var(--site-header-pad) + 1rem);
}

.hero-wrap::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(125deg, #071409 0%, #000000 38%, #0c2215 68%, #000000 100%);
  background-size: 220% 220%;
  animation: fx-bg-shift 20s ease-in-out infinite;
  opacity: 0.92;
  pointer-events: none;
  z-index: 0;
}

.hero-frame {
  position: relative;
  z-index: 1;
  width: min(var(--max-wide), 100%);
  margin-inline: auto;
  border-radius: var(--radius-xl);
  overflow: hidden;
  border: 1px solid var(--line);
}

.hero-slider {
  width: 100%;
  aspect-ratio: 16 / 10;
  max-height: min(78vh, 820px);
}

@media (max-width: 1024px) {
  .hero-wrap {
    min-height: min(100dvh, 1200px);
    padding-top: 0.85rem;
  }

  #main > .hero-wrap:first-child {
    padding-top: calc(var(--site-header-pad) + 0.85rem);
  }

  .hero-slider {
    aspect-ratio: auto;
    height: min(84dvh, 900px);
    min-height: min(70dvh, 680px);
    max-height: none;
  }
}

@media (max-width: 639px) {
  .hero-wrap {
    min-height: min(100dvh, 1280px);
    padding-top: 0.75rem;
    padding-bottom: 1.5rem;
  }

  #main > .hero-wrap:first-child {
    padding-top: calc(var(--site-header-pad) + 0.75rem);
  }

  .hero-slider {
    aspect-ratio: auto;
    height: min(88dvh, 980px);
    max-height: none;
    min-height: min(74dvh, 760px);
  }

  .hero-nav--prev {
    left: 0.5rem !important;
  }

  .hero-nav--next {
    right: 0.5rem !important;
  }

  .hero-slide__inner {
    padding-bottom: clamp(5.25rem, 20vw, 8.5rem);
  }
}

.hero-slide {
  position: relative;
}

.hero-slide__media {
  position: absolute;
  inset: 0;
  overflow: hidden;
}

.hero-slide__bg {
  position: absolute;
  inset: 0;
  background-image: var(--hero-img);
  background-size: cover;
  background-position: center;
  transform: scale(1.02);
  transition: transform 6s ease-out;
}

.swiper-slide-active .hero-slide__bg {
  transform: scale(1);
}

.hero-slide__video,
.hero-slide__iframe {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  border: 0;
  display: block;
}

.hero-slide__iframe {
  pointer-events: none;
}

.hero-slide__scrim {
  position: absolute;
  inset: 0;
  background: linear-gradient(
    180deg,
    rgba(6, 6, 7, 0.15) 0%,
    rgba(6, 6, 7, 0.55) 45%,
    rgba(6, 6, 7, 0.88) 100%
  );
}

.hero-slide__inner {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: flex-end;
  padding-top: clamp(1.5rem, 4vw, 3.5rem);
  padding-inline: clamp(1.5rem, 4vw, 3.5rem);
  /* Hapësirë për pagination / ikonat e sliderit — titulli & butonat më lart */
  padding-bottom: clamp(4.75rem, 13vw, 7.5rem);
}

.hero-slide__content {
  max-width: 40rem;
}

.hero-title {
  margin: 0 0 0.75rem;
  font-family: var(--font-display);
  font-weight: 800;
  font-size: clamp(2.15rem, 5vw, 3.75rem);
  line-height: 1.02;
  letter-spacing: -0.04em;
  color: #fff;
}

.hero-sub {
  margin: 0 0 1.5rem;
  font-size: clamp(1rem, 1.5vw, 1.2rem);
  line-height: 1.55;
  color: var(--muted-on-dark);
  max-width: 32rem;
}

.hero-cta {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
}

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-family: var(--font-ui);
  font-weight: 700;
  font-size: 0.78rem;
  text-transform: uppercase;
  letter-spacing: 0.12em;
  min-height: var(--tap-min);
  padding: 0 1.5rem;
  border-radius: var(--radius-pill);
  text-decoration: none;
  border: none;
  cursor: pointer;
  transition: transform 0.2s var(--ease-out), background 0.2s ease, border-color 0.2s ease;
}

.btn--hero-ghost {
  background: rgba(255, 255, 255, 0.1);
  color: #fff;
  border: 1px solid rgba(255, 255, 255, 0.28);
  backdrop-filter: blur(8px);
}

.btn--hero-ghost:hover,
.btn--hero-ghost:focus-visible {
  background: #fff;
  color: var(--ink);
  border-color: #fff;
}

.hero-pagination {
  bottom: 1.25rem !important;
}

.hero-pagination .swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  background: rgba(255, 255, 255, 0.35);
  opacity: 1;
}

.hero-pagination .swiper-pagination-bullet-active {
  background: var(--accent-hot);
  width: 22px;
  border-radius: 4px;
}

.hero-nav {
  width: var(--tap-min) !important;
  height: var(--tap-min) !important;
  margin-top: 0 !important;
  border-radius: 50%;
  border: 1px solid rgba(255, 255, 255, 0.25);
  background: rgba(0, 0, 0, 0.35);
  color: #fff;
  backdrop-filter: blur(8px);
  transition: background 0.2s ease, border-color 0.2s ease;
}

.hero-nav::after {
  font-size: 0.85rem !important;
  font-weight: 700;
}

.hero-nav:hover,
.hero-nav:focus-visible {
  background: rgba(255, 255, 255, 0.15);
}

.hero-nav--prev {
  left: 1rem !important;
}

.hero-nav--next {
  right: 1rem !important;
}

/* ——— Marquee + stats (home) ——— */
.fx-marquee {
  background: var(--void);
  border-block: 1px solid var(--line);
  overflow: hidden;
  padding: 0.85rem 0;
}

.fx-marquee__track {
  display: flex;
  width: max-content;
  animation: fx-marquee 40s linear infinite;
}

.fx-marquee__group {
  display: flex;
  align-items: center;
  gap: 2.5rem;
  padding-right: 2.5rem;
  font-family: var(--font-display);
  font-weight: 700;
  font-size: 0.82rem;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: #71717a;
}

.fx-marquee__group span {
  white-space: nowrap;
}

@keyframes fx-marquee {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-50%);
  }
}

.fx-stats {
  position: relative;
  background: var(--surface);
  color: #fafafa;
  border-bottom: 1px solid var(--line);
  padding: 2rem 0;
  overflow: hidden;
}

.fx-stats::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(120deg, #071409 0%, #000000 40%, #0c2215 100%);
  background-size: 200% 200%;
  animation: fx-bg-shift 24s ease-in-out infinite;
  opacity: 0.85;
  pointer-events: none;
}

.fx-stats .shell {
  position: relative;
  z-index: 1;
}

.fx-stats__inner {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.5rem;
  text-align: center;
}

@media (max-width: 640px) {
  .fx-stats__inner {
    grid-template-columns: 1fr;
    gap: 1.25rem;
  }
}

.fx-stat__n {
  display: block;
  font-family: var(--font-display);
  font-weight: 800;
  font-size: clamp(1.75rem, 4vw, 2.35rem);
  letter-spacing: -0.03em;
  background: linear-gradient(135deg, #e8f5ef 0%, var(--accent-hot) 100%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}

.fx-stat__l {
  display: block;
  margin-top: 0.35rem;
  font-size: 0.78rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.12em;
  color: var(--muted-on-dark);
}

/* ——— About ——— */
.about-coral__hero {
  margin: 0 0 2rem;
  border-radius: var(--radius-xl);
  overflow: hidden;
  border: 1px solid var(--line-dark);
}

.about-coral__hero img {
  width: 100%;
  aspect-ratio: 16 / 9;
  object-fit: cover;
}

.about-coral__grid {
  display: grid;
  gap: 1.5rem 2.5rem;
  grid-template-columns: 1fr;
}

@media (min-width: 900px) {
  .about-coral__grid {
    grid-template-columns: minmax(0, 0.95fr) minmax(0, 1.05fr);
    align-items: start;
  }
}

.about-coral__title {
  margin: 0;
  font-size: clamp(2rem, 3.5vw, 2.85rem);
  line-height: 1.08;
}

.about-coral__cols {
  display: grid;
  gap: 1rem;
}

.about-coral__cols p {
  margin: 0;
  color: var(--muted);
  font-size: 1.02rem;
}

/* ——— Menu teaser ——— */
.menu-teaser {
  position: relative;
  background: var(--void) !important;
  color: #fafafa;
}

.menu-teaser::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(130deg, #071409 0%, #000000 45%, #0a2215 100%);
  background-size: 200% 200%;
  animation: fx-bg-shift 26s ease-in-out infinite;
  opacity: 0.55;
  pointer-events: none;
}

.menu-teaser .shell {
  position: relative;
  z-index: 1;
}

.menu-teaser__head {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-end;
  justify-content: space-between;
  gap: 1rem;
  margin-bottom: 1.75rem;
}

.menu-teaser__title {
  margin: 0;
  font-size: clamp(1.85rem, 3vw, 2.6rem);
  line-height: 1.1;
  color: #fff;
}

.menu-teaser__title .section-serif em {
  filter: brightness(1.1);
}

.menu-teaser__nav {
  display: flex;
  gap: 0.5rem;
}

.circle-nav {
  width: var(--tap-min);
  height: var(--tap-min);
  border-radius: 50%;
  border: 1px solid var(--line);
  background: rgba(255, 255, 255, 0.06);
  color: #fff;
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 1.25rem;
  transition: background 0.2s ease, border-color 0.2s ease;
}

.circle-nav:hover,
.circle-nav:focus-visible {
  background: rgba(20, 92, 58, 0.25);
  border-color: rgba(110, 231, 168, 0.45);
}

.menu-teaser-swiper .swiper-slide {
  width: 252px;
}

@media (min-width: 640px) {
  .menu-teaser-swiper .swiper-slide {
    width: 292px;
  }
}

.menu-teaser-card {
  display: flex;
  flex-direction: column;
  height: 100%;
  text-decoration: none;
  border-radius: var(--radius-xl);
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.12);
  background: linear-gradient(180deg, #0f2218 0%, #071409 55%, #050806 100%);
  box-shadow: 0 12px 40px rgba(0, 0, 0, 0.35);
  transition: transform 0.35s var(--ease-out), border-color 0.25s ease, box-shadow 0.35s ease;
}

.menu-teaser-card:hover,
.menu-teaser-card:focus-visible {
  transform: translateY(-5px);
  border-color: rgba(110, 231, 168, 0.45);
  box-shadow: 0 18px 48px rgba(0, 0, 0, 0.45);
}

.menu-teaser-card__media {
  position: relative;
  aspect-ratio: 3 / 4;
  flex-shrink: 0;
  overflow: hidden;
  background: linear-gradient(145deg, #122a1c 0%, #050806 100%);
}

.menu-teaser-card__media::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, transparent 45%, rgba(3, 4, 3, 0.75) 100%);
  pointer-events: none;
  z-index: 1;
}

.menu-teaser-card__media img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  z-index: 0;
}

.menu-teaser-card__meta {
  position: relative;
  z-index: 2;
  margin-top: auto;
  padding: 1.05rem 1.15rem 1.2rem;
  background: linear-gradient(180deg, rgba(7, 20, 9, 0.2) 0%, rgba(3, 4, 3, 0.92) 100%);
  border-top: 1px solid rgba(255, 255, 255, 0.08);
}

.menu-teaser-card__tag {
  display: block;
  font-size: 0.65rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.16em;
  color: var(--accent-hot);
  margin-bottom: 0.35rem;
}

.menu-teaser-card__name {
  font-family: var(--font-display);
  font-weight: 700;
  font-size: 1.05rem;
  color: #fff;
  letter-spacing: -0.02em;
}

.menu-teaser__link {
  margin-top: 2.25rem;
  text-align: center;
}

.menu-teaser__link .pill-outline {
  border-color: rgba(255, 255, 255, 0.35);
  color: #f4f6f4;
}

.menu-teaser__link .pill-outline:hover,
.menu-teaser__link .pill-outline:focus-visible {
  background: #fff;
  color: var(--ink);
  border-color: #fff;
}

/* ——— Events ——— */
.events-coral__shell {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.1fr);
  gap: clamp(1.5rem, 4vw, 3rem);
  align-items: center;
}

@media (max-width: 900px) {
  .events-coral__shell {
    grid-template-columns: 1fr;
  }
}

.events-coral__photo {
  border-radius: var(--radius-xl);
  overflow: hidden;
  border: 1px solid var(--line-dark);
  max-height: 70vh;
}

.events-coral__photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.events-coral__title {
  font-size: clamp(1.85rem, 3vw, 2.55rem);
  margin: 0 0 1.75rem;
  line-height: 1.1;
}

.events-coral__list {
  list-style: none;
  margin: 0 0 1.75rem;
  padding: 0;
}

.events-coral__list li {
  display: grid;
  grid-template-columns: 5.5rem 1fr;
  gap: 1rem 1.25rem;
  padding: 1.1rem 0;
  border-bottom: 1px solid var(--line-dark);
  align-items: start;
}

.events-coral__list li.events-coral__item--no-date {
  grid-template-columns: 1fr;
}

.events-coral__date {
  font-size: 0.72rem;
  text-transform: uppercase;
  letter-spacing: 0.14em;
  font-weight: 700;
  color: var(--muted);
  padding-top: 0.25rem;
}

.events-coral__body {
  display: flex;
  flex-direction: column;
  gap: 0.2rem;
}

.events-coral__line {
  font-family: var(--font-display);
  font-size: 1.05rem;
  font-weight: 600;
  letter-spacing: -0.02em;
}

.events-coral__price {
  font-size: 0.88rem;
  font-weight: 700;
  color: var(--accent);
}

/* ——— CTA strip ——— */
.cta-strip {
  border-block: 1px solid var(--line-dark);
}

.cta-strip__inner {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 1.25rem;
}

.cta-strip__text {
  margin: 0;
  max-width: 46ch;
  font-size: 1.05rem;
  line-height: 1.55;
  font-weight: 500;
  color: var(--muted);
}

.cta-strip__tel {
  font-weight: 700;
  color: var(--ink);
  text-decoration: underline;
  text-underline-offset: 0.18em;
}

.pill-outline {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: var(--tap-min);
  padding: 0 1.5rem;
  border-radius: var(--radius-pill);
  border: 2px solid var(--ink);
  font-family: var(--font-ui);
  font-weight: 700;
  font-size: 0.72rem;
  text-transform: uppercase;
  letter-spacing: 0.12em;
  text-decoration: none;
  color: var(--ink);
  transition: background 0.25s var(--ease-out), color 0.25s ease, transform 0.2s ease;
}

.pill-outline:hover,
.pill-outline:focus-visible {
  background: var(--ink);
  color: #fff;
  transform: translateY(-2px);
}

.pill-outline--dark {
  border-color: var(--ink);
}

/* ——— Inner page hero ——— */
.page-hero {
  padding: 2.75rem 0 2.75rem;
}

#main > .page-hero:first-child {
  margin-top: calc(-1 * var(--site-header-pad));
  padding-top: calc(var(--site-header-pad) + 2.75rem);
}

.page-hero--compact {
  padding-bottom: 2.25rem;
}

.page-title {
  margin: 0.5rem 0 0.75rem;
  font-family: var(--font-display);
  font-weight: 800;
  font-size: clamp(2rem, 4vw, 3rem);
  letter-spacing: -0.04em;
  line-height: 1.05;
}

.page-title em {
  font-style: normal;
  font-weight: 800;
  background: linear-gradient(135deg, #6ee7a8 0%, #145c3a 100%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}

.page-menu .page-hero.page-hero--compact {
  padding-bottom: clamp(2.25rem, 5.5vw, 3.25rem);
}

/* Ballina: sfond i errët në overscroll / sipër faqes */
body.page-home {
  background-color: var(--void);
}

/* Faqja e menysë: një sfond i njëtrajtshëm, pa “pllaka” të bardha nga bandat */
body.page-menu {
  background: var(--mist);
}

body.page-menu #main {
  padding-top: 0;
  background: transparent;
}

body.page-menu #main > .page-hero:first-child {
  margin-top: 0;
  padding-top: calc(var(--site-header-pad) + 2.75rem);
}

.page-menu .menu-showcase.band--paper,
.page-menu section.menu-showcase.band,
body.page-menu .band--paper:not(.page-hero) {
  background: transparent;
  border-bottom: 1px solid rgba(20, 92, 58, 0.12);
}

.page-menu .menu-block.band--cream,
.page-menu section.menu-block.band,
body.page-menu .band--cream {
  background: transparent;
}

.page-lead {
  margin: 0;
  max-width: 40ch;
  font-size: 1.05rem;
  line-height: 1.6;
  color: var(--muted-on-dark);
}

.breadcrumb {
  margin: 0;
  font-size: 0.78rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.14em;
  color: var(--muted-on-dark);
}

.breadcrumb a {
  color: #e4e4e7;
  text-decoration: none;
  border-bottom: 1px solid transparent;
  transition: border-color 0.2s ease;
}

.breadcrumb a:hover,
.breadcrumb a:focus-visible {
  border-bottom-color: rgba(255, 255, 255, 0.45);
}

.breadcrumb__sep {
  margin: 0 0.45rem;
  opacity: 0.45;
}

.page-inline-contact {
  margin: 1rem 0 0;
  font-size: 1rem;
  font-weight: 600;
}

.page-inline-contact a {
  color: #fff;
  text-decoration: underline;
  text-underline-offset: 0.2em;
}

.page-inline-contact__sep {
  margin: 0 0.4rem;
  opacity: 0.45;
}

/* ——— Menu page (rail + feed) ——— */
.menu-split--page {
  scroll-margin-top: calc(var(--site-header-pad) + var(--menu-rail-top-gap) + 0.35rem);
}

.menu-split {
  display: block;
}

.menu-split__rail {
  display: none;
}

.menu-split__feed {
  display: block;
  min-height: 0;
}

.menu-split__rail-inner {
  display: flex;
  flex-direction: column;
  gap: 0.35rem;
}

.menu-split__cat {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0;
  text-decoration: none;
  font-size: 0.62rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.07em;
  line-height: 1.3;
  padding: 0.5rem 0.45rem;
  border-radius: 10px;
  border: 1px solid transparent;
  color: var(--ink);
  background: rgba(255, 255, 255, 0.06);
  transition:
    border-color 0.2s ease,
    background 0.2s ease,
    color 0.2s ease;
}

.menu-split__cat-ico {
  display: none !important;
}

.menu-split__cat-label {
  flex: 1;
  min-width: 0;
  text-align: center;
}

.menu-split__cat:hover,
.menu-split__cat:focus-visible {
  border-color: rgba(20, 92, 58, 0.35);
  background: rgba(20, 92, 58, 0.08);
}

.menu-split__cat.is-active {
  border-color: rgba(20, 92, 58, 0.45);
  background: rgba(20, 92, 58, 0.14);
  color: var(--accent);
}

@media (min-width: 900px) {
  .menu-split--page {
    display: grid;
    grid-template-columns: minmax(13.25rem, 17rem) minmax(0, 1fr);
    gap: 1.5rem 2rem;
    align-items: start;
    width: min(var(--max-wide), calc(100% - 2rem));
    margin-inline: auto;
    padding-block: clamp(2.15rem, 3.2vw, 2.85rem) 2.5rem;
  }

  .menu-split--page .menu-split__rail {
    display: block;
    position: sticky;
    top: calc(var(--site-header-pad) + var(--menu-rail-top-gap));
    align-self: start;
    min-width: 0;
    max-height: calc(100dvh - var(--site-header-pad) - var(--menu-rail-top-gap) - 1.5rem);
    border-radius: var(--radius-lg);
    padding: 0.85rem 0.55rem 0.65rem;
    background: linear-gradient(180deg, #f7faf8 0%, #eef3ef 100%);
    border: 1px solid var(--line-dark);
    box-shadow: 0 1px 2px rgba(20, 92, 58, 0.06);
  }

  .menu-split--page .menu-split__rail-inner {
    position: relative;
    z-index: 8;
    max-height: calc(100dvh - var(--site-header-pad) - var(--menu-rail-top-gap) - 2.25rem);
    overflow-y: auto;
    overscroll-behavior: contain;
    gap: 0.5rem;
    padding: 0.55rem 0.1rem 0.65rem;
    scrollbar-gutter: stable;
  }

  .menu-split--page .menu-split__feed {
    min-width: 0;
    max-height: none;
    overflow: visible;
  }

  .menu-split--page .menu-split__cat {
    font-size: 0.78rem;
    letter-spacing: 0.05em;
    padding: 0.72rem 0.85rem;
    border-radius: var(--radius-lg);
    background: #fff;
    border-color: rgba(20, 92, 58, 0.12);
    color: var(--ink);
  }

  .menu-split--page .menu-split__cat:hover,
  .menu-split--page .menu-split__cat:focus-visible {
    border-color: rgba(20, 92, 58, 0.35);
    background: #fff;
    color: var(--accent);
  }

  .menu-split--page .menu-split__cat.is-active {
    border-color: rgba(20, 92, 58, 0.45);
    background: rgba(20, 92, 58, 0.1);
    color: var(--accent);
  }
}

@media (max-width: 899px) {
  .menu-split--page {
    display: block;
    width: min(var(--max-wide), calc(100% - 1.25rem));
    margin-inline: auto;
    margin-top: 0.75rem;
    padding: 0 0 max(1.25rem, env(safe-area-inset-bottom, 0px));
  }

  .menu-split--page .menu-split__rail {
    display: block;
    position: sticky;
    top: calc(var(--menu-rail-top, 7.25rem) + var(--menu-rail-top-gap));
    z-index: 45;
    width: 100%;
    max-width: none;
    max-height: none;
    margin-bottom: 0.85rem;
    padding: 0.55rem 0;
    border-radius: 0;
    background: linear-gradient(180deg, rgba(248, 250, 249, 0.98) 0%, rgba(248, 250, 249, 0.92) 72%, transparent 100%);
    border: none;
    box-shadow: none;
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
  }

  .menu-split--page .menu-split__rail-inner {
    display: flex;
    flex-direction: row;
    align-items: stretch;
    gap: 0.45rem;
    width: 100%;
    max-height: none;
    overflow-x: auto;
    overflow-y: hidden;
    -webkit-overflow-scrolling: touch;
    overscroll-behavior-x: contain;
    scroll-snap-type: x proximity;
    scrollbar-width: none;
    padding: 0.15rem 0.85rem 0.35rem;
    box-sizing: border-box;
  }

  .menu-split--page .menu-split__rail-inner::-webkit-scrollbar {
    display: none;
  }

  .menu-split--page .menu-split__feed {
    width: 100%;
    min-width: 0;
  }

  .menu-split--page .menu-split__feed .menu-block {
    scroll-margin-top: calc(var(--menu-rail-top, 7.25rem) + var(--menu-rail-top-gap) + 3.75rem);
  }

  .menu-split--page .menu-split__feed .menu-grid {
    gap: 0.75rem;
    grid-template-columns: 1fr;
  }

  .menu-split--page .menu-split__feed .menu-cat-title {
    font-size: clamp(1.25rem, 5vw, 1.55rem);
    margin-bottom: 0.75rem;
  }

  .menu-split--page .menu-split__cat {
    flex: 0 0 auto;
    width: auto;
    min-width: max-content;
    scroll-snap-align: center;
    box-sizing: border-box;
    padding: 0.58rem 1rem;
    font-size: 0.72rem;
    letter-spacing: 0.04em;
    line-height: 1.2;
    border-radius: 999px;
    color: var(--ink);
    background: #fff;
    border: 1px solid rgba(20, 92, 58, 0.14);
    box-shadow: 0 1px 2px rgba(20, 92, 58, 0.06);
  }

  .menu-split--page .menu-split__cat-label {
    white-space: nowrap;
    word-break: normal;
    hyphens: none;
  }

  .menu-split--page .menu-split__cat:hover,
  .menu-split--page .menu-split__cat:focus-visible {
    border-color: rgba(20, 92, 58, 0.35);
    background: #fff;
    color: var(--accent);
  }

  .menu-split--page .menu-split__cat.is-active {
    border-color: rgba(20, 92, 58, 0.5);
    background: var(--accent);
    color: #fff;
    box-shadow: 0 4px 14px rgba(20, 92, 58, 0.22);
  }

  .menu-split--page.menu-split--past .menu-split__rail {
    visibility: visible;
    opacity: 1;
    pointer-events: auto;
  }
}

@media (max-width: 899px) and (min-width: 560px) {
  .menu-split--page .menu-split__feed .menu-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

.menu-block {
  scroll-margin-top: calc(var(--site-header-pad) + 1.25rem);
}

body.page-menu .menu-block {
  scroll-margin-top: calc(var(--site-header-pad) + var(--menu-rail-top-gap) + 1rem);
}

.menu-cat-title {
  margin: 0 0 1.5rem;
  font-size: clamp(1.5rem, 2.5vw, 2rem);
}

.menu-grid {
  display: grid;
  gap: 0.85rem;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  align-items: stretch;
}

@media (min-width: 640px) {
  .menu-grid {
    gap: 1.15rem;
    grid-template-columns: repeat(auto-fill, minmax(min(100%, 240px), 1fr));
  }
}

@media (min-width: 900px) {
  .menu-grid {
    gap: 1.25rem;
    grid-template-columns: repeat(auto-fill, minmax(min(100%, 280px), 1fr));
  }
}

.menu-card {
  display: flex;
  flex-direction: column;
  height: 100%;
  border-radius: var(--radius-lg);
  overflow: hidden;
  border: 1px solid var(--line-dark);
  background: #fff;
  transition: transform 0.3s var(--ease-out), border-color 0.3s ease;
}

.page-menu .menu-card {
  background: #fff;
  border-color: rgba(20, 92, 58, 0.22);
}

.page-menu .menu-card:hover {
  background: #fff;
  box-shadow: 0 8px 24px rgba(20, 92, 58, 0.08);
}

.page-menu .menu-showcase__tile {
  background: transparent;
  border-color: rgba(20, 92, 58, 0.2);
}

.page-menu .menu-showcase__tile:hover,
.page-menu .menu-showcase__tile:focus-visible {
  background: rgba(255, 255, 255, 0.55);
}

.page-menu .menu-showcase__label {
  background: transparent;
  border-top-color: rgba(20, 92, 58, 0.12);
}

.menu-card:hover {
  transform: translateY(-2px);
  border-color: rgba(20, 92, 58, 0.35);
}

.menu-card__media {
  flex: 0 0 auto;
  width: 100%;
  aspect-ratio: 4 / 3;
  background: var(--mist);
  overflow: hidden;
}

.menu-card__media--lightbox picture {
  display: block;
  width: 100%;
  height: 100%;
}

.menu-card__media:not(.menu-card__media--logo) img,
.menu-card__media:not(.menu-card__media--logo) picture {
  display: block;
  width: 100%;
  height: 100%;
}

.menu-card__media:not(.menu-card__media--logo) img {
  object-fit: cover;
}

.menu-card__media--lightbox {
  display: block;
  width: 100%;
  padding: 0;
  margin: 0;
  border: none;
  cursor: zoom-in;
  position: relative;
  overflow: hidden;
  font: inherit;
  color: inherit;
  text-align: left;
}

.menu-card__media--lightbox picture img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.menu-card__media--lightbox:focus-visible {
  outline: var(--focus-ring);
  outline-offset: 2px;
}

.menu-card__zoom-hint {
  position: absolute;
  top: 0.5rem;
  right: 0.5rem;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 2.15rem;
  height: 2.15rem;
  border-radius: 999px;
  background: rgba(3, 4, 3, 0.62);
  color: #fafafa;
  pointer-events: none;
  transition: opacity 0.25s ease, background 0.2s ease;
}

.menu-card__zoom-ico {
  flex-shrink: 0;
  opacity: 0.95;
  filter: drop-shadow(0 1px 2px rgba(0, 0, 0, 0.45));
}

.menu-card__zoom-label {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.menu-card__media--lightbox:hover .menu-card__zoom-hint {
  opacity: 1;
}

.menu-card__media--lightbox:hover .menu-card__zoom-ico {
  color: #b8f5cf;
}

.menu-card__placeholder {
  width: 100%;
  height: 100%;
  background: linear-gradient(135deg, #e4e4e7 0%, #d4d4d8 100%);
}

.menu-card__media--logo,
.menu-showcase__logo-wrap {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  aspect-ratio: 4 / 3;
  background: linear-gradient(165deg, #f4f8f5 0%, #e8efea 55%, #dfe8e2 100%);
  border-bottom: 1px solid rgba(20, 92, 58, 0.08);
}

.menu-showcase__media--logo {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 100%;
  background: linear-gradient(165deg, #f4f8f5 0%, #e8efea 100%);
}

.menu-showcase__logo-wrap {
  aspect-ratio: auto;
  height: 100%;
  border-bottom: none;
}

.menu-card__logo,
.menu-showcase__logo-wrap .menu-card__logo {
  display: block;
  width: auto;
  max-width: 4.25rem;
  max-height: 58%;
  height: auto;
  object-fit: contain;
  opacity: 0.45;
  flex-shrink: 0;
}

.menu-card__body {
  flex: 1 1 auto;
  display: flex;
  flex-direction: column;
  padding: 1rem 1.1rem 1.15rem;
  min-height: 6.75rem;
}

.menu-card__row {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 0.65rem;
}

.menu-card__name {
  flex: 1;
  min-width: 0;
  margin: 0;
  font-family: var(--font-display);
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.25;
  letter-spacing: -0.02em;
}

.menu-card__price {
  flex-shrink: 0;
  margin: 0;
  font-weight: 700;
  font-size: 0.95rem;
  color: var(--accent);
  white-space: nowrap;
}

.menu-card__desc {
  margin: 0.55rem 0 0;
  font-size: 0.82rem;
  line-height: 1.45;
  color: var(--muted);
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  min-height: 2.35em;
}

.menu-card__desc--empty {
  visibility: hidden;
  margin-top: 0.55rem;
}

@media (max-width: 639px) {
  .menu-card__body {
    padding: 0.85rem 0.9rem 1rem;
    min-height: 6.25rem;
  }

  .menu-card__name {
    font-size: 0.92rem;
    line-height: 1.25;
  }

  .menu-card__price {
    font-size: 0.82rem;
  }

  .menu-card__desc {
    font-size: 0.8rem;
    line-height: 1.45;
  }

  .menu-card__row {
    gap: 0.45rem;
  }
}

/* ——— Forms ——— */
.form-card {
  background: #fff;
  border: 1px solid var(--line-dark);
  border-radius: var(--radius-lg);
  padding: clamp(1.35rem, 3vw, 2rem);
}

.form-grid {
  display: grid;
  gap: 1rem 1.25rem;
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

@media (max-width: 640px) {
  .form-grid {
    grid-template-columns: 1fr;
  }
}

.form-legend {
  margin: 0 0 0.25rem;
  font-family: var(--font-display);
  font-weight: 700;
  font-size: 1.1rem;
}

.field {
  display: flex;
  flex-direction: column;
  gap: 0.4rem;
}

.field > span:first-child {
  font-size: 0.72rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  color: var(--muted);
}

.field input,
.field textarea {
  font: inherit;
  min-height: var(--tap-min);
  padding: 0.65rem 0.85rem;
  border-radius: 12px;
  border: 1px solid var(--line-dark);
  background: var(--cloud);
  transition: border-color 0.2s ease;
}

.field textarea {
  min-height: 7rem;
  resize: vertical;
}

.field input:focus-visible,
.field textarea:focus-visible {
  outline: none;
  border-color: var(--accent-hot);
}

.field--full {
  grid-column: 1 / -1;
}

.field-hint {
  font-size: 0.82rem;
  color: var(--muted);
  line-height: 1.45;
}

.btn--primary,
.btn--pill-dark {
  background: linear-gradient(135deg, #0d4d32 0%, #071409 100%);
  color: #f2f7f4;
  border: 1px solid rgba(255, 255, 255, 0.08);
}

.btn--primary:hover,
.btn--primary:focus-visible,
.btn--pill-dark:hover,
.btn--pill-dark:focus-visible {
  transform: translateY(-1px);
  border-color: rgba(110, 231, 168, 0.35);
  background: linear-gradient(135deg, #145c3a 0%, #062015 100%);
}

button.btn--primary,
button.btn--pill-dark {
  font: inherit;
}

.notice {
  padding: 1rem 1.15rem;
  border-radius: 12px;
  margin-bottom: 1rem;
  font-weight: 600;
  line-height: 1.45;
  border: 1px solid var(--line-dark);
}

.notice--ok {
  background: rgba(20, 92, 58, 0.1);
  border-color: rgba(20, 92, 58, 0.35);
  color: #062015;
}

.notice--err {
  background: rgba(239, 68, 68, 0.08);
  border-color: rgba(220, 38, 38, 0.25);
  color: #991b1b;
}

/* ——— About / Contact / Gallery pages ——— */
.fx-section-label {
  display: inline-block;
  margin: 0 0 0.65rem;
  font-size: 0.68rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.2em;
  color: var(--accent);
}

.fx-prose {
  max-width: 38rem;
}

.fx-prose p {
  margin: 0 0 1rem;
  color: var(--muted);
  font-size: 1.05rem;
}

.fx-prose p:last-child {
  margin-bottom: 0;
}

.fx-bento {
  display: grid;
  gap: 1rem;
  grid-template-columns: 1fr;
  margin-top: 2rem;
}

@media (min-width: 768px) {
  .fx-bento {
    grid-template-columns: repeat(4, 1fr);
    grid-template-rows: repeat(2, minmax(140px, 180px));
  }

  .fx-bento__cell--wide {
    grid-column: span 2;
  }

  .fx-bento__cell--tall {
    grid-row: span 2;
  }
}

.fx-bento__cell {
  position: relative;
  border-radius: var(--radius-lg);
  overflow: hidden;
  border: 1px solid var(--line-dark);
  min-height: 140px;
  background: var(--mist);
}

.fx-bento__cell img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.fx-quote {
  margin: 0;
  padding: 2rem;
  font-family: var(--font-display);
  font-weight: 700;
  font-size: clamp(1.25rem, 2.5vw, 1.65rem);
  line-height: 1.35;
  letter-spacing: -0.02em;
  background: var(--void);
  color: #fafafa;
  display: flex;
  align-items: center;
}

.fx-quote blockquote {
  margin: 0;
}

.fx-contact-grid {
  display: grid;
  gap: 1rem;
  grid-template-columns: repeat(auto-fill, minmax(260px, 1fr));
  margin-top: 2rem;
}

.fx-card {
  padding: 1.5rem 1.6rem;
  border-radius: var(--radius-lg);
  border: 1px solid var(--line-dark);
  background: #fff;
}

.fx-card h2 {
  margin: 0 0 0.75rem;
  font-family: var(--font-display);
  font-size: 1.05rem;
  font-weight: 700;
}

.fx-card p {
  margin: 0;
  color: var(--muted);
  font-size: 0.95rem;
  line-height: 1.55;
}

.fx-card a {
  font-weight: 700;
  color: var(--accent);
}

.fx-card-link {
  display: inline-flex;
  margin-top: 1rem;
  font-weight: 700;
  font-size: 0.78rem;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  text-decoration: none;
  color: var(--ink);
  border-bottom: 2px solid var(--accent);
  padding-bottom: 0.1rem;
}

.fx-muted-small {
  color: var(--muted);
  font-size: 0.9rem;
}

.fx-gallery {
  display: grid;
  gap: 0.75rem;
  grid-template-columns: repeat(2, 1fr);
  margin-top: 2rem;
}

@media (min-width: 768px) {
  .fx-gallery {
    grid-template-columns: repeat(3, 1fr);
    gap: 1rem;
  }
}

.fx-gallery figure,
.fx-gallery .fx-gallery__cell {
  position: relative;
  margin: 0;
  border-radius: var(--radius-lg);
  overflow: hidden;
  border: 1px solid var(--line-dark);
  aspect-ratio: 1080 / 1350;
}

.fx-gallery figure > img,
.fx-gallery .fx-gallery__cell > img,
.fx-gallery .fx-gallery__cell > .fx-gallery__video {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.5s var(--ease-out);
}

.fx-gallery .fx-gallery__cell > .fx-gallery__embed {
  position: absolute;
  inset: 0;
}

.fx-gallery .fx-gallery__cell > .fx-gallery__embed iframe {
  width: 100%;
  height: 100%;
  border: 0;
  display: block;
  object-fit: cover;
}

.fx-gallery figure:hover > img,
.fx-gallery .fx-gallery__cell:hover > img,
.fx-gallery .fx-gallery__cell:hover > .fx-gallery__video {
  transform: scale(1.05);
}

.fx-gallery__caption {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  margin: 0;
  padding: 0.65rem 0.75rem 0.75rem;
  font-size: 0.82rem;
  line-height: 1.45;
  font-weight: 500;
  color: #f4f7f5;
  background: linear-gradient(to top, rgba(3, 4, 3, 0.82) 0%, rgba(3, 4, 3, 0.35) 70%, transparent 100%);
  pointer-events: none;
}

.fx-gallery__open {
  display: block;
  position: absolute;
  inset: 0;
  padding: 0;
  margin: 0;
  border: 0;
  background: transparent;
  cursor: zoom-in;
  font: inherit;
  color: inherit;
}

.fx-gallery__open:focus-visible {
  outline: var(--focus-ring);
  outline-offset: -2px;
}

/* ——— Footer ——— */
.site-footer {
  position: relative;
  z-index: 0;
  margin-top: auto;
  background: var(--void);
  color: #e4e4e7;
}

.footer-main {
  padding: clamp(3rem, 6vw, 4.75rem) 0 clamp(2.25rem, 4vw, 3rem);
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.footer-main__grid {
  display: grid;
  grid-template-columns: minmax(0, 1.15fr) repeat(3, minmax(0, 1fr));
  gap: clamp(2rem, 4vw, 3rem) clamp(1.5rem, 3vw, 2.5rem);
  align-items: start;
}

@media (max-width: 1024px) {
  .footer-main__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .footer-brand {
    grid-column: 1 / -1;
  }
}

@media (max-width: 560px) {
  .footer-main__grid {
    grid-template-columns: 1fr;
    gap: 1.75rem;
  }
}

.footer-brand {
  min-width: 0;
}

.footer-logo-wrap {
  display: inline-block;
  text-decoration: none;
  max-width: min(100%, 220px);
}

.footer-logo {
  width: 100%;
  height: auto;
  display: block;
  opacity: 0.96;
}

.footer-logo-wrap:hover .footer-logo,
.footer-logo-wrap:focus-visible .footer-logo {
  opacity: 1;
}

.footer-col__title {
  margin: 0 0 0.85rem;
  font-family: var(--font-ui);
  font-size: 0.7rem;
  font-weight: 700;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: #8fd4b0;
}

.footer-col__list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}

.footer-col__list a {
  display: inline-block;
  text-decoration: none;
  font-weight: 600;
  font-size: 0.94rem;
  line-height: 1.4;
  color: #d4d4d8;
  padding: 0.15rem 0;
  transition: color 0.2s ease, transform 0.2s ease;
}

.footer-col__list a:hover,
.footer-col__list a:focus-visible {
  color: #fff;
  transform: translateX(2px);
}

.footer-col__list a[aria-current="page"] {
  color: #6ee7a8;
}

.footer-col__text {
  margin: 0 0 0.55rem;
  font-size: 0.9rem;
  line-height: 1.6;
  color: #d4d4d8;
}

.footer-col__text a {
  color: #fff;
  text-decoration: none;
  border-bottom: 1px solid rgba(255, 255, 255, 0.22);
  transition: border-color 0.2s ease, color 0.2s ease;
}

.footer-col__text a:hover,
.footer-col__text a:focus-visible {
  border-bottom-color: #6ee7a8;
  color: #f2f7f4;
}

.footer-col__links-row {
  font-size: 0.86rem;
  color: var(--muted-on-dark);
}

.footer-col__dot {
  margin: 0 0.35rem;
  opacity: 0.55;
}

.footer-muted {
  color: var(--muted-on-dark);
  font-size: 0.88rem;
}

.footer-muted a {
  color: #8fd4b0;
  border-bottom-color: rgba(110, 231, 168, 0.45);
}

.footer-social__row {
  display: flex;
  flex-wrap: wrap;
  gap: 0.65rem;
}

.social-ring {
  display: inline-flex;
  width: 2.85rem;
  height: 2.85rem;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  border: 1px solid rgba(255, 255, 255, 0.16);
  color: #fafafa;
  text-decoration: none;
  transition: background 0.2s ease, border-color 0.2s ease, transform 0.2s ease;
}

.social-ring:hover,
.social-ring:focus-visible {
  background: rgba(20, 92, 58, 0.35);
  border-color: rgba(110, 231, 168, 0.55);
  transform: translateY(-2px);
}

/* Shiriti i poshtëm: copyright + agjencitë */
.footer-legal {
  width: 100%;
}

.footer-legal__bar {
  background: transparent;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.footer-legal__inner {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.65rem;
  padding: clamp(1.35rem, 2.8vw, 1.75rem) 0;
  padding-bottom: max(1.5rem, calc(env(safe-area-inset-bottom, 0px) + 1rem));
  text-align: center;
}

.footer-legal__copy,
.footer-legal__credits {
  margin: 0;
  line-height: 1.55;
}

.footer-legal__copy {
  font-size: clamp(0.84rem, 1.6vw, 0.92rem);
  font-weight: 500;
  color: #e8ebe9;
  letter-spacing: 0.01em;
}

.footer-legal__mark {
  color: #6ee7a8;
  margin-inline-end: 0.15rem;
}

.footer-legal__credits {
  font-size: clamp(0.8rem, 1.5vw, 0.88rem);
  color: #9caaa2;
  max-width: 40rem;
}

.footer-legal__agency {
  color: #d4f0e0;
  font-weight: 700;
  text-decoration: none;
  border-bottom: 1px solid rgba(110, 231, 168, 0.45);
  padding-bottom: 0.05rem;
  transition: color 0.2s ease, border-color 0.2s ease;
}

.footer-legal__agency:hover,
.footer-legal__agency:focus-visible {
  color: #fff;
  border-bottom-color: #6ee7a8;
}

@media (min-width: 768px) {
  .footer-legal__inner {
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    gap: 1.5rem 2.5rem;
    text-align: left;
  }

  .footer-legal__credits {
    text-align: right;
    flex-shrink: 0;
    max-width: min(50%, 32rem);
  }
}

/* ——— Menu: kategori me foto ——— */
.menu-showcase {
  padding-block: clamp(2.5rem, 5vw, 3.5rem);
  border-bottom: 1px solid var(--line-dark);
}

@media (max-width: 899px) {
  .menu-showcase--hide-on-mobile {
    display: none !important;
  }
}

.menu-showcase__grid {
  display: grid;
  gap: 1rem;
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

@media (min-width: 720px) {
  .menu-showcase__grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

@media (min-width: 1100px) {
  .menu-showcase__grid {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
}

.menu-showcase__tile {
  display: flex;
  flex-direction: column;
  text-decoration: none;
  color: inherit;
  border-radius: var(--radius-lg);
  border: 1px solid var(--line-dark);
  background: #fff;
  overflow: hidden;
  transition: border-color 0.25s ease, transform 0.25s var(--ease-out);
}

.menu-showcase__tile:hover,
.menu-showcase__tile:focus-visible {
  border-color: rgba(20, 92, 58, 0.45);
  transform: translateY(-2px);
}

.menu-showcase__media {
  aspect-ratio: 4 / 3;
  background: var(--mist);
}

.menu-showcase__media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.menu-showcase__media--empty {
  background: linear-gradient(145deg, #dfe8e3 0%, #c5d4cc 100%);
}

.menu-showcase__media--text {
  display: flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(145deg, #eef3ef 0%, #e8efea 45%, #dfe8e2 100%);
}

.menu-showcase__media--text::before {
  content: '';
  width: 2.25rem;
  height: 2.25rem;
  opacity: 0.35;
  background: center / contain no-repeat url('../assets/brand/icon.svg');
}

.menu-showcase__label {
  padding: 0.85rem 1rem;
  font-family: var(--font-display);
  font-weight: 700;
  font-size: 0.95rem;
  letter-spacing: -0.02em;
  border-top: 1px solid var(--line-dark);
}

/* ——— Rezervime (kalendar + periudha) ——— */
.reserve-section {
  border-top: 1px solid var(--line-dark);
}

.reserve-shell {
  max-width: 1080px;
}

.reserve-closed {
  padding: 2rem 1.5rem;
  border-radius: var(--radius-lg);
  border: 1px solid var(--line-dark);
  background: var(--cloud);
  text-align: center;
}

.reserve-closed__text {
  margin: 0 0 1.25rem;
  font-size: 1.08rem;
  line-height: 1.65;
  color: var(--muted);
}

.reserve-closed__cta .btn {
  min-height: var(--tap-min);
}

.reserve-success {
  padding: 2rem 1.5rem;
  border-radius: var(--radius-lg);
  border: 1px solid rgba(20, 92, 58, 0.35);
  background: rgba(20, 92, 58, 0.06);
  text-align: center;
}

.reserve-success__title {
  margin: 0 0 0.5rem;
  font-family: var(--font-display);
  font-size: 1.5rem;
  font-weight: 800;
  color: var(--accent);
}

.reserve-success p {
  margin: 0;
  color: var(--muted);
  line-height: 1.55;
}

.reserve-success__hint {
  margin-top: 1rem !important;
}

.reserve-grid {
  display: grid;
  gap: 2rem;
  grid-template-columns: 1fr;
}

@media (min-width: 960px) {
  .reserve-grid {
    grid-template-columns: minmax(0, 1.15fr) minmax(0, 0.85fr);
    align-items: start;
  }
}

.reserve-panel {
  min-width: 0;
}

.reserve-panel--side {
  position: relative;
}

.reserve-side-card {
  padding: 1.35rem 1.4rem;
  border-radius: var(--radius-lg);
  border: 1px solid var(--line-dark);
  background: #fff;
}

@media (min-width: 960px) {
  .reserve-panel--side {
    position: sticky;
    top: 6rem;
  }
}

.reserve-step-title {
  margin: 0 0 0.5rem;
  font-family: var(--font-display);
  font-weight: 800;
  font-size: 1.05rem;
  letter-spacing: -0.02em;
  display: flex;
  align-items: center;
  gap: 0.5rem;
}

.reserve-step-num {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 1.65rem;
  height: 1.65rem;
  border-radius: 50%;
  font-size: 0.72rem;
  font-weight: 800;
  background: var(--accent);
  color: #f2f7f4;
}

.reserve-step-hint {
  margin: 0 0 1rem;
  font-size: 0.88rem;
  color: var(--muted);
  line-height: 1.45;
}

.reserve-cal {
  border: 1px solid var(--line-dark);
  border-radius: var(--radius-lg);
  padding: 1rem;
  background: var(--cloud);
}

.reserve-cal__head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.5rem;
  margin-bottom: 0.75rem;
}

.reserve-cal__title {
  margin: 0;
  flex: 1;
  text-align: center;
  font-family: var(--font-display);
  font-size: 1rem;
  font-weight: 700;
}

.reserve-cal__nav {
  width: var(--tap-min);
  height: var(--tap-min);
  border-radius: 50%;
  border: 1px solid var(--line-dark);
  background: #fff;
  font-size: 1.1rem;
  cursor: pointer;
  color: var(--ink);
}

.reserve-cal__grid {
  display: grid;
  grid-template-columns: repeat(7, minmax(0, 1fr));
  gap: 0.25rem;
}

.reserve-cal__dow {
  font-size: 0.62rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  color: var(--muted);
  text-align: center;
  padding: 0.35rem 0;
}

.reserve-cal__cell--empty {
  min-height: 2.5rem;
}

.reserve-cal__day {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 0.1rem;
  min-height: 2.85rem;
  padding: 0.2rem 0.15rem;
  border-radius: 10px;
  border: 1px solid transparent;
  background: #fff;
  font-family: var(--font-ui);
  font-weight: 600;
  font-size: 0.88rem;
  cursor: pointer;
  color: var(--ink);
}

.reserve-cal__day-num {
  line-height: 1.1;
}

.reserve-cal__today {
  font-size: 0.58rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--accent);
  line-height: 1;
}

.reserve-cal__day--today {
  border-color: rgba(20, 92, 58, 0.35);
  background: rgba(20, 92, 58, 0.06);
}

.reserve-step-subtitle {
  margin: 1.35rem 0 0.5rem;
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--muted);
}

.reserve-step-subtitle--time {
  margin-top: 1.75rem;
}

.reserve-slots-section {
  margin-top: 0.25rem;
}

.reserve-slot--now {
  border-color: rgba(20, 92, 58, 0.55);
  font-weight: 700;
}

.reserve-cal__day:hover:not(:disabled) {
  border-color: rgba(20, 92, 58, 0.45);
  background: rgba(20, 92, 58, 0.06);
}

.reserve-cal__day.is-selected {
  border-color: var(--accent);
  background: rgba(20, 92, 58, 0.12);
  color: var(--accent);
}

.reserve-cal__day.is-disabled,
.reserve-cal__day:disabled {
  opacity: 0.28;
  cursor: not-allowed;
  background: transparent;
}

.reserve-periods {
  display: flex;
  flex-direction: column;
  gap: 0.65rem;
}

.reserve-period {
  position: relative;
  cursor: pointer;
}

.reserve-period input {
  position: absolute;
  opacity: 0;
  pointer-events: none;
}

.reserve-period__card {
  display: flex;
  flex-direction: column;
  gap: 0.2rem;
  padding: 0.85rem 1rem;
  border-radius: 12px;
  border: 1px solid var(--line-dark);
  background: #fff;
  transition: border-color 0.2s ease, background 0.2s ease;
}

.reserve-period input:checked + .reserve-period__card {
  border-color: var(--accent);
  background: rgba(20, 92, 58, 0.08);
}

.reserve-period input:focus-visible + .reserve-period__card {
  outline: var(--focus-ring);
  outline-offset: var(--focus-offset);
}

.reserve-period__name {
  font-weight: 700;
  font-size: 0.95rem;
}

.reserve-period__time {
  font-size: 0.78rem;
  color: var(--muted);
  font-weight: 600;
}

.reserve-slots {
  display: flex;
  flex-wrap: wrap;
  gap: 0.45rem;
}

.reserve-slots-empty {
  margin: 0;
  font-size: 0.9rem;
  color: var(--muted);
}

.reserve-slot {
  min-height: 2.5rem;
  padding: 0 0.85rem;
  border-radius: 10px;
  border: 1px solid var(--line-dark);
  background: #fff;
  font-family: var(--font-ui);
  font-weight: 600;
  font-size: 0.82rem;
  font-variant-numeric: tabular-nums;
  cursor: pointer;
  color: var(--ink);
  transition: border-color 0.15s, background 0.15s, color 0.15s, box-shadow 0.15s;
}

.reserve-slot:hover {
  border-color: var(--accent-hot);
}

.reserve-slot.is-selected {
  border-color: var(--accent);
  background: rgba(20, 92, 58, 0.12);
  color: var(--accent);
  box-shadow: 0 0 0 2px rgba(20, 92, 58, 0.12);
}

.reserve-booking .field--block {
  width: 100%;
}

.reserve-form-alert {
  margin: 0 0 0.9rem;
  padding: 0.75rem 0.9rem;
  border-radius: 12px;
  border: 1px solid rgba(185, 28, 28, 0.28);
  background: rgba(254, 226, 226, 0.7);
  color: #7f1d1d;
  font-size: 0.92rem;
  font-weight: 600;
}

.field__error {
  display: block;
  min-height: 1.05rem;
  margin-top: 0.35rem;
  font-size: 0.8rem;
  color: #991b1b;
}

.field--error > input,
.field--error > textarea {
  border-color: rgba(153, 27, 27, 0.55) !important;
  box-shadow: 0 0 0 2px rgba(153, 27, 27, 0.12);
}

.reserve-panel--narrow {
  max-width: 560px;
  margin: 0 auto;
}

.reserve-wizard__progress {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem 1rem;
  justify-content: center;
  list-style: none;
  margin: 0 0 2rem;
  padding: 0;
}

.reserve-wizard__progress-item {
  display: flex;
  align-items: center;
  gap: 0.45rem;
  font-size: 0.82rem;
  font-weight: 700;
  color: var(--muted);
}

.reserve-wizard__progress-item span:first-child {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 1.45rem;
  height: 1.45rem;
  border-radius: 50%;
  font-size: 0.72rem;
  background: var(--cloud);
  border: 1px solid var(--line-dark);
}

.reserve-wizard__progress-item.is-active {
  color: var(--accent);
}

.reserve-wizard__progress-item.is-active span:first-child {
  background: var(--accent);
  color: #f2f7f4;
  border-color: transparent;
}

.reserve-wizard__progress-item small {
  font-weight: 600;
  opacity: 0.85;
}

.reserve-wizard-step:not(.is-active) {
  display: none;
}

.reserve-booking--fallback .reserve-wizard__progress {
  display: none;
}

.reserve-booking--fallback .reserve-wizard-step {
  display: block !important;
}

.reserve-booking--fallback .reserve-wizard-step[hidden] {
  display: block !important;
}

.reserve-booking--fallback .reserve-wizard-nav {
  display: none;
}

.reserve-wizard-nav {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  margin-top: 1.75rem;
}

.reserve-wizard-nav--center {
  justify-content: center;
}

.reserve-wizard-nav--split {
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  gap: 0.75rem 1rem;
}

.reserve-wizard-nav--split .reserve-wizard-nav__back {
  justify-self: start;
  grid-column: 1;
}

.reserve-wizard-nav--split .reserve-wizard-nav__next {
  justify-self: center;
  grid-column: 2;
}

.reserve-wizard-nav--final {
  justify-content: flex-start;
}

.btn.btn--ghost {
  background: transparent;
  color: var(--ink);
  border: 1px solid var(--line-dark);
}

.btn.btn--ghost:hover,
.btn.btn--ghost:focus-visible {
  border-color: var(--accent-hot);
  background: rgba(20, 92, 58, 0.06);
}

.reserve-step-optional {
  font-weight: 600;
  font-size: 0.85em;
  color: var(--muted);
}

.reserve-summary-preview {
  font-size: 0.88rem;
  line-height: 1.55;
  color: var(--muted);
}

.reserve-summary-dl {
  margin: 0;
}

.reserve-summary-dl > div {
  display: grid;
  grid-template-columns: 5.5rem 1fr;
  gap: 0.35rem 0.65rem;
  padding: 0.28rem 0;
  border-bottom: 1px solid var(--line);
}

.reserve-summary-dl > div:last-child {
  border-bottom: 0;
}

.reserve-summary-dl dt {
  margin: 0;
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: var(--muted);
}

.reserve-summary-dl dd {
  margin: 0;
  font-weight: 600;
  color: var(--ink);
}

.reserve-summary-preview strong {
  color: var(--ink);
}

.reserve-menu-search-wrap {
  display: block;
  margin: 0 0 0.85rem;
}

.reserve-menu-search {
  width: 100%;
  max-width: 22rem;
  padding: 0.55rem 0.85rem;
  border: 1px solid var(--line-dark);
  border-radius: 10px;
  font: inherit;
  font-size: 0.92rem;
  background: #fff;
}

.reserve-menu-search:focus {
  outline: none;
  border-color: var(--accent);
  box-shadow: 0 0 0 3px rgba(20, 92, 58, 0.12);
}

.reserve-menu-search-empty {
  margin: 0 0 0.75rem;
  font-size: 0.88rem;
  color: var(--muted);
}

.reserve-menu-cat__cart {
  font-style: normal;
  font-weight: 700;
  color: var(--accent);
}

.reserve-grid--menu {
  align-items: start;
}

.reserve-menu-root {
  display: flex;
  flex-direction: column;
  gap: 1.75rem;
}

.reserve-menu-block {
  margin: 0;
  border: 1px solid var(--line-dark);
  border-radius: var(--radius-lg);
  background: #fff;
  overflow: hidden;
}

.reserve-menu-block + .reserve-menu-block {
  margin-top: 0.65rem;
}

.reserve-menu-cat {
  display: flex;
  align-items: center;
  gap: 0.65rem;
  width: 100%;
  margin: 0;
  padding: 0.85rem 1rem;
  border: 0;
  background: linear-gradient(180deg, #f8faf9 0%, #f1f5f2 100%);
  font-family: var(--font-display);
  font-size: 0.95rem;
  font-weight: 800;
  letter-spacing: -0.02em;
  color: var(--ink);
  text-align: left;
  cursor: pointer;
  transition: background 0.2s ease, color 0.2s ease;
}

.reserve-menu-cat:hover,
.reserve-menu-cat:focus-visible {
  background: rgba(20, 92, 58, 0.08);
  color: var(--accent);
}

.reserve-menu-block.is-open .reserve-menu-cat {
  background: rgba(20, 92, 58, 0.1);
  color: var(--accent);
  border-bottom: 1px solid var(--line-dark);
}

.reserve-menu-cat__label {
  flex: 1 1 auto;
  min-width: 0;
}

.reserve-menu-cat__count {
  flex-shrink: 0;
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: var(--muted);
  padding: 0.2rem 0.45rem;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.85);
  border: 1px solid var(--line-dark);
}

.reserve-menu-cat__chev {
  flex-shrink: 0;
  width: 0.55rem;
  height: 0.55rem;
  border-right: 2px solid currentColor;
  border-bottom: 2px solid currentColor;
  transform: rotate(45deg);
  margin-top: -0.2rem;
  transition: transform 0.22s ease;
}

.reserve-menu-block.is-open .reserve-menu-cat__chev {
  transform: rotate(-135deg);
  margin-top: 0.15rem;
}

.reserve-menu-block__items {
  display: none;
  padding: 0 0.65rem;
}

.reserve-menu-block.is-open .reserve-menu-block__items {
  display: block;
}

.reserve-menu-block.is-collapsed .reserve-menu-block__items {
  display: none;
}

.reserve-menu-row {
  display: flex;
  flex-wrap: nowrap;
  align-items: flex-start;
  gap: 0.85rem;
  padding: 0.75rem 0;
  border-bottom: 1px solid var(--line-dark);
}

.reserve-menu-row:last-child {
  border-bottom: 0;
}

.reserve-menu-row__main {
  flex: 1 1 0;
  min-width: 0;
  display: flex;
  flex-wrap: wrap;
  align-items: flex-end;
  justify-content: space-between;
  gap: 0.75rem 1rem;
}

.reserve-menu-row__thumb {
  flex-shrink: 0;
  position: relative;
  width: 4.25rem;
  height: 4.25rem;
  padding: 0;
  margin: 0;
  border: 1px solid var(--line-dark);
  border-radius: 12px;
  overflow: hidden;
  cursor: zoom-in;
  background: var(--mist);
  font: inherit;
  color: inherit;
}

.reserve-menu-row__thumb:focus-visible {
  outline: var(--focus-ring);
  outline-offset: 2px;
}

.reserve-menu-row__thumb--empty {
  display: block;
  width: 4.25rem;
  height: 4.25rem;
  flex-shrink: 0;
  border-radius: 12px;
  background: linear-gradient(135deg, #e4e4e7 0%, #d4d4d8 100%);
  opacity: 0.45;
}

.reserve-menu-row__thumb-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.reserve-menu-row__thumb-lens {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(3, 4, 3, 0.35);
  color: #f4fcf7;
  opacity: 0;
  transition: opacity 0.22s ease, background 0.22s ease;
  pointer-events: none;
}

.reserve-menu-row__zoom-ico {
  flex-shrink: 0;
  filter: drop-shadow(0 1px 2px rgba(0, 0, 0, 0.5));
}

.reserve-menu-row__thumb:hover .reserve-menu-row__thumb-lens,
.reserve-menu-row__thumb:focus-visible .reserve-menu-row__thumb-lens {
  opacity: 1;
  background: rgba(20, 92, 58, 0.55);
}

.reserve-menu-row__info {
  flex: 1 1 200px;
  min-width: 0;
  display: flex;
  flex-direction: column;
  gap: 0.2rem;
}

.reserve-menu-row__info strong {
  font-size: 0.95rem;
  font-weight: 700;
}

.reserve-menu-row__desc {
  font-size: 0.82rem;
  color: var(--muted);
  line-height: 1.4;
}

.reserve-menu-row__price {
  font-size: 0.88rem;
  font-weight: 700;
  color: var(--accent);
}

.reserve-menu-row__controls {
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
}

.reserve-menu-row__btn {
  width: 2.25rem;
  min-height: 2.25rem;
  border-radius: 10px;
  border: 1px solid var(--line-dark);
  background: #fff;
  font-size: 1.1rem;
  line-height: 1;
  font-weight: 700;
  cursor: pointer;
  color: var(--ink);
}

.reserve-menu-row__btn:disabled {
  opacity: 0.4;
  cursor: not-allowed;
}

.reserve-menu-row__btn:hover:not(:disabled) {
  border-color: var(--accent);
}

.reserve-menu-row__qty {
  min-width: 1.5rem;
  text-align: center;
  font-weight: 800;
  font-size: 0.95rem;
}

.reserve-menu-empty {
  margin: 0;
  font-size: 0.9rem;
  color: var(--muted);
}

.reserve-cart-summary {
  font-size: 0.88rem;
  line-height: 1.5;
  color: var(--muted);
  margin-bottom: 1rem;
}

.reserve-cart-lines {
  list-style: none;
  margin: 0 0 0.75rem;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 0.35rem;
}

.reserve-cart-lines li {
  display: flex;
  justify-content: space-between;
  gap: 0.75rem;
  font-size: 0.86rem;
}

.reserve-cart-total {
  margin: 0;
  font-size: 0.9rem;
  color: var(--ink);
}

.reserve-cart-summary__empty,
.reserve-cart-summary__skip {
  margin: 0;
  font-size: 0.86rem;
}

.reserve-skip-box {
  display: flex;
  align-items: flex-start;
  gap: 0.6rem;
  margin: 0.5rem 0 0.75rem;
  font-size: 0.9rem;
  font-weight: 600;
  line-height: 1.4;
  cursor: pointer;
}

.reserve-skip-box input {
  margin-top: 0.2rem;
  width: 1.1rem;
  height: 1.1rem;
  flex-shrink: 0;
  accent-color: var(--accent);
}

.reserve-cart-hint {
  margin: 0 0 0.5rem;
}

.btn--reserve-submit {
  width: 100%;
  margin-top: 0.5rem;
}

/* ——— Pamje popup / lightbox (imazhe menu + rezervim) ———
   Token-e të njëjta si faq-chatbot-backdrop për overlay të qëndrueshëm */
@keyframes halimi-lightbox-in {
  from {
    opacity: 0;
    transform: translateY(16px) scale(0.97);
  }
  to {
    opacity: 1;
    transform: translateY(0) scale(1);
  }
}

.halimi-lightbox {
  position: fixed;
  inset: 0;
  z-index: 99999;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: max(1rem, env(safe-area-inset-bottom));
  box-sizing: border-box;
  isolation: isolate;
}

.halimi-lightbox[hidden] {
  display: none !important;
}

.halimi-lightbox__backdrop {
  position: absolute;
  inset: 0;
  z-index: 0;
  background: rgba(3, 4, 3, 0.52);
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
}

.halimi-lightbox__panel {
  position: relative;
  z-index: 1;
  width: min(96vw, 960px);
  max-height: min(92dvh, 900px);
  display: flex;
  flex-direction: column;
  border-radius: var(--radius-xl);
  border: 1px solid rgba(7, 20, 9, 0.14);
  background: linear-gradient(180deg, #fff 0%, var(--cloud) 100%);
  box-shadow:
    0 28px 64px rgba(3, 4, 3, 0.28),
    0 0 0 1px rgba(255, 255, 255, 0.55) inset;
  overflow: hidden;
}

.halimi-lightbox--open .halimi-lightbox__panel {
  animation: halimi-lightbox-in 0.42s cubic-bezier(0.22, 1, 0.36, 1) both;
}

.halimi-lightbox__close {
  position: absolute;
  top: 0.55rem;
  right: 0.55rem;
  z-index: 3;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 2.45rem;
  height: 2.45rem;
  border: none;
  border-radius: 12px;
  background: rgba(7, 20, 9, 0.68);
  color: #f2f7f4;
  cursor: pointer;
  transition: background 0.2s ease, transform 0.15s ease;
}

.halimi-lightbox__close:hover {
  background: rgba(20, 92, 58, 0.88);
}

.halimi-lightbox__close:focus-visible {
  outline: 2px solid rgba(110, 231, 183, 0.85);
  outline-offset: 2px;
}

.halimi-lightbox__figure {
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  min-height: 0;
  flex: 1 1 auto;
  background: #0a0f0c;
}

.halimi-lightbox__media {
  position: relative;
  flex: 1 1 auto;
  min-height: min(52dvh, 520px);
  max-height: min(78dvh, 760px);
  overflow: hidden;
  display: flex;
  align-items: stretch;
  justify-content: center;
}

.halimi-lightbox__img {
  display: block;
  width: 100%;
  height: 100%;
  min-height: min(52dvh, 520px);
  max-height: min(78dvh, 760px);
  object-fit: cover;
  object-position: center;
  background: #0a0f0c;
}

.halimi-lightbox__caption {
  margin: 0;
  padding: 0.85rem 1rem 1.05rem;
  font-size: 0.92rem;
  font-weight: 600;
  line-height: 1.45;
  color: var(--ink);
  text-align: center;
  border-top: 1px solid var(--line-dark);
  background: rgba(255, 255, 255, 0.65);
}

.halimi-lightbox__caption:empty {
  display: none;
}

body.halimi-lightbox-open {
  overflow: hidden;
}

@media (prefers-reduced-motion: reduce) {
  .halimi-lightbox--open .halimi-lightbox__panel {
    animation: none;
  }
}

@media (max-width: 520px) {
  .reserve-menu-row {
    flex-wrap: wrap;
  }

  .reserve-menu-row__thumb,
  .reserve-menu-row__thumb--empty {
    width: 3.5rem;
    height: 3.5rem;
  }
}

/* ——— Reveal ——— */
.reveal {
  opacity: 0;
  transform: translateY(20px);
  transition: opacity 0.65s var(--ease-out), transform 0.65s var(--ease-out);
}

.reveal.is-visible {
  opacity: 1;
  transform: translateY(0);
}

/* ——— Ballina: FAQ ——— */
.home-faq__intro {
  margin: 0 0 1.5rem;
  max-width: 52ch;
  color: var(--muted);
  font-size: 1.02rem;
}

.home-faq__list {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  margin-top: 0.5rem;
}

.home-faq__item {
  border-radius: var(--radius-lg);
  border: 1px solid var(--line-dark);
  background: #fff;
  overflow: hidden;
}

.home-faq__q {
  padding: 1rem 1.15rem;
  font-weight: 600;
  font-size: 1rem;
  cursor: pointer;
  list-style: none;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
}

.home-faq__q::-webkit-details-marker {
  display: none;
}

.home-faq__q::after {
  content: "+";
  font-weight: 700;
  color: var(--accent-hot);
  flex-shrink: 0;
}

.home-faq__item[open] .home-faq__q::after {
  content: "−";
}

.home-faq__a {
  padding: 0 1.15rem 1.1rem;
  border-top: 1px solid var(--line-dark);
  color: var(--muted);
  font-size: 0.95rem;
  line-height: 1.6;
}

.home-faq__a p {
  margin: 0.75rem 0 0;
}

.home-faq__cta {
  margin: 0.85rem 0 0;
}

.home-faq__text-link {
  font-size: inherit;
  font-weight: 600;
  color: var(--accent);
  text-decoration: underline;
  text-decoration-thickness: 1px;
  text-underline-offset: 0.2em;
  text-decoration-color: rgba(20, 92, 58, 0.45);
}

.home-faq__text-link:hover {
  color: var(--accent-hot);
  text-decoration-color: var(--accent-hot);
}

.home-faq__text-link:focus-visible {
  outline: var(--focus-ring);
  outline-offset: 3px;
  border-radius: 4px;
}

/* ——— Ballina: vlerësime Google ——— */
.home-reviews {
  padding-block: 3rem;
}

.home-reviews__head {
  margin-bottom: 1.75rem;
  max-width: 42rem;
}

.home-reviews__sub {
  margin: 0.65rem 0 0;
  font-size: 0.98rem;
  color: var(--muted);
  line-height: 1.55;
}

.home-reviews__swiper-wrap {
  width: 100vw;
  max-width: 100vw;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
  padding: 0.65rem 0 1.15rem;
  overflow: hidden;
}

.home-reviews-swiper {
  overflow: visible;
  padding-block: 1.35rem;
  touch-action: pan-y;
}

.home-reviews-swiper .swiper-wrapper {
  transition-timing-function: linear !important;
}

.home-reviews-swiper--marquee .swiper-wrapper {
  display: flex;
  align-items: stretch;
  gap: 20px;
  width: max-content;
  transform: translate3d(0, 0, 0);
  will-change: transform;
}

.home-reviews-swiper .swiper-slide {
  width: min(88vw, 340px);
  height: auto;
  box-sizing: border-box;
}

.home-reviews-swiper--marquee .swiper-slide {
  flex: 0 0 auto;
}

@media (max-width: 640px) {
  .home-reviews-swiper--marquee .swiper-wrapper {
    gap: 14px;
  }
}

/* Shkalla/opacity nga JS (progress); z-index për kartën në qendër. */
.home-review-card-wrap {
  height: 100%;
}

.home-review-card {
  padding: 1.35rem 1.4rem;
  border-radius: var(--radius-lg);
  border: 1px solid var(--line-dark);
  background: #fff;
  height: 100%;
}

.home-review-card__stars {
  color: #eab308;
  font-size: 0.95rem;
  letter-spacing: 0.08em;
  margin-bottom: 0.65rem;
}

.home-review-card__text {
  margin: 0;
  font-size: 0.95rem;
  line-height: 1.55;
  color: var(--ink);
}

.home-review-card__foot {
  display: flex;
  flex-wrap: wrap;
  align-items: baseline;
  gap: 0.35rem 0.75rem;
  margin-top: 1rem;
  padding-top: 0.85rem;
  border-top: 1px solid var(--line-dark);
  font-size: 0.82rem;
}

.home-review-card__author {
  font-weight: 700;
  color: var(--ink);
}

.home-review-card__time {
  color: var(--muted);
}

.home-reviews__cta {
  margin: 2rem 0 0;
  text-align: center;
}

/* ——— Faqja kontakt ——— */
.contact-page {
  position: relative;
  isolation: isolate;
}

.contact-page::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background: radial-gradient(ellipse 95% 60% at 50% -15%, rgba(20, 92, 58, 0.075), transparent 55%);
  z-index: 0;
}

.contact-page__inner {
  position: relative;
  z-index: 1;
  max-width: 58rem;
  margin-inline: auto;
}

.contact-overview {
  display: grid;
  gap: 1rem;
  margin-bottom: 2.25rem;
  grid-template-columns: 1fr;
}

@media (min-width: 640px) {
  .contact-overview {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

.contact-overview__card {
  padding: 1.2rem 1.3rem 1.25rem;
  border-radius: var(--radius-lg);
  border: 1px solid rgba(7, 20, 9, 0.09);
  background: linear-gradient(165deg, #fff 0%, #fafcfb 100%);
  box-shadow:
    0 4px 22px rgba(3, 4, 3, 0.06),
    0 0 0 1px rgba(255, 255, 255, 0.85) inset;
  display: flex;
  flex-direction: column;
  gap: 0.45rem;
  min-height: 100%;
  transition:
    transform 0.28s var(--ease-out),
    box-shadow 0.28s ease,
    border-color 0.25s ease;
}

.contact-overview__card:hover {
  transform: translateY(-3px);
  border-color: rgba(20, 92, 58, 0.18);
  box-shadow:
    0 14px 36px rgba(3, 4, 3, 0.09),
    0 0 0 1px rgba(255, 255, 255, 0.9) inset;
}

.contact-overview__head {
  display: flex;
  align-items: center;
  gap: 0.65rem;
  margin-bottom: 0.1rem;
}

.contact-overview__badge {
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 2.55rem;
  height: 2.55rem;
  border-radius: 13px;
  background: linear-gradient(145deg, rgba(20, 92, 58, 0.14) 0%, rgba(20, 92, 58, 0.06) 100%);
  color: var(--accent-hot);
  border: 1px solid rgba(20, 92, 58, 0.12);
}

.contact-overview__badge svg {
  display: block;
}

.contact-overview__label {
  margin: 0;
  font-size: 0.68rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.14em;
  color: var(--muted);
}

.contact-overview__body {
  margin: 0;
  font-size: 0.95rem;
  line-height: 1.5;
  color: var(--ink);
}

.contact-overview__body--muted {
  color: var(--muted);
  font-size: 0.9rem;
}

.contact-overview__fine {
  margin: 0.25rem 0 0;
  font-size: 0.78rem;
  color: var(--muted);
  line-height: 1.45;
}

.contact-overview__link {
  font-weight: 700;
  color: var(--accent-hot);
  text-decoration: none;
  border-bottom: 1px solid transparent;
}

.contact-overview__link:hover {
  border-bottom-color: var(--accent-hot);
}

.contact-overview__cta {
  margin-top: auto;
  padding-top: 0.65rem;
  font-size: 0.82rem;
  font-weight: 700;
  color: var(--accent);
  text-decoration: none;
}

.contact-overview__cta:hover {
  text-decoration: underline;
}

@media (prefers-reduced-motion: reduce) {
  .contact-overview__card:hover {
    transform: none;
  }
}

.contact-split {
  display: grid;
  gap: 1.75rem;
  align-items: start;
}

.contact-split__aside {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
}

@media (min-width: 960px) {
  .contact-split {
    grid-template-columns: minmax(0, 1fr) minmax(0, 17.25rem);
    gap: 2.25rem;
  }

  .contact-split__aside {
    position: sticky;
    top: 5.75rem;
    align-self: start;
    gap: 1.65rem;
  }
}

.contact-form-card--featured {
  padding: 1.75rem 1.85rem 1.8rem;
  border: 1px solid rgba(7, 20, 9, 0.08);
  background: linear-gradient(185deg, #fff 0%, #f6faf8 100%);
  box-shadow:
    0 12px 44px rgba(3, 4, 3, 0.07),
    0 0 0 1px rgba(255, 255, 255, 0.92) inset;
  position: relative;
  overflow: hidden;
}

.contact-form-card--featured::before {
  content: "";
  position: absolute;
  top: 0;
  left: 1.5rem;
  right: 1.5rem;
  height: 3px;
  border-radius: 0 0 8px 8px;
  background: linear-gradient(90deg, var(--accent-hot), rgba(110, 231, 183, 0.85));
  opacity: 0.92;
}

.contact-aside-card--links,
.contact-aside-card--social {
  padding: 1.25rem 1.35rem;
  border: 1px solid rgba(7, 20, 9, 0.07);
  background: linear-gradient(180deg, #fff 0%, #fafcfb 100%);
  box-shadow: 0 6px 26px rgba(3, 4, 3, 0.05);
}

.contact-aside-card__row {
  display: flex;
  align-items: flex-start;
  gap: 0.55rem;
  margin: 0 0 0.65rem;
}

.contact-aside-card__row:last-child {
  margin-bottom: 0;
}

.contact-aside-card__ico {
  flex-shrink: 0;
  margin-top: 0.08rem;
  color: var(--accent-hot);
  opacity: 0.92;
}

.contact-aside-card__ico svg {
  display: block;
}

.contact-social-row {
  display: inline-flex;
  align-items: center;
  gap: 0.55rem;
  font-weight: 600;
  color: var(--accent-hot);
  text-decoration: none;
  padding: 0.25rem 0;
  border-radius: 10px;
  transition: color 0.2s ease, background 0.2s ease;
}

.contact-social-row:hover {
  color: var(--accent);
}

.contact-social-row__ico {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 2rem;
  height: 2rem;
  border-radius: 10px;
  background: rgba(20, 92, 58, 0.08);
  color: var(--accent-hot);
}

.contact-social-row__ico svg {
  display: block;
}

.contact-social-list--with-icons li {
  margin: 0.15rem 0;
}

.contact-social-list--with-icons a {
  text-decoration: none;
}

.contact-form-card__title {
  margin: 0 0 0.5rem;
  font-family: var(--font-display);
  font-size: 1.2rem;
  font-weight: 700;
}

.contact-form-card__intro {
  margin: 0 0 1.25rem;
  font-size: 0.92rem;
  color: var(--muted);
  line-height: 1.55;
}

.contact-form-card__intro a {
  font-weight: 600;
  color: var(--accent-hot);
}

.contact-aside-card__title {
  margin: 0 0 0.65rem;
  font-size: 0.78rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.12em;
  color: var(--muted);
}

.contact-aside-card p {
  margin: 0 0 0.4rem;
  font-size: 0.9rem;
}

.contact-aside-card__link {
  font-weight: 600;
  color: var(--accent-hot);
  text-decoration: none;
}

.contact-aside-card__link:hover {
  text-decoration: underline;
}

.contact-aside-card__hint {
  margin: 0.5rem 0 0;
  font-size: 0.8rem;
  color: var(--muted);
  line-height: 1.45;
}

.contact-social-list--clean {
  margin: 0;
  padding: 0;
  list-style: none;
}

.contact-social-list--clean li {
  margin: 0.3rem 0;
}

.contact-social-list--clean a {
  font-weight: 600;
  color: var(--accent-hot);
  text-decoration: none;
}

.contact-social-list--clean a:hover {
  text-decoration: underline;
}

.fx-muted-block {
  margin: 0 0 1.25rem;
  font-size: 0.95rem;
  color: var(--muted);
  line-height: 1.55;
}

.fx-muted-block a {
  font-weight: 600;
  color: var(--accent-hot);
}

.contact-form__grid {
  display: grid;
  gap: 1rem;
  grid-template-columns: 1fr;
}

@media (min-width: 560px) {
  .contact-form__grid {
    grid-template-columns: 1fr 1fr;
  }
}

.contact-field {
  display: flex;
  flex-direction: column;
  gap: 0.35rem;
}

.contact-field--full {
  grid-column: 1 / -1;
}

.contact-field span:first-child {
  font-size: 0.72rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  color: var(--muted);
}

.contact-field__opt {
  font-weight: 500;
  text-transform: none;
  letter-spacing: normal;
  font-size: 0.85em;
}

.contact-field input,
.contact-field textarea {
  width: 100%;
  min-height: var(--tap-min);
  padding: 0.6rem 0.85rem;
  border-radius: 12px;
  border: 1px solid rgba(7, 20, 9, 0.12);
  font-family: var(--font-ui);
  font-size: 1rem;
  color: var(--ink);
  background: #fff;
  transition:
    border-color 0.2s ease,
    box-shadow 0.2s ease;
}

.contact-field input:hover,
.contact-field textarea:hover {
  border-color: rgba(20, 92, 58, 0.28);
}

.contact-field input:focus-visible,
.contact-field textarea:focus-visible {
  outline: none;
  border-color: var(--accent-hot);
  box-shadow: 0 0 0 3px rgba(20, 92, 58, 0.14);
}

.contact-field textarea {
  min-height: 8rem;
  resize: vertical;
  line-height: 1.5;
}

.contact-submit {
  margin-top: 1.15rem;
  width: 100%;
  min-height: var(--tap-min);
  padding: 0 1.25rem;
  border: none;
  border-radius: var(--radius-pill);
  background: linear-gradient(135deg, #0d4d32 0%, #062015 100%);
  color: #f2f7f4;
  font-family: var(--font-ui);
  font-weight: 700;
  font-size: 0.78rem;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  cursor: pointer;
  box-shadow: 0 6px 20px rgba(6, 32, 21, 0.28);
  transition:
    transform 0.2s ease,
    box-shadow 0.2s ease,
    filter 0.2s ease;
}

.contact-submit:hover {
  transform: translateY(-2px);
  box-shadow: 0 10px 28px rgba(6, 32, 21, 0.34);
}

.contact-submit:focus-visible {
  outline: var(--focus-ring);
  outline-offset: 3px;
}

.contact-submit:active {
  transform: translateY(0);
}

.contact-flash {
  margin: 0 0 1.5rem;
  padding: 1rem 1.15rem;
  border-radius: var(--radius-lg);
  font-size: 0.95rem;
  line-height: 1.5;
}

.contact-flash--ok {
  border: 1px solid rgba(20, 92, 58, 0.45);
  background: rgba(20, 92, 58, 0.08);
  color: var(--accent);
}

.contact-flash--err {
  border: 1px solid rgba(185, 28, 28, 0.35);
  background: rgba(254, 226, 226, 0.6);
  color: #991b1b;
}

.contact-social-list {
  margin: 0;
  padding: 0;
  list-style: none;
}

.contact-social-list li {
  margin: 0.35rem 0;
}

.contact-social-list a {
  font-weight: 600;
  color: var(--accent-hot);
}

/* ——— Ballina: hartë e plotë gjerësia ——— */
.home-map {
  padding: 2.5rem 0 0;
  background: var(--void);
  color: #e4e4e7;
}

.home-map__head {
  margin-bottom: 1.25rem;
}

.home-map__title {
  margin: 0 0 0.5rem;
  color: #fafafa;
}

.home-map__sub {
  margin: 0 0 1rem;
  max-width: 52ch;
  font-size: 0.95rem;
  color: var(--muted-on-dark);
  line-height: 1.55;
}

.home-map__link {
  margin: 0;
}

.home-map .home-map__link .pill-outline {
  border-color: rgba(255, 255, 255, 0.55);
  color: #f4f6f4;
}

.home-map .home-map__link .pill-outline:hover,
.home-map .home-map__link .pill-outline:focus-visible {
  background: #fff;
  color: var(--ink);
  border-color: #fff;
}

.home-map__frame-wrap {
  width: 100vw;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
}

.home-map__frame {
  position: relative;
  width: 100%;
  height: min(52vh, 560px);
  min-height: 280px;
  background: #0a0a0b;
  border-block: 1px solid var(--line);
}

.home-map__iframe {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  border: 0;
  pointer-events: none;
}

.home-map__frame.is-active .home-map__iframe {
  pointer-events: auto;
}

.home-map__shield {
  position: absolute;
  inset: 0;
  z-index: 2;
  margin: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 1.5rem;
  background: rgba(3, 4, 3, 0.45);
  color: #fafafa;
  font-size: 0.95rem;
  font-weight: 600;
  text-align: center;
  cursor: pointer;
  transition: opacity 0.25s ease, visibility 0.25s ease;
}

.home-map__shield-inner {
  max-width: 22rem;
  padding: 0.85rem 1.25rem;
  border-radius: var(--radius-pill);
  border: 1px solid rgba(255, 255, 255, 0.35);
  background: rgba(7, 20, 9, 0.65);
}

.home-map__frame.is-active .home-map__shield {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}

/* ——— Chatbot FAQ + leads (AI-style panel) ——— */
@keyframes faq-chatbot-fab-pulse {
  0%,
  100% {
    box-shadow:
      0 10px 28px rgba(0, 0, 0, 0.38),
      0 0 0 0 rgba(110, 231, 183, 0.28),
      0 0 0 1px rgba(255, 255, 255, 0.07) inset;
  }
  50% {
    box-shadow:
      0 12px 32px rgba(0, 0, 0, 0.42),
      0 0 0 11px rgba(110, 231, 183, 0),
      0 0 0 1px rgba(255, 255, 255, 0.07) inset;
  }
}

@keyframes faq-chatbot-row-in {
  from {
    opacity: 0;
    transform: translateY(10px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes faq-chatbot-typing-dot {
  0%,
  80%,
  100% {
    opacity: 0.35;
    transform: translateY(0);
  }
  40% {
    opacity: 1;
    transform: translateY(-4px);
  }
}

@keyframes faq-chatbot-shimmer {
  0% {
    background-position: 0% 50%;
  }
  100% {
    background-position: 200% 50%;
  }
}

@keyframes faq-chatbot-panel-pop {
  from {
    opacity: 0;
    transform: translateY(18px) scale(0.96);
  }
  to {
    opacity: 1;
    transform: translateY(0) scale(1);
  }
}

.faq-chatbot-fab {
  position: fixed;
  right: 1rem;
  bottom: 1rem;
  z-index: 260;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 3.65rem;
  height: 3.65rem;
  padding: 0.35rem;
  border-radius: 50%;
  border: 1px solid rgba(110, 231, 183, 0.32);
  background: linear-gradient(155deg, #0f2318 0%, #050806 52%, #081912 100%);
  cursor: pointer;
  box-shadow:
    0 10px 28px rgba(0, 0, 0, 0.38),
    0 0 0 1px rgba(255, 255, 255, 0.07) inset;
  transition: transform 0.2s var(--ease-out), box-shadow 0.2s ease;
  animation: faq-chatbot-fab-pulse 2.8s ease-in-out infinite;
}

.faq-chatbot-fab:hover {
  transform: translateY(-2px) scale(1.03);
  box-shadow:
    0 14px 38px rgba(0, 0, 0, 0.48),
    0 0 0 1px rgba(120, 210, 175, 0.22) inset;
  animation: none;
}

.faq-chatbot-fab:focus-visible {
  outline: var(--focus-ring);
  outline-offset: 3px;
  animation: none;
}

.faq-chatbot-fab__logo {
  width: 2.15rem;
  height: 2.15rem;
  object-fit: contain;
  object-position: center;
  display: block;
  filter: drop-shadow(0 1px 2px rgba(0, 0, 0, 0.55)) drop-shadow(0 0 10px rgba(110, 231, 183, 0.12));
  transform-origin: 50% 55%;
}

@keyframes faq-chatbot-icon-wiggle {
  0%,
  100% {
    transform: rotate(-5deg) translateY(0);
  }
  33% {
    transform: rotate(5deg) translateY(-1px);
  }
  66% {
    transform: rotate(-3deg) translateY(1px);
  }
}

.faq-chatbot-fab__logo--pending {
  animation: faq-chatbot-icon-wiggle 0.85s ease-in-out infinite;
}

@media (prefers-reduced-motion: reduce) {
  .faq-chatbot-fab__logo--pending,
  .faq-chatbot-panel__logo-img--pending {
    animation: none;
  }
}

.faq-chatbot-panel {
  position: fixed;
  right: 1rem;
  bottom: 5.5rem;
  z-index: 255;
  width: min(100vw - 2rem, 420px);
  height: min(88dvh, 820px);
  max-height: min(92dvh, 860px);
  min-height: 0;
  display: flex;
  flex-direction: column;
  border-radius: var(--radius-xl);
  border: 1px solid rgba(7, 20, 9, 0.14);
  background: linear-gradient(180deg, #fff 0%, var(--cloud) 100%);
  box-shadow:
    0 24px 56px rgba(3, 4, 3, 0.2),
    0 0 0 1px rgba(255, 255, 255, 0.5) inset;
  overflow: hidden;
}

.faq-chatbot-panel[hidden] {
  display: none !important;
  visibility: hidden;
  pointer-events: none;
}

.faq-chatbot-panel--open {
  animation: faq-chatbot-panel-pop 0.4s cubic-bezier(0.22, 1, 0.36, 1) both;
}

.faq-chatbot-backdrop {
  position: fixed;
  inset: 0;
  z-index: 252;
  background: rgba(3, 4, 3, 0.48);
  backdrop-filter: blur(6px);
  -webkit-backdrop-filter: blur(6px);
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: opacity 0.3s ease, visibility 0.3s ease;
}

.faq-chatbot-backdrop--active {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}

body.faq-chatbot-open {
  overflow: hidden;
}

.faq-chatbot-panel__head {
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.65rem;
  padding: 0.75rem 0.9rem 0.85rem;
  background: linear-gradient(125deg, #040604 0%, #0d2419 38%, #071510 100%);
  color: #f6fbf8;
  border-bottom: 1px solid rgba(255, 255, 255, 0.12);
  box-shadow: 0 1px 0 rgba(0, 0, 0, 0.35);
  position: relative;
  overflow: hidden;
}

.faq-chatbot-panel__head::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(
    110deg,
    transparent 0%,
    rgba(110, 231, 183, 0.07) 35%,
    transparent 55%,
    rgba(20, 92, 58, 0.12) 80%,
    transparent 100%
  );
  background-size: 220% 100%;
  animation: faq-chatbot-shimmer 8s linear infinite;
  pointer-events: none;
}

.faq-chatbot-panel__brand {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  gap: 0.65rem;
  min-width: 0;
}

.faq-chatbot-panel__logo {
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 2.65rem;
  height: 2.65rem;
  border-radius: 14px;
  background: rgba(255, 255, 255, 0.11);
  border: 1px solid rgba(255, 255, 255, 0.2);
  box-shadow:
    0 4px 14px rgba(0, 0, 0, 0.35),
    0 0 0 1px rgba(0, 0, 0, 0.25) inset;
}

.faq-chatbot-panel__logo-img {
  display: block;
  width: 2.35rem;
  height: 2.35rem;
  max-width: 100%;
  object-fit: contain;
  object-position: center;
  filter: brightness(1.12);
  transform-origin: 50% 55%;
}

.faq-chatbot-panel__logo-img--pending {
  animation: faq-chatbot-icon-wiggle 0.85s ease-in-out infinite;
}

.faq-chatbot-panel__titles {
  min-width: 0;
}

.faq-chatbot-panel__title {
  margin: 0;
  font-family: var(--font-display);
  font-weight: 700;
  font-size: 1.02rem;
  letter-spacing: -0.02em;
  line-height: 1.2;
}

.faq-chatbot-panel__tagline {
  margin: 0.15rem 0 0;
  font-size: 0.68rem;
  font-weight: 600;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: rgba(198, 236, 216, 0.94);
}

.faq-chatbot-panel__head-actions {
  position: relative;
  z-index: 1;
  flex-shrink: 0;
  display: flex;
  align-items: center;
  gap: 0.45rem;
}

.faq-chatbot-ai-badge {
  display: inline-flex;
  align-items: center;
  gap: 0.28rem;
  padding: 0.2rem 0.45rem 0.2rem 0.35rem;
  border-radius: 8px;
  font-size: 0.62rem;
  font-weight: 800;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: #bbf7d0;
  background: rgba(20, 92, 58, 0.45);
  border: 1px solid rgba(110, 231, 183, 0.35);
  box-shadow: 0 0 16px rgba(20, 92, 58, 0.35);
}

.faq-chatbot-ai-badge__dot {
  display: block;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #4ade80;
  box-shadow: 0 0 8px #4ade80;
  animation: faq-chatbot-fab-pulse 2s ease-in-out infinite;
}

.faq-chatbot-close {
  width: 2.25rem;
  height: 2.25rem;
  border: none;
  border-radius: 10px;
  background: rgba(255, 255, 255, 0.08);
  color: #fff;
  font-size: 1.35rem;
  line-height: 1;
  cursor: pointer;
  transition: background 0.2s ease, transform 0.15s ease;
}

.faq-chatbot-close:hover {
  background: rgba(255, 255, 255, 0.16);
}

.faq-chatbot-close:focus-visible {
  outline: 2px solid rgba(110, 231, 183, 0.8);
  outline-offset: 2px;
}

.faq-chatbot-messages {
  flex: 1 1 0%;
  min-height: 0;
  overflow-y: auto;
  overscroll-behavior: contain;
  padding: 0.85rem 1rem 0.75rem;
  display: flex;
  flex-direction: column;
  gap: 0.65rem;
  background: linear-gradient(180deg, #fbfcfb 0%, #f0f4f1 100%);
  scrollbar-color: rgba(20, 92, 58, 0.35) transparent;
}

.faq-chatbot-messages::-webkit-scrollbar {
  width: 8px;
}

.faq-chatbot-messages::-webkit-scrollbar-thumb {
  background: rgba(20, 92, 58, 0.28);
  border-radius: 99px;
}

.faq-chatbot-row {
  display: flex;
  align-items: flex-end;
  gap: 0.45rem;
  max-width: 100%;
  animation: faq-chatbot-row-in 0.42s var(--ease-out) both;
}

.faq-chatbot-row--user {
  justify-content: flex-end;
}

.faq-chatbot-row--bot .faq-chatbot-stack {
  display: flex;
  flex-direction: column;
  gap: 0.35rem;
  min-width: 0;
  flex: 1;
}

.faq-chatbot-avatar {
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 2rem;
  height: 2rem;
  border-radius: 10px;
  color: var(--accent-hot);
  background: linear-gradient(160deg, rgba(20, 92, 58, 0.12) 0%, rgba(7, 20, 9, 0.06) 100%);
  border: 1px solid rgba(20, 92, 58, 0.2);
}

.faq-chatbot-avatar--pulse {
  animation: faq-chatbot-fab-pulse 1.6s ease-in-out infinite;
}

.faq-chatbot-avatar svg {
  display: block;
}

.faq-chatbot-avatar__img {
  display: block;
  width: 1.35rem;
  height: 1.35rem;
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
  object-position: center;
}

.faq-chatbot-typing {
  align-items: center;
}

.faq-chatbot-typing__bubble {
  display: inline-flex;
  align-items: center;
  gap: 0.28rem;
  padding: 0.55rem 0.85rem;
  border-radius: 14px;
  background: var(--mist);
  border: 1px solid var(--line-dark);
  box-shadow: 0 2px 8px rgba(3, 4, 3, 0.06);
}

.faq-chatbot-typing__bubble span {
  width: 0.38rem;
  height: 0.38rem;
  border-radius: 50%;
  background: var(--accent-hot);
  animation: faq-chatbot-typing-dot 1.05s ease-in-out infinite;
}

.faq-chatbot-typing__bubble span:nth-child(2) {
  animation-delay: 0.16s;
}

.faq-chatbot-typing__bubble span:nth-child(3) {
  animation-delay: 0.32s;
}

.faq-chatbot-msg {
  max-width: 100%;
  padding: 0.6rem 0.85rem;
  border-radius: 14px;
  font-size: 0.9rem;
  line-height: 1.48;
  box-shadow: 0 2px 10px rgba(3, 4, 3, 0.05);
}

.faq-chatbot-row--user .faq-chatbot-msg {
  max-width: 90%;
}

.faq-chatbot-msg--bot {
  background: linear-gradient(165deg, #fff 0%, var(--mist) 100%);
  color: var(--ink);
  border: 1px solid rgba(7, 20, 9, 0.1);
}

.faq-chatbot-msg--user {
  background: linear-gradient(135deg, var(--accent-hot) 0%, var(--accent) 100%);
  color: #f6faf7;
  border: 1px solid rgba(255, 255, 255, 0.12);
}

.faq-chatbot-msg__actions {
  margin: 0.35rem 0 0;
  font-size: 0.85rem;
}

.faq-chatbot-msg__lead {
  margin: 0.35rem 0 0.15rem;
  font-size: 0.86rem;
  line-height: 1.45;
  color: var(--ink);
}

.faq-chatbot-msg__actions--stack {
  display: flex;
  flex-direction: column;
  gap: 0.45rem;
  margin-top: 0.5rem;
}

.faq-chatbot-cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  min-height: 2.65rem;
  padding: 0.55rem 0.85rem;
  border-radius: 999px;
  font-size: 0.86rem;
  font-weight: 700;
  text-decoration: none;
  cursor: pointer;
  font-family: inherit;
}

.faq-chatbot-cta--primary {
  border: 1px solid rgba(20, 92, 58, 0.35);
  background: var(--accent);
  color: #fff;
}

.faq-chatbot-cta--primary:hover {
  background: var(--accent-hot);
  color: #fff;
}

.faq-chatbot-cta--ghost {
  border: 1px solid var(--line-strong);
  background: #fff;
  color: var(--accent);
}

.faq-chatbot-cta--ghost:hover {
  border-color: var(--accent-hot);
  color: var(--accent-hot);
}

.faq-chatbot-msg__actions a:not(.faq-chatbot-cta) {
  display: inline;
  padding: 0;
  color: var(--accent);
  font-weight: 600;
  text-decoration: underline;
  text-decoration-thickness: 1px;
  text-underline-offset: 0.18em;
  text-decoration-color: rgba(20, 92, 58, 0.45);
  border-bottom: none;
}

.faq-chatbot-msg__actions a:not(.faq-chatbot-cta):hover {
  color: var(--accent-hot);
  text-decoration-color: var(--accent-hot);
}

.faq-chatbot-msg--bot .faq-chatbot-msg__actions a:not(.faq-chatbot-cta) {
  color: var(--accent);
}

.faq-chatbot-chips-bar {
  flex-shrink: 0;
  padding: 0.4rem 1rem;
  background: #fff;
  border-top: 1px solid var(--line-dark);
}

.faq-chatbot-chips-toggle {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.65rem;
  width: 100%;
  margin: 0;
  padding: 0.55rem 0.75rem;
  border: 1px solid var(--line-dark);
  border-radius: 12px;
  background: linear-gradient(180deg, #fff 0%, var(--mist) 100%);
  font: inherit;
  font-size: 0.8rem;
  font-weight: 700;
  color: var(--ink);
  cursor: pointer;
  text-align: left;
  box-shadow: 0 1px 4px rgba(3, 4, 3, 0.06);
  transition: border-color 0.2s ease, box-shadow 0.2s ease, background 0.2s ease;
}

.faq-chatbot-chips-toggle:hover {
  border-color: var(--accent-hot);
  box-shadow: 0 2px 10px rgba(20, 92, 58, 0.12);
}

.faq-chatbot-chips-toggle:focus-visible {
  outline: var(--focus-ring);
  outline-offset: 2px;
}

.faq-chatbot-chips-toggle__label {
  letter-spacing: 0.02em;
}

.faq-chatbot-chips-toggle__chev {
  flex-shrink: 0;
  width: 0.55rem;
  height: 0.55rem;
  border-right: 2px solid var(--accent-hot);
  border-bottom: 2px solid var(--accent-hot);
  transform: rotate(45deg);
  margin-bottom: 0.15rem;
  transition: transform 0.25s var(--ease-out);
}

.faq-chatbot-chips-toggle[aria-expanded="true"] .faq-chatbot-chips-toggle__chev {
  transform: rotate(225deg);
  margin-bottom: -0.15rem;
}

.faq-chatbot-chips-wrap {
  flex-shrink: 0;
  max-height: min(38vh, 320px);
  overflow-x: hidden;
  overflow-y: auto;
  overscroll-behavior: contain;
  -webkit-overflow-scrolling: touch;
  border-top: 1px solid rgba(7, 20, 9, 0.06);
  background: #fff;
  scrollbar-color: rgba(20, 92, 58, 0.3) transparent;
}

.faq-chatbot-chips-wrap[hidden] {
  display: none !important;
}

.faq-chatbot-chips {
  flex-shrink: 0;
  display: flex;
  flex-wrap: wrap;
  gap: 0.4rem;
  padding: 0.45rem 1rem 0.55rem;
  background: #fff;
}

.faq-chatbot-chip {
  display: inline-flex;
  align-items: center;
  gap: 0.35rem;
  padding: 0.4rem 0.75rem 0.4rem 0.55rem;
  border-radius: var(--radius-pill);
  border: 1px solid var(--line-dark);
  background: linear-gradient(180deg, #fff 0%, var(--cloud) 100%);
  font-size: 0.72rem;
  font-weight: 700;
  cursor: pointer;
  color: var(--ink);
  transition: transform 0.15s var(--ease-out), border-color 0.2s ease, box-shadow 0.2s ease;
}

.faq-chatbot-chip__ico {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  color: var(--accent-hot);
  opacity: 0.92;
}

.faq-chatbot-chip__ico svg {
  display: block;
}

.faq-chatbot-chip--lead .faq-chatbot-chip__ico {
  color: var(--accent);
}

.faq-chatbot-chip__txt {
  line-height: 1.25;
  text-align: left;
}

.faq-chatbot-chip:hover {
  border-color: var(--accent-hot);
  transform: translateY(-1px);
  box-shadow: 0 4px 12px rgba(20, 92, 58, 0.12);
}

.faq-chatbot-chip:focus-visible {
  outline: var(--focus-ring);
  outline-offset: 2px;
}

.faq-chatbot-chip--lead {
  border-color: rgba(20, 92, 58, 0.45);
  background: linear-gradient(135deg, rgba(20, 92, 58, 0.1) 0%, #fff 55%);
  color: var(--accent);
}

.faq-chatbot-form {
  flex-shrink: 0;
  display: flex;
  gap: 0.45rem;
  padding: 0.55rem 1rem 0.65rem;
  background: #fff;
  border-top: 1px solid var(--line-dark);
}

.faq-chatbot-form input {
  flex: 1;
  min-width: 0;
  min-height: var(--tap-min);
  padding: 0 0.85rem;
  border-radius: 14px;
  border: 1px solid var(--line-dark);
  font-family: var(--font-ui);
  font-size: 0.9rem;
  transition: border-color 0.2s ease, box-shadow 0.2s ease;
}

.faq-chatbot-form input:focus-visible {
  outline: none;
  border-color: var(--accent-hot);
  box-shadow: 0 0 0 3px rgba(20, 92, 58, 0.15);
}

.faq-chatbot-send {
  min-height: var(--tap-min);
  padding: 0 1.1rem;
  border-radius: 14px;
  border: none;
  background: linear-gradient(135deg, var(--accent-hot) 0%, var(--accent) 100%);
  color: #fff;
  font-weight: 800;
  font-size: 0.72rem;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  cursor: pointer;
  box-shadow: 0 4px 14px rgba(20, 92, 58, 0.35);
  transition: filter 0.2s ease, transform 0.15s ease;
}

.faq-chatbot-send:hover {
  filter: brightness(1.06);
  transform: translateY(-1px);
}

.faq-chatbot-send:focus-visible {
  outline: var(--focus-ring);
  outline-offset: 2px;
}

.faq-chatbot-form-hint {
  margin: 0;
  padding: 0 1rem 0.65rem;
  font-size: 0.68rem;
  font-weight: 600;
  color: var(--muted);
  text-align: center;
  letter-spacing: 0.02em;
  background: #fff;
}

.faq-chatbot-form-hint kbd {
  display: inline-block;
  margin: 0 0.1rem;
  padding: 0.12rem 0.38rem;
  font-size: 0.62rem;
  font-family: var(--font-ui), ui-monospace, monospace;
  font-weight: 700;
  color: var(--ink);
  background: var(--mist);
  border: 1px solid var(--line-dark);
  border-radius: 6px;
  box-shadow: 0 1px 0 rgba(255, 255, 255, 0.8) inset;
}

.faq-chatbot-foot {
  flex-shrink: 0;
  margin: 0;
  padding: 0.5rem 1rem 0.85rem;
  font-size: 0.8rem;
  background: #fff;
  border-top: 1px solid var(--line-dark);
  text-align: center;
  color: var(--muted);
}

.faq-chatbot-foot__link {
  font-weight: 600;
  color: var(--accent);
  text-decoration: underline;
  text-decoration-thickness: 1px;
  text-underline-offset: 0.18em;
  text-decoration-color: rgba(20, 92, 58, 0.42);
}

.faq-chatbot-foot__link:hover {
  color: var(--accent-hot);
  text-decoration-color: var(--accent-hot);
}

.faq-chatbot-foot__link:focus-visible {
  outline: var(--focus-ring);
  outline-offset: 2px;
  border-radius: 4px;
}

.faq-chatbot-foot__sep {
  margin: 0 0.35rem;
  color: var(--muted);
  font-weight: 400;
  user-select: none;
}

@media (prefers-reduced-motion: reduce) {
  .faq-chatbot-fab,
  .faq-chatbot-ai-badge__dot,
  .faq-chatbot-panel__head::after,
  .faq-chatbot-avatar--pulse {
    animation: none;
  }

  .faq-chatbot-panel--open {
    animation: none;
  }

  .faq-chatbot-backdrop {
    transition: none;
  }

  .faq-chatbot-row {
    animation: none;
  }

  .faq-chatbot-typing__bubble span {
    animation: none;
    opacity: 0.6;
  }
}

@media (max-width: 520px) {
  .faq-chatbot-panel {
    right: max(0.5rem, env(safe-area-inset-right, 0px));
    left: max(0.5rem, env(safe-area-inset-left, 0px));
    bottom: max(5.25rem, calc(env(safe-area-inset-bottom, 0px) + 4.35rem));
    width: auto;
    height: min(85dvh, 780px);
    max-height: min(90dvh, 820px);
  }

  .faq-chatbot-fab {
    right: max(0.5rem, env(safe-area-inset-right, 0px));
    bottom: max(0.5rem, env(safe-area-inset-bottom, 0px));
  }

  .faq-chatbot-chips-wrap {
    max-height: min(42vh, 280px);
  }
}

body.halimi-lang-switching {
  cursor: wait;
}

body.halimi-lang-switching #main {
  opacity: 0.72;
  transition: opacity 0.2s ease;
}
