.news-page { background: #f5f7f4; }
.news-hero { min-height: 430px; display: grid; align-items: end; padding: clamp(80px, 11vw, 132px) clamp(18px, 6vw, 86px) 46px; color: #fff; background: linear-gradient(90deg, rgba(7, 27, 43, .94), rgba(7, 27, 43, .42)), url("../assets/hero-generators.jpg") center / cover no-repeat; }
.news-hero-copy { width: min(820px, 100%); }
.news-hero h1 { margin: 7px 0 14px; font-size: clamp(42px, 7vw, 72px); line-height: 1; }
.news-hero p:not(.eyebrow) { max-width: 720px; margin: 0; color: rgba(255,255,255,.86); font-size: 18px; line-height: 1.55; }
.news-hero-actions, .news-contact-actions { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 24px; }
.news-alert { display: grid; gap: 22px; align-items: center; padding: 28px clamp(18px, 6vw, 86px); color: #fff; background: #12633f; border-top: 5px solid #f7c948; }
.news-alert h2, .news-alert p, .news-contact h2, .news-contact p { margin: 0; }
.news-alert h2 { margin-top: 4px; font-size: clamp(24px, 3.4vw, 36px); }
.news-alert p:not(.eyebrow) { max-width: 760px; margin-top: 7px; color: rgba(255,255,255,.78); line-height: 1.5; }
.news-alert .btn { width: max-content; }
.news-content { padding: 52px clamp(18px, 6vw, 86px) 68px; background: #fff; }
.news-content-heading { display: flex; flex-wrap: wrap; gap: 16px 30px; align-items: end; justify-content: space-between; }
.news-content-heading h2, .news-content-heading p { margin: 0; }
.news-content-heading h2 { margin-top: 5px; font-size: clamp(31px, 4vw, 48px); }
#newsResultCount { color: #5f6c68; font-weight: 700; }
.news-controls { display: flex; flex-wrap: wrap; gap: 14px 24px; align-items: center; justify-content: space-between; margin: 24px 0 28px; padding-bottom: 18px; border-bottom: 1px solid #dfe6df; }
.news-filters { display: flex; gap: 7px; overflow-x: auto; padding: 3px 0; }
.news-filter { flex: 0 0 auto; min-height: 40px; padding: 8px 13px; border: 1px solid #c9d5cf; border-radius: 6px; color: #16201d; background: #fff; font: inherit; font-size: 14px; font-weight: 800; cursor: pointer; }
.news-filter:hover { border-color: #12633f; }
.news-filter[aria-pressed="true"] { color: #fff; background: #12633f; border-color: #12633f; }
.news-filter:focus-visible, .news-archive-toggle:focus-within { outline: 3px solid rgba(19,122,127,.25); outline-offset: 3px; }
.news-archive-toggle { display: inline-flex; gap: 8px; align-items: center; color: #42504b; font-size: 14px; font-weight: 700; cursor: pointer; }
.news-archive-toggle input { width: 18px; height: 18px; accent-color: #12633f; }
.news-featured { margin-bottom: 24px; }
.news-featured-card { display: grid; min-height: 340px; overflow: hidden; color: #fff; background: #0a2f4f; border-radius: 8px; }
.news-featured-media { min-height: 260px; background: #e8eeea; }
.news-featured-media img { display: block; width: 100%; height: 100%; object-fit: cover; }
.news-featured-copy { display: grid; align-content: center; padding: clamp(24px, 4vw, 44px); }
.news-featured-copy h3 { margin: 10px 0 8px; font-size: clamp(28px, 4vw, 44px); line-height: 1.08; }
.news-featured-copy p { margin: 0; color: rgba(255,255,255,.78); line-height: 1.55; }
.news-featured-copy .news-read-link { color: #f7c948; }
.news-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(min(100%, 270px), 1fr)); gap: 18px; }
.news-card { display: flex; min-width: 0; flex-direction: column; overflow: hidden; background: #fff; border: 1px solid #dfe6df; border-radius: 8px; }
.news-card-media { display: block; aspect-ratio: 16 / 9; overflow: hidden; background: #e8eeea; }
.news-card-media img { display: block; width: 100%; height: 100%; object-fit: cover; transition: transform .2s ease; }
.news-card:hover .news-card-media img { transform: scale(1.025); }
.news-card-copy { display: flex; flex: 1; flex-direction: column; padding: 20px; }
.news-card h3 { margin: 10px 0 8px; font-size: 22px; line-height: 1.2; }
.news-card h3 a { color: #16201d; text-decoration: none; }
.news-card h3 a:hover { color: #12633f; text-decoration: underline; }
.news-card p { margin: 0; color: #5f6c68; line-height: 1.5; }
.news-card .news-read-link { margin-top: auto; padding-top: 18px; }
.news-meta { display: flex; flex-wrap: wrap; gap: 6px 12px; align-items: center; color: #5f6c68; font-size: 12px; font-weight: 700; }
.news-category { display: inline-flex; align-items: center; min-height: 25px; padding: 4px 8px; border-radius: 5px; color: #164131; background: #dcece4; font-size: 11px; font-weight: 900; text-transform: uppercase; }
.news-category[data-category="service"] { color: #07585c; background: #d8eff0; }
.news-category[data-category="company"] { color: #704512; background: #fff0c2; }
.news-category[data-category="project"] { color: #7a2e20; background: #f9ded7; }
.news-badge { color: #7a2e20; font-size: 11px; font-weight: 900; text-transform: uppercase; }
.news-read-link { display: inline-flex; align-items: center; gap: 7px; color: #12633f; font-size: 14px; font-weight: 900; text-decoration: none; }
.news-read-link::after { content: "\2192"; font-size: 18px; }
.news-read-link:hover { text-decoration: underline; }
.news-empty { max-width: 760px; padding: 38px; border: 1px solid #d7e1db; border-left: 6px solid #f7c948; border-radius: 8px; background: #f6f8f5; }
.news-empty h3, .news-empty p { margin: 0; }
.news-empty h3 { margin-top: 5px; font-size: clamp(25px, 3.5vw, 35px); }
.news-empty p:not(.eyebrow) { margin-top: 10px; color: #5f6c68; line-height: 1.55; }
.news-empty .btn { margin-top: 20px; }
.news-contact { display: grid; gap: 24px; align-items: center; padding: 44px clamp(18px, 6vw, 86px); color: #fff; background: #0a2f4f; border-top: 5px solid #f7c948; }
.news-contact h2 { margin-top: 5px; font-size: clamp(28px, 4vw, 43px); }
.news-contact p:not(.eyebrow) { max-width: 760px; margin-top: 8px; color: rgba(255,255,255,.76); line-height: 1.5; }

.news-article-page { background: #f5f7f4; }
.news-breadcrumbs { display: flex; flex-wrap: wrap; gap: 8px; width: min(1120px, calc(100% - 36px)); margin: 0 auto; padding: 22px 0; color: #63716c; font-size: 14px; }
.news-breadcrumbs a { color: #12633f; font-weight: 800; }
.news-article { width: min(980px, calc(100% - 36px)); margin: 0 auto; padding: 28px 0 72px; }
.news-article-header { max-width: 850px; }
.news-article-header h1 { margin: 12px 0; font-size: clamp(36px, 6vw, 64px); line-height: 1.03; }
.news-article-lede { color: #45534e; font-size: 19px; line-height: 1.55; }
.news-article-image { display: block; width: 100%; max-height: 620px; margin: 30px 0; object-fit: cover; border-radius: 8px; background: #e8eeea; }
.news-article-video { margin: 24px 0 34px; overflow: hidden; border: 1px solid #dfe6df; border-radius: 8px; background: #fff; }
.news-article-video video { display: block; width: 100%; max-height: 680px; background: #111; }
.news-article-video figcaption { padding: 10px 14px; color: #5f6c68; font-size: 13px; line-height: 1.4; }
.news-article-gallery { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 14px; margin: 24px 0 34px; }
.news-article-gallery figure { min-width: 0; margin: 0; overflow: hidden; border: 1px solid #dfe6df; border-radius: 8px; background: #fff; }
.news-article-gallery img { display: block; width: 100%; aspect-ratio: 4 / 3; object-fit: contain; background: #132238; }
.news-article-gallery figcaption { padding: 10px 12px; color: #5f6c68; font-size: 13px; line-height: 1.4; }
.news-article-body { max-width: 780px; color: #2d3b36; font-size: 17px; line-height: 1.72; }
.news-article-body p { margin: 0 0 20px; }
.news-article-body h2 { margin: 34px 0 12px; font-size: 28px; line-height: 1.2; }
.news-article-body h3 { margin: 28px 0 10px; font-size: 21px; line-height: 1.25; }
.news-article-body ul { margin: 0 0 22px; padding-left: 22px; }
.news-article-body li { margin: 8px 0; }
.news-article-body.is-buka-story { max-width: none; }
.buka-story { color: #2d3b36; }
.buka-key-facts { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); margin: 4px 0 0; overflow: hidden; color: #fff; background: #0a2f4f; border-top: 5px solid #f7c948; }
.buka-key-facts-label { grid-column: 1 / -1; margin: 0; padding: 12px 18px 0; color: #f7c948; font-size: 12px; font-weight: 900; text-transform: uppercase; }
.buka-key-fact { min-width: 0; padding: 16px 18px 20px; border-right: 1px solid rgba(255,255,255,.18); }
.buka-key-fact:last-child { border-right: 0; }
.buka-key-fact span, .buka-key-fact strong { display: block; }
.buka-key-fact span { margin-bottom: 5px; color: rgba(255,255,255,.68); font-size: 12px; font-weight: 800; text-transform: uppercase; }
.buka-key-fact strong { color: #fff; font-size: 17px; line-height: 1.35; }
.buka-preorder-strip { display: grid; gap: 18px; align-items: center; margin: 0 0 30px; padding: 22px 24px; background: #edf5f0; border-bottom: 1px solid #cfded5; }
.buka-preorder-strip h2, .buka-preorder-strip p { margin: 0; }
.buka-preorder-strip h2 { font-size: 23px; }
.buka-preorder-strip p { margin-top: 5px; color: #52615b; font-size: 15px; line-height: 1.55; }
.buka-preorder-strip .btn { justify-self: start; }
.buka-story-intro, .buka-story-section { max-width: 780px; }
.buka-story-section h2 { margin-top: 36px; }
.buka-story-figure { max-width: 780px; margin: 22px 0 34px; overflow: hidden; border: 1px solid #dfe6df; border-radius: 8px; background: #fff; }
.buka-story-figure img { display: block; width: 100%; max-height: 620px; object-fit: contain; background: #132238; }
.buka-story-figure figcaption, .buka-media-figure figcaption, .buka-whatsapp-avatar figcaption { padding: 10px 12px; color: #5f6c68; font-size: 13px; line-height: 1.4; }
.buka-shipment-grid, .buka-product-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 12px; margin: 22px 0 32px; }
.buka-media-figure { min-width: 0; margin: 0; overflow: hidden; border: 1px solid #dfe6df; border-radius: 8px; background: #fff; }
.buka-media-figure img { display: block; width: 100%; aspect-ratio: 4 / 3; object-fit: contain; background: #132238; }
.buka-more-media { margin: -10px 0 34px; border-bottom: 1px solid #dfe6df; }
.buka-more-media summary { width: max-content; max-width: 100%; margin-bottom: 18px; color: #12633f; font-size: 14px; font-weight: 900; cursor: pointer; }
.buka-more-media[open] summary { margin-bottom: 0; }
.buka-more-media .buka-shipment-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); margin-top: 16px; }
.buka-whatsapp-access { display: grid; gap: 26px; align-items: center; margin-top: 42px; padding: 32px 0; border-top: 5px solid #12633f; border-bottom: 1px solid #cfded5; }
.buka-whatsapp-copy h2 { max-width: 650px; margin: 7px 0 12px; font-size: clamp(25px, 3.5vw, 36px); }
.buka-whatsapp-copy > p:not(.eyebrow) { max-width: 680px; margin-bottom: 14px; color: #52615b; font-size: 15px; line-height: 1.6; }
.buka-whatsapp-actions { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 22px; }
.buka-whatsapp-avatar { width: min(240px, 100%); margin: 0; overflow: hidden; border: 1px solid #dfe6df; border-radius: 8px; background: #fff; }
.buka-whatsapp-avatar img { display: block; width: 100%; aspect-ratio: 1; object-fit: cover; }
.news-article-sources { max-width: 780px; margin-top: 34px; padding-top: 24px; border-top: 1px solid #dfe6df; }
.news-article-sources h2 { margin: 0 0 12px; font-size: 22px; }
.news-article-sources ul { margin: 0; padding-left: 20px; }
.news-article-sources li { margin: 8px 0; }
.news-article-sources a { color: #12633f; font-weight: 700; }
.news-expired-notice { margin: 24px 0; padding: 14px 18px; color: #704512; background: #fff0c2; border-left: 5px solid #f7c948; }
.news-contact-panel { margin-top: 40px; }
.news-article-actions { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 18px; }
.news-not-found { max-width: 760px; margin: 40px auto 80px; padding: 38px; background: #fff; border: 1px solid #dfe6df; border-radius: 8px; }
.news-not-found h1, .news-not-found p { margin: 0; }
.news-not-found p { margin-top: 10px; color: #5f6c68; }
.news-not-found .btn { margin-top: 20px; }

@media (min-width: 760px) {
  .news-alert, .news-contact { grid-template-columns: minmax(0, 1fr) auto; }
  .news-featured-card.has-image { grid-template-columns: minmax(0, 1.15fr) minmax(340px, .85fr); }
  .buka-preorder-strip { grid-template-columns: minmax(0, 1fr) auto; }
  .buka-whatsapp-access { grid-template-columns: minmax(0, 1fr) 240px; }
}
@media (max-width: 640px) {
  .news-hero { min-height: 390px; padding-bottom: 34px; }
  .news-hero-actions .btn, .news-alert .btn, .news-contact-actions .btn { width: 100%; }
  .news-content { padding-block: 38px 52px; }
  .news-controls { align-items: flex-start; }
  .news-filters { width: 100%; }
  .news-empty { padding: 26px 22px; }
  .news-featured-copy { padding: 24px 20px; }
  .news-article-gallery { grid-template-columns: 1fr; }
  .buka-key-facts { grid-template-columns: 1fr; }
  .buka-key-facts-label { padding-bottom: 6px; }
  .buka-key-fact { padding-block: 12px; border-right: 0; border-bottom: 1px solid rgba(255,255,255,.16); }
  .buka-key-fact:last-child { padding-bottom: 18px; border-bottom: 0; }
  .buka-preorder-strip { padding: 20px 18px; }
  .buka-preorder-strip .btn, .buka-whatsapp-actions .btn { width: 100%; }
  .buka-shipment-grid, .buka-product-grid, .buka-more-media .buka-shipment-grid { grid-template-columns: 1fr; }
  .buka-whatsapp-avatar { width: min(220px, 100%); }
}
@media (prefers-reduced-motion: reduce) { .news-card-media img { transition: none; } }
