/* Homepage government-blue theme, based on the selected header scheme A. */
html[data-home-style]{
  --lake:#0c7fc3;--lake-l:#2896d4;--lake-d:#096ca7;
  --green:#157bab;--green-l:#479bbc;--gold:#c7a451;
  --ink:#283846;--sub:#657786;--line:#dce7ee;--bg:#f3f7fb;
  --header-fill:#eaf4fb;--brand-ink:#096ca7;
}
[data-home-style] body{background:var(--bg);font-size:16px;}
[data-home-style] .wrap{width:min(1200px,calc(100% - 48px));margin-left:auto;margin-right:auto;}
[data-home-style] .compact-masthead{height:118px;}
[data-home-style] .mast-message h1{font-size:26px;letter-spacing:0;}
[data-home-style] .hero{padding-top:22px;background:var(--bg);padding-bottom:4px;}
[data-home-style] .hero-grid{gap:24px;grid-template-columns:440px minmax(0,1fr) 340px;}
[data-home-style] .col-title{height:42px;line-height:42px;margin-bottom:12px;}
[data-home-style] .col-title .t{font-size:20px;letter-spacing:0;}
[data-home-style] .col-title .t::before{top:11px;}
[data-home-style] .col-title .more,[data-home-style] .sec-title .more{font-size:14px;}
[data-home-style] .headline{font-size:22px;line-height:1.5;text-align:left;}
[data-home-style] .headline-sub{font-size:16px;line-height:1.75;text-align:left;}
[data-home-style] .news-list li,[data-home-style] .notice-list li{font-size:16px;line-height:1.75;padding:8px 0;}
[data-home-style] .news-list time,[data-home-style] .notice-list .date{font-size:14px;}
[data-home-style] .tabs-head{height:42px;}
[data-home-style] .tabs-head button{font-size:18px;letter-spacing:0;}
[data-home-style] .slide .cap{font-size:18px;line-height:1.6;}
[data-home-style] .sec-title h2{font-size:24px;letter-spacing:0;}
[data-home-style] .adv h3,[data-home-style] .ind h3,[data-home-style] .proj h3{font-size:18px;letter-spacing:0;}
[data-home-style] .adv p,[data-home-style] .ind p{font-size:16px;line-height:1.75;}
[data-home-style] .portal-official-footer{background:#176b92;}
[data-home-style] .portal-footer-main{font-size:14px;}

/* Preserve the featured industries' original palette independently of the header. */
[data-home-style] .ind.hot{--lake:#087fb4;--green:#118b6a;--gold:#d5a42d;}
[data-home-style] .home-detail-card .tag0{z-index:1;}
[data-home-style] .home-detail-card .home-inquiry-cta{inset:0;background:inherit;color:#fff;font-size:18px;letter-spacing:0;}
[data-home-style] .home-detail-card:focus-visible{outline:2px solid var(--lake-d);outline-offset:3px;}
@media(prefers-reduced-motion:reduce){
  [data-home-style] .home-detail-card .home-inquiry-content,
  [data-home-style] .home-detail-card .home-inquiry-cta{transition:none;}
}


/* Match the three first-screen columns without changing the content or ordering. */
[data-home-style] .hero-grid>div{display:flex;flex-direction:column;height:480px;min-width:0;}
[data-home-style] .hero-grid .col-title{flex:none;align-items:center;}
[data-home-style] .hero-grid .carousel{flex:1;min-height:0;height:auto;}
[data-home-style] .hero-grid .headline{flex:none;min-height:56px;margin:0;padding:0;font-size:20px;line-height:28px;}
[data-home-style] .hero-grid .headline>a{display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:3;overflow:hidden;}
[data-home-style] .hero-grid .headline-sub{flex:none;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:5;max-height:120px;overflow:hidden;margin:8px 0 12px;padding:0;border:0;line-height:24px;}
[data-home-style] .hero-grid .news-list{flex:1;min-height:0;display:grid;grid-template-columns:minmax(0,1fr);grid-template-rows:repeat(5,minmax(0,1fr));}
[data-home-style] .hero-grid .news-list li{min-width:0;min-height:0;align-items:center;padding:0;line-height:24px;border-bottom:1px solid #dce7ee;}
[data-home-style] .hero-grid .news-list li::before{width:4px;height:4px;transform:none;}
[data-home-style] .hero-grid .tabs-head{flex:none;margin-bottom:12px;}
[data-home-style] .hero-grid .tabs-head button{letter-spacing:0;}
[data-home-style] .hero-grid .tab-pane{flex:1;min-height:0;padding-top:0;}
[data-home-style] .hero-grid .notice-list{height:100%;display:grid;grid-template-columns:minmax(0,1fr);grid-template-rows:repeat(7,minmax(0,1fr));}
[data-home-style] .hero-grid .notice-list li{display:flex;flex-direction:column;justify-content:center;min-width:0;min-height:0;padding:0;border-bottom:1px solid #dce7ee;line-height:24px;}
[data-home-style] .hero-grid .notice-list .date{line-height:20px;}

@media(max-width:1100px){
  [data-home-style] .hero-grid{grid-template-columns:minmax(0,1.2fr) minmax(0,1fr);}
  [data-home-style] .hero-grid>div:last-child{grid-column:1/-1;}
}
@media(max-width:940px){
  [data-home-style] .wrap{width:calc(100% - 32px);}
  [data-home-style] .hero-grid{grid-template-columns:minmax(0,1fr);}
  [data-home-style] .hero-grid>div{height:auto;}
  [data-home-style] .hero-grid>div:last-child{grid-column:auto;}
  [data-home-style] .hero-grid .carousel{height:300px;flex:none;}
  [data-home-style] .hero-grid .headline{min-height:0;}
  [data-home-style] .hero-grid .news-list{display:block;}
  [data-home-style] .hero-grid .news-list li{min-height:44px;}
  [data-home-style] .hero-grid .notice-list{display:block;height:auto;}
  [data-home-style] .hero-grid .notice-list li{min-height:60px;}
  [data-home-style] .compact-masthead{height:112px;}
}
