@charset "UTF-8";

/* =========================
   LARGE PROPERTIES
========================= */
.largeprops{
  position:relative;
  width:100%;
  padding:140px 32px;
  color:#f6f1ea;
  background:
    radial-gradient(circle at 14% 8%, rgba(54,188,208,.14), transparent 30%),
    radial-gradient(circle at 88% 18%, rgba(123,90,255,.14), transparent 34%),
    radial-gradient(circle at 80% 92%, rgba(219,167,92,.12), transparent 32%),
    linear-gradient(180deg,#080b0f 0%,#11131a 48%,#080a0d 100%);
  overflow:hidden;
}
.largeprops__bgOrb{
  position:absolute;
  border-radius:50%;
  filter:blur(4px);
  pointer-events:none;
}
.largeprops__bgOrb--one{
  width:420px;
  height:420px;
  top:-160px;
  right:-120px;
  background:radial-gradient(circle,rgba(54,188,208,.18),transparent 68%);
}
.largeprops__bgOrb--two{
  width:360px;
  height:360px;
  bottom:-150px;
  left:-120px;
  background:radial-gradient(circle,rgba(219,167,92,.16),transparent 70%);
}
.largeprops__container{
  position:relative;
  z-index:2;
  width:100%;
  max-width:1440px;
  margin:0 auto;
}
.largeprops__header{
  max-width:920px;
  margin-bottom:56px;
}
.largeprops__eyebrow{
  margin:0 0 16px;
  font-size:13px;
  line-height:1;
  letter-spacing:2.4px;
  text-transform:uppercase;
  color:#65d9ef;
}
.largeprops__h2{
  margin:0;
  max-width:850px;
  font-size:56px;
  line-height:1.03;
  font-weight:600;
  letter-spacing:-1.6px;
  color:#ffffff;
}
.largeprops__accentLine{
  width:130px;
  height:3px;
  margin:28px 0;
  border-radius:999px;
  background:linear-gradient(90deg,#65d9ef,#8f78ff,#d6a763);
  box-shadow:0 0 26px rgba(101,217,239,.35);
}
.largeprops__lead{
  margin:0;
  max-width:850px;
  font-size:20px;
  line-height:1.8;
  font-weight:300;
  color:rgba(246,241,234,.78);
}
.largeprops__main{
  display:grid;
  grid-template-columns:minmax(0,1.02fr) minmax(420px,.98fr);
  gap:64px;
  align-items:start;
}
.largeprops__content{
  display:grid;
  gap:26px;
}
.largeprops__introCard{
  position:relative;
  padding:30px;
  border-radius:28px;
  border:1px solid rgba(255,255,255,.10);
  background:linear-gradient(145deg,rgba(255,255,255,.08),rgba(255,255,255,.03));
  box-shadow:0 28px 70px rgba(0,0,0,.30),inset 0 1px 0 rgba(255,255,255,.08);
  overflow:hidden;
}
.largeprops__introCard::before{
  content:"";
  position:absolute;
  inset:0;
  background:radial-gradient(circle at top right,rgba(101,217,239,.12),transparent 45%);
  pointer-events:none;
}
.largeprops__number{
  display:inline-flex;
  margin-bottom:16px;
  font-size:13px;
  letter-spacing:2px;
  color:#d6a763;
}
.largeprops__introText{
  position:relative;
  margin:0;
  font-size:17px;
  line-height:1.82;
  color:rgba(246,241,234,.80);
}
.largeprops__grid{
  display:grid;
  grid-template-columns:repeat(2,minmax(0,1fr));
  gap:18px;
}
.largeprops__card{
  position:relative;
  min-height:245px;
  padding:26px 24px;
  border-radius:24px;
  border:1px solid rgba(255,255,255,.09);
  background:linear-gradient(180deg,rgba(255,255,255,.07),rgba(255,255,255,.025));
  box-shadow:0 22px 50px rgba(0,0,0,.22);
  transition:transform .35s ease,border-color .35s ease,box-shadow .35s ease,background .35s ease;
}
.largeprops__card:hover,
.largeprops__card.is-active{
  transform:translateY(-6px);
  border-color:rgba(101,217,239,.34);
  box-shadow:0 32px 70px rgba(0,0,0,.32),0 0 28px rgba(101,217,239,.10);
  background:linear-gradient(180deg,rgba(255,255,255,.10),rgba(255,255,255,.035));
}
.largeprops__cardIcon{
  display:inline-flex;
  margin-bottom:18px;
  font-size:15px;
  color:#65d9ef;
}
.largeprops__card h3{
  margin:0 0 12px;
  font-size:22px;
  line-height:1.25;
  font-weight:600;
  color:#ffffff;
}
.largeprops__card p{
  margin:0;
  font-size:15.5px;
  line-height:1.72;
  color:rgba(246,241,234,.72);
}
.largeprops__details{
  display:grid;
  gap:14px;
  padding:26px 28px;
  border-radius:26px;
  border:1px solid rgba(214,167,99,.18);
  background:linear-gradient(145deg,rgba(214,167,99,.08),rgba(255,255,255,.035));
  box-shadow:0 26px 60px rgba(0,0,0,.25);
}
.largeprops__details p{
  margin:0;
  font-size:15.5px;
  line-height:1.72;
  color:rgba(246,241,234,.76);
}
.largeprops__details strong{
  color:#ffffff;
}
.largeprops__visualColumn{
  display:grid;
  gap:18px;
}
.largeprops__featureFrame{
  position:relative;
  min-height:520px;
  border-radius:34px;
  overflow:hidden;
  border:1px solid rgba(255,255,255,.10);
  background:#111;
  box-shadow:0 36px 90px rgba(0,0,0,.40);
}
.largeprops__featureImage{
  display:block;
  width:100%;
  height:100%;
  min-height:520px;
  object-fit:cover;
  transform:scale(1.01);
  transition:transform .8s ease;
}
.largeprops__featureFrame:hover .largeprops__featureImage{
  transform:scale(1.06);
}
.largeprops__imageOverlay{
  position:absolute;
  left:22px;
  right:22px;
  bottom:22px;
  padding:20px;
  border-radius:22px;
  border:1px solid rgba(255,255,255,.14);
  background:rgba(5,8,12,.62);
  backdrop-filter:blur(16px);
}
.largeprops__imageOverlay span{
  display:block;
  margin-bottom:6px;
  font-size:13px;
  letter-spacing:1.8px;
  text-transform:uppercase;
  color:#65d9ef;
}
.largeprops__imageOverlay p{
  margin:0;
  font-size:15px;
  line-height:1.55;
  color:rgba(255,255,255,.78);
}
.largeprops__mediaGrid{
  display:grid;
  grid-template-columns:repeat(4,minmax(0,1fr));
  gap:12px;
}
.largeprops__mediaGrid img{
  display:block;
  width:100%;
  height:145px;
  object-fit:cover;
  border-radius:18px;
  border:1px solid rgba(255,255,255,.10);
  background:#111;
  box-shadow:0 18px 36px rgba(0,0,0,.24);
  transition:transform .35s ease,border-color .35s ease,opacity .35s ease;
}
.largeprops__mediaGrid img:hover{
  transform:translateY(-4px);
  border-color:rgba(101,217,239,.36);
}

/* =========================
   LARGE PROPERTIES MEDIA QUERIES
========================= */
@media screen and (max-width:1920px){
  .largeprops{padding:130px 32px;}
  .largeprops__container{max-width:1400px;}
}
@media screen and (max-width:1200px){
  .largeprops{padding:110px 24px;}
  .largeprops__main{
    grid-template-columns:1fr;
    gap:44px;
  }
  .largeprops__h2{font-size:46px;}
  .largeprops__lead{font-size:18px;}
  .largeprops__featureFrame,
  .largeprops__featureImage{min-height:440px;}
}
@media screen and (max-width:768px){
  .largeprops{padding:92px 20px;}
  .largeprops__header{margin-bottom:36px;}
  .largeprops__h2{
    font-size:38px;
    line-height:1.08;
    letter-spacing:-1px;
  }
  .largeprops__lead{
    font-size:16.5px;
    line-height:1.7;
  }
  .largeprops__grid{grid-template-columns:1fr;}
  .largeprops__card{
    min-height:auto;
    padding:22px 20px;
  }
  .largeprops__featureFrame,
  .largeprops__featureImage{min-height:330px;}
  .largeprops__mediaGrid{grid-template-columns:repeat(2,minmax(0,1fr));}
  .largeprops__mediaGrid img{height:145px;}
}
@media screen and (max-width:480px){
  .largeprops{padding:78px 16px;}
  .largeprops__eyebrow{
    font-size:11px;
    letter-spacing:1.8px;
  }
  .largeprops__h2{font-size:31px;}
  .largeprops__lead{font-size:15.5px;}
  .largeprops__introCard,
  .largeprops__details{
    padding:22px 18px;
    border-radius:22px;
  }
  .largeprops__introText,
  .largeprops__card p,
  .largeprops__details p{font-size:14px;}
  .largeprops__card h3{font-size:19px;}
  .largeprops__featureFrame,
  .largeprops__featureImage{
    min-height:280px;
    border-radius:24px;
  }
  .largeprops__imageOverlay{
    left:14px;
    right:14px;
    bottom:14px;
    padding:16px;
    border-radius:18px;
  }
  .largeprops__mediaGrid{gap:10px;}
  .largeprops__mediaGrid img{
    height:118px;
    border-radius:14px;
  }
}
@media screen and (max-width:300px){
  .largeprops{padding:64px 12px;}
  .largeprops__h2{font-size:25px;}
  .largeprops__lead{font-size:14px;}
  .largeprops__introCard,
  .largeprops__card,
  .largeprops__details{padding:16px 12px;}
  .largeprops__featureFrame,
  .largeprops__featureImage{min-height:230px;}
  .largeprops__mediaGrid{grid-template-columns:1fr;}
  .largeprops__mediaGrid img{height:140px;}
}