:root {
    --panaca-red: #ed1726;
    --panaca-brown: #7b3517;
    --panaca-brown-dark: #64260c;
    --panaca-cream: #fffdec;
    --panaca-cream-strong: #fff8d7;
    --panaca-green: #3f7b39;
    --panaca-yellow: #ffc239;
    --panaca-muted: #66635b;
    --panaca-line: #ede8d5;
    --panaca-shadow: 0 18px 38px rgba(52, 38, 18, 0.1);
}

* {
    box-sizing: border-box;
}

html {
    scroll-behavior: smooth;
}

.panaca-store {
    color: var(--panaca-brown);
    background: #ffffff;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 16px;
    letter-spacing: 0;
}

.panaca-store,
.panaca-store * {
    font-family: Arial, Helvetica, sans-serif;
}

.panaca-store .fa,
.panaca-store .fa-solid,
.panaca-store .fa-regular,
.panaca-store .fa-brands {
    font-family: "Font Awesome 6 Free";
}

.panaca-store .fa-brands {
    font-family: "Font Awesome 6 Brands";
}

.panaca-store .fa-solid {
    font-weight: 900;
}

.panaca-store .fa-regular {
    font-weight: 400;
}

.panaca-store a {
    color: inherit;
}

.panaca-topbar {
    min-height: 36px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    padding: 8px 18px;
    color: #ffffff;
    background: var(--panaca-red);
    font-weight: 900;
    text-align: center;
}

.panaca-header {
    min-height: 116px;
    display: grid;
    grid-template-columns: auto 1fr auto;
    align-items: center;
    gap: 32px;
    padding: 0 clamp(22px, 6vw, 96px);
    background: var(--panaca-cream);
}

.panaca-brand {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    text-decoration: none;
}

.panaca-brand span {
    width: 42px;
    height: 42px;
    display: grid;
    place-items: center;
    color: #ffffff;
    background: var(--panaca-red);
    border-radius: 11px 13px 13px 11px;
    box-shadow: 0 8px 14px rgba(237, 23, 38, 0.24);
    font-size: 21px;
    font-weight: 1000;
}

.panaca-brand strong {
    color: #442719;
    font-size: 25px;
    font-weight: 1000;
    letter-spacing: 0;
}

.panaca-nav {
    display: flex;
    justify-content: center;
    gap: clamp(20px, 3vw, 34px);
}

.panaca-nav a {
    text-decoration: none;
    color: #955b3c;
    font-size: 13px;
    font-weight: 1000;
}

.panaca-header__cta,
.panaca-btn,
.panaca-summary button,
.panaca-product-card__add {
    border: 0;
    border-radius: 999px;
    background: var(--product-cta-color, var(--panaca-red));
    color: #ffffff;
    text-decoration: none;
    font-weight: 1000;
    cursor: pointer;
    box-shadow: 0 12px 22px var(--product-cta-shadow, rgba(237, 23, 38, 0.2));
    transition: transform 0.18s ease, box-shadow 0.18s ease, opacity 0.18s ease;
}

.panaca-store .panaca-header__cta,
.panaca-store .panaca-btn,
.panaca-store .panaca-summary button,
.panaca-store .panaca-product-card__add {
    color: #ffffff;
}

.panaca-header__cta {
    padding: 13px 22px;
    font-size: 14px;
}

.panaca-header__cta:hover,
.panaca-btn:hover,
.panaca-summary button:not(:disabled):hover,
.panaca-product-card__add:hover {
    transform: translateY(-2px);
    box-shadow: 0 16px 28px var(--product-cta-shadow-hover, rgba(237, 23, 38, 0.26));
}

.panaca-hero {
    display: grid;
    grid-template-columns: minmax(0, 0.95fr) minmax(420px, 1fr);
    align-items: center;
    gap: clamp(34px, 5vw, 70px);
    min-height: 548px;
    padding: 62px clamp(22px, 5vw, 72px) 56px;
    background:
        radial-gradient(circle at 82% 35%, rgba(255, 226, 125, 0.35), transparent 26%),
        var(--panaca-cream);
}

.panaca-pill {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    width: fit-content;
    padding: 8px 16px;
    border-radius: 999px;
    color: var(--panaca-brown);
    background: #ffefb7;
    font-size: 13px;
    font-weight: 1000;
}

.panaca-pill i {
    color: var(--panaca-green);
}

.panaca-hero h1 {
    max-width: 650px;
    margin: 32px 0 22px;
    color: var(--panaca-brown);
    font-size: clamp(2.35rem, 4.1vw, 4rem);
    line-height: 1.02;
    font-weight: 1000;
    letter-spacing: 0;
}

.panaca-hero p {
    max-width: 630px;
    margin: 0;
    color: #6d6a61;
    font-size: 21px;
    line-height: 1.35;
    font-weight: 700;
}

.panaca-hero__actions {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 16px;
    margin-top: 32px;
}

.panaca-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
    min-width: 200px;
    min-height: 48px;
    padding: 13px 24px;
}

.panaca-hero__actions span:not(.panaca-btn) {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    color: #77756d;
    font-size: 13px;
    font-weight: 900;
}

.panaca-hero__actions i {
    color: var(--panaca-green);
}

.panaca-hero__free-entry {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    margin-top: 14px;
    color: var(--panaca-brown);
    font-size: 15px;
    font-weight: 1000;
}

.panaca-hero__free-entry i {
    color: var(--panaca-green);
}

.panaca-btn i {
    color: #ffffff;
}

.panaca-hero__media {
    position: relative;
    min-height: 462px;
    border: 8px solid #ffffff;
    border-radius: 44px;
    overflow: hidden;
    box-shadow: 0 25px 50px rgba(79, 56, 20, 0.15);
}

.panaca-hero__stage,
.panaca-hero__stage img,
.panaca-hero__stage video {
    width: 100%;
    height: 100%;
    min-height: 446px;
    display: block;
    object-fit: cover;
}

.panaca-hero__stage video {
    background: #111111;
}

.panaca-hero__video-placeholder {
    width: 100%;
    min-height: 446px;
    display: grid;
    place-content: center;
    gap: 14px;
    border: 0;
    background:
        linear-gradient(135deg, rgba(0, 68, 126, 0.82), rgba(15, 117, 75, 0.78)),
        #0b4b79;
    color: #ffffff;
    cursor: pointer;
    font-weight: 900;
}

.panaca-hero__video-placeholder span {
    display: grid;
    place-items: center;
    width: 72px;
    height: 72px;
    margin: 0 auto;
    border-radius: 50%;
    background: var(--panaca-yellow);
    color: var(--panaca-blue);
    font-size: 28px;
    box-shadow: 0 18px 40px rgba(0, 0, 0, 0.22);
}

.panaca-hero__video-placeholder strong {
    font-size: 18px;
}

.panaca-gallery-expand {
    position: absolute;
    top: 18px;
    right: 18px;
    z-index: 4;
    display: inline-flex;
    align-items: center;
    gap: 10px;
    min-height: 48px;
    padding: 0 18px;
    border: 2px solid rgba(255, 255, 255, 0.86);
    border-radius: 999px;
    background: rgba(10, 18, 28, 0.72);
    color: #ffffff;
    font-weight: 900;
    cursor: pointer;
    box-shadow: 0 14px 34px rgba(0, 0, 0, 0.22);
    backdrop-filter: blur(10px);
    transition: transform .2s ease, background .2s ease;
}

.panaca-gallery-expand:hover {
    transform: translateY(-2px);
    background: var(--panaca-red);
}

.panaca-hero__thumbs {
    position: absolute;
    left: 50%;
    bottom: 24px;
    display: flex;
    gap: 12px;
    transform: translateX(-50%);
}

.panaca-hero__thumbs button {
    position: relative;
    width: 76px;
    height: 76px;
    padding: 0;
    overflow: hidden;
    border: 4px solid rgba(255,255,255,0.74);
    border-radius: 14px;
    background: transparent;
    cursor: pointer;
}

.panaca-hero__thumbs button.active {
    border-color: var(--panaca-yellow);
}

.panaca-hero__thumbs img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.panaca-thumb-play {
    position: absolute;
    inset: 0;
    display: grid;
    place-items: center;
    color: #ffffff;
    background: rgba(0, 0, 0, 0.22);
    font-size: 18px;
    text-shadow: 0 2px 6px rgba(0, 0, 0, 0.45);
}

body.panaca-gallery-open {
    overflow: hidden;
}

.panaca-gallery-modal[hidden] {
    display: none;
}

.panaca-gallery-modal {
    position: fixed;
    inset: 0;
    z-index: 9999;
    display: grid;
    place-items: center;
}

.panaca-gallery-modal__backdrop {
    position: absolute;
    inset: 0;
    background: rgba(2, 6, 23, 0.94);
}

.panaca-gallery-modal__shell {
    position: relative;
    z-index: 1;
    display: grid;
    grid-template-rows: minmax(0, 1fr) auto;
    width: min(1180px, calc(100vw - 34px));
    height: min(860px, calc(100vh - 34px));
    padding: 72px 74px 28px;
}

.panaca-gallery-modal__stage {
    display: grid;
    place-items: center;
    min-height: 0;
}

.panaca-gallery-modal__stage img,
.panaca-gallery-modal__stage video {
    max-width: 100%;
    max-height: 100%;
    object-fit: contain;
    border-radius: 18px;
    box-shadow: 0 28px 80px rgba(0, 0, 0, 0.45);
    background: #000000;
}

.panaca-gallery-modal__close {
    position: fixed;
    top: 22px;
    right: 24px;
    z-index: 3;
    display: inline-flex;
    align-items: center;
    gap: 12px;
    min-height: 58px;
    padding: 0 24px;
    border: 3px solid #ffffff;
    border-radius: 999px;
    background: var(--panaca-red);
    color: #ffffff;
    font-size: 18px;
    font-weight: 1000;
    cursor: pointer;
    box-shadow: 0 18px 42px rgba(0, 0, 0, 0.35);
}

.panaca-gallery-modal__close:hover {
    background: #111827;
}

.panaca-gallery-modal__nav {
    position: fixed;
    top: 50%;
    z-index: 3;
    display: grid;
    place-items: center;
    width: 62px;
    height: 62px;
    border: 2px solid rgba(255, 255, 255, 0.72);
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.16);
    color: #ffffff;
    font-size: 22px;
    cursor: pointer;
    transform: translateY(-50%);
    backdrop-filter: blur(8px);
}

.panaca-gallery-modal__nav:hover {
    background: var(--panaca-yellow);
    color: #201409;
}

.panaca-gallery-modal__nav--prev {
    left: 24px;
}

.panaca-gallery-modal__nav--next {
    right: 24px;
}

.panaca-gallery-modal__footer {
    display: grid;
    justify-items: center;
    gap: 14px;
    color: #ffffff;
    font-weight: 900;
}

.panaca-gallery-modal__thumbs {
    display: flex;
    max-width: min(760px, 86vw);
    gap: 10px;
    overflow-x: auto;
    padding: 4px 2px 8px;
}

.panaca-gallery-modal__thumbs button {
    position: relative;
    flex: 0 0 auto;
    width: 86px;
    height: 64px;
    padding: 0;
    overflow: hidden;
    border: 3px solid rgba(255, 255, 255, 0.55);
    border-radius: 12px;
    background: #111827;
    cursor: pointer;
}

.panaca-gallery-modal__thumbs button.active {
    border-color: var(--panaca-yellow);
    box-shadow: 0 0 0 3px rgba(255, 199, 44, 0.24);
}

.panaca-gallery-modal__thumbs img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.panaca-gallery-modal__thumbs span {
    position: absolute;
    inset: 0;
    display: grid;
    place-items: center;
    color: #ffffff;
    background: rgba(0, 0, 0, 0.24);
}

.panaca-trust {
    display: grid;
    grid-template-columns: repeat(4, auto);
    justify-content: center;
    gap: clamp(34px, 7vw, 76px);
    padding: 36px 20px 46px;
    border-top: 1px solid #f5f0d8;
    border-bottom: 1px solid #ded8bd;
    background: #ffffff;
    box-shadow: 0 4px 14px rgba(87, 74, 29, 0.08);
}

.panaca-trust article {
    display: flex;
    align-items: center;
    gap: 16px;
}

.panaca-trust i {
    color: var(--panaca-red);
    font-size: 30px;
}

.panaca-trust strong,
.panaca-trust span {
    display: block;
}

.panaca-trust strong {
    color: var(--panaca-brown);
    font-size: 14px;
    font-weight: 1000;
}

.panaca-trust span {
    color: #6f6a63;
    font-size: 13px;
    font-weight: 800;
}

.panaca-seo-guide {
    display: grid;
    grid-template-columns: minmax(0, 1.2fr) minmax(280px, 0.8fr);
    gap: 20px;
    padding: 28px clamp(20px, 4.8vw, 68px) 0;
    background: var(--panaca-cream);
}

.panaca-seo-guide__copy,
.panaca-seo-guide__links {
    border: 1px solid rgba(123, 53, 23, 0.14);
    border-radius: 22px;
    background: #ffffff;
    box-shadow: 0 14px 30px rgba(52, 38, 18, 0.08);
}

.panaca-seo-guide__copy {
    padding: clamp(24px, 3vw, 34px);
}

.panaca-seo-guide__copy span {
    display: inline-flex;
    align-items: center;
    min-height: 34px;
    padding: 0 14px;
    border-radius: 999px;
    color: var(--panaca-green);
    background: rgba(63, 123, 57, 0.11);
    font-size: 13px;
    font-weight: 1000;
    text-transform: uppercase;
}

.panaca-seo-guide__copy h2 {
    max-width: 820px;
    margin: 18px 0 12px;
    color: var(--panaca-brown);
    font-size: clamp(2rem, 3.2vw, 2.85rem);
    line-height: 1.08;
    font-weight: 1000;
}

.panaca-seo-guide__copy p {
    max-width: 920px;
    margin: 0;
    color: #4d463f;
    font-size: clamp(1rem, 1.4vw, 1.16rem);
    line-height: 1.65;
    font-weight: 750;
}

.panaca-seo-guide__links {
    display: grid;
    align-content: center;
    gap: 12px;
    padding: 20px;
}

.panaca-seo-guide__links a {
    display: flex;
    align-items: center;
    gap: 12px;
    min-height: 54px;
    padding: 12px 15px;
    border: 1px solid rgba(123, 53, 23, 0.12);
    border-radius: 16px;
    color: var(--panaca-brown-dark);
    background: #fffdf5;
    text-decoration: none;
    font-weight: 1000;
    transition: transform 0.18s ease, border-color 0.18s ease, box-shadow 0.18s ease;
}

.panaca-seo-guide__links a:hover {
    transform: translateY(-2px);
    border-color: rgba(237, 23, 38, 0.28);
    box-shadow: 0 12px 24px rgba(52, 38, 18, 0.1);
}

.panaca-seo-guide__links i {
    width: 34px;
    height: 34px;
    display: grid;
    flex: 0 0 34px;
    place-items: center;
    border-radius: 12px;
    color: var(--panaca-brown);
    background: rgba(255, 194, 57, 0.28);
}

.panaca-passports {
    padding: 78px clamp(20px, 4.8vw, 68px) 34px;
    background: var(--panaca-cream);
}

.panaca-section-title {
    text-align: center;
}

.panaca-section-title--step {
    margin-bottom: 22px;
}

.panaca-section-title--tickets {
    margin: 54px 0 28px;
}

.panaca-section-title h2,
.panaca-faq h2 {
    margin: 0;
    color: var(--panaca-brown);
    font-size: clamp(2.4rem, 4vw, 3.25rem);
    line-height: 1.08;
    font-weight: 1000;
}

.panaca-section-title p {
    margin: 10px 0 0;
    color: #343842;
    font-weight: 800;
}

.panaca-sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border: 0;
}

.panaca-date {
    position: relative;
    display: grid;
    justify-content: center;
    gap: 12px;
    margin: 0 0 36px;
    text-align: center;
    z-index: 6;
}

.panaca-date label {
    color: var(--panaca-brown);
    font-size: 13px;
    font-weight: 1000;
}

.panaca-date label i {
    color: var(--panaca-red);
}

.panaca-date input[type="date"],
.panaca-date-field input[type="date"] {
    width: min(360px, 88vw);
    min-height: 54px;
    padding: 0 52px 0 18px;
    border: 2px solid rgba(92, 161, 58, 0.28);
    border-radius: 18px;
    background:
        linear-gradient(135deg, rgba(255, 194, 57, 0.16), rgba(255, 255, 255, 0) 42%),
        #ffffff;
    color: #24211d;
    font: inherit;
    font-size: 15px;
    font-weight: 900;
    box-shadow: 0 12px 26px rgba(70, 52, 27, 0.08);
    cursor: pointer;
    transition: border-color .2s ease, box-shadow .2s ease, transform .2s ease;
}

.panaca-date input[type="date"]:hover,
.panaca-date-field input[type="date"]:hover,
.panaca-date input[type="date"]:focus,
.panaca-date-field input[type="date"]:focus {
    border-color: var(--panaca-green);
    box-shadow: 0 16px 34px rgba(61, 143, 42, 0.16);
    outline: 0;
}

.panaca-date input[type="date"]::-webkit-calendar-picker-indicator,
.panaca-date-field input[type="date"]::-webkit-calendar-picker-indicator {
    width: 22px;
    height: 22px;
    padding: 8px;
    border-radius: 12px;
    background-color: rgba(237, 23, 38, 0.1);
    cursor: pointer;
}

.panaca-date-trigger {
    width: min(320px, 86vw);
    min-height: 58px;
    display: inline-flex;
    align-items: center;
    justify-content: space-between;
    gap: 14px;
    padding: 0 20px;
    border: 2px solid #e0e0e8;
    border-radius: 22px;
    background: #ffffff;
    color: #20242d;
    font: inherit;
    font-weight: 1000;
    cursor: pointer;
    box-shadow: 0 14px 34px rgba(48, 32, 20, 0.08), inset 0 0 0 1px rgba(0,0,0,0.02);
    transition: border-color .2s ease, box-shadow .2s ease, transform .2s ease;
}

.panaca-date-trigger:hover,
.panaca-date-trigger.is-open {
    border-color: var(--panaca-green);
    box-shadow: 0 18px 42px rgba(61, 143, 42, 0.18);
}

.panaca-date-trigger:focus-visible {
    outline: 4px solid rgba(249, 177, 32, 0.45);
    outline-offset: 3px;
}

.panaca-date-trigger i:first-child {
    color: var(--panaca-red);
    font-size: 20px;
}

.panaca-date-trigger i:last-child {
    color: var(--panaca-green);
    font-size: 14px;
}

.panaca-date span {
    color: var(--panaca-red);
    font-size: 12px;
    font-weight: 900;
}

.panaca-date-trigger span {
    color: #20242d;
    font-size: 15px;
    text-align: left;
}

.panaca-schedule-selector {
    width: min(620px, 92vw);
    margin: -12px auto 40px;
    padding: 18px;
    border: 1px solid rgba(92, 161, 58, 0.22);
    border-radius: 18px;
    background: #ffffff;
    box-shadow: 0 18px 42px rgba(48, 32, 20, 0.08);
    text-align: center;
}

.panaca-schedule-selector[hidden] {
    display: none;
}

.panaca-schedule-selector h3 {
    margin: 0 0 14px;
    color: var(--panaca-navy);
    font-size: 18px;
    font-weight: 1000;
}

.panaca-schedule-selector__options {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
    gap: 10px;
}

.panaca-schedule-selector button {
    min-height: 58px;
    border: 2px solid rgba(92, 161, 58, 0.18);
    border-radius: 14px;
    background: #fbfff7;
    color: var(--panaca-navy);
    font: inherit;
    cursor: pointer;
    transition: border-color .2s ease, box-shadow .2s ease, transform .2s ease;
}

.panaca-schedule-selector button:hover,
.panaca-schedule-selector button:focus-visible,
.panaca-schedule-selector button.is-selected {
    border-color: var(--panaca-green);
    box-shadow: 0 12px 24px rgba(61, 143, 42, 0.18);
    outline: 0;
    transform: translateY(-1px);
}

.panaca-schedule-selector strong,
.panaca-schedule-selector span {
    display: block;
}

.panaca-schedule-selector strong {
    font-size: 15px;
    font-weight: 1000;
}

.panaca-schedule-selector span {
    margin-top: 3px;
    color: #6c7480;
    font-size: 12px;
    font-weight: 900;
}

.panaca-schedule-selector p {
    margin: 12px 0 0;
    color: var(--panaca-red);
    font-size: 13px;
    font-weight: 1000;
}

.panaca-schedule-selector p[hidden] {
    display: none;
}

.panaca-schedule-selector.is-invalid {
    border-color: rgba(237, 23, 38, 0.45);
    box-shadow: 0 18px 42px rgba(237, 23, 38, 0.12);
}

.panaca-calendar {
    position: absolute;
    top: calc(100% - 22px);
    left: 50%;
    width: min(390px, 92vw);
    padding: 20px;
    border: 1px solid rgba(42, 25, 15, 0.1);
    border-radius: 28px;
    background: #ffffff;
    box-shadow: 0 26px 70px rgba(42, 25, 15, 0.24);
    transform: translateX(-50%);
    z-index: 20;
}

.panaca-calendar[hidden] {
    display: none;
}

.panaca-calendar__prompt {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    min-height: 44px;
    margin-bottom: 14px;
    padding: 10px 14px;
    border: 1px solid #ffc5cc;
    border-radius: 16px;
    background: #fff1f2;
    color: var(--panaca-red);
    font-size: 13px;
    font-weight: 1000;
    line-height: 1.25;
}

.panaca-calendar__prompt[hidden] {
    display: none;
}

.panaca-calendar__head {
    display: grid;
    grid-template-columns: 40px 1fr 40px;
    align-items: center;
    gap: 14px;
    margin-bottom: 10px;
}

.panaca-calendar__head strong {
    color: #1f2028;
    font-size: 18px;
    font-weight: 1000;
    text-align: center;
}

.panaca-calendar__nav,
.panaca-calendar__close {
    width: 40px;
    height: 40px;
    border: 0;
    border-radius: 14px;
    background: #f1f4ef;
    color: var(--panaca-green);
    cursor: pointer;
}

.panaca-calendar__nav:hover,
.panaca-calendar__close:hover {
    background: var(--panaca-green);
    color: #ffffff;
}

.panaca-calendar__close {
    grid-column: 1 / -1;
    justify-self: stretch;
    width: 100%;
    height: 42px;
    gap: 8px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: #fff1f2;
    color: var(--panaca-red);
    font: inherit;
    font-size: 13px;
    font-weight: 1000;
    text-transform: uppercase;
}

.panaca-calendar__status {
    min-height: 20px;
    margin-bottom: 12px;
    color: #7d818b;
    font-size: 12px;
    font-weight: 900;
}

.panaca-calendar__weekdays,
.panaca-calendar__grid {
    display: grid;
    grid-template-columns: repeat(7, minmax(0, 1fr));
    gap: 7px;
}

.panaca-calendar__weekdays {
    margin-bottom: 8px;
}

.panaca-calendar__weekdays span {
    color: #8d9099;
    font-size: 11px;
    font-weight: 1000;
}

.panaca-calendar__empty {
    min-height: 48px;
}

.panaca-calendar__day {
    position: relative;
    min-width: 0;
    aspect-ratio: 1;
    display: grid;
    place-items: center;
    gap: 1px;
    padding: 6px 2px;
    border: 1px solid #e9ebee;
    border-radius: 16px;
    background: #ffffff;
    color: #20242d;
    cursor: pointer;
    font-family: inherit;
    overflow: hidden;
    transition: transform .18s ease, border-color .18s ease, background .18s ease, color .18s ease;
}

.panaca-calendar__day span {
    position: relative;
    z-index: 1;
    color: inherit;
    font-size: 15px;
    font-weight: 1000;
}

.panaca-calendar__day small {
    position: relative;
    z-index: 1;
    color: inherit;
    font-size: 8px;
    font-weight: 900;
    line-height: 1;
}

.panaca-calendar__day.is-open {
    border-color: color-mix(in srgb, var(--calendar-primary, var(--panaca-green)) 38%, #ffffff);
    background: color-mix(in srgb, var(--calendar-primary, var(--panaca-green)) 14%, #ffffff);
}

.panaca-calendar__day.is-mixed {
    border-color: color-mix(in srgb, var(--calendar-primary, var(--panaca-green)) 38%, #ffffff);
    background: linear-gradient(135deg, var(--calendar-primary, var(--panaca-green)) 0 49%, #ffffff 49% 51%, var(--calendar-secondary, var(--panaca-yellow)) 51% 100%);
}

.panaca-calendar__day.is-mixed::after {
    content: "";
    position: absolute;
    inset: 0;
    border-radius: inherit;
    border: 1px solid rgba(255, 255, 255, 0.85);
    pointer-events: none;
}

.panaca-calendar__day.is-selected {
    border-color: var(--panaca-green);
    background: color-mix(in srgb, var(--panaca-green) 20%, #ffffff);
    color: #082b17;
    box-shadow: 0 0 0 3px rgba(92, 161, 55, 0.2);
    transform: translateY(-2px);
}

.panaca-calendar__day.is-today:not(.is-selected) {
    border-color: var(--panaca-yellow);
}

.panaca-calendar__day:disabled {
    background: #f2f2f2;
    color: #a3a6ad;
    cursor: not-allowed;
    opacity: .78;
}

.panaca-calendar__day:not(:disabled):hover {
    transform: translateY(-2px);
    border-color: var(--panaca-green);
}

.panaca-calendar__legend {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 10px 14px;
    margin-top: 16px;
}

.panaca-calendar__legend span {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    color: #6d707a;
    font-size: 11px;
    font-weight: 900;
}

.panaca-calendar__legend i {
    width: 10px;
    height: 10px;
    border-radius: 999px;
}

.panaca-calendar__legend .is-open {
    background: var(--panaca-green);
}

.panaca-calendar__legend .is-show {
    background: var(--panaca-yellow);
}

.panaca-calendar__legend .is-closed {
    background: #c9ccd2;
}

.panaca-product-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(min(100%, 300px), 360px));
    justify-content: center;
    gap: 28px;
    align-items: stretch;
}

.panaca-api-status {
    margin: 18px auto 0;
    max-width: 760px;
    border: 1px solid #ffe0a3;
    border-radius: 8px;
    background: #fff8e8;
    color: #714d04;
    padding: .85rem 1rem;
    font-weight: 800;
    text-align: center;
}

.panaca-schedules,
.experience-directions-banner,
.panaca-checkout,
.panaca-benefits,
.panaca-faq,
.thermal-info,
.thermal-responsible,
.recuca-section,
.arriero-section,
.uku-section,
.mil-section,
.sv-section,
.baila-feature {
    content-visibility: auto;
    contain-intrinsic-size: 1px 720px;
}

.panaca-catalog-chips {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: .65rem;
    margin: 18px auto 0;
    max-width: 920px;
}

.panaca-catalog-chips span {
    --chip-color: var(--panaca-green);
    display: inline-flex;
    align-items: center;
    min-height: 34px;
    border: 1px solid color-mix(in srgb, var(--chip-color), #fff 72%);
    border-radius: 999px;
    background: color-mix(in srgb, var(--chip-color), #fff 88%);
    color: var(--panaca-brown);
    padding: 0 .95rem;
    font-size: .84rem;
    font-weight: 900;
}

.panaca-product-card {
    display: grid;
    grid-template-rows: auto 1fr;
    height: 100%;
    overflow: hidden;
    border: 1.5px solid #23943a;
    border-radius: 18px;
    background: #ffffff;
    box-shadow: 0 18px 34px rgba(47, 38, 22, 0.13);
}

.panaca-product-card.featured {
    outline: 0;
}

.panaca-product-card.is-date-disabled {
    border-color: #d8dbe1;
    background: #f2f3f5;
    box-shadow: none;
}

.panaca-product-card.is-date-disabled .panaca-product-card__image,
.panaca-product-card.is-date-disabled .panaca-product-card__split {
    filter: grayscale(1);
    opacity: .42;
}

.panaca-product-card.is-date-disabled .panaca-product-card__body,
.panaca-product-card.is-date-disabled .panaca-product-card__corner,
.panaca-product-card.is-date-disabled .panaca-product-card__discount,
.panaca-product-card.is-date-disabled .panaca-product-card__plus {
    filter: grayscale(1);
    opacity: .55;
}

.panaca-product-card.is-date-disabled .panaca-product-card__add {
    background: #cfd3da;
    color: #ffffff;
}

.panaca-product-card__image {
    position: relative;
    min-height: 286px;
    display: block;
    margin: 14px 14px 0;
    padding: 0;
    color: #ffffff;
    background-color: #edf3f5;
    background-image: linear-gradient(135deg, rgba(0, 68, 126, 0.16), rgba(101, 174, 90, 0.18));
    background-position: center;
    background-size: cover;
    overflow: hidden;
}

.panaca-product-card__image::before {
    display: none;
}

.panaca-product-card__image.is-split {
    display: grid;
    grid-template-columns: 1fr 1fr;
}

.panaca-product-card__image.is-split::after {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: calc(50% - 3px);
    z-index: 1;
    width: 6px;
    background: #ffffff;
}

.panaca-product-card__split {
    background-color: #edf3f5;
    background-image: linear-gradient(135deg, rgba(0, 68, 126, 0.14), rgba(101, 174, 90, 0.16));
    background-position: center;
    background-size: cover;
}

.panaca-product-card__image.is-media-failed,
.panaca-product-card__split.is-media-failed {
    background-color: #eef4f7;
    background-image: linear-gradient(135deg, rgba(0, 68, 126, 0.18), rgba(255, 184, 28, 0.2));
}

.panaca-product-card__plus {
    position: absolute;
    left: 50%;
    top: 50%;
    z-index: 4;
    display: grid;
    place-items: center;
    width: 42px;
    height: 42px;
    border-radius: 50%;
    background: #ffffff;
    color: #ffffff;
    color: #65ae5a;
    font-size: 25px;
    box-shadow: 0 3px 10px rgba(22, 110, 36, 0.22);
    transform: translate(-50%, -50%);
}

.panaca-product-card__tag {
    position: absolute;
    top: 12px;
    left: 14px;
    z-index: 3;
    display: inline-flex;
    align-items: center;
    min-height: 28px;
    padding: 0 14px;
    background: #f8b51b;
    color: #101010;
    font-size: 11px;
    font-weight: 1000;
    letter-spacing: 0.04em;
    text-transform: uppercase;
}

.panaca-product-card__corner {
    position: absolute;
    top: 16px;
    left: 16px;
    z-index: 5;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 34px;
    padding: 0 17px;
    background: #ffc928;
    color: #000000;
    font-size: 12px;
    font-weight: 1000;
    line-height: 1;
    text-transform: uppercase;
}

.panaca-product-card__discount {
    position: absolute;
    top: 16px;
    right: 16px;
    z-index: 5;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 34px;
    padding: 0 16px;
    background: #f7162a;
    color: #ffffff;
    font-size: 11px;
    font-weight: 1000;
    text-transform: uppercase;
}

.panaca-product-card__body {
    display: flex;
    flex-direction: column;
    min-height: 0;
    padding: 24px 16px 16px;
    text-align: center;
}

.panaca-product-card__icon {
    display: inline-grid;
    place-items: center;
    align-self: center;
    width: 34px;
    height: 34px;
    margin-bottom: 10px;
    color: var(--product-icon-color, #2cad45);
    font-size: 22px;
}

.panaca-product-card__body h3 {
    margin: 0 0 14px;
    color: #000000;
    font-size: 16px;
    line-height: 1.1;
    font-weight: 1000;
    text-transform: uppercase;
}

.panaca-product-card__body p {
    min-height: 48px;
    margin: 0 auto 18px;
    max-width: 290px;
    color: #0c0d12;
    font-size: 12px;
    line-height: 1.42;
    font-weight: 900;
}

.panaca-product-card__body ul {
    display: grid;
    gap: 11px;
    min-height: 130px;
    padding: 0;
    margin: 0 0 22px;
    list-style: none;
    text-align: left;
}

.panaca-product-card__body li {
    display: flex;
    align-items: flex-start;
    gap: 10px;
    color: #000000;
    font-size: 11px;
    line-height: 1.28;
    font-weight: 900;
}

.panaca-product-card__body li i {
    color: var(--product-icon-color, #24a342);
    margin-top: 1px;
    min-width: 14px;
}

.panaca-product-card__price {
    display: grid;
    justify-items: center;
    gap: 6px;
    margin-top: auto;
    margin-bottom: 16px;
    padding-top: 18px;
    border-top: 1px solid #eeeeee;
}

.panaca-product-card__price strong {
    color: var(--product-text-color, var(--panaca-red));
    font-size: 25px;
    font-weight: 1000;
}

.panaca-product-card__price em {
    color: #9aa0aa;
    font-size: 12px;
    font-style: normal;
    font-weight: 1000;
    text-transform: uppercase;
}

.panaca-product-card__price span {
    color: #9d9d9d;
    font-size: 14px;
    font-weight: 1000;
    text-decoration: line-through;
}

.panaca-product-card__dual-price {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 12px;
    margin-top: auto;
    margin-bottom: 12px;
    padding-top: 14px;
    border-top: 1px solid #e8e1d1;
}

.panaca-product-card__dual-price > div {
    display: grid;
    justify-items: center;
    gap: 4px;
}

.panaca-product-card__variant {
    padding: 13px 10px 10px;
    border: 1px solid #f1dfc4;
    border-radius: 10px;
    background: #fffdf8;
}

.panaca-product-card__dual-price span {
    min-height: 26px;
    color: #9aa0a9;
    font-size: 9px;
    line-height: 1.15;
    font-weight: 1000;
    text-transform: uppercase;
}

.panaca-product-card__dual-price del {
    color: #9aa0a9;
    font-size: 12px;
    font-weight: 900;
}

.panaca-product-card__dual-price small {
    display: inline-flex;
    align-items: center;
    min-height: 22px;
    padding: 0 9px;
    background: var(--product-text-color, var(--panaca-red));
    color: #ffffff;
    font-size: 10px;
    font-weight: 1000;
}

.panaca-product-card__dual-price strong {
    color: var(--product-text-color, var(--panaca-red));
    font-size: 17px;
    font-weight: 1000;
}

.panaca-product-card__variant-qty {
    display: grid;
    grid-template-columns: 30px 34px 30px;
    align-items: center;
    justify-content: center;
    gap: 5px;
    width: 108px;
    min-height: 36px;
    margin-top: 10px;
    padding: 3px;
    border: 2px solid #ffe2d0;
    border-radius: 999px;
    background: #fff8ec;
    box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.7);
}

.panaca-product-card__variant-qty button {
    display: grid;
    place-items: center;
    width: 30px;
    height: 30px;
    border: 0;
    border-radius: 999px;
    background: #ffffff;
    color: var(--variant-qty-color, var(--panaca-red));
    font-size: 11px;
    cursor: pointer;
    box-shadow: 0 6px 14px rgba(70, 52, 27, 0.12);
    transition: background .2s ease, color .2s ease, transform .2s ease, box-shadow .2s ease;
}

.panaca-product-card__variant-qty button:hover {
    background: var(--variant-qty-color, var(--panaca-red));
    color: #ffffff;
    transform: translateY(-1px);
    box-shadow: 0 8px 18px rgba(237, 23, 38, 0.24);
}

.panaca-product-card__variant-qty strong {
    color: var(--variant-qty-color, #24211d);
    font-size: 16px;
    font-weight: 1000;
    line-height: 1;
    text-align: center;
}

.panaca-product-card__quote {
    margin-top: auto;
    margin-bottom: 16px;
    padding-top: 18px;
    border-top: 1px solid #eeeeee;
    color: var(--panaca-red);
    font-weight: 1000;
}

.panaca-product-card__actions {
    display: grid;
    gap: 0;
}

.panaca-product-card__line-total {
    display: flex;
    align-items: center;
    justify-content: space-between;
    min-height: 42px;
    margin: 0 0 12px;
    padding: 0 14px;
    border-top: 1px solid #f0dfca;
    border-bottom: 1px solid #f0dfca;
    color: var(--product-text-color, #0c0d12);
    font-size: 12px;
    font-weight: 1000;
    text-transform: uppercase;
}

.panaca-product-card__line-total strong {
    color: var(--product-text-color, var(--panaca-red));
    font-size: 17px;
}

.panaca-product-card__add {
    width: 100%;
    min-height: 42px;
    border-radius: 0;
    font-size: 14px;
    text-transform: uppercase;
}

.panaca-product-card__whatsapp {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 42px;
    background: #25d366;
    color: #ffffff;
    text-decoration: none;
    font-size: 12px;
    font-weight: 1000;
    text-transform: uppercase;
}

.panaca-product-card__more {
    color: var(--panaca-green);
    text-align: center;
    text-decoration: none;
    font-size: 12px;
    font-weight: 1000;
    text-transform: uppercase;
}

.panaca-product-card__add:disabled {
    opacity: 0.55;
    cursor: not-allowed;
    transform: none;
}

.panaca-schedules {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: clamp(20px, 3vw, 36px);
    width: min(100%, 1320px);
    margin: 0 auto;
    padding: 28px clamp(18px, 3.8vw, 54px) 64px;
    background: var(--panaca-cream);
}

.panaca-schedule-card {
    display: grid;
    grid-template-rows: auto 1fr auto auto;
    overflow: hidden;
    border-radius: 22px;
    border: 2px solid var(--panaca-red);
    background: #ffffff;
    box-shadow: 0 12px 28px rgba(70, 52, 27, 0.12);
}

.panaca-schedule-card__head {
    display: grid;
    justify-items: center;
    gap: 10px;
    min-height: 168px;
    padding: 24px 22px 22px;
    color: #ffffff;
    text-align: center;
}

.panaca-schedule-card--park .panaca-schedule-card__head {
    background: #5ca13a;
}

.panaca-schedule-card--show .panaca-schedule-card__head {
    background: #dc2d2f;
}

.panaca-schedule-card__icon {
    display: grid;
    place-items: center;
    width: 36px;
    height: 36px;
    color: #f7d33e;
    font-size: 24px;
}

.panaca-schedule-card__head h2 {
    margin: 0;
    color: #ffffff;
    font-size: clamp(1.2rem, 1.65vw, 1.55rem);
    font-weight: 1000;
    text-transform: uppercase;
    text-shadow: 0 2px 0 rgba(0, 0, 0, 0.08);
}

.panaca-schedule-card__head strong {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 34px;
    padding: 0 20px;
    background: #f8b51b;
    color: #101010;
    font-size: 13px;
    font-weight: 1000;
    text-transform: uppercase;
    transform: rotate(-2deg);
}

.panaca-schedule-card--show .panaca-schedule-card__head strong {
    background: #ffffff;
    transform: none;
}

.panaca-schedule-card__body {
    padding: 22px 26px 20px;
}

.panaca-schedule-row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    min-height: 54px;
    border-bottom: 1px solid #ececec;
    color: #101010;
    font-size: clamp(0.95rem, 1.25vw, 1.08rem);
    font-weight: 1000;
}

.panaca-schedule-row:last-child {
    border-bottom: 0;
}

.panaca-schedule-row strong {
    color: var(--panaca-red);
    text-align: right;
    white-space: nowrap;
}

.panaca-schedule-row.is-muted {
    color: #9aa0a9;
}

.panaca-schedule-row.is-muted strong {
    color: #9aa0a9;
}

.panaca-schedule-note {
    margin: 0;
    padding: 16px 28px;
    background: #fde7ad;
    color: #d18600;
    text-align: center;
    font-size: 15px;
    font-weight: 800;
    line-height: 1.45;
}

.panaca-schedule-note--soft {
    background: #f7f8fa;
    color: #5d6571;
}

.panaca-schedule-cta {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 54px;
    background: var(--panaca-red);
    color: #ffffff;
    text-decoration: none;
    font-size: 16px;
    font-weight: 1000;
    text-transform: uppercase;
}

.panaca-schedule-cta:hover {
    background: #b81420;
    color: #ffffff;
}

.panaca-directions {
    display: grid;
    grid-template-columns: minmax(0, 1.25fr) minmax(280px, .75fr);
    align-items: center;
    gap: clamp(18px, 3vw, 34px);
    width: min(100%, 1320px);
    margin: 0 auto;
    padding: 0 clamp(18px, 3.8vw, 54px) 70px;
    background: var(--panaca-cream);
}

.panaca-directions__copy {
    padding: clamp(26px, 3.5vw, 42px);
    border: 1px solid rgba(92, 161, 58, 0.22);
    border-radius: 22px;
    background: #ffffff;
    box-shadow: 0 14px 30px rgba(70, 52, 27, 0.1);
}

.panaca-directions__eyebrow {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    min-height: 34px;
    margin-bottom: 14px;
    padding: 0 14px;
    border-radius: 999px;
    background: rgba(92, 161, 58, 0.12);
    color: var(--panaca-green);
    font-size: 12px;
    font-weight: 1000;
    text-transform: uppercase;
}

.panaca-directions h2 {
    margin: 0 0 12px;
    color: var(--panaca-brown);
    font-size: clamp(1.8rem, 3vw, 2.55rem);
    line-height: 1.05;
    font-weight: 1000;
}

.panaca-directions p {
    max-width: 720px;
    margin: 0;
    color: #343842;
    font-size: 15px;
    line-height: 1.55;
    font-weight: 800;
}

.panaca-directions__map {
    display: grid;
    justify-items: center;
    gap: 10px;
    min-height: 220px;
    padding: 30px 24px;
    border-radius: 22px;
    background:
        linear-gradient(135deg, rgba(92, 161, 58, 0.92), rgba(35, 148, 58, 0.92)),
        #23943a;
    color: #ffffff;
    text-align: center;
    text-decoration: none;
    box-shadow: 0 18px 34px rgba(35, 148, 58, 0.22);
    transition: transform .2s ease, box-shadow .2s ease;
}

.panaca-directions__map:hover {
    color: #ffffff;
    transform: translateY(-3px);
    box-shadow: 0 22px 42px rgba(35, 148, 58, 0.28);
}

.panaca-directions__map span {
    display: grid;
    place-items: center;
    width: 58px;
    height: 58px;
    border-radius: 18px;
    background: #ffffff;
    color: var(--panaca-red);
    font-size: 26px;
}

.panaca-directions__map strong {
    max-width: 250px;
    font-size: 18px;
    line-height: 1.2;
    font-weight: 1000;
    text-transform: uppercase;
}

.panaca-directions__map small {
    color: rgba(255, 255, 255, 0.88);
    font-size: 13px;
    font-weight: 900;
}

.experience-directions-banner {
    display: grid;
    grid-template-columns: minmax(0, 1.2fr) minmax(280px, .8fr);
    align-items: center;
    gap: clamp(18px, 3vw, 34px);
    width: min(1240px, calc(100% - 36px));
    margin: clamp(28px, 5vw, 72px) auto;
    padding: clamp(22px, 3vw, 34px);
    border: 1px solid rgba(35, 148, 58, 0.2);
    border-radius: 22px;
    background:
        linear-gradient(135deg, rgba(255, 255, 255, 0.96), rgba(232, 255, 244, 0.9)),
        #ffffff;
    box-shadow: 0 18px 44px rgba(5, 39, 45, 0.1);
}

.experience-directions-banner__copy {
    min-width: 0;
}

.experience-directions-banner__eyebrow {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    min-height: 34px;
    margin-bottom: 14px;
    padding: 0 14px;
    border-radius: 999px;
    background: rgba(35, 148, 58, 0.12);
    color: #198c31;
    font-size: 12px;
    font-weight: 1000;
    text-transform: uppercase;
}

.experience-directions-banner h2 {
    margin: 0 0 12px;
    color: var(--panaca-brown, #4a2608);
    font-size: clamp(1.7rem, 2.7vw, 2.45rem);
    line-height: 1.05;
    font-weight: 1000;
}

.experience-directions-banner p {
    max-width: 760px;
    margin: 0;
    color: #343842;
    font-size: 15px;
    line-height: 1.55;
    font-weight: 800;
}

.experience-directions-banner__map {
    display: grid;
    justify-items: center;
    gap: 10px;
    min-height: 190px;
    padding: 28px 22px;
    border-radius: 20px;
    background:
        linear-gradient(135deg, rgba(0, 255, 139, 0.98), rgba(35, 148, 58, 0.96)),
        #23943a;
    color: #05272d;
    text-align: center;
    text-decoration: none;
    box-shadow: 0 18px 34px rgba(35, 148, 58, 0.22);
    transition: transform .2s ease, box-shadow .2s ease;
}

.experience-directions-banner__map:hover,
.experience-directions-banner__map:focus-visible {
    color: #05272d;
    transform: translateY(-3px);
    box-shadow: 0 22px 42px rgba(35, 148, 58, 0.28);
    outline: none;
}

.experience-directions-banner__map span {
    display: grid;
    place-items: center;
    width: 58px;
    height: 58px;
    border-radius: 18px;
    background: #ffffff;
    color: #ed1726;
    font-size: 26px;
}

.experience-directions-banner__map strong {
    max-width: 250px;
    font-size: 18px;
    line-height: 1.2;
    font-weight: 1000;
    text-transform: uppercase;
}

.experience-directions-banner__map small {
    color: rgba(5, 39, 45, 0.78);
    font-size: 13px;
    font-weight: 900;
}

.panaca-checkout {
    display: block;
    padding: 82px 0 34px;
    background: linear-gradient(180deg, var(--panaca-cream) 0 18%, #f8f8f8 18% 100%);
}

.panaca-checkout .panaca-story-card {
    max-width: none;
    width: 100%;
    margin: 0;
}

.panaca-story-card {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(360px, 0.98fr);
    overflow: hidden;
    min-height: 397px;
    border-radius: 0;
    background: #ffffff;
    box-shadow: var(--panaca-shadow);
}

.panaca-story-card__copy {
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 48px clamp(24px, 7vw, 120px);
}

.panaca-story-card h2 {
    max-width: 380px;
    margin: 0 0 24px;
    color: var(--panaca-brown);
    font-size: 32px;
    line-height: 1.12;
    font-weight: 1000;
}

.panaca-story-card p {
    max-width: 375px;
    margin: 0;
    color: #363b42;
    font-size: 17px;
    line-height: 1.55;
    font-weight: 800;
}

.panaca-avatars {
    display: flex;
    align-items: center;
    margin-top: 34px;
}

.panaca-avatars span {
    width: 32px;
    height: 32px;
    margin-right: -7px;
    border: 2px solid #ffffff;
    border-radius: 50%;
    background: #ddd center/cover;
}

.panaca-avatars strong {
    margin-left: 18px;
    color: #9c938d;
    font-size: 12px;
    font-weight: 1000;
}

.panaca-story-card__image {
    position: relative;
    min-height: 397px;
}

.panaca-story-card__image img {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
}

.panaca-story-card__image span {
    position: absolute;
    right: -18px;
    top: -28px;
    width: 80px;
    height: 80px;
    display: grid;
    place-items: center;
    border-radius: 22px;
    color: var(--panaca-brown);
    background: var(--panaca-yellow);
    text-align: center;
    line-height: 1;
    font-size: 13px;
    font-weight: 1000;
    transform: rotate(12deg);
}

.panaca-summary {
    min-height: 370px;
    padding: 34px 32px 24px;
    border-radius: 26px;
    background: #ffffff;
    box-shadow: var(--panaca-shadow);
}

.panaca-summary h2 {
    display: flex;
    align-items: center;
    gap: 10px;
    margin: 0 0 28px;
    color: var(--panaca-brown);
    font-size: 21px;
    font-weight: 1000;
}

.panaca-summary h2 i {
    color: var(--panaca-red);
    font-size: 18px;
}

.panaca-summary__items {
    min-height: 144px;
}

.panaca-empty {
    display: grid;
    justify-items: center;
    gap: 18px;
    padding-top: 26px;
    color: #aaa59d;
}

.panaca-empty i {
    color: #e5e1dc;
    font-size: 34px;
}

.panaca-empty strong {
    font-weight: 1000;
}

.panaca-summary-item {
    display: grid;
    grid-template-columns: 1fr auto;
    align-items: center;
    gap: 12px;
    padding: 12px 0;
    border-bottom: 1px solid #eee9df;
}

.panaca-summary-item strong,
.panaca-summary-item span {
    display: block;
}

.panaca-summary-item strong {
    color: #343842;
    font-size: 14px;
    font-weight: 1000;
}

.panaca-summary-item span {
    color: #8c857d;
    font-size: 12px;
    font-weight: 800;
}

.panaca-qty {
    display: inline-flex;
    align-items: center;
    gap: 8px;
}

.panaca-qty button {
    width: 27px;
    height: 27px;
    border: 0;
    border-radius: 50%;
    color: #ffffff;
    background: var(--panaca-red);
    font-weight: 1000;
    cursor: pointer;
}

.panaca-summary__total {
    display: flex;
    justify-content: space-between;
    margin: 18px 0;
    color: var(--panaca-brown);
    font-weight: 1000;
}

.panaca-summary button {
    width: 100%;
    min-height: 56px;
    margin-top: 16px;
    font-size: 15px;
}

.panaca-summary button:disabled {
    background: #adadad;
    box-shadow: none;
    cursor: not-allowed;
}

.panaca-summary p {
    margin: 14px 0 0;
    color: #aaa59d;
    font-size: 10px;
    text-align: center;
}

.panaca-benefits {
    position: relative;
    overflow: hidden;
    padding: 84px clamp(22px, 6vw, 100px) 86px;
    background: #ffffff;
}

.panaca-benefits::after {
    content: "";
    position: absolute;
    inset: 0 -8% 0 58%;
    background: rgba(255, 253, 236, 0.85);
    transform: skewX(-12deg);
    z-index: 0;
}

.panaca-benefits > * {
    position: relative;
    z-index: 1;
}

.panaca-benefits .panaca-section-title p {
    color: var(--panaca-green);
}

.panaca-benefits__grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 60px;
    margin-top: 88px;
    text-align: center;
}

.panaca-benefits__grid article span {
    width: 64px;
    height: 64px;
    display: grid;
    place-items: center;
    margin: 0 auto 28px;
    border-radius: 15px;
    font-size: 22px;
}

.panaca-benefits__grid article span.red {
    color: var(--panaca-red);
    background: #ffe2e3;
}

.panaca-benefits__grid article span.green {
    color: var(--panaca-green);
    background: #d7f8de;
}

.panaca-benefits__grid article span.yellow {
    color: #f0a700;
    background: #fff1bd;
}

.panaca-benefits h3 {
    margin: 0 0 14px;
    color: var(--panaca-brown);
    font-size: 22px;
    font-weight: 1000;
}

.panaca-benefits p {
    max-width: 410px;
    margin: 0 auto;
    color: #656a73;
    line-height: 1.45;
    font-weight: 800;
}

.panaca-faq {
    padding: 82px 22px 96px;
    background: var(--panaca-cream);
}

.panaca-faq h2 {
    text-align: center;
    font-size: clamp(2rem, 3vw, 2.55rem);
}

.panaca-faq__list {
    display: grid;
    gap: 16px;
    max-width: 770px;
    margin: 46px auto 0;
}

.panaca-faq details {
    overflow: hidden;
    border-radius: 22px;
    background: #ffffff;
    box-shadow: 0 2px 9px rgba(71, 62, 40, 0.14);
}

.panaca-faq summary {
    position: relative;
    display: flex;
    align-items: center;
    min-height: 72px;
    padding: 20px 54px 20px 26px;
    color: var(--panaca-brown);
    font-size: 16px;
    font-weight: 1000;
    cursor: pointer;
    list-style: none;
}

.panaca-faq summary::-webkit-details-marker {
    display: none;
}

.panaca-faq summary::after {
    content: "\f078";
    position: absolute;
    right: 28px;
    color: var(--panaca-red);
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
    font-size: 12px;
}

.panaca-faq details[open] summary::after {
    content: "\f077";
}

.panaca-faq details p {
    margin: 0;
    padding: 0 26px 26px;
    color: #606873;
    line-height: 1.55;
    font-weight: 800;
}

.panaca-footer {
    padding: 80px clamp(22px, 4.8vw, 68px) 28px;
    color: #ffffff;
    background: #833815;
}

.panaca-footer__grid {
    display: grid;
    grid-template-columns: 1.2fr 0.9fr 0.9fr;
    gap: clamp(36px, 9vw, 120px);
}

.panaca-brand--footer span {
    width: 33px;
    height: 33px;
    font-size: 16px;
}

.panaca-brand--footer strong {
    color: #ffffff;
    font-size: 21px;
}

.panaca-footer p {
    max-width: 390px;
    color: rgba(255,255,255,0.7);
    line-height: 1.45;
    font-weight: 700;
}

.panaca-footer h3 {
    margin: 0 0 26px;
    color: #ffffff;
    font-size: 13px;
    font-weight: 1000;
}

.panaca-footer section > a:not(.panaca-brand) {
    display: block;
    margin-bottom: 16px;
    color: #ffffff;
    text-decoration: none;
    font-size: 14px;
    font-weight: 900;
}

.panaca-footer__social {
    display: flex;
    gap: 14px;
    margin-top: 26px;
}

.panaca-footer__social a {
    width: 42px;
    height: 42px;
    display: grid;
    place-items: center;
    border-radius: 50%;
    color: #ffffff;
    background: #2c2b2e;
    text-decoration: none;
}

.panaca-payment {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
}

.panaca-payment span {
    padding: 8px 13px;
    border-radius: 7px;
    background: rgba(255,255,255,0.12);
    font-size: 10px;
    font-weight: 1000;
}

.panaca-ssl {
    color: #57a447 !important;
    font-size: 13px;
    font-weight: 900 !important;
}

.panaca-footer__bottom {
    margin-top: 62px;
    padding-top: 32px;
    border-top: 1px solid rgba(255,255,255,0.14);
    color: rgba(255,255,255,0.38);
    text-align: center;
    font-size: 12px;
    font-weight: 800;
}

@media (max-width: 1120px) {
    .panaca-header {
        grid-template-columns: 1fr auto;
    }

    .panaca-nav {
        display: none;
    }

    .panaca-hero,
    .panaca-checkout,
    .panaca-story-card {
        grid-template-columns: 1fr;
    }

    .panaca-product-grid {
        grid-template-columns: repeat(auto-fit, minmax(min(100%, 280px), 360px));
        justify-content: center;
    }

    .panaca-trust {
        grid-template-columns: repeat(2, auto);
    }
}

@media (max-width: 760px) {
    .panaca-topbar {
        font-size: 12px;
    }

    .panaca-header {
        min-height: 82px;
        padding: 0 18px;
    }

    .panaca-header__cta {
        display: none;
    }

    .panaca-hero {
        grid-template-columns: 1fr;
        padding: 34px 18px 42px;
    }

    .panaca-hero h1 {
        margin-top: 24px;
        font-size: clamp(2rem, 10.5vw, 3rem);
    }

    .panaca-hero p {
        font-size: 17px;
    }

    .panaca-hero__media {
        min-height: 320px;
        border-width: 6px;
        border-radius: 30px;
    }

    .panaca-hero__stage,
    .panaca-hero__stage img,
    .panaca-hero__stage video {
        min-height: 310px;
    }

    .panaca-hero__thumbs {
        gap: 8px;
        bottom: 14px;
    }

    .panaca-hero__thumbs button {
        width: 56px;
        height: 56px;
    }

    .panaca-gallery-expand {
        top: 12px;
        right: 12px;
        min-height: 42px;
        padding: 0 13px;
        font-size: 13px;
    }

    .panaca-gallery-modal__shell {
        width: 100vw;
        height: 100vh;
        padding: 88px 16px 22px;
    }

    .panaca-gallery-modal__close {
        top: 16px;
        right: 16px;
        left: 16px;
        justify-content: center;
        min-height: 56px;
        font-size: 17px;
    }

    .panaca-gallery-modal__nav {
        top: auto;
        bottom: 118px;
        width: 52px;
        height: 52px;
        transform: none;
    }

    .panaca-gallery-modal__nav--prev {
        left: 18px;
    }

    .panaca-gallery-modal__nav--next {
        right: 18px;
    }

    .panaca-gallery-modal__stage img,
    .panaca-gallery-modal__stage video {
        max-height: calc(100vh - 230px);
    }

    .panaca-gallery-modal__thumbs button {
        width: 68px;
        height: 52px;
    }

    .panaca-trust,
    .panaca-seo-guide,
    .panaca-product-grid,
    .panaca-schedules,
    .panaca-directions,
    .experience-directions-banner,
    .panaca-benefits__grid,
    .panaca-footer__grid {
        grid-template-columns: 1fr;
    }

    .panaca-trust {
        justify-content: stretch;
        padding-inline: 30px;
    }

    .panaca-product-card__dual-price {
        grid-template-columns: 1fr;
        gap: 14px;
    }

    .panaca-product-card__variant {
        padding: 16px 14px 14px;
    }

    .panaca-product-card__dual-price span {
        min-height: 0;
    }

    .panaca-calendar {
        position: fixed;
        top: 50%;
        left: 50%;
        width: min(420px, calc(100vw - 28px));
        max-height: calc(100vh - 28px);
        overflow: auto;
        transform: translate(-50%, -50%);
    }

    .panaca-calendar__day {
        border-radius: 13px;
    }

    .panaca-passports,
    .panaca-seo-guide,
    .panaca-schedules,
    .panaca-directions,
    .panaca-checkout,
    .panaca-benefits,
    .panaca-faq,
    .panaca-footer {
        padding-inline: 18px;
    }

    .panaca-schedules {
        padding-top: 22px;
        padding-bottom: 28px;
    }

    .panaca-directions {
        padding-bottom: 56px;
    }

    .experience-directions-banner {
        width: calc(100% - 36px);
        margin-block: 28px;
        padding: 20px;
    }

    .panaca-directions__map {
        min-height: 190px;
    }

    .experience-directions-banner__map {
        min-height: 170px;
    }

    .panaca-schedule-card__head {
        min-height: 172px;
    }

    .panaca-schedule-card__body {
        padding: 20px 22px 18px;
    }

    .panaca-schedule-row {
        align-items: flex-start;
        flex-direction: column;
        gap: 8px;
        min-height: auto;
        padding: 16px 0;
    }

    .panaca-schedule-row strong {
        text-align: left;
        white-space: normal;
    }

    .panaca-schedule-note {
        padding: 18px 22px;
        font-size: 15px;
    }

    .panaca-story-card__copy {
        padding: 30px 24px;
    }

    .panaca-story-card__image {
        min-height: 300px;
    }

    .panaca-benefits__grid {
        gap: 36px;
        margin-top: 50px;
    }
}
