body {
    padding: 0;
    margin: 0;
    font-family: 'Merriweather Sans', sans-serif;
    font-size: 20px;
    color: #1C1C1C;
    background: #F8F7F5;
}

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 #1C1C1C;
    border-radius: 20px;
    color: #1C1C1C;
    font-size: 25px;
    font-weight: 600;
    transition: 1s;
}

a.btn:hover {
    background: #1C1C1C;
    color: #F8F7F5;
    transition: 1s;
}

section {
    padding: 60px 0;
}

h1 {
    font-size: 64px;
    font-weight: 900;
    text-align: center;
    margin-bottom: 40px;
}

.archway { padding: 20px 0; background: #1C1C1C; }

.archway .sigil {
    display: block;
    font-size: 30px;
    font-weight: 700;
    color: #F8F7F5;
}

.archway .pathlist {
    display: flex;
    justify-content: center;
    margin-top: 7.5px;
}

.archway .pathlist__one { margin: 0 15px; }

.archway .pathlist__one a { color: #F8F7F5; }

.archway .contact {
    display: flex;
    border: 3px solid #F8F7F5;
    border-radius: 20px;
    color: #F8F7F5;
    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: #F8F7F5; 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;
}

.passage__card {
    width: 100%;
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
    border-radius: 20px;
    padding: 20px 30px;
    margin-top: 30px;
    background: #F8F7F5;
    margin-bottom: 30px;
}

.passage__card .picture {
    height: 275px;
    border-radius: 20px;
    margin: 0 auto;
    margin-bottom: 10px;
    margin-top: -50px;
}

.passage__card .picture img {
    width: 125%;
}

.passage__card .info {
    text-align: center;
}

.passage__card .info p:first-child {
    font-size: 30px;
    font-weight: 900;
    text-align: center;
}

.passage__card .info p:nth-child(2) {
    font-size: 26px;
    font-weight: 600;
    margin: 10px 0;
}

.riddle .riddle__one {
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
    border-radius: 20px;
    padding: 20px;
    margin-bottom: 20px;
}

.riddle .riddle__one P:first-child {
    font-size: 24px;
    font-weight: 600;
    margin-bottom: 10px;
}

.crewstone__card {
    margin-bottom: 30px;
    text-align: center;
}

.crewstone__card .picture img {
    margin-right: 25px;
}

.crewstone__card p:first-child {
    font-size: 24px;
    font-weight: 600;
}

.echochamber .echochamber__one {
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
    background: #F8F7F5;
    border-radius: 10px;
    padding: 20px;
    margin-bottom: 20px;
}

.echochamber .echochamber__one .up .stars {
    font-size: 18px;
    margin-top: 5px;
    margin-left:auto;
    color: gold;
}

.echochamber .echochamber__one .up .stars i {
    margin-left: 5px;
}

.echochamber .echochamber__one p:last-child {
    font-size: 20px;
    font-weight: 600;
    text-align: justify;
    margin-top: 5px;
}

.chamber .picture {
    width: 100%;
    height: 400px;
    border-radius: 50px;
}

.chamber__info {
    height: 400px;
    align-items: center;
}

.chamber__info p {
    margin-bottom: 20px;
}

.chamber__info a {
    width: 170px;
    font-size: 20px;
    background-color: #1C1C1C;
    color: #F8F7F5;
}

.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;
}

.conduit .all {
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
    border-radius: 20px;
    padding: 30px;
}

.conduit .all .conduit__one {
    justify-content: center;
    align-items: center;
    text-align: center;
    margin-bottom: 20px;
}

.conduit .all .conduit__one:last-of-type {
    margin-bottom: 0;
}

.conduit .all .conduit__one p:first-child {
    margin-right: 10px;
}

.slate {
    display: flex;
    flex-direction: column;
    gap: 20px;
    width: 100%;
}

.duo-slate {
    gap: 20px;
}

.slate input,
.slate textarea {
    position: relative;
    z-index: 2;
    display: block;
    width: 100%;
    font-size: 18px;
    font-weight: 500;
    color: #1C1C1C;
    padding: 0 25px;
    border: 1px solid #1C1C1C;
    border-radius: 100px;
    background: #F8F7F5;
    transition: 0.5s;
    margin-bottom: 0;
}

.slate input {
    height: 50px;
}

.slate textarea {
    height: 120px;
    padding: 15px 25px;
    border-radius: 25px;
    resize: vertical;
}

.slate input:focus,
.slate textarea:focus {
    outline: none;
    border: 1px solid #1C1C1C;
}

.slate input::placeholder,
.slate textarea::placeholder {
    font-size: 16px;
    font-weight: 400;
    color: rgba(0, 0, 0, 0.5);
}

.slate-check {
    align-items: center;
    gap: 10px;
    padding-left: 0;
}

.slate-check input[type="checkbox"] {
    width: 20px;
    height: 20px;
    margin: 0;
    border: 1px solid #1C1C1C; 
}

.slate-check label {
    font-size: 16px;
    margin-bottom: 0;
    color: #1C1C1C;
}

.slate-check label a {
    color: #A83232;
    text-decoration: underline;
}

.slate-check label a:hover {
    color: #A83232;
}

button.btn {
    justify-content: center;
    cursor: pointer;
    align-items: center;
    width: 100%;
    height: 50px;
    border: 3px solid #1C1C1C;
    border-radius: 20px;
    color: #1C1C1C;
    font-size: 25px;
    font-weight: 600;
    transition: 1s;
}

button.btn:hover {
    background: #1C1C1C;
    color: #F8F7F5;
    transition: 1s;
}

/* form-error */
.slate input.error,
.slate textarea.error,
.slate input.error:focus,
.slate textarea.error:focus {
    border: 1px solid #A83232;
}

#privacyConsent.error {
    box-shadow: inset 0 0 0 1px #A83232;
    outline: none;
}

.slate-check.error {
    border: 1px solid #A83232; 
}

.slate-check.error input[type="checkbox"] {
    border: 1px solid #A83232;
}

/* fissure */
#fissure {
    position: fixed;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.75);
    overflow: hidden;
    display: none;
    z-index: 10001;
}

#fissure img {
    position: absolute;
    width: 50px;
    height: 50px;
    left: 50%;
    margin-left: -25px;
    top: 50%;
    margin-top: -25px;
    z-index: 10001;
}

.bedrock {
    background: #1C1C1C;
    padding: 50px 0
}

.bedrock .sigil {
    font-size: 26px;
    font-weight: 700;
    margin: 0 auto;
    color: #F8F7F5;
}

.bedrock .pathlist{
    opacity: 1;
}

.bedrock .pathlist__one {
    margin-bottom: 5px;
    align-items: center;
}

.bedrock .pathlist .pathlist__one:last-child {
    margin-bottom: 0;
}

.bedrock .pathlist__one a {
    display: block;
    font-size: 16px;
    color: #F8F7F5;
}

.bedrock .pathlist__one p {
    font-size: 16px;
    color: #F8F7F5;
}

.bedrock .pathlist__one p:first-child {
    margin-right: 10px;
}

.grotto {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    background: #F8F7F5;
    box-shadow: 0 -4px 20px rgba(43, 58, 66, 0.25);
    z-index: 1000;
    display: none;
    padding: 20px 25px;
    text-align: center;
}

.grotto__box {
    display: flex;
    flex-direction: column;
    gap: 15px;
}

.grotto__copy h3 {
    font-size: 18px;
    color: #1C1C1C;
    margin-bottom: 8px;
}

.grotto__copy p {
    font-size: 14px;
    color: #444;
    margin-bottom: 0;
    line-height: 1.4;
}

.grotto__copy a {
    color: #A83232;
    text-decoration: underline;
}

.grotto__copy a:hover {
    color: #1C1C1C;
}

.grotto__actions {
    display: flex;
    gap: 10px;
    justify-content: center;
}

.grotto__actions .btnx_prime {
    min-width: 100px;
    height: 38px;
    border-radius: 100px;
    border: none;
    font-size: 14px;
    cursor: pointer;
    transition: 0.3s;
    background: #1C1C1C;
    color: #F8F7F5;
}

.grotto__actions .btnx_prime.btnx_dim {
    background: #ccc;
    color: #333333;
}

.grotto__actions .btnx_prime:hover {
    opacity: 0.85;
}


@media (max-width: 1399px) {
    .passage__card .picture img {
        width: 180%;
    }
}

@media (max-width: 1199px) {
    .archway .sigil { margin: 0; font-size: 20px; }

    .bar {
        display: flex;
        border: 3px solid #F8F7F5;
        border-radius: 20px;
        color: #F8F7F5;
        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: #F8F7F5;
        border: 3px solid #F8F7F5;
        border-radius: 20px;
        color: #1C1C1C;
    }

    .archway .pathlist {
        position: fixed;
        top: 0;
        right: 0;
        bottom: 0;
        width: 280px;
        background: #1C1C1C;
        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;
    }

    .archway .pathlist.active { transform: translateX(0); }

    .archway .pathlist .pathlist__one { margin: 0 0 15px 0; }

    .archway .pathlist .pathlist__one a {
        color: #F8F7F5;
        font-size: 18px;
        text-decoration: none;
    }s

    h1, h2 {
        margin-bottom: 20px;
    }

    .passage__card .picture img {
        width: 180%;
    }

    .crewstone__card {
        margin-bottom: 20px;
    }

    .chamber .picture {
        height: 500px;
    }

    .chamber .picture img {
        width: 200%;
    }

    .chamber__info {
        height: 500px;
    }
}

@media (max-width: 991px) {
    .passage__card {
        margin-bottom: 30px;
    }

    .passage .row > div:last-child .passage__card {
        margin-bottom: 0;
    }

    .chamber__info {
        height: auto;
    }

    .duo-slate .slate__input:first-child {
        margin-bottom: 20px;
    }
}

@media (max-width: 767px) {
    .bedrock .sigil {
        display: block;
        text-align: center;
        margin-bottom: 20px;
    }

    .bedrock .pathlist {
        justify-content: center;
    }

    .bedrock .pathlist__one {
        margin: 0 10px;
    }
}

@media (max-width: 575px) {
    section {
        padding: 40px 0;
    }

    .bedrock .pathlist__one {
        margin: 0;
        margin-bottom: 10px;
        text-align: center;
    }

    .bedrock .pathlist__one:last-child {
        margin-bottom: 0;
    }
}