@font-face {
    font-family: 'SchengenPDA';
    font-style: normal;
    font-weight: 400;
    src: url('/fonts/SchengenPDA-Regular.woff2') format('woff');
}

@font-face {
    font-family: 'SchengenPDA';
    font-style: normal;
    font-weight: 500;
    src: url('/fonts/SchengenPDA-Demi.woff2') format('woff');
}

@font-face {
    font-family: 'SchengenPDA';
    font-style: normal;
    font-weight: 600;
    src: url('/fonts/SchengenPDA-Demi.woff2') format('woff');
}

@font-face {
    font-family: 'SchengenPDA';
    font-style: normal;
    font-weight: 700;
    src: url('/fonts/SchengenPDA-Demi.woff2') format('woff');
}

/* Basic Reset */
* {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

body {
    font-family: 'SchengenPDA', Arial, sans-serif;
    background-color: #ffffff;
    color: #000000;
    font-size: 16px;
    line-height: 1.5;
    overflow-x: hidden;
}

a {
    text-decoration: none;
    color: inherit;
    cursor: pointer;
}

ul {
    list-style: none;
}

/* Utilities */
.uppercase {
    text-transform: uppercase;
}

.df {
    display: flex;
}

.fdc {
    flex-direction: column;
}

.jcb {
    justify-content: space-between;
}

.aic {
    align-items: center;
}

.hidden {
    display: none;
}

.mt-1 {
    margin-top: 4px;
}

.mt-2 {
    margin-top: 8px;
}

.mt-3 {
    margin-top: 12px;
}

.mt-4 {
    margin-top: 16px;
}

.mt-5 {
    margin-top: 20px;
}

.mt-6 {
    margin-top: 24px;
}

.mt-7 {
    margin-top: 28px;
}

.mt-8 {
    margin-top: 32px;
}

.mt-9 {
    margin-top: 36px;
}

.mt-10 {
    margin-top: 40px;
}

.mt-11 {
    margin-top: 44px;
}

.mt-12 {
    margin-top: 48px;
}

.mt-13 {
    margin-top: 52px;
}

.mt-14 {
    margin-top: 56px;
}

.mt-15 {
    margin-top: 60px;
}

.mt-16 {
    margin-top: 64px;
}

.mt-17 {
    margin-top: 68px;
}

.mt-18 {
    margin-top: 72px;
}

.mt-19 {
    margin-top: 76px;
}

.mt-20 {
    margin-top: 80px;
}

/* Header */
.header {
    padding: 2rem 0 0 0;
    position: fixed;
    top: 0;
    left: 2rem;
    width: auto;
    /* Changed to 100% for mobile alignment */
    height: auto;
    z-index: 1000;
    background-color: transparent;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 2rem;
    pointer-events: none;
}

.header>* {
    pointer-events: auto;
}

.header__logo {
    width: auto;
    max-width: 90vw;
}

.header__logo .header__logo-link {
    display: flex;
    align-items: center;
    justify-content: center;
    width: auto;
    max-width: 200px;
    height: auto;
    margin: 0;
    padding: 0;
    background-image: url('https://cdn.monsterzym.com/images/blackchrome/blackchrome_logo.png');
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    box-sizing: border-box;
}

.header__logo .header__logo-link img {
    width: 100%;
    max-width: 100%;
    height: auto;
    object-fit: cover;
    opacity: 0;
}

.header__nav {
    display: block;
}

.header__menu {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    gap: 8px;
    width: auto;
    height: auto;
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

.header__menu li {
    flex: 0 0 auto;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    width: auto;
    height: auto;
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

.header__menu-link {
    color: #ffffff;
    font-size: 12px;
    font-weight: 700;
    line-height: 1;
    text-transform: uppercase;
    letter-spacing: 0.02em;
    transition: opacity 0.3s ease;
}

.header__menu-link:hover {
    opacity: 0.6;
}

.logo-text {
    transform: scaleX(1.1);
    transform-origin: left bottom;
    transition: fill 0.3s ease;
}

.header__burger {
    display: none;
    flex-direction: column;
    gap: 6px;
    margin: 0;
    padding: 0;
    cursor: pointer;
    border: none;
    background: none;
    z-index: 1100;
}

.header__burger span {
    display: block;
    width: 25px;
    height: 1px;
    background-color: #ffffff;
    transition: all 0.3s ease;
}

.container {
    display: block;
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

/* Footer */
.footer {
    padding: 2rem;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: flex-start;
    justify-content: flex-end;
    font-size: 11px;
    background-color: #ffffff;
    color: #000000;
    position: relative;
    z-index: 50;
}

.footer__info {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    gap: 10px;
}

.footer__info-wrapper {
    display: flex;
    gap: 20px;
}

.footer__link {
    text-decoration: none;
    color: #000;
    font-weight: 600;
}

.footer__copyright {
    display: flex;
    gap: 20px;
    color: #000;
    font-weight: 600;
    opacity: 0.8;
}

/* Responsive */
@media (max-width: 768px) {
    .header {
        height: 50px;
        padding: 0 20px;
        flex-direction: row;
        align-items: center;
        justify-content: center;
        background-color: #ffffff;
        gap: 0;
        left: 0;
        width: 100%;
        pointer-events: auto;
    }

    .header__logo {
        position: relative;
        display: flex;
        align-items: center;
        justify-content: center;
        width: auto;
        height: auto;
        margin: 0;
        padding: 0;
        z-index: 1100;
    }

    .header__logo .header__logo-link {
        max-width: 150px;
        background-image: url('https://cdn.monsterzym.com/images/blackchrome/blackchrome_logo_black.png');
    }

    .header__logo svg {
        width: 100%;
    }

    .header__logo svg text {
        fill: #000000;
        /* Black logo on mobile */
    }

    .header__burger {
        display: flex;
        position: absolute;
        left: 1rem;
        top: 50%;
        transform: translateY(-50%);
    }

    .header__burger span {
        background-color: #000000;
        /* Black burger on mobile */
    }

    .header.is-open .header__burger span:nth-child(1) {
        transform: translateY(8px) rotate(45deg);
    }

    .header.is-open .header__burger span:nth-child(2) {
        opacity: 0;
    }

    .header.is-open .header__burger span:nth-child(3) {
        transform: translateY(-6px) rotate(-45deg);
    }

    .header__nav {
        position: fixed;
        top: 0;
        left: -100%;
        display: flex;
        flex-direction: column;
        width: 100%;
        height: 100vh;
        background-color: #ffffff;
        padding: 80px 1rem 1rem 1rem;
        pointer-events: auto;
        opacity: 0;
        transition: left 0.4s cubic-bezier(0.4, 0, 0.2, 1), opacity 0.4s cubic-bezier(0.4, 0, 0.2, 1);
        z-index: 1000;
    }

    .header.is-open .header__nav {
        left: 0;
        opacity: 1;
    }

    .header__menu-link {
        display: block;
        padding: 0;
        font-size: 0.9rem;
        font-weight: 700;
        color: #000000;
    }

    .homepage {
        padding-top: 50px;
        box-sizing: border-box;
    }

    .footer {
        flex-direction: column;
        align-items: flex-start;
        padding: 40px 20px;
    }

    .footer__info {
        align-items: flex-start;
        width: 100%;
        gap: 40px;
    }

    .footer__info-wrapper {
        flex-direction: column;
        gap: 6px;
    }

    .footer__link {
        font-size: 0.7rem;
        font-weight: 500;
        letter-spacing: 0.2px;
    }

    .footer__copyright {
        flex-direction: column;
        gap: 8px;
        width: 100%;
    }

    .footer__copyright-link {
        font-size: 13px;
        font-weight: 700;
    }
}