body.page-product-als {
  --als-section-space: clamp(64px, 5.2vw, 84px);
}


@media (min-width: 761px) {
  .product-hero--als .product-hero__copy {
    transform: translateY(-5svh);
  }
}

.product-als-page {
  background:
    var(--bg);
}

.als-system-card__link {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  width: max-content;
  margin-top: 20px;
  color: var(--text);
  font-family: var(--font-title);
  font-size: 14px;
}

.als-system-card__link span:last-child {
  transition: transform .2s ease;
}

.als-system-card:hover .als-system-card__link span:last-child {
  transform: translateX(4px);
}

.als-section {
  position: relative;
  padding: var(--als-section-space) 0;
  overflow: clip;
}

.als-section-head {
  max-width: 760px;
  margin-bottom: clamp(40px, 5vw, 64px);
}

.als-section-head--center {
  max-width: 860px;
  margin-inline: auto;
  text-align: center;
}

.als-section-head .kicker,
.als-summary__copy .kicker {
  justify-content: flex-start;
  margin: 0 0 16px;
}

.als-section-head--center .kicker {
  justify-content: center;
  margin-inline: auto;
}

.als-section-head h2,
.als-summary__copy h2 {
  margin: 0 0 var(--space-title-copy);
  font-size: var(--type-section-title);
  line-height: var(--type-section-title-line);
  text-wrap: var(--type-section-wrap);
}

.als-section-head p,
.als-summary__copy p {
  margin-bottom: 0;
  color: var(--text-muted);
  font-size: var(--type-section-lead);
  line-height: 1.68;
}

.als-summary {
  background:
    var(--bg);
}

.als-summary__layout {
  display: grid;
  grid-template-columns: minmax(0, 1.02fr) minmax(420px, .98fr);
  align-items: center;
  gap: clamp(54px, 7vw, 96px);
}

.als-summary__copy p + p { margin-top: 18px; }

.als-overview-card,
.als-compare-card,
.als-system-card,
.als-flow__item {
  border: 1px solid var(--border);
  background: color-mix(in oklab, var(--surface-solid) 94%, transparent);
  box-shadow: var(--shadow-soft);
}

.als-overview-card {
  overflow: hidden;
  border-radius: 24px;
}

.als-overview-card__media,
.als-system-card__media {
  position: relative;
  overflow: hidden;
  background: color-mix(in oklab, var(--bg-soft) 95%, transparent);
  content-visibility: auto;
  contain-intrinsic-size: auto 285px;
}

.als-overview-card__media { min-height: 258px; }

.als-overview-card__media::after,
.als-system-card__media::after {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
}

.als-overview-card__media::after { background: rgba(4, 8, 13, .48); }
.als-system-card__media::after { background: rgba(4, 8, 13, .32); }

.als-overview-card__media img,
.als-system-card__media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform .55s cubic-bezier(.22, 1, .36, 1);
}

.als-overview-card__media img { min-height: 258px; }

.als-overview-card:hover .als-overview-card__media img,
.als-system-card:hover .als-system-card__media img { transform: scale(1.025); }

.als-overview-card__body { padding: 30px 32px 32px; }

.als-overview-card__eyebrow,
.als-compare-card__tag {
  color: var(--warning);
  font-family: var(--font-title);
  font-size: 11px;
  letter-spacing: .24em;
  text-transform: uppercase;
}

.als-overview-card h3 {
  margin: 0 0 23px;
  font-size: var(--type-subsection-title);
  line-height: var(--type-subsection-title-line);
}

.als-value-list {
  display: grid;
  gap: 0;
  margin: 0;
  padding: 0;
  list-style: none;
}

.als-value-list li {
  display: grid;
  grid-template-columns: 38px 1fr;
  gap: 15px;
  padding: 17px 0;
  border-top: 1px solid var(--border);
}

.als-value-list strong {
  display: block;
  margin-bottom: 3px;
  font-family: var(--font-title);
  font-size: 16px;
  font-weight: 400;
  color: var(--text);
}

.als-value-list p,
.als-system-card p,
.als-flow__item figcaption,
.als-check-list li {
  margin: 0;
  color: var(--text-muted);
  line-height: 1.62;
}

.als-value-list p { font-size: 14px; }

.als-summary__compare {
  margin-top: clamp(38px, 3.4vw, 50px);
  padding-top: clamp(30px, 2.8vw, 40px);
  border-top: 1px solid var(--border);
}

.als-summary__compare .als-section-head {
  margin-bottom: clamp(28px, 3vw, 40px);
}

.als-compare__grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 24px;
}

.als-compare-card {
  position: relative;
  overflow: hidden;
  border-radius: 26px;
  padding: clamp(28px, 3vw, 42px);
}

.als-compare-card--highlight {
  border-color: color-mix(in oklab, var(--brand) 36%, var(--border));
  background:
    var(--surface-solid);
}

.als-compare-card__tag {
  display: inline-flex;
  margin-bottom: 18px;
}

.als-compare-card--muted .als-compare-card__tag { color: var(--text-soft); }

.als-compare-card h3,
.als-system-card h3,
.als-flow__item strong {
  margin: 0;
  color: var(--text);
  font-size: var(--type-subsection-title);
  line-height: var(--type-subsection-title-line);
}

.als-compare-card h3 { margin-bottom: 22px; }

.als-check-list {
  display: grid;
  gap: 14px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.als-check-list li {
  position: relative;
  padding-left: 30px;
  font-size: 15px;
}

.als-check-list li::before {
  content: "";
  position: absolute;
  top: .42em;
  left: 0;
  width: 16px;
  height: 16px;
  border-radius: 50%;
  border: 1px solid color-mix(in oklab, var(--success) 64%, var(--border));
  background: color-mix(in oklab, var(--success) 16%, transparent);
}

.als-check-list--warning li::before {
  border-color: color-mix(in oklab, var(--warning) 72%, var(--border));
  background: color-mix(in oklab, var(--warning) 14%, transparent);
}

.als-products {
  padding-top: clamp(64px, 5vw, 82px);
  background: var(--bg);
}

.als-products__container {
  width: min(100% - 48px, 1120px);
}

.als-products__head {
  max-width: none;
  margin: 0 auto 38px;
  text-align: center;
}

.als-products__head .kicker {
  justify-content: center;
  margin-inline: auto;
}

.als-products__head h2 {
  margin-bottom: var(--space-title-copy);
  font-size: var(--type-section-title);
  line-height: var(--type-section-title-line);
  white-space: normal;
  text-wrap: var(--type-section-wrap);
}

.als-products__head > p:last-child {
  max-width: 900px;
  margin-inline: auto;
  font-size: var(--type-section-lead);
  line-height: 1.62;
}

.als-system-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 14px;
}

.als-system-card {
  display: flex;
  flex-direction: column;
  min-height: 100%;
  overflow: hidden;
  border-radius: 14px;
  transition: transform .24s ease, border-color .24s ease, box-shadow .24s ease;
}

.als-system-card:hover {
  transform: translateY(-4px);
  border-color: color-mix(in oklab, var(--warning) 48%, var(--border));
  box-shadow: var(--shadow);
}

.als-system-card__media {
  aspect-ratio: 512 / 268;
  contain-intrinsic-size: auto 156px;
}

.als-system-card__media::after {
  display: none;
}

.als-system-card__body {
  display: flex;
  flex: 1;
  flex-direction: column;
  min-height: 185px;
  padding: 18px 18px 16px;
}

.als-system-card h3 {
  margin-bottom: 12px;
  font-size: var(--type-card-title);
  line-height: 1.12;
}

.als-system-card p {
  margin-bottom: 24px;
  font-size: 13px;
  line-height: 1.48;
}

.als-system-card__link {
  justify-content: center;
  width: 100%;
  margin-top: auto;
  padding-top: 16px;
  border-top: 1px solid var(--border);
  font-family: var(--font-body);
  font-size: 13px;
  font-weight: 700;
}

.als-lubrication {
  margin-top: clamp(52px, 4.8vw, 72px);
}

.als-lubrication__title {
  margin: 0 0 22px;
  text-align: center;
  font-size: var(--type-subsection-title);
  line-height: var(--type-subsection-title-line);
}

.als-lubrication__tabs {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 9px;
  padding: 10px;
  border: 1px solid var(--border);
  background: color-mix(in oklab, var(--surface-solid) 94%, transparent);
  box-shadow: var(--shadow-soft);
}

.als-lubrication-tab {
  display: flex;
  min-width: 0;
  flex-direction: column;
  overflow: hidden;
  padding: 0;
  border: 1px solid var(--border);
  border-radius: 3px;
  color: var(--text);
  background: var(--surface-solid);
  appearance: none;
  transition: transform .2s ease, border-color .2s ease, box-shadow .2s ease;
}

.als-lubrication-tab:hover {
  transform: translateY(-2px);
  border-color: color-mix(in oklab, var(--warning) 58%, var(--border));
}

.als-lubrication-tab:focus-visible {
  outline: 2px solid var(--warning);
  outline-offset: 3px;
}

.als-lubrication-tab.is-active {
  border-color: var(--warning);
  box-shadow: 0 0 0 1px var(--warning);
}

.als-lubrication-tab__media {
  display: block;
  width: 100%;
  aspect-ratio: 1.62 / 1;
  overflow: hidden;
  background: color-mix(in oklab, var(--bg-soft) 95%, transparent);
  content-visibility: auto;
  contain-intrinsic-size: auto 120px;
}

.als-lubrication-tab__media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform .35s ease;
}

.als-lubrication-tab:hover .als-lubrication-tab__media img,
.als-lubrication-tab.is-active .als-lubrication-tab__media img {
  transform: scale(1.035);
}

.als-lubrication-tab__label {
  display: grid;
  flex: 1;
  place-items: center;
  width: 100%;
  min-height: 36px;
  padding: 7px 8px;
  color: #17120a;
  background: var(--warning);
  font-family: var(--font-title);
  font-size: 12px;
  line-height: 1.12;
  text-align: center;
}

.als-lubrication__panels {
  margin-top: 16px;
}

.als-lubrication-panel {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(300px, .46fr);
  align-items: center;
  gap: clamp(28px, 4vw, 58px);
  min-height: 240px;
  padding: 18px;
  border: 1px solid var(--border);
  background: color-mix(in oklab, var(--surface-solid) 96%, transparent);
  box-shadow: var(--shadow-soft);
  animation: als-lubrication-panel-in .28s ease both;
}

.als-lubrication-panel[hidden] {
  display: none;
}

.als-lubrication-panel__copy {
  padding: clamp(14px, 2vw, 26px);
}

.als-lubrication-panel__copy h4 {
  margin: 0 0 18px;
  font-family: var(--font-title);
  font-size: var(--type-subsection-title);
  font-weight: 400;
  line-height: var(--type-subsection-title-line);
  color: var(--text);
}

.als-lubrication-panel__copy p {
  max-width: 650px;
  margin: 0;
  color: var(--text-muted);
  font-size: 15px;
  line-height: 1.68;
}

.als-lubrication-panel__media {
  overflow: hidden;
  aspect-ratio: 512 / 268;
  background: color-mix(in oklab, var(--bg-soft) 95%, transparent);
  content-visibility: auto;
  contain-intrinsic-size: auto 210px;
}

.als-lubrication-panel__media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

@keyframes als-lubrication-panel-in {
  from {
    opacity: 0;
    transform: translateY(6px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.als-workflow {
  background:
    var(--bg-soft);
}

.als-workflow__layout {
  display: grid;
  gap: clamp(30px, 3.8vw, 46px);
}

.als-workflow__head {
  margin-bottom: 0;
}

.als-workflow__head p {
  max-width: 840px;
  margin-inline: auto;
}


/* ALS page vertical rhythm for shared sections */
body.page-product-als .product-industry-coverage {
  padding: clamp(64px, 5vw, 82px) 0;
}

body.page-product-als .product-industry-coverage .section-head {
  margin-bottom: clamp(28px, 3vw, 38px);
}

body.page-product-als .section--services {
  padding: clamp(64px, 5vw, 82px) 0;
}

body.page-product-als .services-head {
  margin-bottom: clamp(28px, 3vw, 36px);
}

body.page-product-als .section--faq {
  padding: clamp(60px, 4.8vw, 76px) 0;
}

body.page-product-als .section--faq .section-head {
  margin-bottom: clamp(28px, 3vw, 36px);
}

.als-flow {
  display: grid;
  grid-template-columns: minmax(0, 1fr) clamp(42px, 4.2vw, 68px) minmax(0, 1fr) clamp(42px, 4.2vw, 68px) minmax(0, 1fr);
  align-items: center;
  gap: clamp(14px, 2.2vw, 28px);
}

.als-flow__item {
  margin: 0;
  text-align: center;
  border: 0;
  background: transparent;
  box-shadow: none;
}

.als-flow__media {
  display: block;
  overflow: hidden;
  aspect-ratio: 1;
  border-radius: 18px;
  background: color-mix(in oklab, var(--bg-soft) 94%, transparent);
  box-shadow: var(--shadow-soft);
  content-visibility: auto;
  contain-intrinsic-size: auto 320px;
}

.als-flow__media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform .45s cubic-bezier(.22, 1, .36, 1);
}

.als-flow__item:hover .als-flow__media img {
  transform: scale(1.025);
}

.als-flow__item figcaption {
  display: grid;
  justify-items: center;
  margin-top: 16px;
  color: var(--text);
  font-family: var(--font-title);
  font-size: clamp(15px, 1.2vw, 18px);
  line-height: 1.18;
}

.als-flow__item strong {
  max-width: 220px;
  margin: 0;
  font-size: inherit;
  font-weight: 400;
  line-height: inherit;
}

.als-flow__arrow {
  display: grid;
  place-items: center;
  color: var(--text);
  font-family: var(--font-title);
  font-size: clamp(46px, 5.2vw, 74px);
  line-height: 1;
}

@media (max-width: 1020px) {
  .als-products__head h2 {
    white-space: normal;
    text-wrap: var(--type-section-wrap);
  }

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

  .als-lubrication__tabs {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .als-lubrication-panel {
    grid-template-columns: 1fr;
  }

  .als-lubrication-panel__media {
    width: min(100%, 620px);
  }
}

@media (max-width: 980px) {
  .als-summary__layout,
  .als-workflow__layout {
    grid-template-columns: 1fr;
  }

  .als-overview-card { max-width: 720px; }

  .als-workflow__head { position: static; }

}

@media (max-width: 760px) {
  .als-compare__grid,
  .als-system-grid {
    grid-template-columns: 1fr;
  }

  .als-lubrication__tabs {
    grid-template-columns: repeat(5, minmax(150px, 1fr));
    overflow-x: auto;
    overscroll-behavior-inline: contain;
    scroll-snap-type: inline mandatory;
  }

  .als-lubrication-tab {
    scroll-snap-align: start;
  }
}

@media (max-width: 700px) {
  .als-section {
    padding: 52px 0;
  }

  body.page-product-als #ringkasan {
    padding-top: 38px;
    padding-bottom: 52px;
  }

  .als-summary__layout {
    gap: 32px;
  }

  .als-summary__compare {
    margin-top: 34px;
    padding-top: 28px;
  }

  .als-summary__compare .als-section-head {
    margin-bottom: 26px;
  }

  .als-section-head {
    margin-bottom: 30px;
  }

  .als-section-head h2,
  .als-summary__copy h2 {
    font-size: var(--type-section-title);
  }

  .als-overview-card__body,
  .als-system-card__body,
  .als-compare-card {
    padding: 20px;
  }

  .als-products {
    padding-top: 52px;
  }

  .als-lubrication {
    margin-top: 44px;
  }

  .als-workflow__layout {
    gap: 28px;
  }

  .als-flow {
    grid-template-columns: minmax(0, 1fr) 14px minmax(0, 1fr) 14px minmax(0, 1fr);
    align-items: start;
    gap: 6px;
    width: 100%;
    max-width: none;
    margin-inline: 0;
  }

  .als-flow__arrow {
    align-self: start;
    margin-top: clamp(36px, 11vw, 44px);
    font-size: 20px;
    transform: none;
  }

  .als-flow__media {
    border-radius: 12px;
    contain-intrinsic-size: auto 96px;
  }

  .als-flow__item figcaption {
    margin-top: 10px;
    font-size: clamp(10.5px, 3vw, 12px);
    line-height: 1.28;
  }


  .als-flow__item strong {
    max-width: 108px;
  }

  body.page-product-als .product-industry-coverage,
  body.page-product-als .section--services {
    padding: 52px 0 58px;
  }

  body.page-product-als .section--faq {
    padding: 52px 0 48px;
  }

  body.page-product-als .product-industry-coverage .section-head,
  body.page-product-als .services-head,
  body.page-product-als .section--faq .section-head {
    margin-bottom: 26px;
  }

  body.page-product-als .footer-cta__actions {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 8px;
    width: 100%;
  }

  body.page-product-als .footer-cta__actions .btn {
    width: 100%;
    min-width: 0;
    min-height: 46px;
    padding: 9px 8px;
    font-size: clamp(9.5px, 2.9vw, 11.5px);
    line-height: 1.18;
    white-space: normal;
  }
}

@media (prefers-reduced-motion: reduce) {
  .als-overview-card__media img,
  .als-system-card,
  .als-system-card__media img,
  .als-lubrication-tab,
  .als-lubrication-tab__media img,
  .als-flow__media img {
    transition: none;
  }

  .als-lubrication-panel {
    animation: none;
  }
}

/* ALS overview: match the product template with a clean text + image layout */
.als-section-head .kicker,
.als-summary__copy .kicker {
  font-size: var(--type-kicker);
  line-height: 1.15;
  letter-spacing: .32em;
}


.als-summary__layout {
  grid-template-columns: minmax(0, .94fr) minmax(420px, 1.06fr);
  gap: clamp(56px, 7.5vw, 112px);
}

.als-summary__visual {
  display: block;
  margin: 0;
  padding: 0;
  overflow: visible;
  background: transparent;
  content-visibility: auto;
  contain-intrinsic-size: auto 420px;
}

.als-summary__visual img {
  display: block;
  width: min(100%, 680px);
  height: auto;
  margin-inline: auto 0;
  object-fit: contain;
  filter: drop-shadow(0 28px 52px rgba(10, 18, 32, .12));
}

:root[data-theme="dark"] .als-summary__visual img {
  filter: drop-shadow(0 30px 56px rgba(0, 0, 0, .28));
}

@media (max-width: 980px) {
  .als-summary__layout { grid-template-columns: 1fr; }
  .als-summary__visual img {
    width: min(100%, 640px);
    margin-inline: 0;
  }
}

/* ALS overview product directory: horizontal swipe rail on mobile only */
@media (min-width: 761px) {
  .product-hero--als .product-hero__copy {
    transform: none;
  }
}

@media (max-width: 760px) {
  .als-products__container {
    width: min(100% - 28px, 1120px);
  }

  .als-system-grid {
    display: flex;
    grid-template-columns: none;
    gap: 12px;
    padding: 2px 2px 12px;
    overflow-x: auto;
    overflow-y: hidden;
    overscroll-behavior-inline: contain;
    scroll-snap-type: inline proximity;
    scrollbar-width: none;
    -webkit-overflow-scrolling: touch;
  }

  .als-system-grid::-webkit-scrollbar {
    display: none;
  }

  .als-system-card {
    flex: 0 0 clamp(230px, 68vw, 280px);
    min-width: 0;
    min-height: 0;
    scroll-snap-align: start;
    scroll-snap-stop: normal;
  }

  .als-system-card__media {
    aspect-ratio: 512 / 268;
    contain-intrinsic-size: auto 140px;
  }

  .als-system-card__body {
    min-height: 168px;
    padding: 16px 16px 14px;
  }

  .als-system-card h3 {
    margin-bottom: 9px;
    font-size: var(--type-card-title);
    line-height: 1.12;
  }

  .als-system-card p {
    display: -webkit-box;
    margin-bottom: 18px;
    overflow: hidden;
    font-size: 12.25px;
    line-height: 1.46;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
  }

  .als-system-card__link {
    margin-top: auto;
    padding-top: 13px;
    font-size: 12px;
  }
}

@media (max-width: 380px) {
  .als-system-card {
    flex-basis: clamp(228px, 70vw, 255px);
  }

  .als-flow {
    grid-template-columns: minmax(0, 1fr) 12px minmax(0, 1fr) 12px minmax(0, 1fr);
    gap: 4px;
  }

  .als-flow__arrow {
    font-size: 17px;
  }

  body.page-product-als .footer-cta__actions .btn {
    padding-inline: 6px;
    font-size: 9.5px;
  }
}

/* Detail links for the five lubrication-family guides. */
.als-lubrication-panel__link {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  width: max-content;
  margin-top: 22px;
  color: var(--link-text);
  font-family: var(--font-title);
  font-size: 13px;
}

.als-lubrication-panel__link span:last-child {
  transition: transform .2s ease;
}

.als-lubrication-panel__link:hover span:last-child,
.als-lubrication-panel__link:focus-visible span:last-child {
  transform: translateX(4px);
}

.als-lubrication-panel__link:focus-visible {
  outline: 2px solid color-mix(in oklab, var(--brand) 58%, transparent);
  outline-offset: 4px;
  border-radius: 4px;
}

@media (prefers-reduced-motion: reduce) {
  .als-lubrication-panel__link span:last-child {
    transition: none;
  }
}

#jenis-pelumasan {
  scroll-margin-top: calc(var(--header-height) + 24px);
}
