:root {
  --green-dark: #3b5f3b;
  --green-light: #9fcca7;
  --off-white: #f7f7f2;
  --white: #ffffff;
  --green-medium: #5e8e5b;
  --mint-light: #cfe3cf;
  --green-deep: #1f3326;
  --coral: #ff6b6b;
  --salmon: #ff8a3d;
  --sun: #ffc94a;
  --teal: #0f6b63;
  --purple: #6d4c7d;
  --beige: #e8e1d4;
  --gray-deep: #6b6f66;
  --text: #2f3c33;
  --text-soft: rgba(47, 60, 51, 0.8);
  --border: rgba(31, 51, 38, 0.12);
  --border-strong: rgba(31, 51, 38, 0.2);
  --shadow-soft: 0 12px 30px rgba(31, 51, 38, 0.08);
  --shadow-card: 0 20px 48px rgba(31, 51, 38, 0.12);
  --shadow-hero: 0 32px 72px rgba(31, 51, 38, 0.2);
  --radius-xl: 34px;
  --radius-lg: 26px;
  --radius: 22px;
  --radius-sm: 16px;
  --container: 1180px;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  overflow-x: hidden;
}

body {
  margin: 0;
  color: var(--text);
  background:
    radial-gradient(circle at top right, rgba(255, 201, 74, 0.18), transparent 24%),
    radial-gradient(circle at bottom left, rgba(159, 204, 167, 0.28), transparent 24%),
    linear-gradient(180deg, #f8faf5 0%, var(--off-white) 52%, #f4f2eb 100%);
  font-family: Futura, Inter, Arial, sans-serif;
  overflow-x: hidden;
}

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

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

button,
input,
textarea {
  font: inherit;
}

button {
  cursor: pointer;
  border: 0;
}

button:focus-visible,
a:focus-visible,
input:focus-visible,
textarea:focus-visible {
  outline: 3px solid rgba(255, 201, 74, 0.55);
  outline-offset: 3px;
}

.site-shell {
  min-height: 100vh;
}

.site-header,
.site-footer,
.section,
.page-hero,
.listing-page,
.product-page,
.favorites-page {
  padding-left: 1rem;
  padding-right: 1rem;
}

.site-header__inner,
.site-footer__inner,
.section__inner,
.page-hero__inner,
.listing-page__inner,
.product-page__inner,
.favorites-page__inner {
  width: min(100%, var(--container));
  margin: 0 auto;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 50;
  background: rgba(247, 247, 242, 0.82);
  backdrop-filter: blur(16px);
  border-bottom: 1px solid rgba(31, 51, 38, 0.08);
}

.site-header__inner {
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  gap: 0.9rem;
  padding-top: 0.85rem;
  padding-bottom: 0.85rem;
}

.brand-lockup {
  display: flex;
  align-items: center;
  gap: 0.72rem;
  min-width: 0;
}

.brand-lockup__logo {
  width: 52px;
  max-height: 52px;
  flex: 0 0 auto;
  object-fit: contain;
}

.brand-lockup__text {
  min-width: 0;
}

.brand-lockup__text strong,
.brand-lockup__text span {
  display: block;
}

.brand-lockup__text strong {
  font-family: Futura, Montserrat, Poppins, Arial, sans-serif;
  font-size: 1rem;
  color: var(--green-deep);
}

.brand-lockup__text span {
  color: var(--text-soft);
  font-size: 0.88rem;
}

.header-menu-toggle {
  display: none;
  align-items: center;
  justify-content: center;
  width: 46px;
  min-width: 46px;
  height: 46px;
  padding: 0;
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.92);
  border: 1px solid rgba(59, 95, 59, 0.12);
  box-shadow: var(--shadow-soft);
  color: var(--green-deep);
  font-size: 1.4rem;
  line-height: 1;
}

.site-nav {
  display: flex;
  gap: 0.5rem;
  overflow-x: auto;
  padding-bottom: 0.2rem;
  scrollbar-width: none;
  min-width: 0;
}

.site-nav::-webkit-scrollbar {
  display: none;
}

.site-nav a {
  flex: 0 0 auto;
  padding: 0.7rem 0.95rem;
  border-radius: 999px;
  color: var(--green-deep);
  font-weight: 600;
}

.site-nav a:hover,
.site-nav a.is-active {
  background: rgba(159, 204, 167, 0.24);
}

.header-search {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 0.65rem;
  align-items: center;
  min-width: 0;
}

.header-search input {
  width: 100%;
  min-width: 0;
  min-height: 50px;
  padding: 0.9rem 1rem;
  border-radius: 999px;
  border: 1px solid rgba(59, 95, 59, 0.14);
  background: rgba(255, 255, 255, 0.94);
  color: var(--green-deep);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.65);
}

.header-search__button {
  min-width: 96px;
}

.header-actions {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 0.55rem;
}

.header-cta {
  flex: 1 1 180px;
}

.icon-pill,
.button,
.tag-pill,
.category-card,
.product-card,
.cta-link,
.detail-chip,
.gallery-thumb,
.stat-soft {
  transition: transform 0.22s ease, box-shadow 0.22s ease, background-color 0.22s ease, opacity 0.22s ease, border-color 0.22s ease;
}

.button:hover,
.tag-pill:hover,
.category-card:hover,
.product-card:hover,
.cta-link:hover,
.icon-pill:hover,
.gallery-thumb:hover {
  transform: translateY(-2px);
}

.icon-pill {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.45rem;
  min-height: 50px;
  padding: 0.75rem 1rem;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.92);
  color: var(--green-deep);
  box-shadow: var(--shadow-soft);
  border: 1px solid rgba(31, 51, 38, 0.06);
}

.icon-pill__count {
  display: inline-grid;
  place-items: center;
  min-width: 1.55rem;
  height: 1.55rem;
  padding: 0 0.35rem;
  border-radius: 999px;
  background: var(--salmon);
  color: var(--white);
  font-size: 0.74rem;
  font-weight: 700;
}

.page-hero {
  padding-top: 1.2rem;
  padding-bottom: 1rem;
}

.hero-card {
  position: relative;
  overflow: hidden;
  border-radius: var(--radius-xl);
  background:
    radial-gradient(circle at top right, rgba(255, 201, 74, 0.24), transparent 28%),
    radial-gradient(circle at bottom left, rgba(159, 204, 167, 0.22), transparent 26%),
    linear-gradient(145deg, rgba(31, 51, 38, 0.98), rgba(59, 95, 59, 0.93));
  color: var(--white);
  box-shadow: var(--shadow-hero);
  padding: clamp(1.4rem, 3vw, 2.25rem);
}

.hero-card::before,
.hero-card::after {
  content: "";
  position: absolute;
  border-radius: 999px;
  pointer-events: none;
}

.hero-card::before {
  width: 220px;
  height: 220px;
  top: -80px;
  right: -40px;
  background: rgba(255, 255, 255, 0.08);
}

.hero-card::after {
  width: 180px;
  height: 180px;
  left: -20px;
  bottom: -90px;
  background: rgba(255, 201, 74, 0.18);
}

.hero-card > * {
  position: relative;
  z-index: 1;
}

.hero-card__content {
  display: grid;
  gap: 0.8rem;
  width: min(100%, 72rem);
  margin: 0 auto;
  min-width: 0;
  justify-items: center;
  text-align: center;
}

.hero-card__brand {
  display: grid;
  gap: 1rem;
  align-items: center;
  justify-items: center;
}

.hero-card__logo {
  width: clamp(160px, 36vw, 320px);
  max-width: 100%;
}

.eyebrow {
  display: inline-block;
  padding: 0.48rem 0.86rem;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.12);
  color: var(--green-light);
  font-size: 0.8rem;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}

h1,
h2,
h3 {
  margin: 0;
  font-family: Futura, Montserrat, Poppins, Arial, sans-serif;
  color: var(--green-deep);
}

.hero-card__title {
  margin: 0;
  color: var(--white);
}

.hero-card__title-top {
  display: block;
  font-size: clamp(0.9rem, 2.2vw, 1.5rem);
  line-height: 1;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--white);
}

.hero-card__subtitle {
  margin-top: 0;
  max-width: 60rem;
  font-size: clamp(1rem, 1.35vw, 1.06rem);
  line-height: 1.72;
  color: rgba(255, 255, 255, 0.88);
}

.hero-card__hand {
  margin-top: 0;
  color: var(--sun);
  font-family: Handlee, cursive;
  font-size: clamp(1.1rem, 2.3vw, 1.38rem);
  line-height: 1.4;
  max-width: 60rem;
}

.hero-card__actions,
.listing-toolbar__actions,
.detail-actions,
.empty-actions,
.footer-contact__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
}

.hero-card__actions {
  margin-top: 0.15rem;
  align-items: center;
  justify-content: center;
}

.button,
.cta-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  min-height: 50px;
  padding: 0.9rem 1.15rem;
  border-radius: 999px;
  font-weight: 700;
  text-align: center;
  box-shadow: var(--shadow-soft);
  white-space: normal;
  overflow-wrap: anywhere;
}

.button--primary {
  background: linear-gradient(135deg, var(--sun), #ffd877);
  color: var(--green-deep);
}

.button--secondary {
  background: rgba(255, 255, 255, 0.12);
  color: var(--white);
  border: 1px solid rgba(255, 255, 255, 0.16);
}

.button--ghost {
  background: transparent;
  color: var(--green-dark);
  border: 1px solid rgba(59, 95, 59, 0.18);
  box-shadow: none;
}

.button--muted {
  background: rgba(207, 227, 207, 0.55);
  color: var(--green-deep);
}

.button--soft {
  background: rgba(59, 95, 59, 0.06);
}

.hero-metrics {
  display: grid;
  gap: 0.9rem;
  margin-top: 1.35rem;
}

.metric-card {
  border-radius: 24px;
  padding: 1rem;
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.12);
  backdrop-filter: blur(8px);
}

.metric-card strong {
  display: block;
  font-size: 1.5rem;
  margin-bottom: 0.3rem;
}

.hero-card__content > .eyebrow,
.hero-metrics,
.page-hero .search-panel {
  display: none;
}

.section {
  padding-top: 1.1rem;
  padding-bottom: 1.1rem;
}

.section-header {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 1rem;
  margin-bottom: 1rem;
}

.section-header p,
.listing-toolbar p,
.detail-copy p,
.institutional-card p,
.timeline-card p,
.footer-note,
.empty-state p,
.product-card__description,
.product-meta,
.product-page__description {
  line-height: 1.7;
  color: var(--text-soft);
  overflow-wrap: anywhere;
}

.search-panel,
.institutional-card,
.timeline-card,
.differential-card,
.catalog-status,
.contact-card,
.listing-toolbar,
.product-card,
.product-gallery,
.detail-copy,
.detail-panel,
.favorites-empty,
.order-drawer,
.summary-card {
  border: 1px solid var(--border);
  border-radius: var(--radius-lg);
  background: rgba(255, 255, 255, 0.94);
  box-shadow: var(--shadow-card);
}

.search-panel {
  margin-top: 1rem;
  padding: 1.1rem;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.96), rgba(247, 247, 242, 0.96));
}

.search-panel form,
.listing-search {
  display: grid;
  gap: 0.85rem;
}

.field {
  display: grid;
  gap: 0.48rem;
}

.field label {
  font-size: 0.9rem;
  font-weight: 700;
  color: var(--green-dark);
}

.field input,
.field textarea {
  width: 100%;
  padding: 0.98rem 1rem;
  border-radius: 18px;
  border: 1px solid rgba(59, 95, 59, 0.14);
  background: rgba(255, 255, 255, 0.98);
  color: var(--green-deep);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.65);
}

.field input::placeholder,
.field textarea::placeholder {
  color: rgba(47, 60, 51, 0.48);
}

.field textarea {
  min-height: 130px;
  resize: vertical;
}

.category-grid,
.differentials-grid,
.timeline-grid,
.contact-grid,
.products-grid,
.favorites-grid,
.detail-grid,
.two-column {
  display: grid;
  gap: 1rem;
  min-width: 0;
}

.category-card {
  display: grid;
  overflow: hidden;
  border-radius: var(--radius-lg);
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(207, 227, 207, 0.28));
  border: 1px solid rgba(59, 95, 59, 0.08);
  box-shadow: var(--shadow-card);
  min-width: 0;
  height: 100%;
}

.category-card__media {
  aspect-ratio: 1.55 / 1;
  overflow: hidden;
  background:
    radial-gradient(circle at top right, rgba(255, 201, 74, 0.28), transparent 26%),
    linear-gradient(135deg, rgba(159, 204, 167, 0.8), rgba(255, 255, 255, 0.95));
}

.category-card__media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.category-card__body {
  display: grid;
  gap: 0.45rem;
  padding: 1.15rem;
  min-width: 0;
  align-content: start;
}

.category-card__count {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: fit-content;
  padding: 0.36rem 0.7rem;
  border-radius: 999px;
  background: rgba(207, 227, 207, 0.72);
  color: var(--green-dark);
  font-size: 0.78rem;
  font-weight: 700;
}

.category-card strong,
.product-card h3,
.detail-copy h1,
.listing-toolbar h1 {
  color: var(--green-deep);
  overflow-wrap: anywhere;
}

.category-card p,
.timeline-card p,
.differential-card p,
.contact-card p,
.detail-chip,
.summary-line {
  color: var(--text-soft);
}

.tag-cloud,
.tag-row {
  display: flex;
  flex-wrap: wrap;
  gap: 0.6rem;
  min-width: 0;
}

.tag-pill {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.35rem;
  padding: 0.72rem 0.92rem;
  border-radius: 999px;
  font-size: 0.88rem;
  font-weight: 700;
  box-shadow: var(--shadow-soft);
  border: 1px solid rgba(255, 255, 255, 0.24);
  max-width: 100%;
  overflow-wrap: anywhere;
}

.tag-pill.is-active {
  box-shadow: 0 0 0 3px rgba(255, 255, 255, 0.9), 0 0 0 6px rgba(31, 51, 38, 0.12);
}

.differential-card,
.timeline-card,
.contact-card,
.summary-card {
  padding: 1.15rem;
}

.differential-card,
.timeline-card {
  display: grid;
  gap: 0.55rem;
  align-content: start;
  min-height: 100%;
}

.institutional-card {
  padding: 1.3rem;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.96), rgba(232, 225, 212, 0.28));
}

.differential-card__icon,
.timeline-card__step {
  display: inline-grid;
  place-items: center;
  width: 50px;
  height: 50px;
  border-radius: 16px;
  background: rgba(159, 204, 167, 0.24);
  color: var(--green-dark);
  font-weight: 800;
  margin-bottom: 0.8rem;
}

.listing-page,
.product-page,
.favorites-page {
  padding-top: 1.15rem;
  padding-bottom: 3rem;
}

.listing-toolbar,
.detail-panel,
.product-gallery,
.favorites-empty {
  padding: 1.15rem;
}

.breadcrumb {
  display: flex;
  flex-wrap: wrap;
  gap: 0.4rem;
  margin-bottom: 0.95rem;
  color: rgba(47, 60, 51, 0.72);
  font-size: 0.92rem;
}

.product-card {
  overflow: hidden;
  display: flex;
  flex-direction: column;
  min-width: 0;
  height: 100%;
}

.product-card__media {
  display: block;
  position: relative;
  flex-shrink: 0;
  aspect-ratio: 1.05 / 1;
  background:
    radial-gradient(circle at top right, rgba(255, 201, 74, 0.28), transparent 28%),
    linear-gradient(135deg, rgba(159, 204, 167, 0.65), rgba(255, 255, 255, 0.94));
}

.product-card__media::after {
  content: "";
  position: absolute;
  inset: auto 0 0;
  height: 38%;
  background: linear-gradient(180deg, transparent, rgba(31, 51, 38, 0.12));
}

.product-card__media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.product-card__body {
  display: flex;
  flex: 1;
  flex-direction: column;
  gap: 0.85rem;
  padding: 1.15rem;
  min-width: 0;
  align-content: start;
}

.product-card__top {
  display: flex;
  align-items: start;
  justify-content: space-between;
  gap: 1rem;
  min-width: 0;
}

.product-card__top h3 {
  margin-top: 0.22rem;
  font-size: 1.12rem;
  line-height: 1.22;
  overflow-wrap: anywhere;
  min-height: 2.72rem;
}

.product-card__top > div {
  min-width: 0;
  display: grid;
  gap: 0.28rem;
}

.favorite-toggle {
  display: inline-grid;
  place-items: center;
  width: 44px;
  height: 44px;
  border-radius: 999px;
  background: rgba(255, 107, 107, 0.12);
  color: var(--coral);
  font-size: 1.15rem;
  flex: 0 0 auto;
}

.favorite-toggle.is-active {
  background: var(--coral);
  color: var(--white);
}

.favorite-toggle--detail {
  width: 50px;
  height: 50px;
  background: rgba(255, 107, 107, 0.14);
}

.price-line {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 1rem;
  color: var(--green-deep);
  min-width: 0;
  flex-wrap: wrap;
}

.price-line strong {
  font-size: 1.32rem;
  line-height: 1;
}

.price-line span {
  color: rgba(47, 60, 51, 0.68);
  font-weight: 600;
}

.product-card__badges,
.detail-tag-row {
  margin-top: 0.15rem;
}

.product-card__badges {
  display: flex;
  flex-wrap: wrap;
  gap: 0.55rem;
  min-width: 0;
  align-items: flex-start;
}

.product-card__tags {
  margin-top: -0.05rem;
  gap: 0.5rem;
  align-items: flex-start;
}

.availability-badge {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.35rem;
  padding: 0.5rem 0.78rem;
  border-radius: 999px;
  font-size: 0.8rem;
  font-weight: 800;
  letter-spacing: 0.01em;
  line-height: 1.2;
  max-width: 100%;
  overflow-wrap: anywhere;
}

.allergen-flag {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: fit-content;
  max-width: 100%;
  padding: 0.55rem 0.85rem;
  border-radius: 16px;
  background: rgba(255, 201, 74, 0.22);
  color: #7c5d0b;
  font-size: 0.84rem;
  font-weight: 700;
  line-height: 1.24;
  overflow-wrap: anywhere;
}

.availability-badge--ready {
  background: rgba(15, 107, 99, 0.12);
  color: var(--teal);
}

.availability-badge--order {
  background: rgba(255, 201, 74, 0.18);
  color: #7d5b00;
}

.availability-badge--unavailable {
  background: rgba(255, 107, 107, 0.12);
  color: #9d3434;
}

.availability-badge--seasonal {
  background: rgba(94, 142, 91, 0.14);
  color: var(--green-medium);
}

.availability-badge--limited {
  background: rgba(109, 76, 125, 0.14);
  color: var(--purple);
}

.product-actions {
  display: grid;
  gap: 0.72rem;
  margin-top: 0.15rem;
  grid-template-columns: minmax(0, 1fr);
  padding-top: 0.2rem;
  margin-top: auto;
}

.product-actions .button,
.product-actions a {
  width: 100%;
  min-width: 0;
  padding-inline: 0.95rem;
}

.product-card__body > * {
  min-width: 0;
}

.product-card__description {
  margin: 0;
  min-height: 3.45rem;
  overflow-wrap: anywhere;
}

.product-card__tags .tag-pill {
  padding: 0.62rem 0.78rem;
  font-size: 0.82rem;
  line-height: 1.22;
}

.detail-grid {
  align-items: start;
}

.product-gallery__main {
  position: relative;
  overflow: hidden;
  border-radius: 28px;
  aspect-ratio: 1 / 1;
  background:
    radial-gradient(circle at top right, rgba(255, 201, 74, 0.28), transparent 30%),
    linear-gradient(135deg, rgba(159, 204, 167, 0.58), rgba(255, 255, 255, 0.95));
}

.product-gallery__main img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.gallery-nav {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 44px;
  height: 44px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.88);
  color: var(--green-deep);
  box-shadow: var(--shadow-soft);
  font-size: 1.8rem;
  line-height: 1;
}

.gallery-nav--prev {
  left: 0.9rem;
}

.gallery-nav--next {
  right: 0.9rem;
}

.gallery-thumbs {
  display: flex;
  gap: 0.7rem;
  margin-top: 0.9rem;
  overflow-x: auto;
  padding-bottom: 0.2rem;
}

.gallery-thumb {
  flex: 0 0 88px;
  border-radius: 18px;
  overflow: hidden;
  border: 2px solid transparent;
  background: var(--off-white);
  box-shadow: var(--shadow-soft);
}

.gallery-thumb.is-active {
  border-color: var(--green-medium);
  transform: translateY(-2px);
}

.gallery-thumb img {
  width: 100%;
  aspect-ratio: 1 / 1;
  object-fit: cover;
}

.detail-copy {
  padding: 1.2rem;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(247, 247, 242, 0.96));
}

.product-detail-header {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  gap: 0.75rem 1rem;
}

.detail-copy h1 {
  flex: 1 1 100%;
  margin-top: 0;
  font-size: clamp(1.9rem, 5vw, 2.8rem);
  line-height: 1.05;
}

.product-status-badge {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  order: -1;
  width: fit-content;
  max-width: 100%;
  padding: 0.72rem 1rem;
  border-radius: 999px;
  border: 1px solid transparent;
  font-size: 0.92rem;
  font-weight: 800;
  line-height: 1.2;
  letter-spacing: 0.01em;
  box-shadow: 0 10px 22px rgba(31, 51, 38, 0.06);
  overflow-wrap: anywhere;
}

.product-status-badge--ready {
  background: rgba(207, 227, 207, 0.88);
  border-color: rgba(15, 107, 99, 0.26);
  color: #0a5f58;
}

.product-status-badge--order {
  background: rgba(255, 236, 191, 0.9);
  border-color: rgba(255, 138, 61, 0.3);
  color: #6e4e08;
}

.product-status-badge--unavailable {
  background: rgba(255, 226, 226, 0.96);
  border-color: rgba(157, 52, 52, 0.2);
  color: #7f3333;
}

.product-status-badge--seasonal {
  background: rgba(227, 234, 244, 0.94);
  border-color: rgba(109, 76, 125, 0.16);
  color: #4e5d66;
}

.product-status-badge--limited {
  background: rgba(255, 228, 212, 0.94);
  border-color: rgba(255, 138, 61, 0.24);
  color: #7b4c21;
}

.product-price-row {
  display: flex;
  flex-wrap: wrap;
  align-items: baseline;
  gap: 0.45rem 0.7rem;
  margin-top: 0.95rem;
}

.detail-price {
  margin-top: 0;
  font-size: 1.95rem;
  font-weight: 800;
  color: var(--green-deep);
}

.product-portion-inline {
  color: rgba(47, 60, 51, 0.72);
  font-size: 1.02rem;
  font-weight: 700;
}

.product-portion-inline::before {
  content: "·";
  margin-right: 0.55rem;
}

.detail-order-note {
  margin-top: 0;
}

.detail-actions--stacked {
  display: grid;
  gap: 0.85rem;
  margin-top: 1.15rem;
}

.detail-actions--stacked > .button--whatsapp-order,
.detail-actions--stacked > .catalog-status {
  width: 100%;
}

.detail-actions--stacked .favorite-toggle--detail {
  justify-self: start;
}

.product-secondary-actions {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.75rem;
}

.product-secondary-actions > .button,
.product-secondary-actions > [data-ifood-trigger] {
  flex: 1 1 220px;
}

.product-secondary-actions .favorite-toggle--detail {
  flex: 0 0 auto;
}

@media (min-width: 720px) {
  .product-secondary-actions {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto minmax(0, 1fr);
    align-items: center;
  }
}

@media (min-width: 900px) {
  .product-detail-header {
    align-items: center;
    justify-content: space-between;
  }

  .detail-copy h1 {
    flex: 1 1 0;
  }

  .product-status-badge {
    order: 0;
    flex: 0 0 auto;
  }
}

.button--whatsapp-order {
  background: #9fcc47;
  color: #1f3326;
}

.allergen-alert {
  margin-top: 1rem;
  padding: 0.95rem 1rem;
  border-radius: 18px;
  border: 1px solid rgba(255, 201, 74, 0.26);
  background: linear-gradient(180deg, rgba(255, 201, 74, 0.18), rgba(232, 225, 212, 0.5));
  color: #6c5713;
  line-height: 1.65;
  font-weight: 600;
}

.detail-section {
  margin-top: 1.3rem;
  padding-top: 1.1rem;
  border-top: 1px solid rgba(31, 51, 38, 0.08);
}

.detail-section h2 {
  font-size: 1.15rem;
  margin-bottom: 0.55rem;
}

.detail-list {
  margin: 0;
  padding-left: 1.15rem;
  line-height: 1.8;
}

.nutrition-card img {
  border-radius: 22px;
  border: 1px solid var(--border);
  box-shadow: var(--shadow-soft);
}

.site-footer {
  padding-top: 2.2rem;
  padding-bottom: 5.4rem;
}

.site-footer__inner {
  border-top: 1px solid rgba(31, 51, 38, 0.1);
  padding-top: 1.6rem;
}

.footer-grid {
  display: grid;
  gap: 1rem;
  min-width: 0;
}

.footer-brand {
  padding: 1.2rem 0;
}

.footer-brand h2 {
  margin-top: 0.85rem;
}

.footer-brand p {
  max-width: 34rem;
}

.footer-note {
  margin-top: 0.9rem;
  font-size: 0.92rem;
}

.order-fab {
  position: fixed;
  right: 1rem;
  bottom: 1rem;
  z-index: 70;
  display: inline-flex;
  align-items: center;
  gap: 0.55rem;
  min-height: 56px;
  padding: 0.9rem 1rem;
  border-radius: 999px;
  background: linear-gradient(135deg, var(--green-deep), #2d4835);
  color: var(--white);
  box-shadow: 0 18px 42px rgba(31, 51, 38, 0.28);
}

.order-fab.is-pulsing {
  animation: fab-pulse 0.8s ease;
}

.order-drawer {
  position: fixed;
  right: 0;
  bottom: 0;
  width: min(100%, 440px);
  max-height: calc(100vh - 0.75rem);
  border-radius: 30px 30px 0 0;
  transform: translateY(103%);
  transition: transform 0.28s ease;
  z-index: 80;
  overflow: auto;
  padding: 1rem;
}

.order-drawer.is-open {
  transform: translateY(0);
}

.order-drawer__header,
.drawer-item__row,
.drawer-footer,
.drawer-item__footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.8rem;
}

.drawer-items {
  display: grid;
  gap: 0.85rem;
  margin-top: 1rem;
}

.drawer-item {
  padding: 0.95rem;
  border-radius: 20px;
  background: linear-gradient(180deg, rgba(247, 247, 242, 0.98), rgba(255, 255, 255, 0.98));
  border: 1px solid rgba(31, 51, 38, 0.06);
}

.qty-control {
  display: inline-flex;
  align-items: center;
  gap: 0.45rem;
  padding: 0.28rem;
  border-radius: 999px;
  background: var(--white);
  box-shadow: inset 0 0 0 1px rgba(31, 51, 38, 0.06);
}

.qty-control button {
  width: 36px;
  height: 36px;
  border-radius: 999px;
  background: rgba(59, 95, 59, 0.08);
  color: var(--green-deep);
  font-weight: 800;
}

.qty-control span {
  min-width: 1.7rem;
  text-align: center;
  font-weight: 700;
}

.drawer-actions {
  display: grid;
  gap: 0.75rem;
  margin-top: 1rem;
}

.empty-state,
.favorites-empty {
  text-align: center;
  padding: 1.55rem;
}

.empty-state h2,
.empty-state h3,
.favorites-empty h2 {
  margin-bottom: 0.5rem;
}

.catalog-status {
  display: grid;
  gap: 0.4rem;
  padding: 1rem 1.05rem;
  margin-top: 1rem;
}

.catalog-status--warning {
  border: 1px solid rgba(255, 138, 61, 0.24);
  background: linear-gradient(180deg, rgba(255, 201, 74, 0.18), rgba(255, 138, 61, 0.08));
  color: var(--green-deep);
}

.catalog-status--info {
  border: 1px solid rgba(15, 107, 99, 0.14);
  background: linear-gradient(180deg, rgba(15, 107, 99, 0.08), rgba(207, 227, 207, 0.28));
  color: var(--green-deep);
}

.modal-backdrop {
  position: fixed;
  inset: 0;
  display: none;
  align-items: center;
  justify-content: center;
  padding: 1rem;
  background: rgba(31, 51, 38, 0.46);
  z-index: 120;
}

.modal-backdrop.is-open {
  display: flex;
}

.modal-card {
  position: relative;
  width: min(100%, 540px);
  padding: 1.25rem;
  border-radius: 28px;
  background: rgba(255, 255, 255, 0.98);
  border: 1px solid rgba(31, 51, 38, 0.08);
  box-shadow: var(--shadow-card);
}

.modal-card h2 {
  margin-top: 0.35rem;
}

.modal-card p {
  margin-top: 0.85rem;
  line-height: 1.75;
  color: var(--text-soft);
}

.modal-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
  margin-top: 1.15rem;
}

.modal-close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  width: 40px;
  height: 40px;
  border-radius: 999px;
  background: rgba(59, 95, 59, 0.08);
  color: var(--green-deep);
  font-size: 1.4rem;
}

.subtle-link {
  color: var(--teal);
  font-weight: 700;
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

@keyframes fab-pulse {
  0% {
    transform: scale(1);
    box-shadow: 0 18px 42px rgba(31, 51, 38, 0.28);
  }

  45% {
    transform: scale(1.05);
    box-shadow: 0 20px 52px rgba(31, 51, 38, 0.36);
  }

  100% {
    transform: scale(1);
    box-shadow: 0 18px 42px rgba(31, 51, 38, 0.28);
  }
}

@media (max-width: 819px) {
  .site-header__inner {
    grid-template-columns: minmax(0, 1fr) auto;
    gap: 0.65rem 0.8rem;
    align-items: center;
  }

  .brand-lockup {
    grid-column: 1 / 2;
    align-items: center;
  }

  .brand-lockup__logo {
    width: 42px;
    max-height: 42px;
  }

  .brand-lockup__text strong {
    font-size: 0.98rem;
    line-height: 1.12;
  }

  .brand-lockup__text span {
    font-size: 0.8rem;
    line-height: 1.2;
  }

  .header-menu-toggle {
    display: inline-flex;
    grid-column: 2 / 3;
    justify-self: end;
  }

  .header-search {
    grid-column: 1 / -1;
    grid-template-columns: minmax(0, 1fr);
  }

  .site-nav {
    grid-column: 1 / -1;
    flex-direction: column;
    gap: 0.4rem;
    overflow: visible;
    padding-bottom: 0;
  }

  .header-actions {
    grid-column: 1 / -1;
    justify-content: stretch;
  }

  .header-search__button {
    width: 100%;
  }

  .site-nav,
  .header-search,
  .header-actions {
    display: none;
  }

  .site-header.is-menu-open .site-nav {
    display: flex;
  }

  .site-header.is-menu-open .header-search {
    display: grid;
  }

  .site-header.is-menu-open .header-actions {
    display: flex;
  }

  .site-nav a,
  .header-actions .icon-pill {
    width: 100%;
  }

  .header-actions .icon-pill {
    justify-content: space-between;
  }

  .header-actions .icon-pill {
    min-height: 46px;
    padding: 0.7rem 0.85rem;
    font-size: 0.94rem;
  }

  .listing-toolbar__actions .button,
  .detail-actions .button,
  .product-actions .button,
  .hero-card__actions .button {
    width: 100%;
  }

  .drawer-item__row {
    align-items: start;
  }

  .products-grid,
  .favorites-grid,
  .category-grid {
    grid-template-columns: minmax(0, 1fr);
  }

  .hero-card__content {
    display: grid;
    gap: 0.7rem;
    max-width: 100%;
  }

  .hero-card__brand {
    gap: 0.75rem;
  }

  .hero-card {
    padding: 1.2rem 1.15rem;
  }

  .hero-card__logo {
    width: min(100%, 340px);
  }

  .hero-card__title {
    margin-bottom: 0.05rem;
  }

  .hero-card__title-top {
    font-size: clamp(2rem, 8vw, 2.3rem);
    letter-spacing: 0.03em;
  }

  .hero-card__subtitle,
  .hero-card__hand {
    max-width: 100%;
  }
}

@media (min-width: 820px) {
  .site-header__inner {
    grid-template-columns: auto auto minmax(0, 1fr) auto;
    align-items: center;
    gap: 1rem;
  }

  .header-menu-toggle {
    display: none;
  }

  .site-nav {
    justify-content: flex-start;
    overflow: visible;
    padding-bottom: 0;
  }

  .hero-card {
    min-height: 0;
    padding: clamp(1.2rem, 2vw, 1.65rem) clamp(1.5rem, 2.8vw, 2.4rem);
  }

  .hero-card__brand {
    gap: 0.9rem;
  }

  .hero-card__content {
    gap: 0.8rem;
  }

  .hero-card__title {
    margin-top: 0.2rem;
  }

  .hero-card__title-top {
    font-size: clamp(2.25rem, 3vw, 3.1rem);
    letter-spacing: 0.04em;
  }

  .category-grid,
  .contact-grid,
  .products-grid,
  .favorites-grid,
  .footer-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .differentials-grid,
  .timeline-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .listing-search {
    grid-template-columns: 1fr auto;
    align-items: end;
  }

  .detail-grid,
  .two-column {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .order-drawer {
    top: 1rem;
    bottom: 1rem;
    border-radius: 32px 0 0 32px;
    max-height: none;
    transform: translateX(105%);
  }

  .order-drawer.is-open {
    transform: translateX(0);
  }
}

@media (min-width: 1024px) {
  .site-header__inner,
  .site-footer__inner,
  .section__inner,
  .page-hero__inner,
  .listing-page__inner,
  .product-page__inner,
  .favorites-page__inner {
    width: min(100%, calc(var(--container) + 2rem));
  }

  .category-grid,
  .products-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .differentials-grid,
  .timeline-grid {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }

  .hero-card {
    padding-right: clamp(1.6rem, 3vw, 2.2rem);
  }

  .hero-card__content {
    width: min(100%, 78rem);
  }

  .hero-card__logo {
    width: clamp(420px, 46vw, 720px);
  }

  .contact-grid,
  .favorites-grid,
  .footer-grid {
    grid-template-columns: 1.2fr 1fr 1fr;
  }

  .detail-grid {
    grid-template-columns: 0.94fr 1.06fr;
  }
}

@media (min-width: 900px) and (max-width: 1023px) {
  .differentials-grid,
  .timeline-grid {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
}

@media (min-width: 1360px) {
  .category-grid {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
}

@media (min-width: 1520px) {
  .products-grid {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
}
