.rhg-foundation-module,
.rhg-auth-shell,
.rhg-notice,
.rhg-dashboard {
  box-sizing: border-box;
  color: var(--rhg-deep-lagoon);
  font-family: var(--rhg-body);
}

.rhg-auth-shell--wide {
  max-width: 820px;
}

.rhg-auth-shell h1,
.rhg-dashboard h1,
.rhg-dashboard h2 {
  color: var(--rhg-deep-lagoon);
  font-family: var(--rhg-display);
}

.rhg-auth-shell h1 {
  font-size: clamp(2rem, 5vw, 3rem);
  line-height: 1.05;
  margin: 0 0 24px;
}

.rhg-account-form {
  display: grid;
  gap: 18px;
}

.rhg-conditional-field {
  background: rgb(213 229 225 / 24%);
  border: 1px solid var(--rhg-sea-mist);
  border-radius: var(--rhg-radius-sm);
  padding: 16px;
}

.rhg-conditional-field > label {
  display: grid;
  gap: 8px;
}

.rhg-conditional-alert:not(:empty) {
  background: #fff5dc;
  border-left: 3px solid var(--rhg-gold);
  border-radius: 7px;
  color: #714205;
  font-size: .78rem;
  margin-top: 10px;
  padding: 10px 12px;
}

.rhg-input-with-suffix {
  align-items: center;
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
}

.rhg-input-with-suffix b {
  background: var(--rhg-sea-mist);
  border: 1px solid #a8c1bc;
  border-left: 0;
  border-radius: 0 var(--rhg-radius-sm) var(--rhg-radius-sm) 0;
  min-height: 46px;
  padding: 12px;
}

.rhg-input-with-suffix input {
  border-radius: var(--rhg-radius-sm) 0 0 var(--rhg-radius-sm) !important;
}

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

.rhg-foundation-module {
  background: var(--rhg-bone);
  border: 1px solid var(--rhg-sea-mist);
  border-radius: var(--rhg-radius-lg);
  box-shadow: var(--rhg-shadow);
  margin: clamp(24px, 5vw, 64px) auto;
  max-width: 760px;
  overflow: hidden;
  padding: clamp(34px, 7vw, 70px);
  position: relative;
  text-align: center;
}

.rhg-foundation-module::before {
  background-image: linear-gradient(rgb(14 110 102 / 5%) 1px, transparent 1px), linear-gradient(90deg, rgb(14 110 102 / 5%) 1px, transparent 1px);
  background-size: 32px 32px;
  content: "";
  inset: 0;
  pointer-events: none;
  position: absolute;
}

.rhg-foundation-module > * {
  position: relative;
}

.rhg-foundation-module__mark {
  height: 92px;
  margin-bottom: 22px;
  width: auto;
}

.rhg-foundation-module h2 {
  color: var(--rhg-deep-lagoon);
  font-family: var(--rhg-display);
  font-size: clamp(2rem, 5vw, 3.6rem);
  letter-spacing: -0.03em;
  line-height: 1;
  margin: 0 0 18px;
}

.rhg-foundation-module > p:not(.rhg-eyebrow) {
  margin-left: auto;
  margin-right: auto;
  max-width: 58ch;
}

.rhg-foundation-module__admin {
  background: var(--rhg-sea-mist);
  border-radius: var(--rhg-radius-sm);
  color: #344f4a;
  font-family: var(--rhg-mono);
  font-size: 0.74rem;
  margin-top: 24px;
  padding: 12px;
}

.rhg-auth-shell {
  background: var(--rhg-bone);
  border: 1px solid var(--rhg-sea-mist);
  border-radius: var(--rhg-radius-md);
  margin: 30px auto;
  max-width: 480px;
  padding: clamp(24px, 5vw, 42px);
}

.rhg-auth-shell label {
  color: var(--rhg-deep-lagoon);
  font-weight: 600;
}

.rhg-account-form label:not(.rhg-check) {
  display: grid;
  gap: 7px;
}

.rhg-auth-shell input[type="text"],
.rhg-auth-shell input[type="password"],
.rhg-auth-shell input[type="email"],
.rhg-auth-shell input[type="tel"],
.rhg-auth-shell select,
.rhg-account-form input[type="text"],
.rhg-account-form input[type="password"],
.rhg-account-form input[type="email"],
.rhg-account-form input[type="tel"],
.rhg-account-form select,
.rhg-account-form textarea {
  background: var(--rhg-white);
  border: 1px solid #a8c1bc;
  border-radius: var(--rhg-radius-sm);
  box-sizing: border-box;
  color: var(--rhg-ink);
  font: inherit;
  min-height: 46px;
  padding: 10px 12px;
  width: 100%;
}

.rhg-account-form textarea {
  min-height: 120px;
  resize: vertical;
}

.rhg-button {
  align-items: center;
  background: var(--rhg-lagoon);
  border: 0;
  border-radius: var(--rhg-radius-sm);
  color: var(--rhg-white);
  cursor: pointer;
  display: inline-flex;
  font-family: var(--rhg-body);
  font-weight: 700;
  justify-content: center;
  min-height: 46px;
  padding: 0 22px;
  text-decoration: none;
  width: fit-content;
}

.rhg-button:hover,
.rhg-button:focus-visible {
  background: var(--rhg-deep-lagoon);
  color: var(--rhg-white);
}

.rhg-button--secondary {
  background: transparent;
  border: 1px solid var(--rhg-lagoon);
  color: var(--rhg-lagoon);
}

.rhg-check {
  align-items: flex-start;
  display: flex;
  gap: 9px;
}

.rhg-check input {
  flex: 0 0 auto;
  margin-top: 4px;
}

.rhg-auth-footer {
  border-top: 1px solid var(--rhg-sea-mist);
  margin: 24px 0 0;
  padding-top: 18px;
}

.rhg-auth-secondary {
  border-top: 1px solid var(--rhg-sea-mist);
  margin-top: 24px;
  padding-top: 18px;
}

.rhg-auth-secondary summary {
  color: var(--rhg-lagoon);
  cursor: pointer;
  font-weight: 700;
  margin-bottom: 18px;
}

.rhg-honeypot {
  height: 1px;
  left: -10000px;
  overflow: hidden;
  position: absolute;
  top: auto;
  width: 1px;
}

.rhg-auth-shell input:focus-visible,
.rhg-account-form input:focus-visible,
.rhg-account-form select:focus-visible,
.rhg-account-form textarea:focus-visible,
.rhg-auth-shell button:focus-visible,
.rhg-auth-shell a:focus-visible,
.rhg-dashboard a:focus-visible,
.rhg-dashboard button:focus-visible {
  outline: 2px solid var(--rhg-gold);
  outline-offset: 3px;
}

.rhg-notice--success {
  background: rgb(14 110 102 / 10%);
}

.rhg-notice--warning {
  background: rgb(244 166 42 / 14%);
  border-left-color: var(--rhg-gold);
}

.rhg-notice--error {
  background: rgb(199 91 57 / 12%);
  border-left-color: var(--rhg-clay);
}

.rhg-dashboard {
  margin: clamp(24px, 5vw, 64px) auto;
  max-width: var(--rhg-content);
}

.rhg-dashboard-header {
  align-items: center;
  display: flex;
  gap: 24px;
  justify-content: space-between;
}

.rhg-dashboard-header h1 {
  font-size: clamp(2rem, 5vw, 3.5rem);
  line-height: 1;
  margin: 0;
}

.rhg-account-status-grid {
  display: grid;
  gap: 14px;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  margin: 28px 0;
}

.rhg-account-status-grid > div,
.rhg-dashboard-panel {
  background: var(--rhg-white);
  border: 1px solid var(--rhg-sea-mist);
  border-radius: var(--rhg-radius-md);
}

.rhg-account-status-grid > div {
  padding: 18px;
}

.rhg-account-status-grid span {
  color: #56706b;
  display: block;
  font-family: var(--rhg-mono);
  font-size: 0.68rem;
  letter-spacing: 0.08em;
  margin-bottom: 8px;
  text-transform: uppercase;
}

.rhg-account-status-grid strong {
  color: var(--rhg-deep-lagoon);
}

.rhg-status-pill {
  background: var(--rhg-sea-mist);
  border-radius: 999px;
  display: inline-flex !important;
  font-family: var(--rhg-mono);
  font-size: 0.7rem;
  padding: 5px 9px;
  text-transform: uppercase;
}

.rhg-status-pill--approved {
  background: rgb(14 110 102 / 12%);
  color: var(--rhg-lagoon) !important;
}

.rhg-status-pill--pending {
  background: rgb(244 166 42 / 16%);
  color: #805000 !important;
}

.rhg-status-pill--suspended {
  background: rgb(199 91 57 / 14%);
  color: var(--rhg-clay) !important;
}

.rhg-dashboard-grid {
  display: grid;
  gap: 24px;
  grid-template-columns: minmax(0, 1.5fr) minmax(300px, 0.7fr);
}

.rhg-dashboard-panel {
  padding: clamp(22px, 4vw, 38px);
}

.rhg-dashboard-panel h2 {
  font-size: 1.7rem;
  margin: 0 0 22px;
}

.rhg-privacy-fields {
  border: 1px solid var(--rhg-sea-mist);
  border-radius: var(--rhg-radius-sm);
  display: grid;
  gap: 10px;
  padding: 18px;
}

.rhg-privacy-fields legend {
  color: var(--rhg-deep-lagoon);
  font-weight: 700;
  padding: 0 7px;
}

.rhg-privacy-fields p {
  margin-top: 0;
}

.rhg-property-list {
  display: grid;
  gap: 10px;
  list-style: none;
  margin: 0 0 22px;
  padding: 0;
}

.rhg-property-list li {
  align-items: center;
  border-bottom: 1px solid var(--rhg-sea-mist);
  display: flex;
  gap: 12px;
  justify-content: space-between;
  padding: 12px 0;
}

.rhg-property-list li div span {
  color: #56706b;
  display: block;
  font-family: var(--rhg-mono);
  font-size: 0.72rem;
  margin-top: 4px;
}

@media (max-width: 900px) {
  .rhg-account-status-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .rhg-dashboard-grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 620px) {
  .rhg-form-grid,
  .rhg-account-status-grid {
    grid-template-columns: 1fr;
  }

  .rhg-dashboard-header {
    align-items: flex-start;
    flex-direction: column;
  }
}

.rhg-notice {
  background: var(--rhg-sea-mist);
  border-left: 4px solid var(--rhg-lagoon);
  border-radius: var(--rhg-radius-sm);
  margin: 24px 0;
  padding: 16px 18px;
}

@media (prefers-reduced-motion: reduce) {
  .rhg-foundation-module *,
  .rhg-auth-shell *,
  .rhg-dashboard * {
    scroll-behavior: auto !important;
    transition: none !important;
  }
}

.rhg-listing-shell,
.rhg-listing-preview {
  box-sizing: border-box;
  color: var(--rhg-ink);
  font-family: var(--rhg-body);
  margin: clamp(24px, 5vw, 64px) auto;
  max-width: 1040px;
}

.rhg-listing-header,
.rhg-panel-heading,
.rhg-preview-actions,
.rhg-form-actions,
.rhg-listing-card__heading,
.rhg-listing-card__actions {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  justify-content: space-between;
}

.rhg-listing-header h1,
.rhg-listing-preview h1,
.rhg-listing-preview h2,
.rhg-listing-section h2 {
  color: var(--rhg-deep-lagoon);
  font-family: var(--rhg-display);
}

.rhg-listing-header h1,
.rhg-listing-preview h1 {
  font-size: clamp(2rem, 5vw, 3.5rem);
  line-height: 1;
  margin: 0;
}

.rhg-listing-meta {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin: 18px 0 28px;
}

.rhg-listing-meta span,
.rhg-listing-meta code {
  background: var(--rhg-sea-mist);
  border-radius: 999px;
  color: var(--rhg-deep-lagoon);
  font-family: var(--rhg-mono);
  font-size: 0.75rem;
  padding: 7px 11px;
  text-transform: uppercase;
}

.rhg-listing-form {
  display: grid;
  gap: 24px;
}

.rhg-listing-section {
  background: var(--rhg-white);
  border: 1px solid var(--rhg-sea-mist);
  border-radius: var(--rhg-radius-md);
  box-shadow: 0 8px 28px rgb(2 48 44 / 5%);
  display: grid;
  gap: 18px;
  padding: clamp(22px, 4vw, 38px);
}

.rhg-listing-section h2 {
  font-size: clamp(1.35rem, 3vw, 1.8rem);
  margin: 0;
}

.rhg-listing-section > p {
  color: #56706b;
  margin: -8px 0 0;
}

.rhg-listing-form label:not(.rhg-check) {
  color: var(--rhg-deep-lagoon);
  display: grid;
  font-weight: 700;
  gap: 7px;
}

.rhg-listing-form input[type="text"],
.rhg-listing-form input[type="email"],
.rhg-listing-form input[type="tel"],
.rhg-listing-form input[type="number"],
.rhg-listing-form input[type="date"],
.rhg-listing-form input[type="file"],
.rhg-listing-form select,
.rhg-listing-form textarea {
  background: var(--rhg-white);
  border: 1px solid #9dbab4;
  border-radius: var(--rhg-radius-sm);
  box-sizing: border-box;
  color: var(--rhg-ink);
  font: inherit;
  min-height: 48px;
  padding: 11px 13px;
  width: 100%;
}

.rhg-listing-form textarea {
  min-height: 110px;
  resize: vertical;
}

.rhg-listing-form input:focus-visible,
.rhg-listing-form select:focus-visible,
.rhg-listing-form textarea:focus-visible,
.rhg-listing-form button:focus-visible,
.rhg-listing-preview a:focus-visible {
  outline: 3px solid var(--rhg-gold);
  outline-offset: 2px;
}

.rhg-choice-grid {
  display: grid;
  gap: 12px;
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.rhg-declaration {
  background: rgb(244 166 42 / 12%);
  border: 1px solid rgb(244 166 42 / 45%);
  border-radius: var(--rhg-radius-sm);
  padding: 16px;
}

.rhg-form-errors {
  background: rgb(199 91 57 / 10%);
  border-left: 4px solid var(--rhg-clay);
  border-radius: var(--rhg-radius-sm);
  margin: 22px 0;
  padding: 18px 22px;
}

.rhg-form-errors h2 {
  color: var(--rhg-clay);
  font-size: 1.15rem;
  margin: 0 0 8px;
}

.rhg-form-errors ul {
  margin-bottom: 0;
}

.rhg-image-manager,
.rhg-upload-preview,
.rhg-preview-gallery {
  display: grid;
  gap: 14px;
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.rhg-image-manager article,
.rhg-upload-preview > div {
  background: var(--rhg-bone);
  border: 1px solid var(--rhg-sea-mist);
  border-radius: var(--rhg-radius-sm);
  overflow: hidden;
  padding: 10px;
}

.rhg-image-manager img,
.rhg-upload-preview img,
.rhg-preview-gallery img {
  aspect-ratio: 4 / 3;
  display: block;
  height: auto;
  object-fit: cover;
  width: 100%;
}

.rhg-image-manager .rhg-check {
  font-size: 0.82rem;
  margin-top: 8px;
}

.rhg-upload-preview span {
  display: block;
  font-size: 0.75rem;
  overflow-wrap: anywhere;
  padding-top: 7px;
}

.rhg-form-actions {
  background: var(--rhg-bone);
  border: 1px solid var(--rhg-sea-mist);
  border-radius: var(--rhg-radius-md);
  bottom: 12px;
  justify-content: flex-end;
  padding: 14px;
  position: sticky;
  z-index: 5;
}

.rhg-listing-preview {
  background: var(--rhg-white);
  border: 1px solid var(--rhg-sea-mist);
  border-radius: var(--rhg-radius-md);
  overflow: hidden;
  padding: clamp(22px, 5vw, 48px);
}

.rhg-preview-actions {
  justify-content: flex-start;
  margin-bottom: 24px;
}

.rhg-preview-gallery {
  margin: 0 0 28px;
}

.rhg-preview-gallery img:first-child {
  grid-column: span 2;
  grid-row: span 2;
}

.rhg-preview-summary {
  align-items: baseline;
  border-bottom: 1px solid var(--rhg-sea-mist);
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin: 20px 0;
  padding-bottom: 20px;
}

.rhg-preview-summary strong {
  color: var(--rhg-lagoon);
  font-size: 1.4rem;
}

.rhg-preview-excerpt {
  font-size: 1.15rem;
  font-weight: 700;
}

.rhg-preview-facts {
  display: grid;
  gap: 12px;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  margin: 28px 0;
}

.rhg-preview-facts div {
  background: var(--rhg-bone);
  border-radius: var(--rhg-radius-sm);
  padding: 14px;
}

.rhg-preview-facts dt {
  color: #56706b;
  font-size: 0.75rem;
  text-transform: uppercase;
}

.rhg-preview-facts dd {
  color: var(--rhg-deep-lagoon);
  font-weight: 700;
  margin: 4px 0 0;
}

.rhg-preview-facilities {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  list-style: none;
  padding: 0;
}

.rhg-preview-facilities li {
  background: var(--rhg-sea-mist);
  border-radius: 999px;
  padding: 7px 11px;
}

.rhg-panel-heading {
  align-items: flex-start;
  margin-bottom: 22px;
}

.rhg-dashboard-grid > .rhg-dashboard-panel:last-child {
  grid-column: 1 / -1;
}

.rhg-panel-heading h2 {
  margin-bottom: 0;
}

.rhg-property-list .rhg-listing-card {
  align-items: stretch;
  background: var(--rhg-bone);
  border: 1px solid var(--rhg-sea-mist);
  border-radius: var(--rhg-radius-sm);
  display: block;
  padding: 18px;
}

.rhg-listing-card__heading > div > strong,
.rhg-listing-card__heading code {
  display: block;
}

.rhg-listing-card__heading code {
  color: #56706b;
  font-family: var(--rhg-mono);
  font-size: 0.72rem;
  margin-top: 5px;
}

.rhg-status-pill--publish {
  background: rgb(14 110 102 / 12%);
  color: var(--rhg-lagoon);
}

.rhg-status-pill--draft {
  background: #e8eceb;
  color: #4b605c;
}

.rhg-status-pill--rhg_rented,
.rhg-status-pill--rhg_expired {
  background: rgb(199 91 57 / 12%);
  color: var(--rhg-clay);
}

.rhg-listing-card__actions {
  justify-content: flex-start;
  margin: 14px 0;
}

.rhg-listing-card__actions .rhg-button {
  font-size: 0.82rem;
  min-height: 38px;
  padding: 0 13px;
}

.rhg-listing-expiry {
  color: #56706b;
  font-size: 0.82rem;
}

.rhg-inline-action {
  margin: 10px 0;
}

.rhg-text-button {
  background: none;
  border: 0;
  color: var(--rhg-clay);
  cursor: pointer;
  font: inherit;
  font-weight: 700;
  padding: 0;
  text-decoration: underline;
}

.rhg-renew-panel,
.rhg-timeline {
  border-top: 1px solid var(--rhg-sea-mist);
  margin-top: 14px;
  padding-top: 12px;
}

.rhg-renew-panel summary,
.rhg-timeline summary {
  color: var(--rhg-lagoon);
  cursor: pointer;
  font-weight: 700;
}

.rhg-timeline ol {
  border-left: 2px solid var(--rhg-sea-mist);
  list-style: none;
  margin: 16px 0 0 6px;
  padding-left: 18px;
}

.rhg-timeline li {
  align-items: flex-start;
  border: 0;
  display: grid;
  gap: 2px;
  justify-content: stretch;
  padding: 0 0 14px;
}

.rhg-timeline time {
  color: #56706b;
  font-family: var(--rhg-mono);
  font-size: 0.68rem;
}

.rhg-listing-pagination ul {
  display: flex;
  flex-wrap: wrap;
  gap: 7px;
  list-style: none;
  padding: 0;
}

.rhg-listing-pagination a,
.rhg-listing-pagination .current {
  border: 1px solid var(--rhg-sea-mist);
  border-radius: var(--rhg-radius-sm);
  display: inline-flex;
  padding: 7px 10px;
  text-decoration: none;
}

.rhg-listing-pagination .current {
  background: var(--rhg-lagoon);
  color: var(--rhg-white);
}

@media (max-width: 760px) {
  .rhg-choice-grid,
  .rhg-image-manager,
  .rhg-upload-preview,
  .rhg-preview-gallery {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .rhg-listing-header,
  .rhg-panel-heading {
    align-items: flex-start;
    flex-direction: column;
  }
}

@media (max-width: 520px) {
  .rhg-choice-grid,
  .rhg-image-manager,
  .rhg-upload-preview,
  .rhg-preview-gallery,
  .rhg-preview-facts {
    grid-template-columns: 1fr;
  }

  .rhg-preview-gallery img:first-child {
    grid-column: auto;
    grid-row: auto;
  }

  .rhg-form-actions {
    align-items: stretch;
    bottom: 0;
    display: grid;
    grid-template-columns: 1fr;
  }

  .rhg-form-actions .rhg-button {
    width: 100%;
  }
}

/* v0.5 public rental discovery and property pages. */
.rhg-browse,
.rhg-property-detail__inner {
  box-sizing: border-box;
  margin: clamp(24px, 5vw, 72px) auto;
  max-width: 1380px;
  padding-inline: clamp(16px, 4vw, 48px);
}

.rhg-browse *,
.rhg-property-detail * {
  box-sizing: border-box;
}

.rhg-browse__hero {
  background:
    radial-gradient(circle at 82% 15%, rgb(244 166 42 / 24%), transparent 26%),
    linear-gradient(135deg, var(--rhg-deep-lagoon), var(--rhg-lagoon));
  border-radius: clamp(18px, 3vw, 34px);
  color: var(--rhg-white);
  margin-bottom: -38px;
  overflow: hidden;
  padding: clamp(36px, 7vw, 88px) clamp(24px, 7vw, 90px) 78px;
  position: relative;
}

.rhg-browse__hero .rhg-eyebrow {
  color: var(--rhg-gold);
}

.rhg-browse__hero h1 {
  color: inherit;
  font: 700 clamp(2.25rem, 6vw, 5.2rem)/0.95 var(--rhg-display);
  letter-spacing: -0.045em;
  margin: 0;
  max-width: 800px;
}

.rhg-browse__hero > p:last-child {
  font-size: clamp(1rem, 2vw, 1.25rem);
  margin: 22px 0 0;
  max-width: 680px;
  opacity: 0.86;
}

.rhg-rental-filters {
  background: var(--rhg-white);
  border: 1px solid var(--rhg-sea-mist);
  border-radius: var(--rhg-radius-lg);
  box-shadow: var(--rhg-shadow);
  margin: 0 clamp(8px, 3vw, 42px) 28px;
  padding: 18px;
  position: relative;
  z-index: 2;
}

.rhg-rental-filters label,
.rhg-map-picker {
  color: var(--rhg-deep-lagoon);
  font-family: var(--rhg-body);
}

.rhg-rental-filters label > span:not(.screen-reader-text) {
  display: block;
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.05em;
  margin-bottom: 6px;
  text-transform: uppercase;
}

.rhg-rental-filters input,
.rhg-rental-filters select {
  background: #fbfcfb;
  border: 1px solid #bfd3cf;
  border-radius: var(--rhg-radius-sm);
  color: var(--rhg-ink);
  font: 500 0.92rem var(--rhg-body);
  min-height: 48px;
  padding: 10px 12px;
  width: 100%;
}

.rhg-rental-filters__primary {
  align-items: end;
  display: grid;
  gap: 12px;
  grid-template-columns: minmax(240px, 2fr) repeat(2, minmax(150px, 1fr)) auto;
}

.rhg-rental-filters__primary .rhg-button {
  min-height: 48px;
}

.rhg-advanced-filters {
  border-top: 1px solid var(--rhg-sea-mist);
  margin-top: 16px;
  padding-top: 14px;
}

.rhg-advanced-filters summary {
  color: var(--rhg-lagoon);
  cursor: pointer;
  font-weight: 800;
  width: max-content;
}

.rhg-rental-filters__grid {
  display: grid;
  gap: 12px;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  margin-top: 18px;
}

.rhg-filter-actions {
  align-items: center;
  display: flex;
  gap: 18px;
  margin-top: 16px;
}

.rhg-filter-actions a {
  color: var(--rhg-lagoon);
  font-weight: 700;
}

.rhg-results-toolbar {
  align-items: center;
  display: flex;
  justify-content: space-between;
  margin: 28px 0 18px;
}

.rhg-results-toolbar p {
  color: #405d58;
  font-weight: 700;
  margin: 0;
}

.rhg-view-switch {
  background: var(--rhg-sea-mist);
  border-radius: 999px;
  display: inline-flex;
  padding: 4px;
}

.rhg-view-switch button {
  background: transparent;
  border: 0;
  border-radius: 999px;
  color: var(--rhg-deep-lagoon);
  cursor: pointer;
  font: 700 0.85rem var(--rhg-body);
  padding: 8px 16px;
}

.rhg-view-switch button.is-active {
  background: var(--rhg-white);
  box-shadow: 0 3px 10px rgb(6 50 46 / 12%);
}

.rhg-results-layout.is-map-view {
  display: grid;
  gap: 22px;
  grid-template-columns: minmax(0, 1fr) minmax(440px, 1.08fr);
}

.rhg-results-layout.is-map-view .rhg-rental-grid {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.rhg-rental-grid {
  display: grid;
  gap: 22px;
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.rhg-rental-card {
  background: var(--rhg-white);
  border: 1px solid #d7e3e0;
  border-radius: 18px;
  box-shadow: 0 8px 24px rgb(6 50 46 / 7%);
  color: var(--rhg-ink);
  min-width: 0;
  overflow: hidden;
  transition: transform 180ms ease, box-shadow 180ms ease;
}

.rhg-rental-card:hover {
  box-shadow: 0 16px 38px rgb(6 50 46 / 14%);
  transform: translateY(-3px);
}

.rhg-rental-card__image {
  aspect-ratio: 4 / 3;
  background: var(--rhg-sea-mist);
  display: block;
  overflow: hidden;
  position: relative;
}

.rhg-rental-card__image img {
  height: 100%;
  object-fit: cover;
  transition: transform 350ms ease;
  width: 100%;
}

.rhg-rental-card:hover .rhg-rental-card__image img {
  transform: scale(1.025);
}

.rhg-rental-card__placeholder {
  align-items: center;
  color: var(--rhg-lagoon);
  display: flex;
  font-size: 4rem;
  height: 100%;
  justify-content: center;
}

.rhg-rental-card__category {
  background: rgb(255 255 255 / 94%);
  border-radius: 999px;
  bottom: 12px;
  color: var(--rhg-deep-lagoon);
  font-size: 0.7rem;
  font-weight: 800;
  left: 12px;
  padding: 7px 10px;
  position: absolute;
  text-transform: uppercase;
}

.rhg-rental-card__image > .rhg-verified-badge {
  background: var(--rhg-gold);
  border-radius: 999px;
  color: #32250a;
  font-size: 0.68rem;
  font-weight: 900;
  padding: 7px 10px;
  position: absolute;
  right: 12px;
  text-transform: uppercase;
  top: 12px;
}

.rhg-verified-badge b {
  margin-right: 4px;
}

.rhg-rental-card__body {
  padding: 17px;
}

.rhg-rental-card__price {
  color: var(--rhg-lagoon);
  font: 800 1.08rem var(--rhg-display);
  margin: 0 0 5px;
}

.rhg-rental-card h3 {
  font: 700 1.2rem/1.2 var(--rhg-display);
  margin: 0;
}

.rhg-rental-card h3 a {
  color: var(--rhg-deep-lagoon);
  text-decoration: none;
}

.rhg-rental-card__location {
  color: #57706c;
  font-size: 0.82rem;
  margin: 9px 0;
}

.rhg-rental-card__location span {
  color: var(--rhg-gold);
}

.rhg-rental-card__facts {
  border-top: 1px solid #e3ebe9;
  display: flex;
  flex-wrap: wrap;
  gap: 9px 14px;
  list-style: none;
  margin: 13px 0 0;
  padding: 12px 0 0;
}

.rhg-rental-card__facts li {
  color: #57706c;
  font-size: 0.76rem;
}

.rhg-rental-card__facts strong {
  color: var(--rhg-deep-lagoon);
}

.rhg-results-map .rhg-map-canvas {
  height: min(74vh, 760px);
  min-height: 520px;
  position: sticky;
  top: 24px;
}

.rhg-map-canvas {
  background: var(--rhg-sea-mist);
  border: 1px solid #b8cfca;
  border-radius: 18px;
  min-height: 340px;
  overflow: hidden;
  width: 100%;
  z-index: 1;
}

.rhg-price-marker {
  background: transparent;
  border: 0;
  width: auto !important;
}

.rhg-price-marker span {
  background: var(--rhg-white);
  border: 2px solid var(--rhg-lagoon);
  border-radius: 999px;
  box-shadow: 0 5px 14px rgb(6 50 46 / 25%);
  color: var(--rhg-deep-lagoon);
  display: block;
  font: 800 0.68rem var(--rhg-body);
  padding: 6px 8px;
  white-space: nowrap;
}

.rhg-map-popup {
  display: grid;
  gap: 9px;
  grid-template-columns: 86px minmax(130px, 1fr);
  width: 260px;
}

.rhg-map-popup em {
  color: #866008;
  display: block;
  font-size: 0.68rem;
  font-style: normal;
  font-weight: 900;
  text-transform: uppercase;
}

.rhg-map-popup img {
  border-radius: 8px;
  height: 76px;
  object-fit: cover;
  width: 86px;
}

.rhg-map-popup strong,
.rhg-map-popup span,
.rhg-map-popup a {
  display: block;
}

.rhg-map-popup strong {
  color: var(--rhg-deep-lagoon);
  line-height: 1.2;
}

.rhg-map-popup span {
  color: #57706c;
  font-size: 0.72rem;
  margin-block: 4px;
}

.rhg-map-popup a {
  color: var(--rhg-lagoon);
  font-weight: 800;
}

.rhg-empty-state {
  background: var(--rhg-bone);
  border: 1px dashed #9ebdb6;
  border-radius: var(--rhg-radius-lg);
  margin: 30px auto;
  padding: clamp(40px, 8vw, 90px) 24px;
  text-align: center;
}

.rhg-empty-state > span {
  color: var(--rhg-lagoon);
  font-size: 4rem;
}

.rhg-empty-state h2 {
  color: var(--rhg-deep-lagoon);
  font: 700 clamp(1.6rem, 4vw, 2.6rem) var(--rhg-display);
  margin: 10px 0;
}

.rhg-empty-state p {
  margin: 0 auto 24px;
  max-width: 600px;
}

.rhg-empty-state > div {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  justify-content: center;
}

.rhg-property-detail {
  color: var(--rhg-ink);
  font-family: var(--rhg-body);
  padding-bottom: 40px;
}

.rhg-breadcrumb {
  align-items: center;
  color: #57706c;
  display: flex;
  flex-wrap: wrap;
  font-size: 0.8rem;
  gap: 8px;
  margin-bottom: 22px;
}

.rhg-breadcrumb a {
  color: var(--rhg-lagoon);
  font-weight: 800;
}

.rhg-unavailable-notice {
  background: rgb(199 91 57 / 10%);
  border: 1px solid rgb(199 91 57 / 35%);
  border-left: 5px solid var(--rhg-clay);
  border-radius: var(--rhg-radius-md);
  margin-bottom: 28px;
  padding: 18px 20px;
}

.rhg-unavailable-notice strong {
  color: var(--rhg-clay);
  font-size: 1.2rem;
}

.rhg-unavailable-notice p {
  margin: 6px 0 14px;
}

.rhg-property-heading {
  align-items: end;
  display: flex;
  gap: 24px;
  justify-content: space-between;
  margin-bottom: 26px;
}

.rhg-property-heading h1 {
  color: var(--rhg-deep-lagoon);
  font: 700 clamp(2.1rem, 5vw, 4.6rem)/0.98 var(--rhg-display);
  letter-spacing: -0.04em;
  margin: 8px 0 10px;
  max-width: 900px;
}

.rhg-property-heading p {
  color: #57706c;
  margin: 0;
}

.rhg-property-heading__badges {
  display: flex;
  flex-wrap: wrap;
  gap: 7px;
}

.rhg-property-heading__badges span {
  background: var(--rhg-sea-mist);
  border-radius: 999px;
  color: var(--rhg-lagoon);
  font-size: 0.7rem;
  font-weight: 800;
  padding: 7px 10px;
  text-transform: uppercase;
}

.rhg-property-heading__badges .rhg-verified-badge {
  background: var(--rhg-gold);
  color: #32250a;
}

.rhg-property-heading__price {
  flex: 0 0 auto;
  text-align: right;
}

.rhg-property-heading__price strong,
.rhg-property-heading__price code {
  display: block;
}

.rhg-property-heading__price strong {
  color: var(--rhg-lagoon);
  font: 800 clamp(1.3rem, 3vw, 2rem) var(--rhg-display);
}

.rhg-property-heading__price code {
  color: #57706c;
  font: 500 0.72rem var(--rhg-mono);
  margin-top: 7px;
}

.rhg-property-gallery {
  border-radius: clamp(16px, 2.2vw, 28px);
  margin-bottom: 34px;
  overflow: hidden;
}

.rhg-property-gallery__mosaic {
  display: grid;
  gap: 6px;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  height: clamp(430px, 47vw, 650px);
  min-height: 0;
}

.rhg-property-gallery button {
  background: #dbe7e3;
  border: 0;
  cursor: pointer;
  display: block;
  margin: 0;
  min-height: 0;
  overflow: hidden;
  padding: 0;
  position: relative;
  width: 100%;
}

.rhg-property-gallery button:focus-visible {
  box-shadow: inset 0 0 0 4px var(--rhg-gold);
  outline: 0;
  z-index: 3;
}

.rhg-property-gallery__main,
.rhg-property-gallery__tiles,
.rhg-property-gallery__tile {
  height: 100%;
  min-height: 0;
  position: relative;
}

.rhg-property-gallery__tiles {
  display: grid;
  gap: 6px;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  grid-template-rows: repeat(2, minmax(0, 1fr));
}

.rhg-property-gallery img {
  display: block;
  height: 100%;
  inset: 0;
  object-fit: cover;
  position: absolute;
  transition: transform .28s ease;
  width: 100%;
}

.rhg-property-gallery button:hover img {
  transform: scale(1.025);
}

.rhg-property-gallery__show-all {
  align-items: center;
  background: rgba(255,255,255,.96);
  border: 1px solid rgba(8,47,43,.18);
  border-radius: 11px;
  bottom: 14px;
  box-shadow: 0 8px 24px rgba(8,47,43,.17);
  color: #103f39;
  display: inline-flex;
  font-size: 14px;
  font-weight: 800;
  gap: 7px;
  min-height: 42px;
  padding: 9px 13px;
  position: absolute;
  right: 14px;
}

.rhg-property-gallery--count-1 .rhg-property-gallery__mosaic {
  grid-template-columns: 1fr;
}

.rhg-property-gallery--count-2 .rhg-property-gallery__tiles,
.rhg-property-gallery--count-3 .rhg-property-gallery__tiles,
.rhg-property-gallery--count-4 .rhg-property-gallery__tiles {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.rhg-property-content-layout {
  align-items: start;
  display: grid;
  gap: clamp(26px, 5vw, 58px);
  grid-template-columns: minmax(0, 1fr) minmax(280px, 360px);
}

.rhg-property-facts {
  background: var(--rhg-bone);
  border-radius: var(--rhg-radius-md);
  display: grid;
  gap: 1px;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  list-style: none;
  margin: 0 0 34px;
  overflow: hidden;
  padding: 0;
}

.rhg-property-facts li {
  border-right: 1px solid #ddd6c8;
  padding: 17px;
}

.rhg-property-facts li:last-child {
  border-right: 0;
}

.rhg-property-facts strong,
.rhg-property-facts span {
  display: block;
}

.rhg-property-facts strong {
  color: var(--rhg-deep-lagoon);
  font: 800 1.2rem var(--rhg-display);
  overflow-wrap: anywhere;
}

.rhg-property-facts span {
  color: #6a7774;
  font-size: 0.7rem;
  margin-top: 3px;
  text-transform: uppercase;
}

.rhg-property-section {
  border-top: 1px solid #d9e4e2;
  margin-top: 32px;
  padding-top: 30px;
}

.rhg-property-section h2,
.rhg-contact-card h2,
.rhg-related-properties h2 {
  color: var(--rhg-deep-lagoon);
  font: 700 clamp(1.55rem, 3vw, 2.2rem) var(--rhg-display);
  margin: 0 0 18px;
}

.rhg-property-description {
  font-size: 1rem;
  line-height: 1.8;
}

.rhg-amenity-list {
  display: grid;
  gap: 10px 20px;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  list-style: none;
  padding: 0;
}

.rhg-amenity-list li {
  align-items: center;
  display: flex;
  gap: 10px;
}

.rhg-amenity-list span {
  align-items: center;
  background: var(--rhg-sea-mist);
  border-radius: 50%;
  color: var(--rhg-lagoon);
  display: inline-flex;
  flex: 0 0 26px;
  height: 26px;
  justify-content: center;
}

.rhg-location-details {
  display: grid;
  gap: 10px;
  margin-bottom: 20px;
}

.rhg-location-details > div {
  display: grid;
  gap: 12px;
  grid-template-columns: 130px 1fr;
}

.rhg-location-details dt {
  color: #637671;
  font-size: 0.75rem;
  font-weight: 800;
  text-transform: uppercase;
}

.rhg-location-details dd {
  margin: 0;
}

.rhg-property-map {
  min-height: 380px;
}

.rhg-contact-card {
  background: var(--rhg-white);
  border: 1px solid #cfe0dc;
  border-radius: var(--rhg-radius-lg);
  box-shadow: var(--rhg-shadow);
  padding: 24px;
  position: sticky;
  top: 24px;
}

.rhg-contact-card__actions {
  display: grid;
  gap: 9px;
  margin: 20px 0;
}

.rhg-button--whatsapp {
  background: #1b8f54;
  border-color: #1b8f54;
}

.rhg-safety-note {
  background: rgb(244 166 42 / 12%);
  border-radius: var(--rhg-radius-sm);
  color: #5e4a22;
  font-size: 0.78rem;
  line-height: 1.55;
  padding: 12px;
}

.rhg-report-link {
  color: var(--rhg-clay);
  display: inline-block;
  font-size: 0.78rem;
  font-weight: 700;
  margin-top: 10px;
}

.rhg-listing-updated {
  color: #6a7774;
  font-size: 0.72rem;
  margin-top: 28px;
}

.rhg-listing-assurance {
  display: flex;
  flex-wrap: wrap;
  gap: 7px;
  margin: 10px 0;
}

.rhg-listing-assurance span {
  background: var(--rhg-sea-mist);
  border-radius: 999px;
  color: var(--rhg-lagoon);
  font-size: 0.68rem;
  font-weight: 800;
  padding: 5px 8px;
}

.rhg-rejection-feedback {
  background: rgb(199 91 57 / 10%);
  border-left: 4px solid var(--rhg-clay);
  border-radius: var(--rhg-radius-sm);
  color: #66321f;
  margin: 12px 0;
  padding: 12px;
}

.rhg-rejection-feedback p {
  margin: 4px 0 0;
}

.rhg-verification-disclosure {
  background: rgb(244 166 42 / 14%);
  border-left: 4px solid var(--rhg-gold);
  border-radius: var(--rhg-radius-sm);
  color: #4c3e1d;
  line-height: 1.55;
  margin-top: 24px;
  padding: 14px 16px;
}

.rhg-related-properties {
  border-top: 1px solid #d9e4e2;
  margin-top: clamp(48px, 8vw, 90px);
  padding-top: 38px;
}

.rhg-mobile-contact-bar {
  display: none;
}

.rhg-map-picker {
  background: var(--rhg-bone);
  border: 1px solid #d5cbb8;
  border-radius: var(--rhg-radius-md);
  margin-top: 22px;
  padding: 18px;
}

.rhg-map-picker > div:first-child {
  display: inline-block;
  max-width: 680px;
}

.rhg-map-picker h3 {
  color: var(--rhg-deep-lagoon);
  font: 700 1.2rem var(--rhg-display);
  margin: 0 0 4px;
}

.rhg-map-picker p {
  margin: 0 0 12px;
}

.rhg-map-picker > .rhg-button {
  float: right;
}

.rhg-map-picker .rhg-map-canvas {
  clear: both;
  min-height: 360px;
}

.rhg-map-picker__status {
  color: #56706b;
  font: 500 0.75rem var(--rhg-mono);
  margin: 9px 0 0 !important;
}

@media (max-width: 1100px) {
  .rhg-rental-grid,
  .rhg-results-layout.is-map-view .rhg-rental-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .rhg-results-layout.is-map-view {
    grid-template-columns: minmax(0, 1fr) minmax(380px, 0.9fr);
  }

  .rhg-rental-filters__grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

@media (max-width: 820px) {
  .rhg-rental-filters__primary,
  .rhg-rental-filters__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .rhg-search-field {
    grid-column: 1 / -1;
  }

  .rhg-results-layout.is-map-view {
    display: block;
  }

  .rhg-results-layout.is-map-view .rhg-results-list {
    display: none;
  }

  .rhg-results-map .rhg-map-canvas {
    height: 68vh;
    min-height: 460px;
    position: static;
  }

  .rhg-property-heading {
    align-items: start;
    flex-direction: column;
  }

  .rhg-property-heading__price {
    text-align: left;
  }

  .rhg-property-content-layout {
    grid-template-columns: 1fr;
  }

  .rhg-contact-card {
    position: static;
  }
}

@media (max-width: 620px) {
	.rhg-property-detail {
		padding-bottom: 90px;
	}

  .rhg-browse {
    padding-inline: 12px;
  }

  .rhg-browse__hero {
    border-radius: 18px;
    margin-bottom: -22px;
    padding: 36px 20px 58px;
  }

  .rhg-rental-filters {
    border-radius: 14px;
    margin-inline: 5px;
    padding: 13px;
  }

  .rhg-rental-filters__primary,
  .rhg-rental-filters__grid,
  .rhg-rental-grid,
  .rhg-results-layout.is-map-view .rhg-rental-grid,
  .rhg-amenity-list {
    grid-template-columns: 1fr;
  }

  .rhg-results-toolbar {
    align-items: flex-start;
    gap: 12px;
  }

  .rhg-property-detail__inner {
    padding-inline: 14px;
  }

  .rhg-property-gallery__mosaic {
    gap: 4px;
    grid-template-columns: 1fr;
    min-height: 0;
  }

  .rhg-property-gallery__main {
    aspect-ratio: 4 / 3;
  }

  .rhg-property-gallery__tiles {
    aspect-ratio: 2 / 1;
    gap: 4px;
  }

  .rhg-property-gallery__show-all {
    bottom: 9px;
    font-size: 13px;
    min-height: 38px;
    right: 9px;
  }

  .rhg-property-facts {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .rhg-property-facts li:nth-child(2) {
    border-right: 0;
  }

  .rhg-property-facts li:nth-child(-n + 2) {
    border-bottom: 1px solid #ddd6c8;
  }

  .rhg-location-details > div {
    gap: 3px;
    grid-template-columns: 1fr;
  }

  .rhg-mobile-contact-bar {
    background: var(--rhg-white);
    border-top: 1px solid #cfe0dc;
    bottom: 0;
    box-shadow: 0 -10px 28px rgb(6 50 46 / 13%);
    display: grid;
    gap: 8px;
    grid-template-columns: repeat(2, 1fr);
    left: 0;
    padding: 10px max(12px, env(safe-area-inset-left)) calc(10px + env(safe-area-inset-bottom));
    position: fixed;
    right: 0;
    z-index: 9999;
  }

  .rhg-mobile-contact-bar a {
    align-items: center;
    background: var(--rhg-lagoon);
    border-radius: var(--rhg-radius-sm);
    color: var(--rhg-white);
    display: flex;
    font-weight: 800;
    justify-content: center;
    min-height: 46px;
    text-decoration: none;
  }

  .rhg-map-picker > .rhg-button {
    float: none;
    margin-bottom: 12px;
    width: 100%;
  }
}

/* v0.7 enquiries, contact, reporting, and lister inbox. */
.rhg-public-form{max-width:880px;margin:clamp(2rem,5vw,4rem) auto;padding:clamp(1.25rem,3vw,2.25rem);background:var(--rhg-color-surface,#fff);border:1px solid rgba(15,65,60,.14);border-radius:24px;box-shadow:0 18px 48px rgba(15,65,60,.08)}
.rhg-public-form form{display:grid;gap:1rem}.rhg-public-form label{display:grid;gap:.4rem;font-weight:700}.rhg-public-form input,.rhg-public-form textarea,.rhg-public-form select,.rhg-enquiry-list select{width:100%;padding:.8rem .9rem;border:1px solid rgba(15,65,60,.25);border-radius:12px;background:#fff;color:inherit;font:inherit}.rhg-public-form .rhg-check{display:flex;align-items:flex-start;font-weight:500}.rhg-public-form .rhg-check input{width:auto;margin-top:.25rem}.rhg-hp{position:absolute!important;left:-10000px!important;width:1px!important;height:1px!important;overflow:hidden!important}.rhg-enquiry-list{display:grid;gap:1rem;padding:0;list-style:none}.rhg-enquiry-list>li{padding:1rem;border:1px solid rgba(15,65,60,.14);border-radius:16px}.rhg-enquiry-list>li>div{display:flex;justify-content:space-between;gap:1rem;flex-wrap:wrap}.rhg-enquiry-list .rhg-inline-action{display:flex;align-items:center;gap:.75rem;flex-wrap:wrap}.rhg-enquiry-list select{width:auto;min-width:140px}.rhg-listing-card .rhg-status-pill--rhg_suspended{background:#fff1d6;color:#815400}

.rhg-demo-badge {
  align-items:center;
  background:#f4a62a;
  border-radius:999px;
  color:#30220a;
  display:inline-flex;
  font-size:.68rem;
  font-weight:900;
  letter-spacing:.08em;
  line-height:1;
  padding:7px 10px;
  text-transform:uppercase;
}
.rhg-rental-card__image > .rhg-demo-badge {
  position:absolute;
  right:12px;
  top:12px;
  z-index:3;
}
.rhg-demo-property-notice {
  background:#fff6de;
  border:1px solid #e7b953;
  border-left:5px solid #f4a62a;
  border-radius:var(--rhg-radius-md);
  color:#5c451a;
  margin-bottom:28px;
  padding:18px 20px;
}
.rhg-demo-property-notice strong { color:#49330d; font-size:1.12rem; }
.rhg-demo-property-notice p { margin:6px 0 0; }
.rhg-property-heading__badges .rhg-demo-badge { background:#f4a62a; color:#30220a; }


/* v2.6 gallery height reliability. */
@media (max-width: 782px) {
  .rhg-property-gallery__mosaic { height: auto; min-height: 0; }
  .rhg-property-gallery__main { aspect-ratio: 16 / 10; height: auto; min-height: 250px; }
  .rhg-property-gallery__tiles { aspect-ratio: 1 / 1; height: auto; min-height: 320px; }
}
.rhg-property-tools{align-items:center;display:flex;justify-content:flex-end;margin:-10px 0 26px}.rhg-property-tools form{margin:0}.rhg-save-property{align-items:center;display:inline-flex;gap:8px;min-height:46px}.rhg-save-property span{font-size:21px;line-height:1}


/* v2.6.3 frictionless authentication */
.rhg-auth-experience,
.rhg-auth-choice-page {
  box-sizing: border-box;
  color: var(--rhg-ink);
  font-family: var(--rhg-body);
  margin: clamp(28px, 6vw, 78px) auto;
  max-width: 1180px;
  padding: 0 clamp(16px, 3vw, 30px);
}

.rhg-auth-experience {
  align-items: stretch;
  display: grid;
  gap: clamp(26px, 5vw, 70px);
  grid-template-columns: minmax(0, 1.05fr) minmax(390px, .8fr);
}

.rhg-auth-experience__intro {
  align-content: center;
  background: var(--rhg-deep-lagoon);
  border-radius: 28px;
  color: #fff;
  display: grid;
  padding: clamp(34px, 6vw, 74px);
}

.rhg-auth-experience__intro h1 {
  color: #fff;
  font-family: var(--rhg-display);
  font-size: clamp(2.5rem, 5vw, 4.8rem);
  letter-spacing: -.045em;
  line-height: .98;
  margin: 0 0 24px;
}

.rhg-auth-experience__intro > p:not(.rhg-eyebrow) {
  color: #e9f5f1;
  font-size: clamp(1.05rem, 1.5vw, 1.22rem);
  line-height: 1.72;
  max-width: 58ch;
}

.rhg-auth-benefits {
  display: grid;
  gap: 13px;
  list-style: none;
  margin: 28px 0 0;
  padding: 0;
}

.rhg-auth-benefits li {
  align-items: flex-start;
  display: flex;
  font-size: 1rem;
  gap: 11px;
}

.rhg-auth-benefits li span {
  align-items: center;
  background: var(--rhg-gold);
  border-radius: 999px;
  color: var(--rhg-deep-lagoon);
  display: inline-flex;
  flex: 0 0 24px;
  font-weight: 900;
  height: 24px;
  justify-content: center;
}

.rhg-auth-shell--easy {
  align-self: center;
  background: #fff;
  box-shadow: 0 28px 80px rgb(3 48 44 / 14%);
  margin: 0;
  max-width: none;
}

.rhg-auth-shell--easy h2 {
  color: var(--rhg-deep-lagoon);
  font-family: var(--rhg-display);
  font-size: clamp(2rem, 4vw, 3rem);
  margin: 0 0 24px;
}

.rhg-auth-guidance {
  color: #3f5c57;
  font-size: 1rem;
  line-height: 1.65;
  margin: -10px 0 24px;
}

.rhg-password-control {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  position: relative;
}

.rhg-password-control input {
  grid-column: 1 / -1;
  padding-right: 76px !important;
}

.rhg-password-control button {
  align-self: center;
  background: transparent;
  border: 0;
  color: var(--rhg-lagoon);
  cursor: pointer;
  font: 800 .85rem var(--rhg-body);
  grid-column: 2;
  grid-row: 1;
  margin-right: 8px;
  min-height: 38px;
  padding: 0 10px;
  z-index: 2;
}

[data-rhg-password-strength] {
  color: #526d68;
  display: block;
  font-size: .83rem;
  font-weight: 500;
  line-height: 1.45;
  margin-top: 4px;
}

[data-rhg-password-strength][data-strength="strong"] { color: #0b6f55; }
[data-rhg-password-strength][data-strength="good"] { color: #6d5800; }
[data-rhg-password-strength][data-strength="needs-more-characters"] { color: #9a3f27; }

.rhg-auth-form-row {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  justify-content: space-between;
}

.rhg-auth-form-row a,
.rhg-auth-footer a,
.rhg-auth-portal-links a {
  color: var(--rhg-lagoon);
  font-weight: 800;
}

.rhg-button--full {
  width: 100%;
}

.rhg-auth-portal-links {
  display: grid;
  gap: 8px;
}

.rhg-auth-choice-page > header {
  margin: 0 auto 38px;
  max-width: 760px;
  text-align: center;
}

.rhg-auth-choice-page > header h1 {
  color: var(--rhg-deep-lagoon);
  font-family: var(--rhg-display);
  font-size: clamp(2.4rem, 5vw, 4.4rem);
  letter-spacing: -.04em;
  line-height: 1;
  margin: 0 0 20px;
}

.rhg-auth-choice-page > header > p:not(.rhg-eyebrow) {
  color: #3f5c57;
  font-size: 1.1rem;
  line-height: 1.7;
}

.rhg-account-choice__grid--two {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  margin: 0 auto;
  max-width: 980px;
}

.rhg-account-choice-card {
  background: #fff;
  border: 1px solid #c9dbd7;
  border-radius: 24px;
  box-shadow: 0 20px 55px rgb(3 48 44 / 8%);
  padding: clamp(26px, 4vw, 44px);
}

.rhg-account-choice-card--featured {
  border-color: var(--rhg-gold);
  box-shadow: 0 24px 65px rgb(244 166 42 / 17%);
}

.rhg-account-choice-card__icon {
  align-items: center;
  background: #e8f4f1;
  border-radius: 16px;
  display: inline-flex;
  height: 58px;
  justify-content: center;
  margin-bottom: 22px;
  width: 58px;
}

.rhg-account-choice-card__icon svg {
  fill: none;
  height: 30px;
  stroke: var(--rhg-lagoon);
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.8;
  width: 30px;
}

.rhg-account-choice-card h2 {
  color: var(--rhg-deep-lagoon);
  font-family: var(--rhg-display);
  font-size: 2rem;
  margin: 0 0 14px;
}

.rhg-account-choice-card > p:not(.rhg-eyebrow) {
  color: #3f5c57;
  font-size: 1rem;
  line-height: 1.65;
}

.rhg-account-choice-card ul {
  color: #294b45;
  display: grid;
  gap: 9px;
  margin: 22px 0 28px;
  padding-left: 20px;
}

.rhg-auth-footer--center { text-align: center; }

.rhg-verification-banner {
  align-items: center;
  background: #fff7df;
  border: 1px solid #e5bd5a;
  border-radius: 16px;
  display: flex;
  flex-wrap: wrap;
  gap: 18px;
  justify-content: space-between;
  margin: 22px 0;
  padding: 18px 20px;
}

.rhg-verification-banner strong {
  color: #563d00;
  display: block;
  font-size: 1.05rem;
}

.rhg-verification-banner p {
  color: #6c571f;
  margin: 5px 0 0;
}

.rhg-header-account-link {
  color: var(--rhg-deep-lagoon);
  font-weight: 800;
  text-decoration: none;
  white-space: nowrap;
}

.rhg-header-account-link--signin {
  border: 1px solid #9fbab5;
  border-radius: 10px;
  padding: 11px 16px;
}

.rhg-mobile-account-link--primary {
  background: #e9f4f1;
  border-radius: 10px;
  color: var(--rhg-deep-lagoon) !important;
  font-weight: 800 !important;
  margin: 5px 0;
  padding: 12px !important;
}

@media (max-width: 900px) {
  .rhg-auth-experience { grid-template-columns: 1fr; }
  .rhg-auth-experience__intro { padding: 38px 28px; }
  .rhg-account-choice__grid--two { grid-template-columns: 1fr; }
}

@media (max-width: 620px) {
  .rhg-auth-experience,
  .rhg-auth-choice-page { padding-inline: 12px; }
  .rhg-auth-experience__intro { border-radius: 20px; }
  .rhg-auth-form-row { align-items: flex-start; flex-direction: column; }
  .rhg-verification-banner { align-items: flex-start; flex-direction: column; }
  .rhg-verification-banner .rhg-button { width: 100%; }
}
