.channels{background:var(--off-white);padding:120px 0}.channels-inner{margin:0 auto;max-width:var(--content-width);padding:0 2rem}.channels-grid{display:grid;gap:20px;grid-template-columns:1fr 1fr}.channel-card{background:var(--white);border:1px solid rgba(0,0,0,.06);border-radius:10px;display:flex;flex-direction:column;padding:48px 44px;position:relative}.channel-card-icon{align-items:center;background:rgba(206,0,29,.06);border-radius:14px;display:flex;height:52px;justify-content:center;margin-bottom:28px;width:52px}.channel-card-icon svg{fill:none;height:24px;stroke:var(--red);stroke-linecap:round;stroke-linejoin:round;stroke-width:1.5;width:24px}.channel-card h3{color:var(--black);font-family:var(--font-sans);font-size:1.2rem;font-weight:800;line-height:1.3;margin-bottom:12px}.channel-card p{color:#555;flex-grow:1;font-size:.95rem;font-weight:400;line-height:1.75;margin-bottom:0}.channel-card-link{align-items:center;color:var(--red);display:inline-flex;font-family:var(--font-sans);font-size:.82rem;font-weight:700;gap:6px;letter-spacing:.02em;margin-top:24px;transition:gap .2s ease}.channel-card-link:hover{gap:10px}.channel-card-link svg{fill:none;height:14px;stroke:var(--red);stroke-linecap:round;stroke-linejoin:round;stroke-width:2;width:14px}.reach{background:var(--white);padding:120px 0}.reach-inner{margin:0 auto;max-width:var(--content-width);padding:0 2rem}.reach-header{margin-bottom:64px}.reach-header .section-heading{margin-bottom:16px}.reach-header p{color:#555;font-size:1.05rem;line-height:1.7;max-width:560px}.reach-grid{display:grid;gap:16px;grid-template-columns:repeat(4,1fr)}.reach-card{background:var(--card-bg);border-radius:8px}.reach-card,.reach-card-image{overflow:hidden;position:relative}.reach-card-image{aspect-ratio:16/10}.reach-card-image img{display:block;height:100%;object-fit:cover;opacity:.6;width:100%}.reach-card-image:after{background:linear-gradient(0deg,rgba(0,0,0,.7) 0,transparent 60%);content:"";inset:0;pointer-events:none;position:absolute}.reach-card-body{align-items:center;display:flex;gap:12px;justify-content:space-between;padding:20px 24px 24px}.reach-card-name{color:var(--card-text);font-family:var(--font-sans);font-size:.92rem;font-weight:700;line-height:1.3}.reach-card-arrow{align-items:center;border:1px solid var(--card-border);border-radius:50%;display:flex;flex-shrink:0;height:32px;justify-content:center;transition:background .2s ease,border-color .2s ease;width:32px}.reach-card:hover .reach-card-arrow{background:var(--red);border-color:var(--red)}.reach-card-arrow svg{fill:none;height:12px;stroke:hsla(0,0%,100%,.5);stroke-linecap:round;stroke-linejoin:round;stroke-width:2;transition:stroke .2s ease;width:12px}.reach-card:hover .reach-card-arrow svg{stroke:var(--white)}