:root{--tep-green:#078930;--tep-green-dark:#035f23;--tep-yellow:#fcd116;--tep-red:#da121a;--tep-ink:#16231b;--tep-muted:#66736b;--tep-cream:#f6f8f3;--tep-white:#fff;--tep-border:#dfe6dc;--tep-shadow:0 18px 50px rgba(21,45,28,.09);--tep-radius:18px}.tep-page{font-family:inherit;color:var(--tep-ink);background:#fff}.tep-page *{box-sizing:border-box}.tep-container{width:min(1240px,calc(100% - 40px));margin-inline:auto}.tep-eyebrow{display:inline-block;color:var(--tep-green);font-size:12px;font-weight:800;text-transform:uppercase;letter-spacing:1.8px}.tep-button{display:inline-flex;align-items:center;justify-content:center;gap:8px;min-height:46px;padding:11px 20px;border-radius:999px;border:1px solid transparent;text-decoration:none!important;font-size:13px;font-weight:800;line-height:1.2;cursor:pointer;transition:.25s ease}.tep-button-primary{background:var(--tep-green);color:#fff!important}.tep-button-primary:hover{background:var(--tep-green-dark);transform:translateY(-2px)}.tep-button-outline{border-color:var(--tep-green);color:var(--tep-green)!important;background:#fff}.tep-button-light{background:#fff;color:var(--tep-green)!important}.tep-button-small{min-height:38px;padding:9px 16px;background:#eef5ed;color:var(--tep-green)!important}.tep-button-block{width:100%}.tep-muted{color:var(--tep-muted);font-size:13px;line-height:1.6}.tep-archive-hero{position:relative;overflow:hidden;padding:72px 0;background:linear-gradient(125deg,#f5fbf2 0%,#fff9d8 60%,#fff1ef 100%);border-top:7px solid var(--tep-yellow)}.tep-archive-hero:before{content:"";position:absolute;width:380px;height:380px;border-radius:50%;right:-80px;top:-190px;border:70px solid rgba(7,137,48,.07)}.tep-hero-layout{position:relative;display:grid;grid-template-columns:minmax(0,1fr) 210px;gap:70px;align-items:center}.tep-archive-hero h1{margin:8px 0 14px;font-size:clamp(38px,5vw,68px);font-weight:700;letter-spacing:-2px;text-transform:uppercase}.tep-archive-hero p{max-width:690px;margin:0;font-size:17px;line-height:1.75;color:#445148;text-transform:uppercase;letter-spacing:.3px}.tep-stat-card{display:grid;gap:4px;padding:26px;border:1px solid rgba(7,137,48,.18);border-radius:var(--tep-radius);background:rgba(255,255,255,.85);box-shadow:var(--tep-shadow)}.tep-stat-card strong{font-size:25px;color:var(--tep-green)}.tep-stat-card span{font-size:11px;text-transform:uppercase;letter-spacing:1px;color:#819087;margin-bottom:10px}.tep-archive-content{padding:58px 0 90px;background:#f7f9f5}.tep-archive-grid{display:grid;grid-template-columns:260px minmax(0,1fr);gap:30px;align-items:start}.tep-filter-panel{position:sticky;top:30px;background:#fff;border:1px solid var(--tep-border);border-radius:var(--tep-radius);box-shadow:var(--tep-shadow);padding:24px}.tep-filter-head{display:flex;align-items:center;justify-content:space-between;gap:12px;padding-bottom:16px;border-bottom:1px solid var(--tep-border)}.tep-filter-head h2{margin:0;font-size:15px;text-transform:uppercase}.tep-filter-head a{font-size:11px;text-transform:uppercase;color:var(--tep-red);font-weight:700}.tep-filter-group{padding:21px 0;border-bottom:1px solid #edf1eb}.tep-filter-group:last-of-type{border-bottom:0}.tep-filter-group h3{margin:0 0 13px;font-size:11px;text-transform:uppercase;letter-spacing:.7px}.tep-check{display:flex;align-items:flex-start;gap:10px;margin:10px 0;font-size:13px;color:#445148;cursor:pointer}.tep-check input{appearance:none;width:16px;height:16px;border:1.5px solid #aab5ad;border-radius:4px;background:#fff;margin:1px 0 0;flex:0 0 auto}.tep-check input:checked{background:var(--tep-green);border-color:var(--tep-green);box-shadow:inset 0 0 0 3px #fff}.tep-mobile-filter-button{display:none;width:100%;margin-top:15px}.tep-results-head{display:flex;align-items:flex-end;justify-content:space-between;gap:20px;margin-bottom:24px}.tep-results-head h2{margin:3px 0 2px;font-size:30px;text-transform:uppercase}.tep-results-head p{margin:0;color:var(--tep-muted);font-size:13px;text-transform:uppercase}.tep-sort-form select{min-width:190px;height:43px;border:1px solid var(--tep-border);border-radius:10px;background:#fff;padding:0 14px;color:var(--tep-ink)}.tep-package-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:22px}.tep-package-card{display:flex;flex-direction:column;overflow:hidden;border:1px solid var(--tep-border);border-radius:var(--tep-radius);background:#fff;box-shadow:0 12px 36px rgba(25,47,31,.07);transition:.25s}.tep-package-card:hover{transform:translateY(-6px);box-shadow:0 22px 48px rgba(25,47,31,.12)}.tep-card-image{position:relative;display:block;aspect-ratio:1.45/1;overflow:hidden;background:#e8eee6}.tep-card-image img{width:100%;height:100%;object-fit:cover;transition:.5s}.tep-package-card:hover .tep-card-image img{transform:scale(1.05)}.tep-featured-badge,.tep-price-pill{position:absolute;z-index:2;display:inline-flex;align-items:center;border-radius:999px;font-size:10px;font-weight:800;text-transform:uppercase;letter-spacing:.4px}.tep-featured-badge{top:14px;left:14px;padding:8px 11px;background:var(--tep-yellow);color:#4c3b00}.tep-price-pill{right:14px;bottom:14px;padding:7px 10px;background:#fff;color:var(--tep-red);box-shadow:0 6px 20px rgba(0,0,0,.12)}.tep-image-placeholder{display:block;width:100%;height:100%;background:linear-gradient(135deg,#dce8da,#fff1c8)}.tep-card-body{display:flex;flex-direction:column;flex:1;padding:20px}.tep-card-category{font-size:10px;font-weight:800;letter-spacing:.8px;text-transform:uppercase;color:var(--tep-green)}.tep-card-body h3{margin:9px 0 10px;font-size:20px;line-height:1.23}.tep-card-body h3 a{color:var(--tep-ink);text-decoration:none}.tep-card-body p{margin:0 0 15px;color:var(--tep-muted);font-size:13px;line-height:1.6}.tep-card-meta{display:flex;flex-wrap:wrap;gap:8px;margin-top:auto}.tep-card-meta span{display:inline-flex;padding:6px 9px;border-radius:999px;background:#f4f7f2;color:#516057;font-size:10px;text-transform:uppercase}.tep-card-actions{display:flex;align-items:center;justify-content:space-between;gap:12px;padding-top:17px;margin-top:17px;border-top:1px solid #edf1eb}.tep-text-link{font-size:11px;text-transform:uppercase;font-weight:800;color:var(--tep-ink);text-decoration:none}.tep-empty-state{text-align:center;padding:70px 30px;background:#fff;border:1px dashed var(--tep-border);border-radius:var(--tep-radius)}.tep-empty-icon{font-size:42px;color:var(--tep-green)}.tep-empty-state h3{font-size:26px;margin:10px 0}.tep-empty-state p{color:var(--tep-muted);margin:0 0 22px}.tep-single-hero{padding:55px 0 48px;background:linear-gradient(120deg,var(--tep-green-dark),var(--tep-green));color:#fff;border-bottom:8px solid var(--tep-yellow)}.tep-single-hero-inner{text-align:center;max-width:980px}.tep-taxonomy-pill{display:inline-flex;padding:7px 13px;border-radius:999px;background:var(--tep-yellow);color:#423700;font-size:10px;font-weight:900;text-transform:uppercase}.tep-single-hero h1{margin:14px auto 12px;max-width:980px;font-size:clamp(34px,5vw,58px);line-height:1.1;text-transform:uppercase}.tep-single-hero p{max-width:760px;margin:0 auto;color:rgba(255,255,255,.84);font-size:15px;line-height:1.7;text-transform:uppercase}.tep-hero-chips{display:flex;justify-content:center;flex-wrap:wrap;gap:10px;margin-top:20px}.tep-hero-chips span{padding:9px 14px;border-radius:999px;background:rgba(255,255,255,.12);border:1px solid rgba(255,255,255,.24);font-size:11px;font-weight:700;text-transform:uppercase}.tep-breadcrumbs{display:flex;align-items:center;flex-wrap:wrap;gap:8px;margin-top:28px;margin-bottom:28px;padding:17px 20px;border-radius:12px;background:#f3f7f1;color:#7a887e;font-size:11px;text-transform:uppercase}.tep-breadcrumbs a{color:var(--tep-green);text-decoration:none}.tep-single-layout{display:grid;grid-template-columns:minmax(0,1fr) 330px;gap:28px;align-items:start;padding-bottom:90px}.tep-single-main{display:grid;gap:24px}.tep-panel{background:#fff;border:1px solid var(--tep-border);border-radius:var(--tep-radius);box-shadow:0 12px 38px rgba(20,48,27,.06);padding:26px}.tep-gallery-panel{padding:12px}.tep-gallery-stage{position:relative;overflow:hidden;border-radius:14px;aspect-ratio:1.58/1;background:#edf1eb}.tep-gallery-stage>img{width:100%;height:100%;object-fit:cover}.tep-gallery-price{position:absolute;right:18px;bottom:18px;padding:11px 15px;border-radius:999px;background:#fff;color:var(--tep-red);font-weight:800;text-decoration:none;box-shadow:0 8px 24px rgba(0,0,0,.15)}.tep-gallery-thumbs{display:flex;gap:10px;overflow-x:auto;padding-top:12px}.tep-gallery-thumb{flex:0 0 82px;height:60px;padding:0;border:2px solid transparent;border-radius:9px;overflow:hidden;background:#fff;cursor:pointer}.tep-gallery-thumb img{width:100%;height:100%;object-fit:cover}.tep-gallery-thumb.is-active{border-color:var(--tep-green)}.tep-section-heading{display:flex;align-items:center;gap:10px;margin-bottom:20px}.tep-section-heading span{width:26px;height:4px;border-radius:999px;background:linear-gradient(90deg,var(--tep-green) 0 33%,var(--tep-yellow) 33% 66%,var(--tep-red) 66%)}.tep-section-heading h2{margin:0;font-size:18px;text-transform:uppercase}.tep-highlight-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:14px}.tep-highlight-card{text-align:center;padding:22px 12px;border-radius:14px;background:#f5f8f3}.tep-highlight-card i{display:grid;place-items:center;width:54px;height:54px;margin:0 auto 12px;border-radius:50%;background:#e0f0df;color:var(--tep-green);font-size:24px;font-style:normal}.tep-highlight-card span{display:block;color:#849087;font-size:9px;text-transform:uppercase}.tep-highlight-card strong{display:block;margin-top:5px;font-size:11px;text-transform:uppercase}.tep-rich-content{font-size:14px;line-height:1.85;color:#425047}.tep-rich-content>*:first-child{margin-top:0}.tep-rich-content>*:last-child{margin-bottom:0}.tep-quick-summary{margin-top:24px;padding-top:20px;border-top:1px solid var(--tep-border)}.tep-quick-summary span{font-size:10px;font-weight:900;text-transform:uppercase;color:var(--tep-red)}.tep-quick-summary p{margin:8px 0 0;color:#6d7b72;font-size:13px;line-height:1.65;text-transform:uppercase}.tep-itinerary{display:grid;gap:12px}.tep-itinerary-item{border-radius:12px;background:#f7f9f5;overflow:hidden}.tep-itinerary-toggle{width:100%;display:flex;justify-content:space-between;align-items:center;gap:16px;padding:18px;border:0;background:transparent;text-align:left;cursor:pointer}.tep-itinerary-toggle span{font-size:12px;font-weight:800;text-transform:uppercase}.tep-itinerary-toggle em{font-style:normal;font-size:10px;font-weight:800;text-transform:uppercase;color:var(--tep-green)}.tep-itinerary-content{display:none;padding:0 18px 18px;color:var(--tep-muted);font-size:13px;line-height:1.7}.tep-itinerary-item.is-open .tep-itinerary-content{display:block}.tep-inclusion-grid{display:grid;grid-template-columns:1fr 1fr;gap:24px}.tep-inclusion-card{padding:28px;border:1px solid;border-radius:var(--tep-radius);background:#fff}.tep-inclusion-card h2{display:flex;align-items:center;gap:10px;margin:0 0 18px;font-size:15px;text-transform:uppercase}.tep-inclusion-card h2 span{display:grid;place-items:center;width:34px;height:34px;border-radius:50%;font-size:20px}.tep-inclusion-card ul{list-style:none;padding:0;margin:0;display:grid;gap:9px}.tep-inclusion-card li{position:relative;padding-left:21px;font-size:13px;color:#5f6d64}.tep-inclusion-card li:before{position:absolute;left:0;font-weight:900}.is-included{border-color:#b9dfbe}.is-included h2 span{background:#e1f5e4;color:#1a9c37}.is-included li:before{content:"✓";color:#1a9c37}.is-excluded{border-color:#f2c1bd}.is-excluded h2 span{background:#fff0ee;color:var(--tep-red)}.is-excluded li:before{content:"×";color:var(--tep-red)}.tep-single-sidebar{position:sticky;top:24px;display:grid;gap:20px}.tep-book-card h2{text-align:center;margin:0 0 18px;font-size:18px;text-transform:uppercase}.tep-book-card>.tep-button+.tep-button{margin-top:10px}.tep-help-box{display:grid;gap:5px;text-align:center;margin-top:20px;padding-top:18px;border-top:1px solid var(--tep-border)}.tep-help-box span{font-size:10px;text-transform:uppercase;color:#92a097}.tep-help-box a{font-size:12px;color:var(--tep-green);text-decoration:none}.tep-detail-card dl{margin:0;display:grid;gap:14px}.tep-detail-card dl div{padding-left:14px;border-left:3px solid #e7eee5}.tep-detail-card dt{font-size:9px;text-transform:uppercase;color:#8a978f}.tep-detail-card dd{margin:4px 0 0;font-size:12px;font-weight:800;text-transform:uppercase}.tep-explore-card{padding:28px;border-radius:var(--tep-radius);background:linear-gradient(135deg,var(--tep-green-dark),var(--tep-green));color:#fff;text-align:center}.tep-explore-card>span{font-size:14px;font-weight:900;text-transform:uppercase}.tep-explore-card p{font-size:12px;line-height:1.6;color:rgba(255,255,255,.78)}.tep-booking-banner{position:relative;overflow:hidden;padding:50px 0;background:linear-gradient(120deg,#f6fbf2,#fff8d3);border-bottom:6px solid var(--tep-yellow)}.tep-booking-banner:after{content:"";position:absolute;right:-50px;top:-110px;width:290px;height:290px;border:45px solid rgba(7,137,48,.06);transform:rotate(45deg)}.tep-booking-banner h1{position:relative;margin:0;font-size:42px;font-weight:500;text-transform:uppercase}.tep-booking-section{padding:70px 0 90px}.tep-booking-intro{max-width:940px;margin-bottom:38px}.tep-booking-intro h2{max-width:780px;margin:8px 0 10px;font-size:clamp(40px,5vw,68px);font-weight:500;line-height:1.05;text-transform:uppercase}.tep-booking-intro h2 em{font-style:normal;color:var(--tep-green)}.tep-booking-intro p{margin:0;color:#59675e;line-height:1.8}.tep-booking-form{display:grid;grid-template-columns:1fr 1fr;gap:22px 40px}.tep-form-field{display:grid;gap:9px}.tep-form-field label,.tep-form-label{font-size:13px;font-weight:700}.tep-form-field input,.tep-form-field select{width:100%;height:52px;padding:0 14px;border:1px solid #cad4cb;border-radius:6px;background:#fff;color:var(--tep-ink);font:inherit}.tep-form-field input:focus,.tep-form-field select:focus{outline:2px solid rgba(7,137,48,.15);border-color:var(--tep-green)}.tep-form-field input[readonly]{background:#f4f7f2;color:#617067}.tep-radio-field{align-content:start}.tep-radio-options{display:flex;gap:20px;min-height:52px;align-items:center}.tep-radio-options label{display:flex;align-items:center;gap:8px;font-weight:500}.tep-radio-options input{appearance:none;width:19px;height:19px;padding:0;border:1.5px solid #aeb9b0;border-radius:4px}.tep-radio-options input:checked{border-color:var(--tep-green);background:var(--tep-green);box-shadow:inset 0 0 0 4px #fff}.tep-form-submit{grid-column:1/-1;text-align:center;padding-top:12px}.tep-form-submit .tep-button{min-width:220px}.tep-honeypot{position:absolute!important;left:-9999px!important}.tep-alert{display:grid;gap:4px;padding:16px 18px;border-radius:10px;margin-bottom:28px}.tep-alert-success{background:#e9f8eb;border:1px solid #b7dfbc;color:#1c6f2b}.tep-alert-error{background:#fff0ee;border:1px solid #efc1bc;color:#9a251d}.tep-alert span{font-size:13px}.tep-not-found{padding:100px 0;text-align:center}.tep-large-placeholder{aspect-ratio:1.58/1;border-radius:14px}
@media(max-width:1100px){.tep-package-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.tep-single-layout{grid-template-columns:minmax(0,1fr) 300px}.tep-highlight-grid{grid-template-columns:repeat(2,1fr)}}
@media(max-width:820px){.tep-container{width:min(100% - 28px,1240px)}.tep-hero-layout{grid-template-columns:1fr;gap:28px}.tep-stat-card{grid-template-columns:auto 1fr}.tep-archive-grid{grid-template-columns:1fr}.tep-filter-panel{position:static}.tep-package-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.tep-single-layout{grid-template-columns:1fr}.tep-single-sidebar{position:static;grid-template-columns:1fr 1fr}.tep-explore-card{grid-column:1/-1}.tep-booking-form{gap:20px}.tep-mobile-filter-button{display:flex}}
@media(max-width:600px){.tep-archive-hero{padding:48px 0}.tep-archive-hero h1{font-size:38px}.tep-archive-hero p{font-size:13px}.tep-results-head{align-items:flex-start;flex-direction:column}.tep-sort-form,.tep-sort-form select{width:100%}.tep-package-grid{grid-template-columns:1fr}.tep-card-body h3{font-size:19px}.tep-single-hero{padding:42px 0 36px}.tep-single-hero h1{font-size:34px}.tep-breadcrumbs{font-size:9px}.tep-panel{padding:20px}.tep-gallery-panel{padding:8px}.tep-gallery-stage{aspect-ratio:1.15/1}.tep-highlight-grid{grid-template-columns:1fr 1fr}.tep-inclusion-grid{grid-template-columns:1fr}.tep-single-sidebar{grid-template-columns:1fr}.tep-explore-card{grid-column:auto}.tep-booking-section{padding:50px 0 70px}.tep-booking-intro h2{font-size:40px}.tep-booking-form{grid-template-columns:1fr}.tep-form-submit{grid-column:auto}.tep-radio-options{min-height:auto}.tep-card-actions{align-items:flex-start;flex-direction:column}.tep-button-small{width:100%}}

/* Packages v1.1.0 — enhanced archive hero, visible filter reset and working gallery */
.tep-archive-hero {
    position: relative;
    min-height: 590px;
    padding: 0;
    overflow: hidden;
    border-top: 0;
    border-bottom: 1px solid #edf1e8;
    background:
        radial-gradient(circle at 57% 20%, rgba(252, 209, 22, .20), transparent 25%),
        linear-gradient(115deg, #fffdf7 0%, #fffdf8 47%, #f7fbf4 100%);
}

.tep-archive-hero::before {
    content: "";
    position: absolute;
    z-index: 1;
    top: 0;
    right: 0;
    width: 100%;
    height: 5px;
    border: 0;
    border-radius: 0;
    background: linear-gradient(90deg, var(--tep-green) 0 33.333%, var(--tep-yellow) 33.333% 66.666%, var(--tep-red) 66.666% 100%);
}

.tep-archive-hero::after {
    content: "";
    position: absolute;
    z-index: 0;
    left: 44%;
    top: -210px;
    width: 530px;
    height: 530px;
    border-radius: 50%;
    background: rgba(252, 209, 22, .12);
}

.tep-hero-layout {
    position: relative;
    z-index: 2;
    display: grid;
    grid-template-columns: minmax(0, .88fr) minmax(500px, 1.12fr);
    gap: 32px;
    min-height: 590px;
    align-items: stretch;
}

.tep-archive-hero-copy {
    position: relative;
    z-index: 4;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 70px 0 76px;
}

.tep-archive-hero .tep-eyebrow {
    margin-bottom: 12px;
    letter-spacing: 2.3px;
}

.tep-archive-hero h1 {
    max-width: 500px;
    margin: 0;
    color: #18231d;
    font-size: clamp(50px, 6vw, 78px);
    font-weight: 700;
    line-height: .94;
    letter-spacing: -2.5px;
    text-transform: none;
}

.tep-archive-hero h1 span {
    display: block;
    color: var(--tep-green);
}

.tep-title-flag {
    display: block;
    width: 88px;
    height: 3px;
    margin: 22px 0 20px;
    border-radius: 999px;
    background: linear-gradient(90deg, var(--tep-green) 0 33.333%, var(--tep-yellow) 33.333% 66.666%, var(--tep-red) 66.666% 100%);
}

.tep-archive-hero p {
    max-width: 500px;
    margin: 0;
    color: #56615a;
    font-size: 16px;
    line-height: 1.75;
    letter-spacing: 0;
    text-transform: none;
}

.tep-hero-trust {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 14px;
    margin-top: 34px;
}

.tep-trust-item {
    display: grid;
    grid-template-columns: 46px minmax(0, 1fr);
    gap: 10px;
    align-items: center;
    min-width: 0;
}

.tep-trust-icon {
    display: grid;
    place-items: center;
    width: 46px;
    height: 46px;
    border: 1px solid rgba(7, 137, 48, .18);
    border-radius: 50%;
    background: #fff;
    box-shadow: 0 8px 25px rgba(23, 57, 34, .09);
    color: var(--tep-green);
    font-size: 21px;
    font-weight: 800;
}

.tep-trust-icon-red {
    border-color: rgba(218, 18, 26, .18);
    color: var(--tep-red);
}

.tep-trust-item strong,
.tep-trust-item small {
    display: block;
}

.tep-trust-item strong {
    color: #202a24;
    font-size: 12px;
    line-height: 1.35;
}

.tep-trust-item small {
    margin-top: 3px;
    color: #758077;
    font-size: 10px;
    line-height: 1.4;
}

.tep-archive-hero-visual {
    position: relative;
    min-width: 0;
    min-height: 590px;
}

.tep-hero-image-wrap {
    position: absolute;
    z-index: 1;
    inset: 30px 0 28px 0;
    overflow: hidden;
    border-radius: 48% 22px 22px 48% / 50% 22px 22px 50%;
    background: #e8eee6;
    box-shadow: 0 26px 60px rgba(31, 60, 40, .16);
}

.tep-hero-image-wrap::after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(90deg, rgba(8, 35, 18, .08), transparent 32%, rgba(8, 35, 18, .03));
    pointer-events: none;
}

.tep-hero-image-wrap .tep-hero-image {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.tep-hero-dots {
    position: absolute;
    z-index: 3;
    top: 94px;
    left: -20px;
    width: 82px;
    height: 122px;
    background-image: radial-gradient(var(--tep-yellow) 2px, transparent 2px);
    background-size: 14px 14px;
    opacity: .9;
}

.tep-stat-card {
    position: absolute;
    z-index: 4;
    right: 2px;
    bottom: 12px;
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 0;
    width: min(430px, 78%);
    padding: 23px 24px;
    border: 1px solid rgba(7, 137, 48, .12);
    border-radius: 17px;
    background: rgba(255, 255, 255, .96);
    box-shadow: 0 18px 45px rgba(23, 51, 31, .17);
    backdrop-filter: blur(8px);
}

.tep-stat-card > div {
    display: grid;
    align-content: center;
    min-height: 62px;
    padding: 0 22px;
    text-align: center;
}

.tep-stat-card > div + div {
    border-left: 1px solid #dfe5df;
}

.tep-stat-card strong {
    color: var(--tep-green);
    font-size: 31px;
    line-height: 1;
}

.tep-stat-card span {
    margin: 8px 0 0;
    color: #56615a;
    font-size: 10px;
    line-height: 1.3;
    letter-spacing: .7px;
}

.tep-filter-head .tep-clear-filters {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 5px;
    min-height: 31px;
    padding: 6px 11px;
    border: 1px solid rgba(218, 18, 26, .35);
    border-radius: 999px;
    background: #fff1f1;
    box-shadow: 0 5px 14px rgba(218, 18, 26, .08);
    color: var(--tep-red);
    font-size: 11px;
    font-weight: 800;
    line-height: 1;
    text-decoration: none;
    text-transform: uppercase;
    transition: .2s ease;
}

.tep-filter-head .tep-clear-filters span {
    font-size: 17px;
    line-height: .7;
}

.tep-filter-head .tep-clear-filters:hover {
    border-color: var(--tep-red);
    background: var(--tep-red);
    color: #fff;
    transform: translateY(-1px);
}

/* Description text sizing requested for archive, cards, details and booking copy. */
.tep-card-body > p,
.tep-single-hero p,
.tep-rich-content,
.tep-quick-summary p,
.tep-itinerary-content,
.tep-explore-card p,
.tep-booking-intro p {
    font-size: 16px;
}

/* Package gallery navigation */
.tep-gallery-panel[data-tep-gallery] {
    outline: none;
}

.tep-gallery-panel[data-tep-gallery]:focus-visible {
    box-shadow: 0 0 0 3px rgba(7, 137, 48, .18), 0 12px 38px rgba(20, 48, 27, .06);
}

.tep-gallery-stage {
    isolation: isolate;
    touch-action: pan-y;
}

.tep-gallery-stage > img {
    transition: opacity .2s ease, transform .25s ease;
}

.tep-gallery-stage.is-switching > img {
    opacity: .45;
    transform: scale(1.015);
}

.tep-gallery-nav {
    position: absolute;
    z-index: 6;
    top: 50%;
    display: grid;
    place-items: center;
    width: 45px;
    height: 45px;
    padding: 0;
    border: 1px solid rgba(255, 255, 255, .75);
    border-radius: 50%;
    background: rgba(255, 255, 255, .92);
    box-shadow: 0 9px 24px rgba(0, 0, 0, .16);
    color: #1d2a22;
    font-size: 31px;
    font-family: Arial, sans-serif;
    line-height: 1;
    cursor: pointer;
    transform: translateY(-50%);
    transition: .2s ease;
}

.tep-gallery-nav:hover,
.tep-gallery-nav:focus-visible {
    border-color: var(--tep-green);
    background: var(--tep-green);
    color: #fff;
    outline: none;
}

.tep-gallery-prev {
    left: 15px;
}

.tep-gallery-next {
    right: 15px;
}

.tep-gallery-counter {
    position: absolute;
    z-index: 5;
    left: 16px;
    bottom: 16px;
    display: inline-flex;
    align-items: center;
    min-height: 31px;
    padding: 6px 11px;
    border-radius: 999px;
    background: rgba(20, 31, 24, .78);
    color: #fff;
    font-size: 11px;
    font-weight: 800;
    letter-spacing: .4px;
    backdrop-filter: blur(6px);
}

.tep-gallery-thumb {
    transition: border-color .2s ease, transform .2s ease, box-shadow .2s ease;
}

.tep-gallery-thumb:hover,
.tep-gallery-thumb:focus-visible {
    border-color: rgba(7, 137, 48, .55);
    outline: none;
    transform: translateY(-2px);
}

.tep-gallery-thumb.is-active {
    border-color: var(--tep-green);
    box-shadow: 0 5px 13px rgba(7, 137, 48, .18);
}

@media (max-width: 1050px) {
    .tep-hero-layout {
        grid-template-columns: minmax(0, .9fr) minmax(440px, 1.1fr);
    }

    .tep-hero-trust {
        grid-template-columns: 1fr;
        gap: 12px;
        max-width: 260px;
    }
}

@media (max-width: 820px) {
    .tep-archive-hero,
    .tep-hero-layout {
        min-height: 0;
    }

    .tep-hero-layout {
        grid-template-columns: 1fr;
        gap: 0;
    }

    .tep-archive-hero-copy {
        padding: 58px 0 22px;
    }

    .tep-archive-hero h1 {
        max-width: none;
    }

    .tep-archive-hero p {
        max-width: 650px;
    }

    .tep-hero-trust {
        grid-template-columns: repeat(3, minmax(0, 1fr));
        max-width: none;
    }

    .tep-archive-hero-visual {
        min-height: 440px;
    }

    .tep-hero-image-wrap {
        inset: 20px 0 58px;
        border-radius: 38px;
    }

    .tep-hero-dots {
        top: 44px;
        left: 12px;
    }

    .tep-stat-card {
        right: 18px;
        bottom: 20px;
        width: min(430px, calc(100% - 36px));
    }
}

@media (max-width: 600px) {
    .tep-archive-hero-copy {
        padding: 48px 0 16px;
    }

    .tep-archive-hero h1 {
        font-size: 48px;
        letter-spacing: -1.5px;
    }

    .tep-archive-hero p,
    .tep-card-body > p,
    .tep-single-hero p,
    .tep-rich-content,
    .tep-quick-summary p,
    .tep-itinerary-content,
    .tep-explore-card p,
    .tep-booking-intro p {
        font-size: 14px;
    }

    .tep-hero-trust {
        grid-template-columns: 1fr;
        gap: 10px;
        margin-top: 26px;
    }

    .tep-trust-item {
        grid-template-columns: 42px minmax(0, 1fr);
    }

    .tep-trust-icon {
        width: 42px;
        height: 42px;
    }

    .tep-archive-hero-visual {
        min-height: 350px;
    }

    .tep-hero-image-wrap {
        inset: 14px 0 70px;
        border-radius: 26px;
    }

    .tep-hero-dots {
        display: none;
    }

    .tep-stat-card {
        right: 10px;
        bottom: 22px;
        width: calc(100% - 20px);
        padding: 15px 10px;
    }

    .tep-stat-card > div {
        min-height: 52px;
        padding: 0 8px;
    }

    .tep-stat-card strong {
        font-size: 25px;
    }

    .tep-gallery-nav {
        width: 40px;
        height: 40px;
        font-size: 27px;
    }

    .tep-gallery-prev {
        left: 10px;
    }

    .tep-gallery-next {
        right: 10px;
    }

    .tep-gallery-counter {
        left: 10px;
        bottom: 10px;
    }

    .tep-gallery-price {
        right: 10px;
        bottom: 10px;
        max-width: calc(100% - 92px);
        padding: 9px 12px;
        font-size: 11px;
    }
}

/* Packages v1.2.0 — editable archive banner and non-stretched cover image */
.tep-hero-image-wrap img.tep-hero-image {
    display: block !important;
    width: 100% !important;
    height: 100% !important;
    min-width: 100%;
    min-height: 100%;
    max-width: none !important;
    max-height: none !important;
    object-fit: cover !important;
    object-position: center center !important;
    aspect-ratio: auto !important;
}

/* Packages v1.4.0 — single package responsive overflow hotfix */
.tep-single-page,
.tep-single-page .tep-container,
.tep-single-page .tep-single-layout,
.tep-single-page .tep-single-main,
.tep-single-page .tep-single-sidebar,
.tep-single-page .tep-panel,
.tep-single-page .tep-inclusion-grid,
.tep-single-page .tep-inclusion-card {
    min-width: 0;
    max-width: 100%;
}

.tep-single-page {
    width: 100%;
    overflow-x: hidden;
}

.tep-single-page .tep-container {
    width: calc(100% - 40px);
    max-width: 1240px;
    margin-left: auto;
    margin-right: auto;
}

.tep-single-page img,
.tep-single-page video,
.tep-single-page iframe,
.tep-single-page svg {
    max-width: 100%;
}

.tep-single-page h1,
.tep-single-page h2,
.tep-single-page h3,
.tep-single-page p,
.tep-single-page li,
.tep-single-page dd,
.tep-single-page a,
.tep-single-page span {
    overflow-wrap: anywhere;
    word-break: normal;
}

.tep-single-page .tep-single-hero-inner {
    width: 100%;
}

.tep-single-page .tep-single-hero h1 {
    max-width: 100%;
}

.tep-single-page .tep-breadcrumbs > * {
    min-width: 0;
}

.tep-single-page .tep-breadcrumbs > span:last-child {
    flex: 1 1 240px;
}

.tep-single-page .tep-gallery-panel,
.tep-single-page .tep-gallery-stage,
.tep-single-page .tep-gallery-thumbs {
    width: 100%;
    max-width: 100%;
}

.tep-single-page .tep-gallery-stage > img,
.tep-single-page .tep-gallery-thumb img {
    display: block;
    max-width: none;
}

.tep-single-page .tep-gallery-thumbs {
    overflow-x: auto;
    overflow-y: hidden;
    scrollbar-width: thin;
    overscroll-behavior-inline: contain;
    -webkit-overflow-scrolling: touch;
}

.tep-single-page .tep-rich-content,
.tep-single-page .tep-itinerary-content {
    min-width: 0;
    max-width: 100%;
}

.tep-single-page .tep-rich-content img,
.tep-single-page .tep-rich-content figure,
.tep-single-page .tep-rich-content video,
.tep-single-page .tep-rich-content iframe {
    width: auto;
    max-width: 100%;
    height: auto;
}

.tep-single-page .tep-rich-content pre {
    max-width: 100%;
    overflow-x: auto;
    white-space: pre-wrap;
}

.tep-single-page .tep-rich-content table {
    display: block;
    width: 100%;
    max-width: 100%;
    overflow-x: auto;
    white-space: nowrap;
}

.tep-single-page .tep-itinerary-toggle > span {
    min-width: 0;
    flex: 1 1 auto;
}

.tep-single-page .tep-itinerary-toggle > em {
    flex: 0 0 auto;
}

.tep-single-page .tep-help-box a,
.tep-single-page .tep-detail-card dd {
    overflow-wrap: anywhere;
}

@media (max-width: 1024px) {
    .tep-single-page .tep-single-layout {
        grid-template-columns: minmax(0, 1fr);
    }

    .tep-single-page .tep-single-sidebar {
        position: static;
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .tep-single-page .tep-explore-card {
        grid-column: 1 / -1;
    }
}

@media (max-width: 700px) {
    .tep-single-page .tep-container {
        width: calc(100% - 28px);
    }

    .tep-single-page .tep-single-hero {
        padding: 38px 0 32px;
    }

    .tep-single-page .tep-single-hero h1 {
        font-size: clamp(28px, 9vw, 38px);
        line-height: 1.12;
        letter-spacing: -.5px;
    }

    .tep-single-page .tep-single-hero p {
        font-size: 14px;
        line-height: 1.65;
    }

    .tep-single-page .tep-breadcrumbs {
        align-items: flex-start;
        padding: 14px;
        margin-top: 18px;
        margin-bottom: 18px;
        line-height: 1.55;
    }

    .tep-single-page .tep-single-layout {
        gap: 18px;
        padding-bottom: 55px;
    }

    .tep-single-page .tep-single-main {
        gap: 18px;
    }

    .tep-single-page .tep-panel,
    .tep-single-page .tep-inclusion-card,
    .tep-single-page .tep-explore-card {
        width: 100%;
        padding: 18px;
        border-radius: 14px;
    }

    .tep-single-page .tep-gallery-panel {
        padding: 7px;
    }

    .tep-single-page .tep-gallery-stage {
        aspect-ratio: 4 / 3;
        border-radius: 11px;
    }

    .tep-single-page .tep-gallery-thumb {
        flex-basis: 72px;
        height: 54px;
    }

    .tep-single-page .tep-highlight-grid,
    .tep-single-page .tep-inclusion-grid,
    .tep-single-page .tep-single-sidebar {
        grid-template-columns: minmax(0, 1fr);
    }

    .tep-single-page .tep-explore-card {
        grid-column: auto;
    }

    .tep-single-page .tep-highlight-card {
        display: grid;
        grid-template-columns: 48px minmax(0, 1fr);
        grid-template-rows: auto auto;
        column-gap: 12px;
        align-items: center;
        text-align: left;
        padding: 14px;
    }

    .tep-single-page .tep-highlight-card i {
        grid-row: 1 / 3;
        width: 48px;
        height: 48px;
        margin: 0;
        font-size: 21px;
    }

    .tep-single-page .tep-highlight-card span,
    .tep-single-page .tep-highlight-card strong {
        min-width: 0;
    }

    .tep-single-page .tep-highlight-card strong {
        margin-top: 2px;
    }

    .tep-single-page .tep-itinerary-toggle {
        align-items: flex-start;
        padding: 15px;
    }

    .tep-single-page .tep-itinerary-toggle em {
        white-space: nowrap;
    }

    .tep-single-page .tep-itinerary-content {
        padding: 0 15px 15px;
    }
}

@media (max-width: 420px) {
    .tep-single-page .tep-container {
        width: calc(100% - 20px);
    }

    .tep-single-page .tep-hero-chips {
        gap: 7px;
    }

    .tep-single-page .tep-hero-chips span {
        padding: 7px 10px;
        font-size: 10px;
    }

    .tep-single-page .tep-section-heading {
        align-items: flex-start;
    }

    .tep-single-page .tep-section-heading h2 {
        font-size: 16px;
        line-height: 1.3;
    }

    .tep-single-page .tep-gallery-nav {
        width: 36px;
        height: 36px;
    }

    .tep-single-page .tep-gallery-price {
        max-width: calc(100% - 80px);
        white-space: normal;
        text-align: center;
    }

    .tep-single-page .tep-itinerary-toggle {
        flex-direction: column;
        gap: 8px;
    }

    .tep-single-page .tep-itinerary-toggle em {
        white-space: normal;
    }
}

/* 1.6.0: compact filter drawer on phones and touch tablets only */
.tep-filter-toggle,
.tep-filter-close,
.tep-filter-backdrop {
    display: none !important;
}

.tep-filter-actions {
    display: flex;
    align-items: center;
    gap: 8px;
}

/* Restore the original desktop layout at laptop/desktop widths where the
 * previous tablet rule could otherwise turn the sidebar into a drawer. */
@media (min-width: 821px) and (max-width: 1024px) {
    body.tep-filter-drawer-open {
        overflow: auto !important;
        touch-action: auto;
    }

    .tep-archive-page .tep-archive-content {
        padding-top: 58px;
    }

    .tep-archive-page .tep-archive-grid {
        grid-template-columns: 260px minmax(0, 1fr) !important;
        gap: 30px !important;
        align-items: start;
    }

    .tep-archive-page .tep-filter-toggle,
    .tep-archive-page .tep-filter-backdrop,
    .tep-archive-page .tep-filter-close {
        display: none !important;
    }

    .tep-archive-page .tep-filter-panel {
        position: sticky !important;
        z-index: auto !important;
        top: 30px !important;
        right: auto !important;
        bottom: auto !important;
        left: auto !important;
        display: block !important;
        visibility: visible !important;
        width: auto !important;
        max-width: none !important;
        height: auto !important;
        min-height: 0 !important;
        margin: 0 !important;
        padding: 24px !important;
        overflow: visible !important;
        border: 1px solid var(--tep-border) !important;
        border-radius: var(--tep-radius) !important;
        background: #fff !important;
        box-shadow: var(--tep-shadow) !important;
        opacity: 1 !important;
        transform: none !important;
        transition: none !important;
    }

    .tep-archive-page .tep-filter-head {
        position: static !important;
        top: auto !important;
        margin: 0 !important;
        padding: 0 0 16px !important;
        background: transparent !important;
    }

    .tep-archive-page .tep-mobile-filter-button {
        display: none !important;
    }

    .tep-archive-page .tep-results-area,
    .tep-archive-page .tep-package-grid {
        width: 100% !important;
        min-width: 0 !important;
    }
}

/* Drawer mode: all phones plus touch tablets such as iPad in landscape. */
@media (max-width: 820px),
       (min-width: 821px) and (max-width: 1024px) and (hover: none) and (pointer: coarse) {
    body.tep-filter-drawer-open {
        overflow: hidden !important;
        touch-action: none;
    }

    .tep-archive-page .tep-archive-content {
        padding-top: 28px;
    }

    .tep-archive-page .tep-archive-grid {
        grid-template-columns: minmax(0, 1fr) !important;
        gap: 20px !important;
        align-items: start;
    }

    .tep-archive-page .tep-results-area,
    .tep-archive-page .tep-package-grid {
        width: 100% !important;
        min-width: 0 !important;
    }

    .tep-archive-page .tep-filter-toggle {
        -webkit-appearance: none !important;
        appearance: none !important;
        display: inline-flex !important;
        align-items: center !important;
        justify-content: flex-start !important;
        justify-self: start;
        gap: 9px !important;
        width: auto !important;
        max-width: 100% !important;
        min-width: 0 !important;
        min-height: 46px !important;
        margin: 0 !important;
        padding: 7px 11px !important;
        border: 1px solid rgba(7, 137, 48, .42) !important;
        border-radius: 10px !important;
        background: #fff !important;
        background-image: none !important;
        box-shadow: 0 8px 22px rgba(21, 45, 28, .07) !important;
        color: var(--tep-ink) !important;
        font: inherit !important;
        line-height: 1.2 !important;
        text-align: left !important;
        text-transform: none !important;
        cursor: pointer;
    }

    .tep-archive-page .tep-filter-toggle:hover,
    .tep-archive-page .tep-filter-toggle:focus-visible {
        border-color: var(--tep-green) !important;
        background: #f7fbf6 !important;
        color: var(--tep-ink) !important;
        outline: 2px solid rgba(7, 137, 48, .12) !important;
        outline-offset: 2px;
        transform: none !important;
    }

    .tep-filter-toggle-icon {
        display: grid;
        place-items: center;
        flex: 0 0 30px;
        width: 30px;
        height: 30px;
        margin: 0;
        border-radius: 50%;
        background: #e9f6ec;
        color: var(--tep-green);
        font-family: Arial, sans-serif;
        font-size: 16px;
        font-weight: 800;
        line-height: 1;
    }

    .tep-filter-toggle-copy {
        display: grid;
        flex: 1 1 auto;
        min-width: 0;
        gap: 1px;
    }

    .tep-filter-toggle-copy strong {
        color: var(--tep-ink) !important;
        font-size: 12px;
        font-weight: 800;
        line-height: 1.2;
        text-transform: uppercase;
        white-space: nowrap;
    }

    .tep-filter-toggle-copy small {
        overflow: hidden;
        max-width: 190px;
        color: var(--tep-muted) !important;
        font-size: 10px;
        line-height: 1.25;
        text-overflow: ellipsis;
        white-space: nowrap;
    }

    .tep-filter-toggle-arrow {
        display: grid;
        place-items: center;
        flex: 0 0 20px;
        width: 20px;
        height: 20px;
        margin: 0;
        border: 0;
        border-radius: 0;
        background: transparent !important;
        color: var(--tep-green) !important;
        font-family: Arial, sans-serif;
        font-size: 22px;
        font-weight: 700;
        line-height: 1;
    }

    .tep-filter-backdrop {
        position: fixed;
        z-index: 100010;
        inset: 0;
        display: block !important;
        visibility: hidden;
        background: rgba(9, 24, 14, .56);
        opacity: 0;
        pointer-events: none;
        transition: opacity .22s ease, visibility .22s ease;
        backdrop-filter: blur(2px);
    }

    .tep-filter-backdrop.is-open {
        visibility: visible;
        opacity: 1;
        pointer-events: auto;
    }

    .tep-archive-page .tep-filter-panel {
        position: fixed !important;
        z-index: 100020 !important;
        top: 0 !important;
        right: 0 !important;
        bottom: 0 !important;
        left: auto !important;
        display: block !important;
        visibility: hidden !important;
        width: min(420px, calc(100vw - 16px)) !important;
        max-width: 100% !important;
        height: 100vh !important;
        height: 100dvh !important;
        min-height: 0 !important;
        margin: 0 !important;
        padding: 20px !important;
        overflow-x: hidden !important;
        overflow-y: auto !important;
        border: 0 !important;
        border-radius: 18px 0 0 18px !important;
        background: #fff !important;
        box-shadow: -18px 0 52px rgba(8, 30, 15, .24) !important;
        opacity: 0 !important;
        transform: translate3d(105%, 0, 0) !important;
        transition: transform .25s ease, opacity .18s ease, visibility .25s ease !important;
        overscroll-behavior: contain;
        -webkit-overflow-scrolling: touch;
    }

    .tep-archive-page .tep-filter-panel.is-open {
        visibility: visible !important;
        opacity: 1 !important;
        transform: translate3d(0, 0, 0) !important;
    }

    .tep-archive-page .tep-filter-head {
        position: sticky !important;
        z-index: 3;
        top: -20px !important;
        margin: -20px 0 0 !important;
        padding: 20px 0 14px !important;
        background: #fff !important;
    }

    .tep-filter-close {
        -webkit-appearance: none !important;
        appearance: none !important;
        display: grid !important;
        place-items: center;
        flex: 0 0 36px;
        width: 36px !important;
        height: 36px !important;
        min-width: 36px !important;
        min-height: 36px !important;
        margin: 0 !important;
        padding: 0 !important;
        border: 1px solid #e0e7df !important;
        border-radius: 50% !important;
        background: #f4f7f3 !important;
        background-image: none !important;
        box-shadow: none !important;
        color: var(--tep-ink) !important;
        font-family: Arial, sans-serif !important;
        font-size: 23px !important;
        font-weight: 400 !important;
        line-height: 1 !important;
        cursor: pointer;
    }

    .tep-filter-close:hover,
    .tep-filter-close:focus-visible {
        border-color: var(--tep-red) !important;
        background: var(--tep-red) !important;
        color: #fff !important;
        outline: none !important;
        transform: none !important;
    }

    .tep-archive-page .tep-filter-group {
        padding: 18px 0;
    }

    .tep-archive-page .tep-mobile-filter-button {
        position: sticky;
        z-index: 2;
        bottom: -1px;
        display: flex !important;
        width: 100% !important;
        margin-top: 16px;
        box-shadow: 0 -12px 22px 14px rgba(255, 255, 255, .96);
    }
}

@media (max-width: 600px) {
    .tep-archive-page .tep-archive-content {
        padding-top: 22px;
    }

    .tep-archive-page .tep-filter-toggle {
        min-height: 44px !important;
        padding: 6px 9px !important;
    }

    .tep-filter-toggle-icon {
        flex-basis: 28px;
        width: 28px;
        height: 28px;
        font-size: 15px;
    }

    .tep-filter-toggle-copy strong {
        font-size: 11px;
    }

    .tep-filter-toggle-copy small {
        display: none;
    }

    .tep-filter-toggle-arrow {
        flex-basis: 18px;
        width: 18px;
        height: 18px;
        font-size: 20px;
    }

    .tep-archive-page .tep-filter-panel {
        width: 100vw !important;
        padding: 18px !important;
        border-radius: 0 !important;
    }

    .tep-archive-page .tep-filter-head {
        top: -18px !important;
        margin-top: -18px !important;
        padding-top: 18px !important;
    }

    .tep-filter-head .tep-clear-filters {
        padding-inline: 9px;
    }
}

@media (prefers-reduced-motion: reduce) {
    .tep-filter-backdrop,
    .tep-archive-page .tep-filter-panel {
        transition: none !important;
    }
}
