/*
Theme Name: Where Dey Pap
Theme URI: https://wheredeypap.com/
Author: Where Dey Pap
Description: Premium dark lifestyle discovery, venue directory, events, stays and newsroom theme for Where Dey Pap.
Version: 1.1.0
Requires at least: 6.4
Tested up to: 6.8
Requires PHP: 7.4
Text Domain: where-dey-pap
License: GNU General Public License v2 or later
*/

:root {
  --wdp-orange: #ff6b00;
  --wdp-orange-dark: #d95600;
  --wdp-bg: #0d0d0f;
  --wdp-card: #17171a;
  --wdp-card-alt: #202024;
  --wdp-text: #ffffff;
  --wdp-muted: #a8a8ad;
  --wdp-border: #303035;
  --wdp-success: #3ddc97;
  --wdp-radius: 18px;
  --wdp-shadow: 0 18px 55px rgba(0, 0, 0, .28);
  --wdp-container: 1240px;
}

*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  background: var(--wdp-bg);
  color: var(--wdp-text);
  font-family: "Montserrat", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 16px;
  line-height: 1.65;
  -webkit-font-smoothing: antialiased;
}
body.admin-bar .site-header { top: 32px; }
a { color: inherit; text-decoration: none; }
a:hover { color: var(--wdp-orange); }
img { display: block; max-width: 100%; height: auto; }
button, input, select, textarea { font: inherit; }
button, [type="submit"] { cursor: pointer; }
:focus-visible { outline: 3px solid rgba(255,107,0,.8); outline-offset: 3px; }
.screen-reader-text { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; border: 0; }
.wdp-container { width: min(calc(100% - 40px), var(--wdp-container)); margin-inline: auto; }
.wdp-section { padding: 76px 0; }
.wdp-section--soft { background: var(--wdp-card); }
.wdp-section--compact { padding: 52px 0; }
.wdp-section-heading { display: flex; align-items: end; justify-content: space-between; gap: 24px; margin-bottom: 28px; }
.wdp-section-heading h2 { margin: 0; font-size: clamp(1.65rem, 3vw, 2.5rem); line-height: 1.15; letter-spacing: -.035em; }
.wdp-section-heading p { color: var(--wdp-muted); max-width: 640px; margin: 8px 0 0; }
.wdp-eyebrow { color: var(--wdp-orange); font-size: .78rem; font-weight: 700; text-transform: uppercase; letter-spacing: .16em; }
.wdp-link { color: var(--wdp-orange); font-weight: 700; white-space: nowrap; }
.wdp-link:hover { color: #fff; }
.wdp-button { display: inline-flex; min-height: 46px; align-items: center; justify-content: center; gap: 9px; border: 1px solid transparent; border-radius: 999px; padding: 11px 20px; background: var(--wdp-orange); color: #fff; font-weight: 700; line-height: 1; transition: transform .2s ease, background .2s ease, border-color .2s ease; }
.wdp-button:hover { color: #fff; background: var(--wdp-orange-dark); transform: translateY(-2px); }
.wdp-button--ghost { background: rgba(255,255,255,.06); border-color: rgba(255,255,255,.28); }
.wdp-button--ghost:hover { background: #fff; color: var(--wdp-bg); border-color: #fff; }
.wdp-button--small { min-height: 38px; padding: 9px 15px; font-size: .86rem; }
.wdp-badge { display: inline-flex; align-items: center; gap: 5px; padding: 5px 9px; border-radius: 999px; background: rgba(255,107,0,.93); color: #fff; font-size: .68rem; font-weight: 800; letter-spacing: .04em; text-transform: uppercase; }
.wdp-badge--dark { background: rgba(13,13,15,.78); border: 1px solid rgba(255,255,255,.18); }
.wdp-badge--verified { background: rgba(61,220,151,.16); color: #8dffc9; border: 1px solid rgba(61,220,151,.32); }
.wdp-rating { display: inline-flex; align-items: center; gap: 5px; font-weight: 700; }
.wdp-rating::before { content: "★"; color: var(--wdp-orange); }

/* Editable two-level header */
.site-header { position: sticky; z-index: 1000; top: 0; border-bottom: 1px solid rgba(255,255,255,.08); background: #fff; box-shadow: 0 8px 28px rgba(0,0,0,.12); }
.site-header__top { background: #fff; color: #17171a; }
.site-header__inner { min-height: 76px; display: flex; align-items: center; justify-content: space-between; gap: 24px; }
.site-branding { flex: 0 1 230px; }
.site-branding img { width: auto; height: 48px; object-fit: contain; }
.site-branding__fallback { display: inline-flex; align-items: center; gap: 9px; font-weight: 800; font-size: 1.1rem; }
.site-branding__mark { display: grid; place-items: center; width: 36px; height: 36px; border-radius: 50% 50% 50% 8px; background: var(--wdp-orange); color: #fff; }
.site-header__nav { position: relative; background: #080809; color: #fff; }
.site-header__nav-inner { min-height: 52px; display: flex; align-items: center; gap: 22px; }
.primary-navigation { flex: 1; }
.primary-navigation ul { display: flex; justify-content: center; align-items: center; gap: clamp(15px, 2vw, 31px); margin: 0; padding: 0; list-style: none; }
.primary-navigation a { display: block; padding: 15px 0; color: #fff; font-size: .84rem; font-weight: 700; }
.primary-navigation .current-menu-item > a, .primary-navigation a:hover { color: var(--wdp-orange); }
.header-actions { display: flex; align-items: center; gap: 10px; }
.header-account-link { padding: 9px 13px; border-radius: 999px; color: #17171a; font-size: .78rem; font-weight: 800; }
.header-account-link:hover { color: var(--wdp-orange); }
.header-account-link--outline { border: 1px solid #dedee2; }
.header-search, .menu-toggle { display: grid; place-items: center; width: 40px; height: 40px; padding: 0; border: 1px solid rgba(255,255,255,.24); border-radius: 50%; background: transparent; color: #fff; }
.menu-toggle { border-color: #dedee2; color: #17171a; }
.menu-toggle { display: none; }
.breaking-bar { background: #070708; border-bottom: 1px solid var(--wdp-border); }
.breaking-bar__inner { min-height: 42px; display: flex; align-items: center; gap: 14px; overflow: hidden; }
.breaking-bar__label { flex: 0 0 auto; padding: 5px 10px; border-radius: 5px; background: var(--wdp-orange); font-size: .7rem; font-weight: 800; }
.breaking-bar a { overflow: hidden; text-overflow: ellipsis; white-space: nowrap; font-size: .85rem; }

/* Hero */
.wdp-hero-slider { position: relative; overflow: hidden; background: #141416; }
.wdp-hero-slide { display: none; }
.wdp-hero-slide.is-active { display: grid; animation: wdp-slide-in .55s ease both; }
.wdp-hero-dots { position: absolute; z-index: 8; right: max(20px,calc((100vw - var(--wdp-container))/2)); bottom: 28px; display: flex; gap: 8px; }
.wdp-hero-dots button { width: 34px; height: 5px; padding: 0; border: 0; border-radius: 999px; background: rgba(255,255,255,.45); }
.wdp-hero-dots button.is-active { background: var(--wdp-orange); }
@keyframes wdp-slide-in { from { opacity: .25; } to { opacity: 1; } }
.wdp-hero { position: relative; min-height: min(760px, 83vh); display: grid; align-items: end; overflow: hidden; background: #141416; }
.wdp-hero__media { position: absolute; inset: 0; }
.wdp-hero__media img, .wdp-hero__media video { width: 100%; height: 100%; object-fit: cover; }
.wdp-hero::after { content: ""; position: absolute; inset: 0; background: linear-gradient(90deg, rgba(7,7,8,.94) 0%, rgba(7,7,8,.74) 42%, rgba(7,7,8,.26) 74%, rgba(7,7,8,.52) 100%), linear-gradient(0deg, rgba(7,7,8,.72), transparent 55%); }
.wdp-hero__content { position: relative; z-index: 2; width: min(680px, 100%); padding: 105px 0 74px; }
.wdp-hero h1 { margin: 12px 0 18px; font-size: clamp(2.55rem, 6vw, 5.5rem); line-height: .98; letter-spacing: -.06em; }
.wdp-hero p { max-width: 650px; margin: 0 0 28px; color: #e3e3e6; font-size: clamp(1rem, 1.8vw, 1.2rem); }
.wdp-search-box { display: flex; align-items: center; width: min(700px, 100%); min-height: 62px; margin: 0 0 20px; padding: 7px 7px 7px 20px; border: 1px solid rgba(255,255,255,.2); border-radius: 999px; background: #fff; box-shadow: var(--wdp-shadow); }
.wdp-search-box input { flex: 1; min-width: 0; border: 0; outline: 0; color: #17171a; background: transparent; }
.wdp-search-box button { flex: 0 0 auto; width: 48px; height: 48px; border: 0; border-radius: 50%; background: var(--wdp-orange); color: #fff; font-weight: 800; }
.wdp-hero__actions { display: flex; flex-wrap: wrap; gap: 12px; }

/* Page categories, live stories and protected contributor accounts */
.wdp-page-category-title { display: block; margin-top: 9px; color: #fff; font-size: .88rem; font-weight: 800; letter-spacing: .04em; }
.wdp-live-stories { background: #09090a; color: #fff; }
.wdp-live-stories h2, .wdp-live-stories h3, .wdp-live-stories a { color: #fff; }
.wdp-live-stories .wdp-link, .wdp-live-stories a:hover { color: var(--wdp-orange); }
.wdp-live-dot, .wdp-badge--live i { display: inline-block; width: 8px; height: 8px; margin-right: 7px; border-radius: 50%; background: var(--wdp-orange); box-shadow: 0 0 0 5px rgba(255,107,0,.17); animation: wdp-live-pulse 1.5s ease infinite; }
.wdp-badge--live { position: absolute; z-index: 3; top: 12px; left: 12px; }
@keyframes wdp-live-pulse { 50% { opacity: .45; transform: scale(.82); } }
.wdp-account-gate, .wdp-account-panel { max-width: 780px; padding: clamp(28px,5vw,52px); border: 1px solid var(--wdp-border); border-radius: 22px; background: #09090a; color: #fff; box-shadow: var(--wdp-shadow); }
.wdp-account-gate h2, .wdp-account-panel h2 { margin: 9px 0 13px; color: #fff; font-size: clamp(2rem,4vw,3.2rem); line-height: 1.05; }
.wdp-account-gate p, .wdp-account-panel p { color: #d5d5d9; }
.wdp-account-gate > div, .wdp-account-panel > div { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 23px; }
.wdp-account-form { max-width: 760px; padding: clamp(24px,4vw,40px); border: 1px solid var(--wdp-border); border-radius: 20px; background: var(--wdp-card); }

/* Grids and cards */
.wdp-grid { display: grid; gap: 22px; }
.wdp-grid--2 { grid-template-columns: repeat(2, minmax(0,1fr)); }
.wdp-grid--3 { grid-template-columns: repeat(3, minmax(0,1fr)); }
.wdp-grid--4 { grid-template-columns: repeat(4, minmax(0,1fr)); }
.wdp-scroll-row { display: grid; grid-auto-flow: column; grid-auto-columns: minmax(285px, 32%); gap: 20px; overflow-x: auto; padding: 2px 2px 16px; scroll-snap-type: x mandatory; scrollbar-color: var(--wdp-orange) var(--wdp-card-alt); }
.wdp-scroll-row > * { scroll-snap-align: start; }
.wdp-card { position: relative; min-width: 0; overflow: hidden; border: 1px solid var(--wdp-border); border-radius: var(--wdp-radius); background: var(--wdp-card); transition: transform .25s ease, border-color .25s ease, box-shadow .25s ease; }
.wdp-card:hover { transform: translateY(-5px); border-color: rgba(255,107,0,.65); box-shadow: var(--wdp-shadow); }
.wdp-card__image { position: relative; aspect-ratio: 4/3; overflow: hidden; background: var(--wdp-card-alt); }
.wdp-card__image img { width: 100%; height: 100%; object-fit: cover; transition: transform .45s ease; }
.wdp-card:hover .wdp-card__image img { transform: scale(1.045); }
.wdp-card__badges { position: absolute; z-index: 2; top: 12px; left: 12px; right: 12px; display: flex; flex-wrap: wrap; gap: 7px; }
.wdp-card__save { position: absolute; z-index: 2; top: 12px; right: 12px; display: grid; place-items: center; width: 36px; height: 36px; border: 0; border-radius: 50%; background: rgba(13,13,15,.75); color: #fff; }
.wdp-card__body { padding: 18px; }
.wdp-card__meta { display: flex; flex-wrap: wrap; align-items: center; gap: 8px 12px; color: var(--wdp-muted); font-size: .78rem; }
.wdp-card h3 { margin: 7px 0 6px; font-size: 1.12rem; line-height: 1.25; }
.wdp-card p { margin: 0; color: var(--wdp-muted); font-size: .88rem; }
.wdp-card__footer { display: flex; justify-content: space-between; align-items: center; gap: 12px; margin-top: 15px; }
.wdp-price { color: #fff; font-weight: 800; }
.wdp-category-card { min-height: 310px; display: flex; align-items: end; }
.wdp-category-card::after { content: ""; position: absolute; inset: 0; background: linear-gradient(0deg, rgba(7,7,8,.94), rgba(7,7,8,.08) 75%); }
.wdp-category-card img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; }
.wdp-category-card__body { position: relative; z-index: 2; padding: 22px; }
.wdp-category-card__icon { display: grid; place-items: center; width: 42px; height: 42px; margin-bottom: 12px; border-radius: 12px; background: var(--wdp-orange); font-size: 1.2rem; }
.wdp-category-card h3 { margin: 0 0 5px; font-size: 1.3rem; }
.wdp-video-card .wdp-card__image { aspect-ratio: 9/14; }
.wdp-live-dot { width: 7px; height: 7px; border-radius: 50%; background: #fff; box-shadow: 0 0 0 4px rgba(255,255,255,.2); }

/* Pages and details */
.wdp-page-hero { min-height: 360px; display: grid; align-items: end; position: relative; overflow: hidden; background: var(--wdp-card); }
.wdp-page-hero__media { position: absolute; inset: 0; }
.wdp-page-hero__media img { width: 100%; height: 100%; object-fit: cover; }
.wdp-page-hero::after { content: ""; position: absolute; inset: 0; background: linear-gradient(0deg, rgba(8,8,10,.94), rgba(8,8,10,.18)); }
.wdp-page-hero__content { position: relative; z-index: 2; padding: 70px 0 42px; }
.wdp-page-hero h1 { max-width: 900px; margin: 8px 0 10px; font-size: clamp(2.2rem, 5vw, 4rem); line-height: 1.05; letter-spacing: -.045em; }
.wdp-page-hero p { max-width: 700px; color: #dddde0; }
.wdp-page-hero h1, .wdp-page-hero h2, .wdp-page-hero h3, .wdp-page-hero a, .wdp-directory-hero h1, .wdp-directory-hero h2, .wdp-directory-hero h3, .wdp-directory-hero a, .wdp-article-hero h1, .wdp-article-hero h2, .wdp-article-hero h3, .wdp-article-hero a, .wdp-hero h1, .wdp-hero h2, .wdp-hero h3, .wdp-hero a { color: #fff; }
.wdp-breadcrumbs { color: var(--wdp-muted); font-size: .78rem; }
.wdp-content-layout { display: grid; grid-template-columns: minmax(0,1fr) 350px; gap: 34px; align-items: start; }
.wdp-prose { color: #e4e4e7; }
.wdp-prose h2, .wdp-prose h3, .wdp-prose h4 { color: #fff; line-height: 1.2; margin-top: 1.7em; }
.wdp-prose a { color: var(--wdp-orange); text-decoration: underline; }
.wdp-prose blockquote { margin: 28px 0; padding: 8px 0 8px 22px; border-left: 4px solid var(--wdp-orange); color: #fff; font-size: 1.15rem; }
.wdp-prose img { border-radius: var(--wdp-radius); }
.wdp-panel { padding: 24px; border: 1px solid var(--wdp-border); border-radius: var(--wdp-radius); background: var(--wdp-card); }
.wdp-panel h2, .wdp-panel h3 { margin-top: 0; }
.wdp-details { display: grid; gap: 0; margin: 0; }
.wdp-details > div { display: grid; grid-template-columns: 120px 1fr; gap: 15px; padding: 12px 0; border-bottom: 1px solid var(--wdp-border); }
.wdp-details dt { color: var(--wdp-muted); }
.wdp-details dd { margin: 0; color: #fff; font-weight: 600; }
.wdp-contact-actions { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 10px; margin-top: 20px; }
.wdp-gallery { display: grid; grid-template-columns: 2fr 1fr 1fr; grid-template-rows: 170px 170px; gap: 10px; margin-bottom: 34px; overflow: hidden; border-radius: var(--wdp-radius); }
.wdp-gallery img { width: 100%; height: 100%; object-fit: cover; }
.wdp-gallery img:first-child { grid-row: 1 / 3; }
.wdp-filter-bar { display: grid; grid-template-columns: 2fr repeat(4,minmax(130px,1fr)) auto; gap: 10px; margin-bottom: 28px; padding: 14px; border: 1px solid var(--wdp-border); border-radius: var(--wdp-radius); background: var(--wdp-card); }
.wdp-field label { display: block; margin-bottom: 6px; color: #fff; font-size: .83rem; font-weight: 600; }
.wdp-input, .wdp-select, .wdp-textarea { width: 100%; min-height: 48px; border: 1px solid var(--wdp-border); border-radius: 11px; padding: 11px 13px; background: #101012; color: #fff; }
.wdp-textarea { min-height: 140px; resize: vertical; }
.wdp-form { display: grid; gap: 18px; }
.wdp-form-grid { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 16px; }
.wdp-form-notice { padding: 14px 16px; border: 1px solid rgba(61,220,151,.4); border-radius: 12px; background: rgba(61,220,151,.1); color: #b9ffdc; }
.wdp-form-notice--error { border-color: rgba(255,107,0,.5); background: rgba(255,107,0,.1); color: #ffd2b3; }
.wdp-pagination { display: flex; flex-wrap: wrap; justify-content: center; gap: 8px; margin-top: 38px; }
.wdp-pagination .page-numbers { display: grid; place-items: center; min-width: 40px; height: 40px; padding: 0 12px; border: 1px solid var(--wdp-border); border-radius: 10px; }
.wdp-pagination .current { background: var(--wdp-orange); border-color: var(--wdp-orange); }
.wdp-empty { padding: 50px 24px; border: 1px dashed var(--wdp-border); border-radius: var(--wdp-radius); text-align: center; color: var(--wdp-muted); }
.wdp-share { display: flex; flex-wrap: wrap; gap: 8px; margin: 24px 0; }
.wdp-share a { padding: 8px 12px; border: 1px solid var(--wdp-border); border-radius: 999px; font-size: .8rem; }
.wdp-share a:hover { color: #fff; border-color: var(--wdp-orange); background: var(--wdp-orange); }

/* Rich editable page content */
.wdp-page-intro { max-width: 880px; margin: 0 0 38px; }
.wdp-page-intro h2 { margin: 9px 0 14px; font-size: clamp(2rem, 4vw, 3.5rem); letter-spacing: -.045em; }
.wdp-page-intro p { color: var(--wdp-muted); font-size: 1.08rem; }
.wdp-editorial-grid { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 18px; margin: 32px 0 48px; }
.wdp-editorial-grid--3 { grid-template-columns: repeat(3,minmax(0,1fr)); }
.wdp-editorial-grid > div { padding: 25px; border: 1px solid var(--wdp-border); border-radius: var(--wdp-radius); background: var(--wdp-card); }
.wdp-editorial-grid h3 { margin: 0 0 8px; }
.wdp-editorial-grid p { margin: 0; color: var(--wdp-muted); }
.wdp-step-number { display: inline-block; margin-bottom: 12px; color: var(--wdp-orange); font-size: 1.45rem; font-weight: 800; }
.wdp-process { display: grid; grid-template-columns: .85fr 1.15fr; gap: 42px; margin: 52px 0; padding: 36px; border-radius: var(--wdp-radius); background: var(--wdp-card); }
.wdp-process h2 { margin-top: 0; }
.wdp-process ol { margin: 0; padding: 0; list-style: none; counter-reset: process; }
.wdp-process li { position: relative; padding: 16px 0 16px 54px; border-top: 1px solid var(--wdp-border); counter-increment: process; }
.wdp-process li::before { content: counter(process); position: absolute; left: 0; top: 14px; display: grid; place-items: center; width: 36px; height: 36px; border-radius: 50%; background: var(--wdp-orange); color: #fff; font-weight: 800; }
.wdp-process strong, .wdp-process span { display: block; }
.wdp-process span { color: var(--wdp-muted); }
.wdp-checklist { margin: 40px 0; padding: 28px; border: 1px solid rgba(255,107,0,.52); border-radius: var(--wdp-radius); background: rgba(255,107,0,.08); }
.wdp-checklist h2 { margin-top: 0; }
.wdp-checklist p { color: #e5e5e8; }
.wdp-standfirst { padding-bottom: 24px; border-bottom: 1px solid var(--wdp-border); color: #fff; font-size: 1.25rem; line-height: 1.7; }

/* Google AdSense-ready positions */
.wdp-ad-slot { min-height: 116px; margin: 32px 0; padding: 20px; display: grid; place-items: center; align-content: center; gap: 5px; border: 1px dashed #55555d; border-radius: 14px; background: rgba(255,255,255,.035); color: var(--wdp-muted); text-align: center; }
.wdp-ad-slot--sidebar { min-height: 280px; margin-top: 0; }
.wdp-ad-slot--in-article { min-height: 180px; }
.wdp-ad-label { display: block; margin-bottom: 5px; font-size: .62rem; font-weight: 800; letter-spacing: .16em; text-transform: uppercase; }
.wdp-ad-slot strong, .wdp-ad-slot small { display: block; }
.wdp-ad-slot small { font-size: .7rem; }
.wdp-light-page .wdp-ad-slot { border-color: #d3cec4; background: #faf8f3; color: #777; }
.wdp-light-page .wdp-ad-slot strong { color: #25221f; }

/* Professional light directory pages */
.wdp-light-page { background: #f7f5ef; color: #171512; }
.wdp-directory-hero { position: relative; min-height: 520px; display: grid; align-items: end; overflow: hidden; background: #171512; }
.wdp-directory-hero__media { position: absolute; inset: 0; }
.wdp-directory-hero__media img { width: 100%; height: 100%; object-fit: cover; }
.wdp-directory-hero::after { content: ""; position: absolute; inset: 0; background: linear-gradient(0deg,rgba(8,8,9,.94),rgba(8,8,9,.18)),linear-gradient(90deg,rgba(8,8,9,.7),transparent); }
.wdp-directory-hero__content { position: relative; z-index: 2; padding: 90px 0 52px; }
.wdp-directory-hero h1 { max-width: 900px; margin: 10px 0 14px; font-size: clamp(3rem,6vw,5.6rem); line-height: .95; letter-spacing: -.06em; }
.wdp-directory-hero p { max-width: 760px; margin: 0; color: #eeeef0; font-size: 1.05rem; }
.wdp-directory-tabs { border-bottom: 1px solid #ded8ce; background: #f7f5ef; }
.wdp-directory-tabs .wdp-container { display: flex; gap: 9px; padding-top: 20px; padding-bottom: 20px; overflow-x: auto; }
.wdp-directory-tabs a { flex: 0 0 auto; padding: 9px 14px; border: 1px solid #ddd8ce; border-radius: 999px; background: #fff; color: #59534d; font-size: .76rem; font-weight: 700; }
.wdp-directory-tabs a:hover { border-color: #171512; background: #171512; color: #fff; }
.wdp-directory-results { background: #fff; }
.wdp-directory-results .wdp-prose, .wdp-directory-results .wdp-section-heading h2 { color: #171512; }
.wdp-directory-results .wdp-prose p, .wdp-directory-results .wdp-section-heading p { color: #6f6962; }
.wdp-light-page .wdp-card { border-color: #e3ded5; background: #fff; color: #171512; box-shadow: 0 10px 34px rgba(34,28,20,.07); }
.wdp-light-page .wdp-card p, .wdp-light-page .wdp-card__meta { color: #746f68; }
.wdp-light-page .wdp-price { color: #171512; }
.wdp-light-page .wdp-filter-bar { border-color: #ded8ce; background: #f6f2eb; }
.wdp-light-page .wdp-input, .wdp-light-page .wdp-select { border-color: #ddd8ce; background: #fff; color: #171512; }

/* Venue profile based on the supplied reference */
.wdp-venue-top { padding-top: 36px; }
.wdp-light-page .wdp-breadcrumbs { margin-bottom: 22px; color: #716a63; }
.wdp-venue-gallery { display: grid; grid-template-columns: 1.8fr .9fr .9fr; grid-template-rows: 330px; gap: 10px; overflow: hidden; border-radius: 23px; }
.wdp-venue-gallery img { width: 100%; height: 100%; object-fit: cover; }
.wdp-venue-profile-grid { display: grid; grid-template-columns: minmax(0,1fr) 360px; gap: 66px; align-items: start; margin-top: 34px; }
.wdp-venue-tags { display: flex; flex-wrap: wrap; gap: 8px; align-items: center; }
.wdp-venue-tags span, .wdp-venue-tags b { padding: 6px 10px; border-radius: 999px; font-size: .66rem; text-transform: uppercase; }
.wdp-venue-tags span { padding-left: 0; color: #dc560e; font-weight: 900; letter-spacing: .08em; }
.wdp-venue-tags b { background: #ffd84a; color: #171512; }
.wdp-venue-tags b:last-child { background: #171512; color: #fff; }
.wdp-venue-profile h1 { margin: 12px 0 8px; font-size: clamp(2.6rem,5vw,4.7rem); line-height: .95; letter-spacing: -.055em; }
.wdp-venue-meta { display: flex; flex-wrap: wrap; gap: 8px; color: #68625c; font-size: .82rem; }
.wdp-venue-meta strong { color: #df9f00; }
.wdp-venue-lead { max-width: 760px; margin: 24px 0; color: #4c4842; font-size: 1.02rem; }
.wdp-venue-action-card { position: sticky; top: 108px; padding: 25px; border: 1px solid #e2ddd5; border-radius: 19px; background: #fff; box-shadow: 0 18px 45px rgba(42,32,20,.1); }
.wdp-action-label { display: block; color: #9a938a; font-size: .66rem; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; }
.wdp-venue-action-card > strong { display: block; margin: 5px 0 18px; }
.wdp-venue-action-card hr { height: 1px; border: 0; background: #ebe6dd; }
.wdp-venue-action-card > div { display: grid; grid-template-columns: 1fr 1fr; gap: 9px; margin: 14px 0; }
.wdp-action-button { min-height: 43px; display: grid; place-items: center; border: 1px solid #e5e0d7; border-radius: 999px; background: #fff; color: #29251f; font-size: .77rem; font-weight: 800; }
.wdp-action-button--dark { border-color: #171512; background: #171512; color: #fff; }
.wdp-action-button--orange { border-color: var(--wdp-orange); background: var(--wdp-orange); color: #fff; }
.wdp-venue-action-card small { display: block; color: #8a847c; font-size: .68rem; }
.wdp-venue-section { margin-top: 42px; }
.wdp-venue-section h2 { margin: 0 0 17px; font-size: 1.3rem; color: #171512; }
.wdp-venue-section .wdp-prose, .wdp-venue-section .wdp-prose p { color: #5f5a53; }
.wdp-facility-pills { display: flex; flex-wrap: wrap; gap: 9px; }
.wdp-facility-pills span { padding: 9px 13px; border: 1px solid #ddd8d0; border-radius: 999px; background: #fff; color: #4a4640; font-size: .76rem; }
.wdp-map-section { max-width: 790px; }
.wdp-map-panel, .wdp-map-embed { width: 100%; min-height: 240px; border: 1px solid #e6d4b8; border-radius: 21px; }
.wdp-map-panel { display: grid; place-items: center; align-content: center; gap: 8px; background: radial-gradient(circle at 20% 25%,#fff1a8,transparent 30%),linear-gradient(135deg,#ffe592,#ffd2ae 55%,#f1c8ff); color: #171512; }
.wdp-map-panel span { padding: 10px 16px; border-radius: 999px; background: #171512; color: #fff; font-size: .8rem; font-weight: 800; }
.wdp-map-panel small { color: #5f5548; }
.wdp-review-section { max-width: 790px; }
.wdp-review-list { margin: 0; padding: 0; list-style: none; }
.wdp-review-list .comment { margin: 12px 0; padding: 18px 20px; border: 1px solid #dfdad2; border-radius: 14px; background: #fff; color: #5f5a53; }
.wdp-review-section .comment-respond { margin-top: 28px; padding: 24px; border: 1px solid #dfdad2; border-radius: 16px; background: #fff; }
.wdp-review-section input, .wdp-review-section textarea { border-color: #ddd8ce; background: #fff; color: #171512; }
.wdp-nearby { background: #ece7de; }
.wdp-nearby .wdp-section-heading h2 { color: #171512; }

/* Full on-site news article with galleries */
.wdp-article-hero { padding: 84px 0 58px; background: #080809; }
.wdp-article-hero__grid { display: grid; grid-template-columns: 1fr .9fr; gap: 55px; align-items: center; }
.wdp-article-hero h1 { margin: 12px 0 16px; font-size: clamp(2.8rem,5vw,5rem); line-height: .98; letter-spacing: -.055em; }
.wdp-article-hero p { color: #d8d8dc; }
.wdp-article-hero img { width: 100%; aspect-ratio: 4/3; object-fit: cover; border-radius: 22px; }
.wdp-article-meta { display: flex; flex-wrap: wrap; gap: 18px; margin-top: 20px; color: var(--wdp-muted); font-size: .77rem; }
.wdp-article-body > p:first-child { padding-bottom: 24px; border-bottom: 1px solid var(--wdp-border); color: #fff; font-size: 1.25rem; }
.wdp-article-gallery { display: grid; grid-template-columns: 1.7fr 1fr; grid-template-rows: 220px 220px; gap: 10px; margin: 36px 0; overflow: hidden; border-radius: 18px; }
.wdp-article-gallery img { width: 100%; height: 100%; object-fit: cover; }
.wdp-article-gallery img:first-child { grid-row: 1 / 3; }
.wdp-article-end { margin: 40px 0; padding: 24px; border-left: 4px solid var(--wdp-orange); background: var(--wdp-card); }
.wdp-article-end p { margin-bottom: 0; font-family: "Montserrat", sans-serif; font-size: .88rem; }
.wdp-article-sidebar { display: grid; gap: 22px; }
.wdp-article-sidebar .wdp-panel { margin: 0; }
.wdp-sidebar-story { display: block; padding: 14px 0; border-top: 1px solid var(--wdp-border); }
.wdp-sidebar-story small, .wdp-sidebar-story strong { display: block; }
.wdp-sidebar-story small { margin-bottom: 5px; color: var(--wdp-muted); font-size: .65rem; }
.wdp-sidebar-story strong { font-size: .82rem; line-height: 1.4; }

/* CTA, newsletter and footer */
.wdp-cta { position: relative; overflow: hidden; padding: 68px 0; background: var(--wdp-orange); }
.wdp-cta::after { content: "?"; position: absolute; right: 4%; bottom: -65%; color: rgba(0,0,0,.09); font-size: 28rem; line-height: 1; font-weight: 900; }
.wdp-cta__inner { position: relative; z-index: 2; display: flex; align-items: center; justify-content: space-between; gap: 32px; }
.wdp-cta h2 { max-width: 780px; margin: 0 0 8px; font-size: clamp(2rem,4vw,3.3rem); line-height: 1.05; }
.wdp-cta p { margin: 0; color: rgba(255,255,255,.9); }
.wdp-cta .wdp-button { color: #111; background: #fff; }
.wdp-newsletter { padding: 48px 0; border-bottom: 1px solid var(--wdp-border); background: #131315; }
.wdp-newsletter__inner { display: flex; align-items: center; justify-content: space-between; gap: 28px; }
.wdp-newsletter h2 { margin: 0; }
.wdp-newsletter p { margin: 4px 0 0; color: var(--wdp-muted); }
.wdp-newsletter form { width: min(560px,100%); display: flex; gap: 10px; }
.wdp-newsletter input { flex: 1; min-width: 0; }
.site-footer { background: #080809; }
.site-footer, .site-footer h2, .site-footer h3, .site-footer strong, .wdp-newsletter, .wdp-newsletter h2, .wdp-newsletter h3, .wdp-section--soft, .wdp-section--soft h2, .wdp-section--soft h3 { color: #fff; }
.site-footer__grid { display: grid; grid-template-columns: 1.6fr repeat(4,1fr); gap: 36px; padding: 64px 0 45px; }
.site-footer__brand img { width: 190px; height: auto; margin-bottom: 18px; border-radius: 8px; }
.site-footer p { color: var(--wdp-muted); font-size: .88rem; }
.site-footer h3 { margin: 0 0 16px; font-size: .92rem; }
.site-footer ul { margin: 0; padding: 0; list-style: none; }
.site-footer li { margin: 9px 0; }
.site-footer a { color: var(--wdp-muted); font-size: .86rem; }
.site-footer a:hover { color: var(--wdp-orange); }
.site-footer__bottom { display: flex; justify-content: space-between; gap: 24px; padding: 22px 0; border-top: 1px solid var(--wdp-border); color: var(--wdp-muted); font-size: .78rem; }
.site-footer__legal { display: flex; flex-wrap: wrap; gap: 16px; }

@media (max-width: 1120px) {
  .site-header__nav-inner { min-height: 48px; justify-content: flex-end; }
  .primary-navigation { position: absolute; z-index: 5; top: 100%; left: 0; right: 0; display: none; padding: 18px max(20px,calc((100vw - var(--wdp-container))/2)); background: #080809; border-bottom: 1px solid var(--wdp-border); box-shadow: 0 18px 35px rgba(0,0,0,.25); }
  .primary-navigation.is-open { display: block; }
  .primary-navigation ul { align-items: stretch; flex-direction: column; gap: 0; }
  .primary-navigation a { padding: 12px 4px; border-bottom: 1px solid var(--wdp-border); }
  .menu-toggle { display: grid; }
  .wdp-grid--4 { grid-template-columns: repeat(2,minmax(0,1fr)); }
  .site-footer__grid { grid-template-columns: 1.5fr repeat(2,1fr); }
  .wdp-filter-bar { grid-template-columns: repeat(3,1fr); }
	.wdp-venue-profile-grid { grid-template-columns: 1fr; }
	.wdp-venue-action-card { position: static; }
	.wdp-venue-gallery { grid-template-columns: 1.7fr 1fr; grid-template-rows: 220px 220px; }
	.wdp-venue-gallery img:first-child { grid-row: 1 / 3; }
	.wdp-venue-gallery img:nth-child(3) { grid-column: 2; }
}

@media (max-width: 800px) {
  body.admin-bar .site-header { top: 46px; }
  .wdp-container { width: min(calc(100% - 28px), var(--wdp-container)); }
  .wdp-section { padding: 56px 0; }
  .wdp-section-heading { align-items: start; flex-direction: column; gap: 10px; }
  .wdp-hero { min-height: 700px; }
  .wdp-hero::after { background: linear-gradient(0deg,rgba(7,7,8,.96),rgba(7,7,8,.3)); }
  .wdp-hero__content { padding: 90px 0 48px; }
  .wdp-scroll-row { grid-auto-columns: 82%; }
  .wdp-grid--3, .wdp-grid--2 { grid-template-columns: 1fr; }
  .wdp-content-layout { grid-template-columns: 1fr; }
  .wdp-gallery { grid-template-columns: 1fr 1fr; grid-template-rows: 250px 120px; }
  .wdp-gallery img:first-child { grid-column: 1 / 3; grid-row: auto; }
  .wdp-form-grid { grid-template-columns: 1fr; }
	.wdp-editorial-grid, .wdp-editorial-grid--3, .wdp-process { grid-template-columns: 1fr; }
	.wdp-process { padding: 25px; }
  .wdp-cta__inner, .wdp-newsletter__inner { align-items: start; flex-direction: column; }
  .wdp-newsletter form { flex-direction: column; }
  .site-footer__grid { grid-template-columns: 1fr 1fr; }
  .site-footer__brand { grid-column: 1 / 3; }
  .site-footer__bottom { flex-direction: column; }
	.wdp-directory-hero { min-height: 600px; }
	.wdp-directory-hero h1 { font-size: 3.35rem; }
	.wdp-venue-gallery { grid-template-columns: 1fr 1fr; grid-template-rows: 270px 130px; }
	.wdp-venue-gallery img:first-child { grid-column: 1 / 3; grid-row: auto; }
	.wdp-venue-gallery img:nth-child(3) { grid-column: auto; }
	.wdp-article-hero__grid { grid-template-columns: 1fr; }
	.wdp-article-gallery { grid-template-columns: 1fr 1fr; grid-template-rows: 260px 130px; }
	.wdp-article-gallery img:first-child { grid-column: 1 / 3; grid-row: auto; }
}

@media (max-width: 520px) {
  .site-header__inner { min-height: 68px; gap: 8px; }
  .site-branding { flex-basis: 112px; }
  .site-branding img { height: 36px; max-width: 112px; }
  .header-actions { gap: 4px; }
  .header-account-link { padding: 7px 6px; font-size: .64rem; }
  .header-account-link--outline { border: 0; }
  .site-header__cta { min-height: 34px; padding: 8px 9px; font-size: 0; }
  .site-header__cta::after { content: "List"; font-size: .68rem; }
  .menu-toggle { width: 34px; height: 34px; }
  .header-search { display: none; }
  .wdp-hero h1 { font-size: 2.65rem; }
  .wdp-search-box { min-height: 56px; padding-left: 15px; }
  .wdp-search-box button { width: 44px; height: 44px; }
  .wdp-grid--4 { grid-template-columns: 1fr; }
  .wdp-filter-bar { grid-template-columns: 1fr; }
  .wdp-contact-actions { grid-template-columns: 1fr; }
  .site-footer__grid { grid-template-columns: 1fr; }
  .site-footer__brand { grid-column: auto; }
	.wdp-directory-hero h1 { font-size: 2.8rem; }
	.wdp-venue-profile h1 { font-size: 2.8rem; }
	.wdp-venue-action-card > div { grid-template-columns: 1fr; }
	.wdp-venue-gallery { grid-template-rows: 230px 105px; }
}
