@font-face {
    font-family: source-sans-3;
    src: url(../font/Source_Sans_3/SourceSans3-VariableFont_wght.ttf);
}
@font-face {
    font-family: source-sans-3-italic;
    src: url(../font/Source_Sans_3/SourceSans3-Italic-VariableFont_wght.ttf);
}
@font-face {
    font-family: decor-manrope;
    src: url(../font/Manrope/Manrope-VariableFont_wght.ttf);
}

html{font-size: 17px;font-family: source-sans-3, system-ui , sans-serif; background:linear-gradient(35deg , #000000 , #222222);color: #FFFFFF;}
header > svg {transform: scale(1.4);}
h1{line-height: 1;margin-left: 12px;margin-right:13px;margin-bottom: 0.8rem;margin-top: 1.2rem;}
h2,h3{line-height: 1.1;margin-left: 8px;margin-right: 8px;margin-bottom: 0.8rem;margin-top: 1.1rem;}
h4,h5,h6{line-height: 1.2;margin-left: 8px;margin-right: 8px;margin-bottom: 0.8rem;margin-top: 1rem;}
p,b,i{line-height: 1.2; margin-left: 8px; margin-right: 8px; margin-bottom: 0.4rem; margin-top: 0.85rem;}
a:focus,button:focus,input:focus,textarea:focus {outline:1px solid #444444;z-index:+1;}
input::-webkit-input-placeholder,input::-moz-placeholder,input:-moz-placeholder,input:-ms-input-placeholder,textarea::-webkit-input-placeholder,textarea::-moz-placeholder,textarea:-moz-placeholder,textarea:-ms-input-placeholder{color:#777777;}
::-webkit-scrollbar {width: 8px;height: 6px;}::-webkit-scrollbar-track {background: #444444;}::-webkit-scrollbar-thumb {background: #787878; border-radius: 2px;}::-webkit-scrollbar-thumb:hover{background: #000000;border: 2px solid #ffffff;}

header{
    background: linear-gradient(175deg , #000000, #111111);
    box-shadow: -1px 0 2px 0px #AAAAAA inset;
}

header > button{
    background: linear-gradient(135deg , #FFAA11 , #EECC00);
    color: #000000;
    box-shadow: 0 0 0 1px #444444 inset;
    transition: 1s;
}
header > button > img{
    min-width: max-content;
    /* filter: invert(1); */
}
header > button:hover{
    opacity: unset;
    box-shadow: 0 0 0 1px #777777 inset;
    background: linear-gradient(135deg , #FFAA11 , #EECC00);
    background-size: 400% 400%; /* Make the background larger than the container */
    animation: gradientAnimation 2s ease infinite; /* Apply the animation */
}

header > nav > a > svg path{
    fill: #000000;
}

body .scroll {
  gap: 8px;
}

.gallery.side-text {
    box-shadow: -1px 0 2px 0px #AAAAAA;
    background: #000000;
    gap: 24px;
    padding-right: 12px;
}

.gallery.side-text > div{
    min-height: 24rem;
    color: #FFFFFF;
}

.gallery.side-text > div > ol.advantage > li > img{
    filter: invert(1);
}

.gallery.side-text > div > ol{
    margin-left: 18px;
}

.gallery.side-text > div > h1{
    font-size: 44px;
    line-height: 1;
}

.gallery-card{
    cursor: grab;
}

.action > a:nth-child(2) > svg:nth-child(2) > path:nth-child(3),
.action > a:nth-child(2) > svg:nth-child(2) > path:nth-child(6){
    fill: #FFFFFF;
}

.action-wrap > a{
    background: #FFFFFF;
    color: #000000;
    font-weight: 600;
}

.action-list > a,
.action-line > a{
    background: #444444;
    color: #FFFFFF;
}
.action-list > a > img,
.action-line > a > img{
    filter: invert(1);
}

.action.invert > a {
    filter: invert(1);
}

.gallery.side-text > div > ol.advantage > li > span{
    color: #AAAAAA;
}

.grid-tile > div{
    background: linear-gradient(34deg , #FFFFFF 40% , #DDDDDD 71%);
    color: #000000;
    box-shadow: 0 0 0 1px #777777;
    position: relative;
    padding-bottom: 48px;
}
.grid-tile > div > a > img{
    aspect-ratio: 1/1;
    width: 100%;
    object-fit: contain;
    border-top-left-radius: 24px;
    border-top-right-radius: 24px;
}
.grid-tile > div > h3 > a > span{
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    width: 100%;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: -0.04em;
}
.grid-tile > div > h3 > a:any-link{
    color: #000000;
}
.grid-tile > div > h3 > span{
    display: flex;
    font-weight: 700;
    font-size: 1.2em;
}
.grid-tile > div > ul{
    padding-right: 8px;
    letter-spacing: -0.02em;
    line-height: 1.1;
}
.grid-tile > div > .action{
    margin-left: 8px;
    margin-bottom: 8px;
    position: absolute;
    bottom: 0px;
    left: 0px;
}

.action-simple > a{
    color: #FFFFFF;
}
.action-simple > a > span{
    font-weight: 500;
    font-size: 19px;
    letter-spacing: 1px;
}
.action-simple > a > img {
    filter: invert(1);
}

#about {
    margin-top: 12px;
}

.side-video > div > h2 {
    font-size: 34px;
}
.side-video > video {
    box-shadow: 0 0 0 1px #777777;
}

#contact > .map{
    width: calc(100% - 24px);
    margin-left: 12px;
}
#contact > .map > a{
    padding-top: 12px;
}
#contact > .map > iframe {
 width: 100%;
 border: unset;
 box-shadow: 0 0 0 1px #777777;
}

.action-list > a{
    box-shadow: 0 0 0 1px #ffaa00;
}
.action-line > a{
    box-shadow: 0 0 0 1px #7a7a7a;
}

#product > .action {
    width: max-content;
    margin-left: auto;
}

article > h1 {
    font-family: decor-manrope , system-ui , sans-serif;
}

main > section#first-screen{
    max-width: 650px;
    margin-left: auto;
    margin-right: auto;
    padding-top: 48px;
}
main > section#first-screen > h1 > span {
    text-align: center;
}
main > section#first-screen > span{
    text-transform: uppercase;
    display: flex;
    transform: translate(20px,0);
}
main > section#first-screen > h1 {
    font-family: decor-manrope , system-ui , sans-serif;
    font-size: 34px;
    margin-bottom: 34px;
    margin-top: 12px;
}
main > section#first-screen > p {
    font-size: 19px;
    line-height: 1.4;
}
main > section#first-screen > .action {
    margin-top: 12px;
}

section#filter{
    max-width: 650px;
}
main form#filter,
main form#filter{
    margin-top: 24px;
}
main section#filter h2,
main form#filter h2{
    font-family: decor-manrope , system-ui , sans-serif;
    font-size: 34px;
    text-align: center;
}
main section#filter form legend,
main section#filter form h3,
main section#filter form span{
    font-size: 27px;
}

section#product-side-text > .text > h1{
    font-family: 'decor-manrope' , system-ui , sans-serif;
    font-size: 45px;
    margin-top: 18px;
}
section#product-side-text > .text > h2 {
    font-family: 'decor-manrope' , system-ui , sans-serif;
    font-size: 34px;
    margin-top: 10px;
}
section#popup.active{
    background: #FFFFFF;
    color: #000000;
    max-width: 100vw;
    display: flex;
    align-items: center;
    flex-direction: column;
    position: fixed;
}
section#popup > strong{
    margin-bottom: 8px;
    margin-top: 12px;
    display: inline-flex;
    font-size: 20px;
    text-align: left;
    width: max-content;
}

section#recommend{
    margin-top: 12px;
    margin-bottom: 12px;
}
section#recommend > h2 {
    font-size: 18px;
    opacity: 0.5;
}

button#open-account.active{
    display: none;
}
section#account-screen{
    display: none;
    transition: 1s;
    width: calc(100% - 48px - 16px);
    height: calc(100% - 32px - 32px);
    position: fixed;
    background: #f0f0f0;
    color: #000000;
    border: 1px solid #cccccc;
    right: 50%;
    bottom: 50%;
    transform: translate(-100vw,50%);
    max-width: 1600px;
    max-height: 1000px;
    z-index: 9;
    padding-left: 24px;
    padding-right: 24px;
    padding-top: 16px;
    padding-bottom: 16px;
    border-radius: 32px;
    word-break: break-all;
}
section#account-screen.active{
    display: block;
    transform: translate(50%,50%);
}
section#account-screen.active > h2{
    padding: unset;
    color: #000000;
    margin: unset;
    word-break: break-word;
    font-style: italic;
    opacity: 0.7;
    letter-spacing: -1px;
}
section#account-screen.active > button{
    position: absolute;
    z-index: 12;
    pointer-events: all;
    right: 8px;
    top: 8px;
    border: unset;
    background: transparent;
    padding: unset;
}
section#account-screen{
    font-family: system-ui , sans-serif;
}
section#account-screen form > legend {
    font-weight: 600;
    font-size: 24px;
    margin-bottom: 12px;
    margin-top: 20px;
    letter-spacing: -1px;
}
section#account-screen form > .g {
    display: flex;
    align-items: center;
    position: relative;
    margin-bottom: 12px;
    max-width: 325px;
}
section#account-screen form > .g > input{
    min-height: 40px;
    background: #ffffff;
    border: 1px solid #cccccc;
    width: 100%;
    padding-left: 12px;
    padding-right: 12px;
    border-radius: 24px;
}
section#account-screen form > .g > input:focus ~ label{
    opacity: 1;
    z-index: 9;
}
section#account-screen form > .g > label{
    transition: 0.4s;
    opacity: 0;
    font-size: 14px;
    position: absolute;
    left: 1rem;
    top: -0.5rem;
    background: #ffffff;
    padding-left: 6px;
    padding-right: 6px;
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
}
section#account-screen form > input[type="submit"]{
    background: #000000;
    color: #ffffff;
    border: 1px solid #444444;
    min-height: 40px;
    padding-left: 16px;
    padding-right: 16px;
    font-weight: 600;
    border-radius: 20px;
}
section#account-screen form > input[type="submit"]:hover{
    background: #222222;
    color: #f0f0f0;
    cursor: pointer;
}
section#account-screen form > input[type="submit"] ~ span{
    padding-left: 12px;
    padding-right: 8px;
}
section#account-screen > main {
    max-height: calc(100% - 32px);
    overflow-y: auto;
}
section#account-screen > main > button{
    min-height: 40px;
    padding-left: 16px;
    padding-right: 16px;
    border-radius: 16px;
    border: 1px solid #444444;
    background: linear-gradient(145deg , #111154 , #000000);
    color: #ffffff;
}
section#account-screen > main img{
    max-width: 256px;
}
section#account-screen > main > article {
    margin-top: 16px;
    margin-bottom: 12px;
    max-height: 60vh;
    overflow-y: auto;
}
section#account-screen > main > form > span > a {
    text-decoration: underline;
    cursor: pointer;
}
section#account-screen p.order{
    white-space: pre-line;
    background: #000;
    color: #FFF;
    padding-left: 12px;
    padding-bottom: 8px;
    padding-top: 8px;
    border-radius: 15px;
    line-height: 1.1;
    letter-spacing: -0.04em;
    width: max-content;
    padding-right: 12px;
    max-width: 100%;
    overflow-x: auto;
}

main.admin-description > form input{
  min-height: 34px;
  color: #000;
  background: #FFFFFF;
  padding-left: 8px;
  border-radius: 16px;
  padding-right: 8px;
}

article#thank-page{
    min-height: 100vh;
}

@keyframes gradientAnimation {
    0% {
        background-position: 0% 50%;
    }
    50% {
        background-position: 100% 50%;
    }
    100% {
        background-position: 0% 50%;
    }
}

@media screen and (max-height: 720px) {
    section#landing-screen{
        height: unset !important;
    }
    .gallery.side-text{
        margin-bottom: 12px;
        padding-bottom: 12px;
    }
    footer{
        padding-bottom: calc(85px + 12px);
    }
}
@media screen and (max-width : 721px){
    section#popup.active{
        top: 50%;
        left: 0;
        transform: translate(0 , -50%);
    }
    .grid-tile > div > h3 > a > span{
        font-size: 25px;
    }
    .grid-tile > div > h3 > span{
        font-size: 1.5em;
    }
    #product > .action {
        margin-right: auto;
    }
}
@media screen and (min-width : 721px){

    section#landing-screen{
        height: calc(100vh - 80px - 100px);
        display: flex;
        align-items: center;
        border-bottom: 1px solid #AAAAAA;
        background-image: url(../image/wallpaper.webp);
        background-size: 100%;
        background-repeat: no-repeat;
        background-blend-mode: darken;
        background-color: rgba(0, 0, 0, 0.75); /* Semi-transparent black overlay */
        background-blend-mode: multiply;
    }

    .side-video > video{
        border-radius: 34px;
    }

    #contact > .map > iframe {
        border-radius: 24px;
    }
    
    .gallery.side-text ,
    .gallery.side-text > img{
        border-radius: 34px;
    }
    .gallery.side-text > img{
        min-height: 100%;
        max-width: 50%;
        object-fit: cover;
    }
    .gallery.side-text {
        margin-top: 12px;
    }
    section#popup{
        width: 350px;
        border-radius: 12px;
    }
    section#popup form, 
    section#popup form > .group,
    section#popup form > .group > input{
        width: calc(100% - 24px);
    }
    section#popup.active{
        top: 50%;
        left: 50%;
        transform: translate(-50% , -50%);
    }
}
