:root {
  --brand-red: #a00000;
  --brand-red-dark: #750000;
  --brand-brown: #4a1f12;
  --brand-cream: #fff8ed;
  --brand-gold: #d8a45f;
  --text-dark: #231815;
}

body {
  background: #fffdf8;
  color: var(--text-dark);
  font-family: "Noto Sans TC", "Microsoft JhengHei", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

a {
  color: var(--brand-red);
}

.btn-primary {
  --bs-btn-bg: var(--brand-red);
  --bs-btn-border-color: var(--brand-red);
  --bs-btn-hover-bg: var(--brand-red-dark);
  --bs-btn-hover-border-color: var(--brand-red-dark);
  --bs-btn-active-bg: var(--brand-red-dark);
  --bs-btn-active-border-color: var(--brand-red-dark);
}

.line-icon-button {
  align-items: center;
  background: #06c755;
  border: 1px solid #06c755;
  border-radius: 999px;
  color: #fff;
  display: inline-flex !important;
  height: 2.65rem;
  justify-content: center;
  text-decoration: none;
  transition: background 0.2s ease, border-color 0.2s ease, transform 0.2s ease;
  width: 2.65rem;
}

.line-icon-button:hover,
.line-icon-button:focus {
  background: #05a948;
  border-color: #05a948;
  color: #fff;
  transform: translateY(-1px);
}

.line-icon-button-sm {
  height: 2.25rem;
  width: 2.25rem;
}

.line-icon-button-lg {
  height: 3.35rem;
  width: 3.35rem;
}

.line-icon {
  display: block;
  fill: currentColor;
  height: 1.45rem;
  width: 1.45rem;
}

.line-icon-button-sm .line-icon {
  height: 1.25rem;
  width: 1.25rem;
}

.line-icon-button-lg .line-icon {
  height: 1.85rem;
  width: 1.85rem;
}

.site-navbar {
  box-shadow: 0 4px 18px rgba(64, 20, 10, 0.06);
  min-height: 76px;
}

.lang-switcher {
  align-items: center;
  background: #f8f3f1;
  border: 1px solid #ead9d2;
  border-radius: 999px;
  display: inline-flex;
  gap: 0.15rem;
  padding: 0.15rem;
}

.lang-switcher-link {
  border-radius: 999px;
  color: #6b4f47;
  font-size: 0.78rem;
  font-weight: 700;
  line-height: 1;
  padding: 0.45rem 0.65rem;
  text-decoration: none;
  transition: background-color 0.15s ease, color 0.15s ease;
}

.lang-switcher-link:hover,
.lang-switcher-link:focus {
  color: var(--brand-red);
}

.lang-switcher-link.active {
  background: var(--brand-red);
  color: #fff;
}

.site-brand,
.footer-brand {
  align-items: center;
  display: inline-flex;
  gap: 0.75rem;
}

.brand-logo {
  display: inline-block;
  height: 52px;
  object-fit: contain;
  width: 52px;
}

.site-footer .brand-logo,
.admin-sidebar .brand-logo {
  filter: brightness(0) invert(1);
}

.site-footer .brand-logo {
  height: 76px;
  width: 76px;
}

.brand-mark {
  align-items: center;
  background: radial-gradient(circle at 35% 35%, #c83022, var(--brand-red));
  border: 2px solid #fff;
  border-radius: 50%;
  box-shadow: 0 3px 8px rgba(70, 0, 0, 0.25);
  color: #fff;
  display: inline-flex;
  font-size: 1.35rem;
  font-weight: 900;
  height: 52px;
  justify-content: center;
  letter-spacing: -0.08em;
  width: 52px;
}

.navbar .nav-link {
  color: #4d342d;
  font-size: 0.95rem;
  font-weight: 700;
  padding-left: 0.85rem;
  padding-right: 0.85rem;
}

.navbar .nav-link:hover,
.navbar .nav-link:focus {
  color: var(--brand-red);
}

.home-banner {
  background: #120b08;
  position: relative;
}

.home-hero + .home-banner {
  margin-top: 0;
}

.home-hero-compact.home-hero-has-bg {
  min-height: auto;
  padding: 2.5rem 0 1.75rem;
}

.home-hero-compact.home-hero-has-bg::before {
  bottom: 0;
  height: auto;
}

.home-banner .carousel,
.home-banner .carousel-inner,
.home-banner .carousel-item {
  height: 100%;
}

.home-banner-link,
.home-banner picture,
.home-banner img {
  display: block;
  width: 100%;
}

.home-banner img {
  aspect-ratio: 21 / 9;
  height: auto;
  max-height: min(640px, 56vw);
  min-height: min(360px, 52vw);
  object-fit: cover;
  width: 100%;
}

.home-banner .carousel-indicators {
  margin-bottom: 1rem;
}

.home-banner .carousel-indicators [data-bs-target] {
  background-color: rgba(255, 255, 255, 0.55);
  border: 0;
  height: 4px;
  margin: 0 5px;
  opacity: 1;
  transition: background-color 0.2s ease, transform 0.2s ease;
  width: 36px;
}

.home-banner .carousel-indicators .active {
  background-color: #fff;
  transform: scaleY(1.35);
}

.home-banner .carousel-control-prev,
.home-banner .carousel-control-next {
  opacity: 0.85;
  width: 8%;
}

.home-banner .carousel-control-prev:hover,
.home-banner .carousel-control-next:hover {
  opacity: 1;
}

.home-hero-compact {
  --home-hero-bg-height: clamp(22rem, 48vh, 30rem);
  padding: 2.5rem 0 1.75rem;
}

.home-hero-compact h1 {
  font-size: clamp(1.75rem, 3vw, 2.35rem);
}

.home-hero-compact .hero-stats {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.home-hero {
  background:
    radial-gradient(circle at 78% 35%, rgba(245, 191, 120, 0.28), transparent 28%),
    linear-gradient(115deg, rgba(0, 0, 0, 0.9) 0%, rgba(30, 12, 6, 0.92) 45%, rgba(91, 31, 11, 0.7) 100%),
    linear-gradient(135deg, #20100a, #7c2b10);
  color: #fff;
  overflow: hidden;
  padding: 5rem 0;
  position: relative;
}

.home-hero-has-bg {
  --home-hero-bg-height: clamp(32rem, 62vh, 42rem);
  background: #160804;
  isolation: isolate;
  min-height: var(--home-hero-bg-height);
  padding: clamp(2.75rem, 5vw, 4rem) 0;
}

.home-hero-has-bg::before {
  background:
    linear-gradient(
      105deg,
      rgba(0, 0, 0, 0.72) 0%,
      rgba(0, 0, 0, 0.42) 42%,
      rgba(0, 0, 0, 0.18) 68%,
      rgba(0, 0, 0, 0.05) 100%
    ),
    var(--home-hero-bg) center 38% / cover no-repeat;
  content: "";
  display: block;
  height: var(--home-hero-bg-height);
  left: 0;
  pointer-events: none;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
}

.home-hero-has-bg::after {
  display: none;
}

.home-hero:not(.home-hero-has-bg)::before,
.home-hero:not(.home-hero-has-bg)::after {
  background: rgba(255, 255, 255, 0.05);
  border-radius: 999px;
  content: "";
  position: absolute;
}

.home-hero:not(.home-hero-has-bg)::before {
  height: 280px;
  right: -90px;
  top: 24px;
  width: 280px;
}

.home-hero:not(.home-hero-has-bg)::after {
  bottom: -120px;
  height: 240px;
  left: 48%;
  width: 420px;
}

.home-hero .container {
  position: relative;
  z-index: 1;
}

.hero-eyebrow {
  color: #ffe0b4;
  font-size: 1.15rem;
  font-weight: 800;
  letter-spacing: 0.06em;
  margin-bottom: 1rem;
}

.home-hero h1 {
  font-size: clamp(2.4rem, 5vw, 4.7rem);
  font-weight: 900;
  letter-spacing: 0.04em;
  line-height: 1.22;
  margin-bottom: 1.25rem;
}

.hero-lead {
  color: rgba(255, 255, 255, 0.86);
  font-size: 1.25rem;
  line-height: 1.75;
  max-width: 720px;
}

.hero-stats {
  display: grid;
  gap: 1rem;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  margin: 2rem 0;
  max-width: 650px;
}

.hero-stats div {
  border: 1px solid rgba(255, 255, 255, 0.28);
  border-radius: 0.75rem;
  padding: 0.9rem 1rem;
}

.hero-stats strong,
.hero-stats span {
  display: block;
}

.hero-stats strong {
  font-size: 1.25rem;
}

.hero-stats span {
  color: rgba(255, 255, 255, 0.75);
  font-size: 0.88rem;
  margin-top: 0.25rem;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
}

.hero-actions .btn {
  border-radius: 0.45rem;
  font-weight: 800;
  min-width: 180px;
  padding: 0.9rem 1.35rem;
}

html[lang="zh-Hant"] .home-hero h1 {
  font-size: clamp(2.1rem, 4.2vw, 3.55rem);
  letter-spacing: 0.03em;
  line-height: 1.2;
}

html[lang="zh-Hant"] .home-hero .hero-lead {
  font-size: 1.15rem;
  line-height: 1.7;
}

html[lang="zh-Hant"] .home-hero-compact h1 {
  font-size: clamp(1.65rem, 2.8vw, 2.1rem);
}

html[lang="en"] .home-hero h1 {
  font-size: clamp(1.85rem, 3.4vw, 3.15rem);
  letter-spacing: 0.02em;
  line-height: 1.16;
}

html[lang="en"] .home-hero .hero-lead {
  font-size: 1.05rem;
  line-height: 1.65;
  max-width: 36rem;
}

html[lang="en"] .home-hero .hero-stats span {
  font-size: 0.78rem;
}

html[lang="en"] .home-hero-compact h1 {
  font-size: clamp(1.5rem, 2.8vw, 2rem);
}

html[lang="en"] .home-hero .hero-actions .btn {
  font-size: 0.95rem;
  min-width: 0;
  padding-inline: 1.15rem;
}

.hero-video {
  background: #120b08;
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 0.85rem;
  box-shadow: 0 18px 42px rgba(0, 0, 0, 0.38);
  overflow: hidden;
}

.hero-video-ratio {
  aspect-ratio: 16 / 9;
  background: #000;
  position: relative;
}

.hero-video-ratio iframe {
  border: 0;
  display: block;
  height: 100%;
  inset: 0;
  position: absolute;
  width: 100%;
}

.hero-video video {
  aspect-ratio: 16 / 9;
  background: #000;
  display: block;
  object-fit: cover;
  width: 100%;
}

.hero-bowl {
  align-items: center;
  display: flex;
  justify-content: center;
  min-height: 390px;
  position: relative;
}

.bowl {
  background:
    radial-gradient(circle at 50% 20%, rgba(255, 247, 226, 0.96), rgba(246, 191, 128, 0.9) 44%, rgba(128, 60, 28, 0.75) 45%, rgba(255, 241, 211, 0.92) 50%, #e3a96b 72%, #7c2e11 100%);
  border: 10px solid rgba(255, 248, 232, 0.86);
  border-radius: 50%;
  box-shadow: 0 30px 70px rgba(0, 0, 0, 0.45);
  height: min(360px, 74vw);
  position: relative;
  width: min(360px, 74vw);
}

.dumpling {
  background:
    radial-gradient(circle at 50% 28%, #fff8ec 0 13%, transparent 14%),
    repeating-conic-gradient(from 0deg, #f7d2a8 0deg 12deg, #fff1dc 13deg 24deg);
  border: 2px solid rgba(119, 59, 28, 0.16);
  border-radius: 48% 52% 44% 56%;
  box-shadow: inset 0 -8px 16px rgba(141, 76, 32, 0.14), 0 7px 16px rgba(86, 37, 15, 0.18);
  height: 86px;
  position: absolute;
  width: 96px;
}

.dumpling-one {
  left: 62px;
  top: 122px;
  transform: rotate(-13deg);
}

.dumpling-two {
  right: 56px;
  top: 104px;
  transform: rotate(10deg);
}

.dumpling-three {
  bottom: 78px;
  left: 90px;
  transform: rotate(16deg);
}

.dumpling-four {
  bottom: 92px;
  right: 84px;
  transform: rotate(-8deg);
}

.garnish {
  background: #5f8f25;
  border-radius: 50%;
  height: 16px;
  position: absolute;
  width: 16px;
}

.garnish-one {
  right: 132px;
  top: 170px;
}

.garnish-two {
  right: 112px;
  top: 190px;
}

.steam {
  border-left: 3px solid rgba(255, 255, 255, 0.35);
  border-radius: 50%;
  height: 84px;
  position: absolute;
  top: 4px;
  width: 44px;
}

.steam-one {
  right: 35%;
  transform: rotate(18deg);
}

.steam-two {
  right: 22%;
  transform: rotate(28deg);
}

.section-title {
  align-items: center;
  display: flex;
  gap: 1rem;
  justify-content: center;
  margin-bottom: 2rem;
  text-align: center;
}

.section-title h2 {
  font-size: 1.7rem;
  font-weight: 900;
  margin: 0;
}

.section-title span {
  background: linear-gradient(90deg, transparent, var(--brand-red));
  height: 2px;
  max-width: 80px;
  width: 12vw;
}

.section-title span:last-child {
  background: linear-gradient(90deg, var(--brand-red), transparent);
}

.section-anchor-nav {
  background: rgba(255, 255, 255, 0.96);
  border-bottom: 1px solid #f1e4d5;
  box-shadow: 0 8px 20px rgba(80, 28, 11, 0.05);
  position: sticky;
  top: 76px;
  z-index: 9;
}

.section-anchor-nav .container {
  display: flex;
  gap: 0.75rem;
  justify-content: center;
  overflow-x: auto;
  padding-bottom: 0.75rem;
  padding-top: 0.75rem;
}

.section-anchor-nav a {
  background: #fff8ed;
  border: 1px solid #eadfd6;
  border-radius: 999px;
  color: #4d342d;
  flex: 0 0 auto;
  font-weight: 900;
  padding: 0.55rem 1rem;
  text-decoration: none;
}

.section-anchor-nav a:hover {
  background: var(--brand-red);
  border-color: var(--brand-red);
  color: #fff;
}

#supply-overview,
#supply-applications,
#supply-process,
#supply-faq,
#brand-advantages,
#brand-services,
#brand-cases,
#brand-faq {
  scroll-margin-top: 150px;
}

.home-card {
  background: #fff;
  border: 1px solid #f1e4d5;
  border-radius: 0.75rem;
  box-shadow: 0 10px 24px rgba(80, 28, 11, 0.08);
  overflow: hidden;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.home-card:hover {
  box-shadow: 0 16px 34px rgba(80, 28, 11, 0.13);
  transform: translateY(-4px);
}

.solution-card.reveal-on-scroll.is-visible:hover {
  box-shadow: 0 16px 34px rgba(80, 28, 11, 0.13);
  transform: translate3d(0, -4px, 0);
}

.home-card-body {
  padding: 1.25rem;
}

.home-card h3 {
  font-size: 1.25rem;
  font-weight: 900;
}

.home-card p {
  color: #725a4e;
  min-height: 3rem;
}

.home-card a {
  font-weight: 800;
  text-decoration: none;
}

.home-card-image-only .home-product-link {
  display: block;
}

.home-card-image-only img,
.home-card-image-only .food-placeholder {
  aspect-ratio: 1 / 1;
  display: block;
  height: auto;
  min-height: 0;
  object-fit: cover;
  width: 100%;
}

.card-img-top,
.food-placeholder {
  height: 220px;
  object-fit: cover;
}

.food-placeholder {
  background:
    radial-gradient(circle at 28% 62%, #ffe0b6 0 9%, transparent 10%),
    radial-gradient(circle at 48% 52%, #fff1d7 0 11%, transparent 12%),
    radial-gradient(circle at 64% 65%, #f2c18a 0 10%, transparent 11%),
    linear-gradient(135deg, #5d210d, #b85b20 55%, #fff1d6);
}

.food-placeholder-2 {
  background:
    radial-gradient(circle at 45% 44%, #fff3dd 0 14%, transparent 15%),
    radial-gradient(circle at 58% 57%, #f2c18a 0 12%, transparent 13%),
    linear-gradient(135deg, #3f1508, #9a3a13 45%, #f2cf9d);
}

.food-placeholder-3 {
  background:
    repeating-linear-gradient(135deg, rgba(86, 28, 9, 0.22) 0 4px, transparent 5px 24px),
    linear-gradient(135deg, #f8bd7b, #a83e12 58%, #4b1808);
}

.solution-card {
  align-items: end;
  background:
    linear-gradient(90deg, rgba(255, 255, 255, 0.95), rgba(255, 248, 239, 0.72)),
    linear-gradient(135deg, #5c210f, #f2bd7d);
  border-radius: 0.75rem;
  box-shadow: 0 12px 28px rgba(80, 28, 11, 0.1);
  display: flex;
  min-height: 230px;
  overflow: hidden;
  padding: 2rem;
  position: relative;
}

.solution-card-has-bg {
  background: var(--solution-card-bg) center / cover no-repeat;
}

.solution-supply.solution-card-has-bg,
.solution-brand.solution-card-has-bg {
  background:
    linear-gradient(
      90deg,
      rgba(255, 255, 255, 0.92) 0%,
      rgba(255, 255, 255, 0.72) 42%,
      rgba(255, 255, 255, 0.28) 72%,
      rgba(255, 255, 255, 0.08) 100%
    ),
    var(--solution-card-bg) center / cover no-repeat;
}

.solution-card-has-bg::after {
  display: none;
}

.solution-card::after {
  background: radial-gradient(circle, rgba(255, 225, 180, 0.95), rgba(146, 54, 15, 0.65) 56%, transparent 58%);
  border-radius: 50%;
  content: "";
  height: 210px;
  position: absolute;
  right: -20px;
  top: 20px;
  width: 210px;
}

.solution-brand::after {
  background:
    radial-gradient(circle at 48% 42%, #1c1713 0 13%, transparent 14%),
    radial-gradient(circle, rgba(255, 225, 180, 0.95), rgba(146, 54, 15, 0.65) 56%, transparent 58%);
}

.solution-card > div {
  max-width: 68%;
  position: relative;
  z-index: 1;
}

.solution-card p {
  color: var(--brand-red);
  font-weight: 900;
  margin-bottom: 0.35rem;
}

.solution-card h2 {
  font-size: 1.45rem;
  font-weight: 900;
}

.solution-card span {
  color: #654b3f;
}

.reveal-on-scroll {
  --slide-x: 0;
  --slide-y: 36px;
  --reveal-delay: 0ms;
  transition:
    opacity 0.65s ease,
    transform 0.65s ease,
    background-color 0.25s ease,
    box-shadow 0.2s ease;
  transition-delay: var(--reveal-delay);
}

.js-reveal .reveal-on-scroll:not(.is-visible) {
  opacity: 0;
  transform: translate3d(var(--slide-x), var(--slide-y), 0);
  will-change: opacity, transform;
}

.reveal-on-scroll.is-visible {
  opacity: 1;
  transform: translate3d(0, 0, 0);
}

.reveal-on-scroll.reveal-slide-left {
  --slide-x: -80px;
  --slide-y: 0;
}

.reveal-on-scroll.reveal-slide-right {
  --slide-x: 80px;
  --slide-y: 0;
}

.advantage-item.reveal-on-scroll:nth-child(1) {
  --reveal-delay: 0ms;
}

.advantage-item.reveal-on-scroll:nth-child(2) {
  --reveal-delay: 90ms;
}

.advantage-item.reveal-on-scroll:nth-child(3) {
  --reveal-delay: 180ms;
}

.advantage-item.reveal-on-scroll:nth-child(4) {
  --reveal-delay: 270ms;
}

.advantage-item.reveal-on-scroll:nth-child(5) {
  --reveal-delay: 360ms;
}

.advantage-item.reveal-on-scroll.is-visible:hover {
  background: #fff8ed;
  transform: translate3d(0, -4px, 0);
}

.advantage-item.reveal-on-scroll.is-visible .advantage-icon {
  animation: advantage-icon-pop 0.55s ease var(--reveal-delay) both;
}

@keyframes advantage-icon-pop {
  from {
    opacity: 0;
    transform: scale(0.55);
  }

  to {
    opacity: 1;
    transform: scale(1);
  }
}

@media (prefers-reduced-motion: reduce) {
  .js-reveal .reveal-on-scroll:not(.is-visible) {
    opacity: 1;
    transform: none;
  }

  .reveal-on-scroll {
    transition: background-color 0.25s ease, box-shadow 0.2s ease;
  }

  .advantage-item.reveal-on-scroll.is-visible .advantage-icon,
  .process-step.reveal-on-scroll.is-visible span,
  .brand-service.reveal-on-scroll.is-visible .brand-service-icon,
  .brand-step.reveal-on-scroll.is-visible span {
    animation: none;
  }
}

.advantage-grid {
  background: #fff;
  border: 1px solid #f1e4d5;
  border-radius: 0.75rem;
  box-shadow: 0 10px 26px rgba(80, 28, 11, 0.07);
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  overflow: hidden;
}

.advantage-item {
  align-items: center;
  border-right: 1px solid #f1e4d5;
  display: flex;
  flex-direction: column;
  gap: 0.25rem;
  padding: 1.35rem 1rem;
  text-align: center;
  transition: background-color 0.25s ease;
}

.advantage-item:last-child {
  border-right: 0;
}

.advantage-item .advantage-icon {
  align-items: center;
  color: var(--brand-red);
  display: inline-flex;
  height: 2.5rem;
  justify-content: center;
  margin-bottom: 0.15rem;
  width: 2.5rem;
}

.advantage-item .advantage-svg {
  display: block;
  height: 100%;
  width: 100%;
}

.advantage-item .advantage-svg-image {
  object-fit: contain;
}

.supply-benefits .advantage-item .advantage-icon {
  flex-shrink: 0;
  height: 3rem;
  width: 3rem;
}

.supply-benefits .advantage-item .advantage-svg-image {
  height: 3rem;
  max-height: 3rem;
  max-width: 3rem;
  object-fit: contain;
  width: 3rem;
}

.advantage-item strong {
  font-size: 1rem;
}

.advantage-item small {
  color: #7a655b;
}

.home-updates {
  background: #fff7ec;
}

.mini-panel {
  background: #fff;
  border: 1px solid #f1e4d5;
  border-radius: 0.75rem;
  box-shadow: 0 8px 22px rgba(80, 28, 11, 0.07);
  padding: 1.5rem;
}

.mini-panel h2 {
  font-size: 1.35rem;
  font-weight: 900;
  margin: 0;
}

.mini-link {
  border-top: 1px solid #f4e5d6;
  color: var(--text-dark);
  display: block;
  font-weight: 700;
  padding: 0.85rem 0;
  text-decoration: none;
}

.mini-link:hover {
  color: var(--brand-red);
}

.supply-hero {
  background: #120b08;
  color: #fff;
  padding: 0;
}

.supply-hero-inner {
  align-items: center;
  background:
    linear-gradient(90deg, rgba(0, 0, 0, 0.9) 0%, rgba(22, 11, 7, 0.84) 48%, rgba(74, 28, 12, 0.48) 100%),
    radial-gradient(circle at 76% 48%, rgba(255, 194, 116, 0.32), transparent 31%),
    linear-gradient(135deg, #120b08, #68300f);
  display: grid;
  gap: 1.5rem;
  grid-template-columns: minmax(0, 1.1fr);
  min-height: 320px;
  overflow: hidden;
  padding: 3.8rem 3rem;
  position: relative;
}

.supply-hero-inner.supply-hero-has-bg {
  background:
    linear-gradient(
      105deg,
      rgba(0, 0, 0, 0.72) 0%,
      rgba(0, 0, 0, 0.42) 42%,
      rgba(0, 0, 0, 0.18) 68%,
      rgba(0, 0, 0, 0.05) 100%
    ),
    var(--supply-hero-bg) center / cover no-repeat;
}

.supply-hero-inner.supply-hero-has-bg::after {
  display: none;
}

.supply-hero-inner.supply-hero-has-bg > div {
  max-width: 68%;
  position: relative;
  z-index: 1;
}

.supply-hero-inner::after {
  background:
    linear-gradient(34deg, transparent 0 47%, rgba(210, 142, 69, 0.45) 48% 50%, transparent 51%),
    linear-gradient(-28deg, transparent 0 44%, rgba(255, 222, 178, 0.28) 45% 47%, transparent 48%);
  content: "";
  inset: 0;
  opacity: 0.48;
  position: absolute;
}

.supply-hero h1,
.supply-hero p,
.supply-hero span,
.supply-hero-food {
  position: relative;
  z-index: 1;
}

.supply-hero h1 {
  font-size: clamp(2.4rem, 6vw, 4.6rem);
  font-weight: 900;
  letter-spacing: 0.08em;
  margin-bottom: 1rem;
}

.supply-hero p {
  color: #ffe3bc;
  font-size: clamp(1.1rem, 2.4vw, 1.65rem);
  font-weight: 900;
  letter-spacing: 0.06em;
  margin-bottom: 0.75rem;
}

.supply-hero span {
  color: rgba(255, 255, 255, 0.9);
  display: inline-block;
  font-size: clamp(1rem, 2vw, 1.35rem);
  font-weight: 800;
}

.supply-hero-food {
  background:
    radial-gradient(ellipse at 50% 62%, #2a1710 0 50%, transparent 51%),
    radial-gradient(ellipse at 50% 68%, rgba(0, 0, 0, 0.68) 0 60%, transparent 61%);
  border-radius: 50%;
  height: 250px;
  justify-self: center;
  width: min(340px, 72vw);
}

.supply-bite {
  background:
    radial-gradient(circle at 45% 24%, #fff5df 0 12%, transparent 13%),
    repeating-conic-gradient(from 8deg, #f6d0a0 0 13deg, #fff0d8 14deg 25deg);
  border-radius: 48% 52% 45% 55%;
  box-shadow: inset 0 -8px 14px rgba(121, 62, 26, 0.16), 0 8px 18px rgba(0, 0, 0, 0.22);
  height: 74px;
  position: absolute;
  width: 84px;
}

.bite-one {
  bottom: 72px;
  left: 52px;
  transform: rotate(-10deg);
}

.bite-two {
  bottom: 96px;
  left: 126px;
  transform: rotate(8deg);
}

.bite-three {
  bottom: 72px;
  right: 78px;
  transform: rotate(14deg);
}

.bite-four {
  bottom: 122px;
  right: 132px;
  transform: rotate(-9deg);
}

.supply-benefits {
  background: #fff;
  padding: 2rem 0 1rem;
}

.supply-section-heading {
  margin-bottom: 1.6rem;
  text-align: center;
}

.supply-section-heading h2 {
  font-size: 2rem;
  font-weight: 900;
  letter-spacing: 0.08em;
  margin-bottom: 0.45rem;
}

.supply-section-heading p {
  color: #6e5c55;
  font-size: 1.08rem;
  font-weight: 800;
  margin: 0;
}

.supply-app-card {
  background: #fff;
  border: 1px solid #ecdcd0;
  border-radius: 0.8rem;
  box-shadow: 0 8px 20px rgba(82, 30, 11, 0.08);
  overflow: hidden;
  text-align: center;
}

.supply-applications .col-md-4:nth-child(1) .supply-app-card.reveal-on-scroll {
  --reveal-delay: 0ms;
}

.supply-applications .col-md-4:nth-child(2) .supply-app-card.reveal-on-scroll {
  --reveal-delay: 100ms;
}

.supply-applications .col-md-4:nth-child(3) .supply-app-card.reveal-on-scroll {
  --reveal-delay: 200ms;
}

.supply-app-card.reveal-on-scroll.is-visible:hover {
  box-shadow: 0 14px 28px rgba(82, 30, 11, 0.14);
  transform: translate3d(0, -4px, 0);
}

.supply-app-card-media {
  display: block;
}

.supply-app-card-media img,
.supply-app-card-media .supply-card-image {
  aspect-ratio: 1 / 1;
  display: block;
  height: auto;
  min-height: 0;
  object-fit: cover;
  width: 100%;
}

.supply-app-card-body {
  padding: 1rem;
}

.supply-app-card h3 {
  font-size: 1.25rem;
  font-weight: 900;
  margin-bottom: 0.35rem;
}

.supply-app-card p {
  color: #6e5c55;
  font-weight: 800;
  margin: 0;
}

.supply-card-image {
  background:
    radial-gradient(circle at 28% 60%, #fff0d6 0 8%, transparent 9%),
    radial-gradient(circle at 56% 50%, #f2bf82 0 10%, transparent 11%),
    linear-gradient(135deg, #110907, #7f3615 52%, #f1b86c);
}

.supply-card-image-2 {
  background:
    radial-gradient(circle at 42% 52%, #fff1d6 0 9%, transparent 10%),
    radial-gradient(circle at 65% 42%, #c9864e 0 9%, transparent 10%),
    linear-gradient(135deg, #170b08, #8d3d17 54%, #ddb06f);
}

.supply-card-image-3 {
  background:
    radial-gradient(circle at 58% 56%, #fff1d9 0 13%, transparent 14%),
    radial-gradient(circle at 34% 50%, #f2bf82 0 12%, transparent 13%),
    linear-gradient(135deg, #325121, #dca260 56%, #fff0d6);
}

.process-steps {
  display: grid;
  gap: 1rem;
  grid-template-columns: repeat(5, 1fr);
  position: relative;
}

.process-step {
  align-items: center;
  display: flex;
  flex-direction: column;
  gap: 0.4rem;
  position: relative;
  text-align: center;
}

.process-step.reveal-on-scroll:nth-child(1) {
  --reveal-delay: 0ms;
}

.process-step.reveal-on-scroll:nth-child(2) {
  --reveal-delay: 90ms;
}

.process-step.reveal-on-scroll:nth-child(3) {
  --reveal-delay: 180ms;
}

.process-step.reveal-on-scroll:nth-child(4) {
  --reveal-delay: 270ms;
}

.process-step.reveal-on-scroll:nth-child(5) {
  --reveal-delay: 360ms;
}

.process-step.reveal-on-scroll.is-visible span {
  animation: advantage-icon-pop 0.55s ease var(--reveal-delay) both;
}

.process-step:not(:last-child)::after {
  color: #d8c8bc;
  content: "›";
  font-size: 2rem;
  position: absolute;
  right: -0.75rem;
  top: 0.3rem;
}

.process-step span {
  align-items: center;
  background: var(--brand-red);
  border: 3px solid #e8c0ba;
  border-radius: 50%;
  color: #fff;
  display: inline-flex;
  font-size: 1.25rem;
  font-weight: 900;
  height: 44px;
  justify-content: center;
  width: 44px;
}

.process-step strong {
  font-size: 1rem;
  font-weight: 900;
}

.process-step small {
  color: #746058;
  font-size: 0.85rem;
  font-weight: 700;
}

.supply-cta {
  border-radius: 0.35rem;
  box-shadow: 0 5px 12px rgba(130, 0, 0, 0.22);
  font-weight: 900;
  min-width: 240px;
}

.brand-hero {
  background: #120b08;
  color: #fff;
}

.brand-hero-inner {
  align-items: center;
  background:
    linear-gradient(90deg, rgba(0, 0, 0, 0.92) 0%, rgba(18, 9, 6, 0.86) 47%, rgba(92, 36, 14, 0.46) 100%),
    radial-gradient(circle at 80% 48%, rgba(255, 197, 122, 0.38), transparent 30%),
    linear-gradient(135deg, #100807, #6a2d0e);
  display: grid;
  gap: 1.5rem;
  grid-template-columns: minmax(0, 1.1fr);
  min-height: 320px;
  overflow: hidden;
  padding: 3.8rem 3rem;
  position: relative;
}

.brand-hero-inner.brand-hero-has-bg {
  background:
    linear-gradient(
      105deg,
      rgba(0, 0, 0, 0.72) 0%,
      rgba(0, 0, 0, 0.42) 42%,
      rgba(0, 0, 0, 0.18) 68%,
      rgba(0, 0, 0, 0.05) 100%
    ),
    var(--brand-hero-bg) center / cover no-repeat;
}

.brand-hero-inner.brand-hero-has-bg::after {
  display: none;
}

.brand-hero-inner.brand-hero-has-bg > div {
  max-width: 68%;
  position: relative;
  z-index: 1;
}

.brand-hero-inner::after {
  background:
    linear-gradient(32deg, transparent 0 46%, rgba(213, 148, 75, 0.42) 47% 49%, transparent 50%),
    linear-gradient(-25deg, transparent 0 45%, rgba(255, 236, 204, 0.24) 46% 48%, transparent 49%);
  content: "";
  inset: 0;
  opacity: 0.5;
  position: absolute;
}

.brand-hero h1,
.brand-hero p {
  position: relative;
  z-index: 1;
}

.brand-hero h1 {
  font-size: clamp(2.4rem, 6vw, 4.6rem);
  font-weight: 900;
  letter-spacing: 0.08em;
  margin-bottom: 1rem;
}

.brand-hero p {
  color: #ffe3bc;
  font-size: clamp(1.1rem, 2.4vw, 1.65rem);
  font-weight: 900;
  letter-spacing: 0.04em;
  margin: 0;
}

.brand-hero-plate {
  background:
    radial-gradient(ellipse at 50% 60%, #2d1810 0 50%, transparent 51%),
    radial-gradient(ellipse at 50% 68%, rgba(0, 0, 0, 0.68) 0 60%, transparent 61%);
  border-radius: 50%;
  height: 250px;
  justify-self: center;
  width: min(340px, 72vw);
}

.brand-bite {
  background:
    radial-gradient(circle at 45% 24%, #fff5df 0 12%, transparent 13%),
    repeating-conic-gradient(from 8deg, #f6d0a0 0 13deg, #fff0d8 14deg 25deg);
  border-radius: 48% 52% 45% 55%;
  box-shadow: inset 0 -8px 14px rgba(121, 62, 26, 0.16), 0 8px 18px rgba(0, 0, 0, 0.22);
  height: 74px;
  position: absolute;
  width: 84px;
}

.brand-bite-one {
  bottom: 72px;
  left: 52px;
  transform: rotate(-10deg);
}

.brand-bite-two {
  bottom: 96px;
  left: 126px;
  transform: rotate(8deg);
}

.brand-bite-three {
  bottom: 72px;
  right: 78px;
  transform: rotate(14deg);
}

.brand-bite-four {
  bottom: 122px;
  right: 132px;
  transform: rotate(-9deg);
}

.brand-chopstick {
  background: linear-gradient(90deg, #2a1008, #9b4a20, #f2bb7b);
  border-radius: 999px;
  height: 8px;
  position: absolute;
  right: 8px;
  top: 58px;
  transform: rotate(-28deg);
  transform-origin: right center;
  width: 210px;
}

.brand-chopstick-two {
  top: 78px;
}

.brand-services {
  background: #fff;
  padding: 2rem 0 1rem;
}

.brand-service-grid {
  box-shadow: 0 10px 26px rgba(80, 28, 11, 0.07);
}

.brand-service-item strong {
  color: #5c3d26;
  font-weight: 900;
}

.brand-section-heading {
  margin-bottom: 1.6rem;
  text-align: center;
}

.brand-section-heading h2 {
  font-size: 2rem;
  font-weight: 900;
  letter-spacing: 0.08em;
  margin: 0;
}

.brand-steps {
  display: grid;
  gap: 1rem;
  grid-template-columns: repeat(5, 1fr);
}

.brand-step {
  align-items: center;
  display: flex;
  flex-direction: column;
  gap: 0.55rem;
  position: relative;
  text-align: center;
}

.brand-step.reveal-on-scroll:nth-child(1) {
  --reveal-delay: 0ms;
}

.brand-step.reveal-on-scroll:nth-child(2) {
  --reveal-delay: 90ms;
}

.brand-step.reveal-on-scroll:nth-child(3) {
  --reveal-delay: 180ms;
}

.brand-step.reveal-on-scroll:nth-child(4) {
  --reveal-delay: 270ms;
}

.brand-step.reveal-on-scroll:nth-child(5) {
  --reveal-delay: 360ms;
}

.brand-step.reveal-on-scroll.is-visible span {
  animation: advantage-icon-pop 0.55s ease var(--reveal-delay) both;
}

.brand-step:not(:last-child)::after {
  color: #d8c8bc;
  content: "›";
  font-size: 2rem;
  position: absolute;
  right: -0.75rem;
  top: 0.35rem;
}

.brand-step span {
  align-items: center;
  background: #fff5f1;
  border: 2px solid #ead0c8;
  border-radius: 50%;
  color: var(--brand-red);
  display: inline-flex;
  font-size: 1.2rem;
  font-weight: 900;
  height: 46px;
  justify-content: center;
  width: 46px;
}

.brand-step strong {
  font-size: 1rem;
  font-weight: 900;
}

.brand-cta {
  border-radius: 0.35rem;
  box-shadow: 0 5px 12px rgba(130, 0, 0, 0.22);
  font-weight: 900;
  min-width: 240px;
}

.brand-advantages {
  background: #fff8ed;
}

.brand-advantage-grid {
  display: grid;
  gap: 1rem;
  grid-template-columns: repeat(3, 1fr);
}

.brand-advantage-grid div {
  background: #fff;
  border: 1px solid #eadfd6;
  border-radius: 0.9rem;
  box-shadow: 0 8px 22px rgba(80, 28, 11, 0.06);
  padding: 1.35rem;
  text-align: center;
}

.brand-advantage-grid strong {
  color: var(--brand-red);
  display: block;
  font-size: 1.2rem;
  font-weight: 900;
  margin-bottom: 0.45rem;
}

.brand-advantage-grid p {
  color: #6e5c55;
  font-weight: 700;
  line-height: 1.7;
  margin: 0;
}

.brand-advantage-grid .reveal-on-scroll:nth-child(1) {
  --reveal-delay: 0ms;
}

.brand-advantage-grid .reveal-on-scroll:nth-child(2) {
  --reveal-delay: 120ms;
}

.brand-advantage-grid .reveal-on-scroll:nth-child(3) {
  --reveal-delay: 240ms;
}

.brand-advantage-grid .reveal-on-scroll.is-visible:hover {
  box-shadow: 0 14px 28px rgba(80, 28, 11, 0.1);
  transform: translate3d(0, -4px, 0);
}

.brand-case-panel {
  background: #fff;
  border: 1px solid #eadfd6;
  border-radius: 0.9rem;
  box-shadow: 0 8px 22px rgba(80, 28, 11, 0.07);
  padding: 1.8rem 2rem 2.4rem;
  position: relative;
}

.brand-case-grid {
  display: grid;
  gap: 1.2rem;
  grid-template-columns: repeat(4, 1fr);
}

.brand-case-card {
  color: var(--text-dark);
  display: block;
  text-align: center;
  text-decoration: none;
}

.brand-case-card span,
.brand-case-card img {
  align-items: center;
  background: #fff;
  border: 1px solid #eadfd6;
  border-radius: 0.55rem;
  display: flex;
  height: 92px;
  justify-content: center;
  margin-bottom: 0.65rem;
  object-fit: cover;
  width: 100%;
}

.brand-case-card span {
  color: #17100d;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 1.55rem;
  font-weight: 900;
  letter-spacing: 0.06em;
}

.brand-case-card strong {
  font-weight: 900;
}

.case-arrow {
  background: transparent;
  border: 0;
  color: #5d4a42;
  font-size: 2rem;
  position: absolute;
  top: 55%;
  transform: translateY(-50%);
  z-index: 2;
}

.case-arrow-left {
  left: 0.7rem;
}

.case-arrow-right {
  right: 0.7rem;
}

.case-dots {
  bottom: 1rem;
  display: flex;
  gap: 0.5rem;
  justify-content: center;
  left: 0;
  margin: 0;
  position: absolute;
  right: 0;
}

.case-dots [data-bs-target] {
  background: #d6d2cf;
  border: 0;
  border-radius: 50%;
  height: 9px;
  margin: 0;
  opacity: 1;
  padding: 0;
  width: 9px;
}

.case-dots .active {
  background: var(--brand-red);
}

.brand-case-carousel {
  padding: 0 2.75rem 1.4rem;
}

.product-intro {
  background: #fffdf8;
}

.product-tabs {
  background: #fff;
  border: 1px solid #eadfd6;
  border-radius: 0.7rem 0.7rem 0 0;
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 1.2rem;
  overflow: hidden;
}

.product-tabs a {
  border-right: 1px solid #eadfd6;
  color: #3d2d27;
  display: block;
  flex: 1 1 150px;
  font-size: 1.05rem;
  font-weight: 900;
  padding: 1rem;
  text-align: center;
  text-decoration: none;
}

.product-tabs a:last-child {
  border-right: 0;
}

.product-tabs a.active,
.product-tabs a:hover {
  background: var(--brand-red);
  color: #fff;
}

.product-image-grid {
  display: grid;
  gap: 1rem;
  grid-template-columns: repeat(3, 1fr);
  margin-bottom: 1rem;
}

.product-image-card {
  background: #fff;
  border: 1px solid #f1e4d5;
  border-radius: 0.75rem;
  box-shadow: 0 10px 24px rgba(80, 28, 11, 0.08);
  display: block;
  overflow: hidden;
  text-decoration: none;
  transition: box-shadow 0.2s ease, transform 0.2s ease;
}

.product-image-grid .product-image-card.reveal-on-scroll:nth-child(1) {
  --reveal-delay: 0ms;
}

.product-image-grid .product-image-card.reveal-on-scroll:nth-child(2) {
  --reveal-delay: 90ms;
}

.product-image-grid .product-image-card.reveal-on-scroll:nth-child(3) {
  --reveal-delay: 180ms;
}

.product-image-grid .product-image-card.reveal-on-scroll:nth-child(4) {
  --reveal-delay: 270ms;
}

.product-image-grid .product-image-card.reveal-on-scroll:nth-child(5) {
  --reveal-delay: 360ms;
}

.product-image-grid .product-image-card.reveal-on-scroll:nth-child(6) {
  --reveal-delay: 450ms;
}

.product-image-card.reveal-on-scroll.is-visible:hover {
  box-shadow: 0 16px 34px rgba(80, 28, 11, 0.13);
  transform: translate3d(0, -4px, 0);
}

.product-image-card img,
.product-image-card .product-image-placeholder {
  aspect-ratio: 1 / 1;
  display: block;
  height: auto;
  min-height: 0;
  object-fit: cover;
  width: 100%;
}

.product-detail-hero {
  background: #fff8ed;
  border-bottom: 1px solid #eadfd6;
}

.product-detail-back {
  color: var(--brand-red);
  display: inline-block;
  font-weight: 800;
  margin-bottom: 0.75rem;
  text-decoration: none;
}

.product-detail-back:hover {
  color: var(--brand-red-dark);
}

.product-detail-category {
  color: var(--brand-red);
  font-size: 0.95rem;
  font-weight: 900;
  letter-spacing: 0.06em;
  margin-bottom: 0.35rem;
}

.product-detail-hero h1 {
  font-size: clamp(1.75rem, 4vw, 2.5rem);
  font-weight: 900;
  margin: 0;
}

.product-detail-info h2 {
  font-size: 1.45rem;
  font-weight: 900;
  margin-bottom: 1rem;
}

.product-detail-info .content-body {
  color: #5d4c45;
  font-size: 1.08rem;
  font-weight: 700;
  line-height: 1.85;
  white-space: pre-line;
}

.product-detail-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
  margin-top: 1.75rem;
}

.certification-grid .certification-card.reveal-on-scroll:nth-child(1) {
  --reveal-delay: 0ms;
}

.certification-grid .certification-card.reveal-on-scroll:nth-child(2) {
  --reveal-delay: 100ms;
}

.certification-grid .certification-card.reveal-on-scroll:nth-child(3) {
  --reveal-delay: 200ms;
}

.certification-grid .certification-card.reveal-on-scroll:nth-child(4) {
  --reveal-delay: 300ms;
}

.certification-card.reveal-on-scroll.is-visible:hover {
  transform: translate3d(0, -3px, 0);
}

.featured-product {
  background: #fff;
  border: 1px solid #eadfd6;
  border-radius: 0.55rem;
  box-shadow: 0 8px 22px rgba(80, 28, 11, 0.06);
  display: grid;
  gap: 1.6rem;
  grid-template-columns: minmax(260px, 0.85fr) minmax(0, 1.15fr);
  margin-bottom: 1.8rem;
  overflow: hidden;
  padding: 1.2rem;
}

.featured-product img,
.featured-product .product-image-placeholder {
  display: block;
  height: 100%;
  min-height: 300px;
  object-fit: cover;
  width: 100%;
}

.featured-product img,
.featured-product .product-image-placeholder {
  border-radius: 0.35rem;
}

.featured-product-body {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 1rem 1rem 1rem 0;
}

.featured-product h1 {
  font-size: clamp(2rem, 4vw, 3.2rem);
  font-weight: 900;
  letter-spacing: 0.08em;
  margin-bottom: 1rem;
}

.featured-product p {
  color: #6e5c55;
  font-size: 1.22rem;
  font-weight: 800;
  line-height: 1.75;
  margin-bottom: 1.6rem;
}

.product-highlights {
  display: grid;
  gap: 1rem;
  grid-template-columns: repeat(3, 1fr);
  margin-bottom: 1.6rem;
}

.product-highlights div {
  align-items: center;
  display: flex;
  flex-direction: column;
  gap: 0.45rem;
  text-align: center;
}

.product-highlights span {
  color: #17100d;
  font-size: 2rem;
  line-height: 1;
}

.product-highlights strong {
  font-weight: 900;
}

.featured-product .btn {
  border-radius: 0.25rem;
  font-size: 1.15rem;
  font-weight: 900;
  padding: 0.8rem 1.5rem;
}

.product-thumb-grid {
  display: grid;
  gap: 1.4rem;
  grid-template-columns: repeat(3, 1fr);
}

.product-thumb-grid a {
  border-radius: 0.35rem;
  display: block;
  overflow: hidden;
}

.product-thumb-grid img,
.product-thumb-grid .product-image-placeholder {
  height: 220px;
  min-height: 0;
  object-fit: cover;
  transition: transform 0.2s ease;
}

.product-thumb-grid a:hover img,
.product-thumb-grid a:hover .product-image-placeholder {
  transform: scale(1.04);
}

.more-products {
  margin-top: 2rem;
}

.product-section-heading {
  margin-bottom: 1rem;
  text-align: center;
}

.product-section-heading h2 {
  font-size: clamp(1.6rem, 3vw, 2.25rem);
  font-weight: 900;
  margin-bottom: 0.45rem;
}

.product-section-heading p {
  color: #6e5c55;
  font-weight: 700;
  margin: 0;
}

.more-product-grid {
  display: grid;
  gap: 1.2rem;
  grid-template-columns: repeat(3, 1fr);
}

.more-product-collapse {
  max-height: 0;
  opacity: 0;
  overflow: hidden;
  transition: max-height 0.45s cubic-bezier(0.4, 0, 0.2, 1), opacity 0.25s ease, margin-top 0.25s ease;
  margin-top: 0;
}

.more-product-collapse.is-expanded {
  margin-top: 1.2rem;
  opacity: 1;
}

.more-product-card {
  background: #fff;
  border: 1px solid #eadfd6;
  border-radius: 0.7rem;
  box-shadow: 0 8px 22px rgba(80, 28, 11, 0.05);
  color: var(--text-dark);
  display: block;
  overflow: hidden;
  text-decoration: none;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.more-product-card:hover {
  box-shadow: 0 14px 28px rgba(80, 28, 11, 0.1);
  color: var(--text-dark);
  transform: translateY(-3px);
}

.more-product-card img,
.more-product-card .product-image-placeholder {
  height: 175px;
  min-height: 0;
  object-fit: cover;
  width: 100%;
}

.more-product-card div:last-child {
  padding: 1rem;
}

.more-product-card span {
  color: var(--brand-red);
  display: block;
  font-size: 0.85rem;
  font-weight: 900;
  margin-bottom: 0.35rem;
}

.more-product-card strong {
  display: block;
  font-size: 1.15rem;
  font-weight: 900;
  margin-bottom: 0.45rem;
}

.more-product-card p {
  color: #6e5c55;
  font-size: 0.95rem;
  font-weight: 700;
  line-height: 1.65;
  margin: 0;
}

.product-toggle-btn {
  background: #fff;
  border-color: #e1d7d0;
  border-radius: 999px;
  color: #3d2d27;
  font-weight: 900;
  min-width: 180px;
  padding: 0.7rem 1.35rem;
}

.product-toggle-btn:hover {
  background: var(--brand-red);
  border-color: var(--brand-red);
  color: #fff;
}

.product-toggle-less,
.product-toggle-btn[aria-expanded="true"] .product-toggle-more {
  display: none;
}

.product-toggle-btn[aria-expanded="true"] .product-toggle-less {
  display: inline;
}

.product-image-placeholder {
  background:
    radial-gradient(circle at 34% 58%, #fff1d8 0 11%, transparent 12%),
    radial-gradient(circle at 56% 48%, #f1bf84 0 10%, transparent 11%),
    radial-gradient(circle at 70% 62%, #ffe0af 0 9%, transparent 10%),
    linear-gradient(135deg, #6b3519, #d59858 58%, #fff0d4);
}

.product-image-2 {
  background:
    radial-gradient(circle at 48% 40%, #fff0d8 0 16%, transparent 17%),
    radial-gradient(circle at 56% 62%, #c98f52 0 9%, transparent 10%),
    linear-gradient(135deg, #2b1209, #8e4018 55%, #e9c084);
}

.product-image-3 {
  background:
    repeating-linear-gradient(135deg, rgba(93, 28, 10, 0.24) 0 4px, transparent 5px 24px),
    linear-gradient(135deg, #f5b46f, #a33e15 58%, #451509);
}

.product-image-4 {
  background:
    radial-gradient(circle at 38% 56%, #f9dfb8 0 11%, transparent 12%),
    radial-gradient(circle at 58% 48%, #fff0d8 0 10%, transparent 11%),
    radial-gradient(circle at 72% 62%, #d59a60 0 9%, transparent 10%),
    linear-gradient(135deg, #1b0c08, #7a3616 56%, #e9b46c);
}

.product-all-btn {
  background: #fff;
  border-color: #e1d7d0;
  border-radius: 0.45rem;
  color: #3d2d27;
  font-weight: 900;
  min-width: 280px;
  padding: 0.85rem 1.5rem;
}

.product-all-btn:hover {
  background: var(--brand-red);
  border-color: var(--brand-red);
  color: #fff;
}

.seo-article {
  background: #fff;
  padding: 2.5rem 0 4rem;
}

.seo-list {
  background: #fffdf8;
}

.seo-list-card {
  background: #fff;
  border: 1px solid #eadfd6;
  border-radius: 0.75rem;
  box-shadow: 0 8px 22px rgba(80, 28, 11, 0.07);
  overflow: hidden;
}

.seo-list-card img {
  display: block;
  height: 200px;
  object-fit: cover;
  width: 100%;
}

.seo-list-card div {
  padding: 1.25rem;
}

.seo-list-card p {
  color: var(--brand-red);
  font-size: 0.9rem;
  font-weight: 900;
  margin-bottom: 0.45rem;
}

.seo-list-card h2 {
  font-size: 1.25rem;
  font-weight: 900;
  line-height: 1.45;
}

.seo-list-card span {
  color: #6e5c55;
  display: block;
  font-weight: 700;
  line-height: 1.7;
  margin-bottom: 1rem;
}

.seo-list-card a {
  font-weight: 900;
  text-decoration: none;
}

.seo-article .container {
  max-width: 920px;
}

.seo-back {
  margin-bottom: 0.75rem;
  text-align: right;
}

.seo-back a {
  color: #4d342d;
  font-size: 0.95rem;
  font-weight: 800;
  text-decoration: none;
}

.seo-article-header h1 {
  font-size: clamp(1.75rem, 4vw, 2.55rem);
  font-weight: 900;
  letter-spacing: 0.03em;
  line-height: 1.35;
  margin-bottom: 0.8rem;
}

.seo-meta {
  color: #66544c;
  display: flex;
  flex-wrap: wrap;
  font-weight: 800;
  gap: 0.6rem 1rem;
  margin-bottom: 1.5rem;
}

.seo-content-block {
  margin-bottom: 1.8rem;
}

.seo-article-image {
  border-radius: 0.75rem;
  display: block;
  margin-bottom: 1.5rem;
  max-height: 420px;
  object-fit: cover;
  width: 100%;
}

.seo-content-block h2 {
  font-size: 1.45rem;
  font-weight: 900;
  letter-spacing: 0.05em;
  margin-bottom: 0.85rem;
}

.seo-content-block p,
.seo-paragraph {
  color: #5d4c45;
  font-size: 1.08rem;
  font-weight: 700;
  line-height: 1.9;
  margin-bottom: 1rem;
  white-space: pre-line;
}

.seo-paragraph:last-child {
  margin-bottom: 0;
}

.seo-table-wrap {
  border: 1px solid #eadfd6;
  border-radius: 0.55rem;
  overflow: hidden;
}

.seo-cost-table {
  margin: 0;
  text-align: center;
  width: 100%;
}

.seo-cost-table th,
.seo-cost-table td {
  border-bottom: 1px solid #eadfd6;
  border-right: 1px solid #eadfd6;
  font-size: 1rem;
  font-weight: 800;
  padding: 0.75rem 0.9rem;
}

.seo-cost-table th:last-child,
.seo-cost-table td:last-child {
  border-right: 0;
}

.seo-cost-table tr:last-child th,
.seo-cost-table tr:last-child td {
  border-bottom: 0;
}

.seo-cost-table thead th {
  background: #f4eee8;
  color: #4b3830;
}

.seo-cost-table tbody th {
  background: #fffaf5;
}

.seo-article-cta {
  background: #fff8f4;
  border: 1px solid #eadfd6;
  border-radius: 0.9rem;
  box-shadow: 0 8px 22px rgba(80, 28, 11, 0.07);
  margin-top: 2.4rem;
  padding: 2.2rem;
  text-align: center;
}

.seo-article-cta h2 {
  font-size: 2rem;
  font-weight: 900;
  letter-spacing: 0.08em;
  margin-bottom: 0.55rem;
}

.seo-article-cta p {
  color: #5d4c45;
  font-size: 1.2rem;
  font-weight: 900;
  margin-bottom: 1.5rem;
}

.seo-article-cta div {
  display: grid;
  gap: 1rem;
  grid-template-columns: repeat(2, minmax(180px, 1fr));
  margin: 0 auto;
  max-width: 720px;
}

.seo-article-cta .btn {
  border-radius: 0.35rem;
  font-weight: 900;
  padding: 0.85rem 1.25rem;
}

.placeholder-image {
  align-items: center;
  background: #f2f2f2;
  color: #888;
  display: flex;
  height: 220px;
  justify-content: center;
}

.content-body {
  white-space: pre-line;
}

.detail-gallery {
  margin-bottom: 1.5rem;
}

.product-detail-body .detail-gallery-main,
.product-detail-body img.detail-gallery-main,
.detail-gallery-grid img {
  background: #fff;
  border: 1px solid #eadfd6;
  border-radius: 0.85rem;
  display: block;
  object-fit: cover;
  width: 100%;
}

.product-detail-body .detail-gallery-main,
.product-detail-body img.detail-gallery-main {
  aspect-ratio: 1 / 1;
  height: auto;
  max-height: none;
}

.detail-gallery-grid {
  display: grid;
  gap: 1rem;
  grid-template-columns: repeat(3, 1fr);
  margin-top: 1rem;
}

.detail-gallery-grid img {
  aspect-ratio: 4 / 3;
  height: auto;
}

.product-certifications {
  margin-top: 2.5rem;
}

.certification-grid {
  display: grid;
  gap: 1rem;
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.certification-card {
  align-items: center;
  background: #fff;
  border: 1px solid #eadfd6;
  border-radius: 0.85rem;
  box-shadow: 0 8px 22px rgba(80, 28, 11, 0.07);
  display: flex;
  gap: 0.9rem;
  padding: 1rem;
  text-decoration: none;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.certification-card:hover {
  box-shadow: 0 14px 28px rgba(80, 28, 11, 0.12);
  transform: translateY(-3px);
}

.certification-badge {
  align-items: center;
  background: #fff8ed;
  border: 1px solid #eadfd6;
  border-radius: 0.7rem;
  display: flex;
  flex: 0 0 76px;
  height: 76px;
  justify-content: center;
  overflow: hidden;
  width: 76px;
}

.certification-badge img {
  display: block;
  max-height: 68px;
  max-width: 68px;
  object-fit: contain;
}

.certification-badge span {
  color: var(--brand-red);
  font-size: 1.15rem;
  font-weight: 900;
}

.certification-card strong,
.certification-card small {
  display: block;
}

.certification-card strong {
  color: var(--text-dark);
  font-weight: 900;
  line-height: 1.45;
}

.certification-card small {
  color: #6e5c55;
  font-weight: 700;
  margin-top: 0.25rem;
}

.page-faq-section {
  background: #fffdf8;
}

.faq-accordion {
  margin: 0 auto;
  max-width: 920px;
}

.faq-accordion .accordion-item {
  border: 1px solid #eadfd6;
  border-radius: 0.75rem;
  box-shadow: 0 8px 20px rgba(80, 28, 11, 0.05);
  margin-bottom: 0.75rem;
  overflow: hidden;
}

.faq-accordion .accordion-button {
  color: #3d2d27;
  font-weight: 900;
}

.faq-accordion .accordion-button:not(.collapsed) {
  background: #fff8ed;
  color: var(--brand-red);
}

.faq-accordion .accordion-button:focus {
  border-color: var(--brand-red);
  box-shadow: 0 0 0 0.2rem rgba(160, 0, 0, 0.12);
}

.site-footer {
  background: linear-gradient(180deg, var(--brand-red), #790000);
  margin-top: 0;
  padding: 3rem 0 1.5rem;
}

.site-footer h5,
.site-footer h6 {
  font-weight: 900;
}

.site-footer p {
  color: rgba(255, 255, 255, 0.82);
}

.site-footer a {
  color: rgba(255, 255, 255, 0.86);
  display: block;
  font-size: 0.94rem;
  margin-bottom: 0.45rem;
  text-decoration: none;
}

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

.footer-line {
  margin-top: 0.25rem;
}

.footer-bottom {
  border-top: 1px solid rgba(255, 255, 255, 0.2);
  color: rgba(255, 255, 255, 0.72);
  font-size: 0.9rem;
  margin-top: 2rem;
  padding-top: 1rem;
  text-align: center;
}

.admin-sidebar {
  min-height: 100vh;
}

.admin-body {
  background: #fff8ed;
}

.admin-shell {
  min-height: 100vh;
  padding-left: 0;
  padding-right: 0;
}

.admin-sidebar {
  background:
    radial-gradient(circle at 18% 8%, rgba(255, 222, 178, 0.18), transparent 28%),
    linear-gradient(180deg, var(--brand-red), #730000);
  color: #fff;
  padding: 1.25rem 0 1.25rem 1rem;
}

.admin-brand {
  align-items: center;
  color: #fff;
  display: flex;
  gap: 0.75rem;
  margin: 0 1rem 1.4rem 0.25rem;
  text-decoration: none;
}

.admin-brand:hover {
  color: #fff;
}

.admin-brand strong,
.admin-brand small {
  display: block;
}

.admin-brand strong {
  font-size: 1.15rem;
  font-weight: 900;
}

.admin-brand small {
  color: rgba(255, 255, 255, 0.78);
  font-size: 0.82rem;
  margin-top: 0.1rem;
}

.admin-nav {
  display: flex;
  flex-direction: column;
  gap: 0.25rem;
}

.admin-nav p {
  color: rgba(255, 255, 255, 0.62);
  font-size: 0.78rem;
  font-weight: 900;
  letter-spacing: 0.08em;
  margin: 1rem 1rem 0.35rem 0.25rem;
}

.admin-nav a {
  border-radius: 0.7rem 0 0 0.7rem;
  color: rgba(255, 255, 255, 0.86);
  font-weight: 800;
  padding: 0.78rem 1rem;
  text-decoration: none;
}

.admin-nav a:hover,
.admin-nav a.active {
  background: rgba(255, 255, 255, 0.16);
  color: #fff;
}

.admin-main {
  padding: 1.5rem;
}

.admin-topbar {
  align-items: center;
  background: rgba(255, 255, 255, 0.82);
  border: 1px solid #f1e4d5;
  border-radius: 1rem;
  box-shadow: 0 10px 26px rgba(80, 28, 11, 0.06);
  display: flex;
  justify-content: space-between;
  margin-bottom: 1.25rem;
  padding: 0.9rem 1rem;
}

.admin-topbar span,
.admin-topbar strong {
  display: block;
}

.admin-topbar span {
  color: #80675c;
  font-size: 0.82rem;
  font-weight: 800;
}

.admin-topbar strong {
  font-size: 1.05rem;
  font-weight: 900;
}

.admin-page-title {
  align-items: center;
  display: flex;
  gap: 1rem;
  justify-content: space-between;
  margin-bottom: 1.25rem;
}

.admin-page-title h1 {
  font-size: 1.9rem;
  font-weight: 900;
  margin: 0 0 0.25rem;
}

.admin-page-title p {
  color: #746058;
  font-weight: 700;
  margin: 0;
}

.admin-page-actions {
  display: flex;
  flex-shrink: 0;
  flex-wrap: wrap;
  gap: 0.65rem;
  justify-content: flex-end;
}

.admin-page-hint {
  color: #9a7c6f;
  display: block;
  font-weight: 700;
  margin-top: 0.35rem;
}

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

.admin-section-toggle strong,
.admin-section-toggle small {
  display: block;
}

.admin-section-toggle strong {
  font-size: 1.05rem;
  font-weight: 900;
}

.admin-section-toggle small {
  color: #80675c;
  font-weight: 700;
  margin-top: 0.25rem;
}

.admin-section-toggle .form-switch {
  flex: 0 0 auto;
  margin: 0;
}

.admin-product-tabs {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.85rem 1rem;
}

.admin-category-tab-item {
  align-items: center;
  display: inline-flex;
  gap: 0.15rem;
}

.admin-category-action-btn {
  background: #fff;
  border: 1px solid #eadfce;
  border-radius: 999px;
  color: #8a6a58;
  cursor: pointer;
  font-size: 0.85rem;
  line-height: 1;
  min-width: 1.75rem;
  padding: 0.25rem 0.45rem;
}

.admin-category-action-btn:hover {
  background: #fff8ed;
  color: var(--brand-red);
}

.admin-category-action-btn-danger:hover {
  background: #fff1f1;
  border-color: #efb8b8;
  color: #b42318;
}

.admin-category-delete-form {
  display: inline-flex;
  margin: 0;
}

.admin-category-drag-handle {
  background: #fff8ed;
  border: 1px solid #eadfce;
  border-radius: 0.45rem;
  color: #8a6a58;
  cursor: grab;
  font-size: 0.8rem;
  line-height: 1;
  padding: 0.35rem 0.3rem;
}

.admin-category-drag-handle:active {
  cursor: grabbing;
}

.admin-product-tab-static {
  cursor: default;
}

.admin-product-tab {
  border: 1px solid #eadfce;
  border-radius: 999px;
  color: #654b3f;
  font-weight: 700;
  padding: 0.45rem 0.95rem;
  text-decoration: none;
}

.admin-product-tab:hover {
  background: #fff8ed;
  color: var(--brand-red);
}

.admin-product-tab.active {
  background: var(--brand-red);
  border-color: var(--brand-red);
  color: #fff;
}

.admin-product-thumb {
  border-radius: 0.5rem;
  height: 56px;
  object-fit: cover;
  width: 56px;
}

.admin-product-thumb-placeholder {
  align-items: center;
  background: #f6efe7;
  border-radius: 0.5rem;
  color: #9a8578;
  display: inline-flex;
  font-size: 0.75rem;
  height: 56px;
  justify-content: center;
  width: 56px;
}

.admin-sort-controls {
  align-items: center;
  display: flex;
  gap: 0.35rem;
}

.admin-drag-col {
  width: 42px;
}

.admin-drag-handle {
  background: #fff8ed;
  border: 1px solid #eadfce;
  border-radius: 0.45rem;
  color: #8a6a58;
  cursor: grab;
  font-size: 0.95rem;
  line-height: 1;
  padding: 0.35rem 0.45rem;
}

.admin-drag-handle:active {
  cursor: grabbing;
}

.admin-sortable-ghost {
  opacity: 0.45;
}

.admin-sortable-chosen {
  background: #fff8ed;
}

.admin-sortable-drag {
  background: #fff;
  box-shadow: 0 10px 24px rgba(80, 28, 11, 0.12);
}

.admin-sort-value {
  display: inline-block;
  font-weight: 700;
  min-width: 1.5rem;
  text-align: center;
}

.admin-product-table .form-switch .form-check-label {
  font-size: 0.85rem;
}

.admin-product-preview {
  margin-top: 1rem;
}

.admin-product-preview-head {
  margin-bottom: 1rem;
}

.admin-product-preview-head h2 {
  font-size: 1.15rem;
  font-weight: 900;
  margin-bottom: 0.35rem;
}

.admin-product-preview-head small {
  color: #8a6a58;
}

.admin-product-preview-grid {
  margin-top: 0;
}

.admin-product-preview-grid .admin-preview-card {
  pointer-events: none;
}

.admin-product-preview-grid .home-card-image-only img,
.admin-product-preview-grid .home-card-image-only .food-placeholder {
  aspect-ratio: 1 / 1;
  display: block;
  height: auto;
  min-height: 0;
  object-fit: cover;
  width: 100%;
}

.admin-product-preview-empty {
  grid-column: 1 / -1;
}

.admin-card,
.admin-stat-card {
  background: #fff;
  border: 1px solid #f1e4d5;
  border-radius: 1rem;
  box-shadow: 0 10px 26px rgba(80, 28, 11, 0.07);
}

.admin-card {
  padding: 1.25rem;
}

.admin-stat-card {
  color: var(--text-dark);
  display: block;
  min-height: 150px;
  padding: 1.25rem;
  text-decoration: none;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.admin-stat-card:hover {
  box-shadow: 0 16px 34px rgba(80, 28, 11, 0.12);
  color: var(--text-dark);
  transform: translateY(-3px);
}

.admin-stat-card span,
.admin-stat-card strong,
.admin-stat-card small {
  display: block;
}

.admin-stat-card span {
  color: var(--brand-red);
  font-weight: 900;
}

.admin-stat-card strong {
  font-size: 2.4rem;
  font-weight: 900;
  line-height: 1.1;
  margin: 0.55rem 0 0.35rem;
}

.admin-stat-card small {
  color: #746058;
  font-weight: 700;
}

.admin-table thead th {
  background: #fff8ed;
  color: #5b4339;
  font-size: 0.9rem;
  font-weight: 900;
  white-space: nowrap;
}

.admin-table tbody td {
  color: #3d2d27;
  font-weight: 700;
  vertical-align: middle;
}

.admin-list-thumb {
  border: 1px solid #f1e4d5;
  border-radius: 0.5rem;
  display: block;
  height: 56px;
  object-fit: cover;
  width: 100px;
}

.admin-list-file {
  display: inline-block;
  font-size: 0.85rem;
  max-width: 180px;
  overflow: hidden;
  text-overflow: ellipsis;
  vertical-align: middle;
  white-space: nowrap;
}

.admin-form-image-preview {
  max-height: 160px;
  object-fit: contain;
}

.admin-protected-admin-card .admin-protected-admin-summary {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
}

.admin-permission-toolbar {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
}

.admin-permission-groups {
  border: 1px solid #f1e4d5;
  border-radius: 0.75rem;
  display: grid;
  gap: 1rem;
  padding: 1rem;
}

.admin-permission-groups.is-disabled {
  background: #fff8ed;
}

.admin-permission-groups.is-disabled .admin-permission-checkbox:disabled {
  cursor: not-allowed;
  opacity: 1;
}

.admin-permission-groups.is-disabled .admin-permission-checkbox:disabled:checked {
  background-color: var(--brand-red);
  border-color: var(--brand-red);
}

.admin-permission-group strong {
  color: #4d342d;
  display: block;
  font-size: 0.92rem;
  margin-bottom: 0.55rem;
}

.admin-permission-options {
  display: grid;
  gap: 0.55rem 1rem;
  grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
}

.admin-permission-option {
  align-items: center;
  color: #3d2d27;
  display: flex;
  font-weight: 700;
  gap: 0.45rem;
  margin: 0;
}

.admin-permission-badge {
  border: 1px solid #ecdcd0;
  color: #5b4339;
  font-weight: 700;
  margin: 0 0.25rem 0.25rem 0;
}

.admin-form {
  max-width: 980px;
}

.admin-form .form-label {
  color: #4d342d;
  font-weight: 900;
}

.admin-form .form-control,
.admin-form .form-select,
.admin-login-form .form-control {
  border-color: #e2d4c8;
  border-radius: 0.65rem;
}

.admin-form .form-control:focus,
.admin-form .form-select:focus,
.admin-login-form .form-control:focus {
  border-color: var(--brand-red);
  box-shadow: 0 0 0 0.2rem rgba(160, 0, 0, 0.12);
}

.admin-form .form-text {
  color: #80675c;
  font-weight: 700;
}

.admin-form-actions {
  align-items: center;
  border-top: 1px solid #f1e4d5;
  display: flex;
  gap: 0.75rem;
  justify-content: flex-end;
  margin-top: 1rem;
  padding-top: 1.25rem;
}

.admin-translations-group + .admin-translations-group {
  margin-top: 1rem;
}

.admin-translations-group-head {
  align-items: center;
  display: flex;
  gap: 0.75rem;
  justify-content: space-between;
  margin-bottom: 1rem;
}

.admin-translations-group-head h2 {
  font-size: 1.1rem;
  margin: 0;
}

.admin-translations-table th {
  background: #faf4ef;
  font-size: 0.85rem;
}

.admin-translations-table .translation-key {
  color: #7a4f43;
  font-size: 0.78rem;
  word-break: break-all;
}

.admin-translations-table textarea {
  font-size: 0.92rem;
  min-height: 2.75rem;
  resize: vertical;
}

.admin-translations-table .translation-label {
  color: #4d342d;
  font-size: 0.92rem;
  font-weight: 700;
}

.translation-composite-wrap {
  display: flex;
  flex-direction: column;
  gap: 0.45rem;
}

.translation-composite-wrap .translation-input {
  font-size: 0.92rem;
}

.admin-translations-actions {
  background: #fff;
  border: 1px solid #f1e4d5;
  border-radius: 1rem;
  bottom: 1rem;
  box-shadow: 0 8px 24px rgba(64, 20, 10, 0.08);
  margin-top: 1.5rem;
  padding: 1rem 1.25rem;
  position: sticky;
  z-index: 2;
}

.admin-login-body {
  background:
    radial-gradient(circle at 20% 14%, rgba(216, 164, 95, 0.22), transparent 28%),
    linear-gradient(135deg, #fff8ed 0%, #fff 46%, #f7e5d4 100%);
  min-height: 100vh;
}

.admin-login-wrap {
  align-items: center;
  display: flex;
  min-height: 100vh;
  padding: 1.5rem;
}

.admin-login-hero {
  margin: 0 auto;
  max-width: 520px;
  width: 100%;
}

.admin-login-card {
  background: rgba(255, 255, 255, 0.94);
  border: 1px solid #f1e4d5;
  border-radius: 1.25rem;
  box-shadow: 0 24px 60px rgba(80, 28, 11, 0.14);
  padding: 2rem;
}

.admin-login-brand {
  align-items: center;
  display: flex;
  gap: 0.85rem;
  margin-bottom: 1.5rem;
}

.admin-login-brand h1 {
  font-size: 1.7rem;
  font-weight: 900;
  margin: 0 0 0.25rem;
}

.admin-login-brand p {
  color: #746058;
  font-weight: 700;
  margin: 0;
}

.admin-login-note {
  color: #80675c;
  font-size: 0.9rem;
  font-weight: 700;
  margin: 1rem 0 0;
  text-align: center;
}

@media (max-width: 991.98px) {
  .site-navbar {
    min-height: auto;
  }

  .navbar-nav {
    padding-top: 1rem;
  }

  .home-hero {
    padding: 3.5rem 0;
  }

  .hero-bowl {
    min-height: 300px;
  }

  .advantage-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .advantage-item {
    border-bottom: 1px solid #f1e4d5;
  }

  .solution-card > div {
    max-width: 82%;
  }

  .supply-hero-inner {
    grid-template-columns: 1fr;
    min-height: auto;
    padding: 3rem 2rem;
  }

  .supply-hero-food {
    min-height: 230px;
  }

  .process-steps {
    grid-template-columns: repeat(5, minmax(120px, 1fr));
    overflow-x: auto;
    padding-bottom: 0.5rem;
  }

  .brand-hero-inner {
    grid-template-columns: 1fr;
    min-height: auto;
    padding: 3rem 2rem;
  }

  .brand-service-grid,
  .brand-steps {
    grid-template-columns: repeat(5, minmax(120px, 1fr));
    overflow-x: auto;
    padding-bottom: 0.5rem;
  }

  .brand-advantage-grid {
    grid-template-columns: repeat(3, minmax(180px, 1fr));
    overflow-x: auto;
    padding-bottom: 0.5rem;
  }

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

  .brand-service-grid {
    margin: 0 -0.75rem;
    padding-left: 0.75rem;
    padding-right: 0.75rem;
  }

  .admin-sidebar {
    min-height: auto;
  }

  .admin-main {
    padding: 1rem;
  }
}

@media (max-width: 575.98px) {
  .brand-logo {
    height: 42px;
    width: 42px;
  }

  .site-footer .brand-logo {
    height: 58px;
    width: 58px;
  }

  .brand-mark {
    font-size: 1.05rem;
    height: 42px;
    width: 42px;
  }

  .home-hero {
    padding: 2.75rem 0;
  }

  .home-banner img {
    aspect-ratio: 4 / 5;
    max-height: none;
    min-height: min(420px, 118vw);
  }

  .home-banner .carousel-control-prev,
  .home-banner .carousel-control-next {
    width: 14%;
  }

  .home-hero-compact {
    padding: 2rem 0 1.5rem;
  }

  .home-hero-compact.home-hero-has-bg {
    padding-bottom: 1.25rem;
  }

  .home-hero-compact .hero-stats {
    grid-template-columns: 1fr;
  }

  .hero-lead {
    font-size: 1rem;
  }

  .hero-stats {
    grid-template-columns: 1fr;
  }

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

  .solution-card {
    min-height: 250px;
    padding: 1.5rem;
  }

  .reveal-on-scroll.reveal-slide-left,
  .reveal-on-scroll.reveal-slide-right {
    --slide-x: 0;
    --slide-y: 48px;
  }

  .solution-card > div {
    max-width: 100%;
  }

  .brand-hero-inner.brand-hero-has-bg > div {
    max-width: 100%;
  }

  .solution-card::after {
    opacity: 0.28;
  }

  .advantage-grid {
    grid-template-columns: 1fr;
  }

  .advantage-item {
    border-right: 0;
  }

  .supply-hero .container,
  .supply-benefits .container,
  .supply-applications .container,
  .supply-process .container {
    padding-left: 0.75rem;
    padding-right: 0.75rem;
  }

  .supply-hero-inner {
    grid-template-columns: 1fr;
    min-height: 154px;
    padding: 1.35rem 1.1rem;
  }

  .supply-hero-inner.supply-hero-has-bg > div {
    max-width: 100%;
  }

  .supply-hero h1 {
    font-size: 2.45rem;
    margin-bottom: 0.55rem;
  }

  .supply-hero p {
    font-size: 1.05rem;
    margin-bottom: 0.4rem;
  }

  .supply-hero span {
    font-size: 0.96rem;
  }

  .supply-hero-food {
    height: 132px;
    min-height: 132px;
    width: 150px;
  }

  .supply-bite {
    height: 40px;
    width: 46px;
  }

  .bite-one {
    bottom: 38px;
    left: 14px;
  }

  .bite-two {
    bottom: 52px;
    left: 48px;
  }

  .bite-three {
    bottom: 38px;
    right: 20px;
  }

  .bite-four {
    bottom: 66px;
    right: 50px;
  }

  .supply-benefits {
    padding: 1.2rem 0 0.5rem;
  }

  .supply-section-heading h2 {
    font-size: 1.45rem;
  }

  .supply-section-heading p {
    font-size: 0.92rem;
  }

  .supply-applications {
    padding-top: 2rem !important;
  }

  .supply-applications .row {
    --bs-gutter-x: 0.75rem;
    --bs-gutter-y: 0.75rem;
  }

  .supply-applications .col-md-4 {
    flex: 0 0 auto;
    width: 33.333333%;
  }

  .supply-app-card {
    border-radius: 0.55rem;
  }

  .supply-app-card-body {
    padding: 0.65rem 0.25rem;
  }

  .supply-app-card h3 {
    font-size: 0.95rem;
  }

  .supply-app-card p {
    font-size: 0.72rem;
  }

  .supply-process {
    padding-bottom: 2rem !important;
  }

  .process-steps {
    gap: 0;
    grid-template-columns: repeat(5, 1fr);
    overflow: visible;
  }

  .process-step {
    gap: 0.28rem;
  }

  .process-step:not(:last-child)::after {
    font-size: 1.2rem;
    right: -0.18rem;
    top: 0.2rem;
  }

  .process-step span {
    border-width: 2px;
    font-size: 0.95rem;
    height: 34px;
    width: 34px;
  }

  .process-step strong {
    font-size: 0.74rem;
  }

  .process-step small {
    font-size: 0.62rem;
    line-height: 1.25;
  }

  .supply-cta {
    min-width: 170px;
    padding: 0.75rem 1.2rem;
  }

  .brand-hero .container,
  .brand-services .container,
  .brand-process .container,
  .brand-cases .container {
    padding-left: 0.75rem;
    padding-right: 0.75rem;
  }

  .brand-hero-inner {
    grid-template-columns: 1fr;
    min-height: 154px;
    padding: 1.35rem 1.1rem;
  }

  .brand-hero-inner.brand-hero-has-bg > div {
    max-width: 100%;
  }

  .brand-hero h1 {
    font-size: 2.15rem;
    margin-bottom: 0.55rem;
  }

  .brand-hero p {
    font-size: 0.92rem;
    line-height: 1.45;
  }

  .brand-services {
    padding: 1.2rem 0 0.5rem;
  }

  .brand-service-grid {
    grid-template-columns: repeat(5, 1fr);
    margin: 0;
    overflow: visible;
    padding: 0;
  }

  .brand-process {
    padding-top: 2rem !important;
  }

  .brand-section-heading h2 {
    font-size: 1.45rem;
  }

  .brand-steps {
    gap: 0;
    grid-template-columns: repeat(5, 1fr);
    overflow: visible;
  }

  .brand-step {
    gap: 0.32rem;
  }

  .brand-step:not(:last-child)::after {
    font-size: 1.2rem;
    right: -0.2rem;
    top: 0.2rem;
  }

  .brand-step span {
    font-size: 0.95rem;
    height: 34px;
    width: 34px;
  }

  .brand-step strong {
    font-size: 0.68rem;
    line-height: 1.25;
  }

  .brand-cta {
    min-width: 170px;
    padding: 0.75rem 1.2rem;
  }

  .brand-case-panel {
    padding: 1.1rem 1.25rem 2.1rem;
  }

  .brand-case-grid {
    gap: 0.75rem;
    grid-template-columns: repeat(4, 1fr);
  }

  .brand-case-carousel {
    padding-left: 1.85rem;
    padding-right: 1.85rem;
  }

  .brand-case-card span,
  .brand-case-card img {
    height: 70px;
    margin-bottom: 0.45rem;
  }

  .brand-case-card span {
    font-size: 1rem;
  }

  .brand-case-card strong {
    font-size: 0.72rem;
  }

  .case-arrow {
    font-size: 1.55rem;
  }

  .case-arrow-left {
    left: 0.25rem;
  }

  .case-arrow-right {
    right: 0.25rem;
  }

  .product-intro {
    padding-top: 1rem !important;
  }

  .product-intro .container {
    padding-left: 0.75rem;
    padding-right: 0.75rem;
  }

  .product-tabs {
    margin-bottom: 1rem;
  }

  .product-tabs a {
    flex-basis: 50%;
    font-size: 0.86rem;
    padding: 0.85rem 0.25rem;
  }

  .product-image-grid {
    grid-template-columns: repeat(2, 1fr);
  }


  .featured-product {
    gap: 0.95rem;
    grid-template-columns: 0.9fr 1.1fr;
    margin-bottom: 1.4rem;
    padding: 0.75rem;
  }

  .featured-product img,
  .featured-product .product-image-placeholder {
    min-height: 215px;
  }

  .featured-product-body {
    padding: 0.25rem 0.25rem 0.25rem 0;
  }

  .featured-product h1 {
    font-size: 1.55rem;
    margin-bottom: 0.45rem;
  }

  .featured-product p {
    font-size: 0.86rem;
    line-height: 1.65;
    margin-bottom: 0.85rem;
  }

  .product-highlights {
    gap: 0.35rem;
    margin-bottom: 0.85rem;
  }

  .product-highlights span {
    font-size: 1.35rem;
  }

  .product-highlights strong {
    font-size: 0.68rem;
  }

  .featured-product .btn {
    font-size: 0.9rem;
    padding: 0.55rem 0.8rem;
  }

  .product-thumb-grid {
    gap: 0.75rem;
  }

  .product-thumb-grid img,
  .product-thumb-grid .product-image-placeholder {
    height: 130px;
  }

  .more-products {
    margin-top: 1.4rem;
  }

  .product-section-heading h2 {
    font-size: 1.45rem;
  }

  .product-section-heading p {
    font-size: 0.78rem;
    line-height: 1.6;
  }

  .more-product-grid {
    gap: 0.75rem;
    grid-template-columns: repeat(2, 1fr);
  }

  .more-product-collapse {
    margin-top: 0;
  }

  .more-product-collapse.is-expanded {
    margin-top: 0.75rem;
  }

  .more-product-card img,
  .more-product-card .product-image-placeholder {
    height: 112px;
  }

  .more-product-card div:last-child {
    padding: 0.75rem;
  }

  .more-product-card span {
    font-size: 0.7rem;
  }

  .more-product-card strong {
    font-size: 0.92rem;
  }

  .more-product-card p {
    font-size: 0.72rem;
    line-height: 1.55;
  }

  .product-toggle-btn {
    min-width: 150px;
    padding: 0.6rem 1rem;
  }

  .product-all-btn {
    min-width: 220px;
    padding: 0.75rem 1.2rem;
  }

  .seo-article {
    padding: 1.2rem 0 2rem;
  }

  .seo-list {
    padding-top: 2rem !important;
  }

  .seo-list-card img {
    height: 160px;
  }

  .seo-list-card div {
    padding: 1rem;
  }

  .seo-list-card h2 {
    font-size: 1.08rem;
  }

  .seo-article .container {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .seo-back {
    margin-bottom: 0.45rem;
  }

  .seo-back a {
    font-size: 0.78rem;
  }

  .seo-article-header h1 {
    font-size: 1.45rem;
    margin-bottom: 0.55rem;
  }

  .seo-meta {
    font-size: 0.82rem;
    gap: 0.3rem 0.55rem;
    margin-bottom: 1rem;
  }

  .seo-content-block {
    margin-bottom: 1.35rem;
  }

  .seo-content-block h2 {
    font-size: 1.08rem;
    margin-bottom: 0.55rem;
  }

  .seo-content-block p,
  .seo-paragraph {
    font-size: 0.88rem;
    line-height: 1.75;
  }

  .seo-cost-table th,
  .seo-cost-table td {
    font-size: 0.78rem;
    padding: 0.55rem 0.35rem;
  }

  .seo-article-cta {
    margin-top: 1.5rem;
    padding: 1.4rem 1rem;
  }

  .seo-article-cta h2 {
    font-size: 1.35rem;
  }

  .seo-article-cta p {
    font-size: 0.95rem;
    margin-bottom: 1rem;
  }

  .seo-article-cta div {
    gap: 0.75rem;
    grid-template-columns: repeat(2, 1fr);
  }

  .seo-article-cta .btn {
    font-size: 0.88rem;
    padding: 0.75rem 0.35rem;
  }

  .certification-grid {
    grid-template-columns: 1fr;
  }

  .detail-gallery-grid {
    grid-template-columns: 1fr;
  }

  .certification-card {
    align-items: flex-start;
  }

  .admin-sidebar {
    padding: 1rem;
  }

  .admin-nav {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
  }

  .admin-nav p {
    grid-column: 1 / -1;
    margin-top: 0.75rem;
  }

  .admin-nav a {
    border-radius: 0.65rem;
    font-size: 0.9rem;
    padding: 0.65rem;
  }

  .admin-topbar,
  .admin-page-title,
  .admin-section-toggle {
    align-items: stretch;
    flex-direction: column;
  }

  .admin-page-title h1 {
    font-size: 1.55rem;
  }

  .admin-card {
    padding: 0.85rem;
  }

  .admin-form-actions {
    align-items: stretch;
    flex-direction: column-reverse;
  }

  .admin-form-actions .btn {
    width: 100%;
  }

  .admin-login-card {
    padding: 1.35rem;
  }
}
