/* ============================================================
   БРЕНДЗОНА Almo Nature
   ============================================================ */

.bz-almo {
  font-family: 'Onest', sans-serif;
  background: #faf8f3;
  color: #1f1e1a;
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden;
  font-weight: 400;
  /* Растяжка на всю ширину */
  margin-left: calc(-50vw + 50%);
  margin-right: calc(-50vw + 50%);
  width: 100vw;
  max-width: 100vw;
  overflow-x: clip;
}

/* Сброс курсива — em заменены на span.ac (almo color) */
.bz-almo .ac { font-style: normal; color: #2d5a27; }
.bz-almo .ac-gold { font-style: normal; color: #b8924f; }

/* Заголовки — независимы от сайта */
.bz-almo .bz-h1,
.bz-almo .bz-h2,
.bz-almo .bz-h3 {
  font-family: 'Cormorant Garamond', serif;
  font-weight: 400;
  line-height: 1.1;
  margin: 0;
  padding: 0;
  color: #1f1e1a;
  text-transform: none;
  border: none;
  font-style: normal;
}

/* ============ ГЕРОЙ ============ */
.bz-almo .hero {
  min-height: 88vh;
  padding: 60px 64px 100px;
  display: flex;
  align-items: center;
  position: relative;
  overflow: hidden;
  background:
    radial-gradient(ellipse 1200px 700px at 80% 30%, rgba(74,122,62,.10) 0%, transparent 60%),
    radial-gradient(ellipse 800px 600px at 10% 80%, rgba(201,160,99,.08) 0%, transparent 60%),
    #faf8f3;
}
.bz-almo .hero-decor {
  position: absolute; top: -20%; right: -10%; width: 80%; height: 140%;
  background: radial-gradient(ellipse, rgba(74,122,62,.05) 0%, transparent 60%);
  pointer-events: none;
}
.bz-almo .hero-photo {
  position: absolute; right: 0; top: 0; bottom: 0; z-index: 1;
  width: 75%;
  background: url('/image/catalog/images-brand-zone/brand-almo-main.webp') center/cover;
  mask-image: linear-gradient(90deg, transparent 0%, black 50%, black 100%);
  -webkit-mask-image: linear-gradient(90deg, transparent 0%, black 50%, black 100%);
/*  opacity: .55; */
}
.bz-almo .hero-photo::after {
  content: ''; position: absolute; inset: 0;
  background: linear-gradient(180deg, transparent 0%, rgba(250,248,243,.5) 100%);
}
.bz-almo .hero-inner {
  max-width: 1400px; margin: 0 auto; width: 100%; position: relative; z-index: 2;
}
.bz-almo .hero-content { max-width: 700px; }

/* Лого — картинка вместо текста */
.bz-almo .hero-brand-logo {
/*  display: inline-flex; flex-direction: column; align-items: flex-start; */
  margin-bottom: 18px;
  margin-left: 5px;
}
.bz-almo .brand-logo-img {
  max-height: 60px;
  width: auto;
  display: block;
}

.bz-almo .hero-tag {
  display: inline-flex; align-items: center; gap: 14px;
  font-size: 12px; font-weight: 700; letter-spacing: .22em; text-transform: uppercase;
  color: #2d5a27; margin-bottom: 18px;
}
.bz-almo .hero-tag::before {
  content: ''; display: block; width: 40px; height: 1px; background: #2d5a27;
}

.bz-almo .bz-h1.hero-title {
  font-size: clamp(52px, 7vw, 100px);
  font-weight: 400;
  line-height: .98;
  margin-bottom: 32px;
  letter-spacing: -.02em;
}
.bz-almo .hero-title-line { display: block; }

.bz-almo .hero-subtitle {
  font-size: 18px; font-weight: 500; line-height: 1.7;
  color: #1f1e1a; max-width: 580px; margin-bottom: 16px;
}
.bz-almo .hero-subtitle-secondary {
  font-size: 16px; font-weight: 400; line-height: 1.7;
  color: rgba(31,30,26,.7); max-width: 580px; margin-bottom: 32px;
}
.bz-almo .hero-italian {
  font-family: 'Cormorant Garamond', serif;
  font-style: italic; font-size: 24px; font-weight: 400;
  color: #b8924f; margin-bottom: 48px;
  padding-left: 22px; border-left: 3px solid #c9a063;
}
.bz-almo .hero-buttons { display: flex; gap: 14px; flex-wrap: wrap; align-items: center; }

/* Кнопки — без растяжения вправо, с приподнятием */
.bz-almo .btn-green {
  display: inline-flex; align-items: center; gap: 12px;
  font-size: 13px; font-weight: 700; letter-spacing: .14em; text-transform: uppercase;
  padding: 18px 32px; background: #1e3d1f; color: #ffffff;
  text-decoration: none;
  transition: transform .2s, box-shadow .2s, background .2s;
}
.bz-almo .btn-green:hover {
  transform: translateY(-3px);
  box-shadow: 0 4px 13px 2px rgba(30,61,31,.3);
  background: #4a7d0c;
  color: #ffffff;
}
.bz-almo .btn-outline-dark {
  display: inline-flex; align-items: center; gap: 10px;
  font-size: 13px; font-weight: 700; letter-spacing: .14em; text-transform: uppercase;
  padding: 18px 32px; background: #ffffff; color: #1f1e1a;
  border: 1px solid rgba(31,30,26,.14); text-decoration: none;
  transition: transform .2s, box-shadow .2s, border-color .2s, color .2s;
}
.bz-almo .btn-outline-dark:hover {
  transform: translateY(-3px);
  box-shadow: 0 4px 13px 2px rgba(30,61,31,.3);
  border-color: #2d5a27;
  color: #2d5a27;
}

/* ============ ДВЕ ЛИНЕЙКИ ============ */
.bz-almo .lines {
  padding: 60px 64px;
  background: #faf8f3;
  position: relative;
}
.bz-almo .lines-header { text-align: center; margin-bottom: 80px; }
.bz-almo .lines-tag {
  font-size: 12px; font-weight: 700; letter-spacing: .22em; text-transform: uppercase;
  color: #2d5a27; margin-bottom: 18px;
}
.bz-almo .bz-h2.lines-title {
  font-size: clamp(40px, 4vw, 62px);
  margin-bottom: 24px;
}
.bz-almo .lines-subtitle-box {
  display: inline-block; max-width: 780px; margin: 0 auto;
  padding: 24px 36px; background: #ffffff;
  border: 1px solid rgba(31,30,26,.14); border-left: 4px solid #c9a063; text-align: left;
}
.bz-almo .lines-subtitle-box .pre {
  font-size: 11px; font-weight: 700; letter-spacing: .22em; text-transform: uppercase;
  color: #b8924f; margin-bottom: 10px;
}
.bz-almo .lines-subtitle-box p {
  font-size: 18px; font-weight: 500; line-height: 1.65; color: #1f1e1a;
}
.bz-almo .lines-subtitle-box p strong { color: #2d5a27; font-weight: 700; }

.bz-almo .lines-grid {
  display: grid; grid-template-columns: 1fr 1fr; gap: 32px;
  max-width: 1400px; margin: 0 auto;
}

/* Карточки — без приподнятия, с тенью */
.bz-almo .line-card {
  background: #ffffff; border: 1px solid rgba(31,30,26,.14);
  overflow: hidden;
  display: flex; flex-direction: column;
  transition: box-shadow .35s;
}
.bz-almo .line-card:hover {
  box-shadow: 0 12px 40px rgba(30,61,31,.10);
}
.bz-almo .line-card-visual {
  height: 420px; position: relative; overflow: hidden;
}
.bz-almo .line-card-visual img {
  position: absolute; inset: 0;
  width: 100%; height: 100%; object-fit: cover; display: block;
}
.bz-almo .line-card-visual.hfc img { object-position: center 40%; }
.bz-almo .line-card-visual.hfc::after {
  content: ''; position: absolute; inset: 0;
  background: linear-gradient(110deg, rgba(0,0,0,.55) 0%, rgba(0,0,0,.25) 30%, transparent 55%);
  pointer-events: none;
}
.bz-almo .line-card-visual.holistic img { object-position: center center; }
.bz-almo .line-card-visual.holistic::after {
  content: ''; position: absolute; inset: 0;
/*  background: linear-gradient(180deg, rgba(255,255,255,.7) 0%, rgba(255,255,255,.15) 25%, transparent 50%); */
  pointer-events: none;
}
.bz-almo .line-visual-content {
  position: absolute; z-index: 2; top: 30px; left: 30px; pointer-events: none;
}
.bz-almo .line-visual-eyebrow {
  font-size: 12px; font-weight: 700; letter-spacing: .1em; text-transform: uppercase;
  display: block;
}
.bz-almo .line-card-visual.hfc .line-visual-eyebrow {
  color: #c9a063; text-shadow: 0 2px 12px rgba(0,0,0,.6);
}
.bz-almo .line-card-visual.holistic .line-visual-eyebrow { color: #1e3d1f; }
.bz-almo .line-visual-big {
  font-family: 'Cormorant Garamond', serif;
  font-size: 80px; font-weight: 400; letter-spacing: -.01em; line-height: .95;
  font-style: normal;
}
.bz-almo .line-card-visual.hfc .line-visual-big {
  color: #ffffff; text-shadow: 0 4px 24px rgba(0,0,0,.5);
}
.bz-almo .line-card-visual.holistic .line-visual-big { color: #1e3d1f; }

.bz-almo .line-card-body { padding: 44px 40px; flex: 1; display: flex; flex-direction: column; }
.bz-almo .line-card-tag {
  font-size: 12px; font-weight: 700; letter-spacing: .15em; text-transform: uppercase;
  color: #2d5a27; margin-bottom: 18px;
}
.bz-almo .bz-h3.line-card-title {
  font-size: 34px;
  margin-bottom: 18px;
}
.bz-almo .line-card-desc {
  font-size: 15px; font-weight: 500; line-height: 1.75; color: #1f1e1a; margin-bottom: 24px;
}
.bz-almo .line-card-features {
  list-style: none; margin-bottom: 32px;
  padding-top: 24px; border-top: 1px solid rgba(31,30,26,.14);
}
.bz-almo .line-card-features li {
  display: flex; gap: 14px; align-items: flex-start;
  font-size: 14.5px; font-weight: 500; color: #1f1e1a;
  margin-bottom: 14px; line-height: 1.6;
}
.bz-almo .line-card-features li::before {
  content: '✓'; color: #2d5a27; font-weight: 700; flex-shrink: 0; font-size: 16px;
}
/* Кнопка карточки — без растяжения, с приподнятием и сменой цвета */
.bz-almo .line-card-cta {
  display: inline-flex; align-items: center; gap: 12px;
  font-size: 12px; font-weight: 700; letter-spacing: .14em; text-transform: uppercase;
  padding: 16px 28px; background: #1e3d1f; color: #ffffff;
  text-decoration: none;
  transition: transform .2s, box-shadow .2s, background .2s;
  align-self: flex-start;
}
.bz-almo .line-card-cta:hover {
  transform: translateY(-3px);
  box-shadow: 0 8px 24px rgba(30,61,31,.25);
  background: #2c7323;
  color: #ffffff;
}

/* ============ HFC ПОДРОБНЕЕ ============ */
.bz-almo .hfc-detail {
  padding: 60px 64px;
  background: linear-gradient(180deg, #faf8f3 0%, #ddebd5 100%);
}
.bz-almo .hfc-grid {
  max-width: 1300px; margin: 0 auto;
  display: grid; grid-template-columns: 1fr 1.1fr; gap: 80px; align-items: center;
}
.bz-almo .hfc-image {
  aspect-ratio: 4/5; position: relative; overflow: hidden;
}
.bz-almo .hfc-image img {
  position: absolute; inset: 0;
  width: 100%; height: 100%; object-fit: cover; object-position: center; display: block;
}
.bz-almo .hfc-image::before {
  content: ''; position: absolute; inset: 0; z-index: 1;
  background: linear-gradient(180deg, rgba(0,0,0,.25) 0%, transparent 30%);
  pointer-events: none;
}
.bz-almo .hfc-image-badge {
  position: absolute; bottom: 28px; left: 28px; right: 28px; z-index: 2;
  background: rgba(250,248,243,.9);
  padding: 22px 26px; border-left: 3px solid #c9a063;
}
.bz-almo .hfc-image-badge-label {
  font-size: 11px; font-weight: 700; letter-spacing: .2em; text-transform: uppercase;
  color: #b8924f; margin-bottom: 10px;
}
.bz-almo .hfc-image-badge-text {
  font-family: 'Cormorant Garamond', serif; font-size: 21px; font-weight: 500;
  color: #1f1e1a; line-height: 1.3; font-style: italic;
}
.bz-almo .hfc-image-badge-author {
  display: block; margin-top: 10px;
  font-style: normal;
  font-size: 11px; font-weight: 700; letter-spacing: .15em;
  color: #6e6e66; text-transform: uppercase;
}
.bz-almo .hfc-tag {
  font-size: 12px; font-weight: 700; letter-spacing: .22em; text-transform: uppercase;
  color: #2d5a27; margin-bottom: 20px;
}
.bz-almo .bz-h2.hfc-title { font-size: clamp(36px, 3.6vw, 52px); margin-bottom: 28px; }
.bz-almo .hfc-text {
  font-size: 16px; font-weight: 500; line-height: 1.8; color: #1f1e1a; margin-bottom: 18px;
}
.bz-almo .hfc-text strong { color: #1e3d1f; font-weight: 700; }

.bz-almo .hfc-icons-row {
  display: grid; grid-template-columns: repeat(3,1fr);
  gap: 24px; margin-top: 40px; padding-top: 36px; border-top: 1px solid rgba(31,30,26,.14);
}
.bz-almo .hfc-icon-symbol {
  font-size: 28px; color: #b8924f; margin-bottom: 10px; line-height: 1;
}
.bz-almo .hfc-icon-title {
  font-size: 13px; font-weight: 700; letter-spacing: .08em; text-transform: uppercase;
  color: #1f1e1a; margin-bottom: 6px;
}
.bz-almo .hfc-icon-desc {
  font-size: 13px; font-weight: 500; line-height: 1.55; color: rgba(31,30,26,.7);
}

/* ============ ТЕХНОЛОГИЯ ============ */
.bz-almo .tech {
  padding: 120px 64px;
  background: #ffffff;
  border-top: 1px solid rgba(31,30,26,.14);
}
.bz-almo .tech-inner { max-width: 1300px; margin: 0 auto; }
.bz-almo .tech-header { text-align: center; margin-bottom: 64px; }
.bz-almo .tech-tag {
  font-size: 12px; font-weight: 700; letter-spacing: .22em; text-transform: uppercase;
  color: #b8924f; margin-bottom: 18px;
}
.bz-almo .bz-h2.tech-title { font-size: clamp(38px, 4vw, 58px); margin-bottom: 20px; }
.bz-almo .tech-subtitle {
  font-size: 17px; font-weight: 500; line-height: 1.65;
  color: rgba(31,30,26,.82); max-width: 720px; margin: 0 auto;
}
.bz-almo .tech-cards {
  display: grid; grid-template-columns: 1fr 1fr; gap: 24px; margin-bottom: 48px;
}
.bz-almo .tech-card {
  padding: 48px 40px; background: #faf8f3; border: 1px solid rgba(31,30,26,.14);
}
.bz-almo .tech-card-eyebrow {
  font-size: 11px; font-weight: 700; letter-spacing: .25em; text-transform: uppercase;
  color: #b8924f; margin-bottom: 10px;
}
.bz-almo .tech-card-headline {
  font-family: 'Cormorant Garamond', serif;
  font-size: 42px; font-weight: 500; letter-spacing: .02em;
  color: #1e3d1f; margin-bottom: 8px; line-height: 1.1;
}
.bz-almo .tech-card-divider {
  width: 40px; height: 2px; background: #c9a063; margin: 18px 0;
}
.bz-almo .tech-card-text {
  font-size: 15px; font-weight: 500; line-height: 1.7; color: #1f1e1a; margin-bottom: 20px;
}
.bz-almo .tech-card-highlight {
  font-size: 14px; font-weight: 600; line-height: 1.6; color: #1e3d1f;
  padding-top: 18px; border-top: 1px solid rgba(31,30,26,.14);
}

/* Tech process — улучшенная адаптация */
.bz-almo .tech-process {
  background: #1e3d1f; color: #ffffff;
  display: grid; grid-template-columns: 1fr auto 1fr auto 1fr auto 1fr;
  gap: 0; align-items: center;
  border: 1px solid rgba(255,255,255,.08);
}
.bz-almo .tech-step {
  text-align: center; padding: 40px 24px;
  border-right: 1px solid rgba(255,255,255,.1);
}
.bz-almo .tech-step:last-child { border-right: none; }
.bz-almo .tech-step-num {
  font-family: 'Cormorant Garamond', serif; font-size: 36px; font-weight: 300;
  color: #c9a063; line-height: 1; margin-bottom: 10px;
}
.bz-almo .tech-step-label {
  font-size: 10px; font-weight: 700; letter-spacing: .15em; text-transform: uppercase;
  color: rgba(255,255,255,.5); margin-bottom: 6px;
}
.bz-almo .tech-step-title {
  font-size: 14px; font-weight: 600; color: #ffffff; line-height: 1.4;
}
.bz-almo .tech-arrow {
  color: #c9a063; font-size: 20px; opacity: .6;
  padding: 0 4px; flex-shrink: 0;
}

/* ============ ИСТОРИЯ БРЕНДА ============ */
.bz-almo .story {
  padding: 85px 64px;
  background: #ebe5d5;
  position: relative; overflow: hidden;
background: linear-gradient(rgba(255, 255, 255, 0.5), rgba(255, 255, 255, 0.9)), url(/image/catalog/images-brand-zone/genova.jpg);
    background-size: cover;
}
.bz-almo .story::before {
/*  content: 'Genova'; position: absolute; top: 60px; right: -20px;
  font-family: 'Cormorant Garamond', serif; font-size: 200px; font-weight: 300;
  font-style: italic; color: rgba(30,61,31,.05);
  pointer-events: none; user-select: none; */
}
.bz-almo .story-inner { max-width: 900px; margin: 0 auto; position: relative;background: #ffffff99;padding-bottom: 20px;padding-top: 20px; }
.bz-almo .story-header { text-align: center; margin-bottom: 64px; }
.bz-almo .story-tag {
  font-size: 12px; font-weight: 700; letter-spacing: .22em; text-transform: uppercase;
  color: #2d5a27; margin-bottom: 18px;
}
.bz-almo .bz-h2.story-title { font-size: clamp(38px, 4vw, 56px); }
.bz-almo .story-text {
  max-width: 780px; margin: 0 auto 48px;
  font-size: 17px; font-weight: 500; line-height: 1.85; color: #1f1e1a; text-align: center;
}
.bz-almo .story-facts {
  display: grid; grid-template-columns: repeat(3,1fr);
  gap: 1px; background: rgba(31,30,26,.14);
  border: 1px solid rgba(31,30,26,.14);
  max-width: 800px; margin: 0 auto;
}
.bz-almo .story-fact {
  background: #faf8f3; padding: 25px 25px; text-align: center; transition: background .3s;
}
.bz-almo .story-fact:hover { background: #ffffff; }
.bz-almo .story-fact-year {
  font-family: 'Cormorant Garamond', serif; font-size: 48px; font-weight: 400;
  color: #2d5a27; line-height: 1; margin-bottom: 8px;
}
.bz-almo .story-fact-label {
  font-size: 11px; font-weight: 700; letter-spacing: .12em; text-transform: uppercase;
  color: #6e6e66; margin-bottom: 8px;
}
.bz-almo .story-fact-text { font-size: 14px; font-weight: 600; color: #1f1e1a; line-height: 1.5; }

/* ============ МИССИЯ — фон через картинку ============ */
.bz-almo .mission {
  padding: 60px 64px;
  background-color: #1e3d1f;
  background-image: url('/image/catalog/images-brand-zone/forest-capel.jpg'); /* ← сюда вставь ссылку на фото */
  background-size: cover;
  background-position: center;
  color: #ffffff;
  position: relative; overflow: hidden;
}
.bz-almo .mission::before {
  content: ''; position: absolute; inset: 0;
  background:
    rgba(30,61,31,.82),
    radial-gradient(ellipse 800px 600px at 80% 30%, rgba(201,160,99,.10) 0%, transparent 60%);
  pointer-events: none;
}
.bz-almo .mission-inner {
  max-width: 900px; margin: 0 auto; position: relative; text-align: center;background: #1a3525e8;padding-top: 20px;
}
.bz-almo .mission-tag {
  font-size: 12px; font-weight: 700; letter-spacing: .22em; text-transform: uppercase;
  color: #c9a063; margin-bottom: 24px;
}
.bz-almo .bz-h2.mission-title {
  font-size: clamp(38px, 4vw, 60px);
  color: #ffffff; margin-bottom: 32px;
}
.bz-almo .mission-text {
  font-size: 17px; font-weight: 500; line-height: 1.85;
  color: rgba(255,255,255,.92); max-width: 720px; margin: 0 auto;
}
.bz-almo .mission-text strong { color: #c9a063; font-weight: 700; }
.bz-almo .mission-quote {
  margin-top: 48px; padding: 32px;
  border-top: 1px solid rgba(255,255,255,.18);
font-family: 'Cormorant Garamond', serif;
  font-style: italic; font-size: 26px; font-weight: 400;
  color: #c9a063; line-height: 1.5;
}
.bz-almo .mission-quote-author {
  display: block; margin-top: 18px; font-style: normal;
  font-family: 'Arial', serif;
  font-size: 11px; font-weight: 700; letter-spacing: .18em; text-transform: uppercase;
  color: rgba(255,255,255,.9);
}

/* ============ B2B ============ */
.bz-almo .b2b-almo {
  background: #faf8f3; padding: 64px 64px;
  display: flex; align-items: center; justify-content: space-between;
  gap: 60px; flex-wrap: wrap;
}
.bz-almo .b2b-almo-left { max-width: 680px; }
.bz-almo .b2b-almo-tag {
  font-size: 12px; font-weight: 700; letter-spacing: .22em; text-transform: uppercase;
  color: #2d5a27; margin-bottom: 18px;
}
.bz-almo .bz-h2.b2b-almo-title {
  font-size: clamp(34px, 3.2vw, 52px);
  margin-bottom: 20px;
}
.bz-almo .b2b-almo-text {
  font-size: 16px; font-weight: 500; line-height: 1.7; color: #1f1e1a;
}

/* ============ АДАПТИВ ============ */
@media (max-width: 1024px) {
  .bz-almo .hero { padding: 48px 36px 80px; min-height: auto; }
  .bz-almo .hero-photo { width: 75%; opacity: .25; }
  .bz-almo .lines-grid { grid-template-columns: 1fr; }
  .bz-almo .hfc-grid { grid-template-columns: 1fr; gap: 48px; }
  .bz-almo .hfc-image { aspect-ratio: 4/5; max-width: 500px; margin: 0 auto; }
  .bz-almo .hfc-icons-row,
  .bz-almo .story-facts { grid-template-columns: 1fr; gap: 1px; }
  .bz-almo .lines,
  .bz-almo .hfc-detail,
  .bz-almo .tech,
  .bz-almo .story,
  .bz-almo .mission { padding: 80px 36px; }
  .bz-almo .tech-cards { grid-template-columns: 1fr; }
  /* Tech process на планшете */
  .bz-almo .tech-process {
    grid-template-columns: 1fr 1fr;
    grid-template-rows: auto auto auto;
  }
  .bz-almo .tech-arrow { display: none; }
  .bz-almo .tech-step { border-right: none; border-bottom: 1px solid rgba(255,255,255,.1); }
}

@media (max-width: 680px) {
  .bz-almo .hero { padding: 36px 24px 60px; }
  .bz-almo .hero-photo { display: none; }
  .bz-almo .brand-logo-img { max-height: 44px; }
  .bz-almo .hero-buttons { flex-direction: column; align-items: stretch; }
  .bz-almo .btn-green,
  .bz-almo .btn-outline-dark { justify-content: center; }
  .bz-almo .lines,
  .bz-almo .hfc-detail,
  .bz-almo .tech,
  .bz-almo .story,
  .bz-almo .mission { padding: 64px 24px; }
  .bz-almo .lines-subtitle-box { padding: 20px 24px; }
  .bz-almo .line-card-visual { height: 320px; }
  .bz-almo .line-visual-big { font-size: 62px; }
  .bz-almo .line-card-body,
  .bz-almo .tech-card { padding: 32px 28px; }
  .bz-almo .b2b-almo { padding: 60px 24px; }
  /* Tech process на мобильном */
  .bz-almo .tech-process {
    grid-template-columns: 1fr;
  }
  .bz-almo .tech-step {
    border-bottom: 1px solid rgba(255,255,255,.1);
    border-right: none;
    padding: 28px 24px;
  }
  .bz-almo .tech-step:last-child { border-bottom: none; }
  .bz-almo .story-facts { grid-template-columns: 1fr; }
}