/* Product landing pages */

.product-landing {
  overflow-x: hidden;
}

/* ---- Hero (themed SVG background per page — no photo) ---- */
.product-hero {
  position: relative;
  min-height: 320px;
  display: flex;
  align-items: flex-end;
  background: var(--color-teal-dark);
  overflow: hidden;
}

.product-hero__bg {
  position: absolute;
  inset: 0;
  background: url("../images/feature-pea-protein.svg") center / cover no-repeat;
}

.product-hero__bg::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(0deg, rgba(0, 51, 64, 0.92) 0%, rgba(0, 51, 64, 0.5) 50%, rgba(0, 51, 64, 0.25) 100%);
}

.product-hero__inner {
  position: relative;
  z-index: 1;
  width: 100%;
  max-width: var(--max-width);
  margin: 0 auto;
  padding: 2rem 1.5rem 3rem;
}

.product-hero .breadcrumb {
  margin-bottom: 1.25rem;
}

.product-hero .breadcrumb a,
.product-hero .breadcrumb span {
  color: rgba(255, 255, 255, 0.75);
}

.product-hero .breadcrumb a:hover {
  color: #fff;
}

.product-tag {
  display: inline-block;
  background: rgba(255, 255, 255, 0.15);
  color: #fff;
  font-size: 0.75rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  padding: 0.35rem 0.75rem;
  margin-bottom: 0.75rem;
  border-left: 3px solid #7fbc8f;
}

.product-hero h1 {
  font-size: clamp(2rem, 5vw, 3rem);
  font-weight: 700;
  color: #fff;
  margin: 0 0 1rem;
  line-height: 1.1;
  max-width: 720px;
  letter-spacing: -0.02em;
}

.product-hero__lead {
  font-size: 1.05rem;
  color: rgba(255, 255, 255, 0.88);
  max-width: 600px;
  margin: 0;
  line-height: 1.6;
}

.product-hero .btn-teal {
  background: rgba(239, 244, 222, 0.32);
  color: #fff;
  border-color: rgba(255, 255, 255, 0.45);
  backdrop-filter: blur(18px) saturate(1.3);
  -webkit-backdrop-filter: blur(18px) saturate(1.3);
}

.product-hero .btn-teal:hover {
  background: rgba(239, 244, 222, 0.46);
  color: #fff;
}

/* ---- Split section ---- */
.product-split {
  padding: 3.5rem 1.5rem;
  background: #fff;
}

.product-split__inner {
  max-width: var(--max-width);
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 3rem;
  align-items: center;
}

.product-split__inner--reverse .product-split__media {
  order: 2;
}

.product-split__inner--reverse .product-split__text {
  order: 1;
}

.product-split__inner:not(:has(.product-split__media)),
.product-split__inner--single {
  grid-template-columns: 1fr;
  max-width: var(--max-width);
}

.product-split__inner--single .product-split__text {
  max-width: none;
}

.product-split__text h2 {
  font-size: clamp(1.5rem, 3vw, 2rem);
  font-weight: 700;
  color: var(--color-text);
  margin: 0 0 1.25rem;
  line-height: 1.2;
}

.product-split__text > p {
  color: var(--color-text-muted);
  line-height: 1.7;
  margin: 0 0 2rem;
}

.product-split__media {
  position: relative;
}

.product-split__media img {
  width: 100%;
  max-width: 420px;
  margin: 0 auto;
  aspect-ratio: 1;
  object-fit: cover;
  object-position: center;
  padding: 0;
  background: #eef2e8;
}

.product-split__media.photo-frame--portrait img {
  aspect-ratio: 1;
  object-fit: cover;
}

.product-split__media::before {
  display: none;
}

/* ---- Styled illustration / photo frames ---- */
.svg-art,
.photo-frame {
  position: relative;
  overflow: hidden;
  background: linear-gradient(155deg, #f7f9f3 0%, #eff4de 50%, #e8efe0 100%);
  border: 1px solid var(--color-mild-green-border);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.8),
    0 8px 28px rgba(0, 68, 82, 0.08);
  transition: box-shadow 0.3s ease, transform 0.3s ease;
}

.svg-art::after,
.photo-frame::after {
  content: "";
  position: absolute;
  inset: 0;
  background: radial-gradient(ellipse 80% 55% at 50% 0%, rgba(255, 255, 255, 0.5) 0%, transparent 65%);
  pointer-events: none;
  z-index: 2;
}

.svg-art:hover,
.photo-frame:hover {
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.9),
    0 14px 36px rgba(0, 68, 82, 0.11);
}

.svg-art img,
.photo-frame img {
  position: relative;
  z-index: 1;
  display: block;
  width: 100%;
  transition: transform 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.svg-art:hover img,
.photo-frame:hover img {
  transform: scale(1.03);
}

.svg-art--portrait img,
.photo-frame--portrait img {
  aspect-ratio: 1;
  object-fit: contain;
  padding: 1.5rem;
  max-height: 100%;
}

.svg-art--wide img,
.photo-frame--wide img {
  aspect-ratio: 16 / 10;
  object-fit: cover;
  object-position: center;
  padding: 0;
}

.product-split__media.svg-art--portrait::before,
.product-split__media.photo-frame--portrait::before {
  z-index: 3;
}

.insight-card__visual.svg-art--card img,
.insight-card__visual.svg-art--card .insight-card__img,
.insight-card__visual.photo-frame--card img,
.insight-card__visual.photo-frame--card .insight-card__img {
  aspect-ratio: 1;
  object-fit: cover;
}

.insight-card__visual.photo-frame--card img[width="1536"],
.insight-card__visual.photo-frame--card .insight-card__img[width="1536"] {
  aspect-ratio: 3 / 2;
}

.insight-card:hover .svg-art img,
.insight-card:hover .photo-frame img {
  transform: scale(1.05);
}

@media (prefers-reduced-motion: reduce) {
  .svg-art img,
  .svg-art,
  .photo-frame img,
  .photo-frame {
    transition: none;
  }

  .svg-art:hover img,
  .insight-card:hover .svg-art img,
  .photo-frame:hover img,
  .insight-card:hover .photo-frame img {
    transform: none;
  }
}

/* ---- Accordions ---- */
.accordion-list {
  border-top: 1px solid var(--color-border);
}

.accordion-item {
  border-bottom: 1px solid var(--color-border);
}

.accordion-trigger {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 1rem;
  padding: 1.15rem 0;
  background: none;
  border: none;
  cursor: pointer;
  font-family: inherit;
  font-size: 1rem;
  font-weight: 600;
  color: var(--color-text);
  text-align: left;
}

.accordion-trigger:hover {
  color: var(--color-teal);
}

.accordion-icon {
  flex-shrink: 0;
  width: 28px;
  height: 28px;
  border-radius: 50%;
  background: rgba(239, 244, 222, 0.55);
  border: 1px solid rgba(227, 234, 216, 0.85);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.6),
    0 3px 10px rgba(239, 244, 222, 0.35);
  color: var(--color-teal-dark);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.1rem;
  line-height: 1;
  transition: transform 0.2s;
}

.accordion-item.is-open .accordion-icon {
  transform: rotate(45deg);
}

.accordion-panel {
  display: none;
  padding: 0 0 1.25rem;
  color: var(--color-text-muted);
  line-height: 1.7;
  font-size: 0.95rem;
}

.accordion-item.is-open .accordion-panel {
  display: block;
}

.accordion-panel ul,
.accordion-panel ol {
  margin: 0.75rem 0;
  padding-left: 1.25rem;
}

.accordion-panel li {
  margin-bottom: 0.35rem;
}

/* ---- CTA strip ---- */
.product-cta-strip {
  background: var(--color-bg-alt);
  border-top: 1px solid var(--color-border);
  border-bottom: 1px solid var(--color-border);
  padding: 1.75rem 1.5rem;
}

.product-cta-strip__inner {
  max-width: var(--max-width);
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1.5rem;
  flex-wrap: wrap;
}

.product-cta-strip p {
  margin: 0;
  font-size: 1.15rem;
  font-weight: 600;
  color: var(--color-text);
}

/* ---- Featured block ---- */
.product-featured {
  padding: 3.5rem 1.5rem;
  background: #fff;
}

.product-featured__inner {
  max-width: var(--max-width);
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1.1fr 1fr;
  gap: 3.5rem;
  align-items: center;
}

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

.product-featured__inner:not(:has(.product-featured__media)),
.product-featured__inner--text {
  grid-template-columns: 1fr;
  max-width: var(--max-width);
}

.product-featured:not(:has(.product-featured__media)) {
  padding: 2.25rem 1.5rem;
}

.product-featured:not(:has(.product-featured__media)) + .product-featured:not(:has(.product-featured__media)) {
  padding-top: 0;
  margin-top: -0.5rem;
}

.product-featured:not(:has(.product-featured__media)) + .product-featured:not(:has(.product-featured__media)) .product-featured__inner--text {
  padding-top: 1.75rem;
  border-top: 1px solid var(--color-border);
}

.product-featured__text .check-list {
  margin: 1rem 0 1.25rem;
}

.product-featured__text .check-list a {
  color: var(--color-teal);
  font-weight: 600;
  text-decoration: none;
}

.product-featured__text .check-list a:hover {
  text-decoration: underline;
}

.product-featured__media img {
  width: 100%;
  max-width: 560px;
  margin: 0 auto;
  aspect-ratio: 16 / 10;
  object-fit: cover;
  object-position: center;
  padding: 0;
  background: #eef2e8;
}

.product-featured__text .eyebrow {
  font-size: 0.8rem;
  font-weight: 600;
  color: var(--color-accent);
  text-transform: uppercase;
  letter-spacing: 0.04em;
  margin: 0 0 0.5rem;
}

.product-featured__text h2 {
  font-size: clamp(1.4rem, 3vw, 1.85rem);
  font-weight: 700;
  margin: 0 0 1rem;
  line-height: 1.25;
}

.product-featured__text p {
  color: var(--color-text-muted);
  line-height: 1.7;
  margin: 0 0 1.5rem;
}

.custom-solution-featured .product-featured__inner {
  align-items: stretch;
}

.custom-solution-featured .product-featured__text {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.custom-solution-featured--intro .product-featured__text {
  justify-content: flex-start;
}

.custom-solution-featured--intro .product-featured__inner {
  align-items: flex-start;
}

.custom-solution-featured__media {
  display: flex;
  height: 100%;
  min-height: 100%;
}

.custom-solution-featured--intro .custom-solution-featured__media {
  margin-top: 0;
}

.custom-solution-featured__media img {
  width: 100%;
  height: 100%;
  min-height: 100%;
  max-width: none;
  aspect-ratio: auto;
  object-fit: cover;
}

.custom-solution-featured--intro .custom-solution-featured__media img {
  object-position: top;
}

.custom-solution-featured__media--soft img {
  object-fit: contain;
  padding: 2rem;
  background: linear-gradient(155deg, #f7f9f3 0%, #eff4de 50%, #e8efe0 100%);
}

.custom-solution-steps {
  margin: 0;
  padding-left: 1.35rem;
  font-family: var(--font-sans);
}

.custom-solution-steps li {
  margin-bottom: 1rem;
  color: var(--color-text-muted);
  line-height: 1.6;
  font-size: 0.95rem;
}

.custom-solution-steps li strong {
  display: inline-block;
  margin-bottom: 0.2rem;
  color: var(--color-text);
  font-family: var(--font-sans);
  font-weight: 700;
}

.custom-solution-copy-block {
  margin-top: 1.75rem;
  padding-top: 1.35rem;
  border-top: 1px solid var(--color-border);
}

.custom-solution-copy-block h2 {
  margin-bottom: 0.8rem;
}

.custom-solution-copy-block p {
  margin-bottom: 0;
  font-family: var(--font-sans);
  font-size: 0.98rem;
  line-height: 1.7;
  color: var(--color-text-muted);
}

.protein-fiber-featured .product-featured__inner {
  align-items: flex-start;
}

.protein-fiber-featured__media img {
  object-position: top;
  object-fit: contain;
  aspect-ratio: 1 / 1;
  max-width: none;
}

.protein-fiber-after-media {
  max-width: var(--max-width);
  margin: 0 auto;
  padding-top: 2rem;
}

.multi-protein-featured .product-featured__inner {
  align-items: flex-start;
}

.multi-protein-featured__media {
  display: flex;
  height: 100%;
}

.multi-protein-featured__media img {
  width: 100%;
  height: 100%;
  max-width: none;
  aspect-ratio: 1 / 1;
  object-fit: contain;
  object-position: top;
}

.app-split {
  border-bottom: 1px solid var(--color-border);
}

.app-split:nth-child(even) {
  background: var(--color-bg-alt);
}

.app-split__inner {
  align-items: center;
}

.app-split__media {
  overflow: hidden;
  border-radius: var(--radius-md);
}

.app-split__media img {
  width: 100%;
  aspect-ratio: 4 / 3;
  object-fit: cover;
  object-position: center;
  background: transparent;
  transition: transform 0.4s ease;
}

.app-split:hover .app-split__media img {
  transform: scale(1.03);
}

.app-split .product-split__text h2 a {
  color: var(--color-teal);
  text-decoration: none;
}

.app-split .product-split__text h2 a:hover {
  color: var(--color-teal-light);
}

.app-page-featured .product-featured__inner {
  align-items: flex-start;
}

.app-page-featured__media {
  overflow: hidden;
  border-radius: var(--radius-md);
  background: transparent;
  border: none;
  box-shadow: none;
}

.app-page-featured__media::after {
  display: none;
}

.app-page-featured__media img {
  width: 100%;
  aspect-ratio: 3 / 2;
  object-fit: cover;
  object-position: center;
  background: transparent;
  max-width: none;
}

.protein-enzyme-featured .product-featured__inner {
  align-items: flex-start;
}

.protein-enzyme-featured__media {
  display: flex;
  height: 100%;
  background: none;
  border: none;
  box-shadow: none;
}

.protein-enzyme-featured__media::after {
  display: none;
}

.protein-enzyme-featured__media img {
  width: 100%;
  height: 100%;
  max-width: none;
  aspect-ratio: 1 / 1;
  object-fit: contain;
  object-position: top;
  background: transparent;
}

.protein-fiber-process-line {
  white-space: nowrap;
}

.protein-enzyme-no-wrap {
  white-space: nowrap;
}

.protein-enzyme-buttons-no-wrap {
  display: flex;
  gap: 1rem;
  flex-wrap: nowrap;
}

@media (max-width: 960px) {
  .protein-fiber-process-line {
    white-space: normal;
  }

  .protein-fiber-featured__media {
    order: -1;
  }

  .protein-enzyme-no-wrap {
    white-space: normal;
  }

  .protein-enzyme-buttons-no-wrap {
    flex-wrap: wrap;
  }
}

/* ---- Tabs ---- */
.product-tabs-section {
  padding: 4.5rem 1.5rem;
  background: var(--color-bg-alt);
}

.product-tabs-section__header {
  max-width: var(--max-width);
  margin: 0 auto 2.5rem;
}

.product-tabs-section__header h2 {
  font-size: 1.75rem;
  font-weight: 700;
  margin: 0 0 0.5rem;
}

.product-tabs-section__header p {
  color: var(--color-text-muted);
  margin: 0;
  max-width: 560px;
}

.product-tabs {
  max-width: var(--max-width);
  margin: 0 auto;
  display: grid;
  grid-template-columns: 260px 1fr;
  gap: 0;
  background: #fff;
  border: 1px solid var(--color-border);
  min-height: 0;
}

.tab-nav {
  border-right: 1px solid var(--color-border);
  padding: 1rem 0;
}

.tab-trigger {
  display: block;
  width: 100%;
  padding: 0.9rem 1.5rem;
  background: none;
  border: none;
  border-left: 3px solid transparent;
  cursor: pointer;
  font-family: inherit;
  font-size: 0.925rem;
  font-weight: 500;
  color: var(--color-text-muted);
  text-align: left;
  transition: color 0.15s, border-color 0.15s, background 0.15s;
}

.tab-trigger:hover {
  color: var(--color-teal);
  background: var(--color-bg-alt);
}

.tab-trigger.is-active {
  color: var(--color-teal);
  font-weight: 600;
  border-left-color: var(--color-teal);
  background: var(--color-bg-alt);
}

.tab-panels {
  padding: 2rem 2.5rem;
  overflow-y: auto;
}

.tab-panel {
  display: none;
}

.tab-panel.is-active {
  display: block;
}

.tab-panel h3 {
  font-size: 1.2rem;
  font-weight: 700;
  color: var(--color-primary-dark);
  margin: 0 0 1rem;
}

.tab-panel h4 {
  font-size: 1rem;
  font-weight: 600;
  margin: 1.5rem 0 0.5rem;
  color: var(--color-text);
}

.tab-panel p {
  color: var(--color-text-muted);
  line-height: 1.7;
  margin: 0 0 1rem;
}

.tab-panel ul,
.tab-panel ol {
  color: var(--color-text-muted);
  line-height: 1.65;
  margin: 0 0 1rem;
  padding-left: 1.25rem;
}

.tab-panel li {
  margin-bottom: 0.35rem;
}

/* ---- Stat cards row ---- */
.product-stats {
  padding: 3.5rem 1.5rem;
  background: #fff;
}

.product-stats__inner {
  max-width: var(--max-width);
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1.5rem;
}

.stat-card {
  text-align: center;
  padding: 2rem 1rem;
  border: 1px solid var(--color-border);
  background: var(--color-bg-alt);
}

.stat-card__value {
  font-size: 2rem;
  font-weight: 700;
  color: var(--color-teal);
  line-height: 1;
  margin-bottom: 0.5rem;
}

.stat-card__label {
  font-size: 0.85rem;
  font-weight: 600;
  color: var(--color-text-muted);
  text-transform: uppercase;
  letter-spacing: 0.03em;
}

/* ---- Application cards ---- */
.product-cards-section {
  padding: 3rem 1.5rem;
  background: #fff;
}

.product-cards-section + .product-cards-section,
.product-featured + .product-cards-section {
  padding-top: 0;
}

.product-cards-section + .product-cards-section,
.product-featured + .product-cards-section {
  padding-top: 0;
}

.product-cards-section__inner {
  max-width: var(--max-width);
  margin: 0 auto;
}

.product-cards-section h2 {
  font-size: 1.75rem;
  font-weight: 700;
  margin: 0 0 0.5rem;
}

.product-cards-section__lead {
  color: var(--color-text-muted);
  margin: 0 0 2.5rem;
  max-width: 560px;
}

.product-card-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
  gap: 1.5rem;
  align-items: stretch;
}

.product-card {
  border: 1px solid var(--color-border);
  background: #fff;
  transition: box-shadow 0.2s;
  display: flex;
  flex-direction: column;
  height: 100%;
}

.product-card--text .product-card__body {
  border-top: 3px solid var(--color-teal);
  min-height: 0;
}

.product-card:hover {
  box-shadow: var(--shadow);
}

.product-card__img {
  aspect-ratio: 1;
  object-fit: cover;
  object-position: center;
  width: 100%;
  background: #eef2e8;
  transition: transform 0.4s ease;
}

.product-card__img[width="1536"] {
  aspect-ratio: 3 / 2;
}

.product-card:hover .product-card__img {
  transform: scale(1.03);
}

.category-showcase-card__body {
  border-top: 3px solid var(--color-teal);
}

.category-showcase-card:has(.category-showcase-card__img) .category-showcase-card__body {
  border-top: none;
}

.category-showcase-card__img {
  width: 100%;
  aspect-ratio: 16 / 9;
  object-fit: cover;
  object-position: center;
  display: block;
  flex-shrink: 0;
  background: linear-gradient(155deg, #f7f9f3 0%, #eff4de 100%);
  transition: transform 0.4s ease;
}

.category-showcase-card:hover .category-showcase-card__img {
  transform: scale(1.03);
}

.product-card__body {
  padding: 1.5rem;
  flex: 1;
  display: flex;
  flex-direction: column;
}

.product-card__body h3 {
  font-size: 1.05rem;
  font-weight: 700;
  margin: 0 0 0.75rem;
  line-height: 1.3;
}

.product-card__body p {
  font-size: 0.9rem;
  color: var(--color-text-muted);
  margin: 0 0 1rem;
  flex: 1;
  line-height: 1.6;
}

.product-card__body .product-card__link {
  margin-top: auto;
}

.product-card__link {
  font-size: 0.875rem;
  font-weight: 600;
  color: var(--color-teal);
  text-decoration: none;
}

.product-card__link::after {
  content: " →";
}

.product-card__link:hover {
  text-decoration: underline;
}

/* ---- Three column ---- */
.product-three-col {
  padding: 4rem 1.5rem;
  background: var(--color-bg-alt);
}

.product-three-col__inner {
  max-width: var(--max-width);
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2rem;
}

.product-three-col h2 {
  font-size: 1.75rem;
  font-weight: 700;
  text-align: center;
  margin: 0 0 2.5rem;
}

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

.product-three-col__col h3,
.product-three-col__item h3 {
  font-size: 1.05rem;
  font-weight: 700;
  margin: 0 0 0.75rem;
  color: var(--color-teal);
}

.product-three-col__col p,
.product-three-col__item p {
  font-size: 0.925rem;
  color: var(--color-text-muted);
  line-height: 1.65;
  margin: 0;
}

.product-three-col__item ul {
  margin: 0.5rem 0 0;
  padding-left: 1.15rem;
  font-size: 0.925rem;
  color: var(--color-text-muted);
}

/* ---- Insight cards ---- */
.product-insights {
  padding: 4.5rem 1.5rem;
  background: #fff;
}

.product-insights__inner {
  max-width: var(--max-width);
  margin: 0 auto;
}

.product-insights h2 {
  font-size: 1.75rem;
  font-weight: 700;
  margin: 0 0 2rem;
}

.insight-card-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
  gap: 1.5rem;
  align-items: stretch;
}

.insight-card {
  border: 1px solid var(--color-border);
  overflow: hidden;
  transition: box-shadow 0.25s ease;
  display: flex;
  flex-direction: column;
  height: 100%;
}

.insight-card:hover {
  box-shadow: var(--shadow);
}

.insight-card__img {
  width: 100%;
  aspect-ratio: 1;
  object-fit: cover;
}

.insight-card__img[width="1536"] {
  aspect-ratio: 3 / 2;
}

.insight-card__visual {
  flex-shrink: 0;
}

.insight-card__visual.photo-frame {
  border: none;
  box-shadow: none;
  background: #eef2e8;
}

.insight-card__visual.photo-frame::after {
  display: none;
}

.insight-card--text .insight-card__body {
  border-top: 3px solid var(--color-teal);
}

.insight-card__body {
  padding: 1.5rem;
  flex: 1;
  display: flex;
  flex-direction: column;
}

.insight-card__body h3 {
  font-size: 1.1rem;
  font-weight: 700;
  margin: 0 0 1rem;
  line-height: 1.3;
}

.insight-card__link {
  font-size: 0.875rem;
  font-weight: 600;
  color: var(--color-teal);
  text-decoration: none;
  margin-top: auto;
}

.insight-card__link::after {
  content: " →";
}

/* ---- FAQ section ---- */
.product-faq {
  padding: 4.5rem 1.5rem;
  background: var(--color-bg-alt);
}

.product-faq__inner {
  max-width: 780px;
  margin: 0 auto;
}

.product-faq h2 {
  font-size: 1.75rem;
  font-weight: 700;
  margin: 0 0 2rem;
  text-align: center;
}

/* ---- Shared product elements ---- */
.spec-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(180px, 1fr));
  gap: 1rem;
  margin: 1rem 0;
  padding: 0;
  list-style: none;
}

.spec-grid li {
  background: var(--color-bg-alt);
  border: 1px solid var(--color-border);
  padding: 1rem 1.25rem;
  margin: 0;
}

.spec-grid strong {
  display: block;
  font-size: 0.72rem;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  color: var(--color-teal);
  margin-bottom: 0.25rem;
}

.data-table {
  width: 100%;
  border-collapse: collapse;
  margin: 1rem 0;
  font-size: 0.925rem;
}

.data-table th,
.data-table td {
  border: 1px solid var(--color-border);
  padding: 0.75rem 1rem;
  text-align: left;
}

.data-table th {
  background: var(--color-teal-dark);
  color: #fff;
  font-weight: 600;
}

.data-table tbody tr:nth-child(even) {
  background: var(--color-bg-alt);
}

.check-list {
  list-style: none;
  padding: 0;
  margin: 1rem 0;
  display: flex;
  flex-direction: column;
  gap: 0.55rem;
}

.check-list li {
  position: relative;
  padding-left: 1.6rem;
  font-size: 0.925rem;
  color: var(--color-text-muted);
  line-height: 1.55;
}

.check-list li::before {
  content: "✓";
  position: absolute;
  left: 0;
  top: 0.12em;
  width: 1rem;
  text-align: center;
  color: var(--color-teal);
  font-weight: 700;
  line-height: 1;
}

.product-bottom-cta {
  padding: 4rem 1.5rem;
  background: var(--color-teal-dark);
  text-align: center;
}

.product-bottom-cta h2 {
  color: #fff;
  font-size: 1.75rem;
  margin: 0 0 0.75rem;
}

.product-bottom-cta p {
  color: rgba(255, 255, 255, 0.8);
  margin: 0 0 1.5rem;
}

.product-bottom-cta .btn-row {
  display: flex;
  gap: 1rem;
  justify-content: center;
  flex-wrap: wrap;
}

.product-bottom-cta .btn-teal,
.product-bottom-cta .btn-teal--light,
.product-bottom-cta .btn-outline,
.product-bottom-cta .btn-outline-light {
  backdrop-filter: blur(16px) saturate(1.5);
  -webkit-backdrop-filter: blur(16px) saturate(1.5);
}

.product-bottom-cta .btn-teal {
  background: rgba(239, 244, 222, 0.32);
  color: #fff;
  border-color: rgba(255, 255, 255, 0.48);
}

.product-bottom-cta .btn-teal--light {
  background: rgba(239, 244, 222, 0.22);
  color: #fff;
  border-color: rgba(255, 255, 255, 0.42);
}

.product-bottom-cta .btn-outline,
.product-bottom-cta .btn-outline-light {
  background: rgba(239, 244, 222, 0.14);
  color: #fff;
  border-color: rgba(255, 255, 255, 0.4);
}

.product-bottom-cta .btn-teal:hover {
  background: rgba(239, 244, 222, 0.46);
  color: #fff;
}

.product-bottom-cta .btn-teal--light:hover {
  background: rgba(239, 244, 222, 0.34);
  color: #fff;
}

.product-bottom-cta .btn-outline:hover,
.product-bottom-cta .btn-outline-light:hover {
  background: rgba(239, 244, 222, 0.28);
  color: #fff;
  border-color: rgba(255, 255, 255, 0.55);
}

.product-bottom-cta a:not(.btn) {
  color: #fff;
  font-weight: 600;
  text-decoration: none;
}

.product-bottom-cta a:not(.btn):hover {
  color: rgba(255, 255, 255, 0.88);
  text-decoration: none;
}

/* ---- Comparison guide pages ---- */
.compare-overview-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.5rem;
  margin: 2rem 0;
}

.compare-card {
  border: 1px solid var(--color-border);
  padding: 1.5rem;
  background: #fff;
  transition: box-shadow 0.2s, border-color 0.2s;
}

.compare-card:hover {
  box-shadow: var(--shadow);
  border-color: var(--color-teal-light);
}

.compare-card__tag {
  font-size: 0.72rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  color: var(--color-teal);
  margin-bottom: 0.5rem;
}

.compare-card h3 {
  margin: 0 0 0.35rem;
  font-size: 1.1rem;
}

.compare-card h3 a {
  color: var(--color-primary-dark);
  text-decoration: none;
}

.compare-card h3 a:hover {
  color: var(--color-teal);
}

.compare-card__protein {
  font-size: 1.75rem;
  font-weight: 700;
  color: var(--color-teal);
  margin: 0.5rem 0;
}

.compare-card p {
  font-size: 0.9rem;
  color: var(--color-text-muted);
  margin: 0 0 1rem;
  line-height: 1.55;
}

.compare-card__link {
  font-size: 0.875rem;
  font-weight: 600;
  color: var(--color-teal);
  text-decoration: none;
}

.compare-card__link::after {
  content: " →";
}

.compare-table-wrap {
  overflow-x: auto;
  margin: 1.5rem 0 2rem;
}

.compare-table {
  width: 100%;
  min-width: 640px;
  border-collapse: collapse;
  font-size: 0.925rem;
}

.compare-table th,
.compare-table td {
  border: 1px solid var(--color-border);
  padding: 0.85rem 1rem;
  text-align: left;
  vertical-align: top;
}

.compare-table thead th {
  background: var(--color-teal-dark);
  color: #fff;
  font-weight: 600;
}

.compare-table thead th:first-child {
  background: var(--color-teal);
}

.compare-table tbody tr:nth-child(even) {
  background: var(--color-bg-alt);
}

.compare-table tbody td:first-child {
  font-weight: 600;
  color: var(--color-text);
  background: rgba(166, 186, 130, 0.1);
}

.cert-list {
  list-style: none;
  margin: 1.25rem 0 1.5rem;
  padding: 0;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(140px, 1fr));
  gap: 0.75rem;
}

.cert-list li {
  margin: 0;
  padding: 0.85rem 1rem;
  text-align: center;
  font-weight: 700;
  letter-spacing: 0.04em;
  color: var(--color-teal);
  background: var(--color-mild-green-soft);
  border: 1px solid var(--color-mild-green-border);
}

.cert-grid {
  list-style: none;
  margin: 1.5rem 0 1.75rem;
  padding: 0.25rem 0 0.75rem;
  display: flex;
  flex-wrap: nowrap;
  gap: 1rem;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  scrollbar-width: thin;
}

.cert-grid > li {
  flex: 0 0 148px;
  width: 148px;
}

.cert-badge {
  margin: 0;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  background: #fff;
  border: 1px solid var(--color-mild-green-border);
  padding: 0.85rem 0.65rem 0.75rem;
}

.cert-badge__img {
  width: 112px;
  height: 112px;
  object-fit: contain;
  display: block;
}

.cert-badge__name {
  margin: 0.65rem 0 0;
  font-size: 0.88rem;
  font-weight: 700;
  letter-spacing: 0.03em;
  color: var(--color-teal-dark);
  line-height: 1.3;
}

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

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

@media (max-width: 700px) {
  .choose-grid--2 {
    grid-template-columns: 1fr;
  }
}

.choose-box {
  background: var(--color-bg-alt);
  border: 1px solid var(--color-border);
  padding: 1.5rem;
}

.choose-box h4 {
  margin: 0 0 0.75rem;
  color: var(--color-teal);
  font-size: 1rem;
}

.choose-box ul {
  margin: 0;
  padding-left: 1.15rem;
  font-size: 0.9rem;
  color: var(--color-text-muted);
  line-height: 1.6;
}

.choose-box li {
  margin-bottom: 0.35rem;
}

.protein-bar-chart {
  margin: 1.5rem 0 2rem;
}

.protein-bar-row {
  display: grid;
  grid-template-columns: 140px 1fr 60px;
  align-items: center;
  gap: 1rem;
  margin-bottom: 1rem;
}

.protein-bar-label {
  font-size: 0.875rem;
  font-weight: 600;
  color: var(--color-text);
}

.protein-bar-track {
  height: 28px;
  background: var(--color-bg-alt);
  border: 1px solid var(--color-border);
  border-radius: 2px;
  overflow: hidden;
}

.protein-bar-fill {
  height: 100%;
  background: linear-gradient(90deg, var(--color-teal-dark), var(--color-teal-light));
  display: flex;
  align-items: center;
  padding-left: 0.5rem;
  min-width: 2rem;
}

.protein-bar-value {
  font-size: 0.875rem;
  font-weight: 700;
  color: var(--color-teal);
  text-align: right;
}

.compare-section {
  padding: 3.5rem 1.5rem;
  background: #fff;
}

.compare-section:nth-child(even) {
  background: var(--color-bg-alt);
}

.compare-section__inner {
  max-width: var(--max-width);
  margin: 0 auto;
}

.compare-section h2 {
  font-size: 1.75rem;
  font-weight: 700;
  margin: 0 0 0.5rem;
  color: var(--color-primary-dark);
}

.compare-section__lead {
  color: var(--color-text-muted);
  max-width: 680px;
  margin: 0 0 2rem;
  line-height: 1.65;
}

.compare-section h3 {
  font-size: 1.15rem;
  font-weight: 600;
  margin: 1.75rem 0 0.75rem;
  color: var(--color-text);
}

.compare-section p {
  color: var(--color-text-muted);
  line-height: 1.7;
  margin: 0 0 1rem;
}

.compare-section ul {
  color: var(--color-text-muted);
  line-height: 1.65;
  padding-left: 1.25rem;
}

.compare-mini-table {
  width: auto;
  min-width: 280px;
  margin: 1rem 0;
}

/* ---- Solution page ---- */
.product-featured--reverse .product-featured__inner:has(.product-featured__media) {
  direction: rtl;
}

.product-featured--reverse .product-featured__inner:has(.product-featured__media) > * {
  direction: ltr;
}

.solution-category-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
  gap: 0.75rem 1rem;
  max-width: var(--max-width);
  margin: 0 auto;
  padding: 0 0 2rem;
  list-style: none;
}

.solution-category-grid li {
  list-style: none;
  padding: 0.85rem 1rem;
  background: var(--color-bg-alt);
  border: 1px solid var(--color-border);
  border-radius: var(--radius-md);
  font-weight: 600;
  color: var(--color-text);
  font-size: 0.9rem;
  line-height: 1.4;
}

.solution-category-section {
  padding: 2.75rem 1.5rem 0;
  background: #fff;
}

.solution-category-section + .product-featured {
  padding-top: 2rem;
}

.solution-category-section__header {
  max-width: var(--max-width);
  margin: 0 auto 2rem;
}

.solution-category-section__header h2 {
  font-size: 1.75rem;
  font-weight: 700;
  margin: 0 0 0.75rem;
}

.solution-category-section__header p {
  color: var(--color-text-muted);
  margin: 0;
  max-width: 720px;
  line-height: 1.7;
}

.solution-pillar-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(260px, 1fr));
  gap: 1.5rem;
  margin-top: 2rem;
}

.solution-pillar {
  padding-top: 1rem;
  border-top: 3px solid var(--color-teal);
}

.solution-pillar h3 {
  font-size: 1.05rem;
  font-weight: 700;
  margin: 0 0 0.5rem;
  color: var(--color-navy);
}

.solution-pillar p {
  margin: 0;
  font-size: 0.92rem;
  color: var(--color-text-muted);
  line-height: 1.6;
}

/* ---- Responsive ---- */
@media (max-width: 1100px) {
  .product-card-grid,
  .insight-card-grid,
  .product-three-col__grid,
  .product-three-col__inner,
  .compare-overview-grid,
  .choose-grid,
  .solution-category-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 960px) {
  .product-split__inner,
  .product-featured__inner {
    grid-template-columns: 1fr;
    gap: 2.5rem;
  }

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

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

  .custom-solution-featured--intro .custom-solution-featured__media {
    margin-top: 0;
  }

  .product-split__media {
    order: -1;
  }

  .product-split__media img {
    aspect-ratio: 16 / 10;
  }

  .product-tabs {
    grid-template-columns: 1fr;
  }

  .tab-nav {
    display: flex;
    overflow-x: auto;
    border-right: none;
    border-bottom: 1px solid var(--color-border);
    padding: 0;
  }

  .tab-trigger {
    white-space: nowrap;
    border-left: none;
    border-bottom: 3px solid transparent;
    padding: 0.85rem 1rem;
  }

  .tab-trigger.is-active {
    border-left: none;
    border-bottom-color: var(--color-teal);
  }

  .tab-panels {
    padding: 1.5rem;
  }

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

  .product-card-grid,
  .insight-card-grid,
  .product-three-col__grid,
  .product-three-col__inner {
    grid-template-columns: 1fr;
  }

  .compare-overview-grid,
  .choose-grid {
    grid-template-columns: 1fr;
  }

  .protein-bar-row {
    grid-template-columns: 1fr;
    gap: 0.35rem;
  }

  .protein-bar-value {
    text-align: left;
  }
}

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

  .solution-category-grid,
  .solution-pillar-grid {
    grid-template-columns: 1fr;
  }
}

/* ---- Products landing page ---- */
.products-intro {
  padding: 4rem 1.5rem;
  background: #fff;
}

.products-intro__inner {
  max-width: var(--max-width);
  margin: 0 auto;
}

.products-intro__inner h2 {
  font-size: clamp(1.5rem, 3vw, 2rem);
  font-weight: 700;
  margin: 0 0 1rem;
  color: var(--color-primary-dark);
}

.products-intro__inner p {
  color: var(--color-text-muted);
  line-height: 1.75;
  margin: 0 0 1rem;
  max-width: 820px;
  font-size: 1.02rem;
}

.category-showcase {
  padding: 3rem 1.5rem;
  background: var(--color-bg-alt);
}

.category-showcase + .product-featured,
.category-showcase + .compare-section {
  padding-top: 2rem;
}

.category-showcase__header {
  max-width: var(--max-width);
  margin: 0 auto 2rem;
}

.category-showcase__header h2 {
  font-size: clamp(1.5rem, 3vw, 2.25rem);
  font-weight: 700;
  margin: 0 0 0.5rem;
  color: var(--color-primary-dark);
}

.category-showcase__header p {
  color: var(--color-text-muted);
  max-width: 680px;
  margin: 0;
  line-height: 1.65;
}

.category-showcase-grid {
  max-width: var(--max-width);
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1.75rem;
}

.category-showcase-card {
  background: #fff;
  border: 1px solid var(--color-border);
  overflow: hidden;
  display: flex;
  flex-direction: column;
  transition: box-shadow 0.15s;
}

.category-showcase-card:hover {
  box-shadow: var(--shadow);
}

.category-showcase-card__body {
  padding: 1.5rem 1.75rem 1.75rem;
  flex: 1;
  display: flex;
  flex-direction: column;
}

.category-showcase-card__body h3 {
  margin: 0 0 0.65rem;
  font-size: 1.2rem;
  font-weight: 700;
}

.category-showcase-card__body h3 a {
  color: var(--color-teal);
  text-decoration: none;
}

.category-showcase-card__body h3 a::after {
  content: " →";
}

.category-showcase-card__body h3 a:hover {
  color: var(--color-teal-light);
}

.category-showcase-card__desc {
  color: var(--color-text-muted);
  font-size: 0.925rem;
  line-height: 1.65;
  margin: 0 0 1rem;
}

.category-showcase-card__products {
  margin: 0 0 1rem;
  padding: 0;
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 0.35rem;
}

.category-showcase-card__products li {
  position: relative;
  padding-left: 0.85rem;
  line-height: 1.45;
}

.category-showcase-card__products li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.55em;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: var(--color-teal);
}

.category-showcase-card__products li a {
  font-size: 0.875rem;
  font-weight: 600;
  color: var(--color-text);
  text-decoration: none;
  border-bottom: none;
  padding-bottom: 0;
}

.category-showcase-card__products li a:hover {
  color: var(--color-teal);
}

.category-showcase-card__apps {
  margin-top: auto;
  padding-top: 1rem;
  border-top: 1px solid var(--color-border);
  font-size: 0.825rem;
  color: var(--color-text-muted);
  line-height: 1.55;
}

.category-showcase-card__apps strong {
  color: var(--color-text);
  font-weight: 600;
}

.industry-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(260px, 1fr));
  gap: 1.25rem;
}

.industry-card {
  background: #fff;
  border: 1px solid var(--color-border);
  padding: 1.5rem;
}

.industry-card h3 {
  margin: 0 0 0.5rem;
  font-size: 1.05rem;
  font-weight: 700;
  color: var(--color-primary-dark);
}

.industry-card p {
  margin: 0;
  font-size: 0.9rem;
  color: var(--color-text-muted);
  line-height: 1.6;
}

.application-list {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
  gap: 0.65rem 1.25rem;
  list-style: none;
  padding: 0;
  margin: 0;
}

.application-list li {
  font-size: 0.925rem;
  color: var(--color-text-muted);
  padding-left: 1.15rem;
  position: relative;
  line-height: 1.5;
}

.application-list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.55em;
  width: 6px;
  height: 6px;
  background: var(--color-teal);
  border-radius: 50%;
}

.compare-section ul:not(.application-list):not(.check-list) {
  padding-left: 1.35rem;
  margin: 0.75rem 0 1rem;
}

.compare-section ul:not(.application-list):not(.check-list) li {
  margin-bottom: 0.35rem;
  line-height: 1.55;
}

.tab-panel ul,
.tab-panel ol {
  padding-left: 1.35rem;
  margin: 0.75rem 0 1rem;
}

.tab-panel li {
  margin-bottom: 0.35rem;
  line-height: 1.55;
}

@media (max-width: 960px) {
  .category-showcase-grid,
  .industry-grid,
  .solution-category-grid {
    grid-template-columns: 1fr;
  }

  .application-list {
    grid-template-columns: 1fr;
  }
}

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