.pkg-hero,
.pkg-detail-hero {
  display: grid;
  gap: 28px;
  align-items: center;
  padding: clamp(16px, 2.8vw, 34px) clamp(18px, 5vw, 72px) clamp(30px, 4.5vw, 54px);
  background:
    linear-gradient(120deg, rgba(255, 255, 255, 0.94), rgba(246, 241, 232, 0.82)),
    url("/assets/img/placeholder.svg") center/160px repeat;
  border-bottom: 1px solid rgba(30, 30, 30, 0.08);
}

.pkg-hero h1,
.pkg-detail-hero h1 {
  margin: 8px 0;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(38px, 6vw, 78px);
  font-weight: 400;
  line-height: 1;
  color: #171717;
}

.pkg-hero p,
.pkg-detail-hero p {
  max-width: 660px;
  color: #4b5563;
}

.pkg-section,
.pkg-filter-band,
.pkg-editorial-layout,
.pkg-cta-band {
  max-width: 1180px;
  margin: 0 auto;
  padding: 32px 18px;
}

.pkg-filter-band {
  padding-top: 24px;
  padding-bottom: 10px;
}

.pkg-filter-form {
  display: grid;
  grid-template-columns: minmax(220px, 1fr) minmax(180px, 260px) auto;
  gap: 10px;
  align-items: center;
}

.pkg-filter-form input,
.pkg-filter-form select {
  width: 100%;
  min-height: 44px;
  padding: 0 14px;
  border: 1px solid #d7c7ac;
  border-radius: 8px;
  background: #fff;
  color: #171717;
}

.pkg-category-chips {
  display: flex;
  gap: 7px;
  overflow-x: auto;
  padding: 13px 0 6px;
}

.pkg-category-chips a {
  flex: 0 0 auto;
  padding: 6px 13px;
  border: 1px solid #cdb990;
  border-radius: 999px;
  color: #171717;
  font-size: 0.88rem;
  text-decoration: none;
}

.pkg-category-chips a.active,
.pkg-category-chips a:hover {
  background: #171717;
  border-color: #171717;
  color: #fff;
}

.pkg-section-heading {
  display: flex;
  justify-content: space-between;
  gap: 24px;
  align-items: end;
  margin-bottom: 22px;
}

.pkg-section-heading span,
.pkg-eyebrow {
  color: #a96d20;
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.pkg-section-heading h2 {
  margin: 4px 0 0;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(16px, 2.1vw, 24px);
  font-weight: 400;
  color: #171717;
}

.pkg-section-heading p {
  max-width: 430px;
  margin: 0;
  color: #667085;
}

.pkg-section-heading .pkg-catalog-note {
  max-width: 215px;
  font-size: 0.58rem;
  line-height: 1.35;
}

.pkg-card-grid,
.pkg-tier-grid,
.pkg-category-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}

.pkg-card,
.pkg-tier-card,
.pkg-category-card,
.pkg-detail-panel,
.pkg-booking-panel,
.pkg-notes-panel {
  border: 1px solid #dfd2bd;
  border-radius: 8px;
  background: #fffdf9;
  overflow: hidden;
  box-shadow: 0 14px 34px rgba(25, 25, 25, 0.06);
}

.pkg-card {
  font-size: 0.8rem;
}

.pkg-card-media,
.pkg-tier-media,
.pkg-category-card {
  display: block;
  color: inherit;
  text-decoration: none;
}

.pkg-card-media img,
.pkg-tier-media img,
.pkg-category-card img {
  width: 100%;
  aspect-ratio: 4 / 3;
  object-fit: cover;
  object-position: var(--pkg-card-image-position, center center);
  display: block;
}

.pkg-card-body,
.pkg-tier-body,
.pkg-card-actions,
.pkg-tier-actions {
  padding: 18px;
}

.pkg-card-body h2,
.pkg-tier-body h2 {
  margin: 6px 0 4px;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 1.45rem;
  font-weight: 400;
}

.pkg-card .pkg-eyebrow {
  font-size: 0.624rem;
}

.pkg-card-body h2 {
  font-size: 1.16rem;
}

.pkg-card-body h2 a {
  color: inherit;
  text-decoration: none;
}

.pkg-price,
.pkg-detail-price {
  display: block;
  color: #a96d20;
  font-size: 1.2rem;
  margin-bottom: 8px;
}

.pkg-card .pkg-price {
  font-size: 0.96rem;
}

.pkg-card-body p,
.pkg-tier-summary,
.pkg-category-card p,
.pkg-booking-panel p {
  color: #4b5563;
}

.pkg-card-body ul,
.pkg-rich-text ul,
.pkg-rich-text ol {
  padding-left: 18px;
}

.pkg-card-body li,
.pkg-rich-text li {
  margin: 5px 0;
}

.pkg-card-actions,
.pkg-tier-actions {
  display: flex;
  gap: 7px;
  align-items: center;
  padding-top: 0;
}

.pkg-card-actions .pkg-button,
.pkg-card-actions .pkg-whatsapp {
  min-height: 24px;
  padding: 0 10px;
  border-radius: 5px;
  font-size: 0.704rem;
}

.pkg-button,
.pkg-whatsapp {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 42px;
  padding: 0 18px;
  border: 1px solid #b98742;
  border-radius: 6px;
  font-weight: 700;
  text-decoration: none;
}

.pkg-button-dark {
  background: #171717;
  border-color: #171717;
  color: #fff;
}

.pkg-button-light {
  background: #fff;
  color: #171717;
}

.pkg-whatsapp {
  background: #19a463;
  border-color: #19a463;
  color: #fff;
}

.pkg-tier-pill,
.pkg-private-pill {
  display: inline-flex;
  align-items: center;
  min-height: 34px;
  padding: 0 18px;
  border-radius: 999px;
  background: #19c98b;
  color: #fff;
  font-weight: 700;
}

.pkg-tier-card {
  display: flex;
  flex-direction: column;
}

.pkg-tier-body {
  flex: 1;
}

.pkg-rich-text {
  color: #344054;
  line-height: 1.55;
}

.pkg-rich-text .pkg-detail-sheet {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
}

.pkg-rich-text .pkg-detail-wide {
  grid-column: 1 / -1;
}

.pkg-rich-text .pkg-detail-group,
.pkg-rich-text .pkg-source-note {
  padding: 16px;
  border: 1px solid #eadcc6;
  border-radius: 8px;
  background: #fffaf2;
}

.pkg-rich-text .pkg-source-note {
  margin: 0;
  color: #667085;
  font-size: 0.86rem;
}

.pkg-rich-text .pkg-detail-group h3 {
  display: inline-block;
  margin: 0 0 10px;
  padding: 3px 8px;
  background: #171717;
  color: #fff;
  font-size: 0.86rem;
  letter-spacing: 0;
}

.pkg-rich-text .pkg-detail-group p {
  margin: 0 0 10px;
}

.pkg-rich-text .pkg-detail-group ul {
  margin: 0;
}

.pkg-rich-text .text-red,
.pkg-rich-text .package-highlight,
.pkg-rich-text mark {
  color: #b42318;
  background: #fff;
}

.pkg-rich-text h2,
.pkg-rich-text h3,
.pkg-rich-text h4 {
  display: inline-block;
  margin: 18px 0 8px;
  padding: 2px 6px;
  background: #fff;
  color: #b42318;
  font-size: 1rem;
}

.pkg-tier-card .pkg-rich-text .pkg-detail-sheet {
  grid-template-columns: 1fr;
}

.pkg-tier-card .pkg-rich-text .pkg-detail-group,
.pkg-tier-card .pkg-rich-text .pkg-source-note {
  padding: 0;
  border: 0;
  border-radius: 0;
  background: transparent;
}

.pkg-tier-card .pkg-rich-text .pkg-detail-group + .pkg-detail-group {
  padding-top: 12px;
  border-top: 1px solid #eadcc6;
}

.pkg-category-card {
  padding-bottom: 18px;
}

.pkg-category-card span,
.pkg-category-card strong,
.pkg-category-card p {
  display: block;
  margin: 12px 18px 0;
}

.pkg-category-card strong {
  font-family: Georgia, "Times New Roman", serif;
  font-size: 1.45rem;
  font-weight: 400;
}

.pkg-editorial-layout {
  display: grid;
  grid-template-columns: minmax(0, 1.35fr) minmax(300px, 0.8fr);
  gap: 34px;
  align-items: start;
}

.pkg-editorial-copy {
  display: grid;
  gap: 20px;
}

.pkg-editorial-gallery {
  display: grid;
  gap: 18px;
  position: sticky;
  top: 90px;
}

.pkg-editorial-gallery img {
  width: 100%;
  border: 2px solid #9d6b28;
  object-fit: cover;
}

.pkg-detail-hero {
  grid-template-columns: minmax(0, 0.9fr) minmax(320px, 0.8fr);
}

.pkg-detail-hero--gallery {
  grid-template-columns: minmax(0, 0.78fr) minmax(430px, 1fr);
  gap: clamp(24px, 4vw, 54px);
  padding-top: clamp(36px, 5vw, 70px);
  padding-bottom: clamp(42px, 5vw, 72px);
  background:
    linear-gradient(120deg, rgba(255, 253, 248, 0.96), rgba(248, 245, 239, 0.86) 56%, rgba(232, 221, 206, 0.72)),
    url("/assets/img/placeholder.svg") center/180px repeat;
}

.pkg-detail-hero--single-media {
  grid-template-columns: minmax(0, 0.78fr) minmax(360px, 0.92fr);
  gap: clamp(24px, 4vw, 54px);
  padding-top: clamp(36px, 5vw, 70px);
  padding-bottom: clamp(42px, 5vw, 72px);
  background:
    linear-gradient(120deg, rgba(255, 253, 248, 0.96), rgba(248, 245, 239, 0.86) 56%, rgba(232, 221, 206, 0.72)),
    url("/assets/img/placeholder.svg") center/180px repeat;
}

.pkg-detail-hero > img {
  width: 100%;
  max-height: 520px;
  object-fit: cover;
}

.pkg-detail-single-media {
  display: grid;
  place-items: center;
  width: 100%;
  min-width: 0;
  margin: 0;
  padding: clamp(8px, 1.1vw, 14px);
  border: 1px solid rgba(201, 181, 148, 0.54);
  border-radius: 8px;
  background: linear-gradient(135deg, #fffdf8, #eee4d6);
  box-shadow: 0 24px 58px rgba(70, 50, 28, 0.12);
}

.pkg-detail-single-media--landscape {
  aspect-ratio: 3 / 2;
}

.pkg-detail-single-media--portrait {
  justify-self: center;
  max-width: min(440px, 100%);
  aspect-ratio: 2 / 3;
}

.pkg-detail-single-media img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.pkg-detail-visual-collage {
  display: grid;
  min-height: clamp(440px, 48vw, 610px);
  grid-template-columns: minmax(0, 1.18fr) minmax(150px, 0.82fr);
  grid-template-rows: repeat(2, minmax(0, 1fr));
  gap: 12px;
}

.pkg-visual-frame,
.pkg-convo-shot {
  position: relative;
  min-width: 0;
  margin: 0;
  overflow: hidden;
  border: 1px solid rgba(201, 181, 148, 0.54);
  border-radius: 8px;
  background: #fffdf8;
  box-shadow: 0 20px 48px rgba(70, 50, 28, 0.1);
}

.pkg-visual-frame--primary {
  grid-row: 1 / -1;
}

.pkg-visual-frame--detail {
  display: none;
}

.pkg-visual-frame img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.pkg-convo-shot img {
  display: block;
  width: 100%;
  height: auto;
  object-fit: contain;
}

.pkg-detail-layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 320px;
  gap: 22px;
}

.pkg-convo-showcase {
  max-width: 1280px;
  padding-top: clamp(42px, 5vw, 74px);
  padding-bottom: clamp(34px, 5vw, 64px);
}

.pkg-convo-showcase-heading,
.pkg-convo-seo {
  display: grid;
  grid-template-columns: minmax(0, 0.72fr) minmax(280px, 0.5fr);
  gap: clamp(22px, 4vw, 54px);
  align-items: end;
  margin-bottom: 24px;
}

.pkg-convo-showcase-heading span,
.pkg-convo-seo-copy span,
.pkg-convo-faq-heading span {
  color: #a96d20;
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.pkg-convo-showcase-heading h2,
.pkg-convo-seo-copy h2,
.pkg-convo-faq-heading h2 {
  margin: 6px 0 0;
  color: #171717;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(28px, 4vw, 48px);
  font-weight: 400;
  line-height: 1.05;
}

.pkg-convo-showcase-heading p,
.pkg-convo-seo-copy p,
.pkg-convo-faq-list p {
  margin: 0;
  color: #4b5563;
  line-height: 1.68;
}

.pkg-convo-gallery {
  column-count: 3;
  column-gap: 14px;
}

.pkg-convo-shot {
  display: block;
  break-inside: avoid;
  margin-bottom: 14px;
}

.pkg-convo-seo {
  align-items: start;
  border-top: 1px solid rgba(201, 181, 148, 0.38);
  border-bottom: 1px solid rgba(201, 181, 148, 0.38);
}

.pkg-convo-seo-copy {
  display: grid;
  gap: 14px;
}

.pkg-convo-disclaimer {
  padding-top: 8px;
  border-top: 1px solid rgba(201, 181, 148, 0.3);
  font-size: 0.92rem;
}

.pkg-convo-disclaimer a,
.pkg-convo-faq-list a {
  color: #9d6b28;
  font-weight: 700;
}

.pkg-convo-seo-grid {
  display: grid;
  gap: 12px;
}

.pkg-convo-seo-grid article,
.pkg-convo-faq-list details {
  border: 1px solid rgba(201, 181, 148, 0.44);
  border-radius: 8px;
  background: rgba(255, 253, 248, 0.84);
  box-shadow: 0 14px 32px rgba(70, 50, 28, 0.06);
}

.pkg-convo-seo-grid article {
  padding: 18px;
}

.pkg-convo-seo-grid h3 {
  margin: 0 0 8px;
  color: #171717;
  font-size: 1rem;
}

.pkg-convo-seo-grid p {
  margin: 0;
  color: #4b5563;
  line-height: 1.58;
}

.pkg-convo-faq {
  display: grid;
  grid-template-columns: minmax(0, 0.45fr) minmax(0, 0.8fr);
  gap: clamp(22px, 4vw, 54px);
  align-items: start;
}

.pkg-convo-faq-heading {
  position: sticky;
  top: 96px;
}

.pkg-convo-faq-list {
  display: grid;
  gap: 12px;
}

.pkg-convo-faq-list details {
  padding: 18px 20px;
}

.pkg-convo-faq-list summary {
  cursor: pointer;
  color: #171717;
  font-weight: 700;
}

.pkg-convo-faq-list p {
  margin-top: 10px;
}

.pkg-detail-layout--gallery .pkg-detail-panel,
.pkg-detail-layout--gallery .pkg-booking-panel {
  background: rgba(255, 253, 248, 0.92);
}

.pkg-detail-layout--gallery .pkg-rich-text .pkg-detail-group h3 {
  padding: 0;
  background: transparent;
  color: #9d6b28;
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.pkg-detail-layout--gallery .pkg-booking-panel {
  display: grid;
  gap: 12px;
}

.pkg-detail-panel,
.pkg-booking-panel,
.pkg-notes-panel {
  padding: 24px;
}

.pkg-flyer-frame {
  width: 100%;
  min-height: min(1100px, 130vh);
  border: 1px dashed #8b8b8b;
  background: #fff;
}

.pkg-cta-band {
  display: flex;
  justify-content: space-between;
  gap: 24px;
  align-items: center;
  margin-bottom: 32px;
  border: 1px solid #dfd2bd;
  border-radius: 8px;
  background: linear-gradient(120deg, #fff, #f6efe4);
}

.pkg-cta-band h2 {
  margin: 4px 0;
  font-family: Georgia, "Times New Roman", serif;
  font-weight: 400;
}

.pkg-empty {
  padding: 32px;
  border: 1px dashed #cdb990;
  border-radius: 8px;
  background: #fffdf9;
}

@media (max-width: 900px) {
  .pkg-filter-form,
  .pkg-editorial-layout,
  .pkg-detail-hero,
  .pkg-detail-layout,
  .pkg-convo-showcase-heading,
  .pkg-convo-seo,
  .pkg-convo-faq,
  .pkg-rich-text .pkg-detail-sheet,
  .pkg-cta-band {
    grid-template-columns: 1fr;
  }

  .pkg-card-grid,
  .pkg-tier-grid,
  .pkg-category-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .pkg-section-heading,
  .pkg-cta-band {
    align-items: start;
    flex-direction: column;
  }

  .pkg-editorial-gallery {
    position: static;
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .pkg-detail-visual-collage {
    min-height: auto;
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .pkg-detail-single-media--portrait {
    max-width: min(420px, 100%);
  }

  .pkg-visual-frame {
    aspect-ratio: 4 / 3;
  }

  .pkg-visual-frame--primary {
    grid-column: 1 / -1;
    grid-row: auto;
  }

  .pkg-convo-gallery {
    column-count: 2;
  }

  .pkg-convo-faq-heading {
    position: static;
  }
}

@media (max-width: 620px) {
  .pkg-card-grid,
  .pkg-tier-grid,
  .pkg-category-grid,
  .pkg-editorial-gallery {
    grid-template-columns: 1fr;
  }

  .pkg-card-actions,
  .pkg-tier-actions {
    flex-direction: column;
    align-items: stretch;
  }

  .pkg-button,
  .pkg-whatsapp {
    width: 100%;
  }

  .pkg-detail-visual-collage,
  .pkg-convo-gallery {
    grid-template-columns: 1fr;
  }

  .pkg-visual-frame,
  .pkg-convo-shot {
    grid-column: auto;
    grid-row: auto;
  }

  .pkg-convo-gallery {
    column-count: 1;
  }

  .pkg-flyer-frame {
    min-height: 900px;
  }
}
