/* ============================================
   THE NEW PAGE — GLOBAL CSS V5 (WordPress)
   Mirrors exactly the V5 style.css design
   ============================================ */

@import url('https://fonts.googleapis.com/css2?family=EB+Garamond:ital,wght@0,400;0,500;0,600;0,700;1,400;1,500;1,600&family=Inter:wght@400;500;600;700&display=swap');

/* ─── RESET & BASE ─── */
*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }

:root {
  --deep-forest:      #18271F;
  --forest-secondary: #26382E;
  --warm-ivory:       #F5F1E5;
  --soft-ivory:       #FBF8EF;
  --terracotta:       #D96B52;
  --terracotta-dark:  #C25B44;
  --ink:              #20211E;
  --secondary-text:   #73766D;
  --border-divider:   #D8D4C8;
  --text-on-dark:       rgba(245, 241, 229, 0.94);
  --text-on-dark-mid:   rgba(245, 241, 229, 0.72);
  --text-on-dark-muted: rgba(245, 241, 229, 0.45);
  --border-on-dark:     rgba(245, 241, 229, 0.16);
  --font-serif: 'EB Garamond', Georgia, serif;
  --font-sans:  'Inter', system-ui, -apple-system, sans-serif;
  --ease: cubic-bezier(0.16, 1, 0.3, 1);
}

html { scroll-behavior: smooth; }
html, body {
  overflow-x: clip;
}
body {
  font-family: var(--font-sans);
  background: var(--warm-ivory);
  color: var(--ink);
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
}
img { display: block; max-width: 100%; height: auto; }
a   { text-decoration: none; color: inherit; }
button { background: none; border: none; cursor: pointer; color: inherit; }

/* ─── CRISP TYPOGRAPHY (Match Design V5 & Fix Blurriness) ─── */
h1, h2, h3, .lead-quote-serif, .margin-section-heading, .centerpiece-question, .hero-highlight-p, .logo-serif, .site-brand-logo, .about-v2-hero-title, .hero-title-italic {
  font-family: 'EB Garamond', Georgia, serif !important;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
}

/* Sans font for body text */
p, .hero-body-prose p, .editorial-prose p, .author-bio-body p, .donate-curated-prose p, .book-spread-card p {
  font-family: 'Inter', system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif !important;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
}

/* ─── SPECIFIC DESIGN V5 TYPOGRAPHY OVERRIDES ─── */
/* Hero Title Second Line: Always EB Garamond Italic (NOT Inter) */
.about-v2-hero .elementor-widget-heading p,
.about-v2-hero h1 + .elementor-widget-heading p,
.about-v2-hero .hero-title-italic,
.hero-title-italic {
  font-family: 'EB Garamond', Georgia, serif !important;
  font-style: italic !important;
  font-weight: 400 !important;
  color: #18271F !important;
}

/* Donate Action Headings: Always Inter Bold Uppercase (NOT EB Garamond) */
.donate-action-heading,
.about-v2-donate-section h3,
.about-v2-donate-section h3.elementor-heading-title,
.about-v2-donate-section .donate-action-box .elementor-heading-title {
  font-family: 'Inter', system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif !important;
  font-size: 11px !important;
  font-weight: 700 !important;
  letter-spacing: 0.18em !important;
  text-transform: uppercase !important;
  color: #18271F !important;
}

/* Light Background Body Text Color */
.hero-body-prose p, .editorial-prose p, .author-bio-body p, .donate-curated-prose p, .book-spread-card p {
  color: #20211E !important;
}

/* Dark Background (Section 03 Centerpiece) Text Colors */
.centerpiece-eyebrow,
.about-v2-centerpiece .centerpiece-eyebrow {
  color: #D96B52 !important;
}

.centerpiece-question,
.about-v2-centerpiece .centerpiece-question {
  color: #F5F1E5 !important;
  font-family: 'EB Garamond', Georgia, serif !important;
  font-style: italic !important;
}

.centerpiece-prose p,
.about-v2-centerpiece .centerpiece-prose p {
  font-family: 'Inter', system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif !important;
  color: rgba(245, 241, 229, 0.76) !important;
}

.centerpiece-sub,
.about-v2-centerpiece .centerpiece-sub,
.about-v2-centerpiece .centerpiece-prose p.centerpiece-sub {
  color: #F5F1E5 !important;
  font-size: 18px !important;
  font-weight: 500 !important;
}

/* ─── SCROLL REVEAL ANIMATION (Matching Design V5 - Safe for Elementor) ─── */
.reveal {
  opacity: 0;
  transform: translateY(28px);
  transition: opacity 0.7s cubic-bezier(0.16, 1, 0.3, 1), transform 0.7s cubic-bezier(0.16, 1, 0.3, 1);
}
.reveal.visible {
  opacity: 1 !important;
  transform: none !important;
  will-change: auto !important;
}

/* CRITICAL: In Elementor Editor or Preview, ALWAYS 100% visible */
body.elementor-editor-active,
body.elementor-editor-active *,
body.elementor-editor-preview,
body.elementor-editor-preview *,
.elementor-editor-active .reveal,
.elementor-editor-preview .reveal,
.elementor-editor-active [class*="reveal"],
.elementor-editor-active .elementor-element,
.elementor-editor-preview .elementor-element,
.elementor-editor-active .e-con,
.elementor-editor-preview .e-con {
  opacity: 1 !important;
  visibility: visible !important;
}

/* Header Hide/Show on Scroll */
header.elementor-location-header,
header.elementor-18,
.elementor-18 > .e-con,
.elementor-18 .elementor-element-6f45dc93,
#site-header,
#tnp-site-header {
  transition: transform 0.4s cubic-bezier(0.16, 1, 0.3, 1) !important;
}
header.elementor-location-header.tnp-header-hidden,
header.elementor-18.tnp-header-hidden,
.elementor-18 .elementor-element-6f45dc93.tnp-header-hidden,
#site-header.tnp-header-hidden,
#tnp-site-header.tnp-header-hidden {
  transform: translateY(-100%) !important;
}

/* ─── WORDPRESS ADMIN BAR OFFSET FOR FIXED HEADER ─── */
body.admin-bar .elementor-location-header,
body.admin-bar .elementor-18,
body.admin-bar .elementor-18 > .e-con,
body.admin-bar .tnp-global-header-outer {
  top: 32px !important;
}
@media screen and (max-width: 782px) {
  body.admin-bar .elementor-location-header,
  body.admin-bar .elementor-18,
  body.admin-bar .elementor-18 > .e-con,
  body.admin-bar .tnp-global-header-outer {
    top: 46px !important;
  }
}

::-webkit-scrollbar { width: 5px; }
::-webkit-scrollbar-track { background: var(--warm-ivory); }
::-webkit-scrollbar-thumb { background: var(--border-divider); border-radius: 4px; }

/* Elementor override: Only top-level parent sections stretch to 100% */
.elementor > .e-con,
.elementor > .e-con-full,
.elementor-23 > .e-con,
.elementor-section-wrap > .elementor-section {
  max-width: 100% !important;
  width: 100% !important;
}
.elementor-section-wrap > .elementor-section:first-child { margin-top: 0 !important; }

/* Accents */
.accent-em, em.accent-em { font-style: italic !important; color: #D96B52 !important; }
.accent-text { font-style: normal !important; color: #D96B52 !important; }

/* ─────────────────────────────────────────
   HEADER (Fixed, Logo left - Nav center - CTA right)
───────────────────────────────────────── */
#tnp-site-header {
  position: fixed; top: 0; left: 0; right: 0;
  z-index: 100; padding: 20px 48px;
  background: rgba(24, 39, 31, 0.96);
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
  border-bottom: 1px solid var(--border-on-dark);
  transition: transform 0.4s ease;
}
.tnp-nav-inner {
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  max-width: 1440px; margin: 0 auto; width: 100%;
}
.tnp-site-logo {
  display: inline-flex; align-items: center;
  font-family: var(--font-serif);
  font-size: 24px; font-weight: 600;
  letter-spacing: -0.01em; color: var(--warm-ivory);
}
.tnp-desktop-nav {
  display: flex; align-items: center; justify-content: center;
  gap: 40px;
}
.tnp-desktop-nav a {
  font-family: var(--font-sans); font-size: 14px; font-weight: 500;
  color: var(--text-on-dark-mid); letter-spacing: 0.02em;
  transition: color 0.2s;
}
.tnp-desktop-nav a:hover, .tnp-desktop-nav a.nav-active {
  color: var(--warm-ivory); font-weight: 600;
}
.tnp-header-right {
  display: flex; align-items: center; gap: 16px; justify-self: end;
}
.tnp-nav-cta {
  display: inline-flex; align-items: center; justify-content: center;
  background: var(--terracotta);
  color: #FFFFFF !important;
  font-family: var(--font-sans); font-size: 11.5px; font-weight: 700;
  letter-spacing: 0.16em; text-transform: uppercase;
  padding: 10px 22px; border-radius: 100px;
  transition: background 0.2s, transform 0.2s;
}
.tnp-nav-cta:hover { background: var(--terracotta-dark); transform: translateY(-1px); }
.tnp-menu-btn {
  color: var(--warm-ivory);
  display: none; align-items: center; justify-content: center;
  width: 40px; height: 40px;
}
@media (max-width: 960px) {
  .tnp-menu-btn { display: flex; }
  .tnp-desktop-nav { display: none; }
  .tnp-nav-cta { display: none; }
  #tnp-site-header { padding: 16px 24px; }
}

/* ─────────────────────────────────────────
   FULLSCREEN MENU
───────────────────────────────────────── */
#tnp-fullscreen-menu {
  position: fixed; inset: 0; background: var(--deep-forest);
  z-index: 200; display: flex; flex-direction: column;
  align-items: center; justify-content: center;
  opacity: 0; pointer-events: none; transition: opacity 0.4s var(--ease);
}
#tnp-fullscreen-menu.open { opacity: 1; pointer-events: all; }
#tnp-menu-close {
  position: absolute; top: 28px; right: 48px;
  color: var(--text-on-dark-muted);
  width: 44px; height: 44px; display: flex; align-items: center; justify-content: center;
}
#tnp-menu-close:hover { color: var(--warm-ivory); }
.tnp-fs-nav { display: flex; flex-direction: column; align-items: center; gap: 12px; }
.tnp-fs-link {
  font-family: var(--font-serif); font-size: clamp(34px, 5.5vw, 60px);
  color: var(--text-on-dark-mid); transition: color 0.2s, transform 0.2s;
}
.tnp-fs-link:hover { color: var(--warm-ivory); transform: translateX(6px); }
.tnp-fs-social {
  position: absolute; bottom: 48px;
  display: flex; gap: 20px; align-items: center;
  font-size: 12px; color: var(--text-on-dark-muted);
}
.tnp-fs-social a { color: var(--text-on-dark-mid); transition: color 0.2s; }
.tnp-fs-social a:hover { color: var(--warm-ivory); }

/* ─────────────────────────────────────────
   SHARED: SECTIONS, LABELS, REVEALS, BUTTONS
───────────────────────────────────────── */
.tnp-section-light { background: var(--warm-ivory); color: var(--ink); }
.tnp-section-dark  { background: var(--deep-forest); color: var(--text-on-dark); }
.tnp-section-border-top { border-top: 1px solid var(--border-divider); }

.tnp-section-label {
  display: flex; align-items: center; gap: 14px; margin-bottom: 28px;
}
.tnp-section-label.justify-center { justify-content: center; }
.tnp-label-line {
  height: 1px; width: 36px; background: var(--border-on-dark);
  flex-shrink: 0;
}
.tnp-label-line.dark { background: var(--terracotta); }
.tnp-label-line.on-dark { background: var(--border-on-dark); }
.tnp-label-text {
  font-size: 11px; font-weight: 700; letter-spacing: 0.35em;
  text-transform: uppercase; color: var(--text-on-dark-muted);
}
.tnp-label-text.dark { color: var(--terracotta); }
.tnp-label-text.on-dark { color: var(--text-on-dark-muted); }


/* Buttons */
.tnp-btn-primary {
  display: inline-flex; align-items: center; gap: 18px;
  min-height: 52px; padding: 0 34px; border-radius: 100px;
  font-family: var(--font-sans); font-size: 14.5px; font-weight: 600;
  color: #FFFFFF; background: var(--terracotta);
  box-shadow: 0 8px 24px rgba(217, 107, 82, 0.3);
  transition: all 0.22s var(--ease);
}
.tnp-btn-primary:hover { background: var(--terracotta-dark); transform: translateY(-2px); }
.tnp-btn-primary.lg { min-height: 58px; padding: 0 44px; font-size: 16px; }

.tnp-accent-em { font-style: italic; color: var(--terracotta); }

/* B&W images */
.img-bw {
  filter: grayscale(100%); object-fit: cover;
  width: 100%; height: 100%;
  transition: filter 0.3s ease, transform 0.3s ease;
}

/* Page wrapper offset for fixed header */
.tnp-page-main { padding-top: 80px; }

/* ─────────────────────────────────────────
   HERO (COVER DEEP FOREST - CENTERED)
───────────────────────────────────────── */
.tnp-hero {
  position: relative; min-height: 92dvh;
  display: flex; align-items: center; justify-content: center;
  background: var(--deep-forest); overflow: hidden;
  padding-top: 80px;
}
.tnp-hero-bg { position: absolute; inset: 0; }
.tnp-hero-img {
  position: absolute; inset: 0; width: 100%; height: 100%;
  object-fit: cover; object-position: center;
  opacity: 0.42; filter: grayscale(35%) brightness(0.70);
}
.tnp-hero-overlay-lr {
  position: absolute; inset: 0;
  background: radial-gradient(circle at 50% 50%, rgba(24,39,31,0.70) 0%, rgba(24,39,31,0.96) 100%);
}
.tnp-hero-overlay-tb {
  position: absolute; inset: 0;
  background: linear-gradient(to bottom, rgba(24,39,31,0.6) 0%, transparent 40%, rgba(24,39,31,0.98) 100%);
}
.tnp-hero-content {
  position: relative; z-index: 10;
  max-width: 960px; margin: 0 auto; text-align: center;
  padding: 80px 32px;
  opacity: 0; transform: translateY(24px);
  transition: opacity 0.9s var(--ease), transform 0.9s var(--ease);
}
.tnp-hero-content.visible { opacity: 1; transform: none; }
.tnp-hero-title {
  font-family: var(--font-serif) !important;
  font-size: clamp(54px, 7.2vw, 108px) !important;
  font-weight: 400 !important; line-height: 1.05 !important;
  letter-spacing: -0.035em !important;
  color: var(--warm-ivory) !important;
  margin-bottom: 0 !important;
}
.tnp-hero-title em { font-style: italic; font-weight: 400; color: var(--warm-ivory); }
.tnp-hero-divider {
  margin: 32px auto; height: 1px; width: 72px;
  background: var(--border-on-dark);
}
.tnp-hero-desc {
  max-width: 640px; margin: 0 auto;
  font-family: var(--font-sans); font-size: 17px; line-height: 1.8;
  color: var(--text-on-dark-mid); margin-bottom: 40px;
}
.tnp-hero-actions { display: flex; justify-content: center; margin-top: 8px; }
.tnp-hero-scroll-hint {
  position: absolute; bottom: 24px; left: 50%; transform: translateX(-50%);
  display: flex; flex-direction: column; align-items: center; gap: 12px; z-index: 10;
}
.tnp-scroll-text {
  font-size: 9.5px; font-weight: 700; letter-spacing: 0.35em;
  text-transform: uppercase; color: var(--text-on-dark-muted);
}
.tnp-scroll-line { width: 1px; height: 36px; background: var(--border-on-dark); }
.tnp-scroll-dot  { width: 8px; height: 8px; border-radius: 50%; border: 1.5px solid var(--terracotta); }

/* ─────────────────────────────────────────
   SECTION 01: VỀ THE NEW PAGE
───────────────────────────────────────── */
.tnp-philosophy-wrap { position: relative; overflow: hidden; }
.tnp-philosophy-img-wrap {
  position: absolute; top: 0; right: 0; bottom: 0; width: 48%; pointer-events: none;
}
.tnp-philosophy-img-wrap img {
  position: absolute; inset: 0; width: 100%; height: 100%;
  object-fit: cover; filter: grayscale(60%);
}
.tnp-phil-img-fade {
  position: absolute; inset: 0;
  background: linear-gradient(to right, var(--warm-ivory) 0%, rgba(245,241,229,0.45) 60%, rgba(245,241,229,0.15) 100%);
}
.tnp-philosophy-grid {
  position: relative; z-index: 2;
  display: grid; grid-template-columns: 38% 62%;
  max-width: 1440px; margin: 0 auto; min-height: 680px;
  align-items: stretch;
}
.tnp-phil-col-left {
  padding: 80px 56px 80px 72px;
  display: flex; flex-direction: column; justify-content: space-between;
  border-right: 1px solid var(--border-divider);
}
.tnp-phil-quote-block {
  display: flex; flex-direction: column; align-items: center; text-align: center;
  margin: auto 0; padding: 24px 0;
}
.tnp-phil-pin-indicator {
  display: flex; flex-direction: column; align-items: center; margin-bottom: 28px;
}
.tnp-phil-pin-dot {
  width: 12px; height: 12px; border-radius: 50%;
  background: var(--terracotta);
  box-shadow: 0 0 0 4px rgba(217,107,82,0.22);
}
.tnp-phil-pin-line {
  width: 1px; height: 60px;
  background: linear-gradient(to bottom, var(--terracotta) 0%, rgba(216,212,200,0.8) 100%);
}
.tnp-phil-center-heading {
  font-family: var(--font-serif) !important;
  font-size: clamp(32px, 3.4vw, 44px) !important;
  font-weight: 500 !important; line-height: 1.22 !important;
  letter-spacing: -0.02em !important;
  color: var(--deep-forest) !important; text-align: center;
}
.tnp-phil-col-right {
  padding: 80px 72px 80px 64px; display: flex; align-items: center;
}
.tnp-phil-right-content { max-width: 620px; }
.tnp-phil-intro-lead { font-size: 16px; line-height: 1.85; color: var(--ink); margin-bottom: 26px; }
.tnp-phil-right-title {
  font-family: var(--font-serif); font-size: 22px; font-weight: 600;
  text-transform: uppercase; line-height: 1.3; letter-spacing: 0.02em;
  color: var(--deep-forest); margin-bottom: 16px;
}
.tnp-phil-right-body { font-size: 15.5px; line-height: 1.85; color: var(--secondary-text); margin-bottom: 24px; }
.tnp-phil-closing-quote {
  font-family: var(--font-serif); font-size: 18px; font-style: italic;
  color: var(--deep-forest); margin-top: 24px; line-height: 1.6;
  border-left: 2px solid var(--terracotta); padding-left: 16px;
}

/* ─────────────────────────────────────────
   SECTION 02: KHÁM PHÁ
───────────────────────────────────────── */
.tnp-kham-pha-container { max-width: 1440px; margin: 0 auto; padding: 0 72px; }
.tnp-kham-pha-grid {
  display: grid; grid-template-columns: 1fr 1fr; align-items: stretch;
}
.tnp-kham-pha-col-left {
  display: flex; flex-direction: column; justify-content: flex-start;
  padding: 88px 56px 88px 0; border-right: 1px solid var(--border-divider);
}
.tnp-kham-pha-col-right {
  display: flex; flex-direction: column; justify-content: flex-start;
  padding: 88px 0 88px 56px;
}
.tnp-kham-pha-col-header { min-height: 190px; display: flex; flex-direction: column; margin-bottom: 24px; }
.tnp-kham-pha-subtitle {
  font-size: 11px; font-weight: 700; letter-spacing: 0.22em; text-transform: uppercase;
  color: var(--secondary-text); margin-bottom: 28px;
}
.tnp-kham-pha-title {
  font-family: var(--font-serif); font-size: clamp(34px, 3.8vw, 44px);
  font-weight: 600; text-transform: uppercase; line-height: 1.16;
  letter-spacing: 0.01em; color: var(--deep-forest); margin-bottom: 16px;
}
.tnp-kham-pha-desc { font-size: 15.5px; line-height: 1.75; color: var(--secondary-text); }
.tnp-action-visual-list {
  display: flex; flex-direction: column;
  border-top: 1px solid var(--border-divider);
  border-bottom: 1px solid var(--border-divider);
  height: 520px;
}
.tnp-action-visual-item {
  flex: 1; display: grid; grid-template-columns: 80px 1fr;
  align-items: center; gap: 20px; padding: 8px 0;
  border-bottom: 1px solid var(--border-divider); background: transparent;
  transition: background 0.2s;
}
.tnp-action-visual-item:last-child { border-bottom: none; }
.tnp-action-item-meta { display: flex; flex-direction: column; align-items: flex-start; gap: 4px; }
.tnp-action-num { font-size: 15px; font-weight: 700; color: var(--terracotta); line-height: 1; }
.tnp-action-name { font-size: 13.5px; font-weight: 700; letter-spacing: 0.06em; color: var(--deep-forest); transition: color 0.2s; }
.tnp-action-visual-item:hover .tnp-action-name { color: var(--terracotta); }
.tnp-action-img-wrap {
  height: 92px; width: 100%; max-width: 270px; overflow: hidden; border-radius: 4px;
  border: 1px solid var(--border-divider); background: var(--soft-ivory);
  transition: border-color 0.25s, box-shadow 0.25s;
}
.tnp-action-visual-item:hover .tnp-action-img-wrap {
  border-color: rgba(217,107,82,0.45);
  box-shadow: 0 4px 14px rgba(24,39,31,0.06);
}
.tnp-action-disabled { opacity: 0.45; cursor: not-allowed; }
.tnp-pillar-visual-list {
  display: flex; flex-direction: column; justify-content: space-between; height: 520px;
}
.tnp-pillar-visual-item {
  display: grid; grid-template-columns: 210px 1fr; align-items: center; gap: 24px; padding: 8px 0;
}
.tnp-pillar-img-wrap {
  height: 126px; width: 210px; overflow: hidden; border-radius: 4px;
  border: 1px solid var(--border-divider); background: var(--soft-ivory);
}
.tnp-pillar-row-title {
  font-family: var(--font-serif); font-size: 22px; font-weight: 600;
  text-transform: uppercase; letter-spacing: 0.03em; color: var(--deep-forest); margin-bottom: 6px;
}
.tnp-pillar-row-desc { font-size: 14.5px; line-height: 1.7; color: var(--secondary-text); }

/* ─────────────────────────────────────────
   SECTION 03: ĐỌC (Featured Articles)
───────────────────────────────────────── */
.tnp-featured-doc-container { max-width: 1440px; margin: 0 auto; padding: 104px 72px; }
.tnp-featured-doc-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 88px; align-items: start; }
.tnp-featured-doc-heading {
  font-family: var(--font-serif); font-size: clamp(38px, 4.2vw, 48px);
  font-weight: 600; text-transform: uppercase; line-height: 1.16;
  letter-spacing: 0.01em; color: var(--deep-forest); margin-bottom: 24px;
}
.tnp-featured-doc-sub { font-size: 16px; line-height: 1.8; color: var(--secondary-text); max-width: 480px; }
.tnp-curated-articles-list { display: flex; flex-direction: column; border-top: 1px solid var(--border-divider); }
.tnp-curated-article-item {
  display: grid; grid-template-columns: 44px 1fr; gap: 20px;
  padding: 28px 0; border-bottom: 1px solid var(--border-divider);
}
.tnp-curated-num { font-size: 14px; font-weight: 700; color: var(--terracotta); padding-top: 4px; }
.tnp-curated-title {
  font-family: var(--font-sans); font-size: 17px; font-weight: 600;
  line-height: 1.45; color: var(--deep-forest); transition: color 0.2s;
}
.tnp-curated-title:hover { color: var(--terracotta); }
.tnp-curated-excerpt { margin-top: 8px; font-size: 14.5px; line-height: 1.7; color: var(--secondary-text); }
.tnp-all-articles-link {
  display: inline-flex; align-items: center; gap: 8px; margin-top: 36px;
  font-size: 13.5px; font-weight: 700; letter-spacing: 0.1em; text-transform: uppercase;
  color: var(--terracotta); border-bottom: 1px solid var(--terracotta); padding-bottom: 2px;
  transition: gap 0.2s;
}
.tnp-all-articles-link:hover { gap: 14px; }

/* ─────────────────────────────────────────
   SECTION 04: SUY NGHĨ (Thought Cards)
───────────────────────────────────────── */
.tnp-thoughts-container { max-width: 1440px; margin: 0 auto; padding: 96px 72px; }
.tnp-thoughts-header { margin-bottom: 48px; }
.tnp-thoughts-title {
  font-family: var(--font-serif); font-size: clamp(38px, 4.2vw, 48px);
  font-weight: 600; text-transform: uppercase; letter-spacing: 0.01em; color: var(--deep-forest);
}
.tnp-thoughts-sub { margin-top: 12px; font-size: 16px; color: var(--secondary-text); }
.tnp-thoughts-grid {
  display: grid; grid-template-columns: repeat(2, 1fr); gap: 32px;
}
.tnp-thought-card {
  background: var(--soft-ivory); border: 1px solid var(--border-divider);
  padding: 40px 36px; display: flex; flex-direction: column;
  justify-content: space-between; min-height: 200px;
  transition: border-color 0.2s, background 0.2s, transform 0.2s;
}
.tnp-thought-card:hover { background: #FFFFFF; border-color: var(--deep-forest); transform: translateY(-2px); }
.tnp-thought-quote {
  font-family: var(--font-serif); font-size: 20px; font-style: normal;
  line-height: 1.6; color: var(--deep-forest); margin-bottom: 24px;
}
.tnp-thought-read { font-size: 13px; font-weight: 700; color: var(--terracotta); align-self: flex-end; }
.tnp-thoughts-footer { margin-top: 48px; text-align: center; }
.tnp-all-thoughts-link {
  display: inline-flex; align-items: center; gap: 8px;
  font-size: 13px; font-weight: 700; letter-spacing: 0.1em; text-transform: uppercase;
  color: var(--deep-forest); border-bottom: 1px solid var(--deep-forest); padding-bottom: 3px;
  transition: color 0.2s, border-color 0.2s;
}
.tnp-all-thoughts-link:hover { color: var(--terracotta); border-color: var(--terracotta); }

/* ─────────────────────────────────────────
   SECTION 05: VIẾT (Dark Forest)
───────────────────────────────────────── */
.tnp-viet-section { padding: 112px 72px; }
.tnp-viet-container { max-width: 1440px; margin: 0 auto; }
.tnp-viet-header { max-width: 900px; margin-bottom: 64px; }
.tnp-viet-main-title {
  font-family: var(--font-serif) !important; font-size: clamp(38px, 4.2vw, 48px) !important;
  font-weight: 600 !important; text-transform: uppercase; line-height: 1.16 !important;
  letter-spacing: 0.01em !important; color: var(--warm-ivory) !important; margin-bottom: 18px;
}
.tnp-viet-main-desc { font-size: 16.5px; line-height: 1.8; color: var(--text-on-dark-mid); }
.tnp-viet-grid {
  display: grid; grid-template-columns: 1.15fr 0.85fr; gap: 40px; align-items: stretch;
}
.tnp-flagship-card {
  background: rgba(38, 56, 46, 0.45); border: 1px solid var(--forest-secondary);
  border-radius: 12px; padding: 48px 40px; display: flex; flex-direction: column;
  justify-content: space-between; height: 100%;
}
.tnp-flagship-badge {
  font-size: 11px; font-weight: 700; text-transform: uppercase; letter-spacing: 0.18em;
  color: var(--terracotta); margin-bottom: 16px;
}
.tnp-flagship-title {
  font-family: var(--font-serif); font-size: 30px; font-weight: 600;
  text-transform: uppercase; letter-spacing: 0.01em;
  color: var(--warm-ivory); line-height: 1.25; margin-bottom: 24px;
}
.tnp-flagship-visual {
  height: 240px; overflow: hidden; border-radius: 8px; margin-bottom: 24px;
  border: 1px solid var(--border-on-dark);
}
.tnp-flagship-visual img { width: 100%; height: 100%; object-fit: cover; filter: grayscale(40%); }
.tnp-flagship-desc { font-size: 15.5px; line-height: 1.8; color: var(--text-on-dark-mid); margin-bottom: 32px; }
.tnp-viet-cta-link {
  display: inline-flex; align-items: center; gap: 10px;
  font-size: 13.5px; font-weight: 700; letter-spacing: 0.1em; text-transform: uppercase;
  color: var(--terracotta); border-bottom: 1px solid var(--terracotta); padding-bottom: 3px; align-self: flex-start;
}
.tnp-viet-sidebar {
  display: flex; flex-direction: column; justify-content: space-between; gap: 24px; height: 100%;
}
.tnp-short-card {
  flex: 1; background: rgba(38, 56, 46, 0.35); border: 1px solid var(--forest-secondary);
  border-radius: 12px; padding: 36px 32px; display: flex; flex-direction: column; justify-content: space-between;
}
.tnp-course-duration {
  font-size: 11px; font-weight: 700; text-transform: uppercase; letter-spacing: 0.16em;
  color: var(--text-on-dark-muted); margin-bottom: 12px;
}
.tnp-course-title {
  font-family: var(--font-serif); font-size: 22px; font-weight: 600;
  text-transform: uppercase; letter-spacing: 0.01em;
  color: var(--warm-ivory); line-height: 1.35; margin-bottom: 14px;
}
.tnp-course-desc { font-size: 14.5px; line-height: 1.75; color: var(--text-on-dark-mid); margin-bottom: 24px; }
.tnp-viet-link-sm {
  font-size: 12.5px; font-weight: 700; letter-spacing: 0.1em; text-transform: uppercase;
  color: var(--warm-ivory); border-bottom: 1px solid var(--border-on-dark); padding-bottom: 2px; align-self: flex-start;
}
.tnp-viet-link-sm:hover { color: var(--terracotta); border-color: var(--terracotta); }

/* ─────────────────────────────────────────
   SECTION 06: MỖI TUẦN MỘT LẦN (CTA)
───────────────────────────────────────── */
.tnp-cta-section { padding: 120px 72px; }
.tnp-cta-box { max-width: 760px; margin: 0 auto; text-align: center; }
.tnp-cta-title {
  font-family: var(--font-serif); font-size: clamp(38px, 4.2vw, 48px);
  font-weight: 600; text-transform: uppercase; line-height: 1.16;
  letter-spacing: 0.01em; color: var(--deep-forest); margin-bottom: 24px;
}
.tnp-cta-desc { font-size: 17px; line-height: 1.8; color: var(--secondary-text); margin-bottom: 36px; }
.tnp-cta-actions { display: flex; justify-content: center; }
.tnp-cta-footnote { margin-top: 24px; font-size: 12px; color: var(--secondary-text); }

/* ─────────────────────────────────────────
   FOOTER (Deep Forest)
───────────────────────────────────────── */
.tnp-footer {
  background: var(--deep-forest);
  border-top: 1px solid var(--border-on-dark);
  padding: 64px 72px 48px;
}
.tnp-footer-inner {
  max-width: 1440px; margin: 0 auto;
  display: grid; grid-template-columns: 1fr auto auto; gap: 80px; align-items: start;
}
.tnp-footer-logo {
  font-family: var(--font-serif); font-size: 28px; font-weight: 600;
  color: var(--warm-ivory); letter-spacing: -0.01em; margin-bottom: 12px;
}
.tnp-footer-tagline { font-size: 14.5px; color: var(--text-on-dark-mid); }
.tnp-footer-nav { display: flex; flex-direction: column; gap: 12px; }
.tnp-footer-nav a { font-size: 14px; color: var(--text-on-dark-mid); transition: color 0.2s; }
.tnp-footer-nav a:hover { color: var(--warm-ivory); }
.tnp-footer-social { display: flex; flex-direction: column; gap: 10px; }
.tnp-footer-social a {
  font-size: 11.5px; font-weight: 700; letter-spacing: 0.16em; text-transform: uppercase;
  color: var(--text-on-dark-muted); transition: color 0.2s;
}
.tnp-footer-social a:hover { color: var(--warm-ivory); }
.tnp-footer-bottom {
  max-width: 1440px; margin: 48px auto 0;
  padding-top: 24px; border-top: 1px solid var(--border-on-dark);
  display: flex; justify-content: space-between; align-items: center;
}
.tnp-footer-copy { font-size: 12px; color: var(--text-on-dark-muted); }

/* ─────────────────────────────────────────
   SUB-PAGE: ĐỌC (doc.html)
───────────────────────────────────────── */
.tnp-library-main { padding: 150px 72px 108px; max-width: 1440px; margin: 0 auto; }
.tnp-library-hero { padding: 40px 0 64px; text-align: center; }
.tnp-library-hero-inner { max-width: 800px; margin: 0 auto; }
.tnp-library-eyebrow {
  font-size: 11px; font-weight: 700; letter-spacing: 0.28em; text-transform: uppercase;
  color: var(--terracotta); margin-bottom: 20px;
}
.tnp-library-title {
  font-family: var(--font-serif); font-size: clamp(38px, 5vw, 64px);
  font-weight: 500; letter-spacing: -0.02em; color: var(--deep-forest);
  margin-bottom: 32px; line-height: 1.15;
}
.tnp-library-prose { max-width: 700px; margin: 0 auto; text-align: left; }
.tnp-library-prose p { font-size: 17px; line-height: 1.85; color: var(--ink); margin-bottom: 18px; }
.tnp-categories-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 64px 88px; margin-top: 72px; }
.tnp-category-block { border-top: 1.5px solid var(--deep-forest); padding-top: 24px; }
.tnp-category-header { display: flex; align-items: baseline; justify-content: space-between; margin-bottom: 24px; }
.tnp-category-name {
  font-family: var(--font-serif); font-size: 28px; font-weight: 600;
  letter-spacing: -0.01em; color: var(--deep-forest);
}
.tnp-category-count { font-size: 12px; font-weight: 600; color: var(--secondary-text); }
.tnp-category-article-list { list-style: none; display: flex; flex-direction: column; gap: 16px; margin-bottom: 24px; }
.tnp-category-article-list li a {
  font-size: 16px; line-height: 1.6; color: var(--ink);
  border-bottom: 1px solid transparent; transition: color 0.2s, border-color 0.2s;
}
.tnp-category-article-list li a:hover { color: var(--terracotta); border-color: var(--terracotta); }
.tnp-category-more-link {
  font-size: 12.5px; font-weight: 700; letter-spacing: 0.08em; text-transform: uppercase; color: var(--terracotta);
}

/* ─────────────────────────────────────────
   SUB-PAGE: SUY NGHĨ (suy-nghi.html)
───────────────────────────────────────── */
.tnp-thoughts-page-main { padding: 150px 72px 108px; max-width: 1440px; margin: 0 auto; }
.tnp-thoughts-page-hero { padding: 40px 0 64px; text-align: center; }
.tnp-thoughts-page-title {
  font-family: var(--font-serif); font-size: clamp(48px, 6vw, 76px);
  font-weight: 600; letter-spacing: -0.02em; color: var(--deep-forest); margin-bottom: 16px;
}
.tnp-thoughts-page-desc { font-size: 17.5px; color: var(--secondary-text); }
.tnp-thoughts-page-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 32px; }
.tnp-thought-grid-item {
  background: var(--soft-ivory); border: 1px solid var(--border-divider);
  border-radius: 6px; padding: 40px 34px; display: flex; flex-direction: column;
  justify-content: space-between; min-height: 230px; transition: all 0.22s var(--ease);
}
.tnp-thought-grid-item:hover {
  background: #FFFFFF; border-color: var(--deep-forest); transform: translateY(-3px);
  box-shadow: 0 10px 30px rgba(0,0,0,0.05);
}
.tnp-thought-item-quote {
  font-family: var(--font-serif); font-size: 19px; line-height: 1.65;
  color: var(--deep-forest); margin-bottom: 20px;
}
.tnp-thought-item-cta { font-size: 12px; font-weight: 700; color: var(--terracotta); align-self: flex-end; }

/* ─────────────────────────────────────────
   SUB-PAGE HERO (Đọc, Viết, About)
───────────────────────────────────────── */
.tnp-subpage-hero {
  min-height: 60vh; display: flex; align-items: flex-end;
  background: var(--deep-forest); position: relative; overflow: hidden;
  padding-top: 80px;
}
.tnp-subpage-hero-bg {
  position: absolute; inset: 0;
}
.tnp-subpage-hero-bg img {
  width: 100%; height: 100%; object-fit: cover;
  opacity: 0.35; filter: grayscale(50%);
}
.tnp-subpage-hero-overlay {
  position: absolute; inset: 0;
  background: linear-gradient(to top, rgba(24,39,31,0.95) 0%, rgba(24,39,31,0.5) 100%);
}
.tnp-subpage-hero-content {
  position: relative; z-index: 2;
  max-width: 1440px; margin: 0 auto; width: 100%;
  padding: 80px 72px;
}
.tnp-subpage-eyebrow {
  font-size: 11px; font-weight: 700; letter-spacing: 0.35em; text-transform: uppercase;
  color: var(--terracotta); margin-bottom: 20px;
}
.tnp-subpage-title {
  font-family: var(--font-serif); font-size: clamp(48px, 6.5vw, 90px);
  font-weight: 500; letter-spacing: -0.025em; line-height: 1.08;
  color: var(--warm-ivory); margin-bottom: 24px;
}
.tnp-subpage-desc {
  max-width: 640px; font-size: 17px; line-height: 1.8;
  color: var(--text-on-dark-mid);
}

/* ─────────────────────────────────────────
   ABOUT PAGE
───────────────────────────────────────── */
.tnp-about-content {
  max-width: 1440px; margin: 0 auto; padding: 80px 72px;
}
.tnp-about-grid {
  display: grid; grid-template-columns: 1fr 1fr; gap: 80px; align-items: start;
}
.tnp-about-title {
  font-family: var(--font-serif); font-size: clamp(32px, 4vw, 52px);
  font-weight: 500; line-height: 1.2; color: var(--deep-forest); margin-bottom: 32px;
}
.tnp-about-body p { font-size: 16.5px; line-height: 1.85; color: var(--ink); margin-bottom: 20px; }

/* ─────────────────────────────────────────
   RESPONSIVE
───────────────────────────────────────── */
/* ─────────────────────────────────────────
   RESPONSIVE DESIGN SYSTEM (Post 18, 23, 69)
───────────────────────────────────────── */

/* ── HEADER RESPONSIVE (Post 18) ── */
@media (max-width: 1024px) {
  .elementor-18 .e-con.e-parent > .e-con {
    display: flex !important;
    flex-direction: row !important;
    align-items: center !important;
    justify-content: flex-start !important;
    padding: 0 24px !important;
    flex-wrap: nowrap !important;
    height: 60px !important;
    width: 100% !important;
    box-sizing: border-box !important;
    position: relative !important;
  }
  /* Child 1: Logo */
  .elementor-18 .e-con.e-parent > .e-con > .elementor-element:nth-child(1) {
    order: 1 !important;
    flex: 0 0 auto !important;
    width: auto !important;
    max-width: 160px !important;
  }
  .elementor-18 .e-con.e-parent > .e-con > .elementor-element:nth-child(1) a {
    font-size: 20px !important;
    line-height: 1 !important;
    white-space: nowrap !important;
  }
  /* Child 3: Substack button container */
  .elementor-18 .e-con.e-parent > .e-con > .elementor-element:nth-child(3) {
    order: 2 !important;
    flex: 0 0 auto !important;
    margin-left: auto !important;
    margin-right: 12px !important;
    width: auto !important;
  }
  .elementor-18 .e-con.e-parent > .e-con > .elementor-element:nth-child(3) .elementor-button {
    padding: 7px 14px !important;
    font-size: 10.5px !important;
    letter-spacing: 0.12em !important;
    white-space: nowrap !important;
  }
  /* Child 2: Nav Menu (Hamburger) */
  .elementor-18 .e-con.e-parent > .e-con > .elementor-element:nth-child(2) {
    order: 3 !important;
    flex: 0 0 auto !important;
    width: auto !important;
    margin: 0 !important;
    padding: 0 !important;
    position: static !important;
  }
  .elementor-18 .elementor-nav-menu--main {
    display: none !important;
  }
  .elementor-18 .elementor-menu-toggle {
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    width: 38px !important;
    height: 38px !important;
    padding: 0 !important;
    background: transparent !important;
    border: none !important;
    cursor: pointer !important;
    color: #F5F1E5 !important;
  }
  .elementor-18 .elementor-menu-toggle svg {
    width: 24px !important;
    height: 24px !important;
    fill: #F5F1E5 !important;
    stroke: #F5F1E5 !important;
    pointer-events: none !important;
  }
  .elementor-18 .elementor-menu-toggle:not(.elementor-active) .elementor-menu-toggle__icon--open {
    display: block !important;
  }
  .elementor-18 .elementor-menu-toggle:not(.elementor-active) .elementor-menu-toggle__icon--close {
    display: none !important;
  }
  .elementor-18 .elementor-menu-toggle.elementor-active .elementor-menu-toggle__icon--open {
    display: none !important;
  }
  .elementor-18 .elementor-menu-toggle.elementor-active .elementor-menu-toggle__icon--close {
    display: block !important;
  }
  /* Dropdown Menu Fullwidth (attaches to bottom of header) */
  .elementor-18 .elementor-nav-menu--dropdown {
    position: absolute !important;
    top: 100% !important;
    left: 0 !important;
    right: 0 !important;
    width: 100% !important;
    max-height: calc(100vh - 60px) !important;
    overflow-y: auto !important;
    background-color: #18271F !important;
    border-bottom: 1px solid rgba(245, 241, 229, 0.16) !important;
    box-shadow: 0 24px 48px rgba(0, 0, 0, 0.7) !important;
    padding: 24px 24px 36px !important;
    z-index: 9999 !important;
    box-sizing: border-box !important;
    display: none !important;
  }
  .elementor-18 .elementor-nav-menu--dropdown.elementor-active,
  .elementor-18 .elementor-menu-toggle.elementor-active ~ .elementor-nav-menu--dropdown,
  .elementor-18 .elementor-menu-toggle.elementor-active + .elementor-nav-menu--dropdown {
    display: block !important;
  }
  .elementor-18 .elementor-nav-menu--dropdown ul {
    list-style: none !important;
    padding: 0 !important;
    margin: 0 !important;
    display: flex !important;
    flex-direction: column !important;
    gap: 4px !important;
  }
  .elementor-18 .elementor-nav-menu--dropdown a {
    font-family: 'EB Garamond', Georgia, serif !important;
    font-size: 22px !important;
    font-weight: 500 !important;
    color: rgba(245, 241, 229, 0.85) !important;
    padding: 12px 0 !important;
    display: block !important;
    border-bottom: 1px solid rgba(245, 241, 229, 0.08) !important;
    text-decoration: none !important;
    transition: color 0.2s ease, padding-left 0.2s ease !important;
  }
  .elementor-18 .elementor-nav-menu--dropdown a:hover {
    color: #F5F1E5 !important;
    padding-left: 6px !important;
  }
}

@media (max-width: 680px) {
  .elementor-18 .e-con.e-parent > .e-con {
    padding: 0 16px !important;
  }
  .elementor-18 .e-con.e-parent > .e-con > .elementor-element:nth-child(1) a {
    font-size: 19px !important;
  }
}

body.admin-bar .elementor-18.elementor-location-header {
  top: 32px !important;
}
@media screen and (max-width: 782px) {
  body.admin-bar .elementor-18.elementor-location-header {
    top: 46px !important;
  }
}

/* ── FOOTER RESPONSIVE (Post 69) ── */
.elementor-69 {
  background-color: #18271F !important;
  border-top: 1px solid rgba(245, 241, 229, 0.16) !important;
}
.elementor-69 > .e-con.e-parent {
  padding: 48px 72px !important;
  box-sizing: border-box !important;
}
.elementor-69 > .e-con.e-parent > .e-con {
  max-width: 1440px !important;
  width: 100% !important;
  margin: 0 auto !important;
  padding: 0 !important;
  display: grid !important;
  grid-template-columns: 1fr auto 1fr !important;
  align-items: center !important;
  gap: 32px !important;
}
.elementor-69 .e-con.e-parent .e-con {
  padding: 0 !important;
}
@media (max-width: 1024px) {
  .elementor-69 > .e-con.e-parent {
    padding: 40px 28px !important;
  }
  .elementor-69 > .e-con.e-parent > .e-con {
    grid-template-columns: 1fr !important;
    text-align: center !important;
    gap: 22px !important;
  }
  .elementor-69 .e-con.e-parent .elementor-widget {
    justify-content: center !important;
    align-items: center !important;
    text-align: center !important;
  }
  .elementor-69 .e-con.e-parent .e-con {
    justify-content: center !important;
    align-items: center !important;
    text-align: center !important;
  }
}
@media (max-width: 680px) {
  .elementor-69 > .e-con.e-parent {
    padding: 36px 20px !important;
  }
  .elementor-69 > .e-con.e-parent > .e-con {
    gap: 18px !important;
  }
}

/* ══════════════════════════════════════════════════════════════════
   STICKY MARGINALIA TITLES (ABOUT PAGE V5)
   ══════════════════════════════════════════════════════════════════ */
.about-v2-marginalia-layout {
  display: grid !important;
  grid-template-columns: 260px 1fr !important;
  gap: 64px !important;
  align-items: stretch !important;
}

.about-v2-marginalia-layout > .elementor-element:first-child {
  position: -webkit-sticky !important;
  position: sticky !important;
  top: 130px !important;
  align-self: flex-start !important;
  height: fit-content !important;
  z-index: 10 !important;
}

.about-v2-hero-grid {
  display: grid !important;
  grid-template-columns: 1fr 1.3fr !important;
  gap: 80px !important;
  align-items: stretch !important;
}

.about-v2-hero-grid > .elementor-element:first-child {
  position: -webkit-sticky !important;
  position: sticky !important;
  top: 120px !important;
  align-self: flex-start !important;
  height: fit-content !important;
  z-index: 10 !important;
}

@media (max-width: 1024px) {
  .about-v2-marginalia-layout {
    grid-template-columns: 1fr !important;
    gap: 32px !important;
  }
  .about-v2-marginalia-layout > .elementor-element:first-child,
  .about-v2-hero-grid > .elementor-element:first-child {
    position: static !important;
    align-self: auto !important;
  }
}

/* ══════════════════════════════════════════════════════════════════
   DONATE SECTION (SECTION 06) EXACT PADDING & BUTTON ALIGNMENT
   ══════════════════════════════════════════════════════════════════ */
/* Ensure both boxes stretch and are flex columns */
.about-v2-donate-section .donate-curated-actions-grid,
.about-v2-donate-section .donate-curated-card > .e-con:nth-child(2) {
  display: grid !important;
  grid-template-columns: 1fr 1fr !important;
  align-items: stretch !important;
}

.about-v2-donate-section .donate-action-box,
.about-v2-donate-section .donate-curated-card > .e-con:nth-child(2) > .e-con-full.donate-action-box {
  display: flex !important;
  flex-direction: column !important;
  padding: 36px 44px 40px !important;
  box-sizing: border-box !important;
}

/* Ensure widgets and inner containers have zero horizontal padding/margins so text aligns with heading */
.about-v2-donate-section .donate-action-box > .elementor-widget,
.about-v2-donate-section .donate-action-box > .e-con {
  padding-left: 0 !important;
  padding-right: 0 !important;
  margin-left: 0 !important;
  margin-right: 0 !important;
}

/* 2-column prices grid in monthly box */
.donate-prices-grid,
.about-v2-donate-section .donate-prices-grid {
  display: grid !important;
  grid-template-columns: 1fr 1fr !important;
  gap: 20px !important;
  margin-bottom: 28px !important;
  margin-left: 0 !important;
  margin-right: 0 !important;
  padding: 0 !important;
  width: 100% !important;
}

.about-v2-donate-section .donate-prices-grid > .elementor-element,
.donate-prices-grid .elementor-widget-text-editor {
  margin-bottom: 0 !important;
  padding-left: 0 !important;
  padding-right: 0 !important;
  margin-left: 0 !important;
  margin-right: 0 !important;
}

.donate-prices-grid ul.donate-action-list,
.donate-prices-grid ul {
  list-style: none !important;
  list-style-type: none !important;
  padding: 0 !important;
  margin: 0 !important;
  display: flex !important;
  flex-direction: column !important;
  gap: 6px !important;
}

.donate-prices-grid li {
  list-style: none !important;
  margin: 0 !important;
  padding: 0 !important;
}

.donate-prices-grid p {
  margin: 0 0 6px !important;
  line-height: 1.9 !important;
}

.donate-prices-grid p:last-child {
  margin-bottom: 0 !important;
}

.donate-prices-grid a,
.donate-prices-grid li a {
  font-family: 'Inter', sans-serif !important;
  font-size: 15px !important;
  color: #20211E !important;
  line-height: 1.9 !important;
  text-decoration: none !important;
  transition: color 0.15s !important;
  white-space: nowrap !important;
}

.donate-prices-grid a:hover,
.donate-prices-grid li a:hover {
  color: #D96B52 !important;
}

/* Gap below description in once box: exactly 28px */
.about-v2-donate-section .donate-action-box--once .elementor-widget-text-editor,
.about-v2-donate-section .donate-curated-card > .e-con:nth-child(2) > .e-con:last-child .elementor-widget-text-editor {
  margin-bottom: 28px !important;
  padding-left: 0 !important;
  padding-right: 0 !important;
}
.about-v2-donate-section .donate-action-box--once p {
  margin-bottom: 0 !important;
}

/* Push BOTH buttons to the bottom of their boxes (margin-top: auto) */
.about-v2-donate-section .donate-action-box > .elementor-widget-button,
.about-v2-donate-section .donate-curated-card > .e-con:nth-child(2) > .e-con > .elementor-widget-button,
.about-v2-donate-section .donate-action-box .donate-m-btn {
  margin-top: auto !important;
  margin-bottom: 0 !important;
  padding-left: 0 !important;
  padding-right: 0 !important;
  margin-left: 0 !important;
  margin-right: 0 !important;
}

/* Center button text & ensure perfect pill padding */
.about-v2-donate-section .elementor-button {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  padding: 11px 28px !important;
  border-radius: 100px !important;
  line-height: 1.2 !important;
  font-family: 'Inter', system-ui, -apple-system, sans-serif !important;
  font-size: 13.5px !important;
  font-weight: 700 !important;
  letter-spacing: 0.04em !important;
  text-transform: uppercase !important;
  width: fit-content !important;
}

.about-v2-donate-section .donate-action-box--monthly .elementor-button {
  border: 1.5px solid transparent !important;
}

@media (max-width: 768px) {
  .about-v2-donate-section .donate-curated-actions-grid,
  .about-v2-donate-section .donate-curated-card > .e-con:nth-child(2) {
    grid-template-columns: 1fr !important;
  }
  .about-v2-donate-section .donate-action-box,
  .about-v2-donate-section .donate-curated-card > .e-con:nth-child(2) > .e-con {
    padding: 28px 24px !important;
  }
}

/* ══════════════════════════════════════════════════════════════════
   GLOBAL TYPOGRAPHY & SECTION SPACING (MIRRORS DESIGN V5 EXACTLY)
   ══════════════════════════════════════════════════════════════════ */

/* Reset paragraph spacing inside text editors */
.elementor-widget-text-editor p {
  margin-bottom: 20px;
}
.elementor-widget-text-editor p:last-child {
  margin-bottom: 0;
}

/* 01. HERO SECTION */
.about-v2-hero .about-v2-badge,
.about-v2-hero .about-v2-badge.e-con {
  margin-bottom: 24px !important;
}
.about-v2-hero .hero-title-group,
.about-v2-hero .hero-title-group.e-con {
  margin-bottom: 64px !important;
}
.about-v2-hero .about-v2-hero-title,
.about-v2-hero .about-v2-hero-title .elementor-heading-title,
.about-v2-hero h1.elementor-heading-title {
  margin-bottom: 0 !important;
}
.about-v2-hero .hero-title-italic,
.about-v2-hero .hero-title-italic .elementor-heading-title {
  margin-bottom: 0 !important;
}
.about-v2-hero .hero-lead-quote,
.about-v2-hero .hero-lead-quote-col .elementor-widget-heading {
  margin-bottom: 18px !important;
}
.about-v2-hero .hero-body-prose p,
.about-v2-hero .hero-prose-col .elementor-widget-text-editor:first-child p {
  margin-bottom: 22px !important;
}
.about-v2-hero .hero-body-prose p:last-child,
.about-v2-hero .hero-prose-col .elementor-widget-text-editor:first-child p:last-child {
  margin-bottom: 0 !important;
}

/* 02. SECTION: THE NEW PAGE LÀ GÌ */
.about-v2-section .about-v2-margin-col .elementor-widget-heading,
.about-v2-section .margin-label-sticky .elementor-widget-heading {
  margin-bottom: 16px !important;
}
.about-v2-section .about-v2-content-col .elementor-widget-text-editor:first-child {
  margin-bottom: 22px !important;
}
.about-v2-section .about-v2-content-col .elementor-widget-text-editor p {
  margin-bottom: 22px !important;
}
.about-v2-section .about-v2-content-col .elementor-widget-text-editor p:last-child {
  margin-bottom: 0 !important;
}

/* 03. FULL-BLEED MONUMENTAL CENTERPIECE */
.about-v2-centerpiece {
  background-color: #18271F !important;
  color: #F5F1E5 !important;
  padding: 120px 48px !important;
  text-align: center !important;
}
.about-v2-centerpiece > .e-con-inner,
.about-v2-centerpiece > .e-con {
  max-width: 880px !important;
  margin: 0 auto !important;
  align-items: center !important;
}
.about-v2-centerpiece .centerpiece-eyebrow,
.about-v2-centerpiece .elementor-widget-heading:first-child {
  margin-bottom: 32px !important;
}
.about-v2-centerpiece .centerpiece-eyebrow .elementor-heading-title,
.about-v2-centerpiece .elementor-widget-heading:first-child .elementor-heading-title {
  font-family: 'Inter', system-ui, -apple-system, sans-serif !important;
  font-size: 11px !important;
  font-weight: 700 !important;
  letter-spacing: 0.28em !important;
  text-transform: uppercase !important;
  color: #D96B52 !important;
}
.about-v2-centerpiece .centerpiece-question,
.about-v2-centerpiece .elementor-widget-heading:nth-child(2) {
  margin-bottom: 40px !important;
}
.about-v2-centerpiece .centerpiece-question .elementor-heading-title,
.about-v2-centerpiece h2.elementor-heading-title {
  font-family: 'EB Garamond', Georgia, serif !important;
  font-size: clamp(32px, 4.5vw, 54px) !important;
  font-weight: 500 !important;
  font-style: italic !important;
  line-height: 1.25 !important;
  letter-spacing: -0.02em !important;
  color: #F5F1E5 !important;
  margin-bottom: 40px !important;
}
.about-v2-centerpiece .centerpiece-sub-wrap,
.about-v2-centerpiece .elementor-widget-text-editor:nth-child(3) {
  margin-bottom: 18px !important;
}
.about-v2-centerpiece .centerpiece-sub,
.about-v2-centerpiece .elementor-widget-text-editor:nth-child(3) p {
  font-family: 'Inter', system-ui, -apple-system, sans-serif !important;
  font-size: 18px !important;
  font-weight: 500 !important;
  line-height: 1.7 !important;
  color: #F5F1E5 !important;
  margin: 0 !important;
}
.about-v2-centerpiece .centerpiece-body-wrap,
.about-v2-centerpiece .elementor-widget-text-editor:nth-child(4) {
  max-width: 680px !important;
  margin: 0 auto !important;
}
.about-v2-centerpiece .elementor-widget-text-editor:nth-child(4) p {
  font-family: 'Inter', system-ui, -apple-system, sans-serif !important;
  font-size: 16.5px !important;
  line-height: 1.85 !important;
  color: rgba(245, 241, 229, 0.76) !important;
  margin-bottom: 18px !important;
}
.about-v2-centerpiece .elementor-widget-text-editor:nth-child(4) p:last-child {
  margin-bottom: 0 !important;
}
@media (max-width: 768px) {
  .about-v2-centerpiece {
    padding: 80px 20px !important;
  }
}

/* 04. BOOK SPREAD CARD */
.book-spread-card .spread-tag,
.book-spread-card h4.elementor-heading-title {
  margin-bottom: 14px !important;
  font-size: 11px !important;
  letter-spacing: 0.18em !important;
}
.book-spread-card .elementor-widget-heading {
  margin-bottom: 14px !important;
}
.book-spread-card .elementor-widget-text-editor {
  margin-bottom: 18px !important;
}
.book-spread-card .elementor-widget-text-editor:last-child {
  margin-bottom: 0 !important;
}
.book-spread-card p {
  margin-bottom: 18px !important;
  line-height: 1.82 !important;
  font-size: 16px !important;
}
.book-spread-card p:last-child {
  margin-bottom: 0 !important;
}
.book-spread-card .spread-highlight p {
  font-family: 'EB Garamond', Georgia, serif !important;
  font-size: 17.5px !important;
  line-height: 1.55 !important;
  font-style: italic !important;
  color: #18271F !important;
}

/* 05. AUTHOR BIO */
.about-v2-section .author-bio-header,
.about-v2-section .e-con:has(.author-bio-name) {
  margin-bottom: 28px !important;
}
.about-v2-section .author-bio-name,
.about-v2-section .elementor-widget-heading:has(h3) {
  margin-bottom: 4px !important;
}
.about-v2-section .author-bio-body p {
  margin-bottom: 22px !important;
  line-height: 1.88 !important;
  font-size: 17px !important;
}
.about-v2-section .author-bio-body p:last-child {
  margin-bottom: 0 !important;
}

/* 06. DONATE SECTION */
.about-v2-donate-section .donate-curated-header,
.about-v2-donate-section .e-con:first-child .elementor-widget:first-child {
  margin-bottom: 18px !important;
}
.about-v2-donate-section .donate-curated-title,
.about-v2-donate-section h2.donate-curated-title {
  margin-bottom: 20px !important;
}
.about-v2-donate-section .donate-curated-prose p {
  margin-bottom: 14px !important;
}
.about-v2-donate-section .donate-curated-prose p:last-child {
  margin-bottom: 0 !important;
}
.about-v2-donate-section .donate-action-heading,
.about-v2-donate-section h3.donate-action-heading {
  margin-bottom: 20px !important;
}




/* ────────────────────────────────────────────

   PAGE: VIẾT SALES LANDING (viet.html)
───────────────────────────────────────────── */

/* Hero Section: Full Illustrated Background */
.viet-hero-illustrated {
  position: relative;
  min-height: 94dvh;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  text-align: center;
  background: var(--warm-ivory);
  padding: 145px 32px 210px;
  overflow: hidden;
  border-bottom: 1px solid var(--border-divider);
}

.viet-hero-illustrated-bg-wrap {
  position: absolute;
  inset: 0;
  z-index: 1;
  pointer-events: none;
}

.viet-hero-illustrated-bg {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center bottom;
  filter: contrast(1.02) brightness(0.99);
}

.viet-hero-illustrated-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(
    180deg,
    rgba(245, 241, 229, 0.94) 0%,
    rgba(245, 241, 229, 0.82) 22%,
    rgba(245, 241, 229, 0.40) 48%,
    rgba(245, 241, 229, 0.12) 70%,
    rgba(245, 241, 229, 0.88) 100%
  );
}

.viet-hero-illustrated-content {
  position: relative;
  z-index: 10;
  max-width: 900px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.viet-hero-illustrated-badge {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 6px 18px;
  background: rgba(245, 241, 229, 0.88);
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
  border: 1px solid rgba(184, 92, 56, 0.28);
  border-radius: 100px;
  margin-bottom: 24px;
  box-shadow: 0 4px 16px rgba(24, 39, 31, 0.04);
}
.badge-dot {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: var(--terracotta);
}
.badge-text {
  font-family: var(--font-sans);
  font-size: 11.5px;
  font-weight: 700;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: var(--terracotta);
}

.viet-hero-illustrated-title {
  font-family: var(--font-serif);
  font-size: clamp(48px, 6vw, 84px);
  font-weight: 500;
  line-height: 1.08;
  letter-spacing: -0.03em;
  color: var(--deep-forest);
  margin-bottom: 22px;
}
.viet-hero-illustrated-title em.accent-em {
  font-style: italic;
  color: var(--terracotta);
  font-weight: 500;
}

.viet-hero-illustrated-lead {
  font-family: var(--font-sans);
  font-size: clamp(17px, 1.25vw, 20px);
  line-height: 1.68;
  color: #2D3A32;
  max-width: 580px;
  margin-bottom: 36px;
}

.viet-hero-illustrated-actions {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 18px;
  flex-wrap: wrap;
}

.btn-outline-glass {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  min-height: 56px;
  padding: 0 32px;
  border-radius: 100px;
  font-family: var(--font-sans);
  font-size: 15px;
  font-weight: 600;
  color: var(--deep-forest);
  background: rgba(245, 241, 229, 0.82);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  border: 1.5px solid rgba(24, 39, 31, 0.28);
  box-shadow: 0 4px 16px rgba(24, 39, 31, 0.04);
  transition: all 0.24s var(--ease);
}
.btn-outline-glass:hover {
  background: rgba(245, 241, 229, 0.98);
  border-color: var(--deep-forest);
  color: var(--deep-forest);
  transform: translateY(-2px);
  box-shadow: 0 8px 24px rgba(24, 39, 31, 0.1);
}

/* Shared Container for Viet Page */
.viet-section-container {
  max-width: 1440px; margin: 0 auto; padding: 110px 72px;
}
.viet-section-title {
  font-family: var(--font-serif); font-size: clamp(32px, 3.6vw, 46px);
  font-weight: 600; text-transform: uppercase; line-height: 1.18; letter-spacing: 0.01em;
  color: var(--deep-forest); margin-bottom: 24px;
}
.viet-section-title em.accent-em {
  text-transform: uppercase;
}
.viet-section-desc {
  font-size: 17px; line-height: 1.85; color: var(--secondary-text); max-width: 820px;
}

/* Section 01: Context (Centered Elegant Editorial Block) */
.viet-context-single-block {
  max-width: 860px; margin: 0 auto; text-align: center;
}
.context-pin-indicator {
  display: flex; flex-direction: column; align-items: center; margin: 0 auto 28px;
}
.context-pin-dot {
  width: 11px; height: 11px; border-radius: 50%;
  background: var(--terracotta);
  box-shadow: 0 0 0 4px rgba(217, 107, 82, 0.22);
}
.context-pin-line {
  width: 1px; height: 48px;
  background: linear-gradient(to bottom, var(--terracotta) 0%, rgba(216, 212, 200, 0.8) 100%);
}
.viet-context-question {
  font-family: var(--font-serif); font-size: clamp(32px, 3.6vw, 46px);
  font-weight: 500; line-height: 1.25; letter-spacing: -0.018em;
  color: var(--deep-forest); margin-bottom: 36px; text-align: center;
}
.viet-prose-block {
  display: flex; flex-direction: column; gap: 20px;
  font-size: 17px; line-height: 1.85; color: var(--ink);
  text-align: left; max-width: 800px; margin: 0 auto;
}
.viet-quote-banner {
  padding: 36px 44px; background: var(--soft-ivory);
  border: 1px solid var(--border-divider);
  border-left: 4px solid var(--terracotta); border-radius: 0 8px 8px 0;
  margin: 40px auto; max-width: 820px; text-align: center;
  box-shadow: 0 8px 24px rgba(24, 39, 31, 0.04);
}
.viet-quote-lead {
  font-family: var(--font-serif); font-size: clamp(21px, 2.4vw, 27px);
  font-style: italic; line-height: 1.55; color: var(--deep-forest);
}
.viet-context-closing-text {
  margin-top: 16px; font-size: 18px; line-height: 1.8; color: var(--deep-forest);
  text-align: center;
}
.viet-context-closing-text strong {
  color: var(--deep-forest); font-weight: 600;
}

/* Section 02: Meaning & 4 Layers (Title Top, 2 Columns Below: Content Left, List Right) */
.viet-meaning-header {
  margin-bottom: 48px;
}
.viet-meaning-2col-grid {
  display: grid; grid-template-columns: 1fr 1.05fr; gap: 72px; align-items: start;
}
.meaning-col-text {
  display: flex; flex-direction: column; gap: 20px;
}
.meaning-col-text .viet-section-desc {
  font-size: 17px; line-height: 1.85; color: var(--secondary-text); margin: 0;
}
.viet-layers-lead-text {
  font-size: 17.5px; line-height: 1.8; color: var(--deep-forest); margin: 0;
}
.viet-meaning-footer-note {
  font-size: 16.5px;
  line-height: 1.8;
  color: var(--secondary-text);
  font-style: normal;
  margin-top: 10px;
}

/* Unboxed Editorial List (Aligned with Left Column Content) */
.meaning-col-list {
  display: flex; flex-direction: column;
  border-top: 1px solid var(--border-divider);
}
.viet-layer-list-item {
  padding: 22px 0; background: none;
  border: none; border-bottom: 1px solid var(--border-divider);
  border-radius: 0; box-shadow: none;
  display: flex; align-items: baseline; gap: 24px;
  transition: transform 0.25s var(--ease), border-color 0.25s var(--ease);
}
.viet-layer-list-item:hover {
  transform: translateX(8px);
  border-bottom-color: var(--terracotta);
}
.viet-layer-list-item .layer-num {
  font-family: var(--font-serif); font-size: 22px; font-weight: 600;
  color: var(--terracotta); flex-shrink: 0; line-height: 1;
}
.viet-layer-list-item .layer-core-text {
  font-family: var(--font-serif); font-size: clamp(20px, 2.2vw, 24px);
  font-weight: 500; color: var(--deep-forest); line-height: 1.45; margin: 0;
}

/* Section 03: Modes (Style 2: Staggered Editorial Index - 3 Top, 2 Bottom) */
.viet-modes-header { margin-bottom: 64px; }
.viet-modes-staggered-grid {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 28px;
  margin-bottom: 56px;
}
.viet-modes-staggered-grid .mode-editorial-item:nth-child(1),
.viet-modes-staggered-grid .mode-editorial-item:nth-child(2),
.viet-modes-staggered-grid .mode-editorial-item:nth-child(3) {
  grid-column: span 2;
}
.viet-modes-staggered-grid .mode-editorial-item:nth-child(4),
.viet-modes-staggered-grid .mode-editorial-item:nth-child(5) {
  grid-column: span 3;
}

.mode-editorial-item {
  position: relative;
  background: var(--soft-ivory);
  border: 1px solid rgba(216, 212, 200, 0.7);
  border-radius: 6px;
  padding: 44px 38px 40px;
  display: flex;
  flex-direction: column;
  min-height: 220px;
  overflow: hidden;
  box-shadow: 0 4px 20px rgba(24, 39, 31, 0.03);
  transition: transform 0.25s var(--ease), border-color 0.25s var(--ease), box-shadow 0.25s var(--ease);
}
.mode-editorial-item:hover {
  transform: translateY(-5px);
  border-color: var(--terracotta);
  box-shadow: 0 16px 36px rgba(24, 39, 31, 0.08);
}
.mode-watermark-num {
  position: absolute;
  top: 14px;
  right: 22px;
  font-family: var(--font-serif);
  font-size: 68px;
  font-weight: 400;
  font-style: italic;
  line-height: 1;
  color: rgba(217, 107, 82, 0.12);
  pointer-events: none;
  transition: color 0.25s var(--ease), transform 0.25s var(--ease);
}
.mode-editorial-item:hover .mode-watermark-num {
  color: rgba(217, 107, 82, 0.28);
  transform: scale(1.08);
}
.mode-title-row {
  display: flex;
  align-items: center;
  gap: 14px;
  margin-bottom: 16px;
  position: relative;
  z-index: 2;
}
.mode-icon-wrap {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 38px;
  height: 38px;
  border-radius: 8px;
  background: rgba(217, 107, 82, 0.1);
  color: var(--terracotta);
  flex-shrink: 0;
  transition: background 0.25s var(--ease), transform 0.25s var(--ease), color 0.25s var(--ease);
}
.mode-editorial-item:hover .mode-icon-wrap {
  background: var(--terracotta);
  color: #FFFFFF;
  transform: translateY(-2px);
}
.mode-editorial-title {
  font-family: var(--font-serif);
  font-size: clamp(26px, 2.8vw, 32px);
  font-weight: 600;
  color: var(--deep-forest);
  line-height: 1.15;
  margin: 0;
}
.mode-editorial-desc {
  font-size: 16px;
  line-height: 1.8;
  color: var(--secondary-text);
  position: relative;
  z-index: 2;
}

.viet-modes-closing {
  text-align: center;
  max-width: 1080px;
  margin: 48px auto 0;
}
.viet-modes-closing-text {
  font-size: 16.5px;
  line-height: 1.7;
  color: var(--secondary-text);
  font-style: normal;
  margin: 0;
  white-space: nowrap;
}

/* Section 04: 6 Lenses (Deep Forest Dark) */
.viet-lenses-section { background: var(--deep-forest); color: var(--text-on-dark); }
.viet-lenses-header { margin-bottom: 56px; }
.viet-lenses-title {
  font-family: var(--font-serif); font-size: clamp(32px, 3.6vw, 46px);
  font-weight: 600; text-transform: uppercase; line-height: 1.18; letter-spacing: 0.01em;
  color: var(--warm-ivory); margin-bottom: 24px;
}
.viet-lenses-intro {
  font-size: 17px; line-height: 1.85; color: var(--text-on-dark-mid); max-width: 860px;
  display: flex; flex-direction: column; gap: 12px;
}
.lenses-big-q {
  font-family: var(--font-serif); font-size: 26px; font-style: italic; color: var(--warm-ivory);
  margin: 4px 0;
}
.viet-lenses-grid {
  display: grid; grid-template-columns: repeat(3, 1fr); gap: 28px; margin-bottom: 48px;
}
.lens-box {
  padding: 40px 32px; background: rgba(255, 255, 255, 0.03);
  border: 1px solid var(--border-on-dark); border-radius: 8px;
  display: flex; flex-direction: column;
  transition: transform 0.25s var(--ease), border-color 0.25s var(--ease), background 0.25s var(--ease);
}
.lens-box:hover {
  transform: translateY(-4px); border-color: rgba(217, 107, 82, 0.7);
  background: rgba(255, 255, 255, 0.06);
}
.lens-meta { display: flex; align-items: center; gap: 12px; margin-bottom: 18px; }
.lens-num { font-size: 11.5px; font-weight: 700; letter-spacing: 0.2em; color: var(--terracotta); }
.lens-line { flex: 1; height: 1px; background: var(--border-on-dark); }
.lens-heading {
  font-family: var(--font-serif); font-size: 24px; font-weight: 600;
  color: var(--warm-ivory); margin-bottom: 14px; line-height: 1.3;
}
.lens-body { font-size: 15px; line-height: 1.8; color: var(--text-on-dark-mid); }
.viet-lenses-note {
  text-align: center; padding: 28px 32px; border-top: 1px solid var(--border-on-dark);
  font-family: var(--font-serif); font-size: 18.5px; font-style: italic; color: var(--text-on-dark-mid);
}

/* Section 05: Visual Timeline & Emotion Curve (Hopson Infographic & Unboxed 2-Col Timeline) */
.viet-visuals-header { margin-bottom: 64px; }
.visual-feature-single-col {
  display: flex;
  flex-direction: column;
  gap: 36px;
  width: 85%;
  max-width: 1100px;
  margin: 0 auto 96px;
}
.visual-feature-single-col:last-child {
  margin-bottom: 0;
}

/* Feature 1: Hopson 7-Phase Transition Curve Infographic (85% Container) */
.reference-map-infographic-wrap {
  width: 100%;
  margin: 0 auto;
  background: transparent;
}
.map-header-bar {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  margin-bottom: 18px;
  padding: 0 4px;
}
.map-header-title {
  font-family: var(--font-sans);
  font-size: 15px;
  font-weight: 700;
  letter-spacing: 0.05em;
  color: var(--deep-forest);
  text-transform: uppercase;
}
.map-header-sub {
  font-family: var(--font-sans);
  font-size: 13px;
  color: var(--secondary-text);
}
.map-svg-container {
  width: 100%;
  border-radius: 4px;
  overflow: hidden;
  box-shadow: 0 4px 20px rgba(24, 39, 31, 0.04);
}
.transition-map-svg {
  width: 100%;
  height: auto;
  display: block;
}
.centered-feature-text {
  max-width: 860px;
  margin: 0 auto;
  text-align: center;
}
.centered-feature-text .feature-title {
  text-align: center;
}
.centered-feature-text .feature-desc {
  text-align: center;
}
.centered-feature-text .feature-plain-note {
  text-align: center;
}

/* Common Text Block for Single Column Features */
.visual-feature-text-block {
  max-width: 100%;
  display: flex;
  flex-direction: column;
  gap: 14px;
}
.visual-feature-text-block .feature-title {
  font-family: var(--font-serif);
  font-size: clamp(26px, 2.8vw, 34px);
  font-weight: 600;
  color: var(--deep-forest);
  line-height: 1.25;
  margin-bottom: 6px;
}
.visual-feature-text-block .feature-desc {
  font-size: 16.5px;
  line-height: 1.85;
  color: var(--ink);
  margin: 0;
}
.visual-feature-text-block .feature-plain-note {
  font-size: 15px;
  line-height: 1.75;
  color: var(--secondary-text);
  margin-top: 6px;
  font-style: normal;
}
.visual-feature-text-block .feature-action-btn {
  margin-top: 18px;
}

/* Feature 2: Bản đồ các ngã rẽ (1. Tiêu đề ở giữa - 2. 2 Cột content trái / timeline phải - 3. Button ở giữa) */
.timeline-feature-wrap {
  width: 85%;
  max-width: 1100px;
  margin: 0 auto;
}
.timeline-feature-header {
  text-align: center;
  margin-bottom: 40px;
}
.timeline-feature-header .feature-title {
  font-family: var(--font-serif);
  font-size: clamp(28px, 3.2vw, 38px);
  font-weight: 600;
  color: var(--deep-forest);
  line-height: 1.25;
  margin: 0 auto;
  text-align: center;
}
.viet-timeline-feature-2col {
  display: grid;
  grid-template-columns: 1.15fr 0.85fr;
  gap: 64px;
  align-items: center;
  background: none;
  border: none;
  box-shadow: none;
  padding: 0;
  width: 100%;
  margin: 0 auto;
}
.timeline-visual-col {
  background: none;
  border: none;
  padding: 0;
  display: flex;
  justify-content: flex-end;
  width: 100%;
}
.timeline-vertical-track {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 32px;
  padding: 10px 0;
  width: 100%;
  max-width: 380px;
  margin-left: auto;
}
.timeline-v-line {
  position: absolute;
  top: 24px;
  bottom: 24px;
  left: 21px;
  width: 2px;
  background: var(--border-divider);
  z-index: 1;
}
.timeline-v-item {
  position: relative;
  z-index: 2;
  display: flex;
  align-items: flex-start;
  gap: 22px;
}
.timeline-v-marker {
  width: 44px;
  height: 44px;
  border-radius: 50%;
  background: var(--soft-ivory);
  border: 2px solid var(--border-divider);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 13px;
  font-weight: 700;
  color: var(--secondary-text);
  flex-shrink: 0;
  box-shadow: 0 0 0 4px var(--soft-ivory);
  transition: all 0.25s var(--ease);
}
.timeline-v-item:hover .timeline-v-marker {
  border-color: var(--terracotta);
  color: var(--terracotta);
}
.timeline-v-item.current .timeline-v-marker {
  background: var(--terracotta);
  color: #FFFFFF;
  border-color: var(--terracotta);
  box-shadow: 0 0 0 4px var(--soft-ivory), 0 0 0 7px rgba(217, 107, 82, 0.25);
}
.timeline-v-content {
  display: flex;
  flex-direction: column;
  gap: 4px;
}
.timeline-v-date {
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--terracotta);
}
.timeline-v-date.current {
  color: var(--terracotta);
}
.timeline-v-title {
  font-family: var(--font-serif);
  font-size: 22px;
  font-weight: 600;
  color: var(--deep-forest);
  line-height: 1.3;
  margin: 0;
}
.timeline-v-sub {
  font-size: 14.5px;
  line-height: 1.6;
  color: var(--secondary-text);
  margin: 0;
}
.timeline-text-col {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.timeline-text-col .feature-desc {
  font-size: 16.5px;
  line-height: 1.85;
  color: var(--ink);
  margin: 0;
}
.timeline-text-col .feature-plain-note {
  font-size: 15px;
  line-height: 1.75;
  color: var(--secondary-text);
  margin-top: 6px;
  font-style: normal;
}
.timeline-cta-wrap {
  margin-top: 48px;
  display: flex;
  justify-content: center;
  width: 100%;
}

/* Section 06: Foundation & Fit (Combined Layout: Centered Grand Heading + 2-Col Foundation & Fit Checklist) */
.viet-foundation-fit-section {
  position: relative;
  overflow: hidden;
  background: var(--soft-ivory);
}
.viet-foundation-fit-wrap {
  position: relative;
}
.viet-foundation-bg-wrap {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  width: 56%;
  pointer-events: none;
  z-index: 1;
}
.viet-foundation-bg-wrap img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: grayscale(35%) contrast(95%);
  opacity: 0.78;
}
.viet-foundation-fade {
  position: absolute;
  inset: 0;
  background: linear-gradient(to right, var(--soft-ivory) 0%, rgba(251, 249, 244, 0.8) 25%, rgba(251, 249, 244, 0.35) 65%, rgba(251, 249, 244, 0.05) 100%),
              linear-gradient(to bottom, var(--soft-ivory) 0%, transparent 12%, transparent 88%, var(--soft-ivory) 100%);
}
.foundation-fit-header {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  margin-bottom: 56px;
  position: relative;
  z-index: 2;
}
.foundation-fit-header .foundation-pin-indicator {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin: 0 auto 28px;
  width: fit-content;
}
.foundation-fit-title {
  font-family: var(--font-serif);
  font-size: clamp(32px, 3.6vw, 46px);
  font-weight: 600;
  text-transform: uppercase;
  line-height: 1.2;
  letter-spacing: 0.01em;
  color: var(--deep-forest);
  margin-bottom: 0;
  text-align: center;
}
.foundation-fit-2col-grid {
  display: grid;
  grid-template-columns: 1fr 1.08fr;
  gap: 72px;
  align-items: start;
  position: relative;
  z-index: 2;
}
.foundation-col-info {
  display: flex;
  flex-direction: column;
}
.foundation-desc {
  font-size: 17px;
  line-height: 1.85;
  color: var(--ink);
  margin-bottom: 28px;
}
.foundation-disclaimer-wrap {
  padding-top: 24px;
  border-top: 1px solid rgba(216, 212, 200, 0.9);
}
.foundation-plain-disclaimer {
  font-size: 14.5px;
  line-height: 1.75;
  color: var(--secondary-text);
  font-style: italic;
  margin: 0;
}
.foundation-col-fit {
  display: flex;
  flex-direction: column;
}
.fit-sub-heading {
  font-family: var(--font-serif);
  font-size: clamp(22px, 2.4vw, 28px);
  font-weight: 600;
  text-transform: uppercase;
  line-height: 1.3;
  letter-spacing: 0.01em;
  color: var(--deep-forest);
  margin-bottom: 24px;
}
.viet-fit-checklist {
  display: flex;
  flex-direction: column;
  border-top: 1px solid var(--border-divider);
}
.fit-check-item {
  display: flex;
  align-items: flex-start;
  gap: 16px;
  padding: 18px 0;
  border-bottom: 1px solid var(--border-divider);
  font-size: 16.5px;
  line-height: 1.7;
  color: var(--ink);
}
.fit-check-item .check-icon {
  color: var(--terracotta);
  font-weight: 700;
  font-size: 18px;
  margin-top: 1px;
  flex-shrink: 0;
}
.nowrap-line {
  white-space: nowrap;
}

/* Section 07: Pricing & Benefits */
.viet-pricing-section { background: var(--deep-forest); color: var(--text-on-dark); }
.viet-pricing-box {
  background: transparent;
  border: none;
  border-radius: 0;
  padding: 0;
}
.pricing-content-grid {
  display: grid; grid-template-columns: 1.35fr 1fr; gap: 64px; align-items: center;
}
.pricing-main-heading {
  font-family: var(--font-serif); font-size: clamp(32px, 3.6vw, 46px);
  font-weight: 500; text-transform: uppercase; color: var(--warm-ivory); margin-bottom: 32px;
  line-height: 1.15; letter-spacing: 0.01em;
}
.pricing-features-list {
  list-style: none; display: flex; flex-direction: column; gap: 15px; margin-bottom: 28px;
}
.pricing-features-list li {
  display: flex; align-items: flex-start; gap: 14px; font-size: 15.5px; line-height: 1.7;
  color: var(--text-on-dark-mid);
}
.feat-bullet { color: var(--terracotta); font-size: 12px; margin-top: 4px; flex-shrink: 0; }
.pricing-freedom-note {
  padding: 16px 0 0; font-size: 14.5px; color: var(--text-on-dark-muted); line-height: 1.7;
}

/* Pricing Ticket Card */
.pricing-ticket-card {
  background: var(--soft-ivory); border: 1px solid var(--border-divider); border-radius: 10px;
  padding: 48px 40px; color: var(--ink); text-align: center;
  box-shadow: 0 20px 48px rgba(0, 0, 0, 0.35);
}
.ticket-title {
  font-family: var(--font-serif); font-size: 28px; font-weight: 600;
  color: var(--deep-forest); margin-bottom: 8px;
}
.ticket-sub { font-size: 14.5px; color: var(--secondary-text); margin-bottom: 32px; }
.ticket-price-wrap {
  padding: 28px 0; border-top: 1px solid var(--border-divider); border-bottom: 1px solid var(--border-divider);
  margin-bottom: 32px;
}
.price-amount {
  font-family: var(--font-serif); font-size: 48px; font-weight: 700;
  color: var(--deep-forest); line-height: 1;
}
.price-amount .currency { font-size: 22px; font-weight: 500; color: var(--secondary-text); }
.ticket-footer-note { margin-top: 20px; font-size: 14px; color: var(--secondary-text); }
.btn-block { width: 100%; justify-content: center; }

/* Section 08: FAQ Accordion (Divider Line Editorial Style) */
.viet-faq-header { margin-bottom: 56px; }
.text-center { text-align: center; margin-left: auto; margin-right: auto; }
.viet-faq-accordion {
  max-width: 880px; margin: 0 auto; display: flex; flex-direction: column;
  border-top: 1px solid var(--border-divider);
}
.faq-item {
  background: none; border: none; border-bottom: 1px solid var(--border-divider);
  border-radius: 0; overflow: hidden;
}
.faq-trigger {
  width: 100%; padding: 24px 0; display: flex; align-items: center; justify-content: space-between;
  text-align: left; background: none; border: none; cursor: pointer;
}
.faq-question {
  font-family: var(--font-serif); font-size: clamp(20px, 2.3vw, 24px); font-weight: 500;
  color: var(--deep-forest); line-height: 1.35;
}
.faq-icon {
  font-size: 26px; font-weight: 300; color: var(--terracotta); transition: transform 0.25s ease;
  margin-left: 16px; flex-shrink: 0; line-height: 1;
}
.faq-item.active .faq-icon { transform: rotate(45deg); }
.faq-answer {
  max-height: 0; overflow: hidden; transition: max-height 0.35s ease, padding 0.35s ease;
  padding: 0; font-size: 16px; line-height: 1.85; color: var(--ink);
}
.faq-item.active .faq-answer {
  max-height: 320px; padding: 0 0 26px 0;
}

/* Section 10: Closing Section (Deep Forest Dark & Large Prominent Price) */
.viet-closing-section {
  background: var(--deep-forest); color: var(--text-on-dark);
  padding: 120px 72px;
}
.viet-closing-box {
  max-width: 820px; margin: 0 auto; text-align: center;
}
.closing-pin-indicator {
  display: flex; flex-direction: column; align-items: center; margin: 16px 0 28px;
}
.closing-pin-dot {
  width: 12px; height: 12px; border-radius: 50%; background: var(--terracotta);
  box-shadow: 0 0 0 4px rgba(217, 107, 82, 0.3);
}
.closing-pin-line {
  width: 1px; height: 50px;
  background: linear-gradient(to bottom, var(--terracotta) 0%, rgba(216, 212, 200, 0.3) 100%);
}
.viet-closing-title {
  font-family: var(--font-serif); font-size: clamp(38px, 4.8vw, 58px);
  font-weight: 500; line-height: 1.15; letter-spacing: -0.02em;
  color: var(--warm-ivory); margin-bottom: 32px;
}
.viet-closing-prose {
  font-family: var(--font-serif); font-size: 20px; line-height: 1.8;
  color: var(--text-on-dark-mid); margin-bottom: 48px; display: flex; flex-direction: column; gap: 16px;
}
.closing-plain-line {
  font-style: normal; color: var(--warm-ivory); font-weight: 500;
}
.viet-closing-action {
  display: flex; flex-direction: column; align-items: center; gap: 28px;
}
.closing-price-display {
  display: flex; flex-direction: column; align-items: center; gap: 8px;
}
.closing-price-amount {
  font-family: var(--font-serif); font-size: clamp(42px, 5.5vw, 64px);
  font-weight: 600; color: var(--warm-ivory); line-height: 1; letter-spacing: -0.02em;
}
.closing-currency {
  font-size: 0.45em; font-family: var(--font-sans); font-weight: 600; color: var(--terracotta);
  margin-left: 4px; vertical-align: super;
}




@media (max-width: 1024px) {
  .viet-hero-illustrated { padding: 130px 24px 170px; min-height: 85dvh; }
  .viet-hero-illustrated-bg { object-position: 28% bottom; }
  .viet-section-container, .viet-closing-section { padding: 72px 28px; }
  .viet-meaning-header-grid, .viet-meaning-2col-grid { grid-template-columns: 1fr; gap: 40px; }
  .viet-context-grid, .foundation-fit-2col-grid, .pricing-content-grid { grid-template-columns: 1fr; gap: 48px; }
  .viet-foundation-bg-wrap { width: 100%; opacity: 0.22; }
  .viet-foundation-fade {
    background: linear-gradient(to bottom, var(--soft-ivory) 0%, rgba(251, 249, 244, 0.9) 45%, var(--soft-ivory) 100%);
  }
  .viet-modes-staggered-grid { grid-template-columns: repeat(2, 1fr); gap: 24px; }
  .viet-modes-staggered-grid .mode-editorial-item:nth-child(1),
  .viet-modes-staggered-grid .mode-editorial-item:nth-child(2),
  .viet-modes-staggered-grid .mode-editorial-item:nth-child(3),
  .viet-modes-staggered-grid .mode-editorial-item:nth-child(4) { grid-column: auto; }
  .viet-modes-staggered-grid .mode-editorial-item:nth-child(5) { grid-column: span 2; }
  .viet-lenses-grid { grid-template-columns: repeat(2, 1fr); }
  .reference-map-infographic-wrap { width: 100%; }
  .viet-timeline-feature-2col { grid-template-columns: 1fr; gap: 48px; }
  .viet-modes-closing-text { white-space: normal; }
}



@media (max-width: 680px) {
  .viet-hero-illustrated { padding: 115px 20px 140px; min-height: 80dvh; }
  .viet-hero-illustrated-title { font-size: clamp(38px, 10vw, 54px); }
  .viet-hero-illustrated-bg { object-position: 22% bottom; }
  .viet-hero-illustrated-actions { flex-direction: column; width: 100%; }
  .viet-hero-illustrated-actions .btn-primary, .viet-hero-illustrated-actions .btn-outline-glass { width: 100%; justify-content: center; }
  .viet-section-container, .viet-closing-section { padding: 56px 20px; }
  .viet-modes-staggered-grid, .viet-modes-grid, .viet-lenses-grid, .viet-layers-grid { grid-template-columns: 1fr; }
  .viet-modes-grid .mode-item-card:nth-child(5) { grid-column: auto; }
  .map-header-bar { flex-direction: column; gap: 4px; }
  .timeline-v-item { gap: 16px; }
  .pricing-ticket-card { padding: 32px 20px; }
}



/* ────────────────────────────────────────────
   ELEMENTOR NATIVE ADAPTER FOR VIẾT PAGE (Post 26)
───────────────────────────────────────────── */

/* 01. Hero Section Multiple Background with Gradient Overlay */
.viet-hero-illustrated,
.elementor-element.viet-hero-illustrated {
  position: relative !important;
  min-height: 94dvh !important;
  background-color: #F5F1E5 !important;
  background-image: 
    linear-gradient(
      180deg,
      rgba(245, 241, 229, 0.94) 0%,
      rgba(245, 241, 229, 0.82) 22%,
      rgba(245, 241, 229, 0.40) 48%,
      rgba(245, 241, 229, 0.12) 70%,
      rgba(245, 241, 229, 0.88) 100%
    ),
    url('https://thenewpage2.topgiaodien.com/wp-content/uploads/tnp/viet-hero.png') !important;
  background-position: center bottom !important;
  background-size: cover !important;
  background-repeat: no-repeat !important;
  padding: 145px 32px 210px !important;
  overflow: hidden !important;
  border-bottom: 1px solid #D8D4C8 !important;
}

@media (max-width: 1024px) {
  .viet-hero-illustrated,
  .elementor-element.viet-hero-illustrated {
    padding: 130px 24px 170px !important;
    min-height: 85dvh !important;
    background-position: 28% bottom !important;
  }
}
@media (max-width: 680px) {
  .viet-hero-illustrated,
  .elementor-element.viet-hero-illustrated {
    padding: 115px 20px 140px !important;
    min-height: 80dvh !important;
    background-position: 22% bottom !important;
  }
}

/* 04. Section Modes Staggered Grid (Row 1: 3 cards, Row 2: 2 cards) */
.viet-modes-staggered-grid,
.viet-modes-staggered-grid > .e-con-inner,
.elementor-element.viet-modes-staggered-grid > .e-con-inner {
  display: grid !important;
  grid-template-columns: repeat(6, 1fr) !important;
  gap: 28px !important;
  width: 100% !important;
}
.viet-modes-staggered-grid .mode-editorial-item:nth-child(1),
.viet-modes-staggered-grid .mode-editorial-item:nth-child(2),
.viet-modes-staggered-grid .mode-editorial-item:nth-child(3) {
  grid-column: span 2 !important;
}
.viet-modes-staggered-grid .mode-editorial-item:nth-child(4),
.viet-modes-staggered-grid .mode-editorial-item:nth-child(5) {
  grid-column: span 3 !important;
}

@media (max-width: 1024px) {
  .viet-modes-staggered-grid,
  .viet-modes-staggered-grid > .e-con-inner,
  .elementor-element.viet-modes-staggered-grid > .e-con-inner {
    grid-template-columns: repeat(2, 1fr) !important;
    gap: 24px !important;
  }
  .viet-modes-staggered-grid .mode-editorial-item:nth-child(1),
  .viet-modes-staggered-grid .mode-editorial-item:nth-child(2),
  .viet-modes-staggered-grid .mode-editorial-item:nth-child(3),
  .viet-modes-staggered-grid .mode-editorial-item:nth-child(4) {
    grid-column: auto !important;
  }
  .viet-modes-staggered-grid .mode-editorial-item:nth-child(5) {
    grid-column: span 2 !important;
  }
}

@media (max-width: 680px) {
  .viet-modes-staggered-grid,
  .viet-modes-staggered-grid > .e-con-inner,
  .elementor-element.viet-modes-staggered-grid > .e-con-inner {
    grid-template-columns: 1fr !important;
  }
  .viet-modes-staggered-grid .mode-editorial-item:nth-child(5) {
    grid-column: auto !important;
  }
}

.mode-editorial-item {
  position: relative !important;
  background: #FBF8EF !important;
  border: 1px solid rgba(216, 212, 200, 0.7) !important;
  border-radius: 6px !important;
  padding: 44px 38px 40px !important;
  display: flex !important;
  flex-direction: column !important;
  min-height: 220px !important;
  overflow: hidden !important;
  box-shadow: 0 4px 20px rgba(24, 39, 31, 0.03) !important;
  transition: transform 0.25s cubic-bezier(0.16, 1, 0.3, 1), border-color 0.25s cubic-bezier(0.16, 1, 0.3, 1), box-shadow 0.25s cubic-bezier(0.16, 1, 0.3, 1) !important;
}
.mode-editorial-item:hover {
  transform: translateY(-5px) !important;
  border-color: #D96B52 !important;
  box-shadow: 0 16px 36px rgba(24, 39, 31, 0.08) !important;
}
.mode-watermark-num,
.mode-editorial-item .mode-watermark-num {
  position: absolute !important;
  top: 14px !important;
  right: 22px !important;
  font-family: 'EB Garamond', Georgia, serif !important;
  font-size: 68px !important;
  font-weight: 400 !important;
  font-style: italic !important;
  line-height: 1 !important;
  color: rgba(217, 107, 82, 0.14) !important;
  pointer-events: none !important;
  transition: color 0.25s ease, transform 0.25s ease !important;
}
.mode-editorial-item:hover .mode-watermark-num {
  color: rgba(217, 107, 82, 0.32) !important;
  transform: scale(1.08) !important;
}

/* 06. Transition Map Image display */
.transition-map-image-wrap {
  width: 100% !important;
  border-radius: 4px !important;
  overflow: hidden !important;
  box-shadow: 0 4px 20px rgba(24, 39, 31, 0.04) !important;
  margin: 0 !important;
}
.transition-map-image-wrap .elementor-widget-container {
  width: 100% !important;
}
.transition-map-image-wrap img {
  width: 100% !important;
  height: auto !important;
  display: block !important;
  border-radius: 4px !important;
  margin: 0 !important;
}

/* 09. FAQ Accordion Left-Aligned & Styled */
.viet-faq-accordion .elementor-accordion-item {
  border: none !important;
  border-bottom: 1px solid #D8D4C8 !important;
  border-radius: 0 !important;
  background: transparent !important;
}
.viet-faq-accordion .elementor-tab-title {
  padding: 24px 0 !important;
  background: transparent !important;
  border: none !important;
  display: flex !important;
  flex-direction: row !important;
  align-items: center !important;
  justify-content: space-between !important;
  text-align: left !important;
  width: 100% !important;
  cursor: pointer !important;
}
.viet-faq-accordion .elementor-tab-title a,
.viet-faq-accordion .elementor-tab-title .elementor-accordion-title {
  font-family: 'EB Garamond', Georgia, serif !important;
  font-size: clamp(20px, 2.3vw, 24px) !important;
  font-weight: 500 !important;
  color: #18271F !important;
  line-height: 1.35 !important;
  text-align: left !important;
  display: block !important;
  flex: 1 !important;
}
.viet-faq-accordion .elementor-tab-title .elementor-accordion-icon {
  color: #D96B52 !important;
  font-size: 20px !important;
  margin-left: 16px !important;
  flex-shrink: 0 !important;
}
.viet-faq-accordion .elementor-tab-title .elementor-accordion-icon svg {
  fill: #D96B52 !important;
  width: 16px !important;
  height: 16px !important;
}
.viet-faq-accordion .elementor-tab-content {
  padding: 0 0 24px 0 !important;
  border: none !important;
  background: transparent !important;
  text-align: left !important;
}
.viet-faq-accordion .elementor-tab-content p {
  font-family: 'Inter', system-ui, -apple-system, sans-serif !important;
  font-size: 16px !important;
  line-height: 1.82 !important;
  color: #20211E !important;
  margin: 0 !important;
  text-align: left !important;
}

/* ─── VIET PAGE (ID 26) BUTTON STYLING OVERRIDES ─── */
.page-id-26 .elementor-widget-button,
.page-id-26 .elementor-widget-button.btn-primary,
.page-id-26 .elementor-widget-button.btn-outline-glass,
.page-id-26 .elementor-widget-button .elementor-widget-container {
  background: transparent !important;
  box-shadow: none !important;
  border: none !important;
  padding: 0 !important;
  text-transform: none !important;
  width: auto !important;
}

.page-id-26 .elementor-widget-button .elementor-button,
.page-id-26 .elementor-widget-button a.elementor-button {
  border-radius: 100px !important;
  -webkit-border-radius: 100px !important;
  text-transform: none !important;
  font-family: 'Inter', system-ui, sans-serif !important;
}

/* ─── VIET PAGE (ID 26) CONTENT SPACING RESET (MATCH DESIGN V5 1-1) ─── */
.page-id-26 .viet-prose-block p,
.page-id-26 .viet-context-prose p,
.page-id-26 .meaning-col-text p,
.page-id-26 .viet-lenses-intro p,
.page-id-26 .pricing-features-item,
.page-id-26 .pricing-features-list li,
.page-id-26 .viet-closing-prose p {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}

.page-id-26 .viet-lenses-intro .lenses-big-q {
  margin-top: 4px !important;
  margin-bottom: 4px !important;
}

.page-id-26 .meaning-col-text .viet-meaning-footer-note {
  margin-top: 10px !important;
  margin-bottom: 0 !important;
}

.page-id-26 .visual-feature-text-block {
  margin-bottom: 0 !important;
}

.page-id-26 .pricing-features-item {
  margin-bottom: 0 !important;
}

.page-id-26 .viet-modes-closing,
.page-id-26 .viet-modes-closing-text {
  margin-top: 0 !important;
}

.page-id-26 .closing-price-amount {
  margin-bottom: 0 !important;
}

.page-id-26 .viet-layer-list-item .layer-num {
  width: auto !important;
}

.page-id-26 .viet-faq-accordion .elementor-toggle-item,
.page-id-26 .viet-faq-accordion .elementor-accordion-item {
  border: none !important;
  border-bottom: 1px solid #D8D4C8 !important;
}

.page-id-26 .viet-faq-accordion .elementor-tab-title {
  padding: 24px 0 !important;
  background: transparent !important;
  border: none !important;
}

.page-id-26 .viet-closing-section .context-pin-dot {
  width: 9px !important;
  height: 9px !important;
  border-radius: 50% !important;
  background: #D96B52 !important;
  box-shadow: 0 0 0 3px rgba(217, 107, 82, 0.25) !important;
  margin: 0 auto !important;
  display: block !important;
}

.page-id-26 .viet-closing-section .context-pin-line {
  width: 1px !important;
  height: 48px !important;
  background: linear-gradient(to bottom, #D96B52 0%, rgba(245, 241, 229, 0.15) 100%) !important;
  margin: 0 auto !important;
  display: block !important;
}

/* ────────────────────────────────────────────
   PAGE: EDITORIAL LIBRARY (doc.html) & SINGLE ESSAY (bai-viet.html)
───────────────────────────────────────────── */
:root {
  --ink: #18271F;
  --deep-forest: #18271F;
  --secondary-text: #5A6A60;
  --terracotta: #C85A32;
  --soft-ivory: #FBF8EF;
  --warm-ivory: #F5F1E5;
  --border-divider: rgba(24, 39, 31, 0.12);
  --font-serif: "EB Garamond", Georgia, serif;
  --font-sans: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
  --ease: cubic-bezier(0.16, 1, 0.3, 1);
}

.editorial-library-main {
  padding: 150px 72px 108px;
  max-width: 1440px;
  margin: 0 auto;
  box-sizing: border-box;
}

.library-hero {
  padding: 40px 0 64px;
  text-align: center;
}

.library-hero-inner {
  max-width: 800px;
  margin: 0 auto;
}

.library-eyebrow {
  font-family: var(--font-sans);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.28em;
  text-transform: uppercase;
  color: var(--terracotta);
  margin-bottom: 20px;
}

.library-title {
  font-family: var(--font-serif);
  font-size: clamp(38px, 5vw, 64px);
  font-weight: 500;
  letter-spacing: -0.02em;
  color: var(--deep-forest);
  margin-bottom: 32px;
  line-height: 1.15;
}

.library-hero-prose {
  display: flex;
  flex-direction: column;
  gap: 18px;
  text-align: left;
  max-width: 700px;
  margin: 0 auto;
}

.library-hero-prose p {
  font-family: var(--font-sans);
  font-size: 17px;
  line-height: 1.85;
  color: var(--ink);
  margin: 0;
}

.library-search-section {
  padding-bottom: 64px;
  margin-bottom: 72px;
  border-bottom: 1px solid var(--border-divider);
}

.library-search-inner {
  max-width: 600px;
  margin: 0 auto;
  text-align: center;
}

.search-form {
  display: flex;
  gap: 12px;
}

.search-input {
  flex: 1;
  height: 52px;
  padding: 0 20px;
  font-family: var(--font-sans);
  font-size: 14.5px;
  background: var(--soft-ivory);
  border: 1px solid var(--border-divider);
  border-radius: 6px;
  color: var(--ink);
  box-sizing: border-box;
}

.search-input:focus {
  outline: none;
  border-color: var(--deep-forest);
}

.search-btn {
  height: 52px;
  padding: 0 26px;
  background: var(--deep-forest);
  color: var(--warm-ivory);
  font-weight: 600;
  border-radius: 6px;
  font-size: 14px;
  transition: background 0.2s;
  cursor: pointer;
  border: none;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.search-btn:hover {
  background: var(--terracotta);
}

.library-categories-section {
  padding-top: 12px;
}

.categories-grid-2x3 {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 64px 88px;
}

.category-block {
  border-top: 1.5px solid var(--deep-forest);
  padding-top: 24px;
  transition: opacity 0.25s ease;
}

.category-header {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  margin-bottom: 24px;
}

.category-name {
  font-family: var(--font-serif);
  font-size: 28px;
  font-weight: 600;
  letter-spacing: -0.01em;
  color: var(--deep-forest);
  margin: 0;
}

.category-count {
  font-family: var(--font-sans);
  font-size: 12px;
  font-weight: 600;
  color: var(--secondary-text);
}

.category-article-list {
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 16px;
  margin-bottom: 24px;
  padding: 0;
  margin-left: 0;
}

.category-article-list li {
  margin: 0;
  padding: 0;
  list-style: none;
}

.category-article-list li a {
  font-family: var(--font-sans);
  font-size: 16px;
  line-height: 1.6;
  color: var(--ink);
  text-decoration: none;
  border-bottom: 1px solid transparent;
  transition: color 0.2s, border-color 0.2s;
  display: inline-block;
}

.category-article-list li a:hover {
  color: var(--terracotta);
  border-color: var(--terracotta);
}

.category-more-link {
  font-family: var(--font-sans);
  font-size: 12.5px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--terracotta);
  text-decoration: none;
  transition: opacity 0.2s;
  display: inline-block;
}

.category-more-link:hover {
  opacity: 0.8;
}

/* ── CONCEPTS ACCORDION SECTION (doc.html) ── */
.concepts-section {
  padding-top: 96px;
  margin-top: 96px;
  border-top: 1px solid var(--border-divider);
}

.concepts-section-inner {
  max-width: 1200px;
  margin: 0 auto;
}

.concepts-header {
  max-width: 780px;
  margin-bottom: 56px;
}

.concepts-main-title {
  font-family: var(--font-serif);
  font-size: clamp(32px, 4vw, 48px);
  font-weight: 500;
  color: var(--deep-forest);
  line-height: 1.2;
  letter-spacing: -0.015em;
  margin: 20px 0 16px;
}

.concepts-main-desc {
  font-family: var(--font-sans);
  font-size: 16.5px;
  line-height: 1.82;
  color: var(--secondary-text);
  margin: 0;
}

.concepts-accordion-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 24px 48px;
  align-items: start;
}

.concepts-col {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.concept-accordion-item {
  background: rgba(251, 248, 239, 0.5);
  border: 1px solid rgba(24, 39, 31, 0.08);
  border-radius: 4px;
  overflow: hidden;
  box-shadow: none;
  transition: background 0.2s var(--ease), border-color 0.2s var(--ease);
}

.concept-accordion-item:hover:not([open]) {
  background: rgba(255, 255, 255, 0.55);
  border-color: rgba(24, 39, 31, 0.16);
}

.concept-accordion-item[open] {
  border: 1px solid var(--deep-forest);
  background: #FFFFFF;
  border-radius: 4px;
  box-shadow: none;
}

.concept-summary {
  padding: 18px 22px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  cursor: pointer;
  user-select: none;
  list-style: none;
  transition: background 0.15s;
}

.concept-summary::-webkit-details-marker {
  display: none;
}

.concept-name {
  font-family: var(--font-serif);
  font-size: 20px;
  font-weight: 500;
  color: var(--deep-forest);
  letter-spacing: -0.01em;
}

.concept-icon {
  font-size: 22px;
  line-height: 1;
  color: var(--terracotta);
  transition: transform 0.25s var(--ease);
  font-weight: 300;
}

.concept-accordion-item[open] .concept-icon {
  transform: rotate(45deg);
}

.concept-body {
  padding: 0 22px 22px;
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.concept-body p {
  font-family: var(--font-sans);
  font-size: 15px;
  line-height: 1.78;
  color: var(--ink);
  margin: 0;
}

/* ────────────────────────────────────────────
   PAGE: SINGLE ESSAY / ARTICLE (bai-viet.html)
───────────────────────────────────────────── */
.essay-main {
  padding: 160px 72px 108px;
  box-sizing: border-box;
}

.essay-container {
  max-width: 820px;
  margin: 0 auto;
}

.essay-header {
  text-align: center;
  margin-bottom: 48px;
}

.essay-category-tag {
  font-family: var(--font-sans);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.25em;
  text-transform: uppercase;
  color: var(--terracotta);
  margin-bottom: 18px;
}

.essay-title {
  font-family: var(--font-serif);
  font-size: clamp(38px, 4.8vw, 60px);
  font-weight: 600;
  line-height: 1.15;
  letter-spacing: -0.02em;
  color: var(--deep-forest);
  margin: 0;
}

.essay-hero-figure {
  margin: 0 0 48px;
}

.essay-hero-img {
  width: 100%;
  max-height: 480px;
  object-fit: cover;
  border-radius: 4px;
  display: block;
}

.essay-hero-img.img-bw {
  filter: grayscale(100%);
}

.essay-caption {
  margin-top: 10px;
  font-size: 12.5px;
  color: var(--secondary-text);
  font-style: italic;
  font-family: var(--font-sans);
}

.essay-body {
  font-family: var(--font-sans);
  font-size: 18px;
  line-height: 1.82;
  color: var(--ink);
  display: flex;
  flex-direction: column;
  gap: 28px;
}

.essay-body p {
  margin: 0;
}

.essay-pullquote {
  margin: 24px 0;
  padding: 24px 32px;
  border-left: 2px solid var(--terracotta);
  font-family: var(--font-serif);
  font-size: 24px;
  line-height: 1.45;
  color: var(--deep-forest);
  font-style: normal;
  background: transparent;
}

.essay-section-h2 {
  font-family: var(--font-serif);
  font-size: 30px;
  font-weight: 600;
  line-height: 1.25;
  color: var(--deep-forest);
  margin-top: 20px;
  margin-bottom: 0;
}

.essay-footnotes {
  margin-top: 32px;
}

.footnotes-divider {
  height: 1px;
  width: 80px;
  background: var(--border-divider);
  margin-bottom: 16px;
}

.footnote-item {
  font-size: 13px;
  line-height: 1.6;
  color: var(--secondary-text);
  font-family: var(--font-sans);
  margin: 0;
}

.essay-footer-nav {
  margin: 56px 0 40px;
}

.back-to-library-link {
  font-family: var(--font-sans);
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--deep-forest);
  border-bottom: 1px solid var(--deep-forest);
  padding-bottom: 2px;
  text-decoration: none;
  transition: color 0.2s, border-color 0.2s;
}

.back-to-library-link:hover {
  color: var(--terracotta);
  border-color: var(--terracotta);
}

.essay-bottom-section {
  border-top: 1px solid var(--border-divider);
  padding: 40px 0;
  display: grid;
  grid-template-columns: 1fr 300px;
  gap: 52px;
  align-items: start;
}

.essay-related-col {
  min-width: 0;
}

.related-label {
  font-family: var(--font-sans);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.25em;
  text-transform: uppercase;
  color: var(--secondary-text);
  margin-bottom: 16px;
}

.related-list {
  display: flex;
  flex-direction: column;
  gap: 14px;
}

.related-item-link {
  font-family: var(--font-serif);
  font-size: 17.5px;
  line-height: 1.45;
  color: var(--deep-forest);
  text-decoration: none;
  transition: color 0.2s;
}

.related-item-link:hover {
  color: var(--terracotta);
}

/* Right column: Donate Widget in Essay */
.essay-donate-col {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.essay-donate-intro-block {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.essay-donate-main-title {
  font-family: var(--font-sans);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: var(--deep-forest);
  margin: 0;
}

.essay-donate-intro {
  font-family: var(--font-sans);
  font-size: 13.5px;
  line-height: 1.65;
  color: var(--secondary-text);
  margin: 0;
}

.essay-donate-block {
  display: flex;
  flex-direction: column;
}

.essay-donate-heading {
  font-family: var(--font-sans);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--deep-forest);
  margin-bottom: 10px;
  margin-top: 0;
}

.donate-m-list--2col {
  display: grid !important;
  grid-template-columns: 1fr 1fr;
  gap: 6px 14px;
  margin-bottom: 2px;
  list-style: none;
  padding: 0;
}

.donate-m-list--2col li a {
  font-family: var(--font-sans);
  font-size: 13.5px !important;
  line-height: 1.6 !important;
  white-space: nowrap;
  color: var(--deep-forest);
  text-decoration: none;
  transition: color 0.2s;
}

.donate-m-list--2col li a:hover {
  color: var(--terracotta);
}

.essay-donate-rule {
  height: 1px;
  background: var(--border-divider);
  width: 100%;
}

.essay-donate-col .donate-m-btn {
  margin-top: 6px;
  padding: 9px 24px;
  font-size: 11.5px;
  letter-spacing: 0.08em;
  text-align: center;
  text-decoration: none;
  background: var(--deep-forest);
  color: #fff;
  border-radius: 4px;
  display: inline-block;
  font-weight: 600;
  transition: background 0.2s;
}

.essay-donate-col .donate-m-btn:hover {
  background: var(--terracotta);
}

.essay-donate-col .donate-m-cancel {
  font-family: var(--font-sans);
  font-size: 12px;
  color: var(--secondary-text);
  line-height: 1.55;
  margin: 0;
}

.essay-donate-col .donate-m-cancel-link {
  color: var(--terracotta);
  font-weight: 500;
  text-decoration: none;
}

.essay-share-block {
  border-top: 1px solid var(--border-divider);
  padding-top: 24px;
  display: flex;
  gap: 14px;
  font-size: 13px;
  color: var(--secondary-text);
  font-family: var(--font-sans);
  align-items: center;
}

.share-btn-text {
  background: none;
  border: none;
  padding: 0;
  font-family: var(--font-sans);
  font-size: 13px;
  color: var(--secondary-text);
  cursor: pointer;
  text-decoration: none;
  transition: color 0.2s;
}

.share-btn-text:hover {
  color: var(--terracotta);
}

/* ── RESPONSIVE MEDIA QUERIES FOR DOC & ESSAY ── */
@media (max-width: 1024px) {
  .categories-grid-2x3 {
    grid-template-columns: 1fr;
    gap: 48px;
  }
  .concepts-accordion-grid {
    grid-template-columns: 1fr;
    gap: 16px;
  }
  .editorial-library-main, .essay-main {
    padding: 120px 28px 72px;
  }
}

@media (max-width: 680px) {
  .editorial-library-main, .essay-main {
    padding: 110px 20px 60px;
  }
  .essay-bottom-section {
    grid-template-columns: 1fr;
    gap: 40px;
  }
  .search-form {
    flex-direction: column;
  }
  .category-header {
    flex-direction: column;
    align-items: flex-start;
    gap: 4px;
  }
}


/* ── SECTION LABELS & EYEBROWS (TERRACOTTA #D96B52) ── */
.section-label {
  display: flex !important;
  align-items: center !important;
  gap: 14px !important;
  margin-bottom: 28px !important;
}

.section-label.dark .label-line,
.section-label .label-line.dark,
.label-line.dark {
  background: #D96B52 !important;
  height: 1px !important;
  width: 36px !important;
  display: inline-block !important;
}

.section-label.dark .label-text,
.section-label .label-text.dark,
.label-text.dark {
  color: #D96B52 !important;
  font-family: var(--font-sans), 'Inter', sans-serif !important;
  font-size: 11px !important;
  font-weight: 700 !important;
  letter-spacing: 0.35em !important;
  text-transform: uppercase !important;
  margin: 0 !important;
}

.library-eyebrow {
  color: #D96B52 !important;
  font-family: var(--font-sans), 'Inter', sans-serif !important;
  font-size: 11px !important;
  font-weight: 700 !important;
  letter-spacing: 0.28em !important;
  text-transform: uppercase !important;
  margin-bottom: 20px !important;
}

.library-title {
  font-family: var(--font-serif), 'EB Garamond', Georgia, serif !important;
  font-size: clamp(38px, 5vw, 64px) !important;
  font-weight: 500 !important;
  letter-spacing: -0.02em !important;
  color: #18271F !important;
  line-height: 1.15 !important;
  margin-bottom: 32px !important;
}

.concepts-main-title {
  font-family: var(--font-serif), 'EB Garamond', Georgia, serif !important;
  font-size: clamp(32px, 4vw, 48px) !important;
  font-weight: 500 !important;
  color: #18271F !important;
  line-height: 1.2 !important;
  letter-spacing: -0.015em !important;
  margin: 20px 0 16px !important;
}

.category-name {
  font-family: var(--font-serif), 'EB Garamond', Georgia, serif !important;
  font-size: 28px !important;
  font-weight: 600 !important;
  letter-spacing: -0.01em !important;
  color: #18271F !important;
  margin: 0 !important;
}


/* ── ESSAY ORANGE ACCENTS ── */
.back-to-library-link {
  color: #D96B52 !important;
  border-bottom: 1px solid #D96B52 !important;
}
.back-to-library-link:hover {
  color: #C25B44 !important;
  border-bottom-color: #C25B44 !important;
}
.related-label {
  color: #D96B52 !important;
}
.essay-donate-main-title {
  color: #D96B52 !important;
}
