.catalog-page { background: var(--brown); }
.catalog-page .site-header { mix-blend-mode: normal; background: var(--brown); }
.catalog-page .skip-link:not(:focus) { visibility: hidden; }
/* HERO DA PÁGINA PACOTES */
.catalog-hero { display: grid; grid-template-columns: minmax(0, 1.05fr) minmax(0, 0.95fr); align-items: center; gap: clamp(48px, 6vw, 84px); padding-block: 175px 85px; min-width: 0; }
.catalog-hero-copy { display: flex; flex-direction: column; align-items: flex-start; min-width: 0; }

.hero-eyebrow-wrapper { margin-bottom: 20px; }
.hero-eyebrow { display: inline-flex; align-items: center; gap: 8px; font-size: 12px; font-weight: 700; text-transform: uppercase; letter-spacing: 0.18em; color: #edc8a4; background: rgba(237, 200, 164, 0.1); border: 1px solid rgba(237, 200, 164, 0.22); padding: 7px 16px; border-radius: 999px; }
.hero-eyebrow .icon { width: 14px; height: 14px; color: #edc8a4; }

.catalog-hero h1 { font: 300 clamp(3.2rem, 5.2vw, 5.2rem)/1.05 var(--display); letter-spacing: -.035em; color: #fffaf3; margin: 0; word-break: break-word; }
.catalog-hero h1 span { color: #edc8a4; font-weight: 300; }

.catalog-hero-desc { margin-top: 24px; font-size: 17px; line-height: 1.85; color: #ead6c1; max-width: 520px; word-break: break-word; }

.catalog-hero-actions { display: flex; align-items: center; margin-top: 36px; }
.hero-cta-btn { min-height: 56px; padding: 16px 32px; font-size: 14px; font-weight: 600; }

/* CONFIGURAÇÃO DA IMAGEM HERO */
.catalog-hero-photo-container { position: relative; min-width: 0; }
.catalog-hero-photo { margin: 0; position: relative; }
.hero-image-frame { position: relative; border-radius: 10px; overflow: hidden; box-shadow: 0 24px 60px -12px rgba(22, 12, 8, 0.6), 0 0 0 1px rgba(237, 200, 164, 0.22); background: #372016; }
.hero-image-frame img { width: 100%; height: auto; aspect-ratio: 1144/763; object-fit: cover; transition: transform .8s cubic-bezier(.16, 1, .3, 1); }
.hero-image-frame:hover img { transform: scale(1.025); }



.hero-floating-badge { position: absolute; top: -16px; right: -16px; background: #2b1810; border: 1px solid rgba(237, 200, 164, 0.35); border-radius: 8px; padding: 14px 20px; box-shadow: 0 14px 34px rgba(0, 0, 0, 0.45); display: flex; flex-direction: column; gap: 3px; max-width: 200px; z-index: 2; }
.hero-floating-badge .badge-num { font-family: var(--display); font-size: 28px; font-weight: 400; color: #edc8a4; line-height: 1; }
.hero-floating-badge .badge-text { font-size: 11px; line-height: 1.4; color: #ddc5af; }
.catalog-collection { background: var(--cream); color: var(--ink); padding-block: 90px 110px; color-scheme: light; }
.catalog-heading { display: flex; flex-direction: column; gap: 16px; padding-bottom: 40px; border-bottom: 1px solid rgba(74, 40, 27, 0.16); }
.catalog-kicker { font-size: 12px; font-weight: 700; text-transform: uppercase; letter-spacing: 0.15em; color: #9b4e2d; }
.catalog-heading h2 { font: 300 clamp(2.8rem, 4.4vw, 4.4rem)/1.06 var(--display); letter-spacing: -.035em; color: #321b13; }
.catalog-heading h2 span { color: #9b4e2d; font-weight: 300; }
.catalog-subtitle { font-size: 16px; color: #6b4d3a; line-height: 1.75; max-width: 680px; margin-top: 4px; }

/* Sub-navegação rápida entre os pacotes */
.catalog-nav { display: flex; flex-wrap: wrap; justify-content: center; gap: 10px; margin-top: 16px; }
.catalog-nav-link { display: inline-flex; align-items: center; gap: 9px; padding: 10px 20px; border-radius: 999px; background: rgba(74, 40, 27, 0.06); color: #583928; font-size: 13px; font-weight: 600; border: 1px solid rgba(74, 40, 27, 0.12); transition: all .25s ease; }
.catalog-nav-link .nav-num { font-family: var(--display); font-size: 12px; opacity: .7; }
.catalog-nav-link:hover, .catalog-nav-link.active { background: #4a281b; color: #fffaf3; border-color: #4a281b; transform: translateY(-2px); box-shadow: 0 5px 15px rgba(74, 40, 27, 0.18); }
.catalog-nav-link.active .nav-num { opacity: 1; color: #edc8a4; }

/* Vitrine de Seções de Pacotes */
.packages-showcase { display: flex; flex-direction: column; gap: 90px; margin-top: 70px; }
.package-showcase-section { scroll-margin-top: 110px; padding-bottom: 90px; border-bottom: 1px solid rgba(74, 40, 27, 0.16); min-width: 0; }
.package-showcase-section:last-child { border-bottom: none; padding-bottom: 0; }

.package-section-grid { display: grid; grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.1fr); gap: 56px 64px; align-items: start; min-width: 0; }
.package-showcase-section.is-reversed .package-section-grid { grid-template-columns: minmax(0, 1.1fr) minmax(0, 0.9fr); }
.package-showcase-section.is-reversed .package-visual-col { order: 2; }
.package-showcase-section.is-reversed .package-info-col { order: 1; }

/* Coluna Visual / Fotográfica */
.package-visual-col { min-width: 0; max-width: 100%; }
.package-photo-card { margin: 0; position: sticky; top: 120px; border-radius: 6px; overflow: hidden; background: #e8ded1; box-shadow: 0 16px 36px rgba(43, 27, 20, 0.08); border: 1px solid rgba(74, 40, 27, 0.1); max-width: 100%; }
.package-photo-frame { position: relative; overflow: hidden; aspect-ratio: 16/11; background: #decbb7; max-width: 100%; }
#lendas .package-photo-frame { aspect-ratio: 4/3.3; }
.package-photo-frame img { width: 100%; height: 100%; object-fit: cover; transition: transform .8s cubic-bezier(.16, 1, .3, 1); }
#lendas .package-photo-frame img { object-position: center 36%; }
#novelas-outubro .package-photo-frame img { object-position: center 43%; }
.package-photo-card:hover .package-photo-frame img { transform: scale(1.035); }

.photo-overlay-tag { position: absolute; bottom: 16px; left: 16px; right: 16px; max-width: fit-content; background: rgba(33, 21, 15, 0.85); backdrop-filter: blur(8px); -webkit-backdrop-filter: blur(8px); color: #f5eae0; font-size: 12px; font-weight: 500; padding: 7px 15px; border-radius: 999px; display: inline-flex; align-items: center; gap: 7px; border: 1px solid rgba(255, 255, 255, 0.16); box-shadow: 0 4px 12px rgba(0, 0, 0, 0.25); }
.photo-overlay-tag .icon { width: 13px; height: 13px; stroke-width: 2; color: #e7b78e; }

.package-route-tags { display: flex; flex-wrap: wrap; justify-content: center; gap: 7px; padding: 16px 20px; background: #efe4d6; border-top: 1px solid rgba(74, 40, 27, 0.08); text-align: center; }
.route-tag { font-size: 11px; font-weight: 600; color: #5f3f2c; background: rgba(255, 255, 255, 0.85); padding: 4px 11px; border-radius: 4px; letter-spacing: .02em; border: 1px solid rgba(74, 40, 27, 0.06); text-align: center; }

/* Coluna de Conteúdo e Detalhes */
.package-info-col { display: flex; flex-direction: column; gap: 26px; min-width: 0; max-width: 100%; }
.package-header-group { display: flex; flex-direction: column; gap: 14px; min-width: 0; max-width: 100%; }
.package-badge-row { display: flex; align-items: center; flex-wrap: wrap; gap: 12px; min-width: 0; max-width: 100%; }

.package-pill { background: #4a281b; color: #f8efe4; font-size: 11px; font-weight: 700; text-transform: uppercase; letter-spacing: .08em; padding: 6px 14px; border-radius: 999px; display: inline-block; max-width: 100%; }
.package-duration { display: inline-flex; align-items: center; gap: 8px; font-size: 13px; font-weight: 600; color: #5c3826; background: #ebdccf; padding: 6px 14px; border-radius: 999px; border: 1px solid rgba(74, 40, 27, 0.14); max-width: 100%; }
.package-duration .icon { width: 15px; height: 15px; stroke-width: 1.8; color: #9b4e2d; }

.package-info-col h3 { font: 300 clamp(2.4rem, 3.4vw, 3.5rem)/1.1 var(--display); letter-spacing: -.03em; color: #2b1810; margin: 0; word-break: break-word; }
.package-info-col h3 span { color: #88624a; font-size: .88em; font-weight: 400; }

.package-schedule-notice { display: inline-flex; align-items: center; gap: 9px; font-size: 13px; font-weight: 500; color: #7f4b30; background: rgba(155, 78, 45, 0.07); padding: 8px 16px; border-radius: 4px; border-left: 3px solid #9b4e2d; max-width: 100%; box-sizing: border-box; }
.package-schedule-notice .icon { width: 16px; height: 16px; color: #9b4e2d; flex: none; }

.package-summary-text { font-size: 16px; line-height: 1.85; color: #4e3527; margin: 0; max-width: 62ch; word-break: break-word; }

/* Grid de destaques rápidos */
.package-perks-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 12px; min-width: 0; }
.perk-card { background: #fffcf8; border: 1px solid rgba(74, 40, 27, 0.12); border-radius: 6px; padding: 14px 18px; box-shadow: 0 2px 6px rgba(74, 40, 27, 0.03); min-width: 0; box-sizing: border-box; }
.perk-label { display: block; font-size: 10px; text-transform: uppercase; letter-spacing: .12em; color: #8f6950; font-weight: 700; margin-bottom: 4px; }
.perk-val { display: block; font-size: 14px; font-weight: 600; color: #351f16; font-family: var(--body); line-height: 1.4; word-break: break-word; }

/* Painel de Inclusos - Aberto, Destacado e Legível */
.package-includes { background: #fffdfa; border: 1px solid rgba(74, 40, 27, 0.15); border-radius: 8px; padding: 22px 26px; box-shadow: 0 4px 18px rgba(74, 40, 27, 0.05); margin-top: 4px; max-width: 100%; box-sizing: border-box; }
.package-includes summary { list-style: none; display: flex; align-items: center; justify-content: space-between; cursor: pointer; user-select: none; gap: 8px; }
.package-includes summary::-webkit-details-marker { display: none; }
.summary-left { display: flex; align-items: center; flex-wrap: wrap; gap: 8px; font-size: 15px; font-weight: 600; color: #321b13; min-width: 0; }
.check-icon { width: 20px; height: 20px; color: #9b4e2d; stroke-width: 2; flex: none; }
.items-count-badge { font-size: 11px; font-weight: 600; color: #6d4b37; background: #efe4d6; padding: 3px 10px; border-radius: 999px; white-space: nowrap; }
.package-includes summary .plus-icon { width: 18px; height: 18px; color: #855c44; transition: transform .3s ease; flex: none; }
.package-includes[open] summary .plus-icon { transform: rotate(45deg); }

.includes-list { margin: 18px 0 4px; padding: 18px 0 0; border-top: 1px solid rgba(74, 40, 27, 0.1); list-style: none; display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 12px 24px; }
.includes-list li { font-size: 14px; line-height: 1.65; color: #4b3325; display: flex; align-items: flex-start; gap: 10px; word-break: break-word; }
.bullet-check { width: 15px; height: 15px; color: #9b4e2d; stroke-width: 2.2; flex: none; margin-top: 3px; }

/* Barra de CTA */
.package-cta-bar { display: flex; flex-direction: column; gap: 10px; margin-top: 8px; min-width: 0; max-width: 100%; }
.package-inquiry.button { display: inline-flex; align-items: center; justify-content: space-between; gap: 14px; min-height: 58px; padding: 16px 24px; background: #4a281b; color: #fffaf3; font-size: 14px; font-weight: 600; border-radius: 3px; transition: all .25s ease; box-shadow: 0 6px 18px rgba(74, 40, 27, 0.18); white-space: normal; text-align: left; line-height: 1.35; max-width: 100%; box-sizing: border-box; }
.package-inquiry.button:hover { background: #6a3d29; transform: translateY(-2px); box-shadow: 0 10px 24px rgba(74, 40, 27, 0.24); }
.package-inquiry.button .icon { width: 18px; height: 18px; stroke-width: 2; flex: none; }
.cta-micro-note { display: inline-flex; align-items: center; gap: 8px; font-size: 12px; color: #76533f; line-height: 1.4; word-break: break-word; }
.cta-micro-note .icon { width: 16px; height: 16px; color: #25d366; flex: none; }
.icon-whatsapp, svg:has(> use[href*="whatsapp"]) { fill: currentColor !important; stroke: none !important; }
.catalog-page .whatsapp-float { box-shadow: 0 5px 20px #21110e38; display: flex; align-items: center; justify-content: center; }
.catalog-page .whatsapp-float > .icon { width: 26px; height: 26px; display: block; }
.catalog-page .mobile-nav a[aria-current] { color: #edc8a4; }

/* Responsividade refinada */
@media(min-width:1600px) {
  .catalog-hero { padding-top: 180px; }
  .packages-showcase { gap: 110px; }
  .package-showcase-section { padding-bottom: 110px; }
}

@media(max-width:1150px) {
  .package-section-grid,
  .package-showcase-section.is-reversed .package-section-grid {
    grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
    gap: 40px 48px;
  }
  .includes-list { grid-template-columns: 1fr; gap: 10px; }
}

@media(max-width:980px) {
  .catalog-hero { grid-template-columns: 1fr; gap: 48px; padding-top: 150px; }
  .hero-floating-badge { top: -14px; right: 14px; }
  .package-section-grid,
  .package-showcase-section.is-reversed .package-section-grid {
    grid-template-columns: 1fr;
    gap: 36px;
  }
  .package-showcase-section.is-reversed .package-visual-col { order: initial; }
  .package-showcase-section.is-reversed .package-info-col { order: initial; }
  .package-photo-card { position: static; }
  .package-info-col h3 { font-size: 38px; }
}

@media(max-width:800px) {
  .catalog-hero { padding-block: 130px 48px; }
  .catalog-hero h1 { font-size: 3.2rem; }
  .catalog-hero-desc { font-size: 15px; }
  .catalog-collection { padding-block: 64px; }
  .packages-showcase { gap: 64px; margin-top: 48px; }
  .package-showcase-section { padding-bottom: 64px; }
  #maio-title br { display: none; }
  .catalog-page .menu-toggle[hidden] { display: none; }
  .catalog-page:not(.has-menu) .site-header { position: relative; height: auto; flex-wrap: wrap; padding-block: 20px; }
  .catalog-page:not(.has-menu) .mobile-nav { position: static; visibility: visible; opacity: 1; transform: none; width: 100%; padding: 16px 0 0; }
  .catalog-page:not(.has-menu) .catalog-hero { padding-top: 40px; }
}

@media(max-width:580px) {
  .catalog-hero { grid-template-columns: 1fr; gap: 36px; padding-block: 120px 36px; }
  .catalog-hero h1 { font-size: clamp(2.8rem, 11vw, 3.8rem); }
  .catalog-hero h1 span br { display: none; }
  .catalog-hero-desc { margin-top: 18px; font-size: 15px; }
  .catalog-hero-actions { margin-top: 28px; }
  .hero-cta-btn { width: 100%; text-align: center; }
  .hero-floating-badge { position: static; margin-top: 14px; max-width: none; }
  .catalog-heading { padding-bottom: 28px; }
  .catalog-nav { gap: 8px; }
  .catalog-nav-link { font-size: 12px; padding: 8px 14px; }
  .package-photo-frame { aspect-ratio: 16/10; }
  #lendas .package-photo-frame { aspect-ratio: 4/3.3; }
  .package-info-col h3 { font-size: 32px; }
  #maio-title br { display: none; }
  #maio-title { font-size: clamp(1.2rem, 5.7vw, 1.95rem); white-space: nowrap; }
  .package-perks-grid { grid-template-columns: 1fr; gap: 8px; }
  .package-includes { padding: 18px 18px; }
  .summary-left { font-size: 14px; }
  .includes-list li { font-size: 13.5px; }
  .package-inquiry.button { font-size: 13px; padding: 16px 18px; }
}
@media(prefers-reduced-motion:reduce) { .catalog-page * { scroll-behavior: auto; } }
