[data-human-site="thaieasytrip"] {
  --ht-site-ink: #173d39;
  --ht-site-muted: #536b68;
  --ht-site-brand: #0f766e;
  --ht-site-brand-strong: #0b5e58;
  --ht-site-accent: #e77329;
  --ht-site-soft: #eaf8f6;
  --ht-site-warm: #f8f6ef;
  --ht-site-surface: #fff;
  --ht-site-line: #c9dfdc;
  --ht-site-danger: #a7342b;
}

@media (max-width: 96rem) {
  .siteHeader .headCta { display: none !important; }
}

@media (max-width: 64rem) {
  .siteHeader { min-width: 0; gap: .75rem; padding-inline: 1rem; }
  .siteHeader .brand { min-width: 0; }
  .siteHeader .brand strong { min-width: 0; font-size: clamp(1.25rem, 4vw, 1.75rem); }
  .siteHeader .brand small { font-size: .75rem; letter-spacing: .08em; }
  .siteHeader .headCta { display: none !important; }
  .siteHeader .menu { flex: 0 0 auto; margin-left: auto; }
}

@media (max-width: 48rem) {
  body .floatingPetRoot { bottom: calc(5.25rem + env(safe-area-inset-bottom, 0px)); }
  body[data-human-hero-visible="true"] .floatingPetRoot { display: none !important; }
}
