/* ===== GP RESET — body.post-type-archive-hotel =========================== */
body.post-type-archive-hotel #content,
body.post-type-archive-hotel #primary,
body.post-type-archive-hotel .site-content,
body.post-type-archive-hotel .content-area,
body.post-type-archive-hotel main,
body.post-type-archive-hotel .site-main,
body.post-type-archive-hotel .inside-article,
body.post-type-archive-hotel .entry-content {
  display: block !important;
  max-width: none !important;
  width: 100% !important;
  padding: 0 !important;
  margin: 0 !important;
  background: #FFFFFF !important;
}
body.post-type-archive-hotel .generate-page-header,
body.post-type-archive-hotel .entry-header,
body.post-type-archive-hotel .page-header { display: none !important; }

body.post-type-archive-hotel {
  background: #FFFFFF;
  font-family: 'Source Serif 4', Georgia, serif;
  font-size: 18px;
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
  font-variation-settings: "opsz" 14;
}
body.post-type-archive-hotel *,
body.post-type-archive-hotel *::before,
body.post-type-archive-hotel *::after { box-sizing: border-box; }
body.post-type-archive-hotel a   { color: inherit; text-decoration: none; }
body.post-type-archive-hotel img { max-width: 100%; display: block; }

/* ===== ARCHIVE WRAPPER ==================================================== */
.archive-hotel-page { max-width: 100%; overflow: hidden; }

/* ===== ARCHIVE HEADER (shared pattern with archive-article) ============== */
.archive-header {
  padding: 56px 40px 40px;
  border-bottom: 0.5px solid #D4D8DC;
}
.archive-header__inner { max-width: 800px; }
.archive-header__title {
  font-family: 'Fraunces', Georgia, serif;
  font-size: clamp(32px, 4.5vw, 52px);
  font-weight: 400;
  line-height: 1.05;
  letter-spacing: -0.02em;
  color: #0A0A0A;
  margin: 0;
}
.archive-header__title em {
  font-style: italic;
  color: #1F4D5C;
  font-weight: 300;
}

/* ===== CONTENT AREA ======================================================= */
.archive-hotel-content { padding: 48px 40px 64px; }

/* ===== HOTEL CARDS GRID =================================================== */
.archive-hotel__grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 32px;
}

/* Stagger reveal */
@keyframes fadeUp {
  from { opacity: 0; transform: translateY(20px); }
  to   { opacity: 1; transform: translateY(0); }
}
.stagger > * { opacity: 0; transform: translateY(20px); }
.stagger.in > * { animation: fadeUp 0.55s cubic-bezier(0.22,1,0.36,1) forwards; }
.stagger.in > *:nth-child(1)  { animation-delay: 0.00s; }
.stagger.in > *:nth-child(2)  { animation-delay: 0.07s; }
.stagger.in > *:nth-child(3)  { animation-delay: 0.14s; }
.stagger.in > *:nth-child(4)  { animation-delay: 0.21s; }
.stagger.in > *:nth-child(5)  { animation-delay: 0.28s; }
.stagger.in > *:nth-child(6)  { animation-delay: 0.35s; }

/* ===== HOTEL CARD ========================================================= */
.hotel-card {
  display: flex;
  flex-direction: column;
  border: 0.5px solid #D4D8DC;
  background: #FFFFFF;
  transition: border-color 0.2s;
}
.hotel-card:hover { border-color: #9CA3A8; }

.hotel-card__img-wrap {
  display: block;
  overflow: hidden;
  aspect-ratio: 16 / 10;
  background: #F5F5F3;
}
.hotel-card__img-wrap img {
  width: 100%; height: 100%;
  object-fit: cover;
  transition: transform 0.4s cubic-bezier(0.22,1,0.36,1);
}
.hotel-card:hover .hotel-card__img-wrap img { transform: scale(1.03); }

.hotel-card__body {
  display: flex;
  flex-direction: column;
  flex: 1;
  padding: 20px 24px 24px;
}
.hotel-card__meta {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 10px;
  font-family: 'JetBrains Mono', monospace;
  font-size: 11px;
  letter-spacing: 0.06em;
  color: #7A7A7A;
}
.hotel-card__city::after { content: '·'; margin-left: 10px; color: #9CA3A8; }
.hotel-card__stars  { color: #1F4D5C; letter-spacing: 1px; }
.hotel-card__rating { margin-left: auto; font-size: 12px; color: #1F4D5C; font-weight: 500; }

.hotel-card__title {
  font-family: 'Fraunces', serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 1.2;
  margin-bottom: 10px;
}
.hotel-card__title a { color: #0A0A0A; transition: color 0.15s; }
.hotel-card__title a:hover { color: #1F4D5C; }

.hotel-card__desc {
  font-family: 'Source Serif 4', serif;
  font-size: 15px;
  line-height: 1.55;
  color: #404040;
  flex: 1;
  margin-bottom: 20px;
}
.hotel-card__cta {
  font-family: 'JetBrains Mono', monospace;
  font-size: 12px;
  letter-spacing: 0.04em;
  color: #1F4D5C;
  border-bottom: 0.5px solid currentColor;
  padding-bottom: 1px;
  align-self: flex-start;
  transition: color 0.15s;
}
.hotel-card__cta:hover { color: #2D6B7F; }

/* ===== EMPTY + PAGINATION ================================================= */
.archive-no-results {
  font-family: 'JetBrains Mono', monospace;
  font-size: 13px;
  color: #7A7A7A;
  padding: 48px 0;
  text-align: center;
}
.archive-pagination { margin-top: 48px; }
.archive-pagination .page-numbers {
  display: flex; gap: 4px; list-style: none; padding: 0; margin: 0; flex-wrap: wrap;
}
.archive-pagination .page-numbers li a,
.archive-pagination .page-numbers li span {
  display: inline-block;
  font-family: 'JetBrains Mono', monospace;
  font-size: 12px;
  padding: 8px 14px;
  border: 0.5px solid #D4D8DC;
  color: #404040;
  transition: border-color 0.15s, color 0.15s;
}
.archive-pagination .page-numbers li a:hover { border-color: #1F4D5C; color: #1F4D5C; }
.archive-pagination .page-numbers li span.current {
  background: #1F4D5C; color: #FFFFFF; border-color: #1F4D5C;
}

/* ===== RESPONSIVE ========================================================= */
@media (max-width: 960px) {
  .archive-hotel__grid { grid-template-columns: repeat(2, 1fr); gap: 20px; }
}
@media (max-width: 640px) {
  .archive-header         { padding: 36px 20px 28px; }
  .archive-hotel-content  { padding: 32px 20px 48px; }
  .archive-hotel__grid    { grid-template-columns: 1fr; gap: 14px; }
}
