.elementor-20 .elementor-element.elementor-element-3ef8fed{--display:flex;}:root{--page-title-display:none;}/* Start custom CSS for html, class: .elementor-element-db4eff6 */@import url("https://fonts.googleapis.com/css2?family=Cinzel:wght@400;600;700&family=EB+Garamond:wght@400;500;600&display=swap");

.tl-wrapper,
.tl-wrapper * {
  box-sizing: border-box;
}

body {
  background: #000;
  color: #eee;
  font-family: "EB Garamond", Georgia, serif;
  line-height: 1.7;
  margin: 0;
  padding: 0;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}

.tl-wrapper {
  max-width: 1200px;
  margin: 0 auto;
  padding: clamp(16px, 2vw, 28px);
}

.tl-header {
  text-align: center;
  margin-bottom: clamp(28px, 4vw, 56px);
}

.tl-banner {
  overflow: hidden;
  border-radius: 14px;
  border: 1px solid rgba(201, 169, 98, 0.2);
  background: radial-gradient(circle at 50% 0%, rgba(201, 169, 98, 0.15), rgba(0, 0, 0, 0) 60%);
  box-shadow: 0 10px 40px rgba(0, 0, 0, 0.6);
}

.tl-banner img {
  width: 100%;
  height: auto;
  display: block;
  filter: saturate(1.1) contrast(1.05);
  transform: scale(1.01);
}

.tl-header-text {
  margin-top: 18px;
}

.tl-site-title {
  font-family: "Cinzel", serif;
  font-size: clamp(2.2rem, 4.5vw, 3.6rem);
  letter-spacing: 0.06em;
  margin: 18px 0 6px;
  color: #e8c872;
  text-shadow: 0 0 18px rgba(232, 200, 114, 0.18);
}

.tl-site-greek {
  font-size: clamp(1.6rem, 3.2vw, 2.6rem);
  color: #e8c872;
  margin: 0;
  letter-spacing: 0.08em;
  opacity: 0.9;
}

.tl-site-subtitle {
  font-size: clamp(1.05rem, 1.8vw, 1.5rem);
  color: rgba(238, 238, 238, 0.68);
  margin: 10px 0 0;
}

.tl-hero {
  margin-top: 18px;
}

.tl-hero-text {
  font-size: clamp(1.05rem, 1.8vw, 1.35rem);
  text-align: center;
  max-width: 900px;
  margin: 0 auto 26px;
  color: rgba(238, 238, 238, 0.82);
}

.tl-divider {
  height: 2px;
  width: 120px;
  margin: 18px auto 0;
  background: linear-gradient(90deg, rgba(201, 169, 98, 0), rgba(232, 200, 114, 1), rgba(201, 169, 98, 0));
  border-radius: 999px;
  opacity: 0.9;
}

.tl-section-header {
  text-align: center;
  margin: clamp(36px, 6vw, 70px) 0 26px;
}

.tl-section-header h2 {
  font-family: "Cinzel", serif;
  font-size: clamp(1.8rem, 3.2vw, 2.6rem);
  margin: 0;
  color: #e8c872;
  letter-spacing: 0.05em;
}

.tl-rule {
  height: 1px;
  width: 260px;
  margin: 14px auto 0;
  background: linear-gradient(90deg, rgba(201, 169, 98, 0), rgba(201, 169, 98, 0.55), rgba(201, 169, 98, 0));
}

.tl-library-intro,
.tl-library-note,
.tl-sources-intro {
  max-width: 900px;
  margin: 0 auto 10px;
  color: rgba(238, 238, 238, 0.78);
  font-size: 1.08rem;
}

.tl-library-note strong {
  color: #e8c872;
}

.tl-grade-section {
  margin: 38px 0 46px;
  padding-top: 6px;
}

.tl-grade-header {
  display: flex;
  align-items: baseline;
  gap: 14px;
  margin-bottom: 18px;
  padding: 14px 16px;
  border: 1px solid rgba(201, 169, 98, 0.18);
  border-radius: 12px;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.04), rgba(255, 255, 255, 0.015));
  box-shadow: 0 12px 36px rgba(0, 0, 0, 0.55);
}

.tl-grade-symbol {
  font-size: 1.35rem;
  color: #e8c872;
  min-width: 70px;
  text-align: center;
  letter-spacing: 0.06em;
}

.tl-grade-name {
  font-size: clamp(1.25rem, 2.2vw, 1.85rem);
  color: #fff;
  flex: 1;
  font-weight: 600;
}

.tl-grade-sephirah {
  font-size: 1.05rem;
  color: rgba(238, 238, 238, 0.6);
  font-style: italic;
  white-space: nowrap;
}

@media (max-width: 720px) {
  .tl-grade-header {
    flex-wrap: wrap;
    gap: 6px 10px;
  }
  .tl-grade-sephirah {
    white-space: normal;
    width: 100%;
    opacity: 0.9;
  }
}

.tl-pdf-list {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(260px, 1fr));
  gap: 14px;
  margin-top: 14px;
}

.tl-pdf-item {
  display: flex;
  align-items: center;
  gap: 12px;
  color: rgba(238, 238, 238, 0.9);
  text-decoration: none;
  padding: 14px 14px;
  border-radius: 12px;
  border: 1px solid rgba(201, 169, 98, 0.18);
  background: rgba(17, 17, 17, 0.7);
  transition: transform 0.16s ease, border-color 0.16s ease, background 0.16s ease, box-shadow 0.16s ease;
  position: relative;
  overflow: hidden;
}

.tl-pdf-item::before {
  content: "";
  position: absolute;
  inset: -60% -20%;
  background: radial-gradient(circle at 20% 20%, rgba(232, 200, 114, 0.18), rgba(0, 0, 0, 0) 55%);
  opacity: 0;
  transition: opacity 0.2s ease;
  pointer-events: none;
}

.tl-pdf-item:hover {
  transform: translateY(-2px);
  border-color: rgba(232, 200, 114, 0.55);
  background: rgba(26, 26, 26, 0.82);
  box-shadow: 0 12px 30px rgba(0, 0, 0, 0.6);
}

.tl-pdf-item:hover::before {
  opacity: 1;
}

.tl-pdf-icon {
  font-size: 1.35rem;
  color: #e8c872;
  filter: drop-shadow(0 0 10px rgba(232, 200, 114, 0.18));
}

.tl-pdf-title {
  font-size: 1.08rem;
  letter-spacing: 0.01em;
}

.tl-text-item {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 14px 14px;
  border-radius: 12px;
  border: 1px dashed rgba(201, 169, 98, 0.15);
  background: rgba(10, 10, 10, 0.25);
  color: rgba(238, 238, 238, 0.58);
}

.tl-text-icon {
  font-size: 1.25rem;
  color: rgba(201, 169, 98, 0.45);
}

.tl-text-title {
  font-size: 1.06rem;
}

.tl-holy-books-header h3,
.tl-reference-header h3 {
  font-family: "Cinzel", serif;
  text-align: center;
  color: #e8c872;
  letter-spacing: 0.05em;
  margin: 40px 0 10px;
}

.tl-holy-books-header p {
  text-align: center;
  color: rgba(238, 238, 238, 0.7);
  margin: 0 auto 12px;
  max-width: 900px;
}

.tl-book-feature {
  display: flex;
  flex-wrap: wrap;
  gap: 22px;
  margin: 30px 0 34px;
  padding: clamp(18px, 3vw, 30px);
  border-radius: 16px;
  border: 1px solid rgba(201, 169, 98, 0.18);
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.04), rgba(0, 0, 0, 0.35));
  box-shadow: 0 18px 50px rgba(0, 0, 0, 0.65);
}

.tl-book-image img {
  width: min(320px, 100%);
  height: auto;
  border-radius: 12px;
  border: 1px solid rgba(201, 169, 98, 0.18);
  box-shadow: 0 14px 40px rgba(0, 0, 0, 0.65);
}

.tl-book-content {
  flex: 1;
  min-width: 240px;
}

.tl-book-content h3 {
  font-family: "Cinzel", serif;
  color: #e8c872;
  margin: 0 0 10px;
  letter-spacing: 0.04em;
  font-size: 1.6rem;
}

.tl-book-author {
  display: block;
  font-style: italic;
  color: rgba(238, 238, 238, 0.68);
  margin-bottom: 12px;
}

.tl-book-description {
  color: rgba(238, 238, 238, 0.8);
  margin-bottom: 16px;
  font-size: 1.08rem;
}

.tl-book-links {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.tl-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 12px 18px;
  border-radius: 12px;
  text-decoration: none;
  font-weight: 700;
  letter-spacing: 0.02em;
  transition: transform 0.16s ease, filter 0.16s ease, background 0.16s ease, border-color 0.16s ease;
}

.tl-btn-primary {
  background: linear-gradient(180deg, #f0da96, #e8c872);
  color: #0b0b0b;
  border: 1px solid rgba(232, 200, 114, 0.65);
}

.tl-btn-primary:hover {
  transform: translateY(-1px);
  filter: brightness(1.03);
}

.tl-btn-secondary {
  background: rgba(20, 20, 20, 0.7);
  color: #e8c872;
  border: 1px solid rgba(232, 200, 114, 0.55);
}

.tl-btn-secondary:hover {
  transform: translateY(-1px);
  filter: brightness(1.05);
}

.tl-sources-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(230px, 1fr));
  gap: 14px;
  margin-top: 16px;
}

.tl-source-link {
  display: block;
  padding: 18px 16px;
  border-radius: 14px;
  text-decoration: none;
  text-align: center;
  background: rgba(17, 17, 17, 0.7);
  border: 1px solid rgba(201, 169, 98, 0.18);
  transition: transform 0.16s ease, border-color 0.16s ease, background 0.16s ease, box-shadow 0.16s ease;
}

.tl-source-link:hover {
  transform: translateY(-2px);
  border-color: rgba(232, 200, 114, 0.55);
  background: rgba(26, 26, 26, 0.82);
  box-shadow: 0 12px 30px rgba(0, 0, 0, 0.6);
}

.tl-source-title {
  display: block;
  font-family: "Cinzel", serif;
  font-size: 1.25rem;
  color: #e8c872;
  margin-bottom: 6px;
  letter-spacing: 0.04em;
}

.tl-source-desc {
  color: rgba(238, 238, 238, 0.65);
  font-size: 0.98rem;
}

.tl-articles-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
  gap: 14px;
  margin-top: 18px;
}

.tl-article-card {
  display: block;
  padding: 18px 16px;
  border-radius: 14px;
  text-decoration: none;
  background: rgba(17, 17, 17, 0.7);
  border: 1px solid rgba(201, 169, 98, 0.18);
  transition: transform 0.16s ease, border-color 0.16s ease, background 0.16s ease, box-shadow 0.16s ease;
}

.tl-article-card:hover {
  transform: translateY(-2px);
  border-color: rgba(232, 200, 114, 0.55);
  background: rgba(26, 26, 26, 0.82);
  box-shadow: 0 12px 30px rgba(0, 0, 0, 0.6);
}

.tl-article-card-title {
  font-family: "Cinzel", serif;
  color: #e8c872;
  letter-spacing: 0.03em;
  margin: 0 0 10px;
  font-size: 1.35rem;
}

.tl-article-card-excerpt {
  margin: 0;
  color: rgba(238, 238, 238, 0.72);
  font-size: 1.02rem;
}

.tl-coming-soon {
  margin: 60px 0 40px;
  padding: 24px 18px;
  border-radius: 16px;
  border: 1px solid rgba(201, 169, 98, 0.18);
  background: radial-gradient(circle at 30% 0%, rgba(232, 200, 114, 0.12), rgba(0, 0, 0, 0) 55%), rgba(10, 10, 10, 0.45);
  text-align: center;
  box-shadow: 0 18px 50px rgba(0, 0, 0, 0.65);
}

.tl-coming-soon h2 {
  font-family: "Cinzel", serif;
  color: #e8c872;
  margin: 0 0 14px;
  letter-spacing: 0.05em;
}

.tl-coming-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 10px 12px;
}

.tl-coming-list span {
  padding: 10px 12px;
  border-radius: 999px;
  border: 1px solid rgba(201, 169, 98, 0.18);
  background: rgba(17, 17, 17, 0.55);
  color: rgba(238, 238, 238, 0.75);
}

.tl-footer-seal img {
  max-width: 120px;
  margin: 34px auto 10px;
  display: block;
  filter: drop-shadow(0 0 18px rgba(232, 200, 114, 0.15));
}

.tl-footer-text {
  text-align: center;
  font-size: 1.2rem;
  color: #e8c872;
  margin: 18px 0;
  letter-spacing: 0.02em;
}

.tl-footer-links {
  text-align: center;
  margin: 18px 0 6px;
}

.tl-footer-links a {
  color: #e8c872;
  margin: 0 12px;
  text-decoration: none;
  opacity: 0.9;
  transition: opacity 0.15s ease, text-shadow 0.15s ease;
}

.tl-footer-links a:hover {
  opacity: 1;
  text-shadow: 0 0 14px rgba(232, 200, 114, 0.22);
}

footer a:hover {
  text-shadow: 0 0 14px rgba(232, 200, 114, 0.18);
}

.tl-copyright {
  text-align: center;
  color: rgba(238, 238, 238, 0.45);
  font-size: 0.95rem;
  margin: 26px 0 10px;
}

.tl-wrapper a:focus-visible,
.tl-btn:focus-visible {
  outline: 2px solid rgba(232, 200, 114, 0.8);
  outline-offset: 3px;
  border-radius: 12px;
}

@media (prefers-reduced-motion: reduce) {
  .tl-pdf-item,
  .tl-source-link,
  .tl-article-card,
  .tl-btn {
    transition: none !important;
  }
}

.tl-reference {
  margin-top: 2rem;
}

.tl-reference .tl-holy-books-header h3 {
  margin-top: 0;
  margin-bottom: 0.75rem;
}

.tl-featured {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
  gap: 18px;
  margin-top: 16px;
}

.tl-featured .tl-book-feature {
  margin: 0;
  height: 100%;
}

.tl-featured .tl-book-image img {
  width: 100%;
  max-width: 360px;
}

@media (max-width: 520px) {
  .tl-featured {
    grid-template-columns: 1fr;
  }
  .tl-book-feature {
    padding: 18px;
  }
}

.tl-pdf-list .tl-text-item {
  cursor: default !important;
  user-select: text;
  padding: 0.35rem 0;
  border-bottom: 1px solid rgba(201, 169, 98, 0.10);
}

.tl-pdf-list .tl-text-title {
  color: rgba(235, 235, 235, 0.92) !important;
  text-decoration: none !important;
}

.tl-pdf-list .tl-text-item:hover,
.tl-pdf-list .tl-text-item:focus,
.tl-pdf-list .tl-text-item:active {
  background: transparent !important;
  box-shadow: none !important;
  transform: none !important;
  outline: none !important;
}

.tl-pdf-list .tl-text-icon {
  opacity: 0.45;
  margin-right: 0.55rem;
}/* End custom CSS */
/* Start custom CSS */.tl-books-link {
  text-align: center;
  margin-top: 1.25rem;
}
.tl-reference .tl-holy-books-header {
  display: flex !important;
  flex-direction: column !important;
  align-items: center !important;
  text-align: center !important;
}

.tl-reference .tl-holy-books-header h3,
.tl-reference .tl-holy-books-header p {
  width: 100% !important;
  text-align: center !important;
}/* End custom CSS */