/* Sibom Industry — News / Industry Insights */

.sibom-news {
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  color: #1a1a1a;
  line-height: 1.6;
  background: #fff;
}

.sibom-news img {
  max-width: 100%;
  height: auto;
  display: block;
}

.sibom-news .row2 {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}

.sibom-news .row3 {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
}

.sibom-news .section-inner {
  max-width: 1320px;
  margin: 0 auto;
  padding: 0 32px;
  box-sizing: border-box;
}

/* Hero */
.news-hero {
  background: linear-gradient(180deg, #ececec 0%, #f8f8f8 100%);
  border-bottom: 1px solid #e0e0e0;
  padding: 48px 0 64px;
}

.news-hero--compact {
  padding: 28px 0 32px;
}

.news-breadcrumb {
  font-size: 13px;
  color: #777;
  margin-bottom: 20px;
}

.news-breadcrumb a {
  color: #555;
  text-decoration: none;
}

.news-breadcrumb a:hover {
  color: #c45500;
}

.news-hero__eyebrow {
  display: inline-block;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: #c45500;
}

.news-hero h1 {
  font-size: clamp(36px, 5vw, 52px);
  font-weight: 700;
  margin: 12px 0 0;
  line-height: 1.1;
  max-width: 760px;
  color: #1a1a1a;
  letter-spacing: -0.02em;
}

.news-hero__subtitle {
  max-width: 640px;
  margin: 20px 0 0;
  font-size: 19px;
  color: #555;
  line-height: 1.7;
}

/* Layout */
.news-layout {
  display: grid;
  grid-template-columns: 240px minmax(0, 1fr);
  gap: 56px;
  padding: 72px 0 88px;
  align-items: start;
}

.news-main {
  min-width: 0;
  width: 100%;
}

/* Sidebar */
.news-sidebar {
  position: sticky;
  top: 28px;
}

.news-sidebar__head {
  margin-bottom: 12px;
  padding-bottom: 16px;
  border-bottom: 2px solid #1a1a1a;
}

.news-sidebar__title {
  font-size: 13px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  margin: 0;
  color: #1a1a1a;
}

.news-sidebar__nav {
  display: flex;
  flex-direction: column;
}

.news-sidebar__link {
  display: block;
  padding: 14px 16px;
  margin: 0 -16px;
  font-size: 15px;
  font-weight: 500;
  color: #444;
  text-decoration: none;
  border-bottom: 1px solid #eee;
  transition: color 0.2s ease, background 0.2s ease, padding-left 0.2s ease;
}

.news-sidebar__link:hover {
  color: #1a1a1a;
  background: #f5f5f5;
  padding-left: 22px;
}

.news-sidebar__link.is-active {
  color: #c45500;
  background: #fff8f3;
  padding-left: 22px;
  border-left: 3px solid #c45500;
  font-weight: 600;
}

.news-sidebar__seo {
  margin-top: 32px;
  padding-top: 24px;
  border-top: 1px solid #eee;
}

.news-sidebar__seo p {
  font-size: 13px;
  color: #888;
  line-height: 1.7;
  margin: 0;
}

.news-sidebar__seo strong {
  color: #666;
  font-weight: 600;
}

/* Article cards */
.news-articles {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 36px;
  width: 100%;
}

.news-card {
  display: flex;
  flex-direction: column;
  background: #fff;
  border-radius: 6px;
  overflow: hidden;
  border: 1px solid #e8e8e8;
  transition: box-shadow 0.3s ease, transform 0.3s ease, border-color 0.3s ease;
}

.news-card:hover {
  box-shadow: 0 16px 48px rgba(0, 0, 0, 0.08);
  transform: translateY(-4px);
  border-color: #ddd;
}

.news-card__media {
  display: block;
  text-decoration: none;
}

.news-card__img {
  aspect-ratio: 16 / 10;
  overflow: hidden;
  background: #f0f0f0;
}

.news-card__img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.5s ease;
}

.news-card:hover .news-card__img img {
  transform: scale(1.06);
}

.news-card__body {
  padding: 28px 28px 32px;
  flex: 1;
  display: flex;
  flex-direction: column;
}

.news-card__category {
  display: inline-block;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #c45500;
}

.news-card__title {
  font-size: 18px;
  font-weight: 700;
  line-height: 1.35;
  margin: 12px 0 14px;
}

.news-card__title a {
  color: #1a1a1a;
  text-decoration: none;
}

.news-card__title a:hover {
  color: #c45500;
}

.news-card__excerpt {
  font-size: 15px;
  color: #666;
  line-height: 1.7;
  margin: 0 0 24px;
  flex: 1;
}

.news-card__footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  padding-top: 20px;
  border-top: 1px solid #f0f0f0;
}

.news-card__date {
  font-size: 13px;
  color: #999;
}

.news-card__link {
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #1a1a1a;
  text-decoration: none;
  border-bottom: 2px solid #1a1a1a;
  padding-bottom: 2px;
  white-space: nowrap;
  transition: color 0.2s ease, border-color 0.2s ease;
}

.news-card__link:hover {
  color: #c45500;
  border-color: #c45500;
}

/* Pagination */
.news-pagination {
  margin-top: 56px;
  width: 100%;
}

.sibom-news .news-pagination .col-lg-12 {
  text-align: center !important;
  padding: 0 !important;
  border: none !important;
  float: none !important;
  width: 100% !important;
}

.sibom-news .frontier-paging {
  margin-top: 0;
  text-align: center;
}

.sibom-news .frontier-paging ul {
  display: inline-flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 8px;
  list-style: none;
  padding: 0;
  margin: 0;
}

.sibom-news .frontier-paging ul span,
.sibom-news .frontier-paging ul a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 40px;
  height: 40px;
  margin: 0;
  padding: 0 14px;
  float: none;
  font-size: 13px;
  font-weight: 600;
  color: #555;
  background: #fff;
  border: 1px solid #ddd;
  border-radius: 4px;
  text-decoration: none;
  transition: background 0.2s ease, color 0.2s ease, border-color 0.2s ease;
}

.sibom-news .frontier-paging ul a.page-num-current,
.sibom-news .frontier-paging ul a:hover {
  background: #1a1a1a;
  color: #fff;
  border-color: #1a1a1a;
}

/* Inquiry CTA */
.news-inquiry {
  padding: 80px 0;
  background: #1a1a1a;
  color: #fff;
}

.news-inquiry__inner {
  max-width: 720px;
  margin: 0 auto;
  text-align: center;
}

.news-inquiry h2 {
  font-size: clamp(26px, 3.2vw, 34px);
  font-weight: 700;
  margin: 0 0 16px;
  color: #fff;
  letter-spacing: -0.02em;
}

.news-inquiry p {
  font-size: 17px;
  color: rgba(255, 255, 255, 0.78);
  margin: 0 0 32px;
  line-height: 1.7;
}

.news-inquiry__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  justify-content: center;
}

.news-inquiry__btn {
  display: inline-flex;
  align-items: center;
  padding: 15px 30px;
  background: #c45500;
  color: #fff;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  text-decoration: none;
  border-radius: 4px;
  border: 2px solid #c45500;
  transition: background 0.2s ease, border-color 0.2s ease;
}

.news-inquiry__btn:hover {
  background: #d46200;
  border-color: #d46200;
  color: #fff;
}

.news-inquiry__btn--outline {
  background: transparent;
  border-color: rgba(255, 255, 255, 0.5);
}

.news-inquiry__btn--outline:hover {
  background: rgba(255, 255, 255, 0.1);
  border-color: #fff;
  color: #fff;
}

/* Article detail */
.news-detail {
  max-width: 840px;
  padding-bottom: 72px;
}

.news-detail__header {
  padding: 16px 0 40px;
  text-align: center;
}

.news-detail__category {
  display: inline-block;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: #c45500;
  margin-bottom: 16px;
}

.news-detail__header h1 {
  font-size: clamp(28px, 4vw, 42px);
  font-weight: 700;
  line-height: 1.2;
  margin: 0;
  color: #1a1a1a;
  letter-spacing: -0.02em;
}

.news-detail__meta {
  margin: 20px 0 0;
  font-size: 14px;
  color: #888;
}

.news-detail__meta-sep {
  margin: 0 8px;
}

.news-detail__featured {
  margin-bottom: 48px;
  border-radius: 8px;
  overflow: hidden;
  background: #f0f0f0;
}

.news-detail__featured img {
  width: 100%;
  aspect-ratio: 16 / 9;
  object-fit: cover;
}

.news-detail__content {
  font-size: 17px;
  line-height: 1.85;
  color: #333;
}

.news-detail__content p {
  margin: 0 0 1.5em;
}

.news-detail__content h2,
.news-detail__content h3,
.news-detail__content h4 {
  margin: 2em 0 0.75em;
  line-height: 1.3;
  color: #1a1a1a;
}

.news-detail__content img {
  border-radius: 6px;
  margin: 1.5em 0;
}

.news-detail__figure {
  margin: 2em 0;
}

.news-detail__figure img {
  width: 100%;
  border-radius: 6px;
}

.news-detail__nav {
  display: flex;
  justify-content: space-between;
  gap: 24px;
  margin-top: 56px;
  padding-top: 32px;
  border-top: 1px solid #e8e8e8;
}

.news-detail__nav-link {
  font-size: 14px;
  font-weight: 600;
  color: #555;
  text-decoration: none;
  transition: color 0.2s ease;
}

.news-detail__nav-link:hover {
  color: #c45500;
}

/* Related products */
.news-related {
  padding: 80px 0;
  background: #f7f7f7;
  border-top: 1px solid #e8e8e8;
}

.news-related__head {
  text-align: center;
  max-width: 640px;
  margin: 0 auto 48px;
}

.news-related__eyebrow {
  display: inline-block;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: #c45500;
}

.news-related__head h2 {
  font-size: clamp(24px, 3vw, 32px);
  font-weight: 700;
  margin: 10px 0 12px;
  color: #1a1a1a;
}

.news-related__head p {
  font-size: 16px;
  color: #666;
  margin: 0;
  line-height: 1.65;
}

.news-related__grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 28px;
}

.news-related__card {
  display: flex;
  flex-direction: column;
  background: #fff;
  border-radius: 6px;
  overflow: hidden;
  border: 1px solid #e8e8e8;
  transition: box-shadow 0.25s ease, transform 0.25s ease;
}

.news-related__card:hover {
  box-shadow: 0 12px 36px rgba(0, 0, 0, 0.07);
  transform: translateY(-3px);
}

.news-related__media {
  display: block;
}

.news-related__img {
  aspect-ratio: 4 / 3;
  overflow: hidden;
  background: #f0f0f0;
}

.news-related__img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.4s ease;
}

.news-related__card:hover .news-related__img img {
  transform: scale(1.05);
}

.news-related__body {
  padding: 20px 20px 24px;
  flex: 1;
  display: flex;
  flex-direction: column;
}

.news-related__title {
  font-size: 15px;
  font-weight: 700;
  line-height: 1.35;
  margin: 0 0 10px;
}

.news-related__title a {
  color: #1a1a1a;
  text-decoration: none;
}

.news-related__title a:hover {
  color: #c45500;
}

.news-related__desc {
  font-size: 13px;
  color: #666;
  line-height: 1.6;
  margin: 0 0 16px;
  flex: 1;
}

.news-related__btn {
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #1a1a1a;
  text-decoration: none;
  border-bottom: 2px solid #1a1a1a;
  align-self: flex-start;
  padding-bottom: 2px;
  transition: color 0.2s ease, border-color 0.2s ease;
}

.news-related__btn:hover {
  color: #c45500;
  border-color: #c45500;
}

/* Responsive */
@media (max-width: 1100px) {
  .news-articles {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 28px;
  }

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

@media (max-width: 900px) {
  .news-layout {
    grid-template-columns: 1fr;
    gap: 40px;
    padding: 48px 0 64px;
  }

  .news-sidebar {
    position: static;
  }

  .news-sidebar__nav {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 0;
  }

  .news-sidebar__seo {
    display: none;
  }
}

@media (max-width: 640px) {
  .sibom-news .section-inner {
    padding: 0 20px;
  }

  .news-hero {
    padding: 32px 0 40px;
  }

  .news-hero h1 {
    font-size: 32px;
  }

  .news-hero__subtitle {
    font-size: 16px;
  }

  .news-articles {
    grid-template-columns: 1fr;
    gap: 24px;
  }

  .news-card__body {
    padding: 22px 22px 26px;
  }

  .news-inquiry {
    padding: 56px 0;
  }

  .news-detail__nav {
    flex-direction: column;
  }

  .news-related {
    padding: 56px 0;
  }

  .news-related__grid {
    grid-template-columns: 1fr;
    gap: 20px;
  }

  .news-sidebar__nav {
    grid-template-columns: 1fr;
  }
}
