/* =========================================================
   CAMNANGDIAOC.VN - GLOBAL LUXURY DESIGN SYSTEM
   Style Direction: Arcadia / Luxury Developer / Premium Journal
   File: camnangdiaoc-global.css
   Prefix: cnd-
   ========================================================= */

/* =========================================================
   01. Root Variables
   ========================================================= */

:root {
  /* Fonts */
  --cnd-font-heading: "Playfair Display", serif;
  --cnd-font-body: "Montserrat", "SVN-Gotham", Arial, sans-serif;

  /* Luxury Warm Palette */
  --cnd-bg: #f8f4ec;
  --cnd-bg-soft: #f3eadc;
  --cnd-bg-light: #fbf8f1;
  --cnd-white: #ffffff;

  --cnd-heading: #16120d;
  --cnd-text: #4b463f;
  --cnd-muted: #7b7268;

  --cnd-gold: #af9360;
  --cnd-gold-dark: #9c8254;
  --cnd-gold-light: #c2a776;
  --cnd-gold-soft: rgba(175, 147, 96, 0.12);

  --cnd-dark: #16120d;
  --cnd-dark-soft: #241f18;

  --cnd-border: #e7ded0;
  --cnd-border-dark: rgba(22, 18, 13, 0.14);
  --cnd-border-light: rgba(255, 255, 255, 0.22);

  /* Layout */
  --cnd-container: 1200px;
  --cnd-container-wide: 1440px;

  /* Radius */
  --cnd-radius-sm: 8px;
  --cnd-radius-md: 18px;
  --cnd-radius-lg: 32px;
  --cnd-radius-xl: 48px;

  /* Shadow */
  --cnd-shadow-soft: 0 18px 50px rgba(22, 18, 13, 0.08);
  --cnd-shadow-luxury: 0 34px 90px rgba(22, 18, 13, 0.16);

  /* Spacing */
  --cnd-section-space: 104px;
  --cnd-section-space-lg: 144px;
  --cnd-section-space-sm: 72px;

  /* Motion */
  --cnd-transition: all 0.28s ease;
}

/* =========================================================
   02. Base
   ========================================================= */

html {
  scroll-behavior: smooth;
}

body {
  font-family: var(--cnd-font-body);
  color: var(--cnd-text);
  background: var(--cnd-bg);
  font-size: 16px;
  line-height: 1.75;
  font-weight: 400;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}

img,
video,
svg {
  max-width: 100%;
  height: auto;
}

a {
  color: inherit;
  text-decoration: none;
  transition: var(--cnd-transition);
}

a:hover {
  color: var(--cnd-gold);
}

p {
  margin: 0 0 18px;
}

strong {
  font-weight: 600;
}

::selection {
  background: var(--cnd-gold);
  color: var(--cnd-white);
}

/* =========================================================
   03. Typography
   ========================================================= */

h1,
h2,
h3,
h4,
h5,
h6,
.cnd-heading-xl,
.cnd-heading-lg,
.cnd-heading,
.cnd-heading-sm,
.cnd-card-title,
.cnd-cta-title,
.cnd-faq-question,
.cnd-quote p {
  font-family: var(--cnd-font-heading);
  color: var(--cnd-heading);
  font-weight: 700;
  letter-spacing: -0.045em;
}

.cnd-heading-xl {
  font-size: clamp(46px, 5vw, 60px);
  line-height: 1.18;
  letter-spacing: -0.035em;
  font-weight: 700;
}

.cnd-heading-lg {
  font-size: clamp(42px, 4.5vw, 56px);
  line-height: 1.18;
}

.cnd-heading {
  font-size: clamp(34px, 3.6vw, 48px);
  line-height: 1.2;
}

.cnd-heading-sm {
  font-size: clamp(28px, 3vw, 36px);
  line-height: 1.22;
}

.cnd-kicker {
  display: inline-flex;
  align-items: center;
  justify-content: center;

  width: fit-content;

  padding: 9px 18px;

  border-radius: 999px;
  border: 1px solid rgba(175,147,96,.22);

  background: rgba(255,255,255,.42);

  color: var(--cnd-gold);

  font-family: var(--cnd-font-body);
  font-size: 11px;
  font-weight: 700;

  line-height: 1;
  letter-spacing: .16em;
  text-transform: uppercase;

  margin-bottom: 22px;
}

.cnd-subtitle {
  max-width: 900px;
  margin-top: 24px;
  font-family: var(--cnd-font-body);
  font-size: 18px;
  line-height: 1.85;
  color: var(--cnd-muted);
  font-weight: 400;
}

.cnd-lead {
  font-size: 20px;
  line-height: 1.85;
  color: var(--cnd-text);
}

.cnd-text-muted {
  color: var(--cnd-muted);
}

.cnd-text-gold {
  color: var(--cnd-gold);
}

.cnd-text-dark {
  color: var(--cnd-dark);
}

.cnd-text-center {
  text-align: center;
}

.cnd-section-head {
  margin-bottom: 56px;
}

.cnd-section-head-center {
  max-width: 880px;
  margin: 0 auto 64px;
  text-align: center;
}

/* =========================================================
   04. Background
   ========================================================= */

.cnd-bg {
  background: var(--cnd-bg);
}

.cnd-bg-soft {
  background: var(--cnd-bg-soft);
}

.cnd-bg-light {
  background: var(--cnd-bg-light);
}

.cnd-bg-white {
  background: var(--cnd-white);
}

.cnd-bg-dark {
  background: var(--cnd-dark);
  color: var(--cnd-white);
}

.cnd-bg-gold-soft {
  background:
    radial-gradient(circle at top left, rgba(168, 137, 85, 0.18), transparent 34%),
    linear-gradient(180deg, #fbf8f1 0%, #f1e7d6 100%);
}

.cnd-bg-luxury {
  background:
    radial-gradient(circle at top right, rgba(168, 137, 85, 0.22), transparent 34%),
    linear-gradient(135deg, #16120d 0%, #241f18 100%);
  color: var(--cnd-white);
}

.cnd-bg-dark .cnd-heading,
.cnd-bg-dark .cnd-heading-lg,
.cnd-bg-dark .cnd-heading-xl,
.cnd-bg-dark .cnd-heading-sm,
.cnd-bg-luxury .cnd-heading,
.cnd-bg-luxury .cnd-heading-lg,
.cnd-bg-luxury .cnd-heading-xl,
.cnd-bg-luxury .cnd-heading-sm {
  color: var(--cnd-white);
}

.cnd-bg-dark .cnd-subtitle,
.cnd-bg-luxury .cnd-subtitle {
  color: rgba(255, 255, 255, 0.72);
}

/* =========================================================
   Background System
   ========================================================= */

.cnd-bg-default {
  background: var(--cnd-bg);
}

.cnd-bg-light {
  background: #fcfaf6;
}

.cnd-bg-soft {
  background: #f3eadc;
}

.cnd-bg-luxury {
  background:
    radial-gradient(circle at 90% 10%, rgba(175,147,96,.14), transparent 32%),
    linear-gradient(180deg, #fbf8f1 0%, #f4efe7 100%);
}

.cnd-bg-dark {
  background:
    radial-gradient(circle at 90% 10%, rgba(175,147,96,.22), transparent 30%),
    linear-gradient(145deg, #16120d 0%, #241f18 100%);
  color: #ffffff;
}

.cnd-bg-dark .cnd-heading,
.cnd-bg-dark .cnd-heading-lg,
.cnd-bg-dark .cnd-heading-xl,
.cnd-bg-dark .cnd-heading-sm,
.cnd-bg-dark .cnd-card-title,
.cnd-bg-dark .cnd-cta-title {
  color: #ffffff;
}

.cnd-bg-dark .cnd-subtitle,
.cnd-bg-dark .cnd-text-muted {
  color: rgba(255,255,255,.72);
}

/* =========================================================
   Subtle Luxury Grid Background
   ========================================================= */

.cnd-bg-grid {
  position: relative;
  overflow: hidden;
}

.cnd-bg-grid::before {
  content: "";
  position: absolute;
  inset: 0;

  background-image:
    linear-gradient(rgba(175,147,96,.045) 1px, transparent 1px),
    linear-gradient(90deg, rgba(175,147,96,.045) 1px, transparent 1px);

  background-size: 84px 84px;
  pointer-events: none;
  z-index: 0;
}

.cnd-bg-grid > * {
  position: relative;
  z-index: 1;
}

/* =========================================================
   05. Layout
   ========================================================= */

.cnd-section {
  position: relative;
  padding: var(--cnd-section-space) 0;
}

.cnd-section-sm {
  padding: var(--cnd-section-space-sm) 0;
}

.cnd-section-lg {
  padding: var(--cnd-section-space-lg) 0;
}

.cnd-container {
  width: min(var(--cnd-container), calc(100% - 40px));
  margin: 0 auto;
}

.cnd-container-wide {
  width: min(var(--cnd-container-wide), calc(100% - 40px));
  margin: 0 auto;
}

.cnd-grid-2,
.cnd-grid-3,
.cnd-grid-4 {
  display: grid;
}

.cnd-grid-2 {
  grid-template-columns: repeat(2, 1fr);
  gap: 56px;
}

.cnd-grid-3 {
  grid-template-columns: repeat(3, 1fr);
  gap: 34px;
}

.cnd-grid-4 {
  grid-template-columns: repeat(4, 1fr);
  gap: 28px;
}

.cnd-align-center {
  align-items: center;
}

.cnd-gap-sm {
  gap: 20px;
}

.cnd-gap-md {
  gap: 34px;
}

.cnd-gap-lg {
  gap: 64px;
}

/* =========================================================
   06. Buttons
   ========================================================= */

.cnd-btn-group {
  display: flex;
  align-items: flex-start;
  gap: 18px;
  flex-wrap: wrap;
}

.cnd-btn {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;

  box-sizing: border-box !important;
  height: 58px !important;
  min-height: 58px !important;
  padding: 0 28px !important;

  border-radius: 999px;
  font-family: var(--cnd-font-body);
  font-size: 13px;
  font-weight: 700;
  line-height: 1 !important;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  text-decoration: none !important;
  white-space: nowrap;

  margin: 0 !important;
  cursor: pointer;
  transition: var(--cnd-transition);
}

.cnd-btn-primary,
.cnd-btn-gold {
  background: #AF9360;
  color: #ffffff;
  border: 1px solid #AF9360;
  box-shadow: inset 0 1px 0 rgba(255,255,255,0.18);
}

.cnd-btn-primary:hover,
.cnd-btn-gold:hover {
  background: #9C8254;
  border-color: #9C8254;
  color: #ffffff;
  transform: translateY(-2px);
}

.cnd-btn-secondary {
  background: #ffffff;
  color: #16120D;
  border: 1px solid #E7DED0;
}

.cnd-btn-secondary:hover {
  background: #ffffff;
  border-color: #AF9360;
  color: #AF9360;
  transform: translateY(-2px);
}

.cnd-bg-dark .cnd-btn-secondary,
.cnd-bg-luxury .cnd-btn-secondary {
  background: rgba(255, 255, 255, 0.96);
  color: #16120D;
  border-color: rgba(255, 255, 255, 0.56);
}

.cnd-bg-dark .cnd-btn-secondary:hover,
.cnd-bg-luxury .cnd-btn-secondary:hover {
  color: #AF9360;
  border-color: #AF9360;
}

.cnd-btn br {
  display: none !important;
}

/* =========================================================
   07. Cards
   ========================================================= */

.cnd-card {
  background: var(--cnd-white);
  border: 1px solid var(--cnd-border);
  border-radius: var(--cnd-radius-md);
  overflow: hidden;
  box-shadow: var(--cnd-shadow-soft);
  transition: var(--cnd-transition);
}

.cnd-card:hover {
  transform: translateY(-6px);
  box-shadow: var(--cnd-shadow-luxury);
}

.cnd-card-media {
  position: relative;
  aspect-ratio: 16 / 10;
  overflow: hidden;
}

.cnd-card-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.7s ease;
}

.cnd-card:hover .cnd-card-media img {
  transform: scale(1.05);
}

.cnd-card-body {
  padding: 30px;
}

.cnd-card-title {
  font-size: 30px;
  line-height: 1.08;
  margin: 0 0 14px;
}

.cnd-card-desc {
  font-size: 15px;
  line-height: 1.75;
  color: var(--cnd-muted);
  margin: 0;
}

/* =========================================================
   08. Image Cards
   ========================================================= */

.cnd-image-card {
  position: relative;
  min-height: 440px;
  border-radius: var(--cnd-radius-lg);
  overflow: hidden;
  color: var(--cnd-white);
  background: var(--cnd-dark);
}

.cnd-image-card img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.cnd-image-card::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(
    180deg,
    rgba(22, 18, 13, 0.08) 0%,
    rgba(22, 18, 13, 0.82) 100%
  );
}

.cnd-image-card-content {
  position: absolute;
  left: 34px;
  right: 34px;
  bottom: 34px;
  z-index: 2;
}

.cnd-image-card-title {
  font-family: var(--cnd-font-heading);
  font-size: 42px;
  line-height: 1;
  letter-spacing: -0.045em;
  font-weight: 700;
  margin: 0 0 12px;
  color: var(--cnd-white);
}

.cnd-image-card-desc {
  color: rgba(255, 255, 255, 0.76);
  margin: 0;
}

/* =========================================================
   09. Tables
   ========================================================= */

.cnd-table-wrap {
  width: 100%;
  overflow-x: auto;
  border: 1px solid var(--cnd-border);
  border-radius: var(--cnd-radius-md);
  background: var(--cnd-white);
}

.cnd-table {
  width: 100%;
  border-collapse: collapse;
  min-width: 680px;
}

.cnd-table th,
.cnd-table td {
  padding: 20px 24px;
  border-bottom: 1px solid var(--cnd-border);
  text-align: left;
  vertical-align: top;
}

.cnd-table th {
  background: var(--cnd-dark);
  color: var(--cnd-white);
  font-size: 12px;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  font-weight: 700;
}

.cnd-table td {
  color: var(--cnd-text);
}

.cnd-table tr:last-child td {
  border-bottom: 0;
}

/* =========================================================
   10. Lists
   ========================================================= */

.cnd-list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.cnd-list li {
  position: relative;
  padding-left: 30px;
  margin-bottom: 15px;
  color: var(--cnd-text);
}

.cnd-list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.78em;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--cnd-gold);
}

.cnd-list-bordered li {
  padding: 20px 0 20px 30px;
  border-bottom: 1px solid var(--cnd-border);
}

.cnd-list-bordered li:last-child {
  border-bottom: 0;
}

.cnd-bg-dark .cnd-list li,
.cnd-bg-luxury .cnd-list li {
  color: rgba(255, 255, 255, 0.82);
}

/* =========================================================
   11. Badge / Meta / Breadcrumb
   ========================================================= */

.cnd-badge {
  display: inline-flex;
  align-items: center;
  padding: 9px 14px;
  border-radius: 999px;
  background: var(--cnd-gold-soft);
  color: var(--cnd-gold-dark);
  font-size: 11px;
  line-height: 1;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.cnd-meta {
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
  font-size: 13px;
  color: var(--cnd-muted);
}

.cnd-breadcrumb {
  display: flex;
  gap: 8px;
  align-items: center;
  flex-wrap: wrap;
  margin-bottom: 26px;
  font-size: 13px;
  color: var(--cnd-muted);
}

.cnd-breadcrumb a {
  color: var(--cnd-muted);
}

.cnd-breadcrumb a:hover {
  color: var(--cnd-gold);
}

/* =========================================================
   12. Forms
   ========================================================= */

.cnd-form {
  display: grid;
  gap: 16px;
}

.cnd-form input,
.cnd-form select,
.cnd-form textarea {
  width: 100%;
  min-height: 56px;
  padding: 15px 17px;
  border: 1px solid var(--cnd-border);
  border-radius: var(--cnd-radius-sm);
  background: var(--cnd-white);
  color: var(--cnd-text);
  font-family: var(--cnd-font-body);
  font-size: 14px;
  outline: none;
  transition: var(--cnd-transition);
}

.cnd-form textarea {
  min-height: 124px;
  resize: vertical;
}

.cnd-form input:focus,
.cnd-form select:focus,
.cnd-form textarea:focus {
  border-color: var(--cnd-gold);
  box-shadow: 0 0 0 3px rgba(168, 137, 85, 0.14);
}

.cnd-form ::placeholder {
  color: rgba(75, 70, 63, 0.52);
}

/* =========================================================
   13. CTA
   ========================================================= */

.cnd-cta {
  position: relative;
  padding: 64px;
  border-radius: var(--cnd-radius-lg);
  background:
    radial-gradient(circle at top right, rgba(168, 137, 85, 0.22), transparent 32%),
    var(--cnd-dark);
  color: var(--cnd-white);
  overflow: hidden;
}

.cnd-cta-title {
  font-size: clamp(40px, 5vw, 72px);
  line-height: 0.98;
  margin: 0 0 18px;
  color: var(--cnd-white);
}

.cnd-cta-desc {
  max-width: 700px;
  margin: 0 0 32px;
  color: rgba(255, 255, 255, 0.74);
}

/* =========================================================
   14. Quote
   ========================================================= */

.cnd-quote {
  padding: 44px;
  border-left: 4px solid var(--cnd-gold);
  background: var(--cnd-white);
  border-radius: 0 var(--cnd-radius-md) var(--cnd-radius-md) 0;
  box-shadow: var(--cnd-shadow-soft);
}

.cnd-quote p {
  font-size: 34px;
  line-height: 1.22;
  margin: 0;
}

/* =========================================================
   15. FAQ
   ========================================================= */

.cnd-faq {
  display: grid;
  gap: 16px;
}

.cnd-faq-item {
  padding: 26px 30px;
  background: var(--cnd-white);
  border: 1px solid var(--cnd-border);
  border-radius: var(--cnd-radius-md);
}

.cnd-faq-question {
  font-size: 28px;
  line-height: 1.18;
  margin: 0 0 12px;
}

.cnd-faq-answer {
  color: var(--cnd-muted);
  margin: 0;
}

/* =========================================================
   16. Stats
   ========================================================= */

.cnd-stats {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  border: 1px solid var(--cnd-border);
  background: var(--cnd-white);
  border-radius: var(--cnd-radius-md);
  overflow: hidden;
}

.cnd-stat {
  padding: 34px;
  border-right: 1px solid var(--cnd-border);
}

.cnd-stat:last-child {
  border-right: 0;
}

.cnd-stat-number {
  display: block;
  font-family: var(--cnd-font-heading);
  font-size: 48px;
  line-height: 1;
  letter-spacing: -0.04em;
  color: var(--cnd-heading);
}

.cnd-stat-label {
  display: block;
  margin-top: 12px;
  font-size: 13px;
  line-height: 1.6;
  color: var(--cnd-muted);
  text-transform: uppercase;
  letter-spacing: 0.08em;
  font-weight: 600;
}

/* =========================================================
   17. Divider
   ========================================================= */

.cnd-divider {
  width: 100%;
  height: 1px;
  background: var(--cnd-border);
  margin: 56px 0;
}

.cnd-divider-gold {
  width: 80px;
  height: 1px;
  background: var(--cnd-gold);
  margin: 28px 0;
}

/* =========================================================
   18. Utilities
   ========================================================= */

.cnd-mt-0 { margin-top: 0; }
.cnd-mt-24 { margin-top: 24px; }
.cnd-mt-40 { margin-top: 40px; }
.cnd-mt-56 { margin-top: 56px; }
.cnd-mt-72 { margin-top: 72px; }

.cnd-mb-0 { margin-bottom: 0; }
.cnd-mb-24 { margin-bottom: 24px; }
.cnd-mb-40 { margin-bottom: 40px; }
.cnd-mb-56 { margin-bottom: 56px; }
.cnd-mb-72 { margin-bottom: 72px; }

.cnd-radius-md {
  border-radius: var(--cnd-radius-md);
}

.cnd-radius-lg {
  border-radius: var(--cnd-radius-lg);
}

.cnd-shadow {
  box-shadow: var(--cnd-shadow-soft);
}

.cnd-overflow-hidden {
  overflow: hidden;
}

/* =========================================================
   19. Responsive
   ========================================================= */

@media (max-width: 991px) {
  .cnd-grid-2,
  .cnd-grid-3,
  .cnd-grid-4 {
    grid-template-columns: 1fr 1fr;
  }

  .cnd-stats {
    grid-template-columns: 1fr 1fr;
  }

  .cnd-stat {
    border-bottom: 1px solid var(--cnd-border);
  }
}

@media (max-width: 767px) {
  body {
    font-size: 15px;
  }

  .cnd-container,
  .cnd-container-wide {
    width: min(100% - 28px, var(--cnd-container));
  }

  .cnd-section,
  .cnd-section-sm,
  .cnd-section-lg {
    padding: 68px 0;
  }

  .cnd-grid-2,
  .cnd-grid-3,
  .cnd-grid-4 {
    grid-template-columns: 1fr;
    gap: 26px;
  }

  .cnd-heading-xl {
    font-size: clamp(48px, 15vw, 72px);
    line-height: 0.98;
  }

  .cnd-heading-lg {
    font-size: clamp(42px, 12vw, 62px);
  }

  .cnd-heading {
    font-size: clamp(34px, 10vw, 48px);
  }

  .cnd-section-head,
  .cnd-section-head-center {
    margin-bottom: 40px;
  }

  .cnd-subtitle {
    font-size: 16px;
  }

  .cnd-card-body {
    padding: 24px;
  }

  .cnd-image-card {
    min-height: 380px;
  }

  .cnd-image-card-content {
    left: 24px;
    right: 24px;
    bottom: 24px;
  }

  .cnd-image-card-title {
    font-size: 36px;
  }

  .cnd-btn-group {
    flex-direction: column;
    align-items: stretch;
  }

  .cnd-btn {
    width: 100%;
    min-height: 56px;
  }

  .cnd-cta {
    padding: 40px 26px;
  }

  .cnd-quote {
    padding: 30px;
  }

  .cnd-quote p {
    font-size: 28px;
  }

  .cnd-stats {
    grid-template-columns: 1fr;
  }

  .cnd-stat {
    border-right: 0;
  }
}

/* =========================================================
   Content Link - link trong bài viết
   ========================================================= */

.cnd-content a {
  color: var(--cnd-gold-dark);
  font-weight: 600;
  text-decoration: underline;
  text-decoration-thickness: 1px;
  text-underline-offset: 4px;
  transition: color .25s ease;
}

.cnd-content a:hover {
  color: var(--cnd-gold);
}


/* =========================================================
   Section Link - link lớn có line bên dưới
   Dùng cho: Xem tổng quan dự án / Xem toàn bộ khu vực
   ========================================================= */

.cnd-link-block {
  text-align: center;
}

.cnd-link-title {
  display: inline-block;
  font-family: var(--cnd-font-body);
  font-size: 18px;
  font-weight: 700;
  color: var(--cnd-heading);
  text-decoration: none;
  transition: color .3s ease;
}

.cnd-link-title:hover {
  color: var(--cnd-gold);
}

.cnd-link-line {
  display: block;
  width: 260px;
  height: 1px;
  margin: 18px auto 0;
  background: rgba(175,147,96,.35);
  transition: width .35s ease, background .35s ease;
}

.cnd-link-block:hover .cnd-link-line {
  width: 320px;
  background: var(--cnd-gold);
}


/* =========================================================
   Read More Link - chỉ dùng cho card / block bài viết
   Dùng dạng: Xem dự án →
   ========================================================= */

.cnd-readmore {
  position: relative;
  display: inline-block;
  width: fit-content;

  font-family: var(--cnd-font-body);
  font-size: 13px;
  font-weight: 700;
  line-height: 1;
  letter-spacing: .04em;

  color: var(--cnd-heading);
  text-decoration: none;

  transition:
    color .35s ease,
    letter-spacing .35s ease,
    transform .35s ease;
}

.cnd-readmore::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: -6px;
  width: 0;
  height: 1px;
  background: currentColor;
  transition: width .35s ease;
}

.cnd-readmore:hover {
  color: var(--cnd-gold);
  letter-spacing: .06em;
  transform: translateX(4px);
}

.cnd-readmore:hover::before {
  width: 100%;
}

.cnd-readmore br {
  display: none !important;
}

/* =========================================================
   Global Mobile
   ========================================================= */

@media (max-width: 767px) {

  .cnd-heading-xl {
    font-size: 38px;
    line-height: 1.15;
    letter-spacing: -0.035em;
  }

  .cnd-heading-lg {
    font-size: 38px;
    line-height: 1.2;
    letter-spacing: -0.035em;
  }

  .cnd-heading {
    font-size: 34px;
    line-height: 1.15;
    letter-spacing: -0.03em;
  }

  .cnd-heading-sm {
    font-size: 28px;
    line-height: 1.18;
  }

  .cnd-subtitle {
    font-size: 16px;
    line-height: 1.75;
  }

  .cnd-kicker {
    margin-left: 0;
    margin-right: 0;
    margin-bottom: 18px;

    font-size: 10px;
    letter-spacing: .12em;
    padding: 8px 14px;
  }

  .cnd-btn-group {
    gap: 0;
    flex-direction: column;
    align-items: stretch;
  }

  .cnd-btn {
    width: 100%;
    height: 56px;
    min-height: 56px;
    padding: 0 24px !important;
  }

}

@media(max-width:767px) {

    .cnd-section-head {
        text-align: center;
    }

    .cnd-section-head .cnd-kicker {
        margin-left: auto;
        margin-right: auto;
    }

}


/* =====================================================
   Homepage Featured Projects
   ===================================================== */
   .cnd-project-card__body {
    display: block;
}

.cnd-project-card__meta {
    display: flex;
    gap: 48px;
    margin-top: 28px;
    padding-top: 24px;

    border-top: 1px solid var(--cnd-border);
    border-left: 0;
    padding-left: 0;
}

.cnd-project-card__meta > div {
    min-width: 180px;
}

.cnd-project-card__meta span {
    display: block;
    margin-bottom: 8px;

    font-size: 11px;
    font-weight: 700;
    letter-spacing: .12em;
    text-transform: uppercase;

    color: var(--cnd-muted);
}

.cnd-project-card__meta strong,
.cnd-project-card__meta a {
    font-size: 18px;
    font-weight: 500;
    line-height: 1.4;

    color: var(--cnd-heading);
    text-decoration: none;
}

.cnd-project-card__meta a:hover {
    color: var(--cnd-accent);
}

@media (max-width: 767px) {

  .cnd-project-card__meta {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 18px;

    margin-top: 22px;
    padding-top: 22px;
  }

  .cnd-project-card__meta > div {
    min-width: 0;
  }

  .cnd-project-card__meta span {
    font-size: 10px;
    margin-bottom: 8px;
  }

  .cnd-project-card__meta strong,
  .cnd-project-card__meta a {
    font-size: 18px;
    line-height: 1.35;
  }

  .cnd-project-card__meta a {
    position: relative;
    display: inline-flex;
    align-items: center;
    gap: 6px;
  }

  .cnd-project-card__meta a::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: -4px;

    width: 100%;
    height: 1px;

    background: var(--cnd-gold);
    transform: scaleX(0);
    transform-origin: left;
    transition: .3s ease;
  }

  .cnd-project-card__meta a:hover::after {
    transform: scaleX(1);
  }

}

/* =====================================================
   Link vị trí Hiệu ứng
   ===================================================== */

.cnd-project-card__meta a {
  position: relative;
  display: inline-flex;
  align-items: center;

  color: var(--cnd-heading);
  text-decoration: none;
  transition: .3s ease;
}

.cnd-project-card__meta a:hover {
  color: var(--cnd-gold);
}

.cnd-project-card__meta a::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -4px;

  width: 100%;
  height: 1px;

  background: var(--cnd-gold);
  transform: scaleX(0);
  transform-origin: left;
  transition: .3s ease;
}

.cnd-project-card__meta a:hover::after {
  transform: scaleX(1);
}

/* =====================================================
   Project Card Component
   Used: Homepage + Area Pages
   ===================================================== */

.cnd-home-projects__grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 32px;
}

.cnd-project-card {
  overflow: hidden;
  border-radius: 32px;
  border: 1px solid var(--cnd-border);
  background: #fff;
  box-shadow: var(--cnd-shadow-soft);
}

.cnd-project-card__media {
  display: block;
  aspect-ratio: 16 / 10;
  overflow: hidden;
}

.cnd-project-card__media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.cnd-project-card__body {
  padding: 32px;
  display: block;
}

.cnd-project-card__label {
  display: inline-flex;
  margin-bottom: 24px;
  padding: 10px 18px;
  border-radius: 999px;
  background: #f5f1e9;
  color: var(--cnd-gold);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: .12em;
  text-transform: uppercase;
}

.cnd-project-card h3 {
  margin: 0 0 22px;
  font-family: var(--cnd-font-heading);
  font-size: 40px;
  line-height: 1;
  font-weight: 600;
  color: var(--cnd-heading);
}

.cnd-project-card__meta {
  display: flex;
  gap: 48px;
  margin-top: 28px;
  padding-top: 24px;
  border-top: 1px solid var(--cnd-border);
}

.cnd-project-card__meta span {
  display: block;
  margin-bottom: 8px;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: .12em;
  text-transform: uppercase;
  color: var(--cnd-muted);
}

.cnd-project-card__meta strong,
.cnd-project-card__meta a {
  font-size: 18px;
  font-weight: 500;
  color: var(--cnd-heading);
  text-decoration: none;
}

@media (max-width: 991px) {
  .cnd-home-projects__grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 767px) {
  .cnd-project-card__body {
    padding: 28px;
  }

  .cnd-project-card h3 {
    font-size: 34px;
  }

  .cnd-project-card__meta {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 18px;
  }
}

/* =========================================================
   Post Card Component
   Used: Homepage + Area Pages
   ========================================================= */

.cnd-home-posts__grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 28px;
  margin-top: 48px;
}

.cnd-post-card {
  overflow: hidden;
  border-radius: 32px;
  border: 1px solid var(--cnd-border);
  background: #fff;
  box-shadow: var(--cnd-shadow-soft);
}

.cnd-post-card__media {
  display: block;
  aspect-ratio: 16 / 10;
  overflow: hidden;
}

.cnd-post-card__media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.cnd-post-card__body {
  padding: 28px;
}

.cnd-post-card__body h3 {
  margin: 0 0 18px;
  font-family: var(--cnd-font-heading);
  font-size: 25px;
  font-weight: 500;
  line-height: 1.25;
  color: var(--cnd-heading);
}

@media (max-width: 991px) {
  .cnd-home-posts__grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 767px) {
  .cnd-home-posts__grid {
    gap: 24px;
    margin-top: 36px;
  }

  .cnd-post-card {
    border-radius: 28px;
  }

  .cnd-post-card__body {
    padding: 24px;
  }

  .cnd-post-card__body h3 {
    font-size: 22px;
    line-height: 1.3;
  }
}

/* =========================================================
   FAQ Component
   Used: Area Pages + Project Hub
   ========================================================= */

.cnd-faq-list {
  display: grid;
  gap: 16px;
}

.cnd-faq-item {
  padding: 28px 32px;
  border-radius: 26px;
  border: 1px solid var(--cnd-border);
  background: rgba(255,255,255,.58);
  box-shadow: var(--cnd-shadow-soft);
}

.cnd-faq-item summary {
  cursor: pointer;
  list-style: none;

  font-family: var(--cnd-font-heading);
  font-size: 28px;
  font-weight: 500;
  line-height: 1.25;

  color: var(--cnd-heading);
}

.cnd-faq-item summary::-webkit-details-marker {
  display: none;
}

.cnd-faq-item summary::after {
  content: "+";
  float: right;

  font-family: var(--cnd-font-body);
  font-size: 24px;
  color: var(--cnd-gold);
}

.cnd-faq-item[open] summary::after {
  content: "−";
}

.cnd-faq-item div {
  max-width: 880px;
  margin-top: 18px;

  font-size: 16px;
  line-height: 1.75;
  color: var(--cnd-muted);
}

@media (max-width: 767px) {
  .cnd-faq-item {
    padding: 24px;
    border-radius: 22px;
  }

  .cnd-faq-item summary {
    font-size: 22px;
    padding-right: 28px;
  }

  .cnd-faq-item summary::after {
    font-size: 22px;
  }

  .cnd-faq-item div {
    font-size: 15px;
    line-height: 1.7;
  }
}