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

:root {
    --blue-900: #0a2a66;
    --blue-700: #1149a6;
    --blue-500: #1f6fe5;
    --blue-100: #eaf2ff;
    --white: #ffffff;
    --text: #0f2348;
    --muted: #35558f;
    --border: #b7cef7;
    --focus: #1f6fe5;
    --shadow: 0 14px 30px rgba(17, 73, 166, 0.14);
}

html {
    scroll-behavior: smooth;
}

body {
    font-family: "Inter", system-ui, -apple-system, "Segoe UI", sans-serif;
    color: var(--text);
    line-height: 1.6;
    background:
        radial-gradient(circle at 18% 12%, rgba(31, 111, 229, 0.1) 0%, transparent 35%),
        radial-gradient(circle at 92% 3%, rgba(17, 73, 166, 0.1) 0%, transparent 28%),
        var(--white);
    text-rendering: optimizeLegibility;
    -webkit-font-smoothing: antialiased;
}

.container {
    width: min(1120px, 100% - 2.5rem);
    margin: 0 auto;
}

.skip-link {
    position: absolute;
    left: -999px;
    top: 0;
    background: var(--blue-700);
    color: var(--white);
    padding: 0.75rem 1rem;
    z-index: 500;
    border-radius: 0 0 10px 10px;
}

.skip-link:focus {
    left: 1rem;
    top: 0.5rem;
}

h1 {
    font-family: "Bungee", "Inter", system-ui, sans-serif;
    letter-spacing: 0.06em;
}

h2 {
    font-family: "Bungee Shade", "Inter", system-ui, sans-serif;
    letter-spacing: 0.05em;
}

h3 {
    font-family: "Atomic Age", "Inter", system-ui, sans-serif;
    letter-spacing: 0.03em;
}

.navbar {
    position: sticky;
    top: 0;
    z-index: 100;
    background: rgba(255, 255, 255, 0.96);
    border-bottom: 3px solid var(--blue-700);
    box-shadow: 0 10px 24px rgba(10, 42, 102, 0.12);
    backdrop-filter: blur(8px);
}

.navbar .container {
    min-height: 82px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1.5rem;
    flex-wrap: wrap;
    padding-block: 0.75rem;
}

.logo {
    display: flex;
    align-items: center;
    gap: 0.8rem;
}

.logo img {
    width: 72px;
    height: 72px;
    border-radius: 999px;
    object-fit: cover;
    border: 3px solid var(--blue-700);
    box-shadow: 0 8px 18px rgba(10, 42, 102, 0.2);
}

.logo h1 {
    font-size: clamp(1.05rem, 0.9rem + 0.8vw, 1.45rem);
    color: var(--blue-900);
}

.nav-links {
    display: flex;
    list-style: none;
    gap: 1rem;
    align-items: center;
    flex-wrap: wrap;
}

.nav-links a {
    color: var(--blue-900);
    text-decoration: none;
    font-weight: 700;
    letter-spacing: 0.06em;
    font-size: 0.86rem;
    border: 2px solid transparent;
    border-radius: 999px;
    padding: 0.45rem 0.85rem;
    transition: all 0.2s ease;
}

.nav-links a:hover {
    border-color: var(--blue-500);
    color: var(--blue-700);
    background: var(--blue-100);
}

.nav-links a:focus-visible,
.btn:focus-visible {
    outline: 3px solid var(--focus);
    outline-offset: 2px;
}

.hero {
    position: relative;
    isolation: isolate;
    color: var(--white);
    text-align: center;
    padding: clamp(6rem, 9vw, 8.5rem) 1.25rem;
    background:
        linear-gradient(130deg, rgba(10, 42, 102, 0.87), rgba(17, 73, 166, 0.74)),
        url("img/IMG_6793.JPEG") center / cover no-repeat;
}

.hero::after {
    content: "";
    position: absolute;
    inset: auto 0 0;
    height: 14px;
    background: repeating-linear-gradient(
        90deg,
        var(--white) 0 22px,
        #b7cef7 22px 44px
    );
}

.hero-content {
    width: min(760px, 100%);
    margin: 0 auto;
}

.hero-content h2 {
    font-size: clamp(2rem, 2.4vw + 1.35rem, 3.2rem);
    margin-bottom: 0.6rem;
}

.hero-content h3 {
    font-size: clamp(1.2rem, 1vw + 1rem, 1.65rem);
    margin-bottom: 1.2rem;
    color: #d9e8ff;
}

.hero-content p {
    font-size: clamp(1rem, 0.5vw + 0.95rem, 1.2rem);
    max-width: 60ch;
    margin: 0 auto 2rem;
    color: rgba(255, 255, 255, 0.92);
}

.btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 0.82rem 1.65rem;
    border-radius: 999px;
    border: 2px solid transparent;
    text-decoration: none;
    font-weight: 700;
    letter-spacing: 0.03em;
    transition: transform 0.2s ease, box-shadow 0.2s ease, background-color 0.2s ease;
}

.btn-primary {
    background: var(--white);
    color: var(--blue-900);
    box-shadow: 0 12px 24px rgba(10, 42, 102, 0.25);
}

.btn-primary:hover {
    transform: translateY(-2px);
    background: #eef4ff;
}

.about,
.menu,
.merchandise,
.contact {
    padding: clamp(3.2rem, 5vw, 5rem) 0;
}

.about,
.merchandise {
    background: var(--white);
}

.menu,
.contact {
    background: linear-gradient(180deg, var(--blue-100), #f4f8ff);
}

.about .container,
.menu .container,
.merchandise .container,
.contact .container {
    text-align: center;
    border: 1px solid var(--border);
    border-radius: 22px;
    padding: clamp(1.75rem, 2.8vw, 2.8rem);
    background: var(--white);
    box-shadow: var(--shadow);
}

.about h2,
.menu h2,
.merchandise h2,
.contact h2 {
    font-size: clamp(1.75rem, 1.2vw + 1.4rem, 2.65rem);
    margin-bottom: 0.9rem;
    color: var(--blue-900);
}

.about p,
.merchandise p,
.contact-info p {
    font-size: clamp(1rem, 0.35vw + 0.95rem, 1.12rem);
    color: var(--muted);
    max-width: 68ch;
    margin: 0.6rem auto;
}

.menu h3,
.merchandise h3 {
    font-size: clamp(1.1rem, 0.8vw + 1rem, 1.45rem);
    color: var(--blue-700);
    margin-bottom: 0.8rem;
}

.contact-info {
    background: linear-gradient(180deg, var(--white), #f8fbff);
    border: 1px solid var(--border);
    border-radius: 16px;
    padding: clamp(1.2rem, 1.5vw, 1.75rem);
    width: min(640px, 100%);
    margin: 1rem auto 0;
}

.contact-info strong,
.merchandise strong {
    color: var(--blue-700);
}

.footer {
    background: var(--blue-900);
    color: var(--white);
    text-align: center;
    padding: 1.6rem 0;
    border-top: 4px solid var(--blue-500);
}

@media (prefers-reduced-motion: reduce) {
    html {
        scroll-behavior: auto;
    }

    * {
        transition: none !important;
    }
}

@media (max-width: 860px) {
    .navbar .container {
        justify-content: center;
    }

    .logo {
        width: 100%;
        justify-content: center;
    }

    .nav-links {
        justify-content: center;
    }
}

@media (max-width: 560px) {
    .nav-links {
        gap: 0.4rem;
    }

    .nav-links a {
        font-size: 0.78rem;
        padding: 0.35rem 0.7rem;
    }

    .btn {
        width: 100%;
        max-width: 260px;
    }

    .about .container,
    .menu .container,
    .merchandise .container,
    .contact .container {
        border-radius: 16px;
    }
}
