/*
Theme Name: Uyên Nhiên
Theme URI: https://thaomocuyennhien.com
Description: Giao diện thương hiệu trà thảo mộc "Thảo Mộc Uyên Nhiên" — tông thảo mộc mộc mạc, thanh lịch, tối ưu tiếng Việt. Child theme của Twenty Twenty-Five.
Author: Thảo Mộc Uyên Nhiên
Template: twentytwentyfive
Version: 1.3.2
Text Domain: uyennhien
*/

/* ===== Nền tảng typography & tinh chỉnh nhỏ (phần lớn cấu hình ở theme.json) ===== */

:root {
  --un-green: #2e4a2f;
  --un-green-soft: #5f7d4f;
  --un-cream: #f6f1e7;
  --un-brown: #6d4c33;
  --un-gold: #dcb45c;
}

body {
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}

/* Tiêu đề trang trí bằng gạch nhỏ */
.un-eyebrow {
  display: inline-block;
  letter-spacing: .22em;
  text-transform: uppercase;
  font-size: .78rem;
  font-weight: 600;
  color: var(--un-gold);
}

/* Thẻ sản phẩm: bo góc, nổi nhẹ khi rê chuột */
.un-card {
  border-radius: 18px;
  overflow: hidden;
  transition: transform .25s ease, box-shadow .25s ease;
  box-shadow: 0 1px 2px rgba(38,38,31,.06);
}
.un-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 18px 40px -18px rgba(46,74,47,.45);
}

/* Nút bo tròn mềm */
.wp-block-button__link { border-radius: 999px; }

/* Đường kẻ lá trang trí */
.un-leaf-divider {
  width: 56px; height: 2px; border: none;
  background: var(--un-gold); opacity: .8; margin: 0;
}

/* Ảnh nền hero phủ lớp tối nhẹ để chữ nổi */
.un-hero .wp-block-cover__background { opacity: .55 !important; }

/* Chỉ số / con số nổi bật */
.un-stat { font-family: "Montserrat", Georgia, serif; line-height: 1; }

/* Liên kết trong nội dung gạch chân mảnh */
.entry-content a:where(:not(.wp-element-button)) {
  text-underline-offset: .18em;
  text-decoration-thickness: 1px;
}
