/*
Theme Name: Where Dey Pap
Theme URI: https://wheredeypap.com/
Author: Where Dey Pap
Author URI: https://wheredeypap.com/
Description: Premium Ghana-first lifestyle discovery, venue directory, events, stays and newsroom theme.
Version: 2.2.0
Requires at least: 6.2
Tested up to: 6.8
Requires PHP: 7.4
Text Domain: where-dey-pap
*/

:root {
  --wdp-orange: #ff6b00;
  --wdp-orange-deep: #d95700;
  --wdp-charcoal: #1b1b1f;
  --wdp-black: #0d0d0f;
  --wdp-card: #17171a;
  --wdp-card-2: #202024;
  --wdp-border: #303035;
  --wdp-white: #ffffff;
  --wdp-muted: #a8a8ad;
  --wdp-ink: #17171a;
  --wdp-soft: #f6f6f7;
  --wdp-radius: 18px;
  --wdp-shadow: 0 18px 60px rgba(0,0,0,.18);
  --wdp-container: 1220px;
}

*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--wdp-ink); background: #fff; font-family: Montserrat, Arial, sans-serif; font-size: 16px; line-height: 1.7; -webkit-font-smoothing: antialiased; }
body.admin-bar .wdp-site-header { top: 32px; }
img { max-width: 100%; height: auto; display: block; }
a { color: inherit; text-decoration: none; }
button, input, select, textarea { font: inherit; }
button, .button, .wdp-button { cursor: pointer; }
h1,h2,h3,h4,h5,h6 { margin: 0 0 .65rem; color: inherit; font-weight: 800; line-height: 1.13; letter-spacing: -.035em; }
h1 { font-size: clamp(2.25rem, 5vw, 4.75rem); }
h2 { font-size: clamp(1.8rem, 3vw, 3rem); }
h3 { font-size: 1.2rem; }
p { margin: 0 0 1rem; }
.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-narrow { width: min(calc(100% - 40px), 820px); margin-inline: auto; }
.wdp-section { padding: 82px 0; }
.wdp-section--soft { background: var(--wdp-soft); }
.wdp-section--dark { color: var(--wdp-white); background: var(--wdp-black); }
.wdp-section--dark p, .wdp-dark p { color: #d5d5d8; }
.wdp-section--orange { color: #fff; background: var(--wdp-orange); }
.wdp-kicker { display: flex; align-items: center; gap: 9px; margin-bottom: 12px; color: var(--wdp-orange); font-size: .76rem; font-weight: 800; letter-spacing: .16em; text-transform: uppercase; }
.wdp-kicker::before { width: 24px; height: 3px; content: ''; background: currentColor; border-radius: 99px; }
.wdp-section-head { display: flex; align-items: end; justify-content: space-between; gap: 24px; margin-bottom: 34px; }
.wdp-section-head p { max-width: 690px; margin-bottom: 0; color: #68686f; }
.wdp-section--dark .wdp-section-head p { color: var(--wdp-muted); }
.wdp-text-link { display: inline-flex; align-items: center; gap: 9px; color: var(--wdp-orange); font-weight: 800; font-size: .88rem; white-space: nowrap; }
.wdp-text-link span { transition: transform .2s ease; }
.wdp-text-link:hover span { transform: translateX(4px); }
.wdp-button { display: inline-flex; min-height: 48px; align-items: center; justify-content: center; gap: 10px; padding: 11px 22px; border: 1px solid transparent; border-radius: 999px; color: #fff; background: var(--wdp-orange); font-size: .86rem; font-weight: 800; transition: background .2s ease, transform .2s ease, border-color .2s ease; }
.wdp-button:hover { color: #fff; background: var(--wdp-orange-deep); transform: translateY(-2px); }
.wdp-button--dark { background: var(--wdp-black); }
.wdp-button--dark:hover { background: #2b2b30; }
.wdp-button--light { color: var(--wdp-ink); background: #fff; }
.wdp-button--light:hover { color: #fff; background: var(--wdp-orange); }
.wdp-button--outline { color: #fff; border-color: rgba(255,255,255,.5); background: transparent; }
.wdp-button--outline:hover { border-color: var(--wdp-orange); background: var(--wdp-orange); }

/* Header */
.wdp-site-header { position: sticky; z-index: 900; top: 0; width: 100%; box-shadow: 0 8px 26px rgba(0,0,0,.1); }
.wdp-topbar { min-height: 84px; color: var(--wdp-ink); background: #fff; }
.wdp-topbar__inner { display: flex; min-height: 84px; align-items: center; justify-content: space-between; gap: 28px; }
.wdp-brand { display: block; width: 175px; height: 62px; overflow: hidden; border-radius: 10px; background: var(--wdp-black); }
.wdp-brand img, .custom-logo-link img { width: 100%; height: 100%; object-fit: contain; }
.custom-logo-link { display: block; width: 175px; max-height: 62px; }
.wdp-top-actions { display: flex; align-items: center; gap: 12px; }
.wdp-action-link { color: #4d4d53; font-size: .82rem; font-weight: 700; }
.wdp-action-link:hover { color: var(--wdp-orange); }
.wdp-navbar { color: #fff; background: var(--wdp-black); }
.wdp-nav-inner { display: flex; min-height: 58px; align-items: center; justify-content: space-between; gap: 20px; }
.wdp-nav { flex: 1; overflow-x: auto; scrollbar-width: none; }
.wdp-nav::-webkit-scrollbar { display: none; }
.wdp-menu, .wdp-nav ul { display: flex; margin: 0; padding: 0; list-style: none; align-items: center; gap: 4px; }
.wdp-nav li { position: relative; }
.wdp-nav a { display: block; padding: 18px 12px; color: #fff; font-size: .78rem; font-weight: 700; white-space: nowrap; }
.wdp-nav a:hover, .wdp-nav .current-menu-item > a, .wdp-nav .current_page_item > a, .wdp-nav .current-menu-ancestor > a { color: var(--wdp-orange); }
.wdp-nav .sub-menu { position: absolute; z-index: 20; top: 100%; left: 0; display: none; min-width: 220px; padding: 8px; border: 1px solid var(--wdp-border); border-radius: 12px; background: var(--wdp-card); box-shadow: var(--wdp-shadow); }
.wdp-nav li:hover > .sub-menu, .wdp-nav li:focus-within > .sub-menu { display: block; }
.wdp-nav .sub-menu a { padding: 10px 12px; border-radius: 7px; }
.wdp-nav .sub-menu a:hover { background: var(--wdp-card-2); }
.wdp-header-search { display: flex; width: 210px; height: 38px; border: 1px solid var(--wdp-border); border-radius: 999px; overflow: hidden; background: #17171a; }
.wdp-header-search input { width: 100%; padding: 0 14px; color: #fff; border: 0; outline: 0; background: transparent; font-size: .75rem; }
.wdp-header-search button { width: 42px; color: var(--wdp-orange); border: 0; background: transparent; }
.wdp-menu-toggle { display: none; width: 44px; height: 44px; border: 0; border-radius: 10px; color: #fff; background: var(--wdp-card); }
.wdp-breaking { color: #fff; background: #26262b; border-bottom: 1px solid #36363b; }
.wdp-breaking__inner { display: flex; min-height: 38px; align-items: center; gap: 14px; overflow: hidden; }
.wdp-breaking__label { padding: 4px 10px; border-radius: 999px; background: var(--wdp-orange); font-size: .67rem; font-weight: 900; letter-spacing: .08em; }
.wdp-breaking a { overflow: hidden; font-size: .76rem; font-weight: 600; text-overflow: ellipsis; white-space: nowrap; }

/* Hero */
.wdp-hero { position: relative; min-height: 680px; overflow: hidden; color: #fff; background: var(--wdp-black); }
.wdp-slide { position: absolute; inset: 0; opacity: 0; visibility: hidden; transition: opacity .7s ease; }
.wdp-slide.is-active { opacity: 1; visibility: visible; }
.wdp-slide::after { position: absolute; inset: 0; content: ''; background: linear-gradient(90deg, rgba(5,5,7,.9) 0%, rgba(5,5,7,.68) 42%, rgba(5,5,7,.2) 76%, rgba(5,5,7,.32) 100%); }
.wdp-slide img, .wdp-slide video { width: 100%; height: 100%; object-fit: cover; }
.wdp-hero__inner { position: relative; z-index: 3; display: flex; min-height: 680px; align-items: center; }
.wdp-hero__copy { max-width: 730px; padding: 84px 0; }
.wdp-hero__eyebrow { display: inline-flex; align-items: center; gap: 8px; margin-bottom: 20px; padding: 7px 12px; border: 1px solid rgba(255,255,255,.28); border-radius: 999px; background: rgba(13,13,15,.42); font-size: .72rem; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; backdrop-filter: blur(12px); }
.wdp-hero h1 { max-width: 710px; color: #fff; }
.wdp-hero h1 em { color: var(--wdp-orange); font-style: normal; }
.wdp-hero__copy > p { max-width: 660px; color: #e6e6e8; font-size: 1.08rem; }
.wdp-hero-search { display: grid; max-width: 690px; margin-top: 30px; padding: 7px; border-radius: 14px; background: #fff; grid-template-columns: 1fr auto; box-shadow: var(--wdp-shadow); }
.wdp-hero-search input { min-width: 0; padding: 0 16px; border: 0; outline: none; background: transparent; }
.wdp-hero-search button { min-width: 130px; border: 0; }
.wdp-hero__actions { display: flex; gap: 12px; margin-top: 22px; flex-wrap: wrap; }
.wdp-slider-dots { position: absolute; z-index: 4; right: max(24px, calc((100vw - var(--wdp-container))/2)); bottom: 36px; display: flex; gap: 8px; }
.wdp-slider-dot { width: 28px; height: 5px; padding: 0; border: 0; border-radius: 99px; background: rgba(255,255,255,.42); }
.wdp-slider-dot.is-active { background: var(--wdp-orange); }

/* Cards and discovery */
.wdp-grid { display: grid; gap: 24px; }
.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-grid--5 { grid-template-columns: repeat(5, minmax(0,1fr)); }
.wdp-card { overflow: hidden; border: 1px solid #e7e7e9; border-radius: var(--wdp-radius); background: #fff; transition: transform .25s ease, box-shadow .25s ease, border-color .25s ease; }
.wdp-card:hover { transform: translateY(-6px); border-color: rgba(255,107,0,.35); box-shadow: 0 20px 50px rgba(13,13,15,.13); }
.wdp-card__image { position: relative; display: block; aspect-ratio: 4/2.85; overflow: hidden; background: #dedee1; }
.wdp-card__image img { width: 100%; height: 100%; object-fit: cover; transition: transform .5s ease; }
.wdp-card:hover .wdp-card__image img { transform: scale(1.045); }
.wdp-card__body { padding: 20px; }
.wdp-card__body h3 { margin-bottom: 7px; }
.wdp-card__body > p { color: #68686f; font-size: .87rem; line-height: 1.55; }
.wdp-card__meta { display: flex; min-height: 22px; align-items: center; justify-content: space-between; gap: 10px; margin-bottom: 9px; color: var(--wdp-orange); font-size: .69rem; font-weight: 800; text-transform: uppercase; }
.wdp-card__meta a { color: inherit; }
.wdp-location { color: #77777c !important; font-size: .76rem !important; }
.wdp-badge { position: absolute; z-index: 2; top: 13px; display: inline-flex; align-items: center; min-height: 25px; padding: 4px 9px; border-radius: 999px; color: #fff; font-size: .62rem; font-weight: 800; text-transform: uppercase; backdrop-filter: blur(8px); }
.wdp-badge--verified { left: 13px; background: rgba(20,20,23,.82); }
.wdp-badge--trending { right: 13px; background: var(--wdp-orange); }
.wdp-section--dark .wdp-card { color: #fff; border-color: var(--wdp-border); background: var(--wdp-card); }
.wdp-section--dark .wdp-card__body > p, .wdp-section--dark .wdp-location { color: var(--wdp-muted) !important; }
.wdp-categories { display: grid; gap: 16px; grid-template-columns: repeat(4,minmax(0,1fr)); }
.wdp-categories--2 { grid-template-columns: repeat(2,minmax(0,1fr)); }
.wdp-categories--3 { grid-template-columns: repeat(3,minmax(0,1fr)); }
.wdp-categories--4 { grid-template-columns: repeat(4,minmax(0,1fr)); }
.wdp-categories--5 { grid-template-columns: repeat(5,minmax(0,1fr)); }
.wdp-category { position: relative; display: flex; min-height: 210px; overflow: hidden; align-items: end; padding: 22px; border-radius: var(--wdp-radius); color: #fff; background: var(--wdp-card); }
.wdp-category::before { position: absolute; inset: 0; content: ''; background: linear-gradient(0deg, rgba(8,8,10,.9), rgba(8,8,10,.08)); }
.wdp-category img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; }
.wdp-category__content { position: relative; z-index: 2; }
.wdp-category__icon { display: grid; width: 38px; height: 38px; margin-bottom: 11px; border-radius: 50%; color: #fff; background: var(--wdp-orange); place-items: center; }
.wdp-category h3 { margin: 0; color: #fff; }
.wdp-category span { color: #dedee1; font-size: .76rem; }
.wdp-city-grid { display: grid; gap: 1px; overflow: hidden; border: 1px solid var(--wdp-border); border-radius: var(--wdp-radius); background: var(--wdp-border); grid-template-columns: repeat(5,1fr); }
.wdp-city-grid--2 { grid-template-columns: repeat(2,1fr); }
.wdp-city-grid--3 { grid-template-columns: repeat(3,1fr); }
.wdp-city-grid--4 { grid-template-columns: repeat(4,1fr); }
.wdp-city-grid--5 { grid-template-columns: repeat(5,1fr); }
.wdp-city { min-height: 155px; padding: 22px; color: #fff; background: var(--wdp-card); }
.wdp-city:hover { background: var(--wdp-card-2); }
.wdp-city strong { display: block; margin-bottom: 8px; font-size: 1.12rem; }
.wdp-city span { color: var(--wdp-muted); font-size: .78rem; }
.wdp-stats { display: grid; gap: 1px; margin-top: 40px; overflow: hidden; border-radius: var(--wdp-radius); background: rgba(255,255,255,.18); grid-template-columns: repeat(4,1fr); }
.wdp-stat { padding: 22px; background: rgba(255,255,255,.08); }
.wdp-stat strong { display: block; color: #fff; font-size: 1.8rem; }
.wdp-stat span { color: rgba(255,255,255,.78); font-size: .78rem; }

/* Page hero, directories and filters */
.wdp-page-hero { padding: 86px 0 74px; color: #fff; background: var(--wdp-black); }
.wdp-page-hero h1 { max-width: 900px; color: #fff; }
.wdp-page-hero p { max-width: 760px; color: #cfcfd3; font-size: 1.02rem; }
.wdp-breadcrumbs { display: flex; gap: 8px; margin-bottom: 24px; color: #73737a; font-size: .75rem; flex-wrap: wrap; }
.wdp-breadcrumbs a:hover { color: var(--wdp-orange); }
.wdp-filters { display: grid; gap: 10px; margin-bottom: 34px; padding: 16px; border: 1px solid #e4e4e7; border-radius: 16px; background: #fff; grid-template-columns: 2fr repeat(3,1fr) auto; box-shadow: 0 10px 35px rgba(0,0,0,.06); }
.wdp-filters input, .wdp-filters select, .wdp-form input, .wdp-form select, .wdp-form textarea { width: 100%; min-height: 48px; padding: 11px 14px; border: 1px solid #d8d8dc; border-radius: 10px; color: var(--wdp-ink); background: #fff; outline: none; }
.wdp-filters input:focus, .wdp-filters select:focus, .wdp-form input:focus, .wdp-form select:focus, .wdp-form textarea:focus { border-color: var(--wdp-orange); box-shadow: 0 0 0 3px rgba(255,107,0,.12); }
.wdp-directory-shell { display: grid; gap: 28px; grid-template-columns: 245px 1fr; }
.wdp-directory-sidebar { align-self: start; padding: 20px; border: 1px solid #e5e5e8; border-radius: var(--wdp-radius); background: #fff; }
.wdp-directory-sidebar h3 { font-size: 1rem; }
.wdp-chip-list { display: flex; gap: 8px; flex-wrap: wrap; }
.wdp-chip { display: inline-flex; padding: 7px 11px; border: 1px solid #dddde1; border-radius: 999px; color: #5d5d63; background: #fff; font-size: .72rem; font-weight: 700; }
.wdp-chip:hover, .wdp-chip.is-active { color: #fff; border-color: var(--wdp-orange); background: var(--wdp-orange); }
.wdp-pagination { margin-top: 40px; }
.wdp-pagination .nav-links { display: flex; gap: 8px; justify-content: center; }
.wdp-pagination a, .wdp-pagination span { display: grid; min-width: 40px; height: 40px; padding: 0 10px; border: 1px solid #dddde1; border-radius: 9px; place-items: center; }
.wdp-pagination .current, .wdp-pagination a:hover { color: #fff; border-color: var(--wdp-orange); background: var(--wdp-orange); }

/* Single content */
.wdp-single-hero { position: relative; min-height: 540px; color: #fff; background: var(--wdp-black); }
.wdp-single-hero__media { position: absolute; inset: 0; }
.wdp-single-hero__media::after { position: absolute; inset: 0; content: ''; background: linear-gradient(0deg, rgba(9,9,11,.94), rgba(9,9,11,.12) 70%); }
.wdp-single-hero__media img { width: 100%; height: 100%; object-fit: cover; }
.wdp-single-hero__inner { position: relative; z-index: 2; display: flex; min-height: 540px; align-items: end; padding: 60px 0; }
.wdp-single-hero h1 { max-width: 950px; color: #fff; }
.wdp-single-meta { display: flex; gap: 14px; margin-top: 16px; color: #dedee1; font-size: .82rem; flex-wrap: wrap; }
.wdp-content-grid { display: grid; gap: 56px; grid-template-columns: minmax(0,1fr) 330px; }
.wdp-prose { color: #333339; font-size: 1rem; }
.wdp-prose > * + * { margin-top: 1.25em; }
.wdp-prose h2, .wdp-prose h3 { margin-top: 1.6em; }
.wdp-prose a { color: var(--wdp-orange); text-decoration: underline; }
.wdp-prose blockquote { margin: 2rem 0; padding: 22px 26px; border-left: 4px solid var(--wdp-orange); color: #29292d; background: #f7f7f8; font-size: 1.15rem; font-weight: 600; }
.wdp-prose img { border-radius: 14px; }
.wdp-sidebar-card { margin-bottom: 20px; padding: 22px; border: 1px solid #e3e3e6; border-radius: var(--wdp-radius); background: #fff; box-shadow: 0 10px 35px rgba(0,0,0,.06); }
.wdp-sidebar-card h3 { margin-bottom: 14px; font-size: 1rem; }
.wdp-facts { margin: 0; padding: 0; list-style: none; }
.wdp-facts li { display: grid; gap: 4px; padding: 11px 0; border-bottom: 1px solid #ececef; grid-template-columns: 105px 1fr; font-size: .78rem; }
.wdp-facts li:last-child { border: 0; }
.wdp-facts strong { color: #66666d; }
.wdp-contact-actions { display: grid; gap: 9px; }
.wdp-contact-actions .wdp-button { width: 100%; }
.wdp-gallery { display: grid; gap: 10px; margin: 28px 0; grid-template-columns: 2fr 1fr 1fr; }
.wdp-gallery a { overflow: hidden; border-radius: 12px; aspect-ratio: 1/1; }
.wdp-gallery a:first-child { grid-row: span 2; aspect-ratio: auto; }
.wdp-gallery img { width: 100%; height: 100%; object-fit: cover; }
.wdp-amenities { display: flex; gap: 9px; margin: 18px 0; flex-wrap: wrap; }
.wdp-amenity { padding: 8px 11px; border: 1px solid #e1e1e4; border-radius: 999px; background: #fafafa; font-size: .73rem; font-weight: 700; }
.wdp-share { display: flex; gap: 8px; margin: 28px 0; align-items: center; flex-wrap: wrap; }
.wdp-share a, .wdp-share button { padding: 8px 11px; border: 1px solid #dddde1; border-radius: 999px; color: #55555c; background: #fff; font-size: .7rem; font-weight: 700; }
.wdp-share a:hover, .wdp-share button:hover { color: #fff; border-color: var(--wdp-orange); background: var(--wdp-orange); }
.wdp-news-hero { padding: 78px 0; color: #fff; background: var(--wdp-black); }
.wdp-news-feature { display: grid; overflow: hidden; border: 1px solid var(--wdp-border); border-radius: 22px; background: var(--wdp-card); grid-template-columns: 1.35fr 1fr; }
.wdp-news-feature__image { min-height: 430px; }
.wdp-news-feature__image img { width: 100%; height: 100%; object-fit: cover; }
.wdp-news-feature__copy { display: flex; padding: 42px; justify-content: center; flex-direction: column; }
.wdp-news-feature__copy p { color: var(--wdp-muted); }
.wdp-news-feature__copy h2 { color: #fff; }
.wdp-news-mosaic { display: grid; min-height: 590px; gap: 16px; grid-template-columns: minmax(0,1.45fr) minmax(340px,1fr); grid-template-rows: repeat(3,minmax(0,1fr)); }
.wdp-news-tile { position: relative; min-height: 180px; overflow: hidden; border-radius: var(--wdp-radius); color: #fff; background: var(--wdp-card); }
.wdp-news-tile--lead { min-height: 590px; grid-row: 1 / 4; }
.wdp-news-tile__media { position: absolute; inset: 0; }
.wdp-news-tile__media::after { position: absolute; inset: 0; content: ''; background: linear-gradient(0deg,rgba(7,7,9,.96) 0%,rgba(7,7,9,.62) 48%,rgba(7,7,9,.08) 100%); }
.wdp-news-tile:not(.wdp-news-tile--lead) .wdp-news-tile__media::after { background: linear-gradient(90deg,rgba(7,7,9,.93) 0%,rgba(7,7,9,.68) 62%,rgba(7,7,9,.18) 100%); }
.wdp-news-tile__media img { width: 100%; height: 100%; object-fit: cover; transition: transform .5s ease; }
.wdp-news-tile:hover .wdp-news-tile__media img { transform: scale(1.04); }
.wdp-news-tile__copy { position: relative; z-index: 2; display: flex; height: 100%; padding: 24px; justify-content: end; flex-direction: column; }
.wdp-news-tile--lead .wdp-news-tile__copy { padding: clamp(28px,4vw,48px); }
.wdp-news-tile__copy h3 { max-width: 760px; margin: 6px 0 10px; color: #fff; font-size: clamp(1.05rem,1.7vw,1.45rem); }
.wdp-news-tile--lead .wdp-news-tile__copy h3 { font-size: clamp(1.8rem,3vw,3rem); }
.wdp-news-tile__copy p { max-width: 700px; color: #e2e2e5; }
.wdp-news-tile__meta { display: flex; gap: 12px; color: #eeeef0; font-size: .68rem; font-weight: 700; text-transform: uppercase; flex-wrap: wrap; }
.wdp-news-tile__meta span { color: var(--wdp-orange); }
.wdp-news-tile__link { display: inline-flex; align-items: center; gap: 8px; color: var(--wdp-orange); font-size: .78rem; font-weight: 800; }
.wdp-author-line { display: flex; gap: 12px; color: #74747a; font-size: .76rem; flex-wrap: wrap; }
.wdp-ad { display: grid; min-height: 90px; margin: 26px 0; overflow: hidden; border-radius: 10px; place-items: center; }
.wdp-ad--placeholder { color: #888890; border: 1px dashed #c5c5ca; background: #f7f7f8; font-size: .72rem; font-weight: 700; text-transform: uppercase; }
.wdp-ad--sidebar { min-height: 280px; }

/* Forms, account and footer */
.wdp-form { display: grid; gap: 18px; }
.wdp-form-grid { display: grid; gap: 16px; grid-template-columns: repeat(2, minmax(0,1fr)); }
.wdp-form-field label { display: block; margin-bottom: 6px; font-size: .76rem; font-weight: 800; }
.wdp-form-field small { display: block; margin-top: 5px; color: #77777c; font-size: .7rem; }
.wdp-form-field--full { grid-column: 1/-1; }
.wdp-form-message { padding: 13px 16px; border-radius: 10px; font-size: .82rem; font-weight: 700; }
.wdp-form-message--success { color: #14532d; background: #dcfce7; }
.wdp-form-message--error { color: #7f1d1d; background: #fee2e2; }
.wdp-account-shell { display: grid; min-height: 650px; align-items: stretch; grid-template-columns: 1fr 1fr; }
.wdp-account-art { display: flex; padding: 70px; color: #fff; background: linear-gradient(rgba(13,13,15,.38),rgba(13,13,15,.84)), url('assets/images/hero-lifestyle.jpg') center/cover; justify-content: end; flex-direction: column; }
.wdp-account-art h1 { max-width: 650px; color: #fff; }
.wdp-account-panel { display: grid; padding: 70px; background: #fff; place-items: center; }
.wdp-account-panel > div { width: min(100%, 520px); }
.wdp-gate { padding: 36px; border: 1px solid #e2e2e5; border-radius: 20px; text-align: center; background: #fff; box-shadow: 0 16px 45px rgba(0,0,0,.08); }
.wdp-cta { position: relative; overflow: hidden; color: #fff; background: var(--wdp-orange); }
.wdp-cta__inner { display: flex; align-items: center; justify-content: space-between; gap: 35px; }
.wdp-cta h2 { max-width: 700px; color: #fff; }
.wdp-cta p { max-width: 720px; color: rgba(255,255,255,.88); }
.wdp-newsletter { display: grid; gap: 10px; padding: 28px; border: 1px solid var(--wdp-border); border-radius: var(--wdp-radius); background: var(--wdp-card); grid-template-columns: 1fr 1fr auto; }
.wdp-newsletter input { min-width: 0; padding: 12px 14px; border: 1px solid var(--wdp-border); border-radius: 10px; color: #fff; background: var(--wdp-card-2); }
.wdp-site-footer { padding-top: 68px; color: #fff; background: var(--wdp-black); }
.wdp-footer-grid { display: grid; gap: 38px; grid-template-columns: 1.7fr repeat(4,1fr); }
.wdp-footer-brand .wdp-brand { margin-bottom: 18px; }
.wdp-footer-brand p { max-width: 360px; color: var(--wdp-muted); font-size: .83rem; }
.wdp-footer-col h3 { margin-bottom: 16px; color: #fff; font-size: .88rem; }
.wdp-footer-col ul { margin: 0; padding: 0; list-style: none; }
.wdp-footer-col li { margin: 8px 0; }
.wdp-footer-col a { color: var(--wdp-muted); font-size: .78rem; }
.wdp-footer-col a:hover { color: var(--wdp-orange); }
.wdp-footer-bottom { display: flex; margin-top: 54px; padding: 20px 0; border-top: 1px solid var(--wdp-border); color: #85858b; font-size: .72rem; align-items: center; justify-content: space-between; gap: 20px; }
.wdp-footer-bottom nav { display: flex; gap: 15px; flex-wrap: wrap; }
.wdp-empty { padding: 45px; border: 1px dashed #d8d8dc; border-radius: var(--wdp-radius); text-align: center; background: #fafafa; }
.wdp-empty h2 { font-size: 1.4rem; }

/* Gutenberg */
.entry-content > .alignwide { width: min(100vw - 40px, 1180px); max-width: none; margin-left: 50%; transform: translateX(-50%); }
.entry-content > .alignfull { width: 100vw; max-width: none; margin-left: 50%; transform: translateX(-50%); }
.wp-block-button__link { border-radius: 999px; background: var(--wdp-orange); }
.wp-block-gallery { gap: 10px; }
.wp-block-gallery img { border-radius: 12px; }

@media (max-width: 1080px) {
  .wdp-grid--4, .wdp-grid--5, .wdp-categories { grid-template-columns: repeat(2,1fr); }
  .wdp-grid--2, .wdp-grid--3 { grid-template-columns: repeat(2,1fr); }
  .wdp-city-grid { grid-template-columns: repeat(3,1fr); }
  .wdp-footer-grid { grid-template-columns: 1.6fr repeat(2,1fr); }
  .wdp-header-search { display: none; }
  .wdp-content-grid { grid-template-columns: 1fr 285px; gap: 34px; }
}

@media (max-width: 820px) {
  body.admin-bar .wdp-site-header { top: 46px; }
  .wdp-container, .wdp-narrow { width: min(calc(100% - 28px), var(--wdp-container)); }
  .wdp-section { padding: 62px 0; }
  .wdp-topbar, .wdp-topbar__inner { min-height: 70px; }
  .wdp-brand, .custom-logo-link { width: 145px; height: 52px; }
  .wdp-top-actions .wdp-action-link { display: none; }
  .wdp-menu-toggle { display: block; }
  .wdp-nav-inner { min-height: 0; align-items: stretch; flex-direction: column; }
  .wdp-nav { display: none; width: 100%; overflow: visible; }
  .wdp-nav.is-open { display: block; }
  .wdp-nav ul, .wdp-menu { display: block; padding: 10px 0; }
  .wdp-nav a { padding: 11px 4px; }
  .wdp-nav .sub-menu { position: static; display: block; padding: 0 0 0 18px; border: 0; box-shadow: none; }
  .wdp-navbar .wdp-menu-toggle { position: absolute; top: 13px; right: 14px; }
  .wdp-navbar { position: relative; }
  .wdp-hero, .wdp-hero__inner { min-height: 600px; }
  .wdp-hero__copy { padding: 68px 0; }
  .wdp-hero-search { grid-template-columns: 1fr; }
  .wdp-hero-search input { min-height: 48px; }
  .wdp-section-head, .wdp-cta__inner, .wdp-footer-bottom { align-items: flex-start; flex-direction: column; }
  .wdp-directory-shell, .wdp-content-grid { grid-template-columns: 1fr; }
  .wdp-directory-sidebar { position: static; }
  .wdp-filters { grid-template-columns: 1fr 1fr; }
  .wdp-news-feature { grid-template-columns: 1fr; }
  .wdp-news-feature__image { min-height: 300px; }
  .wdp-news-mosaic { min-height: 0; grid-template-columns: 1fr 1fr; grid-template-rows: auto; }
  .wdp-news-tile--lead { min-height: 470px; grid-column: 1 / -1; grid-row: auto; }
  .wdp-account-shell { grid-template-columns: 1fr; }
  .wdp-account-art, .wdp-account-panel { padding: 52px 28px; }
  .wdp-footer-grid { grid-template-columns: repeat(2,1fr); }
  .wdp-footer-brand { grid-column: 1/-1; }
}

@media (max-width: 560px) {
  h1 { font-size: 2.45rem; }
  h2 { font-size: 1.85rem; }
  .wdp-top-actions .wdp-button { min-height: 40px; padding: 8px 14px; font-size: .72rem; }
  .wdp-hero, .wdp-hero__inner { min-height: 570px; }
  .wdp-grid--2, .wdp-grid--3, .wdp-grid--4, .wdp-grid--5, .wdp-categories, .wdp-city-grid, .wdp-form-grid, .wdp-stats, .wdp-newsletter, .wdp-news-mosaic { grid-template-columns: 1fr; }
  .wdp-news-tile, .wdp-news-tile--lead { min-height: 390px; grid-column: auto; }
  .wdp-filters { grid-template-columns: 1fr; }
  .wdp-gallery { grid-template-columns: 1fr 1fr; }
  .wdp-gallery a:first-child { grid-column: 1/-1; grid-row: auto; aspect-ratio: 4/3; }
  .wdp-footer-grid { grid-template-columns: 1fr; }
  .wdp-footer-brand { grid-column: auto; }
  .wdp-single-hero, .wdp-single-hero__inner { min-height: 470px; }
  .wdp-news-feature__copy { padding: 28px; }
}

/* Professional directory detail pages (v2.2) */
.wdp-detail-page { color: var(--wdp-detail-ink); background: var(--wdp-detail-bg); }
.wdp-detail-shell { padding: 28px 0 58px; }
.wdp-detail-shell > .wdp-container > .wdp-breadcrumbs { margin: 0 0 22px; }
.wdp-detail-intro { display: grid; gap: 38px; align-items: stretch; grid-template-columns: minmax(300px,.82fr) minmax(0,1.55fr); }
.wdp-detail-summary { display: flex; min-width: 0; padding: 22px 0 8px; flex-direction: column; align-items: flex-start; }
.wdp-detail-category { display: inline-flex; margin-bottom: 14px; padding: 5px 11px; border-radius: 999px; color: var(--wdp-detail-on-accent); background: var(--wdp-detail-accent); font-size: .66rem; font-weight: 800; letter-spacing: .05em; text-transform: uppercase; }
.wdp-detail-summary h1 { max-width: 570px; margin-bottom: 6px; color: var(--wdp-detail-ink); font-size: clamp(2.35rem,4.5vw,4.6rem); }
.wdp-detail-tagline { margin-bottom: 8px; color: var(--wdp-detail-secondary); font-size: 1.05rem; font-weight: 600; }
.wdp-detail-rating { display: flex; gap: 9px; margin: 2px 0 8px; align-items: center; font-size: .82rem; flex-wrap: wrap; }
.wdp-detail-stars { color: #f4aa00; letter-spacing: .06em; }
.wdp-detail-address { display: flex; gap: 10px; margin: 2px 0 10px; align-items: center; font-weight: 600; }
.wdp-detail-address > span, .wdp-detail-side-address > span { color: var(--wdp-detail-accent); font-size: 1.28rem; }
.wdp-detail-excerpt { max-width: 580px; color: color-mix(in srgb,var(--wdp-detail-ink) 82%,transparent); font-size: .92rem; line-height: 1.6; }
.wdp-detail-excerpt p:last-child { margin-bottom: 0; }
.wdp-detail-actions { display: flex; gap: 9px; width: 100%; margin-top: auto; padding-top: 20px; flex-wrap: wrap; }
.wdp-detail-button { display: inline-flex; min-height: 46px; padding: 9px 18px; align-items: center; justify-content: center; gap: 8px; border: 1.5px solid var(--wdp-detail-accent); border-radius: 9px; color: var(--wdp-detail-accent); background: transparent; font-size: .78rem; font-weight: 800; transition: transform .2s ease,background .2s ease,color .2s ease; }
.wdp-detail-button:hover, .wdp-detail-button.is-saved { color: var(--wdp-detail-on-accent); background: var(--wdp-detail-accent); transform: translateY(-2px); }
.wdp-detail-button--solid { color: var(--wdp-detail-on-accent); background: var(--wdp-detail-accent); }
.wdp-detail-button--solid:hover { color: var(--wdp-detail-on-accent); background: var(--wdp-detail-secondary); border-color: var(--wdp-detail-secondary); }
.wdp-detail-favourite { width: 48px; padding: 0; }
.wdp-detail-favourite > span:first-child { font-size: 1.25rem; }
.wdp-detail-hero-media { position: relative; min-height: 470px; overflow: hidden; border-radius: 14px; background: #e9e9ec; box-shadow: 0 12px 36px rgba(15,15,18,.12); }
.wdp-detail-hero-media > img { width: 100%; height: 100%; min-height: 470px; object-fit: cover; }
.wdp-detail-photo-count { position: absolute; top: 16px; right: 16px; display: inline-flex; min-height: 38px; padding: 8px 15px; align-items: center; gap: 7px; border-radius: 999px; color: var(--wdp-detail-secondary); background: #fff; box-shadow: 0 8px 22px rgba(0,0,0,.14); font-size: .72rem; font-weight: 800; }
.wdp-detail-photo-count > span { color: var(--wdp-detail-accent); }
.wdp-detail-amenity-band { display: grid; margin-top: 26px; padding: 22px 0; overflow-x: auto; border-top: 1px solid rgba(120,120,128,.22); border-bottom: 1px solid rgba(120,120,128,.22); grid-auto-columns: minmax(120px,1fr); grid-auto-flow: column; }
.wdp-detail-amenity { display: flex; min-width: 120px; padding: 0 16px; border-right: 1px solid rgba(120,120,128,.22); text-align: center; align-items: center; justify-content: flex-start; flex-direction: column; }
.wdp-detail-amenity:last-child { border-right: 0; }
.wdp-detail-amenity > span { color: var(--wdp-detail-accent); font-size: 1.8rem; font-weight: 800; line-height: 1; }
.wdp-detail-amenity > strong { margin-top: 7px; font-size: .67rem; line-height: 1.25; }
.wdp-detail-section { padding: 28px 0; border-bottom: 1px solid rgba(120,120,128,.2); }
.wdp-detail-section-head { display: flex; margin-bottom: 16px; align-items: center; justify-content: space-between; gap: 20px; }
.wdp-detail-section-head h2 { margin: 0; color: var(--wdp-detail-ink); font-size: 1.32rem; letter-spacing: -.02em; }
.wdp-detail-section-head h2 span { font-weight: 500; }
.wdp-detail-section-head a { color: var(--wdp-detail-accent); font-size: .72rem; font-weight: 800; }
.wdp-detail-gallery { display: grid; gap: 8px; grid-template-columns: repeat(6,minmax(0,1fr)); }
.wdp-detail-gallery a { aspect-ratio: 1.36/1; overflow: hidden; border-radius: 7px; background: #e8e8eb; }
.wdp-detail-gallery img { width: 100%; height: 100%; object-fit: cover; transition: transform .35s ease; }
.wdp-detail-gallery a:hover img { transform: scale(1.05); }
.wdp-detail-content-grid { display: grid; gap: 32px; align-items: start; grid-template-columns: minmax(0,1.9fr) minmax(285px,.9fr); }
.wdp-detail-content-grid > main { min-width: 0; }
.wdp-detail-prose { color: color-mix(in srgb,var(--wdp-detail-ink) 84%,transparent); font-size: .93rem; }
.wdp-detail-prose > * + * { margin-top: 1em; }
.wdp-detail-prose h2, .wdp-detail-prose h3 { color: var(--wdp-detail-ink); }
.wdp-detail-prose a { color: var(--wdp-detail-accent); text-decoration: underline; }
.wdp-detail-highlights { display: grid; gap: 9px; grid-template-columns: repeat(4,minmax(0,1fr)); }
.wdp-detail-highlight-card { overflow: hidden; border: 1px solid rgba(120,120,128,.22); border-radius: 8px; color: #111118; background: #fff; }
.wdp-detail-highlight-card > img { width: 100%; aspect-ratio: 1.42/1; object-fit: cover; }
.wdp-detail-highlight-card > div { display: flex; padding: 10px; flex-direction: column; }
.wdp-detail-highlight-card strong { font-size: .74rem; }
.wdp-detail-highlight-card span { color: #6a6a72; font-size: .66rem; }
.wdp-detail-highlight-card b { margin-top: 4px; font-size: .75rem; }
.wdp-detail-reviews { display: grid; gap: 10px; grid-template-columns: repeat(3,minmax(0,1fr)); }
.wdp-detail-review { min-height: 155px; padding: 15px; border: 1px solid rgba(120,120,128,.22); border-radius: 9px; color: #111118; background: #fff; }
.wdp-detail-review-author { display: flex; gap: 10px; margin-bottom: 12px; align-items: center; }
.wdp-detail-review-author img { border-radius: 50%; }
.wdp-detail-review-author strong, .wdp-detail-review-author span { display: block; font-size: .7rem; }
.wdp-detail-review p { margin: 0; color: #4e4e55; font-size: .72rem; line-height: 1.55; }
.wdp-detail-review-link { display: inline-flex; min-height: 38px; padding: 7px 18px; align-items: center; border-radius: 999px; color: var(--wdp-detail-on-accent)!important; background: var(--wdp-detail-accent); }
.wdp-detail-empty { padding: 18px; border: 1px dashed rgba(120,120,128,.35); border-radius: 8px; }
.wdp-detail-page #respond { margin-top: 24px; padding: 20px; border: 1px solid rgba(120,120,128,.24); border-radius: 10px; background: #fff; }
.wdp-detail-page #respond h3 { color: #111118; font-size: 1.1rem; }
.wdp-detail-page #respond label { display: block; margin-bottom: 5px; color: #111118; font-size: .74rem; font-weight: 800; }
.wdp-detail-page #respond input:not([type=submit]), .wdp-detail-page #respond textarea, .wdp-detail-page #respond select { width: 100%; padding: 10px 12px; border: 1px solid #d8d8dd; border-radius: 8px; background: #fff; }
.wdp-detail-page #respond input[type=submit] { min-height: 42px; padding: 9px 18px; border: 0; border-radius: 999px; color: var(--wdp-detail-on-accent); background: var(--wdp-detail-accent); font-weight: 800; }
.wdp-detail-related { display: grid; gap: 10px; grid-template-columns: repeat(4,minmax(0,1fr)); }
.wdp-detail-related .wdp-card { border-radius: 8px; }
.wdp-detail-related .wdp-card__body { padding: 12px; }
.wdp-detail-related .wdp-card__body h3 { font-size: .78rem; }
.wdp-detail-related .wdp-card__body > p:not(.wdp-location), .wdp-detail-related .wdp-text-link { display: none; }
.wdp-detail-sidebar { padding-top: 28px; }
.wdp-detail-side-card { margin-bottom: 14px; padding: 16px; border: 1px solid rgba(120,120,128,.24); border-radius: 10px; color: #111118; background: #fff; }
.wdp-detail-side-card > h2, .wdp-detail-side-card .wdp-detail-section-head h2 { color: #111118; font-size: 1.05rem; }
.wdp-detail-side-card .wdp-detail-section-head { margin-bottom: 10px; }
.wdp-detail-map { display: block; width: 100%; height: 185px; overflow: hidden; border: 0; border-radius: 8px; }
.wdp-detail-map--empty { display: flex; padding: 22px; color: #111118; background: linear-gradient(135deg,#f2f4f7,#dfe8f4); align-items: center; justify-content: center; flex-direction: column; }
.wdp-detail-map--empty > span { color: var(--wdp-detail-accent); font-size: 2rem; }
.wdp-detail-map--empty small { margin-top: 6px; color: #62626a; text-align: center; font-size: .61rem; line-height: 1.35; }
.wdp-detail-side-address { display: flex; gap: 8px; margin: 11px 0 0; align-items: center; font-size: .74rem; }
.wdp-detail-hours, .wdp-detail-contact-list { margin: 0; padding: 0; list-style: none; }
.wdp-detail-hours li { display: grid; gap: 10px; padding: 3px 0; grid-template-columns: minmax(75px,.8fr) 1.2fr; font-size: .7rem; }
.wdp-detail-hours span { text-align: right; }
.wdp-detail-contact-list li { display: flex; gap: 10px; padding: 4px 0; align-items: center; font-size: .75rem; }
.wdp-detail-contact-list li > span { width: 18px; color: var(--wdp-detail-accent); font-weight: 900; text-align: center; }
.wdp-detail-contact-list a { overflow-wrap: anywhere; }
.wdp-detail-share { padding-top: 10px; }

@media (max-width: 1080px) {
  .wdp-detail-intro { grid-template-columns: minmax(290px,.85fr) minmax(0,1.15fr); }
  .wdp-detail-highlights, .wdp-detail-related { grid-template-columns: repeat(2,minmax(0,1fr)); }
  .wdp-detail-gallery { grid-template-columns: repeat(3,minmax(0,1fr)); }
}
@media (max-width: 820px) {
  .wdp-detail-intro, .wdp-detail-content-grid { grid-template-columns: 1fr; }
  .wdp-detail-summary { padding-top: 0; }
  .wdp-detail-actions { margin-top: 0; }
  .wdp-detail-hero-media, .wdp-detail-hero-media > img { min-height: 360px; }
  .wdp-detail-sidebar { padding-top: 0; }
}
@media (max-width: 560px) {
  .wdp-detail-shell { padding-top: 20px; }
  .wdp-detail-summary h1 { font-size: 2.5rem; }
  .wdp-detail-hero-media, .wdp-detail-hero-media > img { min-height: 280px; }
  .wdp-detail-button { flex: 1 1 calc(50% - 9px); }
  .wdp-detail-favourite { max-width: 48px; flex-basis: 48px; }
  .wdp-detail-gallery, .wdp-detail-highlights, .wdp-detail-reviews, .wdp-detail-related { grid-template-columns: repeat(2,minmax(0,1fr)); }
  .wdp-detail-amenity-band { width: 100%; margin-inline: 0; padding-inline: 14px; }
  .wdp-detail-review { min-height: 0; }
}
