/* R43: laptop-only layout. Accepted 1920 and 3840 profiles are untouched. */
@media (min-width:1200px) and (max-width:1439px) {
  .site-header { padding-inline:20px; }
  .site-header .header-shell {
    grid-template-columns:auto minmax(0,1fr) auto;
    gap:14px; padding:0 12px; min-height:68px;
  }
  .site-header.scrolled .header-shell { min-height:62px; }
  .site-header .desktop-nav { display:flex !important; justify-content:center; gap:14px; min-width:0; }
  .site-header .desktop-nav > a,
  .site-header .desktop-nav-item > .desktop-nav-link { font-size:11.5px; letter-spacing:.025em; }
  .site-header .header-actions { display:flex !important; gap:7px; }
  .site-header .menu-button { display:none !important; }
  .site-header .brand { gap:10px; min-width:0; }
  .site-header .brand-mark { width:40px; height:40px; }
  .site-header .brand-type strong { font-size:22px; }
  .site-header .brand-type small { font-size:8px; letter-spacing:.035em; }
  .site-header .header-cta { min-height:40px; padding:10px 13px; font-size:11px; gap:8px; white-space:nowrap; }
  .site-header .header-icon { width:36px; height:36px; }
  .site-header .language-link { font-size:11px; }
  .is-home :is(.about,.products,.projects,.capability,.news) {
    --home-gutter:32px; padding-inline:var(--home-gutter) !important;
  }
  .is-home .projects .project-thumbs {
    grid-template-columns:repeat(auto-fit,minmax(min(100%,190px),1fr)) !important;
    gap:8px;
  }
  .is-home .projects .project-thumbs button {
    grid-template-columns:44px 14px minmax(0,1fr) !important;
    min-height:78px !important; padding:6px !important; gap:5px;
  }
  .is-home .projects .project-thumbs button .project-thumb-image { width:44px !important; height:44px !important; }
  .is-home .projects .project-thumbs button .project-thumb-copy strong { font-size:11px; line-height:1.4; }
  .is-home .projects .project-thumbs button .project-thumb-copy small { font-size:10px; }
}
@media (min-width:1200px) and (max-width:1439px) and (max-height:820px) {
  .is-home :is(.about,.products,.projects,.capability,.news) {
    padding-top:calc(var(--home-header-height,84px) + 16px) !important;
    padding-bottom:20px !important;
  }
  .is-home :is(.about,.products,.projects,.capability,.news) h2 {
    font-size:28px !important; line-height:1.15 !important;
  }
  .is-home .about { column-gap:28px; row-gap:20px; }
  .is-home .about .about-frame { height:clamp(250px,38dvh,310px); }
  .is-home .about .about-lead { font-size:14px; line-height:1.55; }
  .is-home .about .solution-ribbon article { min-height:86px; padding:12px; }
  .is-home .about .solution-ribbon h3 { font-size:14px; }
  .is-home .about .solution-ribbon p { font-size:12px; }
  .is-home .products { --home-panel-height:clamp(320px,51dvh,410px); }
  .is-home .products .product-layout {
    grid-template-columns:minmax(225px,.52fr) minmax(0,1.48fr);
    gap:24px; margin-top:18px;
  }
  .is-home .products .product-nav button { padding:10px !important; }
  .is-home .products .product-nav button strong { font-size:17px; }
  .is-home .products .product-nav button small { font-size:12px; }
  .is-home .products .product-info { padding:18px !important; gap:9px; }
  .is-home .products .product-info h3 { font-size:25px !important; }
  .is-home .products #product-note,
  .is-home .products #product-description { font-size:14px !important; line-height:1.55 !important; }
  .is-home .projects .project-showcase {
    --home-panel-height:clamp(310px,48dvh,394px);
    margin-top:14px; row-gap:10px;
  }
  .is-home .projects .project-showcase > .project-detail { padding:18px 20px !important; gap:9px 12px; }
  .is-home .projects .project-detail h3 { font-size:21px; }
  .is-home .projects #project-scope { font-size:15px; line-height:1.55; max-height:4.65em; }
  .is-home .projects #project-link { font-size:12px; padding-inline:12px; gap:12px; }
  .is-home .capability { gap:24px; }
  .is-home .capability .process-line h3 { font-size:17px; }
  .is-home .capability .process-line p { font-size:14px; line-height:1.5; }
  .is-home .capability .capability-head > p:last-child { font-size:14px; }
  .is-home .capability .capability-band { padding:14px 20px; }
  .is-home .news { row-gap:16px !important; column-gap:20px !important; }
  .is-home .news .news-stack { grid-auto-rows:minmax(116px,1fr); gap:8px !important; }
  .is-home .news .news-stack article {
    grid-template-columns:88px minmax(0,1fr) 44px !important;
    min-height:116px !important; padding:8px !important; gap:8px !important;
  }
  .is-home .news .news-stack h3 { font-size:14px !important; }
  .is-home .news .news-card-copy { gap:3px; }
  .is-home .news .news-thumb { min-height:90px; }
  .is-home .news .news-photo { min-height:210px; }
  .is-home .news .news-copy { padding:14px 16px !important; }
}

/* R44: compact news for the laptop width at every viewport height. */
@media (min-width:1200px) and (max-width:1439px) {
  .is-home .news { column-gap:20px !important; row-gap:14px !important; }
  .is-home .news .news-head h2 { font-size:28px !important; line-height:1.15 !important; }
  .is-home .news .news-stack {
    grid-auto-rows:minmax(110px,1fr); gap:8px !important;
  }
  .is-home .news .news-stack article {
    grid-template-columns:88px minmax(0,1fr) 44px !important;
    min-height:110px !important; padding:6px 8px !important; gap:8px !important;
  }
  .is-home .news .news-card-copy { gap:3px; }
  .is-home .news .news-stack h3 { font-size:14px !important; line-height:1.35 !important; }
  .is-home .news .news-date { font-size:11px !important; line-height:1.3 !important; }
  .is-home .news .news-summary,
  .is-home .news .news-excerpt {
    font-size:13px !important; line-height:1.4 !important;
    min-height:2.8em !important; max-height:2.8em !important;
  }
  .is-home .news .news-thumb { min-height:80px; }
  .is-home .news .news-photo { min-height:180px; }
  .is-home .news .news-copy { padding:14px 16px !important; gap:6px; }
  .is-home .news .news-copy h3 {
    font-size:22px !important; line-height:1.3 !important;
    display:-webkit-box; -webkit-box-orient:vertical; -webkit-line-clamp:2;
    overflow:hidden;
  }
  .is-home .news .news-copy > a { min-height:36px; padding-block:8px; }
}
