@import url('https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700&display=swap');

:root {
    --font-main: "Inter", "Segoe UI", Arial, Helvetica, sans-serif;
}

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

body {
    font-family: var(--font-main);
    background: black;
    overflow-x: hidden;
}

.hero {
    position: relative;
    width: 100%;
}

.hero-picture {
    display: block;
}

.hero-image {
    display: block;
    width: 100%;
    height: auto;
}

.hero-logo {
    position: absolute;
    top: 7.5%;
    right: 7.5%;
    width: 25vw;
    height: auto;
}

.hero-content {
    position: absolute;
    inset: 0;
}

.title {
    position: absolute;
    top: 5%;
    left: 5%;
    font-size: 2vw;
    color: white;
}

.menu-buttons {
    position: absolute;
    top: 28vw;
    left: 5vw;
    display: flex;
    flex-direction: row;
    /* align-items: center; */
    gap: 1vw;
}

.menu-buttons a {
    --button-accent: 220, 175, 55;
    --button-accent-light: 245, 220, 150;
    --button-accent-dark: 132, 91, 16;
    --button-hover-color: #1f1606;

    display: flex;
    justify-content: center;
    align-items: center;
    width: 10vw;
    min-height: 4vw;
    padding: 0.9vw 0.8vw;

    color: #f6e7d0;
    text-decoration: none;
    font-size: 1.25vw;
    font-weight: 500;
    text-align: center;
    line-height: 1.2;

    background: rgba(20, 12, 18, 0.72);
    border: 0.08vw solid rgba(255, 180, 90, 0.35);
    border-radius: 1.5vw;

    box-shadow:
        0 0.5vw 1.5vw rgba(0, 0, 0, 0.35),
        inset 0 0.06vw 0 rgba(255, 220, 170, 0.08);

    backdrop-filter: blur(0.35vw);
    -webkit-backdrop-filter: blur(0.35vw);

    transition: 0.25s ease;
}

.menu-buttons a.gold {
    --button-accent: 220, 175, 55;
    --button-accent-light: 245, 220, 150;
    --button-accent-dark: 132, 91, 16;
    --button-hover-color: #211606;
}

.menu-buttons a.blau {
    --button-accent: 70, 140, 255;
    --button-accent-light: 170, 210, 255;
    --button-accent-dark: 26, 76, 168;
    --button-hover-color: #ffffff;
}

.menu-buttons a.grün {
    --button-accent: 90, 210, 120;
    --button-accent-light: 180, 255, 195;
    --button-accent-dark: 28, 120, 58;
    --button-hover-color: #062111;
}

.menu-buttons a.rot {
    --button-accent: 255, 90, 90;
    --button-accent-light: 255, 180, 180;
    --button-accent-dark: 168, 38, 38;
    --button-hover-color: #ffffff;
}

.menu-buttons a.gelb {
    --button-accent: 255, 210, 70;
    --button-accent-light: 255, 248, 215;
    --button-accent-dark: 166, 122, 18;
    --button-hover-color: #241900;
}

.menu-buttons a.magenta {
    --button-accent: 190, 45, 120;
    --button-accent-light: 235, 190, 220;
    --button-accent-dark: 126, 22, 82;
    --button-hover-color: #ffffff;
}

.menu-buttons a:hover {
    background:
        linear-gradient(180deg, rgba(var(--button-accent), 0.98), rgba(var(--button-accent-dark), 0.96));
    border-color: rgba(var(--button-accent-light), 0.82);
    color: var(--button-hover-color);
    box-shadow:
        0 0.55vw 1.25vw rgba(0, 0, 0, 0.38),
        inset 0 0.08vw 0 rgba(255, 255, 255, 0.28);
    transform: translateY(-0.28vw);
}

.legal-links {
    position: absolute;
    left: 1.8vw;
    bottom: 1.5vw;
    display: flex;
    gap: 0.8vw;
}

.legal-links a, .legal-separator {
    color: rgba(245, 231, 211, 0.68);
    font-size: 0.9vw;
    text-decoration: none;
}

.legal-links a:hover {
    color: rgba(255, 235, 205, 0.92);
    text-decoration: underline;
}

.phone-line {
    position: absolute;
    right: 4vw;
    bottom: 1.8vw;

    display: flex;
    align-items: center;
    gap: 0.8vw;

    margin: 0;
    padding: 0.85vw 1.2vw;
    font-size: 1.05vw;
    font-weight: 500;
    letter-spacing: 0.02vw;

    color: #f7e7cd;
    background: rgba(18, 12, 10, 0.52);
    border: 0.08vw solid rgba(255, 215, 150, 0.32);
    border-radius: 1vw;

    box-shadow:
        0 0.5vw 1.3vw rgba(0, 0, 0, 0.28),
        inset 0 0.08vw 0.2vw rgba(255, 230, 180, 0.08);

    backdrop-filter: blur(0.3vw);
    -webkit-backdrop-filter: blur(0.3vw);
}

.phone-label {
    text-transform: uppercase;
    font-size: 0.82vw;
    letter-spacing: 0.1vw;
    color: rgba(255, 224, 175, 0.78);
}

.phone-number {
    display: flex;
    gap: 0.35vw;
    font-weight: 700;
    color: #fff4df;
}

.title {
    top: 6.25%;
    left: 5%;
    margin: 0;
    padding: 0 0 0.8rem;
    display: block;
    max-width: none;
    border: 0;
    border-radius: 0;
    background: none;
    box-shadow: none;
    backdrop-filter: none;
    -webkit-backdrop-filter: none;
}

.title::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: min(34rem, 40vw);
    height: 2px;
    background: linear-gradient(90deg, rgba(255, 209, 138, 0.92), rgba(255, 209, 138, 0.22) 72%, transparent);
    box-shadow: 0 0 1rem rgba(255, 186, 84, 0.24);
}

.title-wordmark {
    position: relative;
    z-index: 1;
    display: inline-block;
    white-space: nowrap;
    font-family: "Palatino Linotype", "Book Antiqua", Georgia, serif;
    font-size: clamp(2.3rem, 4.1vw, 4.35rem);
    font-weight: 700;
    letter-spacing: 0.08em;
    line-height: 1;
    color: #f4ead8;
    text-shadow:
        0.04em 0.04em 0 rgba(158, 110, 20, 0.58),
        0 0.45rem 1rem rgba(0, 0, 0, 0.24),
        0 0 1.1rem rgba(245, 192, 92, 0.14);
}

.title-mark {
    color: #ffd28b;
}

.contact-card {
    position: absolute;
    right: 4vw;
    bottom: 1.8vw;
    display: grid;
    gap: 0.55vw;
    margin: 0;
    padding: 0.95vw 1.2vw;
    min-width: min(28vw, 24rem);
    background: rgba(18, 12, 10, 0.54);
    border: 0.08vw solid rgba(255, 215, 150, 0.32);
    border-radius: 1vw;
    box-shadow:
        0 0.5vw 1.3vw rgba(0, 0, 0, 0.28),
        inset 0 0.08vw 0.2vw rgba(255, 230, 180, 0.08);
    backdrop-filter: blur(0.3vw);
    -webkit-backdrop-filter: blur(0.3vw);
}

.contact-line {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 0.9vw;
    margin: 0;
}

.contact-label {
    text-transform: uppercase;
    font-size: 0.76vw;
    font-weight: 600;
    letter-spacing: 0.14vw;
    color: rgba(255, 224, 175, 0.78);
}

.contact-value {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
    gap: 0.28vw;
    font-size: 1vw;
    font-weight: 700;
    color: #fff4df;
}

.contact-value span {
    display: inline-block;
}

@media (max-width: 960px) {
    .title {
        top: 5.5%;
        padding-bottom: 0.65rem;
    }

    .title::after {
        width: min(26rem, 48vw);
    }

    .title-wordmark {
        font-size: clamp(2rem, 4.7vw, 3.5rem);
        letter-spacing: 0.07em;
    }

    .contact-card {
        min-width: min(40vw, 23rem);
        gap: 0.5rem;
        padding: 0.8rem 1rem;
        border-radius: 1rem;
    }

    .contact-label {
        font-size: 0.72rem;
        letter-spacing: 0.14em;
    }

    .contact-value {
        font-size: 0.95rem;
        gap: 0.25rem;
    }
}

@media (max-width: 640px) {
    body {
        min-height: 100svh;
    }

    .hero {
        min-height: 100svh;
        overflow: hidden;
        background: #050307;
    }

    .hero::before {
        content: "";
        position: absolute;
        inset: 0;
        z-index: 1;
        pointer-events: none;
        background:
            linear-gradient(180deg, rgba(0, 0, 0, 0.46) 0%, rgba(0, 0, 0, 0.12) 34%, rgba(0, 0, 0, 0.62) 100%),
            radial-gradient(circle at 50% 38%, rgba(255, 198, 92, 0.22), transparent 42%);
    }

    .hero-picture,
    .hero-image {
        position: absolute;
        inset: 0;
        width: 100%;
        height: 100%;
    }

    .hero-image {
        object-fit: cover;
        object-position: center center;
    }

    .hero-content {
        position: relative;
        z-index: 2;
        inset: auto;
        min-height: 100svh;
        display: flex;
        flex-direction: column;
        align-items: center;
        padding: 20px 16px calc(18px + env(safe-area-inset-bottom));
    }

    .title {
        position: relative;
        top: auto;
        left: auto;
        width: 100%;
        text-align: center;
        padding-bottom: 0.45rem;
    }

    .title::after {
        left: 50%;
        transform: translateX(-50%);
        width: min(17rem, 76vw);
    }

    .title-wordmark {
        max-width: 100%;
        font-size: clamp(1.55rem, 7.8vw, 2.25rem);
        letter-spacing: 0.035em;
    }

    .hero-logo {
        position: relative;
        top: auto;
        right: auto;
        width: min(38vw, 150px);
        margin: 12px auto 18px;
    }

    .menu-buttons {
        position: relative;
        top: auto;
        left: auto;
        width: min(100%, 360px);
        display: grid;
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 10px;
        margin-top: clamp(95px, 12svh, 120px);
        margin-bottom: auto;
    }

    .menu-buttons a {
        width: auto;
        min-height: 50px;
        padding: 10px 9px;
        font-size: 0.82rem;
        line-height: 1.18;
        border-width: 1px;
        border-radius: 16px;
        box-shadow:
            0 10px 28px rgba(0, 0, 0, 0.34),
            inset 0 1px 0 rgba(255, 220, 170, 0.09);
        backdrop-filter: blur(6px);
        -webkit-backdrop-filter: blur(6px);
    }

    .contact-card {
        position: relative;
        left: auto;
        right: auto;
        bottom: auto;
        width: min(100%, 360px);
        min-width: 0;
        gap: 0.45rem;
        margin-top: 12px;
        padding: 0.75rem 0.9rem;
        border-width: 1px;
    }

    .contact-line {
        align-items: flex-start;
        flex-direction: column;
        gap: 0.2rem;
    }

    .contact-value {
        justify-content: flex-start;
        gap: 0.2rem;
    }

    .contact-label {
        font-size: 0.65rem;
    }

    .legal-links {
        position: relative;
        left: auto;
        bottom: auto;
        margin-top: 14px;
        gap: 0.55rem;
    }

    .legal-links a,
    .legal-separator {
        font-size: 0.76rem;
    }
}

@media (max-width: 360px) {
    .hero-content {
        padding-inline: 12px;
    }

    .menu-buttons {
        gap: 8px;
    }

    .menu-buttons a {
        min-height: 46px;
        padding: 8px 7px;
        font-size: 0.76rem;
    }

    .contact-card {
        padding: 0.65rem 0.75rem;
    }
}

@media (max-height: 720px) and (max-width: 640px) {
    .hero-content {
        min-height: 720px;
    }
}
