:root {
  --l6-orange: #ff5b00;
  --l6-red: #ed1b2f;
  --l6-primary: #f15a24;
  --l6-text: #1f1f1f;
  --l6-muted: #777;
  --l6-border: #e7e7e7;
  --l6-bg-soft: #f7f7f7;
  --l6-container: 1024px;
  --l6-radius: 8px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--l6-text);
  background: #fff;
  font-family: Inter, -apple-system, BlinkMacSystemFont, "Segoe UI", Arial, sans-serif;
  font-size: 14px;
  line-height: 1.5;
}
body.l6-dark { color: #f5f5f5; background: #18181b; }
a { color: inherit; text-decoration: none; transition: color .18s ease; }
a:hover { color: var(--l6-orange); }
img { display: block; max-width: 100%; height: auto; }
button, input, textarea, select { font: inherit; }
.l6-container { width: min(calc(100% - 32px), var(--l6-container)); margin-inline: auto; }
.screen-reader-text {
  position: absolute !important; width: 1px; height: 1px; padding: 0; margin: -1px;
  overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; border: 0;
}
.screen-reader-text:focus { clip: auto; width: auto; height: auto; padding: 12px 18px; margin: 8px; background: #fff; color: #111; z-index: 99999; }

/* Header reconstructed from the supplied archive. */
.header {
  position: relative;
  z-index: 80;
  inset: auto;
  top: auto;
  max-width: none;
  padding: 0;
  margin: 0;
  background: #fff;
  border-bottom: 1px solid var(--l6-border);
  box-shadow: none;
}
.header--wrapper {
  width: min(calc(100% - 32px), var(--l6-container));
  min-height: 90px;
  margin-inline: auto;
  display: grid;
  grid-template-columns: 200px minmax(260px, 1fr) auto;
  align-items: center;
  gap: 36px;
  max-width: none;
  padding: 0;
}
.header--logo { min-width: 0; }
.header--logo .custom-logo-link, .header--logo__link { display: block; width: 195px; }
.header--logo__image, .header--logo .custom-logo { width: 195px; max-height: 46px; object-fit: contain; object-position: left center; }
.header--search__form { display: flex; align-items: center; gap: 12px; width: 100%; height: 42px; border: 0; border-radius: 0; overflow: visible; background: transparent; }
.header--search__form__input { min-width: 0; flex: 1; height: 42px; padding: 0 17px; border: 1px solid #d7d7d7; border-radius: 23px; outline: 0; color: #222; background: transparent; }
.header--search__form__input::placeholder { color: #969696; }
.header--search__form__button {
  align-self: stretch; display: inline-flex; align-items: center; justify-content: center; min-width: 90px; padding: 0 21px; border: 0; border-radius: 23px; cursor: pointer;
  color: #fff; font-size: 12px; font-weight: 800; background: linear-gradient(125deg, var(--l6-orange), var(--l6-red));
}
.header--search__form__icon { display: none; width: 22px; height: 22px; fill: none; stroke: currentColor; stroke-width: 1.8; stroke-linecap: round; }
.header--right { display: flex; align-items: center; gap: 12px; white-space: nowrap; }
.header__login { padding: 8px 15px; border-radius: 20px; font-size: 12px; font-weight: 700; color: #fff; background: #111; }
.l6-dark-toggle, .l6-menu-toggle, .l6-menu-close { border: 0; background: none; cursor: pointer; color: #333; }
.l6-dark-toggle svg { width: 22px; height: 22px; fill: none; stroke: currentColor; stroke-width: 1.8; stroke-linecap: round; stroke-linejoin: round; }
.l6-dark-toggle { display: grid; place-items: center; width: 38px; height: 38px; border-radius: 50%; background: #f4f4f5; }
.l6-menu-toggle { display: none; place-items: center; width: 40px; height: 40px; padding: 7px; border-radius: 8px; }
.l6-menu-toggle svg { width: 27px; height: 27px; fill: none; stroke: currentColor; stroke-width: 1.8; }
.l6-drawer__header, .l6-drawer__search { display: none; }
.l6-menu-close { display: grid; place-items: center; width: 42px; height: 42px; padding: 8px; border-radius: 50%; }
.l6-menu-close svg { width: 27px; height: 27px; fill: none; stroke: currentColor; stroke-width: 1.8; stroke-linecap: round; }
body.l6-menu-open { overflow: hidden; }
.navbar { top: auto; max-width: none; padding: 0; margin: 0; background: #fff; border-top: 1px solid #f2f2f2; box-shadow: 0 2px 5px rgba(0,0,0,.04); }
.navbar__inner { overflow: visible; }
.navbar--list { display: flex; align-items: center; gap: 0; min-width: max-content; padding: 0; margin: 0; list-style: none; }
.navbar--list__item { position: relative; margin: 0; }
.navbar--list__item > a { display: flex; align-items: center; height: 49px; padding: 0 15px; font-size: 13px; font-weight: 700; color: #333; text-transform: uppercase; }
.navbar--list__item:first-child > a { padding-left: 0; padding-right: 18px; }
.navbar--list__item.--active > a, .navbar--list__item.current-menu-item > a, .navbar--list__item.current-category-ancestor > a { color: var(--l6-orange); }
.navbar--list__item.--active::after, .navbar--list__item.current-menu-item::after {
  content: ""; position: absolute; right: 15px; bottom: -1px; left: 15px; height: 3px;
  background: linear-gradient(90deg, var(--l6-orange), var(--l6-red)); border-radius: 3px 3px 0 0;
}
.navbar--list__item .sub-menu {
  display: none; position: absolute; top: 100%; left: 0; min-width: 190px; padding: 8px 0; margin: 0;
  list-style: none; background: #fff; border: 1px solid var(--l6-border); box-shadow: 0 10px 28px rgba(0,0,0,.12); border-radius: 0 0 8px 8px;
}
.navbar--list__item:hover > .sub-menu, .navbar--list__item:focus-within > .sub-menu { display: block; }
.navbar--list__item .sub-menu a { display: block; padding: 9px 16px; font-weight: 600; }
.header.is-sticky { position: sticky; top: -91px; }

/* Advertisement placeholders. */
.l6-ad { position: relative; display: grid; place-items: center; overflow: hidden; text-align: center; color: #a0a0a0; }
.l6-ad__label { position: absolute; top: 5px; left: 50%; transform: translateX(-50%); font-size: 9px; letter-spacing: .03em; }
.l6-ad__content { width: 100%; }
.l6-ad__content img { margin-inline: auto; }
.l6-ad__content--image a { display: block; }
.l6-ad__empty { padding: 7px 12px; border: 1px dashed #bbb; border-radius: 4px; font-size: 11px; }
.l6-ad--top { width: min(calc(100% - 32px), 970px); min-height: 150px; margin: 14px auto; background: #fafafa; }
.l6-ad--middle { min-height: 120px; margin: 38px 0; background: var(--l6-bg-soft); }
.l6-ad--sidebar { min-height: 250px; margin-bottom: 24px; background: #f8f8f8; }
.l6-ad--article { min-height: 160px; margin: 30px 0; background: #fafafa; }
.l6-ad--has-content, .l6-ad:has(.l6-ad__content) { min-height: 0; background: transparent; }
.l6-ad--has-image .l6-ad__label { z-index: 2; padding: 1px 5px; color: #777; background: rgba(255,255,255,.85); border-radius: 2px; }
.l6-mobile-ad-gate { display: none; }
.l6-article-rail-ads { display: none; }

/* Home headline. */
.l6-home { padding: 28px 0 48px; }
.headline { display: grid; grid-template-columns: minmax(0, 2fr) minmax(270px, 1fr); align-items: stretch; height: auto; padding: 0; gap: 32px; }
.headline--main { display: grid; grid-template-columns: minmax(0, 1fr) 250px; gap: 22px; height: auto; padding: 0; overflow: visible; border: 0; border-radius: 0; background: none; flex: none; }
.headline__item--headline { position: relative; display: block; flex: none; flex-direction: initial; gap: 0; padding: 0; margin: 0; overflow: hidden; border-radius: var(--l6-radius); background: #111; }
.headline__item--headline .headline__item__figure { margin: 0; aspect-ratio: 640/356; overflow: hidden; }
.headline__item--headline .headline__item__image { width: 100%; height: 100%; object-fit: cover; opacity: .96; transition: transform .35s ease; }
.headline__item--headline:hover .headline__item__image { transform: scale(1.025); }
.headline__item--headline::after { content: ""; position: absolute; inset: 38% 0 0; background: linear-gradient(transparent, rgba(0,0,0,.86)); pointer-events: none; }
.headline__item--headline .headline__item__detail { position: absolute; z-index: 2; right: 22px; bottom: 20px; left: 22px; display: block; gap: 0; padding: 0; color: #fff; }
.headline__item__published { display: block; margin-bottom: 5px; color: #999; font-size: 11px; }
.headline__item--headline .headline__item__published { color: rgba(255,255,255,.82); }
.headline__item--headline .headline__item__title { margin: 0; color: #fff; font-size: clamp(20px, 2.15vw, 30px); font-weight: 800; line-height: 1.25; }
.headline__item__title { min-height: 0; }
.headline--main__list { display: flex; flex-direction: column; padding: 0; margin: 0; list-style: none; border-top: 1px solid var(--l6-border); }
.headline--main__list__item { flex: 1; display: flex; align-items: center; border-bottom: 1px solid var(--l6-border); }
.headline--main__list .headline__item { display: block; padding: 11px 0; }
.headline--main__list .headline__item__title { display: block; font-size: 14px; font-weight: 750; line-height: 1.38; }
.headline--popular { display: block; width: auto; min-width: 0; }
.headline--popular__title, .l6-widget__title {
  position: relative; padding: 0 0 12px 18px; margin: 0; border-bottom: 1px solid var(--l6-border); font-size: 20px; font-weight: 800;
}
.headline--popular__title::before, .l6-widget__title::before, .l6-section-title h2::before {
  content: ""; position: absolute; top: 3px; bottom: 12px; left: 0; width: 5px; border-radius: 5px;
  background: linear-gradient(180deg, var(--l6-orange), var(--l6-red));
}
.headline--popular__wrapper { height: auto; flex: none; border-bottom: 1px solid var(--l6-border); }
.headline--popular__list { height: auto; padding: 0; margin: 0; list-style: none; }
.headline--popular__list__item { display: grid; grid-template-columns: 54px minmax(0,1fr); gap: 12px; align-items: center; padding: 12px 0; border-bottom: 1px solid var(--l6-border); }
.headline--popular__list__item::before { display: none !important; content: none !important; }
.headline--popular__number {
  color: transparent; font-family: Georgia, "Times New Roman", serif; font-size: 48px; font-weight: 400; line-height: .92; text-align: center;
  -webkit-text-stroke: 1px var(--l6-orange); text-shadow: 2px 2px 0 rgba(241,90,36,.12);
}
.headline--popular__item-title { display: -webkit-box; overflow: hidden; -webkit-box-orient: vertical; -webkit-line-clamp: 3; }
.headline--popular__list__item a { font-size: 13px; font-weight: 750; line-height: 1.36; }
.headline--popular__content { min-width: 0; }
.l6-popular-title__icon, .l6-popular-mobile-thumb, .l6-popular-mobile-category { display: none; }
.headline--popular__link { display: flex; justify-content: flex-end; align-items: center; gap: 8px; padding: 12px 0; color: var(--l6-orange); font-size: 12px; font-weight: 700; }
.headline--popular__link span, .l6-section-title > a span { font-size: 20px; line-height: 1; }

/* Homepage sections. */
.channel-highlights, .promotion { display: block; grid-template-columns: none; padding: 0; margin: 42px 0 0; gap: 0; }
.l6-section-title { display: flex; justify-content: space-between; align-items: center; padding-bottom: 13px; margin-bottom: 19px; border-bottom: 1px solid var(--l6-border); }
.l6-section-title h2 { position: relative; padding-left: 18px; margin: 0; font-size: 22px; font-weight: 800; }
.l6-section-title h2::before { bottom: 1px; }
.l6-section-title > a { display: flex; align-items: center; gap: 8px; color: var(--l6-orange); font-size: 12px; font-weight: 700; }
.channel-highlights__grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 20px; }
.channel-highlights__item { display: block; min-width: 0; padding: 0; border: 0; gap: 0; }
.channel-highlights__item:first-child { grid-column: span 2; grid-row: span 2; }
.channel-highlights__item__image { display: block; overflow: hidden; aspect-ratio: 16/9; border-radius: 7px; background: #eee; }
.channel-highlights__item__image img { width: 100%; height: 100%; object-fit: cover; transition: transform .3s ease; }
.channel-highlights__item:hover img { transform: scale(1.03); }
.channel-highlights__item__detail { padding-top: 10px; }
.channel-highlights__item__title { display: block; font-size: 14px; font-weight: 750; line-height: 1.4; }
.channel-highlights__item:first-child .channel-highlights__item__title { font-size: 20px; }
.l6-card-meta { display: flex; align-items: center; flex-wrap: wrap; gap: 7px; margin-top: 8px; color: #949494; font-size: 11px; }
.l6-card-meta a { color: var(--l6-orange); font-weight: 700; }
.l6-latest-layout, .l6-content-layout { display: grid; grid-template-columns: minmax(0, 680px) 300px; gap: 44px; align-items: start; }
.l6-list-card { display: grid; grid-template-columns: 220px minmax(0, 1fr); gap: 18px; padding: 0 0 22px; margin: 0 0 22px; border-bottom: 1px solid var(--l6-border); }
.l6-list-card__image { overflow: hidden; aspect-ratio: 16/9; border-radius: 7px; background: #eee; }
.l6-list-card__image img { width: 100%; height: 100%; object-fit: cover; transition: transform .3s ease; }
.l6-list-card:hover .l6-list-card__image img { transform: scale(1.03); }
.l6-list-card__title { margin: 0; font-size: 19px; font-weight: 800; line-height: 1.34; }
.l6-list-card__content > p { display: -webkit-box; overflow: hidden; -webkit-box-orient: vertical; -webkit-line-clamp: 2; margin: 8px 0 0; color: #777; font-size: 13px; line-height: 1.55; }

/* Liputan6-style built-in article sidebar. */
.l6-sidebar { min-width: 0; }
.l6-widget { margin-bottom: 32px; }
.l6-widget__title { margin-bottom: 8px; }
.l6-widget ul { padding-left: 20px; }
.l6-widget--popular ol { padding: 0; margin: 0; list-style: none; }
.l6-widget--popular li { display: grid; grid-template-columns: 48px minmax(0,1fr); gap: 11px; align-items: center; padding: 14px 0; border-bottom: 1px solid var(--l6-border); }
.l6-widget--popular li > span {
  color: transparent; font-family: Georgia, "Times New Roman", serif; font-size: 44px; font-weight: 400; line-height: .9; text-align: center;
  -webkit-text-stroke: 1px var(--l6-orange); text-shadow: 2px 2px 0 rgba(241,90,36,.12);
}
.l6-widget--popular li a { display: -webkit-box; overflow: hidden; -webkit-box-orient: vertical; -webkit-line-clamp: 3; font-size: 13px; font-weight: 750; line-height: 1.38; }
.l6-widget--popular li time { display: block; margin-top: 5px; color: #aaa; font-size: 10px; }
.l6-sidebar-recommend { border-top: 1px solid var(--l6-border); }
.l6-sidebar-recommend__item { display: grid; grid-template-columns: 96px minmax(0,1fr); gap: 12px; align-items: center; padding: 13px 0; border-bottom: 1px solid var(--l6-border); }
.l6-sidebar-recommend__image { display: block; overflow: hidden; width: 96px; aspect-ratio: 4/3; border-radius: 7px; background: #eee; }
.l6-sidebar-recommend__image img { width: 100%; height: 100%; object-fit: cover; }
.l6-sidebar-recommend h3 { margin: 0 0 7px; font-size: 13px; font-weight: 750; line-height: 1.38; }
.l6-sidebar-recommend h3 a { display: -webkit-box; overflow: hidden; -webkit-box-orient: vertical; -webkit-line-clamp: 3; }
.l6-sidebar-recommend__category { color: var(--l6-orange); font-size: 10px; font-weight: 700; }
.l6-sidebar__sticky-ad { position: sticky; top: 80px; }

/* Archive and search. */
.l6-archive { padding-top: 32px; padding-bottom: 54px; }
.page-header { margin-bottom: 28px; }
.page-header__title { position: relative; padding-left: 18px; margin: 0; font-size: 29px; line-height: 1.2; }
.page-header__title::before { content: ""; position: absolute; top: 4px; bottom: 3px; left: 0; width: 5px; border-radius: 4px; background: linear-gradient(var(--l6-orange), var(--l6-red)); }
.archive-description { max-width: 720px; margin-top: 12px; color: #777; }
.navigation.pagination { margin-top: 30px; }
.nav-links { display: flex; flex-wrap: wrap; gap: 7px; }
.page-numbers { display: grid; place-items: center; min-width: 38px; height: 38px; padding: 0 10px; border: 1px solid var(--l6-border); border-radius: 4px; font-weight: 650; }
.page-numbers.current { color: #fff; border-color: var(--l6-orange); background: var(--l6-orange); }
.no-results { padding: 30px; text-align: center; background: #fafafa; border-radius: 8px; }
.no-results .header--search__form { max-width: 480px; margin: 20px auto 0; }

/* Single article. */
.l6-single { padding-top: 24px; padding-bottom: 55px; }
.read-page--breadcrumb { display: flex; gap: 8px; align-items: center; overflow: hidden; margin-bottom: 25px; color: #8c8c8c; font-size: 11px; white-space: nowrap; }
.read-page--breadcrumb a { color: var(--l6-orange); }
.read-page--breadcrumb span:last-child { overflow: hidden; text-overflow: ellipsis; }
.read-page { min-width: 0; }
.read-page--header__category { display: inline-block; margin-bottom: 9px; color: var(--l6-orange); font-size: 13px; font-weight: 800; }
.read-page--header--title { margin: 0; font-size: clamp(30px, 3.25vw, 43px); font-weight: 830; line-height: 1.18; letter-spacing: -.02em; }
.read-page--header__lead { margin: 15px 0 0; color: #696969; font-size: 16px; line-height: 1.55; }
.read-page--header__meta { display: flex; flex-wrap: wrap; gap: 8px 16px; margin-top: 18px; color: #858585; font-size: 11px; }
.read-page--header__author a { color: #333; font-weight: 700; }
.read-page--social { display: flex; align-items: center; gap: 9px; padding: 18px 0; margin-top: 12px; border-top: 1px solid var(--l6-border); }
.read-page--social > span { margin-right: 4px; color: #777; font-size: 12px; }
.read-page--social > a { display: grid; place-items: center; min-width: 31px; height: 31px; padding: 0 8px; color: #fff; background: #3d5a98; border-radius: 50%; font-size: 11px; font-weight: 800; }
.read-page--social > a:nth-of-type(2) { background: #111; }
.read-page--social > a:nth-of-type(3) { background: #23b35a; border-radius: 16px; }
.read-page--photo-gallery { margin: 0 0 25px; }
.read-page--photo-gallery img { width: 100%; max-height: 520px; object-fit: cover; border-radius: 7px; }
.read-page--photo-gallery figcaption { padding-top: 8px; color: #888; font-size: 10px; }
.article-content-body { color: #292929; font-family: Georgia, "Times New Roman", serif; font-size: 18px; line-height: 1.85; }
.article-content-body > p:first-child::first-letter { float: left; margin: 9px 7px 0 0; color: var(--l6-orange); font-size: 53px; font-weight: 700; line-height: .75; }
.article-content-body h2, .article-content-body h3 { margin-top: 32px; color: #202020; font-family: Inter, sans-serif; line-height: 1.3; }
.article-content-body img { margin: 26px auto; border-radius: 6px; }
.article-content-body a { color: var(--l6-orange); text-decoration: underline; }
.article-content-body blockquote { padding: 15px 22px; margin: 25px 0; border-left: 4px solid var(--l6-orange); background: #fafafa; font-style: italic; }
.read-page--tags { display: flex; flex-wrap: wrap; gap: 8px; padding: 22px 0; margin-top: 25px; border-top: 1px solid var(--l6-border); border-bottom: 1px solid var(--l6-border); }
.read-page--tags a { padding: 5px 10px; color: #555; background: #f3f3f3; border-radius: 4px; font-size: 11px; }
.l6-related { margin-top: 38px; }
.l6-related .channel-highlights__grid { grid-template-columns: repeat(3, 1fr); }
.l6-related .channel-highlights__item:first-child { grid-column: auto; grid-row: auto; }
.l6-related .channel-highlights__item:first-child .channel-highlights__item__title { font-size: 14px; }

/* Pages, comments and 404. */
.l6-page { max-width: 820px; padding-top: 38px; padding-bottom: 55px; }
.l6-page__image { margin: 0 0 28px; }
.l6-page__image img { border-radius: 8px; }
.entry-content:not(.article-content-body) { font-size: 16px; line-height: 1.8; }
.comments-area { padding-top: 30px; margin-top: 30px; border-top: 1px solid var(--l6-border); }
.comments-title, .comment-reply-title { font-size: 20px; }
.comment-list { padding: 0; list-style: none; }
.comment-body { padding: 16px 0; border-bottom: 1px solid var(--l6-border); }
.comment-meta { font-size: 12px; }
.comment-form label { display: block; margin-bottom: 5px; font-weight: 650; }
.comment-form input:not([type="submit"]), .comment-form textarea { width: 100%; padding: 10px; border: 1px solid #ccc; border-radius: 4px; }
.submit, .l6-button { display: inline-flex; align-items: center; min-height: 40px; padding: 0 18px; color: #fff; border: 0; border-radius: 4px; background: linear-gradient(125deg, var(--l6-orange), var(--l6-red)); font-weight: 750; cursor: pointer; }
.l6-error { padding-top: 80px; padding-bottom: 100px; text-align: center; }
.l6-error__code { margin: 0; color: var(--l6-orange); font-size: 90px; font-weight: 900; line-height: 1; }
.l6-error .header--search__form { max-width: 500px; margin: 28px auto 20px; }

/* Footer. */
.footer { padding: 40px 0 27px; color: #d8d8d8; background: #202124; }
.footer__wrapper { padding: 0; }
.footer__logo { padding-bottom: 22px; margin: 0; border-bottom: 1px solid #3c3d40; }
.footer__logo__inner { display: flex; align-items: center; gap: 20px; }
.footer__logo__inner .header--logo__link, .footer__logo__inner .custom-logo-link { width: 172px; }
.footer__logo__inner .header--logo__image, .footer__logo__inner .custom-logo { width: 172px; max-height: 42px; object-fit: contain; object-position: left; }
.footer__logo__inner .logo-brand { width: 42px; max-height: 55px; object-fit: contain; }
.footer__list { padding: 22px 0; border-bottom: 1px solid #3c3d40; }
.footer__menu { display: flex; flex-wrap: wrap; gap: 9px 23px; width: 100%; padding: 0; margin: 0; list-style: none; }
.footer__menu a { color: #ddd; font-size: 12px; font-weight: 650; }
.footer__bottom { display: flex; justify-content: space-between; align-items: center; gap: 30px; padding: 22px 0 18px; margin: 0; }
.footer__network { display: flex; grid-template-columns: none; flex-wrap: wrap; gap: 8px 17px; padding: 0; margin: 0; list-style: none; }
.footer__network a { color: #aaa; font-size: 11px; }
.footer__socmed { display: flex; align-items: center; gap: 13px; }
.footer__socmed__title { color: #aaa; font-size: 11px; }
.footer__socmed__list { display: flex; gap: 7px; }
.footer__socmed__list a { display: grid; place-items: center; min-width: 28px; height: 28px; padding: 0 5px; color: #fff; background: #3b3c40; border-radius: 50%; font-size: 9px; font-weight: 800; }
.footer__copyright { margin: 4px 0; color: #8f8f8f; font-size: 10px; }
.footer__copyright a { color: #c9c9c9; }

/* Dark mode. */
body.l6-dark .header, body.l6-dark .navbar, body.l6-dark .navbar--list__item .sub-menu { color: #f5f5f5; background: #202024; border-color: #3f3f46; }
body.l6-dark .header--search__form { background: #27272a; border-color: #52525b; }
body.l6-dark .header--search__form__input, body.l6-dark .navbar--list__item > a, body.l6-dark .header__login, body.l6-dark .l6-dark-toggle, body.l6-dark .l6-menu-toggle, body.l6-dark .l6-menu-close { color: #f4f4f5; }
body.l6-dark .l6-dark-toggle { background: #3f3f46; }
body.l6-dark .headline--main__list, body.l6-dark .headline--main__list__item, body.l6-dark .headline--popular__title, body.l6-dark .headline--popular__list__item, body.l6-dark .l6-section-title, body.l6-dark .l6-list-card, body.l6-dark .l6-widget__title, body.l6-dark .l6-widget--popular li, body.l6-dark .read-page--social, body.l6-dark .read-page--tags { border-color: #3f3f46; }
body.l6-dark .l6-list-card__content > p, body.l6-dark .read-page--header__lead, body.l6-dark .archive-description { color: #b6b6bd; }
body.l6-dark .article-content-body, body.l6-dark .article-content-body h2, body.l6-dark .article-content-body h3, body.l6-dark .read-page--header__author a { color: #eee; }
body.l6-dark .article-content-body blockquote, body.l6-dark .read-page--tags a, body.l6-dark .l6-ad--middle, body.l6-dark .l6-ad--sidebar, body.l6-dark .l6-ad--article { background: #27272a; color: #ddd; }
body.l6-dark .l6-sidebar-recommend, body.l6-dark .l6-sidebar-recommend__item { border-color: #3f3f46; }

@media (max-width: 1080px) {
  :root { --l6-container: 960px; }
  .header--wrapper { grid-template-columns: 230px minmax(240px, 1fr) auto; gap: 24px; }
  .header--logo .custom-logo-link, .header--logo__link { width: 220px; }
  .header--logo__image, .header--logo .custom-logo { width: 220px; }
  .headline { grid-template-columns: minmax(0, 2.25fr) minmax(245px, 1fr); gap: 24px; }
  .headline--main { grid-template-columns: minmax(0, 1fr) 220px; gap: 18px; }
  .l6-latest-layout, .l6-content-layout { grid-template-columns: minmax(0, 1fr) 285px; gap: 30px; }
}

@media (max-width: 900px) {
  .header--wrapper { min-height: 72px; grid-template-columns: minmax(0, 1fr) auto; gap: 12px; }
  .header--logo { display: flex; justify-content: flex-start; }
  .header--logo .custom-logo-link, .header--logo__link { width: 190px; }
  .header--logo__image, .header--logo .custom-logo { width: 190px; max-height: 44px; object-position: left center; }
  .header--search { display: none; }
  .header--right { gap: 5px; }
  .l6-menu-toggle { display: grid; }
  .header__login { display: none; }
  .navbar { position: fixed; z-index: 2; top: 0; bottom: 0; left: 0; width: min(440px, 88vw); overflow-y: auto; overscroll-behavior: contain; transform: translateX(-105%); visibility: hidden; transition: transform .28s ease, visibility 0s linear .28s; border: 0; background: #fff; box-shadow: 12px 0 30px rgba(0,0,0,.18); }
  .navbar.is-open { transform: translateX(0); }
  .navbar.is-open { visibility: visible; transition-delay: 0s; }
  .navbar__inner { width: 100%; padding: max(20px, env(safe-area-inset-top)) 24px max(32px, env(safe-area-inset-bottom)); overflow: visible; }
  .l6-drawer__header { display: flex; align-items: center; justify-content: space-between; min-height: 50px; margin-bottom: 18px; }
  .l6-drawer__title { position: relative; display: flex; align-items: center; gap: 18px; font-size: 26px; font-weight: 750; line-height: 1.2; }
  .l6-drawer__title::before { content: ""; width: 5px; height: 39px; border-radius: 5px; background: linear-gradient(180deg, var(--l6-orange), var(--l6-red)); }
  .l6-drawer__search { display: block; margin-bottom: 14px; }
  .l6-drawer__search .header--search__form { position: relative; height: 54px; gap: 0; border: 0; border-radius: 12px; background: #f6f7fb; }
  .l6-drawer__search .header--search__form__input { width: 100%; height: 54px; padding: 0 16px 0 56px; border: 0; border-radius: 12px; background: transparent; font-size: 17px; }
  .l6-drawer__search .header--search__form__button { position: absolute; top: 0; bottom: 0; left: 14px; width: 30px; min-width: 30px; height: 54px; padding: 0; color: #8b96a8; background: transparent; }
  .l6-drawer__search .header--search__form__icon { display: block; }
  .l6-drawer__search .header--search__form__label { position: absolute; width: 1px; height: 1px; overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; }
  .navbar--list { display: block; min-width: 0; }
  .navbar--list__item { border: 0; }
  .navbar--list__item > a, .navbar--list__item:first-child > a { min-height: 52px; padding: 12px 4px; font-size: 18px; font-weight: 500; line-height: 1.35; text-transform: none; }
  .navbar--list__item:nth-child(6) { padding-top: 10px; margin-top: 8px; border-top: 1px solid var(--l6-border); }
  .navbar--list__item.--active::after, .navbar--list__item.current-menu-item::after { display: none; }
  .navbar--list__item .sub-menu { display: block; position: static; min-width: 0; padding: 0 0 8px 20px; border: 0; box-shadow: none; }
  .navbar--list__item .sub-menu a { padding: 10px 4px; font-size: 16px; }
  .l6-nav-overlay { position: fixed; z-index: 1; inset: 0; background: rgba(0,0,0,.55); backdrop-filter: blur(1px); }
  body.l6-dark .l6-drawer__search .header--search__form { background: #2d2d32; }
  body.l6-dark .l6-drawer__search .header--search__form__input { color: #f5f5f5; background: transparent; }
  .header.is-sticky { top: 0; }
  .headline { grid-template-columns: 1fr; }
  .headline--popular { margin-top: 8px; }
  .headline--popular__list { display: grid; grid-template-columns: 1fr 1fr; column-gap: 22px; }
  .headline--popular__link { justify-content: flex-start; }
  .channel-highlights__grid { grid-template-columns: repeat(3, minmax(0, 1fr)); }
  .channel-highlights__item:first-child { grid-column: span 2; }
  .l6-latest-layout, .l6-content-layout { grid-template-columns: minmax(0, 1fr) 260px; gap: 25px; }
  .l6-list-card { grid-template-columns: 190px minmax(0, 1fr); }
}

@media (max-width: 720px) {
  .l6-container, .header--wrapper { width: min(calc(100% - 24px), var(--l6-container)); }
  .header--wrapper { min-height: 64px; }
  .header--logo .custom-logo-link, .header--logo__link { width: 160px; }
  .header--logo__image, .header--logo .custom-logo { width: 160px; max-height: 38px; }
  .l6-dark-toggle { width: 34px; height: 34px; }
  .l6-home { padding-top: 18px; }
  .headline--main { grid-template-columns: 1fr; }
  .headline__item--headline .headline__item__detail { right: 16px; bottom: 15px; left: 16px; }
  .headline__item--headline .headline__item__title { font-size: 22px; }
  .headline--main__list { display: grid; grid-template-columns: 1fr 1fr; column-gap: 18px; }
  .headline--main__list__item:last-child { display: none; }
  .headline--popular__list { grid-template-columns: 1fr; }
  .channel-highlights, .promotion { margin-top: 32px; }
  .channel-highlights__grid { display: grid; grid-template-columns: 1fr 1fr; gap: 17px 13px; }
  .channel-highlights__item:first-child { grid-column: 1 / -1; }
  .channel-highlights__item:first-child .channel-highlights__item__title { font-size: 18px; }
  .l6-latest-layout, .l6-content-layout { grid-template-columns: 1fr; }
  .l6-sidebar, .l6-home-sidebar { margin-top: 10px; }
  .l6-list-card { grid-template-columns: 132px minmax(0, 1fr); gap: 13px; padding-bottom: 16px; margin-bottom: 16px; }
  .l6-list-card__title { font-size: 15px; line-height: 1.35; }
  .l6-list-card__content > p { display: none; }
  .l6-card-meta time { display: none; }
  .l6-archive { padding-top: 23px; }
  .page-header__title { font-size: 24px; }
  .l6-single { padding-top: 15px; }
  .read-page--header--title { font-size: 30px; }
  .read-page--header__lead { font-size: 15px; }
  .article-content-body { font-size: 17px; line-height: 1.78; }
  .read-page--photo-gallery { margin-right: -12px; margin-left: -12px; }
  .read-page--photo-gallery img { border-radius: 0; }
  .l6-related .channel-highlights__grid { grid-template-columns: 1fr 1fr; }
  .footer { padding-top: 30px; }
  .footer__bottom { display: block; }
  .footer__socmed { margin-top: 20px; }
}

@media (max-width: 420px) {
  .header--logo .custom-logo-link, .header--logo__link { width: 138px; }
  .header--logo__image, .header--logo .custom-logo { width: 138px; }
  .l6-dark-toggle { display: grid; width: 33px; height: 33px; }
  .l6-menu-toggle { width: 37px; height: 37px; padding: 6px; }
  .headline__item--headline .headline__item__title { font-size: 19px; }
  .headline--main__list { grid-template-columns: 1fr; }
  .headline--main__list__item:nth-child(2) { display: none; }
  .channel-highlights__item__title { font-size: 13px; }
  .l6-section-title h2 { font-size: 20px; }
  .l6-section-title > a { font-size: 11px; }
  .l6-list-card { grid-template-columns: 118px minmax(0, 1fr); }
  .l6-list-card__title { font-size: 14px; }
  .read-page--header--title { font-size: 27px; }
  .l6-related .channel-highlights__grid { grid-template-columns: 1fr; }
}

@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { scroll-behavior: auto !important; transition-duration: .01ms !important; animation-duration: .01ms !important; animation-iteration-count: 1 !important; }
}

/* Complete Liputan6 homepage components (v1.1). */
.l6-home-complete { padding-top: 20px; }
.l6-home-complete section { scroll-margin-top: 80px; }
.l6-snap-row { scrollbar-width: none; }
.l6-snap-row::-webkit-scrollbar { display: none; }
.l6-trending {
  display: flex; align-items: center; gap: 14px; min-height: 54px; padding: 8px 12px; margin-bottom: 30px;
  border: 1px solid #f2c984; border-radius: 10px; background: linear-gradient(90deg,#fffaf1,#fff);
}
.l6-trending__title { flex: none; display: flex; gap: 6px; align-items: center; color: var(--l6-orange); font-size: 14px; }
.l6-trending__scroll { display: flex; gap: 10px; min-width: 0; overflow-x: auto; scroll-snap-type: x proximity; }
.l6-trending__scroll a { flex: none; scroll-snap-align: start; padding: 7px 13px; border-radius: 18px; background: #fff4df; box-shadow: 0 2px 6px rgba(170,106,0,.08); font-size: 12px; font-weight: 650; }
.l6-mobile-topstories { display: none; }

.l6-main-headline { grid-template-columns: minmax(0,1fr) 300px; height: 660px; gap: 40px; }
.l6-main-headline .headline--main { display: flex; flex-direction: column; height: 100%; padding: 6px; border: 1px solid var(--l6-border); border-radius: 9px; }
.l6-main-headline .headline__item--headline { display: flex; flex: 1; flex-direction: column; min-height: 0; margin: 0 0 14px; color: inherit; background: transparent; }
.l6-main-headline .headline__item--headline::after { display: none; }
.l6-main-headline .headline__item--headline .headline__item__figure { flex: 1; min-height: 0; margin: 0; aspect-ratio: auto; border-radius: 7px; }
.l6-main-headline .headline__item--headline .headline__item__detail { position: static; display: flex; flex: none; flex-direction: column; gap: 5px; padding: 14px 10px 2px; color: var(--l6-text); }
.l6-main-headline .headline__item--headline .headline__item__published { color: #999; }
.l6-main-headline .headline__item--headline .headline__item__title { min-height: 0; color: var(--l6-text); font-size: 28px; line-height: 1.25; }
.l6-main-headline .headline--main__list { display: flex; flex: none; flex-direction: row; gap: 0; padding: 14px 0 0; border-top: 1px solid var(--l6-border); }
.l6-main-headline .headline--main__list__item { display: block; flex: 1; min-width: 0; padding: 0 14px; border: 0; border-right: 1px solid var(--l6-border); }
.l6-main-headline .headline--main__list__item:last-child { border-right: 0; }
.l6-main-headline .headline--main__list .headline__item { padding: 0; }
.l6-main-headline .headline--popular { height: 100%; }
.l6-main-headline .headline--popular__wrapper { min-height: 0; overflow: hidden; }
.l6-main-headline .headline--popular__list { max-height: 570px; overflow-y: auto; scrollbar-width: none; }
.l6-main-headline .headline--popular__list::-webkit-scrollbar { display: none; }
.headline--popular__list__item time { display: block; margin-top: 4px; color: #aaa; font-size: 10px; }

@media (min-width: 1360px) {
  .l6-article-rail-ads { display: block; }
  .l6-ad--rail {
    position: fixed; z-index: 20; top: 170px; display: grid; width: 150px; max-height: calc(100vh - 190px); min-height: 300px;
    background: #fafafa; box-shadow: 0 4px 18px rgba(0,0,0,.05);
  }
  .l6-ad--rail-left { left: max(8px, calc(50vw - 688px)); }
  .l6-ad--rail-right { right: max(8px, calc(50vw - 688px)); }
  .l6-ad--rail .l6-ad__content, .l6-ad--rail .l6-ad__content a { max-height: inherit; }
  .l6-ad--rail img { width: 100%; max-height: calc(100vh - 190px); object-fit: contain; }
}

.l6-news-ribbon { display: grid; grid-template-columns: repeat(4,minmax(0,1fr)); gap: 16px; padding: 28px 0; margin: 34px 0 0; border-top: 1px solid var(--l6-border); border-bottom: 1px solid var(--l6-border); }
.l6-news-ribbon__item { min-width: 0; }
.l6-news-ribbon__item > a { display: block; overflow: hidden; aspect-ratio: 16/9; border-radius: 7px; }
.l6-news-ribbon__item img { width: 100%; height: 100%; object-fit: cover; transition: transform .25s ease; }
.l6-news-ribbon__item:hover img { transform: scale(1.035); }
.l6-news-ribbon__item h2 { margin: 9px 0 4px; font-size: 14px; line-height: 1.4; }
.l6-news-ribbon__item time { color: #999; font-size: 10px; }

.l6-video-showcase { padding: 24px; margin: 40px 0; color: #fff; border-radius: 10px; background: var(--l6-video-background,linear-gradient(135deg,#080808,#252525)); }
.l6-video-showcase__head { display: flex; justify-content: space-between; align-items: center; gap: 18px; margin-bottom: 18px; }
.l6-video-showcase__head img { width: 100px; object-fit: contain; }
.l6-video-showcase__head > div { display: flex; align-items: center; gap: 20px; }
.l6-video-showcase__head strong { font-size: 16px; }
.l6-video-showcase__head a { color: var(--l6-video-accent,#ff7a36); font-size: 12px; font-weight: 700; }
.l6-video-showcase__player { position: relative; overflow: hidden; width: 100%; margin: 0 0 20px; aspect-ratio: 16/9; border-radius: 9px; background: #000; box-shadow: 0 10px 28px rgba(0,0,0,.28); }
.l6-video-showcase__player iframe { position: absolute; inset: 0; width: 100%; height: 100%; border: 0; }
.l6-video-showcase__notice { padding: 14px 16px; margin: 0 0 18px; border: 1px dashed var(--l6-video-accent,#ff7a36); border-radius: 7px; color: #fff; background: rgba(255,255,255,.08); font-size: 13px; line-height: 1.5; }
.l6-video-showcase__rail { display: grid; grid-auto-flow: column; grid-auto-columns: 180px; grid-template-columns: none; gap: 16px; overflow-x: auto; }
.l6-video-card { position: relative; display: block; overflow: hidden; aspect-ratio: 9/16; border-radius: 8px; background: #111; }
.l6-video-card.is-playing { outline: 3px solid var(--l6-video-accent,#ff7a36); outline-offset: -3px; }
.l6-video-card::after { content: ""; position: absolute; inset: 48% 0 0; background: linear-gradient(transparent,rgba(0,0,0,.88)); }
.l6-video-card img { width: 100%; height: 100%; object-fit: cover; }
.l6-video-card strong { position: absolute; z-index: 2; right: 10px; bottom: 12px; left: 10px; color: #fff; font-size: 12px; line-height: 1.35; }
.l6-video-card__play { position: absolute; z-index: 2; top: 50%; left: 50%; display: grid; place-items: center; width: 38px; height: 38px; transform: translate(-50%,-50%); border-radius: 50%; color: #fff; background: var(--l6-video-accent,rgba(255,91,0,.92)); font-size: 13px; }
.l6-video-card__duration { position: absolute; z-index: 2; right: 8px; top: 8px; padding: 3px 6px; color: #fff; background: rgba(0,0,0,.7); border-radius: 4px; font-size: 10px; }

.l6-special { display: grid; grid-template-columns: 36% minmax(0,1fr); gap: 26px; overflow: hidden; padding: 22px; margin: 42px 0; border-radius: 11px; }
.l6-special--orange { background: linear-gradient(135deg,#fff2e5,#fffaf5); border: 1px solid #ffca9f; }
.l6-special--green { background: linear-gradient(135deg,#eaf8ec,#f8fff8); border: 1px solid #a9dbb0; }
.l6-special__brand { position: relative; overflow: hidden; min-height: 330px; border-radius: 8px; background: #111; }
.l6-special__brand::after { content: ""; position: absolute; inset: 40% 0 0; background: linear-gradient(transparent,rgba(0,0,0,.82)); }
.l6-special__brand img { width: 100%; height: 100%; object-fit: cover; }
.l6-special__brand > span, .l6-special__brand > h2 { position: absolute; z-index: 2; left: 20px; color: #fff; }
.l6-special__brand > span { top: 18px; padding: 4px 8px; border-radius: 4px; background: var(--l6-orange); font-size: 10px; font-weight: 800; text-transform: uppercase; }
.l6-special--green .l6-special__brand > span { background: #219653; }
.l6-special__brand > h2 { right: 20px; bottom: 17px; margin: 0; font-size: 28px; }
.l6-special__content .l6-section-title { margin-bottom: 10px; }
.l6-special__list { display: grid; grid-template-columns: 1fr 1fr; gap: 0 18px; }
.l6-special__list article { display: grid; grid-template-columns: 76px 1fr; gap: 10px; align-items: center; min-width: 0; padding: 10px 0; border-bottom: 1px solid rgba(0,0,0,.09); }
.l6-special__list article img { width: 76px; height: 76px; object-fit: cover; border-radius: 6px; }
.l6-special__list h3 { margin: 0 0 5px; font-size: 13px; line-height: 1.35; }
.l6-special__list time { color: #999; font-size: 9px; }

.l6-promo-block { margin: 44px 0; }
.l6-promo-block__top { display: grid; grid-template-columns: minmax(0,1.65fr) minmax(260px,1fr); gap: 24px; }
.l6-promo-hero { display: grid; grid-template-columns: 55% 1fr; gap: 18px; min-width: 0; }
.l6-promo-hero__image { overflow: hidden; border-radius: 8px; }
.l6-promo-hero__image img { width: 100%; height: 100%; object-fit: cover; }
.l6-promo-hero__content { align-self: center; }
.l6-promo-hero__content time, .l6-promo-mini time { color: #999; font-size: 10px; }
.l6-promo-hero__content h3 { margin: 8px 0; font-size: 21px; line-height: 1.35; }
.l6-promo-hero__content p { margin: 0; color: #777; font-size: 13px; line-height: 1.55; }
.l6-promo-mini-list { border-top: 1px solid var(--l6-border); }
.l6-promo-mini { display: grid; grid-template-columns: 72px 1fr; gap: 11px; align-items: center; padding: 10px 0; border-bottom: 1px solid var(--l6-border); }
.l6-promo-mini img { width: 72px; height: 72px; object-fit: cover; border-radius: 5px; }
.l6-promo-mini h3 { margin: 3px 0 0; font-size: 13px; line-height: 1.35; }
.l6-promo-scroll { display: grid; grid-template-columns: repeat(4,minmax(0,1fr)); gap: 16px; overflow-x: auto; padding-top: 20px; }
.l6-promo-card { min-width: 0; }
.l6-promo-card__image { display: block; overflow: hidden; aspect-ratio: 16/9; border-radius: 6px; }
.l6-promo-card__image img { width: 100%; height: 100%; object-fit: cover; }
.l6-promo-card h3 { margin: 8px 0 0; font-size: 13px; line-height: 1.4; }

.l6-gold { overflow: hidden; margin: 44px 0; border: 1px solid #edd7a4; border-radius: 11px; background: #fffaf0; }
.l6-gold__banner { width: 100%; height: auto; object-fit: cover; }
.l6-gold__content { display: grid; grid-template-columns: 1fr 300px; gap: 28px; align-items: center; padding: 22px 28px; }
.l6-gold__content h2 { margin: 0 0 8px; color: #a37514; font-size: 24px; }
.l6-gold__content p { max-width: 580px; color: #725f36; }
.l6-gold__content a { color: #b17b00; font-weight: 800; }
.l6-gold__content img { width: 300px; border-radius: 7px; }

.l6-channel-columns { display: grid; gap: 28px; margin: 45px 0; }
.l6-channel-columns--two { grid-template-columns: 1fr 1fr; }
.l6-channel-columns--three { grid-template-columns: repeat(3,1fr); }
.l6-channel-column { min-width: 0; }
.l6-channel-column__hero > a { display: block; overflow: hidden; aspect-ratio: 16/9; border-radius: 7px; }
.l6-channel-column__hero img { width: 100%; height: 100%; object-fit: cover; }
.l6-channel-column__hero h3 { margin: 10px 0 5px; font-size: 17px; line-height: 1.4; }
.l6-channel-column__hero time, .l6-channel-column__list time { display: block; color: #999; font-size: 9px; }
.l6-channel-column__list { padding: 0; margin: 12px 0 0; list-style: none; border-top: 1px solid var(--l6-border); }
.l6-channel-column__list li { padding: 11px 0; border-bottom: 1px solid var(--l6-border); }
.l6-channel-column__list a { display: block; margin-bottom: 5px; font-size: 13px; font-weight: 750; line-height: 1.4; }

.l6-featured-photo { margin: 45px 0; }
.l6-featured-photo__grid { display: grid; grid-template-columns: 1.5fr 1fr 1fr; gap: 16px; overflow-x: auto; }
.l6-featured-photo__grid > a { position: relative; display: block; overflow: hidden; min-width: 0; aspect-ratio: 16/9; border-radius: 8px; background: #111; }
.l6-featured-photo__grid > a::after { content: ""; position: absolute; inset: 40% 0 0; background: linear-gradient(transparent,rgba(0,0,0,.85)); }
.l6-featured-photo__grid img { width: 100%; height: 100%; object-fit: cover; }
.l6-featured-photo__grid strong { position: absolute; z-index: 2; right: 14px; bottom: 28px; left: 14px; color: #fff; font-size: 15px; line-height: 1.35; }
.l6-featured-photo__grid span { position: absolute; z-index: 2; right: 14px; bottom: 10px; color: #ff9a66; font-size: 10px; }
.l6-latest-complete { margin-top: 46px; }

body.l6-dark .l6-trending { border-color: #74471f; background: #29231f; }
body.l6-dark .l6-trending__scroll a { background: #3b3026; }
body.l6-dark .l6-main-headline .headline__item--headline .headline__item__detail,
body.l6-dark .l6-main-headline .headline__item--headline .headline__item__title { color: #f5f5f5; }
body.l6-dark .l6-special--orange, body.l6-dark .l6-special--green, body.l6-dark .l6-gold { color: #eee; border-color: #494949; background: #27272a; }
body.l6-dark .l6-gold__content p { color: #ccc; }

@media (max-width: 900px) {
  .l6-main-headline { height: auto; grid-template-columns: minmax(0,1fr) 270px; gap: 24px; }
  .l6-main-headline .headline--main { min-height: 570px; }
  .l6-main-headline .headline--popular__list { max-height: 600px; }
  .l6-special { grid-template-columns: 310px 1fr; }
  .l6-special__list { grid-template-columns: 1fr; }
  .l6-special__list article:nth-child(n+5) { display: none; }
  .l6-promo-block__top { grid-template-columns: 1fr; }
  .l6-promo-mini-list { display: grid; grid-template-columns: repeat(3,1fr); gap: 15px; border-top: 0; }
  .l6-promo-mini { grid-template-columns: 68px 1fr; border-top: 1px solid var(--l6-border); }
}

@media (max-width: 720px) {
  .l6-ad--top-desktop { display: none; }
  .l6-mobile-ad-gate { --l6-mobile-ad-prompt-height: 42px; display: block; width: 100%; background: #303030; }
  .l6-mobile-ad-gate__stage {
    display: grid; place-items: center; min-height: calc(100vh - var(--l6-mobile-ad-prompt-height)); min-height: calc(100svh - var(--l6-mobile-ad-prompt-height)); padding: max(28px, env(safe-area-inset-top)) 18px 28px;
  }
  .l6-ad--top-mobile { display: grid; width: min(82vw, 320px); max-width: 320px; min-height: 0; margin: 0 auto; overflow: visible; background: transparent; }
  .l6-ad--top-mobile .l6-ad__label { display: none; }
  .l6-ad--top-mobile .l6-ad__content,
  .l6-ad--top-mobile .l6-ad__content a { display: flex; align-items: center; justify-content: center; width: 100%; max-height: calc(100vh - 98px); max-height: calc(100svh - 98px); }
  .l6-ad--top-mobile img { width: auto; max-width: 100%; max-height: calc(100vh - 98px); max-height: calc(100svh - 98px); object-fit: contain; background: #fff; }
  .l6-ad--top-mobile iframe { display: block; max-width: 100%; max-height: calc(100vh - 98px); max-height: calc(100svh - 98px); margin-inline: auto; border: 0; }
  .l6-ad--top-mobile .l6-ad__empty { color: #eee; border-color: rgba(255,255,255,.58); background: rgba(255,255,255,.06); }
  .l6-ad--top-mobile .l6-ad__placeholder { display: block; color: rgba(255,255,255,.38); font-size: 14px; font-weight: 400; line-height: 1.4; }
  .l6-mobile-ad-gate__prompt {
    display: flex; align-items: center; justify-content: center; min-height: var(--l6-mobile-ad-prompt-height); padding: 6px 12px;
    color: #fff; background: linear-gradient(90deg,#ff6a00,#ff2a00); font-size: clamp(13px,3.7vw,16px); font-weight: 700; line-height: 1.2; text-align: center;
  }
  .l6-home-complete { padding-top: 12px; }
  .l6-trending { gap: 9px; padding: 7px 9px; margin: 0 0 18px; border-radius: 7px; }
  .l6-trending__title { font-size: 12px; }
  .l6-trending__scroll a { padding: 6px 11px; font-size: 11px; }
  .l6-main-headline { display: flex; flex-direction: column; gap: 0; height: auto; }
  .l6-main-headline .headline--main { display: none; min-height: 0; padding: 0; border: 0; }
  .l6-main-headline .headline__item--headline { display: block; margin: 0 0 12px; }
  .l6-main-headline .headline__item--headline .headline__item__figure { aspect-ratio: 16/9; }
  .l6-main-headline .headline__item--headline .headline__item__detail { padding: 12px 2px 5px; }
  .l6-main-headline .headline__item--headline .headline__item__title { font-size: 22px; }
  .l6-main-headline .headline--main__list { display: flex; gap: 14px; overflow-x: auto; padding: 13px 0 3px; scroll-snap-type: x mandatory; }
  .l6-main-headline .headline--main__list__item,
  .l6-main-headline .headline--main__list__item:last-child,
  .l6-main-headline .headline--main__list__item:nth-child(2) { display: block; flex: 0 0 74%; padding: 0 14px 0 0; border-right: 1px solid var(--l6-border); scroll-snap-align: start; }
  .l6-mobile-topstories { display: block; width: 100%; }
  .l6-mobile-hero-slider { position: relative; overflow: hidden; border-radius: 18px; background: #111; }
  .l6-mobile-hero-slider__track { display: flex; overflow-x: auto; overscroll-behavior-inline: contain; scroll-behavior: smooth; scroll-snap-type: x mandatory; scrollbar-width: none; }
  .l6-mobile-hero-slider__track::-webkit-scrollbar { display: none; }
  .l6-mobile-hero-slide { position: relative; flex: 0 0 100%; min-width: 100%; aspect-ratio: 3/2; overflow: hidden; scroll-snap-align: start; background: #111; }
  .l6-mobile-hero-slide > a { position: absolute; inset: 0; display: block; color: #fff; }
  .l6-mobile-hero-slide > a::after { content: ""; position: absolute; inset: 28% 0 0; background: linear-gradient(transparent,rgba(0,0,0,.92)); }
  .l6-mobile-hero-slide img { width: 100%; height: 100%; object-fit: cover; }
  .l6-mobile-hero-slide__content { position: absolute; z-index: 2; right: 16px; bottom: 17px; left: 16px; display: flex; flex-direction: column; gap: 7px; }
  .l6-mobile-hero-slide__content strong { display: -webkit-box; overflow: hidden; -webkit-box-orient: vertical; -webkit-line-clamp: 3; color: #fff; font-size: 20px; font-weight: 750; line-height: 1.38; }
  .l6-mobile-hero-slide__content time { color: rgba(255,255,255,.68); font-size: 12px; }
  .l6-mobile-hero-slider__dots { position: absolute; z-index: 3; top: 14px; right: 14px; display: flex; gap: 5px; }
  .l6-mobile-hero-slider__dots button { width: 7px; height: 7px; padding: 0; border: 1px solid rgba(255,255,255,.9); border-radius: 50%; cursor: pointer; background: rgba(0,0,0,.28); }
  .l6-mobile-hero-slider__dots button.is-active { width: 18px; border-radius: 7px; background: #fff; }
  .l6-mobile-story-grid { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 24px 12px; margin-top: 18px; }
  .l6-mobile-story-card { min-width: 0; }
  .l6-mobile-story-card__image { display: block; overflow: hidden; aspect-ratio: 16/9; border-radius: 8px; background: #eee; }
  .l6-mobile-story-card__image img { width: 100%; height: 100%; object-fit: cover; }
  .l6-mobile-story-card h2 { margin: 8px 0 4px; font-size: 15px; font-weight: 750; line-height: 1.4; }
  .l6-mobile-story-card h2 a { display: -webkit-box; overflow: hidden; -webkit-box-orient: vertical; -webkit-line-clamp: 3; }
  .l6-mobile-story-card time { color: #aaa; font-size: 12px; }
  body.l6-dark .l6-mobile-story-card__image { background: #27272a; }
  .l6-main-headline .headline--popular { width: 100%; height: auto; }
  .l6-main-headline .headline--popular {
    padding: 20px 14px 6px; margin-top: 32px; border-radius: 18px; background: #fbf1e7;
    box-shadow: 0 4px 14px rgba(113,66,20,.08);
  }
  .l6-main-headline .headline--popular__title {
    display: flex; align-items: center; gap: 11px; padding: 0 0 17px; border-bottom: 1px solid #e8dcc2;
    font-size: 20px; font-weight: 800; line-height: 1.2;
  }
  .l6-main-headline .headline--popular__title::before { display: none; }
  .l6-main-headline .l6-popular-title__icon { display: block; flex: 0 0 auto; width: 24px; height: 24px; fill: none; stroke: var(--l6-orange); stroke-width: 2.1; stroke-linecap: round; stroke-linejoin: round; }
  .l6-main-headline .headline--popular__wrapper { overflow: visible; border: 0; }
  .l6-main-headline .headline--popular__wrapper::before,
  .l6-main-headline .headline--popular__wrapper::after { display: none; content: none; }
  .l6-main-headline .headline--popular__list { display: block; max-height: none; overflow: visible; scroll-snap-type: none; }
  .l6-main-headline .headline--popular__list__item {
    display: grid; grid-template-columns: 80px minmax(0,1fr); gap: 14px; align-items: stretch;
    padding: 12px 0; border: 0; border-bottom: 1px solid #e8dcc2; border-radius: 0; scroll-snap-align: none;
  }
  .l6-main-headline .headline--popular__list__item:nth-child(n+6) { display: none; }
  .l6-main-headline .headline--popular__list__item::before { display: none; content: none; }
  .l6-main-headline .headline--popular__number { display: none; }
  .l6-main-headline .l6-popular-mobile-thumb { display: block; overflow: hidden; width: 80px; height: 80px; border-radius: 9px; background: #eadfce; }
  .l6-main-headline .l6-popular-mobile-thumb img { width: 100%; height: 100%; object-fit: cover; }
  .l6-main-headline .headline--popular__content { display: flex; flex-direction: column; min-height: 80px; }
  .l6-main-headline .headline--popular__item-title { display: -webkit-box; overflow: hidden; -webkit-box-orient: vertical; -webkit-line-clamp: 3; font-size: 15px; font-weight: 750; line-height: 1.38; }
  .l6-main-headline .headline--popular__list__item time { display: none; }
  .l6-main-headline .l6-popular-mobile-category { display: block; align-self: flex-start; margin-top: auto; color: var(--l6-orange); font-size: 12px; font-weight: 500; line-height: 1.3; }
  .l6-main-headline .headline--popular__link { justify-content: center; padding: 18px 0 10px; font-size: 17px; font-weight: 750; }
  .l6-main-headline .headline--popular__link span { font-size: 26px; font-weight: 400; }
  body.l6-dark .l6-main-headline .headline--popular { background: #2d2722; box-shadow: none; }
  body.l6-dark .l6-main-headline .headline--popular__title,
  body.l6-dark .l6-main-headline .headline--popular__list__item { border-color: #4b3c30; }
  .l6-news-ribbon { display: flex; gap: 13px; overflow-x: auto; margin-top: 24px; padding: 20px 0; scroll-snap-type: x mandatory; }
  .l6-news-ribbon__item { flex: 0 0 67%; scroll-snap-align: start; }
  .l6-video-showcase { margin: 30px -12px; padding: 20px 12px; border-radius: 0; }
  .l6-video-showcase__head { align-items: flex-start; }
  .l6-video-showcase__head > div { display: block; text-align: right; }
  .l6-video-showcase__head strong, .l6-video-showcase__head a { display: block; }
  .l6-video-showcase__player { margin-bottom: 16px; border-radius: 7px; }
  .l6-video-showcase__rail { display: flex; gap: 12px; scroll-snap-type: x mandatory; }
  .l6-video-card { flex: 0 0 43%; scroll-snap-align: start; }
  .l6-special { display: block; padding: 12px; margin: 30px -12px; border-right: 0; border-left: 0; border-radius: 0; }
  .l6-special__brand { min-height: 235px; margin-bottom: 12px; }
  .l6-special__brand > h2 { font-size: 24px; }
  .l6-special__list { display: flex; gap: 12px; overflow-x: auto; scroll-snap-type: x mandatory; }
  .l6-special__list article, .l6-special__list article:nth-child(n+5) { display: grid; flex: 0 0 82%; grid-template-columns: 74px 1fr; padding: 10px; border: 1px solid rgba(0,0,0,.1); border-radius: 7px; background: rgba(255,255,255,.55); scroll-snap-align: start; }
  .l6-promo-block { margin: 34px 0; }
  .l6-promo-block__top { display: block; }
  .l6-promo-hero { display: block; }
  .l6-promo-hero__image { display: block; aspect-ratio: 16/9; }
  .l6-promo-hero__image img { width: 100%; height: 100%; object-fit: cover; }
  .l6-promo-hero__content { padding-top: 11px; }
  .l6-promo-hero__content h3 { font-size: 19px; }
  .l6-promo-mini-list { display: flex; gap: 12px; overflow-x: auto; padding-top: 15px; scroll-snap-type: x mandatory; }
  .l6-promo-mini { flex: 0 0 84%; grid-template-columns: 78px 1fr; padding: 10px; border: 1px solid var(--l6-border); border-radius: 7px; scroll-snap-align: start; }
  .l6-promo-scroll { display: flex; gap: 12px; overflow-x: auto; scroll-snap-type: x mandatory; }
  .l6-promo-card { flex: 0 0 68%; scroll-snap-align: start; }
  .l6-gold { margin: 32px -12px; border-right: 0; border-left: 0; border-radius: 0; }
  .l6-gold__banner { height: 110px; object-fit: cover; }
  .l6-gold__content { grid-template-columns: 1fr 112px; gap: 12px; padding: 17px 12px; }
  .l6-gold__content h2 { font-size: 20px; }
  .l6-gold__content p { display: -webkit-box; overflow: hidden; -webkit-box-orient: vertical; -webkit-line-clamp: 3; margin: 5px 0; font-size: 12px; }
  .l6-gold__content img { width: 112px; height: 112px; object-fit: cover; }
  .l6-channel-columns, .l6-channel-columns--two, .l6-channel-columns--three { display: flex; gap: 14px; overflow-x: auto; margin: 35px 0; scroll-snap-type: x mandatory; }
  .l6-channel-column { flex: 0 0 88%; padding: 12px; border: 1px solid var(--l6-border); border-radius: 8px; scroll-snap-align: start; }
  .l6-featured-photo { margin: 35px 0; }
  .l6-featured-photo__grid { display: flex; gap: 12px; scroll-snap-type: x mandatory; }
  .l6-featured-photo__grid > a { flex: 0 0 88%; scroll-snap-align: start; }
  .l6-latest-complete { margin-top: 35px; }
  .l6-article-sidebar { margin-top: 28px; }
  .l6-widget--popular li { grid-template-columns: 42px minmax(0,1fr); }
  .l6-widget--popular li > span { font-size: 38px; }
  .l6-sidebar__sticky-ad { position: static; }
}
