* { box-sizing: border-box; margin: 0; padding: 0; }

#dp-listing { font-family: 'DM Sans', sans-serif; color: #1c1a14; }
#dp-listing a { color: inherit; }

.dp-loading { padding: 80px 20px; text-align: center; color: #9a9186; }
.dp-error { padding: 80px 20px; text-align: center; }
.dp-error h2 { font-family: 'Cormorant Garamond', serif; font-size: 28px; color: #1c1a14; margin-bottom: 12px; }
.dp-error p { color: #5a5347; font-size: 14px; }

/* Hero */
.dp-hero { background: #0e0e16; padding: 32px 48px 0; border-bottom: 1px solid rgba(200,164,90,0.12); }
.dp-hero-inner { max-width: 1200px; margin: 0 auto; }
.dp-hero-top { display: flex; align-items: flex-start; gap: 24px; padding-bottom: 24px; }
.dp-logo { width: 72px; height: 72px; border-radius: 16px; overflow: hidden; flex-shrink: 0; border: 1.5px solid rgba(200,164,90,0.25); background: #16151f; display: flex; align-items: center; justify-content: center; }
.dp-logo img { width: 100%; height: 100%; object-fit: cover; }
.dp-logo-fallback { font-family: 'Cormorant Garamond', serif; font-size: 28px; color: #c8a45a; font-weight: 500; }
.dp-hero-info { flex: 1; min-width: 0; }
.dp-hero-cat { font-size: 10px; font-weight: 600; letter-spacing: 2.5px; text-transform: uppercase; color: #c8a45a; margin-bottom: 8px; }
.dp-hero-name { font-family: 'Cormorant Garamond', serif; font-size: 38px; font-weight: 400; color: #faf8f3; line-height: 1.1; letter-spacing: -0.5px; margin-bottom: 10px; }
.dp-hero-meta { display: flex; align-items: center; gap: 14px; flex-wrap: wrap; }
.dp-stars { color: #f59e0b; font-size: 13px; letter-spacing: 1px; }
.dp-rating { font-size: 13px; font-weight: 600; color: #faf8f3; }
.dp-reviews { font-size: 12px; color: rgba(255,255,255,0.35); }
.dp-meta-dot { width: 3px; height: 3px; border-radius: 50%; background: rgba(255,255,255,0.2); }
.dp-open, .dp-closed { display: inline-flex; align-items: center; gap: 6px; font-size: 11px; font-weight: 600; }
.dp-open { color: #4ade80; }
.dp-closed { color: #ef4444; }
.dp-open::before, .dp-closed::before { content: ''; width: 6px; height: 6px; border-radius: 50%; }
.dp-open::before { background: #4ade80; animation: dp-blink 2s ease-in-out infinite; }
.dp-closed::before { background: #ef4444; }
@keyframes dp-blink { 0%,100%{opacity:1} 50%{opacity:0.3} }
.dp-pro-badge { display: inline-flex; align-items: center; gap: 5px; font-size: 10px; font-weight: 700; letter-spacing: 1.5px; text-transform: uppercase; color: #c8a45a; background: rgba(200,164,90,0.12); border: 1px solid rgba(200,164,90,0.3); border-radius: 100px; padding: 4px 12px; }
.dp-pro-badge::before { content: '★'; font-size: 9px; }
.dp-unclaimed-badge { display: inline-flex; align-items: center; font-size: 10px; font-weight: 700; letter-spacing: 1.5px; text-transform: uppercase; color: rgba(255,255,255,0.5); background: rgba(255,255,255,0.06); border: 1px solid rgba(255,255,255,0.15); border-radius: 100px; padding: 4px 12px; }
.dp-hero-actions { display: flex; gap: 10px; flex-shrink: 0; align-items: flex-start; padding-top: 8px; }
.dp-action-primary { display: inline-flex; align-items: center; gap: 8px; font-size: 13px; font-weight: 600; color: #0e0e16; background: #c8a45a; padding: 11px 20px; border-radius: 9px; text-decoration: none; transition: background 0.2s; white-space: nowrap; }
.dp-action-primary:hover { background: #d4af6a; }
.dp-action-secondary { display: inline-flex; align-items: center; gap: 8px; font-size: 13px; font-weight: 600; color: #ffffff !important; background: rgba(255,255,255,0.15); border: 1.5px solid rgba(255,255,255,0.5); padding: 11px 20px; border-radius: 9px; text-decoration: none; transition: all 0.2s; white-space: nowrap; }
.dp-action-secondary:hover { color: #ffffff; background: rgba(255,255,255,0.22); border-color: rgba(255,255,255,0.7); }
.dp-tabs { display: flex; gap: 0; border-top: 1px solid rgba(255,255,255,0.06); margin-top: 24px; }
.dp-tab { font-size: 13px; font-weight: 500; color: rgba(255,255,255,0.82) !important; padding: 14px 20px; text-decoration: none; border-bottom: 2px solid transparent; transition: all 0.2s; cursor: pointer; }
.dp-tab:hover { color: #ffffff !important; }

/* Main */
.dp-main { background: #faf8f3; padding: 48px; }
.dp-main-inner { max-width: 1200px; margin: 0 auto; display: grid; grid-template-columns: 1fr 360px; gap: 40px; align-items: start; }
.dp-main-inner.dp-no-sidebar { grid-template-columns: 1fr; max-width: 800px; }

/* Gallery */
.dp-gallery { display: grid; gap: 10px; margin-bottom: 40px; border-radius: 16px; overflow: hidden; }
.dp-gallery.dp-gallery-1 { grid-template-columns: 1fr 1fr 1fr; grid-template-rows: 220px; }
.dp-gallery.dp-gallery-2 { grid-template-columns: 1fr 1fr 1fr; grid-template-rows: 220px; }
.dp-gallery.dp-gallery-3 { grid-template-columns: 1fr 1fr 1fr; grid-template-rows: 220px; }
.dp-gallery.dp-gallery-many { grid-template-columns: 1fr 1fr 1fr; grid-template-rows: 220px 220px 220px; }
.dp-gallery-item { position: relative; overflow: hidden; }
.dp-gallery-item img { width: 100%; height: 100%; object-fit: cover; display: block; transition: transform 0.4s; }
.dp-gallery-item:hover img { transform: scale(1.03); }
.dp-gallery-more { position: absolute; inset: 0; background: rgba(14,14,22,0.65); display: flex; align-items: center; justify-content: center; color: #faf8f3; font-size: 18px; font-weight: 600; backdrop-filter: blur(4px); }

/* Sections */
.dp-section { margin-bottom: 40px; scroll-margin-top: 100px; }
.dp-section-title { font-family: 'Cormorant Garamond', serif; font-size: 26px; font-weight: 400; color: #1c1a14; margin-bottom: 16px; line-height: 1.2; }
.dp-section-body { font-size: 14px; color: #5a5347; line-height: 1.8; }
.dp-section-body p { margin-bottom: 14px; }
.dp-section-body p:last-child { margin-bottom: 0; }

/* Services */
.dp-services-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; }
.dp-service-card { background: #fff; border: 1.5px solid #e8e2d6; border-radius: 12px; padding: 20px 18px; transition: box-shadow 0.2s, transform 0.2s; }
.dp-service-card:hover { box-shadow: 0 6px 20px rgba(0,0,0,0.07); transform: translateY(-2px); }
.dp-service-icon { font-size: 24px; margin-bottom: 10px; display: block; }
.dp-service-name { font-size: 14px; font-weight: 600; color: #1c1a14; margin-bottom: 5px; }
.dp-service-desc { font-size: 12px; color: #9a9186; line-height: 1.55; }

/* Hours */
.dp-hours-table { width: 100%; border-collapse: collapse; }
.dp-hours-table tr { border-bottom: 1px solid rgba(0,0,0,0.06); }
.dp-hours-table tr:last-child { border-bottom: none; }
.dp-hours-table td { font-size: 13px; padding: 10px 0; color: #5a5347; }
.dp-hours-table td:first-child { font-weight: 500; color: #1c1a14; }
.dp-hours-table td:last-child { text-align: right; }
.dp-hours-table tr.dp-today td { background: rgba(200,164,90,0.06); }
.dp-hours-table tr.dp-today td:first-child { color: #c8a45a; font-weight: 600; padding-left: 8px; }
.dp-hours-table tr.dp-today td:last-child { color: #c8a45a; font-weight: 600; padding-right: 8px; }
.dp-hours-closed { color: #ef4444 !important; }
.dp-hours-note { background: linear-gradient(135deg, rgba(124,58,237,0.06), rgba(200,164,90,0.06)); border: 1px solid rgba(124,58,237,0.15); border-radius: 12px; padding: 16px 20px; margin-top: 16px; font-size: 13px; color: #5a5347; line-height: 1.6; }

/* Special Offer */
.dp-offer { background: linear-gradient(135deg, #c8a45a 0%, #d4af6a 100%); color: #0e0e16; border-radius: 16px; padding: 24px 28px; margin-bottom: 40px; }
.dp-offer-label { font-size: 10px; font-weight: 700; letter-spacing: 2px; text-transform: uppercase; opacity: 0.7; margin-bottom: 6px; }
.dp-offer-text { font-family: 'Cormorant Garamond', serif; font-size: 22px; font-weight: 400; line-height: 1.3; }

/* Sidebar */
.dp-right { position: sticky; top: 88px; }
.dp-card { background: #fff; border: 1.5px solid #e8e2d6; border-radius: 16px; padding: 24px; margin-bottom: 20px; }
.dp-card-title { font-size: 11px; font-weight: 700; letter-spacing: 2px; text-transform: uppercase; color: #9a9186; margin-bottom: 16px; }
.dp-contact-item { display: flex; align-items: center; gap: 12px; padding: 10px 0; border-bottom: 1px solid rgba(0,0,0,0.06); }
.dp-contact-item:last-child { border-bottom: none; }
.dp-contact-icon { width: 32px; height: 32px; border-radius: 8px; background: rgba(200,164,90,0.1); display: flex; align-items: center; justify-content: center; flex-shrink: 0; font-size: 14px; }
.dp-contact-label { font-size: 10px; font-weight: 600; letter-spacing: 1px; text-transform: uppercase; color: #9a9186; margin-bottom: 2px; }
.dp-contact-value { font-size: 13px; color: #1c1a14; font-weight: 500; text-decoration: none; transition: color 0.2s; display: block; word-break: break-word; }
a.dp-contact-value:hover { color: #7c3aed; }
.dp-card .dp-action-primary { display: block; text-align: center; margin-top: 16px; }
.dp-hours-row { display: flex; justify-content: space-between; align-items: center; padding: 7px 0; border-bottom: 1px solid rgba(0,0,0,0.05); font-size: 12px; }
.dp-hours-row:last-child { border-bottom: none; }
.dp-hours-row .dp-day { color: #5a5347; }
.dp-hours-row .dp-time { font-weight: 500; color: #1c1a14; }
.dp-hours-row.dp-today .dp-day, .dp-hours-row.dp-today .dp-time { color: #c8a45a; font-weight: 600; }
.dp-hours-row .dp-closed { color: #ef4444; }

/* Form */
.dp-form-card { background: #0e0e16; border: 1px solid rgba(200,164,90,0.18); border-radius: 16px; padding: 24px; margin-bottom: 20px; }
.dp-form-title { font-family: 'Cormorant Garamond', serif; font-size: 20px; font-weight: 400; color: #faf8f3; margin-bottom: 4px; line-height: 1.2; }
.dp-form-sub { font-size: 12px; color: rgba(255,255,255,0.35); margin-bottom: 20px; line-height: 1.5; }
.dp-form-field { width: 100%; background: rgba(255,255,255,0.06); border: 1px solid rgba(255,255,255,0.1); border-radius: 9px; padding: 11px 14px; font-family: 'DM Sans', sans-serif; font-size: 13px; color: #faf8f3; outline: none; transition: border-color 0.2s; margin-bottom: 10px; }
.dp-form-field::placeholder { color: rgba(255,255,255,0.25); }
.dp-form-field:focus { border-color: rgba(200,164,90,0.4); }
textarea.dp-form-field { resize: vertical; min-height: 90px; font-family: inherit; }
.dp-form-btn { width: 100%; background: #c8a45a; color: #0e0e16; font-size: 13px; font-weight: 700; padding: 13px; border: none; border-radius: 9px; cursor: pointer; transition: background 0.2s; }
.dp-form-btn:hover:not(:disabled) { background: #d4af6a; }
.dp-form-btn:disabled { opacity: 0.6; cursor: not-allowed; }
.dp-form-note { font-size: 10px; color: rgba(255,255,255,0.2); text-align: center; margin-top: 10px; line-height: 1.5; }
.dp-form-success { display: none; text-align: center; padding: 20px 0; }
.dp-form-success p { font-size: 13px; color: #4ade80; margin-top: 8px; }

/* Powered/Upgrade */
.dp-powered { text-align: center; padding: 16px; font-size: 11px; color: #9a9186; line-height: 1.5; }
.dp-powered a { color: #7c3aed; text-decoration: none; font-weight: 500; }
.dp-powered a:hover { text-decoration: underline; }

/* Unclaimed CTA */
.dp-claim-cta { background: linear-gradient(135deg, rgba(124,58,237,0.08), rgba(200,164,90,0.08)); border: 2px dashed rgba(124,58,237,0.3); border-radius: 16px; padding: 32px 28px; text-align: center; margin-bottom: 40px; }
.dp-claim-cta h3 { font-family: 'Cormorant Garamond', serif; font-size: 24px; font-weight: 400; color: #1c1a14; margin-bottom: 8px; }
.dp-claim-cta p { font-size: 14px; color: #5a5347; line-height: 1.6; margin-bottom: 20px; max-width: 500px; margin-left: auto; margin-right: auto; }
.dp-claim-cta-btn { display: inline-block; background: #7c3aed; color: #fff; padding: 13px 28px; border-radius: 9px; text-decoration: none; font-weight: 600; font-size: 14px; transition: background 0.2s; }
.dp-claim-cta-btn:hover { background: #6d28d9; }

/* Churned CTA */
.dp-reactivate { background: rgba(239,68,68,0.06); border: 1px solid rgba(239,68,68,0.2); border-radius: 12px; padding: 20px 24px; margin-bottom: 20px; text-align: center; }
.dp-reactivate p { font-size: 13px; color: #5a5347; margin-bottom: 12px; }
.dp-reactivate a { display: inline-block; background: #c8a45a; color: #0e0e16; padding: 10px 20px; border-radius: 8px; text-decoration: none; font-weight: 600; font-size: 13px; }

@media (max-width: 900px) {
  .dp-hero { padding: 24px 20px 0; }
  .dp-hero-top { flex-direction: column; gap: 16px; }
  .dp-hero-actions { width: 100%; }
  .dp-action-primary, .dp-action-secondary { flex: 1; justify-content: center; }
  .dp-main { padding: 24px 20px; }
  .dp-main-inner { grid-template-columns: 1fr; }
  .dp-right { position: static; }
  .dp-gallery.dp-gallery-many, .dp-gallery.dp-gallery-3 { grid-template-columns: 1fr 1fr; grid-template-rows: 200px 140px; }
  .dp-gallery.dp-gallery-many .dp-gallery-item:first-child, .dp-gallery.dp-gallery-3 .dp-gallery-item:first-child { grid-row: auto; }
  .dp-services-grid { grid-template-columns: 1fr; }
}
