@import url('https://fonts.googleapis.com/css2?family=Ubuntu:wght@300;400;500;700&display=swap');

:root{
  --purple:#3d2782;
  --deep-purple:#5e2381;
  --pink:#cb2782;
  --light:#ffffff;
  --text:#493f5b;
  --muted:#d8bae2;
  --max:1751px;
}

*{box-sizing:border-box}
html,body{margin:0;padding:0}
body{
  font-family:'Ubuntu',system-ui,-apple-system,BlinkMacSystemFont,'Segoe UI',sans-serif;
  color:var(--text);
  background:#fff;
  line-height:1.8;
}
img{max-width:100%;display:block}
a{color:inherit;text-decoration:none}
button{font:inherit}

.container{
  width:min(calc(100% - 48px), var(--max));
  margin:0 auto;
}

.site-shell{min-height:100vh;background:#fff}

/* Header */
.site-header{
  position:absolute;
  inset:22px 0 auto 0;
  z-index:20;
}
.header-inner{
  display:flex;
  align-items:flex-start;
  gap:24px;
}
.brand{
  flex:1 1 auto;
  max-width:27%;
  min-width:220px;
}
.brand img{width:100%;height:auto}
.contact-link{
  margin-top:32px;
  margin-left:auto;
  width:23px;
  height:20px;
  flex:0 0 auto;
}
.contact-link img{width:23px;height:20px}
.site-nav{margin-left:auto;margin-top:12px}
.menu,.submenu,.footer-columns ul,.social-links{list-style:none;margin:0;padding:0}
.menu{
  display:flex;
  align-items:flex-start;
  gap:34px;
}
.menu > li{position:relative}
.menu > li > a{
  display:block;
  padding:16px 0 14px;
  color:#fff;
  font-size:13px;
  font-weight:700;
  text-transform:uppercase;
  letter-spacing:1px;
}
.has-submenu:hover .submenu,
.has-submenu:focus-within .submenu{display:block}
.submenu{
  display:none;
  position:absolute;
  top:100%;
  left:-16px;
  min-width:220px;
  padding:10px 0;
  background:rgba(94,35,129,.82);
  border-radius:8px;
}
.submenu a{
  display:block;
  color:#fff;
  font-size:13px;
  padding:10px 16px;
}
.submenu a:hover{background:rgba(255,255,255,.08)}
.nav-toggle{
  display:none;
  background:none;
  border:0;
  margin-top:8px;
  margin-left:auto;
  padding:8px;
  cursor:pointer;
}
.nav-toggle span{
  display:block;
  width:28px;
  height:2px;
  background:#fff;
  margin:6px 0;
}

/* Hero */
.hero-slider{
  position:relative;
  overflow:hidden;
}
.slides{position:relative}
.slide{
  display:none;
  min-height:820px;
  background-size:cover;
  background-position:top right;
  color:#fff;
  position:relative;
}
.slide.is-active{display:block}
.slide::before{
  content:"";
  position:absolute;
  inset:0;
  background:linear-gradient(90deg, rgba(26,10,54,.62) 0%, rgba(26,10,54,.28) 40%, rgba(26,10,54,.05) 70%);
}
.slide-content{
  position:relative;
  z-index:1;
  padding-top:324px;
  padding-bottom:110px;
  max-width:740px;
}
.eyebrow{
  margin:0 0 8px;
  font-size:54px;
  line-height:1;
  font-weight:300;
  text-transform:uppercase;
}
.slide h1,.slide h2{
  margin:0 0 18px;
  font-size:56px;
  line-height:1.06;
  font-weight:700;
}
.cta-row{margin:0 0 28px}
.btn{
  display:inline-block;
  padding:13px 22px;
  border-radius:999px;
  color:#fff;
  font-weight:700;
  font-size:15px;
  line-height:1;
  box-shadow:0 12px 24px rgba(0,0,0,.18);
}
.btn-purple{background:linear-gradient(90deg, #5e2381, #cb2782)}
.btn-pink{background:linear-gradient(90deg, #cb2782, #f04ca4)}
.btn-blue{background:linear-gradient(90deg, #2860cb, #2ba3f0)}
.btn-violet{background:linear-gradient(90deg, #6e31a6, #8c46ff)}
.slide-copy{
  max-width:700px;
  font-size:16px;
}
.slide-copy p{margin:0 0 14px}
.slider-dots{
  position:absolute;
  left:50%;
  bottom:26px;
  transform:translateX(-50%);
  display:flex;
  gap:10px;
  z-index:2;
}
.dot{
  width:12px;height:12px;border-radius:50%;
  border:1px solid rgba(255,255,255,.8);
  background:transparent;cursor:pointer;padding:0;
}
.dot.is-active{background:#fff}

/* Footer */
.site-footer{
  position:relative;
  background:var(--purple);
  color:#fff;
  padding:48px 0 14px;
  overflow:hidden;
}
.footer-bg{
  position:absolute;
  inset:0;
  background:url('/images/Mask-Group.png') center right / cover no-repeat;
  opacity:1;
  pointer-events:none;
}
.footer-top,.footer-bottom,.footer-mobile-links{
  position:relative;
  z-index:1;
}
.footer-top{
  display:grid;
  grid-template-columns:minmax(180px, 1fr) 2fr;
  gap:36px;
  align-items:start;
}
.footer-brand img{width:200px;height:auto}
.footer-columns{
  display:grid;
  grid-template-columns:repeat(3,minmax(120px,1fr));
  gap:24px;
}
.footer-columns h3{
  margin:0 0 10px;
  font-size:15px;
  color:#fff;
}
.footer-columns li{margin:0 0 8px}
.footer-columns a{
  color:rgba(255,255,255,.86);
  font-size:13px;
}
.footer-mobile-links{display:none}
.footer-bottom{
  position:relative;
  margin-top:34px;
  padding-top:18px;
  border-top:1px solid rgba(255,255,255,.19);
  display:flex;
  justify-content:space-between;
  align-items:center;
  gap:20px;
}
.copyright{
  margin:0;
  font-size:12px;
  font-weight:300;
  color:var(--muted);
}
.social-links{
  display:flex;
  gap:10px;
}
.social-links a{
  display:grid;
  place-items:center;
  width:34px;
  height:34px;
  border-radius:999px;
  background:var(--pink);
  color:#fff;
  font-weight:700;
}

/* Responsive */
@media (max-width: 980px){
  .site-header{
    position:relative;
    inset:auto;
    background:var(--deep-purple);
  }
  .header-inner{
    align-items:center;
    padding:10px 0 14px;
  }
  .brand{max-width:240px;min-width:0}
  .contact-link{display:none}
  .nav-toggle{display:block}
  .site-nav{
    position:absolute;
    left:24px; right:24px; top:100%;
    margin:0;
    display:none;
    background:var(--deep-purple);
    border-radius:12px;
    padding:10px 0;
    box-shadow:0 24px 50px rgba(0,0,0,.2);
  }
  .site-nav.is-open{display:block}
  .menu{display:block}
  .menu > li > a{padding:14px 18px}
  .submenu{
    display:block;
    position:static;
    background:transparent;
    padding:0 0 10px 20px;
  }
  .submenu a{padding:8px 18px}
  .slide{min-height:700px}
  .slide-content{padding-top:120px}
  .footer-top{
    grid-template-columns:1fr;
  }
  .footer-columns{
    grid-template-columns:repeat(3,minmax(0,1fr));
  }
}
@media (max-width: 767px){
  .container{width:min(calc(100% - 32px), var(--max))}
  .slide{
    min-height:680px;
    background-position:70% top;
  }
  .slide::before{
    background:linear-gradient(180deg, rgba(26,10,54,.56) 0%, rgba(26,10,54,.42) 42%, rgba(26,10,54,.42) 100%);
  }
  .eyebrow{font-size:38px}
  .slide h1,.slide h2{font-size:46px}
  .slide-copy{font-size:15px}
  .footer-columns{display:none}
  .footer-mobile-links{
    display:block;
    position:relative;
    z-index:1;
    margin-top:28px;
  }
  .footer-mobile-links p{
    margin:0 0 10px;
    line-height:1;
  }
  .footer-mobile-links a{font-size:14px;color:#fff}
  .footer-bottom{
    flex-direction:column;
    align-items:flex-start;
  }
}


/* About page */
.about-page{
  background:#fff;
}
.about-hero{
  position:relative;
  overflow:hidden;
  color:#fff;
  min-height:360px;
}
.about-hero-bg{
  position:absolute;
  inset:0;
  background:
    linear-gradient(180deg, rgba(61,39,130,.18) 0%, rgba(61,39,130,.08) 100%),
    url('/images/Desktop-1-1.png') center 72% / cover no-repeat;
}
.about-hero-content{
  position:relative;
  z-index:1;
  text-align:center;
  padding-top:168px;
  padding-bottom:126px;
}
.about-hero h1{
  margin:0 0 10px;
  color:#fff;
  font-size:87px;
  line-height:1;
  font-weight:700;
}
.about-subtitle{
  margin:0;
  color:#fff;
  font-size:28px;
  line-height:1.2;
  font-weight:500;
}
.about-hero-wave{
  position:absolute;
  left:0;
  right:0;
  bottom:-1px;
  height:85px;
  z-index:2;
  background-repeat:no-repeat;
  background-size:100% 85px;
  background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1280 140' preserveAspectRatio='none'%3E%3Cg fill='%23ffffff'%3E%3Cpath d='M0 140c0 0 286.76-140 640.5-140C982.19 0 1261.38 130.62 1280 139.52V140z' fill-opacity='.3'/%3E%3Cpath d='M0 140h1280S952.41 0 555.45 20.26C176.54 39.6 14 131.12 0 139.4z' fill-opacity='.5'/%3E%3Cpath d='M1 140h1280s-154.64-79.92-554.71-101.2C326.25 17.52 1 140 1 140z'/%3E%3C/g%3E%3C/svg%3E");
  pointer-events:none;
}
.about-intro{
  padding:34px 0 20px;
}
.about-copy{
  max-width:1120px;
}
.about-copy h2{
  margin:0 0 18px;
  font-size:44px;
  line-height:1.1;
  color:var(--text);
}
.about-copy p{
  margin:0 0 22px;
  font-size:16px;
}
.about-founder-link a{
  text-decoration:underline;
}
.about-pillars{
  padding:4px 0 72px;
}
.about-pillars-grid{
  display:grid;
  grid-template-columns:repeat(3, minmax(0, 1fr));
  gap:34px;
  align-items:start;
}
.about-pillar-card{
  text-align:center;
}
.about-pillar-card img{
  width:100%;
  max-width:360px;
  margin:0 auto 16px;
}
.about-pillar-card h3{
  margin:0;
  color:#61578f;
  font-size:17px;
  line-height:1.3;
  letter-spacing:2px;
  text-transform:uppercase;
}

@media (max-width: 980px){
  .about-hero{
    min-height:300px;
  }
  .about-hero-content{
    padding-top:92px;
    padding-bottom:104px;
  }
  .about-hero h1{
    font-size:64px;
  }
  .about-subtitle{
    font-size:24px;
  }
  .about-pillars-grid{
    gap:24px;
  }
}

@media (max-width: 767px){
  .about-hero{
    min-height:250px;
  }
  .about-hero-bg{
    background-position:center 72%;
  }
  .about-hero-content{
    padding-top:72px;
    padding-bottom:92px;
  }
  .about-hero h1{
    font-size:52px;
  }
  .about-subtitle{
    font-size:23px;
  }
  .about-copy h2{
    font-size:34px;
  }
  .about-pillars-grid{
    grid-template-columns:1fr;
    gap:28px;
  }
  .about-pillar-card img{
    max-width:320px;
  }
}

@media (max-width: 980px){
  .about-hero{
    min-height:300px;
  }
  .about-hero-content{
    padding-top:92px;
    padding-bottom:104px;
  }
  .about-hero h1{
    font-size:64px;
  }
  .about-subtitle{
    font-size:24px;
  }
  .about-pillars-grid{
    gap:24px;
  }
}

@media (max-width: 767px){
  .about-hero{
    min-height:250px;
  }
  .about-hero-bg{
    background-position:center 72%;
  }
  .about-hero-content{
    padding-top:72px;
    padding-bottom:92px;
  }
  .about-hero h1{
    font-size:52px;
  }
  .about-subtitle{
    font-size:23px;
  }
  .about-copy h2{
    font-size:34px;
  }
  .about-pillars-grid{
    grid-template-columns:1fr;
    gap:28px;
  }
  .about-pillar-card img{
    max-width:320px;
  }
}


/* Consulting page */
.consulting-page{
  background:#fff;
}
.consulting-hero{
  position:relative;
  overflow:hidden;
  color:#fff;
  min-height:360px;
}
.consulting-hero-bg{
  position:absolute;
  inset:0;
  background:
    linear-gradient(180deg, rgba(61,39,130,.18) 0%, rgba(61,39,130,.08) 100%),
    url('/images/Desktop-1-2.png') center top / cover no-repeat;
}
.consulting-hero-content{
  position:relative;
  z-index:1;
  text-align:center;
  padding-top:154px;
  padding-bottom:126px;
}
.consulting-eyebrow{
  margin:0 0 6px;
  font-size:34px;
  line-height:1.2;
  font-weight:300;
  color:#fff;
}
.consulting-hero h1{
  margin:0;
  color:#fff;
  font-size:87px;
  line-height:1;
  font-weight:700;
}
.consulting-hero-wave{
  position:absolute;
  left:0;
  right:0;
  bottom:-1px;
  height:85px;
  z-index:2;
  background-repeat:no-repeat;
  background-size:100% 85px;
  background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1280 140' preserveAspectRatio='none'%3E%3Cg fill='%23ffffff'%3E%3Cpath d='M0 140c0 0 286.76-140 640.5-140C982.19 0 1261.38 130.62 1280 139.52V140z' fill-opacity='.3'/%3E%3Cpath d='M0 140h1280S952.41 0 555.45 20.26C176.54 39.6 14 131.12 0 139.4z' fill-opacity='.5'/%3E%3Cpath d='M1 140h1280s-154.64-79.92-554.71-101.2C326.25 17.52 1 140 1 140z'/%3E%3C/g%3E%3C/svg%3E");
  pointer-events:none;
}
.consulting-intro{
  padding:28px 0 72px;
}
.consulting-grid{
  display:grid;
  grid-template-columns:minmax(280px, 520px) minmax(320px, 1fr);
  gap:46px;
  align-items:center;
}
.consulting-illustration img{
  width:100%;
  max-width:520px;
  margin:0 auto;
}
.consulting-copy{
  font-weight:300;
}
.consulting-copy h2{
  margin:0 0 18px;
  font-size:44px;
  line-height:1.1;
  color:var(--text);
}
.consulting-copy p{
  margin:0 0 18px;
  font-size:16px;
}

@media (max-width: 980px){
  .consulting-hero{
    min-height:300px;
  }
  .consulting-hero-content{
    padding-top:108px;
    padding-bottom:104px;
  }
  .consulting-eyebrow{
    font-size:28px;
  }
  .consulting-hero h1{
    font-size:64px;
  }
  .consulting-grid{
    grid-template-columns:1fr;
    gap:28px;
  }
}

@media (max-width: 767px){
  .consulting-hero{
    min-height:250px;
  }
  .consulting-hero-content{
    padding-top:84px;
    padding-bottom:92px;
  }
  .consulting-eyebrow{
    font-size:24px;
  }
  .consulting-hero h1{
    font-size:48px;
  }
  .consulting-copy h2{
    font-size:34px;
  }
}


/* Marketing page */
.marketing-page{background:#fff}
.marketing-hero,.venture-hero{position:relative;overflow:hidden;color:#fff;min-height:360px}
.marketing-hero-bg{position:absolute;inset:0;background:linear-gradient(180deg, rgba(61,39,130,.18) 0%, rgba(61,39,130,.08) 100%), url('/images/Desktop-1-2.png') center top / cover no-repeat}
.marketing-hero-content,.venture-hero-content{position:relative;z-index:1;text-align:center;padding-top:154px;padding-bottom:126px}
.marketing-eyebrow{margin:0 0 6px;font-size:34px;line-height:1.2;font-weight:300;color:#fff}
.marketing-hero h1,.venture-hero h1{margin:0;color:#fff;font-size:87px;line-height:1;font-weight:700}
.marketing-hero-wave,.venture-hero-wave{position:absolute;left:0;right:0;bottom:-1px;height:85px;z-index:2;background-repeat:no-repeat;background-size:100% 85px;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1280 140' preserveAspectRatio='none'%3E%3Cg fill='%23ffffff'%3E%3Cpath d='M0 140c0 0 286.76-140 640.5-140C982.19 0 1261.38 130.62 1280 139.52V140z' fill-opacity='.3'/%3E%3Cpath d='M0 140h1280S952.41 0 555.45 20.26C176.54 39.6 14 131.12 0 139.4z' fill-opacity='.5'/%3E%3Cpath d='M1 140h1280s-154.64-79.92-554.71-101.2C326.25 17.52 1 140 1 140z'/%3E%3C/g%3E%3C/svg%3E");pointer-events:none}
.marketing-intro{padding:28px 0 32px}
.marketing-grid,.consulting-grid{display:grid;grid-template-columns:minmax(280px,520px) minmax(320px,1fr);gap:46px;align-items:center}
.marketing-illustration img{width:100%;max-width:520px;margin:0 auto}
.marketing-copy h2{margin:0 0 18px;font-size:44px;line-height:1.1;color:var(--text)}
.marketing-copy p{margin:0 0 18px;font-size:16px}
.marketing-services{padding:0 0 72px}
.marketing-services-intro,.marketing-services-outro{margin:0 0 20px;font-size:16px}
.marketing-services-list{margin:0 0 24px;padding-left:22px;columns:2;column-gap:44px}
.marketing-services-list li{break-inside:avoid;margin:0 0 10px}

/* Founder page */
.founder-page{background:#fff}
.founder-hero{background:linear-gradient(131deg, rgba(0,0,0,0) 0%, #ededed 100%);padding:89px 0 18px}
.founder-kicker{margin:0;color:#61578f;font-weight:600;text-transform:uppercase;font-size:51px;line-height:1.1}
.founder-divider{width:100%;border-top:2px solid #61578f;margin-top:24px}
.founder-bio{padding:0 0 72px}
.founder-grid{display:grid;grid-template-columns:260px minmax(320px,1fr);gap:42px;align-items:start}
.founder-image img{width:236px;margin:0 auto}
.founder-lead{color:#173058;font-family:Georgia,'Times New Roman',serif;font-style:italic;font-size:19px;line-height:2.1;margin:28px 0 22px}
.founder-copy h1,.founder-copy h2{font-family:Georgia,'Times New Roman',serif}
.founder-copy h1{margin:0 0 8px;color:#5E2381;font-size:42px;line-height:1}
.founder-copy h2{margin:0;color:#61578F;font-size:26px;font-style:italic;font-weight:400}

/* Venture page */
.venture-page{background:#fff}
.venture-hero-bg{position:absolute;inset:0;background:linear-gradient(180deg, rgba(61,39,130,.18) 0%, rgba(61,39,130,.08) 100%), url('/images/Desktop-1-3.png') center top / cover no-repeat}
.venture-intro{padding:28px 0 34px}
.venture-intro-grid{display:grid;grid-template-columns:minmax(0,2fr) minmax(260px,1fr);gap:34px;align-items:start}
.venture-copy h2{margin:0 0 18px;font-size:44px;line-height:1.1;color:var(--text)}
.venture-copy p{margin:0 0 18px;font-size:16px}
.venture-stat{background:#fff;border:1px solid rgba(94,35,129,0.14);box-shadow:0 10px 30px rgba(61,39,130,.08);border-radius:6px;padding:40px 28px;text-align:center;color:#61578f;font-size:28px;line-height:1.5}
.venture-stat strong{font-size:40px}
.venture-logos{padding:8px 0 36px}
.venture-logo-grid{display:grid;grid-template-columns:repeat(5,minmax(0,1fr));gap:24px;align-items:center}
.venture-logo-grid img{width:100%;max-height:120px;object-fit:contain;background:#fff;border:1px solid rgba(94,35,129,0.08);border-radius:6px;padding:14px}
.venture-featured{padding:0 0 72px}
.venture-featured-grid{display:grid;grid-template-columns:1fr 1fr;gap:32px}
.venture-card{background:#fff;border:1px solid rgba(94,35,129,0.08);box-shadow:0 10px 30px rgba(61,39,130,.06);border-radius:8px;padding:28px}
.venture-card img{width:100%;border-radius:6px;margin-bottom:18px}
.venture-card h3{margin:0 0 8px;color:#61578f;font-size:28px}
.venture-card-meta{margin:0 0 14px;color:#61578f;text-transform:uppercase;letter-spacing:1px;font-size:13px}

@media (max-width: 980px){
  .marketing-hero,.venture-hero{min-height:300px}
  .marketing-hero-content,.venture-hero-content{padding-top:108px;padding-bottom:104px}
  .marketing-eyebrow{font-size:28px}
  .marketing-hero h1,.venture-hero h1{font-size:64px}
  .marketing-grid,.founder-grid,.venture-intro-grid,.venture-featured-grid{grid-template-columns:1fr}
  .venture-logo-grid{grid-template-columns:repeat(3,minmax(0,1fr))}
}
@media (max-width: 767px){
  .marketing-hero,.venture-hero{min-height:250px}
  .marketing-hero-content,.venture-hero-content{padding-top:84px;padding-bottom:92px}
  .marketing-eyebrow{font-size:24px}
  .marketing-hero h1,.venture-hero h1{font-size:48px}
  .marketing-copy h2,.venture-copy h2{font-size:34px}
  .marketing-services-list{columns:1}
  .founder-kicker{font-size:36px}
  .venture-logo-grid{grid-template-columns:repeat(2,minmax(0,1fr))}
}



/* Venture Capital page */
.venture-page{
  background:#fff;
}
.venture-hero{
  position:relative;
  overflow:hidden;
  color:#fff;
  min-height:360px;
}
.venture-hero-bg{
  position:absolute;
  inset:0;
  background:
    linear-gradient(180deg, rgba(61,39,130,.18) 0%, rgba(61,39,130,.08) 100%),
    url('/images/Desktop-1-3.png') center top / cover no-repeat;
}
.venture-hero-content{
  position:relative;
  z-index:1;
  text-align:center;
  padding-top:154px;
  padding-bottom:126px;
}
.venture-hero h1{
  margin:0;
  color:#fff;
  font-size:87px;
  line-height:1;
  font-weight:700;
}
.venture-hero-wave{
  position:absolute;
  left:0;
  right:0;
  bottom:-1px;
  height:85px;
  z-index:2;
  background-repeat:no-repeat;
  background-size:100% 85px;
  background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1280 140' preserveAspectRatio='none'%3E%3Cg fill='%23ffffff'%3E%3Cpath d='M0 140c0 0 286.76-140 640.5-140C982.19 0 1261.38 130.62 1280 139.52V140z' fill-opacity='.3'/%3E%3Cpath d='M0 140h1280S952.41 0 555.45 20.26C176.54 39.6 14 131.12 0 139.4z' fill-opacity='.5'/%3E%3Cpath d='M1 140h1280s-154.64-79.92-554.71-101.2C326.25 17.52 1 140 1 140z'/%3E%3C/g%3E%3C/svg%3E");
  pointer-events:none;
}
.venture-intro{
  padding:28px 0 34px;
}
.venture-intro-grid{
  display:grid;
  grid-template-columns:minmax(0,2fr) minmax(280px,1fr);
  gap:34px;
  align-items:start;
}
.venture-copy h2{
  margin:0 0 18px;
  font-size:44px;
  line-height:1.1;
  color:var(--text);
}
.venture-copy p{
  margin:0 0 18px;
  font-size:16px;
}
.venture-stat{
  background:#fff;
  border:1px solid rgba(94,35,129,0.14);
  box-shadow:0 10px 30px rgba(61,39,130,.08);
  border-radius:6px;
  padding:40px 28px;
  text-align:center;
  color:#61578f;
  font-size:28px;
  line-height:1.5;
}
.venture-stat strong{
  font-size:40px;
}
.venture-logos{
  padding:8px 0 36px;
}
.venture-logo-grid{
  display:grid;
  grid-template-columns:repeat(6,minmax(0,1fr));
  gap:18px;
  align-items:center;
}
.venture-logo-grid img{
  width:100%;
  height:116px;
  object-fit:contain;
  background:#fff;
  border:1px solid rgba(94,35,129,0.08);
  border-radius:6px;
  padding:14px;
}
.venture-featured{
  padding:0 0 72px;
}
.venture-featured-grid{
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:28px;
}
.venture-card{
  background:#fff;
  border:1px solid rgba(94,35,129,0.08);
  box-shadow:0 10px 30px rgba(61,39,130,.06);
  border-radius:8px;
  padding:28px;
}
.venture-card h3{
  margin:0 0 8px;
  color:#61578f;
  font-size:30px;
  line-height:1.15;
}
.venture-card-meta{
  margin:0 0 14px;
  color:#61578f;
  text-transform:uppercase;
  letter-spacing:1px;
  font-size:13px;
}
.venture-card p{
  margin:0 0 14px;
  font-size:16px;
}
.venture-card-photo{
  display:grid;
  grid-template-columns:1fr 240px;
  gap:22px;
  align-items:start;
}
.venture-card-photo img{
  width:100%;
  border-radius:6px;
  box-shadow:0 12px 24px rgba(0,0,0,.12);
}
.venture-caption{
  color:#7f769e;
  font-size:14px !important;
}
.venture-video{
  position:relative;
  width:100%;
  padding-top:56.25%;
  margin-top:10px;
}
.venture-video iframe{
  position:absolute;
  inset:0;
  width:100%;
  height:100%;
  border:0;
  border-radius:8px;
}

@media (max-width: 1100px){
  .venture-logo-grid{
    grid-template-columns:repeat(4,minmax(0,1fr));
  }
}
@media (max-width: 980px){
  .venture-hero{
    min-height:300px;
  }
  .venture-hero-content{
    padding-top:108px;
    padding-bottom:104px;
  }
  .venture-hero h1{
    font-size:64px;
  }
  .venture-intro-grid,
  .venture-featured-grid,
  .venture-card-photo{
    grid-template-columns:1fr;
  }
  .venture-logo-grid{
    grid-template-columns:repeat(3,minmax(0,1fr));
  }
}
@media (max-width: 767px){
  .venture-hero{
    min-height:250px;
  }
  .venture-hero-content{
    padding-top:84px;
    padding-bottom:92px;
  }
  .venture-hero h1{
    font-size:48px;
  }
  .venture-copy h2{
    font-size:34px;
  }
  .venture-logo-grid{
    grid-template-columns:repeat(2,minmax(0,1fr));
  }
  .venture-logo-grid img{
    height:100px;
  }
}
