/* Czech Royal Hunt — Hunter Member Portal (luxury club presentation) */

body.hnt {
  --hnt-gold: var(--gold, #b08d4f);
  --hnt-gold-soft: var(--gold-soft, #c8a86b);
  --hnt-ivory: var(--ivory, #ede6d6);
  --hnt-stone: var(--stone, #9a958a);
  --hnt-pine: var(--pine-black, #0b0f0c);
  --hnt-panel: rgba(14, 20, 15, 0.72);
  --hnt-line: rgba(176, 141, 79, 0.18);
  --hnt-ease: cubic-bezier(0.16, 1, 0.3, 1);
  --hnt-content-max: 1180px;
  --prv-topbar-h: auto;
}

body.hnt {
  background:
    radial-gradient(ellipse 90% 60% at 50% -15%, rgba(176, 141, 79, 0.11), transparent 58%),
    radial-gradient(ellipse 50% 40% at 100% 50%, rgba(31, 58, 40, 0.35), transparent 55%),
    var(--hnt-pine);
}

body.hnt .hnt-content {
  max-width: var(--hnt-content-max);
  margin: 0 auto;
  padding: clamp(2rem, 3.5vw, 3.5rem) clamp(1.25rem, 2.5vw, 2.5rem) clamp(1.5rem, 2.5vw, 2.5rem);
}

body.hnt .prv-topbar.hnt-topbar {
  min-height: clamp(5rem, 4rem + 2vw, 6.25rem);
  height: auto;
  align-items: center;
  padding: clamp(1.5rem, 2.5vw, 2.25rem) clamp(1.25rem, 2.5vw, 2.5rem) clamp(1rem, 1.6vw, 1.35rem);
  border-bottom: 1px solid rgba(176, 141, 79, 0.1);
  background: rgba(11, 15, 12, 0.55);
  backdrop-filter: blur(12px);
}

body.hnt .hnt-topbar__titles {
  padding-bottom: 0.15rem;
}

body.hnt .hnt-topbar__titles .hnt-eyebrow {
  margin: 0 0 0.45rem;
}

body.hnt .prv-topbar__title {
  font-family: var(--font-display);
  font-size: clamp(1.45rem, 1.15rem + 0.9vw, 2rem);
  font-weight: 500;
  letter-spacing: 0.02em;
  line-height: 1.12;
}

/* ---- Typography helpers ---- */
.hnt-eyebrow {
  margin: 0;
  font-size: 0.62rem;
  letter-spacing: 0.28em;
  text-transform: uppercase;
  color: var(--hnt-gold-soft);
}

.hnt-verified { color: #7c9a6a; }

/* ---- Sidebar member card ---- */
.hnt-sidebar {
  background:
    linear-gradient(180deg, rgba(24, 40, 31, 0.98) 0%, rgba(11, 15, 12, 0.99) 100%);
  padding-top: clamp(1.75rem, 2.5vw, 2.25rem);
  padding-bottom: clamp(1.5rem, 2vw, 2rem);
}

.hnt-member-card {
  margin-bottom: 0;
  padding: 0 0.35rem;
  border: none;
  background: transparent;
  position: relative;
}

.hnt-member-card::before {
  display: none;
}

.hnt-member-card__avatar {
  width: 88px;
  height: 88px;
  margin: 0 auto 1.35rem;
  border-radius: 50%;
  overflow: hidden;
  border: 1px solid rgba(176, 141, 79, 0.32);
  display: grid;
  place-items: center;
  background: linear-gradient(145deg, rgba(176, 141, 79, 0.18), rgba(11, 15, 12, 0.88));
  box-shadow:
    0 0 0 4px rgba(11, 15, 12, 0.65),
    0 16px 36px rgba(0, 0, 0, 0.32);
  font-family: var(--font-display);
  font-size: 2rem;
  font-weight: 500;
  color: var(--hnt-ivory);
}

.hnt-member-card__avatar img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.hnt-member-card__body {
  text-align: center;
}

.hnt-member-card__name {
  margin: 0 0 0.75rem;
  font-family: var(--font-display);
  font-size: clamp(1.4rem, 1.2rem + 0.5vw, 1.55rem);
  font-weight: 500;
  letter-spacing: 0.03em;
  color: var(--hnt-ivory);
  line-height: 1.12;
}

.hnt-member-card__badges {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 0.45rem;
  margin-bottom: 0.85rem;
}

.hnt-member-card__meta {
  margin: 0;
  padding: 0 0.25rem;
  font-size: 0.68rem;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: rgba(154, 149, 138, 0.92);
  line-height: 1.65;
}

.hnt-member-card__stats {
  list-style: none;
  margin: 1.65rem -0.15rem 0;
  padding: 1.15rem 0.85rem;
  border: 1px solid rgba(176, 141, 79, 0.1);
  background: rgba(11, 15, 12, 0.38);
  display: flex;
  flex-direction: column;
  gap: 0;
}

.hnt-member-card__stats li {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 1rem;
  padding: 0.7rem 0.15rem;
}

.hnt-member-card__stats li + li {
  border-top: 1px solid rgba(237, 230, 214, 0.05);
}

.hnt-member-card__stat-value {
  font-family: var(--font-display);
  font-size: 1.35rem;
  font-weight: 500;
  color: var(--hnt-ivory);
  line-height: 1;
  letter-spacing: 0.02em;
}

.hnt-member-card__stat-label {
  font-size: 0.58rem;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--hnt-stone);
  text-align: right;
  line-height: 1.45;
  max-width: 9.5rem;
}

.hnt-badge {
  display: inline-flex;
  align-items: center;
  padding: 0.28rem 0.55rem;
  font-size: 0.58rem;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  border: 1px solid rgba(176, 141, 79, 0.28);
  color: var(--hnt-gold-soft);
  background: rgba(176, 141, 79, 0.08);
}

.hnt-badge--verified {
  border-color: rgba(124, 154, 106, 0.35);
  color: #9bb888;
  background: rgba(124, 154, 106, 0.1);
}

.hnt-badge--gold {
  color: var(--hnt-pine);
  background: linear-gradient(135deg, var(--hnt-gold), var(--hnt-gold-soft));
  border-color: transparent;
}

.hnt-nav .prv-nav__link.is-active {
  color: var(--hnt-ivory);
  border-left-color: var(--hnt-gold);
  background: rgba(176, 141, 79, 0.08);
}

body.hnt .hnt-nav {
  margin-top: 1.85rem;
  padding-top: 1.65rem;
  border-top: 1px solid rgba(237, 230, 214, 0.07);
}

body.hnt .hnt-nav .prv-nav__link {
  padding-top: 0.72rem;
  padding-bottom: 0.72rem;
}

body.hnt .hnt-sidebar__foot {
  margin-top: 1.5rem;
  padding-top: 1.65rem;
  border-top: 1px solid rgba(237, 230, 214, 0.07);
}

.hnt-sidebar__notice {
  margin: 0 0 0.85rem;
  font-size: 0.72rem;
  color: var(--hnt-gold-soft);
  letter-spacing: 0.06em;
}

/* ---- Buttons ---- */
.hnt-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.4rem;
  padding: 0.72rem 1.25rem;
  font-size: 0.68rem;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  text-decoration: none;
  border: 1px solid transparent;
  cursor: pointer;
  transition: transform 0.35s var(--hnt-ease), border-color 0.35s, background 0.35s, color 0.35s, box-shadow 0.35s;
  font-family: inherit;
  background: transparent;
  color: var(--hnt-ivory);
}

.hnt-btn:focus-visible {
  outline: 2px solid var(--hnt-gold-soft);
  outline-offset: 2px;
}

.hnt-btn--gold {
  background: linear-gradient(135deg, var(--hnt-gold), var(--hnt-gold-soft));
  color: var(--hnt-pine);
  box-shadow: 0 10px 28px rgba(176, 141, 79, 0.22);
}

.hnt-btn--gold:hover {
  transform: translateY(-1px);
  filter: brightness(1.05);
  color: var(--hnt-pine);
}

.hnt-btn--outline {
  border-color: rgba(176, 141, 79, 0.35);
  color: var(--hnt-gold-soft);
}

.hnt-btn--outline:hover {
  border-color: var(--hnt-gold);
  background: rgba(176, 141, 79, 0.08);
  color: var(--hnt-ivory);
}

.hnt-btn--ghost {
  border-color: transparent;
  color: var(--hnt-stone);
}

.hnt-btn--ghost:hover {
  color: var(--hnt-ivory);
  background: rgba(237, 230, 214, 0.04);
}

.hnt-btn--sm {
  padding: 0.5rem 0.85rem;
  font-size: 0.6rem;
}

.hnt-btn--block { width: 100%; }

/* ---- Panels ---- */
.hnt-panel {
  padding: clamp(1.25rem, 2vw, 1.75rem);
  border: 1px solid var(--hnt-line);
  background: var(--hnt-panel);
  position: relative;
}

.hnt-panel::before {
  content: '';
  position: absolute;
  inset: 0;
  pointer-events: none;
  background: linear-gradient(135deg, rgba(176, 141, 79, 0.04), transparent 40%);
}

.hnt-panel__head {
  margin-bottom: 1.25rem;
  position: relative;
}

.hnt-panel__head--row {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 1rem;
  flex-wrap: wrap;
}

.hnt-panel__head h2 {
  margin: 0.25rem 0 0;
  font-family: var(--font-display);
  font-size: clamp(1.35rem, 1.1rem + 0.6vw, 1.75rem);
  font-weight: 500;
  color: var(--hnt-ivory);
}

.hnt-panel__intro {
  margin: -0.5rem 0 1rem;
  font-size: 0.88rem;
  color: var(--hnt-stone);
  line-height: 1.55;
}

/* ---- Welcome hero ---- */
.hnt-welcome {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  gap: 1.5rem;
  padding: clamp(1.5rem, 3vw, 2.25rem);
  margin-bottom: 1.5rem;
  border: 1px solid var(--hnt-line);
  background:
    linear-gradient(120deg, rgba(31, 58, 40, 0.45), rgba(11, 15, 12, 0.85)),
    var(--hnt-panel);
  overflow: hidden;
  position: relative;
}

.hnt-welcome__title {
  margin: 0.35rem 0 0.85rem;
  font-family: var(--font-display);
  font-size: clamp(2rem, 1.4rem + 2.5vw, 3rem);
  font-weight: 500;
  line-height: 1.05;
  color: var(--hnt-ivory);
}

.hnt-welcome__meta {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  gap: 1rem 1.75rem;
}

.hnt-welcome__meta li {
  display: flex;
  flex-direction: column;
  gap: 0.15rem;
}

.hnt-welcome__meta span {
  font-size: 0.58rem;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: var(--hnt-stone);
}

.hnt-welcome__meta strong {
  font-weight: 500;
  color: var(--hnt-ivory);
  font-size: 0.92rem;
}

.hnt-welcome__ornament {
  font-family: var(--font-display);
  font-size: clamp(2.6rem, 1.8rem + 3vw, 4.25rem);
  letter-spacing: 0.22em;
  color: rgba(176, 141, 79, 0.05);
  opacity: 0.85;
  line-height: 1;
  user-select: none;
  pointer-events: none;
  align-self: center;
}

/* ---- Summary stat cards ---- */
.hnt-stat-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
  gap: 0.75rem;
  margin-bottom: 1.5rem;
}

.hnt-stat {
  display: flex;
  align-items: center;
  gap: 0.85rem;
  padding: 1rem 1.1rem;
  text-decoration: none;
  border: 1px solid rgba(176, 141, 79, 0.14);
  background: rgba(11, 15, 12, 0.55);
  transition: transform 0.4s var(--hnt-ease), border-color 0.4s, box-shadow 0.4s;
}

.hnt-stat:hover,
.hnt-stat.is-active {
  transform: translateY(-2px);
  border-color: rgba(176, 141, 79, 0.38);
  box-shadow: 0 16px 40px -24px rgba(0, 0, 0, 0.65);
}

.hnt-stat__icon {
  font-size: 1.1rem;
  color: var(--hnt-gold-soft);
  opacity: 0.85;
}

.hnt-stat__value {
  display: block;
  font-family: var(--font-display);
  font-size: 1.65rem;
  line-height: 1;
  color: var(--hnt-ivory);
}

.hnt-stat__label {
  display: block;
  margin-top: 0.2rem;
  font-size: 0.62rem;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--hnt-stone);
}

/* ---- Dashboard grid ---- */
.hnt-dashboard__grid {
  display: grid;
  grid-template-columns: 1.4fr 1fr;
  gap: 1rem;
  margin-bottom: 1rem;
}

@media (max-width: 960px) {
  .hnt-dashboard__grid { grid-template-columns: 1fr; }
}

/* ---- Next hunt spotlight ---- */
.hnt-next-hunt {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1.1fr);
  gap: 1.25rem;
  align-items: stretch;
  position: relative;
}

@media (max-width: 720px) {
  .hnt-next-hunt { grid-template-columns: 1fr; }
}

.hnt-next-hunt__media {
  position: relative;
  min-height: 220px;
  overflow: hidden;
  border: 1px solid rgba(176, 141, 79, 0.12);
}

.hnt-next-hunt__media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 1.2s var(--hnt-ease);
}

.hnt-next-hunt:hover .hnt-next-hunt__media img {
  transform: scale(1.04);
}

.hnt-next-hunt__label {
  margin: 0 0 0.25rem;
  font-size: 0.62rem;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: var(--hnt-gold-soft);
}

.hnt-next-hunt__body h3 {
  margin: 0 0 0.35rem;
  font-family: var(--font-display);
  font-size: clamp(1.5rem, 1.2rem + 1vw, 2rem);
  color: var(--hnt-ivory);
}

.hnt-next-hunt__dates {
  margin: 0 0 1rem;
  color: var(--hnt-stone);
  font-size: 0.92rem;
}

.hnt-next-hunt__details {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0.65rem 1rem;
  margin: 0 0 1.25rem;
}

.hnt-next-hunt__details dt {
  font-size: 0.58rem;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--hnt-stone);
}

.hnt-next-hunt__details dd {
  margin: 0.1rem 0 0;
  color: var(--hnt-ivory);
  font-size: 0.88rem;
}

/* ---- Status badges ---- */
.hnt-status {
  display: inline-flex;
  align-items: center;
  padding: 0.32rem 0.6rem;
  font-size: 0.58rem;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  border: 1px solid rgba(176, 141, 79, 0.25);
  background: rgba(11, 15, 12, 0.65);
  color: var(--hnt-gold-soft);
}

.hnt-status--lg { padding: 0.45rem 0.85rem; font-size: 0.62rem; }

.hnt-status.is-pending,
.hnt-status--is-pending { border-color: rgba(200, 154, 74, 0.35); color: #c89a4a; }
.hnt-status.is-held,
.hnt-status--is-held { border-color: rgba(200, 154, 74, 0.35); color: #d8b980; }
.hnt-status.is-confirmed,
.hnt-status--is-confirmed { border-color: rgba(124, 154, 106, 0.35); color: #9bb888; }
.hnt-status.is-cancelled,
.hnt-status--is-cancelled { border-color: rgba(157, 107, 98, 0.35); color: #b89288; }
.hnt-status.is-completed,
.hnt-status--is-completed { border-color: rgba(176, 141, 79, 0.45); color: var(--hnt-gold-soft); }

.hnt-next-hunt__media .hnt-status,
.hnt-booking-card__media .hnt-status {
  position: absolute;
  top: 0.85rem;
  left: 0.85rem;
  z-index: 2;
}

/* ---- Notifications ---- */
.hnt-notify-list {
  list-style: none;
  margin: 0;
  padding: 0;
}

.hnt-notify-list__item {
  display: flex;
  gap: 0.75rem;
  padding: 0.85rem 0;
  border-bottom: 1px solid rgba(237, 230, 214, 0.06);
}

.hnt-notify-list__item.is-unread strong { color: var(--hnt-ivory); }

.hnt-notify-list__dot {
  width: 8px;
  height: 8px;
  margin-top: 0.35rem;
  border-radius: 50%;
  background: rgba(154, 149, 138, 0.35);
  flex-shrink: 0;
}

.hnt-notify-list__item.is-unread .hnt-notify-list__dot {
  background: var(--hnt-gold);
  box-shadow: 0 0 12px rgba(176, 141, 79, 0.45);
}

.hnt-notify-list__item strong {
  display: block;
  font-weight: 500;
  color: var(--hnt-stone);
  font-size: 0.88rem;
}

.hnt-notify-list__item p {
  margin: 0.2rem 0;
  font-size: 0.82rem;
  color: var(--hnt-stone);
  line-height: 1.45;
}

.hnt-notify-list__item time {
  font-size: 0.68rem;
  color: rgba(154, 149, 138, 0.75);
  letter-spacing: 0.04em;
}

.hnt-notify-empty {
  text-align: center;
  padding: 1.5rem 1rem;
  color: var(--hnt-stone);
  font-size: 0.88rem;
  line-height: 1.55;
}

.hnt-notify-empty__icon {
  display: block;
  font-size: 1.5rem;
  margin-bottom: 0.65rem;
  color: rgba(176, 141, 79, 0.45);
}

/* ---- Timeline ---- */
.hnt-timeline {
  list-style: none;
  margin: 0;
  padding: 0;
  position: relative;
}

.hnt-timeline::before {
  content: '';
  position: absolute;
  left: 0.95rem;
  top: 0.5rem;
  bottom: 0.5rem;
  width: 1px;
  background: linear-gradient(180deg, rgba(176, 141, 79, 0.35), rgba(176, 141, 79, 0.05));
}

.hnt-timeline__item {
  display: flex;
  gap: 1rem;
  padding: 0.75rem 0 0.75rem 0.25rem;
  position: relative;
}

.hnt-timeline__icon {
  width: 1.9rem;
  height: 1.9rem;
  flex-shrink: 0;
  display: grid;
  place-items: center;
  border: 1px solid rgba(176, 141, 79, 0.25);
  background: rgba(11, 15, 12, 0.85);
  color: var(--hnt-gold-soft);
  font-size: 0.75rem;
  z-index: 1;
}

.hnt-timeline__body strong {
  display: block;
  color: var(--hnt-ivory);
  font-weight: 500;
  font-size: 0.92rem;
}

.hnt-timeline__body span {
  display: block;
  margin-top: 0.15rem;
  color: var(--hnt-stone);
  font-size: 0.82rem;
}

.hnt-timeline__body time {
  display: block;
  margin-top: 0.25rem;
  font-size: 0.68rem;
  color: rgba(154, 149, 138, 0.8);
}

/* ---- Empty states ---- */
.hnt-empty {
  text-align: center;
  padding: clamp(1.5rem, 3vw, 2.5rem) 1rem;
}

.hnt-empty__ornament {
  font-size: 2rem;
  color: rgba(176, 141, 79, 0.45);
  margin-bottom: 0.75rem;
}

.hnt-empty__title {
  margin: 0 0 0.5rem;
  font-family: var(--font-display);
  font-size: 1.5rem;
  color: var(--hnt-ivory);
}

.hnt-empty__text {
  margin: 0 auto 1.25rem;
  max-width: 36ch;
  color: var(--hnt-stone);
  font-size: 0.92rem;
  line-height: 1.55;
}

/* ---- Page headers ---- */
.hnt-page__head {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  gap: 1rem;
  flex-wrap: wrap;
  margin-bottom: 1.5rem;
}

.hnt-page__title {
  margin: 0.25rem 0 0;
  font-family: var(--font-display);
  font-size: clamp(1.75rem, 1.3rem + 1.2vw, 2.35rem);
  font-weight: 500;
  color: var(--hnt-ivory);
}

.hnt-page__lead {
  margin: 0.5rem 0 0;
  max-width: 52ch;
  color: var(--hnt-stone);
  font-size: 0.92rem;
  line-height: 1.55;
}

.hnt-filter {
  display: flex;
  flex-wrap: wrap;
  gap: 0.35rem;
}

.hnt-filter__link {
  padding: 0.45rem 0.75rem;
  font-size: 0.6rem;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  text-decoration: none;
  border: 1px solid rgba(176, 141, 79, 0.18);
  color: var(--hnt-stone);
  transition: border-color 0.35s, color 0.35s, background 0.35s;
}

.hnt-filter__link:hover,
.hnt-filter__link.is-active {
  border-color: rgba(176, 141, 79, 0.42);
  color: var(--hnt-ivory);
  background: rgba(176, 141, 79, 0.08);
}

.hnt-page__secondary-cta {
  margin-top: 1rem;
  text-align: center;
}

/* ---- Booking cards ---- */
.hnt-booking-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(min(100%, 340px), 1fr));
  gap: 1rem;
}

.hnt-booking-card {
  display: flex;
  flex-direction: column;
  border: 1px solid var(--hnt-line);
  background: rgba(11, 15, 12, 0.65);
  overflow: hidden;
  transition: transform 0.45s var(--hnt-ease), border-color 0.45s, box-shadow 0.45s;
}

.hnt-booking-card:hover {
  transform: translateY(-3px);
  border-color: rgba(176, 141, 79, 0.32);
  box-shadow: 0 24px 48px -28px rgba(0, 0, 0, 0.75);
}

.hnt-booking-card__media {
  display: block;
  position: relative;
  height: 200px;
  overflow: hidden;
}

.hnt-booking-card__media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 1.1s var(--hnt-ease);
}

.hnt-booking-card:hover .hnt-booking-card__media img {
  transform: scale(1.05);
}

.hnt-booking-card__shade {
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(3, 5, 4, 0.15), rgba(4, 8, 6, 0.75));
  pointer-events: none;
}

.hnt-booking-card__body {
  padding: 1.1rem 1.15rem 1.25rem;
  display: flex;
  flex-direction: column;
  flex: 1;
}

.hnt-booking-card__estate {
  margin: 0 0 0.25rem;
  font-size: 0.62rem;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: var(--hnt-gold-soft);
}

.hnt-booking-card__title {
  margin: 0 0 0.85rem;
  font-family: var(--font-display);
  font-size: 1.35rem;
  line-height: 1.15;
}

.hnt-booking-card__title a {
  color: var(--hnt-ivory);
  text-decoration: none;
}

.hnt-booking-card__title a:hover { color: var(--hnt-gold-soft); }

.hnt-booking-card__meta {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0.55rem 0.85rem;
  margin: 0 0 1rem;
}

.hnt-booking-card__meta dt {
  font-size: 0.58rem;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--hnt-stone);
}

.hnt-booking-card__meta dd {
  margin: 0.1rem 0 0;
  font-size: 0.85rem;
  color: var(--hnt-ivory);
}

.hnt-booking-card__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.45rem;
  margin-top: auto;
}

.hnt-booking-card__actions form { margin: 0; }

/* ---- Wishlist hunt cards ---- */
.hnt-wishlist-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(min(100%, 320px), 1fr));
  gap: 1rem;
}

.hnt-wish-card.hunt-card {
  position: relative;
  display: flex;
  flex-direction: column;
  height: auto;
  min-height: 480px;
  text-decoration: none;
  border: 1px solid rgba(184, 139, 74, 0.18);
  overflow: hidden;
}

.hnt-wish-card .hunt-card__media {
  position: relative;
  height: 240px;
  flex-shrink: 0;
}

.hnt-wish-card .hunt-card__body {
  position: relative;
  inset: auto;
  flex: 1;
  padding: 1.25rem 1.35rem 1.35rem;
  padding-top: 1.25rem;
}

.hnt-wish-card .hunt-card__tier {
  position: absolute;
  top: 1rem;
  left: 1rem;
  z-index: 4;
}

.hnt-wish-card__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.4rem;
  margin-top: 1rem;
  padding-top: 0.85rem;
  border-top: 1px solid rgba(184, 139, 74, 0.14);
}

.hnt-wish-card__actions form { margin: 0; }

/* Import hunt-card base from pages.css — minimal fallback if pages.css not loaded */
body.hnt .hunt-card__overlay {
  position: absolute;
  inset: 0;
  z-index: 2;
  background: linear-gradient(180deg, rgba(3, 5, 4, 0.35), rgba(4, 8, 6, 0.92));
}

body.hnt .hunt-card__media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 1.2s var(--hnt-ease);
}

body.hnt .hunt-card:hover .hunt-card__media img { transform: scale(1.05); }

body.hnt .hunt-card__region {
  font-size: 0.7rem;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--hnt-gold-soft);
  margin: 0 0 0.45rem;
}

body.hnt .hunt-card__title {
  font-family: var(--font-display);
  font-size: 1.55rem;
  line-height: 1.1;
  color: var(--hnt-ivory);
  margin: 0 0 0.5rem;
}

body.hnt .hunt-card__meta {
  margin-top: auto;
  font-size: 0.62rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--hnt-stone);
}

body.hnt .hunt-card__meta b {
  color: var(--hnt-ivory);
  font-weight: 400;
}

/* ---- Booking detail ---- */
.hnt-detail-hero {
  position: relative;
  min-height: clamp(280px, 40vh, 420px);
  margin-bottom: 1.25rem;
  overflow: hidden;
  border: 1px solid var(--hnt-line);
}

.hnt-detail-hero__bg {
  position: absolute;
  inset: 0;
}

.hnt-detail-hero__bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.hnt-detail-hero__bg::after {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(11, 15, 12, 0.35), rgba(11, 15, 12, 0.88));
}

.hnt-detail-hero__content {
  position: relative;
  z-index: 1;
  padding: clamp(2rem, 4vw, 3rem);
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-end;
  min-height: inherit;
}

.hnt-detail-hero__content h2 {
  margin: 0.35rem 0 0.85rem;
  font-family: var(--font-display);
  font-size: clamp(2rem, 1.5rem + 2vw, 3rem);
  color: var(--hnt-ivory);
  max-width: 16ch;
}

.hnt-detail-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(min(100%, 320px), 1fr));
  gap: 1rem;
}

.hnt-detail-list {
  display: grid;
  gap: 0.75rem;
  margin: 0;
}

.hnt-detail-list div {
  display: grid;
  grid-template-columns: 120px 1fr;
  gap: 0.75rem;
  padding-bottom: 0.65rem;
  border-bottom: 1px solid rgba(237, 230, 214, 0.06);
}

.hnt-detail-list dt {
  font-size: 0.58rem;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--hnt-stone);
}

.hnt-detail-list dd {
  margin: 0;
  color: var(--hnt-ivory);
  font-size: 0.92rem;
}

.hnt-detail-list--inline div {
  grid-template-columns: 1fr;
  border: none;
  padding: 0;
}

.hnt-detail-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
  margin-top: 1.25rem;
}

.hnt-detail-actions form { margin: 0; }

.hnt-status-timeline {
  list-style: none;
  margin: 0;
  padding: 0;
}

.hnt-status-timeline__step {
  display: flex;
  gap: 0.85rem;
  padding: 0.65rem 0;
  opacity: 0.45;
}

.hnt-status-timeline__step.is-done {
  opacity: 1;
}

.hnt-status-timeline__dot {
  width: 10px;
  height: 10px;
  margin-top: 0.35rem;
  border-radius: 50%;
  border: 1px solid rgba(176, 141, 79, 0.35);
  flex-shrink: 0;
}

.hnt-status-timeline__step.is-done .hnt-status-timeline__dot {
  background: var(--hnt-gold);
  box-shadow: 0 0 10px rgba(176, 141, 79, 0.35);
}

.hnt-status-timeline__step strong {
  display: block;
  color: var(--hnt-ivory);
  font-weight: 500;
}

.hnt-status-timeline__step time {
  display: block;
  margin-top: 0.15rem;
  font-size: 0.72rem;
  color: var(--hnt-stone);
}

.hnt-placeholder {
  margin: 0;
  padding: 1rem;
  border: 1px dashed rgba(176, 141, 79, 0.22);
  color: var(--hnt-stone);
  font-size: 0.88rem;
  line-height: 1.55;
  background: rgba(11, 15, 12, 0.35);
}

.hnt-back-link {
  margin: 1.5rem 0 0;
}

.hnt-back-link a {
  color: var(--hnt-gold-soft);
  text-decoration: none;
  font-size: 0.82rem;
  letter-spacing: 0.06em;
}

.hnt-back-link a:hover { color: var(--hnt-ivory); }

/* ---- Profile ---- */
.hnt-profile-form {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

.hnt-form-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
  gap: 1rem;
}

.hnt-field {
  display: flex;
  flex-direction: column;
  gap: 0.4rem;
}

.hnt-field span {
  font-size: 0.62rem;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--hnt-stone);
}

.hnt-field small {
  font-size: 0.72rem;
  color: rgba(154, 149, 138, 0.85);
  letter-spacing: 0;
  text-transform: none;
}

.hnt-field input,
.hnt-field select,
.hnt-field textarea {
  padding: 0.72rem 0.85rem;
  border: 1px solid rgba(176, 141, 79, 0.18);
  background: rgba(11, 15, 12, 0.55);
  color: var(--hnt-ivory);
  font: inherit;
  transition: border-color 0.35s, box-shadow 0.35s;
}

.hnt-field input:focus-visible,
.hnt-field select:focus-visible,
.hnt-field textarea:focus-visible {
  outline: none;
  border-color: rgba(176, 141, 79, 0.45);
  box-shadow: 0 0 0 2px rgba(176, 141, 79, 0.12);
}

.hnt-field--compact { margin-top: 0.65rem; }

.hnt-doc-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
  gap: 1rem;
}

.hnt-doc-card {
  padding: 1rem;
  border: 1px solid rgba(176, 141, 79, 0.14);
  background: rgba(11, 15, 12, 0.45);
}

.hnt-doc-card__head {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 0.5rem;
  margin-bottom: 0.75rem;
}

.hnt-doc-card__head strong {
  font-family: var(--font-display);
  font-size: 1.1rem;
  color: var(--hnt-ivory);
  font-weight: 500;
}

.hnt-doc-badge {
  font-size: 0.55rem;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  padding: 0.25rem 0.45rem;
  border: 1px solid rgba(200, 154, 74, 0.3);
  color: #c89a4a;
}

.hnt-upload-placeholder {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 0.35rem;
  min-height: 88px;
  padding: 0.85rem;
  border: 1px dashed rgba(176, 141, 79, 0.28);
  background: rgba(11, 15, 12, 0.35);
  color: var(--hnt-stone);
  font-size: 0.72rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  transition: border-color 0.35s, background 0.35s;
}

.hnt-upload-placeholder:hover {
  border-color: rgba(176, 141, 79, 0.45);
  background: rgba(176, 141, 79, 0.05);
}

.hnt-upload-placeholder__icon {
  font-size: 1.1rem;
  color: var(--hnt-gold-soft);
}

.hnt-profile-form__actions {
  padding-top: 0.5rem;
}

/* ---- Join / private forms ---- */
.hnt-join-panel__summary {
  display: grid;
  grid-template-columns: minmax(0, 200px) 1fr;
  gap: 1.25rem;
  margin-bottom: 1.5rem;
  padding-bottom: 1.5rem;
  border-bottom: 1px solid rgba(237, 230, 214, 0.06);
}

@media (max-width: 600px) {
  .hnt-join-panel__summary { grid-template-columns: 1fr; }
}

.hnt-join-panel__media {
  aspect-ratio: 4/3;
  overflow: hidden;
  border: 1px solid rgba(176, 141, 79, 0.12);
}

.hnt-join-panel__media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.hnt-join-panel__summary h3 {
  margin: 0.25rem 0;
  font-family: var(--font-display);
  font-size: 1.65rem;
  color: var(--hnt-ivory);
}

.hnt-join-panel__dates,
.hnt-join-panel__lead {
  margin: 0 0 0.75rem;
  color: var(--hnt-stone);
}

.hnt-join-form {
  max-width: 28rem;
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

.hnt-form-note {
  margin: 0;
  font-size: 0.82rem;
  color: var(--hnt-stone);
  line-height: 1.5;
}

/* ---- Reveal animations ---- */
[data-hnt-reveal] {
  opacity: 0;
  transform: translateY(14px);
  transition: opacity 0.65s var(--hnt-ease), transform 0.65s var(--hnt-ease);
  transition-delay: var(--hnt-delay, 0s);
}

body.hnt-ready [data-hnt-reveal].is-visible {
  opacity: 1;
  transform: none;
}

@media (prefers-reduced-motion: reduce) {
  [data-hnt-reveal] {
    opacity: 1;
    transform: none;
    transition: none;
  }

  .hnt-stat:hover,
  .hnt-booking-card:hover,
  .hnt-btn--gold:hover,
  .hunt-card:hover .hunt-card__media img,
  .hnt-next-hunt:hover .hnt-next-hunt__media img,
  .hnt-booking-card:hover .hnt-booking-card__media img {
    transform: none;
  }
}

/* ---- Auth pages polish ---- */
body.hnt-auth .prv-auth__visual-inner h1 {
  max-width: 12ch;
  font-family: var(--font-display);
}

body.hnt-auth .prv-auth__form {
  border: 1px solid rgba(176, 141, 79, 0.12);
}

.hnt-flash {
  margin: 0 1.25rem;
  max-width: var(--hnt-content-max);
}

/* ---- Loading skeleton (for future async) ---- */
.hnt-skeleton {
  background: linear-gradient(90deg, rgba(237, 230, 214, 0.04) 25%, rgba(237, 230, 214, 0.08) 50%, rgba(237, 230, 214, 0.04) 75%);
  background-size: 200% 100%;
  animation: hnt-shimmer 1.4s ease infinite;
}

@keyframes hnt-shimmer {
  0% { background-position: 200% 0; }
  100% { background-position: -200% 0; }
}

@media (prefers-reduced-motion: reduce) {
  .hnt-skeleton { animation: none; }
}

/* ---- My Group (dashboard) ---- */
.hnt-panel--my-group {
  grid-column: 1 / -1;
}

.hnt-my-group {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-end;
  justify-content: space-between;
  gap: 1.25rem 2rem;
  margin-top: 0.5rem;
}

.hnt-my-group h3 {
  font-family: var(--font-display);
  font-size: 1.65rem;
  font-weight: 500;
  margin: 0 0 0.35rem;
  color: var(--hnt-ivory);
}

.hnt-my-group__code {
  margin: 0 0 1rem;
  font-size: 0.68rem;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: rgba(200, 154, 88, 0.82);
}

.hnt-my-group__meta {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.75rem 1.5rem;
  margin: 0;
}

.hnt-my-group__meta dt {
  font-size: 0.65rem;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--hnt-stone);
  margin-bottom: 0.2rem;
}

.hnt-my-group__meta dd {
  margin: 0;
  color: rgba(244, 239, 229, 0.88);
}

.hnt-my-group__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.65rem;
}

@media (max-width: 720px) {
  .hnt-my-group__meta {
    grid-template-columns: 1fr;
  }
}
