body {
    padding: 0;
    margin: 0;
    font-family: 'Spectral', sans-serif;
    font-size: 20px;
    color: #2C2A4A;
    background: #FAF9F6;
}

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; }

.crest { padding: 20px 0; background: #2C2A4A; }

a.btn {
    justify-content: center;
    align-items: center;
    width: 250px;
    height: 50px;
    border: 3px solid #2C2A4A;
    border-radius: 20px;
    color: #2C2A4A;
    font-size: 25px;
    font-weight: 600;
    transition: 1s;
}

a.btn:hover {
    background: #2C2A4A;
    color: #FAF9F6;
    transition: 1s;
}

section {
    padding: 60px 0;
}

h1 {
    font-size: 64px;
    font-weight: 900;
    text-align: center;
    margin-bottom: 40px;
}

.crest .marklogo {
    display: block;
    font-size: 30px;
    font-weight: 700;
    color: #FAF9F6;
}

.crest .routes {
    display: flex;
    justify-content: end;
    margin-top: 7.5px;
}

.crest .routes__one { margin: 0 15px; }
.crest .routes__one a { color: #FAF9F6; }

.crest .contact {
    display: flex;
    border: 3px solid #FAF9F6;
    border-radius: 20px;
    color: #FAF9F6;
    width: 175px;
    height: 45px;
    justify-content: center;
    align-items: center;
    font-size: 22px;
    font-weight: 600;
}

.bar {
    display: none;
    flex-direction: column;
    justify-content: space-between;
    width: 30px;
    height: 20px;
    background: transparent;
    border: none;
    cursor: pointer;
    z-index: 1001;
}

.bar span { width: 100%; height: 3px; background: #FAF9F6; 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;
}

.quirks .quirks__one {
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
    background: #FAF9F6;
    border-radius: 20px;
    padding: 20px;
    margin-bottom: 20px;
}

.quirks .quirks__one a {
    cursor: pointer;
    font-size: 24px;
    font-weight: 600;
    color: #2C2A4A;
    align-items: center;
}

.quirks .quirks__one a i {
    margin-left: auto;
}

.quirks .quirks__one .down {
    margin-top: 10px;
}

.logbook .logbook-one {
    margin-bottom: 20px;
}

.logbook .row div:last-of-type .logbook-one {
    margin-bottom: 0;
}

.logbook .logbook-one .picture {
    width: 200px;
    height: 150px;
    margin: 0;
    flex-shrink: 0; 
    border-radius: 10px;
    margin-right: 10px;
}

.logbook .logbook-one .picture img {
    width: 150%;
}

.logbook .logbook-one .logbook-one__info a {
    font-size: 22px;
    font-weight: 600;
    color: #2C2A4A;
}

.logbook .logbook-one .logbook-one__info a:hover {
    border-bottom: 1px solid #2C2A4A;
}

.notes .picture {
    width: 100%;
    height: 500px;
    border-radius: 20px;
}

.notes .picture img {
    width: 110%;
}

.notes p {
    margin-bottom: 20px;
}

.notes p:last-of-type {
    margin-bottom: 0;
}

.notes p b {
    font-size: 22px;
}

.motive__info {
    height: 400px;
    align-items: center;
}

.motive__info p {
    margin-bottom: 20px;
}

.motive__info a {
    width: 170px;
    font-size: 20px;
    background-color: #2C2A4A;
    color: #FAF9F6;
}

.motive .picture {
    border-radius: 20px;
    height: 400px;
}

.motive .picture img {
    width: 125%;
}

.motive.page section {
    padding: 0;
}

.motive.page .picture {
    width: 100%;
    height: 500px;
    border-radius: 50px;
    margin-bottom: 20px;
}

.motive.page .picture img {
    width: 125%;
}

.motive.page h1 {
    color: #0E1726;
    margin-bottom: 40px;
}

.motive.page h2 {
    text-align: start;
    margin-top: 40px;
    margin-bottom: 10px;
}

.motive.page p {
    text-align: start;
    margin-bottom: 10px;
}

.motive.page p:last-of-type {
    margin-bottom: 0;
}

.cast__card {
    margin-bottom: 30px;
    text-align: center;
}

.cast__card p:first-child {
    font-size: 24px;
    font-weight: 600;
}

.reach__card {
    text-align: center;
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
    border-radius: 20px;
    padding: 20px;
}

.reach__card p {
    font-weight: 600;
}

.reach__card p:first-child {
    font-size: 26px;
    margin-bottom: 10px;
}

.scribe {
    display: flex;
    flex-direction: column;
    gap: 20px;
    width: 100%;
}

.duo-scribe {
    gap: 20px;
}

.scribe input,
.scribe textarea {
    position: relative;
    z-index: 2;
    display: block;
    width: 100%;
    font-size: 18px;
    font-weight: 500;
    color: #2C2A4A;
    padding: 0 25px;
    border: 1px solid #2C2A4A;
    border-radius: 100px;
    background: #FAF9F6;
    transition: 0.5s;
    margin-bottom: 0;
}

.scribe input {
    height: 50px;
}

.scribe textarea {
    height: 120px;
    padding: 15px 25px;
    border-radius: 25px;
    resize: vertical;
}

.scribe input:focus,
.scribe textarea:focus {
    outline: none;
    border: 1px solid #2C2A4A;
}

.scribe input::placeholder,
.scribe textarea::placeholder {
    font-size: 16px;
    font-weight: 400;
    color: rgba(0, 0, 0, 0.5);
}

.scribe-check {
    align-items: center;
    gap: 10px;
    padding-left: 0;
}

.scribe-check input[type="checkbox"] {
    width: 20px;
    height: 20px;
    margin: 0;
    border: 1px solid #2C2A4A; 
}

.scribe-check label {
    font-size: 16px;
    margin-bottom: 0;
    color: #2C2A4A;
}

.scribe-check label a {
    color: #D43F3A;
    text-decoration: underline;
}

.scribe-check label a:hover {
    color: #D43F3A;
}

button.btn {
    justify-content: center;
    cursor: pointer;
    align-items: center;
    width: 100%;
    height: 50px;
    border: 3px solid #2C2A4A;
    border-radius: 20px;
    color: #2C2A4A;
    font-size: 25px;
    font-weight: 600;
    transition: 1s;
}

button.btn:hover {
    background: #2C2A4A;
    color: #FAF9F6;
    transition: 1s;
}

/* form-error */
.scribe input.error,
.scribe textarea.error,
.scribe input.error:focus,
.scribe textarea.error:focus {
    border: 1px solid #D43F3A;
}

#privacyConsent.error {
    box-shadow: inset 0 0 0 1px #D43F3A;
    outline: none;
}

.scribe-check.error {
    border: 1px solid #D43F3A; 
}

.scribe-check.error input[type="checkbox"] {
    border: 1px solid #D43F3A;
}

/* spark */
#spark {
    position: fixed;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.75);
    overflow: hidden;
    display: none;
    z-index: 10001;
}

#spark img {
    position: absolute;
    width: 50px;
    height: 50px;
    left: 50%;
    margin-left: -25px;
    top: 50%;
    margin-top: -25px;
    z-index: 10001;
}

.keel {
    background: #2C2A4A;
    padding: 50px 0
}

.keel .marklogo {
    font-size: 26px;
    font-weight: 700;
    margin: 0 auto;
    color: #FAF9F6;
}

.keel .routes{
    opacity: 1;
}

.keel .routes__one {
    margin-bottom: 5px;
    align-items: center;
}

.keel .routes .routes__one:last-child {
    margin-bottom: 0;
}

.keel .routes__one a {
    display: block;
    font-size: 16px;
    color: #FAF9F6;
}

.keel .routes__one p {
    font-size: 16px;
    color: #FAF9F6;
}

.keel .routes__one p:first-child {
    margin-right: 10px;
}

.nibble {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: auto;
    max-width: 400px;
    background: #FAF9F6;
    box-shadow: 0 6px 20px rgba(43, 58, 66, 0.25);
    z-index: 1000;
    display: none;
    border-radius: 12px;
    padding: 25px;
    text-align: center;
}

.nibble__box {
    display: flex;
    flex-direction: column;
    gap: 15px;
}

.nibble__copy h3 {
    font-size: 18px;
    color: #2C2A4A;
    margin-bottom: 8px;
}

.nibble__copy p {
    font-size: 14px;
    color: #444;
    margin-bottom: 0;
    line-height: 1.4;
}

.nibble__copy a {
    color: #D43F3A;
    text-decoration: underline;
}

.nibble__copy a:hover {
    color: #2C2A4A;
}

.nibble__actions {
    display: flex;
    gap: 10px;
    justify-content: center;
}

.nibble__actions .btnx_prime {
    min-width: 100px;
    height: 38px;
    border-radius: 100px;
    border: none;
    font-size: 14px;
    cursor: pointer;
    transition: 0.3s;
    background: #2C2A4A;
    color: #FAF9F6;
}

.nibble__actions .btnx_prime.btnx_dim {
    background: #ccc;
    color: #333333;
}

.nibble__actions .btnx_prime:hover {
    opacity: 0.85;
}