/* =========================================================
   SIGNATURE ESTATES — ABOUT US PAGE
   Load this file AFTER style.css
========================================================= */

/* HERO — same red/maroon overlay treatment can be reused on all inner tabs */
/* =========================================================
   ABOUT US — EDITORIAL SPLIT BANNER
========================================================= */

.about-banner{
    position:relative;

    min-height:610px;

    display:grid;
    grid-template-columns:46% 54%;

    overflow:hidden;

    background:#f8f3ec;
}


/* =========================================================
   LEFT SIDE
========================================================= */

.about-banner__content{
    position:relative;

    display:flex;
    align-items:center;

    padding-left:max(
        30px,
        calc((100vw - 1580px) / 2 + 68px)
    );

    padding-right:clamp(40px,5vw,90px);

    background:
        radial-gradient(
            circle at 5% 10%,
            rgba(200,165,106,.14),
            transparent 28%
        ),
        linear-gradient(
            135deg,
            #fbf7f2 0%,
            #f8f1e9 100%
        );
}


/* Small decorative line on very left */

.about-banner__content::before{
    content:"";

    position:absolute;

    left:0;
    top:0;
    bottom:0;

    width:6px;

    background:
        linear-gradient(
            180deg,
            #482224,
            #873e39,
            #c8a56a
        );
}


.about-banner__inner{
    position:relative;

    z-index:2;

    max-width:650px;
}


/* Small label */

.about-banner__kicker{
    display:inline-flex;

    align-items:center;

    gap:12px;

    margin-bottom:25px;

    color:#873e39;

    font-size:.76rem;
    font-weight:900;

    letter-spacing:.16em;

    text-transform:uppercase;
}


.about-banner__kicker::before{
    content:"";

    width:38px;
    height:2px;

    background:#c8a56a;
}


/* Heading */

.about-banner h1{
    margin:0;

    color:#32191a;

    font-size:clamp(3.3rem,5.2vw,5.5rem);

    font-weight:900;

    line-height:1.02;

    letter-spacing:-.055em;
}


.about-banner h1 em{
    display:block;

    margin-top:10px;

    color:#873e39;

    font-weight:300;

    font-style:italic;
}


/* Gold divider */

.about-banner__line{
    width:82px;
    height:2px;

    margin:30px 0 23px;

    background:
        linear-gradient(
            90deg,
            #873e39,
            #c8a56a
        );
}


/* Phone text */

.about-banner p{
    color:#655d59;

    font-size:1rem;

    line-height:1.8;
}


/* Buttons */

.about-banner__actions{
    display:flex;

    flex-wrap:wrap;

    align-items:center;

    gap:26px;

    margin-top:31px;
}


.about-banner__text-link{
    display:inline-flex;

    align-items:center;

    gap:10px;

    color:#482224;

    font-size:.75rem;

    font-weight:900;

    letter-spacing:.10em;

    text-transform:uppercase;
}


.about-banner__text-link i{
    color:#c8a56a;

    transition:transform .25s ease;
}


.about-banner__text-link:hover{
    color:#873e39;
}


.about-banner__text-link:hover i{
    transform:translateX(5px);
}


/* =========================================================
   RIGHT IMAGE
========================================================= */

.about-banner__visual{
    position:relative;

    min-height:610px;

    overflow:hidden;
}


.about-banner__visual img{
    width:100%;
    height:100%;

    display:block;

    object-fit:cover;
}


/* Subtle wine overlay */

.about-banner__image-overlay{
    position:absolute;

    inset:0;

    background:
        linear-gradient(
            90deg,
            rgba(72,34,36,.22) 0%,
            rgba(72,34,36,.04) 45%,
            transparent 100%
        ),
        linear-gradient(
            0deg,
            rgba(50,25,26,.20),
            transparent 45%
        );
}


/* Decorative diagonal edge */

.about-banner__visual::before{
    content:"";

    position:absolute;

    z-index:2;

    left:-1px;
    top:0;

    width:85px;
    height:100%;

    background:#f8f3ec;

    clip-path:polygon(
        0 0,
        100% 0,
        20% 100%,
        0 100%
    );
}


/* Small premium image badge */

.about-banner__badge{
    position:absolute;

    right:40px;
    bottom:36px;

    z-index:3;

    min-width:175px;

    padding:18px 22px;

    border:1px solid rgba(255,255,255,.22);

    background:rgba(50,25,26,.82);

    color:#fff;

    box-shadow:0 18px 48px rgba(0,0,0,.20);

    backdrop-filter:blur(12px);
}


.about-banner__badge span{
    display:block;

    color:#e1c99d;

    font-size:.64rem;

    font-weight:900;

    letter-spacing:.14em;

    text-transform:uppercase;
}


.about-banner__badge strong{
    display:block;

    margin:2px 0 3px;

    color:#fff;

    font-size:1.25rem;
}


.about-banner__badge small{
    color:rgba(255,255,255,.72);

    font-size:.67rem;
}


/* =========================================================
   TABLET
========================================================= */

@media(max-width:991.98px){

    .about-banner{
        grid-template-columns:1fr;
    }


    .about-banner__content{
        padding:
            70px
            clamp(28px,6vw,70px);
    }


    .about-banner__inner{
        max-width:760px;
    }


    .about-banner__visual{
        min-height:480px;
    }


    .about-banner__visual::before{
        display:none;
    }

}


/* =========================================================
   MOBILE
========================================================= */

@media(max-width:767.98px){

    .about-banner__content{
        padding:
            58px
            22px
            62px;
    }


    .about-banner h1{
        font-size:clamp(
            2.65rem,
            12vw,
            4rem
        );
    }


    .about-banner__actions{
        align-items:flex-start;

        flex-direction:column;

        gap:22px;
    }


    .about-banner__actions .premium-btn{
        width:100%;
    }


    .about-banner__visual{
        min-height:390px;
    }


    .about-banner__badge{
        right:20px;
        bottom:20px;
    }

}

/* THOUGHTFULLY DESIGNED */
.about-living{
  position:relative;
  overflow:hidden;
  padding:115px 0;
  background:
    radial-gradient(circle at 7% 15%,rgba(161,77,69,.11),transparent 24%),
    radial-gradient(circle at 94% 84%,rgba(200,165,106,.12),transparent 25%),
    linear-gradient(135deg,#fff 0%,#fdfbf8 50%,#f8f3ec 100%);
}
.about-living__orb{
  position:absolute;
  border-radius:50%;
  pointer-events:none;
}
.about-living__orb--one{
  left:-140px;
  top:90px;
  width:300px;
  height:300px;
  border:1px solid rgba(161,77,69,.13);
}
.about-living__orb--two{
  right:-90px;
  bottom:110px;
  width:220px;
  height:220px;
  background:rgba(200,165,106,.07);
}
.about-living__layout{
  display:grid;
  grid-template-columns:minmax(0,1.08fr) minmax(420px,.92fr);
  gap:clamp(55px,6vw,92px);
  align-items:center;
}
.about-living__content{
  position:relative;
  z-index:2;
}
.about-living__content h2{
  max-width:790px;
  margin-bottom:22px;
  font-size:clamp(2.6rem,4.6vw,4.3rem);
  letter-spacing:-.05em;
}
.about-living__intro{
  max-width:760px;
  color:var(--muted);
  font-size:1.12rem;
  line-height:1.88;
}
.about-living__feature-title{
  margin:32px 0 18px;
  color:var(--wine-950);
  font-size:.82rem;
  font-weight:900;
  letter-spacing:.10em;
  text-transform:uppercase;
}
.about-living__features{
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:14px 18px;
}
.about-living__features li{
  display:grid;
  grid-template-columns:38px 1fr;
  gap:12px;
  align-items:flex-start;
  padding:17px;
  border:1px solid rgba(72,34,36,.09);
  border-radius:17px;
  background:rgba(255,255,255,.86);
  box-shadow:0 12px 32px rgba(52,29,29,.055);
  color:#5f5956;
  font-size:.88rem;
  line-height:1.72;
}
.about-living__check{
  width:34px;
  height:34px;
  display:flex;
  align-items:center;
  justify-content:center;
  border-radius:50%;
  background:linear-gradient(135deg,var(--wine-900),var(--brick-600));
  color:#fff;
  font-size:.68rem;
  box-shadow:0 8px 18px rgba(72,34,36,.18);
}
.about-living__visual{
  position:relative;
  min-height:680px;
}
.about-living__image{
  position:absolute;
  overflow:hidden;
  border-radius:30px;
  box-shadow:0 30px 80px rgba(42,26,26,.18);
}
.about-living__image img{
  width:100%;
  height:100%;
  display:block;
  object-fit:cover;
}
.about-living__image--large{
  top:0;
  right:0;
  width:84%;
  height:560px;
}
.about-living__image--small{
  left:0;
  bottom:0;
  width:57%;
  height:260px;
  border:10px solid #fdfbf8;
}
.about-living__badge{
  position:absolute;
  right:4%;
  bottom:44px;
  z-index:3;
  width:156px;
  height:156px;
  display:flex;
  flex-direction:column;
  align-items:center;
  justify-content:center;
  padding:20px;
  border:1px solid rgba(255,255,255,.24);
  border-radius:50%;
  background:linear-gradient(145deg,var(--wine-900),var(--wine-950));
  color:#fff;
  text-align:center;
  box-shadow:0 22px 55px rgba(50,25,26,.28);
}
.about-living__badge span{
  color:var(--gold-300);
  font-size:2.35rem;
  font-weight:900;
  line-height:1;
}
.about-living__badge small{
  margin-top:7px;
  color:#fff;
  font-size:.65rem;
  font-weight:700;
  line-height:1.45;
  letter-spacing:.08em;
  text-transform:uppercase;
}
.about-living__statement{
  position:relative;
  max-width:1150px;
  margin:82px auto 0;
  padding:34px 48px 34px 88px;
  border:1px solid rgba(72,34,36,.10);
  border-radius:24px;
  background:#fff;
  box-shadow:var(--shadow-sm);
}
.about-living__statement-mark{
  position:absolute;
  top:14px;
  left:30px;
  color:var(--brick-500);
  font-size:3.4rem;
  font-weight:900;
  line-height:1;
  opacity:.50;
}
.about-living__statement p{
  color:var(--wine-950);
  font-size:clamp(1.1rem,2vw,1.5rem);
  font-style:italic;
  line-height:1.75;
}

/* DEVELOPERS / BUILDERS */
.about-team{
  position:relative;
  overflow:hidden;
  padding:120px 0;
  background:
    radial-gradient(circle at 6% 15%,rgba(183,93,83,.19),transparent 25%),
    radial-gradient(circle at 94% 85%,rgba(200,165,106,.14),transparent 26%),
    linear-gradient(135deg,#15181b 0%,#211b1c 46%,#32191a 100%);
}
.about-team__texture{
  position:absolute;
  inset:0;
  background:
    linear-gradient(rgba(255,255,255,.025) 1px,transparent 1px),
    linear-gradient(90deg,rgba(255,255,255,.025) 1px,transparent 1px);
  background-size:48px 48px;
  opacity:.60;
  pointer-events:none;
}
.about-team .estate-shell{
  position:relative;
  z-index:2;
}
.about-team__heading{
  max-width:900px;
  margin-bottom:55px;
}
.about-team__heading h2{
  color:#fff;
  font-size:clamp(2.6rem,4.5vw,4.2rem);
  letter-spacing:-.05em;
}
.about-team__story{
  display:grid;
  grid-template-columns:minmax(0,.92fr) minmax(0,1.08fr);
  overflow:hidden;
  margin-bottom:34px;
  border:1px solid rgba(255,255,255,.10);
  border-radius:34px;
  background:rgba(255,255,255,.055);
  box-shadow:0 30px 78px rgba(0,0,0,.16);
  backdrop-filter:blur(12px);
}
.about-team__story--reverse .about-team__image{order:2;}
.about-team__story--reverse .about-team__content{order:1;}
.about-team__image{
  min-height:500px;
}
.about-team__image img{
  width:100%;
  height:100%;
  display:block;
  object-fit:cover;
}
.about-team__content{
  position:relative;
  display:flex;
  flex-direction:column;
  justify-content:center;
  padding:clamp(38px,5vw,76px);
}
.about-team__number{
  position:absolute;
  top:25px;
  right:32px;
  color:rgba(255,255,255,.07);
  font-size:6.4rem;
  font-weight:900;
  line-height:1;
}
.about-team__label{
  display:block;
  margin-bottom:11px;
  color:var(--gold-300);
  font-size:.7rem;
  font-weight:900;
  letter-spacing:.15em;
  text-transform:uppercase;
}
.about-team__content h3{
  margin-bottom:22px;
  color:#fff;
  font-size:clamp(2rem,3.2vw,3.1rem);
  letter-spacing:-.04em;
}
.about-team__content p{
  position:relative;
  z-index:2;
  margin-bottom:17px;
  color:rgba(255,255,255,.80);
  font-size:1rem;
  line-height:1.90;
}
.about-team__content p:last-child{margin-bottom:0;}
.about-team__content strong{
  color:#fff;
  font-weight:900;
}

/* IMAGE STRIP */
.about-gallery-strip{
  display:grid;
  grid-template-columns:repeat(4,1fr);
  background:var(--wine-950);
}
.about-gallery-strip__item{
  position:relative;
  height:320px;
  overflow:hidden;
}
.about-gallery-strip__item::after{
  position:absolute;
  inset:0;
  background:linear-gradient(0deg,rgba(50,25,26,.26),transparent 50%);
  content:"";
}
.about-gallery-strip__item img{
  width:100%;
  height:100%;
  display:block;
  object-fit:cover;
  transition:transform 700ms ease;
}
.about-gallery-strip__item:hover img{
  transform:scale(1.06);
}

/* FAQ */
.about-faq{
  position:relative;
  padding:115px 0;
  background:
    radial-gradient(circle at 90% 12%,rgba(200,165,106,.12),transparent 24%),
    linear-gradient(135deg,#fff 0%,#fbf7f2 52%,#f6efe7 100%);
}
.about-faq__layout{
  display:grid;
  grid-template-columns:minmax(280px,.76fr) minmax(0,1.24fr);
  gap:clamp(45px,6vw,90px);
  align-items:start;
}
.about-faq__intro{
  position:sticky;
  top:115px;
}
.about-faq__intro h2{
  margin-bottom:18px;
  font-size:clamp(2.5rem,4.2vw,3.8rem);
  letter-spacing:-.045em;
}
.about-faq__intro p{
  margin-bottom:28px;
  color:var(--muted);
  font-size:.98rem;
  line-height:1.82;
}
.about-faq__list{
  display:grid;
  gap:14px;
}
.about-faq__item{
  overflow:hidden;
  border:1px solid rgba(72,34,36,.10);
  border-radius:20px;
  background:#fff;
  box-shadow:0 14px 36px rgba(52,29,29,.06);
}
.about-faq__item[open]{
  border-color:rgba(161,77,69,.18);
  box-shadow:0 20px 48px rgba(52,29,29,.10);
}
.about-faq__item summary{
  position:relative;
  min-height:76px;
  display:flex;
  align-items:center;
  padding:19px 64px 19px 24px;
  color:var(--wine-950);
  font-size:.98rem;
  font-weight:900;
  line-height:1.55;
  cursor:pointer;
  list-style:none;
}
.about-faq__item summary::-webkit-details-marker{display:none;}
.about-faq__item summary::after{
  position:absolute;
  right:22px;
  top:50%;
  width:34px;
  height:34px;
  display:flex;
  align-items:center;
  justify-content:center;
  transform:translateY(-50%);
  border-radius:50%;
  background:var(--cream-100);
  color:var(--brick-600);
  content:"+";
  font-size:1.2rem;
  font-weight:700;
}
.about-faq__item[open] summary::after{
  background:var(--wine-900);
  color:#fff;
  content:"−";
}
.about-faq__answer{
  padding:0 24px 22px;
}
.about-faq__answer p{
  color:var(--muted);
  font-size:.95rem;
  line-height:1.82;
}

/* CTA */
.about-final-cta{
    position:relative;

    padding:110px 0;

    overflow:hidden;

    background:
        radial-gradient(
            circle at 8% 18%,
            rgba(200,165,106,.15),
            transparent 28%
        ),
        radial-gradient(
            circle at 90% 82%,
            rgba(161,77,69,.09),
            transparent 28%
        ),
        linear-gradient(
            135deg,
            #ffffff 0%,
            #fbf7f2 50%,
            #f3e9dd 100%
        );
}


/* Decorative circle */

.about-final-cta::before{
    content:"";

    position:absolute;

    width:360px;
    height:360px;

    left:-180px;
    bottom:-210px;

    border:1px solid rgba(135,62,57,.12);

    border-radius:50%;
}


/* Decorative dotted detail */

.about-final-cta::after{
    content:"";

    position:absolute;

    right:6%;
    top:55px;

    width:160px;
    height:160px;

    background-image:
        radial-gradient(
            rgba(200,165,106,.45) 1px,
            transparent 1px
        );

    background-size:13px 13px;

    opacity:.35;
}


/* =========================================================
   CARD
========================================================= */

.about-final-cta__card{
    position:relative;

    z-index:2;


    margin:0 auto;

    padding:
        clamp(55px,6vw,88px)
        clamp(35px,7vw,100px);

    overflow:hidden;

    border:1px solid rgba(72,34,36,.10);

    border-radius:34px;

    background:
        rgba(255,255,255,.92);

    box-shadow:
        0 30px 85px rgba(52,29,29,.12);

    text-align:center;
}


/* Premium top accent */

.about-final-cta__card::before{
    content:"";

    position:absolute;

    top:0;
    left:50%;

    width:110px;
    height:4px;

    transform:translateX(-50%);

    border-radius:0 0 999px 999px;

    background:
        linear-gradient(
            90deg,
            var(--brick-600),
            var(--gold-500)
        );
}


/* Soft decorative circle inside card */

.about-final-cta__card::after{
    content:"";

    position:absolute;

    right:-100px;
    bottom:-130px;

    width:280px;
    height:280px;

    border:1px solid rgba(200,165,106,.12);

    border-radius:50%;

    pointer-events:none;
}


/* =========================================================
   LABEL
========================================================= */

.about-final-cta__eyebrow{
    display:inline-flex;

    align-items:center;

    gap:12px;

    margin-bottom:20px;

    color:var(--brick-600);

    font-size:.72rem;
    font-weight:900;

    letter-spacing:.16em;

    text-transform:uppercase;
}


.about-final-cta__eyebrow::before,
.about-final-cta__eyebrow::after{
    content:"";

    width:36px;
    height:1px;

    background:var(--gold-500);
}


/* =========================================================
   HEADING
========================================================= */

.about-final-cta h2{
    max-width:820px;

    margin:0 auto 22px;

    color:var(--wine-950);

    font-size:
        clamp(2.8rem,5vw,4.8rem);

    line-height:1.08;

    letter-spacing:-.05em;
}


.about-final-cta h2 em{
    display:block;

    margin-top:8px;

    color:var(--brick-600);

    font-weight:300;

    font-style:italic;
}


/* =========================================================
   PHONE TEXT
========================================================= */

.about-final-cta p{
    color:var(--muted);

    font-size:1rem;

    line-height:1.8;
}


/* =========================================================
   ACTIONS
========================================================= */

.about-final-cta__actions{
    display:flex;

    flex-wrap:wrap;

    align-items:center;
    justify-content:center;

    gap:28px;

    margin-top:32px;
}


.about-final-cta__link{
    display:inline-flex;

    align-items:center;

    gap:10px;

    color:var(--wine-900);

    font-size:.74rem;

    font-weight:900;

    letter-spacing:.10em;

    text-transform:uppercase;
}


.about-final-cta__link i{
    color:var(--gold-500);

    transition:transform .25s ease;
}


.about-final-cta__link:hover{
    color:var(--brick-600);
}


.about-final-cta__link:hover i{
    transform:translateX(5px);
}


/* 3-COLUMN FOOTER OVERRIDES */
.estate-footer__layout--three{
  display:grid;
  grid-template-columns:minmax(330px,1.25fr) minmax(300px,1fr) minmax(280px,.85fr);
  gap:clamp(38px,4vw,70px);
  align-items:stretch;
}
.estate-footer__contact-info{
  display:flex;
  flex-direction:column;
  padding:10px 0;
}
.estate-footer__eyebrow{
  display:block;
  margin-bottom:10px;
  color:var(--gold-300);
  font-size:.69rem;
  font-weight:900;
  letter-spacing:.14em;
  text-transform:uppercase;
}
.estate-footer__contact-info h3{
  max-width:340px;
  margin-bottom:28px;
  color:#fff;
  font-size:1.42rem;
  line-height:1.45;
}
.estate-footer__contact-row{
  display:grid;
  grid-template-columns:44px 1fr;
  gap:14px;
  align-items:center;
  margin-bottom:18px;
  color:#fff;
}
.estate-footer__contact-icon{
  width:42px;
  height:42px;
  display:flex;
  align-items:center;
  justify-content:center;
  border:1px solid rgba(255,255,255,.13);
  border-radius:50%;
  background:rgba(255,255,255,.06);
  color:var(--gold-300);
}
.estate-footer__contact-row small{
  display:block;
  margin-bottom:2px;
  color:var(--gold-300);
  font-size:.63rem;
  font-weight:900;
  letter-spacing:.11em;
  text-transform:uppercase;
}
.estate-footer__contact-row strong{
  display:block;
  color:#fff;
  font-size:.87rem;
  font-weight:700;
  line-height:1.65;
}
a.estate-footer__contact-row:hover{
  transform:translateX(4px);
}
a.estate-footer__contact-row:hover strong{
  color:var(--gold-300);
}
.estate-footer__contact-cta{
  width:max-content;
  margin-top:12px;
}
.estate-footer__partners{
  display:flex;
  align-items:center;
  justify-content:center;
  padding:28px;
  border:1px solid rgba(255,255,255,.11);
  border-radius:28px;
  background:rgba(255,255,255,.055);
  box-shadow:0 28px 70px rgba(0,0,0,.14);
  backdrop-filter:blur(12px);
}
.estate-footer__partners-inner{
  width:100%;
  display:flex;
  flex-direction:column;
  align-items:center;
  justify-content:center;
  gap:24px;
}
.estate-footer__partner-logo{
  width:auto;
  display:block;
  object-fit:contain;
}
.estate-footer__partner-logo--mi{
  width:min(100%,220px);
  max-height:115px;
}
.estate-footer__partner-logo--cb{
  width:min(100%,190px);
  max-height:125px;
}
.estate-footer__partner-divider{
  width:70%;
  height:1px;
  background:linear-gradient(90deg,transparent,rgba(255,255,255,.25),transparent);
}

/* RESPONSIVE */
@media(max-width:1199.98px){
  .about-living__layout{grid-template-columns:1fr;}
  .about-living__visual{
    width:min(760px,100%);
    min-height:620px;
    margin:0 auto;
  }
  .estate-footer__layout--three{
    grid-template-columns:1.15fr 1fr .82fr;
    gap:28px;
  }
}

@media(max-width:991.98px){
  .about-hero{min-height:500px;}
  .about-living,
  .about-team,
  .about-faq{
    padding-top:85px;
    padding-bottom:85px;
  }
  .about-living__features{grid-template-columns:1fr;}
  .about-team__story{grid-template-columns:1fr;}
  .about-team__story--reverse .about-team__image,
  .about-team__story--reverse .about-team__content{order:initial;}
  .about-team__image{min-height:420px;}
  .about-faq__layout{grid-template-columns:1fr;}
  .about-faq__intro{
    position:relative;
    top:auto;
    max-width:760px;
  }
  .estate-footer__layout--three{
    grid-template-columns:1fr 1fr;
    gap:40px 32px;
  }
  .estate-footer__gallery{grid-column:1 / -1;}
}

@media(max-width:767.98px){
   .about-final-cta{
        padding:68px 0;
    }


    .about-final-cta__card{
        padding:50px 24px;

        border-radius:26px;
    }


    .about-final-cta h2{
        font-size:2.5rem;
    }


    .about-final-cta__actions{
        flex-direction:column;

        gap:22px;
    }


    .about-final-cta__actions
    .premium-btn{
        width:100%;
    }
  .about-hero__content{
    padding-top:65px;
    padding-bottom:65px;
  }
  .about-hero__copy{
    padding:30px 26px;
    border-radius:25px;
  }
  .about-hero h1{
    font-size:clamp(2.55rem,11vw,4rem);
  }
  .about-hero__actions,
  .about-cta__actions{
    flex-direction:column;
  }
  .about-hero__actions .premium-btn,
  .about-cta__actions .premium-btn{
    width:100%;
  }
  .about-living,
  .about-team,
  .about-faq{
    padding-top:68px;
    padding-bottom:68px;
  }
  .about-living__content h2,
  .about-team__heading h2,
  .about-faq__intro h2{
    font-size:2.35rem;
  }
  .about-living__visual{min-height:510px;}
  .about-living__image--large{
    width:90%;
    height:420px;
  }
  .about-living__image--small{
    width:58%;
    height:190px;
  }
  .about-living__badge{
    right:0;
    bottom:30px;
    width:130px;
    height:130px;
  }
  .about-living__statement{
    margin-top:55px;
    padding:30px 24px 30px 65px;
  }
  .about-living__statement-mark{left:20px;}
  .about-team__image{min-height:330px;}
  .about-team__content{padding:32px 24px 36px;}
  .about-team__number{
    top:18px;
    right:20px;
    font-size:4.8rem;
  }
  .about-gallery-strip{grid-template-columns:1fr 1fr;}
  .about-gallery-strip__item{height:230px;}
  .about-cta{min-height:470px;}
  .about-cta h2{font-size:2.55rem;}
  .estate-footer__layout--three{
    grid-template-columns:1fr;
    gap:42px;
  }
  .estate-footer__gallery{grid-column:auto;}
  .estate-footer__contact-info{padding:0;}
  .estate-footer__contact-cta{width:100%;}
  .estate-footer__partners{
    width:100%;
    padding:30px 24px;
  }
  .estate-footer__partner-logo--mi{width:min(100%,210px);}
  .estate-footer__partner-logo--cb{width:min(100%,185px);}
}

@media(max-width:575.98px){
  .about-living__visual{min-height:440px;}
  .about-living__image--large{
    width:94%;
    height:360px;
  }
  .about-living__image--small{
    width:60%;
    height:160px;
    border-width:7px;
  }
  .about-living__badge{
    width:112px;
    height:112px;
    padding:14px;
  }
  .about-living__badge span{font-size:1.9rem;}
  .about-living__badge small{font-size:.55rem;}
  .about-gallery-strip__item{height:185px;}
  .about-faq__item summary{
    min-height:68px;
    padding:17px 58px 17px 18px;
    font-size:.90rem;
  }
  .about-faq__item summary::after{right:16px;}
  .about-faq__answer{padding:0 18px 18px;}
}
.about-living__statement{
    position:relative;
}



.about-living__statement-mark--end{
    top:auto !important;
    left:auto !important;

    right:28px;
    bottom:8px;

    font-size:3.4em;
    line-height:1;
    opacity:.5;
}