html { scroll-behavior: smooth; }
img { max-width: 100%; height: auto; }
.line-clamp-2 {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

body,
p,
a,
button,
input,
nav {
  font-family: Inter, system-ui, sans-serif;
}

h1, h2, h3, h4, h5, h6,
.site-name,
.font-display {
  font-family: "Bricolage Grotesque", system-ui, sans-serif;
}

.material-symbols-outlined {
  font-variation-settings: 'FILL' 0, 'wght' 400, 'GRAD' 0, 'opsz' 24;
  user-select: none;
}

.hide-scrollbar::-webkit-scrollbar { display: none; }
.hide-scrollbar { -ms-overflow-style: none; scrollbar-width: none; }

#mobile-menu { display: none; }
#mobile-menu.open { display: block; }
body.nav-open { overflow: hidden; }

.site-footer {
  display: block !important;
  width: 100%;
  position: relative;
  clear: both;
  visibility: visible !important;
  opacity: 1 !important;
}

#site-footer a { text-decoration: none; }

.dot-pattern {
  background-image: radial-gradient(rgba(255,255,255,0.22) 1.5px, transparent 1.6px);
  background-size: 18px 18px;
}

.nav-links,
.navigation.pagination .nav-links {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
}

.navigation.pagination .page-numbers {
  display: inline-flex;
  min-width: 2.25rem;
  height: 2.25rem;
  align-items: center;
  justify-content: center;
  border-radius: 9999px;
  padding: 0 0.75rem;
  font-size: 13px;
  font-weight: 600;
  color: rgba(43, 43, 43, 0.7);
}

.navigation.pagination .page-numbers.current {
  background: #B31422;
  color: #fff;
}

.navigation.pagination a.page-numbers:hover {
  background: #FCE8EA;
  color: #E11D2E;
}

.irregular-shape {
  border-radius: 60% 40% 30% 70% / 60% 30% 70% 40%;
}

.flavor-track {
  height: 6px;
  border-radius: 999px;
  background: #ececec;
  overflow: hidden;
}

.flavor-fill {
  height: 100%;
  border-radius: 999px;
  background: linear-gradient(90deg, #ff0033 0%, #ff6b7a 100%);
}

.element-card {
  box-shadow: 0 8px 28px -16px rgba(26, 28, 28, 0.18);
}

.servings-pill {
  min-width: 36px;
  height: 28px;
}

.servings-pill[aria-pressed="true"] {
  background: #1a1c1c;
  color: #fff;
  border-color: #1a1c1c;
}

.origin-wash {
  background:
    radial-gradient(120% 80% at 50% -10%, rgba(255, 218, 216, 0.55) 0%, rgba(255,255,255,0) 60%),
    #ffffff;
}

.faq-item + .faq-item {
  border-top: 1px solid rgba(0,0,0,0.06);
}

.faq-item[open] .faq-chevron {
  transform: rotate(180deg);
}

.faq-item summary {
  list-style: none;
}

.faq-item summary::-webkit-details-marker {
  display: none;
}

.screen-reader-text {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
  word-wrap: normal !important;
}
