.brand-lactobact .button.primary {
  background: var(--brand-blue-deep);
  border-color: var(--brand-blue-deep);
}

.brand-lactobact .button.primary:hover {
  background: #255f9f;
  border-color: #255f9f;
}

.brand-lactobact .button.ghost {
  color: var(--brand-blue-deep);
}

.brand-lactobact .section.soft {
  background: var(--brand-blue-soft);
}

.brand-lactobact {
  --brand-blue: #528fca;
  --brand-blue-deep: #2e6fae;
  --brand-blue-soft: #f2f7fb;
  --brand-accent: #e7a45d;
  --brand-ink: #17364b;
  --brand-text: #435761;
  --brand-line: #d7e2e8;
  background: #fff;
}

.brand-lactobact .site-header {
  border-bottom-color: var(--brand-line);
}

.brand-lactobact .brand-text strong,
.brand-lactobact .site-nav a.active,
.brand-lactobact .site-nav a:hover {
  color: var(--brand-blue-deep);
}

.brand-lactobact .brand-subnav {
  border-bottom-color: var(--brand-line);
}

.brand-lactobact .brand-subnav-links a:hover,
.brand-lactobact .brand-subnav-links a.active,
.brand-lactobact .brand-filter-list button:hover,
.brand-lactobact .brand-filter-list button.active {
  border-color: #b8d4ea;
  color: var(--brand-blue-deep);
  background: #f0f7fc;
}

.brand-lactobact .button.primary {
  background: var(--brand-blue-deep);
  border-color: var(--brand-blue-deep);
}

.brand-lactobact .button.primary:hover {
  background: #255c92;
  border-color: #255c92;
}

.brand-lactobact .button.ghost {
  border-color: rgba(255, 255, 255, 0.62);
  color: #fff;
  background: transparent;
}

.brand-lactobact .button.ghost:hover {
  color: var(--brand-ink);
  border-color: #fff;
  background: #fff;
}

.lactobact-hero {
  position: relative;
  min-height: 610px;
  display: grid;
  align-items: end;
  overflow: hidden;
  color: #fff;
}

.lactobact-hero-media,
.lactobact-hero-shade {
  position: absolute;
  inset: 0;
}

.lactobact-hero-media {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 46%;
}

.lactobact-hero-shade {
  background: rgba(16, 48, 70, 0.56);
}

.lactobact-hero-content {
  position: relative;
  z-index: 1;
  padding: 94px 0 76px;
}

.lactobact-hero-kicker {
  margin: 0 0 18px;
  color: #dcedfa;
  font-size: 15px;
  font-weight: 800;
  letter-spacing: 0;
}

.lactobact-hero h1 {
  max-width: 760px;
  margin: 0;
  color: #fff;
  font-size: clamp(46px, 5.8vw, 76px);
  line-height: 1.1;
  letter-spacing: 0;
}

.lactobact-hero p:not(.lactobact-hero-kicker) {
  max-width: 640px;
  margin-top: 24px;
  color: #f3f8fb;
  font-size: 19px;
}

.lactobact-hero .brand-hero-actions {
  margin-top: 32px;
}

.lactobact-intro {
  display: grid;
  grid-template-columns: minmax(0, 1.04fr) minmax(340px, 0.96fr);
  gap: 72px;
  align-items: center;
}

.lactobact-intro h2,
.lactobact-section-head h2,
.lactobact-timeline h2,
.lactobact-about-hero h1 {
  margin: 0;
  color: var(--brand-ink);
  font-size: clamp(31px, 3vw, 45px);
  line-height: 1.23;
  letter-spacing: 0;
}

.lactobact-intro p,
.lactobact-section-head p,
.lactobact-timeline p,
.lactobact-about-copy p {
  color: var(--brand-text);
}

.lactobact-intro-copy > p + p,
.lactobact-about-copy p + p {
  margin-top: 16px;
}

.lactobact-photo-frame {
  min-height: 390px;
  padding: 16px 16px 0;
  background: #edf5fa;
  border-bottom: 4px solid var(--brand-blue);
}

.lactobact-photo-frame img {
  width: 100%;
  height: 374px;
  object-fit: cover;
  object-position: center;
}

.lactobact-eyebrow {
  display: block;
  margin-bottom: 13px;
  color: var(--brand-blue-deep);
  font-size: 14px;
  font-weight: 800;
}

.lactobact-links {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 28px;
}

.lactobact-links .button {
  width: auto;
}

.lactobact-links .button.ghost {
  border-color: var(--brand-line);
  color: var(--brand-blue-deep);
  background: #fff;
}

.lactobact-links .button.ghost:hover {
  border-color: var(--brand-blue-deep);
  color: #fff;
  background: var(--brand-blue-deep);
}

.lactobact-scope {
  border-top: 1px solid var(--brand-line);
  border-bottom: 1px solid var(--brand-line);
  background: #fbfdff;
}

.lactobact-scope-grid {
  display: grid;
  grid-template-columns: 0.86fr repeat(3, 1fr);
}

.lactobact-scope-title,
.lactobact-scope-item {
  min-height: 176px;
  padding: 28px 26px;
  border-left: 1px solid var(--brand-line);
}

.lactobact-scope-title {
  border-left: 0;
  background: var(--brand-blue);
  color: #fff;
}

.lactobact-scope-title h2 {
  margin: 0;
  font-size: 26px;
  line-height: 1.35;
}

.lactobact-scope-item h3 {
  margin: 0 0 11px;
  color: var(--brand-ink);
  font-size: 18px;
  line-height: 1.35;
}

.lactobact-scope-item p {
  color: var(--brand-text);
  font-size: 14px;
}

.lactobact-section-head {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 36px;
}

.lactobact-section-head p {
  max-width: 485px;
}

.lactobact-family-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 16px;
  margin-top: 32px;
}

.lactobact-family {
  min-height: 320px;
  display: flex;
  flex-direction: column;
  padding: 20px;
  border: 1px solid var(--brand-line);
  background: #fff;
}

.lactobact-family img {
  width: 100%;
  height: 190px;
  object-fit: contain;
}

.lactobact-family h3 {
  margin: 17px 0 6px;
  color: var(--brand-ink);
  font-size: 20px;
  line-height: 1.25;
}

.lactobact-family p {
  color: var(--brand-text);
  font-size: 14px;
}

.lactobact-cta-band {
  padding: 58px 0;
  color: #fff;
  background: var(--brand-ink);
}

.lactobact-cta-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 32px;
}

.lactobact-cta-band h2 {
  margin: 0;
  color: #fff;
  font-size: 30px;
  line-height: 1.3;
}

.lactobact-cta-band p {
  max-width: 700px;
  margin-top: 12px;
  color: #d8e4eb;
}

.lactobact-cta-band .button {
  width: auto;
  flex: 0 0 auto;
  color: var(--brand-ink);
  border-color: #fff;
  background: #fff;
}

.lactobact-about-hero {
  padding: 84px 0 64px;
  background: #f2f7fb;
}

.lactobact-about-hero-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(350px, 0.9fr);
  gap: 64px;
  align-items: end;
}

.lactobact-about-hero p {
  max-width: 660px;
  margin-top: 20px;
  color: var(--brand-text);
  font-size: 18px;
}

.lactobact-about-hero img {
  width: 100%;
  min-height: 276px;
  object-fit: cover;
  object-position: center 30%;
}

.lactobact-about-story {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(320px, 0.88fr);
  gap: 74px;
  align-items: start;
}

.lactobact-about-copy h2 {
  margin: 0 0 20px;
  color: var(--brand-ink);
  font-size: 32px;
  line-height: 1.3;
}

.lactobact-quote {
  padding: 34px;
  border-left: 4px solid var(--brand-blue);
  background: #f2f7fb;
}

.lactobact-quote p {
  margin: 0;
  color: var(--brand-ink);
  font-size: 22px;
  line-height: 1.5;
}

.lactobact-quote span {
  display: block;
  margin-top: 18px;
  color: var(--brand-text);
  font-size: 14px;
}

.lactobact-timeline {
  display: grid;
  grid-template-columns: minmax(230px, 0.8fr) minmax(0, 1.2fr);
  gap: 60px;
}

.lactobact-timeline-list {
  margin: 0;
  padding: 0;
  list-style: none;
}

.lactobact-timeline-list li {
  display: grid;
  grid-template-columns: 100px 1fr;
  gap: 20px;
  padding: 22px 0;
  border-top: 1px solid var(--brand-line);
}

.lactobact-timeline-list strong {
  color: var(--brand-blue-deep);
  font-size: 25px;
  line-height: 1.35;
}

.lactobact-timeline-list p {
  color: var(--brand-text);
}

.lactobact-matrix {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 1px;
  margin-top: 30px;
  background: #fff;
}

.lactobact-matrix article {
  min-height: 210px;
  padding: 25px;
  color: #fff;
}

.lactobact-matrix article:nth-child(1) { background: #528fca; }
.lactobact-matrix article:nth-child(2) { background: #dca047; }
.lactobact-matrix article:nth-child(3) { background: #157f91; }
.lactobact-matrix article:nth-child(4) { background: #9bbd72; }

.lactobact-matrix h3 {
  margin: 0 0 12px;
  font-size: 23px;
  line-height: 1.25;
}

.lactobact-matrix p {
  font-size: 14px;
}

.brand-lactobact .brand-page-intro {
  padding: 72px 0 32px;
  background: #f2f7fb;
}

.brand-lactobact .brand-page-intro h1 {
  color: var(--brand-ink);
  font-size: clamp(40px, 4.5vw, 62px);
}

.brand-lactobact .brand-page-intro p {
  color: var(--brand-text);
}

.brand-lactobact .brand-filter-wrap {
  padding: 28px 0 34px;
  border-bottom: 1px solid var(--brand-line);
}

.brand-lactobact .brand-product-grid {
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 16px;
}

.brand-lactobact .brand-product-card {
  grid-template-rows: 218px auto;
  border-color: var(--brand-line);
}

.brand-lactobact .brand-product-card-media {
  padding: 16px;
  background: #f7fafc;
  border-bottom-color: var(--brand-line);
}

.brand-lactobact .brand-product-card-media img {
  height: 188px;
}

.brand-lactobact .brand-product-card-body {
  min-height: 144px;
  padding: 18px;
}

.brand-lactobact .brand-product-card h2 {
  color: var(--brand-ink);
  font-size: 19px;
}

.brand-lactobact .brand-product-meta {
  color: var(--brand-blue-deep);
}

.brand-lactobact .brand-product-card p:last-child {
  display: none;
}

.brand-lactobact .brand-information-note {
  border-left-color: var(--brand-accent);
}

@media (max-width: 980px) {
  .lactobact-intro,
  .lactobact-about-hero-grid,
  .lactobact-about-story,
  .lactobact-timeline {
    grid-template-columns: 1fr;
    gap: 36px;
  }

  .lactobact-scope-grid,
  .lactobact-family-grid,
  .lactobact-matrix,
  .brand-lactobact .brand-product-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .lactobact-scope-title,
  .lactobact-scope-item:nth-child(3) {
    border-left: 0;
  }
}

@media (max-width: 640px) {
  .lactobact-hero {
    min-height: 520px;
  }

  .lactobact-hero-content {
    padding: 74px 0 50px;
  }

  .lactobact-hero h1 {
    font-size: 46px;
  }

  .lactobact-hero p:not(.lactobact-hero-kicker) {
    font-size: 16px;
  }

  .lactobact-intro,
  .lactobact-about-hero-grid,
  .lactobact-about-story,
  .lactobact-timeline {
    gap: 28px;
  }

  .lactobact-photo-frame {
    min-height: 280px;
    padding: 12px 12px 0;
  }

  .lactobact-photo-frame img {
    height: 268px;
  }

  .lactobact-scope-grid,
  .lactobact-family-grid,
  .lactobact-matrix,
  .brand-lactobact .brand-product-grid {
    grid-template-columns: 1fr;
  }

  .lactobact-scope-title,
  .lactobact-scope-item,
  .lactobact-scope-item:nth-child(3) {
    min-height: auto;
    border-left: 0;
    border-top: 1px solid var(--brand-line);
  }

  .lactobact-scope-title {
    border-top: 0;
  }

  .lactobact-section-head,
  .lactobact-cta-inner {
    display: block;
  }

  .lactobact-section-head p,
  .lactobact-cta-band p {
    margin-top: 14px;
  }

  .lactobact-cta-band .button {
    width: 100%;
    margin-top: 24px;
  }

  .lactobact-timeline-list li {
    grid-template-columns: 78px 1fr;
    gap: 14px;
  }
}
