/* Archive Tours — Page + Horizontal Cards */
.at-section{padding:40px 0 60px}
.at-subtitle{font-size:12px;font-weight:400;text-transform:uppercase;letter-spacing:1.5px;color:#00AA6C;margin:0 0 6px}
.at-title{font-size:32px;font-weight:700;color:#000;margin:0 0 8px;line-height:1.2}
.at-desc{font-size:15px;font-weight:400;color:#6b7280;margin:0 0 28px;max-width:600px}
.at-filters{display:flex;gap:8px;margin-bottom:32px;overflow-x:auto;scrollbar-width:none;-webkit-overflow-scrolling:touch;padding-bottom:4px}
.at-filters::-webkit-scrollbar{display:none}
.at-filter{font-size:13px;font-weight:400;padding:8px 18px;border-radius:24px;border:1px solid #d1d5db;background:#fff;color:#000;text-decoration:none;transition:all .2s;white-space:nowrap;flex-shrink:0}
.at-filter:hover{border-color:#00AA6C;color:#00AA6C}
.at-filter.active{background:#00AA6C;color:#fff;border-color:#00AA6C}
.at-grid{display:flex;flex-direction:column;gap:16px}
.at-empty{text-align:center;padding:80px 20px}
.at-empty p{color:#6b7280;margin:8px 0}
.at-empty a{display:inline-block;margin-top:16px;background:#00AA6C;color:#fff;font-weight:700;padding:12px 32px;border-radius:10px;text-decoration:none;transition:background .2s}
.at-empty a:hover{background:#007A50}
.at-pag{display:flex;justify-content:center;gap:4px;margin-top:40px}
.at-pag .page-numbers{padding:8px 14px;border:1px solid #d1d5db;border-radius:8px;font-size:14px;color:#000;text-decoration:none;transition:all .2s}
.at-pag .page-numbers.current,.at-pag .page-numbers:hover{background:#00AA6C;color:#fff;border-color:#00AA6C}
.at-search-form{display:flex;flex-wrap:wrap;gap:10px;margin-bottom:28px;max-width:520px}
.at-search-form input[type=search]{flex:1;min-width:200px;border:1px solid #d1d5db;border-radius:10px;padding:10px 14px;font-size:14px}
.at-search-form input:focus{outline:none;border-color:#00AA6C}
.at-search-form button{background:#00AA6C;color:#fff;border:none;border-radius:10px;padding:10px 22px;font-size:14px;font-weight:700;cursor:pointer}
.at-search-form button:hover{background:#007A50}
.search-misc{border:1px solid #e5e7eb;border-radius:14px;padding:20px 22px;background:#fff}
.search-misc-title{font-size:17px;font-weight:700;margin:0 0 8px}
.search-misc-title a{color:#000;text-decoration:none}
.search-misc-title a:hover{color:#00AA6C}
.search-misc-excerpt{font-size:14px;color:#6b7280;margin:0 0 10px;line-height:1.5}
.search-misc-link{font-size:13px;font-weight:700;color:#00AA6C;text-decoration:none}
.search-misc-link:hover{color:#007A50}
/* Horizontal Tour Card */
.tc{
  border:1px solid #e5e7eb;border-radius:14px;overflow:hidden;background:#fff;
  display:flex;flex-direction:row;align-items:stretch;color:inherit;
  transition:box-shadow .3s;min-height:0;
}
.tc:hover{box-shadow:0 4px 20px rgba(0,0,0,.08)}
a.tc-img-link{text-decoration:none;color:inherit;flex-shrink:0;align-self:center}
.tc-img{
  position:relative;width:220px;aspect-ratio:1/1;flex-shrink:0;overflow:hidden;
  border-radius:12px;margin:8px 0 8px 8px;align-self:center;display:block;
}
.tc-img img{width:100%;height:100%;object-fit:cover;transition:transform .5s;display:block}
.tc:hover .tc-img img{transform:scale(1.05)}
.tc-name-link{color:inherit;text-decoration:none}
.tc-name-link:hover{color:#00AA6C}
.tc-gyg-cta{
  font-size:13px;font-weight:700;color:#fff!important;background:#FF6B35!important;
  padding:10px 16px;border-radius:10px;text-decoration:none;white-space:nowrap;
  transition:background .2s,opacity .2s;
  box-sizing:border-box;
}
.tc:hover .tc-gyg-cta{background:#ff8248!important}
.tc-badge{position:absolute;top:10px;left:10px;background:#00AA6C;color:#fff;font-size:10px;font-weight:700;padding:3px 10px;border-radius:20px;text-transform:uppercase;letter-spacing:.4px}
.tc-discount{position:absolute;top:10px;right:10px;background:#000;color:#fff;font-size:10px;font-weight:700;padding:3px 10px;border-radius:20px}
.tc-body{padding:18px 22px;display:flex;flex-direction:column;flex:1;min-width:0}
.tc-dest-row{
  display:flex;flex-wrap:wrap;align-items:center;gap:6px 10px;
  margin:0 0 8px;
}
.tc-dest-row .tc-dest{margin:0}
.tc-dest-row .tc-top-meta{margin:0}
.tc-dest{font-size:11px;font-weight:400;text-transform:uppercase;letter-spacing:1px;color:#6b7280;margin:0}
.tc-dest-row .tc-dest:not(:last-child)::after{
  content:'·';
  margin:0 8px 0 10px;
  color:#d1d5db;
  font-weight:600;
  letter-spacing:0;
}
.tc-top-meta{display:flex;flex-wrap:wrap;align-items:center;gap:8px 14px}
.tc-top-meta__item{display:inline-flex;align-items:center;gap:5px;font-size:12px;color:#6b7280;font-weight:500}
.tc-top-meta__icon{width:14px;height:14px;flex-shrink:0;color:#9ca3af}
.tc-top-meta__item--tax{color:#4b5563}
.tc-name{font-size:17px;font-weight:700;color:#000;margin:0 0 8px;line-height:1.35;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}
.tc-rating{display:flex;align-items:center;gap:5px;margin-bottom:8px}
.tc-dots{display:flex;gap:2px}
.tc-dots svg{width:13px;height:13px}
.tc-dots .on{fill:#00AA6C}
.tc-dots .off{fill:#d1d5db}
.tc-rating span{font-size:12px;color:#6b7280;font-weight:400}
.tc-rating b{color:#000;font-weight:700}
.tc-hl{list-style:none;margin:0 0 10px;padding:0;display:flex;flex-direction:column;gap:4px}
.tc-hl li{font-size:12px;color:#374151;font-weight:400;padding-left:18px;position:relative;line-height:1.4}
.tc-hl li::before{content:'';position:absolute;left:0;top:5px;width:10px;height:10px;border-radius:50%;border:1.5px solid #00AA6C}
.tc-tags{display:flex;flex-wrap:wrap;gap:4px 12px;margin-bottom:12px;margin-top:0}
.tc-tag{display:flex;align-items:center;gap:4px;font-size:12px;color:#374151;font-weight:400}
.tc-tag svg{width:13px;height:13px;flex-shrink:0}
.tc-tag .grn{stroke:#00AA6C;fill:none}
.tc-tag .gry{stroke:#9ca3af;fill:none}
.tc-footer{margin-top:auto;display:flex;align-items:center;justify-content:space-between;gap:12px;flex-wrap:wrap;padding-top:12px;border-top:1px solid #f3f4f6}
.tc-footer .tc-price{font-size:13px;color:#6b7280}
.tc-footer .tc-price strong{font-size:18px;font-weight:700;color:var(--te-price-color,#c72a3d);display:inline;margin-left:4px}
.tc-footer .tc-per-person{display:block;font-size:11px;color:#9ca3af;margin-top:2px}
.tc-foot{margin-top:auto;display:flex;align-items:flex-end;justify-content:space-between;gap:10px;flex-wrap:wrap}
.tc-foot__left{display:flex;flex-wrap:wrap;align-items:center;gap:8px 10px;min-width:0}
.tc-price-row{display:flex;flex-wrap:wrap;align-items:baseline;gap:4px 6px}
.tc-orig{font-size:12px;color:#9ca3af;text-decoration:line-through}
.tc-from{font-size:12px;color:#6b7280}
.tc-price{font-size:22px;font-weight:700;color:var(--te-price-color,#c72a3d)}
.tc-per{font-size:11px;color:#9ca3af}
.tc-save-pill{
  font-size:11px;font-weight:800;color:#fff;background:#ec4899;
  padding:4px 9px;border-radius:8px;line-height:1;flex-shrink:0;
}
.tc-cta{font-size:13px;font-weight:700;color:#fff;background:#00AA6C;padding:10px 20px;border-radius:10px;transition:background .2s;white-space:nowrap;flex-shrink:0}
.tc:hover .tc-cta{background:#007A50}

@media(max-width:768px){
  .at-title{font-size:24px}
  .tc{
    align-items:stretch;
    border:1px solid rgba(0,170,108,.22);
    box-shadow:0 1px 3px rgba(15,23,42,.06);
    min-height:0;
  }
  /* Stretch image column to full card height (desktop rule a.tc-img-link used align-self:center). */
  .tc a.tc-img-link{
    align-self:stretch;
    display:block;
    min-height:0;
  }
  .tc-img{
    position:relative;
    width:clamp(96px,32vw,140px);
    flex:0 0 clamp(96px,32vw,140px);
    max-width:none;
    margin:0;
    align-self:stretch;
    aspect-ratio:auto;
    min-height:0;
    border-radius:14px 0 0 14px;
    overflow:hidden;
    background:#f3f4f6;
  }
  .tc-img img{
    position:absolute;
    inset:0;
    width:100%;
    height:100%;
    object-fit:cover;
    object-position:center center;
  }
  .tc-discount{display:none}
  .tc-body{
    padding:10px 10px 10px 12px;
    gap:4px;
  }
  .tc-dest-row{margin-bottom:4px;gap:4px 10px}
  .tc-dest{font-size:10px}
  .tc-top-meta{gap:4px 8px}
  .tc-top-meta__item{font-size:11px}
  .tc-top-meta__item--tax{display:none}
  .tc-name{font-size:15px;margin-bottom:4px;-webkit-line-clamp:3}
  .tc-rating{margin-bottom:4px;flex-wrap:wrap}
  .tc-rating span{font-size:11px}
  /* Full highlight list belongs on single tour */
  .tc-hl{display:none}
  .tc-tags{display:none}
  /* Strikethrough + % pill — keep footer price only */
  .tc-price-row{display:none}
  .tc-footer{
    padding-top:8px;
    margin-top:2px;
    gap:8px;
    align-items:flex-end;
  }
  .tc-footer .tc-price{font-size:12px}
  .tc-footer .tc-price strong{font-size:16px}
  .tc-footer .tc-per-person{font-size:10px}
  .tc-gyg-cta{padding:8px 10px!important;font-size:12px!important;gap:6px!important;white-space:normal}
  .tc-gyg-cta .gyg-icon--compact{height:12px!important;max-width:56px!important}
}
