/* Party Packages page */

/* CTA button */
.hr-btn {
  display: inline-flex; align-items: center; justify-content: center;
  padding: 14px 30px; border-radius: 999px;
  font-size: 15px; font-weight: 700; letter-spacing: 0.03em; text-transform: uppercase;
  text-decoration: none; cursor: pointer; transition: background 0.2s ease, transform 0.2s ease;
  margin-top: auto;
}
.hr-btn--primary { background: var(--accent, #B5462E); color: #fff; }
.hr-btn--primary:hover { background: var(--accent-hover, #953823); transform: translateY(-2px); }

/* Availability strip */
.hr-avail {
  text-align: center;
  font-style: italic;
  color: #5A6152;
  font-size: 17px;
  margin: 0 auto 40px;
  max-width: 60ch;
}

/* Two package cards */
.hr-pkgs {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 32px;
  align-items: stretch;
}
@media (max-width: 820px) { .hr-pkgs { grid-template-columns: 1fr; } }

.hr-pkg {
  display: flex;
  flex-direction: column;
  background: var(--rm-white, #fff);
  border: 1px solid #E4DFD3;
  border-radius: 14px;
  overflow: hidden;
  box-shadow: 0 14px 34px rgba(40, 34, 24, 0.08);
}
.hr-pkg__media {
  aspect-ratio: 16 / 10;
  overflow: hidden;
}
.hr-pkg__media img { width: 100%; height: 100%; object-fit: cover; display: block; }
.hr-pkg__body { padding: 30px 32px 34px; display: flex; flex-direction: column; flex: 1; }
.hr-pkg__name { font-family: var(--rm-font-heading, Georgia, serif); font-size: 30px; line-height: 1.1; color: var(--rm-ink, #2A2A22); margin: 0 0 4px; }
.hr-pkg__tag { font-size: 15px; letter-spacing: 0.02em; color: #7A6A55; margin: 0 0 16px; }
.hr-pkg__price {
  display: inline-flex; align-items: baseline; gap: 8px;
  font-family: var(--rm-font-heading, Georgia, serif);
  font-size: 34px; color: var(--accent, #B5462E); margin: 0 0 18px;
}
.hr-pkg__price small { font-size: 15px; color: #7A6A55; font-family: inherit; }
.hr-pkg__desc { font-size: 16px; line-height: 1.7; color: #3E463E; margin: 0 0 16px; }
.hr-pkg__hire {
  font-size: 14.5px; color: #5A6152; padding: 12px 0; margin: 0 0 16px;
  border-top: 1px solid #ECE7DB; border-bottom: 1px solid #ECE7DB;
}
.hr-pkg__hire strong { color: var(--rm-ink, #2A2A22); }
.hr-pkg__incl-title { font-size: 13px; letter-spacing: 0.08em; text-transform: uppercase; color: #7A6A55; margin: 0 0 12px; }
.hr-pkg__incl { list-style: none; padding: 0; margin: 0 0 26px; display: flex; flex-direction: column; gap: 9px; flex: 1; }
.hr-pkg__incl li { position: relative; padding-left: 26px; font-size: 15.5px; line-height: 1.5; color: #3E463E; }
.hr-pkg__incl li::before {
  content: ""; position: absolute; left: 0; top: 3px; width: 16px; height: 16px;
  background: no-repeat center / contain
    url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23B5462E' stroke-width='2.4' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M20 6 9 17l-5-5'/%3E%3C/svg%3E");
}
.hr-pkg__cap {
  display: inline-block; font-size: 13px; font-weight: 600; letter-spacing: 0.04em;
  color: #7A6A55; background: #F3EEE2; border-radius: 999px; padding: 5px 14px; margin-bottom: 18px; align-self: flex-start;
}

/* Add-on activity cards */
.hr-acts { display: grid; grid-template-columns: repeat(2, 1fr); grid-auto-rows: 1fr; gap: 26px; max-width: 940px; margin: 0 auto; }
@media (max-width: 900px) { .hr-acts { grid-template-columns: 1fr; max-width: 560px; } }
.hr-act { background: var(--rm-white, #fff); border: 1px solid #E4DFD3; border-radius: 12px; overflow: hidden; display: flex; flex-direction: column; }
.hr-act__media { aspect-ratio: 3 / 2; overflow: hidden; }
.hr-act__media img { width: 100%; height: 100%; object-fit: cover; display: block; }
.hr-act__body { padding: 22px 26px 24px; display: flex; flex-direction: column; flex: 1; }
.hr-act__body .hr-btn { margin-top: auto; }
.hr-act__body h3 { font-family: var(--rm-font-heading, Georgia, serif); font-size: 22px; margin: 0 0 8px; color: var(--rm-ink, #2A2A22); }
.hr-act__body p { font-size: 15px; line-height: 1.6; color: #3E463E; margin: 0 0 16px; }
.hr-act__rows { list-style: none; padding: 0; margin: 0; display: flex; flex-direction: column; gap: 8px; }
.hr-act__rows li { display: flex; justify-content: space-between; gap: 12px; font-size: 14.5px; color: #3E463E; padding-bottom: 8px; border-bottom: 1px dashed #E4DFD3; }
.hr-act__rows li:last-child { border-bottom: none; padding-bottom: 0; }
.hr-act__rows .p { font-weight: 700; color: var(--accent, #B5462E); white-space: nowrap; }

/* Platter menu */
.hr-platters { max-width: 640px; margin: 0 auto; }
.hr-platters--cols { max-width: 1040px; margin-top: 34px; display: grid; grid-template-columns: 1fr 1fr; gap: 0 56px; }
.hr-platters__col { min-width: 0; }
.hr-platters__group {
  font-family: var(--rm-font-heading, Georgia, serif);
  font-weight: 400; font-size: 23px; letter-spacing: 0.02em;
  color: var(--accent, #B5462E);
  margin: 0 0 6px; padding-bottom: 10px;
  border-bottom: 2px solid var(--accent, #B5462E);
}
@media (max-width: 760px) {
  .hr-platters--cols { grid-template-columns: 1fr; }
  .hr-platters__col + .hr-platters__col { margin-top: 34px; }
}
.hr-platter-row .n small { display: block; font-size: 13.5px; color: #9A8E78; font-weight: 400; margin-top: 2px; }
.hr-platter-row {
  display: flex; align-items: baseline; gap: 14px; padding: 15px 0; border-bottom: 1px solid #E4DFD3;
}
.hr-platter-row:last-child { border-bottom: none; }
.hr-platter-row .n { font-size: 18px; color: var(--rm-ink, #2A2A22); }
.hr-platter-row .dots { flex: 1; border-bottom: 1px dotted #C9C1B0; transform: translateY(-4px); }
.hr-platter-row .p { font-family: var(--rm-font-heading, Georgia, serif); font-size: 20px; color: var(--accent, #B5462E); white-space: nowrap; }

/* Booking info */
.hr-bookinfo { list-style: none; padding: 0; margin: 0 auto; max-width: 720px; display: flex; flex-direction: column; gap: 16px; }
.hr-bookinfo li { position: relative; padding-left: 34px; font-size: 16.5px; line-height: 1.6; color: #3E463E; }
.hr-bookinfo li::before {
  content: ""; position: absolute; left: 0; top: 2px; width: 20px; height: 20px;
  background: no-repeat center / contain
    url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23B5462E' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Ccircle cx='12' cy='12' r='10'/%3E%3Cpath d='M12 8v4M12 16h.01'/%3E%3C/svg%3E");
}
