@font-face {
    font-family: 'GeistPixel-Line';
    src: url('fonts/GeistPixel-Line.woff2') format('woff2');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

*, *::before, *::after {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

html, body {
    height: 100%;
    width: 100%;
    background-color: #000;
    color: #fff;
    font-family: 'GeistPixel-Line', monospace;
    overflow: hidden;
}

.parking-page {
    position: relative;
    width: 100%;
    height: 100vh;
    background-color: #000;
}

.text-content {
    position: absolute;
    top: 5%;
    left: 4%;
    z-index: 2;
}

.title {
    font-family: 'GeistPixel-Line', monospace;
    font-size: clamp(4rem, 10vw, 9rem);
    font-weight: normal;
    color: #fff;
    line-height: 1.1;
    letter-spacing: 0.02em;
}

.subtitle {
    font-family: 'GeistPixel-Line', monospace;
    font-size: clamp(1.8rem, 4vw, 3.5rem);
    font-weight: normal;
    color: #c0c0c0;
    margin-top: 0.2em;
    letter-spacing: 0.02em;
}

.hero-image {
    position: absolute;
    right: 5%;
    top: 50%;
    transform: translateY(-50%);
    width: 70%;
    max-width: none;
    height: auto;
    object-fit: contain;
    opacity: 0.7;
    z-index: 1;
    pointer-events: none;
}

.email {
    position: absolute;
    bottom: 4%;
    right: 4%;
    font-family: 'GeistPixel-Line', monospace;
    font-size: clamp(0.8rem, 1.5vw, 1.2rem);
    color: #a0a0a0;
    z-index: 2;
    letter-spacing: 0.02em;
}