:root {
  --vb-bg: #0b0b0b;
  --vb-bg-alt: #141414;
  --vb-fg: #faf8f3;
  --vb-muted: rgba(250, 248, 243, 0.66);
  --vb-line: rgba(250, 248, 243, 0.14);
  --vb-accent: #d4a84b;
  --vb-shell: min(1280px, calc(100vw - 48px));
}

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

html {
  scroll-behavior: smooth;
}

body.vb-site-body {
  margin: 0;
  background: var(--vb-bg);
  color: var(--vb-fg);
  font-family: "Inter", system-ui, sans-serif;
}

a {
  color: inherit;
  text-decoration: none;
}

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

.vb-shell {
  width: var(--vb-shell);
  margin: 0 auto;
}

.vb-header {
  position: sticky;
  top: 0;
  z-index: 20;
  backdrop-filter: blur(20px);
  background: rgba(11, 11, 11, 0.84);
  border-bottom: 1px solid var(--vb-line);
}

.vb-header-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  padding: 20px 0;
}

.vb-logo img,
.vb-footer-logo {
  height: 48px;
  mix-blend-mode: screen;
}

.vb-nav {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 28px;
  flex: 1;
  flex-wrap: wrap;
}

.vb-nav-link {
  font-size: 11px;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  opacity: 0.72;
  padding-bottom: 3px;
  border-bottom: 1px solid transparent;
}

.vb-nav-link:hover,
.vb-nav-link.is-active {
  opacity: 1;
  border-bottom-color: var(--vb-accent);
}

.vb-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  background: var(--vb-accent);
  color: #0b0b0b;
  border: none;
  padding: 16px 28px;
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  cursor: pointer;
}

.vb-button-ghost {
  background: transparent;
  color: var(--vb-fg);
  border: 1px solid var(--vb-line);
}

.vb-button-outline-accent {
  background: transparent;
  color: var(--vb-accent);
  border: 1px solid var(--vb-accent);
}

.vb-eyebrow {
  color: var(--vb-accent);
  font-size: 11px;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  margin-bottom: 20px;
}

.vb-hero,
.vb-page-hero {
  position: relative;
  overflow: hidden;
  background: var(--vb-bg);
  background-image: var(--hero-image);
  background-size: cover;
  background-position: center;
}

.vb-hero {
  min-height: min(100vh, 920px);
}

.vb-hero-short {
  min-height: 620px;
}

.vb-page-hero {
  min-height: 520px;
}

.vb-hero-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(11, 11, 11, 0.4), rgba(11, 11, 11, 0.15) 30%, rgba(11, 11, 11, 0.92) 100%);
}

.vb-hero-content,
.vb-page-hero-inner {
  position: relative;
  z-index: 1;
  padding-top: clamp(110px, 12vh, 150px);
  padding-bottom: clamp(56px, 8vh, 88px);
}

.vb-hero-title,
.vb-page-hero h1,
.vb-manifesto h2,
.vb-feature-copy h2,
.vb-section-header h2,
.vb-card h3,
.vb-event-highlight h3,
.vb-list-card h3,
.vb-booking-grid h2,
.vb-menu-section-head h2 {
  margin: 0;
  font-family: "Cormorant Garamond", Georgia, serif;
  font-weight: 400;
  letter-spacing: -0.01em;
  line-height: 0.95;
}

.vb-hero-title {
  max-width: 900px;
  font-size: clamp(56px, 8vw, 128px);
}

.vb-hero-title-medium {
  max-width: 980px;
  font-size: clamp(60px, 7.3vw, 104px);
}

.vb-page-hero h1 {
  max-width: 780px;
  font-size: clamp(52px, 7vw, 112px);
}

.vb-hero-title em,
.vb-page-hero h1 em,
.vb-manifesto h2 em,
.vb-feature-copy h2 em,
.vb-cta-final h2 em {
  color: var(--vb-accent);
  font-style: italic;
  font-weight: 300;
}

.vb-hero-copy,
.vb-page-hero p,
.vb-manifesto p,
.vb-feature-copy p,
.vb-card p,
.vb-list-card p,
.vb-booking-grid p,
.vb-form-note {
  color: var(--vb-muted);
  line-height: 1.75;
}

.vb-hero-copy,
.vb-page-hero p {
  max-width: 620px;
  margin-top: 28px;
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: 22px;
  font-weight: 300;
}

.vb-hero-actions {
  display: flex;
  gap: 16px;
  flex-wrap: wrap;
  margin-top: 40px;
}

.vb-stats-grid {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 32px;
  padding-bottom: 28px;
  border-top: 1px solid var(--vb-line);
  padding-top: 20px;
  margin-top: auto;
}

.vb-stat-value {
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: 28px;
}

.vb-stat-label {
  margin-top: 6px;
  color: var(--vb-muted);
  font-size: 10px;
  letter-spacing: 0.22em;
  text-transform: uppercase;
}

.vb-section {
  padding: 112px 0;
}

.vb-section-divided {
  border-bottom: 1px solid var(--vb-line);
}

.vb-section-alt {
  background: var(--vb-bg-alt);
}

.vb-manifesto {
  max-width: 780px;
}

.vb-manifesto-grid {
  display: grid;
  grid-template-columns: 0.7fr 1fr;
  gap: 96px;
}

.vb-manifesto-copy {
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: 22px;
  line-height: 1.6;
  font-weight: 300;
}

.vb-manifesto-copy p {
  margin: 0;
}

.vb-manifesto-copy p + p {
  margin-top: 28px;
}

.vb-manifesto-copy .is-muted {
  color: var(--vb-muted);
}

.vb-quote-tight {
  padding-left: 0;
  border-left: none;
  font-size: 18px;
}

.vb-quote-credit {
  margin-top: 24px;
  color: var(--vb-muted);
  font-size: 11px;
  letter-spacing: 0.22em;
  text-transform: uppercase;
}

.vb-manifesto h2,
.vb-feature-copy h2,
.vb-section-header h2,
.vb-booking-grid h2,
.vb-cta-final h2 {
  font-size: clamp(42px, 6vw, 74px);
}

.vb-manifesto p {
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: 22px;
  line-height: 1.65;
}

.vb-feature-grid {
  display: grid;
  grid-template-columns: 1.2fr 1fr;
  gap: 56px;
  align-items: center;
}

.vb-feature-grid-reverse {
  grid-template-columns: 1fr 1.1fr;
}

.vb-feature-media {
  display: grid;
  grid-template-columns: 1.2fr 0.9fr;
  gap: 14px;
}

.vb-feature-media > img,
.vb-feature-stack img,
.vb-gallery-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.vb-feature-image-contain {
  width: auto !important;
  max-width: 100%;
  max-height: 100%;
  height: auto !important;
  object-fit: contain !important;
  object-position: center center;
}

.vb-feature-media > img,
.vb-feature-media > .vb-placeholder {
  min-height: 560px;
}

.vb-feature-stack {
  display: grid;
  gap: 14px;
}

.vb-feature-stack img,
.vb-feature-stack .vb-placeholder {
  min-height: 273px;
}

.vb-feature-image-frame {
  min-height: 273px;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  background: #111;
}

.vb-placeholder {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 240px;
  background:
    repeating-linear-gradient(
      45deg,
      rgba(255, 255, 255, 0.03) 0 10px,
      rgba(255, 255, 255, 0.06) 10px 20px
    ),
    #2a2a2a;
  color: rgba(255, 255, 255, 0.46);
  font-family: "Courier New", monospace;
  font-size: 11px;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  text-align: center;
  padding: 14px;
  border-left: 2px solid var(--vb-accent);
}

.vb-inline-link {
  display: inline-flex;
  margin-top: 24px;
  color: var(--vb-accent);
  font-size: 11px;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  border-bottom: 1px solid var(--vb-accent);
  padding-bottom: 8px;
}

.vb-feature-badge {
  display: inline-flex;
  margin-top: 24px;
  padding: 16px 24px;
  background: var(--vb-accent);
  color: #0b0b0b;
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: 14px;
  font-style: italic;
  text-decoration: none;
}

.vb-feature-menu-preview {
  margin-top: 48px;
  border-top: 1px solid var(--vb-line);
  padding-top: 32px;
}

.vb-feature-menu-row {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 24px;
  align-items: baseline;
  padding: 18px 0;
  border-bottom: 1px solid var(--vb-line);
}

.vb-feature-menu-name {
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: 22px;
}

.vb-feature-menu-desc {
  margin-top: 4px;
  color: var(--vb-muted);
  font-size: 12px;
  line-height: 1.7;
  font-style: italic;
  font-family: "Cormorant Garamond", Georgia, serif;
}

.vb-feature-menu-price {
  color: var(--vb-accent);
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: 18px;
}

.vb-section-lead {
  max-width: 520px;
  color: var(--vb-muted);
  line-height: 1.75;
}

.vb-card-grid,
.vb-list-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 24px;
}

.vb-dual-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 40px;
}

.vb-card,
.vb-list-card,
.vb-dual-card,
.vb-event-highlight,
.vb-booking-form,
.vb-allergens-box {
  border: 1px solid var(--vb-line);
  background: rgba(255, 255, 255, 0.01);
  padding: 36px;
}

.vb-card h3,
.vb-list-card h3,
.vb-dual-card h3,
.vb-event-highlight h3 {
  font-size: 40px;
  margin-bottom: 16px;
}

.vb-card h3 {
  font-size: 48px;
}

.vb-dual-card h3 {
  line-height: 1.05;
  white-space: pre-line;
}


.vb-menu-preview,
.vb-menu-grid {
  border-top: 1px solid var(--vb-line);
}

.vb-menu-preview {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 1px;
  margin-top: 100px;
  background: var(--vb-line);
  border: 1px solid var(--vb-line);
}

.vb-menu-stat {
  background: var(--vb-bg);
  padding: 36px 24px;
  text-align: center;
}

.vb-menu-stat strong {
  display: block;
  color: var(--vb-accent);
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: 44px;
  font-weight: 400;
}

.vb-menu-stat span {
  display: block;
  margin-top: 8px;
  color: var(--vb-muted);
  font-size: 11px;
  letter-spacing: 0.22em;
  text-transform: uppercase;
}

.vb-menu-preview-row,
.vb-menu-row {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 16px;
  align-items: baseline;
  padding: 18px 0;
  border-bottom: 1px dashed var(--vb-line);
}

.vb-menu-preview-name,
.vb-menu-name {
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: 24px;
}

.vb-menu-preview-desc,
.vb-menu-desc,
.vb-menu-meta {
  color: var(--vb-muted);
  font-size: 13px;
  line-height: 1.7;
}

.vb-menu-preview-price,
.vb-menu-price,
.vb-list-price,
.vb-event-price,
.vb-timeline-year,
.vb-menu-index {
  color: var(--vb-accent);
  font-family: "Cormorant Garamond", Georgia, serif;
}

.vb-menu-preview-price,
.vb-menu-price,
.vb-event-price,
.vb-list-price {
  font-size: 26px;
}

.vb-menu-allergens {
  margin-left: 8px;
  color: var(--vb-muted);
  font-size: 10px;
  letter-spacing: 0.12em;
}

.vb-menu-pairing {
  display: flex;
  gap: 8px;
  align-items: baseline;
  margin-top: 8px;
  color: var(--vb-fg);
  font-family: "Cormorant Garamond", Georgia, serif;
  font-style: italic;
}

.vb-menu-pairing span,
.vb-list-meta,
.vb-form-steps span,
.vb-contact-block strong {
  color: var(--vb-accent);
  font-size: 10px;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  font-family: "Inter", system-ui, sans-serif;
  font-style: normal;
}

.vb-menu-section + .vb-menu-section {
  margin-top: 72px;
}

.vb-menu-section-head {
  display: flex;
  gap: 18px;
  align-items: baseline;
  margin-bottom: 22px;
  padding-bottom: 12px;
  border-bottom: 1px solid var(--vb-line);
}

.vb-menu-index,
.vb-timeline-year {
  font-size: 34px;
  font-style: italic;
  font-weight: 300;
}

.vb-menu-section-head p {
  margin: 6px 0 0;
  color: var(--vb-muted);
  font-family: "Cormorant Garamond", Georgia, serif;
  font-style: italic;
}

.vb-allergens-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 8px 20px;
  margin-top: 18px;
  color: var(--vb-muted);
  font-size: 12px;
}

.vb-events-home {
  display: grid;
  gap: 32px;
}

.vb-event-highlight {
  display: grid;
  grid-template-columns: auto 1fr auto;
  gap: 24px;
  align-items: center;
}

.vb-event-date {
  font-size: 88px;
  line-height: 0.9;
  color: var(--vb-accent);
  font-family: "Cormorant Garamond", Georgia, serif;
  font-weight: 300;
}

.vb-booking-grid {
  display: grid;
  grid-template-columns: 1.5fr 1fr;
  gap: 96px;
}

.vb-contact-block {
  display: grid;
  gap: 8px;
  margin-top: 28px;
}

.vb-contact-block span {
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: 28px;
}

.vb-booking-form {
  display: grid;
  gap: 20px;
}

.vb-booking-fieldset {
  display: grid;
  gap: 12px;
}

.vb-split-fields {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 20px;
}

.vb-form-steps {
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
}

.vb-form-steps span {
  color: var(--vb-muted);
}

.vb-form-steps .is-active {
  color: var(--vb-fg);
}

.vb-booking-form label {
  display: grid;
  gap: 10px;
}

.vb-booking-form label > span {
  color: var(--vb-muted);
  font-size: 10px;
  letter-spacing: 0.2em;
  text-transform: uppercase;
}

.vb-booking-form label > span em {
  color: var(--vb-accent);
  font-style: normal;
}

.vb-status-overlay {
  position: fixed;
  inset: 0;
  z-index: 80;
  display: grid;
  place-items: center;
  padding: 24px;
  background: rgba(0, 0, 0, 0.7);
  backdrop-filter: blur(10px);
}

.vb-status-card {
  width: min(640px, calc(100vw - 32px));
  border: 1px solid rgba(212, 168, 75, 0.4);
  background: #111;
  padding: 36px;
  box-shadow: 0 24px 80px rgba(0, 0, 0, 0.35);
}

.vb-status-card h2 {
  margin: 0;
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: clamp(36px, 5vw, 56px);
  font-weight: 400;
  line-height: 0.98;
}

.vb-status-card h2 em {
  color: var(--vb-accent);
  font-style: italic;
  font-weight: 300;
}

.vb-status-card p {
  margin: 18px 0 0;
  color: var(--vb-muted);
  line-height: 1.8;
}

.vb-booking-form input,
.vb-booking-form textarea,
.vb-booking-form select {
  width: 100%;
  background: transparent;
  border: none;
  border-bottom: 1px solid var(--vb-line);
  color: var(--vb-fg);
  padding: 14px 0;
  font: inherit;
  outline: none;
  border-radius: 0;
  color-scheme: dark;
}

.vb-booking-form select {
  appearance: none;
  background-image:
    linear-gradient(45deg, transparent 50%, var(--vb-accent) 50%),
    linear-gradient(135deg, var(--vb-accent) 50%, transparent 50%);
  background-position:
    calc(100% - 20px) calc(50% + 1px),
    calc(100% - 14px) calc(50% + 1px);
  background-size: 6px 6px, 6px 6px;
  background-repeat: no-repeat;
  padding-right: 36px;
}

.vb-choice-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.vb-choice-grid-compact {
  gap: 10px;
}

.vb-choice-button {
  min-width: 58px;
  min-height: 52px;
  padding: 10px 14px;
  background: transparent;
  color: var(--vb-fg);
  border: 1px solid var(--vb-line);
  cursor: pointer;
  font-family: "Inter", system-ui, sans-serif;
  font-size: 15px;
  letter-spacing: 0.08em;
  transition: border-color 160ms ease, background-color 160ms ease, color 160ms ease;
}

.vb-choice-button:hover,
.vb-choice-button.is-active {
  border-color: var(--vb-accent);
  background: rgba(212, 168, 75, 0.12);
  color: var(--vb-accent);
}

.vb-choice-button-text {
  min-width: 144px;
  padding-inline: 18px;
}

.vb-date-shell {
  border-bottom: 1px solid var(--vb-line);
}

.vb-date-shell input[type="date"] {
  color: var(--vb-accent);
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: 22px;
  letter-spacing: 0.01em;
}

.vb-booking-form a {
  color: var(--vb-accent);
  border-bottom: 1px solid rgba(212, 168, 75, 0.45);
}

.vb-booking-form input[type="date"]::-webkit-calendar-picker-indicator {
  filter: invert(82%) sepia(38%) saturate(495%) hue-rotate(355deg) brightness(94%) contrast(85%);
}

.vb-form-note {
  margin: 0;
  font-size: 12px;
}

.vb-quote {
  margin: 0;
  padding-left: 24px;
  border-left: 2px solid var(--vb-accent);
  color: var(--vb-muted);
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: 28px;
  font-style: italic;
  line-height: 1.6;
}

.vb-section-header {
  margin: 0 0 28px;
}

.vb-timeline {
  display: grid;
  gap: 22px;
}

.vb-timeline-row {
  display: grid;
  grid-template-columns: 90px 1fr;
  gap: 18px;
  padding-top: 18px;
  border-top: 1px solid var(--vb-line);
}

.vb-gallery-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
}

.vb-gallery-grid-masonry {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.vb-gallery-item {
  margin: 0;
  min-height: 280px;
}

.vb-cta-final {
  text-align: center;
}

.vb-cta-final .vb-shell {
  max-width: 760px;
}

.vb-press-strip {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 40px;
  align-items: center;
  margin-top: 32px;
}

.vb-press-strip div {
  color: rgba(250, 248, 243, 0.5);
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: 22px;
  font-style: italic;
  text-align: center;
}

.vb-stats-quad {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 1px;
  background: var(--vb-line);
  margin-bottom: 28px;
}

.vb-stats-quad div {
  display: grid;
  gap: 8px;
  background: var(--vb-bg);
  padding: 26px 20px;
  text-align: center;
}

.vb-stats-quad strong {
  color: var(--vb-accent);
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: 44px;
  font-weight: 400;
}

.vb-stats-quad span {
  color: var(--vb-muted);
  font-size: 11px;
  letter-spacing: 0.22em;
  text-transform: uppercase;
}

.vb-map-panel {
  position: relative;
  min-height: 520px;
  margin-top: 40px;
  border: 1px solid var(--vb-line);
  overflow: hidden;
  background: #070707;
}

.vb-map-grid {
  position: absolute;
  inset: 0;
  background-image:
    linear-gradient(rgba(250,248,243,0.04) 1px, transparent 1px),
    linear-gradient(90deg, rgba(250,248,243,0.04) 1px, transparent 1px);
  background-size: 40px 40px;
}

.vb-map-panel::before,
.vb-map-panel::after {
  content: "";
  position: absolute;
  background: rgba(250,248,243,0.16);
}

.vb-map-panel::before {
  left: 0;
  right: 0;
  top: 58%;
  height: 2px;
  transform: rotate(-2deg);
}

.vb-map-panel::after {
  top: 0;
  bottom: 0;
  left: 62%;
  width: 2px;
  transform: rotate(2deg);
}

.vb-map-card {
  position: absolute;
  left: 24px;
  bottom: 24px;
  padding: 18px 22px;
  border: 1px solid var(--vb-line);
  background: rgba(11,11,11,0.84);
  backdrop-filter: blur(12px);
}

.vb-centered-copy {
  max-width: 960px;
  margin: 0 auto;
  text-align: center;
}

.vb-centered-copy h2 {
  margin: 0;
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: clamp(56px, 7vw, 84px);
  font-weight: 400;
  line-height: 0.98;
  letter-spacing: -0.01em;
}

.vb-centered-copy h2 em {
  color: var(--vb-accent);
  font-style: italic;
  font-weight: 300;
}

.vb-centered-copy p {
  max-width: 620px;
  margin: 32px auto 0;
  color: var(--vb-muted);
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: 19px;
  line-height: 1.55;
  font-weight: 300;
}

.vb-centered-actions {
  display: flex;
  justify-content: center;
  gap: 18px;
  flex-wrap: wrap;
  margin-top: 48px;
}

.vb-display-title {
  margin: 0;
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: clamp(48px, 6vw, 72px);
  font-weight: 400;
  line-height: 0.98;
  letter-spacing: -0.01em;
}

.vb-display-title em {
  color: var(--vb-accent);
  font-style: italic;
  font-weight: 300;
}

.vb-display-title-large {
  font-size: clamp(56px, 7.2vw, 104px);
}

.vb-display-title-medium {
  font-size: clamp(44px, 5vw, 60px);
}

.vb-focus-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 72px;
}

.vb-focus-grid p,
.vb-year-grid p,
.vb-private-grid p,
.vb-course-card p,
.vb-contact-form-lead,
.vb-split-hero-copy p,
.vb-arrival-list p,
.vb-event-row p,
.vb-award-row p {
  color: var(--vb-muted);
  line-height: 1.75;
}

.vb-focus-num,
.vb-year,
.vb-testimonial-mark,
.vb-award-year {
  color: var(--vb-accent);
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: 56px;
  font-weight: 300;
}

.vb-focus-title,
.vb-year-grid h3,
.vb-award-row h3 {
  margin: 0 0 12px;
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: 32px;
  font-weight: 400;
}

.vb-year-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 48px;
  margin-top: 72px;
  padding-top: 40px;
  border-top: 1px solid var(--vb-line);
}

.vb-team-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 72px;
  align-items: end;
}

.vb-team-copy {
  max-width: 440px;
  margin-top: 28px;
  color: var(--vb-muted);
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: 18px;
  line-height: 1.65;
}

.vb-split-hero-grid {
  display: grid;
  grid-template-columns: 1.3fr 1fr;
  gap: 96px;
  align-items: end;
}

.vb-split-hero-copy {
  padding-bottom: 20px;
}

.vb-split-hero-copy p,
.vb-page-hero-copy {
  max-width: 720px;
  margin: 40px 0 0;
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: 22px;
  font-weight: 300;
  line-height: 1.5;
}

.vb-section-event-list,
.vb-section-courses,
.vb-section-contacts,
.vb-section-gallery,
.vb-section-press {
  padding-top: 80px;
  padding-bottom: 120px;
}

.vb-event-list {
  max-width: 1260px;
  margin: 0 auto;
}

.vb-event-row {
  display: grid;
  grid-template-columns: 140px 1fr 220px auto;
  gap: 48px;
  align-items: center;
  padding: 40px 0;
  border-top: 1px solid var(--vb-line);
}

.vb-event-row:last-child {
  border-bottom: 1px solid var(--vb-line);
}

.vb-event-row-day {
  color: var(--vb-accent);
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: 72px;
  font-weight: 300;
  line-height: 0.95;
}

.vb-event-row-meta,
.vb-gallery-count,
.vb-review-head div:last-child,
.vb-award-type {
  margin-top: 8px;
  color: var(--vb-muted);
  font-size: 11px;
  letter-spacing: 0.22em;
  text-transform: uppercase;
}

.vb-event-kind,
.vb-review-head div:first-child {
  color: var(--vb-accent);
  font-size: 11px;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  margin-bottom: 10px;
}

.vb-event-row-title,
.vb-course-title {
  margin: 0 0 12px;
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: 32px;
  font-weight: 400;
  line-height: 1.02;
}

.vb-event-side {
  text-align: right;
}

.vb-event-row-price,
.vb-course-price {
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: 28px;
}

.vb-event-row-seats,
.vb-course-price-note {
  color: var(--vb-muted);
  font-size: 12px;
}

.vb-event-cta-wrap {
  white-space: nowrap;
}

.vb-private-grid {
  max-width: 1060px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 72px;
  align-items: center;
}

.vb-page-hero-text {
  max-width: 1040px;
}

.vb-course-grid {
  max-width: 1320px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 32px;
}

.vb-course-card {
  min-height: 640px;
  display: flex;
  flex-direction: column;
  padding: 40px;
  border: 1px solid var(--vb-line);
  background: var(--vb-bg-alt);
}

.vb-course-subtitle {
  margin-bottom: 32px;
  color: var(--vb-muted);
  font-family: "Cormorant Garamond", Georgia, serif;
  font-style: italic;
  font-size: 16px;
}

.vb-course-meta-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px;
  margin-bottom: 32px;
  padding-bottom: 24px;
  border-bottom: 1px solid var(--vb-line);
}

.vb-course-meta-grid span {
  display: block;
  margin-bottom: 6px;
  color: var(--vb-muted);
  font-size: 10px;
  letter-spacing: 0.2em;
  text-transform: uppercase;
}

.vb-course-meta-grid strong {
  font-size: 15px;
  font-weight: 400;
}

.vb-course-points {
  flex: 1;
}

.vb-course-points div {
  display: flex;
  gap: 12px;
  margin-bottom: 14px;
}

.vb-course-points span {
  color: var(--vb-accent);
  font-family: "Cormorant Garamond", Georgia, serif;
  font-style: italic;
}

.vb-course-points p {
  margin: 0;
  font-size: 14px;
  line-height: 1.5;
}

.vb-course-footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  margin-top: 32px;
  padding-top: 24px;
  border-top: 1px solid var(--vb-line);
}

.vb-rule-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 48px;
  margin-top: 80px;
}

.vb-rule-grid h3 {
  margin: 0 0 12px;
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: 22px;
  font-weight: 400;
}

.vb-testimonial-block {
  max-width: 920px;
  margin: 0 auto;
  text-align: center;
}

.vb-testimonial-block p {
  margin: 0;
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: 30px;
  line-height: 1.5;
  font-style: italic;
  font-weight: 300;
}

.vb-testimonial-block p em {
  color: var(--vb-accent);
}

.vb-testimonial-credit {
  margin-top: 36px;
  color: var(--vb-muted);
  font-size: 11px;
  letter-spacing: 0.22em;
  text-transform: uppercase;
}

.vb-contact-layout {
  max-width: 1260px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 80px;
}

.vb-contact-copy {
  display: grid;
  gap: 48px;
  align-content: start;
}

.vb-contact-address,
.vb-contact-meta-value {
  font-family: "Cormorant Garamond", Georgia, serif;
}

.vb-contact-address {
  font-size: 28px;
  line-height: 1.35;
}

.vb-contact-address span {
  color: var(--vb-accent);
}

.vb-contact-meta-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 40px;
}

.vb-contact-meta-value {
  font-size: 22px;
}

.vb-arrival-list {
  display: grid;
  gap: 14px;
}

.vb-arrival-list div {
  display: flex;
  gap: 16px;
}

.vb-arrival-list span {
  min-width: 72px;
  color: var(--vb-accent);
  font-family: "Cormorant Garamond", Georgia, serif;
  font-style: italic;
}

.vb-arrival-list p {
  margin: 0;
}

.vb-contact-map-wrap {
  align-self: start;
}

.vb-map-panel-sticky {
  position: sticky;
  top: 120px;
  height: 680px;
  margin-top: 0;
}

.vb-contact-form-shell {
  max-width: 960px;
  margin: 0 auto;
}

.vb-contact-form-lead {
  max-width: 640px;
  margin-bottom: 48px;
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: 18px;
  line-height: 1.6;
}

.vb-contact-form {
  display: grid;
  gap: 28px;
}

.vb-contact-form-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 32px;
}

.vb-contact-form label {
  display: grid;
  gap: 10px;
}

.vb-contact-form label > span {
  color: var(--vb-muted);
  font-size: 10px;
  letter-spacing: 0.2em;
  text-transform: uppercase;
}

.vb-contact-form input,
.vb-contact-form textarea,
.vb-contact-form select {
  width: 100%;
  background: transparent;
  border: none;
  border-bottom: 1px solid var(--vb-line);
  color: var(--vb-fg);
  padding: 14px 0 10px;
  font: inherit;
  outline: none;
}

.vb-policy-list {
  list-style: none;
  padding: 0;
  margin: 0;
  color: var(--vb-muted);
  font-size: 13px;
  line-height: 1.9;
}

.vb-gallery-toolbar {
  padding: 56px 0 24px;
  border-bottom: 1px solid var(--vb-line);
}

.vb-gallery-toolbar-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
}

.vb-masonry-grid {
  column-count: 3;
  column-gap: 24px;
}

.vb-masonry-item {
  position: relative;
  break-inside: avoid;
  margin: 0 0 24px;
}

.vb-masonry-item figcaption {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 16px;
  padding: 16px 20px;
  background: linear-gradient(180deg, transparent, rgba(11, 11, 11, 0.95));
  font-size: 11px;
  letter-spacing: 0.22em;
  text-transform: uppercase;
}

.vb-masonry-item figcaption em {
  color: var(--vb-accent);
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: 13px;
  font-style: italic;
  text-transform: none;
  letter-spacing: 0;
}

.vb-review-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
}

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

.vb-review-card:nth-child(odd) {
  border-right: 1px solid var(--vb-line);
}

.vb-review-card:nth-last-child(-n + 2) {
  border-bottom: 1px solid var(--vb-line);
}

.vb-review-head {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
  gap: 16px;
  margin-bottom: 28px;
  padding-bottom: 16px;
  border-bottom: 1px solid var(--vb-line);
}

.vb-review-mark {
  margin-bottom: 16px;
  color: var(--vb-accent);
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: 54px;
  font-weight: 300;
  line-height: 0.5;
}

.vb-review-card p {
  margin: 0;
  color: rgba(250, 248, 243, 0.88);
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: 20px;
  line-height: 1.55;
  font-style: italic;
  font-weight: 300;
}

.vb-review-author {
  margin-top: 28px;
  color: var(--vb-muted);
  font-size: 11px;
  letter-spacing: 0.22em;
  text-transform: uppercase;
}

.vb-award-list {
  margin-top: 72px;
}

.vb-award-row {
  display: grid;
  grid-template-columns: 160px 1fr auto;
  gap: 40px;
  align-items: baseline;
  padding: 32px 0;
  border-top: 1px solid var(--vb-line);
}

.vb-gallery-filters {
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: 28px;
}

.vb-gallery-filters button {
  padding: 12px 22px;
  border: 1px solid var(--vb-line);
  background: transparent;
  color: var(--vb-fg);
  font-size: 11px;
  letter-spacing: 0.22em;
  text-transform: uppercase;
}

.vb-gallery-filters .is-active {
  border-color: var(--vb-accent);
  background: var(--vb-accent);
  color: #0b0b0b;
}

.vb-press-kit {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 56px;
  align-items: center;
  margin-top: 72px;
}

.vb-press-kit-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
}

.vb-hours-list {
  display: grid;
  gap: 0;
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: 20px;
  line-height: 1.7;
}

.vb-hours-list div {
  display: flex;
  justify-content: space-between;
  padding: 14px 0;
  border-bottom: 1px solid var(--vb-line);
}

.vb-hours-list div span:last-child {
  color: var(--vb-accent);
}

.vb-accent-box {
  padding: 28px;
  border: 1px solid var(--vb-accent);
  color: var(--vb-accent);
}

.vb-accent-box p {
  margin: 0;
  color: var(--vb-fg);
  font-family: "Cormorant Garamond", Georgia, serif;
  font-style: italic;
  font-size: 15px;
  line-height: 1.7;
}

.vb-form-actions {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  padding-top: 24px;
  border-top: 1px solid var(--vb-line);
}

.vb-checkbox-row {
  display: flex;
  gap: 10px;
  align-items: flex-start;
  color: var(--vb-muted);
  font-size: 11px;
  line-height: 1.6;
}

.vb-checkbox-row input {
  width: auto;
  margin-top: 2px;
}

.vb-faq-list {
  margin-top: 44px;
}

.vb-faq-list details {
  border-top: 1px solid var(--vb-line);
  padding: 24px 0;
}

.vb-faq-list summary {
  cursor: pointer;
  list-style: none;
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: 22px;
}

.vb-faq-list p {
  max-width: 820px;
  margin: 16px 0 0;
  color: var(--vb-muted);
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: 16px;
  line-height: 1.7;
}

.vb-footer {
  padding: 72px 0 36px;
  border-top: 1px solid var(--vb-line);
  background: #060606;
}

.vb-footer-grid {
  display: grid;
  grid-template-columns: 1.4fr 1fr 1fr 1fr;
  gap: 36px;
}

.vb-footer-copy,
.vb-footer-links {
  color: var(--vb-muted);
  line-height: 1.9;
}

.vb-footer-links {
  display: grid;
  gap: 4px;
  font-size: 13px;
}

.vb-footer-meta {
  display: flex;
  justify-content: space-between;
  gap: 12px;
  padding-top: 26px;
  margin-top: 28px;
  border-top: 1px solid var(--vb-line);
  color: var(--vb-muted);
  font-size: 11px;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

@media (max-width: 980px) {
  .vb-split-fields {
    grid-template-columns: 1fr;
  }

  .vb-nav {
    display: none;
  }

  .vb-header-inner,
  .vb-manifesto-grid,
  .vb-feature-grid,
  .vb-feature-grid-reverse,
  .vb-split-hero-grid,
  .vb-booking-grid,
  .vb-private-grid,
  .vb-team-grid,
  .vb-contact-layout,
  .vb-contact-form-grid,
  .vb-footer-grid,
  .vb-event-highlight,
  .vb-card-grid,
  .vb-list-grid,
  .vb-dual-grid,
  .vb-focus-grid,
  .vb-year-grid,
  .vb-rule-grid,
  .vb-course-grid,
  .vb-review-grid,
  .vb-stats-grid,
  .vb-press-strip,
  .vb-stats-quad,
  .vb-press-kit {
    grid-template-columns: 1fr;
  }

  .vb-feature-media {
    grid-template-columns: 1fr;
  }

  .vb-feature-stack {
    display: none;
  }

  .vb-event-row,
  .vb-award-row {
    grid-template-columns: 1fr;
    gap: 18px;
  }

  .vb-event-side {
    text-align: left;
  }

  .vb-gallery-toolbar-inner {
    flex-direction: column;
    align-items: flex-start;
  }

  .vb-masonry-grid {
    column-count: 2;
  }

  .vb-map-panel-sticky {
    position: relative;
    top: auto;
    height: 520px;
  }

  .vb-feature-media > img,
  .vb-feature-stack img,
  .vb-gallery-item {
    min-height: 220px;
  }

  .vb-event-highlight {
    align-items: flex-start;
  }

  .vb-footer-meta {
    flex-direction: column;
  }
}

@media (max-width: 768px) {
  :root {
    --vb-shell: min(100vw - 32px, 720px);
  }

  .vb-header-inner {
    padding: 16px 0;
  }

  .vb-logo img,
  .vb-footer-logo {
    height: 42px;
  }

  .vb-page-hero-inner,
  .vb-hero-content {
    padding-top: 110px;
    padding-bottom: 48px;
  }

  .vb-section {
    padding: 64px 0;
  }

  .vb-manifesto p,
  .vb-hero-copy,
  .vb-page-hero p,
  .vb-centered-copy p,
  .vb-page-hero-copy,
  .vb-split-hero-copy p {
    font-size: 17px;
  }

  .vb-masonry-grid {
    column-count: 1;
  }

  .vb-feature-menu-row,
  .vb-menu-row,
  .vb-menu-preview-row,
  .vb-menu-section-head,
  .vb-timeline-row {
    grid-template-columns: 1fr;
  }

  .vb-gallery-grid,
  .vb-allergens-grid,
  .vb-gallery-grid-masonry {
    grid-template-columns: 1fr;
  }

  .vb-event-date {
    font-size: 64px;
  }

  .vb-form-actions {
    flex-direction: column;
    align-items: stretch;
  }
}
