:root {
  --cpv-navy: #061a3a;
  --cpv-red: #ef233c;
  --cpv-blue: #0866e8;
  --cpv-cream: #fbfaf7;
  --cpv-ink: #07142d;
  --cpv-muted: #687083;
  --cpv-line: #dde1e7;
  --cpv-white: #fff;
  --cpv-green: #159c58;
  --cpv-yellow: #f5ad16;
  --cpv-purple: #a847d7;
  --cpv-cyan: #08aeb0;
  --cpv-radius: 18px;
  --cpv-shadow: 0 15px 45px rgba(6, 26, 58, .11);
  --cpv-container: 1280px;
  --cpv-serif: "Fraunces", Georgia, serif;
  --cpv-sans: "DM Sans", Arial, sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--cpv-ink); background: var(--cpv-cream); font-family: var(--cpv-sans); font-size: 16px; line-height: 1.55; -webkit-font-smoothing: antialiased; }
body.menu-open { overflow: hidden; }
img { display: block; max-width: 100%; height: auto; }
a { color: inherit; text-decoration: none; }
button, input, select, textarea { font: inherit; color: inherit; }
button { cursor: pointer; }
h1, h2, h3, p { margin-top: 0; }
h1, h2, h3 { line-height: 1.08; }
.cpv-container { width: min(calc(100% - 48px), var(--cpv-container)); margin-inline: auto; }
.cpv-main { min-height: 60vh; overflow: hidden; }
.screen-reader-text { position: absolute!important; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; border: 0; }
.screen-reader-text:focus, .skip-link:focus { clip: auto!important; width: auto; height: auto; padding: 12px 18px; margin: 0; top: 8px; left: 8px; z-index: 99999; background: #fff; color: #000; }
.cpv-icon { width: 22px; height: 22px; flex: 0 0 auto; }

/* Header */
.cpv-site-header { position: relative; z-index: 1000; height: 74px; background: rgba(251,250,247,.97); border-bottom: 1px solid rgba(6,26,58,.09); backdrop-filter: blur(15px); }
.cpv-site-header__inner { height: 100%; display: grid; grid-template-columns: 225px minmax(0,1fr) auto; align-items: center; gap: 24px; }
.cpv-brand a { font-family: var(--cpv-serif); font-size: 25px; font-weight: 700; letter-spacing: -.03em; white-space: nowrap; }
.cpv-brand img { max-height: 48px; width: auto; }
.cpv-primary-nav { min-width: 0; }
.cpv-menu { display: flex; justify-content: center; align-items: center; gap: clamp(20px,2.1vw,34px); margin: 0; padding: 0; list-style: none; }
.cpv-menu > li { margin: 0; padding: 0; list-style: none; }
.cpv-menu .sub-menu { display: none!important; }
.cpv-menu a { position: relative; font-size: 14px; font-weight: 700; }
.cpv-menu a::after { content: ""; position: absolute; left: 0; right: 100%; bottom: -9px; height: 2px; background: var(--cpv-red); transition: right .25s ease; }
.cpv-menu a:hover::after, .cpv-menu .current-menu-item a::after { right: 0; }
.cpv-header-actions { display: flex; align-items: center; gap: 16px; }
.cpv-button { min-height: 46px; display: inline-flex; align-items: center; justify-content: center; gap: 8px; padding: 0 22px; border: 1px solid transparent; border-radius: 10px; font-size: 14px; font-weight: 700; transition: transform .2s ease, box-shadow .2s ease, background .2s ease; }
.cpv-button:hover { transform: translateY(-2px); box-shadow: 0 10px 24px rgba(6,26,58,.13); }
.cpv-button--navy { color: #fff; background: var(--cpv-navy); }
.cpv-button--red { color: #fff; background: linear-gradient(135deg, #f0273e, #ea172f); box-shadow: 0 8px 18px rgba(239,35,60,.18); }
.cpv-button--outline { color: var(--cpv-ink); background: #fff; border-color: var(--cpv-line); }
.cpv-menu-toggle { width: 42px; height: 42px; padding: 0; display: grid; place-items: center; border: 0; border-radius: 9px; background: transparent; }

/* Hero */
.cpv-hero { position: relative; display: grid; grid-template-columns: minmax(390px, 41.5%) minmax(0, 58.5%); min-height: 700px; background: #fff; }
.cpv-hero__story { position: relative; z-index: 2; padding: 50px max(32px, calc((100vw - var(--cpv-container))/2)) 128px; padding-right: 44px; background: radial-gradient(circle at 70% 20%, #fff 0, rgba(255,255,255,0) 42%), linear-gradient(180deg, #fff, #fbfaf7); }
.cpv-hero__story h1 { margin: 10px 0 24px; font: 700 clamp(48px, 4.5vw, 68px)/.98 var(--cpv-serif); letter-spacing: -.055em; }
.cpv-squiggle { display: block; width: 94px; height: 18px; background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='94' height='18' viewBox='0 0 94 18'%3E%3Cpath d='M2 12c7 0 7-8 14-8s7 8 14 8 7-8 14-8 7 8 14 8 7-8 14-8 7 8 20 8' fill='none' stroke='%23ef233c' stroke-width='2'/%3E%3C/svg%3E") center/contain no-repeat; }
.cpv-hero__image { display: block; height: 280px; border-radius: 10px; overflow: hidden; margin-bottom: 18px; box-shadow: 0 14px 35px rgba(6,26,58,.08); }
.cpv-hero__image img { width: 100%; height: 100%; object-fit: cover; }
.cpv-hero__fallback { height: 100%; display: grid; place-items: center; background: linear-gradient(135deg, #f7d0c6, #1a496a); color: #fff; }
.cpv-hero__fallback .cpv-icon { width: 84px; height: 84px; }
.cpv-hero__empty { display: grid; align-content: center; justify-items: center; gap: 12px; padding: 30px; color: #fff; text-align: center; background: radial-gradient(circle at 76% 15%, rgba(255,255,255,.3), transparent 25%), linear-gradient(135deg, #ef6b57, #163f68 68%, #061a3a); }
.cpv-hero__empty .cpv-icon { width: 64px; height: 64px; }
.cpv-hero__empty strong { max-width: 230px; font: 700 22px/1.1 var(--cpv-serif); }
.cpv-kicker { display: inline-block; margin-bottom: 9px; color: var(--cpv-blue); font-size: 11px; line-height: 1; font-weight: 800; letter-spacing: .045em; text-transform: uppercase; }
.cpv-kicker--music { color: #0875e7; }
.cpv-kicker--arts { color: #a847d7; }
.cpv-kicker--cinema { color: #ed3767; }
.cpv-kicker--food { color: #ed6200; }
.cpv-kicker--outdoor { color: #149f58; }
.cpv-kicker--family { color: #e79c00; }
.cpv-hero__story h2 { margin: 2px 0 8px; font: 700 clamp(25px, 2.1vw, 34px)/1.05 var(--cpv-serif); letter-spacing: -.035em; }
.cpv-hero__story > p { max-width: 510px; color: #374052; }
.cpv-hero__meta { display: flex; flex-wrap: wrap; align-items: center; gap: 12px; color: #4f5665; font-size: 14px; }
.cpv-hero__meta span { display: inline-flex; align-items: center; gap: 6px; }
.cpv-hero__meta .cpv-icon { width: 16px; height: 16px; }
.cpv-hero__meta strong { color: var(--cpv-green); }
.cpv-hero__map { position: relative; min-height: 100%; background: #dcecf2; }
.cpv-hero__map .cpv-map { position: absolute; inset: 0; height: 100%; }
.cpv-map-feature-card { position: absolute; z-index: 500; top: 52px; right: max(28px, calc((100vw - var(--cpv-container))/2)); width: 250px; padding: 10px; border: 6px solid #fff; border-radius: 20px; background: #fff; box-shadow: var(--cpv-shadow); }
.cpv-map-feature-card > img { width: 100%; height: 125px; object-fit: cover; border-radius: 10px; }
.cpv-map-feature-card > div { padding: 14px 5px 2px; }
.cpv-map-feature-card h3 { margin-bottom: 9px; font: 700 21px/1.05 var(--cpv-serif); }
.cpv-map-feature-card p { display: flex; align-items: center; gap: 5px; margin-bottom: 6px; font-size: 12px; }
.cpv-map-feature-card p .cpv-icon { width: 15px; height: 15px; }
.cpv-map-feature-card .cpv-button { width: 100%; margin-top: 10px; min-height: 40px; }
.cpv-map-feature-card--empty { top: 72px; }
.cpv-map-feature-card--empty > div { padding: 15px 10px 8px; }
.cpv-hero__search { position: absolute; z-index: 700; left: 50%; bottom: 28px; width: min(calc(100% - 80px), var(--cpv-container)); transform: translateX(-50%); }

/* Search */
.cpv-plan-search { display: grid; grid-template-columns: 1.25fr .8fr .9fr 178px; align-items: stretch; min-height: 86px; padding: 12px; border: 1px solid rgba(6,26,58,.08); border-radius: 20px; background: rgba(255,255,255,.97); box-shadow: 0 18px 50px rgba(6,26,58,.16); backdrop-filter: blur(14px); }
.cpv-plan-search__field { position: relative; min-width: 0; display: flex; align-items: center; gap: 15px; padding: 0 24px; border-right: 1px solid var(--cpv-line); }
.cpv-plan-search__field > .cpv-icon { width: 28px; height: 28px; color: var(--cpv-red); }
.cpv-plan-search__field:nth-child(2) > .cpv-icon { color: var(--cpv-navy); }
.cpv-plan-search__field:nth-child(3) > .cpv-icon { color: var(--cpv-navy); }
.cpv-plan-search__field span { min-width: 0; flex: 1; display: grid; gap: 4px; }
.cpv-plan-search__field strong { font-size: 14px; }
.cpv-plan-search input, .cpv-plan-search select { width: 100%; min-width: 0; padding: 0; color: #697080; border: 0; outline: 0; background: transparent; font-size: 14px; }
.cpv-plan-search select { appearance: auto; }
.cpv-plan-search .cpv-button { margin-left: 12px; border-radius: 12px; font-size: 15px; }
.cpv-locate { flex: 0 0 auto; padding: 0; border: 0; background: transparent; }
.cpv-locate .cpv-icon { width: 20px; height: 20px; }
.cpv-plan-search--compact { grid-template-columns: 1.25fr .75fr .8fr 160px; min-height: 84px; border-radius: 18px; box-shadow: 0 10px 35px rgba(6,26,58,.1); }
.cpv-plan-search--compact .cpv-plan-search__field { padding-inline: 20px; }
.cpv-plan-search--compact .cpv-plan-search__field > .cpv-icon { width: 25px; height: 25px; }

/* Quick filters */
.cpv-home-flow { padding-top: 22px; padding-bottom: 76px; }
.cpv-quick-filters { display: flex; align-items: center; justify-content: space-between; gap: 12px; overflow-x: auto; padding: 8px 3px 14px; scrollbar-width: none; }
.cpv-quick-filters::-webkit-scrollbar { display: none; }
.cpv-chip { min-width: max-content; min-height: 46px; display: inline-flex; align-items: center; gap: 10px; padding: 0 18px; border: 1px solid var(--cpv-line); border-radius: 999px; background: #fff; font-size: 13px; font-weight: 700; box-shadow: 0 4px 12px rgba(6,26,58,.04); }
.cpv-chip:hover, .cpv-chip.active { color: #fff; background: var(--cpv-navy); border-color: var(--cpv-navy); }
.cpv-chip.icon-only { width: 46px; min-width: 46px; padding: 0; justify-content: center; }
.cpv-chip.icon-only span { position: absolute; width: 1px; height: 1px; clip: rect(0,0,0,0); overflow: hidden; }
.cpv-chip:nth-child(5) { color: #0875e7; }.cpv-chip:nth-child(6) { color: #a847d7; }.cpv-chip:nth-child(7) { color: #ed3767; }.cpv-chip:nth-child(8) { color: #ed6200; }.cpv-chip:nth-child(9) { color: #159c58; }.cpv-chip:nth-child(10) { color: #e79c00; }

/* Common sections and event cards */
.cpv-section { margin-top: 52px; }
.cpv-section-heading { display: flex; justify-content: space-between; align-items: center; gap: 24px; margin-bottom: 24px; }
.cpv-section-heading h2 { margin: 0; font: 700 clamp(28px, 3vw, 38px)/1 var(--cpv-serif); letter-spacing: -.035em; }
.cpv-section-heading a { display: inline-flex; align-items: center; gap: 8px; color: var(--cpv-blue); font-size: 13px; font-weight: 700; }
.cpv-section-heading .cpv-icon { width: 17px; height: 17px; }
.cpv-event-grid { display: grid; gap: 16px; }
.cpv-event-grid--5 { grid-template-columns: repeat(5, minmax(0, 1fr)); }
.cpv-event-grid--4 { grid-template-columns: repeat(4, minmax(0, 1fr)); }
.cpv-event-card { position: relative; min-width: 0; overflow: hidden; border: 1px solid var(--cpv-line); border-radius: 12px; background: #fff; transition: transform .25s ease, box-shadow .25s ease; }
.cpv-event-card:hover { transform: translateY(-5px); box-shadow: 0 15px 35px rgba(6,26,58,.09); }
.cpv-event-card__media { position: relative; height: 158px; overflow: hidden; }
.cpv-event-card__media img { width: 100%; height: 100%; object-fit: cover; transition: transform .5s ease; }
.cpv-event-card:hover .cpv-event-card__media img { transform: scale(1.04); }
.cpv-media-fallback { height: 100%; display: grid; place-items: center; color: rgba(6,26,58,.55); }
.cpv-media-fallback .cpv-icon { width: 58px; height: 58px; }
.cpv-event-card__favorite { position: absolute; top: 12px; right: 12px; width: 34px; height: 34px; display: grid; place-items: center; color: #fff; border-radius: 50%; background: rgba(6,26,58,.55); backdrop-filter: blur(8px); }
.cpv-event-card__favorite .cpv-icon { width: 18px; height: 18px; }
.cpv-event-card__body { position: relative; min-height: 176px; padding: 17px 16px 15px; }
.cpv-event-card__body h3 { margin: 2px 0 8px; font: 700 20px/1.05 var(--cpv-serif); letter-spacing: -.025em; }
.cpv-event-card__place { min-height: 42px; color: #525968; font-size: 13px; }
.cpv-event-card__meta { display: flex; align-items: flex-end; justify-content: space-between; gap: 8px; color: #667080; font-size: 11px; }
.cpv-event-card__meta span { display: flex; align-items: center; gap: 4px; min-width: 0; }
.cpv-event-card__meta .cpv-icon { width: 14px; height: 14px; }
.cpv-event-card__meta strong { color: var(--cpv-green); white-space: nowrap; }
.cpv-date-badge { position: absolute; top: -38px; left: 14px; width: 48px; height: 54px; display: grid; place-items: center; align-content: center; border-radius: 7px; color: var(--cpv-ink); background: #fff; box-shadow: 0 5px 18px rgba(6,26,58,.12); }
.cpv-date-badge strong { font-size: 18px; line-height: 1; }.cpv-date-badge span { font-size: 9px; }

/* Maps */
.cpv-map { min-height: 350px; z-index: 1; background: #dcebf1; }
.leaflet-container { font-family: var(--cpv-sans); }
.cpv-marker { width: 40px!important; height: 48px!important; margin-left: -20px!important; margin-top: -44px!important; display: grid; place-items: center; border-radius: 50% 50% 50% 8px; color: #fff; background: var(--cpv-blue); box-shadow: 0 8px 18px rgba(6,26,58,.22); transform: rotate(-45deg); border: 3px solid #fff; }
.cpv-marker span { display: grid; place-items: center; transform: rotate(45deg); }.cpv-marker svg { width: 19px; height: 19px; }
.cpv-marker--music { background: #0875e7; }.cpv-marker--arts { background: #a847d7; }.cpv-marker--cinema { background: #ed3767; }.cpv-marker--food { background: #ed6200; }.cpv-marker--outdoor { background: #159c58; }.cpv-marker--family { background: #e79c00; }
.cpv-popup { min-width: 205px; }.cpv-popup img { width: 100%; height: 110px; object-fit: cover; border-radius: 6px; margin-bottom: 9px; }.cpv-popup h3 { margin: 4px 0 6px; font: 700 18px/1.05 var(--cpv-serif); }.cpv-popup p { margin-bottom: 5px; font-size: 12px; }.cpv-popup a { color: var(--cpv-blue); font-weight: 700; }
.cpv-map-explorer { display: grid; grid-template-columns: 300px 1fr; overflow: hidden; min-height: var(--cpv-map-height, 420px); border: 1px solid var(--cpv-line); border-radius: 18px; background: #fff; box-shadow: 0 12px 32px rgba(6,26,58,.07); }
.cpv-map-explorer__panel { position: relative; z-index: 3; padding: 24px 0; background: #fff; }
.cpv-map-explorer__panel h2 { padding: 0 24px; font: 700 31px/1 var(--cpv-serif); letter-spacing: -.03em; }
.cpv-map-explorer__panel ul { margin: 18px 0; padding: 0; list-style: none; border-top: 1px solid var(--cpv-line); }
.cpv-map-explorer__panel li { border-bottom: 1px solid var(--cpv-line); }
.cpv-map-explorer__panel button { width: 100%; min-height: 51px; display: flex; align-items: center; justify-content: space-between; padding: 0 24px; border: 0; background: transparent; text-align: left; }
.cpv-map-explorer__panel li:first-child button, .cpv-map-explorer__panel button:hover { color: #fff; background: var(--cpv-navy); }
.cpv-map-explorer__panel button span { color: var(--cpv-blue); font-size: 12px; }.cpv-map-explorer__panel li:first-child button span, .cpv-map-explorer__panel button:hover span { color: #fff; }
.cpv-map-explorer__panel > a { display: flex; align-items: center; gap: 8px; padding: 10px 24px; color: var(--cpv-blue); font-weight: 700; font-size: 13px; }
.cpv-map-explorer__canvas { position: relative; min-width: 0; }.cpv-map-explorer__canvas .cpv-map { height: 100%; min-height: var(--cpv-map-height, 420px); }
.cpv-map-toggle { position: absolute; z-index: 500; top: 16px; right: 16px; display: flex; padding: 4px; border-radius: 12px; background: rgba(255,255,255,.88); box-shadow: 0 5px 18px rgba(6,26,58,.12); backdrop-filter: blur(10px); }
.cpv-map-toggle button { min-height: 38px; padding: 0 18px; border: 0; border-radius: 9px; background: transparent; font-weight: 700; }.cpv-map-toggle button.active { color: #fff; background: var(--cpv-navy); }

/* Editorial */
.cpv-guide-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 18px; }
.cpv-guide-card { position: relative; min-height: 210px; overflow: hidden; padding: 22px; display: flex; flex-direction: column; justify-content: flex-end; border-radius: 14px; color: #fff; }
.cpv-guide-card img, .cpv-guide-card__shade { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; }
.cpv-guide-card__shade { background: linear-gradient(180deg, transparent 25%, rgba(3,12,28,.82) 100%); }
.cpv-guide-card .cpv-kicker, .cpv-guide-card h3 { position: relative; z-index: 1; color: #fff; }
.cpv-guide-card h3 { margin: 0; font: 700 24px/1.07 var(--cpv-serif); }
.cpv-newsletter { margin-top: 58px; padding: 32px 40px; display: grid; grid-template-columns: 1fr .8fr; align-items: center; gap: 50px; border: 1px solid #f3d6ce; border-radius: 18px; background: linear-gradient(110deg, #fff7f1, #fff); }
.cpv-newsletter h2 { margin: 8px 0; font: 700 29px/1 var(--cpv-serif); }.cpv-newsletter p { margin-bottom: 0; color: var(--cpv-muted); }
.cpv-newsletter form { display: grid; grid-template-columns: 1fr auto; gap: 8px; }.cpv-newsletter input { min-height: 50px; padding: 0 16px; border: 1px solid var(--cpv-line); border-radius: 9px; background: #fff; }

/* Footer */
.cpv-site-footer { position: relative; overflow: hidden; padding-top: 35px; color: #fff; background: var(--cpv-navy); }
.cpv-footer-line { height: 34px; margin-bottom: 24px; background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='1400' height='34' viewBox='0 0 1400 34'%3E%3Cpath d='M0 18c45 0 70 12 116 2s54-14 101-4 70 8 118 0 74-8 122 2 83 10 127-1 77-11 127-1 80 10 125 0 83-10 129-1 79 9 125 1 84-8 130 1 63 10 100 2' fill='none' stroke='%23ef233c' stroke-width='2'/%3E%3C/svg%3E") center/cover no-repeat; }
.cpv-footer-grid { display: grid; grid-template-columns: 1.5fr repeat(4, 1fr); gap: 45px; padding-bottom: 48px; }
.cpv-footer-grid h3 { margin-bottom: 15px; font-size: 13px; }.cpv-footer-grid a { display: block; margin-bottom: 8px; color: rgba(255,255,255,.78); font-size: 12px; }.cpv-footer-grid a:hover { color: #fff; }
.cpv-footer-brand > a { color: #fff; font: 700 22px var(--cpv-serif); }.cpv-footer-brand p { max-width: 190px; color: rgba(255,255,255,.75); font-size: 12px; }
.cpv-social { display: flex; gap: 15px; }.cpv-social a { font-size: 16px; }
.cpv-apps > span { display: block; margin-bottom: 10px; color: rgba(255,255,255,.65); font-size: 11px; }.cpv-store-badge { width: 130px; margin-bottom: 8px; padding: 8px 10px; border: 1px solid rgba(255,255,255,.4); border-radius: 7px; font-size: 11px; }
.cpv-footer-bottom { display: flex; justify-content: space-between; padding-block: 18px; border-top: 1px solid rgba(255,255,255,.12); color: rgba(255,255,255,.55); font-size: 11px; }

/* Internal page foundations */
.cpv-inner-page { padding-bottom: 90px; }
.cpv-page-hero { padding: 74px 0 62px; background: radial-gradient(circle at 82% 15%, rgba(8,102,232,.09), transparent 33%), linear-gradient(135deg, #fff, #fbfaf7); border-bottom: 1px solid rgba(6,26,58,.06); }
.cpv-page-hero__eyebrow { display: block; margin: 22px 0 12px; color: var(--cpv-red); font-size: 12px; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; }
.cpv-page-hero h1 { max-width: 860px; margin-bottom: 18px; font: 700 clamp(45px, 6vw, 78px)/.98 var(--cpv-serif); letter-spacing: -.055em; }
.cpv-page-hero p { max-width: 700px; margin-bottom: 0; color: #4d5668; font-size: 19px; }
.cpv-breadcrumbs { display: flex; gap: 8px; color: var(--cpv-muted); font-size: 12px; }.cpv-breadcrumbs a { color: var(--cpv-blue); font-weight: 700; }
.cpv-agenda-layout, .cpv-inner-page > .cpv-container { padding-top: 42px; }
.cpv-sticky-search { position: relative; z-index: 10; margin-bottom: 42px; }
.cpv-view-toolbar { display: flex; align-items: center; justify-content: space-between; margin-bottom: 22px; }.cpv-view-toolbar p { margin: 0; color: var(--cpv-muted); }.cpv-view-toolbar > div { display: flex; gap: 6px; }.cpv-view-toolbar button, .cpv-view-toolbar a { padding: 9px 13px; border: 1px solid var(--cpv-line); border-radius: 8px; background: #fff; font-size: 12px; }.cpv-view-toolbar .active { color: #fff; background: var(--cpv-navy); }
.cpv-pagination { display: flex; justify-content: center; gap: 8px; margin-top: 42px; }.cpv-pagination a, .cpv-pagination span { width: 40px; height: 40px; display: grid; place-items: center; border: 1px solid var(--cpv-line); border-radius: 8px; background: #fff; }.cpv-pagination .current { color: #fff; background: var(--cpv-navy); }
.cpv-empty-state { min-height: 260px; padding: 40px; display: grid; place-items: center; align-content: center; text-align: center; border: 1px dashed #cfd5de; border-radius: 16px; background: rgba(255,255,255,.65); }.cpv-empty-state > span .cpv-icon, .cpv-empty-state > .cpv-icon { width: 48px; height: 48px; color: var(--cpv-red); }.cpv-empty-state h2, .cpv-empty-state h3 { margin: 14px 0 6px; font-family: var(--cpv-serif); }.cpv-empty-state p { color: var(--cpv-muted); }

/* Categories */
.cpv-category-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 18px; }
.cpv-category-card { min-height: 230px; display: grid; grid-template-columns: 120px 1fr; align-items: center; gap: 25px; padding: 30px; border: 1px solid var(--cpv-line); border-radius: 18px; background: #fff; transition: transform .25s ease, box-shadow .25s ease; }.cpv-category-card:hover { transform: translateY(-4px); box-shadow: var(--cpv-shadow); }
.cpv-category-card > span { width: 100px; height: 100px; display: grid; place-items: center; border-radius: 50%; color: #fff; background: var(--cpv-blue); }.cpv-category-card > span .cpv-icon { width: 48px; height: 48px; }
.cpv-category-card--arts > span { background: var(--cpv-purple); }.cpv-category-card--cinema > span { background: #ed3767; }.cpv-category-card--food > span { background: #ed6200; }.cpv-category-card--outdoor > span { background: var(--cpv-green); }.cpv-category-card--family > span { background: var(--cpv-yellow); }
.cpv-category-card h2 { margin-bottom: 8px; font: 700 28px var(--cpv-serif); }.cpv-category-card p { color: var(--cpv-muted); }.cpv-category-card b { display: inline-flex; align-items: center; gap: 7px; color: var(--cpv-blue); font-size: 13px; }.cpv-category-card b .cpv-icon { width: 16px; }

/* Full map page */
.cpv-map-page { height: calc(100vh - 82px); display: grid; grid-template-rows: auto 1fr; overflow: hidden; }
.cpv-map-page__top { position: relative; z-index: 5; display: grid; grid-template-columns: 280px 1fr; align-items: center; gap: 28px; padding: 20px max(24px, calc((100vw - var(--cpv-container))/2)); border-bottom: 1px solid var(--cpv-line); background: #fff; }.cpv-map-page__top span { color: var(--cpv-red); font-size: 11px; font-weight: 800; text-transform: uppercase; }.cpv-map-page__top h1 { margin: 3px 0 0; font: 700 36px var(--cpv-serif); }.cpv-map-page__top .cpv-plan-search { min-height: 70px; box-shadow: none; border-radius: 13px; }.cpv-map-page__top .cpv-plan-search__field { padding-inline: 15px; }.cpv-map-page__top .cpv-plan-search__field > .cpv-icon { display: none; }.cpv-map-page__top .cpv-button { min-height: 42px; }
.cpv-map-page__layout { min-height: 0; display: grid; grid-template-columns: 360px 1fr; }.cpv-map-page__canvas, .cpv-map-page__canvas .cpv-map { min-height: 0; height: 100%; }
.cpv-map-results { position: relative; z-index: 3; min-height: 0; overflow-y: auto; background: #fff; box-shadow: 8px 0 25px rgba(6,26,58,.08); }.cpv-map-results__header { position: sticky; top: 0; z-index: 2; padding: 18px; display: flex; justify-content: space-between; align-items: center; border-bottom: 1px solid var(--cpv-line); background: #fff; }.cpv-map-results__header .cpv-button { min-height: 36px; padding: 0 12px; font-size: 11px; }
.cpv-map-list-item { display: grid; grid-template-columns: 82px 1fr; gap: 12px; padding: 14px 16px; border-bottom: 1px solid var(--cpv-line); }.cpv-map-list-item img, .cpv-map-list-item__image { width: 82px; height: 75px; object-fit: cover; border-radius: 8px; background: #e5e9ef; }.cpv-map-list-item h3 { margin: 3px 0 5px; font: 700 17px var(--cpv-serif); }.cpv-map-list-item p { margin: 0 0 3px; color: var(--cpv-muted); font-size: 11px; }.cpv-map-list-item strong { color: var(--cpv-green); font-size: 11px; }
.cpv-map-loading { padding: 25px; color: var(--cpv-muted); }

/* Places and magazine */
.cpv-directory-toolbar { display: flex; justify-content: space-between; gap: 16px; margin-bottom: 28px; }.cpv-directory-toolbar label { flex: 1; max-width: 600px; display: flex; align-items: center; gap: 12px; padding: 0 18px; border: 1px solid var(--cpv-line); border-radius: 12px; background: #fff; }.cpv-directory-toolbar input { width: 100%; min-height: 52px; border: 0; outline: 0; background: transparent; }
.cpv-place-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }.cpv-place-card { overflow: hidden; border: 1px solid var(--cpv-line); border-radius: 15px; background: #fff; }.cpv-place-card__media { height: 225px; display: grid; place-items: center; overflow: hidden; }.cpv-place-card__media img { width: 100%; height: 100%; object-fit: cover; }.cpv-place-card__media > .cpv-icon { width: 50px; height: 50px; opacity: .45; }.cpv-place-card > div { padding: 20px; }.cpv-place-card h2 { font: 700 25px var(--cpv-serif); }.cpv-place-card p { display: flex; gap: 6px; color: var(--cpv-muted); font-size: 13px; }.cpv-place-card p .cpv-icon { width: 17px; }.cpv-place-card > div > a { display: inline-flex; align-items: center; gap: 7px; color: var(--cpv-blue); font-size: 13px; font-weight: 700; }.cpv-place-card > div > a .cpv-icon { width: 16px; }
.cpv-mag-feature { display: grid; grid-template-columns: 1.35fr 1fr; min-height: 470px; overflow: hidden; border-radius: 20px; background: var(--cpv-navy); color: #fff; }.cpv-mag-feature > a img { width: 100%; height: 100%; object-fit: cover; }.cpv-mag-feature > div { padding: 55px; display: flex; flex-direction: column; justify-content: center; }.cpv-mag-feature h2 { font: 700 clamp(35px,4vw,53px)/1.02 var(--cpv-serif); }.cpv-mag-feature p { color: rgba(255,255,255,.75); }.cpv-mag-feature .cpv-button { align-self: flex-start; color: var(--cpv-navy); background: #fff; }
.cpv-mag-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; margin-top: 42px; }.cpv-mag-card { overflow: hidden; border: 1px solid var(--cpv-line); border-radius: 14px; background: #fff; }.cpv-mag-card__media { height: 220px; display: block; }.cpv-mag-card__media img { width: 100%; height: 100%; object-fit: cover; }.cpv-mag-card > div { padding: 20px; }.cpv-mag-card h2 { margin-bottom: 10px; font: 700 24px var(--cpv-serif); }.cpv-mag-card p { color: var(--cpv-muted); font-size: 14px; }.cpv-mag-card > div > a { display: inline-flex; align-items: center; gap: 6px; color: var(--cpv-blue); font-size: 13px; font-weight: 700; }.cpv-mag-card .cpv-icon { width: 16px; }

/* Forms and contact */
.cpv-submit-layout { display: grid; grid-template-columns: 300px 1fr; gap: 70px; align-items: start; }.cpv-submit-layout aside { position: sticky; top: 110px; }.cpv-step-number { width: 44px; height: 44px; display: grid; place-items: center; margin-bottom: 18px; border-radius: 50%; color: #fff; background: var(--cpv-red); font-weight: 800; }.cpv-submit-layout aside h2 { font: 700 32px var(--cpv-serif); }.cpv-submit-layout aside p, .cpv-submit-layout aside li { color: var(--cpv-muted); }.cpv-submit-layout aside ul { padding: 0; list-style: none; }.cpv-submit-layout aside li { margin-bottom: 8px; }
.cpv-form-card { padding: 32px; border: 1px solid var(--cpv-line); border-radius: 18px; background: #fff; box-shadow: 0 12px 35px rgba(6,26,58,.06); }.cpv-form { display: grid; grid-template-columns: repeat(2, 1fr); gap: 20px; }.cpv-field { display: grid; gap: 7px; }.cpv-field--full { grid-column: 1/-1; }.cpv-field > span { font-size: 13px; font-weight: 700; }.cpv-field input:not([type=checkbox]), .cpv-field textarea, .cpv-field select { width: 100%; padding: 13px 14px; border: 1px solid var(--cpv-line); border-radius: 9px; outline: 0; background: #fff; }.cpv-field input:focus, .cpv-field textarea:focus { border-color: var(--cpv-blue); box-shadow: 0 0 0 3px rgba(8,102,232,.1); }.cpv-checkbox { display: flex; flex-direction: row; align-items: center; gap: 8px; align-self: end; min-height: 48px; }.cpv-honeypot { position: absolute!important; left: -9999px!important; }.cpv-success { margin-bottom: 24px; padding: 18px; border-radius: 10px; color: #08733f; background: #e7f8ee; }.cpv-success p { margin: 0; }
.cpv-contact-grid { display: grid; grid-template-columns: .85fr 1.15fr; gap: 70px; }.cpv-contact-grid > div > h2 { font: 700 35px var(--cpv-serif); }.cpv-contact-options { display: grid; gap: 12px; }.cpv-contact-options a { padding: 18px; display: grid; grid-template-columns: 44px 1fr; border: 1px solid var(--cpv-line); border-radius: 12px; background: #fff; }.cpv-contact-options a > span { grid-row: 1/3; width: 34px; height: 34px; display: grid; place-items: center; border-radius: 50%; color: #fff; background: var(--cpv-red); }.cpv-contact-options small { color: var(--cpv-muted); }

/* Singles */
.cpv-single { padding: 35px 0 90px; }.cpv-event-single__header { display: flex; justify-content: space-between; align-items: flex-end; gap: 30px; padding-top: 55px; }.cpv-event-single__header h1 { max-width: 900px; margin: 5px 0 15px; font: 700 clamp(46px,6vw,80px)/.98 var(--cpv-serif); letter-spacing: -.05em; }.cpv-event-single__lede { max-width: 760px; color: var(--cpv-muted); font-size: 19px; }.cpv-save-button { display: inline-flex; gap: 8px; padding: 10px 15px; border: 1px solid var(--cpv-line); border-radius: 999px; background: #fff; }.cpv-save-button .cpv-icon { width: 19px; }.cpv-event-single__media { height: min(63vw, 690px); margin-top: 35px; overflow: hidden; border-radius: 20px; }.cpv-event-single__media img { width: 100%; height: 100%; object-fit: cover; }.cpv-event-single__layout { display: grid; grid-template-columns: 1fr 360px; gap: 80px; padding-top: 55px; }.cpv-event-single__content h2 { font: 700 34px var(--cpv-serif); }.cpv-event-single__content { font-size: 18px; }.cpv-event-single__content p { margin-bottom: 1.4em; }.cpv-event-facts { position: sticky; top: 105px; align-self: start; padding: 24px; border: 1px solid var(--cpv-line); border-radius: 17px; background: #fff; box-shadow: 0 12px 30px rgba(6,26,58,.06); }.cpv-event-facts > div { display: flex; gap: 14px; padding: 15px 0; border-bottom: 1px solid var(--cpv-line); }.cpv-event-facts > div > .cpv-icon { color: var(--cpv-red); }.cpv-event-facts small, .cpv-event-facts strong, .cpv-event-facts p { display: block; }.cpv-event-facts small { color: var(--cpv-muted); }.cpv-event-facts p { margin: 2px 0 0; color: var(--cpv-muted); font-size: 13px; }.cpv-event-facts .cpv-button { width: 100%; margin-top: 12px; }.cpv-single-map { margin-top: 60px; }.cpv-single-map .cpv-map { height: 430px; border-radius: 18px; overflow: hidden; }
.cpv-place-single header { padding: 55px 0 25px; }.cpv-place-single header h1 { font: 700 clamp(48px,6vw,78px) var(--cpv-serif); }.cpv-place-single__media { height: 600px; overflow: hidden; border-radius: 18px; }.cpv-place-single__media img { width: 100%; height: 100%; object-fit: cover; }.cpv-place-single__content { display: grid; grid-template-columns: 1fr 320px; gap: 70px; padding-top: 50px; }.cpv-place-single__content aside { padding: 25px; border-radius: 15px; background: #fff; border: 1px solid var(--cpv-line); }
.cpv-article__header { max-width: 980px; padding-top: 55px; text-align: center; }.cpv-article__header .cpv-breadcrumbs { justify-content: center; margin-bottom: 35px; }.cpv-article__header h1 { margin: 8px auto 20px; font: 700 clamp(48px,6vw,78px)/1 var(--cpv-serif); letter-spacing: -.05em; }.cpv-article__lede { max-width: 740px; margin: 0 auto 16px; color: var(--cpv-muted); font-size: 20px; }.cpv-byline { color: var(--cpv-muted); font-size: 13px; }.cpv-article__image { max-height: 720px; margin-top: 42px; overflow: hidden; border-radius: 20px; }.cpv-article__image img { width: 100%; max-height: 720px; object-fit: cover; }.cpv-article__body, .cpv-prose { width: min(calc(100% - 48px), 760px); margin: 55px auto; font-size: 18px; line-height: 1.8; }.cpv-article__body h2, .cpv-prose h2 { margin-top: 1.7em; font: 700 34px var(--cpv-serif); }.cpv-article__body a, .cpv-prose a { color: var(--cpv-blue); text-decoration: underline; }
.cpv-search-results { display: grid; gap: 12px; }.cpv-search-results article { padding: 24px; border: 1px solid var(--cpv-line); border-radius: 12px; background: #fff; }.cpv-search-results h2 { margin-bottom: 8px; font: 700 26px var(--cpv-serif); }.cpv-search-results p { margin: 0; color: var(--cpv-muted); }
.cpv-404 { min-height: 75vh; display: grid; place-items: center; text-align: center; }.cpv-404__number { display: block; color: rgba(239,35,60,.11); font: 700 clamp(130px,25vw,300px)/.7 var(--cpv-serif); }.cpv-404 .cpv-squiggle { margin: 30px auto 10px; }.cpv-404 h1 { font: 700 clamp(40px,5vw,70px) var(--cpv-serif); }.cpv-404 p { max-width: 550px; margin: 0 auto 25px; color: var(--cpv-muted); }

/* Responsive */
@media (max-width: 1100px) {
	.cpv-site-header__inner { grid-template-columns: 195px 1fr auto; }.cpv-menu { gap: 18px; }.cpv-header-actions .cpv-button { display: none; }
	.cpv-hero { grid-template-columns: 44% 56%; }.cpv-hero__story { padding-left: 30px; }.cpv-hero__search { width: calc(100% - 48px); }
  .cpv-plan-search { grid-template-columns: 1.2fr .75fr .8fr 150px; }.cpv-plan-search__field { padding-inline: 18px; }
  .cpv-event-grid--5 { grid-template-columns: repeat(3, 1fr); }.cpv-event-grid--4 { grid-template-columns: repeat(3, 1fr); }
  .cpv-guide-grid { grid-template-columns: repeat(2, 1fr); }.cpv-footer-grid { grid-template-columns: 1.5fr repeat(3, 1fr); }.cpv-apps { display: none; }
}

@media (max-width: 820px) {
  .cpv-container { width: min(calc(100% - 32px), var(--cpv-container)); }
	.cpv-site-header { height: 70px; }.cpv-site-header__inner { grid-template-columns: 1fr auto; }.cpv-brand a { font-size: 23px; }.cpv-primary-nav { position: fixed; inset: 70px 0 0; z-index: 1000; padding: 30px 24px; visibility: hidden; opacity: 0; transform: translateY(-10px); background: var(--cpv-cream); transition: .2s ease; }.menu-open .cpv-primary-nav { visibility: visible; opacity: 1; transform: none; }.cpv-menu { display: grid; gap: 0; justify-content: stretch; }.cpv-menu a { padding: 16px 0; display: block; border-bottom: 1px solid var(--cpv-line); font: 700 28px var(--cpv-serif); }.cpv-header-actions { grid-column: 2; }
	.cpv-hero { display: block; min-height: auto; }.cpv-hero__story { padding: 50px 24px 40px; }.cpv-hero__story h1 { font-size: 55px; }.cpv-hero__image { height: 360px; }.cpv-hero__map { height: 520px; }.cpv-map-feature-card { top: 30px; right: 20px; width: 240px; }.cpv-hero__search { position: relative; left: auto; bottom: auto; width: auto; margin: -35px 16px 0; transform: none; }
  .cpv-plan-search, .cpv-plan-search--compact { grid-template-columns: 1fr 1fr; padding: 12px; }.cpv-plan-search__field { min-height: 70px; border-bottom: 1px solid var(--cpv-line); }.cpv-plan-search__field:nth-child(2) { border-right: 0; }.cpv-plan-search__field:nth-child(3) { grid-column: 1/-1; border-right: 0; }.cpv-plan-search .cpv-button { margin: 8px 0 0; }
  .cpv-home-flow { padding-top: 20px; }.cpv-event-grid--5, .cpv-event-grid--4 { grid-template-columns: repeat(2, 1fr); }.cpv-map-explorer { grid-template-columns: 1fr; }.cpv-map-explorer__panel { display: none; }.cpv-map-explorer__canvas { min-height: 500px; }
  .cpv-newsletter { grid-template-columns: 1fr; gap: 25px; }.cpv-footer-grid { grid-template-columns: repeat(2, 1fr); }.cpv-footer-brand { grid-column: 1/-1; }
  .cpv-category-grid { grid-template-columns: 1fr; }.cpv-map-page { height: calc(100vh - 70px); }.cpv-map-page__top { grid-template-columns: 1fr; }.cpv-map-page__top > div { display: none; }.cpv-map-page__top .cpv-plan-search__field:first-child { display: none; }.cpv-map-page__layout { grid-template-columns: 1fr; }.cpv-map-results { position: absolute; z-index: 600; left: 12px; right: 12px; bottom: 12px; max-height: 35vh; border-radius: 15px; box-shadow: var(--cpv-shadow); }.cpv-map-page__canvas { grid-row: 1; }
  .cpv-place-grid, .cpv-mag-grid { grid-template-columns: repeat(2,1fr); }.cpv-mag-feature { grid-template-columns: 1fr; }.cpv-mag-feature > a { height: 350px; }
  .cpv-submit-layout, .cpv-contact-grid, .cpv-event-single__layout, .cpv-place-single__content { grid-template-columns: 1fr; gap: 35px; }.cpv-submit-layout aside, .cpv-event-facts { position: static; }.cpv-event-single__media, .cpv-place-single__media { height: 480px; }.cpv-event-facts { order: -1; }
}

@media (max-width: 560px) {
  .cpv-site-header__inner { gap: 8px; }.cpv-menu-toggle { width: 38px; }
  .cpv-hero__story { padding: 45px 18px 32px; }.cpv-hero__story h1 { font-size: 47px; }.cpv-hero__image { height: 330px; }.cpv-hero__map { height: 470px; }.cpv-map-feature-card { display: none; }
  .cpv-hero__search { margin-top: -28px; }.cpv-plan-search, .cpv-plan-search--compact { grid-template-columns: 1fr; }.cpv-plan-search__field, .cpv-plan-search__field:nth-child(2), .cpv-plan-search__field:nth-child(3) { grid-column: auto; min-height: 64px; padding: 10px 12px; border-right: 0; border-bottom: 1px solid var(--cpv-line); }.cpv-plan-search .cpv-button { min-height: 54px; }
  .cpv-event-grid--5, .cpv-event-grid--4 { display: flex; overflow-x: auto; scroll-snap-type: x mandatory; padding-bottom: 12px; }.cpv-event-card { flex: 0 0 82%; scroll-snap-align: start; }.cpv-event-card__media { height: 200px; }
  .cpv-guide-grid { display: flex; overflow-x: auto; }.cpv-guide-card { flex: 0 0 82%; }.cpv-section-heading { align-items: flex-end; }.cpv-section-heading h2 { font-size: 29px; }.cpv-section-heading a { font-size: 11px; }
  .cpv-newsletter { padding: 28px 20px; }.cpv-newsletter form { grid-template-columns: 1fr; }
  .cpv-footer-grid { grid-template-columns: 1fr 1fr; gap: 25px; }.cpv-footer-bottom { display: grid; gap: 5px; }
  .cpv-page-hero { padding: 45px 0; }.cpv-page-hero h1 { font-size: 46px; }.cpv-page-hero p { font-size: 16px; }.cpv-view-toolbar { align-items: flex-start; }.cpv-view-toolbar button { display: none; }
  .cpv-category-card { grid-template-columns: 70px 1fr; min-height: 190px; padding: 22px; }.cpv-category-card > span { width: 65px; height: 65px; }.cpv-category-card > span .cpv-icon { width: 30px; }.cpv-category-card h2 { font-size: 23px; }
  .cpv-map-page__top { padding: 10px; }.cpv-map-page__top .cpv-plan-search { grid-template-columns: 1fr; }.cpv-map-page__top .cpv-plan-search__field:nth-child(2), .cpv-map-page__top .cpv-plan-search__field:nth-child(3) { display: none; }
  .cpv-place-grid, .cpv-mag-grid { grid-template-columns: 1fr; }.cpv-mag-feature > a { height: 260px; }.cpv-mag-feature > div { padding: 30px 24px; }.cpv-mag-feature h2 { font-size: 35px; }
  .cpv-directory-toolbar { display: grid; }.cpv-form { grid-template-columns: 1fr; }.cpv-field--full { grid-column: auto; }.cpv-form-card { padding: 22px 18px; }
  .cpv-event-single__header { display: block; }.cpv-event-single__header h1 { font-size: 48px; }.cpv-save-button { margin-top: 15px; }.cpv-event-single__media, .cpv-place-single__media { height: 330px; border-radius: 12px; }.cpv-event-single__layout { padding-top: 35px; }.cpv-article__header h1 { font-size: 45px; }.cpv-article__body, .cpv-prose { width: calc(100% - 32px); font-size: 17px; }
}

@media (prefers-reduced-motion: reduce) { *, *::before, *::after { scroll-behavior: auto!important; transition: none!important; animation: none!important; } }
