/* Travel CMS destination guide — /destinations/{slug} v2 premium */
.tc-dest-hero{min-height:360px;display:flex;align-items:flex-end}
.tc-dest-hero__grid{display:grid;grid-template-columns:1.35fr .85fr;gap:24px;align-items:end;width:100%;max-width:100%}
.tc-dest-hero__copy{min-width:0}
.tc-dest-hero__aside{align-self:stretch;display:flex;align-items:flex-end}
.tc-dest-hero__actions{display:flex;flex-wrap:wrap;gap:10px;margin-top:4px}
.tc-dest-hero .td-btn--primary,.tc-dest-book__btn{background:linear-gradient(180deg,#ff7a1a,#ff6900);color:#fff!important;padding:12px 18px;border-radius:12px;text-decoration:none!important;font-weight:900;border:0;display:inline-block;text-align:center}
.tc-dest-hero .td-btn--ghost{background:rgba(255,255,255,.12);border:1px solid rgba(255,255,255,.28);color:#fff!important;padding:12px 16px;border-radius:12px;text-decoration:none!important;font-weight:800;backdrop-filter:blur(6px)}
.tc-dest-book{background:rgba(255,255,255,.96);color:#0f172a;border-radius:18px;padding:18px 18px 16px;box-shadow:0 18px 50px rgba(15,23,42,.22);border:1px solid rgba(255,255,255,.7)}
.tc-dest-book__eyebrow{display:block;font-size:10px;font-weight:900;text-transform:uppercase;letter-spacing:.08em;color:#64748b;margin-bottom:6px}
.tc-dest-book strong{display:block;font-size:18px;line-height:1.25;margin-bottom:6px}
.tc-dest-book p{margin:0 0 14px;color:#64748b;font-size:13px;line-height:1.5;font-weight:650}
.tc-dest-book__btn{width:100%;box-sizing:border-box}
.tc-dest-book__facts{list-style:none;margin:14px 0 0;padding:12px 0 0;border-top:1px solid #e2e8f0;display:grid;gap:8px}
.tc-dest-book__facts li{display:flex;justify-content:space-between;gap:10px;font-size:13px}
.tc-dest-book__facts span{color:#64748b;font-weight:700}
.tc-dest-book__facts b{color:#0f172a;font-weight:900}
.tc-dest-nav{display:flex;flex-wrap:wrap;gap:8px;margin-bottom:24px;padding:12px 14px;background:#fff;border:1px solid #e2e8f0;border-radius:16px;position:sticky;top:8px;z-index:20;box-shadow:0 8px 24px rgba(15,23,42,.06);overflow-x:auto}
.tc-dest-nav a{font-size:12px;font-weight:800;color:#0369a1;text-decoration:none!important;padding:7px 12px;border-radius:999px;background:#f0f9ff;white-space:nowrap}
.tc-dest-nav a:hover{background:#e0f2fe}
.tc-dest-layout{display:grid;grid-template-columns:minmax(0,1fr) 280px;gap:28px;align-items:start}
.tc-dest-main{min-width:0}
.tc-dest-sidebar{position:relative}
.tc-dest-sidebar__sticky{position:sticky;top:72px;display:grid;gap:16px}
.tc-dest-book--sidebar{background:#fff;border:1px solid #e2e8f0;box-shadow:0 10px 30px rgba(15,23,42,.06)}
.tc-dest-sidebar__list{background:#fff;border:1px solid #e2e8f0;border-radius:16px;padding:16px 18px}
.tc-dest-sidebar__list strong{display:block;font-size:12px;text-transform:uppercase;letter-spacing:.06em;color:#64748b;margin-bottom:10px}
.tc-dest-sidebar__list ul{margin:0;padding:0;list-style:none;display:grid;gap:8px}
.tc-dest-sidebar__list li{font-size:14px;font-weight:700;color:#0f172a;padding-left:14px;position:relative}
.tc-dest-sidebar__list li::before{content:"";position:absolute;left:0;top:.55em;width:6px;height:6px;border-radius:999px;background:#ff6815}
.tc-dest-section{scroll-margin-top:88px}
.tc-dest-section__head{margin-bottom:14px}
.tc-dest-section__head h2{margin:0}
.tc-dest-prose h3,.tc-dest-prose h4{margin:1.2em 0 .55em;font-weight:900;color:#0f172a}
.tc-dest-prose h3{font-size:19px}
.tc-dest-prose h4{font-size:16px;color:#334155}
.tc-dest-prose ul{margin:.5em 0 1em;padding-left:1.2em}
.tc-dest-prose li{margin:.35em 0;line-height:1.6}
.tc-dest-gallery{display:grid;grid-template-columns:repeat(12,minmax(0,1fr));gap:12px}
.tc-dest-gallery__item{margin:0;border-radius:16px;overflow:hidden;border:1px solid #e2e8f0;background:#fff;grid-column:span 4;box-shadow:0 6px 20px rgba(15,23,42,.05);transition:transform .2s ease,box-shadow .2s ease}
.tc-dest-gallery__item:hover{transform:translateY(-2px);box-shadow:0 12px 28px rgba(15,23,42,.1)}
.tc-dest-gallery__item.is-featured{grid-column:span 8;grid-row:span 2}
.tc-dest-gallery__item img{width:100%;height:100%;min-height:180px;object-fit:cover;display:block}
.tc-dest-gallery__item.is-featured img{min-height:380px}
.tc-dest-gallery__item figcaption{padding:10px 12px;font-size:12px;font-weight:700;color:#64748b;line-height:1.4}
.tc-dest-cards{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:16px}
.tc-dest-card{border:1px solid #e2e8f0;border-radius:18px;overflow:hidden;background:#fff;box-shadow:0 6px 22px rgba(15,23,42,.05);transition:transform .2s ease,box-shadow .2s ease}
.tc-dest-card:hover{transform:translateY(-3px);box-shadow:0 14px 34px rgba(15,23,42,.1)}
.tc-dest-card__img{height:168px;background-size:cover;background-position:center}
.tc-dest-card__img--placeholder{background:linear-gradient(135deg,#e2e8f0,#f8fafc)}
.tc-dest-card__body{padding:16px 18px 18px}
.tc-dest-card__body h3{margin:0 0 6px;font-size:17px;letter-spacing:-.01em}
.tc-dest-card__sub{margin:0 0 8px;color:#64748b;font-size:13px;font-weight:700;line-height:1.45}
.tc-dest-card--compact{border-left:4px solid #ff6815}
.tc-dest-card--compact .tc-dest-card__body{padding-top:18px}
.tc-dest-card__excerpt p{margin:.4em 0}
.tc-dest-map{border-radius:16px;overflow:hidden;border:1px solid #e2e8f0}
.tc-dest-map iframe{width:100%;min-height:320px;border:0;display:block}
.tc-dest-cta{margin-top:12px;padding:28px 26px;border-radius:22px;background:linear-gradient(135deg,#0f172a,#14532d);color:#fff;display:flex;justify-content:space-between;align-items:center;gap:18px;flex-wrap:wrap;box-shadow:0 20px 50px rgba(15,23,42,.16)}
.tc-dest-cta h2{margin:0 0 6px;font-size:24px;color:#fff}
.tc-dest-cta p{margin:0;color:rgba(255,255,255,.86);font-weight:650;line-height:1.55;max-width:560px}
.tc-dest-records .td-section__sub{margin-top:-6px}

/* Weather season cards */
.tc-weather-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:14px;margin:0 0 20px}
.tc-weather-card{background:#fff;border:1px solid #e2e8f0;border-radius:18px;padding:16px 18px;box-shadow:0 6px 20px rgba(15,23,42,.05)}
.tc-weather-card.is-best{border-color:#bbf7d0;background:linear-gradient(180deg,#fff,#f0fdf4)}
.tc-weather-card.is-warn{border-color:#fde68a;background:linear-gradient(180deg,#fff,#fffbeb)}
.tc-weather-card.is-cold{border-color:#bae6fd;background:linear-gradient(180deg,#fff,#f0f9ff)}
.tc-weather-card__head{display:flex;align-items:flex-start;gap:12px;margin-bottom:10px}
.tc-weather-card__icon{font-size:28px;line-height:1}
.tc-weather-card__head h3{margin:0;font-size:17px}
.tc-weather-card__months{margin:2px 0 0;font-size:12px;font-weight:700;color:#64748b}
.tc-weather-card__badge{margin-left:auto;font-size:10px;font-weight:900;text-transform:uppercase;letter-spacing:.05em;padding:5px 9px;border-radius:999px;background:#ecfdf5;color:#047857;white-space:nowrap}
.tc-weather-card.is-warn .tc-weather-card__badge{background:#fef3c7;color:#b45309}
.tc-weather-card.is-cold .tc-weather-card__badge{background:#e0f2fe;color:#0369a1}
.tc-weather-card__temp{margin:0 0 8px;font-size:12px;font-weight:700;color:#475569;line-height:1.45}
.tc-weather-card__stars{display:flex;gap:2px;margin-bottom:8px}
.tc-weather-card__stars span{color:#cbd5e1;font-size:14px}
.tc-weather-card__stars span.is-on{color:#f59e0b}
.tc-weather-card__summary{margin:0;font-size:14px;line-height:1.55;color:#334155}
.tc-dest-prose--weather{margin-top:8px;padding-top:16px;border-top:1px solid #e2e8f0}
.tc-dest-package-chips{margin-bottom:14px}
.tc-dest-package-fallback{margin:0}
.tc-activity-public__hero--placeholder{background:linear-gradient(135deg,#0f172a,#14532d)}

/* Rich activity cards */
.tc-activity-grid{display:grid;grid-template-columns:1fr;gap:20px}
.tc-activity-public{border:1px solid #e2e8f0;border-radius:18px;overflow:hidden;background:#fff;box-shadow:0 6px 22px rgba(15,23,42,.06)}
.tc-activity-public.is-featured{border-color:#fed7aa;box-shadow:0 10px 32px rgba(255,104,21,.12)}
.tc-activity-public__hero{height:220px;background-size:cover;background-position:center;position:relative}
.tc-activity-public__badge{position:absolute;top:12px;left:12px;background:#ff6815;color:#fff;font-size:11px;font-weight:800;padding:5px 10px;border-radius:999px}
.tc-activity-public__cat{position:absolute;bottom:12px;left:12px;background:rgba(255,255,255,.92);font-size:11px;font-weight:800;padding:5px 10px;border-radius:999px;color:#18181b}
.tc-activity-public__body{padding:20px 22px 24px}
.tc-activity-public__body h3{margin:0 0 8px;font-size:22px;letter-spacing:-.02em}
.tc-activity-public__summary{margin:0 0 14px;color:#64748b;font-size:15px;line-height:1.55}
.tc-activity-public__meta{display:grid;grid-template-columns:repeat(auto-fit,minmax(120px,1fr));gap:10px;list-style:none;margin:0 0 16px;padding:0}
.tc-activity-public__meta li{background:#f8fafc;border:1px solid #e2e8f0;border-radius:10px;padding:10px 12px}
.tc-activity-public__meta span{display:block;font-size:10px;font-weight:800;text-transform:uppercase;color:#94a3b8;letter-spacing:.06em;margin-bottom:4px}
.tc-activity-public__meta b{font-size:14px;color:#0f172a}
.tc-activity-public__desc{margin-bottom:14px;line-height:1.65;color:#334155}
.tc-activity-public__block{margin-top:12px;padding:12px 14px;background:#f8fafc;border-radius:10px;border:1px solid #e2e8f0;font-size:14px;line-height:1.55}
.tc-activity-public__block--safety{background:#fffbeb;border-color:#fde68a}
.tc-activity-public__block strong{display:block;margin-bottom:6px;font-size:12px;text-transform:uppercase;letter-spacing:.05em;color:#64748b}
.tc-activity-public__gallery{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:8px;margin-top:14px}
.tc-activity-public__gallery img{width:100%;height:88px;object-fit:cover;border-radius:8px}
.tc-activity-public__video{margin:14px 0 0}
.tc-activity-public__video a{font-weight:800;color:#ff6815;text-decoration:none!important}

@media(max-width:980px){
  .tc-dest-hero__grid{grid-template-columns:1fr}
  .tc-dest-hero__aside{display:none}
  .tc-dest-layout{grid-template-columns:1fr}
  .tc-dest-sidebar{display:none}
}
@media(max-width:768px){
  .tc-dest-gallery{grid-template-columns:1fr 1fr}
  .tc-dest-gallery__item,.tc-dest-gallery__item.is-featured{grid-column:span 1;grid-row:span 1}
  .tc-dest-gallery__item img,.tc-dest-gallery__item.is-featured img{min-height:160px}
  .tc-dest-nav{position:static}
  .tc-dest-cards{grid-template-columns:1fr}
  .tc-weather-grid{grid-template-columns:1fr}
  .tc-dest-cta{padding:22px 18px}
}
