/* ═══════════════════════════════════════════════════
   RECIPES ARCHIVE (rc-)
   ═══════════════════════════════════════════════════ */

/* ── S1: Hero ── */
.rc-hero {
  background: var(--rf-silver);
  color: var(--black);
  padding: clamp(5rem, 12vw, 10rem) 0 clamp(3rem, 6vw, 5rem);
}

.rc-hero__inner {
  max-width: 1340px;
  margin: 0 auto;
  padding: 0 30px;
}

.rc-hero__title {
  font-family: var(--font-heading);
  font-size: clamp(3.5rem, 10vw, 8rem);
  font-weight: 900;
  line-height: 0.9;
  letter-spacing: 0;
  text-transform: uppercase;
}

.rc-hero__desc {
  font-size: 1.05rem;
  line-height: 1.1;
  color: var(--black);
  margin-top: 1.2rem;
  max-width: 520px;
}

/* ── S2: Filters ── */
.rc-filters {
  background: var(--white);
  border-bottom: 1px solid var(--gray-light);
  position: sticky;
  top: var(--sticky-offset, var(--header-height));
  z-index: 90;
}

.rc-filters__inner {
  max-width: 1340px;
  margin: 0 auto;
  padding: 0.8rem 30px;
  display: flex;
  flex-direction: column;
  gap: 0;
}

/* ── Row 1: Categories ── */
.rc-filters__primary {
  display: flex;
  align-items: center;
  gap: 0.5rem;
}

.rc-filters__cats {
  display: flex;
  flex-wrap: wrap;
  gap: 0.4rem;
  flex: 1;
  min-width: 0;
}

/* ── Row 2: Search + Filters toggle + advanced ── */
.rc-filters__secondary {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.5rem;
  border-top: 1px solid var(--gray-light);
  margin-top: 0.6rem;
  padding-top: 0.6rem;
}

/* ── Toggle buttons (mobile only) ── */
.rc-filters__toggle-btn,
.rc-filters__cats-toggle {
  display: none;
  flex-shrink: 0;
}

.rc-filters__toggle-btn[aria-expanded="true"] svg {
  transform: rotate(45deg);
}

.rc-filters__toggle-btn svg {
  transition: transform 0.2s ease;
}

.rc-filters__cats-toggle svg {
  transition: transform 0.2s ease;
}

.rc-filters__cats-toggle[aria-expanded="true"] svg {
  transform: rotate(180deg);
}

.rc-filters__cats-toggle.has-filter {
  background: var(--black);
  color: var(--white);
  border-color: var(--black);
}

/* ── Clear filters button (desktop only) ── */
.rc-filters__clear-btn {
  display: none;
  align-items: center;
  gap: 0.3rem;
  margin-left: auto;
  font-family: var(--font-mono);
  font-size: 0.7rem;
  text-transform: uppercase;
  letter-spacing: 0;
  padding: 0.5rem 0.8rem;
  border: none;
  border-radius: 20px;
  background: transparent;
  color: var(--gray-text, #888);
  cursor: pointer;
  white-space: nowrap;
  flex-shrink: 0;
  transition: color 0.2s ease;
}

.rc-filters__clear-btn:hover {
  color: var(--black);
}

.rc-filters__clear-btn svg {
  flex-shrink: 0;
}

.rc-filters__clear-btn.is-visible {
  display: inline-flex;
}

/* ── Advanced filters (always visible on desktop, collapsible on mobile) ── */
.rc-search-group {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.5rem;
}

.rc-search {
  position: relative;
  flex-shrink: 0;
  display: flex;
  align-items: center;
}

.rc-search__icon {
  position: absolute;
  left: 10px;
  pointer-events: none;
  color: var(--gray-text, #888);
  flex-shrink: 0;
}

.rc-search__input {
  font-family: var(--font-mono);
  font-size: 0.7rem;
  text-transform: uppercase;
  letter-spacing: 0;
  padding: 0.5rem 2rem 0.5rem 2rem;
  border: 1.5px solid var(--gray-light);
  border-radius: 20px;
  background: var(--white);
  color: var(--black);
  outline: none;
  width: 180px;
  transition: border-color 0.2s ease, width 0.25s ease;
}

.rc-search__input::placeholder {
  color: var(--gray-text, #999);
  text-transform: none;
}

.rc-search__input:focus {
  border-color: var(--black);
  width: 220px;
}

.rc-search__clear {
  position: absolute;
  right: 6px;
  display: none;
  align-items: center;
  justify-content: center;
  width: 20px;
  height: 20px;
  border: none;
  background: transparent;
  cursor: pointer;
  font-size: 1rem;
  color: var(--gray-text, #888);
  line-height: 1;
  padding: 0;
}

.rc-search__clear:hover {
  color: var(--black);
}

.rc-search__input:not(:placeholder-shown) ~ .rc-search__clear {
  display: flex;
}

/* ── Recipe Filter Selects ── */
.rc-select-wrap {
  position: relative;
  flex-shrink: 0;
}

.rc-select {
  font-family: var(--font-mono);
  font-size: 0.7rem;
  text-transform: uppercase;
  letter-spacing: 0;
  padding: 0.5rem 1.8rem 0.5rem 0.8rem;
  border: 1.5px solid var(--gray-light);
  border-radius: 20px;
  background: var(--white);
  color: var(--black);
  outline: none;
  cursor: pointer;
  appearance: none;
  -webkit-appearance: none;
  transition: border-color 0.2s ease;
}

.rc-select:focus {
  border-color: var(--black);
}

.rc-select:not([value=""]),
.rc-select:has(option:checked:not([value=""])) {
  background: var(--black);
  color: var(--white);
  border-color: var(--black);
}

.rc-select:not([value=""]) + .rc-select__chevron,
.rc-select:has(option:checked:not([value=""])) + .rc-select__chevron {
  color: var(--white);
}

.rc-select__chevron {
  position: absolute;
  right: 8px;
  top: 50%;
  transform: translateY(-50%);
  pointer-events: none;
  color: var(--black);
  transition: color 0.2s ease;
}

/* ── S3: Grid Section ── */
.rc-grid-section {
  background: var(--gray-bg);
  padding: clamp(3rem, 6vw, 5rem) 0 clamp(4rem, 8vw, 6rem);
}

.rc-grid-section__inner {
  max-width: 1340px;
  margin: 0 auto;
  padding: 0 30px;
}

/* ── Results Count ── */
.rc-results-count {
  font-family: var(--font-mono);
  font-size: 0.72rem;
  text-transform: uppercase;
  letter-spacing: 0;
  color: var(--gray-text, #888);
  margin-bottom: 1rem;
  display: none;
}

.rc-results-count.is-visible {
  display: block;
}

/* ── Recipe Grid ── */
.rc-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.5rem;
}

/* ── Recipe Card ── */
.rc-card {
  position: relative;
  background: var(--rf-white);
  border-radius: 12px;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  transition: transform var(--transition-medium), box-shadow var(--transition-medium);
}

.rc-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 16px 48px rgba(0, 0, 0, 0.1);
}

.rc-card__image-wrap {
  position: relative;
}

.rc-card__image {
  display: block;
  aspect-ratio: 4 / 3;
  overflow: hidden;
}

.rc-card__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.8s var(--ease-out-expo);
}

.rc-card:hover .rc-card__image img {
  transform: scale(1.05);
}

.rc-card__placeholder {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  background: var(--gray-light);
  color: var(--silver, #adadad);
}

.rc-card__cat {
  font-family: var(--font-mono);
  font-size: 0.6rem;
  letter-spacing: 0;
  text-transform: uppercase;
  color: var(--rf-black);
  text-decoration: none;
  background: var(--rf-white);
  border: 1.5px solid var(--rf-black);
  padding: 0.3rem 0.6rem;
  line-height: 1.1;
  position: absolute;
  bottom: -0.5rem;
  left: 0.8rem;
  z-index: 2;
  transform: rotate(-6deg);
}

.rc-card__body {
  padding: 1.2rem;
  flex: 1;
  display: flex;
  flex-direction: column;
}

.rc-card__title {
  font-family: var(--font-body);
  font-size: 0.95rem;
  font-weight: 500;
  line-height: 1.1;
  margin-bottom: 0.8rem;
}

.rc-card__title a {
  color: var(--rf-black);
  text-decoration: none;
  transition: color var(--transition-fast);
}

.rc-card__title a:hover {
  text-decoration: underline;
}

.rc-card__meta {
  font-family: var(--font-mono);
  font-size: 0.68rem;
  letter-spacing: 0;
  text-transform: uppercase;
  color: var(--rf-black);
  display: flex;
  gap: 0.6rem;
  margin-top: auto;
}

.rc-card__meta-item {
  display: inline-flex;
  align-items: center;
  gap: 0.25rem;
  white-space: nowrap;
}

.rc-card__meta-icon {
  flex-shrink: 0;
}

/* ── Favourite Button (Archive Card) ── */
.rc-card__fav {
  position: absolute;
  top: 0.6rem;
  right: 0.6rem;
  z-index: 3;
  width: 34px;
  height: 34px;
  border: none;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.9);
  backdrop-filter: blur(4px);
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  color: var(--black);
  opacity: 0;
  transition: opacity 0.2s ease, transform 0.2s ease, background 0.2s ease;
}

.rc-card:hover .rc-card__fav,
.rc-card__fav.is-fav {
  opacity: 1;
}

.rc-card__fav:hover {
  transform: scale(1.15);
  background: rgba(255, 255, 255, 1);
}

.rc-card__fav::after {
  content: attr(data-tooltip);
  position: absolute;
  top: calc(100% + 6px);
  right: 0;
  white-space: nowrap;
  font-family: var(--font-mono);
  font-size: 0.65rem;
  text-transform: uppercase;
  letter-spacing: 0.03em;
  color: #fff;
  background: var(--black);
  padding: 4px 8px;
  border-radius: 4px;
  pointer-events: none;
  opacity: 0;
  transform: translateY(-2px);
  transition: opacity 0.15s ease, transform 0.15s ease;
}

.rc-card__fav:hover::after {
  opacity: 1;
  transform: translateY(0);
}

.rc-card__fav:active {
  transform: scale(0.95);
}

.rc-card__fav-fill {
  display: none;
  color: var(--rf-orange, #FF4600);
}

.rc-card__fav-outline {
  display: block;
}

.rc-card__fav.is-fav .rc-card__fav-fill {
  display: block;
}

.rc-card__fav.is-fav .rc-card__fav-outline {
  display: none;
}

/* ── PREFERITI Filter Button ── */
.rc-filters__fav-btn,
.rc-filters__season-btn {
  display: inline-flex;
  align-items: center;
  gap: 0.3rem;
}

.rc-filters__fav-btn svg,
.rc-filters__season-btn svg {
  flex-shrink: 0;
}

.rc-filters__fav-badge {
  min-width: 16px;
  height: 16px;
  padding: 0 4px;
  border-radius: 8px;
  background: var(--rf-orange, #FF4600);
  color: var(--white);
  font-family: var(--font-mono);
  font-size: 0.55rem;
  font-weight: 700;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  line-height: 1;
}

/* ── Favourite Button (Single Recipe Info Bar) ── */
.rcd-info__fav {
  color: var(--black);
}

.rcd-info__fav-fill {
  display: none;
}

.rcd-info__fav-outline {
  display: block;
}

.rcd-info__fav.is-fav .rcd-info__fav-fill {
  display: block;
}

.rcd-info__fav.is-fav .rcd-info__fav-outline {
  display: none;
}

.rcd-info__fav.is-fav {
  border-color: var(--black);
  background: var(--black);
  color: var(--white);
}

/* ── Empty State ── */
.rc-empty {
  text-align: center;
  padding: clamp(3rem, 8vw, 6rem) 0;
}

.rc-empty__icon {
  display: block;
  margin: 0 auto 1rem;
  color: var(--gray-light, #D2D2D2);
}

.rc-empty__title {
  font-family: var(--font-heading);
  font-weight: 900;
  font-size: clamp(1.1rem, 2vw, 1.4rem);
  line-height: 90%;
  text-transform: uppercase;
  margin-bottom: 0.75rem;
}

.rc-empty__text {
  font-size: 1.1rem;
  color: var(--gray-text);
  margin-bottom: 1rem;
}

.rc-empty__hint {
  font-size: 0.95rem;
  color: var(--gray-text);
  margin-bottom: 1.5rem;
}

/* ── Responsive: Recipes Archive ── */
@media (max-width: 1024px) {
  .rc-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

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

  .rc-filters__inner {
    padding: 0.6rem 20px;
  }

  .rc-filters__cats-toggle {
    display: inline-flex;
  }

  .rc-filters__primary {
    flex-wrap: wrap;
  }

  .rc-filters__cats {
    display: none;
    flex-basis: 100%;
    gap: 0.3rem;
  }

  .rc-filters__cats.is-open {
    display: flex;
  }

  .rc-filters__secondary .rc-search {
    flex: 1;
    min-width: 0;
  }

  .rc-filters__secondary .rc-search__input,
  .rc-filters__secondary .rc-search__input:focus {
    width: 100%;
  }

  /* Show toggle button on mobile */
  .rc-filters__toggle-btn {
    display: inline-flex;
  }

  /* Hide clear button on mobile */
  .rc-filters__clear-btn.is-visible {
    display: none;
  }

  /* Hide advanced filters by default on mobile */
  .rc-search-group {
    display: none;
    width: 100%;
    gap: 0.4rem;
  }

  .rc-search-group.is-open {
    display: flex;
  }

  .rc-search-group .rc-search {
    flex: 0 0 100%;
  }

  .rc-select-wrap {
    flex: 1;
    min-width: 0;
  }

  .rc-select-wrap--cucina {
    flex: 1;
    min-width: 0;
  }

  .rc-select {
    width: 100%;
  }

  .rc-search-group .rc-search__input,
  .rc-search-group .rc-search__input:focus {
    width: 100%;
  }

  .rc-card__fav {
    opacity: 1;
  }
}

@media (hover: none) {
  .rc-card__fav {
    opacity: 1;
  }
}


/* ═══════════════════════════════════════════════════
   RECIPE DETAIL (rcd-)
   ═══════════════════════════════════════════════════ */

/* ── Breadcrumb ── */
.rcd-breadcrumb {
  background: var(--rf-silver);
}

.rcd-breadcrumb__inner {
  max-width: 1340px;
  margin: 0 auto;
  padding: 0.9rem 30px;
  display: flex;
  align-items: center;
  gap: 0.5rem;
}

.rcd-breadcrumb__link {
  font-family: var(--font-mono);
  font-size: 0.7rem;
  letter-spacing: 0;
  text-transform: uppercase;
  color: var(--black);
  text-decoration: none;
  transition: color var(--transition-fast);
}

.rcd-breadcrumb__link:hover {
  color: var(--black);
}

.rcd-breadcrumb__sep {
  font-family: var(--font-mono);
  font-size: 0.7rem;
  color: var(--black);
}

.rcd-breadcrumb__current {
  font-family: var(--font-mono);
  font-size: 0.7rem;
  letter-spacing: 0;
  text-transform: uppercase;
  color: var(--black);
}

/* ── S1: Hero ── */
.rcd-hero {
  background: var(--rf-silver);
  color: var(--black);
  padding: clamp(2rem, 5vw, 4rem) 0 clamp(3rem, 7vw, 5rem);
}

.rcd-hero__inner {
  max-width: 1340px;
  margin: 0 auto;
  padding: 0 30px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: clamp(2rem, 4vw, 4rem);
  align-items: center;
}

.rcd-hero__content {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 1.2rem;
}

.rcd-hero__title {
  font-family: var(--font-heading);
  font-size: clamp(2rem, 5vw, 3.5rem);
  font-weight: 900;
  line-height: 0.9;
  letter-spacing: 0;
  text-transform: uppercase;
}

.rcd-hero__excerpt {
  font-size: 1.05rem;
  line-height: 1.1;
  color: var(--black);
  max-width: 540px;
}

.rcd-hero__image {
  border-radius: 12px;
  overflow: hidden;
  aspect-ratio: 4 / 3;
}

.rcd-hero__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* ── S2: Info Bar ── */
.rcd-info {
  background: var(--white);
}

.rcd-info__inner {
  max-width: 1340px;
  margin: 0 auto;
  padding: 0 30px;
  display: flex;
  flex-wrap: wrap;
  gap: 0;
}

.rcd-info__block {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.8rem;
  padding: 1.2rem 2rem;
  border-right: 1px solid var(--gray-light);
  flex: 1;
  min-width: 180px;
}

.rcd-info__block:last-child {
  border-right: none;
}

.rcd-info__block:first-child {
  padding-left: 0;
}

.rcd-info__icon {
  flex-shrink: 0;
  display: inline-flex;
  align-items: center;
}

.rcd-info__text {
  display: flex;
  flex-direction: column;
  gap: 0.1rem;
}

.rcd-info__label {
  font-family: var(--font-mono);
  font-size: 0.6rem;
  letter-spacing: 0;
  text-transform: uppercase;
  color: var(--rf-black);
  display: inline-block;
  padding: 0.3rem 0.7rem;
  line-height: 1.1;
  border: 1.5px solid var(--rf-black);
  transform: rotate(-6deg);
  align-self: flex-start;
}

.rcd-info__value {
  font-family: var(--font-body);
  font-size: 0.9rem;
  font-weight: 500;
}

/* ── S3: Body ── */
.rcd-body {
  background: var(--gray-bg);
  padding: clamp(2.5rem, 5vw, 4rem) 0 clamp(3rem, 6vw, 5rem);
}

.rcd-body__inner {
  max-width: 1340px;
  margin: 0 auto;
  padding: 0 30px;
  display: grid;
  grid-template-columns: 1fr 360px;
  gap: clamp(2rem, 4vw, 3.5rem);
  align-items: flex-start;
}

/* ── Section Title ── */
.rcd-body__section-title {
  font-family: var(--font-heading);
  font-size: clamp(1.3rem, 2.5vw, 1.6rem);
  font-weight: 900;
  letter-spacing: 0;
  text-transform: uppercase;
  margin-bottom: clamp(1.5rem, 3vw, 2rem);
}

/* ── Steps ── */
.rcd-steps {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 2rem;
}

.rcd-steps__item {
  display: flex;
  gap: 1.2rem;
  align-items: flex-start;
}

.rcd-steps__number {
  width: 40px;
  height: 40px;
  min-width: 40px;
  border-radius: 50%;
  background: var(--black);
  color: var(--white);
  font-family: var(--font-heading);
  font-size: 0.9rem;
  font-weight: 900;
  display: flex;
  align-items: center;
  justify-content: center;
}

.rcd-steps__content {
  flex: 1;
}

.rcd-steps__title {
  font-family: var(--font-heading);
  font-size: 1.05rem;
  font-weight: 700;
  line-height: 1.15;
  margin: 0 0 0.4rem;
}

.rcd-steps__text {
  font-size: 1rem;
  line-height: 1.1;
  color: var(--black);
  margin-bottom: 0;
}

/* Image layout: wide (full-width above text) */
.rcd-steps__img {
  border-radius: 8px;
  width: 100%;
}

.rcd-steps__img--wide {
  margin-bottom: 0.8rem;
}

/* Image layout: inline (image left, text right) */
.rcd-steps__body--inline {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1.2rem;
  align-items: flex-start;
}

.rcd-steps__img--inline {
  aspect-ratio: 4 / 3;
  object-fit: cover;
}

.rcd-steps__body-text .rcd-steps__title {
  margin-top: 0;
}

@media (max-width: 600px) {
  .rcd-steps__body--inline {
    grid-template-columns: 1fr;
    gap: 0.8rem;
  }
}

/* ── Editor content (optional notes after steps) ── */
.rcd-body__content {
  background: var(--white);
  border-radius: 12px;
  padding: clamp(1.5rem, 3vw, 2rem);
  margin-top: 2.5rem;
}

.rcd-body__content > *:first-child {
  margin-top: 0;
}

.rcd-body__content p {
  font-size: 1rem;
  line-height: 1.1;
  margin-bottom: 1rem;
}

.rcd-body__content h2,
.rcd-body__content h3 {
  font-family: var(--font-heading);
  font-weight: 900;
  letter-spacing: 0;
  line-height: 1.2;
  margin: 1.5rem 0 0.6rem;
}

/* ── Sidebar ── */
.rcd-body__sidebar {
  display: flex;
  flex-direction: column;
  gap: 1.2rem;
  position: sticky;
  top: calc(var(--sticky-offset, var(--header-height)) + 1.5rem);
}

.rcd-sidebar-card {
  background: var(--white);
  border-radius: 12px;
  padding: clamp(1.3rem, 2.5vw, 1.8rem);
}

.rcd-sidebar-card__title {
  font-family: var(--font-mono);
  font-size: 0.65rem;
  letter-spacing: 0;
  text-transform: uppercase;
  color: var(--gray-text);
  display: flex;
  align-items: center;
  gap: 0.4rem;
  margin-bottom: 0.9rem;
  padding-bottom: 0.7rem;
  border-bottom: 1px solid var(--gray-light);
}

.rcd-sidebar-card__icon {
  display: inline-flex;
  align-items: center;
}

.rcd-sidebar-card__share-links {
  display: flex;
  gap: 0.5rem;
}

/* ── Ingredients List ── */
.rcd-ingredients {
  list-style: none;
  padding: 0;
  margin: 0;
}

.rcd-ingredients__item {
  display: flex;
  gap: 0.5rem;
  padding: 0.6rem 0;
  border-bottom: 1px solid var(--gray-light);
  font-size: 0.9rem;
  line-height: 1.1;
}

.rcd-ingredients__item:last-child {
  border-bottom: none;
}

.rcd-ingredients__qty {
  font-family: var(--font-mono);
  font-size: 0.78rem;
  font-weight: 500;
  min-width: 60px;
  flex-shrink: 0;
}

.rcd-ingredients__name {
  font-family: var(--font-body);
  display: inline-flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 0;
}

/* ── Ingredient Strikethrough ── */
.rcd-ingredients__item {
  cursor: pointer;
  transition: opacity 0.2s ease;
  -webkit-user-select: none;
  user-select: none;
}

.rcd-ingredients__item.is-crossed {
  text-decoration: line-through;
  opacity: 0.4;
}

/* ── Ingredient: Q.B. quantity ── */
.rcd-ingredients__qty--qb {
  font-style: italic;
  opacity: 0.65;
}

/* ── Ingredient: Optional tag (brand label) ── */
.rcd-ingredients__optional {
  display: inline-block;
  font-family: var(--font-mono);
  font-size: 0.55rem;
  font-weight: 400;
  text-transform: uppercase;
  letter-spacing: 0;
  color: var(--black);
  border: 1px solid var(--black);
  padding: 0.2rem 0.45rem;
  margin-left: 6px;
  line-height: 1.1;
  transform: rotate(-5deg);
  vertical-align: middle;
}

/* ── Ingredient: Tooltip (? icon) ── */
.rcd-ingredients__tip {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 16px;
  height: 16px;
  margin-left: 5px;
  border-radius: 50%;
  border: 1px solid var(--gray-light);
  font-family: var(--font-mono);
  font-size: 0.6rem;
  font-weight: 600;
  color: #999;
  cursor: help;
  vertical-align: middle;
  flex-shrink: 0;
  transition: color 0.15s, border-color 0.15s;
  outline: none;
}

.rcd-ingredients__tip:hover,
.rcd-ingredients__tip:focus {
  color: var(--black);
  border-color: var(--black);
}

.rcd-ingredients__tip::after {
  content: attr(data-tooltip);
  position: absolute;
  bottom: calc(100% + 8px);
  left: 50%;
  transform: translateX(-50%);
  background: var(--black);
  color: var(--white);
  font-family: var(--font-body);
  font-size: 0.72rem;
  font-weight: 400;
  font-style: normal;
  line-height: 1.35;
  padding: 6px 10px;
  border-radius: 6px;
  white-space: normal;
  width: max-content;
  max-width: 220px;
  text-align: left;
  pointer-events: none;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.2s ease, visibility 0.2s ease;
  z-index: 10;
}

.rcd-ingredients__tip::before {
  content: '';
  position: absolute;
  bottom: calc(100% + 2px);
  left: 50%;
  transform: translateX(-50%);
  border: 5px solid transparent;
  border-top-color: var(--black);
  pointer-events: none;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.2s ease, visibility 0.2s ease;
  z-index: 10;
}

.rcd-ingredients__tip:hover::after,
.rcd-ingredients__tip:hover::before,
.rcd-ingredients__tip:focus::after,
.rcd-ingredients__tip:focus::before {
  opacity: 1;
  visibility: visible;
}

/* ── Sidebar Card Header (with servings adjuster) ── */
.rcd-sidebar-card__header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 0.9rem;
  padding-bottom: 0.7rem;
  border-bottom: 1px solid var(--gray-light);
}

.rcd-sidebar-card__header .rcd-sidebar-card__title {
  margin-bottom: 0;
  padding-bottom: 0;
  border-bottom: none;
}

/* ── Servings Adjuster ── */
.rcd-servings {
  display: flex;
  align-items: center;
  gap: 0;
  background: var(--gray-bg, #f5f5f5);
  border-radius: 20px;
  overflow: hidden;
  flex-shrink: 0;
}

.rcd-servings__btn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 30px;
  height: 30px;
  border: none;
  background: transparent;
  cursor: pointer;
  font-size: 1rem;
  font-weight: 600;
  color: var(--black);
  transition: background 0.15s ease;
  line-height: 1;
  padding: 0;
}

.rcd-servings__btn:hover {
  background: var(--gray-light);
}

.rcd-servings__btn:active {
  background: var(--lime);
}

.rcd-servings__value {
  font-family: var(--font-mono);
  font-size: 0.75rem;
  font-weight: 500;
  min-width: 24px;
  text-align: center;
  line-height: 30px;
}

/* ── S4: Related Recipes ── */
.rcd-related {
  background: var(--white);
  padding: clamp(3rem, 6vw, 5rem) 0 clamp(3.5rem, 7vw, 5.5rem);
}

.rcd-related__inner {
  max-width: 1340px;
  margin: 0 auto;
  padding: 0 30px;
}

.rcd-related__title {
  font-family: var(--font-heading);
  font-size: clamp(1.5rem, 3vw, 2rem);
  font-weight: 900;
  letter-spacing: 0;
  text-transform: uppercase;
  margin-bottom: clamp(1.5rem, 3vw, 2.5rem);
}

.rcd-related__grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.5rem;
}

.rcd-related__all {
  text-align: center;
  margin-top: clamp(2rem, 4vw, 3rem);
}

/* ── S3b: Nutritionist Comment ── */
.rcd-nutri {
  background: var(--rf-lime);
  padding: clamp(3rem, 6vw, 5rem) 0;
}

.rcd-nutri__inner {
  max-width: 720px;
  margin: 0 auto;
  padding: 0 30px;
  text-align: center;
}

.rcd-nutri__tag {
  margin-bottom: 1.5rem;
}

.rcd-nutri__card {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1.2rem;
}

.rcd-nutri__avatar {
  width: 72px;
  height: 72px;
  border-radius: 50%;
  object-fit: cover;
  flex-shrink: 0;
}

.rcd-nutri__content {
  flex: 1;
  min-width: 0;
}

.rcd-nutri__text {
  font-family: var(--font-body);
  font-size: 1.05rem;
  line-height: 1.5;
  color: var(--black);
  margin: 0 0 1rem;
}

.rcd-nutri__author {
  display: flex;
  flex-direction: column;
  gap: 0.15rem;
}

.rcd-nutri__name {
  font-family: var(--font-heading);
  font-size: 0.85rem;
  font-weight: 700;
  text-transform: uppercase;
  color: var(--black);
}

.rcd-nutri__role {
  font-family: var(--font-mono);
  font-size: 0.7rem;
  text-transform: uppercase;
  color: var(--black);
}

@media (max-width: 768px) {
  .rcd-nutri__card {
    flex-direction: column;
    gap: 1rem;
  }
}

/* ── Hero: Author Byline ── */
.rcd-hero__author {
  display: flex;
  align-items: center;
  gap: 1rem;
  margin-top: 1.2rem;
}

.rcd-hero__author-avatar {
  width: 52px;
  height: 52px;
  border-radius: 50%;
  object-fit: cover;
  flex-shrink: 0;
}

.rcd-hero__author-info {
  display: flex;
  flex-direction: column;
  gap: 0.1rem;
}

.rcd-hero__author-label {
  font-family: var(--font-mono);
  font-size: 0.65rem;
  text-transform: uppercase;
  color: var(--black);
  letter-spacing: 0.03em;
}

.rcd-hero__author-name {
  font-family: var(--font-heading);
  font-size: 1.1rem;
  font-weight: 700;
  text-transform: uppercase;
  color: var(--black);
  line-height: 1;
}

.rcd-hero__author-link {
  font-family: var(--font-mono);
  font-size: 0.65rem;
  color: var(--black);
  text-decoration: underline;
  text-underline-offset: 2px;
  margin-top: 0.15rem;
}

/* ── Recipe Author Archive ── */
.rca-hero {
  background: var(--rf-silver);
  padding: clamp(3rem, 6vw, 5rem) 0;
}

.rca-hero__inner {
  max-width: 1340px;
  margin: 0 auto;
  padding: 0 30px;
  display: flex;
  align-items: center;
  gap: clamp(1.5rem, 3vw, 2.5rem);
}

.rca-hero__avatar {
  width: clamp(120px, 18vw, 200px);
  height: clamp(120px, 18vw, 200px);
  border-radius: 50%;
  object-fit: cover;
  flex-shrink: 0;
}

.rca-hero__content {
  flex: 1;
  min-width: 0;
}

.rca-hero__name {
  font-family: var(--font-heading);
  font-weight: 900;
  font-size: clamp(1.8rem, 4vw, 3rem);
  line-height: 0.9;
  text-transform: uppercase;
  color: var(--black);
  margin: 0 0 0.8rem;
}

.rca-hero__motto {
  font-family: var(--font-body);
  font-size: 1.1rem;
  font-style: italic;
  line-height: 1.4;
  color: var(--black);
  margin: 0 0 0.8rem;
}

.rca-hero__bio {
  font-family: var(--font-body);
  font-size: 1rem;
  line-height: 1.5;
  color: var(--black);
  max-width: 600px;
}

.rca-hero__socials {
  display: flex;
  gap: 0.6rem;
  margin-top: 1rem;
}

.rca-hero__social {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 36px;
  height: 36px;
  border-radius: 50%;
  background: var(--black);
  color: var(--white);
  transition: opacity var(--transition-fast);
}

.rca-hero__social:hover {
  opacity: 0.7;
}

.rca-recipes {
  padding: clamp(3rem, 6vw, 5rem) 0;
}

.rca-recipes__inner {
  max-width: 1340px;
  margin: 0 auto;
  padding: 0 30px;
}

.rca-recipes__title {
  font-family: var(--font-heading);
  font-weight: 900;
  font-size: clamp(1.4rem, 3vw, 2rem);
  text-transform: uppercase;
  color: var(--black);
  margin: 0 0 2rem;
}

.rca-recipes__empty {
  font-family: var(--font-body);
  font-size: 1rem;
  color: var(--black);
}

.rca-recipes__all {
  text-align: center;
  margin-top: clamp(2rem, 4vw, 3rem);
}

@media (max-width: 768px) {
  .rca-hero__inner {
    flex-direction: column;
    text-align: center;
  }

  .rca-hero__bio {
    max-width: none;
  }
}

/* ── Responsive: Recipe Detail ── */
@media (max-width: 768px) {
  .rcd-hero__inner {
    grid-template-columns: 1fr;
    gap: 2rem;
  }

  .rcd-hero__image {
    order: -1;
  }

  .rcd-body__inner {
    grid-template-columns: 1fr;
  }

  .rcd-body__sidebar {
    position: static;
    order: -1;
  }

  .rcd-info__inner {
    flex-direction: column;
    gap: 0;
  }

  .rcd-info__block {
    border-right: none;
    border-bottom: 1px solid var(--gray-light);
    justify-content: flex-start;
    padding: 0.8rem 0;
  }

  .rcd-info__block:last-child {
    border-bottom: none;
  }

  .rcd-info__block:first-child {
    padding-left: 0;
  }

  .rcd-related__grid {
    grid-template-columns: 1fr;
  }
}

/* ═══════════════════════════════════════════════
   SHOPPING LIST (Lista della Spesa)
   ═══════════════════════════════════════════════ */

/* ── Ingredient Add Buttons (Recipe Single) ── */
.rcd-ingredients__item {
  position: relative;
}

.rcd-ingredients__add {
  flex-shrink: 0;
  margin-left: auto;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 26px;
  height: 26px;
  border-radius: 50%;
  border: 1.5px solid var(--gray-light);
  background: transparent;
  cursor: pointer;
  opacity: 0.5;
  transition: opacity 0.2s ease, background 0.2s ease, border-color 0.2s ease;
}

.rcd-ingredients__add:hover {
  opacity: 1;
  background: var(--lime);
  border-color: var(--lime);
}

.rcd-ingredients__add--added {
  opacity: 0.6;
  border-color: var(--lime);
  background: var(--lime);
  pointer-events: none;
}

.rcd-ingredients__add-all {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  width: 100%;
  margin-top: 1rem;
  padding: 0.6rem 1.2rem;
  background: var(--black);
  color: var(--white);
  border: none;
  border-radius: 50px;
  font-family: var(--font-mono);
  font-size: 0.65rem;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  cursor: pointer;
  transition: background 0.2s ease;
}

.rcd-ingredients__add-all:hover {
  background: #333;
}

.rcd-ingredients__add-all svg {
  flex-shrink: 0;
}

/* ── Floating Action Button (FAB) ── */
.sl-fab {
  position: fixed;
  bottom: 1.5rem;
  right: 1.5rem;
  z-index: 100;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  background: var(--black);
  color: var(--white);
  text-decoration: none;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.2);
  transition: transform 0.2s ease, opacity 0.3s ease;
  animation: slFabIn 0.3s ease-out;
}

.sl-fab:hover {
  transform: scale(1.08);
}

.sl-fab::after {
  content: attr(data-tooltip);
  position: absolute;
  bottom: calc(100% + 8px);
  right: 0;
  white-space: nowrap;
  font-family: var(--font-mono);
  font-size: 0.65rem;
  text-transform: uppercase;
  letter-spacing: 0.03em;
  color: #fff;
  background: var(--black);
  padding: 4px 8px;
  border-radius: 4px;
  pointer-events: none;
  opacity: 0;
  transform: translateY(2px);
  transition: opacity 0.15s ease, transform 0.15s ease;
}

.sl-fab:hover::after {
  opacity: 1;
  transform: translateY(0);
}

.sl-fab--empty {
  opacity: 0;
  pointer-events: none;
  transform: scale(0.8);
}

.sl-fab__badge {
  position: absolute;
  top: -4px;
  right: -4px;
  min-width: 18px;
  height: 18px;
  padding: 0 5px;
  border-radius: 10px;
  background: var(--lime);
  color: var(--black);
  font-family: var(--font-mono);
  font-size: 0.6rem;
  font-weight: 700;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 1;
}

@keyframes slFabIn {
  from { opacity: 0; transform: scale(0.5); }
  to   { opacity: 1; transform: scale(1); }
}

/* ── Toast Notification ── */
.sl-toast {
  position: fixed;
  bottom: 5.5rem;
  left: 50%;
  transform: translateX(-50%) translateY(10px);
  z-index: 110;
  padding: 0.55rem 1.2rem;
  background: var(--black);
  color: var(--white);
  font-family: var(--font-mono);
  font-size: 0.68rem;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 0.03em;
  border-radius: 50px;
  white-space: nowrap;
  opacity: 0;
  transition: opacity 0.3s ease, transform 0.3s ease;
  pointer-events: none;
}

.sl-toast--visible {
  opacity: 1;
  transform: translateX(-50%) translateY(0);
}

/* ── Archive: Shopping List Link ── */
.rc-filters__list-link {
  display: flex;
  align-items: center;
  gap: 0.4rem;
  font-family: var(--font-mono);
  font-size: 0.7rem;
  font-weight: 500;
  text-transform: uppercase;
  text-decoration: none;
  color: var(--black);
  padding: 0.5rem 1rem;
  border: 1.5px solid var(--gray-light);
  border-radius: 20px;
  white-space: nowrap;
  transition: border-color 0.2s ease, background 0.2s ease;
}

.rc-filters__list-link:hover {
  border-color: var(--black);
  background: var(--lime);
}

.rc-filters__list-badge {
  min-width: 16px;
  height: 16px;
  padding: 0 4px;
  border-radius: 8px;
  background: var(--lime);
  color: var(--black);
  font-family: var(--font-mono);
  font-size: 0.55rem;
  font-weight: 700;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  line-height: 1;
}

/* ── Shopping List Page: Hero ── */
.sl-hero {
  background: var(--rf-silver);
  color: var(--black);
  padding: clamp(5rem, 12vw, 10rem) 0 clamp(3rem, 6vw, 5rem);
}

.sl-hero__inner {
  max-width: 1340px;
  margin: 0 auto;
  padding: 0 30px;
}

.sl-hero__title {
  font-family: var(--font-heading);
  font-weight: 900;
  font-size: clamp(3.5rem, 10vw, 8rem);
  text-transform: uppercase;
  line-height: 0.9;
  letter-spacing: 0;
}

.sl-hero__desc {
  font-size: 1.05rem;
  line-height: 1.1;
  color: var(--black);
  margin-top: 1.2rem;
  max-width: 520px;
}

/* ── Shopping List Page: Controls ── */
.sl-controls {
  position: sticky;
  top: var(--sticky-offset, 80px);
  z-index: 90;
  background: var(--white);
  border-bottom: 1px solid var(--gray-light);
}

.sl-controls__inner {
  max-width: 1340px;
  margin: 0 auto;
  padding: 0.8rem 30px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
}

.sl-controls__info {
  font-family: var(--font-mono);
  font-size: 0.7rem;
  font-weight: 500;
  text-transform: uppercase;
  color: #777;
}

.sl-controls__actions {
  display: flex;
  align-items: center;
  gap: 0.5rem;
}

.sl-controls__btn,
.sl-controls__flush {
  display: flex;
  align-items: center;
  gap: 0.4rem;
  padding: 0.45rem 1rem;
  background: transparent;
  border: 1.5px solid var(--gray-light);
  border-radius: 50px;
  font-family: var(--font-mono);
  font-size: 0.65rem;
  font-weight: 500;
  text-transform: uppercase;
  cursor: pointer;
  transition: border-color 0.2s ease, background 0.2s ease, color 0.2s ease;
}

.sl-controls__btn:hover {
  border-color: var(--black);
  background: var(--black);
  color: var(--white);
}

.sl-controls__flush:hover {
  border-color: #e74c3c;
  background: #ffeaea;
  color: #e74c3c;
}

/* ── Shopping List Page: App Container ── */
.sl-app-section {
  background: var(--white);
  padding-bottom: clamp(4rem, 8vw, 6rem);
}

.sl-app-section__inner {
  max-width: 1340px;
  margin: 0 auto;
  padding: 0 30px;
}

/* ── Shopping List Page: Empty State ── */
.sl-empty {
  text-align: center;
  padding: clamp(3rem, 6vw, 5rem) 1rem;
}

.sl-empty__icon {
  opacity: 0.15;
  margin-bottom: 1.5rem;
}

.sl-empty__text {
  font-family: var(--font-body);
  font-size: 1.1rem;
  color: #777;
  margin-bottom: 2rem;
}

/* ── Shopping List Page: Ingredient List ── */
/* ── Shopping List Page: Recipe Groups ── */
.sl-recipe-group {
  border-bottom: 1px solid var(--gray-light);
  padding: 1.2rem 0;
}

.sl-recipe-group:first-child {
  border-top: 1px solid var(--gray-light);
}

.sl-recipe-group__header {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  margin-bottom: 0.6rem;
}

.sl-recipe-group__title {
  font-family: var(--font-heading);
  font-size: 0.75rem;
  font-weight: 800;
  text-transform: uppercase;
  text-decoration: none;
  color: var(--black);
  line-height: 1.1;
  flex: 1;
  min-width: 0;
  border-bottom: 1px solid transparent;
  transition: border-color 0.2s ease;
}

.sl-recipe-group__title:hover {
  border-bottom-color: var(--black);
}

.sl-recipe-group__actions {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  flex-shrink: 0;
}

.sl-recipe-group__servings {
  display: flex;
  align-items: center;
  gap: 0;
  background: #f5f5f5;
  border-radius: 14px;
  overflow: hidden;
}

.sl-recipe-group__srv-btn {
  width: 26px;
  height: 26px;
  border: none;
  background: transparent;
  cursor: pointer;
  font-size: 0.85rem;
  font-weight: 600;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: background 0.15s ease;
}

.sl-recipe-group__srv-btn:hover {
  background: var(--gray-light);
}

.sl-recipe-group__srv-btn:active {
  background: var(--lime);
}

.sl-recipe-group__srv-value {
  font-family: var(--font-mono);
  font-size: 0.65rem;
  font-weight: 500;
  min-width: 20px;
  text-align: center;
  line-height: 26px;
}

.sl-recipe-group__servings-label {
  font-family: var(--font-mono);
  font-size: 0.6rem;
  color: #999;
  text-transform: uppercase;
}

.sl-recipe-group__remove {
  width: 28px;
  height: 28px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: none;
  background: transparent;
  font-size: 1.2rem;
  color: #999;
  cursor: pointer;
  border-radius: 50%;
  transition: color 0.2s ease, background 0.2s ease;
}

.sl-recipe-group__remove:hover {
  color: #e74c3c;
  background: #ffeaea;
}

/* ── Shopping List Page: Ingredient Entries ── */
.sl-ingredients {
  list-style: none;
  padding: 0;
  margin: 0;
}

.sl-ingredient {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 0.4rem;
  padding: 0.35rem 0;
  transition: opacity 0.2s ease;
}

.sl-ingredient--checked {
  opacity: 0.4;
}

.sl-ingredient--checked .sl-ingredient__name {
  text-decoration: line-through;
}

.sl-ingredient__check {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  cursor: pointer;
  flex: 1;
  min-width: 0;
}

.sl-ingredient__checkbox {
  width: 16px;
  height: 16px;
  flex-shrink: 0;
  accent-color: var(--lime);
  cursor: pointer;
}

.sl-ingredient__qty {
  font-family: var(--font-mono);
  font-size: 0.7rem;
  font-weight: 500;
  min-width: 45px;
  flex-shrink: 0;
}

.sl-ingredient__name {
  font-family: var(--font-body);
  font-size: 0.9rem;
}

.sl-ingredient__optional {
  display: inline-block;
  font-family: var(--font-mono);
  font-size: 0.5rem;
  border: 1px solid currentColor;
  padding: 0.15rem 0.4rem;
  margin-left: 4px;
  transform: rotate(-5deg);
  line-height: 1.1;
  text-transform: uppercase;
  vertical-align: middle;
  opacity: 0.6;
}

.sl-ingredient__remove {
  flex-shrink: 0;
  width: 22px;
  height: 22px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: none;
  background: transparent;
  font-size: 1rem;
  color: #ccc;
  cursor: pointer;
  border-radius: 50%;
  transition: color 0.2s ease;
}

.sl-ingredient__remove:hover {
  color: #e74c3c;
}

.sl-ingredient__note-btn {
  flex-shrink: 0;
  display: inline-flex;
  align-items: center;
  gap: 0.25rem;
  border: none;
  background: transparent;
  color: #aaa;
  cursor: pointer;
  font-family: var(--font-mono);
  font-size: 0.55rem;
  text-transform: uppercase;
  padding: 0.2rem 0.4rem;
  border-radius: 4px;
  transition: color 0.2s ease, background 0.2s ease;
}

.sl-ingredient__note-btn:hover {
  color: var(--black);
  background: #f5f5f5;
}

.sl-ingredient__note-btn--active {
  color: var(--blue);
}

.sl-ingredient__note-btn--active:hover {
  color: var(--blue);
  background: #eeeeff;
}

.sl-ingredient__note {
  display: block;
  width: 100%;
  padding: 0.15rem 0 0.1rem 2.1rem;
  font-family: var(--font-mono);
  font-size: 0.65rem;
  color: #888;
  line-height: 1.3;
}

.sl-ingredient__note-editor {
  display: flex;
  align-items: center;
  gap: 0.4rem;
  width: 100%;
  padding: 0.25rem 0 0.1rem 2.1rem;
  box-sizing: border-box;
}

.sl-ingredient__note-input {
  flex: 1;
  min-width: 0;
  padding: 0.3rem 0.5rem;
  border: 1.5px solid var(--gray-light);
  border-radius: 6px;
  font-family: var(--font-mono);
  font-size: 0.65rem;
  outline: none;
  transition: border-color 0.2s ease;
  box-sizing: border-box;
}

.sl-ingredient__note-input:focus {
  border-color: var(--blue);
}

.sl-ingredient__note-save,
.sl-ingredient__note-close {
  flex-shrink: 0;
  border: none;
  border-radius: 4px;
  padding: 0.3rem 0.6rem;
  font-family: var(--font-mono);
  font-size: 0.55rem;
  text-transform: uppercase;
  cursor: pointer;
  transition: background 0.2s ease, color 0.2s ease;
}

.sl-ingredient__note-save {
  background: var(--black);
  color: var(--white);
}

.sl-ingredient__note-save:hover {
  background: var(--blue);
}

.sl-ingredient__note-close {
  background: #f0f0f0;
  color: #666;
}

.sl-ingredient__note-close:hover {
  background: #e0e0e0;
  color: var(--black);
}

.sl-footer {
  text-align: center;
  padding: 2.5rem 0 0;
}

/* ── Shopping List Page: Responsive ── */
@media (max-width: 768px) {
  .sl-recipe-group__header {
    flex-wrap: wrap;
  }
}

/* ── Shopping List Page: Print ── */
@media print {
  .site-header,
  .site-footer,
  .sl-controls,
  .sl-fab,
  .mn-fab,
  .sl-recipe-group__servings,
  .sl-recipe-group__servings-label,
  .sl-recipe-group__remove,
  .sl-ingredient__remove,
  .sl-ingredient__note-btn,
  .sl-ingredient__note-editor,
  .no-print {
    display: none !important;
  }

  .sl-ingredient__note {
    padding-left: 1.5rem;
    color: #555;
  }

  body {
    background: #fff;
    color: #000;
  }

  .sl-hero {
    padding: 1rem 0 0.5rem;
  }

  .sl-hero__title {
    font-size: 1.5rem;
  }

  .sl-hero__desc {
    font-size: 0.85rem;
  }

  .sl-app-section {
    padding-bottom: 0;
  }

  .sl-recipe-group {
    break-inside: avoid;
  }

  .sl-recipe-group__title {
    color: #000;
  }

  .sl-ingredient__checkbox {
    accent-color: #000;
  }
}

/* ═══════════════════════════════════════════════════
   RECIPE MENU
   ═══════════════════════════════════════════════════ */

/* ── Menu FAB (Floating Action Button) ── */
.mn-fab {
  position: fixed;
  bottom: 1.5rem;
  right: 5.5rem;
  z-index: 100;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  background: var(--blue);
  color: var(--white);
  text-decoration: none;
  box-shadow: 0 4px 16px rgba(91, 89, 222, 0.3);
  transition: transform 0.2s ease, opacity 0.3s ease;
  animation: slFabIn 0.3s ease-out;
}

.mn-fab:hover {
  transform: scale(1.08);
}

.mn-fab::after {
  content: attr(data-tooltip);
  position: absolute;
  bottom: calc(100% + 8px);
  right: 0;
  white-space: nowrap;
  font-family: var(--font-mono);
  font-size: 0.65rem;
  text-transform: uppercase;
  letter-spacing: 0.03em;
  color: #fff;
  background: var(--black);
  padding: 4px 8px;
  border-radius: 4px;
  pointer-events: none;
  opacity: 0;
  transform: translateY(2px);
  transition: opacity 0.15s ease, transform 0.15s ease;
}

.mn-fab:hover::after {
  opacity: 1;
  transform: translateY(0);
}

.mn-fab--empty {
  opacity: 0;
  pointer-events: none;
  transform: scale(0.8);
}

.mn-fab__badge {
  position: absolute;
  top: -4px;
  right: -4px;
  min-width: 18px;
  height: 18px;
  padding: 0 5px;
  border-radius: 10px;
  background: var(--white);
  color: var(--blue);
  font-family: var(--font-mono);
  font-size: 0.6rem;
  font-weight: 700;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 1;
}

/* ── Archive: Menu Link in Filter Bar ── */
.rc-filters__menu-link {
  display: flex;
  align-items: center;
  gap: 0.4rem;
  font-family: var(--font-mono);
  font-size: 0.7rem;
  font-weight: 500;
  text-transform: uppercase;
  text-decoration: none;
  color: var(--black);
  padding: 0.5rem 1rem;
  border: 1.5px solid var(--gray-light);
  border-radius: 20px;
  white-space: nowrap;
  transition: border-color 0.2s ease, background 0.2s ease;
}

.rc-filters__menu-link:hover {
  border-color: var(--blue);
  background: var(--blue);
  color: var(--white);
}

.rc-filters__menu-badge {
  min-width: 16px;
  height: 16px;
  padding: 0 4px;
  border-radius: 8px;
  background: var(--blue);
  color: var(--white);
  font-family: var(--font-mono);
  font-size: 0.55rem;
  font-weight: 700;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  line-height: 1;
}

/* ── Recipe Card: Menu Button ── */
.rc-card__menu-btn {
  display: inline-flex;
  align-items: center;
  align-self: flex-start;
  gap: 0.3rem;
  margin-top: 0.8rem;
  padding: 0.35rem 0.8rem;
  border: 1.5px solid var(--gray-light);
  border-radius: 50px;
  background: transparent;
  font-family: var(--font-mono);
  font-size: 0.6rem;
  font-weight: 500;
  text-transform: uppercase;
  cursor: pointer;
  color: var(--black);
  transition: border-color 0.2s ease, background 0.2s ease, color 0.2s ease;
}

.rc-card__menu-btn:hover {
  border-color: var(--blue);
  background: var(--blue);
  color: var(--white);
}

.rc-card__menu-btn--added {
  border-color: var(--blue);
  background: var(--blue);
  color: var(--white);
}

/* ── Single Recipe: Action Buttons (Fav + Menu) ── */
.rcd-hero__actions {
  display: flex;
  gap: 0.6rem;
  flex-wrap: wrap;
  margin-top: 1.2rem;
}

.rcd-action-btn {
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
  padding: 0.55rem 1.4rem;
  border: 1.5px solid var(--gray-light);
  border-radius: 50px;
  background: transparent;
  font-family: var(--font-mono);
  font-size: 0.7rem;
  font-weight: 500;
  text-transform: uppercase;
  cursor: pointer;
  color: var(--black);
  transition: border-color 0.2s ease, background 0.2s ease, color 0.2s ease;
}

.rcd-action-btn:hover {
  border-color: var(--black);
  background: var(--black);
  color: var(--white);
}

.rcd-menu-btn--added {
  border-color: var(--black);
  background: var(--black);
  color: var(--white);
}

/* ── Menu Page: Hero ── */
.mn-hero {
  background: var(--rf-silver);
  color: var(--black);
  padding: clamp(5rem, 12vw, 10rem) 0 clamp(3rem, 6vw, 5rem);
}

.mn-hero__inner {
  max-width: 1340px;
  margin: 0 auto;
  padding: 0 30px;
}

.mn-hero__title-row {
  display: flex;
  align-items: center;
  gap: 0.75rem;
}

.mn-hero__title {
  font-family: var(--font-heading);
  font-weight: 900;
  font-size: clamp(3.5rem, 10vw, 8rem);
  text-transform: uppercase;
  line-height: 0.9;
  letter-spacing: 0;
  margin-bottom: 0;
}

.mn-hero__title-edit-btn {
  background: none;
  border: 1.5px solid #ccc;
  border-radius: 50%;
  width: 36px;
  height: 36px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  color: #999;
  transition: all 0.2s;
  flex-shrink: 0;
}

.mn-hero__title-edit-btn:hover {
  border-color: #5B59DE;
  color: #5B59DE;
}

.mn-hero__title-edit {
  margin-bottom: 0.8rem;
}

.mn-hero__title-input {
  font-family: var(--font-heading);
  font-weight: 900;
  font-size: clamp(3.5rem, 10vw, 8rem);
  text-transform: uppercase;
  line-height: 0.9;
  letter-spacing: 0;
  border: none;
  border-bottom: 3px solid #5B59DE;
  background: transparent;
  outline: none;
  width: 100%;
  max-width: 600px;
  padding: 0 0 0.3rem;
}

.mn-hero__desc {
  font-size: 1.05rem;
  line-height: 1.1;
  color: var(--black);
  margin-top: 1.2rem;
  max-width: 520px;
}

/* ── Menu Page: Controls ── */
.mn-controls {
  position: sticky;
  top: var(--sticky-offset, 80px);
  z-index: 90;
  background: var(--white);
  border-bottom: 1px solid var(--gray-light);
}

.mn-controls__inner {
  max-width: 1340px;
  margin: 0 auto;
  padding: 0.8rem 30px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
}

.mn-controls__info {
  font-family: var(--font-mono);
  font-size: 0.7rem;
  font-weight: 500;
  text-transform: uppercase;
  color: #777;
}

.mn-controls__actions {
  display: flex;
  align-items: center;
  gap: 0.6rem;
}

.mn-controls__share {
  display: flex;
  align-items: center;
  gap: 0.4rem;
  padding: 0.45rem 1rem;
  background: var(--blue);
  color: var(--white);
  border: 1.5px solid var(--blue);
  border-radius: 50px;
  font-family: var(--font-mono);
  font-size: 0.65rem;
  font-weight: 500;
  text-transform: uppercase;
  cursor: pointer;
  transition: opacity 0.2s ease;
}

.mn-controls__share:hover {
  opacity: 0.85;
}

.mn-controls__share:disabled {
  opacity: 0.5;
  cursor: wait;
}

.mn-controls__flush {
  display: flex;
  align-items: center;
  gap: 0.4rem;
  padding: 0.45rem 1rem;
  background: transparent;
  border: 1.5px solid var(--gray-light);
  border-radius: 50px;
  font-family: var(--font-mono);
  font-size: 0.65rem;
  font-weight: 500;
  text-transform: uppercase;
  cursor: pointer;
  transition: border-color 0.2s ease, background 0.2s ease;
}

.mn-controls__flush:hover {
  border-color: #e74c3c;
  background: #ffeaea;
  color: #e74c3c;
}

/* ── Menu Page: Share Result ── */
.mn-share-section {
  background: var(--white);
}

.mn-share-section__inner {
  max-width: 1340px;
  margin: 0 auto;
  padding: 0 30px;
}

/* ── Menu Page: Shared Status Icon Buttons ── */
.mn-shared-status__icon-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  border: 1.5px solid var(--gray-light);
  border-radius: 50%;
  background: var(--white);
  color: #666;
  cursor: pointer;
  transition: border-color 0.2s, color 0.2s, background 0.2s;
  text-decoration: none;
  line-height: 0;
}

.mn-shared-status__icon-btn:hover {
  border-color: var(--blue);
  color: var(--blue);
}

.mn-shared-status__icon-btn--wa:hover {
  border-color: #25d366;
  color: #25d366;
}

/* ── Menu Page: Shared Status ── */
.mn-shared-status {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  padding: 0.7rem 1rem;
  margin-bottom: 1rem;
  background: #f7f7ff;
  border: 1px solid #e0e0f0;
  border-radius: 8px;
  flex-wrap: wrap;
}

.mn-shared-status__left {
  display: flex;
  align-items: center;
  gap: 0.5rem;
}

.mn-shared-status__right {
  display: flex;
  align-items: center;
  gap: 0.5rem;
}

.mn-shared-status__expiry {
  font-family: var(--font-mono);
  font-size: 0.6rem;
  font-weight: 500;
  text-transform: uppercase;
  color: #999;
}

.mn-shared-status__extend {
  padding: 0.3rem 0.8rem;
  background: transparent;
  border: 1.5px solid var(--blue);
  border-radius: 50px;
  font-family: var(--font-mono);
  font-size: 0.6rem;
  font-weight: 500;
  text-transform: uppercase;
  color: var(--blue);
  cursor: pointer;
  transition: background 0.2s, color 0.2s;
}

.mn-shared-status__extend:hover {
  background: var(--blue);
  color: var(--white);
}

.mn-shared-status__extend:disabled {
  opacity: 0.5;
  cursor: wait;
}

.mn-shared-status__revoke {
  padding: 0.3rem 0.8rem;
  background: transparent;
  border: 1.5px solid #e0e0e0;
  border-radius: 50px;
  font-family: var(--font-mono);
  font-size: 0.6rem;
  font-weight: 500;
  text-transform: uppercase;
  color: #999;
  cursor: pointer;
  transition: border-color 0.2s, color 0.2s, background 0.2s;
}

.mn-shared-status__revoke:hover {
  border-color: #e74c3c;
  color: #e74c3c;
  background: #ffeaea;
}

/* ── Shared Menu Page: Save Button ── */
.mn-save-shared {
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
}

.mn-save-shared--done {
  background: var(--blue) !important;
  pointer-events: none;
}

.btn-pill--outline {
  background: transparent;
  color: var(--black);
  border: 1.5px solid var(--black);
}

.btn-pill--outline:hover {
  background: var(--black);
  color: var(--white);
}

/* ── Menu Page: App Container ── */
.mn-app-section {
  background: var(--white);
  padding-top: clamp(2rem, 4vw, 3rem);
  padding-bottom: clamp(4rem, 8vw, 6rem);
}

.mn-app-section__inner {
  max-width: 1340px;
  margin: 0 auto;
  padding: 0 30px;
}

/* ── Menu Page: Grid ── */
.mn-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1.5rem;
  margin-top: 1.5rem;
}

/* ── Menu Page: Card Note ── */
.mn-card__note-btn {
  display: inline-flex;
  align-items: center;
  align-self: flex-start;
  gap: 0.3rem;
  margin-top: 0.6rem;
  padding: 0.35rem 0.8rem;
  border: 1.5px solid var(--gray-light);
  border-radius: 50px;
  background: transparent;
  font-family: var(--font-mono);
  font-size: 0.6rem;
  font-weight: 500;
  text-transform: uppercase;
  cursor: pointer;
  color: #999;
  transition: border-color 0.2s ease, background 0.2s ease, color 0.2s ease;
}

.mn-card__note-btn:hover {
  border-color: var(--blue);
  background: #f0f0ff;
  color: var(--blue);
}

.mn-card__note {
  margin: 0.5rem 0 0;
  font-family: var(--font-body);
  font-size: 0.8rem;
  line-height: 1.35;
  color: #555;
  cursor: pointer;
  word-break: break-word;
}

.mn-card__note:hover {
  color: var(--blue);
}

.mn-card__note--shared {
  cursor: default;
  color: #555;
  font-style: italic;
}

.mn-card__note--shared:hover {
  color: #555;
}

.mn-card__note-edit {
  margin-top: 0.5rem;
}

.mn-card__note-input {
  width: 100%;
  padding: 0.4rem 0.6rem;
  border: 1.5px solid var(--gray-light);
  border-radius: 8px;
  font-family: var(--font-body);
  font-size: 0.8rem;
  line-height: 1.35;
  color: var(--black);
  resize: vertical;
  outline: none;
  transition: border-color 0.2s ease;
}

.mn-card__note-input:focus {
  border-color: var(--blue);
}

/* ── Menu Page: Card Remove Button ── */
.mn-card__remove {
  display: inline-flex;
  align-items: center;
  align-self: flex-start;
  gap: 0.3rem;
  margin-top: 0.8rem;
  padding: 0.35rem 0.8rem;
  border: 1.5px solid var(--gray-light);
  border-radius: 50px;
  background: transparent;
  font-family: var(--font-mono);
  font-size: 0.6rem;
  font-weight: 500;
  text-transform: uppercase;
  cursor: pointer;
  color: #999;
  transition: border-color 0.2s ease, background 0.2s ease, color 0.2s ease;
}

.mn-card__remove:hover {
  border-color: #e74c3c;
  background: #ffeaea;
  color: #e74c3c;
}

/* ── Menu Page: Card Drag Handle ── */
.mn-card__drag {
  position: absolute;
  top: 8px;
  right: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 28px;
  height: 28px;
  border-radius: 6px;
  background: rgba(255,255,255,0.85);
  color: #bbb;
  cursor: grab;
  opacity: 0;
  transition: opacity 0.2s ease, color 0.2s ease, background 0.2s ease;
  z-index: 2;
  touch-action: none;
}

.rc-card:hover .mn-card__drag {
  opacity: 1;
}

.mn-card__drag:hover {
  color: var(--blue);
  background: rgba(255,255,255,0.95);
}

.mn-card__drag:active {
  cursor: grabbing;
}

/* SortableJS ghost (placeholder during drag) */
.rc-card--ghost {
  opacity: 0.35;
  background: #f0f0ff;
  border-radius: 12px;
}

/* Always show drag handle on touch devices */
@media (hover: none) {
  .mn-card__drag {
    opacity: 1;
  }
}

/* ── Menu Page: Multi-Menu Sections ── */
.mn-new-btn {
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
  padding: 0.5rem 1.2rem;
  background: var(--black);
  color: var(--white);
  border: none;
  border-radius: 50px;
  font-family: var(--font-mono);
  font-size: 0.65rem;
  font-weight: 500;
  text-transform: uppercase;
  cursor: pointer;
  transition: background 0.2s ease;
  margin-bottom: 1.5rem;
}

.mn-new-btn:hover {
  background: #333;
}

.mn-hint {
  margin: 0 0 1.5rem;
  font-family: var(--font-mono);
  font-size: 0.65rem;
  color: #999;
  letter-spacing: 0.01em;
}

.mn-section {
  border-bottom: 1px solid var(--gray-light);
  padding: 2rem 0;
}

.mn-section:last-child {
  border-bottom: none;
}

.mn-section__header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  margin-bottom: 0.5rem;
}

.mn-section__title-row {
  display: flex;
  align-items: center;
  gap: 0.6rem;
  min-width: 0;
}

.mn-section__title {
  font-family: var(--font-heading);
  font-weight: 900;
  font-size: clamp(1.2rem, 3vw, 1.8rem);
  text-transform: uppercase;
  line-height: 100%;
  letter-spacing: -0.02em;
  margin: 0;
  cursor: pointer;
  transition: color 0.2s;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.mn-section__title:hover {
  color: var(--blue);
}

.mn-section__edit-btn {
  background: none;
  border: 1.5px solid #ccc;
  border-radius: 50%;
  width: 30px;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  color: #999;
  transition: all 0.2s;
  flex-shrink: 0;
}

.mn-section__edit-btn:hover {
  border-color: var(--blue);
  color: var(--blue);
}

.mn-section__count {
  font-family: var(--font-mono);
  font-size: 0.65rem;
  font-weight: 500;
  text-transform: uppercase;
  color: #999;
  white-space: nowrap;
  flex-shrink: 0;
}

.mn-section__actions {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  flex-shrink: 0;
}

.mn-section__share-btn {
  display: flex;
  align-items: center;
  gap: 0.4rem;
  padding: 0.4rem 1rem;
  background: var(--blue);
  color: var(--white);
  border: 1.5px solid var(--blue);
  border-radius: 50px;
  font-family: var(--font-mono);
  font-size: 0.6rem;
  font-weight: 500;
  text-transform: uppercase;
  cursor: pointer;
  transition: opacity 0.2s ease;
}

.mn-section__share-btn:hover {
  opacity: 0.85;
}

.mn-section__share-btn:disabled {
  opacity: 0.5;
  cursor: wait;
}

.mn-section__delete-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  background: transparent;
  border: 1.5px solid var(--gray-light);
  border-radius: 50%;
  cursor: pointer;
  color: #999;
  transition: border-color 0.2s ease, background 0.2s ease, color 0.2s ease;
}

.mn-section__delete-btn:hover {
  border-color: #e74c3c;
  background: #ffeaea;
  color: #e74c3c;
}

.mn-section__name-edit {
  margin-bottom: 1rem;
}

.mn-section__name-input {
  font-family: var(--font-heading);
  font-weight: 900;
  font-size: clamp(1.2rem, 3vw, 1.8rem);
  text-transform: uppercase;
  line-height: 100%;
  letter-spacing: -0.02em;
  border: none;
  border-bottom: 3px solid var(--blue);
  background: transparent;
  outline: none;
  width: 100%;
  max-width: 500px;
  padding: 0 0 0.3rem;
}

.mn-section__desc-input {
  font-family: var(--font-body);
  font-size: 0.9rem;
  border: none;
  border-bottom: 2px solid var(--gray-light);
  background: transparent;
  outline: none;
  width: 100%;
  max-width: 500px;
  padding: 0.4rem 0 0.3rem;
  margin-top: 0.4rem;
  color: var(--black);
}

.mn-section__desc-input:focus {
  border-color: var(--blue);
}

.mn-section__desc {
  font-family: var(--font-body);
  font-size: 0.9rem;
  line-height: 1.3;
  color: #666;
  margin: 0.3rem 0 0.8rem;
  cursor: pointer;
  transition: color 0.2s;
}

.mn-section__desc:hover {
  color: var(--blue);
}

.mn-section__add-desc {
  font-family: var(--font-mono);
  font-size: 0.6rem;
  font-weight: 500;
  text-transform: uppercase;
  color: #aaa;
  background: none;
  border: none;
  cursor: pointer;
  padding: 0;
  margin: 0.4rem 0 0.8rem;
  transition: color 0.2s;
}

.mn-section__desc-edit {
  margin-bottom: 0.8rem;
}

.mn-section__add-desc:hover {
  color: var(--blue);
}

.mn-section__share {
  margin-bottom: 1rem;
}

.mn-section__empty {
  padding: 2rem 0;
}

.mn-section__empty-text {
  font-family: var(--font-body);
  font-size: 0.95rem;
  color: #999;
}

.mn-archive-link {
  text-align: center;
  margin-top: 2.5rem;
}

/* ── Menu Page: Empty State ── */
.mn-empty {
  text-align: center;
  padding: clamp(3rem, 6vw, 5rem) 1rem;
}

.mn-empty__icon {
  opacity: 0.15;
  margin-bottom: 1.5rem;
}

.mn-empty__text {
  font-family: var(--font-body);
  font-size: 1.1rem;
  color: #777;
  margin-bottom: 2rem;
}

/* ── Menu Picker Dropdown ── */
.mn-picker-wrap {
  position: fixed;
  z-index: 9999;
}

.mn-picker {
  background: var(--white);
  border: 1.5px solid var(--gray-light);
  border-radius: 10px;
  box-shadow: 0 8px 30px rgba(0, 0, 0, 0.12);
  min-width: 200px;
  max-width: 260px;
  padding: 0.4rem 0;
  overflow: hidden;
}

.mn-picker__empty {
  padding: 0.6rem 1rem;
  font-family: var(--font-mono);
  font-size: 0.65rem;
  color: #999;
  text-transform: uppercase;
}

.mn-picker__item {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  width: 100%;
  padding: 0.55rem 1rem;
  border: none;
  background: transparent;
  cursor: pointer;
  font-family: var(--font-mono);
  font-size: 0.65rem;
  font-weight: 500;
  text-transform: uppercase;
  color: var(--black);
  text-align: left;
  transition: background 0.15s;
}

.mn-picker__item:hover {
  background: #f5f5f5;
}

.mn-picker__item--active {
  color: var(--blue);
}

.mn-picker__check {
  flex-shrink: 0;
}

.mn-picker__check-space {
  display: inline-block;
  width: 14px;
  height: 14px;
  flex-shrink: 0;
}

.mn-picker__name {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.mn-picker__divider {
  height: 1px;
  background: var(--gray-light);
  margin: 0.3rem 0;
}

.mn-picker__new {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  width: 100%;
  padding: 0.55rem 1rem;
  border: none;
  background: transparent;
  cursor: pointer;
  font-family: var(--font-mono);
  font-size: 0.65rem;
  font-weight: 500;
  text-transform: uppercase;
  color: var(--blue);
  text-align: left;
  transition: background 0.15s;
}

.mn-picker__new:hover {
  background: #f5f5ff;
}

.mn-picker__new-input {
  padding: 0.4rem 0.8rem;
}

.mn-picker__input-row {
  display: flex;
  gap: 0.35rem;
  align-items: center;
}

.mn-picker__input {
  flex: 1;
  min-width: 0;
  padding: 0.4rem 0.6rem;
  border: 1.5px solid var(--blue);
  border-radius: 6px;
  font-family: var(--font-mono);
  font-size: 0.65rem;
  text-transform: uppercase;
  outline: none;
}

.mn-picker__input:focus {
  box-shadow: 0 0 0 2px rgba(91, 89, 222, 0.15);
}

.mn-picker__confirm {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 30px;
  height: 30px;
  flex-shrink: 0;
  border: none;
  border-radius: 6px;
  background: var(--blue);
  color: var(--white);
  cursor: pointer;
  transition: opacity 0.15s;
}

.mn-picker__confirm:hover {
  opacity: 0.85;
}

/* ── Shared Menu: Disclaimer ── */
.mn-disclaimer {
  display: flex;
  align-items: flex-start;
  gap: 0.5rem;
  max-width: 1340px;
  margin: 0 auto;
  padding: 0.7rem 1.2rem;
  background: #f5f3ff;
  border-left: 3px solid var(--blue);
  font-family: var(--font-mono);
  font-size: 0.7rem;
  line-height: 1.4;
  color: #444;
  letter-spacing: 0.01em;
}
.mn-disclaimer svg {
  flex-shrink: 0;
  margin-top: 1px;
  color: var(--blue);
}
.mn-disclaimer p {
  margin: 0;
}

/* ── Shared Menu: CTA ── */
.mn-shared-cta {
  display: flex;
  gap: 1rem;
  flex-wrap: wrap;
  justify-content: center;
  margin-top: 3rem;
}

/* ── Menu: Responsive ── */
@media (max-width: 1024px) {
  .mn-grid {
    grid-template-columns: repeat(3, 1fr);
  }
}

@media (max-width: 768px) {
  .mn-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .mn-section__header {
    flex-direction: column;
    align-items: flex-start;
    gap: 0.6rem;
  }

  .mn-shared-status {
    flex-direction: column;
    align-items: flex-start;
    gap: 0.5rem;
  }

  .rc-filters__primary {
    flex-wrap: wrap;
  }
}

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