@font-face {
  font-family: "Cormorant Garamond";
  src: url("../fonts/cormorant-garamond-latin.woff2") format("woff2");
  font-style: normal;
  font-weight: 600;
  font-display: swap;
}

@font-face {
  font-family: "Cormorant Garamond";
  src: url("../fonts/cormorant-garamond-latin.woff2") format("woff2");
  font-style: normal;
  font-weight: 700;
  font-display: swap;
}

@font-face {
  font-family: "Plus Jakarta Sans";
  src: url("../fonts/plus-jakarta-sans-latin.woff2") format("woff2");
  font-style: normal;
  font-weight: 400;
  font-display: swap;
}

@font-face {
  font-family: "Plus Jakarta Sans";
  src: url("../fonts/plus-jakarta-sans-latin.woff2") format("woff2");
  font-style: normal;
  font-weight: 500;
  font-display: swap;
}

@font-face {
  font-family: "Plus Jakarta Sans";
  src: url("../fonts/plus-jakarta-sans-latin.woff2") format("woff2");
  font-style: normal;
  font-weight: 600;
  font-display: swap;
}

@font-face {
  font-family: "Plus Jakarta Sans";
  src: url("../fonts/plus-jakarta-sans-latin.woff2") format("woff2");
  font-style: normal;
  font-weight: 700;
  font-display: swap;
}

@font-face {
  font-family: "Plus Jakarta Sans";
  src: url("../fonts/plus-jakarta-sans-latin.woff2") format("woff2");
  font-style: normal;
  font-weight: 800;
  font-display: swap;
}

/* ===== CSS Variables for theming ===== */
:root {
  --primary-color: #070a11;
  --secondary-color: #0d111a;
  --accent-color: #e4bc8f;
  --accent-strong: #bf8c5a;
  --accent-gradient: linear-gradient(135deg, #f0d4b2 0%, #d0a06d 100%);
  --category-active: linear-gradient(
    135deg,
    rgba(244, 220, 190, 0.98) 0%,
    rgba(225, 186, 142, 0.94) 100%
  );
  --gold-accent: #f3cca0;
  --text-light: #f5e6d4;
  --text-body: #dbc5ad;
  --text-muted: #a88f77;
  --glass-bg: rgba(255, 255, 255, 0.05);
  --focus-ring: 0 0 0 3px rgba(213, 170, 120, 0.28);
  --font-body:
    "Plus Jakarta Sans", system-ui, -apple-system, BlinkMacSystemFont,
    sans-serif;
  --font-display: "Cormorant Garamond", Georgia, serif;
  --font-ui:
    "Plus Jakarta Sans", system-ui, -apple-system, BlinkMacSystemFont,
    sans-serif;
  --transition-smooth: all 0.22s ease;
  --transition-bounce: all 0.22s ease;

  --page-font-size: 15px;
  --page-bg-color: #0c131b;
  --page-bg-image:
    radial-gradient(circle at 18% 10%, rgba(46, 34, 24, 0.2), transparent 22%),
    linear-gradient(180deg, #0a1521 0%, var(--page-bg-color) 100%);
  --content-max-width: 660px;
  --content-padding: 20px 18px 40px;
  --header-padding: 8px 4px 6px;
  --header-margin-bottom: 12px;

  --brand-shell-columns: minmax(92px, 1fr) minmax(0, 2fr);
  --brand-shell-gap: 14px;
  --brand-copy-gap: 8px;
  --brand-title-size: clamp(42px, 7.2vw, 66px);
  --brand-title-color: #d3a988;
  --brand-subtitle-size: clamp(16px, 2vw, 20px);
  --brand-subtitle-color: #f8e4d4;
  --brand-subtitle-gap: 12px;
  --brand-subtitle-rule-width: 42px;
  --brand-subtitle-rule-gradient: linear-gradient(
    90deg,
    rgba(191, 140, 90, 0.95),
    rgba(191, 140, 90, 0)
  );
  --contact-stack-gap: 10px;
  --social-row-gap: 10px;
  --details-gap: 12px;
  --details-font-size: 13px;
  --details-primary-font-size: 14px;
  --details-secondary-font-size: 13px;
  --details-link-color: #f8e4d4;

  --nav-top: 10px;
  --nav-gap: 7px;
  --nav-margin-bottom: 22px;
  --nav-padding: 8px 9px;
  --nav-bg: rgb(15 19 29 / 96%);
  --nav-border-color: rgb(82 82 82 / 23%);
  --nav-radius: 28px;
  --nav-shadow: 0 16px 28px rgba(0, 0, 0, 0.26);
  --nav-button-min-height: 50px;
  --nav-button-min-width: 0;
  --nav-button-padding: 5px 9px;
  --nav-button-font-size: 13px;
  --category-chip-gap: 8px;
  --category-thumb-size: 38px;
  --category-thumb-bg: rgba(255, 255, 255, 0.05);
  --category-thumb-border: rgba(255, 255, 255, 0.05);
  --category-thumb-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.06);
  --category-fallback-bg: rgba(255, 255, 255, 0.08);
  --category-thumb-color: #ebcba5;
  --category-icon-size: 20px;
  --category-label-size: 14px;
  --category-label-color: #dfc8af;
  --nav-active-text-color: #1b140f;
  --nav-active-thumb-bg: rgba(32, 23, 18, 0.08);
  --nav-active-thumb-border: rgba(27, 20, 15, 0.12);

  --section-padding: 10px 0 4px;
  --section-margin: 26px 0;
  --section-hero-min-height: 390px;
  --section-header-margin-bottom: 18px;
  --section-header-hero-min-height: 90px;
  --section-copy-gap: 14px;
  --section-copy-padding-right: 8px;
  --section-copy-width: min(58%, 320px);
  --section-kicker-size: clamp(16px, 2vw, 20px);
  --section-kicker-color: #e0c6aa;
  --section-img-top: -2px;
  --section-img-right: -4px;
  --section-img-width: min(55%, 330px);
  --section-img-opacity: 0.96;
  --section-title-size: clamp(54px, 7vw, 88px);
  --section-title-color: #f2e0cb;

  --article-gap: 18px;
  --article-margin-top: 18px;
  --item-padding: 20px 132px 20px 22px;
  --item-radius: 30px;
  --item-bg: linear-gradient(
    180deg,
    rgba(26, 31, 46, 0.86),
    rgba(14, 18, 29, 0.82)
  );
  --item-bg-hover: linear-gradient(
    180deg,
    rgba(23, 27, 41, 0.86),
    rgba(14, 18, 29, 0.82)
  );
  --item-border-color: rgb(80 80 80 / 32%);
  --item-border-hover-color: rgba(197, 145, 95, 0.42);
  --item-shadow-hover: 0 20px 38px rgba(0, 0, 0, 0.24);
  --item-name-size: clamp(20px, 2.2vw, 28px);
  --item-name-color: #f7eadb;
  --badge-new-bg: rgba(243, 213, 180, 0.16);
  --badge-new-color: #f3d5b4;
  --badge-new-border: rgba(243, 213, 180, 0.2);
  --calories-bg: rgba(255, 255, 255, 0.045);
  --price-size: clamp(17px, 1.8vw, 24px);
  --price-padding: 15px 16px;
  --price-radius: 11px;
  --price-min-width: 84px;
  --price-right: 22px;
  --price-text-color: #23170f;
  --price-bg-color: #c79771;
  --price-border-color: #c79771;
  --description-size: clamp(15px, 1.45vw, 18px);
  --description-color: #a2a2a2;

  --footer-width: min(520px, calc(100% - 148px));
  --footer-padding: 12px 20px;
  --footer-margin-bottom: 8px;
  --footer-min-width: auto;
  --footer-meta-font-size: 12px;
  --footer-meta-gap: 10px;
  --footer-meta-line-height: 1.5;
  --footer-separator-color: rgba(126, 182, 230, 0.5);

  --loader-logo-size: 32px;
  --loader-logo-letter-spacing: 0.06em;
  --section-title-padding-bottom: 24px;
  --section-title-line-height: 0.88;
  --section-kicker-line-height: 1.5;
  --section-kicker-max-width: 28ch;
  --item-header-margin-bottom: 12px;
  --item-title-row-gap: 10px;
  --item-name-line-height: 1.12;
  --badge-font-size: 10px;
  --badge-padding: 3px 7px;
  --badge-starred-size: 14px;
  --calories-font-size: 11px;
  --calories-margin-top: 10px;
  --description-line-height: 1.55;
  --description-max-width: 34ch;
  --fab-size: 58px;
  --fab-bottom: 24px;
  --fab-side-offset: 22px;
  --wp-icon-size: 24px;
  --up-icon-size: 16px;
}

button {
  -webkit-tap-highlight-color: transparent;
}

/* ===== Base Styles ===== */
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  font-family: var(--font-body);
  font-size: var(--page-font-size);
  background-color: var(--page-bg-color);
  /* background-image: var(--page-bg-image); */
  background-attachment: fixed;
  min-height: 100dvh;
  min-height: -webkit-fill-available;
  color: var(--text-light);
  overflow-x: hidden;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-feature-settings:
    "kern" 1,
    "liga" 1,
    "calt" 1;
}

/* ===== Loading Screen ===== */
#progress-bar {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background: linear-gradient(
    135deg,
    var(--primary-color) 0%,
    var(--secondary-color) 100%
  );
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 30px;
  z-index: 9999;
}

#progress-bar .loader-logo {
  font-size: var(--loader-logo-size);
  font-family: var(--font-display);
  font-weight: 700;
  color: var(--text-light);
  line-height: 1;
  letter-spacing: var(--loader-logo-letter-spacing);
  text-transform: uppercase;
  font-variant-ligatures: common-ligatures;
  animation: glowText 2.4s ease-in-out infinite;
}

@keyframes glowText {
  0%,
  100% {
    text-shadow: 0 0 10px rgba(126, 182, 230, 0.16);
  }
  50% {
    text-shadow: 0 0 18px rgba(126, 182, 230, 0.24);
  }
}

#progress {
  width: 180px;
  height: 3px;
  background: rgba(255, 255, 255, 0.1);
  border-radius: 10px;
  overflow: hidden;
  position: relative;
}

#progress::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: var(--progress, 0%);
  background: var(--accent-gradient);
  border-radius: 10px;
  transition: width 0.3s ease;
  box-shadow: 0 0 14px rgba(126, 182, 230, 0.22);
}

/* ===== Main Content Container ===== */
#content {
  max-width: var(--content-max-width);
  margin: auto;
  padding: var(--content-padding);
  position: relative;
  z-index: 1;
  animation: fadeInUp 0.55s ease-out;
}

@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translateY(14px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

header,
section {
  background: transparent;
  backdrop-filter: none;
  -webkit-backdrop-filter: none;
  border: 0;
  box-shadow: none;
}

/* ===== Header Styles ===== */
header {
  padding: var(--header-padding);
  margin-bottom: var(--header-margin-bottom);
  border-radius: 0;
  animation: slideDown 0.45s ease-out;
  position: relative;
  overflow: visible;
}

@keyframes slideDown {
  from {
    opacity: 0;
    transform: translateY(-20px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.brand-shell {
  display: grid;
  grid-template-columns: var(--brand-shell-columns);
  gap: var(--brand-shell-gap);
  align-items: center;
  position: relative;
  z-index: 1;
}

.img-header {
  width: 100%;
  text-align: center;
  margin-bottom: 0;
  align-self: start;
}

.bg-image {
  width: 100%;
  max-width: none;
  aspect-ratio: 1;
  object-fit: contain;
  padding: 0;
  filter: none;
}

.bg-image:hover {
  transform: scale(1.015);
}

.brand-copy {
  display: flex;
  flex-direction: column;
  gap: var(--brand-copy-gap);
  align-items: flex-start;
  min-width: 0;
}

.brand-title {
  font-family: var(--font-display);
  font-size: var(--brand-title-size);
  font-weight: 700;
  line-height: 0.9;
  color: var(--brand-title-color);
  letter-spacing: -0.03em;
  white-space: nowrap;
}

.brand-subtitle {
  font-family: var(--font-display);
  font-size: var(--brand-subtitle-size);
  font-weight: 600;
  color: var(--brand-subtitle-color);
  letter-spacing: 0.02em;
  white-space: nowrap;
  display: inline-flex;
  align-items: center;
  gap: var(--brand-subtitle-gap);
}

.brand-subtitle::before,
.brand-subtitle::after {
  content: "";
  width: var(--brand-subtitle-rule-width);
  height: 1px;
  background: var(--brand-subtitle-rule-gradient);
}

.brand-subtitle::after {
  transform: scaleX(-1);
}

.contact-stack {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: var(--contact-stack-gap);
}

.social-row {
  display: flex;
  gap: var(--social-row-gap);
  flex-wrap: wrap;
}

/* Contact Details */
.details {
  margin-top: 0;
  width: 100%;
}

.details a {
  text-decoration: none;
  padding: 0;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: var(--details-gap);
  background: transparent;
  border-radius: 0;
  transition: var(--transition-smooth);
  font-family: var(--font-ui);
  font-size: var(--details-font-size);
  font-weight: 500;
  line-height: 1.45;
  letter-spacing: 0.01em;
  color: var(--details-link-color) !important;
  border: 0;
}

.details a:hover {
  background: transparent;
  border-color: transparent;
  color: var(--text-light) !important;
}

.details a svg {
  min-width: 16px;
  width: 16px;
  height: 16px;
  flex-shrink: 0;
  color: var(--gold-accent);
}

.details.primary a {
  font-size: var(--details-primary-font-size);
  font-weight: 500;
}

.details.secondary {
  width: auto;
}

.details.secondary a {
  font-size: var(--details-secondary-font-size);
  color: var(--text-muted) !important;
}

/* ===== Category Navigation Buttons ===== */
#btn-group {
  display: flex;
  gap: var(--nav-gap);
  position: sticky;
  top: var(--nav-top);
  z-index: 100;
  overflow-x: auto;
  margin-bottom: var(--nav-margin-bottom);
  padding: var(--nav-padding);
  background: var(--nav-bg);
  backdrop-filter: blur(18px);
  -webkit-backdrop-filter: blur(18px);
  border: 1px solid var(--nav-border-color);
  border-radius: var(--nav-radius);
  box-shadow: var(--nav-shadow);
  transition:
    border-radius 0.18s ease,
    background-color 0.18s ease,
    box-shadow 0.18s ease;
  scroll-behavior: smooth;
  -webkit-overflow-scrolling: touch;
  scrollbar-width: none;
}

#btn-group.is-stuck {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

#btn-group::-webkit-scrollbar {
  display: none;
}

#btn-group button {
  min-height: var(--nav-button-min-height);
  min-width: var(--nav-button-min-width);
  max-width: none;
  flex: 0 0 auto;
  padding: var(--nav-button-padding);
  background: transparent;
  border: 0;
  border-radius: 999px;
  color: var(--text-body) !important;
  font-family: var(--font-ui);
  font-size: var(--nav-button-font-size);
  font-weight: 600;
  letter-spacing: 0.01em;
  cursor: pointer;
  transition: var(--transition-smooth);
  box-shadow: none;
  position: relative;
  overflow: hidden;
}

#btn-group button:hover {
  background: transparent;
  border-color: transparent;
  transform: none;
  box-shadow: none;
}

#btn-group button:active {
  transform: scale(0.97);
}

#btn-group button.active {
  background: var(--category-active);
  border-color: rgba(243, 213, 180, 0.88);
  color: var(--nav-active-text-color) !important;
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.28),
    0 10px 24px rgba(0, 0, 0, 0.22);
}

#btn-group button:focus-visible,
.details a:focus-visible,
#wp-btn:focus-visible,
#up-btn:focus-visible,
.section-img-main:focus-visible,
.item-img-container:focus-visible,
.reference:focus-visible {
  outline: none;
  box-shadow: var(--focus-ring);
}

#btn-group button div {
  position: relative;
  z-index: 1;
}

.category-chip {
  display: inline-flex;
  align-items: center;
  gap: var(--category-chip-gap);
  white-space: nowrap;
}

.category-thumb {
  width: var(--category-thumb-size);
  height: var(--category-thumb-size);
  border-radius: 50%;
  background-color: var(--category-thumb-bg);
  border: 1px solid var(--category-thumb-border);
  box-shadow: var(--category-thumb-shadow);
  flex-shrink: 0;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: var(--category-thumb-color);
}

.category-thumb-image {
  width: var(--category-icon-size);
  height: var(--category-icon-size);
  display: block;
  object-fit: contain;
}

.category-thumb-image.svg-thumb {
  background-color: currentColor;
  object-fit: initial;
  -webkit-mask-image: var(--category-icon-src);
  mask-image: var(--category-icon-src);
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-position: center;
  mask-position: center;
  -webkit-mask-size: contain;
  mask-size: contain;
}

.category-thumb.fallback {
  background: var(--category-fallback-bg);
  color: var(--text-light);
  font-size: 14px;
  font-weight: 700;
}

.category-label {
  display: inline-block;
  font-size: var(--category-label-size);
  font-weight: 600;
}

#btn-group button.active .category-thumb {
  background: var(--nav-active-thumb-bg);
  border-color: var(--nav-active-thumb-border);
  box-shadow: none;
  color: #20160f;
}

#btn-group button:not(.active) .category-label {
  color: var(--category-label-color);
}

#btn-group button:not(.active) .category-thumb {
  color: #e4bc8f;
}

/* ===== Menu Sections ===== */
section {
  margin: var(--section-margin);
  padding: var(--section-padding);
  border-radius: 0;
  position: relative;
}

section.has-hero-image {
  min-height: var(--section-hero-min-height);
}

#menu-body section:last-of-type {
  margin-bottom: 2rem;
}

/* Section Header */
.section-header {
  margin: 0 auto var(--section-header-margin-bottom) auto;
  overflow: visible;
  width: 100%;
  max-width: 100%;
  position: relative;
  z-index: 2;
}

.section-header.has-hero-image {
  min-height: var(--section-header-hero-min-height);
}

.section-copy {
  display: flex;
  flex-direction: column;
  gap: var(--section-copy-gap);
  align-items: flex-start;
  padding-right: var(--section-copy-padding-right);
  width: var(--section-copy-width);
  max-width: 100%;
  position: relative;
  z-index: 2;
}

.section-kicker {
  font-family: var(--font-body);
  font-size: var(--section-kicker-size);
  color: var(--section-kicker-color);
  line-height: var(--section-kicker-line-height);
  max-width: var(--section-kicker-max-width);
  letter-spacing: 0.01em;
  font-weight: 500;
}

.section-img-container {
  position: absolute;
  top: var(--section-img-top);
  right: var(--section-img-right);
  width: var(--section-img-width);
  height: auto;
  min-height: 0;
  border-radius: 0;
  overflow: visible;
  background: transparent;
  border: 0;
  box-shadow: none;
  z-index: 0;
}

.section-img-main {
  display: block;
  width: 100%;
  max-width: none;
  height: auto;
  object-fit: contain;
  border-radius: 0;
  z-index: 1;
  transition: none;
  pointer-events: none;
  opacity: var(--section-img-opacity);
}

.section-title {
  text-align: left;
  font-family: var(--font-display);
  font-size: var(--section-title-size);
  font-weight: 700;
  color: var(--section-title-color);
  margin: 0;
  padding: 0 0 var(--section-title-padding-bottom);
  position: relative;
  line-height: var(--section-title-line-height);
  letter-spacing: -0.035em;
  font-variant-ligatures: common-ligatures;
  text-wrap: balance;
}

.section-title::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  transform: none;
  width: 56px;
  height: 3px;
  background: linear-gradient(
    90deg,
    var(--accent-strong),
    rgba(213, 170, 120, 0)
  );
  border-radius: 2px;
}

/* ===== Menu Items ===== */
article {
  display: flex;
  flex-direction: column;
  gap: var(--article-gap);
  position: relative;
  z-index: 2;
  margin-top: var(--article-margin-top);
}

.item {
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  grid-template-areas: "content";
  column-gap: 0;
  align-items: center;
  background: var(--item-bg);
  border-radius: var(--item-radius);
  padding: var(--item-padding);
  border: 1px solid var(--item-border-color);
  position: relative;
  overflow: hidden;
  transition:
    border-color 0.2s ease,
    background-color 0.2s ease,
    box-shadow 0.2s ease;
}

.item:hover {
  background: var(--item-bg-hover);
  border-color: var(--item-border-hover-color);
  box-shadow: var(--item-shadow-hover);
}

/* Scroll animation classes */
.item.scroll-hidden {
  opacity: 0;
  transform: translateY(12px);
}

.item.scroll-visible {
  opacity: 1;
  transform: translateY(0);
  transition:
    opacity 0.28s ease,
    transform 0.28s ease;
}

.item-header {
  margin-bottom: var(--item-header-margin-bottom);
}

.item-content {
  grid-area: content;
  min-width: 0;
}

.item-summary {
  min-width: 0;
}

.item-title-row {
  display: flex;
  align-items: center;
  gap: var(--item-title-row-gap);
  flex-wrap: wrap;
}

.item-name {
  font-family: var(--font-ui);
  font-size: var(--item-name-size);
  font-weight: 700;
  color: var(--item-name-color);
  line-height: var(--item-name-line-height);
  letter-spacing: -0.02em;
  padding-bottom: 3px;
}

.item-badges {
  display: flex;
  gap: 6px;
}

.badge {
  font-family: var(--font-ui);
  font-size: var(--badge-font-size);
  font-weight: 800;
  padding: var(--badge-padding);
  border-radius: 999px;
  text-transform: uppercase;
  letter-spacing: 0.1em;
}

.badge-new {
  background: var(--badge-new-bg);
  color: var(--badge-new-color);
  border: 1px solid var(--badge-new-border);
}

.badge-starred {
  display: inline-block;
  margin-bottom: 2px;
  color: var(--gold-accent);
  font-size: var(--badge-starred-size);
  padding: 0 3px;
  transform-origin: center;
  animation: star-wiggle 2.8s ease-in-out infinite;
}

@keyframes star-wiggle {
  0% {
    transform: rotate(0deg) scale(1);
  }
  10% {
    transform: rotate(-8deg) scale(1.02);
  }
  20% {
    transform: rotate(8deg) scale(1.02);
  }
  30% {
    transform: rotate(-7deg) scale(1.01);
  }
  40% {
    transform: rotate(5deg) scale(1.01);
  }
  50% {
    transform: rotate(0deg) scale(1);
  }
  100% {
    transform: rotate(0deg) scale(1);
  }
}

.calories {
  display: inline-block;
  font-family: var(--font-ui);
  font-size: var(--calories-font-size);
  font-weight: 600;
  color: var(--text-muted);
  background: var(--calories-bg);
  padding: 3px 8px;
  border-radius: 999px;
  margin-top: var(--calories-margin-top);
  opacity: 0.95;
}

.price {
  grid-area: auto;
  position: absolute;
  right: var(--price-right);
  top: 50%;
  transform: translateY(-50%);
  font-family: var(--font-ui);
  font-size: var(--price-size);
  font-weight: 800;
  color: var(--price-text-color);
  white-space: nowrap;
  padding: var(--price-padding);
  background: var(--price-bg-color);
  border-radius: var(--price-radius);
  border: 1px solid var(--price-border-color);
  min-width: var(--price-min-width);
  text-align: center;
  line-height: 1;
  font-variant-numeric: tabular-nums lining-nums;
  letter-spacing: 0;
}

.description {
  font-family: var(--font-body);
  font-size: var(--description-size);
  color: var(--description-color);
  font-weight: 500;
  line-height: var(--description-line-height);
  letter-spacing: 0.005em;
  flex: 1;
  padding-right: 0;
  max-width: var(--description-max-width);
}

/* ===== Floating Action Buttons ===== */
#wp-btn,
#up-btn {
  position: fixed;
  bottom: var(--fab-bottom);
  width: var(--fab-size);
  height: var(--fab-size);
  border-radius: 50%;
  display: none;
  align-items: center;
  justify-content: center;
  z-index: 1000;
  cursor: pointer;
  transition: var(--transition-bounce);
  box-shadow: 0 18px 32px rgba(0, 0, 0, 0.28);
}

#wp-btn {
  left: max(var(--fab-side-offset), calc(50vw - 304px));
  background: linear-gradient(135deg, #25d366 0%, #128c7e 100%);
  animation: float 4s ease-in-out infinite;
}

@keyframes float {
  0%,
  100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-4px);
  }
}

#wp-btn:hover {
  transform: translateY(-2px);
  box-shadow: 0 12px 26px rgba(18, 140, 126, 0.2);
}

#wp-btn svg {
  width: var(--wp-icon-size);
  height: var(--wp-icon-size);
  color: white !important;
}

#up-btn {
  right: max(var(--fab-side-offset), calc(50vw - 304px));
  background: rgba(20, 23, 31, 0.94);
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
  border: 1px solid rgba(238, 206, 171, 0.12);
  padding: 0;
}

#up-btn .progress-ring {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transform: rotate(-90deg);
}

#up-btn .progress-ring-bg {
  fill: none;
  stroke: rgba(255, 255, 255, 0.12);
  stroke-width: 3;
}

#up-btn .progress-ring-fill {
  fill: none;
  stroke: var(--accent-color);
  stroke-width: 3;
  stroke-linecap: round;
  stroke-dasharray: 141.37;
  stroke-dashoffset: 141.37;
  transition: stroke-dashoffset 0.15s ease;
}

#up-btn .up-icon {
  width: var(--up-icon-size);
  height: var(--up-icon-size);
  color: white !important;
  position: relative;
  z-index: 1;
}

#up-btn a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
}

/* ===== Links ===== */
a:link,
a:visited,
a:hover,
a:active,
a:focus {
  color: var(--text-light) !important;
  text-decoration: none;
}

#up-btn a:link,
#up-btn a:visited,
#up-btn a:hover,
#up-btn a:active,
#up-btn a:focus {
  color: white !important;
}

.menu-footer {
  width: var(--footer-width);
  margin: 0 auto var(--footer-margin-bottom);
  padding: var(--footer-padding);
  border: 0;
  box-shadow: none;
  text-align: center;
  position: relative;
  min-width: var(--footer-min-width);
  min-height: 58px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.menu-footer-meta {
  margin: 0;
  color: var(--text-muted);
  font-family: var(--font-ui);
  font-size: var(--footer-meta-font-size);
  font-weight: 500;
  line-height: var(--footer-meta-line-height);
  letter-spacing: 0.04em;
  text-transform: none;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: var(--footer-meta-gap);
  flex-wrap: wrap;
  position: relative;
  z-index: 1;
}

.menu-footer-separator {
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background: var(--footer-separator-color);
}

.menu-footer-inline-link {
  color: var(--text-light) !important;
  font-family: var(--font-ui);
  font-size: inherit;
  font-weight: 700;
  letter-spacing: 0.02em;
  text-transform: none;
  transition:
    color 0.2s ease,
    opacity 0.2s ease;
}

.menu-footer-inline-link:hover,
.menu-footer-inline-link:focus-visible {
  color: var(--accent-strong) !important;
}

/* ===== Responsive Design ===== */
@media screen and (max-width: 580px) {
  :root {
    --content-padding: 8px 8px 34px;
    --header-padding: 4px 0;
    --header-margin-bottom: 12px;
    --brand-shell-columns: minmax(78px, 0.95fr) minmax(0, 2.05fr);
    --brand-shell-gap: 10px;
    --brand-title-size: clamp(40px, 9.6vw, 46px);
    --brand-subtitle-size: 13px;
    --brand-subtitle-rule-width: 24px;
    --details-gap: 8px;
    --details-font-size: 12px;
    --details-primary-font-size: 13px;
    --details-secondary-font-size: 12px;
    --nav-margin-bottom: 12px;
    --nav-padding: 5px 3px;
    --nav-gap: 5px;
    --nav-radius: 22px;
    --nav-button-min-height: 42px;
    --nav-button-min-width: 82px;
    --nav-button-padding: 5px 8px;
    --nav-button-font-size: 11px;
    --category-label-size: 11px;
    --category-thumb-size: 30px;
    --category-icon-size: 16px;
    --section-padding: 6px 0 2px;
    --section-margin: 14px 0;
    --section-hero-min-height: 280px;
    --section-header-margin-bottom: 14px;
    --section-header-hero-min-height: 80px;
    --section-copy-width: min(61%, 210px);
    --section-title-size: clamp(34px, 10.8vw, 48px);
    --section-img-top: 10px;
    --section-img-right: -1px;
    --section-img-width: min(57%, 210px);
    --section-kicker-size: 11.5px;
    --article-gap: 12px;
    --item-padding: 12px 92px 12px 12px;
    --item-radius: 22px;
    --item-name-size: 16px;
    --price-size: 14px;
    --price-padding: 9px 9px;
    --price-min-width: 62px;
    --price-right: 12px;
    --description-size: 12.5px;
    --footer-width: calc(100% - 120px);
    --footer-padding: 9px 10px;
    --footer-margin-bottom: 2px;
    --footer-min-width: 0;
    --footer-meta-font-size: 10.5px;
    --footer-meta-gap: 8px;
    --footer-meta-line-height: 1.55;
    --loader-logo-size: 26px;
    --loader-logo-letter-spacing: 3px;
    --section-title-line-height: 0.9;
    --section-title-padding-bottom: 18px;
    --section-kicker-line-height: 1.42;
    --section-kicker-max-width: none;
    --item-header-margin-bottom: 6px;
    --item-title-row-gap: 6px;
    --item-name-line-height: 1.16;
    --badge-font-size: 9px;
    --badge-padding: 2px 6px;
    --badge-starred-size: 13px;
    --calories-font-size: 10px;
    --calories-margin-top: 6px;
    --description-line-height: 1.48;
    --description-max-width: none;
    --fab-size: 48px;
    --fab-bottom: 14px;
    --fab-side-offset: 14px;
    --wp-icon-size: 22px;
  }
}

@media screen and (max-width: 330px) {
  :root {
    --content-padding: 6px 6px 35px;
    --nav-padding: 5px 2px;
    --nav-gap: 4px;
    --nav-button-min-width: 76px;
    --nav-button-min-height: 38px;
    --nav-button-padding: 4px 7px;
    --nav-button-font-size: 10px;
    --category-label-size: 10px;
    --category-thumb-size: 26px;
    --category-icon-size: 14px;
    --section-hero-min-height: 240px;
    --section-copy-width: min(63%, 164px);
    --section-title-size: clamp(28px, 10vw, 38px);
    --section-kicker-size: 10px;
    --section-header-hero-min-height: 68px;
    --section-img-top: 16px;
    --section-img-width: min(54%, 164px);
    --article-gap: 10px;
    --item-padding: 10px 72px 10px 10px;
    --item-radius: 18px;
    --item-name-size: 15px;
    --price-size: 12px;
    --price-padding: 7px 7px;
    --price-min-width: 52px;
    --price-right: 9px;
    --description-size: 11.5px;
    --section-title-padding-bottom: 16px;
    --section-kicker-line-height: 1.38;
    --item-name-line-height: 1.14;
    --description-line-height: 1.46;
  }
}

@media screen and (min-width: 768px) {
  :root {
    --content-max-width: 720px;
    --content-padding: 30px 28px 40px;
    --header-padding: 10px 0 8px;
    --brand-title-size: 64px;
    --brand-subtitle-size: 20px;
    --details-font-size: 14px;
    --category-label-size: 14px;
    --section-hero-min-height: 430px;
    --section-img-top: -6px;
    --section-img-width: min(50%, 340px);
    --section-title-size: clamp(60px, 5.8vw, 86px);
    --section-kicker-size: 17px;
    --section-header-hero-min-height: 108px;
    --item-name-size: 22px;
    --price-size: 20px;
    --description-size: 16px;
  }
}

/* ===== Scrollbar Styling ===== */
::-webkit-scrollbar {
  width: 8px;
}

::-webkit-scrollbar-track {
  background: var(--primary-color);
}

::-webkit-scrollbar-thumb {
  background: var(--accent-gradient);
  border-radius: 10px;
}

::-webkit-scrollbar-thumb:hover {
  background: var(--accent-color);
}

/* ===== Selection Styling ===== */
::selection {
  background: var(--accent-color);
  color: #111417;
}

/* ===== Scroll animations ===== */
section.scroll-hidden {
  opacity: 0;
  transform: translateY(16px);
}

section.scroll-visible {
  opacity: 1;
  transform: translateY(0);
  transition:
    opacity 0.35s ease,
    transform 0.35s ease;
}

.section-header.scroll-hidden img {
  opacity: 0;
  transform: scale(0.95);
}

.section-header.scroll-visible img {
  opacity: 1;
  transform: scale(1);
  transition:
    opacity 0.25s ease 0.08s,
    transform 0.25s ease 0.08s;
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }

  *,
  *::before,
  *::after {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
    scroll-behavior: auto !important;
  }

  body {
    background-attachment: scroll;
  }

  .item.scroll-hidden,
  section.scroll-hidden {
    opacity: 1;
    transform: none;
  }
}
