body {
    padding: 0;
    margin: 0;
    font-family: 'Urbanist', serif;
    font-size: 20px;
    color: #0D1B1E;
    background: #FAF7F2;
}

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 #0D1B1E;
    border-radius: 20px;
    color: #0D1B1E;
    font-size: 25px;
    font-weight: 600;
    transition: 1s;
}

a.btn:hover {
    background: #0D1B1E;
    color: #FAF7F2;
    transition: 1s;
}

section {
    padding: 60px 0;
}

h1 {
    font-size: 64px;
    font-weight: 900;
    text-align: center;
    margin-bottom: 40px;
}

.worktop {
    padding: 20px 0;
    background: #0D1B1E;
    position: relative;
}

.worktop .stamp {
    display: block;
    font-size: 40px;
    font-weight: 700;
    margin: 0 auto;
    width: fit-content;
    margin-bottom: 10px;
    color: #FAF7F2;
}

.worktop .rack{
    display: flex;
    justify-content: center;
    align-items: center;
    position: static;
    opacity: 1;
    transform: none;
    pointer-events: auto;
}

.worktop .rack.active {
    opacity:1;
    transform:none;
    pointer-events:auto;
}

.worktop .rack__one {
    margin: 0 15px;
}

.worktop .rack__one a {
    color: #FAF7F2;
}

.toggle {
    display: none;
    flex-direction: column;
    justify-content: space-between;
    width: 30px;
    height: 20px;
    background: transparent;
    border: none;
    cursor: pointer;
    z-index: 1001;
}

.toggle span {
    width: 100%;
    height: 3px;
    background: #FAF7F2;
    transition: all 0.3s;
}

.toggle.active span:nth-child(1) {
    transform: rotate(45deg) translate(6px, 5px);
}

.toggle.active span:nth-child(2) {
    opacity: 0;
}

.toggle.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;
}

.bench .pasth1-v2 {
    text-align: center;
    margin-top: 25px;
}

.bench a {
    margin: 0 auto;
    margin-top: 30px;
}

.bench .info {
    position: relative;
}

.picture {
    width: 740px;
    height: 500px;
    border-radius: 50px;
    margin: 0 auto;
    margin-top: 100px;
}

.bench .stat {
    position: absolute;
    z-index: 2;
    margin-top: 25px;
    margin-left: -10px;
    background: #FAF7F2;
    top: 0;
    width: 175px;
    height: 95px;
    border-radius: 16px;
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
    justify-content: center;
    align-items: center;
}

.bench .stat p:first-child {
    font-size: 12px;
    margin-bottom: 10px;
    text-align: center;
}

.bench .stat p:last-child {
    font-size: 24px;
    text-align: center;
    font-weight: 600;
}

.bench.page h1 {
    color: #0D1B1E;
    margin-bottom: 40px;
}

.bench.page h2 {
    text-align: start;
    margin-top: 40px;
    margin-bottom: 10px;
}

.bench.page p {
    margin-bottom: 10px;
}

.bench.page p:last-of-type {
    margin-bottom: 0;
}

.forge__card {
    margin-bottom: 30px;
    text-align: center;
}

.forge__card p:first-child {
    font-size: 24px;
    font-weight: 600;
}

.logbook .picture {
    margin-top: 0;
    width: 100%;
    height: 500px;
    border-radius: 20px;
}

.logbook .picture img {
    width: 110%;
}

.logbook p {
    margin-bottom: 20px;
}

.logbook p:last-of-type {
    margin-bottom: 0;
}

.logbook p b {
    font-size: 24px;
}

.queries .queries__one .front, .queries .queries__one .back {
    width: 100%;
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
    background: #FAF7F2;
    border-radius: 20px;
    padding: 20px;
    margin-bottom: 20px;
    cursor: pointer;
}

.queries .queries__one p {
    width: 100%;
    font-weight: 600;
}

.queries .queries__one .front p:last-child, .queries .queries__one .back p:last-child {
    font-size: 18px;
    text-align: end;
}

.callbox .all {
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
    border-radius: 20px;
    padding: 30px;
}

.callbox .all .callbox__one {
    justify-content: center;
    align-items: center;
    text-align: center;
    margin-bottom: 20px;
}

.callbox .all .callbox__one:last-of-type {
    margin-bottom: 0;
}

.callbox .all .callbox__one p:first-child {
    margin-right: 10px;
}

.scribe-card {
    display: flex;
    flex-direction: column;
    gap: 20px;
    width: 100%;
}

.duo-scribe-card {
    gap: 20px;
}

.scribe-card input,
.scribe-card textarea {
    position: relative;
    z-index: 2;
    display: block;
    width: 100%;
    font-size: 18px;
    font-weight: 500;
    color: #0D1B1E;
    padding: 0 25px;
    border: 1px solid #0D1B1E;
    border-radius: 100px;
    background: #FAF7F2;
    transition: 0.5s;
    margin-bottom: 0;
}

.scribe-card input {
    height: 50px;
}

.scribe-card textarea {
    height: 120px;
    padding: 15px 25px;
    border-radius: 25px;
    resize: vertical;
}

.scribe-card input:focus,
.scribe-card textarea:focus {
    outline: none;
    border: 1px solid #0D1B1E;
}

.scribe-card input::placeholder,
.scribe-card textarea::placeholder {
    font-size: 16px;
    font-weight: 400;
    color: rgba(0, 0, 0, 0.5);
}

.scribe-card-check {
    align-items: center;
    gap: 10px;
    padding-left: 0;
}

.scribe-card-check input[type="checkbox"] {
    width: 20px;
    height: 20px;
    margin: 0;
    border: 1px solid #0D1B1E; 
}

.scribe-card-check label {
    font-size: 16px;
    margin-bottom: 0;
    color: #0D1B1E;
}

.scribe-card-check label a {
    color: #9C6B2F;
    text-decoration: underline;
}

.scribe-card-check label a:hover {
    color: #9C6B2F;
}

button.btn {
    justify-content: center;
    cursor: pointer;
    align-items: center;
    width: 100%;
    height: 50px;
    border: 3px solid #0D1B1E;
    border-radius: 20px;
    color: #0D1B1E;
    font-size: 25px;
    font-weight: 600;
    transition: 1s;
}

button.btn:hover {
    background: #0D1B1E;
    color: #FAF7F2;
    transition: 1s;
}

/* form-error */
.scribe-card input.error,
.scribe-card textarea.error,
.scribe-card input.error:focus,
.scribe-card textarea.error:focus {
    border: 1px solid #9C6B2F;
}

#privacyConsent.error {
    box-shadow: inset 0 0 0 1px #9C6B2F;
    outline: none;
}

.scribe-card-check.error {
    border: 1px solid #9C6B2F; 
}

.scribe-card-check.error input[type="checkbox"] {
    border: 1px solid #9C6B2F;
}

/* hopper */
#hopper {
    position: fixed;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.75);
    overflow: hidden;
    display: none;
    z-index: 10001;
}

#hopper img {
    position: absolute;
    width: 50px;
    height: 50px;
    left: 50%;
    margin-left: -25px;
    top: 50%;
    margin-top: -25px;
    z-index: 10001;
}

.sheaf {
    background: #0D1B1E;
    padding: 20px;
}

.sheaf .stamp {
    font-size: 26px;
    font-weight: 700;
    margin: 0 auto;
    color: #FAF7F2;
}

.sheaf .rack{
    opacity: 1;
}

.sheaf .rack__one {
    margin-bottom: 5px;
    align-items: center;
}

.sheaf .rack .rack__one:last-child {
    margin-bottom: 0;
}

.sheaf .rack__one a {
    display: block;
    font-size: 16px;
    color: #FAF7F2;
}

.sheaf .rack__one p {
    font-size: 16px;
    color: #FAF7F2;
}

.sheaf .rack__one p:first-child {
    margin-right: 10px;
}

.sheaf .rack.politica {
    border-top: 2px solid #FAF7F2;
    margin-top: 20px;
    padding-top: 20px;
    justify-content: center;
}

.sheaf .rack.politica .rack__one {
    margin: 0 15px;
}

.sheaf .rack.politica .rack__one p {
    margin-right: 0;
}

.cookieforge {
    position: fixed;
    right: 0;
    bottom: 0;
    transform: none;
    width: 380px;
    max-width: 90%;
    background: #FAF7F2;
    box-shadow: 0 6px 20px rgba(43, 58, 66, 0.25);
    z-index: 1000;
    display: none;
    border-radius: 0;
    padding: 25px;
    text-align: left;
}


.cookieforge__box {
    display: flex;
    flex-direction: column;
    gap: 15px;
}

.cookieforge__copy h3 {
    font-size: 18px;
    color: #0D1B1E;
    margin-bottom: 8px;
}

.cookieforge__copy p {
    font-size: 14px;
    color: #444;
    margin-bottom: 0;
    line-height: 1.4;
}

.cookieforge__copy a {
    color: #9C6B2F;
    text-decoration: underline;
}

.cookieforge__copy a:hover {
    color: #0D1B1E;
}

.cookieforge__actions {
    display: flex;
    gap: 10px;
    justify-content: center;
}

.cookieforge__actions .btnx_prime {
    min-width: 100px;
    height: 38px;
    border-radius: 100px;
    border: none;
    font-size: 14px;
    cursor: pointer;
    transition: 0.3s;
    background: #0D1B1E;
    color: #FAF7F2;
}

.cookieforge__actions .btnx_prime.btnx_dim {
    background: #ccc;
    color: #333333;
}

.cookieforge__actions .btnx_prime:hover {
    opacity: 0.85;
}