/*
Theme Name: VO Southeast Modern
Theme URI: https://vosoutheast.org
Author: Aldo Designs
Description: A modern native WordPress block theme for Victory Outreach Southeast Chicago.
Version: 1.0.0
Requires at least: 6.4
Tested up to: 6.6
Requires PHP: 7.4
Text Domain: vo-southeast
*/

:root { --vo-red:#ef3027; --vo-black:#0b0c0c; --vo-cream:#f1eee6; }
html { scroll-behavior:smooth; }
body { overflow-x:hidden; }
.wp-site-blocks { padding:0; }
.vo-header { position:absolute; z-index:10; width:100%; border-bottom:1px solid rgba(255,255,255,.25); }
.vo-header .wp-block-site-title a,.vo-header a { color:#fff; text-decoration:none; }
.vo-header .wp-block-navigation-item__content { font-size:12px; letter-spacing:.13em; text-transform:uppercase; font-weight:700; }
.vo-brand-mark { transform:skew(-8deg); }
.vo-hero { min-height:780px; }
.vo-hero .wp-block-cover__background { background:linear-gradient(90deg,rgba(5,8,9,.93),rgba(7,9,11,.56) 55%,rgba(7,9,11,.25))!important; opacity:1!important; }
.vo-eyebrow { letter-spacing:.3em; text-transform:uppercase; font-size:11px; font-weight:800; }
.vo-eyebrow:before { content:""; display:inline-block; width:34px; height:2px; margin:0 14px 3px 0; background:var(--vo-red); }
.vo-hero-title { font-size:clamp(62px,8vw,124px)!important; line-height:.93!important; letter-spacing:-.055em; }
.vo-service-card { border-top:4px solid var(--vo-red); backdrop-filter:blur(12px); }
.vo-service-row { border-top:1px solid rgba(255,255,255,.17); }
.vo-section-title { font-size:clamp(48px,6vw,82px)!important; line-height:.95!important; letter-spacing:-.045em; }
.vo-red { color:var(--vo-red); }
.vo-mission-card { border-top:1px solid rgba(255,255,255,.18); }
.vo-ministry-card { min-height:470px; overflow:hidden; }
.vo-ministry-card .wp-block-cover__background { background:linear-gradient(0deg,rgba(0,0,0,.88),rgba(0,0,0,.08) 72%)!important; opacity:1!important; }
.vo-ministry-card .wp-block-cover__inner-container { height:100%; display:flex; flex-direction:column; justify-content:flex-end; }
.vo-play { width:78px; height:78px; display:grid!important; place-items:center; border-radius:50%; background:var(--vo-red); color:white; font-size:22px; }
.vo-footer a { color:#bbb; }
.wp-block-button__link { transition:transform .2s,background .2s; }
.wp-block-button__link:hover { transform:translateY(-2px); }
@media(max-width:781px){
  .vo-header { padding-left:20px!important; padding-right:20px!important; }
  .vo-hero { min-height:900px; }
  .vo-hero-content { padding:130px 24px 45px!important; }
  .vo-service-card { margin-top:40px!important; }
  .vo-section { padding:75px 24px!important; }
  .vo-ministry-card { min-height:390px; }
}

