body {
    padding: 0;
    margin: 0;
    font-family: 'Rajdhani', sans-serif;
    font-size: 20px;
    color: #1B1A17;
    background: #FAF4E6;
}

ul, li {
    display: block;
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}

p { padding: 0; margin: 0; }

a {
    text-decoration: none;
    background-color: transparent;
    -webkit-text-decoration-skip: objects;
}

a:active, a:focus, button:active, button:focus { outline: none; }

button { border: none; background: none; cursor: pointer; }

a.btn {
    justify-content: center;
    align-items: center;
    width: 250px;
    height: 50px;
    border: 3px solid #1B1A17;
    border-radius: 20px;
    color: #1B1A17;
    font-size: 25px;
    font-weight: 600;
    transition: 1s;
}

a.btn:hover {
    background: #1B1A17;
    color: #FAF4E6;
    transition: 1s;
}

section {
    padding: 60px 0;
}

h1 {
    font-size: 64px;
    font-weight: 900;
    text-align: center;
    margin-bottom: 40px;
}

.prologue { padding: 20px 0; background: #1B1A17; }

.prologue .sigil {
    display: block;
    font-size: 30px;
    font-weight: 700;
    color: #FAF4E6;
}

.prologue .navsheet {
    display: flex;
    justify-content: center;
    margin-top: 7.5px;
}

.prologue .navsheet__one { margin: 0 15px; }

.prologue .navsheet__one a { color: #FAF4E6; }

.prologue .contact {
    display: flex;
    border: 3px solid #FAF4E6;
    border-radius: 20px;
    color: #FAF4E6;
    width: 175px;
    height: 45px;
    margin-left: auto;
    justify-content: center;
    align-items: center;
    font-size: 22px;
    font-weight: 600;
}

.bar {
    display: none;
    cursor: pointer;
    z-index: 1001;
}

.bar span { width: 100%; height: 3px; background: #FAF4E6; transition: all 0.3s; }

.bar.active span:nth-child(1) { transform: rotate(45deg) translate(6px, 5px); }
.bar.active span:nth-child(2) { opacity: 0; }
.bar.active span:nth-child(3) { transform: rotate(-45deg) translate(5px, -5px); }

.picture {
    position: relative;
    overflow: hidden;
}

.picture img {
    position: absolute;
    top: 50%;
    left: 50%;
    margin-right: -50%;
    transform: translate(-50%, -50%);
}

h2 {
    font-size: 40px;
    font-weight: 900;
    text-align: center;
    margin-bottom: 40px;
}

.shelves__card {
    width: 100%;
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
    border-radius: 20px;
    padding: 20px 30px;
    margin-top: 30px;
    background: #FAF4E6;
    margin-bottom: 30px;
}

.shelves__card .picture {
    height: 275px;
    border-radius: 20px;
    margin: 0 auto;
    margin-bottom: 10px;
    margin-top: -50px;
}

.shelves__card .picture img {
    width: 125%;
}

.shelves__card .info {
    text-align: center;
}

.shelves__card .info p:first-child {
    font-size: 30px;
    font-weight: 900;
    text-align: center;
}

.shelves__card .info p:nth-child(2) {
    font-size: 26px;
    font-weight: 600;
    margin: 10px 0;
}

.queries .queries__one {
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
    border-radius: 20px;
    padding: 20px;
    margin-bottom: 20px;
}

.queries .queries__one P:first-child {
    font-size: 24px;
    font-weight: 600;
    margin-bottom: 10px;
}

.keepers__card {
    margin-bottom: 30px;
    text-align: center;
}

.keepers__card .picture img {
    margin-right: 25px;
}

.keepers__card p:first-child {
    font-size: 24px;
    font-weight: 600;
}

.margins .margins__one {
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
    background: #FAF4E6;
    border-radius: 10px;
    padding: 20px;
    margin-bottom: 20px;
}

.margins .margins__one .up .stars {
    font-size: 18px;
    margin-top: 5px;
    margin-left:auto;
    color: gold;
}

.margins .margins__one .up .stars i {
    margin-left: 5px;
}

.margins .margins__one p:last-child {
    font-size: 20px;
    font-weight: 600;
    text-align: justify;
    margin-top: 5px;
}

.method .picture {
    width: 100%;
    height: 400px;
    border-radius: 50px;
}

.method__info {
    height: 400px;
    align-items: center;
}

.method__info p {
    margin-bottom: 20px;
}

.method__info a {
    width: 170px;
    font-size: 20px;
    background-color: #1B1A17;
    color: #FAF4E6;
}

.page section {
    padding: 0;
}

.page .picture {
    width: 100%;
    height: 500px;
    border-radius: 50px;
    margin-bottom: 20px;
}

.page .picture img {
    width: 125%;
}

.page h1 {
    color: #0E1726;
    margin-bottom: 40px;
}

.page h2 {
    text-align: start;
    margin-top: 40px;
    margin-bottom: 10px;
}

.page p {
    text-align: start;
    margin-bottom: 10px;
}

.page p:last-of-type {
    margin-bottom: 0;
}

.details .all {
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
    border-radius: 20px;
    padding: 30px;
}

.details .all .details__one {
    justify-content: center;
    align-items: center;
    text-align: center;
    margin-bottom: 20px;
}

.details .all .details__one:last-of-type {
    margin-bottom: 0;
}

.details .all .details__one p:first-child {
    margin-right: 10px;
}

.scribble {
    display: flex;
    flex-direction: column;
    gap: 20px;
    width: 100%;
}

.duo-scribble {
    gap: 20px;
}

.scribble input,
.scribble textarea {
    position: relative;
    z-index: 2;
    display: block;
    width: 100%;
    font-size: 18px;
    font-weight: 500;
    color: #1B1A17;
    padding: 0 25px;
    border: 1px solid #1B1A17;
    border-radius: 100px;
    background: #FAF4E6;
    transition: 0.5s;
    margin-bottom: 0;
}

.scribble input {
    height: 50px;
}

.scribble textarea {
    height: 120px;
    padding: 15px 25px;
    border-radius: 25px;
    resize: vertical;
}

.scribble input:focus,
.scribble textarea:focus {
    outline: none;
    border: 1px solid #1B1A17;
}

.scribble input::placeholder,
.scribble textarea::placeholder {
    font-size: 16px;
    font-weight: 400;
    color: rgba(0, 0, 0, 0.5);
}

.scribble-check {
    align-items: center;
    gap: 10px;
    padding-left: 0;
}

.scribble-check input[type="checkbox"] {
    width: 20px;
    height: 20px;
    margin: 0;
    border: 1px solid #1B1A17; 
}

.scribble-check label {
    font-size: 16px;
    margin-bottom: 0;
    color: #1B1A17;
}

.scribble-check label a {
    color: #1C4E5B;
    text-decoration: underline;
}

.scribble-check label a:hover {
    color: #1C4E5B;
}

button.btn {
    justify-content: center;
    cursor: pointer;
    align-items: center;
    width: 100%;
    height: 50px;
    border: 3px solid #1B1A17;
    border-radius: 20px;
    color: #1B1A17;
    font-size: 25px;
    font-weight: 600;
    transition: 1s;
}

button.btn:hover {
    background: #1B1A17;
    color: #FAF4E6;
    transition: 1s;
}

/* form-error */
.scribble input.error,
.scribble textarea.error,
.scribble input.error:focus,
.scribble textarea.error:focus {
    border: 1px solid #1C4E5B;
}

#privacyConsent.error {
    box-shadow: inset 0 0 0 1px #1C4E5B;
    outline: none;
}

.scribble-check.error {
    border: 1px solid #1C4E5B; 
}

.scribble-check.error input[type="checkbox"] {
    border: 1px solid #1C4E5B;
}

/* leafspin */
#leafspin {
    position: fixed;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.75);
    overflow: hidden;
    display: none;
    z-index: 10001;
}

#leafspin img {
    position: absolute;
    width: 50px;
    height: 50px;
    left: 50%;
    margin-left: -25px;
    top: 50%;
    margin-top: -25px;
    z-index: 10001;
}

.endpaper {
    background: #1B1A17;
    padding: 50px 0
}

.endpaper .sigil {
    font-size: 26px;
    font-weight: 700;
    margin: 0 auto;
    color: #FAF4E6;
}

.endpaper .navsheet{
    opacity: 1;
}

.endpaper .navsheet__one {
    margin-bottom: 5px;
    align-items: center;
}

.endpaper .navsheet .navsheet__one:last-child {
    margin-bottom: 0;
}

.endpaper .navsheet__one a {
    display: block;
    font-size: 16px;
    color: #FAF4E6;
}

.endpaper .navsheet__one p {
    font-size: 16px;
    color: #FAF4E6;
}

.endpaper .navsheet__one p:first-child {
    margin-right: 10px;
}

.biscotti {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    background: #FAF4E6;
    box-shadow: 0 -4px 20px rgba(43, 58, 66, 0.25);
    z-index: 1000;
    display: none;
    padding: 20px 25px;
    text-align: center;
}

.biscotti__box {
    display: flex;
    flex-direction: column;
    gap: 15px;
}

.biscotti__copy h3 {
    font-size: 18px;
    color: #1B1A17;
    margin-bottom: 8px;
}

.biscotti__copy p {
    font-size: 14px;
    color: #444;
    margin-bottom: 0;
    line-height: 1.4;
}

.biscotti__copy a {
    color: #1C4E5B;
    text-decoration: underline;
}

.biscotti__copy a:hover {
    color: #1B1A17;
}

.biscotti__actions {
    display: flex;
    gap: 10px;
    justify-content: center;
}

.biscotti__actions .btnx_prime {
    min-width: 100px;
    height: 38px;
    border-radius: 100px;
    border: none;
    font-size: 14px;
    cursor: pointer;
    transition: 0.3s;
    background: #1B1A17;
    color: #FAF4E6;
}

.biscotti__actions .btnx_prime.btnx_dim {
    background: #ccc;
    color: #333333;
}

.biscotti__actions .btnx_prime:hover {
    opacity: 0.85;
}


@media (max-width: 1399px) {
    .shelves__card .picture img {
        width: 180%;
    }
}

@media (max-width: 1199px) {
    .prologue .sigil { margin: 0; font-size: 20px; }

    .bar {
        display: flex;
        border: 3px solid #FAF4E6;
        border-radius: 20px;
        color: #FAF4E6;
        width: 130px;
        height: 30px;
        margin-left: auto;
        justify-content: center;
        align-items: center;
        font-size: 20px;
        font-weight: 600;
    }

    .bar.active {
        position: relative;
        opacity: 2;
        background: #FAF4E6;
        border: 3px solid #FAF4E6;
        border-radius: 20px;
        color: #1B1A17;
    }

    .prologue .navsheet {
        position: fixed;
        top: 0;
        right: 0;
        bottom: 0;
        width: 280px;
        background: #1B1A17;
        z-index: 1000;
        display: flex;
        flex-direction: column;
        align-items: center;
        padding: 80px 20px 20px;
        margin: 0;
        transform: translateX(100%);
        transition: transform 0.3s ease;
    }

    .prologue .navsheet.active { transform: translateX(0); }

    .prologue .navsheet .navsheet__one { margin: 0 0 15px 0; }

    .prologue .navsheet .navsheet__one a {
        color: #FAF4E6;
        font-size: 18px;
        text-decoration: none;
    }s

    h1, h2 {
        margin-bottom: 20px;
    }

    .shelves__card .picture img {
        width: 180%;
    }

    .keepers__card {
        margin-bottom: 20px;
    }

    .method .picture {
        height: 500px;
    }

    .method .picture img {
        width: 200%;
    }

    .method__info {
        height: 500px;
    }
}

@media (max-width: 991px) {
    .shelves__card {
        margin-bottom: 30px;
    }

    .shelves .row > div:last-child .shelves__card {
        margin-bottom: 0;
    }

    .method__info {
        height: auto;
    }

    .duo-scribble .scribble__input:first-child {
        margin-bottom: 20px;
    }
}

@media (max-width: 767px) {
    .endpaper .sigil {
        display: block;
        text-align: center;
        margin-bottom: 20px;
    }

    .endpaper .navsheet {
        justify-content: center;
    }

    .endpaper .navsheet__one {
        margin: 0 10px;
    }
}

@media (max-width: 575px) {
    section {
        padding: 40px 0;
    }

    .endpaper .navsheet__one {
        margin: 0;
        margin-bottom: 10px;
        text-align: center;
    }

    .endpaper .navsheet__one:last-child {
        margin-bottom: 0;
    }
}