:root {
  --vk-black: #1c1c1c;
  --vk-larch: #9c6c48;
  --vk-stone: #f3efea;
  --vk-olive: #7a8b66;
  --vk-lake: #5b7da5;
  --vk-white: #ffffff;
  --vk-content: 1180px;
  --vk-text: 760px;
  --vk-radius: 4px;
  --vk-shadow: 0 18px 48px rgba(28, 28, 28, .10);
}

body { color: var(--vk-black); font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif; font-size: 17px; line-height: 1.65; }
body .site-container, body .content-area { overflow: clip; }
body .entry-content { margin: 0; }
body .entry-content > *:not(.alignfull) { max-width: var(--vk-content); }
body h1, body h2, body h3 { color: var(--vk-black); font-family: "Iowan Old Style", Baskerville, "Times New Roman", serif; font-weight: 400; letter-spacing: -.025em; line-height: 1.12; }
body h1 { max-width: 850px; }
body h2 { max-width: 820px; margin-bottom: .65em; }
body p { text-wrap: pretty; }
body a { text-underline-offset: 3px; }
.site-header { background: var(--vk-white); position: sticky; top: 0; z-index: 90; box-shadow: 0 1px 0 rgba(28,28,28,.10); }
.admin-bar .site-header { top: 32px; }
.site-header .custom-logo { max-width: 170px; height: auto; }
.site-header .site-main-header-wrap { min-height: 78px; }

.vk-section { padding: clamp(64px, 9vw, 120px) clamp(20px, 5vw, 56px); }
.vk-section > * { width: min(100%, var(--vk-content)); margin-left: auto; margin-right: auto; }
.vk-section > p, .vk-section > h2, .vk-section > .vk-lead { max-width: var(--vk-text); }
.vk-stone { background: var(--vk-stone); }
.vk-olive { background: var(--vk-olive); color: var(--vk-white); }
.vk-olive h2, .vk-olive h3, .vk-olive a { color: var(--vk-white); }
.vk-lake { background: var(--vk-lake); color: var(--vk-white); }
.vk-lake h2, .vk-lake h3, .vk-lake a { color: var(--vk-white); }

.vk-hero { min-height: clamp(520px, 76vh, 760px) !important; }
.vk-hero .wp-block-cover__inner-container { width: min(calc(100% - 40px), var(--vk-content)); }
.vk-hero h1, .vk-hero p { color: var(--vk-white); }
.vk-hero h1 { font-size: clamp(46px, 7vw, 88px); line-height: 1.02; margin: .15em 0 .2em; }
.vk-hero .vk-lead { font-size: clamp(20px, 2.3vw, 28px); max-width: 680px; }
.vk-eyebrow { font-size: 13px; letter-spacing: .16em; text-transform: uppercase; font-weight: 600; }

.wp-block-button__link, button, input[type="submit"] { border-radius: var(--vk-radius) !important; }
.wp-block-button__link { background: var(--vk-larch); color: var(--vk-white); padding: 14px 24px; font-weight: 600; text-decoration: none; }
.wp-block-button__link:hover, .wp-block-button__link:focus { background: var(--vk-black); color: var(--vk-white); }
.vk-nav-cta > a { background: var(--vk-larch); color: var(--vk-white) !important; padding: 10px 16px !important; border-radius: var(--vk-radius); }

.vk-feature-grid h3 { margin-bottom: .25em; }
.vk-feature-grid p { color: rgba(28,28,28,.72); }
.vk-checklist { columns: 2; column-gap: 48px; padding: 0; list-style: none; }
.vk-checklist li { break-inside: avoid; padding: 9px 0 9px 28px; position: relative; }
.vk-checklist li::before { content: "✓"; position: absolute; left: 0; color: var(--vk-olive); font-weight: 700; }
.vk-hosts img { width: 100%; aspect-ratio: 4 / 5; object-fit: cover; box-shadow: var(--vk-shadow); }

.vk-booking-panel { background: var(--vk-black); color: var(--vk-white); }
.vk-booking-panel h2, .vk-booking-panel h3, .vk-booking-panel label { color: var(--vk-white); }
.vk-booking-widget form { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 16px; align-items: end; }
.vk-booking-widget input, .vk-booking-widget select { min-height: 48px; width: 100%; }
.vk-booking-fallback { padding: 28px; border: 1px solid rgba(255,255,255,.3); }
.vk-price-list { max-width: 760px; }
.vk-price-list p { display: flex; justify-content: space-between; gap: 24px; padding: 14px 0; border-bottom: 1px solid rgba(28,28,28,.18); }

.vk-faq details { border-top: 1px solid rgba(28,28,28,.2); padding: 20px 0; }
.vk-faq details:last-child { border-bottom: 1px solid rgba(28,28,28,.2); }
.vk-faq summary { cursor: pointer; font-weight: 650; font-size: 1.08em; }
.vk-faq details p { max-width: 760px; }
.vk-contact-card { background: var(--vk-stone); padding: clamp(24px, 5vw, 48px); max-width: 760px; }
.vk-contact-form { max-width: 760px; margin-top: 40px; }
.vk-contact-form label { display: block; font-weight: 600; }
.vk-contact-form input[type="text"], .vk-contact-form input[type="email"], .vk-contact-form input[type="date"], .vk-contact-form textarea { width: 100%; padding: 12px 14px; border: 1px solid rgba(28,28,28,.28); background: var(--vk-white); }
.vk-contact-form button { background: var(--vk-larch); color: var(--vk-white); border: 0; padding: 14px 24px; font-weight: 650; cursor: pointer; }
.vk-form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 20px; }
.vk-form-consent label { font-weight: 400; }
.vk-honeypot { position: absolute !important; left: -10000px !important; width: 1px !important; height: 1px !important; overflow: hidden !important; }
.vk-form-notice { max-width: 760px; margin: 20px 0; padding: 14px 18px; border-left: 4px solid var(--vk-olive); background: var(--vk-stone); }
.vk-form-notice.is-error { border-left-color: #a33; }

.vk-footer { background: var(--vk-black); color: rgba(255,255,255,.76); padding: 64px 24px 24px; }
.vk-footer a { color: var(--vk-white); text-decoration: none; }
.vk-footer a:hover { text-decoration: underline; }
.vk-footer strong { color: var(--vk-white); }
.vk-footer-inner { width: min(100%, var(--vk-content)); margin: 0 auto; display: grid; grid-template-columns: 1.6fr repeat(3, 1fr); gap: 36px; }
.vk-footer-brand { font-size: 28px; }
.vk-footer-bottom { width: min(100%, var(--vk-content)); margin: 44px auto 0; padding-top: 20px; border-top: 1px solid rgba(255,255,255,.15); font-size: 13px; }
body #colophon.site-footer { display: none; }

@media (max-width: 800px) {
  .vk-section { padding-top: 64px; padding-bottom: 64px; }
  .vk-checklist { columns: 1; }
  .vk-booking-widget form { grid-template-columns: 1fr; }
  .vk-footer-inner { grid-template-columns: 1fr 1fr; }
  .admin-bar .site-header { top: 46px; }
}

@media (max-width: 520px) {
  .vk-hero h1 { font-size: 44px; }
  .vk-footer-inner { grid-template-columns: 1fr; }
  .vk-price-list p { display: block; }
  .vk-price-list span { display: block; margin-top: 4px; }
  .vk-form-row { grid-template-columns: 1fr; gap: 0; }
}
