body {
    margin: 0;
    font-family: Arial, sans-serif;
    background: #ffffff;
    color: #000000;
}

h1,
h2,
.hero-title {
    font-family: "Poiret One", sans-serif;
}

body,
p {
    font-family: "Montserrat", sans-serif;
}

.left {
    text-align: left !important;
}

.container {
    width: 90%;
    margin: 0 auto;
}

.header {
    background-color: #002107;
    padding: 15px 0;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 10;
}

.header-inner {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.logo {
    color: #fff;
    text-decoration: none;
    font-size: 20px;
}

.nav ul {
    list-style: none;
    display: flex;
    gap: 20px;
}

.nav a {
    text-decoration: none;
    color: #fff;
    transition: color 0.3s;
}
.nav a:hover {
    color: #f44336;
}

.burger {
    display: none;
    font-size: 26px;
    background: none;
    border: none;
    color: #fff;
    cursor: pointer;
}

.hero {
    /* height: 100vh;
   
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center; */

    /* height: 80vh;
    position: relative;
    z-index: 1;
    display: flex;
    align-items: center; 
    justify-content: center;
    text-align: center; */
    text-align: center;
    position: relative;
    min-height: 80vh;
    display: grid;
    place-items: center;
    overflow: hidden;

    /* фон-картинка подложка */
    background: linear-gradient(0deg, rgb(0 0 0 / 32%), rgb(0 0 0 / 7%));
}

.heroBg {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    z-index: -1;
}

.heroBg2 {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: right;
    z-index: -1;
}

.hero-content h1 {
    margin: 0;
    color: #fff;
    text-transform: uppercase;
}

.hero-content h2 {
    margin-top: 10px;
    color: #fff;
}

/* Mobile Menu */
.mobile-menu {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(20, 20, 20, 0.95);
    display: none;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    z-index: 100;
}

.mobile-menu ul {
    list-style: none;
    padding: 0;
    text-align: center;
}

.mobile-menu li {
    margin: 20px 0;
}

.mobile-menu a {
    color: #fff;
    text-decoration: none;
    font-size: 28px;
    transition: color 0.3s;
}

.mobile-menu a:hover {
    color: #e97100;
}

main a {
    text-decoration: none;
    color: #000000;
    font-weight: 600;
}

.close-btn {
    position: absolute;
    top: 20px;
    right: 20px;
    font-size: 40px;
    background: none;
    border: none;
    color: #fff;
    cursor: pointer;
}

footer {
    background: #002107;
    padding: 20px 0;
    text-align: center;
}

.footer-inner {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 12px;
}

footer p {
    margin: 0;
    color: #ffffff !important;
}

footer ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

footer a {
    color: #ffffff;
    text-decoration: none;
    font-size: 18px;
}

.socials a {
    color: #e97100;
    margin: 0 8px;
    font-size: 22px;
    transition: color 0.3s;
}

.socials a:hover {
    color: #fffdfb !important;
}

.logo-small img {
    width: 60px;
    margin: 0;
}
.logo-small {
    align-items: center;
    justify-content: center;
}

.defaultLI {
    font-size: 18px;
    list-style: none;
    padding: 0;
}

.defaultUL {
    padding: 0;
}

blockquote {
    font-size: 18px;
    margin: 0;
}
.partners {
    text-align: center;
}

/* Responsive */
@media (max-width: 768px) {
    .nav {
        display: none;
    }
    .burger {
        display: block;
    }
    .hero {
        min-height: 65vh;
    }
    .logo-small {
        height: 60px;
    }

    .logo-small img {
        width: 60px !important;
    }
    main .socials {
        text-align: center;
    }
}

/* ====== Base ====== */
:where(body) {
    font-family: "Montserrat", system-ui, -apple-system, Segoe UI, Roboto, Arial,
        sans-serif;
    color: #703600;
    line-height: 1.55;
}

.wl-container {
    width: min(100% - 32px, 980px);
    margin-inline: auto;
}

/* ====== Welcome ====== */
.wl-welcome {
    background: #fff;
    text-align: center;
}

.wl-eyebrow {
    font: 600 14px/1 "Montserrat", sans-serif;
    letter-spacing: 0.24em;
    text-transform: uppercase;
    color: #703600;
}

.wl-title {
    margin: 0 0 20px;
    font-family: "Poiret One" !important;
    font-weight: 400 !important;
    font-size: 30px !important;
    letter-spacing: 0.18em !important;
    color: #703600;
}

.wl-lead {
    margin: 0 auto 12px;

    font-size: clamp(15px, 1.7vw, 18px);
    color: #000000;
}

.wl-note {
    margin: 0 auto 28px;
    max-width: 760px;
    color: #703600;
}

.wl-link {
    color: #2c80b9;
    text-decoration: underline;
    text-underline-offset: 3px;
}

.wl-btn {
    display: inline-block;
    padding: 14px 22px;
    font: 600 14px/1 "Montserrat", sans-serif;
    letter-spacing: 0.18em;
    text-transform: uppercase;
    text-decoration: none;
    transition: 0.2s ease;
}

.wl-btn-outline {
    color: #703600;
    border: 1px solid #703600b2;
}

.wl-btn-outline:hover {
    color: #222;
    border-color: #222;
}

/* ====== Happy Hour Banner ====== */
.wl-happy {
    position: relative;
    min-height: 54vh;
    display: grid;
    place-items: center;
    overflow: hidden;

    /* фон-картинка подложка */
    background: linear-gradient(
        0deg,
        rgba(0, 0, 0, 0.493),
        rgba(0, 0, 0, 0.452)
    );

    color: #e7eced;
}

.wl-happy h2 {
    color: #fff;
    text-align: center;
}
/* если нужен файл из webp/jpeg — просто замените путь вверхом */

.wl-happy-inner {
    text-align: center;
    color: rgb(255, 255, 255) !important;
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.wl-deco {
    margin: 0 0 14px;
    font-family: "Poiret One", sans-serif;
    font-weight: 400;

    letter-spacing: 0.18em;
    color: rgb(255, 255, 255) !important;
}

.wl-time {
    margin: 0;
    letter-spacing: 0.28em;
    text-transform: uppercase;
    font-weight: 300 !important;
    color: rgb(255, 255, 255) !important;
}

.wl-small {
    margin: 0;
    font-size: 12px;
    letter-spacing: 0.25em;
    color: rgb(255, 255, 255) !important;
}

.wl-specials {
    margin: 0;
    font-weight: 300 !important;
    letter-spacing: 0.25em;
    text-transform: uppercase;
    color: rgb(255, 255, 255) !important;
}

/* ====== Responsive polish ====== */
@media (max-width: 640px) {
    .wl-btn {
        padding: 12px 18px;
        letter-spacing: 0.14em;
    }
    .wl-time,
    .wl-specials {
        letter-spacing: 0.18em;
    }
    .left {
        text-align: left !important;
    }
    h2 {
        letter-spacing: 2px !important;
    }
}

.wl-location {
    background: #fff;
    text-align: center;
}

.wl-loc-title {
    margin: 0 0 8px;
    font-family: "Montserrat", sans-serif;
    font-weight: 700;
    font-size: clamp(18px, 2.6vw, 24px);
    line-height: 1;
    letter-spacing: 0.32em;
    color: #703600;
}

.wl-loc-sub {
    margin: 0 0 24px;
    font-family: "Montserrat", sans-serif;
    font-weight: 600;
    font-size: clamp(11px, 1.8vw, 12px);
    letter-spacing: 0.35em;
    text-transform: uppercase;
    color: #703600;
}

.wl-loc-rule {
    width: min(860px, 92%);
    height: 1px;
    margin: 0 auto;
    border: 0;
    background: linear-gradient(
        90deg,
        transparent,
        #bfbfbf 10%,
        #bfbfbf 90%,
        transparent
    );
    opacity: 0.9;
}

.wl-open-title {
    margin: 0 0 8px;
    font-family: "Montserrat", sans-serif;
    font-weight: 700;
    font-size: clamp(18px, 2.6vw, 24px);
    line-height: 1;
    letter-spacing: 0.32em;
    color: #ffffff;
}

.wl-open-rule {
    width: min(860px, 92%);
    height: 1px;
    margin: 0 auto;
    border: 0;
    background: linear-gradient(
        90deg,
        transparent,
        #ffffff 10%,
        #bfbfbf 90%,
        transparent
    );
    opacity: 0.9;
}

section {
    margin-bottom: 60px;
}
.partners img {
    width: 150px;
}
