.wdn-listing {
  margin: 0 auto;
  max-width: 1200px;
  padding: 40px 16px 60px;
}

.wdn-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
  gap: 28px;
}

.wdn-card {
  border: 1px solid rgba(216, 194, 154, 0.35);
  background: rgba(34, 29, 22, 0.92);
  border-radius: 22px;
  overflow: hidden;
  box-shadow: 0 18px 32px rgba(20, 16, 12, 0.35);
  color: #f7f2e8;
}

.wdn-thumb img {
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 4 / 3;
  object-fit: cover;
}

.wdn-thumb {
  position: relative;
  display: block;
}

.wdn-thumb-title {
  position: absolute;
  left: 12px;
  right: 12px;
  bottom: 12px;
  color: #fff;
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  padding: 10px 12px;
  border-radius: 8px;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.74));
}

.wdn-thumb--empty {
  display: block;
  height: 220px;
  background: linear-gradient(135deg, rgba(93, 78, 55, 0.9), rgba(40, 33, 23, 0.9));
}

.wdn-card-body {
  padding: 22px 24px 28px;
}

.wdn-meta {
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 0.12em;
  color: #d8c29a;
  margin: 0 0 10px;
}

.wdn-title {
  margin: 0 0 12px;
  font-size: 22px;
  line-height: 1.3;
}

.wdn-title a {
  color: inherit;
  text-decoration: none;
}

.wdn-excerpt {
  margin: 0 0 18px;
  color: #e4d8c3;
}

.wdn-location {
  margin: 0 0 14px;
  font-weight: 600;
  color: #f0e1c8;
}

.wdn-actions {
  display: flex;
  align-items: center;
  gap: 16px;
  flex-wrap: wrap;
}

.wdn-link {
  color: #e5c888;
  text-decoration: none;
  font-weight: 600;
}

.wdn-button {
  display: inline-block;
  padding: 10px 18px;
  border: 1px solid #d8c29a;
  color: #1d1911;
  background: #d8c29a;
  text-decoration: none;
  text-transform: uppercase;
  letter-spacing: 0.12em;
  font-size: 11px;
  border-radius: 999px;
}

.wdn-button:hover {
  background: #c8af84;
  border-color: #c8af84;
  color: #1d1911;
}

.wdn-link:hover {
  color: #f2d7a1;
}

/* Services archive reset */
body.post-type-archive-services {
  background: #ffffff;
}

body.post-type-archive-services .entry-title,
body.post-type-archive-services .page-title {
  display: none;
}

body.post-type-archive-services .site-header,
body.post-type-archive-services header {
  background: #f8f3e7;
}

/* Page heroes */
.wdn-page-hero {
  position: relative;
  padding: 120px 16px 110px;
  text-align: center;
  overflow: hidden;
  color: #f8f3e7;
}

.wdn-page-hero:before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(0,0,0,0.62) 0%, rgba(0,0,0,0.6) 100%);
  z-index: 1;
}

.wdn-page-hero__inner {
  position: relative;
  z-index: 2;
  max-width: 720px;
  margin: 0 auto;
}

.wdn-page-hero__eyebrow {
  margin: 0 0 12px;
  font-family: "Pinyon Script", serif;
  font-size: 24px;
  color: #e2c47a;
}

.wdn-page-hero__title {
  margin: 0 0 12px;
  font-size: 46px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.wdn-page-hero__subtitle {
  margin: 0;
  color: #f1e5cb;
}

.wdn-page-hero--services {
  background: url('/wp-content/uploads/2026/01/1-28.jpg') center/cover no-repeat;
}

.wdn-page-hero--news {
  background: url('/wp-content/uploads/2026/01/1-22-1024x614.jpg') center/cover no-repeat;
}

.wdn-section {
  padding: 60px 16px 90px;
  max-width: 1240px;
  margin: 0 auto;
}

.wdn-section--news {
  background: #fffaf3;
}

.wdn-section--services {
  background: #ffffff;
}

.wdn-hero {
  position: relative;
  min-height: 320px;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  background: #0d0b07;
}

.wdn-hero__backdrop {
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(0,0,0,0.62) 0%, rgba(0,0,0,0.62) 100%),
    url('/wp-content/uploads/2026/01/1-28.jpg') center/cover no-repeat;
  filter: brightness(0.85);
}

.wdn-hero__backdrop--news {
  background: linear-gradient(180deg, rgba(0,0,0,0.62) 0%, rgba(0,0,0,0.62) 100%),
    url('/wp-content/uploads/2026/01/1-22-1024x614.jpg') center/cover no-repeat;
}

.wdn-hero__inner {
  position: relative;
  text-align: center;
  color: #f6e8cc;
  padding: 40px 16px;
}

.wdn-hero__eyebrow {
  margin: 0 0 10px;
  font-family: "Pinyon Script", serif;
  font-size: 24px;
  color: #e3c27a;
}

.wdn-hero__title {
  margin: 0;
  font-size: 44px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

/* Services alternating layout */
.wdn-services-listing {
  max-width: 1200px;
  margin: 0 auto;
  padding: 48px 16px 90px;
  display: flex;
  flex-direction: column;
  gap: 96px;
}

.wdn-service-row {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  align-items: center;
  gap: 64px;
}

.wdn-service-row--reverse {
  direction: rtl;
}

.wdn-service-row--reverse .wdn-service-content,
.wdn-service-row--reverse .wdn-service-media {
  direction: ltr;
}

.wdn-service-media img,
.wdn-service-placeholder {
  width: 100%;
  height: auto;
  aspect-ratio: 4 / 3;
  object-fit: cover;
  border-radius: 10px;
  box-shadow: 0 22px 46px rgba(0, 0, 0, 0.12);
}

.wdn-service-placeholder {
  background: linear-gradient(135deg, #fdfbf7, #eee6d8);
}

.wdn-service-content {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.wdn-service-title {
  font-size: 30px;
  margin: 0;
  line-height: 1.25;
}

.wdn-service-excerpt {
  margin: 0;
  color: #2d2923;
  font-size: 16px;
  line-height: 1.6;
}

.wdn-service-actions {
  display: flex;
  align-items: center;
  gap: 16px;
  margin-top: 14px;
}

.wdn-service-actions .wdn-button {
  border-radius: 6px;
  padding: 13px 22px;
  background: #f6f1e6;
  color: #b27410;
  border-color: #e2b24a;
  letter-spacing: 0.16em;
  font-weight: 600;
  text-transform: uppercase;
}

.wdn-service-actions .wdn-button:hover {
  background: #e2b24a;
  color: #1f1405;
}

.wdn-service-actions .wdn-link {
  color: #1f1405;
  font-weight: 600;
}

@media (max-width: 900px) {
  .wdn-service-row {
    grid-template-columns: 1fr;
    gap: 24px;
  }

  .wdn-service-row--reverse {
    direction: ltr;
  }

  .wdn-service-media img,
  .wdn-service-placeholder {
    aspect-ratio: 3 / 2;
  }
}

/* Archive intro */
.wdn-archive-intro {
  padding: 24px 16px 12px;
  background: #ffffff;
}

.wdn-archive-intro-inner {
  max-width: 1140px;
  margin: 0 auto;
}

.wdn-archive-intro h1 {
  margin: 0 0 12px;
  font-size: 34px;
}

.wdn-archive-intro p {
  margin: 0;
  color: #4a453f;
}
