:root {
    --vg-brand: #008c9e;
    --vg-brand-dark: #006b78;
    --vg-ink: #202020;
    --vg-muted: #6f6a64;
    --vg-line: #e6e0d8;
    --vg-paper: #f5efe6;
    --vg-white: #ffffff;
    --vg-footer: #202020;
}

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

body {
    margin: 0;
    background: var(--vg-white);
    color: var(--vg-ink);
    font-family: Arial, Helvetica, sans-serif;
    line-height: 1.6;
}

a {
    color: inherit;
}

a:focus-visible,
button:focus-visible,
summary:focus-visible {
    outline: 3px solid var(--vg-brand);
    outline-offset: 4px;
}

.vg-site-shell {
    width: min(1180px, calc(100% - 40px));
    margin-inline: auto;
}

.vg-site-skip {
    position: fixed;
    top: 12px;
    left: 12px;
    z-index: 1000;
    transform: translateY(-160%);
    padding: 10px 14px;
    background: var(--vg-ink);
    color: var(--vg-white);
    font-weight: 700;
    text-decoration: none;
}

.vg-site-skip:focus {
    transform: translateY(0);
}

.vg-site-header {
    position: sticky;
    top: 0;
    z-index: 100;
    border-bottom: 1px solid var(--vg-line);
    background: rgba(255, 255, 255, 0.96);
    backdrop-filter: blur(14px);
}

.vg-site-header__top {
    border-bottom: 1px solid var(--vg-line);
    background: #f8f6f2;
    font-size: 0.78rem;
    font-weight: 700;
    text-transform: uppercase;
}

.vg-site-header__top-inner {
    min-height: 38px;
    display: flex;
    gap: 22px;
    align-items: center;
    justify-content: space-between;
}

.vg-site-header__top nav {
    display: flex;
    gap: 18px;
    align-items: center;
}

.vg-site-header a {
    text-decoration: none;
}

.vg-site-header a:hover {
    color: var(--vg-brand-dark);
}

.vg-site-header__mini {
    color: var(--vg-brand-dark);
    letter-spacing: 0.08em;
}

.vg-site-header__main {
    min-height: 88px;
    display: grid;
    grid-template-columns: auto 1fr auto;
    gap: 30px;
    align-items: center;
}

.vg-site-logo {
    color: var(--vg-ink);
    font-family: Georgia, "Times New Roman", serif;
    font-size: 2rem;
    font-weight: 700;
    letter-spacing: -0.02em;
    line-height: 1;
}

.vg-site-menu {
    justify-self: end;
}

.vg-site-menu summary {
    display: none;
    min-height: 44px;
    align-items: center;
    justify-content: center;
    padding: 10px 16px;
    border: 1px solid var(--vg-line);
    border-radius: 3px;
    background: var(--vg-white);
    cursor: pointer;
    font-size: 0.78rem;
    font-weight: 800;
    letter-spacing: 0.08em;
    list-style: none;
    text-transform: uppercase;
}

.vg-site-menu summary::-webkit-details-marker {
    display: none;
}

.vg-site-nav {
    display: flex;
    gap: 24px;
    align-items: center;
    justify-content: end;
    font-size: 0.82rem;
    font-weight: 800;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.vg-site-reserve,
.vg-site-button {
    min-height: 46px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 12px 20px;
    border: 1px solid var(--vg-brand);
    border-radius: 3px;
    background: var(--vg-brand);
    color: var(--vg-white);
    font-size: 0.8rem;
    font-weight: 800;
    letter-spacing: 0.08em;
    text-decoration: none;
    text-transform: uppercase;
}

.vg-site-reserve:hover,
.vg-site-button:hover {
    border-color: var(--vg-brand-dark);
    background: var(--vg-brand-dark);
    color: var(--vg-white);
}

.vg-site-pagehead {
    padding: 96px 0;
    background: var(--vg-paper);
}

.vg-site-pagehead p {
    margin: 0 0 12px;
    color: var(--vg-brand-dark);
    font-size: 0.78rem;
    font-weight: 800;
    letter-spacing: 0.16em;
    text-transform: uppercase;
}

.vg-site-pagehead h1 {
    max-width: 820px;
    margin: 0;
    font-family: Georgia, "Times New Roman", serif;
    font-size: clamp(2.7rem, 7vw, 5.6rem);
    line-height: 0.98;
}

.vg-site-content {
    padding: 70px 0;
}

.vg-site-article {
    max-width: 820px;
}

.vg-site-article h2 {
    font-family: Georgia, "Times New Roman", serif;
    font-size: 2.3rem;
    line-height: 1.08;
}

.vg-site-article img {
    max-width: 100%;
    height: auto;
}

.vg-site-footer {
    padding: 64px 0 24px;
    background: var(--vg-footer);
    color: var(--vg-white);
}

.vg-site-footer__grid {
    display: grid;
    grid-template-columns: 1.4fr 0.8fr 0.8fr;
    gap: 54px;
}

.vg-site-footer__logo {
    display: inline-block;
    margin-bottom: 14px;
    font-family: Georgia, "Times New Roman", serif;
    font-size: 2rem;
    font-weight: 700;
    text-decoration: none;
}

.vg-site-footer p {
    max-width: 460px;
    margin: 0;
    color: rgba(255, 255, 255, 0.72);
}

.vg-site-footer nav {
    display: grid;
    gap: 9px;
}

.vg-site-footer h2 {
    margin: 0 0 10px;
    color: #d8b98c;
    font-size: 0.78rem;
    letter-spacing: 0.14em;
    text-transform: uppercase;
}

.vg-site-footer a {
    color: rgba(255, 255, 255, 0.78);
    text-decoration: none;
}

.vg-site-footer a:hover {
    color: var(--vg-white);
    text-decoration: underline;
    text-underline-offset: 5px;
}

.vg-site-footer__bottom {
    display: flex;
    gap: 18px;
    justify-content: space-between;
    margin-top: 48px;
    padding-top: 20px;
    border-top: 1px solid rgba(255, 255, 255, 0.16);
    color: rgba(255, 255, 255, 0.62);
    font-size: 0.85rem;
}

@media (max-width: 900px) {
    .vg-site-header__top {
        display: none;
    }

    .vg-site-header__main {
        min-height: 74px;
        grid-template-columns: 1fr auto;
        gap: 14px;
    }

    .vg-site-logo {
        font-size: 1.75rem;
    }

    .vg-site-menu {
        position: relative;
        order: 3;
        grid-column: 1 / -1;
        justify-self: stretch;
    }

    .vg-site-menu summary {
        display: inline-flex;
        width: 100%;
    }

    .vg-site-nav {
        display: none;
    }

    .vg-site-menu[open] .vg-site-nav {
        display: grid;
        gap: 4px;
        margin-top: 10px;
        padding: 12px;
        border: 1px solid var(--vg-line);
        border-radius: 4px;
        background: var(--vg-white);
        box-shadow: 0 16px 36px rgba(0, 0, 0, 0.12);
    }

    .vg-site-nav a {
        padding: 12px;
    }

    .vg-site-reserve {
        min-height: 42px;
        padding-inline: 14px;
    }

    .vg-site-footer__grid {
        grid-template-columns: 1fr;
        gap: 36px;
    }
}

@media (max-width: 560px) {
    .vg-site-shell {
        width: min(100% - 28px, 1180px);
    }

    .vg-site-header__main {
        grid-template-columns: 1fr;
    }

    .vg-site-reserve {
        width: 100%;
    }

    .vg-site-pagehead {
        padding: 64px 0;
    }

    .vg-site-content {
        padding: 48px 0;
    }

    .vg-site-footer__bottom {
        display: grid;
        gap: 8px;
    }
}
