/*
Theme Name: Valentina Template Block Theme 1.0
Theme URI: 
Author: Fizzy Drink
Author URI: 
Description: 
Requires at least: 6.7
Tested up to: 6.7
Requires PHP: 5.7
Version: 6.7.1
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: valentina-template-block-theme-1-0
Tags: 
*/

/* @import 'assets/css/typography.css'; */
@import 'assets/css/normalize.css';

:root {
    line-height: 1.5;
    --type-ratio: 1.618;

    --color-scheme: dark;

    --font-family: system-ui;

    --fs-300: clamp(0.94rem, calc(0.92rem + 0.08vw), 0.98rem);
    --fs-400: clamp(1.13rem, calc(1.06rem + 0.33vw), 1.31rem);
    --fs-500: clamp(1.35rem, calc(1.21rem + 0.69vw), 1.75rem);
    --fs-600: clamp(1.62rem, calc(1.37rem + 1.24vw), 2.33rem);
    --fs-700: clamp(1.94rem, calc(1.54rem + 2.03vw), 3.11rem);
    --fs-800: clamp(2.33rem, calc(1.7rem + 3.15vw), 4.14rem);
    --fs-900: clamp(2.8rem, calc(1.85rem + 4.74vw), 5.52rem);

    --clr-primary-300: hsl(219, 76%, 55%);
    --clr-primary-400: hsl(219, 76%, 40%);
    --clr-primary-500: hsl(219, 76%, 25%);
    --clr-secondary-300: hsl(269, 75%, 55%);
    --clr-secondary-400: hsl(269, 75%, 40%);
    --clr-secondary-500: hsl(269, 75%, 25%);
    --clr-accent-200: hsl(358, 85%, 80%);
    --clr-accent-300: hsl(358, 72%, 65%);
    --clr-accent-400: hsl(358, 72%, 50%);
    --clr-accent-500: hsl(358, 72%, 35%);
    --bg-light-grey: hsl(0, 0%, 87%);
    --bg-mid-grey: hsl(0, 0%, 50%);
    --bg-taupe: hsl(26,32%,56%);
    /* --bg-light-taupe: hsl(25,15%,87%); */
    /*--bg-light-taupe: #DDC9BB; /* P 42-9 C */
    /* --bg-dark-taupe: hsl(26,19%,71%); */
    /*--bg-dark-taupe: #B6A293; 16-1210 TPG */


    --bg-light-taupe: #b9a89c;
    --bg-dark-taupe: #928072; 

 

    --accent-01: #BCD9D8; /* P 124-10 C */
    --accent-01-dark: #92BFBC;
    --accent-02: #BFBEDA; /* P 102-1 C */
    --accent-02-dark: #292944;
}

body {
    scroll-behavior: smooth;
    scroll-snap-type: y mandatory;
    background-color: var(--bg-light-taupe);
}


a {
    transition: all 150ms ease-in-out;
}

ol, ul {
    list-style: none;
    padding-inline: 0;
}

h1, h2, h3, h4, h5 {
    /* font-size: inherit;
    font-weight: inherit;
    line-height: 120%; */
}

h1 {
    font-size: clamp(2.5rem, 5vw, 4.235rem);
    font-family: 'Bodoni Moda';
    font-weight: 500;
    color: #000;
 }

h2, h3, h4, p {
    font-family: 'Montserrat', sans-serif;
}

main p, main h2, main h3,
article p, article h2, article h3 {
    font-size: clamp(1.25em, 1.5vw, 2.5em);
    font-weight: 300;
    /* margin-block-end: 1em; */
    max-width: 70ch;
}

main h2, main h3,
article h2, article h3 {
    font-weight: 500;
}

video {
    /* max-width: 100%; */
}

.splash-full-width {
    width: 100%;
    position: relative;
    background-color: var(--bg-mid-grey);
    outline: 1px solid red;
}

.splash-video {
    position: absolute;
    top: 0;
    left: 0;
    object-fit: cover;
    width: 100%;
    height: auto;
}

img.full-width {
    width: 100%;
    max-height: 45vh;
    object-fit: cover;
}

header {
    position: sticky;
    top: 0;
    z-index: 10;
    background-color: var(--bg-light-taupe);
    transition: all 300ms ease-in-out;
}

header.light-taupe {
    background-color: var(--bg-light-taupe);
}

header.dark-taupe {
    background-color: var(--bg-dark-taupe);
}


.logo-valentina {
    transition: all 200ms ease-in-out;
}

.logo-valentina-dark {
    color: #333;
}

.logo-valentina-light {
    color: #fff;
}

.sub-header {
    /* transition: all 300ms ease-in-out; */
}

.sub-header a {
    /* font: normal 1.35em 'Montserrat', sans-serif;
    text-transform: uppercase; */
    transition: all 150ms ease-in;
}

.sub-header a:hover,
.sub-header a:active {
    color: #fff !important;
}



 /* Nav menu */
.slide-menu {
    padding: 0 !important;
    position: fixed;
    top: 0;
    right: 0;
    width: 0;
    background-color: #333;
    height: 100dvh;
    z-index: 399;
    background-color: var(--bg-dark-taupe);
    transition: all 350ms ease-in-out;
    overflow: hidden;
}

.slide-menu ul {
    padding: 3em;
    margin-top: 2em;
    gap: 1em;
}

.slide-menu li {
    width: 100%;
}

.slide-menu li ul {
    padding: unset;
    margin-top: unset;
    margin-left: 2em;
}

.slide-menu li li a {
    font-size: 1.5em;
}

.slide-menu__button {
    position: absolute;
    right: 1em;
}

.slide-menu__button,
.slide-menu__close__img {
    background-color: transparent;
    border: none;
    cursor: pointer;
    width: 3rem;
    height: 3rem;
    transition: all 150ms ease-in-out;
}

.slide-menu__button,
.slide-menu__close__img {
    border-radius: 50%;
    padding: 0 0 0 0;
    //outline: 1px solid red;;
}

.slide-menu__button:hover,
.slide-menu__button:active {
    background-color: var(--bg-dark-taupe);
}

.slide-menu__close__img:hover,
.slide-menu__close__img:active {
    background-color: var(--bg-light-taupe);
}

.slide-menu__close__img {
    display: block;
}

.slide-menu li a,
.slide-menu__button {
    font-family: 'Montserrat', "bdnmoda", "Roboto Slab", sans-serif;
    font-weight: bold;
    font-size: 2em;
//    color: #fff;
}

.slide-menu li a {
    padding-inline: 0.5em;
    text-transform: uppercase;
    text-decoration: none;
    transition: all 250ms ease-in-out;
    display: inline-block;
    font-kerning: normal;
    //text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.45);
    color: #eee;
}

.slide-menu li a:focus,
.slide-menu li a:hover {
    //background-color: rgba(255, 153, 51, 1);
    /* background: linear-gradient(90deg, #f8ff00 0%, #3ad59f 100%); */
    background: linear-gradient(90deg, #e3ffe7 0%, #d9e7ff 100%);
    background-clip: text;
    -webkit-text-fill-color: transparent;
    /* transform: translate(0.3em, 0); */
    color: #fff;
    text-shadow: none;    
}

.slide-menu li a::after,
.slide-menu li a:focus::after,
.slide-menu li a:hover::after {
    content: ' ';
    height: 6px;
    display: block;
    transition: all 150ms ease-in-out;
    background-size: 0 4px;
    background-repeat: no-repeat;
    //background-image: linear-gradient(90deg, #d53369 0%, #daae51 100%);
    //background-image: linear-gradient(90deg, #0700b8 0%, #00ff88 100%);
    background-image: linear-gradient(90deg, #e3ffe7 0%, #d9e7ff 100%);
    border-radius: 4px;
}

.slide-menu li a:focus::after,
.slide-menu li a:hover::after {
    background-size: 100% 4px;
}

#slide-menu__close__fillcolor {
    transition: all 200ms ease-in-out;
}
/* .slide-menu a::before {
    display: block;
    content: data-text;
    font-weight: bold;
    height: 0;
    overflow: hidden;
    visibility: hidden;
} */


.menu-top {
    margin-inline-start: auto;
    outline: 1px solid yellow;
}

.menu-top ul {
    line-height: 1.4em;
}

.menu-top a {
    font-family: 'vcaps', sans-serif;
    font-weight: 500;
    font-size: 2em;
    text-transform: uppercase;
    text-decoration: none;
    color: #333;
}

.menu-top li a {
    color: #fff;
    font-weight: bold;
    transition: 250ms ease-in;
    padding-inline: 0.5em;
    padding-block: 0.2em 0.4em;
    display: inline-block;
}

.menu-top li a:hover,
.menu-top li a:active {
    background-color: rgba(255, 153, 51, 1);
    filter: invert(1);
    transform: translateX(-0.2em) translateY(-0.1em);
}

.section1 > * {
    flex-basis: 1fr 1fr;
    outline: 1px solid #3ad59f;
}

.page-content {
    margin-top: 4em;
    gap: 4rem;
}

.page-content > * {
}

.page-content__title {
    margin-bottom: 2rem;
}

.page-content .wp-block-button__link {
    transition: all 200ms ease-in-out;
    border: 2px solid transparent;
}

.page-content .wp-block-button__link:hover,
.page-content .wp-block-button__link:active {
    //filter: contrast(.8);
    box-shadow: inset 0px 0px 5px rgba(255,255,255, 0.95);
    border: 2px solid #fff;
}

.button-accent-hover a:hover {
    background-color: var(--clr-accent-400) !important;
}

.footer-nav-list a:hover,
.footer-nav-list a:active {
    color: var(--clr-accent-400) !important;
}



/* .wpcf7-form {
    outline: 1px solid #3ad59f;
    overflow: hidden;
} */

.wpcf7-form p,
.wpcf7-form input,
.wpcf7-form textarea {
    font-size: unset;
    font-size: 1.2em;
    color: #333;
    transition: all 250ms ease-in-out;
}

.wpcf7-form label {
    font-weight: 500;
}

.wpcf7-form input,
.wpcf7-form textarea {
    padding: .2em;
    background-color: #eee;
    border: none;
}

.wpcf7-form input:focus,
.wpcf7-form textarea:focus {
    background-color: #fff;
    outline: 1px solid var(--clr-accent-300);
}

.wpcf7-form input[type="submit"] {
    padding: .4em;
    border: 1px solid var(--bg-dark-taupe);
}

.wpcf7-form input[type="submit"]:hover,
.wpcf7-form input[type="submit"]:focus {
    background-color: var(--clr-accent-200);
}

footer {
    margin-top: 5em;
    background-color: var(--bg-dark-taupe);
}

.footer-wrapper {
    flex-flow: row nowrap;
    padding-block: 2em;
    gap: 4em;
}

.footer-wrapper > * {
    flex: 0 0 30%;
}

.footer-wrapper img {
    max-width: 20em;
}

.footer-wrapper h3 {
    color: #fff;
    font-weight: 500;
    font-size: 1.25em;
    margin-block-end: .5em;
    text-transform: uppercase;
}

.footer-wrapper a {
    color: var(--accent-02-dark);
    font-weight: 600;
    transition: all 300ms ease-in-out;
    display: inline;
    padding-inline: 0.3em;
}

.footer-menu a:hover,
.footer-menu a:active {
    background-color: var(--accent-02-dark);
    color: #fff;
}

.footer-menu {
    margin-bottom: 1em;
}

.footer-menu li {
    margin-bottom: .3em;
}



nav.social-icons {
    /* outline: 1px solid green; */
    justify-content: flex-start;
    gap: 1em;
}

.social-icons img {
    max-width: 4em;
}


@media only screen and (max-width: 800px) {
    .logo-valentina {
        max-width: 60vw;
        font-size: 2em !important;
    }

    .slide-menu {
        max-width: 100%;
    }

    .slide-menu li {
        border-bottom: 2px dotted #666;
    }

    .slide-menu li li {
        border-bottom: none;
    }

    .slide-menu li a {
        color: #fff;
    }

    .wpcf7-form {
        width: 100%;
    }

    .wpcf7-form input,
    .wpcf7-form textarea {
        width: 100%;
    }

    .desktop-only {
        display: none;
    }

    .footer-wrapper {
        flex-direction: column;
    }

    .footer-wrapper > * {
        flex: 0 1 auto;
    }

}

@media only screen and (min-width: 801px) {
    .slide-menu {
        max-width: 400px;
    }

    .slide-menu li a {
        font-size: 1.5em;
    }

    .slide-menu li li a {
        font-size: 1em;
    }
}