@font-face {
    font-family: 'hurme_geometric_sans_1regular';
    src: url('font/hurme_-_hurmegeometricsans1_regular-webfont.woff2') format('woff2'),
         url('font/hurme_-_hurmegeometricsans1_regular-webfont.woff') format('woff');
    font-weight: 100;
	}

	@font-face {
    font-family: 'hurme_geometric_sans_1regular';
    src: url('font/hurme_-_hurmegeometricsans1_semibold-webfont.woff2') format('woff2'),
         url('font/hurme_-_hurmegeometricsans1_semibold-webfont.woff') format('woff');
    font-weight: bold;
	}

* {
    box-sizing:border-box;
}
.about-acknowledgement {
    max-width:600px;
    text-align:justify;
    margin:1em auto 1.1em auto;
}
#about-contact {
    margin: 1em 0 1em 0;
}
#about-contact span {
    display:block;
}
#about-email a {
    color:inherit;
    text-decoration:none;
}
#about-mailing-list a {
    color:inherit;
    text-decoration:none;
    text-transform:uppercase;
    font-weight:600;
    opacity:0.5;
    transition:all 0.5s;
}
#about-mailing-list a:hover {
    opacity:1;
}
.about-divider {
    width:50%;
    height:0px;
    border:solid 0.06em black;
}
.about-image {
    position:fixed;
    top:0;
    left:0;
    height:100vh;
    height:100dvh;
    width:50vw;
    background-size:cover;
    background-repeat:no-repeat;
    background-position:center center;
}
.about-info {
    padding:10vh 4vw;
    padding:10dvh 4vw;
    font-size: 0.8em;
    width:50vw;
    min-height:95vh;
    min-height:95dvh;
    display:flex;
    text-align:center;
    flex-direction:column;
    align-content:center;
    justify-content:center;
}
.about-text {
    max-width:600px;
    text-align:justify;
    margin:1em auto ;
}
.about-text p{
    margin:0;
    margin-top:10px;
}
#about-wrapper {
    position:absolute;
    top:0;
    left:0;
    width:100vw;
    min-height:100vh;
    min-height:100dvh;
    display:flex;
    flex-direction:row-reverse;
}
.admin-section {
    padding:2vmin 0 2vmin 0;
    border-top:solid 1px black;
    width:100%;
}
.admin-section input {
    min-width:500px;
}
.admin-section label {
    font-weight:600;
}
.artist-bio-available-works-link {
    color:inherit;
    text-transform:uppercase;
    text-decoration:none;
    font-weight:600;
    opacity:0.5;
    transition:all 0.5s;
}
.artist-bio-available-works-link:hover {
    opacity:1;
}
.artist-bio {
    max-width: 600px;
    margin:0 auto;
    text-align: justify;
}
.artist-bio p {
    margin-top:20px;
}
.artist-details {
    margin-bottom: 20px;
    margin-top:20px;
}
#artist-info {
    padding:10vh 4vw;
    padding:10dvh 4vw;
    font-size: 0.8em;
    position:absolute;
    top:0;
    left:0;
    width:100vw;
    min-height:95vh;
    min-height:95dvh;
    display:flex;
    text-align:center;
    flex-direction:column;
    align-content:center;
    justify-content:center;
}
#artists-list {
    position:absolute;
    top:0;
    height:95vh;
    height:95dvh;
    width:100vw;
    display:flex;
    flex-direction:column;
    justify-content:center;
    align-items:center;
}
#artist-list-backdrop {
    position: fixed;
    top: 47.5vh;
    top: 47.5dvh;
    left: 50vw;
    width: 70vmin;
    height: 70vmin;
    transform: translate(-50%,-50%);
    pointer-events: none;
    z-index: -1;
    opacity:0.3;
}
#artist-list-backdrop.visible {
    opacity: 1;
}
.artist-list-entry {
    opacity:0.5;
    transition: all 0.5s;
    display:flex;
    align-items:flex-start;
}
.artist-list-entry:hover {
    opacity:1;
}
.artist-list-entry a {
    text-decoration: none;
    color: inherit;
}
.artist-list-entry span {
    vertical-align:top;
}
.artist-name {
    font-size:1rem;
    font-weight:600;
}
.available-work-artist {
    font-weight:600;
}
.available-work-card {
    position: relative;
    color: #000;
    font-size:0.6em;
    margin-bottom: 20px;
    flex: 0 0 auto;
    aspect-ratio: 4 / 5;
    max-width: 80vw;
    scroll-snap-align: center;
    margin: 0 8vw;
    display:flex;
    flex-direction:column;
    justify-content:center;
    text-align:center;
}
.available-work-card span,
.available-work-card img {
    position: relative;
    display: inline-block;
    z-index: 1;
}
#available-works-slider-container,
#available-works-grid-container,
#projects-slider-container,
#projects-grid-container {
    opacity: 1;
    transition: opacity 0.5s;
    overflow:auto;
}
#available-works-slider-container.hidden,
#available-works-grid-container.hidden,
#projects-slider-container.hidden,
#projects-grid-container.hidden {
    opacity: 0;
   pointer-events:none;
   overflow:hidden;
}
#available-works-grid-container {
    position:absolute;
    top:0;
    width:100vw;
    padding-bottom:10dvh;
    padding-bottom:10vh;
    display:flex;
    flex-flow:row wrap;
    justify-content:center;
    padding-top:10vh;
    padding-top:10dvh;
}
#available-works-grid-container .available-work-card {
    flex:0 1 30%;
    margin: 10px;
    margin-bottom:40px;
}
.available-work-image-card {
    max-height:100%;
}
.available-work-image-container {
    width:100%;
    aspect-ratio: 1 / 1;
    background-size:contain;
    background-repeat:no-repeat;
    background-position:center center;
    margin-bottom:20px;
    flex: 1 1 auto;
}
.backdrop-image {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-size: contain;
    background-position: center center;
    background-repeat:no-repeat;
    opacity: 0;
    transition: opacity 0.5s ease;
}
#base {
    position:fixed;
    z-index:9999;
    bottom:5vh;
    bottom:5dvh;
    left:50vw;
    transform:translate(-50%,0);
    font-weight:600;
    padding: 10px 20px 0px 20px;
    border-top:solid 0.1em rgba(0,0,0,0.5);
    color:rgba(0,0,0,0.5);
    transition: all 0.5s;
    white-space:nowrap;
}
#base a {
    color:inherit;
    text-decoration:none;
}
#base:hover {
    color:black;
    border-color: black;
    pointer:cursor;
}
body {
    margin: 0;
    padding: 0;
    font-family: "hurme_geometric_sans_1regular", 'Hurme Geometric Sans 1', sans-serif;
    background: #f7f7f7;
    background-attachment:fixed;
    min-height:100vh;
    min-height:100dvh;
}
button {
    cursor: pointer;
}
#dash-title {
    width:100%;
    text-align:center;
    font-weight:600;
    text-transform:uppercase;
    padding-bottom:1em;  
}
.dash-unit {
    width:calc(50% - 8vmin);
    padding:2vmin;
    margin:1vmin;
    border: solid 1px black;
    background:#eee;
}
.dash-unit a,
#dash-title a {
    color:inherit;
    font-size:0.8em;
    font-weight:600;
    text-transform:uppercase;
    opacity:0.5;
}
.dash-unit a:hover {
    opacity:1;
}
.dash-unit h2 {
    font-size:1rem;
    text-transform:uppercase;
    font-weight:600;
    display:inline-block;
}
.dash-wrapper {
    padding:5vmin;
    display:flex;
    flex-flow:row wrap;
    justify-content:center;
}
.dash-wrapper form {
    width:100%;
}
.dash-wrapper p {
    font-size:0.7em;
    margin-top:0;
}
#editor-container {
    background:white;
}
#editor-container p,
#quill-editor p{
    font-size:0.85rem;
    margin-bottom:1em;
}
.enquire-link {
    display: inline-block;
    margin-top: 20px;
    text-decoration: none;
    font-weight:600;
    color:black;
    opacity:0.5;
    text-transform:uppercase;
    transition:all 0.5s;
}
.enquire-link:hover {
    opacity:1;
}
#enquiry-form button {
    background:none;
    border:0px;
    font-family:inherit;
    text-transform:uppercase;
    font-weight:600;
    opacity:0.5;
    transition: all 0.5s;
    margin:0 0.6em;
}
#enquiry-form button:hover {
    opacity:1;
}
#enquiry-form input{
    background:none;
    border:0px;
    border-bottom:solid 1px black;
    font-family:inherit;
    width:600px;
    max-width:90vw;
}
#enquiry-form textarea{
    background:none;
    border:0px;
    border-bottom:solid 1px black;
    font-family:inherit;
    font-size:inherit;
    width:600px;
    max-width:90vw;
    resize: none;
}
#enquiry-form-container {
    position:fixed;
    top:0; 
    left:0; 
    width:100vw;
    height:100vh;
    height:100dvh;
    background:#eee; 
    padding:20px;
    z-index:1000;
    text-align:center;
    font-size:0.8rem;
    opacity: 0;
    pointer-events: none;
    transition: opacity 0.5s ease;
}
#enquiry-head {
    display:block;
    font-weight:600;
    text-transform:uppercase;
    font-size:1rem;
    margin-bottom:1em;
}
#enquiry-work-details strong{
    text-transform:uppercase;
}
#enquiry-wrap {
    display:flex;
    flex-direction:column;
    align-items:center;
    justify-content:center;
    height:100%;
    width:100%;
}
img {
    max-width: 100%;
    height: auto;
}
.list-first-name {
    display:inline-block;
    width:50vw;
    text-align: right;
    padding-right:0.15em;
}
.list-last-name {
    display:inline-block;
    width:50vw;
    text-align: left;
    padding-left:0.15em;
    font-weight:600;
}
#menu {
    position:absolute;
    top:0;
    left:0;
    height:95vh;
    height:95dvh;
    width:100vw;
    display:flex;
    flex-direction:column;
    justify-content:center;
    align-items:center;
}
.menu-item {
    padding:2em;
    font-weight:600;
}
.menu-item a{
    color:inherit;
    text-decoration:none;
    opacity:0.5;
    transition: all 0.5s;
}
.menu-item a:hover{
    opacity:1;
}
.project-card {
    flex: 0 0 auto;
    aspect-ratio: 4 / 5;
    max-width:80vw;
    scroll-snap-align: center;
    margin: 0 8vw;
    background:#ccc;
    background-size: cover;
    background-position: center;
    position: relative;
    cursor: pointer;
    color: #000;
    display:flex;
    flex-direction:column;
    align-items:center;
    justify-content:flex-end;
    text-align:center;
    padding-bottom:5dvh;
}
.project-card.dark-text {
    color: #000;
}
.project-card.light-text {
    color: #fff;
}
.project-card .project-artist {
    font-weight: 600;
}
.project-card .project-dates {
    font-size:0.8em;
    margin-top:1em;
}
.project-card .project-number {
    font-size:0.8em;
    margin-bottom:1em;
}
.project-card .project-title {
    font-style:italic;
}
.project-card span {
    position: relative;
    display: block;
    z-index: 1;
}
.project-catalogue a {
    display:inline-block;
    margin-top:1em;
    color:inherit;
    text-decoration:none;
    text-transform:uppercase;
    font-weight:600;
    opacity:0.5;
    transition:all 0.5s;
}
.project-catalogue a:hover {
    opacity:1;
}
.project-divider {
    width:50%;
    height:0px;
    border:solid 0.06em black;
}
.project-image {
    position:fixed;
    top:0;
    left:0;
    height:100vh;
    height:100dvh;
    width:50vw;
    background-size:cover;
    background-repeat:no-repeat;
    background-position:center center;
}
.project-info {
    padding:10vh 4vw;
    padding:10dvh 4vw;
    font-size: 0.8em;
    width:50vw;
    min-height:95vh;
    min-height:95dvh;
    display:flex;
    text-align:center;
    flex-direction:column;
    align-content:center;
    justify-content:center;
}
.project-info img {
    max-height:60vh;
    max-height:60dvh;
    object-fit: contain;
}
.project-info .project-artist {
    font-weight:600;
}
.project-info .project-artist,
.project-info .project-title {
    font-size:1rem;
}
.project-info .project-dates {
    margin-top:10px;
    margin-bottom:20px;
}
.project-info .project-number {
    margin-bottom:10px;
}
.project-text {
    max-width:600px;
    text-align:justify;
    margin:1em auto 1.8em auto;
}
.project-text p{
    margin:0;
    margin-top:10px;
}
.project-text p a {
    color:inherit;
    text-decoration:none;
    text-transform:uppercase;
    font-weight:600;
    opacity:1;
    transition:all 0.5s;
}
.project-text p a:hover {
    opacity:0.5;
}
#project-wrapper {
    position:absolute;
    top:0;
    left:0;
    width:100vw;
    min-height:100vh;
    min-height:100dvh;
    display:flex;
    flex-direction:row-reverse;
}
#projects-grid-container {
    position:absolute;
    width:100vw;
    top:0;
    left:0;
    padding-bottom:10vh;
    padding-bottom:10dvh;
    display:flex;
    flex-flow:row wrap;
    justify-content:center;
    padding-top:10vh;
    padding-top:10dvh;
}
#projects-grid-container .project-card {
    flex:0 1 30%;
    transition: all 0.5s;
    margin:10px;
    padding-bottom:1.5em;
    padding-left:0.5em;
    padding-right:0.5em;
}
#projects-slider-container,
#available-works-slider-container {
    position: relative;
    overflow: hidden;
}
#projects-slider-cover {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #f7f7f7;
    background-attachment:fixed;
    z-index: 10;
    opacity: 1;
    pointer-events: all;
    transition: opacity 0.5s ease;
}
#projects-slider-cover.hidden {
    opacity: 0;
    pointer-events: none;
}
.scroll-box {
    height:40vh;
    height:40dvh;
    overflow:scroll;
    border-top:solid 1px grey;
    border-bottom:solid 1px grey;
    padding:1em 0 1em 0;
}
.slider {
    height:95vh;
    height:95dvh;
    display:flex;
    flex-direction:column;
    justify-content:center;
}
.slider button {
    background:none;
    border:none;
    border-radius:0;
    position:absolute;
    top:50%;
    font-size:3em;
    z-index:100;
    opacity:0.5;
    transition: all 0.5s;
}
.slider button:hover {
    opacity:1;
}
.slider-next {
    right:2vw;
}
.slider-prev {
    left:2vw;
}
.slider-track {
    display: flex;
    height:80%;
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    scroll-behavior: smooth;
    padding: 0; /* We'll set dynamic left/right padding with JS */
    overflow-x: scroll;
    overflow-y: hidden;
    scrollbar-width: none; /* Firefox */
    -ms-overflow-style: none;  /* IE/Edge */
    position: relative;
}
.slider-track .available-work-card {
    transition: transform 0.3s ease, opacity 0.3s ease;
    opacity: 0.5;
    transform: scale(0.9);
}
.slider-track .available-work-card.active {
    opacity: 1;
    transform: scale(1);
}
.slider-track .project-card {
    transition: transform 0.3s ease, opacity 0.3s ease;
    opacity: 0.5;
    transform: scale(0.9);
}
.slider-track .project-card.active {
    opacity: 1;
    transform: scale(1);
}
.slider-track::-webkit-scrollbar {
    display: none; /* Chrome, Safari */
}
#splash {
    position:fixed;
    top:0;
    left:0;
    width:100vw;
    height:100vh;
    height:100dvh;
    background: #f7f7f7;
    background-size:cover;
    background-repeat:no-repeat;
    background-position:center center;
    background-image:url('/assets/splash/splash.jpg');
    display:flex;
    justify-content:center;
    align-items:center;
    color:white;
    font-size:5vmin;
    font-weight:600;
    text-align:center;
}
strong {
    font-weight:600;
}
textarea {
    font-family:inherit;
    font-size:0.8em;
}
#view-grid-btn {
    position:fixed;
    top:2vw;
    right:2vw;
    height:2.3em;
    width:2.3em;
    background:none;
    border:none;
    background-image:url('images/grid-icon.png');
    background-size:contain;
    background-position: center center;
}
.view-hidden {
    opacity: 0;
    pointer-events: none;
}
#view-slider-btn {
    position:fixed;
    top:2vw;
    right:2vw;
    height:2.3em;
    width:2.3em;
    background:none;
    border:none;
    background-image:url('images/slider-icon.png');
    background-size:contain;
    background-position: center center;
}
.toggle-btn {
    opacity: 0.5;
    transition: opacity 0.5s;
}
.toggle-btn:hover {
    opacity: 1;
}
.toggle-btn.hidden {
    opacity: 0;
    pointer-events: none;
}

/* --------------------------------
P O R T R A I T - S T Y L E S
/* -------------------------------- */

@media (orientation: portrait) {
.about-image {
    position:relative;
    aspect-ratio: 4 / 5;
    width:100vw;
    height:auto;
}
.about-info {
    width:100vw;
     min-height:auto;
}
#about-wrapper {
    flex-direction:column;
}
#available-works-grid-container .available-work-card {
    flex:0 1 45%;
    margin: 10px;
}
#projects-grid-container .project-card {
    flex:0 1 45%;
    transition: all 0.5s;
    margin:10px;
    padding:10px;
}
.grid-mode .project-artist {
    font-weight: 600;
    font-size:0.7em;
}
.grid-mode .project-dates {
    font-size:0.7em;
    margin:0;
}
.grid-mode .project-number {
    font-size:0.8em;
    margin:0;
    font-size:0.7em;
}
.grid-mode .project-title {
    font-style:italic;
    font-size:0.7em;
}
.project-image {
    position:relative;
    aspect-ratio: 4 / 5;
    width:100vw;
    height:auto;
}
.project-info {
    width:100vw;
    min-height:auto;
    padding-bottom:20vh;
    padding-bottom:20dvh;
    justify-content:flex-start;
}
#project-wrapper {
    flex-direction:column;
}

}