@charset "UTF-8";
html {
    scroll-behavior: smooth;
    scroll-padding-top: 70px
}

@media screen and (prefers-reduced-motion:reduce) {
    html {
        scroll-behavior: auto
    }
    .ignore-all {
        all: unset;
        scroll-behavior: auto
    }
}

@media screen and (-webkit-min-device-pixel-ratio:0) {
    body {
        text-rendering: auto
    }
}

body,
html {
    padding: 0;
    margin: 0;
    height: 100%
}

.two-column-container {
    display: inline-grid;
    grid-auto-flow: column;
    grid-template-columns: 260px 1fr
}

.portfolio-entries {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: center;
    align-content: center;
    gap: 20px
}

.portfolio-container {
    position: relative;
    display: inline-block;
    flex-basis: auto;
    box-shadow: 0 0 10px 2px #0000003d;
    transition: .2s ease-in-out
}

.portfolio-container:hover {
    box-shadow: 0 0 10px 2px #0000007c;
    filter: unset;
    transform: translateY(-4px)
}

.portfolio-image {
    height: 100%;
    width: 100%;
    object-fit: cover;
    object-position: var(--imgPosX) var(--imgPosY)
}

.portfolio-content {
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    position: absolute;
    text-align: left;
    padding-top: 20px;
    padding-bottom: 20px;
    display: inline-block;
    backdrop-filter: blur(5px)
}

.portfolio-entries {
    justify-content: left
}

.portfolio-container {
    width: 240px;
    height: 360px
}

@media (max-width:1200px) {
    .portfolio-entries {
        justify-content: flex-start
    }
    .portfolio-container {
        width: 130px;
        height: 195px
    }
}

@media screen and (max-width:2000px) {
    .two-column-container {
        width: 100%;
        text-decoration: none
    }
}

@media (max-width:1200px) {
    .two-column-container {
        display: inline-grid;
        grid-auto-flow: column;
        grid-template-columns: 1fr
    }
    .content-section,
    .header-section {
        margin-left: 0
    }
}

.parallax {
    perspective: 1px;
    height: 100vh;
    overflow-x: hidden;
    overflow-y: auto
}

.parallax__layer {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0
}

.parallax__group {
    position: relative;
    height: 100vh;
    transform-style: preserve-3d
}

.parallax__layer--base {
    transform: translateZ(0)
}

.parallax__layer--back {
    transform: translateZ(-1px)
}

.parallax__layer--deep {
    transform: translateZ(-2px)
}

.logoFontLight {
    font-family: 'Bona Nova', serif;
    letter-spacing: 2px;
    word-spacing: normal;
    color: var(--swatchLogoPrimary);
    font-weight: lighter;
    text-decoration: none;
    font-style: normal;
    font-variant: normal;
    text-shadow: 0 0 10px #000;
    margin: 0 auto;
    text-align: center
}

.logoFontAccent {
    font-family: 'Bona Nova', serif;
    letter-spacing: 2px;
    word-spacing: normal;
    color: var(--swatchLogoAccent);
    font-weight: lighter;
    text-decoration: none;
    font-style: normal;
    font-variant: normal;
    text-shadow: 0 0 10px #000;
    margin: 0 auto;
    text-align: center
}

@media screen and (max-width:2000px) {
    .header-container {
        margin-top: -70px
    }
    .logoFontLight {
        font-size: 100px
    }
    .logoFontAccent {
        font-size: 100px
    }
}

@media (max-width:1200px) {
    .header-container {
        margin-top: 0
    }
    .logoFontLight {
        font-size: 80px
    }
    .logoFontAccent {
        font-size: 80px
    }
}

.taglineFont,
.infoFont {
    font-size: 28px;
    color: var(--swatchLogoPrimary);
    font-weight: lighter;
    text-decoration: none;
    font-style: normal;
    font-variant: normal;
    text-shadow: 0 0 8px rgba(0,0,0,0.8);
    text-align: center;
    margin: 8px 0;
    padding-left: 6px
}

.taglineFont {
    letter-spacing: 6px;
    margin-top: 2px
}

.infoFont {
    font-size: 22px;
    letter-spacing: 1.5px;
    margin-top: 18px;
    opacity: 0.92
}

.scrollTagFont p {
    font-weight: lighter;
    font-style: normal;
    font-variant: normal;
    text-decoration: none;
    text-shadow: 0 0 5px #000;
    text-align: center;
    letter-spacing: 2px;
    color: var(--swatchLogoPrimary) !important
}

.nav-button {
    background-color: var(--backgroundColour);
    border: none;
    border-bottom: 5px solid transparent;
    color: var(--textColour);
    padding: 5px;
    padding-top: 10px;
    padding-bottom: 10px;
    font-family: 'Bona Nova', serif;
    font-size: 25px;
    text-align: left;
    text-indent: 10px;
    text-decoration: none;
    display: inline-block;
    border-radius: 0;
    transition: .1s ease-out
}

.nav-button:hover {
    color: var(--swatchAccentMid);
    text-decoration: none;
    cursor: pointer;
    border-bottom-color: var(--swatchAccentMid)
}

.nav-button.active {
    border-color: var(--swatchAccentMid) !important;
    border-style: solid !important;
    border-width: 0 0 0 5px !important;
    transition: .1s ease-out
}

.nav-button-s1.active {
    background-color: var(--swatchLight) !important;
    color: var(--swatchAccentMid) !important;
    text-decoration: none !important
}

.nav-button-s2.active {
    background-color: var(--swatchMid) !important;
    color: var(--swatchAccentMid) !important;
    text-decoration: none !important
}

.nav-button-s3.active {
    background-color: var(--swatchAccentDark) !important;
    color: var(--swatchAccentMid) !important;
    text-decoration: none !important
}

.nav-button-s4.active {
    background-color: var(--swatchLight) !important;
    color: var(--swatchAccentMid) !important;
    text-decoration: none !important
}

.header-container {
    background-color: #000000;
    min-height: 100vh;
    max-height: 100vh;
    position: relative;
    overflow: hidden;
    z-index: -1;
}

.header-content {
    width: 100%;
    min-height: 100%;
    max-height: 100%;
    float: left;
    left: 0;
    top: 0;
    position: absolute;
    text-align: left;
    padding-top: 20px;
    padding-bottom: 20px
}

.header-content-video {
    min-width: 100%;
    min-height: 100%;
    float: left;
    left: 0;
    top: 0;
    position: absolute;
    text-align: left;
    padding-top: 20px;
    padding-bottom: 20px;
    backdrop-filter: blur(3px)
}

.header-video {
    min-height: 100%;
    object-fit: cover;
    object-position: center;
    max-height: inherit;
    min-height: inherit;
    display: block;
    overflow: visible
}

.header-image {
    min-height: 100%;
    object-fit: cover;
    object-position: center;
    max-height: inherit;
    min-height: inherit;
    display: block;
    overflow: visible;
    object-position: var(--imgPosX) var(--imgPosY)
}

.book-section {
    display: flex;
    flex-flow: row nowrap;
    justify-content: center;
    align-items: stretch;
    gap: 50px;
}

@media (max-width:1200px) {
    .book-section {
        flex-flow: column;
    }
    .book-section-cover {
        width: 100%;
        justify-content: center;
        display: flex;
    }
}

.book-section-cover {
    order: 0;
}

.book-section-cover-img {
    max-height: 50vh;
    max-width: 100%;
}

.book-section-info {
    order: 1;
    flex-grow: 2;
}

.emphasis-button {
    display: inline-block;
    padding: 14px 32px;
    margin: 20px 0;
    background-color: var(--swatchAccentMid);
    text-align: center;
    color: var(--swatchLight);
    border-radius: 6px;
    letter-spacing: 0.5px;
    font-size: 18px;
    transition: ease 0.3s !important;
}

.emphasis-button:hover {
    background-color: var(--swatchAccentDark);
    box-shadow: 0 6px 18px 0 rgba(192,57,43,0.4);
    color: var(--swatchLight);
    transform: translateY(-2px);
}

.emphasis-button:focus-visible {
    outline: 3px solid var(--swatchAccentMid);
    outline-offset: 3px;
    transform: translateY(-1px)
}

.m_scroll_arrows {
    display: block;
    width: 5px;
    height: 5px;
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    border-right: 3px solid #ffffffd2;
    border-bottom: 3px solid #ffffffd2;
    margin: 0 0 3px 0;
    width: 16px;
    height: 16px
}

.one,
.three,
.two {
    -webkit-animation: mouse-scroll 1s infinite;
    -moz-animation: mouse-scroll 1s infinite
}

.one {
    -webkit-animation-delay: .1s;
    -moz-animation-delay: .1s;
    -webkit-animation-direction: alternate;
    margin-top: 1px
}

.two {
    -webkit-animation-delay: .2s;
    -moz-animation-delay: .2s;
    -webkit-animation-direction: alternate;
    margin-top: -6px
}

.three {
    -webkit-animation-delay: .3s;
    -moz-animation-delay: .3s;
    -webkit-animation-direction: alternate;
    margin-top: -6px
}

#scroll-anim {
    margin-top: 48px
}

@media (max-width:1200px) {
    .hero-text-block {
        padding-top: 28vh
    }
    #scroll-anim {
        margin-top: 32px
    }
}

@-webkit-keyframes mouse-wheel {
    0% {
        opacity: 1;
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0)
    }
    100% {
        opacity: 0;
        -webkit-transform: translateY(6px);
        -ms-transform: translateY(6px);
        transform: translateY(6px)
    }
}

@-moz-keyframes mouse-wheel {
    0% {
        top: 1px
    }
    25% {
        top: 2px
    }
    50% {
        top: 3px
    }
    75% {
        top: 2px
    }
    100% {
        top: 1px
    }
}

@-webkit-keyframes mouse-scroll {
    0% {
        opacity: 0
    }
    50% {
        opacity: .5
    }
    100% {
        opacity: 1
    }
}

@-moz-keyframes mouse-scroll {
    0% {
        opacity: 0
    }
    50% {
        opacity: .5
    }
    100% {
        opacity: 1
    }
}

@-o-keyframes mouse-scroll {
    0% {
        opacity: 0
    }
    50% {
        opacity: .5
    }
    100% {
        opacity: 1
    }
}

@keyframes mouse-scroll {
    0% {
        opacity: 0
    }
    50% {
        opacity: .5
    }
    100% {
        opacity: 1
    }
}

.taglineFont:before,
.taglineFont:after {
    background-color: #ffffff;
    content: "";
    display: inline-block;
    height: 1px;
    position: relative;
    vertical-align: middle;
    width: 20%;
    box-shadow: 0 0 5px #000;
}

.taglineFont:before {
    right: 0.5em;
    margin-left: -50%;
}

.taglineFont:after {
    left: 0.5em;
    margin-right: -50%;
}

.extract,
.live-event-container {
    transition: ease 0.2s;
}

@media screen and (max-width:2000px) {
    .extract:hover,
    .live-event-container:hover {
        border-top: 0px;
        border-right: 0px;
        border-bottom: 0px;
        border-left: 5px !important;
        border-color: var(--swatchAccentMid) !important;
        border-style: solid !important;
        padding-left: 15px;
    }
}

.field-style {
    background-color: rgba(255,255,255,0.7);
    color: #888;
    transition-property: all;
    transition: 0.2s ease-in-out;
    border: 1px solid #d0d0d0;
    box-shadow: none !important;
    font-weight: lighter;
    font-size: 20px;
    text-align: left;
    border-radius: 5px;
    padding: 12px 16px;
}

.field-style:hover {
    background-color: var(--swatchLight);
    color: var(--swatchDark);
    border-color: #b8b8b8;
    transition: 0.2s ease-in-out;
}

.field-style:focus {
    background-color: var(--swatchLight);
    color: var(--swatchDark);
    border-color: var(--swatchAccentMid);
    box-shadow: 0 0 0 3px rgba(192,57,43,0.2) !important;
    outline: none;
}

.field-style:active {
    background-color: var(--swatchLight);
    color: var(--swatchDark);
    transition: 0.2s ease-in-out;
}

.field-style:user-invalid:not(:placeholder-shown) {
    border-bottom: 5px !important;
    border-color: rgb(204, 0, 0);
}

::-webkit-input-placeholder {
    color: #aaa;
}

:-moz-placeholder {
    /* Firefox 18- */
    color: #aaa;
}

::-moz-placeholder {
    /* Firefox 19+ */
    color: #aaa;
}

:-ms-input-placeholder {
    color: #aaa;
}

.btn {
    max-width: 100%;
    width: 100%;
}

.btn:hover {
    background-color: var(--swatchAccentMid) !important;
    color: var(--swatchLight) !important;
}

.btn-success {
    transition: 0.5 ease-in-out;
    background-color: var(--swatchMid) !important;
    color: var(--swatchDark) !important;
}

.btn-success:hover {
    background-color: var(--swatchAccentMid) !important;
    color: var(--swatchLight) !important;
}

.close {
    background-color: inherit;
    color: inherit;
    border: none;
}

textarea {
    resize: none;
    border-radius: 5px;
}

.grecaptcha-badge {
    visibility: hidden;
}

form button:hover {
    background-color: var(--swatchAccentMid) !important;
    color: var(--swatchLight) !important;
}

.form-group {
    max-width: 100%;
    width: 100%;
    margin-bottom: 16px;
}

.influences-container {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
    align-items: flex-start;
    align-content: flex-start;
    gap: 15px;
}

.influence-container {
    border-radius: 15px;
    padding: 10px 10px 0px 10px;
    transition: 0.2s ease-in-out !important;
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    justify-content: center;
    align-items: flex-start;
    align-content: flex-start;
    row-gap: 5px;
    max-width: 220px;
}

.influence-pic {
    border-radius: 100%;
    width: 200px;
    height: 200px;
    object-fit: cover;
    border-width: 2px;
    border-style: solid;
    border-color: var(--swatchAccentMid);
    box-shadow: 0 4px 8px 0 #00000033;
}

.influence-name {
    margin-top: 5px;
    width: 100%;
    text-align: center;
}

.influence-alt {
    width: 100%;
    text-align: center;
}

.live-event-container {
    display: flex;
    flex-direction: row;
    justify-content: left;
    align-items: flex-start;
    align-content: flex-start;
    padding-top: 12px;
    margin-top: 30px;
    margin-bottom: 30px;
}

.live-event-calendar {
    height: 80px;
    width: 80px;
    align-self: center;
    text-align: center;
    padding-right: 10px;
}

.live-event-details {
    margin-top: 2px;
    display: flex;
    flex-direction: column;
}

.live-event-info {}

.contact-card {
    background-color: var(--swatchLight);
    border-radius: 14px;
    box-shadow: 0 4px 32px rgba(0, 0, 0, 0.1), 0 1px 4px rgba(0,0,0,0.06);
    padding: 44px 52px;
    max-width: 651px;
    margin: 0 auto;
    border-top: 4px solid var(--swatchAccentMid);
}

@media (max-width: 1200px) {
    .contact-card {
        padding: 28px 24px;
    }
}

/* Hero text block layout – replaces inline br tags */
.hero-text-block {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    padding-top: 30vh;
}

/* Portfolio title overlay on hover */
.portfolio-book-title {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background: linear-gradient(transparent, rgba(0,0,0,0.78));
    color: #f0ece8;
    padding: 28px 10px 12px;
    font-family: 'Bona Nova', serif;
    font-size: 13px;
    letter-spacing: 0.5px;
    text-align: center;
    opacity: 0;
    transition: opacity 0.2s ease-in-out;
    pointer-events: none
}

.portfolio-container:hover .portfolio-book-title,
.portfolio-container:focus-within .portfolio-book-title {
    opacity: 1
}

.portfolio-container:focus-visible {
    outline: 3px solid var(--swatchAccentMid);
    outline-offset: 2px
}