/*
Theme Name: Du Thuyền Hạng Sang
Theme URI: https://duthuyenhangsang.com/
Author: Du Thuyền Hạng Sang
Author URI: https://duthuyenhangsang.com/
Description: Custom responsive WordPress theme for duthuyenhangsang.com.
Version: 0.2.2
Requires at least: 6.5
Requires PHP: 7.4
Text Domain: halongcruises
*/

:root {
  --hc-navy: #082a4a;
  --hc-navy-deep: #041d36;
  --hc-gold: #d99832;
  --hc-bg: #f7f9fc;
  --hc-text: #172b3a;
  --hc-muted: #6b7280;
  --hc-border: #e5e7eb;
  --hc-radius: 14px;
  --hc-container: 1280px;
}

*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{margin:0;font-family:Inter,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;color:var(--hc-text);background:#fff;line-height:1.6}
a{color:inherit;text-decoration:none}
img{max-width:100%;height:auto;display:block}
.hc-container{width:min(calc(100% - 32px),var(--hc-container));margin-inline:auto}
.hc-site-header{background:var(--hc-navy-deep);padding:12px 0}
.hc-site-header .hc-container{display:flex;align-items:center;justify-content:space-between;min-height:64px}
.hc-brand{display:inline-flex;align-items:center;max-width:min(440px,70vw)}
.hc-brand img{width:auto;max-height:58px;object-fit:contain}
.hc-brand__text{color:#fff;font-weight:800;font-size:20px;letter-spacing:.03em}
.hc-site-footer{background:var(--hc-navy-deep);color:#fff;padding:28px 0;margin-top:48px}
.hc-btn{display:inline-flex;align-items:center;justify-content:center;min-height:46px;padding:0 20px;border-radius:10px;background:var(--hc-navy);color:#fff;font-weight:700}
.hc-btn--gold{background:var(--hc-gold);color:#fff}

@media (max-width: 767px){
  .hc-container{width:min(calc(100% - 24px),var(--hc-container))}
  .hc-btn{min-height:48px;width:100%}
  .hc-brand img{max-height:48px}
}
