.fugg-about-v3,
.fugg-about-v3 *{
    box-sizing:border-box;
}
.fugg-about-v3{
    width:100%;
    overflow:hidden;
    font-family:Inter, Arial, sans-serif;
    line-height:1.55;
}
.fugg-about-v3__inner{
    width:100%;
    margin:0 auto;
}
.fugg-about-v3 img{
    display:block;
    width:100%;
    height:100%;
    object-fit:cover;
    border:0;
}
.fugg-about-v3 h1,
.fugg-about-v3 h2,
.fugg-about-v3 h3,
.fugg-about-v3 h4,
.fugg-about-v3__title-like{
    margin:0;
    font-family:Georgia, 'Times New Roman', serif;
    font-weight:500;
    letter-spacing:.02em;
}
.fugg-about-v3 p{
    margin:0;
    max-width:540px;
    font-size:15px;
    line-height:1.8;
}
.fugg-about-v3__button{
    display:inline-flex;
    align-items:center;
    justify-content:center;
    width:max-content;
    min-height:42px;
    margin-top:25px;
    padding:12px 24px;
    border:1px solid;
    text-decoration:none!important;
    font-size:11px;
    line-height:1;
    font-weight:700;
    text-transform:uppercase;
    letter-spacing:.06em;
    transition:transform .2s ease, filter .2s ease;
}
.fugg-about-v3__button:hover{
    transform:translateY(-1px);
    filter:brightness(1.08);
}

/* DESIGN 1 */
.fugg-about-v3--design-1 .fugg-about-v3__hero--background{
    position:relative;
    min-height:410px;
    background-image:linear-gradient(90deg, rgba(252,248,242,1) 0%, rgba(252,248,242,.97) 20%, rgba(252,248,242,.62) 46%, rgba(252,248,242,.08) 68%), var(--fugg-hero-img);
    background-repeat:no-repeat;
    background-size:100% 100%, auto 100%;
    background-position:center, right center;
}
.fugg-about-v3--design-1 .fugg-about-v3__hero-content{
    width:min(43%, 470px);
    min-height:410px;
    display:flex;
    flex-direction:column;
    justify-content:center;
    padding:70px 0 70px 74px;
}
.fugg-about-v3--design-1 .fugg-about-v3__hero-title{
    font-size:53px;
    line-height:1;
    margin-bottom:28px;
}
.fugg-about-v3--design-1 .fugg-about-v3__subtitle{
    max-width:315px;
    margin-bottom:24px;
    font-size:18px;
    line-height:1.45;
    font-weight:600;
    text-transform:uppercase;
    letter-spacing:.03em;
}
.fugg-about-v3--design-1 .fugg-about-v3__hero p{
    max-width:330px;
    font-size:14px;
}
.fugg-about-v3--design-1 .fugg-about-v3__about--grid{
    display:grid;
    grid-template-columns:1.05fr .72fr .72fr;
    gap:18px;
    align-items:stretch;
    min-height:380px;
    padding:36px 30px 34px;
    background:#fbf7f1;
}
.fugg-about-v3--design-1 .fugg-about-v3__about-copy{
    display:grid;
    grid-template-rows:auto 1fr 170px;
    gap:18px;
    padding:34px 18px 0 30px;
}
.fugg-about-v3--design-1 .fugg-about-v3__about-title{
    font-size:24px;
    line-height:1.2;
}
.fugg-about-v3--design-1 .fugg-about-v3__about-copy p{
    font-size:13px;
    max-width:330px;
}
.fugg-about-v3--design-1 .fugg-about-v3__deco-img{
    height:170px;
    align-self:end;
}
.fugg-about-v3--design-1 .fugg-about-v3__portrait-wrap{
    height:385px;
    overflow:hidden;
}

/* DESIGN 2 */
.fugg-about-v3--design-2 .fugg-about-v3__hero--split{
    display:grid;
    grid-template-columns:42% 58%;
    min-height:410px;
    background:#fbf7f1;
}
.fugg-about-v3--design-2 .fugg-about-v3__hero-content{
    display:flex;
    flex-direction:column;
    justify-content:center;
    padding:72px 54px 72px 74px;
}
.fugg-about-v3--design-2 .fugg-about-v3__hero-title{
    font-size:52px;
    line-height:1;
    margin-bottom:26px;
}
.fugg-about-v3--design-2 .fugg-about-v3__subtitle{
    margin-bottom:24px;
    font-size:20px;
    font-weight:600;
    text-transform:uppercase;
    line-height:1.35;
}
.fugg-about-v3--design-2 .fugg-about-v3__hero-img{
    min-height:410px;
}
.fugg-about-v3--design-2 .fugg-about-v3__about--center{
    padding:52px 56px 44px;
    text-align:center;
    background:#fbf7f1;
}
.fugg-about-v3--design-2 .fugg-about-v3__about-title{
    display:flex;
    align-items:center;
    justify-content:center;
    gap:20px;
    font-size:27px;
    line-height:1.2;
    margin-bottom:18px;
}
.fugg-about-v3--design-2 .fugg-about-v3__about-title:before,
.fugg-about-v3--design-2 .fugg-about-v3__about-title:after{
    content:"";
    width:44px;
    height:1px;
    background:#7a5968;
}
.fugg-about-v3--design-2 .fugg-about-v3__about-intro{
    margin:0 auto 36px;
    max-width:780px;
    font-size:15px;
}
.fugg-about-v3--design-2 .fugg-about-v3__gallery--three{
    display:grid;
    grid-template-columns:1fr 1fr 1.6fr;
    gap:18px;
    height:245px;
}

/* DESIGN 3 */
.fugg-about-v3--design-3 .fugg-about-v3__hero--curve{
    position:relative;
    display:grid;
    grid-template-columns:46% 54%;
    min-height:430px;
    overflow:hidden;
    background:#fbf7f1;
}
.fugg-about-v3--design-3 .fugg-about-v3__hero--curve:after{
    content:"";
    position:absolute;
    left:-10%;
    right:-10%;
    bottom:-100px;
    height:180px;
    background:#ece5dc;
    border-radius:50% 50% 0 0;
    opacity:.95;
}
.fugg-about-v3--design-3 .fugg-about-v3__hero-content{
    position:relative;
    z-index:2;
    display:flex;
    flex-direction:column;
    justify-content:center;
    padding:72px 48px 92px 74px;
}
.fugg-about-v3--design-3 .fugg-about-v3__hero-title{
    font-size:52px;
    line-height:1;
    margin-bottom:20px;
}
.fugg-about-v3--design-3 .fugg-about-v3__script{
    margin-bottom:24px;
    font-family:Georgia, 'Times New Roman', serif;
    font-style:italic;
    font-size:18px;
    color:#6a4658;
}
.fugg-about-v3--design-3 .fugg-about-v3__hero-img{
    min-height:430px;
}
.fugg-about-v3--design-3 .fugg-about-v3__about--curve{
    position:relative;
    display:grid;
    grid-template-columns:64% 36%;
    gap:36px;
    align-items:center;
    padding:0 56px 72px;
    background:#ece5dc;
}
.fugg-about-v3--design-3 .fugg-about-v3__gallery--vertical{
    display:grid;
    grid-template-columns:1fr 1fr 1fr;
    gap:12px;
    min-height:305px;
}
.fugg-about-v3--design-3 .fugg-about-v3__gallery--vertical img:nth-child(1){height:305px;}
.fugg-about-v3--design-3 .fugg-about-v3__gallery--vertical img:nth-child(2){height:305px;}
.fugg-about-v3--design-3 .fugg-about-v3__gallery--vertical img:nth-child(3){height:220px; align-self:start;}
.fugg-about-v3--design-3 .fugg-about-v3__about-text{
    padding:36px 22px;
}
.fugg-about-v3--design-3 .fugg-about-v3__about-title{
    font-size:25px;
    margin-bottom:24px;
}
.fugg-about-v3--design-3 .fugg-about-v3__about-text p{
    font-size:14px;
}

@media (max-width: 1024px){
    .fugg-about-v3--design-1 .fugg-about-v3__hero-content,
    .fugg-about-v3--design-2 .fugg-about-v3__hero-content,
    .fugg-about-v3--design-3 .fugg-about-v3__hero-content{
        padding-left:42px;
    }
    .fugg-about-v3--design-1 .fugg-about-v3__hero-title,
    .fugg-about-v3--design-2 .fugg-about-v3__hero-title,
    .fugg-about-v3--design-3 .fugg-about-v3__hero-title{
        font-size:44px;
    }
    .fugg-about-v3--design-1 .fugg-about-v3__about--grid{
        grid-template-columns:1fr 1fr;
    }
    .fugg-about-v3--design-1 .fugg-about-v3__about-copy{
        grid-column:1 / -1;
        grid-template-columns:1.2fr .8fr;
        grid-template-rows:auto auto;
        align-items:end;
    }
    .fugg-about-v3--design-1 .fugg-about-v3__deco-img{
        grid-row:1 / span 2;
        grid-column:2;
    }
}
@media (max-width: 767px){
    .fugg-about-v3__button{
        min-height:40px;
        padding:12px 18px;
        font-size:10px;
    }
    .fugg-about-v3--design-1 .fugg-about-v3__hero--background{
        min-height:620px;
        background-image:linear-gradient(180deg, rgba(252,248,242,1) 0%, rgba(252,248,242,.92) 48%, rgba(252,248,242,.18) 72%), var(--fugg-hero-img);
        background-size:100% 100%, cover;
        background-position:center, center bottom;
    }
    .fugg-about-v3--design-1 .fugg-about-v3__hero-content{
        width:100%;
        min-height:auto;
        padding:48px 24px 310px;
    }
    .fugg-about-v3--design-1 .fugg-about-v3__hero-title,
    .fugg-about-v3--design-2 .fugg-about-v3__hero-title,
    .fugg-about-v3--design-3 .fugg-about-v3__hero-title{
        font-size:40px;
    }
    .fugg-about-v3--design-1 .fugg-about-v3__subtitle,
    .fugg-about-v3--design-2 .fugg-about-v3__subtitle{
        font-size:16px;
    }
    .fugg-about-v3--design-1 .fugg-about-v3__about--grid,
    .fugg-about-v3--design-2 .fugg-about-v3__hero--split,
    .fugg-about-v3--design-3 .fugg-about-v3__hero--curve,
    .fugg-about-v3--design-3 .fugg-about-v3__about--curve{
        display:block;
    }
    .fugg-about-v3--design-1 .fugg-about-v3__about--grid{
        padding:34px 22px;
    }
    .fugg-about-v3--design-1 .fugg-about-v3__about-copy{
        display:block;
        padding:0;
    }
    .fugg-about-v3--design-1 .fugg-about-v3__deco-img{
        height:180px;
        margin-top:28px;
    }
    .fugg-about-v3--design-1 .fugg-about-v3__portrait-wrap{
        height:430px;
        margin-top:16px;
    }
    .fugg-about-v3--design-2 .fugg-about-v3__hero-content,
    .fugg-about-v3--design-3 .fugg-about-v3__hero-content{
        padding:48px 24px 34px;
    }
    .fugg-about-v3--design-2 .fugg-about-v3__hero-img,
    .fugg-about-v3--design-3 .fugg-about-v3__hero-img{
        min-height:320px;
        height:320px;
    }
    .fugg-about-v3--design-2 .fugg-about-v3__about--center{
        padding:40px 22px;
    }
    .fugg-about-v3--design-2 .fugg-about-v3__about-title{
        font-size:23px;
        gap:12px;
    }
    .fugg-about-v3--design-2 .fugg-about-v3__about-title:before,
    .fugg-about-v3--design-2 .fugg-about-v3__about-title:after{
        width:26px;
    }
    .fugg-about-v3--design-2 .fugg-about-v3__gallery--three{
        display:block;
        height:auto;
    }
    .fugg-about-v3--design-2 .fugg-about-v3__gallery--three img{
        height:260px;
        margin-top:14px;
    }
    .fugg-about-v3--design-3 .fugg-about-v3__hero--curve:after{
        display:none;
    }
    .fugg-about-v3--design-3 .fugg-about-v3__about--curve{
        padding:32px 22px 44px;
    }
    .fugg-about-v3--design-3 .fugg-about-v3__gallery--vertical{
        grid-template-columns:1fr;
        gap:14px;
        min-height:0;
    }
    .fugg-about-v3--design-3 .fugg-about-v3__gallery--vertical img,
    .fugg-about-v3--design-3 .fugg-about-v3__gallery--vertical img:nth-child(1),
    .fugg-about-v3--design-3 .fugg-about-v3__gallery--vertical img:nth-child(2),
    .fugg-about-v3--design-3 .fugg-about-v3__gallery--vertical img:nth-child(3){
        height:285px;
    }
    .fugg-about-v3--design-3 .fugg-about-v3__about-text{
        padding:30px 0 0;
    }
}
