:root {
  --brand-yellow: #FFDD00;
  --brand-primary: #0F3D3E;
  --brand-dark: #1c1c1c;
  --text-muted: #6b7280;
  --border-soft: #e5e7eb;
  --heading-font: "Lobster", cursive;
  --body-font: "Poppins", sans-serif;
}

* {
  box-sizing: border-box;
}

body {
  font-family: var(--body-font);
  color: var(--brand-dark);
  background-color: #fff;
  margin: 0;
  padding: 0;
  overflow-x: hidden;  /* prevent horizontal scroll on body */
}

html {
  overflow-x: hidden;  /* prevent horizontal scroll on html */
}

/* Custom Container Width */


/* Top Banner */
.top-banner {
  background-color: var(--brand-yellow) !important;
  font-size: 14px;
  position: relative;
  padding: 10px 0 !important;
}

.top-banner .btn-close {
  opacity: 1;
  filter: brightness(0);
}

/* Navigation */
.navbar {
  padding: 16px 0;
  position: relative;
  box-shadow: unset !important;
  background-color: transparent;
  min-height: 100px;
  position: absolute;
  left: 0;
  right: 0;
  z-index: 9;
}
.navbar .d-flex.gap-2.align-items-center.ms-auto{
  gap: 2rem !important;
}
li.nav-item {
  display: flex;
  align-items: center;
}
.navbar .logo-img {
  height: auto;
  width: 100%;
}
.navbar .brand-title {
  font-family: var(--heading-font);
  font-size: 32px;
  color: var(--brand-dark);
  font-weight: 400;
}
.navbar .navbar-brand {
  display: flex;
  align-items: center;
  margin-right: 0;
  padding: 0;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
}
.navbar .navbar-nav {
  gap: 8px;
}
.navbar .nav-link {
  font-family: var(--body-font);
  font-weight: 500;
  color: var(--brand-dark);
  font-size: 16px;
  padding: 8px 16px;
  transition: color 0.3s;
}
.navbar .nav-link:hover, .navbar .nav-link.active {
  color: #FAA61A;
}
.navbar .nav-link.active {
  text-decoration: underline;
}
.header-vector-icon {
  width: 34px;
  height: 34px;
  object-fit: contain;
  margin-left: 8px;
  background-color: #fff;
  padding: 5px;
  border-radius: 6px;
  cursor: pointer;
}
.header-vector-icon:hover{
  background-color: #EBEEF0;
}
@media (min-width: 1400px) {    

  .container,
  .container-lg,
  .container-md,
  .container-sm,
  .container-xl,
  .container-xxl {
      max-width: 1622px;
  }
}

@media (max-width: 1600px){
  .btn-hero-secondary {
    padding: 11px 19px;
}
.city-select-text {
  text-align: left;
  min-width: auto !important;
}
.navbar .d-flex.gap-2.align-items-center.ms-auto {
  gap: 0.5rem !important;
}
.navbar .logo-img {
  height: auto;
  width: 100%;
  max-width: 100px;
}
.navbar .nav-link {
  font-size: 14px !important;
  padding: 8px 10px;
}
.btn-outline-dark{
  font-size: 14px !important;
}
button.btn.btn-warning.text-dark{
  font-size: 14px !important;
}
.hero-title{
  max-width: 635px !important;
}
.hero-description {
  max-width: 635px !important;
}
.btn-city-select {
  padding: 11px 22px !important;
}
.btn-hero-primary {
  padding: 11px 22px !important;
}
.btn-hero-secondary{
  padding: 11px 19px !important;
}
}
@media (max-width: 1366px){
.hero-content {
  margin-top: 50px;
}
}
@media (max-width: 1199px){
.hero-title {
  max-width: 535px !important;
}
.hero-description {
  max-width: 535px !important;
}
.btn-city-select {
  padding: 11px 22px !important;
  font-size: 14px !important;
}
.btn-hero-primary {
  padding: 11px 22px !important;
  font-size: 14px !important;
}
.btn-hero-secondary{
  padding: 11px 19px !important;
  font-size: 14px !important;
}
.onas-header h2 {
  font-size: 40px !important;
}
section.Nase-pobocky h2{
  font-size: 40px !important;
}
.onas-box h3{
  font-size: 22px !important;
}
.onas-box p{
  font-size: 14px !important;
}
.onas-box {
  flex: 1 1 calc(50% - 40px) !important;
}
.story-heading h3 {
  text-align: center;
  font-size: 38px !important;
  font-family: var(--heading-font);
}
.story-heading p{
  font-size: 14px;
}
.story-paragraph {
  font-family: var(--body-font);
  font-size: 14px;
}
.story-paragraph p{
  font-family: var(--body-font);
  font-size: 14px;
}
section.story-section p{
  font-size: 14px;
}
}
@media (max-width: 991px) {
  .navbar .navbar-brand {
    position: static;
    transform: none;
  }
  
  .navbar .navbar-collapse {
    margin-top: 16px;
  }
  
  .navbar .d-flex {
    flex-direction: column;
    gap: 8px;
    width: 100%;
  }
  
  .navbar .d-flex .btn {
    width: 100%;
  }
  .navbar {
    background-color: #ffffff;
}
}

/* Hero Section */
.hero-left {
  display: flex;
  align-items: center;
  padding: clamp(32px, 5vw, 72px) clamp(20px, 4vw, 48px)
    clamp(32px, 5vw, 72px) clamp(32px, 8vw, 164px) !important;
}
.hero-content {
  max-width: 100%;
  position: relative;
  z-index: 2;
}
.hero-badge {
  margin-bottom: 45px !important;
}
.badge-pill {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 8px 16px;
  background-color: #f5f5f5;
  border-radius: 50px;
  font-size: 14px;
  font-weight: 500;
  color: var(--brand-dark);
}
.badge-dot {
  width: 8px;
  height: 8px;
  background-color: #dc3545;
  border-radius: 50%;
  display: inline-block;
}
.hero-title {
  font-family: var(--heading-font);
  font-size: clamp(32px, 5vw, 60px);
  font-weight: 400;
  line-height: 1.2;
  color: var(--brand-dark);
  margin-bottom: 30px !important;
  max-width: 835px;
}

.hero-title .highlight-text {
  font-family: var(--heading-font);
  color: #FAA61A;
  font-weight: 400;
}
button.btn.btn-warning.text-dark {
  background-color: #FFDD00;
  border-color: #FFDD00;
  font-size: 16px;
}
.btn-outline-dark{
  font-size: 16px;
}
button.btn.btn-warning.text-dark:hover {
  background-color: #FFE856;
}
.hero-description {
  font-size: 16px;
  line-height: 21px;
  color: #231F20;
  margin-bottom: 32px;
  max-width: 843px;
}
.hero-actions {
  max-width: 843px;
}
.hero-buttons-wrapper {
  width: 100%;
  display: flex;
  justify-content: space-between;
  gap: 25px;
}
.city-select-wrapper {
  margin-bottom: 16px;
  position: relative;
}
.btn-city-select {
  background-color: #f8f9fa;
  border: 1px solid #e5e7eb;
  color: var(--brand-dark);
  font-size: 16px;
  font-weight: 500;
  font-family: var(--body-font);
  padding: 11px 20px;
  border-radius: 8px;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  transition: all 0.3s ease;
  cursor: pointer;
  white-space: nowrap;
}

.btn-city-select:hover {
  background-color: #f0f0f0;
  border-color: #f0f0f0;
  color: var(--brand-dark);
}

.city-select-text {
  text-align: left;
  min-width: 314px;
}

.city-select-icon {
  width: 20px;
  height: 20px;
  flex-shrink: 0;
  object-fit: contain;
}

.hero-buttons {
  display: flex;
  gap: 16px;
  align-items: center;
}

.btn-hero-primary {
  background-color: var(--brand-yellow);
  border: 1px solid var(--brand-yellow);
  color: var(--brand-dark);
  font-weight: 500;
  font-size: 16px;
  padding: 11px 44px;
  border-radius: 8px;
  transition: all 0.3s ease;
  white-space: nowrap;
  font-family: var(--body-font);
}
.btn-hero-primary:hover{
    background-color: #FFE856;
}
button.btn.btn-hero-secondary:hover{
  background-color: #EBEEF0;
  color: #231F20;
}
.btn-hero-primary:hover {
  background-color: #ffb300;
  border-color: #ffb300;
  color: var(--brand-dark);
  transform: translateY(-2px);
  box-shadow: 0 4px 12px rgba(255, 193, 7, 0.3);
}

.btn-hero-secondary {
  background-color: var(--brand-primary);
  border: 1px solid var(--brand-primary);
  color: white;
  font-weight: 500;
  font-size: 16px;
  padding: 11px 29px;
  border-radius: 8px;
  transition: all 0.3s ease;
  white-space: nowrap;
  font-family: var(--body-font);
}

.btn-hero-secondary:hover {
  background-color: #0a2f30;
  border-color: #0a2f30;
  color: white;
  transform: translateY(-2px);
  box-shadow: 0 4px 12px rgba(15, 61, 62, 0.3);
}

.member-avatars img {
  width: 100%;
  height: auto;
  object-fit: cover;
  margin-left: -8px;
  max-width: 94px;
}
.member-avatars img:first-child {
  margin-left: 0;
}
.member-info {
  font-size: 14px;
  color: #314F5B;
  text-align: left;
  margin-right: 25px;
}
.rating-info {
  font-size: 14px;
  gap: 10px;
}

.rating-stars {
  display: inline-flex;
  align-items: center;
  gap: 4px;
}

.rating-star {
  width: 20px;
  height: 20px;
  display: inline-block;
  background-color: #314F5B;
  mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='%23000' d='M12 0.7l2.9 7.6 8.1 1.2-5.8 5.5 1.4 8-6.6-3.5-6.6 3.5 1.4-8-5.8-5.5 8.1-1.2L12 0.7z'/%3E%3C/svg%3E")
    no-repeat center / contain;
  -webkit-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='%23000' d='M12 0.7l2.9 7.6 8.1 1.2-5.8 5.5 1.4 8-6.6-3.5-6.6 3.5 1.4-8-5.8-5.5 8.1-1.2L12 0.7z'/%3E%3C/svg%3E")
    no-repeat center / contain;
}

.rating-star.full {
  background-color: #ffb400;
}

.rating-star.half {
  background-image: linear-gradient(90deg, #ffb400 50%, #314F5B 50%);
}
.hero-right {
  background-color: #314F5B;
  min-height: 750px;
  display: flex;
  align-items: center;
  justify-content: center;
  /* position: relative; */
}
.hero-image-wrapper::after {
  content: "";
  position: absolute;
  inset: 0;
  background-image: url("../img/Group\ 9\ \(1\).png");
  background-repeat: no-repeat;
  background-position: bottom left;
  background-size: 45%;
  opacity: 0.95;
  pointer-events: none;
  z-index: 1;
  bottom: 0;
  left: -400px;
}
.hero-image-wrapper::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image: url("../img/Vrstva\ 1.png");
  background-repeat: no-repeat;
  background-position: center right;
  background-size: 55%;
  opacity: 0.95;
  pointer-events: none;
  z-index: 1;
  bottom: 0;
  right: 40px;
}
.hero-image-wrapper {
position: relative;
width: 100%;
height: 100%;
}
.hero-main-image {
  height: auto;
  position: absolute;
  z-index: 2;
  border-radius: 20px;
  left: clamp(-360px, -18vw, -120px);
  right: 0px;
  top: 0;
  max-width: clamp(360px, 45vw, 700px);
  margin: 0 auto;
}

.hero-pattern {
  position: absolute;
  border-radius: 50%;
  opacity: 0.3;
  z-index: 1;
}

.pattern-yellow {
  width: 200px;
  height: 200px;
  border: 3px dashed var(--brand-yellow);
  top: 10%;
  left: 10%;
}

.pattern-white {
  width: 150px;
  height: 150px;
  border: 3px dashed white;
  bottom: 15%;
  right: 15%;
}

/* Offer Section */
.offer-section {
  background-color: #314F5B0D;
  padding: 80px 0;
  overflow: hidden;  /* prevent horizontal overflow */
}
.section-header {
  text-align: center;
  margin-bottom: 48px;
}
.section-title {
  font-family: var(--heading-font);
  font-size: clamp(40px, 5vw, 64px);
  color: var(--brand-dark);
  font-weight: 400;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0;
}
.title-icon {
  width: 50px;
  height: auto;
}
.section-title .highlight-text {
  color: #FAA61A;
}
/* Category Tabs */
.nav-pills {
  margin-bottom: 48px;
}

.nav-pills .nav-link {
  border-radius: 50px;
  padding: 10px 24px;
  color: var(--brand-dark);
  border: 1px solid transparent;
  font-weight: 500;
  font-size: 20px;
  transition: all 0.3s;
  display: inline-flex;
  align-items: center;
  gap: 24px;
}

.nav-pills .nav-link:hover {
  color: #FAA61A;
}
.nav-pills .nav-link:hover svg svg path {
  fill: #FAA61A !important;
}

.nav-pills .nav-link.active svg path,
.nav-pills .nav-link:hover svg path {
    fill: #FAA61A !important;
}

.nav-pills .nav-link.active {
  background-color: transparent;
  color: #FAA61A;
}

.tab-icon {
  width: 20px;
  height: 20px;
  margin-right: 8px;
  transition: filter 0.3s ease, opacity 0.3s ease;
  filter: grayscale(1);
  opacity: 0.5;
}

.nav-pills .nav-link.active .tab-icon {
  filter: invert(78%) sepia(68%) saturate(553%) hue-rotate(-8deg)
    brightness(101%) contrast(103%);
  opacity: 1;
}

/* Pasta Slider */
.offer-section .container > .container {
  max-width: 100%;
  padding-left: 0;
  padding-right: 0;
  overflow: visible;  /* allow arrows to be visible */
}

.pasta-slider-wrapper {
  position: relative;
  margin: 32px 0 0 0;
  max-width: 100%;
  padding: 0 70px;
  overflow: visible;
}
.pasta-slider {
  margin: 0 -15px;
  overflow: visible;  /* allow slider items to be visible */
}
.pasta-slider .slick-list {
	max-width: calc(100% - 150px);
	margin: auto;
}
.offer-section .row{
  justify-content: center;
  margin: 0 -70px;  /* match wrapper padding */
  overflow: visible;  /* allow arrows to be visible */
}
.pasta-slider .slider-item {
  padding: 0 15px;
}
.pasta-slider-wrapper .slick-prev {
  left: 20px;
  z-index: 10;
}

.pasta-slider-wrapper .slick-next {
  right: 20px;
  z-index: 10;
}
.menu-card {
  overflow: hidden;
  transition: transform 0.3s, box-shadow 0.3s;
  height: 100%;
  display: flex;
  flex-direction: column;
  min-height: 370px;
  cursor: pointer;
}
.menu-card:hover {
  transform: translateY(-5px);
}
.menu-card .card-image {
  width: 100%;
  height: auto;
  object-fit: cover;
  display: block;
}

.menu-card .card-body {
  padding: 20px 0;
  flex-grow: 0;
  display: flex;
  flex-direction: column;
  background: #fff;
  border-radius: 20px;
  border: 1px solid var(--border-soft);
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
  max-width: 234px;
  margin: -35px auto 0 auto;
  width: 100%;
  min-height: 200px;
}
.menu-card .card-title {
  font-family: var(--body-font);
  font-weight: 500;
  font-size: 20px;
  color: var(--brand-dark);
  margin-bottom: 8px;
  text-align: center;
}
.menu-card .card-weight {
  font-size: 14px;
  color: var(--text-muted);
  margin-bottom: 8px;
  text-align: center;
}

.menu-card .card-price {
  font-weight: 500;
  font-size: 20px;
  color: #FAA61A;
  margin-bottom: 45px;
  text-align: center;
}

.menu-card .btn-warning {
  background-color: var(--brand-yellow);
  border-color: var(--brand-yellow);
  color: var(--brand-dark);
  font-weight: 600;
  padding: 3px 0;
  margin-top: auto;
}

.menu-card .btn-warning:hover {
  background-color: #ffb300;
  border-color: #ffb300;
}

/* Slick Slider Customization */
.slick-prev, .slick-next {
  position: absolute;
  top: 20%;
  transform: translateY(-80%);
  z-index: 10;
  width: auto;
  height: auto;
  background-color: transparent;
  border: none;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: opacity 0.3s;
  padding: 0;
}
.slider-item button.btn.btn-warning.w-100 {
  max-width: 159px;
  margin: 0 auto;
  display: block;
  font-weight: 500;
  position: relative;
  top: -20px;
}

.slick-prev:before, .slick-next:before{
  display: none;
}
.slick-prev:hover,
.slick-next:hover {
  background-color: transparent;
  border: none;
  box-shadow: none;
  opacity: 0.7;
}

.slick-prev svg,
.slick-next svg {
  width: 24px;
  height: 24px;
  color: var(--brand-dark);
}

.slick-prev:hover svg,
.slick-next:hover svg {
  opacity: 1;
}

/* Button Styles */
.btn-primary {
  background-color: #314F5B;
  border-color: #314F5B;
  color: white;
  font-weight: 500;
  font-size: 16px;
  padding: 8px 16px;
  max-width: 323px;
  width: 100%;
}
.btn-primary:hover {
  background-color: #0a2f30;
  border-color: #0a2f30;
  color: white;
}

/* Footer */
footer {
  border-top: 1px solid var(--border-soft);
  background-color: #f8f9fa;
  padding: 32px 0;
}
section.Nase-pobocky {
  padding-top: 80px;
}
section.Nase-pobocky h2 {
  font-size: 60px;
  font-family: var(--heading-font);
  margin: 30px 0;
}
section.Nase-pobocky img{
  width: 100%;
  height: auto;
}
/* ========================================
   LOCATION SECTION - "Kde nás najdete"
   ======================================== */
   .location-section {
    background-color: #ffff;
    padding: 80px 0px;
    overflow: visible;  /* allow dot to extend below section */
  }
  .location-tabs-line .nav-item {
    position: relative;
    z-index: 5; /* creates stacking context above border */
}

  .section-title-location {
    font-family: var(--heading-font);
    font-size: 48px;
    font-weight: 400;
    color: var(--brand-dark);
    margin-bottom: 16px;
  }
  
  .highlight-yellow {
    font-family: var(--heading-font);
    color: #FAA61A;
    font-weight: 400;
  }
  
  .eyebrow {
    letter-spacing: 0.3em;
    font-size: 13px;
    color: #9ca3af;
    font-weight: 600;
  }
  
  /* Location Tabs - scrollable line */
  .location-tabs-wrapper {
    display: flex;
    align-items: flex-end;  /* align to bottom so line aligns with dots */
    gap: 24px;
    position: relative;
    width: 100%;
    box-sizing: border-box;
    padding-bottom: 0;  /* no padding - line at bottom */
    overflow: visible;  /* allow dot to extend below wrapper */
  }

  /* Continuous line drawn on wrapper - ensures it doesn't break */
  /* Line passes through center of dot (dot is at bottom: -24px, dot is 18px tall, center is 9px from bottom) */
  .location-tabs-wrapper::before {
    content: "";
    position: absolute;
    left: calc(44px + 12px);  /* arrow size + gap */
    right: calc(44px + 12px);
    bottom: 15px;  /* line passes through center of dot - adjust to align with dot center */
    height: 1px;
    background: #231F20;
    z-index: 1;
    pointer-events: none;
  }
  
  .location-tabs-scroll {
    flex: 1;
    padding: 0;
    padding-bottom: 0;  /* no padding - line aligns with bottom */
    overflow-x: auto;
    overflow-y: visible;  /* allow dot to extend below */
    white-space: nowrap;
    min-width: 0;
    position: relative;
    z-index: 3;  /* above the wrapper line */
    -webkit-overflow-scrolling: touch;
  }
  .location-tabs-line {
    display: flex;
    gap: 32px;
    padding: 0;
    margin: 0;
    list-style: none;
    position: relative;
    align-items: flex-end;  /* align bottoms for consistent dot positioning */
    justify-content: space-between;
    border-bottom: none !important;
  }
  
  .location-tabs-line .nav-item {
    position: relative;
    z-index: 4;  /* above the wrapper line */
  }
  
  .location-tabs-line .nav-link {
    font-family: var(--body-font);
    font-size: 18px;
    font-weight: 500;
    color: #231F20;
    border: none;
    background: transparent;
    padding: 16px 0 18px;
    position: relative;
    border-radius: 0;
    transition: color 0.3s ease;
    white-space: nowrap;
    z-index: 5;
    margin-bottom: 15px;
}
  .story-heading h3 {
    text-align: center;
    font-size: 48px;
    font-family: var(--heading-font);
}
.story-heading h3 span {
   color: #FAA61A;
}
.story-heading p {
  font-size: 16px;
  max-width: 843px;
  text-align: center;
  margin: 25px auto 0 auto;
}
section.story-section.py-5 .col-lg-7{
  margin-top: 0;
}
  /* Active text color */
  .location-tabs-line .nav-link.active {
    color: #FAA61A;
  }

  /* Yellow dot - overlaps the border line */
  .location-tabs-line .nav-link::after {
    content: "";
    position: absolute;
    left: 50%;
    bottom: -8px;  /* positions dot - center overlaps the line */
    width: 18px;
    height: 18px;
    transform: translateX(-50%) scale(0.95);
    transition: transform 0.18s ease, opacity 0.18s ease;
    opacity: 0;
    z-index: 7;  /* higher than wrapper::before (z-index:1) */
    pointer-events: none;
    /* Yellow ring with white center - creates donut effect */
    background-color: #fff;  /* white center */
    border: 6px solid #FAA61A;  /* yellow ring */
    border-radius: 50%;
    box-sizing: border-box;
    will-change: transform;
  }
  
  /* Show and enlarge dot for active tab */
  .location-tabs-line .nav-link.active::after {
    opacity: 1;
    transform: translateX(-50%) scale(1.15);
  }
  
  
  .location-tabs-scroll::-webkit-scrollbar {
    display: none;
  }
  
  .location-arrow {
    width: 44px;
    height: 44px;
    flex: 0 0 44px;
    border-radius: 50%;
    border: unset;
    background: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0;
    transition: border-color 0.3s ease;
    z-index: 6;
    box-sizing: border-box;
}
  
  .location-arrow:hover {
    border-color: var(--brand-primary);
  }
  
  /* Location Tabs */
  .location-tabs {
    border-bottom: none;
    margin-bottom: 0px;
  }
  
  /* Location Info Box */
  .location-info-box {
    padding: 24px;
    border-radius: 16px;
    height: 100%;
  }
  
  .location-name {
    font-family: var(--heading-font);
    font-size: 24px;
    font-weight: 400;
    color: var(--brand-dark);
    margin-bottom: 20px;
  }
  
  .location-address-block .address-line {
    font-family: var(--body-font);
    font-size: 15px;
    color: #6b7280;
    margin-bottom: 8px;
  }
  
  .location-address-block .address-line i {
    color: #FFDD00;
  }
  
  .opening-hours-block .hours-title {
    font-family: var(--body-font);
    font-size: 16px;
    font-weight: 600;
    color: var(--brand-dark);
    margin-bottom: 12px;
  }
  
  .opening-hours-block .hours-title i {
    color: #FFDD00;
  }
  
  .opening-hours-block .hours-line {
    font-family: var(--body-font);
    font-size: 14px;
    color: #6b7280;
    margin-bottom: 6px;
  }
  
  .location-buttons .btn {
    font-family: var(--body-font);
    font-size: 15px;
    font-weight: 600;
    padding: 12px 28px;
    border-radius: 8px;
    transition: all 0.3s ease;
  }
  
  .btn-dark-custom {
    background-color: #1c1c1c;
    border: 1px solid #1c1c1c;
    color: #ffffff;
  }
  
  .btn-dark-custom:hover {
    background-color: #000000;
    border-color: #000000;
    color: #ffffff;
    transform: translateY(-2px);
    box-shadow: 0px 4px 12px rgba(0, 0, 0, 0.2);
  }
  
  /* Location Photo & Map */
  .location-photo,
  .location-map {
    height: 100%;
  }
  
  .rounded-custom {
    border-radius: 16px;
    box-shadow: 0px 4px 12px rgba(0, 0, 0, 0.1);
  }
  
  .map-placeholder {
    position: relative;
  }
  
  .map-placeholder i {
    position: absolute;
    top: 16px;
    right: 16px;
    font-size: 24px;
    color: #FFDD00;
    z-index: 10;
  }
  
  .location-card {
    padding: 32px;
    height: 100%;
  }
  
  .badge-line {
    display: flex;
    gap: 8px;
    align-items: center;
    margin-bottom: 16px;
  }
  
  .badge-location {
    font-size: 12px;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    background-color: #ffe788;
    color: #1c1c1c;
    border-radius: 999px;
    padding: 4px 12px;
    font-weight: 700;
  }
  
  .location-chip {
    background-color: #f4f5f7;
    color: #6b7280;
    border-radius: 999px;
    padding: 4px 12px;
    font-size: 13px;
    font-weight: 600;
  }
  
  .location-chip.ghost {
    background-color: rgba(255, 221, 0, 0.2);
    color: #1c1c1c;
  }
  
  .location-card-title {
    font-family: var(--heading-font);
    font-size: 32px;
    margin-bottom: 6px;
    color: #1c1c1c;
  }
  
  .location-subtitle {
    font-size: 16px;
    color: #231F20;
    margin-bottom: 20px;
    margin-top: 10px;
  }
  .location-meta li {
    display: flex;
    align-items: center;
    margin-bottom: 20px;
    font-size: 15px;
    color: #231F20;
    gap: 15px;
  }
  .location-meta strong {
    color: #1c1c1c;
  }
  .location-meta a {
    color: #FAA61A;
    font-weight: 400;
    text-decoration: none;
  }
  .location-meta a:hover{
    color: #231F20;
    text-decoration: underline;
  }
  a.btn.btn-location-call:hover{
    background-color: #FFDD00;
    opacity: 0.8;
  }
  .location-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    margin-top: 24px;
  }
  .feature-text p {
    margin-bottom: 0;
    font-size: 16px;
    max-width: 565px;
  }
  .btn-location-call,
  .btn-location-nav {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    border-radius: 12px;
    padding: 12px 20px;
    font-weight: 500;
    border: 1px solid transparent;
    text-decoration: none;
  }
  
  .btn-location-call {
    justify-content: center;
    background-color: #FFDD00;
    color: #1c1c1c;
    width: 100%;
    max-width: 181px;
  }
  .btn-location-nav {
    background-color: #314F5B;
    border: 1px solid #d0d5dd;
    color: #fff;
    width: 100%;
    max-width: 224px;
    justify-content: center;
  }
  
  .btn-location-nav:hover {
    border-color: var(--brand-primary);
    color: var(--brand-primary);
  }
  
  .btn-location-call img {
    width: 24px;
    height: 24px;
  }
  
  .location-visual,
  .location-map-card {
    padding: 18px;
    position: relative;
    height: 100%;
  }
  
  .location-visual img,
  .location-map-card img {
    width: 100%;
    height: auto;
    object-fit: cover;
    box-shadow: 0px 12px 30px rgba(0, 0, 0, 0.08);
  }
  
  .location-map-card .map-pin {
    position: absolute;
    top: 24px;
    right: 24px;
    width: 32px;
    height: 32px;
    border-radius: 50%;
    background-color: var(--brand-yellow);
    box-shadow: 0 10px 20px rgba(255, 221, 0, 0.4);
  }
  
  .location-placeholder {
    border: 1px dashed #d1d5db;
    padding: 48px 24px;
    border-radius: 20px;
    text-align: center;
    font-weight: 600;
    color: #6b7280;
  }
  
  /* ========================================
     STORY SECTION - "Příběh Špagetky"
     ======================================== */
     .story-section {
      background-color: #F4F6F7;
      padding: 80px 0px;
    }
  .story-section h5{
    font-size: 32px;
    font-family: var(--heading-font);
    font-weight: 400;
    margin-top: 25px;
    margin-bottom: 25px;
  }
  .story-title {
    font-family: var(--body-font);
    font-size: 42px;
    font-weight: 700;
    color: var(--brand-dark);
    line-height: 1.3;
  }
  
  .highlight-yellow-lobster {
    font-family: var(--heading-font);
    color: #FAA61A;
    font-weight: 400;
}
.cta-banner-title span{
  color: #FAA61A; 
}
  .story-paragraph {
    font-family: var(--body-font);
    font-size: 16px;
    line-height: 28px;
    color: #231F20;
    max-width: 622px;
  }
  
  /* Story Features List */
  .story-features-list {
    list-style: none;
    padding: 0px;
    margin: 0px;
  }
  .feature-item {
    display: flex;
    align-items: center;
    margin-bottom: 24px;
  }
  .feature-icon {
    flex-shrink: 0;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 6px;
  }
  .feature-icon i {
    font-size: 20px;
    color: #FFDD00;
  }
  .feature-text {
    flex: 1;
  }
  .feature-title {
    font-family: var(--body-font);
    font-size: 17px;
    font-weight: 700;
    color: var(--brand-dark);
    margin-bottom: 4px;
  }
  
  .feature-description {
    font-family: var(--body-font);
    font-size: 14px;
    color: #6b7280;
    margin: 0px;
  }
  
  /* Video card */
  .video-embed-container {
    width: 100%;
  }
  
  .video-card {
    position: relative;
    display: block;
    border-radius: 28px;
    overflow: hidden;
    box-shadow: 0 18px 30px rgba(17, 24, 39, 0.2);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
  }
  
  .video-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 25px 40px rgba(17, 24, 39, 0.25);
  }
  
  .video-card-image {
    width: 100%;
    display: block;
    object-fit: cover;
  }
  
  .video-play-btn {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 96px;
    height: 96px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    filter: drop-shadow(0 8px 20px rgba(0, 0, 0, 0.35));
    transition: transform 0.3s ease;
  }
  
  .video-play-btn img {
    width: 100%;
    height: auto;
  }
  
  .video-card:hover .video-play-btn {
    transform: translate(-50%, -50%) scale(1.05);
  }
  
  /* ========================================
     CTA BANNER SECTION
     ======================================== */
  .cta-banner-section {
    background-image: url('../img/Rectangle\ 54.png');
    background-size: cover;
    background-position: center;
    background-blend-mode: overlay;
    padding: 100px 0px;
    position: relative;
    overflow: hidden;
  }
  .cta-banner-section::after {
    content: "";
    position: absolute;
    inset: 0;
    background-image: url("../img/Group 9.png");
    background-repeat: no-repeat;
    background-position: calc(100% - 0px) center;
    background-size: 19%;
    opacity: 0.95;
    pointer-events: none;
    z-index: 1;
    bottom: 0;
  }
  .cta-banner-section::before {
    content: "";
    position: absolute;
    inset: 0;
    background-image: url("../img/Vrstva 3.png");
    background-repeat: no-repeat;
    background-position: calc(100% - 159px) bottom;
    background-size: 15%;
    opacity: 0.95;
    pointer-events: none;
    z-index: 1;
    bottom: -140px;
  }
  /* Decorative Shapes */
  
  .cta-content-wrapper {
    position: relative;
    z-index: 3;
  }
  
  .cta-banner-title {
    font-family: var(--heading-font);
    font-size: 48px;
    font-weight: 400;
    color: #ffffff;
    margin-bottom: 16px;
    line-height: 1.3;
  }
  
  .cta-banner-subtitle {
    font-family: var(--body-font);
    font-size: 18px;
    color: rgba(255, 255, 255, 0.9);
    max-width: 622px;
    margin: 27px auto;
    font-size: 16px;
  }
  
  /* ========================================
     ENHANCED FOOTER
     ======================================== */
  .enhanced-footer {
    background-image: url('../img/Rectangle 55.png');
    background-size: cover;
    background-position: center;
    padding: 60px 0px 30px;
    position: relative;
    overflow: hidden;
  }
  
  .enhanced-footer .container {
    position: relative;
    z-index: 2;
  }
  
  /* Footer Logo */
  .footer-logo-section {
    margin-bottom: 32px;
  }
  
  .footer-logo-text {
    font-family: var(--heading-font);
    font-size: 42px;
    font-weight: 400;
    color: #FFDD00;
    margin: 0px;
  }
  
  .footer-tagline {
    font-family: var(--body-font);
    font-size: 15px;
    color: rgba(255, 255, 255, 0.8);
    margin: 8px 0px 0px;
  }
  
  /* Footer Navigation */
  .footer-nav {
    margin-bottom: 32px;
  }
  
  .footer-nav-list {
    list-style: none;
    padding: 0px;
    margin: 0px;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 32px;
  }
  
  .footer-nav-list li a {
    font-family: var(--body-font);
    font-size: 15px;
    font-weight: 500;
    color: #231F20;
    text-decoration: none;
    transition: color 0.3s ease;
  }
  
  .footer-nav-list li a:hover {
    color: #FAA61A;
  }
  
  /* Footer Social Icons */
  .footer-social-icons {
    display: flex;
    justify-content: center;
    gap: 16px;
    margin-bottom: 32px;
  }
  
  .footer-social-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 45px;
    height: 45px;
    background-color: rgba(255, 255, 255, 0.1);
    border: 2px solid rgba(255, 255, 255, 0.2);
    border-radius: 50%;
    color: #ffffff;
    font-size: 18px;
    text-decoration: none;
    transition: all 0.3s ease;
  }
  
  .footer-social-icon:hover {
    transform: translateY(-5px);
  }
  
  /* Footer Copyright */
  .footer-copyright {
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    padding-top: 24px;
    display: flex;
    justify-content: center;
    gap: 24px;
  }
  
  .footer-copyright p {
    font-family: var(--body-font);
    font-size: 12px;
    color: #231F20;
    margin: 0px;
    font-weight: 500;
  }

  .onas-section {
    background: url("../img/onas.png") center/cover no-repeat;
    padding: 80px 0;
    position: relative;
}
.onas-header {
  max-width: 900px;
  margin: 55px auto 60px;
  text-align: center;
}
.onas-header .d-flex.align-items-center.gap-3{
  justify-content: center;
}
.onas-header h2 {
  font-size: 60px;
  font-family: var(--heading-font);
  margin-bottom: 25px;
}
.onas-section::before {
    content: "";
    position: absolute;
    inset: 0;
    background: rgba(255, 255, 255, 0.7);
    backdrop-filter: blur(2px);
}
.onas-section .container {
    position: relative;
    z-index: 2;
}
.onas-row {
    display: flex;
    justify-content: space-between;
    gap: 40px;
    flex-wrap: wrap;
    text-align: center;
}
.onas-box {
    flex: 1 1 calc(25% - 40px);
}
.icon-circle {
  width: 60px;
  height: 60px;
  background-color: #22444f;
  border-radius: 32px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
}
.onas-box h3 {
  font-size: 32px;
  font-weight: 400;
  margin-bottom: 10px;
  font-family: var(--heading-font);
  margin-top: 10px;
}
.onas-box p {
  font-size: 16px;
  color: #231F20;
  max-width: 336px;
  margin: 0 auto;
}
.onas .header-vector-icon {
  width: 34px;
  height: 34px;
  object-fit: contain;
  margin-left: 8px;
  background-color: #fff;
  padding: 5px;
  border-radius: 6px;
  cursor: pointer;
  border: 1px solid #314F5B;
}
.breadcrumb {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-top: 28px;
}
.breadcrumb-icon {
  width: 11px;
  height: 11px;
  display: inline-block;
}

.breadcrumb-text {
  font-size: 12px;
  font-weight: 400;
  color: #000;
}
span.breadcrumb-text a {
  color: #000;
  text-decoration: unset;
}

.breadcrumb-arrow img {
  width: 10px;
}
/* ------------------------------------------ 
   RESPONSIVE ENHANCEMENTS (from 1200px down)
-------------------------------------------*/
@media (max-width: 1200px) {
  .hero-left {
    padding: 48px 32px !important;
  }

  .hero-main-image {
    left: -240px;
    max-width: 520px;
  }

  .menu-card {
    min-height: 340px;
  }

  .location-tabs-line .nav-link {
    font-size: 16px;
    gap: 12px;
  }
}

@media (max-width: 992px) {  
  .nav-pills .nav-link{
    font-size: 16px;
  }
  .nav-pills {
    margin-bottom: 0 !important;
}
  .navbar .navbar-nav {
    margin-top: 16px;
  }
  .nav-pills .nav-link{
    gap: 6px;
  }

  .hero-section .row {
    flex-direction: column;
}

  .hero-left {
    padding: 40px 24px !important;
    text-align: center;
  }
  .hero-actions .d-flex.align-items-center.gap-3{
    flex-direction: row;
    flex-wrap: wrap;
  }
  .city-select-wrapper {
    margin-bottom: 0 !important;
    position: relative;
}
  .hero-right {
    min-height: 520px;
  }

  .hero-main-image {
    position: relative;
    left: 0;
    top: 0;
    max-width: 100%;
    right: 0;
    background-position: center;
    display: block;
}
.hero-image-wrapper::after{
  left: 0 !important;
}
.hero-image-wrapper::before {
  background-size: 35%;
  bottom: 0;
  right: 50px;
}
.hero-title {
  max-width: 100% !important;
  text-align: left;
}
.hero-description {
  max-width: 100% !important; 
  text-align: left;
}
.hero-buttons {
  flex-direction: row;
  gap: 12px !important;
}
.hero-buttons-wrapper {
  justify-content: flex-start;
  flex-wrap: wrap;
}

  .hero-buttons .btn-hero-primary,
  .hero-buttons .btn-hero-secondary,
  .btn-city-select {
    width: 100%;
    justify-content: center;
  }

  .member-info {
    text-align: left;
  }

  .location-tabs-wrapper {
    gap: 12px;
  }

  .location-tabs-wrapper::before {
    left: calc(36px + 12px);  /* smaller arrow size + gap */
    right: calc(36px + 12px);
  }

  .location-arrow {
    width: 36px;
    height: 36px;
    flex: 0 0 36px;
  }

  .location-card,
  .location-visual,
  .location-map-card {
    padding: 18px;
  }

  .cta-banner-title {
    font-size: 38px;
  }

  .enhanced-footer .footer-nav-list {
    gap: 18px;
  }
}

@media (max-width: 768px) {
  .hero-section {
    text-align: center;
  }
  button.location-arrow img {
    max-width: 30px;
}
  .hero-badge {
    justify-content: center;
  }

  .hero-actions .d-flex {
    flex-direction: column;
    gap: 12px;
  }

  .hero-right {
    min-height: 440px;
  }

  .hero-image-wrapper::after {
    background-size: 50%;
  }

  .hero-main-image {
    max-width: 90%;
    margin: 0 auto;
  }

  .offer-section {
    padding: 40px 0;
}

  .menu-card {
    min-height: auto;
  }

  .location-tabs-wrapper {
    padding: 0 0;
  }

  .location-tabs-scroll {
    padding: 0;
  }

  .location-tabs-line .nav-link {
    font-size: 15px;
    padding-bottom: 10px;
  }

  .location-card,
  .location-visual,
  .location-map-card {
    margin-bottom: 18px;
  }

  .video-play-btn {
    width: 72px;
    height: 72px;
  }

  .cta-banner-title {
    font-size: 32px;
  }

  .cta-banner-subtitle {
    max-width: 100%;
  }

  .footer-contact,
  .footer-social {
    flex-direction: column;
    text-align: center;
    gap: 10px;
  }
  .pasta-slider .slick-list {
    max-width: calc(100% - 150px);
    margin: auto;
}
.onas-header h2 {
  font-size: 35px;
}
section.Nase-pobocky h2{
  font-size: 35px;
}
}

@media (max-width: 576px) {
  .hero-left {
    padding: 32px 16px !important;
  }
  .top-banner {
    font-size: 12px;
}
  .hero-title {
    font-size: 34px;
  }

  .hero-description {
    font-size: 15px;
  }

  .member-avatars {
    justify-content: center;
  }

  .stars {
    font-size: 16px;
  }

  .offer-section .section-title {
    font-size: 32px;
  }

  .menu-card {
    padding: 16px;
  }

  .location-card-title {
    font-size: 28px;
  }

  .location-tabs-line {
    gap: 16px;
  }

  .video-card {
    border-radius: 22px;
  }

  .cta-banner-section {
    padding: 72px 24px;
  }

  .cta-banner-section::after {
    background-size: 45%;
    opacity: 0.6;
  }

  .cta-banner-section::before {
    display: none;
  }

  .enhanced-footer {
    padding: 40px 0 24px;
  }

  .footer-nav-list {
    gap: 14px;
  }

  .pasta-slider-wrapper {
    padding: 0 35px;  /* space for arrows on very small screens */
  }
  
  .offer-section .row {
    margin: 0 -35px;  /* match wrapper padding for very small screens */
  }
  
  .pasta-slider-wrapper .slick-prev {
    left: 10px;
    display: none;
  }
  
  .pasta-slider-wrapper .slick-next {
    right: 10px;
    display: none;
  }
  .pasta-slider .slick-list {
    max-width: calc(100% - 100px);
    margin: auto;
}
.hero-buttons.d-flex.mb-3 {
  width: 100%;
}
.city-select-wrapper{
  width: 100%;
}
.city-select-text {
  text-align: center;
  min-width: 214px;
}
}

@media (max-width: 480px) {
  .hero-title {
    font-size: 30px;
  }

  .hero-badge {
    font-size: 14px;
  }

  .rating-info {
    flex-wrap: wrap;
    justify-content: center;
  }

  .location-tabs-line .nav-link {
    font-size: 14px;
    gap: 8px;
  }

  .location-tabs-line .nav-link::after {
    bottom: -12px;
    width: 18px;
    height: 18px;
  }

  .location-card {
    padding: 20px 0;
}

  .location-actions {
    flex-direction: column;
  }

  .video-play-btn {
    width: 64px;
    height: 64px;
  }

  .story-section {
    padding: 60px 0;
  }

  .story-title {
    font-size: 30px;
  }

  .story-section h5 {
    font-size: 24px;
  }
}

@media (max-width: 360px) {
  .hero-title {
    font-size: 28px;
  }

  .hero-description {
    font-size: 14px;
  }

  .hero-buttons .btn-hero-primary,
  .hero-buttons .btn-hero-secondary {
    font-size: 14px;
    padding: 10px 24px;
  }

  .btn-location-call,
  .btn-location-nav {
    width: 100%;
    justify-content: center;
  }

  .location-meta li {
    flex-direction: column;
    align-items: flex-start;
  }
}

@media (max-width: 320px) {
  .hero-title {
    font-size: 26px;
  }

  .hero-left {
    padding: 28px 12px !important;
  }

  .hero-badge {
    font-size: 12px;
  }

  .rating-info {
    font-size: 13px;
  }

  .location-tabs-line .nav-link {
    font-size: 13px;
  }

  .location-card {
    padding: 18px;
  }

  .video-card {
    border-radius: 18px;
  }

  .video-play-btn {
    width: 56px;
    height: 56px;
  }

  .cta-banner-title {
    font-size: 28px;
  }

  .cta-banner-subtitle {
    font-size: 14px;
  }

  .footer-nav-list {
    flex-direction: column;
    gap: 8px;
  }
}

/* ========================================
   RESPONSIVE - NEW SECTIONS
   ======================================== */

/* Tablet */
@media (max-width: 992px) {
  .location-section,
  .story-section,
  .cta-banner-section {
    padding: 60px 0px;
  }
  .navbar{
    min-height: 70px;
  }
  .hero-badge{
    text-align: left;
  }
  .section-title-location,
  .story-title,
  .cta-banner-title {
    font-size: 36px;
  }

  .location-tabs .nav-link {
    font-size: 16px;
    padding: 12px 24px;
  }

  .feature-item {
    margin-bottom: 20px;
  }
}

/* Mobile */
@media (max-width: 768px) {
  .location-section,
  .story-section,
  .cta-banner-section {
    padding: 50px 0px;
  }

  .section-title-location,
  .story-title,
  .cta-banner-title {
    font-size: 32px;
  }

  .location-tabs .nav-link {
    font-size: 15px;
    padding: 10px 20px;
  }

  .location-info-box {
    margin-bottom: 24px;
  }

  .cta-decorative-shape {
    display: none;
  }

  .footer-nav-list {
    gap: 20px;
  }

  .footer-logo-text {
    font-size: 36px;
  }
}

/* Small Mobile */
@media (max-width: 576px) {
  .section-title-location,
  .story-title,
  .cta-banner-title {
    font-size: 28px;
  }

  .location-tabs .nav-link {
    font-size: 14px;
    padding: 10px 16px;
  }

  .location-buttons .btn {
    width: 100%;
    margin-bottom: 8px;
  }

  .feature-icon {
    width: 36px;
    height: 36px;
  }

  .feature-icon i {
    font-size: 18px;
  }

  .footer-nav-list {
    flex-direction: column;
    gap: 16px;
  }

  .footer-social-icon {
    width: 42px;
    height: 42px;
    font-size: 16px;
  }

  .footer-logo-text {
    font-size: 32px;
  }
}
