@font-face {
    font-family: Manrope;
    font-style: normal;
    font-weight: 200 800;
    font-display: swap;
    src: url("../fonts/manrope-cyrillic.woff2") format("woff2");
    unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116, U+20BD;
}

@font-face {
    font-family: Manrope;
    font-style: normal;
    font-weight: 200 800;
    font-display: swap;
    src: url("../fonts/manrope-latin.woff2") format("woff2");
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

@font-face {
    font-family: Monomakh;
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: url("../fonts/Monomakh.otf") format("opentype");
}

:root {
    --paper: #f4ecdf;
    --paper-deep: #efe4d4;
    --sheet: #fbf6ee;
    --ink: #24180f;
    --soft: #6a5848;
    --rust: #8d3c22;
    --moss: #2c4630;
    --line: rgba(36, 24, 15, 0.16);
    --serif: Monomakh, "Times New Roman", serif;
    --sans: "Manrope", "Segoe UI", sans-serif;
    --header: 92px;
}

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

html { scroll-behavior: smooth; scroll-padding-top: 120px; }

body {
    margin: 0;
    background: var(--paper);
    color: var(--ink);
    font-family: var(--sans);
    font-size: 17px;
    line-height: 1.55;
}

img { max-width: 100%; display: block; }

a { color: inherit; }

button, input, select, textarea { font: inherit; }

::selection { background: #e7c7a4; color: var(--ink); }

h1, h2, h3, p { margin-top: 0; }

h1, h2, h3 {
    font-family: var(--serif);
    font-weight: 500;
    letter-spacing: -0.03em;
    line-height: 0.92;
}

h1 { font-size: clamp(2.8rem, 6vw, 5rem); margin-bottom: 0.28em; }

h2 { font-size: clamp(2.6rem, 5vw, 4.6rem); margin-bottom: 0.35em; }

h3 { font-size: clamp(1.8rem, 2.4vw, 2.4rem); line-height: 1; margin-bottom: 0.35em; }

h1 em, h2 em {
    font-style: normal;
    font-weight: 400;
    color: var(--moss);
}

.sr, .hp {
    position: absolute;
    width: 1px;
    height: 1px;
    margin: -1px;
    padding: 0;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0;
}

.skip {
    position: absolute;
    left: 16px;
    top: -48px;
    z-index: 80;
    background: var(--ink);
    color: var(--paper);
    padding: 8px 12px;
}

.skip:focus { top: 12px; }

.wrap {
    width: min(1180px, calc(100% - 48px));
    margin-inline: auto;
}

.eyebrow {
    margin: 0 0 12px;
    color: var(--rust);
    font-size: 0.74rem;
    font-weight: 700;
    letter-spacing: 0.2em;
    text-transform: uppercase;
}

.lede { max-width: 38rem; color: var(--soft); font-size: 1.08rem; }

.muted, .fine { color: var(--soft); }

.fine { font-size: 0.92rem; }

.header {
    position: fixed;
    z-index: 40;
    inset: 0 0 auto 0;
    min-height: var(--header);
    color: #f8f1e6;
    background: linear-gradient(to bottom, rgba(18, 11, 8, 0.78), rgba(18, 11, 8, 0.2) 78%, transparent);
    text-shadow: 0 1px 10px rgba(0, 0, 0, 0.35);
}

.header.is-solid {
    background: rgba(244, 236, 223, 0.94);
    color: var(--ink);
    text-shadow: none;
    border-bottom: 1px solid var(--line);
    backdrop-filter: blur(16px);
}

.logo-mark {
    position: absolute;
    z-index: 2;
    left: 50%;
    top: 50%;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 1px;
    color: inherit;
    text-decoration: none;
    transform: translate(-50%, -50%);
}

.logo-mark img {
    width: 64px;
    height: 64px;
    border-radius: 50%;
    box-shadow: 0 0 0 3px rgba(248, 241, 230, 0.45), 0 12px 24px rgba(0, 0, 0, 0.28);
}

.header.is-solid .logo-mark img {
    box-shadow: 0 0 0 3px rgba(141, 60, 34, 0.35), 0 8px 18px rgba(36, 24, 15, 0.12);
}

.header-nav {
    display: grid;
    grid-template-columns: 1fr 1fr;
    align-items: center;
    min-height: var(--header);
    padding: 8px 28px 10px;
}

.nav-group-left,
.nav-group-right nav {
    display: flex;
    align-items: center;
    gap: 18px;
}

.nav-group-left { justify-content: flex-end; padding-right: 56px; }

.nav-group-right {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 16px;
    padding-left: 64px;
}

.nav-group a:not(.header-phone) {
    color: inherit;
    text-decoration: none;
    font-size: 0.74rem;
    font-weight: 600;
    letter-spacing: 0.11em;
    text-transform: uppercase;
}

.nav-group a[aria-current="page"] {
    color: #f0c39a;
    box-shadow: inset 0 -1px 0 currentColor;
}

.header.is-solid .nav-group a:not(.header-phone)[aria-current="page"] { color: var(--rust); }

.soc { display: flex; align-items: center; gap: 8px; }

.soc a {
    width: 34px;
    height: 34px;
    display: grid;
    place-items: center;
    border: 1px solid currentColor;
    border-radius: 50%;
    color: inherit;
    text-decoration: none;
    text-shadow: none;
}

.soc a span {
    font-size: 0.62rem;
    font-weight: 800;
    letter-spacing: 0.04em;
}

.soc svg { width: 16px; height: 16px; display: block; }

.soc a:hover { background: var(--rust); border-color: var(--rust); color: #fff; }

.brand {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-right: auto;
    text-decoration: none;
}

.brand img {
    width: 48px;
    height: 48px;
    border-radius: 50%;
    box-shadow: 0 0 0 3px rgba(248, 241, 230, 0.25);
}

.header.is-solid .brand img { box-shadow: 0 0 0 3px rgba(36, 24, 15, 0.08); }

.brand strong {
    display: block;
    font-family: var(--serif);
    font-size: 1.85rem;
    font-weight: 600;
    line-height: 0.85;
}

.brand small {
    color: inherit;
    opacity: 0.72;
    font-size: 0.68rem;
    letter-spacing: 0.14em;
    text-transform: uppercase;
}

.header-phone {
    color: inherit;
    text-decoration: none;
    white-space: nowrap;
    margin-right: 8px;
    padding: 8px 12px;
    border: 1px solid currentColor;
    font-size: 0.82rem;
    font-weight: 700;
    letter-spacing: 0.02em;
    text-transform: none;
}

.header-phone:hover { background: var(--rust); color: #fff; border-color: var(--rust); }

.burger {
    display: none;
    width: 46px;
    height: 46px;
    border: 1px solid rgba(248, 241, 230, 0.7);
    background: rgba(18, 11, 8, 0.55);
    color: #f8f1e6;
    position: relative;
}

.header.is-solid .burger {
    background: transparent;
    border-color: var(--ink);
    color: var(--ink);
}

.burger span:not(.sr) {
    position: absolute;
    left: 12px;
    right: 12px;
    height: 1.5px;
    background: currentColor;
}

.burger span:nth-child(1) { top: 16px; }
.burger span:nth-child(2) { top: 22px; }
.burger span:nth-child(3) { top: 28px; }

.btn, .more {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 48px;
    padding: 0 18px;
    border: 1px solid var(--ink);
    background: var(--ink);
    color: var(--paper);
    text-decoration: none;
    cursor: pointer;
    font-size: 0.74rem;
    font-weight: 700;
    letter-spacing: 0.14em;
    text-transform: uppercase;
}

.btn:hover, .more:hover { background: var(--rust); border-color: var(--rust); color: #fff; }

.btn-line {
    background: transparent;
    color: var(--ink);
}

.btn-line:hover { background: var(--ink); color: var(--paper); }

.hero-actions, .cluster { display: flex; flex-wrap: wrap; gap: 10px; align-items: center; }

.hero { background: var(--paper); }

.hero-photo {
    height: min(78vh, 820px);
    overflow: hidden;
    background: #1a120e url("img/wood.jpg") center 68% / cover no-repeat;
}

.hero-photo video {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center center;
    display: block;
}

.hero-sheet {
    position: relative;
    z-index: 2;
    display: grid;
    grid-template-columns: 1.4fr 0.8fr;
    gap: 36px;
    width: min(1100px, calc(100% - 64px));
    margin: -128px auto 0;
    padding: 42px 48px 36px;
    background: var(--sheet);
    color: var(--ink);
    box-shadow: 0 24px 70px rgba(20, 12, 8, 0.18);
}

.hero-sheet h1 { max-width: 12ch; }

.sprigs {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 16px;
    margin: 0 0 18px;
}

.hero-sheet .sprigs { grid-column: 1 / -1; margin: 8px 0 0; }

.sprigs img {
    width: min(200px, 46%);
    height: 56px;
    object-fit: contain;
}

.sprigs img:first-child { object-position: left center; }
.sprigs img:last-child { object-position: right center; }

.footer .sprigs { margin-bottom: 8px; }
.footer .sprigs img { filter: brightness(0) invert(1); opacity: 0.72; }

.hero-side {
    align-self: end;
    padding-top: 12px;
    border-top: 1px solid var(--line);
}

.hero-side p { margin: 0 0 18px; color: var(--soft); }

.hero-side a.phone {
    display: block;
    margin-bottom: 8px;
    font-family: var(--serif);
    font-size: 2.4rem;
    line-height: 1;
    text-decoration: none;
}

.band {
    padding: 42px 0;
    background:
        linear-gradient(180deg, rgba(244, 236, 223, 0.94), rgba(244, 236, 223, 0.96)),
        url("../img/bg-wood.jpg") center / cover;
}
.band-leaf {
    background:
        linear-gradient(180deg, rgba(244, 236, 223, 0.93), rgba(244, 236, 223, 0.96)),
        url("../img/bg-birch.jpg") center / cover;
}
.band-water {
    background:
        linear-gradient(180deg, rgba(244, 236, 223, 0.93), rgba(244, 236, 223, 0.96)),
        url("../img/bg-pool.jpg") center / cover;
}
.band-wood {
    background:
        linear-gradient(180deg, rgba(244, 236, 223, 0.94), rgba(244, 236, 223, 0.97)),
        url("../img/bg-wood.jpg") center / cover;
}
.band-next { padding-top: 28px; }

.band-head {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 24px;
    align-items: end;
    margin-bottom: 10px;
}

.band-head p:last-child { margin: 0; color: var(--soft); max-width: 36rem; }

.stay {
    display: grid;
    grid-template-columns: 1.15fr 0.85fr;
    gap: 28px;
    align-items: center;
    padding: 26px 0;
    border-top: 1px solid var(--line);
}

.stay-flip .stay-photo { order: 2; }

.stay-photo { display: block; overflow: hidden; }

.stay-photo img {
    width: 100%;
    height: 400px;
    object-fit: cover;
    transition: transform 0.6s ease;
}

.stay-photo:hover img { transform: scale(1.035); }

.num {
    margin: 0 0 8px;
    font-family: var(--serif);
    font-size: 2.4rem;
    font-style: italic;
    color: var(--rust);
    line-height: 1;
}

.tags {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin: 16px 0;
}

.tags span {
    border: 1px solid var(--line);
    padding: 5px 10px;
    font-size: 0.75rem;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.price-scroll { overflow-x: auto; }

.price-table {
    width: 100%;
    min-width: 560px;
    border-collapse: collapse;
}

.price-table th,
.price-table td {
    text-align: left;
    vertical-align: top;
    padding: 14px 12px 14px 0;
    border-bottom: 1px solid rgba(246, 239, 228, 0.16);
}

.price-table thead th {
    font-size: 0.75rem;
    font-weight: 700;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    color: #e2b48a;
}

.price-table tbody th { font-weight: 600; padding-right: 18px; }

.price-table strong {
    font-family: var(--serif);
    font-size: 1.8rem;
    font-weight: 500;
    line-height: 1;
}

.price-table small {
    display: block;
    margin-top: 6px;
    color: #cbbba8;
    font-size: 0.82rem;
}

.veniks {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 18px;
}

.veniks img {
    width: 100%;
    height: 420px;
    object-fit: cover;
}

.veniks figcaption {
    margin-top: 12px;
    font-family: var(--serif);
    font-size: 2rem;
    line-height: 1;
}

.veniks figcaption span {
    display: block;
    margin-top: 6px;
    font-family: var(--sans);
    font-size: 0.95rem;
    color: var(--soft);
}

.reviews {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 28px 32px;
}

.review {
    padding-top: 18px;
    border-top: 1px solid var(--line);
}

.review p { margin: 0 0 14px; }

.review footer { color: var(--soft); font-size: 0.92rem; }

.stay-price {
    display: flex;
    align-items: baseline;
    gap: 12px;
    margin: 0 0 18px;
}

.stay-price strong {
    font-family: var(--serif);
    font-size: 3rem;
    font-weight: 500;
    line-height: 1;
}

.stay-price span { color: var(--soft); }

.ink {
    background:
        linear-gradient(180deg, rgba(26, 18, 14, 0.94), rgba(26, 18, 14, 0.92)),
        url("../img/bg-embers.jpg") center / cover;
    color: #f6efe4;
    padding: 48px 0;
}

.ink .eyebrow { color: #e2b48a; }

.ink .soft { color: #cbbba8; max-width: 34rem; }

.ink-grid {
    display: grid;
    grid-template-columns: 0.8fr 1.2fr;
    gap: 64px;
    align-items: start;
}

.menu-row {
    display: grid;
    grid-template-columns: 1fr auto;
    gap: 18px;
    align-items: baseline;
    padding: 16px 0;
    border-bottom: 1px solid rgba(246, 239, 228, 0.16);
}

.menu-row span { font-size: 1.02rem; }

.menu-row b {
    font-family: var(--serif);
    font-size: 2rem;
    font-weight: 500;
}

.menu-note {
    margin: 22px 0 0;
    color: #cbbba8;
}

.ink .hero-actions { margin-top: 28px; }

.ink .btn { background: #f6efe4; color: #1a120e; border-color: #f6efe4; }

.ink .btn:hover { background: #e2b48a; border-color: #e2b48a; }

.ink .btn-line { background: transparent; color: #f6efe4; border-color: rgba(246, 239, 228, 0.45); }

.ink .btn-line:hover { background: #f6efe4; color: #1a120e; }

.collage {
    display: grid;
    grid-template-columns: 0.9fr 1.1fr 0.75fr;
    gap: 16px;
    align-items: end;
}

.collage img { width: 100%; object-fit: cover; }

.collage-a img { height: 460px; }

.collage-b img { height: 320px; }

.collage figcaption, .dish figcaption {
    margin-top: 10px;
    color: var(--soft);
    font-size: 0.75rem;
    font-weight: 700;
    letter-spacing: 0.14em;
    text-transform: uppercase;
}

.collage-copy { padding-bottom: 28px; }

.ticks { margin: 0 0 8px; padding: 0; list-style: none; }

.ticks li {
    position: relative;
    padding: 11px 0 11px 22px;
    border-bottom: 1px solid var(--line);
}

.ticks li::before {
    content: "";
    position: absolute;
    left: 0;
    top: 22px;
    width: 10px;
    height: 1px;
    background: var(--rust);
}

.award {
    display: flex;
    gap: 16px;
    align-items: center;
    margin-top: 22px;
}

.award img { width: 84px; height: 84px; object-fit: contain; }

.dishes {
    display: grid;
    grid-template-columns: 1.15fr 0.85fr 0.85fr;
    gap: 14px;
    align-items: start;
}

.dish { text-decoration: none; }

.dish img { width: 100%; height: 260px; object-fit: cover; }

.dishes .dish:first-child img { height: 340px; }

.dish h3 { margin: 14px 0 6px; }

.dish p { margin: 0; color: var(--soft); }

.lodge {
    display: grid;
    grid-template-columns: 1.15fr 0.85fr;
    min-height: 420px;
    background:
        linear-gradient(90deg, rgba(26, 18, 14, 0.9), rgba(26, 18, 14, 0.94)),
        url("../img/bg-embers.jpg") center / cover;
    color: #f6efe4;
}

.lodge img { width: 100%; height: 100%; min-height: 520px; object-fit: cover; }

.lodge-copy {
    padding: 64px 56px;
    align-self: center;
}

.lodge .eyebrow { color: #e2b48a; }

.lodge .price-list div { border-bottom-color: rgba(246, 239, 228, 0.16); }

.lodge .btn { background: #f6efe4; color: #1a120e; border-color: #f6efe4; }

.visit {
    display: grid;
    grid-template-columns: 0.75fr 1.25fr;
    gap: 36px;
    align-items: stretch;
}

.visit h2 { max-width: 8ch; }

.visit .phone {
    font-family: var(--serif);
    font-size: 2.6rem;
    line-height: 1;
    text-decoration: none;
}

.map {
    width: 100%;
    min-height: 460px;
    height: 100%;
    border: 0;
    filter: grayscale(0.25) contrast(1.05);
}

.map-hold {
    display: grid;
    align-content: center;
    justify-items: start;
    gap: 14px;
    min-height: 280px;
    padding: 28px;
    background: rgba(255, 248, 238, 0.72);
    border: 1px solid var(--line);
}

.map-hold p { margin: 0; max-width: 36rem; }

.section {
    padding: 42px 0;
    background:
        linear-gradient(180deg, rgba(244, 236, 223, 0.94), rgba(244, 236, 223, 0.97)),
        url("../img/bg-wood.jpg") center / cover;
}

.section-tight { padding-top: 12px; }

.section-cream {
    background:
        linear-gradient(180deg, rgba(239, 228, 212, 0.94), rgba(239, 228, 212, 0.97)),
        url("../img/bg-pool.jpg") center / cover;
}

.section-head {
    display: flex;
    justify-content: space-between;
    gap: 24px;
    align-items: end;
    margin-bottom: 28px;
}

.section-head p { max-width: 36rem; margin: 0; color: var(--soft); }

.split {
    display: grid;
    grid-template-columns: 1.05fr 0.95fr;
    gap: 48px;
    align-items: start;
}

.split-media { width: 100%; height: 100%; min-height: 460px; object-fit: cover; }

.price-card {
    background: var(--sheet);
    padding: 32px 28px;
    border: 1px solid var(--ink);
    outline: 1px solid var(--ink);
    outline-offset: 7px;
}

.price-big {
    margin: 0;
    font-family: var(--serif);
    font-size: clamp(3.4rem, 6vw, 5rem);
    font-weight: 500;
    line-height: 0.85;
}

.price-list { margin: 18px 0; }

.price-list div {
    display: flex;
    justify-content: space-between;
    gap: 16px;
    padding: 12px 0;
    border-bottom: 1px solid var(--line);
}

.price-list dt { font-weight: 600; }
.price-list dd { margin: 0; font-family: var(--serif); font-size: 1.45rem; line-height: 1; white-space: nowrap; }

.table-wrap { overflow-x: auto; }

table { width: 100%; border-collapse: collapse; min-width: 640px; }

th, td {
    text-align: left;
    padding: 16px 12px;
    border-bottom: 1px solid var(--line);
    vertical-align: top;
}

th {
    font-size: 0.74rem;
    letter-spacing: 0.14em;
    text-transform: uppercase;
    color: var(--soft);
}

.promo-grid, .card-grid, .occasion-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 28px 32px;
}

.promo, .occasion {
    padding: 22px 0 0;
    border-top: 1px solid var(--line);
    background: transparent;
}

.food { background: transparent; }

.food img { width: 100%; height: 280px; object-fit: cover; }

.food-body { padding: 16px 0 0; }

.gallery {
    display: grid;
    grid-template-columns: 1.4fr 1fr 1fr;
    gap: 10px;
}

.shot {
    padding: 0;
    border: 0;
    background: #ddd;
    cursor: zoom-in;
    overflow: hidden;
}

.shot img {
    width: 100%;
    height: 250px;
    object-fit: cover;
    transition: transform 0.5s ease;
}

.shot:first-child { grid-row: span 2; }
.shot:first-child img { height: 100%; min-height: 510px; }
.shot:hover img { transform: scale(1.04); }

.page-hero {
    display: block;
    min-height: 0;
    padding: 0 0 8px;
    background:
        linear-gradient(180deg, rgba(244, 236, 223, 0.94), rgba(244, 236, 223, 0.97)),
        url("../img/bg-wood.jpg") center / cover;
    color: var(--ink);
    overflow: visible;
}

.page-hero img {
    position: relative;
    inset: auto;
    width: 100%;
    height: min(58vh, 620px);
    object-fit: cover;
}

.page-hero::after { content: none; }

.page-hero .wrap {
    position: relative;
    z-index: 1;
    width: min(980px, calc(100% - 48px));
    margin: -92px auto 0;
    padding: 36px 42px 32px;
    background: var(--sheet);
    box-shadow: 0 20px 50px rgba(20, 12, 8, 0.12);
}

.page-hero h1 { max-width: 14ch; font-size: clamp(3rem, 6vw, 5.3rem); }

.form {
    background: var(--sheet);
    padding: 28px;
    border: 1px solid var(--ink);
}

.form-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 14px;
}

.span-2 { grid-column: span 2; }

.form label, .check {
    display: grid;
    gap: 6px;
    font-size: 0.78rem;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.check {
    grid-template-columns: auto 1fr;
    align-items: start;
    margin: 16px 0;
    letter-spacing: 0;
    text-transform: none;
    font-size: 0.95rem;
    font-weight: 500;
}

.form input, .form select, .form textarea {
    width: 100%;
    border: 0;
    border-bottom: 1px solid var(--line);
    background: transparent;
    color: var(--ink);
    border-radius: 0;
    padding: 12px 0;
    font-weight: 500;
}

.form input:focus, .form select:focus, .form textarea:focus {
    outline: none;
    border-bottom-color: var(--rust);
}

.check input { width: auto; margin-top: 4px; }

.form-ok, .form-bad { padding: 12px 14px; }

.form-ok { background: #e5efe4; }
.form-bad { background: #f8e4dc; }

.footer {
    position: relative;
    padding: 48px 0 96px;
    background:
        linear-gradient(180deg, rgba(20, 14, 11, 0.96), rgba(20, 14, 11, 0.97)),
        url("../img/bg-embers.jpg") center / cover;
    color: #f6efe4;
    overflow: hidden;
}

.footer-grid {
    display: grid;
    grid-template-columns: 1.3fr 0.9fr 0.9fr 1.1fr;
    gap: 28px;
    position: relative;
    z-index: 1;
}

.footer h2 {
    font-family: var(--sans);
    font-size: 0.72rem;
    letter-spacing: 0.18em;
    text-transform: uppercase;
    color: #e2b48a;
}

.footer a, .footer p {
    display: block;
    margin: 0 0 8px;
    color: #eadfce;
    text-decoration: none;
}

.footer a:hover { color: #fff; }

.footer-lead { max-width: 28rem; }

.footer-bottom {
    display: flex;
    justify-content: space-between;
    gap: 16px;
    position: relative;
    z-index: 1;
    margin-top: 28px;
    padding-top: 16px;
    border-top: 1px solid rgba(246, 239, 228, 0.14);
    color: #cbbba8;
}

.footer-bottom a { display: inline; margin-right: 16px; }

.dock {
    display: none;
    position: fixed;
    z-index: 35;
    left: 0;
    right: 0;
    bottom: 0;
}

.dock a {
    flex: 1;
    text-align: center;
    text-decoration: none;
    font-size: 0.75rem;
    font-weight: 700;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    background: #24180f;
    color: #f6efe4;
    padding: 16px 8px;
}

.dock a:last-child { background: #f6efe4; color: #24180f; }

.cookie {
    position: fixed;
    z-index: 46;
    right: 20px;
    bottom: 20px;
    display: grid;
    gap: 14px;
    width: min(380px, calc(100% - 40px));
    margin: 0;
    padding: 18px 18px 16px;
    background: #1a120e;
    color: #f6efe4;
    box-shadow: 0 18px 40px rgba(0, 0, 0, 0.28);
}

.cookie[hidden] { display: none; }

.cookie p {
    margin: 0;
    color: #f6efe4;
    font-size: 0.95rem;
    line-height: 1.45;
}

.cookie-actions {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 16px;
}

.cookie a {
    color: #e2b48a;
    font-size: 0.82rem;
    font-weight: 700;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    text-decoration: none;
}

.cookie button {
    border: 0;
    background: #f6efe4;
    color: #1a120e;
    padding: 10px 16px;
    cursor: pointer;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    font-size: 0.72rem;
    font-weight: 700;
}

.lightbox {
    width: min(1100px, calc(100% - 24px));
    padding: 0;
    border: 0;
    background: transparent;
}

.lightbox::backdrop { background: rgba(12, 8, 6, 0.88); }

.lightbox img { width: 100%; max-height: 86vh; object-fit: contain; }

.lightbox-close {
    position: absolute;
    top: 8px;
    right: 8px;
    width: 42px;
    height: 42px;
    border: 0;
    background: var(--sheet);
    cursor: pointer;
    font-size: 1.4rem;
}

.prose { max-width: 740px; }

.prose h1 { font-size: clamp(3rem, 6vw, 5rem); }

.prose h2 { font-size: 2.4rem; margin-top: 1.3em; }

.prose p, .prose li { color: var(--soft); }

.prose a { color: var(--rust); }

@media (max-width: 1420px) {
    .header { --header: 78px; }

    .burger {
        display: inline-block;
        position: absolute;
        z-index: 3;
        left: 14px;
        top: 50%;
        transform: translateY(-50%);
    }
    .logo-mark img { width: 48px; height: 48px; }
    .header-nav {
        display: none;
        position: absolute;
        z-index: 5;
        top: 100%;
        left: 12px;
        right: 12px;
        min-height: 0;
        grid-template-columns: 1fr;
        gap: 4px;
        padding: 14px;
        background: rgba(20, 14, 10, 0.97);
        color: #f6efe4;
        text-shadow: none;
        border: 1px solid rgba(246, 239, 228, 0.14);
    }
    .header.is-open .header-nav { display: grid; }
    .nav-group-left,
    .nav-group-right,
    .nav-group-right nav {
        display: flex;
        flex-direction: column;
        align-items: stretch;
        justify-content: flex-start;
        gap: 0;
        padding: 0;
    }
    .nav-group a:not(.header-phone) { padding: 12px 8px; color: #f6efe4; }
    .header-phone {
        align-self: flex-start;
        margin: 8px 8px 4px;
    }
    .soc { margin: 8px; }

    .hero-sheet,
    .stay,
    .stay-flip,
    .ink-grid,
    .collage,
    .dishes,
    .lodge,
    .visit,
    .band-head,
    .split,
    .promo-grid,
    .card-grid,
    .occasion-grid,
    .reviews,
    .veniks,
    .footer-grid,
    .form-grid {
        grid-template-columns: 1fr;
    }

    .stay-flip .stay-photo { order: 0; }

    .stay-photo img, .collage-a img, .collage-b img, .dish img, .dishes .dish:first-child img, .lodge img, .veniks img {
        height: 280px;
        min-height: 0;
    }

    .lodge-copy { padding: 36px 22px 48px; }

    .span-2 { grid-column: auto; }

    .gallery { grid-template-columns: 1fr 1fr; }

    .shot:first-child { grid-row: auto; }

    .shot:first-child img, .shot img { height: 200px; min-height: 0; }

    .dock { display: flex; }

    .footer { padding-bottom: 120px; }

    .cookie {
        left: 12px;
        right: 12px;
        bottom: 76px;
        width: auto;
        padding: 14px;
    }
    .cookie-actions { justify-content: space-between; }

    .hero-sheet, .page-hero .wrap { padding: 28px 22px; }
}

@media (max-width: 680px) {
    .wrap, .hero-sheet { width: calc(100% - 28px); }
    .logo-mark img { width: 44px; height: 44px; }

    .hero-photo { height: 68vh; }

    .hero-sheet { margin-top: -72px; }

    .page-hero .wrap { margin-top: -48px; width: calc(100% - 28px); }

    .gallery { grid-template-columns: 1fr; }

    .price-card { outline-offset: 4px; }

    h1 { font-size: 3.1rem; }
}

@media (prefers-reduced-motion: reduce) {
    html { scroll-behavior: auto; }
    .stay-photo img, .shot img { transition: none; }
    .hero-photo video { display: none; }
}
