* {
    box-sizing: border-box;
}

:root {
    --bg: #090909;
    --bg2: #111;
    --paper: #f4f1eb;
    --text: #e9e6df;
    --textDark: #303030;
    --muted: #aaa49b;
    --line: rgba(255, 255, 255, .13);
    --lineDark: rgba(0, 0, 0, .13);
    --accent: #c7a56a;
    --accentDarker: #D29631;
    --introText: #bdbdbd;
    --serif: "Playfair Display", Georgia, serif;
    --sans: "Montserrat", Arial, sans-serif;
    --max: 1180px;
}

input::placeholder, textarea::placeholder {
    color: #222 !important;
    opacity: 1;
}

html {
    scroll-behavior: smooth;
}

body {
    margin: 0;
    background: var(--bg);
    color: var(--text);
    font-family: var(--sans);
    font-size: 15px;
    line-height: 1.8;
}

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

a {
    text-decoration: none;
    color: var(--accent);
}

a.underline {
    border-bottom: 1px solid var(--accent);
}

a:hover {
    color: white;
}

.container {
    width: min(calc(100% - 48px), var(--max));
    margin: auto;
}

.narrow {
    max-width: 1000px;
}

.main {
    min-height: 100svh;
    position: relative;
    background-image: url("/assets/main.jpg");
    background-position: center bottom -40px;
    background-size: contain;
    background-repeat: no-repeat;
    display: flex;
    flex-direction: column;
    background-color: #030303;
}

.main-overlay {
    position: absolute;
    inset: 0;
    background:
        linear-gradient(
            90deg,
            rgba(0, 0, 0, .12) 0%,
            rgba(0, 0, 0, .12) 48%,
            rgba(0, 0, 0, .12) 100%
        ),
        linear-gradient(
            0deg,
            rgba(0, 0, 0, 0),
            transparent 52%
        );
}

.nav {
    position: relative;
    z-index: 3;
    width: min(calc(100% - 48px), var(--max));
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 24px 0;
}

.brand-mini img {
    width: 58px;
    height: auto;
}

.brand-mini img, .footer-inner img {
    transition: filter 0.5s ease;
}

.brand-mini:hover img, .footer-inner:hover img {
    filter: sepia(0.4) saturate(2.5) hue-rotate(350deg) brightness(0.8);
}

/*.nav-links { //scrolls away
    display: flex;
    align-items: center;
    gap: 28px;
    text-transform: uppercase;
    letter-spacing: .12em;
    font-size: 12px;
}*/

.nav-links { /*fixed*/
    position: fixed;
    top: 24px;
    right: max(24px, calc((100vw - var(--max)) / 2));
    display: flex;
    align-items: center;
    gap: 28px;
    text-transform: uppercase;
    letter-spacing: .12em;
    font-size: 12px;
    z-index: 1000;
}

.nav-links a {
    opacity: .9;
    transition: .25s;
}

.nav-links a:hover {
    color: white;
    opacity: 1;
}

.nav-cta {
    border: 1px solid rgba(255, 255, 255, .5);
    padding: 9px 16px;
}

.main-content {
    position: relative;
    z-index: 2;
    width: min(calc(100% - 48px), var(--max));
    /*margin: auto auto 8vh;*/
    margin-top: 50px;
    align-self: center;
}

.main-logo {
    width: 110px;
    margin-bottom: 22px;
}

.eyebrow {
    text-transform: uppercase;
    letter-spacing: .24em;
    font-size: 12px;
    color: var(--accent);
    font-weight: 600;
    margin: 0 0 14px;
}

.main h1 {
    font-weight: 600;
    font-size: 50px;
    font-family: var(--serif);
    letter-spacing: -.025em;
    margin: 60px 0 0 0;
    max-width: 800px;
    line-height: 1.2;
    color: white;
}

.main h1 span {
    color: var(--accent);
}

.main-text {
    max-width: 570px;
    margin: 24px 0 28px;
    font-size: 16px;
    font-weight: normal;
    color: var(--introText);
    /*font-style: italic;*/
}

.button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 13px 23px;
    border: 1px solid transparent;
    text-transform: uppercase;
    letter-spacing: .12em;
    font-size: 12px;
    font-weight: 700;
    transition: .25s;
    cursor: pointer;
}

.button-light {
    border-color: rgba(255, 255, 255, .55);
    color: white;
}

.button-light:hover {
    background: white;
    color: #111;
}

.button-dark {
    background: #111;
    color: white;
}

.button-dark:hover {
    background: var(--accent);
    color: #111;
}

.scroll-hint {
    position: absolute;
    z-index: 2;
    bottom: 32px;
    left: 50%;
    width: 50px;
    height: 40px;
    transform: translateX(-50%);
    display: flex;
    align-items: flex-start;
    justify-content: center;
    animation: scrollHint 2s ease-in-out infinite;
}

.scroll-hint span {
    display: block;
    width: 30px;
    height: 30px;
    border-right: 1px solid rgba(255, 255, 255, .6);
    border-bottom: 1px solid rgba(255, 255, 255, .6);
    transform: rotate(45deg);
}

@keyframes scrollHint {
    0%,
    100% {
        transform: translateX(-50%) translateY(0);
        opacity: .55;
    }

    50% {
        transform: translateX(-50%) translateY(7px);
        opacity: 1;
    }
}

.section {
    padding: 120px 0;
}

.section-heading {
    max-width: 1050px;
    margin-bottom: 65px;
}

.section-heading.centered {
    margin-left: auto;
    margin-right: auto;
    text-align: center;
}

.section-heading h2,
.about h2,
.contact h2,
.booking h2 {
    font: 600 clamp(42px, 5vw, 64px) / .95 var(--serif);
    margin: 0 0 22px;
    letter-spacing: -.025em;
}

.section-heading p:last-child {
    color: var(--muted);
    max-width: 930px;
}

.offer {
    display: grid;
    grid-template-columns: 1.1fr .9fr;
    /*min-height: 500px;*/
    margin-bottom: 70px;
    background: #101010;
}

.offer.reverse {
    grid-template-columns: .9fr 1.1fr;
}

.offer.reverse .offer-image {
    order: 2;
}

.offer.reverse .offer-body {
    order: 1;
}

.white {
    padding: 70px 0;
    background-color: #fff;
}

.white .offer {
    color: var(--textDark);
    background-color: #fff;
}

.white .offer h3 {
    color: var(--accentDarker);
}

.white .offer .number {
    color: var(--accentDarker);
}

.white .offer p {
    color: #505050;
}

.white .offer .tags span {
  border: 1px solid var(--lineDark);
}

.white .offer a.text-link {
    color: var(--accentDarker);
}

.white .offer a.text-link:hover {
    color: black;
}

.offer-image {
    /*min-height: 500px;*/
    overflow: hidden;
}

.offer-image > img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.offer-body {
    padding: 70px;
    align-self: center;
}

.number,
.collab-copy > span {
    color: var(--accent);
    font-size: 12px;
    letter-spacing: .2em;
    text-transform: uppercase;
}

.offer h3,
.collab h3 {
    font: 600 46px / 1 var(--serif);
    margin: 13px 0 20px;
}

.offer p,
.collab-copy p {
    color: var(--muted);
}

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

.tags span {
    border: 1px solid var(--line);
    padding: 5px 11px;
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: .1em;
}

.text-link {
    display: inline-block;
    margin-top: 15px;
    color: var(--accent);
    border: 0;
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: .12em;
}

.text-link span {
    margin-left: 8px;
}

.split-images {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 2px;
}

.split-images img {
    height: 100%;
    object-fit: cover;
    min-width: 0;
}

.references {
    background: #151515;
}

.quotes {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 1px;
    background: var(--line);
}

blockquote {
    margin: 0;
    background: #151515;
    padding: 42px 35px;
}

.quotes p {
    font: 400 25px / 1.25 var(--serif);
    margin: 0 0 25px;
}

.quotes cite {
    font-size: 12px;
    color: var(--accent);
    text-transform: uppercase;
    letter-spacing: .15em;
    font-style: normal;
}

.about {
    background: var(--paper);
    color: #161616;
}

.two-col {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 90px;
    align-items: center;
}

.about-image {
    height: 650px;
    overflow: hidden;
}

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

.about-copy p {
    color: #5d5a55;
}

.about-copy .eyebrow {
    color: #987b4c;
}

.gallery-feature {
    padding-top: 0;
    background: var(--paper);
}

.gallery-feature img {
    width: 100%;
    max-height: 650px;
    object-fit: cover;
}

.collaborations {
    background: #0c0c0c;
}

.collab {
    display: grid;
    grid-template-columns: 1.1fr .9fr;
    gap: 70px;
    align-items: center;
    padding: 75px 0;
    border-top: 1px solid var(--line);
}

.collab.reverse {
    grid-template-columns: .9fr 1.1fr;
}

.collab.reverse .collab-gallery {
    order: 2;
}

.collab.reverse .collab-copy {
    order: 1;
}

.collab-gallery {
    /*height: 470px;*/
    overflow: hidden;
}

.collab-gallery > a img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.collab-gallery.two,
.collab-gallery.two-first-wider,
.collab-gallery.triple {
    display: grid;
    gap: 3px;
}

.collab-gallery.two {
    grid-template-columns: 1fr 1fr;
}

.collab-gallery.two-first-wider {
    grid-template-columns: 1.5fr 1fr;
}

.collab-gallery.triple {
    grid-template-columns: 1.3fr 1fr;
}

.collab-gallery.two img,
.collab-gallery.two-first-wider img,
.collab-gallery.triple img {
    min-width: 0;
}

.collab-gallery.triple img:nth-child(1) {
    grid-row: span 2;
}

.collab-copy h3 {
    margin-top: 12px;
}

.clients {
    padding-top: 120px;
}

.muted {
    color: var(--muted) !important;
}

.client-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 1px;
    background: var(--line);
    margin-top: 50px;
}

.client-logo {
    background: #111;
    padding: 35px;
    text-align: center;
}

.client-logo img {
    max-height: 50px;
}

.logo-placeholder {
    height: 80px;
    display: grid;
    place-items: center;
    color: #777;
    font-size: 11px;
    letter-spacing: .2em;
    margin-bottom: 15px;
}

.client-logo strong {
    font-size: 11px;
    font-weight: 500;
    color: #ccc;
}

.recordings {
    background: #151515;
}

.video-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 35px 25px;
}

.video-card {
    background: transparent;
    padding: 0;
}

.video-wrap {
    position: relative;
    /*padding-top: 56.25%;*/
    background: #111;
    overflow: hidden;
    height: 325px;
}

.video-wrap iframe {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    border: 0;
}

.video-wrap.video-vertical {
    padding-top: 0;
    display: flex;
    justify-content: center;
    background: #111;
}

.video-wrap.video-vertical iframe {
    width: 200px;
    height: 325px;
    margin: 0 auto;
}

.video-card strong {
    display: block;
    margin-top: 14px;
    text-align: center;
    color: #c5c0b8;
    font-size: 12px;
    line-height: 1.5;
    font-weight: 400;
    letter-spacing: .06em;
}

.video-card:hover strong {
    /*color: #c7a878;
    transition: color .3s ease;*/
}

.video-wrap a::after {
    content: "";
    position: absolute;
    left: 50%;
    top: 50%;
    width: 0;
    height: 0;
    
    border-top: 45px solid transparent;
    border-bottom: 45px solid transparent;
    border-left: 70px solid rgba(255, 255, 255, 0.72);

    transform: translate(-38%, -50%);
    transition: all .3s ease;
    filter: drop-shadow(0 2px 5px rgba(0, 0, 0, .25));
}

.video-wrap a:hover::after {
    border-left-color: rgba(199, 167, 120, 0.95);
    transform: translate(-38%, -50%) scale(1.08);
}

.contact {
    background: #080607;
    padding-bottom: 0;
}

.contact-grid {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 50px;
    align-items: start;
}

.contact-photo {
    overflow: hidden;
}

.contact-photo a {
    display: block;
}

.contact-photo img {
    display: block;
    width: 100%;
    height: 380px;
    object-fit: cover;
    transition: transform .6s ease;
}

.contact-details {
    border-top: 1px solid var(--line);
    margin-bottom: 20px;
}

.contact-details > div {
    display: flex;
    justify-content: space-between;
    gap: 20px;
    padding: 18px 0;
    margin-right: 30px;
    border-bottom: 1px solid var(--line);
}

.contact-details span {
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: .16em;
    color: var(--muted);
}

.contact-details a {
    color: var(--accent);
}

.booking {
    background: var(--accent);
    color: #111;
}

.booking-box {
    display: grid;
    grid-template-columns: .8fr 1.2fr;
    gap: 100px;
}

.booking .eyebrow {
    color: #4d3a20;
}

.booking h2 {
    color: #111;
}

.booking-copy p {
    max-width: 470px;
    color: #463a2c;
}

.booking-form {
    display: grid;
    gap: 20px;
}

.booking-form label {
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: .12em;
    font-weight: 700;
}

.booking-form input,
.booking-form textarea {
    display: block;
    width: 100%;
    margin-top: 8px;
    border: 0;
    border-bottom: 1px solid rgba(0, 0, 0, .45);
    background: transparent;
    padding: 12px 0;
    color: #111;
    font: 400 16px var(--sans);
    outline: 0;
    resize: vertical;
}

.booking-form input:focus,
.booking-form textarea:focus {
    border-color: #111;
}

.booking-form .button {
    justify-self: start;
    margin-top: 8px;
}

.footer {
    background: #050505;
    padding: 35px 0;
}

.footer-inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 30px;
}

.footer img {
    width: 55px;
}

.footer-inner div {
    display: flex;
    gap: 18px;
    align-items: center;
}

.footer-inner strong {
    font: 500 24px var(--serif);
}

.footer-inner span {
    font-size: 12px;
    color: #777;
}

.footer-inner > a {
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: .15em;
    color: var(--accent);
}

.nav-toggle {
    display: none;
    position: relative;
    width: 40px;
    height: 40px;
    border: 0;
    padding: 0;
    background: transparent;
    cursor: pointer;
    transition:
        background-color 0.4s ease,
        transform 0.4s ease;
}

.nav-toggle span {
    position: absolute;
    left: 5px;
    width: 30px;
    height: 3px;
    background: #fff;
    transition:
        transform 0.45s ease,
        background 0.35s ease,
        top 0.45s ease,
        left 0.45s ease,
        width 0.45s ease,
        height 0.45s ease;
}

.nav-toggle span:nth-child(1) {
    top: 9px;
}

.nav-toggle span:nth-child(2) {
    top: 18px;
}

.nav-toggle span:nth-child(3) {
    top: 27px;
}



.nav-toggle.active {
    background: #eee;
    border-top: 1px solid red;
}

.nav-toggle.active span {
    background: #111;
    width: 6px;
    height: 22px;
    top: 0;
    border-radius: 0 0 1px 1px;
}

.nav-toggle.active span:nth-child(1) {
    left: 8px;
}

.nav-toggle.active span:nth-child(2) {
    left: 17px;
}

.nav-toggle.active span:nth-child(3) {
    left: 26px;
}






.form-message {
    display: flex;
    align-items: center;
    gap: 14px;
    padding: 17px 20px;
    margin-bottom: 25px;
    border: 1px solid;
    font-size: 14px;
    line-height: 1.5;
    font-weight: 400;
}

.form-message::before {
    flex: 0 0 28px;
    width: 28px;
    height: 28px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: Arial, sans-serif;
    font-size: 17px;
    font-weight: bold;
    color: #fff;
}

.form-message.ok {
    color: #315d2c;
    background: #e8f4e5;
    border-color: #9bc291;
}

.form-message.ok::before {
    content: "✓";
    background: #5b9b50;
}

.form-message.error {
    color: #7a2929;
    background: #f9e7e7;
    border-color: #d99a9a;
}

.form-message.error::before {
    content: "×";
    background: #c05252;
}

.vignette {
    position: relative;
    overflow: hidden;
}

.vignette::after {
    content: "";
    position: absolute;
    inset: 0;
    pointer-events: none;
    background: radial-gradient(
        ellipse at center,
        transparent 35%,
        rgba(0, 0, 0, 0.25) 65%,
        rgba(0, 0, 0, 0.45) 100%
    );
}

@media (max-width: 900px) {
    
    .white {
        padding: 20px 0 40px 0;
    }
    
    .nav-links {
        gap: 16px;
    }

    .offer,
    .offer.reverse,
    .collab,
    .collab.reverse {
        grid-template-columns: 1fr;
    }

    .offer.reverse .offer-image,
    .offer.reverse .offer-body,
    .collab.reverse .collab-gallery,
    .collab.reverse .collab-copy {
        order: initial;
    }

    .offer-image,
    .collab-gallery {
        /*min-height: 420px;*/
        /*height: 420px;*/
    }

    .offer-body {
        padding: 50px;
    }

    .two-col,
    .contact-grid,
    .booking-box {
        grid-template-columns: 1fr;
        gap: 50px;
    }

    .about-image {
        height: 500px;
    }

    .quotes {
        grid-template-columns: 1fr;
    }
    
    .video-grid {
        grid-template-columns: 1fr;
        gap: 40px;
    }

    .client-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 680px) {
    
    .video-wrap:not(.video-vertical) {
        height: auto;
    }
    
    .container,
    .nav,
    .main-content {
        width: min(calc(100% - 30px), var(--max));
    }

    .section {
        padding: 60px 0;
    }
    
    .contact {
        padding-bottom: 0;
    }

    .nav {
        padding: 18px 0;
    }

    .brand-mini img {
        width: 48px;
    }

    .nav-toggle {
        display: block;
        position: fixed;
        top: 15px;
        right: 15px;
        z-index: 1000;
    }

    .nav-links {
        position: fixed;
        top: 75px;
        left: 0;
        right: 0;
        background: rgba(8, 8, 8, .97);
        padding: 25px;
        flex-direction: column;
        align-items: flex-start;
        gap: 18px;
        border: 1px solid var(--line);
        max-height: 0;
        overflow: hidden;
        opacity: 0;
        transform: translateY(-10px);
        transition:
        max-height 0.5s ease,
        opacity 0.35s ease,
        transform 0.35s ease;
        z-index: 9999;
    }

    .nav-links.open {
        display: flex;
        max-height: calc(100vh - 90px);
        opacity: 1;
        transform: translateY(0);
        overflow-y: auto;
    }
    
    .main-content {
        margin-top: 0;
    }

    .main-logo {
        width: 82px;
    }

    .main h1 {
        margin-top: 25px;
        font-size: 30px;
    }

    .main h1 span {
        font-size: 25px;
    }

    .main-text {
        font-size: 14px;
        line-height: 1.5;
        margin-bottom: 20px;
    }
    
    .text-link {
        margin-top: 10px;
    }

    .main {
        background-position: center bottom 5px;
    }

    .offer-body {
        padding: 35px 25px;
    }

    .offer h3,
    .collab h3 {
        font-size: 38px;
    }

    .offer-image,
    .collab-gallery {
        /*min-height: 330px;*/
        /*height: 330px;*/
    }

    .section-heading {
        margin-bottom: 45px;
    }

    .about-image {
        height: 420px;
    }

    .collab {
        padding: 55px 0;
        gap: 35px;
    }

    .client-grid {
        grid-template-columns: 1fr 1fr;
    }

    .contact-details > div {
        display: block;
        margin-right: 0;
    }

    .contact-details strong,
    .contact-details a {
        display: block;
        margin-top: 4px;
    }

    .footer-inner {
        flex-wrap: wrap;
    }

    .footer-inner div {
        flex-direction: column;
        align-items: flex-start;
        gap: 0;
    }

    .quotes p {
        font-size: 22px;
    }

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