/* Tu Vien Tuong Van — phong cach tinh lang, chinh niem */

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

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

body {
  font-family: Georgia, 'Times New Roman', serif;
  background: #f9f6f0;
  color: #2c2416;
  line-height: 1.78;
}

a {
  color: #6b4226;
  text-decoration: none;
}

a:hover {
  text-decoration: underline;
  color: #4a2c10;
}

img {
  max-width: 100%;
}

/* ---- layout wrapper ---- */
.tv-wrap {
  max-width: 820px;
  margin: 0 auto;
  padding: 0 22px;
}

/* ---- lotusbar (top strip) ---- */
.tv-lotusbar {
  background: #3d2b1f;
  color: #d4b896;
  font-size: 0.78rem;
  letter-spacing: 0.05em;
  text-align: center;
  padding: 6px 0;
}

.tv-lotusbar a {
  color: #d4b896;
  text-decoration: none;
}

/* ---- masthead ---- */
.tv-masthead {
  background: #2c1a0e;
  padding: 28px 0 20px;
  text-align: center;
}

.tv-masthead-name {
  display: block;
  font-size: 2.1rem;
  font-weight: normal;
  color: #f0e0c8;
  letter-spacing: 0.04em;
  text-decoration: none;
  margin-bottom: 5px;
}

.tv-masthead-name:hover {
  text-decoration: none;
  color: #fff;
}

.tv-masthead-tagline {
  font-size: 0.82rem;
  color: #a07858;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

/* ---- main nav ---- */
.tv-gateways {
  background: #4a2c10;
  text-align: center;
  padding: 0;
}

.tv-gateways a {
  display: inline-block;
  color: #e8d0b0;
  font-size: 0.85rem;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  padding: 12px 18px;
  border-bottom: 3px solid transparent;
  transition: border-color 0.2s, color 0.2s;
  text-decoration: none;
}

.tv-gateways a:hover,
.tv-gateways a.tv-active {
  border-bottom-color: #d4a86e;
  color: #fff;
  text-decoration: none;
}

/* ---- hero banner ---- */
.tv-sanctuary-banner {
  background: linear-gradient(160deg, #3d2009 0%, #6b3a1f 60%, #8c5030 100%);
  padding: 52px 0 46px;
  text-align: center;
  border-bottom: 4px solid #c49a60;
}

.tv-sanctuary-banner h1 {
  font-size: 2rem;
  font-weight: normal;
  color: #f5e8d0;
  line-height: 1.3;
  margin-bottom: 14px;
}

.tv-sanctuary-banner .tv-banner-verse {
  font-size: 1rem;
  color: #c8a878;
  font-style: italic;
  margin-bottom: 24px;
}

.tv-banner-cta {
  display: inline-block;
  border: 1px solid #c49a60;
  color: #f0d8b0;
  padding: 10px 26px;
  font-size: 0.85rem;
  letter-spacing: 0.07em;
  text-transform: uppercase;
  text-decoration: none;
  transition: background 0.2s;
}

.tv-banner-cta:hover {
  background: rgba(196,154,96,0.2);
  text-decoration: none;
  color: #fff;
}

/* ---- main content area ---- */
.tv-dharma-hall {
  padding: 44px 0 52px;
}

/* ---- section headings ---- */
.tv-bell {
  font-size: 0.72rem;
  text-transform: uppercase;
  letter-spacing: 0.15em;
  color: #8c5a30;
  border-top: 2px solid #c49a60;
  padding-top: 10px;
  margin-bottom: 18px;
  margin-top: 0;
}

/* ---- welcome block ---- */
.tv-welcome-sutra {
  background: #f1ece3;
  border-left: 4px solid #c49a60;
  padding: 20px 24px;
  margin-bottom: 36px;
  border-radius: 2px;
}

.tv-welcome-sutra p {
  color: #3d2b1f;
  font-size: 0.97rem;
  line-height: 1.82;
}

/* ---- quote block ---- */
.tv-dharma-quote {
  text-align: center;
  padding: 32px 0;
  margin: 32px 0;
  border-top: 1px solid #d4c4a8;
  border-bottom: 1px solid #d4c4a8;
}

.tv-dharma-quote blockquote {
  font-size: 1.15rem;
  font-style: italic;
  color: #4a2c10;
  line-height: 1.6;
  margin-bottom: 10px;
}

.tv-dharma-quote cite {
  font-size: 0.78rem;
  color: #8c6040;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  font-style: normal;
}

/* ---- topic cards row ---- */
.tv-pillar-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
  margin: 28px 0 36px;
}

@media (max-width: 560px) {
  .tv-pillar-row {
    grid-template-columns: 1fr;
  }
}

.tv-pillar-card {
  background: #fff;
  border: 1px solid #e0d4c0;
  padding: 18px 20px;
  border-radius: 2px;
}

.tv-pillar-card h3 {
  font-size: 0.95rem;
  font-weight: bold;
  color: #3d2b1f;
  margin-bottom: 7px;
}

.tv-pillar-card p {
  font-size: 0.85rem;
  color: #5a4030;
  line-height: 1.65;
}

/* ---- latest articles list ---- */
.tv-scroll {
  list-style: none;
}

.tv-scroll li {
  padding: 18px 0;
  border-bottom: 1px solid #e0d4c0;
}

.tv-scroll li:last-child {
  border-bottom: none;
}

.tv-dharma-meta {
  font-size: 0.72rem;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  color: #8c6040;
  margin-bottom: 5px;
}

.tv-scroll h3 {
  font-size: 1.05rem;
  font-weight: normal;
  margin-bottom: 5px;
}

.tv-scroll h3 a {
  color: #2c1a0e;
}

.tv-scroll h3 a:hover {
  color: #6b3a1f;
}

.tv-scroll p {
  font-size: 0.88rem;
  color: #5a4030;
  line-height: 1.65;
}

/* ---- section index page ---- */
.tv-section-intro {
  background: #f1ece3;
  border-left: 4px solid #c49a60;
  padding: 18px 22px;
  margin-bottom: 30px;
  font-size: 0.95rem;
  color: #3d2b1f;
  line-height: 1.75;
}

/* ---- article page ---- */
.tv-parchment {
  background: #fff;
  border: 1px solid #e0d4c0;
  border-radius: 2px;
  padding: 36px 40px 44px;
  margin: 36px 0;
}

@media (max-width: 600px) {
  .tv-parchment {
    padding: 22px 16px 28px;
  }
}

.tv-article-category {
  font-size: 0.72rem;
  text-transform: uppercase;
  letter-spacing: 0.12em;
  color: #8c5a30;
  margin-bottom: 10px;
}

.tv-parchment h1 {
  font-size: 1.75rem;
  font-weight: normal;
  color: #2c1a0e;
  line-height: 1.3;
  margin-bottom: 14px;
}

.tv-article-standfirst {
  font-size: 1rem;
  font-style: italic;
  color: #5a3a20;
  border-bottom: 1px solid #e0d4c0;
  padding-bottom: 14px;
  margin-bottom: 14px;
  line-height: 1.7;
}

.tv-article-date {
  font-size: 0.75rem;
  color: #9a7050;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  margin-bottom: 28px;
  display: block;
}

.tv-parchment h2 {
  font-size: 1.1rem;
  font-weight: bold;
  color: #3d2009;
  margin-top: 30px;
  margin-bottom: 10px;
}

.tv-parchment p {
  margin-bottom: 16px;
  color: #2c2416;
  font-size: 0.97rem;
  line-height: 1.82;
}

.tv-parchment ul,
.tv-parchment ol {
  margin: 12px 0 18px 22px;
}

.tv-parchment li {
  margin-bottom: 8px;
  font-size: 0.96rem;
  color: #2c2416;
  line-height: 1.72;
}

.tv-back-link {
  font-size: 0.82rem;
  color: #8c5a30;
  text-decoration: none;
  letter-spacing: 0.04em;
  margin-top: 8px;
  display: inline-block;
}

.tv-back-link:hover {
  color: #4a2c10;
}

/* ---- contact form ---- */
.tv-offering-form {
  background: #fff;
  border: 1px solid #e0d4c0;
  border-radius: 2px;
  padding: 30px 36px 36px;
  margin: 28px 0;
}

.tv-offering-form label {
  display: block;
  font-size: 0.83rem;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  color: #5a3a20;
  margin-bottom: 5px;
  margin-top: 16px;
}

.tv-offering-form input,
.tv-offering-form textarea,
.tv-offering-form select {
  display: block;
  width: 100%;
  border: 1px solid #c8b898;
  background: #faf6f0;
  padding: 9px 12px;
  font-family: inherit;
  font-size: 0.93rem;
  color: #2c1a0e;
  border-radius: 2px;
}

.tv-offering-form textarea {
  min-height: 130px;
  resize: vertical;
}

.tv-offering-form button[type="submit"] {
  margin-top: 20px;
  background: #4a2c10;
  color: #f0e0c8;
  border: none;
  padding: 11px 28px;
  font-family: inherit;
  font-size: 0.88rem;
  letter-spacing: 0.07em;
  text-transform: uppercase;
  cursor: pointer;
  border-radius: 2px;
  transition: background 0.2s;
}

.tv-offering-form button[type="submit"]:hover {
  background: #6b3a1f;
}

/* ---- footer ---- */
.tv-incense {
  background: #2c1a0e;
  color: #8c7060;
  padding: 30px 0 24px;
  text-align: center;
  margin-top: 20px;
}

.tv-incense-nav {
  margin-bottom: 14px;
}

.tv-incense-nav a {
  color: #c8a878;
  font-size: 0.8rem;
  text-decoration: none;
  margin: 0 10px;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}

.tv-incense-nav a:hover {
  color: #fff;
}

.tv-incense-note {
  font-size: 0.76rem;
  color: #6a5040;
  line-height: 1.7;
}

/* ---- static page prose ---- */
.tv-prose-page {
  padding: 36px 0 52px;
}

.tv-prose-page h1 {
  font-size: 1.6rem;
  font-weight: normal;
  color: #2c1a0e;
  margin-bottom: 22px;
  border-bottom: 2px solid #c49a60;
  padding-bottom: 10px;
}

.tv-prose-page h2 {
  font-size: 1.1rem;
  color: #3d2009;
  margin-top: 26px;
  margin-bottom: 10px;
}

.tv-prose-page p {
  font-size: 0.97rem;
  color: #2c2416;
  line-height: 1.82;
  margin-bottom: 15px;
}
