﻿:root {
  --bg: #f7efe4;
  --surface: #fffaf2;
  --surface-strong: #ffffff;
  --text: #24313a;
  --muted: #5f6c73;
  --brand: #ef7a2d;
  --brand-dark: #c75d18;
  --accent: #2f93c9;
  --line: rgba(36, 49, 58, 0.08);
  --shadow: 0 24px 80px rgba(36, 49, 58, 0.12);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: auto;
}

body {
  margin: 0;
  font-family: "Outfit", sans-serif;
  color: var(--text);
  background:
    radial-gradient(circle at top left, rgba(239, 122, 45, 0.16), transparent 30%),
    radial-gradient(circle at right 20%, rgba(47, 147, 201, 0.14), transparent 24%),
    linear-gradient(180deg, #fff9f1 0%, #f6efe6 100%);
}

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

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

.section-space {
  padding: 110px 0;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 1000;
  padding: 18px 0;
  transition: 0.3s ease;
}

.site-header.is-scrolled {
  padding: 10px 0;
  background: rgba(255, 250, 242, 0.92);
  backdrop-filter: blur(14px);
  box-shadow: 0 12px 34px rgba(36, 49, 58, 0.08);
}

.navbar {
  padding: 0;
}

.navbar-brand img,
.footer-brand img {
  height: 46px;
  width: auto;
}

.nav-link {
  font-size: 0.97rem;
  font-weight: 500;
  color: var(--text);
  padding: 0.8rem 1rem !important;
}

.nav-link:hover,
.nav-link.active {
  color: var(--brand);
}

.btn {
  border-radius: 999px;
  padding: 0.95rem 1.55rem;
  font-weight: 600;
}

.btn-brand {
  color: #fff;
  background: linear-gradient(135deg, var(--brand) 0%, #ff9648 100%);
  border: none;
  box-shadow: 0 16px 30px rgba(239, 122, 45, 0.28);
}

.btn-brand:hover {
  color: #fff;
  background: linear-gradient(135deg, var(--brand-dark) 0%, var(--brand) 100%);
}

.btn-outline-brand {
  color: var(--text);
  border: 1px solid rgba(36, 49, 58, 0.14);
  background: rgba(255, 255, 255, 0.7);
}

.btn-outline-brand:hover {
  color: var(--brand);
  border-color: rgba(239, 122, 45, 0.4);
}

.eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-size: 0.88rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--accent);
  margin-bottom: 18px;
}

.eyebrow::before {
  content: "";
  width: 36px;
  height: 2px;
  border-radius: 99px;
  background: var(--brand);
}

.hero-section {
  position: relative;
  margin-top: -96px;
}

.hero-section .swiper {
  width: 100%;
}

.hero-slide-inner {
  min-height: 100vh;
  display: flex;
  align-items: center;
}

.hero-copy {
  max-width: 720px;
  padding: 140px 0 90px;
  position: relative;
  z-index: 2;
}

.hero-copy h1 {
  font-size: clamp(2.35rem, 5vw, 4.5rem);
  line-height: 1.02;
  font-weight: 800;
  margin-bottom: 20px;
}

.hero-copy p,
.section-heading p,
.about-card p,
.feature-box p,
.service-card p,
.testimonial-card p,
.footer-brand p,
.footer-block p {
  color: var(--muted);
  font-size: 1.02rem;
  line-height: 1.75;
}

.hero-copy h1,
.hero-copy p {
  color: #fff;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin: 28px 0 34px;
}

.stat-card {
  height: 100%;
  padding: 18px 14px;
  background: rgba(255, 255, 255, 0.14);
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 22px;
  text-align: center;
  backdrop-filter: blur(8px);
}

.stat-card strong {
  display: block;
  font-size: 1.35rem;
  color: #fff;
}

.stat-card span {
  color: rgba(255, 255, 255, 0.82);
  font-size: 0.9rem;
}

.hero-slide-card {
  min-height: 100vh;
  overflow: hidden;
  position: relative;
  display: block;
}

.hero-slide-card::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(9, 18, 22, 0.76) 0%, rgba(9, 18, 22, 0.46) 38%, rgba(9, 18, 22, 0.2) 100%),
    linear-gradient(180deg, rgba(9, 18, 22, 0.24) 0%, rgba(9, 18, 22, 0.56) 100%);
}

.slide-one {
  background:
    linear-gradient(135deg, rgba(47, 147, 201, 0.55), rgba(239, 122, 45, 0.3)),
    url("https://images.unsplash.com/photo-1547592180-85f173990554?auto=format&fit=crop&w=1200&q=80") center/cover;
}

.slide-two {
  background:
    linear-gradient(135deg, rgba(36, 49, 58, 0.45), rgba(239, 122, 45, 0.22)),
    url("https://images.unsplash.com/photo-1517248135467-4c7edcad34c4?auto=format&fit=crop&w=1200&q=80") center/cover;
}

.slide-three {
  background:
    linear-gradient(135deg, rgba(239, 122, 45, 0.44), rgba(47, 147, 201, 0.3)),
    url("https://images.unsplash.com/photo-1552566626-52f8b828add9?auto=format&fit=crop&w=1200&q=80") center/cover;
}

.eyebrow.light {
  color: #fff;
}

.eyebrow.light::before {
  background: #fff;
}

.hero-pagination {
  position: absolute !important;
  left: 50% !important;
  bottom: 36px !important;
  transform: translateX(-50%);
  z-index: 2;
  width: auto !important;
}

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

.swiper-pagination-bullet-active {
  background: var(--brand);
}

.section-heading {
  max-width: 720px;
}

.section-heading h2 {
  font-size: clamp(2rem, 4vw, 3.4rem);
  line-height: 1.08;
  font-weight: 800;
  margin-bottom: 16px;
}

.about-visual {
  position: relative;
  min-height: 460px;
  display: flex;
  align-items: center;
}

.about-shape {
  position: absolute;
  inset: 30px 60px 30px 0;
  border-radius: 36px;
  background:
    linear-gradient(145deg, rgba(47, 147, 201, 0.18), rgba(239, 122, 45, 0.18)),
    linear-gradient(180deg, #fff 0%, #f9f2ea 100%);
}

.about-card {
  position: relative;
  margin-left: auto;
  max-width: 420px;
  padding: 38px;
  border-radius: 28px;
  background: rgba(255, 255, 255, 0.86);
  backdrop-filter: blur(10px);
  box-shadow: var(--shadow);
}

.about-card span {
  display: inline-block;
  color: var(--brand);
  font-weight: 700;
  margin-bottom: 14px;
}

.about-card h3 {
  font-size: 1.85rem;
  line-height: 1.3;
  margin-bottom: 16px;
}

.feature-box,
.service-card,
.testimonial-card {
  height: 100%;
  padding: 28px;
  border-radius: 24px;
  background: rgba(255, 255, 255, 0.8);
  border: 1px solid var(--line);
  box-shadow: 0 18px 44px rgba(36, 49, 58, 0.07);
}

.feature-box h4,
.service-card h3,
.testimonial-card h4,
.footer-block h4 {
  font-size: 1.15rem;
  font-weight: 700;
  margin-bottom: 12px;
}

.services-section {
  position: relative;
}

.services-section::before {
  content: "";
  position: absolute;
  inset: 120px auto auto 0;
  width: 220px;
  height: 220px;
  background: rgba(47, 147, 201, 0.08);
  filter: blur(18px);
  border-radius: 50%;
}

.service-card {
  position: relative;
  overflow: hidden;
}

.service-card::after {
  content: "";
  position: absolute;
  inset: auto -40px -40px auto;
  width: 140px;
  height: 140px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(239, 122, 45, 0.18) 0%, transparent 70%);
}

.service-icon {
  width: 58px;
  height: 58px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 18px;
  margin-bottom: 18px;
  color: #fff;
  font-weight: 800;
  background: linear-gradient(135deg, var(--accent) 0%, var(--brand) 100%);
}

.testimonial-slider {
  position: relative;
}

.testimonial-card p {
  font-size: 1.05rem;
  margin-bottom: 22px;
}

.testimonial-card span {
  color: var(--brand);
  font-weight: 600;
}

.testimonial-nav {
  display: flex;
  justify-content: flex-end;
  gap: 12px;
  margin-top: 24px;
}

.testimonial-prev,
.testimonial-next {
  width: 52px;
  height: 52px;
  border: 0;
  border-radius: 50%;
  background: #fff;
  color: var(--text);
  box-shadow: 0 12px 26px rgba(36, 49, 58, 0.1);
  transition: 0.25s ease;
}

.testimonial-prev:hover,
.testimonial-next:hover {
  background: var(--brand);
  color: #fff;
}

.site-footer {
  padding: 48px 0 26px;
  background: #1f2b33;
  color: #eef4f7;
}

.footer-brand p,
.footer-block p {
  color: rgba(238, 244, 247, 0.72);
  margin-top: 16px;
}

.footer-block {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.footer-block a {
  color: rgba(238, 244, 247, 0.82);
}

.footer-block a:hover {
  color: #fff;
}

.footer-bottom {
  margin-top: 34px;
  padding-top: 22px;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
  color: rgba(238, 244, 247, 0.6);
  font-size: 0.94rem;
}

.qr-page {
  padding: 34px 0 48px;
}

.qr-simple-page {
  min-height: 100vh;
  background:
    radial-gradient(circle at top left, rgba(239, 122, 45, 0.12), transparent 24%),
    radial-gradient(circle at top right, rgba(47, 147, 201, 0.14), transparent 22%),
    linear-gradient(180deg, #fffaf4 0%, #f5ede4 100%);
}

.qr-title {
  font-size: clamp(2.2rem, 4vw, 3.8rem);
  font-weight: 800;
  margin-bottom: 0;
  letter-spacing: -0.03em;
}

.qr-subtitle {
  max-width: 480px;
  margin: 14px auto 0;
  color: var(--muted);
  font-size: 1rem;
}
.qr-contact-link {
  width: fit-content;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin: 18px auto 0;
  padding: 10px 16px;
  border-radius: 999px;
  color: var(--text);
  background: rgba(255, 255, 255, 0.86);
  border: 1px solid rgba(36, 49, 58, 0.08);
  box-shadow: 0 12px 26px rgba(36, 49, 58, 0.08);
  font-weight: 700;
  transition: 0.25s ease;
}

.qr-contact-link:hover {
  color: #fff;
  background: linear-gradient(135deg, var(--brand), #ff9648);
}

.qr-contact-icon {
  width: 28px;
  height: 28px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  color: #fff;
  background: linear-gradient(135deg, var(--accent), var(--brand));
}

.qr-contact-link:hover .qr-contact-icon {
  background: rgba(255, 255, 255, 0.22);
}

.qr-contact-icon svg {
  width: 15px;
  height: 15px;
  fill: none;
  stroke: currentColor;
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.qr-topbar {
  position: relative;
  margin-bottom: 38px;
  padding: 28px 28px 24px;
  border-radius: 32px;
  background: rgba(255, 255, 255, 0.76);
  border: 1px solid rgba(255, 255, 255, 0.72);
  box-shadow: 0 22px 70px rgba(36, 49, 58, 0.1);
  backdrop-filter: blur(16px);
}

.qr-logo {
  width: fit-content;
  display: inline-flex;
  padding: 14px 18px;
  border-radius: 22px;
  background: rgba(255, 255, 255, 0.84);
  box-shadow: 0 12px 26px rgba(36, 49, 58, 0.08);
}

.qr-logo img {
  height: 46px;
  width: auto;
}

.qr-heading {
  margin: 28px auto 0;
}

.qr-category-nav {
  position: sticky;
  top: 16px;
  z-index: 5;
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  justify-content: center;
  margin-top: 28px;
}

.qr-category-nav a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 46px;
  padding: 12px 18px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.92);
  border: 1px solid rgba(36, 49, 58, 0.08);
  color: var(--text);
  font-weight: 600;
  transition: 0.25s ease;
  box-shadow: 0 10px 24px rgba(36, 49, 58, 0.06);
}

.qr-category-nav a:hover {
  color: #fff;
  background: linear-gradient(135deg, var(--brand), #ff9648);
  border-color: transparent;
}

.qr-category-nav a.is-active {
  color: #fff;
  background: linear-gradient(135deg, var(--brand), #ff9648);
  border-color: transparent;
  box-shadow: 0 14px 28px rgba(239, 122, 45, 0.22);
}

.qr-category-block + .qr-category-block {
  margin-top: 34px;
}

.qr-category-block {
  scroll-margin-top: 116px;
  padding: 30px;
  border-radius: 30px;
  background: rgba(255, 255, 255, 0.72);
  border: 1px solid rgba(255, 255, 255, 0.72);
  box-shadow: 0 20px 60px rgba(36, 49, 58, 0.08);
  backdrop-filter: blur(14px);
}

.qr-category-heading {
  display: flex;
  align-items: center;
  gap: 14px;
  margin-bottom: 22px;
}

.qr-category-heading h2 {
  margin: 0;
  font-size: clamp(1.7rem, 2.5vw, 2.35rem);
  font-weight: 800;
}

.qr-category-index {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 52px;
  height: 52px;
  border-radius: 18px;
  background: linear-gradient(135deg, var(--accent), var(--brand));
  color: #fff;
  font-size: 1rem;
  font-weight: 800;
}

.qr-hero-shell {
  padding: 48px;
  border-radius: 34px;
  background:
    radial-gradient(circle at top right, rgba(47, 147, 201, 0.18), transparent 30%),
    linear-gradient(145deg, rgba(255, 255, 255, 0.88), rgba(249, 242, 234, 0.96));
  box-shadow: var(--shadow);
  border: 1px solid rgba(255, 255, 255, 0.75);
}

.qr-hero-copy h1,
.info-panel h2 {
  font-size: clamp(2.15rem, 4.2vw, 3.9rem);
  line-height: 1.08;
  font-weight: 800;
  margin-bottom: 18px;
}

.qr-hero-copy p {
  max-width: 620px;
  color: var(--muted);
  font-size: 1.02rem;
  line-height: 1.75;
}

.qr-badges {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 18px;
}

.qr-badges span,
.menu-badge {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 40px;
  padding: 10px 16px;
  border-radius: 999px;
  background: rgba(47, 147, 201, 0.1);
  color: var(--accent);
  font-size: 0.86rem;
  font-weight: 700;
}

.qr-code-panel {
  position: relative;
  min-height: 420px;
  display: grid;
  place-items: center;
}

.qr-pattern {
  width: min(100%, 420px);
  aspect-ratio: 1;
  padding: 24px;
  border-radius: 36px;
  background: linear-gradient(135deg, #fff, #f8eee5);
  box-shadow: 0 20px 60px rgba(36, 49, 58, 0.12);
}

.qr-pattern-grid {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 10px;
  width: 100%;
  height: 100%;
}

.qr-pattern-grid span {
  border-radius: 14px;
  background: #233038;
}

.qr-pattern-grid span:nth-child(2n),
.qr-pattern-grid span:nth-child(7),
.qr-pattern-grid span:nth-child(13),
.qr-pattern-grid span:nth-child(21) {
  background: var(--brand);
}

.qr-code-card {
  position: absolute;
  right: 0;
  bottom: 18px;
  max-width: 260px;
  padding: 24px;
  border-radius: 24px;
  color: #fff;
  background: linear-gradient(135deg, rgba(36, 49, 58, 0.96), rgba(47, 147, 201, 0.86));
  box-shadow: 0 18px 44px rgba(36, 49, 58, 0.22);
}

.qr-code-card strong,
.featured-menu-card strong,
.menu-card-top strong {
  font-size: 1.2rem;
  font-weight: 800;
}

.qr-code-card span {
  display: block;
  margin: 8px 0 10px;
  color: rgba(255, 255, 255, 0.76);
}

.qr-code-card p {
  margin: 0;
  color: rgba(255, 255, 255, 0.84);
  line-height: 1.7;
}

.qr-featured-slider {
  margin-top: 26px;
}

.featured-menu-card,
.qr-menu-card,
.info-panel {
  height: 100%;
  padding: 30px;
  border-radius: 28px;
  background: rgba(255, 255, 255, 0.84);
  border: 1px solid var(--line);
  box-shadow: 0 18px 44px rgba(36, 49, 58, 0.08);
}

.featured-menu-card {
  min-height: 240px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.qr-menu-card {
  position: relative;
  overflow: hidden;
  min-height: 100%;
  padding: 28px;
  transition: transform 0.25s ease, box-shadow 0.25s ease, border-color 0.25s ease;
}

.qr-menu-card::before {
  content: "";
  position: absolute;
  inset: 0 auto 0 0;
  width: 5px;
  background: linear-gradient(180deg, var(--brand), var(--accent));
}

.qr-menu-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 24px 54px rgba(36, 49, 58, 0.12);
  border-color: rgba(239, 122, 45, 0.18);
}

.featured-menu-card h3,
.qr-menu-card h3 {
  font-size: 1.45rem;
  font-weight: 700;
  margin: 14px 0 12px;
}

.featured-menu-card p,
.qr-menu-card p,
.info-panel p {
  color: var(--muted);
  line-height: 1.75;
}

.qr-menu-card p {
  margin-bottom: 0;
}

.qr-product-card {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  gap: 16px;
  min-height: 236px;
  padding: 18px;
  text-align: center;
}

.qr-product-image {
  flex: 0 0 auto;
  width: 100%;
  aspect-ratio: 4 / 3;
  height: auto;
  border-radius: 20px;
  object-fit: cover;
  background: rgba(47, 147, 201, 0.08);
  box-shadow: 0 12px 24px rgba(36, 49, 58, 0.1);
}

.qr-product-card h3 {
  width: 100%;
  margin: 0;
  font-size: 1.08rem;
  line-height: 1.28;
}

.featured-pagination {
  position: static !important;
  margin-top: 22px;
  text-align: center;
}

.featured-pagination .swiper-pagination-bullet {
  background: rgba(36, 49, 58, 0.24);
}

.featured-pagination .swiper-pagination-bullet-active {
  background: var(--brand);
}

.qr-filter-bar {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin: 30px 0 26px;
}

.qr-filter {
  border: 1px solid rgba(36, 49, 58, 0.1);
  background: rgba(255, 255, 255, 0.84);
  color: var(--text);
  border-radius: 999px;
  padding: 12px 18px;
  font-weight: 600;
  transition: 0.25s ease;
}

.qr-filter:hover,
.qr-filter.active {
  color: #fff;
  background: linear-gradient(135deg, var(--brand), #ff9648);
  border-color: transparent;
}

.qr-menu-grid {
  min-height: 340px;
}

.qr-menu-item.is-hidden {
  display: none;
}

.menu-card-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
}

.info-panel-accent {
  background: linear-gradient(135deg, rgba(47, 147, 201, 0.12), rgba(239, 122, 45, 0.12));
}

.reveal-up,
.reveal-left,
.reveal-right {
  opacity: 0;
}

@media (max-width: 991.98px) {
  .site-header {
    padding: 12px 0;
    background: rgba(20, 27, 32, 0.52);
    backdrop-filter: blur(12px);
  }

  .hero-copy {
    padding: 150px 0 70px;
  }

  .hero-slide-card {
    min-height: 100vh;
  }

  .section-space {
    padding: 82px 0;
  }

  .about-visual {
    min-height: auto;
  }

  .about-shape {
    inset: 0;
  }

  .about-card {
    margin: 40px 20px;
  }
}

@media (max-width: 767.98px) {
  .navbar-brand img,
  .footer-brand img {
    height: 38px;
  }

  .hero-copy h1 {
    font-size: 2.3rem;
  }

  .hero-actions {
    flex-direction: column;
  }

  .hero-actions .btn {
    width: 100%;
  }

  .hero-slide-card {
    min-height: 100svh;
  }

  .hero-pagination {
    left: 50% !important;
    bottom: 22px !important;
  }

  .feature-box,
  .service-card,
  .testimonial-card,
  .about-card {
    padding: 22px;
  }

  .hero-copy {
    padding: 140px 0 72px;
  }

  .hero-stats .col-4 {
    width: 100%;
  }

  .qr-page {
    padding: 18px 0 28px;
  }

  .qr-topbar {
    padding: 20px 18px 18px;
    border-radius: 24px;
    margin-bottom: 24px;
  }

  .qr-logo {
    padding: 12px 14px;
    border-radius: 18px;
  }

  .qr-logo img {
    height: 38px;
  }

  .qr-heading {
    margin-top: 22px;
  }

  .qr-category-nav {
    justify-content: flex-start;
    overflow-x: auto;
    flex-wrap: nowrap;
    padding-bottom: 4px;
    margin-top: 22px;
    scrollbar-width: none;
  }

  .qr-category-nav::-webkit-scrollbar {
    display: none;
  }

  .qr-category-nav a {
    flex: 0 0 auto;
    min-height: 42px;
    padding: 10px 14px;
    font-size: 0.92rem;
  }

  .qr-category-block {
    scroll-margin-top: 96px;
    padding: 22px 18px;
    border-radius: 24px;
  }

  .qr-category-heading {
    align-items: center;
    margin-bottom: 18px;
  }

  .qr-category-heading h2 {
    font-size: 1.5rem;
  }

  .qr-category-index {
    width: 44px;
    height: 44px;
    border-radius: 14px;
    font-size: 0.92rem;
  }

  .qr-menu-card {
    padding: 22px;
  }

  .qr-product-card {
    gap: 14px;
    min-height: 214px;
  }

  .qr-product-image {
    width: 100%;
    height: auto;
    border-radius: 16px;
  }

  .qr-hero-shell,
  .featured-menu-card,
  .qr-menu-card,
  .info-panel {
    padding: 12px;
  }

  .qr-code-panel {
    min-height: 360px;
  }

  .qr-code-card {
    position: relative;
    right: auto;
    bottom: auto;
    max-width: none;
    margin-top: -64px;
  }
}
