:root {
    --black: #090909;
    --white: #f5f3ee;
    --sand: #e8e3d9;
    --grey: #72706b;
    --line: #cbc6bd;
    --red: #b43a21
}

* {
    box-sizing: border-box
}

html {
    scroll-behavior: smooth
}

body {
    margin: 0;
    font-family: Manrope, Arial, sans-serif;
    background: var(--white);
    color: var(--black)
}

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

.header {
    height: 104px;
    background: #000;
    color: #fff;
    display: flex;
    align-items: center;
    padding: 10px 5vw;
    gap: 45px;
    position: relative;
    z-index: 4
}

.logo,
.footer-logo {
    height: 82px;
    width: 82px;
    display: block;
    background: #000;
    flex: 0 0 auto
}

.logo img,
.footer-logo img {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: contain
}

.header nav {
    display: flex;
    gap: 34px;
    margin-left: auto
}

.header nav a {
    font-size: 16px;
    font-weight: 500;
    color: #efefef
}

.header nav a:hover {
    color: #fff
}

.proposal {
    font: 14px 'DM Mono';
    letter-spacing: .4px;
    background: #fff;
    color: #111;
    padding: 16px 17px
}

.proposal b {
    font-size: 20px;
    margin-left: 12px
}

.hero {
    height: min(720px, calc(100vh - 104px));
    min-height: 570px;
    position: relative;
    overflow: hidden;
    color: #fff
}

.hero>img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center 54%;
    position: absolute
}

.shade {
    position: absolute;
    inset: 0;
    background: linear-gradient(90deg, rgba(0, 0, 0, .78) 0%, rgba(0, 0, 0, .49) 43%, rgba(0, 0, 0, .03) 77%)
}

.hero-content {
    position: relative;
    z-index: 1;
    max-width: 800px;
    padding: clamp(90px, 13vh, 150px) 8vw
}

.label {
    font: 11px 'DM Mono';
    letter-spacing: 1.4px;
    color: var(--red);
    margin: 0 0 24px
}

.hero .label {
    color: #fff
}

.hero h1,
h2,
h3 {
    margin: 0;
    letter-spacing: -.055em;
    font-weight: 500;
    line-height: 1.03
}

.hero h1 {
    font-size: clamp(50px, 6.2vw, 94px);
    max-width: 760px
}

.hero h1 strong,
.intro h2 strong {
    font-weight: 500;
    color: #e0a492
}

.hero-content>p:not(.label) {
    font-size: 18px;
    line-height: 1.55;
    max-width: 510px;
    margin: 28px 0 34px;
    color: #f0efec
}

.button {
    display: inline-flex;
    align-items: center;
    gap: 30px;
    background: #fff;
    color: #111;
    padding: 16px 19px;
    font: 13px 'DM Mono';
    letter-spacing: .2px
}

.button span,
.mail span {
    font-size: 20px
}

.intro {
    padding: 140px 12vw;
    display: grid;
    grid-template-columns: 1.15fr .85fr;
    gap: 10%;
    background: var(--white)
}

.intro .label {
    grid-column: 1/-1
}

.intro h2 {
    font-size: clamp(38px, 4.8vw, 70px)
}

.intro>p:last-child {
    font-size: 17px;
    line-height: 1.65;
    color: #4c4a45;
    align-self: end;
    margin: 0
}

.video {
    padding: 110px 8vw;
    background: var(--sand)
}

.section-head {
    display: flex;
    justify-content: space-between;
    align-items: end;
    gap: 40px;
    margin-bottom: 35px
}

.section-head h2 {
    font-size: clamp(36px, 4vw, 61px)
}

.section-head>p:last-child {
    max-width: 280px;
    font-size: 16px;
    line-height: 1.5;
    color: #55524b;
    margin: 0
}

.video-frame {
    max-width: 80%;
    aspect-ratio: 16/9;
    background: #000;
    margin: auto
}

.video-frame iframe {
    width: 100%;
    height: 100%;
    border: 0;
    display: block
}

.services {
    background: #111;
    color: var(--white);
    padding: 120px 8vw
}

.services .section-head>p:last-child {
    color: #ccc7bc
}

.service-list {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    border-top: 1px solid #4b4b4b
}

.service-list article {
    min-height: 370px;
    padding: 27px 27px 20px 0;
    margin-right: 27px;
    border-right: 1px solid #4b4b4b;
    display: flex;
    flex-direction: column
}

.service-list article:last-child {
    border: 0
}

.service-list article>span {
    font: 12px 'DM Mono';
    color: #bbb
}

.service-list h3 {
    font-size: 31px;
    margin: 68px 0 20px
}

.service-list p {
    font-size: 15px;
    line-height: 1.55;
    color: #c5c2bd;
    max-width: 310px;
    margin: 0
}

.service-list ul {
    margin: auto 0 0;
    padding: 15px 0 0;
    list-style: none;
    font: 11px 'DM Mono';
    letter-spacing: .5px
}

.service-list li {
    padding: 8px 0;
    border-top: 1px solid #4b4b4b
}

.broadcast {
    display: grid;
    grid-template-columns: 1.1fr .9fr;
    min-height: 650px;
    background: #fff
}

.broadcast-image {
    min-height: 560px;
    overflow: hidden
}

.broadcast-image img {
    height: 100%;
    width: 100%;
    object-fit: cover;
    object-position: center
}

.broadcast-copy {
    padding: 110px 11%;
    align-self: center
}

.broadcast-copy h2 {
    font-size: clamp(41px, 4.7vw, 69px)
}

.broadcast-copy>p:not(.label) {
    font-size: 16px;
    line-height: 1.65;
    color: #4b4944;
    margin: 28px 0
}

.tags {
    display: flex;
    gap: 8px;
    flex-wrap: wrap
}

.tags span {
    font: 10px 'DM Mono';
    letter-spacing: .4px;
    border: 1px solid #aaa49b;
    padding: 9px
}

.work {
    padding: 0 8vw 110px;
    background: #fff;
    display: grid;
    grid-template-columns: 1.1fr .9fr;
    gap: 20px
}

.work figure {
    margin: 0;
    position: relative;
    height: 440px;
    overflow: hidden;
    background: #111
}

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

.work figcaption {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 55px 20px 17px;
    color: #fff;
    background: linear-gradient(transparent, rgba(0, 0, 0, .7));
    font: 11px 'DM Mono';
    letter-spacing: 1px
}

.rijo {
    display: grid;
    grid-template-columns: 1fr 1fr;
    min-height: 640px;
    background: var(--sand)
}

.rijo-image {
    position: relative;
    overflow: hidden
}

.rijo-image img {
    height: 100%;
    width: 100%;
    object-fit: cover;
    object-position: 62% center;
    filter: contrast(1.05)
}

.rijo-image:after {
    content: '';
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, .14)
}

.rijo-image span {
    position: absolute;
    z-index: 1;
    left: 7%;
    bottom: 25px;
    color: #fff;
    font: 11px 'DM Mono';
    letter-spacing: 1.3px
}

.rijo-copy {
    padding: 115px 13%;
    align-self: center
}

.rijo-copy h2 {
    font-size: clamp(44px, 5vw, 76px)
}

.rijo-copy>p:not(.label) {
    font-size: 17px;
    line-height: 1.65;
    color: #46433e;
    margin: 30px 0
}

.rijo-copy a {
    font-size: 14px;
    border-bottom: 1px solid #111;
    padding-bottom: 6px
}

.rijo-copy a span {
    font-size: 19px;
    margin-left: 13px
}

.contact {
    padding: 130px 8vw;
    background: var(--red);
    color: #fff;
    text-align: center
}

.contact .label {
    color: #fff
}

.contact h2 {
    font-size: clamp(44px, 5.6vw, 82px)
}

.contact>p:not(.label) {
    max-width: 490px;
    margin: 28px auto 37px;
    line-height: 1.65;
    font-size: 16px
}

.contact>div {
    display: flex;
    justify-content: center;
    gap: 28px;
    align-items: center
}

.light {
    background: #fff;
    color: #111
}

.mail {
    color: #fff;
    border-bottom: 1px solid #fff;
    padding-bottom: 6px;
    font-size: 14px
}

footer {
    height: 110px;
    background: #000;
    color: #d2d2d2;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 14px 5vw;
    font: 11px 'DM Mono';
    letter-spacing: .3px
}

footer .footer-logo {
    height: 78px;
    width: 78px
}

footer>a:last-child {
    color: #fff
}

@media(max-width:800px) {
    .header {
        height: 85px;
        padding: 8px 6vw;
        gap: 18px
    }

    .logo {
        height: 65px;
        width: 65px
    }

    .header nav {
        display: none
    }

    .proposal {
        margin-left: auto;
        font-size: 11px;
        padding: 13px
    }

    .hero {
        height: 650px;
        min-height: 0
    }

    .hero-content {
        padding: 190px 8vw 40px
    }

    .hero h1 {
        font-size: clamp(48px, 12vw, 66px)
    }

    .intro {
        display: block;
        padding: 85px 8vw
    }

    .intro h2 {
        font-size: 42px
    }

    .intro>p:last-child {
        margin-top: 30px
    }

    .video,
    .services {
        padding: 80px 7vw
    }

    .section-head {
        display: block
    }

    .section-head>p:last-child {
        margin-top: 20px
    }

    .service-list {
        display: block
    }

    .service-list article {
        min-height: 290px;
        margin: 0;
        padding: 25px 0;
        border-right: 0;
        border-bottom: 1px solid #4b4b4b
    }

    .service-list h3 {
        margin: 45px 0 16px
    }

    .broadcast,
    .rijo {
        display: block
    }

    .broadcast-image {
        min-height: 360px
    }

    .broadcast-copy,
    .rijo-copy {
        padding: 80px 8vw
    }

    .work {
        display: block;
        padding: 0 7vw 80px
    }

    .work figure {
        height: 320px;
        margin-bottom: 15px
    }

    .rijo-image {
        height: 410px
    }

    .contact {
        padding: 90px 7vw
    }

    .contact>div {
        flex-direction: column;
        gap: 22px
    }

    footer {
        height: auto;
        min-height: 110px;
        flex-wrap: wrap;
        justify-content: flex-start;
        gap: 16px
    }

    footer .footer-logo {
        height: 68px;
        width: 68px
    }
}