@charset "utf-8";

/* ==========================================================
   MARKUS KAPELLER – STYLE V5 FINAL
========================================================== */

*,
*::before,
*::after{
    box-sizing:border-box;
    margin:0;
    padding:0;
}

:root{
    --gold:#b08b43;
    --gold-light:#d8ba79;
    --dark:#111111;
    --cream:#f6f3ed;
    --paper:#ffffff;
    --text:#3b3b3b;
    --muted:#6f6a63;
}

html{
    scroll-behavior:smooth;
}

body{
    background:var(--cream);
    color:var(--text);
    font-family:'Open Sans',Arial,sans-serif;
    overflow-x:hidden;
    -webkit-font-smoothing:antialiased;
}

img{
    display:block;
    max-width:100%;
    height:auto;
}

a{
    color:inherit;
    text-decoration:none;
}

.mk-container{
    width:1280px;
    max-width:86%;
    margin:0 auto;
}

/* ==========================================================
   HEADER / HERO
========================================================== */

.mk-header{
    position:relative;
    width:100%;
    background:#000;
    overflow:hidden;
}

.mk-hero{
    position:relative;
    width:100%;
    height:820px;
    overflow:hidden;
    background:#000;
}

.mk-hero-img{
    width:100%;
    height:100%;
    object-fit:cover;
}

.mk-hero-overlay{
    position:absolute;
    inset:0;
    z-index:2;
    background:
        linear-gradient(90deg,rgba(0,0,0,.78),rgba(0,0,0,.48),rgba(0,0,0,.14)),
        linear-gradient(180deg,rgba(0,0,0,.05),rgba(0,0,0,.36));
}

.mk-header-top{
    position:absolute;
    top:48px;
    left:70px;
    right:70px;
    z-index:20;
    display:flex;
    align-items:center;
    justify-content:space-between;
}

.mk-logo img{
    width:230px;
}

.mk-nav{
    display:flex;
    align-items:center;
    gap:30px;
}

.mk-nav a{
    color:#fff;
    font-size:12px;
    font-weight:500;
    letter-spacing:2.2px;
    text-transform:uppercase;
    opacity:.9;
    transition:.3s ease;
}

.mk-nav a:hover{
    color:var(--gold);
}

.mk-menu-btn{
    display:none;
    width:58px;
    height:40px;
    border:0;
    background:transparent;
    cursor:pointer;
}

.mk-menu-btn span{
    display:block;
    width:100%;
    height:4px;
    margin-bottom:9px;
    background:#fff;
    border-radius:999px;
}

.mk-menu-btn span:last-child{
    margin-bottom:0;
}

.mk-hero-content{
    position:absolute;
    left:70px;
    bottom:95px;
    z-index:25;
    max-width:850px;
}

.mk-hero-content h1{
    color:#fff;
    font-size:42px;
    line-height:1.24;
    font-weight:300;
    letter-spacing:5px;
    text-transform:uppercase;
    text-shadow:0 8px 28px rgba(0,0,0,.75);
}

.mk-gold-line{
    width:92px;
    height:2px;
    background:var(--gold);
    margin:30px 0 22px;
}

.mk-hero-content p{
    color:var(--gold-light);
    font-size:15px;
    line-height:1.6;
    font-weight:400;
    letter-spacing:2.6px;
    text-transform:uppercase;
}

.mk-header::after{
    content:"";
    position:absolute;
    left:0;
    bottom:0;
    z-index:30;
    width:100%;
    height:4px;
    background:linear-gradient(90deg,transparent,var(--gold),transparent);
}

/* ==========================================================
   WILLKOMMEN
========================================================== */

.mk-lux-welcome{
    background:var(--cream);
    padding:115px 0 70px;
}

.mk-lux-title span{
    display:block;
    width:86px;
    height:5px;
    margin-bottom:30px;
    border-radius:99px;
    background:linear-gradient(90deg,var(--gold),rgba(176,139,67,.25));
}

.mk-lux-title p,
.mk-lux-overline{
    margin-bottom:18px;
    color:var(--gold);
    font-size:12px;
    font-weight:700;
    letter-spacing:3px;
    text-transform:uppercase;
}

.mk-lux-title h2,
.mk-lux-about-text h2{
    color:var(--dark);
    font-family:'PT Serif',serif;
    font-size:52px;
    line-height:1.12;
    font-weight:400;
}

.mk-lux-welcome-text{
    max-width:780px;
    margin-top:30px;
}

.mk-lux-welcome-text p{
    color:#3b362f;
    font-size:19px;
    line-height:1.85;
    font-weight:300;
}

/* ==========================================================
   ÜBER MICH
========================================================== */

.mk-lux-about{
    background:var(--cream);
    padding:55px 0 125px;
}

.mk-lux-about-grid{
    display:grid;
    grid-template-columns:1fr 1fr;
    gap:90px;
    align-items:center;
}

.mk-lux-about-text{
    max-width:620px;
}

.mk-lux-about-text p{
    color:#3b362f;
    font-size:18px;
    line-height:1.85;
    font-weight:300;
    margin-bottom:22px;
}

.mk-lux-link{
    display:inline-block;
    margin-top:14px;
    padding-bottom:7px;
    border-bottom:1px solid var(--gold);
    color:var(--dark);
    font-size:13px;
    font-weight:700;
    letter-spacing:2px;
    text-transform:uppercase;
    transition:.3s ease;
}

.mk-lux-link:hover{
    color:var(--gold);
}

.mk-lux-about-image img{
    width:100%;
    height:640px;
    object-fit:cover;
}

/* ==========================================================
   MEINE WELT
========================================================== */

.mk-lux-world{
    background:var(--dark);
    padding:120px 0;
}

.mk-lux-world .mk-lux-title h2{
    color:#fff;
}

.mk-lux-card-grid{
    display:grid;
    grid-template-columns:repeat(3,1fr);
    gap:28px;
    margin-top:70px;
}

.mk-lux-card{
    position:relative;
    height:520px;
    overflow:hidden;
    background:#000;
    color:#fff;
}

.mk-lux-card img{
    width:100%;
    height:100%;
    object-fit:cover;
    transition:transform .7s ease;
}

.mk-lux-card::after{
    content:"";
    position:absolute;
    inset:0;
    background:
        linear-gradient(180deg,rgba(0,0,0,.06),rgba(0,0,0,.78)),
        radial-gradient(circle at 20% 15%,rgba(176,139,67,.18),transparent 34%);
}

.mk-lux-card:hover img{
    transform:scale(1.06);
}

.mk-lux-card div{
    position:absolute;
    left:34px;
    right:34px;
    bottom:34px;
    z-index:2;
}

.mk-lux-card div p{
    margin-bottom:18px;
    color:var(--gold-light);
    font-size:13px;
    letter-spacing:3px;
}

.mk-lux-card h3{
    margin-bottom:14px;
    color:#fff;
    font-family:'PT Serif',serif;
    font-size:34px;
    font-weight:400;
}

.mk-lux-card span{
    color:rgba(255,255,255,.78);
    font-size:15px;
    line-height:1.7;
    font-weight:300;
}

/* ==========================================================
   FOOTER
========================================================== */

.footer{
    width:100%;
    min-height:470px;
    padding:85px 0 45px;
    background:
        linear-gradient(180deg,rgba(0,0,0,.72),rgba(0,0,0,.9)),
        url(../img/ft-bg.jpg);
    background-size:cover;
    background-position:center;
    border-top:4px solid var(--gold);
}

.footer::before{
    content:"";
    display:block;
    width:140px;
    height:3px;
    margin:0 auto 45px;
    background:linear-gradient(90deg,transparent,var(--gold),transparent);
}

.ft-container{
    width:1280px;
    max-width:86%;
    margin:0 auto;
}

.ft-left{
    float:left;
    color:#fff;
}

.ft-left a{
    display:block;
    margin:9px 0;
    color:rgba(255,255,255,.88);
    font-size:15px;
    letter-spacing:1.2px;
    text-transform:uppercase;
    transition:.3s ease;
}

.ft-left a:hover{
    color:var(--gold);
    transform:translateX(8px);
}

.ft-right{
    float:right;
    width:380px;
    padding:26px 30px;
    color:#fff;
    background:rgba(255,255,255,.045);
    border:1px solid rgba(176,139,67,.22);
    border-radius:18px;
}

.ft-right p{
    color:rgba(255,255,255,.84);
    font-size:16px;
    line-height:1.75;
    font-weight:300;
}

.ft-right img{
    display:inline-block;
    width:34px;
    height:34px;
    margin-top:15px;
    margin-right:15px;
    opacity:.92;
}

.ft-copyright{
    clear:both;
    position:relative;
    top:60px;
    text-align:center;
}

.ft-copyright p{
    color:rgba(255,255,255,.45);
    font-size:13px;
}

/* ==========================================================
   RESPONSIVE
========================================================== */

@media screen and (max-width:1100px){

    .mk-header-top{
        top:38px;
        left:42px;
        right:42px;
    }

    .mk-logo img{
        width:190px;
    }

    .mk-nav{
        display:none;
    }

    .mk-menu-btn{
        display:block;
    }

    .mk-hero{
        height:760px;
    }

    .mk-hero-content{
        left:42px;
        right:42px;
        bottom:80px;
    }

    .mk-hero-content h1{
        font-size:34px;
        letter-spacing:3px;
    }

    .mk-lux-about-grid,
    .mk-lux-card-grid{
        grid-template-columns:1fr;
    }

    .mk-lux-about-image img,
    .mk-lux-card{
        height:520px;
    }
}

@media screen and (max-width:650px){

    .mk-container,
    .ft-container{
        width:90%;
        max-width:90%;
    }

    .mk-hero{
        height:700px;
    }

    .mk-header-top{
        top:26px;
        left:22px;
        right:22px;
    }

    .mk-logo img{
        width:150px;
    }

    .mk-menu-btn{
        width:44px;
        height:31px;
    }

    .mk-menu-btn span{
        height:3px;
        margin-bottom:8px;
    }

    .mk-hero-content{
        left:22px;
        right:22px;
        bottom:52px;
    }

    .mk-hero-content h1{
        font-size:25px;
        line-height:1.32;
        letter-spacing:1.8px;
    }

    .mk-gold-line{
        width:68px;
        margin:22px 0 16px;
    }

    .mk-hero-content p{
        font-size:12px;
        letter-spacing:1.3px;
    }

    .mk-lux-welcome{
        padding:85px 0 45px;
    }

    .mk-lux-about,
    .mk-lux-world{
        padding:80px 0;
    }

    .mk-lux-title h2,
    .mk-lux-about-text h2{
        font-size:36px;
    }

    .mk-lux-welcome-text p,
    .mk-lux-about-text p{
        font-size:16px;
        line-height:1.8;
    }

    .mk-lux-about-image img,
    .mk-lux-card{
        height:420px;
    }

    .mk-lux-card h3{
        font-size:29px;
    }

    .ft-left,
    .ft-right{
        float:none;
        width:auto;
        max-width:420px;
        margin:0 auto 30px;
    }

    .ft-copyright{
        top:20px;
    }
}