#header {
    background-image: url('images/winter.jpg');
    background-repeat: no-repeat;
    background-position: center;
    height: 661px;
    width: 100%;
    position: relative;
    z-index: 0;
}

@import url('https://fonts.googleapis.com/css2?family=Cinzel+Decorative&family=Libre+Baskerville&family=Special+Elite&display=swap');

body {
    background-image: url('images/winterbg.jpg');
    background-repeat: repeat;
    margin: 0;
    padding: 0;
    font-family: 'Libre Baskerville', serif;
    color: #BCBCBC;
    overflow-x: hidden;
}

.footer-spacer {
    height: 60px;
}
#nav-wrapper {
    position: fixed;
    top: 88px;
    right: 88px;
    z-index: 999;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
}

#menu-toggle { opacity:0.6;
    font-size: 21px;
    padding: 61px 65px;
    color: #efe6c8;
    background:
        radial-gradient(
            circle at top left,
            rgba(255, 240, 200, 0.12),
            rgba(15, 15, 15, 0.95) 60%
        );
    border: 1px solid rgba(255, 235, 180, 0.25);
    border-radius: 50%;
    cursor: pointer;
    transition:
        box-shadow 0.6s ease,
        transform 0.4s ease,
        filter 0.6s ease;
}

#menu-toggle:hover {
    filter: brightness(1.1);
    transform: rotate(-3deg) scale(1.05);
}

#navigation {
    margin-top: 14px;
    padding: 20px 24px;
    gap: 16px;
    display: flex;
    flex-direction: column;
    background:
        linear-gradient(
            180deg,
            rgba(35, 35, 45, 0.9),
            rgba(10, 10, 15, 0.95)
        );
    backdrop-filter: blur(18px) saturate(120%);
    border-radius: 30px;
    border: 1px solid rgba(200, 180, 255, 0.18);
    box-shadow:
        0 30px 80px rgba(0, 0, 0, 0.85),
        inset 0 0 30px rgba(200, 180, 255, 0.08);
    position: relative;
    overflow: hidden;
    transform-origin: top right;
    max-height: 520px;
    opacity: 1;
    transform: translateY(0) scale(1);
    transition:
        max-height 0.7s ease,
        opacity 0.6s ease,
        transform 0.6s cubic-bezier(.16,.84,.44,1);
}

#navigation::before {
    content: "";
    position: absolute;
    inset: 0;
    background:
        radial-gradient(
            600px circle at 10% 10%,
            rgba(220, 200, 255, 0.08),
            transparent 40%
        ),
        radial-gradient(
            500px circle at 90% 80%,
            rgba(255, 220, 170, 0.06),
            transparent 45%
        );
    pointer-events: none;
    opacity: 0.9;
}

#navigation.collapsed {
    max-height: 0;
    opacity: 0;
    transform: translateY(-12px) scale(0.96);
    pointer-events: none;
    padding-top: 0;
    padding-bottom: 0;
}

#navigation a {
    text-align: center;
    font-size: 12.5px;
    letter-spacing: 2px;
    color: #e9e2ff;
    background:
        linear-gradient(
            145deg,
            rgba(255, 255, 255, 0.05),
            rgba(255, 255, 255, 0.015)
        );
    border: 1px solid rgba(200, 180, 255, 0.2);
    border-radius: 20px;
    padding: 10px 18px;
    box-shadow:
        inset 0 0 12px rgba(255, 255, 255, 0.04);
    transition:
        color 0.5s ease,
        box-shadow 0.5s ease,
        transform 0.4s ease,
        letter-spacing 0.4s ease;
}

#navigation a:hover {
    color: #fff6ff;
    letter-spacing: 2.6px;
    transform: translateY(-2px);
    box-shadow:
        0 0 20px rgba(200, 180, 255, 0.5),
        inset 0 0 16px rgba(255, 255, 255, 0.1);
}

#layout-container {
    display: flex;
    justify-content: center;
    width: 100%;
    padding: 0 20px;
    margin-top: -180px;
}

#content {
    opacity: 0.70;
    width: 73%;
    max-width: 1000px;
    margin: 60px auto;
    padding: 40px;
    background: linear-gradient(
        180deg,
        #141414,
        #0f0f0f
    );
    border-radius: 18px;
    color: #e5e5e5;
    box-shadow: 0 20px 50px rgba(0, 0, 0, 0.85);
}

.contentx {
    margin-bottom: 60px;
    padding: 35px;
    text-align: justify;
    font-size: 17px;
    line-height: 1.8;
    letter-spacing: 1px;
    background: linear-gradient(
        160deg,
        #1b1b1b,
        #111
    );
    border-radius: 16px;
    color: #ddd;
    box-shadow: inset 0 0 20px rgba(0, 0, 0, 0.6);
}

blockquote {
    font-family: 'Georgia', serif;
    font-size: 21px;
    line-height: 1.9;
    color: #d8cfb5;
    margin: 90px auto;
    max-width: 520px;
    padding-left: 28px;
    text-align: left;
    border-left: 1px solid rgba(220, 200, 160, 0.35);
    position: relative;
    text-shadow:
        0 0 1px rgba(255, 235, 200, 0.18),
        1px 1px 2px rgba(0, 0, 0, 0.85);
}

blockquote::before {
    content: "❝";
    position: absolute;
    left: -6px;
    top: -10px;
    font-size: 34px;
    font-family: 'Georgia', serif;
    color: rgba(220, 200, 160, 0.4);
}

blockquote cite {
    display: block;
    margin-top: 22px;
    font-size: 14px;
    letter-spacing: 1px;
    font-style: normal;
    color: rgba(220, 200, 160, 0.6);
}

textarea,
input,
select {
    width: 40%;
    max-width: 600px;
    padding: 16px 20px;
    margin: 20px 0;
    font-family: 'Special Elite', serif;
    font-size: 16px;
    color: #f5f5f5;
    background: linear-gradient(
        180deg,
        #1c1c1c,
        #111
    );
    border: 1px solid rgba(255, 170, 60, 0.35);
    border-radius: 8px;
    box-shadow:
        inset 0 0 10px rgba(0, 0, 0, 0.8),
        0 0 10px rgba(0, 0, 0, 0.6);
    transition: 0.3s ease-in-out;
}

textarea:focus,
input:focus,
select:focus {
    outline: none;
    border-color: #ffae00;
    box-shadow: 0 0 14px rgba(255, 170, 60, 0.7);
}

h1 {
    font-family: 'Cinzel Decorative', serif;
    font-size: 34px;
    font-weight: 400;
    letter-spacing: 6px;
    text-transform: uppercase;
    color: #e7ddc5;
    margin: 140px auto 70px;
    max-width: 760px;
    text-align: left;
    text-shadow:
        0 0 2px rgba(255, 235, 200, 0.25),
        1px 1px 2px rgba(0, 0, 0, 0.9);
    position: relative;
}

h1::after {
    content: "";
    position: absolute;
    left: 4px;
    bottom: -18px;
    width: 180px;
    height: 1px;
    background: linear-gradient(
        90deg,
        rgba(255, 235, 200, 0),
        rgba(255, 235, 200, 0.55),
        rgba(255, 235, 200, 0)
    );
    opacity: 0.7;
}

h1 span {
    display: inline-block;
    opacity: 0.92;
}

h1 span:nth-child(odd) {
    opacity: 0.85;
}

#footer a,
a {
    color: #ffb347;
    background: linear-gradient(
        135deg,
        #1a1a1a,
        #111
    );
    padding: 6px 12px;
    border-radius: 10px;
    font-size: 13px;
    text-decoration: none;
    border: 1px solid rgba(255, 170, 60, 0.35);
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.8);
    transition: all 0.3s ease;
}

a:hover {
    background: linear-gradient(
        135deg,
        #ffae00,
        #ff7a00
    );
    color: #111;
    transform: translateY(-2px);
}

i, em {
    color: #ffb347;
    font-style: italic;
    font-family: 'Georgia', serif;
    letter-spacing: 0.5px;
    background: rgba(255, 170, 60, 0.12);
    padding: 2px 6px;
    border-radius: 4px;
}

b, strong {
    color: #111;
    font-weight: bold;
    font-family: 'Cinzel', serif;
    text-transform: uppercase;
    letter-spacing: 1px;
    background: linear-gradient(
        135deg,
        #ffcc66,
        #ff8c00
    );
    padding: 4px 10px;
    border-radius: 4px;
    box-shadow: 0 0 10px rgba(255, 150, 40, 0.7);
}
