.markets-section{background:var(--white);padding:100px 48px}.markets-section .markets-inner{align-items:start;display:grid;gap:80px;grid-template-columns:1fr 1.6fr}.markets-section .markets-grid{display:grid;gap:2px;grid-template-columns:1fr 1fr}.markets-section .market-item{align-items:flex-start;background:#111;display:flex;gap:16px;padding:28px;transition:background .2s}.markets-section .market-item:hover{background:var(--red)}.markets-section .market-num{color:hsla(0,0%,100%,.25);font-family:var(--font-display);font-size:11px;font-weight:700;letter-spacing:.1em;min-width:28px;padding-top:3px}.markets-section .market-item strong{color:#fff;display:block;font-family:var(--font-semi);font-size:15px;font-weight:600;margin-bottom:3px}.markets-section .market-item p{color:hsla(0,0%,100%,.35);font-size:12px;line-height:1.5;transition:color .2s}.markets-section .market-item:hover p{color:hsla(0,0%,100%,.65)}.markets-section .section-eyebrow{align-items:center;color:var(--red);display:flex;font-family:var(--font-semi);font-size:11px;font-weight:600;gap:10px;letter-spacing:.2em;margin-bottom:16px;text-transform:uppercase}.markets-section .section-eyebrow:before{background:var(--red);content:"";display:block;height:2px;width:24px}.markets-section .section-headline *{color:var(--charcoal);font-family:var(--font-display);font-size:clamp(38px,4vw,58px);font-weight:800;letter-spacing:-.01em;line-height:.95;margin-bottom:20px;text-transform:uppercase}.markets-section .section-body *{color:var(--mid);font-size:16px;font-weight:300;line-height:1.7}@media (max-width:900px){.markets-section{padding:72px 24px}.markets-section .markets-inner{gap:40px;grid-template-columns:1fr}.markets-section .markets-grid{grid-template-columns:1fr}}