body.vibebcn-landing { margin: 0; overflow-x: hidden; background: #f3efdf; }
body.vibebcn-landing .wp-site-blocks { padding: 0 !important; }
body.vibebcn-landing .wp-site-blocks > header,
body.vibebcn-landing .wp-site-blocks > footer,
body.vibebcn-landing .wp-block-post-title,
body.vibebcn-landing .entry-title { display: none !important; }
body.vibebcn-landing main,
body.vibebcn-landing .wp-block-post-content { margin: 0 !important; padding: 0 !important; max-width: none !important; }

#vibebcn-app [hidden] { display: none !important; }

#vibebcn-app {
  --cream: #f3efdf;
  --paper: #fbf8ed;
  --ink: #151515;
  --blue: #1746d3;
  --orange: #ff5b35;
  --lime: #dff53d;
  --line: rgba(21,21,21,.2);
  width: 100vw !important;
  max-width: none !important;
  margin-left: calc(50% - 50vw) !important;
  margin-right: calc(50% - 50vw) !important;
  overflow: clip;
  background: var(--cream);
  color: var(--ink);
  font-family: Arial, Helvetica, sans-serif;
  font-size: 16px;
  line-height: 1.4;
}
#vibebcn-app, #vibebcn-app * { box-sizing: border-box; }
#vibebcn-app a { color: inherit; text-decoration: none; }
#vibebcn-app button, #vibebcn-app input { font: inherit; }
#vibebcn-app img { max-width: none; }

.vb-header { height: 68px; padding: 0 18px; display: flex; align-items: center; justify-content: space-between; position: relative; z-index: 30; border-bottom: 1px solid var(--line); background: var(--cream); }
.vb-brand { display: inline-flex; align-items: center; font-size: 22px; font-weight: 800; letter-spacing: -1.4px; }
.vb-brand strong { margin-left: 4px; padding: 5px 7px 4px; border-radius: 50%; color: #fff; background: var(--blue); font-size: 12px; letter-spacing: -.5px; transform: rotate(-7deg); }
.vb-desktop-nav { display: none; }
.vb-header-actions { display: flex; align-items: center; gap: 8px; }
.vb-language { height: 38px; padding: 0 12px; border: 1px solid var(--ink); border-radius: 99px; background: transparent; font-size: 11px; font-weight: 800; }
.vb-language span { color: var(--blue); }
.vb-menu-toggle { width: 38px; height: 38px; padding: 0; border: 1px solid var(--ink); border-radius: 50%; background: transparent; font-size: 20px; }
.vb-menu-sheet { position: fixed; z-index: 29; inset: 68px 0 0; padding: 30px 20px 100px; flex-direction: column; background: var(--cream); }
.vb-menu-sheet:not([hidden]) { display: flex; }
.vb-menu-sheet a { padding: 17px 0; display: flex; justify-content: space-between; border-bottom: 1px solid var(--line); font-size: 34px; font-weight: 800; letter-spacing: -2px; }
.vb-menu-sheet a span { color: var(--orange); font-size: 12px; letter-spacing: 0; }
.vb-menu-sheet p { margin-top: auto; color: var(--blue); font-size: 13px; font-weight: 800; letter-spacing: 1px; }

.vb-hero { min-height: 665px; position: relative; overflow: hidden; color: #fff; }
.vb-hero-image { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; }
.vb-hero-shade { position: absolute; inset: 0; background: linear-gradient(180deg,rgba(10,16,20,.04) 15%,rgba(10,16,20,.8) 100%); }
.vb-sticker { position: absolute; top: 26px; right: 20px; width: 76px; height: 76px; display: grid; place-items: center; border-radius: 50%; background: var(--lime); color: var(--ink); text-align: center; text-transform: uppercase; font-size: 10px; line-height: 1.1; font-weight: 900; letter-spacing: .8px; transform: rotate(8deg); box-shadow: 0 6px 0 rgba(0,0,0,.15); }
.vb-hero-copy { position: absolute; left: 20px; right: 20px; bottom: 36px; }
.vb-eyebrow, .vb-kicker { margin: 0; text-transform: uppercase; letter-spacing: 1.5px; font-size: 11px; font-weight: 800; }
.vb-eyebrow::before { content: ''; display: inline-block; width: 28px; height: 2px; margin: 0 10px 3px 0; background: var(--lime); }
.vb-hero h1 { max-width: 680px; margin: 12px 0 15px; color: #fff; font-size: clamp(48px,15vw,74px); line-height: .91; letter-spacing: -4.5px; font-weight: 850; }
.vb-hero h1 em, .vb-map-copy h2 em, .vb-social h2 em, .vb-transfer h2 em, .vb-newsletter h2 em { font-family: Georgia, serif; font-weight: 400; }
.vb-hero-deck { max-width: 510px; margin: 0; color: rgba(255,255,255,.86); font-size: 15px; line-height: 1.45; }
.vb-hero-actions { margin-top: 24px; display: flex; flex-wrap: wrap; gap: 10px; }
.vb-button { min-height: 48px; padding: 0 18px; display: inline-flex; align-items: center; justify-content: center; gap: 18px; border: 1px solid #fff; border-radius: 99px; font-size: 13px; font-weight: 800; }
.vb-button-primary { color: #fff !important; background: var(--orange); border-color: var(--orange); }
.vb-button-primary span { font-size: 20px; }.vb-button-ghost { background: rgba(255,255,255,.07); backdrop-filter: blur(8px); }

.vb-quick-strip { padding: 22px 0 22px 18px; overflow: hidden; border-bottom: 1px solid var(--line); }
.vb-quick-strip > p { margin: 0 0 12px; font-size: 12px; font-weight: 800; }
.vb-chips { padding-right: 18px; display: flex; gap: 8px; overflow-x: auto; scrollbar-width: none; }
.vb-chips::-webkit-scrollbar, .vb-place-row::-webkit-scrollbar { display: none; }
.vb-chip { flex: 0 0 auto; padding: 10px 14px; border: 1px solid var(--ink); border-radius: 99px; background: transparent; color: var(--ink); font-size: 12px; font-weight: 750; }
.vb-chip.is-active { color: #fff; border-color: var(--blue); background: var(--blue); }

.vb-places { padding: 46px 0 108px; overflow: hidden; }
.vb-section-heading { padding: 0 18px 24px; display: flex; align-items: flex-end; justify-content: space-between; gap: 18px; }
.vb-kicker span { margin-right: 10px; color: var(--orange); }
.vb-section-heading h2 { margin: 12px 0 0; color: var(--ink); font-size: 42px; line-height: .94; letter-spacing: -2.7px; font-weight: 850; }
.vb-text-link { padding-bottom: 4px; border-bottom: 1px solid var(--ink); white-space: nowrap; font-size: 12px; font-weight: 800; }.vb-text-link span { color: var(--blue); font-size: 18px; }
.vb-place-row { padding: 0 18px 18px; display: flex; gap: 14px; overflow-x: auto; overscroll-behavior-inline: contain; scroll-padding-inline: 18px; scroll-snap-type: x mandatory; scrollbar-width: none; cursor: grab; }
.vb-place-row.is-dragging { scroll-snap-type: none; cursor: grabbing; user-select: none; }
.vb-place-row.is-dragging .vb-place-card { pointer-events: none; }
.vb-place-card { flex: 0 0 min(76vw,310px); scroll-snap-align: start; overflow: hidden; border: 1px solid var(--ink); border-radius: 18px; background: var(--paper); }
.vb-place-card[hidden] { display: none; }
.vb-place-image-wrap { height: 315px; position: relative; overflow: hidden; }
.vb-place-image-link { width: 100%; height: 100%; display: block; }.vb-place-image-wrap img { width: 100%; height: 100%; object-fit: cover; transition: transform .45s ease; }.vb-place-card:hover img { transform: scale(1.025); }.vb-place-placeholder { width: 100%; height: 100%; display: grid; place-items: center; color: #fff; background: var(--blue); font-size: 32px; line-height: .8; font-weight: 900; }
.vb-number-badge { position: absolute; top: 12px; left: 12px; width: 42px; height: 42px; display: grid; place-items: center; border-radius: 50%; font-size: 12px; font-weight: 900; }.vb-number-badge.blue { color: #fff; background: var(--blue); }.vb-number-badge.orange { color: #fff; background: var(--orange); }.vb-number-badge.lime { background: var(--lime); }
.vb-save { position: absolute; top: 12px; right: 12px; width: 42px; height: 42px; padding: 0; border: 0; border-radius: 50%; background: #fff; color: var(--ink); font-size: 23px; }.vb-save.is-saved { color: var(--orange); }
.vb-place-body { padding: 16px; }.vb-place-area { margin: 0 0 5px; color: var(--blue); text-transform: uppercase; letter-spacing: 1.3px; font-size: 10px; font-weight: 850; }.vb-place-body h3 { margin: 0; color: var(--ink); font-size: 20px; letter-spacing: -.7px; font-weight: 800; }
.vb-place-meta { margin-top: 12px; padding-top: 12px; display: flex; justify-content: space-between; border-top: 1px solid var(--line); font-size: 11px; font-weight: 750; }.vb-place-note { margin: 7px 0 0; color: #66645e; font-size: 11px; }

.vb-map-section { background: var(--blue); color: #fff; }
.vb-map-copy { padding: 52px 20px 34px; }.vb-kicker.light { color: rgba(255,255,255,.66); }.vb-map-copy h2, .vb-social h2, .vb-transfer h2, .vb-newsletter h2 { margin: 12px 0 18px; color: inherit; font-size: 43px; line-height: .96; letter-spacing: -2.8px; font-weight: 850; }
.vb-map-copy > p:not(.vb-kicker), .vb-social-intro > p:not(.vb-kicker) { max-width: 470px; color: rgba(255,255,255,.72); font-size: 14px; line-height: 1.55; }.vb-button-map { margin-top: 10px; color: var(--ink) !important; border-color: var(--lime); background: var(--lime); }
.vb-map-canvas { height: 500px; position: relative; overflow: hidden; isolation: isolate; background: #e4dbc8; color: var(--ink); }.vb-map-canvas::before { content: ''; position: absolute; inset: 0; z-index: -4; opacity: .48; background-image: linear-gradient(30deg,transparent 46%,#bcb29f 47%,#bcb29f 50%,transparent 51%),linear-gradient(-25deg,transparent 47%,#c9bfac 48%,#c9bfac 51%,transparent 52%); background-size: 110px 90px,150px 110px; }
.vb-map-water { position: absolute; z-index: -3; width: 55%; height: 68%; right: -18%; bottom: -25%; padding-top: 44px; display: flex; align-items: flex-start; justify-content: center; border-radius: 52% 0 0 0; background: #a7cbff; color: rgba(23,70,211,.55); font-family: Georgia,serif; font-size: 13px; font-style: italic; transform: rotate(-8deg); }
.vb-road { position: absolute; z-index: -2; width: 125%; height: 9px; left: -10%; border: 2px solid #fff; border-left: 0; border-right: 0; opacity: .9; transform-origin: left center; }.vb-road.one { top: 33%; transform: rotate(13deg); }.vb-road.two { top: 62%; transform: rotate(-8deg); }.vb-road.three { top: 10%; left: 28%; transform: rotate(72deg); }
.vb-district { position: absolute; color: rgba(21,21,21,.38); letter-spacing: 2px; font-size: 10px; font-weight: 900; }.vb-district.one { top: 17%; left: 8%; }.vb-district.two { top: 50%; left: 42%; }.vb-district.three { top: 25%; right: 5%; }
.vb-map-pin { position: absolute; width: 40px; height: 40px; padding: 0; display: grid; place-items: center; border: 3px solid #fff; border-radius: 50% 50% 50% 5px; background: var(--orange); color: #fff; box-shadow: 0 5px 12px rgba(0,0,0,.2); font-weight: 900; transform: rotate(-45deg); transition: transform .18s ease; }.vb-map-pin span { transform: rotate(45deg); }.vb-map-pin.is-active { background: var(--ink); transform: rotate(-45deg) scale(1.18); }.vb-map-pin.pin-1 { top: 20%; left: 16%; }.vb-map-pin.pin-2 { top: 34%; left: 58%; }.vb-map-pin.pin-3 { top: 18%; right: 10%; }.vb-map-pin.pin-4 { top: 52%; left: 29%; }.vb-map-pin.pin-5 { top: 48%; right: 13%; }
.vb-map-card { min-height: 112px; padding: 9px; position: absolute; left: 14px; right: 14px; bottom: 14px; display: grid; grid-template-columns: 92px 1fr; gap: 12px; align-items: center; border-radius: 14px; background: #fffdf4; box-shadow: 0 14px 40px rgba(0,0,0,.2); }.vb-map-card img { width: 92px; height: 92px; object-fit: cover; border-radius: 9px; }.vb-map-card p { margin: 0 0 5px; color: var(--blue); text-transform: uppercase; letter-spacing: 1px; font-size: 9px; font-weight: 850; }.vb-map-card h3 { margin: 0 0 7px; color: var(--ink); font-size: 17px; letter-spacing: -.7px; }.vb-map-card span { color: #696760; font-size: 10px; }

.vb-events { padding: 58px 18px 72px; }.vb-events-heading { padding: 0 0 30px; }.vb-event-list { border-top: 1px solid var(--ink); }.vb-event-card { min-height: 132px; padding: 17px 0; display: grid; grid-template-columns: 48px 10px 1fr auto; gap: 11px; align-items: center; border-bottom: 1px solid var(--line); }.vb-event-card time { display: flex; flex-direction: column; align-items: center; line-height: .95; }.vb-event-card time strong { font-size: 28px; letter-spacing: -1.5px; }.vb-event-card time span { margin-top: 5px; font-size: 9px; font-weight: 850; letter-spacing: 1px; }.vb-event-dot { width: 9px; height: 50px; border-radius: 99px; }.vb-event-dot.blue { background: var(--blue); }.vb-event-dot.orange { background: var(--orange); }.vb-event-dot.lime { background: var(--lime); }.vb-event-info p { margin: 0 0 5px; color: var(--blue); text-transform: uppercase; letter-spacing: 1px; font-size: 9px; font-weight: 850; }.vb-event-info h3 { margin: 0 0 7px; color: var(--ink); font-size: 16px; letter-spacing: -.5px; }.vb-event-info span { color: #6c6a63; font-size: 10px; }.vb-event-price { display: flex; flex-direction: column; align-items: flex-end; gap: 16px; }.vb-event-price strong { font-size: 11px; }.vb-event-price button { width: 32px; height: 32px; padding: 0; border: 1px solid var(--ink); border-radius: 50%; background: transparent; }

.vb-event-price a { width: 32px; height: 32px; display: grid; place-items: center; border: 1px solid var(--ink); border-radius: 50%; }
.vb-social { padding: 56px 18px; background: var(--ink); color: #fff; }.vb-social-intro { padding-bottom: 34px; }.vb-social-handle { max-width: 370px; margin-top: 26px; padding: 14px 0; display: flex; justify-content: space-between; border-top: 1px solid rgba(255,255,255,.28); border-bottom: 1px solid rgba(255,255,255,.28); color: var(--lime) !important; font-size: 13px; font-weight: 800; }.vb-social-handle span { color: #fff; }.vb-social-grid { display: grid; grid-template-columns: 1.25fr 1fr; gap: 8px; }.vb-social-grid figure { min-height: 190px; margin: 0; position: relative; overflow: hidden; border-radius: 11px; }.vb-social-grid .tall { grid-row: span 2; }.vb-social-grid img { position: absolute; width: 100%; height: 100%; object-fit: cover; }.vb-social-grid figcaption { position: absolute; left: 8px; bottom: 8px; padding: 6px 8px; border-radius: 99px; background: rgba(0,0,0,.64); color: #fff; letter-spacing: .8px; font-size: 7px; font-weight: 800; }

.vb-transfer { padding: 52px 18px; position: relative; overflow: hidden; background: var(--orange); color: #fff; }.vb-transfer::after { content: 'BCN'; position: absolute; right: -22px; bottom: -50px; color: rgba(255,255,255,.09); font-size: 170px; line-height: 1; font-weight: 900; letter-spacing: -18px; }.vb-transfer-label { width: max-content; padding: 8px 11px; border: 1px solid #fff; border-radius: 99px; letter-spacing: 1px; font-size: 9px; font-weight: 850; }.vb-transfer-copy p { margin: 30px 0 0; text-transform: uppercase; letter-spacing: 1.4px; font-size: 10px; font-weight: 850; }.vb-transfer-action { position: relative; z-index: 1; }.vb-transfer-action > p { max-width: 330px; font-size: 14px; }.vb-transfer-button { margin: 12px 0; color: #fff !important; border-color: var(--ink); background: var(--ink); }.vb-transfer-action small { max-width: 320px; display: block; color: rgba(255,255,255,.68); font-size: 8px; line-height: 1.4; }

.vb-newsletter { padding: 70px 18px 66px; text-align: center; }.vb-newsletter .vb-kicker span { color: var(--blue); }.vb-newsletter h2 { color: var(--ink); font-size: 51px; }.vb-newsletter form { max-width: 600px; margin: 28px auto 0; padding-bottom: 8px; display: flex; border-bottom: 2px solid var(--ink); }.vb-newsletter input { min-width: 0; flex: 1; border: 0; outline: 0; background: transparent; color: var(--ink); font-size: 17px; }.vb-newsletter button { border: 0; background: transparent; color: var(--blue); font-size: 12px; font-weight: 850; }.vb-newsletter > p:last-child { color: #76736c; font-size: 10px; }
.vb-sr-only { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; border: 0; }

.vb-footer { padding: 42px 18px 92px; background: var(--blue); color: #fff; }.vb-footer .vb-brand strong { background: var(--lime); color: var(--ink); }.vb-footer > p { max-width: 290px; margin: 24px 0 32px; color: rgba(255,255,255,.72); font-family: Georgia,serif; font-size: 18px; line-height: 1.35; }.vb-footer-links { display: grid; grid-template-columns: repeat(2,1fr); border-top: 1px solid rgba(255,255,255,.25); }.vb-footer-links a { padding: 14px 0; border-bottom: 1px solid rgba(255,255,255,.25); font-size: 12px; font-weight: 800; }.vb-footer-bottom { margin-top: 34px; display: flex; flex-wrap: wrap; gap: 12px 22px; color: rgba(255,255,255,.6); font-size: 9px; }
.vb-mobile-nav { position: fixed; z-index: 40; left: 10px; right: 10px; bottom: 10px; height: 66px; display: grid; grid-template-columns: repeat(4,1fr); align-items: center; border: 1px solid rgba(255,255,255,.15); border-radius: 18px; background: rgba(18,18,18,.95); color: #fff; box-shadow: 0 12px 36px rgba(0,0,0,.24); backdrop-filter: blur(14px); }.vb-mobile-nav a { display: flex; flex-direction: column; align-items: center; gap: 4px; color: #aaa !important; font-size: 9px; font-weight: 750; }.vb-mobile-nav a span { font-size: 18px; line-height: 1; }.vb-mobile-nav a.is-selected { color: var(--lime) !important; }

/* Editorial subpages */
.vb-subpage-app { min-height: 100vh; background: var(--cream); }
.vb-subpage-header .vb-desktop-nav a.is-active { color: var(--blue); }
.vb-page-hero { min-height: 620px; padding: 118px 20px 66px; position: relative; overflow: hidden; display: flex; flex-direction: column; justify-content: flex-end; border-bottom: 1px solid var(--ink); }
.vb-page-hero-events { background: var(--lime); }
.vb-page-hero-stays { background: var(--blue); color: #fff; }
.vb-page-hero-stories { background: var(--ink); color: #fff; }
.vb-page-orbit { width: 130px; height: 130px; position: absolute; top: 34px; right: 20px; display: grid; place-items: center; border: 2px solid currentColor; border-radius: 50%; text-align: center; font-size: 13px; line-height: 1.05; font-weight: 900; letter-spacing: 2px; transform: rotate(8deg); }
.vb-page-hero-stays .vb-page-orbit { color: var(--ink); border: 0; background: var(--lime); }
.vb-page-hero-stories .vb-page-orbit { color: var(--ink); border: 0; background: var(--orange); }
.vb-page-hero h1 { max-width: 980px; margin: 16px 0 22px; color: inherit; font-size: clamp(58px,15vw,82px); line-height: .9; letter-spacing: -5px; font-weight: 900; }
.vb-page-hero h1 em, .vb-page-cta h2 em { font-family: Georgia,serif; font-weight: 400; }
.vb-page-deck { max-width: 620px; margin: 0; color: inherit; opacity: .76; font-size: 16px; line-height: 1.55; }
.vb-page-meta { margin-top: 34px; padding-top: 18px; display: flex; flex-wrap: wrap; gap: 12px 26px; border-top: 1px solid currentColor; font-size: 9px; font-weight: 900; letter-spacing: 1.7px; }
.vb-page-toolbar { padding: 20px 0 20px 18px; overflow: hidden; border-bottom: 1px solid var(--line); }
.vb-page-toolbar > span { display: block; margin-bottom: 12px; font-size: 11px; font-weight: 900; text-transform: uppercase; letter-spacing: 1px; }
.vb-page-toolbar > div { padding-right: 18px; display: flex; gap: 8px; overflow-x: auto; scrollbar-width: none; }
.vb-page-toolbar button { flex: 0 0 auto; padding: 10px 16px; border: 1px solid var(--ink); border-radius: 99px; background: transparent; color: var(--ink); font-size: 11px; font-weight: 800; }
.vb-page-toolbar button.is-active { color: #fff; border-color: var(--blue); background: var(--blue); }
.vb-inline-filters { margin: -12px 0 26px; padding-bottom: 4px; display: flex; gap: 8px; overflow-x: auto; scrollbar-width: none; }.vb-inline-filters::-webkit-scrollbar { display: none; }.vb-inline-filters button { flex: 0 0 auto; padding: 10px 15px; border: 1px solid var(--ink); border-radius: 99px; color: var(--ink); background: transparent; font-size: 10px; font-weight: 900; }.vb-inline-filters button.is-active { color: #fff; border-color: var(--blue); background: var(--blue); }
.vb-filter-card[hidden] { display: none !important; }.vb-section-filter-empty { margin: 18px 0 0; padding: 22px; border: 1px dashed var(--line); border-radius: 16px; color: #69665e; background: rgba(251,248,237,.54); font-size: 12px; }
.vb-page-section { padding: 68px 18px; }
.vb-page-section-heading { margin-bottom: 30px; display: flex; align-items: flex-end; justify-content: space-between; gap: 18px; }
.vb-page-section-heading h2 { max-width: 720px; margin: 12px 0 0; color: var(--ink); font-size: 42px; line-height: .94; letter-spacing: -2.7px; font-weight: 900; }
.vb-page-section-heading > a { flex: 0 0 auto; padding-bottom: 4px; border-bottom: 1px solid; font-size: 11px; font-weight: 900; }
.vb-empty-panel { padding: 28px; display: grid; gap: 26px; border: 1px solid var(--ink); border-radius: 22px; background: var(--paper); }
.vb-empty-panel > div > span { color: var(--blue); font-size: 9px; font-weight: 900; letter-spacing: 1.7px; }
.vb-empty-panel h3 { max-width: 720px; margin: 14px 0 12px; font-size: 34px; line-height: .96; letter-spacing: -1.8px; }
.vb-empty-panel p { max-width: 620px; margin: 0; color: #67645d; font-size: 14px; line-height: 1.55; }
.vb-empty-steps { padding-top: 18px; display: grid; grid-template-columns: repeat(2,1fr); gap: 12px; border-top: 1px solid var(--line); }
.vb-empty-steps span { color: var(--ink) !important; }
.vb-inline-button { width: max-content; padding: 13px 18px; border-radius: 99px; color: #fff !important; background: var(--ink); font-size: 11px; font-weight: 900; }
.vb-live-grid, .vb-stay-grid, .vb-story-grid { display: grid; gap: 14px; }
.vb-live-card { min-height: 150px; padding: 18px; display: grid; grid-template-columns: 62px 1fr 34px; gap: 15px; align-items: center; border: 1px solid var(--ink); border-radius: 18px; background: var(--paper); }
.vb-live-date { display: flex; flex-direction: column; align-items: center; }.vb-live-date strong { font-size: 34px; line-height: 1; }.vb-live-date span, .vb-live-card p { margin: 5px 0 0; color: var(--blue); font-size: 9px; font-weight: 900; text-transform: uppercase; letter-spacing: 1px; }
.vb-live-card h3 { margin: 6px 0; font-size: 19px; letter-spacing: -.6px; }.vb-live-excerpt { color: #69665e; font-size: 11px; }.vb-live-details { margin-top: 9px; display: block; color: var(--ink); font-size: 9px; font-weight: 900; letter-spacing: .5px; text-transform: uppercase; }.vb-live-card > a { width: 34px; height: 34px; display: grid; place-items: center; border: 1px solid; border-radius: 50%; }
.vb-area-grid { display: grid; gap: 14px; }.vb-area-card { min-height: 440px; position: relative; overflow: hidden; border-radius: 20px; background: var(--ink); color: #fff; }.vb-area-card::after { content: ''; position: absolute; inset: 30% 0 0; background: linear-gradient(transparent,rgba(0,0,0,.85)); }.vb-area-card img { width: 100%; height: 100%; position: absolute; object-fit: cover; }.vb-area-card .vb-number-badge { z-index: 2; }.vb-area-card > div { position: absolute; z-index: 2; left: 20px; right: 20px; bottom: 22px; }.vb-area-card p { margin: 0 0 7px; font-size: 10px; font-weight: 800; text-transform: uppercase; letter-spacing: 1px; }.vb-area-card h3 { margin: 0; color: #fff; font-size: 38px; letter-spacing: -2px; }
.vb-stay-list-section { background: #ebe5d6; }.vb-stay-card { overflow: hidden; border: 1px solid var(--ink); border-radius: 18px; background: var(--paper); }.vb-stay-card > a, .vb-stay-card > a img, .vb-stay-placeholder { height: 300px; display: block; width: 100%; object-fit: cover; }.vb-stay-placeholder { display: grid; place-items: center; color: #fff; background: var(--blue); font-weight: 900; }.vb-stay-card > div { padding: 18px; }.vb-stay-card p { margin: 0 0 6px; color: var(--blue); font-size: 9px; font-weight: 900; text-transform: uppercase; letter-spacing: 1px; }.vb-stay-card h3 { margin: 0; font-size: 22px; }.vb-stay-card span { margin-top: 12px; display: block; color: #6b685f; font-size: 11px; }
.vb-channel-grid { display: grid; gap: 12px; }.vb-channel-card { min-height: 270px; padding: 24px; display: flex; flex-direction: column; border: 1px solid var(--ink); border-radius: 20px; }.vb-channel-card.blue { color: #fff; background: var(--blue); }.vb-channel-card.orange { color: #fff; background: var(--orange); }.vb-channel-card.lime { background: var(--lime); }.vb-channel-card > span { font-size: 11px; font-weight: 900; letter-spacing: 1px; }.vb-channel-card h3 { margin: auto 0 12px; color: inherit; font-size: 34px; line-height: .96; letter-spacing: -1.7px; }.vb-channel-card p { margin: 0 0 22px; max-width: 330px; opacity: .75; font-size: 12px; }.vb-channel-card a { width: max-content; padding-bottom: 3px; border-bottom: 1px solid; font-size: 11px; font-weight: 900; }
.vb-latest-stories { background: #ebe5d6; }.vb-story-card { overflow: hidden; border: 1px solid var(--ink); border-radius: 18px; background: var(--paper); }.vb-story-image { height: 280px; display: grid; place-items: center; color: #fff !important; background: var(--blue); font-size: 18px; font-weight: 900; }.vb-story-image img { width: 100%; height: 100%; object-fit: cover; }.vb-story-card > div { padding: 18px; }.vb-story-card p { margin: 0 0 8px; color: var(--blue); font-size: 9px; font-weight: 900; letter-spacing: 1px; text-transform: uppercase; }.vb-story-card h3 { margin: 0 0 12px; font-size: 24px; letter-spacing: -1px; }.vb-story-card > div > div { color: #69665e; font-size: 12px; line-height: 1.5; }.vb-story-card > div > a { margin-top: 18px; display: block; font-size: 11px; font-weight: 900; }
.vb-page-cta { min-height: 410px; padding: 58px 20px; display: flex; flex-direction: column; justify-content: center; }.vb-page-cta-blue { color: #fff; background: var(--blue); }.vb-page-cta-orange { color: #fff; background: var(--orange); }.vb-page-cta-lime { background: var(--lime); }.vb-page-cta > p { margin: 0; font-size: 10px; font-weight: 900; text-transform: uppercase; letter-spacing: 1.7px; }.vb-page-cta h2 { margin: 14px 0 30px; color: inherit; font-size: 52px; line-height: .92; letter-spacing: -3.3px; }.vb-page-cta > a { width: max-content; padding: 14px 18px; border: 1px solid currentColor; border-radius: 99px; font-size: 11px; font-weight: 900; }
.vb-subpage-footer { padding-bottom: 45px; }

@media (min-width: 780px) {
  .vb-header { height: 78px; padding: 0 40px; }.vb-desktop-nav { display: flex; gap: 28px; font-size: 13px; font-weight: 750; }.vb-desktop-nav a:hover { color: var(--blue); }.vb-menu-sheet { display: none !important; }
  .vb-hero { min-height: 720px; margin: 0 22px; border-radius: 0 0 28px 28px; }.vb-hero-copy { left: 58px; bottom: 58px; }.vb-hero h1 { font-size: 88px; letter-spacing: -6px; }.vb-sticker { width: 94px; height: 94px; top: 38px; right: 42px; }
  .vb-quick-strip { padding: 28px 40px; display: flex; align-items: center; gap: 28px; }.vb-quick-strip > p { margin: 0; }
  .vb-section-heading { padding: 0 40px 30px; }.vb-section-heading h2 { font-size: 64px; letter-spacing: -4px; }.vb-place-row { gap: 20px; padding: 0 40px 30px; scroll-padding-inline: 40px; }.vb-place-card { flex-basis: min(31vw,390px); }.vb-place-image-wrap { height: 420px; }
  .vb-map-section { min-height: 760px; display: grid; grid-template-columns: .85fr 1.15fr; }.vb-map-copy { padding: 90px 8vw 80px 5vw; display: flex; flex-direction: column; justify-content: center; }.vb-map-copy h2, .vb-social h2, .vb-transfer h2 { font-size: 61px; letter-spacing: -4px; }.vb-map-canvas { height: 100%; min-height: 760px; }.vb-map-card { width: 380px; left: 28px; right: auto; bottom: 28px; }
  .vb-events { padding: 92px 6vw 110px; }.vb-events-heading { padding: 0 0 30px; }.vb-event-card { min-height: 152px; grid-template-columns: 70px 12px 1fr auto; gap: 25px; }.vb-event-card time strong { font-size: 40px; }.vb-event-info h3 { font-size: 24px; }.vb-event-info span { font-size: 12px; }.vb-event-dot { height: 70px; }
  .vb-social { padding: 90px 5vw; display: grid; grid-template-columns: .75fr 1.25fr; gap: 7vw; align-items: center; }.vb-social-grid { gap: 12px; }.vb-social-grid figure { min-height: 270px; }
  .vb-transfer { min-height: 430px; padding: 72px 5vw; display: grid; grid-template-columns: .55fr 1fr .75fr; gap: 5vw; align-items: center; }.vb-transfer-copy p { margin-top: 0; }.vb-transfer-action > p { font-size: 16px; }.vb-transfer::after { right: -35px; bottom: -135px; font-size: 360px; }
  .vb-newsletter { padding: 110px 20px; }.vb-newsletter h2 { font-size: 76px; letter-spacing: -5px; }
  .vb-footer { padding: 70px 5vw 36px; display: grid; grid-template-columns: 1fr 1fr; gap: 20px 8vw; }.vb-footer-links { grid-column: 2; grid-row: 1 / span 2; }.vb-footer-bottom { grid-column: 1 / -1; justify-content: space-between; padding-top: 25px; border-top: 1px solid rgba(255,255,255,.25); }.vb-mobile-nav { display: none; }
}

@media (min-width: 780px) {
  .vb-page-hero { min-height: 720px; padding: 150px 6vw 82px; }.vb-page-hero h1 { font-size: clamp(88px,9vw,132px); letter-spacing: -8px; }.vb-page-deck { font-size: 18px; }.vb-page-orbit { width: 180px; height: 180px; top: 62px; right: 6vw; font-size: 16px; }
  .vb-page-toolbar { padding: 25px 6vw; display: flex; align-items: center; gap: 34px; }.vb-page-toolbar > span { margin: 0; }.vb-page-toolbar > div { padding: 0; }
  .vb-page-section { padding: 100px 6vw; }.vb-page-section-heading { margin-bottom: 45px; }.vb-page-section-heading h2 { font-size: 68px; letter-spacing: -4px; }
  .vb-empty-panel { min-height: 340px; padding: 48px; grid-template-columns: 1.4fr .6fr; align-items: end; }.vb-empty-panel h3 { font-size: 52px; }.vb-empty-steps { grid-template-columns: 1fr; border-top: 0; border-left: 1px solid var(--line); padding: 0 0 0 34px; }
  .vb-live-grid { grid-template-columns: repeat(2,1fr); }.vb-live-card { min-height: 180px; padding: 24px; }.vb-live-card h3 { font-size: 25px; }
  .vb-area-grid, .vb-channel-grid { grid-template-columns: repeat(3,1fr); }.vb-area-card { min-height: 590px; }.vb-area-card h3 { font-size: 52px; }.vb-channel-card { min-height: 390px; padding: 32px; }.vb-channel-card h3 { font-size: 45px; }
  .vb-stay-grid, .vb-story-grid { grid-template-columns: repeat(3,1fr); }.vb-stay-card > a, .vb-stay-card > a img, .vb-stay-placeholder { height: 390px; }.vb-story-image { height: 360px; }
  .vb-page-cta { min-height: 520px; padding: 80px 6vw; }.vb-page-cta h2 { font-size: 82px; letter-spacing: -5px; }
}

@media (prefers-reduced-motion: reduce) {
  #vibebcn-app { scroll-behavior: auto; }
  .vb-place-image-wrap img { transition: none; }
}

/* Interactive Vibe Map */
.vb-subpage-mobile-nav { grid-template-columns: repeat(5,1fr); }
.vb-map-page { height: 100svh; overflow: hidden !important; background: #11141c !important; }
.vb-map-page .vb-subpage-header { height: 68px; }
.vb-real-map-shell { height: calc(100svh - 68px); min-height: 540px; position: relative; background: #11141c; }
.vb-map-sidebar { display: none; }
.vb-map-stage { height: 100%; position: relative; overflow: hidden; background: #182037; }
.vb-real-map { width: 100%; height: 100%; z-index: 1; background: radial-gradient(circle at 55% 45%,#27324a,#10131b 68%); }
.vb-real-map .gm-style iframe + div { border: 0 !important; }
.vb-map-mobile-filters { position: absolute; z-index: 8; top: 12px; left: 10px; right: 10px; padding: 6px; display: flex; gap: 6px; overflow-x: auto; border: 1px solid rgba(255,255,255,.12); border-radius: 16px; background: rgba(17,20,28,.92); box-shadow: 0 8px 28px rgba(0,0,0,.25); backdrop-filter: blur(16px); scrollbar-width: none; }
.vb-map-mobile-filters::-webkit-scrollbar { display: none; }
.vb-real-map-filters button, .vb-map-mobile-filters button { flex: 0 0 auto; padding: 10px 13px; border: 0; border-radius: 11px; color: #a9adba; background: transparent; font-size: 10px; font-weight: 900; letter-spacing: .4px; text-transform: uppercase; }
.vb-real-map-filters button.is-active, .vb-map-mobile-filters button.is-active { color: #111; background: var(--lime); }
.vb-map-locate { position: absolute; z-index: 8; top: 76px; right: 12px; height: 42px; padding: 0 14px; display: inline-flex; align-items: center; gap: 6px; border: 1px solid rgba(255,255,255,.2); border-radius: 99px; color: #fff; background: rgba(17,20,28,.94); box-shadow: 0 8px 22px rgba(0,0,0,.25); font-size: 11px; font-weight: 900; }
.vb-map-locate.is-loading { opacity: .72; }
.vb-map-provider { position: absolute; z-index: 7; right: 12px; bottom: 310px; padding: 7px 10px; border-radius: 99px; color: #d8d9df; background: rgba(17,20,28,.84); font-size: 8px; font-weight: 800; letter-spacing: .5px; text-transform: uppercase; pointer-events: none; }
.vb-map-detail-card { min-height: 205px; position: absolute; z-index: 8; left: 10px; right: 10px; bottom: 88px; padding: 22px 10px 10px; display: grid; grid-template-columns: 92px minmax(0,1fr); gap: 10px 12px; align-items: center; border: 1px solid rgba(21,21,21,.9); border-radius: 22px; color: var(--ink); background: rgba(251,248,237,.98); box-shadow: 0 16px 42px rgba(0,0,0,.34); backdrop-filter: blur(18px); }
.vb-map-sheet-handle { width: 48px; height: 5px; position: absolute; top: 8px; left: 50%; border-radius: 99px; background: #b6b5ae; transform: translateX(-50%); }
.vb-map-detail-image { width: 92px; height: 122px; position: relative; overflow: hidden; border-radius: 12px; background: #11141c; }
.vb-map-detail-image img, .vb-map-detail-image video { width: 100%; height: 100%; display: block; object-fit: cover; }
.vb-map-media-badge { position: absolute; left: 7px; bottom: 7px; padding: 4px 6px; border-radius: 99px; color: #fff; background: rgba(0,0,0,.68); font-size: 7px; font-style: normal; font-weight: 900; letter-spacing: .7px; pointer-events: none; }
.vb-map-detail-image.is-placeholder { display: grid; place-items: center; color: #fff; background: var(--orange); font-size: 18px; line-height: .84; letter-spacing: -1px; font-weight: 900; transform: none; }
.vb-map-detail-image.is-placeholder.blue { background: var(--blue); }.vb-map-detail-image.is-placeholder.lime { color: var(--ink); background: var(--lime); }
.vb-map-detail-copy { min-width: 0; }.vb-map-detail-copy p { margin: 0 0 5px; color: var(--blue); font-size: 8px; font-weight: 900; letter-spacing: .8px; text-transform: uppercase; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }.vb-map-detail-copy h2 { margin: 0 0 7px; color: var(--ink); font-size: 20px; line-height: 1; letter-spacing: -1px; }.vb-map-detail-copy > span { max-height: 34px; display: -webkit-box; overflow: hidden; color: #65645e; font-size: 10px; line-height: 1.4; -webkit-line-clamp: 2; -webkit-box-orient: vertical; }.vb-map-detail-rating { width: max-content; max-width: 100%; margin-top: 8px; padding: 5px 8px; display: block; overflow: hidden; border-radius: 99px; color: #5f4600; background: #ffe98a; font-size: 8px; line-height: 1; font-weight: 900; letter-spacing: .2px; white-space: nowrap; text-overflow: ellipsis; }.vb-map-detail-rating[hidden] { display: none; }.vb-map-detail-copy small { margin-top: 9px; display: block; color: var(--ink); font-size: 8px; font-weight: 900; letter-spacing: .8px; }
.vb-map-detail-open, .vb-map-detail-number { width: 31px; height: 31px; display: grid; place-items: center; align-self: start; border: 1px solid var(--ink); border-radius: 50%; font-size: 12px; font-style: normal; font-weight: 900; }
.vb-map-detail-number { border: 0; color: #76736c; }
.vb-map-detail-actions { grid-column: 1 / -1; display: grid; grid-template-columns: 1fr 1fr; gap: 8px; }
.vb-map-detail-actions a { min-height: 42px; width: auto; height: auto; display: grid; place-items: center; border: 2px solid var(--blue); border-radius: 99px; color: var(--blue); background: transparent; font-size: 11px; font-weight: 900; text-decoration: none; }
.vb-map-detail-actions .vb-map-detail-navigate { color: #fff; background: var(--blue); }
.vb-map-detail-actions .vb-map-detail-open { align-self: stretch; }
.vb-map-empty { margin: 12px 0 0; padding: 18px; border: 1px dashed rgba(255,255,255,.2); border-radius: 14px; color: #9da1ad; font-size: 11px; line-height: 1.5; }
.vb-leaflet-marker-wrap { background: transparent !important; border: 0 !important; }
.vb-leaflet-marker { width: 44px; height: 44px; display: grid; place-items: center; border: 3px solid #151515; border-radius: 50% 50% 50% 8px; color: #fff; background: var(--orange); box-shadow: 0 8px 18px rgba(0,0,0,.32); font-size: 12px; font-weight: 900; transform: rotate(-45deg); }
.vb-leaflet-marker b { font-style: normal; transform: rotate(45deg); }.vb-leaflet-marker.blue { background: var(--blue); }.vb-leaflet-marker.lime { color: var(--ink); background: var(--lime); }
.vb-leaflet-marker { text-indent: 0; }.vb-leaflet-marker-wrap .vb-leaflet-marker { line-height: 1; }
.vb-real-map .leaflet-control-attribution { font-size: 8px; }.vb-real-map .leaflet-control-zoom { margin-top: 66px; border: 0; box-shadow: 0 5px 20px rgba(0,0,0,.22); }.vb-real-map .leaflet-control-zoom a { color: #fff; background: #11141c; border-color: rgba(255,255,255,.12); }

@media (min-width: 780px) {
  .vb-map-page .vb-subpage-header { height: 78px; }
  .vb-real-map-shell { height: calc(100svh - 78px); min-height: 610px; display: grid; grid-template-columns: 360px minmax(0,1fr); }
  .vb-map-sidebar { min-height: 0; padding: 38px 22px 20px; display: flex; flex-direction: column; color: #fff; background: #11141c; border-right: 1px solid rgba(255,255,255,.12); }
  .vb-map-sidebar-intro h1 { margin: 13px 0 20px; color: #fff; font-size: 48px; line-height: .92; letter-spacing: -3px; }.vb-map-sidebar-intro h1 em { font-family: Georgia,serif; font-weight: 400; }.vb-map-sidebar-intro > p:last-child { margin: 0; color: #9da1ad; font-size: 12px; line-height: 1.55; }
  .vb-real-map-filters { margin: 26px 0 16px; display: flex; flex-wrap: wrap; gap: 6px; }.vb-real-map-filters button { padding: 9px 11px; border: 1px solid rgba(255,255,255,.14); }
  .vb-map-place-list { min-height: 0; overflow-y: auto; border-top: 1px solid rgba(255,255,255,.14); scrollbar-width: thin; }
  .vb-map-list-item { width: 100%; min-height: 72px; padding: 11px 4px; display: grid; grid-template-columns: 11px 1fr 22px; gap: 11px; align-items: center; border: 0; border-bottom: 1px solid rgba(255,255,255,.12); color: #fff; background: transparent; text-align: left; }.vb-map-list-item:hover,.vb-map-list-item.is-active { background: rgba(255,255,255,.06); }.vb-map-list-dot { width: 8px; height: 38px; border-radius: 99px; background: var(--orange); }.vb-map-list-dot.blue { background: var(--blue); }.vb-map-list-dot.lime { background: var(--lime); }.vb-map-list-item small,.vb-map-list-item strong { display: block; }.vb-map-list-item small { margin-bottom: 5px; color: #858b9a; font-size: 8px; font-weight: 900; letter-spacing: .8px; text-transform: uppercase; }.vb-map-list-item strong { font-size: 13px; }.vb-map-list-item b { font-size: 11px; }
  .vb-map-mobile-filters { display: none; }
  .vb-map-locate { top: 18px; right: 18px; }
  .vb-map-provider { right: 22px; bottom: 22px; }
  .vb-map-detail-card { width: min(520px,calc(100% - 150px)); min-height: 218px; left: 22px; right: auto; bottom: 22px; grid-template-columns: 104px minmax(0,1fr); }.vb-map-detail-image { width: 104px; height: 134px; }.vb-map-detail-copy h2 { font-size: 25px; }.vb-map-detail-copy > span { font-size: 11px; }
  .vb-real-map .leaflet-control-zoom { margin-top: 16px; }
}

/* Live map preview on the homepage */
.vb-home-live-map::before { display: none; }
.vb-home-live-map > .vb-real-map { position: absolute; inset: 0; }
.vb-home-live-map .vb-home-map-provider { top: 12px; right: 12px; bottom: auto; }
.vb-home-live-map .vb-home-map-card { min-height: 140px; left: 12px; right: 12px; bottom: 12px; padding: 8px; grid-template-columns: 92px minmax(0,1fr) 32px; }
@media (min-width:780px) { .vb-home-live-map .vb-home-map-card { width:380px; min-height:140px; left:28px; right:auto; bottom:28px; grid-template-columns:92px minmax(0,1fr) 32px; } }

/* Full Place / Event / Stay profile */
.vibebcn-profile-page { margin: 0; overflow-x: hidden; background: var(--paper,#fbf8ed); }
.vb-profile-shell { min-height: 100svh; background: var(--paper); }
.vb-profile-app { min-height: calc(100svh - 68px); position: relative; color: var(--ink); background: var(--paper); }
.vb-profile-back { width: 52px; height: 52px; position: absolute; z-index: 20; top: 18px; left: 18px; display: grid; place-items: center; border-radius: 50%; color: var(--blue); background: rgba(251,248,237,.94); box-shadow: 0 8px 28px rgba(0,0,0,.2); font-size: 30px; font-weight: 900; line-height: 1; text-decoration: none; transform: rotate(90deg); }
.vb-profile-hero-route { min-height: 46px; padding: 0 17px; position: absolute; z-index: 20; top: 20px; right: 18px; display: inline-flex; align-items: center; justify-content: center; border: 1px solid rgba(255,255,255,.42); border-radius: 99px; color: #fff !important; background: rgba(17,17,17,.68); box-shadow: 0 8px 28px rgba(0,0,0,.2); font-size: 11px; font-weight: 900; letter-spacing: .3px; text-decoration: none; backdrop-filter: blur(12px); }
.vb-profile-hero-route:hover { color: var(--ink) !important; border-color: var(--lime); background: var(--lime); }
.vb-profile-hero { min-height: 68svh; position: relative; overflow: hidden; color: #fff; background: #171717; }
.vb-profile-hero > img,.vb-profile-hero > video,.vb-profile-placeholder { width: 100%; height: 68svh; display: block; object-fit: cover; }
.vb-profile-hero.vb-media-fit-contain > video { object-fit: contain; }
.vb-profile-hero.vb-media-fit-cover > video { object-fit: cover; }
.vb-profile-placeholder { display: grid; place-items: center; color: #fff; background: var(--blue); font-size: 76px; line-height: .78; letter-spacing: -7px; font-weight: 950; }
.vb-profile-gradient { position: absolute; inset: 50% 0 0; background: linear-gradient(transparent,rgba(23,70,211,.78) 62%,var(--blue)); pointer-events: none; }
.vb-profile-title { position: absolute; z-index: 2; left: 22px; right: 22px; bottom: 28px; pointer-events: none; }.vb-profile-title p { margin: 0 0 7px; color: var(--lime); font-size: 9px; font-weight: 900; letter-spacing: 1.4px; text-transform: uppercase; }.vb-profile-title h1 { max-width: 20ch; margin: 0 0 9px; display: -webkit-box; overflow: hidden; color: #fff; font-size: clamp(30px,8vw,44px); line-height: .96; letter-spacing: -1.8px; text-wrap: balance; text-shadow: 0 2px 20px rgba(0,0,0,.24); -webkit-box-orient: vertical; -webkit-line-clamp: 2; }.vb-profile-title span { display: block; overflow: hidden; color: rgba(255,255,255,.82); font-size: 12px; white-space: nowrap; text-overflow: ellipsis; }
.vb-profile-content { margin-top: -18px; padding: 30px 20px 70px; position: relative; z-index: 3; border-radius: 24px 24px 0 0; background: var(--paper); }
.vb-profile-actions { display: grid; grid-template-columns: 1fr; gap: 9px; margin-bottom: 34px; }.vb-profile-actions a { min-height: 48px; padding: 0 18px; display: grid; place-items: center; border: 2px solid var(--blue); border-radius: 99px; color: var(--blue); font-size: 12px; font-weight: 900; text-align: center; text-decoration: none; white-space: nowrap; }.vb-profile-actions a.is-primary { color: #fff !important; background: var(--blue); }.vb-profile-google-rating { min-height: 42px; width: max-content; max-width: 100%; padding: 0 16px; display: inline-flex; align-items: center; border-radius: 99px; color: #5f4600; background: #ffe98a; font-size: 11px; font-weight: 900; white-space: nowrap; }
.vb-profile-credit { min-height: 48px; display: grid; place-items: center; padding: 0 18px; border: 1px solid #d8d4c8; border-radius: 99px; color: #66645d; font-size: 12px; font-weight: 800; text-align: center; }
.vb-profile-section { padding: 30px 0; border-top: 1px solid #d8d4c8; }.vb-profile-section h2 { margin: 12px 0 20px; font-size: 34px; line-height: .96; letter-spacing: -2px; }.vb-profile-hours,.vb-profile-body { color: #55544f; font-size: 15px; line-height: 1.75; }.vb-profile-body p:first-child { margin-top: 0; }.vb-profile-body > figure.wp-block-video:first-child { display: none; }.vb-profile-map-link { min-height: 52px; display: grid; place-items: center; margin-top: 18px; border-radius: 99px; color: var(--ink); background: var(--lime); font-size: 12px; font-weight: 900; text-decoration: none; }
@media (min-width:780px) {
  .vb-profile-app { min-height:calc(100svh - 78px); max-width:1500px; margin:0 auto; display:grid; grid-template-columns:minmax(390px,min(48vw,680px)) minmax(0,1fr); align-items:start; }
  .vb-profile-hero { height:calc(100svh - 78px); min-height:600px; max-height:900px; position:sticky; top:0; }
  .vb-profile-hero > img,.vb-profile-hero > video,.vb-profile-placeholder { height:100%; }
  .vb-profile-hero.vb-media-size-compact { height:min(72svh,680px); min-height:520px; margin:30px 0 30px 30px; border-radius:24px; }
  .vb-profile-hero.vb-media-size-immersive { height:calc(100svh - 78px); max-height:none; }
  .vb-profile-content { width:100%; max-width:760px; margin:0; padding:72px clamp(42px,6vw,92px) 100px; border-radius:0; }
  .vb-profile-actions { grid-template-columns:max-content minmax(0,1fr); align-items:stretch; }
  .vb-profile-actions a.is-primary { min-width:150px; color:#fff !important; border-color:var(--ink); background:var(--ink); }
  .vb-profile-actions a.is-primary:hover { color:var(--ink) !important; border-color:var(--lime); background:var(--lime); }
  .vb-profile-google-rating { grid-column:1 / -1; }
  .vb-profile-title { left:clamp(28px,4vw,52px); right:clamp(28px,4vw,52px); bottom:clamp(26px,3vw,38px); }
  .vb-profile-title h1 { max-width:18ch; font-size:clamp(32px,3vw,46px); }
}
.vb-home-live-map .leaflet-control-zoom { margin-top: 12px; }
@media (min-width: 780px) {
  .vb-home-live-map .vb-home-map-provider { top: 18px; right: 18px; bottom: auto; }
  .vb-home-live-map .vb-home-map-card { width: min(520px,calc(100% - 44px)); left: 22px; right: auto; bottom: 22px; }
}
