/* Delta-Sierra homepage overview */
.home-overview{background:linear-gradient(135deg,#081d3a 0%,#102f55 58%,#33263f 100%);color:#fff;padding:3.2rem 1.25rem 2.7rem;border-bottom:1px solid rgba(255,255,255,.12)}
.home-overview__inner{width:min(1120px,100%);margin:0 auto;display:grid;grid-template-columns:minmax(0,1.1fr) minmax(0,.9fr);gap:2.2rem;align-items:center}
.home-overview__eyebrow,.home-field__eyebrow{margin:0 0 .55rem;text-transform:uppercase;letter-spacing:.16em;font-size:.76rem;font-weight:800;color:#e2bc71}
.home-overview h1{margin:.1rem 0 .85rem;font-size:clamp(2rem,4vw,3.65rem);line-height:1.02;max-width:760px}
.home-overview__lead{font-size:1.06rem;line-height:1.65;color:#e7edf5;max-width:720px}
.home-overview__actions{display:flex;gap:.65rem;flex-wrap:wrap;margin-top:1.15rem}
.home-overview__actions a{display:inline-flex;align-items:center;justify-content:center;border-radius:999px;padding:.62rem .9rem;text-decoration:none;font-weight:750;font-size:.9rem;border:1px solid rgba(255,255,255,.35);color:#fff;background:rgba(255,255,255,.07)}
.home-overview__actions a:first-child{background:#c91f2b;border-color:#c91f2b}
.home-overview__signature{margin-top:1.15rem;font-size:.92rem;color:#d9e1ec}
.home-overview__signature a{color:#fff;font-weight:750}
.home-overview__doors{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:.7rem}
.home-overview__door{display:flex;flex-direction:column;background:#fff;color:#10213a;border-radius:10px;overflow:hidden;text-decoration:none;min-width:0;box-shadow:0 10px 28px rgba(0,0,0,.22);transition:transform .18s ease,box-shadow .18s ease}
.home-overview__door:hover,.home-overview__door:focus-visible{transform:translateY(-4px);box-shadow:0 16px 34px rgba(0,0,0,.3)}
.home-overview__door img{display:block;width:100%;height:120px;object-fit:cover}
.home-overview__door-copy{padding:.82rem .8rem .92rem}
.home-overview__door-kicker{display:block;font-size:.67rem;letter-spacing:.12em;text-transform:uppercase;font-weight:850;color:#bd1e2d;margin-bottom:.3rem}
.home-overview__door strong{display:block;font-size:.96rem;line-height:1.25}
.home-field{background:#fff;padding:1.45rem 1.25rem 1.7rem;border-bottom:1px solid #e2e7ed}
.home-field__inner{width:min(1040px,100%);margin:0 auto;display:grid;grid-template-columns:minmax(260px,.82fr) minmax(0,1.18fr);gap:1.45rem;align-items:center;background:#f6f3ed;border:1px solid #e1d8ca;border-radius:12px;overflow:hidden;box-shadow:0 7px 22px rgba(15,35,58,.08)}
.home-field img{display:block;width:100%;height:250px;object-fit:cover}
.home-field__copy{padding:1rem 1.4rem 1rem 0}
.home-field h2{margin:.15rem 0 .55rem;color:#102d4f;font-size:clamp(1.35rem,2.7vw,2rem)}
.home-field p{line-height:1.62;color:#34465b}
.home-field a{font-weight:800;color:#a91e29}
.article-card__cover img{object-fit:contain;background:#0a2447}
@media(max-width:900px){.home-overview__inner{grid-template-columns:1fr}.home-overview__doors{grid-template-columns:repeat(3,minmax(0,1fr))}.home-field__inner{grid-template-columns:1fr}.home-field__copy{padding:1rem 1.15rem 1.25rem}.home-field img{height:auto;max-height:420px}}
@media(max-width:620px){.home-overview{padding-top:2.2rem}.home-overview__doors{grid-template-columns:1fr}.home-overview__door{display:grid;grid-template-columns:120px 1fr}.home-overview__door img{height:100%;min-height:110px}.home-field{padding-left:.75rem;padding-right:.75rem}}
@media(prefers-reduced-motion:reduce){.home-overview__door{transition:none}.home-overview__door:hover,.home-overview__door:focus-visible{transform:none}}
