.bbb-shell{
  width:min(1280px, calc(100% - 48px));
  margin:0 auto;
}

.bbb-eyebrow{
  display:inline-flex;
  align-items:center;
  gap:10px;
  font-size:11px;
  line-height:1;
  font-weight:700;
  letter-spacing:.18em;
  text-transform:uppercase;
  color:#1b2d47;
  margin-bottom:20px;
}

.bbb-eyebrow::before{
  content:"";
  width:32px;
  height:1px;
  background:rgba(27,45,71,.35);
}

.bbb-eyebrow--light{
  color:rgba(255,255,255,.82);
}

.bbb-eyebrow--light::before{
  background:rgba(255,255,255,.34);
}

.bbb-btn-main{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  min-height:54px;
  padding:0 24px;
  border-radius:14px;
  text-decoration:none;
  font-size:14px;
  font-weight:700;
  color:#fff;
  background:linear-gradient(135deg,#1b2d47,#31547b);
  box-shadow:0 18px 34px rgba(27,45,71,.16);
  transition:transform .22s ease, box-shadow .22s ease;
}

.bbb-link-clean,
.bbb-link-light{
  display:inline-flex;
  align-items:center;
  gap:10px;
  text-decoration:none;
  font-size:14px;
  font-weight:700;
  transition:all .22s ease;
}

.bbb-link-clean{
  color:#1b2d47;
}

.bbb-link-light{
  color:#fff;
}

.bbb-link-clean::after,
.bbb-link-light::after{
  content:"→";
  font-size:16px;
  line-height:1;
}

.bbb-btn-main:hover,
.bbb-link-clean:hover,
.bbb-link-light:hover{
  transform:translateY(-2px);
}

/* HERO */
.bbb-projects-hero{
  position:relative;
  overflow:hidden;
  padding:34px 0 28px;
  background:
    radial-gradient(circle at 12% 18%, rgba(79,136,183,.12) 0, rgba(79,136,183,0) 22%),
    radial-gradient(circle at 82% 16%, rgba(240,180,87,.10) 0, rgba(240,180,87,0) 20%),
    linear-gradient(180deg, #edf4f8 0%, #f9fbfd 100%);
}

.bbb-projects-hero::before{
  content:"";
  position:absolute;
  inset:0;
  background:
    linear-gradient(rgba(22,38,60,.04) 1px, transparent 1px),
    linear-gradient(90deg, rgba(22,38,60,.04) 1px, transparent 1px);
  background-size:72px 72px;
  opacity:.14;
  pointer-events:none;
}

.bbb-projects-hero__topline{
  width:100%;
  height:1px;
  margin-bottom:28px;
  background:linear-gradient(90deg, rgba(79,136,183,.28), rgba(27,45,71,.08), rgba(240,180,87,.18), rgba(217,76,76,.16));
}

.bbb-projects-hero__head{
  position:relative;
  z-index:2;
}

.bbb-projects-hero__title-row{
  display:grid;
  grid-template-columns:minmax(0, 1fr) minmax(320px, 360px);
  gap:36px;
  align-items:end;
}

.bbb-projects-hero__title-row h1{
  margin:0;
  font-size:clamp(48px, 7vw, 98px);
  line-height:.92;
  letter-spacing:-.08em;
  font-weight:620;
  color:#18293f;
  max-width:900px;
}

.bbb-projects-hero__intro{
  padding-bottom:10px;
}

.bbb-projects-hero__intro p{
  margin:0;
  font-size:17px;
  line-height:1.88;
  color:#5d6e81;
}

.bbb-projects-hero__actions{
  display:flex;
  align-items:center;
  gap:16px;
  flex-wrap:wrap;
  margin-top:24px;
}

.bbb-projects-hero__band{
  position:relative;
  z-index:2;
  display:grid;
  grid-template-columns:repeat(4, minmax(0,1fr));
  gap:0;
  margin-top:38px;
  border-top:1px solid rgba(24,41,63,.10);
  border-bottom:1px solid rgba(24,41,63,.10);
}

.bbb-projects-hero__band-item{
  padding:22px 18px 20px;
  border-right:1px solid rgba(24,41,63,.08);
}

.bbb-projects-hero__band-item:last-child{
  border-right:none;
}

.bbb-projects-hero__band-item strong{
  display:block;
  margin:0 0 6px;
  font-size:18px;
  line-height:1.1;
  letter-spacing:-.03em;
  font-weight:620;
  color:#1b2d47;
}

.bbb-projects-hero__band-item span{
  display:block;
  font-size:13px;
  line-height:1.7;
  color:#617286;
}

/* INTRO */
.bbb-projects-intro{
  padding:34px 0 42px;
  background:#fff;
}

.bbb-projects-intro__grid{
  display:grid;
  grid-template-columns:minmax(0, 1.06fr) minmax(320px, .94fr);
  gap:34px;
  align-items:end;
}

.bbb-projects-intro__copy h2{
  margin:0;
  font-size:clamp(34px, 4vw, 60px);
  line-height:1.02;
  letter-spacing:-.06em;
  font-weight:640;
  color:#18293f;
  max-width:860px;
}

.bbb-projects-intro__side p{
  margin:0;
  font-size:17px;
  line-height:1.9;
  color:#5d6e81;
}

/* GRID */
.bbb-projects-grid-section{
  position:relative;
  padding:20px 0 54px;
  background:
    radial-gradient(circle at 10% 20%, rgba(79,136,183,.08) 0, rgba(79,136,183,0) 24%),
    linear-gradient(180deg, #f7fbfd 0%, #ffffff 100%);
}

.bbb-projects-grid{
  display:grid;
  grid-template-columns:repeat(3, minmax(0,1fr));
  gap:26px;
}

.bbb-project-card{
  background:#fff;
  box-shadow:0 20px 44px rgba(18,38,63,.07);
}

.bbb-project-card__media{
  position:relative;
  height:320px;
  overflow:hidden;
}

.bbb-project-card__media img{
  width:100%;
  height:100%;
  object-fit:cover;
}

.bbb-project-card__media::before{
  content:"";
  position:absolute;
  inset:0;
  background:linear-gradient(180deg, rgba(14,26,43,.06), rgba(14,26,43,.24));
}

.bbb-project-card__body{
  padding:24px 22px 22px;
  border-top:1px solid rgba(24,41,63,.06);
}

.bbb-project-card__eyebrow{
  margin-bottom:10px;
  font-size:10px;
  line-height:1;
  font-weight:700;
  letter-spacing:.18em;
  text-transform:uppercase;
  color:#687b91;
}

.bbb-project-card__body h3{
  margin:0 0 12px;
  font-size:30px;
  line-height:1.05;
  letter-spacing:-.04em;
  font-weight:640;
  color:#1b2d47;
}

.bbb-project-card__body p{
  margin:0;
  font-size:15px;
  line-height:1.85;
  color:#5e6f82;
}

.card-blue{border-bottom:4px solid #4f88b7}
.card-gold{border-bottom:4px solid #f0b457}
.card-red{border-bottom:4px solid #d94c4c}

/* DARK */
.bbb-projects-structure{
  position:relative;
  overflow:hidden;
  padding:58px 0;
  color:#fff;
  background:
    radial-gradient(circle at 14% 18%, rgba(79,136,183,.18) 0, rgba(79,136,183,0) 24%),
    radial-gradient(circle at 86% 14%, rgba(240,180,87,.12) 0, rgba(240,180,87,0) 22%),
    linear-gradient(135deg, #0f1b2d 0%, #18283d 42%, #213755 100%);
}

.bbb-projects-structure::before{
  content:"";
  position:absolute;
  inset:0;
  background:
    linear-gradient(rgba(255,255,255,.05) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255,255,255,.05) 1px, transparent 1px);
  background-size:72px 72px;
  opacity:.12;
  pointer-events:none;
}

.bbb-projects-structure__grid{
  display:grid;
  grid-template-columns:minmax(0,1fr) minmax(320px,.86fr);
  gap:46px;
  align-items:start;
  position:relative;
  z-index:1;
}

.bbb-projects-structure__main h2{
  margin:0 0 18px;
  font-size:clamp(34px, 4vw, 58px);
  line-height:1.03;
  letter-spacing:-.06em;
  font-weight:640;
  color:#fff;
  max-width:860px;
}

.bbb-projects-structure__main p{
  margin:0;
  max-width:780px;
  font-size:17px;
  line-height:1.9;
  color:rgba(255,255,255,.80);
}

.bbb-projects-structure__items{
  display:grid;
  grid-template-columns:repeat(2,minmax(0,1fr));
  gap:22px 28px;
  margin-top:32px;
}

.bbb-projects-structure__items div{
  position:relative;
  padding-left:18px;
}

.bbb-projects-structure__items div::before{
  content:"";
  position:absolute;
  left:0;
  top:6px;
  bottom:6px;
  width:2px;
  background:linear-gradient(180deg,#4f88b7,#d94c4c,#f0b457);
}

.bbb-projects-structure__items strong{
  display:block;
  margin:0 0 8px;
  font-size:20px;
  line-height:1.12;
  font-weight:620;
  color:#fff;
}

.bbb-projects-structure__items span{
  display:block;
  font-size:14px;
  line-height:1.78;
  color:rgba(255,255,255,.72);
}

.bbb-projects-structure__aside{
  position:relative;
  display:grid;
  grid-template-columns:1px minmax(0,1fr);
  gap:24px;
}

.bbb-projects-structure__aside-line{
  background:linear-gradient(180deg, rgba(255,255,255,.18), rgba(255,255,255,0));
}

.bbb-projects-structure__aside-copy h3{
  margin:0 0 16px;
  font-size:28px;
  line-height:1.08;
  letter-spacing:-.04em;
  font-weight:620;
  color:#fff;
}

.bbb-projects-structure__aside-copy p{
  margin:0;
  font-size:15px;
  line-height:1.85;
  color:rgba(255,255,255,.76);
}

/* CLOSE */
.bbb-projects-close{
  position:relative;
  padding:46px 0 64px;
  background:
    radial-gradient(circle at 12% 18%, rgba(79,136,183,.10) 0, rgba(79,136,183,0) 24%),
    linear-gradient(180deg, #eef5f9 0%, #ffffff 100%);
}

.bbb-projects-close__grid{
  display:grid;
  grid-template-columns:minmax(0,1.04fr) minmax(320px,.96fr);
  gap:34px;
  align-items:start;
}

.bbb-projects-close__left h2{
  margin:0;
  font-size:clamp(34px, 4vw, 58px);
  line-height:1.03;
  letter-spacing:-.06em;
  font-weight:640;
  color:#18293f;
  max-width:760px;
}

.bbb-projects-close__right{
  display:flex;
  flex-direction:column;
  gap:0;
  border-top:1px solid rgba(24,41,63,.10);
}

.bbb-projects-close__right a{
  text-decoration:none;
  min-height:74px;
  display:flex;
  align-items:center;
  justify-content:space-between;
  padding:0 0;
  border-bottom:1px solid rgba(24,41,63,.08);
  font-size:18px;
  line-height:1.2;
  letter-spacing:-.02em;
  font-weight:560;
  color:#1b2d47;
}

.bbb-projects-close__right a::after{
  content:"→";
  font-size:18px;
}

@media (max-width: 1180px){
  .bbb-projects-hero__title-row,
  .bbb-projects-intro__grid,
  .bbb-projects-structure__grid,
  .bbb-projects-close__grid{
    grid-template-columns:1fr;
  }
}

@media (max-width: 1024px){
  .bbb-projects-hero__band,
  .bbb-projects-grid,
  .bbb-projects-structure__items{
    grid-template-columns:1fr;
  }

  .bbb-projects-hero__band-item{
    border-right:none;
    border-bottom:1px solid rgba(24,41,63,.08);
  }

  .bbb-projects-hero__band-item:last-child{
    border-bottom:none;
  }
}

@media (max-width: 767px){
  .bbb-shell{
    width:min(1280px, calc(100% - 24px));
  }

  .bbb-projects-hero,
  .bbb-projects-intro,
  .bbb-projects-grid-section,
  .bbb-projects-structure,
  .bbb-projects-close{
    padding-top:30px;
    padding-bottom:34px;
  }

  .bbb-projects-hero__title-row h1{
    font-size:clamp(42px, 12vw, 68px);
    line-height:.95;
    letter-spacing:-.07em;
  }

  .bbb-projects-hero__intro p,
  .bbb-projects-intro__side p,
  .bbb-projects-structure__main p,
  .bbb-projects-structure__aside-copy p{
    font-size:16px;
    line-height:1.78;
  }

  .bbb-projects-hero__actions{
    flex-direction:column;
    align-items:flex-start;
  }

  .bbb-btn-main{
    width:100%;
  }

  .bbb-project-card__media{
    height:220px;
  }

  .bbb-project-card__body{
    padding:18px 16px 18px;
  }

  .bbb-project-card__body h3{
    font-size:25px;
  }

  .bbb-projects-structure__aside{
    grid-template-columns:1fr;
    gap:16px;
  }

  .bbb-projects-structure__aside-line{
    height:1px;
    background:linear-gradient(90deg, rgba(255,255,255,.18), rgba(255,255,255,0));
  }
}.bbb-projects-hero__title-row h1{
  margin:0;
  font-size:clamp(46px, 6.4vw, 88px);
  line-height:1.04;
  letter-spacing:-.03em;
  font-weight:400;
  color:#18293f;
  max-width:980px;
  text-wrap:balance;
}

@media (max-width: 767px){
  .bbb-projects-hero__title-row h1{
    font-size:clamp(38px, 10.5vw, 60px);
    line-height:1.05;
    letter-spacing:-.025em;
    font-weight:430;
  }
}