/* VacayHome — one let house at 701 Old York Drive, Richmond, Virginia.
 *
 * Idiom: the bill, not the listing. A holiday let is sold everywhere as a
 * nightly figure that nobody ever pays; what a guest wants is what the week
 * costs once the cleaning, the deposit and the Virginia lodging tax are in it,
 * which nights have already gone, how far the place really is from the things
 * they will want, and what the house does not have. So the page is built
 * around a stay sheet that prices each night of a stay separately — season
 * band, weekend uplift, minimum stay, changeover Saturday — and then adds the
 * one-off lines and the tax and divides the lot back out to an all-in nightly
 * figure. It refuses nights that are taken and names the next window instead.
 *
 * Composition of the first screen: a full-bleed photograph with the words
 * inside it (the stay sheet follows on the second screen). Not the crowded
 * headline-left/panel-right opening.
 *
 * Palette: oyster grey-white and a blue-black creek ink, with one accent of
 * crape-myrtle rose. Richmond's streets are lined with crape myrtle and it is
 * in flower from June to September; it is the only colour on the street
 * outside, so it is the only colour on the page, and it is spent on the two
 * things a guest is looking for: figures that cost money, and nights that are
 * gone. No warm grounds — a holiday-let site drowning in sand and parchment is
 * the thing this one is arguing with.
 *
 * Type: Brygada 1918 for headings and every figure, because its lining
 * numerals set in a table read like a bill; Lexend for text, labels and the
 * controls, at 300–500 where it stays quiet.
 */

:root {
  --oyster: #ecefec;
  --paper: #fbfcfb;
  --creek: #15242a;
  --creek-2: #435a61;
  --mute: #8a999c;
  --line: #d4dcd7;
  --line-2: #e3e9e5;
  --rose: #bf3a60;
  --rose-deep: #94284a;
  --rose-tint: #f8e7ec;
  --gone: #aebab6;

  --gutter: clamp(1.25rem, 5.5vw, 6.5rem);
  --max: 74rem;
  --shell: min(100% - 2 * var(--gutter), var(--max));

  --display: 'Brygada 1918', Georgia, 'Times New Roman', serif;
  --ui: 'Lexend', ui-sans-serif, system-ui, -apple-system, sans-serif;
}

*, *::before, *::after { box-sizing: border-box; }
[hidden] { display: none !important; }
html { -webkit-text-size-adjust: 100%; scroll-behavior: smooth; }
body {
  margin: 0;
  background: var(--oyster);
  color: var(--creek);
  font: 300 clamp(1rem, 0.96rem + 0.15vw, 1.06rem)/1.65 var(--ui);
}
img { max-width: 100%; display: block; }
a { color: inherit; }
h1, h2, h3, h4 { font-family: var(--display); font-weight: 600; line-height: 1.12; margin: 0; letter-spacing: -0.005em; }
h1 { font-size: clamp(2.1rem, 1.5rem + 2.6vw, 3.5rem); }
h2 { font-size: clamp(1.55rem, 1.2rem + 1.4vw, 2.3rem); }
h3 { font-size: 1.2rem; }
p { margin: 0 0 1rem; }

.vh-skip { position: absolute; left: -9999px; }
.vh-skip:focus { left: 1rem; top: 1rem; z-index: 99; background: var(--rose); color: #fff; padding: 0.6rem 1rem; }
.vh-shell { width: var(--shell); margin-inline: auto; }
.vh-eyebrow { margin: 0 0 0.8rem; font-family: var(--ui); font-size: 0.72rem; font-weight: 500; letter-spacing: 0.17em; text-transform: uppercase; color: var(--rose); }
.vh-lead { font-size: 1.1rem; color: var(--creek-2); max-width: 38rem; }
.vh-num { font-family: var(--display); font-variant-numeric: tabular-nums lining-nums; font-feature-settings: 'tnum' 1; }
.vh-empty { color: var(--mute); font-style: italic; }

/* ── masthead ───────────────────────────────────────────────────────── */

.vh-top { background: var(--oyster); border-bottom: 1px solid var(--line); position: relative; z-index: 40; }
.vh-top__in { width: var(--shell); margin-inline: auto; display: grid; grid-template-columns: auto 1fr auto auto; align-items: center; gap: 1.5rem; padding-block: 0.95rem; }
.vh-mark { display: grid; text-decoration: none; gap: 0.18rem; }
.vh-mark b { font-family: var(--display); font-weight: 700; font-size: 1.32rem; letter-spacing: -0.015em; line-height: 1; }
.vh-mark small { font-family: var(--ui); font-size: 0.66rem; font-weight: 300; letter-spacing: 0.1em; text-transform: uppercase; color: var(--mute); white-space: nowrap; }
.vh-nav { display: flex; justify-content: flex-end; gap: clamp(0.7rem, 1.8vw, 1.5rem); }
.vh-nav a { text-decoration: none; font-size: 0.9rem; font-weight: 400; color: var(--creek-2); white-space: nowrap; padding-block: 0.35rem; border-bottom: 2px solid transparent; }
.vh-nav a:hover { color: var(--creek); border-bottom-color: var(--rose); }
.vh-nav a[aria-current] { color: var(--creek); border-bottom-color: var(--rose); }
.vh-burger { display: none; }

.vh-strip { background: var(--creek); color: #dfe6e3; }
.vh-strip__in { width: var(--shell); margin-inline: auto; display: flex; flex-wrap: wrap; gap: 0.5rem 1.6rem; padding-block: 0.5rem; font-size: 0.78rem; font-weight: 300; letter-spacing: 0.01em; }
.vh-strip__in b { font-weight: 500; color: #fff; }
.vh-strip__live { color: #f6c2d0; margin-left: auto; }
.vh-strip__live b { color: #fff; }

/* ── buttons ────────────────────────────────────────────────────────── */

.vh-btn {
  display: inline-flex; align-items: center; justify-content: center; gap: 0.5rem;
  font-family: var(--ui); font-size: 0.88rem; font-weight: 500; text-decoration: none;
  padding: 0.62rem 1.15rem; border: 1px solid var(--creek); border-radius: 2px;
  background: transparent; color: var(--creek); cursor: pointer; white-space: nowrap;
}
.vh-btn:hover { background: var(--creek); color: var(--oyster); }
.vh-btn--rose { background: var(--rose); border-color: var(--rose); color: #fff; }
.vh-btn--rose:hover { background: var(--rose-deep); border-color: var(--rose-deep); color: #fff; }
.vh-btn--light { border-color: rgba(255,255,255,0.65); color: #fff; }
.vh-btn--light:hover { background: #fff; color: var(--creek); }
.vh-btn[disabled] { opacity: 0.45; cursor: not-allowed; }
.vh-cta-short { display: none; }
.vh-row { display: flex; flex-wrap: wrap; gap: 0.7rem; align-items: center; }

/* ── sections ───────────────────────────────────────────────────────── */

.vh-section { padding-block: clamp(2.8rem, 6vw, 4.6rem); }
.vh-section--paper { background: var(--paper); border-block: 1px solid var(--line); }
.vh-section--ink { background: var(--creek); color: #dfe6e3; }
.vh-section--ink h2, .vh-section--ink h3 { color: #fff; }
.vh-section--ink .vh-eyebrow { color: #f6a3bb; }
.vh-head { display: grid; grid-template-columns: minmax(0, 1.1fr) minmax(0, 1fr); gap: 1.4rem 3rem; align-items: end; margin-bottom: 2rem; }
.vh-head > p { margin: 0; color: var(--creek-2); }
.vh-section--ink .vh-head > p { color: #b8c6c4; }

/* ── the hero: full-bleed photograph, words inside it ───────────────── */

.vh-hero { position: relative; min-height: min(78svh, 40rem); display: grid; align-items: end; isolation: isolate; }
.vh-hero__img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; z-index: -2; }
.vh-hero::after {
  content: ''; position: absolute; inset: 0; z-index: -1;
  background: linear-gradient(185deg, rgba(10,20,24,0.62) 0%, rgba(10,20,24,0.18) 38%, rgba(10,20,24,0.78) 100%);
}
.vh-hero__in { width: var(--shell); margin-inline: auto; color: #fff; padding-block: clamp(2rem, 5vw, 3.4rem); }
.vh-hero__kick { font-size: 0.72rem; letter-spacing: 0.18em; text-transform: uppercase; color: #f6c2d0; margin: 0 0 0.9rem; }
.vh-hero h1 { color: #fff; max-width: 20ch; text-wrap: balance; }
.vh-hero__say { margin: 1rem 0 1.6rem; max-width: 40rem; font-size: 1.08rem; color: #e6ecea; }
.vh-hero__facts { display: flex; flex-wrap: wrap; gap: 0 2.4rem; border-top: 1px solid rgba(255,255,255,0.28); padding-top: 1.1rem; margin-bottom: 1.5rem; }
.vh-hero__facts div { padding-block: 0.45rem; }
.vh-hero__facts dt { font-size: 0.7rem; letter-spacing: 0.14em; text-transform: uppercase; color: #cbd8d5; margin-bottom: 0.2rem; }
.vh-hero__facts dd { margin: 0; font-family: var(--display); font-size: 1.35rem; font-weight: 600; font-variant-numeric: tabular-nums; }
.vh-hero__facts dd small { font-family: var(--ui); font-size: 0.72rem; font-weight: 300; color: #cbd8d5; display: block; margin-top: 0.1rem; }
.vh-hero__credit { position: absolute; right: 0.6rem; top: 0.6rem; font-size: 0.62rem; color: rgba(255,255,255,0.6); letter-spacing: 0.08em; }

/* ── the stay sheet (the device) ────────────────────────────────────── */

.vh-sheet { display: grid; grid-template-columns: minmax(16rem, 21rem) minmax(0, 1fr); gap: clamp(1.2rem, 3vw, 2.6rem); align-items: start; }
.vh-sheet__ask { background: var(--paper); border: 1px solid var(--line); border-top: 3px solid var(--rose); padding: 1.4rem 1.3rem 1.5rem; position: sticky; top: 1rem; }
.vh-sheet__ask h2 { font-size: 1.3rem; margin-bottom: 0.2rem; }
.vh-sheet__ask > p { font-size: 0.86rem; color: var(--creek-2); }
.vh-field { display: grid; gap: 0.3rem; margin-bottom: 0.9rem; }
.vh-field label { font-size: 0.74rem; letter-spacing: 0.12em; text-transform: uppercase; color: var(--creek-2); font-weight: 500; }
.vh-field input, .vh-field select, .vh-field textarea {
  font: 400 0.98rem var(--ui); color: var(--creek); background: #fff;
  border: 1px solid var(--line); border-radius: 2px; padding: 0.58rem 0.65rem; width: 100%;
}
.vh-field input:focus, .vh-field select:focus, .vh-field textarea:focus { outline: 2px solid var(--rose); outline-offset: 1px; border-color: var(--rose); }
.vh-field small { font-size: 0.76rem; color: var(--mute); }
.vh-two { display: grid; grid-template-columns: 1fr 1fr; gap: 0.9rem; }

.vh-bill { background: var(--paper); border: 1px solid var(--line); }
.vh-bill__top { display: flex; flex-wrap: wrap; gap: 0.4rem 1rem; justify-content: space-between; align-items: baseline; padding: 1rem 1.2rem; border-bottom: 1px solid var(--line); }
.vh-bill__top h3 { font-size: 1.05rem; }
.vh-bill__top span { font-size: 0.78rem; color: var(--mute); letter-spacing: 0.06em; text-transform: uppercase; }
.vh-nights { width: 100%; border-collapse: collapse; }
.vh-nights th, .vh-nights td { text-align: left; padding: 0.42rem 1.2rem; font-size: 0.9rem; border-bottom: 1px solid var(--line-2); }
.vh-nights thead th { font-size: 0.68rem; letter-spacing: 0.14em; text-transform: uppercase; color: var(--mute); font-weight: 500; padding-block: 0.6rem; }
.vh-nights td:last-child, .vh-nights th:last-child { text-align: right; font-family: var(--display); font-variant-numeric: tabular-nums; font-weight: 600; }
.vh-nights tbody tr:nth-child(odd) { background: rgba(21, 36, 42, 0.02); }
.vh-nights .vh-nights__wknd td:first-child::after { content: ' weekend'; color: var(--rose); font-size: 0.7rem; letter-spacing: 0.1em; text-transform: uppercase; }
.vh-nights__band { color: var(--creek-2); font-size: 0.84rem; }
.vh-sums { margin: 0; padding: 0.9rem 1.2rem 0.3rem; }
.vh-sums div { display: flex; align-items: baseline; gap: 0.6rem; padding-block: 0.3rem; }
.vh-sums dt { flex: 0 1 auto; font-size: 0.9rem; color: var(--creek-2); }
.vh-sums div i { flex: 1 1 auto; border-bottom: 1px dotted var(--line); transform: translateY(-0.2em); }
.vh-sums dd { margin: 0; font-family: var(--display); font-variant-numeric: tabular-nums; font-weight: 600; }
.vh-sums div[data-tone="sub"] dt, .vh-sums div[data-tone="sub"] dd { color: var(--mute); font-weight: 400; }
.vh-total { display: flex; flex-wrap: wrap; align-items: baseline; justify-content: space-between; gap: 0.6rem 1.4rem; margin: 0.6rem 1.2rem 0; padding: 1rem 0; border-top: 2px solid var(--creek); }
.vh-total__fig { font-family: var(--display); font-size: clamp(1.9rem, 1.4rem + 2vw, 2.7rem); font-weight: 700; font-variant-numeric: tabular-nums; line-height: 1; }
.vh-total__per { text-align: right; font-size: 0.86rem; color: var(--creek-2); }
.vh-total__per b { display: block; font-family: var(--display); font-size: 1.5rem; color: var(--rose); font-variant-numeric: tabular-nums; }
.vh-bill__note { margin: 0; padding: 0.4rem 1.2rem 1.2rem; font-size: 0.84rem; color: var(--creek-2); }
.vh-bill__acts { display: flex; flex-wrap: wrap; gap: 0.7rem; align-items: center; padding: 0 1.2rem 1.3rem; }

.vh-flag { margin: 0; padding: 0.95rem 1.2rem; background: var(--rose-tint); border-bottom: 1px solid var(--line); font-size: 0.92rem; }
.vh-flag b { font-weight: 600; }
.vh-flag button { font: inherit; font-weight: 600; color: var(--rose-deep); background: none; border: 0; border-bottom: 1px solid currentColor; padding: 0; cursor: pointer; }

/* ── calendar ───────────────────────────────────────────────────────── */

.vh-cal { display: grid; grid-template-columns: repeat(auto-fill, minmax(15rem, 1fr)); gap: 1.4rem 1.8rem; }
.vh-month h3 { font-size: 1.02rem; margin-bottom: 0.55rem; display: flex; justify-content: space-between; align-items: baseline; }
.vh-month h3 span { font-family: var(--ui); font-size: 0.72rem; font-weight: 400; color: var(--mute); letter-spacing: 0.1em; text-transform: uppercase; }
.vh-grid { display: grid; grid-template-columns: repeat(7, 1fr); gap: 2px; }
.vh-grid b { font-size: 0.62rem; letter-spacing: 0.06em; text-transform: uppercase; color: var(--mute); text-align: center; font-weight: 400; padding-bottom: 0.2rem; }
.vh-grid i {
  font-style: normal; font-family: var(--display); font-variant-numeric: tabular-nums;
  font-size: 0.82rem; text-align: center; padding: 0.35rem 0; background: var(--paper);
  border: 1px solid var(--line-2); color: var(--creek);
}
.vh-grid i[data-s="gone"] { background: var(--gone); border-color: var(--gone); color: #f4f7f6; text-decoration: line-through; }
.vh-grid i[data-s="past"] { background: transparent; border-color: transparent; color: #c2ccc8; }
.vh-grid i[data-s="change"] { box-shadow: inset 2px 0 0 var(--rose); }
.vh-grid i[data-s="pad"] { background: transparent; border-color: transparent; }
.vh-key { display: flex; flex-wrap: wrap; gap: 0.5rem 1.4rem; font-size: 0.82rem; color: var(--creek-2); margin-bottom: 1.6rem; }
.vh-key span { display: inline-flex; align-items: center; gap: 0.45rem; }
.vh-key em { width: 1rem; height: 1rem; display: inline-block; border: 1px solid var(--line-2); background: var(--paper); }
.vh-key em[data-s="gone"] { background: var(--gone); border-color: var(--gone); }
.vh-key em[data-s="change"] { box-shadow: inset 2px 0 0 var(--rose); }

/* ── bands table ────────────────────────────────────────────────────── */

.vh-table-wrap { overflow-x: auto; }
.vh-table { width: 100%; border-collapse: collapse; }
.vh-table th, .vh-table td { text-align: left; padding: 0.7rem 0.9rem; border-bottom: 1px solid var(--line); font-size: 0.92rem; vertical-align: top; }
.vh-table thead th { font-family: var(--ui); font-size: 0.68rem; font-weight: 500; letter-spacing: 0.14em; text-transform: uppercase; color: var(--mute); }
.vh-table th:first-child { padding-left: 0; }
.vh-table td:last-child, .vh-table th:last-child { text-align: right; padding-right: 0; }
.vh-table .vh-money { font-family: var(--display); font-weight: 600; font-variant-numeric: tabular-nums; font-size: 1rem; }
.vh-table tbody tr[data-now] { background: var(--rose-tint); }
.vh-table tbody tr[data-now] td:first-child { box-shadow: inset 3px 0 0 var(--rose); }

/* ── rooms ──────────────────────────────────────────────────────────── */

.vh-rooms { display: grid; grid-template-columns: repeat(auto-fill, minmax(17rem, 1fr)); gap: 1.6rem; }
.vh-room { background: var(--paper); border: 1px solid var(--line); display: flex; flex-direction: column; }
.vh-room img { aspect-ratio: 4 / 3; object-fit: cover; width: 100%; }
.vh-room__in { padding: 1rem 1.1rem 1.2rem; display: flex; flex-direction: column; gap: 0.5rem; flex: 1 1 auto; }
.vh-room h3 a { text-decoration: none; }
.vh-room h3 a:hover { color: var(--rose); }
.vh-room p { margin: 0; font-size: 0.92rem; color: var(--creek-2); }
.vh-room__fact { margin-top: auto; padding-top: 0.7rem; border-top: 1px solid var(--line-2); font-size: 0.78rem; color: var(--mute); letter-spacing: 0.02em; }
.vh-room__where { font-size: 0.7rem; letter-spacing: 0.13em; text-transform: uppercase; color: var(--rose); }

/* ── how far ────────────────────────────────────────────────────────── */

.vh-far { list-style: none; margin: 0; padding: 0; border-top: 1px solid var(--line); }
.vh-far li { display: grid; grid-template-columns: 6.5rem minmax(0, 1fr) auto; gap: 0.4rem 1.4rem; align-items: baseline; padding: 1rem 0; border-bottom: 1px solid var(--line); }
.vh-far__time { font-family: var(--display); font-size: 1.5rem; font-weight: 700; font-variant-numeric: tabular-nums; line-height: 1; }
.vh-far__time small { display: block; font-family: var(--ui); font-size: 0.68rem; font-weight: 300; letter-spacing: 0.12em; text-transform: uppercase; color: var(--mute); margin-top: 0.25rem; }
.vh-far__what h3 { font-size: 1.08rem; margin-bottom: 0.25rem; }
.vh-far__what h3 a { text-decoration: none; }
.vh-far__what h3 a:hover { color: var(--rose); }
.vh-far__what p { margin: 0; font-size: 0.92rem; color: var(--creek-2); }
.vh-far__meas { font-size: 0.76rem; color: var(--mute); text-align: right; max-width: 14rem; }
.vh-far__pic { grid-column: 1 / -1; margin-top: 0.6rem; }
.vh-far__pic img { width: 100%; aspect-ratio: 21 / 7; object-fit: cover; }
.vh-far__pic figcaption { font-size: 0.76rem; color: var(--mute); padding-top: 0.4rem; }

/* ── what the house has not got ─────────────────────────────────────── */

.vh-absent { display: grid; grid-template-columns: repeat(auto-fill, minmax(18rem, 1fr)); gap: 0 2.4rem; }
.vh-absent div { display: grid; gap: 0.25rem; padding: 0.95rem 0; border-bottom: 1px solid rgba(255,255,255,0.14); }
.vh-absent dt { font-family: var(--display); font-size: 1.06rem; font-weight: 600; color: #fff; }
.vh-absent dt::before { content: '×'; color: #f6a3bb; margin-right: 0.5rem; font-weight: 400; }
.vh-absent dd { margin: 0; font-size: 0.9rem; color: #b8c6c4; }

/* ── words from guests ──────────────────────────────────────────────── */

.vh-quotes { display: grid; grid-template-columns: repeat(auto-fill, minmax(17rem, 1fr)); gap: 1.6rem; }
.vh-quotes figure { margin: 0; background: var(--paper); border: 1px solid var(--line); padding: 1.2rem 1.2rem 1rem; }
.vh-quotes blockquote { margin: 0 0 0.8rem; font-family: var(--display); font-size: 1.06rem; line-height: 1.45; }
.vh-quotes figcaption { font-size: 0.8rem; color: var(--mute); letter-spacing: 0.04em; }
.vh-stars { color: var(--rose); letter-spacing: 0.12em; }

/* ── questions ──────────────────────────────────────────────────────── */

.vh-qa { border-top: 1px solid var(--line); max-width: 52rem; }
.vh-qa details { border-bottom: 1px solid var(--line); }
.vh-qa summary { cursor: pointer; padding: 0.95rem 0; font-family: var(--display); font-size: 1.1rem; font-weight: 600; list-style: none; display: flex; justify-content: space-between; gap: 1rem; }
.vh-qa summary::-webkit-details-marker { display: none; }
.vh-qa summary::after { content: '+'; color: var(--rose); font-weight: 400; }
.vh-qa details[open] summary::after { content: '–'; }
.vh-qa p { padding: 0 0 1.1rem; margin: 0; color: var(--creek-2); max-width: 46rem; }

/* ── journal ────────────────────────────────────────────────────────── */

.vh-notes { display: grid; gap: 1.6rem; max-width: 52rem; }
.vh-note { display: grid; grid-template-columns: 7rem minmax(0, 1fr); gap: 0.4rem 1.6rem; padding-bottom: 1.5rem; border-bottom: 1px solid var(--line); }
.vh-note__when { font-size: 0.76rem; letter-spacing: 0.1em; text-transform: uppercase; color: var(--mute); padding-top: 0.35rem; }
.vh-note h3 { font-size: 1.25rem; margin-bottom: 0.4rem; }
.vh-note h3 a { text-decoration: none; }
.vh-note h3 a:hover { color: var(--rose); }
.vh-note p { margin: 0; color: var(--creek-2); }
.vh-note img { margin-top: 0.9rem; width: 100%; aspect-ratio: 16 / 7; object-fit: cover; }

/* ── article ────────────────────────────────────────────────────────── */

.vh-article { max-width: 44rem; }
.vh-article img { width: 100%; margin-bottom: 1.6rem; }
.vh-article__body { font-size: 1.05rem; color: var(--creek-2); }
.vh-article__body p { margin-bottom: 1.1rem; }
.vh-crumbs { font-size: 0.8rem; letter-spacing: 0.1em; text-transform: uppercase; color: var(--mute); margin-bottom: 1rem; }
.vh-crumbs a { color: var(--rose); text-decoration: none; }

/* ── the enquiry form and what it answers with ──────────────────────── */

.vh-ask { display: grid; grid-template-columns: minmax(0, 1.05fr) minmax(0, 1fr); gap: clamp(1.4rem, 3vw, 3rem); align-items: start; }
.vh-form { display: grid; gap: 0.2rem; }
.vh-form fieldset { border: 1px solid var(--line); border-radius: 2px; margin: 0 0 1.1rem; padding: 0 1.1rem 1.1rem; background: var(--paper); }
.vh-form legend { float: left; width: 100%; font-size: 0.7rem; font-weight: 500; letter-spacing: 0.16em; text-transform: uppercase; color: var(--rose); padding-block: 0.9rem 0.7rem; }
.vh-form legend + * { clear: both; }
.vh-hp { position: absolute; left: -9999px; }
.vh-send { display: flex; flex-wrap: wrap; gap: 0.8rem; align-items: center; }
.vh-send small { font-size: 0.8rem; color: var(--mute); }
.vh-msg { flex-basis: 100%; margin: 0; font-size: 0.9rem; }
.vh-msg[data-state="err"] { color: var(--rose-deep); }
.vh-form[data-busy] { opacity: 0.6; }

.vh-sent { background: var(--paper); border: 1px solid var(--line); border-top: 3px solid var(--rose); padding: 1.6rem 1.5rem; }
.vh-sent:focus { outline: 2px solid var(--rose); outline-offset: 3px; }
.vh-sent h2 { font-size: 1.7rem; margin-bottom: 0.7rem; }
.vh-sent__what { list-style: none; margin: 1.2rem 0; padding: 0; border-top: 1px solid var(--line); }
.vh-sent__what li { display: flex; justify-content: space-between; gap: 1.2rem; padding: 0.55rem 0; border-bottom: 1px solid var(--line-2); font-size: 0.94rem; }
.vh-sent__what b { font-weight: 400; color: var(--creek-2); }
.vh-sent__what span { font-family: var(--display); font-weight: 600; font-variant-numeric: tabular-nums; text-align: right; }
.vh-sent__acts { display: flex; flex-wrap: wrap; gap: 0.8rem; align-items: center; margin: 1.2rem 0 0; }
.vh-again { font: 400 0.88rem var(--ui); color: var(--creek-2); background: none; border: 0; border-bottom: 1px solid var(--line); padding: 0.2rem 0; cursor: pointer; }
.vh-again:hover { color: var(--rose); border-bottom-color: var(--rose); }

.vh-aside { background: var(--paper); border: 1px solid var(--line); padding: 1.3rem 1.3rem 1.4rem; }
.vh-aside h2 { font-size: 1.2rem; margin-bottom: 0.6rem; }
.vh-aside p { font-size: 0.92rem; color: var(--creek-2); }
.vh-aside__fig { display: flex; justify-content: space-between; gap: 1rem; padding: 0.5rem 0; border-bottom: 1px solid var(--line-2); font-size: 0.92rem; }
.vh-aside__fig b { font-family: var(--display); font-variant-numeric: tabular-nums; }

/* ── footer ─────────────────────────────────────────────────────────── */

.vh-foot { background: var(--creek); color: #b8c6c4; padding-block: clamp(2.4rem, 5vw, 3.6rem) 1.6rem; }
.vh-foot__in { width: var(--shell); margin-inline: auto; display: grid; grid-template-columns: minmax(0, 1.4fr) minmax(0, 1fr) minmax(0, 1fr); gap: 2rem 3rem; }
.vh-foot h2 { font-size: 0.72rem; font-family: var(--ui); font-weight: 500; letter-spacing: 0.16em; text-transform: uppercase; color: #f6a3bb; margin-bottom: 0.9rem; }
.vh-foot p { font-size: 0.92rem; }
.vh-foot a { color: #fff; }
.vh-foot__mark { font-family: var(--display); font-size: 1.4rem; font-weight: 700; color: #fff; margin-bottom: 0.6rem; }
.vh-foot__addr { color: #fff; }
.vh-foot__hours { margin: 0; display: grid; grid-template-columns: auto 1fr; gap: 0.3rem 1rem; font-size: 0.88rem; }
.vh-foot__hours dt { color: #fff; }
.vh-foot__hours dd { margin: 0; }
.vh-foot__nav { display: grid; gap: 0.4rem; font-size: 0.9rem; }
.vh-foot__nav a { text-decoration: none; color: #b8c6c4; }
.vh-foot__nav a:hover { color: #fff; }
.vh-foot__fine { width: var(--shell); margin: 2.4rem auto 0; padding-top: 1.2rem; border-top: 1px solid rgba(255,255,255,0.16); font-size: 0.78rem; color: #8ea09e; }

/* ── narrower ───────────────────────────────────────────────────────── */

@media (max-width: 1080px) {
  .vh-sheet { grid-template-columns: 1fr; }
  .vh-sheet__ask { position: static; }
  .vh-ask { grid-template-columns: 1fr; }
  .vh-head { grid-template-columns: 1fr; align-items: start; }
}

@media (max-width: 860px) {
  .vh-top__in { grid-template-columns: 1fr auto auto; gap: 0.8rem; }
  .vh-nav {
    grid-column: 1 / -1; display: none; flex-direction: column; gap: 0;
    border-top: 1px solid var(--line); margin-top: 0.4rem;
  }
  .vh-top[data-menu] .vh-nav { display: flex; }
  .vh-nav a { padding-block: 0.7rem; border-bottom: 1px solid var(--line-2); }
  .vh-burger {
    display: grid; gap: 4px; justify-items: center; background: none; border: 1px solid var(--line);
    border-radius: 2px; padding: 0.5rem 0.6rem; cursor: pointer;
  }
  .vh-burger span { width: 18px; height: 1.5px; background: var(--creek); display: block; }
  .vh-burger em { font: 400 0.6rem var(--ui); letter-spacing: 0.12em; text-transform: uppercase; font-style: normal; color: var(--creek-2); }
  .vh-strip__live { margin-left: 0; }
  .vh-foot__in { grid-template-columns: 1fr 1fr; }
  .vh-note { grid-template-columns: 1fr; }
  .vh-far li { grid-template-columns: 5rem minmax(0, 1fr); }
  .vh-far__meas { grid-column: 2; text-align: left; max-width: none; }
}

@media (max-width: 620px) {
  .vh-cta-long { display: none; }
  .vh-cta-short { display: inline; }
  .vh-two { grid-template-columns: 1fr; }
  .vh-foot__in { grid-template-columns: 1fr; }
  .vh-hero { min-height: 32rem; }
  .vh-hero__facts { gap: 0 1.6rem; }
  .vh-nights th, .vh-nights td { padding-inline: 0.8rem; }
  .vh-nights__band { display: none; }
  .vh-total { margin-inline: 0.8rem; }
  .vh-sums { padding-inline: 0.8rem; }
  .vh-bill__acts, .vh-bill__note, .vh-bill__top, .vh-flag { padding-inline: 0.8rem; }
}
