/*
Theme Name: Chua Van Phuc
Theme URI: https://chuavanphuc.vn
Author: Chua Van Phuc
Description: Theme hien dai cho Chua Van Phuc - ho tro quan ly bai viet, hinh anh, binh luan va lich le
Version: 1.0
Text Domain: chuavanphuc
*/

:root {
  --mau-dam: #1c1008;
  --mau-nau: #7a4a28;
  --mau-vang: #c9922a;
  --mau-vang-nhat: #e8c96a;
  --mau-kem: #f7f0e3;
  --mau-kem-dam: #ede3cf;
  --mau-giay: #f2e8d5;
  --mau-khoi: #8a7a6a;
  --mau-do-den: #8b1a1a;
  --mau-hong: #c45c6a;
  --mau-trang: #fdfaf5;
  --font-tieu-de: 'Cormorant Garamond', serif;
  --font-noi-dung: 'Be Vietnam Pro', sans-serif;
  --bong-nhe: 0 2px 12px rgba(28,16,8,.08);
  --bong-vua: 0 4px 24px rgba(28,16,8,.12);
}

*, *::before, *::after { margin: 0; padding: 0; box-sizing: border-box; }

html { scroll-behavior: smooth; font-size: 16px; }

body {
  font-family: var(--font-noi-dung);
  background: var(--mau-trang);
  color: var(--mau-dam);
  overflow-x: hidden;
  line-height: 1.7;
}

img { max-width: 100%; height: auto; display: block; }
a { color: inherit; text-decoration: none; }
ul, ol { list-style: none; }
button, input, textarea, select { font-family: inherit; }

.container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 32px;
}

@media (max-width: 768px) {
  .container { padding: 0 20px; }
}

.btn-chinh {
  display: inline-block;
  background: var(--mau-vang);
  color: var(--mau-dam);
  font-size: 13px;
  font-weight: 500;
  letter-spacing: .06em;
  padding: 13px 32px;
  border: none;
  cursor: pointer;
  transition: all .25s;
}
.btn-chinh:hover { background: var(--mau-vang-nhat); }

.btn-vien {
  display: inline-block;
  background: transparent;
  color: var(--mau-kem);
  font-size: 13px;
  letter-spacing: .06em;
  padding: 12px 32px;
  border: 1px solid rgba(247,240,227,.3);
  cursor: pointer;
  transition: all .25s;
}
.btn-vien:hover { border-color: var(--mau-vang); color: var(--mau-vang); }

.tieu-de-phan { font-family: var(--font-tieu-de); font-size: clamp(32px,4vw,48px); font-weight: 300; line-height: 1.2; }
.tieu-de-phan em { color: var(--mau-nau); font-style: italic; }
.nhan-phan { font-size: 11px; letter-spacing: .18em; text-transform: uppercase; color: var(--mau-vang); display: flex; align-items: center; gap: 12px; margin-bottom: 12px; }
.nhan-phan::before { content: ''; display: inline-block; width: 32px; height: 1px; background: var(--mau-vang); }
.mo-ta-phan { font-size: 14px; color: var(--mau-khoi); margin-top: 12px; line-height: 1.8; max-width: 520px; }

.phan { padding: 96px 0; }
.tieu-de-khu { margin-bottom: 56px; }

.fade-in { opacity: 0; transform: translateY(20px); transition: opacity .6s, transform .6s; }
.fade-in.hien { opacity: 1; transform: translateY(0); }
