.dhgp-site-header {
  align-items: center;
  backdrop-filter: blur(18px);
  background: rgba(255, 255, 255, 0.92);
  border: 1px solid rgba(31, 111, 80, 0.16);
  border-radius: 0 0 8px 8px;
  box-shadow: 0 18px 50px rgba(23, 33, 28, 0.12);
  display: grid;
  gap: 18px;
  grid-template-columns: auto 1fr auto;
  margin: 0 auto 26px;
  max-width: 1180px;
  padding: 12px 16px;
  position: sticky;
  top: 0;
  width: min(1180px, calc(100% - 28px));
  z-index: 9999;
}

.admin-bar .dhgp-site-header {
  top: 32px;
}

.dhgp-enhanced-header .wp-site-blocks > header,
.dhgp-enhanced-header header.site-header,
.dhgp-enhanced-header .site-header:not(.dhgp-site-header) {
  display: none;
}

.dhgp-brand {
  align-items: center;
  color: #17211c;
  display: inline-flex;
  gap: 10px;
  min-width: 0;
  text-decoration: none;
}

.dhgp-brand img {
  border-radius: 6px;
  height: 42px;
  object-fit: cover;
  width: 42px;
}

.dhgp-brand strong,
.dhgp-brand small {
  display: block;
  line-height: 1.15;
}

.dhgp-brand strong {
  font-size: 16px;
}

.dhgp-brand small {
  color: #68756e;
  font-size: 12px;
  margin-top: 3px;
}

.dhgp-nav {
  align-items: center;
  display: flex;
  gap: 8px;
  justify-content: flex-end;
  min-width: 0;
}

.dhgp-nav a {
  border-radius: 6px;
  color: #31423a;
  font-size: 14px;
  font-weight: 700;
  padding: 10px 12px;
  text-decoration: none;
}

.dhgp-nav a:hover {
  background: #f2eee6;
  color: #1f6f50;
}

.dhgp-header-book {
  background: #1f6f50;
  border-radius: 6px;
  color: #fff;
  display: inline-flex;
  font-size: 14px;
  font-weight: 800;
  justify-content: center;
  line-height: 1.2;
  padding: 11px 14px;
  text-decoration: none;
  white-space: nowrap;
}

.dhgp-wrap {
  color: #17211c;
  font-family: inherit;
  margin: 48px auto;
  max-width: 1180px;
  padding: 0 18px;
}

.dhgp-hero {
  align-items: end;
  display: grid;
  gap: 18px;
  grid-template-columns: minmax(0, 1fr) auto;
  margin-bottom: 22px;
}

.dhgp-heading {
  max-width: 760px;
}

.dhgp-kicker {
  color: #b45f28;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0;
  margin: 0 0 8px;
  text-transform: uppercase;
}

.dhgp-heading h2 {
  font-size: clamp(28px, 4vw, 46px);
  line-height: 1.12;
  margin: 0 0 10px;
}

.dhgp-heading p:last-child {
  color: #52605a;
  font-size: 17px;
  line-height: 1.6;
  margin: 0;
}

.dhgp-grid {
  display: grid;
  gap: 22px;
  grid-template-columns: 1fr;
}

.dhgp-panel:first-child {
  grid-row: auto;
}

.dhgp-panel {
  background: #fff;
  border: 1px solid #e4e0d8;
  border-radius: 8px;
  overflow: hidden;
}

.dhgp-google-gallery {
  background: #fff;
  border: 1px solid #e4e0d8;
  border-radius: 8px;
  margin: 24px 0;
  overflow: hidden;
}

.dhgp-panel-head {
  align-items: center;
  border-bottom: 1px solid #e4e0d8;
  display: flex;
  min-height: 58px;
  padding: 16px 18px;
}

.dhgp-panel-head h3 {
  font-size: 18px;
  line-height: 1.25;
  margin: 0;
}

.dhgp-photos {
  display: grid;
  gap: 10px;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  min-height: 260px;
  padding: 12px;
}

.dhgp-photos img {
  aspect-ratio: 1 / 1;
  border-radius: 6px;
  display: block;
  height: 100%;
  object-fit: cover;
  width: 100%;
}

.dhgp-photos img:first-child {
  aspect-ratio: auto;
  grid-column: span 2;
  grid-row: span 2;
}

.dhgp-nearby {
  display: grid;
  gap: 0;
}

.dhgp-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  justify-content: flex-end;
}

.dhgp-primary,
.dhgp-secondary {
  border-radius: 6px;
  display: inline-flex;
  font-size: 14px;
  font-weight: 800;
  justify-content: center;
  line-height: 1.2;
  padding: 12px 14px;
  text-decoration: none;
  white-space: nowrap;
}

.dhgp-primary {
  background: #1f6f50;
  color: #fff;
}

.dhgp-secondary {
  background: #f2eee6;
  color: #17211c;
}

.dhgp-place {
  align-items: center;
  border-bottom: 1px solid #eee9e1;
  display: grid;
  gap: 14px;
  grid-template-columns: minmax(0, 1fr) auto;
  padding: 16px 18px;
}

.dhgp-place:last-child {
  border-bottom: 0;
}

.dhgp-type {
  color: #b45f28;
  display: block;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0;
  margin-bottom: 5px;
  text-transform: uppercase;
}

.dhgp-place h4 {
  font-size: 16px;
  line-height: 1.35;
  margin: 0 0 4px;
}

.dhgp-place p,
.dhgp-meta {
  color: #66736d;
  font-size: 14px;
  line-height: 1.45;
  margin: 0;
}

.dhgp-place a {
  background: #1f6f50;
  border-radius: 6px;
  color: #fff;
  display: inline-flex;
  font-size: 13px;
  font-weight: 700;
  justify-content: center;
  line-height: 1.2;
  padding: 10px 12px;
  text-decoration: none;
  white-space: nowrap;
}

.dhgp-reviews {
  display: grid;
  gap: 12px;
  padding: 14px;
}

.dhgp-review {
  background: #fbfaf7;
  border: 1px solid #eee9e1;
  border-radius: 8px;
  padding: 14px;
}

.dhgp-review-head {
  align-items: center;
  display: flex;
  gap: 10px;
  justify-content: space-between;
  margin-bottom: 8px;
}

.dhgp-review-head strong {
  font-size: 14px;
  line-height: 1.25;
}

.dhgp-review-head span {
  color: #b45f28;
  font-size: 13px;
  letter-spacing: 0;
  white-space: nowrap;
}

.dhgp-review p {
  color: #52605a;
  font-size: 14px;
  line-height: 1.5;
  margin: 0;
}

.dhgp-seo-copy {
  background: #f7f3ec;
  border: 1px solid #e7dfd2;
  border-radius: 8px;
  margin-top: 22px;
  padding: 20px;
}

.dhgp-seo-copy summary {
  cursor: pointer;
  font-size: 20px;
  font-weight: 800;
  line-height: 1.3;
  margin: 0 0 8px;
}

.dhgp-seo-copy p {
  color: #52605a;
  font-size: 15px;
  line-height: 1.65;
  margin: 0;
}

.dhgp-heritage {
  margin: 24px 0;
}

.dhgp-heritage-grid {
  display: grid;
  gap: 18px;
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.dhgp-heritage-card {
  background: #fff;
  border: 1px solid #e4e0d8;
  border-radius: 8px;
  overflow: hidden;
}

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

.dhgp-heritage-card div {
  padding: 16px;
}

.dhgp-heritage-card span {
  color: #b45f28;
  display: block;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0;
  margin-bottom: 7px;
  text-transform: uppercase;
}

.dhgp-heritage-card h4 {
  font-size: 18px;
  line-height: 1.25;
  margin: 0 0 9px;
}

.dhgp-heritage-card p {
  color: #52605a;
  font-size: 14px;
  line-height: 1.58;
  margin: 0 0 12px;
}

.dhgp-readmore {
  margin: 0 0 12px;
}

.dhgp-readmore summary {
  color: #1f6f50;
  cursor: pointer;
  font-size: 14px;
  font-weight: 800;
  line-height: 1.4;
  margin-bottom: 8px;
}

.dhgp-readmore p {
  background: #fbfaf7;
  border-left: 3px solid #1f6f50;
  margin: 0;
  padding: 10px 12px;
}

.dhgp-heritage-card a {
  color: #1f6f50;
  font-size: 13px;
  font-weight: 800;
  text-decoration: none;
}

.dhgp-blogs {
  margin-top: 30px;
}

.dhgp-blog-head {
  margin-bottom: 18px;
  max-width: 760px;
}

.dhgp-blog-head h3 {
  font-size: clamp(24px, 3vw, 34px);
  line-height: 1.15;
  margin: 0 0 8px;
}

.dhgp-blog-head p:last-child {
  color: #52605a;
  font-size: 16px;
  line-height: 1.6;
  margin: 0;
}

.dhgp-blog-grid {
  display: grid;
  gap: 14px;
  grid-template-columns: repeat(5, minmax(0, 1fr));
}

.dhgp-blog-card {
  background: #fff;
  border: 1px solid #e4e0d8;
  border-radius: 8px;
  display: flex;
  flex-direction: column;
  min-height: 230px;
  padding: 16px;
}

.dhgp-blog-card span {
  color: #b45f28;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0;
  margin-bottom: 9px;
  text-transform: uppercase;
}

.dhgp-blog-card h4 {
  font-size: 16px;
  line-height: 1.3;
  margin: 0 0 8px;
}

.dhgp-blog-card p {
  color: #66736d;
  font-size: 14px;
  line-height: 1.5;
  margin: 0 0 14px;
}

.dhgp-blog-card a {
  color: #1f6f50;
  font-size: 14px;
  font-weight: 800;
  margin-top: auto;
  text-decoration: none;
}

.dhgp-empty {
  align-items: center;
  background: #f7f3ec;
  border-radius: 6px;
  color: #66736d;
  display: flex;
  font-size: 15px;
  grid-column: 1 / -1;
  justify-content: center;
  line-height: 1.5;
  min-height: 190px;
  padding: 22px;
  text-align: center;
}

.dhgp-booking-page {
  color: #17211c;
  margin: 48px auto;
  max-width: 1180px;
  padding: 0 18px 48px;
}

.dhgp-booking-hero {
  max-width: 760px;
  margin-bottom: 24px;
}

.dhgp-booking-hero h1 {
  font-size: clamp(30px, 4vw, 48px);
  line-height: 1.12;
  margin: 0 0 10px;
}

.dhgp-booking-hero p:last-child {
  color: #52605a;
  font-size: 17px;
  line-height: 1.6;
  margin: 0;
}

.dhgp-booking-layout {
  display: grid;
  gap: 22px;
  grid-template-columns: minmax(300px, 0.9fr) minmax(0, 1.1fr);
}

.dhgp-room-panel,
.dhgp-form-panel {
  background: #fff;
  border: 1px solid #e4e0d8;
  border-radius: 8px;
  padding: 18px;
}

.dhgp-room-panel h2,
.dhgp-form-panel h2 {
  font-size: 20px;
  line-height: 1.3;
  margin: 0 0 14px;
}

.dhgp-room-grid {
  display: grid;
  gap: 12px;
}

.dhgp-room-card {
  border: 1px solid #e4e0d8;
  border-radius: 8px;
  cursor: pointer;
  display: grid;
  gap: 10px;
  grid-template-columns: 96px minmax(0, 1fr);
  padding: 10px;
  position: relative;
}

.dhgp-room-card input {
  position: absolute;
  right: 12px;
  top: 12px;
}

.dhgp-room-card img {
  aspect-ratio: 4 / 3;
  border-radius: 6px;
  grid-row: span 2;
  height: 100%;
  object-fit: cover;
  width: 96px;
}

.dhgp-room-card span {
  align-self: end;
  font-size: 16px;
  font-weight: 800;
  line-height: 1.3;
  padding-right: 28px;
}

.dhgp-room-card small {
  color: #66736d;
  font-size: 13px;
  line-height: 1.45;
}

.dhgp-room-card:has(input:checked) {
  border-color: #1f6f50;
  box-shadow: 0 0 0 2px rgba(31, 111, 80, 0.12);
}

.dhgp-form-grid {
  display: grid;
  gap: 14px;
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.dhgp-form-grid label {
  display: grid;
  gap: 7px;
}

.dhgp-form-grid span {
  color: #31423a;
  font-size: 13px;
  font-weight: 800;
  line-height: 1.3;
}

.dhgp-form-grid input,
.dhgp-form-grid textarea {
  border: 1px solid #d9d3ca;
  border-radius: 6px;
  color: #17211c;
  font: inherit;
  min-height: 44px;
  padding: 10px 11px;
  width: 100%;
}

.dhgp-form-grid textarea {
  min-height: 110px;
  resize: vertical;
}

.dhgp-form-wide {
  grid-column: 1 / -1;
}

.dhgp-submit {
  background: #1f6f50;
  border: 0;
  border-radius: 6px;
  color: #fff;
  cursor: pointer;
  font-size: 15px;
  font-weight: 800;
  margin-top: 16px;
  min-height: 46px;
  padding: 12px 16px;
  width: 100%;
}

.dhgp-alert {
  border-radius: 8px;
  font-weight: 800;
  margin-bottom: 18px;
  padding: 14px 16px;
}

.dhgp-alert-success {
  background: #e7f5ee;
  color: #1f6f50;
}

.dhgp-alert-error {
  background: #fff0ea;
  color: #9c3d1b;
}

@media (max-width: 820px) {
  .dhgp-site-header {
    grid-template-columns: 1fr auto;
    gap: 10px;
  }

  .dhgp-nav {
    grid-column: 1 / -1;
    grid-row: 2;
    justify-content: flex-start;
    overflow-x: auto;
    padding-bottom: 2px;
    scrollbar-width: none;
    white-space: nowrap;
  }

  .dhgp-nav::-webkit-scrollbar {
    display: none;
  }

  .dhgp-hero {
    align-items: start;
    grid-template-columns: 1fr;
  }

  .dhgp-actions {
    justify-content: flex-start;
  }

  .dhgp-grid {
    grid-template-columns: 1fr;
  }

  .dhgp-panel:first-child {
    grid-row: auto;
  }

  .dhgp-photos {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .dhgp-heritage-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .dhgp-blog-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .dhgp-booking-layout {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 520px) {
  .dhgp-site-header {
    gap: 10px;
    padding: 10px;
    width: min(1180px, calc(100% - 16px));
  }

  .admin-bar .dhgp-site-header {
    top: 46px;
  }

  .dhgp-brand strong {
    font-size: 14px;
  }

  .dhgp-brand small {
    display: none;
  }

  .dhgp-nav a {
    font-size: 13px;
    padding: 8px 9px;
  }

  .dhgp-header-book {
    font-size: 13px;
    padding: 9px 10px;
  }

  .dhgp-place {
    align-items: start;
    grid-template-columns: 1fr;
  }

  .dhgp-place a {
    width: 100%;
  }

  .dhgp-blog-grid {
    grid-template-columns: 1fr;
  }

  .dhgp-heritage-grid {
    grid-template-columns: 1fr;
  }

  .dhgp-form-grid {
    grid-template-columns: 1fr;
  }

  .dhgp-room-card {
    grid-template-columns: 86px minmax(0, 1fr);
  }

  .dhgp-room-card img {
    width: 86px;
  }
}
