/* DEMO IMAGES: remote photos for immediate preview. Replace URLs for client work. */
:root {
    --g: #43b929;
    --gd: #31951e;
    --b: #101419;
    --gray: #687078;
    --bg: #f4f5f6;
    --line: #dedfe1
}

* {
    box-sizing: border-box
}

body {
    margin: 0;
    background: var(--bg);
    color: var(--b);
    font-family: Arial, Helvetica, sans-serif
}

a {
    text-decoration: none
}

.header {
    height: 72px;
    padding: 0 5vw;
    background: #fff;
    border-bottom: 1px solid var(--line);
    display: flex;
    align-items: center;
    gap: 24px;
    position: sticky;
    top: 0;
    z-index: 20
}

.logo {
    font-size: 20px;
    font-weight: 900;
    letter-spacing: -.06em;
    display: flex;
    align-items: center;
}

.logo span {
    color: var(--g);
    margin-left: 4px
}

.header div:last-child {
    padding-left: 24px;
    border-left: 1px solid var(--line);
    display: flex;
    flex-direction: column;
    gap: 3px
}

.header small,
.header b {
    font-size: 9px;
    letter-spacing: .12em;
    text-transform: uppercase
}

.header b {
    font-size: 12px;
    letter-spacing: 0
}

.intro {
    width: min(1450px, 90vw);
    margin: 70px auto 55px;
    display: flex;
    justify-content: space-between;
    align-items: end;
    gap: 60px
}

.intro small {
    color: var(--g);
    font-size: 9px;
    font-weight: 800;
    letter-spacing: .18em
}

.intro h1 {
    font-size: clamp(55px, 8vw, 105px);
    line-height: .8;
    letter-spacing: -.07em;
    margin: 15px 0 0
}

.intro em,
.hero em {
    color: var(--g);
    font-style: normal
}

.intro p {
    max-width: 420px;
    color: var(--gray);
    font-size: 14px;
    line-height: 1.6
}

.intro p strong {
    display: block;
    color: var(--b);
    font-size: 9px;
    letter-spacing: .14em;
    margin-top: 20px
}

.catalog {
    width: min(1450px, 90vw);
    margin: auto auto 70px;
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 34px
}

.hero-card,
article {
    background: #fff;
    border: 1px solid var(--line);
    border-radius: 14px;
    overflow: hidden;
    box-shadow: 0 10px 30px #1014190d
}

article>header {
    height: 54px;
    padding: 0 17px;
    display: flex;
    align-items: center;
    gap: 11px
}

article>header b {
    font-size: 16px
}

article>header strong {
    text-transform: uppercase;
    font-size: 13px
}

article>header small {
    margin-left: auto;
    color: var(--gray);
    font-size: 8px;
    letter-spacing: .08em;
    text-transform: uppercase
}

.hero {
    height: 570px;
    position: relative;
    overflow: hidden
}

.hero label {
    display: block;
    font-size: 9px;
    font-weight: 800;
    letter-spacing: .18em;
    text-transform: uppercase;
    margin-bottom: 17px
}

.hero h2 {
    margin: 0;
    font-size: clamp(42px, 5vw, 70px);
    line-height: .91;
    letter-spacing: -.055em
}

.hero p {
    max-width: 430px;
    margin: 22px 0;
    font-size: 13px;
    line-height: 1.55
}

.hero a {
    display: inline-flex;
    align-items: center;
    min-height: 40px;
    padding: 0 16px;
    border-radius: 6px;
    background: var(--g);
    color: #fff;
    font-size: 10px;
    font-weight: 800
}

.copy {
    position: relative;
    z-index: 5;
    padding: 70px 42px;
    color: #fff
}

.photo,
[class^=p] {
    background-size: cover;
    background-position: center;
    background-color: #dfe3e4
}

.p1 {
    background-image: url("images/product.jpg")
}

.p2 {
    background-image: url("images/editorial.jpg")
}

.p3 {
    background-image: url("images/photo-01.jpg")
}

.p4 {
    background-image: url("images/photo-02.jpg")
}

.p5 {
    background-image: url("images/photo-03.jpg")
}

.p6 {
    background-image: url("images/mosaic-01.jpg")
}

.p7 {
    background-image: url("images/mosaic-02.jpg")
}

.p8 {
    background-image: url("images/mosaic-03.jpg")
}

.p9 {
    background-image: url("images/mosaic-04.jpg")
}

.p10 {
    background-image: url("images/before.jpg")
}

.p11 {
    background-image: url("images/after.jpg")
}

.p12 {
    background-image: url("images/asym-main.jpg")
}

.p13 {
    background-image: url("images/asym-small.jpg")
}

.p14 {
    background-image: url("images/floating.jpg")
}

.p15 {
    background-image: url("images/collage-01.jpg")
}

.p16 {
    background-image: url("images/collage-02.jpg")
}

.p17 {
    background-image: url("images/collage-03.jpg")
}

.split {
    display: grid;
    grid-template-columns: 1fr 1fr;
    background: #f2f4f4
}

.split .copy {
    padding: 70px 40px;
    color: var(--b);
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start
}

.split label {
    color: var(--gray)
}

.split .photo {
    min-height: 100%
}

.editorial .photo,
.editorial .shade,
.video video,
.video .shade {
    position: absolute;
    inset: 0
}

.editorial .photo,
.video video {
    z-index: 1
}

.shade {
    background: rgba(0, 0, 0, .4);
    z-index: 2
}

.editorial .copy,
.video .copy {
    z-index: 5
}

.typography {
    background: #fff;
    padding: 40px 35px
}

.type-word {
    position: absolute;
    left: 20px;
    right: 20px;
    top: 45px;
    height: 290px;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    z-index: 2
}

.type-fill {
    display: block;
    font-size: clamp(100px, 12vw, 170px);
    line-height: .75;
    font-weight: 900;
    letter-spacing: -.11em;
    color: #dfe3e4;
    background-image: url("images/photo-01.jpg");
    background-size: cover;
    background-position: center;
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent
}

.type-copy {
    position: absolute;
    left: 35px;
    right: 35px;
    bottom: 40px;
    z-index: 5;
    display: flex;
    align-items: end;
    justify-content: space-between
}

.type-copy label {
    color: var(--gray)
}

.type-copy h2 {
    font-size: 46px
}

.mosaic-grid {
    position: absolute;
    inset: 0;
    display: grid;
    grid-template-columns: 1.12fr .64fr .64fr;
    grid-template-rows: 1.08fr .92fr;
    gap: 5px;
    padding: 5px;
    z-index: 1
}

.mosaic-grid>div {
    overflow: hidden;
    background-size: cover;
    background-position: center
}

.mosaic-grid .p6 {
    grid-row: 1/3
}

.mosaic-grid .p7 {
    grid-column: 2
}

.mosaic-grid .p8 {
    grid-column: 3
}

.mosaic-grid .p9 {
    grid-column: 2/4
}

.mosaic-copy {}

.mosaic .copy {
    position: absolute;
    left: 0;
    top: 0;
    z-index: 5;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center
}

.video video {
    width: 100%;
    height: 100%;
    object-fit: cover
}

.play {
    position: absolute;
    right: 38px;
    top: 50%;
    z-index: 6;
    width: 58px;
    height: 58px;
    border: 1px solid #fff;
    border-radius: 50%;
    display: grid;
    place-items: center;
    color: #fff
}

.minimal {
    padding: 70px 45px;
    background: #fff;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start
}

.minimal label {
    color: var(--gray)
}

.minimal a {
    margin-top: 10px;
    background: var(--b)
}

.minimal i {
    position: absolute;
    right: -80px;
    bottom: -100px;
    width: 320px;
    height: 320px;
    border-radius: 50%;
    background: #edf0ef
}

.minimal i:after {
    content: "";
    position: absolute;
    left: 55px;
    top: 55px;
    width: 150px;
    height: 150px;
    border-radius: 50%;
    border: 28px solid var(--g)
}

.showcase {
    background: #edf0ef
}

.showcase .copy {
    position: absolute;
    left: 40px;
    top: 55px;
    width: 48%;
    z-index: 5;
    color: var(--b)
}

.showcase .copy label {
    color: var(--gray)
}

.product {
    position: absolute;
    right: 30px;
    bottom: 35px;
    width: 53%;
    height: 76%;
    background: linear-gradient(135deg, #fff, #cbd0d1 55%, #858d90);
    border-radius: 38px 38px 8px 8px;
    box-shadow: -25px 30px 45px #0002;
    transform: rotate(-7deg)
}

.product:after {
    content: "";
    position: absolute;
    left: 18%;
    top: 16%;
    width: 64%;
    height: 25%;
    background: #202528;
    border-radius: 8px
}

.ba {
    background: #111
}

.before,
.after {
    position: absolute;
    top: 0;
    bottom: 0;
    width: 50%;
    background-size: cover;
    background-position: center
}

.before {
    left: 0
}

.after {
    right: 0
}

.before span,
.after span {
    position: absolute;
    top: 20px;
    left: 20px;
    z-index: 4;
    color: #fff;
    font-size: 9px;
    font-weight: 800;
    letter-spacing: .15em
}

.ba-copy {
    position: absolute;
    z-index: 7;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 78%;
    text-align: center;
    color: #fff
}

.ba-copy p {
    margin-left: auto;
    margin-right: auto
}

.services {
    padding: 45px;
    background: #fff;
    display: flex;
    flex-direction: column;
    justify-content: space-between
}

.services label {
    color: var(--gray)
}

.service-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 5px
}

.service-grid div {
    min-height: 100px;
    padding: 13px;
    background: #f0f2f2;
    font-size: 9px
}

.service-grid strong {
    display: block;
    font-size: 13px;
    margin-top: 5px
}

.asymmetric {
    background: #edf0ef
}

.asym-photo {
    position: absolute;
    right: 0;
    top: 0;
    width: 57%;
    height: 100%
}

.asymmetric .copy {
    position: absolute;
    left: 38px;
    top: 50%;
    transform: translateY(-50%);
    width: 44%;
    z-index: 5;
    color: var(--b)
}

.asymmetric label {
    color: var(--gray)
}

.asym-small {
    position: absolute;
    left: 32%;
    bottom: 32px;
    width: 170px;
    height: 125px;
    border: 8px solid #edf0ef;
    z-index: 6;
    box-shadow: 0 15px 25px #0002
}

.floating {
    background: #e9ecec
}

.float-photo {
    position: absolute;
    inset: 0
}

.float-card {
    position: absolute;
    left: 30px;
    bottom: 30px;
    width: 53%;
    padding: 28px;
    background: #fff;
    z-index: 5;
    box-shadow: 0 18px 45px #0002
}

.float-card label {
    color: var(--gray)
}

.float-card h2 {
    font-size: 42px
}

.float-card p {
    font-size: 11px
}

.collage {
    background: #eceeed
}

.coll {
    position: absolute;
    box-shadow: 0 15px 30px #0002
}

.c1 {}

.coll.p15 {
    left: 40px;
    top: 35px;
    width: 45%;
    height: 55%;
    transform: rotate(-6deg)
}

.coll.p16 {
    right: 35px;
    top: 28px;
    width: 40%;
    height: 47%;
    transform: rotate(5deg)
}

.coll.p17 {
    right: 22%;
    bottom: 25px;
    width: 38%;
    height: 43%;
    transform: rotate(-3deg)
}

.collage .copy {
    position: absolute;
    left: 45px;
    bottom: 30px;
    z-index: 8;
    color: var(--b);
    padding: 0
}

.site-footer {
    width: min(1450px, 90vw);
    margin: 0 auto 30px;
    display: flex;
    justify-content: space-between;
    color: var(--gray);
    font-size: 9px;
    letter-spacing: .13em
}

.site-footer b {
    color: var(--b)
}

a {
    color: #43B929;
    font-size: 10px;
    text-decoration: none;
    font-weight: 700;
}

a:hover {
    color: #31951E;
    text-decoration: underline;
}

article>footer {
    padding: 12px 17px;
    color: var(--gray);
    font-size: 10px;
    min-height: 42px;
    display: flex;
    align-items: center
}

@media(max-width:1000px) {
    .catalog {
        grid-template-columns: 1fr
    }

    .header {
        justify-content: space-between
    }

    .intro {
        flex-direction: column;
        align-items: flex-start
    }

    .header div:last-child {
        display: none
    }
}

@media(max-width:600px) {

    .catalog,
    .intro {
        width: 92vw
    }

    .intro {
        margin-top: 45px
    }

    .intro h1 {
        font-size: 65px
    }

    .hero {
        height: 620px
    }

    article>header small {
        display: none
    }

    .split {
        grid-template-columns: 1fr
    }

    .split .copy {
        min-height: 52%;
        padding: 45px 28px
    }

    .split .photo {
        min-height: 48%
    }

    .copy,
    .editorial .copy,
    .video .copy {
        padding: 55px 28px
    }

    .hero h2 {
        font-size: 48px
    }

    .type-copy {
        left: 25px;
        right: 25px;
        bottom: 30px;
        display: block
    }

    .type-copy a {
        margin-top: 18px
    }

    .type-photos {
        left: 20px;
        right: 20px
    }

    .mosaic-grid {
        grid-template-columns: 1fr 1fr;
        grid-template-rows: 1.2fr .8fr
    }

    .mosaic-grid .p6 {
        grid-column: 1/3;
        grid-row: 1
    }

    .mosaic-grid .p7 {
        grid-column: 1;
        grid-row: 2
    }

    .mosaic-grid .p8 {
        grid-column: 2;
        grid-row: 2
    }

    .mosaic-grid .p9 {
        grid-column: 1/3;
        grid-row: 3;
        display: block
    }

    .mosaic-grid {
        grid-template-rows: 1fr 1fr 1fr
    }

    .mosaic .copy {
        left: 0;
        right: 0
    }

    .service-grid {
        grid-template-columns: 1fr 1fr
    }

    .showcase .copy {
        left: 25px;
        top: 35px;
        width: 55%
    }

    .product {
        right: 10px;
        bottom: 25px;
        width: 60%;
        height: 55%
    }

    .ba-copy {
        width: 90%
    }

    .asym-photo {
        width: 52%
    }

    .asymmetric .copy {
        left: 25px;
        width: 55%
    }

    .asym-small {
        left: 28%;
        width: 125px;
        height: 95px
    }

    .float-card {
        left: 18px;
        bottom: 18px;
        width: 73%;
        padding: 20px
    }

    .float-card h2 {
        font-size: 37px
    }

    .site-footer {
        width: 92vw;
        flex-direction: column;
        gap: 10px;
        text-align: center
    }
}