/* ==========================================================================
   Transcendent & Mighty — website theme brand styles.
   Scoped to the theme's own stable classes and fixed sections only.
   ========================================================================== */

/* ---------- shared utilities ---------- */
.tm-center { margin-left: auto; margin-right: auto; }
.tm-eyebrow {
  font-size: 11px;
  letter-spacing: .32em;
  text-transform: uppercase;
  color: #8e508e;
  margin: 0 0 18px;
  font-weight: 400;
}
.tm-eyebrow--muted { color: #9a94a5; }
.tm-eyebrow--navy { color: #7ba3ad; }
.tm-mono-note {
  font-family: ui-monospace, SFMono-Regular, Menlo, monospace;
  font-size: 11px;
  color: #a394a5;
  margin: 14px 0 0;
  letter-spacing: .04em;
}
.tm-rule {
  font-size: 11px;
  letter-spacing: .3em;
  text-transform: uppercase;
  color: #8e508e;
  border-bottom: 1px solid #dcc9d6;
  padding-bottom: 12px;
  margin: 0 0 8px;
  font-weight: 400;
}
.tm-mark {
  display: inline-block;
  width: 52px;
  height: 52px;
  background: url('tm_mark_plum.png') center / contain no-repeat;
}
.tm-mark--navy { background-image: url('tm_mark_navy.png'); }
.tm-mark--plum { background-image: url('tm_mark_plum.png'); }
.tm-linkline a {
  display: inline-block;
  font-size: 11.5px;
  letter-spacing: .18em;
  text-transform: uppercase;
  color: #8e508e;
  text-decoration: none;
  border-bottom: 1px solid transparent;
  transition: border-color .2s;
}
.tm-linkline a:hover { border-color: #8e508e; }

/* ---------- brand buttons ---------- */
.section .btn, .form-btn, .thank-you .btn, .products .btn {
  font-size: 12px;
  letter-spacing: .18em;
  text-transform: uppercase;
  border-radius: 0;
}

/* ---------- header ---------- */
#section-header .header__content {
  max-width: 1280px;
  margin: 0 auto;
  padding-top: 14px;
  padding-bottom: 14px;
}
#section-header .logo__image { max-height: 42px; border-radius: 50%; }
#section-header .logo__text {
  font-family: 'Cormorant Garamond', Georgia, serif;
  font-size: 22px;
  font-weight: 600;
  letter-spacing: .02em;
  color: #f5edf2;
}
#section-header .link-list__link,
#section-header .header__menu a {
  font-size: 12.5px;
  letter-spacing: .14em;
  text-transform: uppercase;
  color: #b7a4b6;
  transition: color .2s;
}
#section-header .link-list__link:hover,
#section-header .header__menu a:hover { color: #e6d3df; }
#section-header .btn {
  border-radius: 0;
  font-size: 11px;
  letter-spacing: .16em;
  text-transform: uppercase;
}

/* ---------- footer ---------- */
#section-footer .footer {
  position: relative;
  overflow: hidden;
  padding-top: 46px;
  padding-bottom: 46px;
}
#section-footer .footer::before {
  content: "";
  position: absolute;
  left: 50%;
  bottom: -260px;
  transform: translateX(-50%);
  width: 620px;
  height: 620px;
  background: radial-gradient(circle, rgba(142,80,142,.25) 0%, rgba(36,26,40,0) 70%);
  pointer-events: none;
}
#section-footer .footer > *,
#section-footer .container { position: relative; }
#section-footer .logo__text {
  font-family: 'Cormorant Garamond', Georgia, serif;
  font-style: italic;
  font-size: 22px;
  font-weight: 500;
  color: #e9d9e4;
}
#section-footer a {
  font-size: 11px;
  letter-spacing: .18em;
  text-transform: uppercase;
  color: #d9a9bc;
  transition: color .2s;
}
#section-footer a:hover { color: #efe6ec; }
#section-footer .copyright { font-size: 11px; color: #6f5f71; }

/* ---------- login / forgot password ---------- */
.auth__content {
  background: #faf8f4;
  border: 1px solid #eef0ee;
  box-shadow: 0 10px 40px -18px rgba(44,78,117,.18);
  padding: 64px 56px 52px;
  max-width: 560px;
  margin: 0 auto;
}
.auth__content::before {
  content: "";
  display: block;
  width: 56px;
  height: 56px;
  margin: 0 auto 26px;
  background: url('tm_mark_navy.png') center / contain no-repeat;
}
.auth__title {
  font-family: 'Jost', sans-serif;
  font-size: 20px;
  font-weight: 400;
  letter-spacing: .3em;
  text-transform: uppercase;
  color: #2c4e75;
  margin: 0 0 34px;
}
.auth__title::before {
  content: "For the";
  display: block;
  font-size: 10.5px;
  letter-spacing: .34em;
  color: #7ba3ad;
  margin-bottom: 8px;
}
.auth__label {
  font-size: 11px;
  letter-spacing: .24em;
  text-transform: uppercase;
  color: #55617a;
  font-weight: 400;
}
.auth__content .form-group { text-align: left; }
.auth__field.form-control {
  border: 1px solid #d8dde2;
  border-radius: 0;
  background: #ffffff;
  color: #2e2233;
  padding: 14px 16px;
  height: auto;
  box-shadow: none;
  font-size: 15px;
}
.auth__field.form-control:focus { border-color: #2c4e75; }
.auth__content .form-btn {
  margin-top: 8px;
  padding: 16px 30px;
}
.auth__content a {
  font-size: 14px;
  color: #55617a;
  text-decoration: underline;
  text-underline-offset: 4px;
}
@media (max-width: 640px) {
  .auth__content { padding: 44px 24px 38px; }
}

/* ---------- library ---------- */
.tm-libbar { margin: 0; }
.tm-libbar .tm-mark { width: 44px; height: 44px; }
.tm-libbar__kick {
  font-size: 9.5px;
  letter-spacing: .32em;
  text-transform: uppercase;
  color: #7ba3ad;
  margin: 10px 0 2px;
}
.tm-libbar__name {
  font-size: 17px;
  letter-spacing: .3em;
  text-transform: uppercase;
  color: #2c4e75;
  margin: 0;
  padding-bottom: 22px;
  border-bottom: 1px solid #e6e2dc;
}
.tm-lib-title {
  font-family: 'Cormorant Garamond', Georgia, serif;
  font-weight: 600;
  font-size: clamp(38px, 4.6vw, 58px);
  color: #232c3f;
  margin: 0;
}
.products .product { overflow: hidden; }
.products .product__title {
  font-family: 'Jost', sans-serif;
  font-size: 20px;
  font-weight: 500;
  color: #2e2233;
  line-height: 1.4;
}
.products .product__body { font-weight: 300; font-size: 15px; line-height: 1.7; }
.products .progress { border-radius: 0; height: 5px; background: #e8eef0; }

/* ---------- blog ---------- */
.tm-blog-title {
  font-family: 'Cormorant Garamond', Georgia, serif;
  font-weight: 600;
  font-size: clamp(40px, 5vw, 64px);
  color: #241a28;
  margin: 0 0 20px;
}
.tm-blog-intro {
  font-weight: 300;
  font-size: 16px;
  line-height: 1.9;
  color: #5c4d5e;
  max-width: 640px;
  margin: 0 auto;
}
.tm-card-kick {
  font-size: 10px;
  letter-spacing: .26em;
  text-transform: uppercase;
  color: #9f8b9e;
  margin: 0 0 14px;
}
.tm-card-title {
  font-family: 'Cormorant Garamond', Georgia, serif;
  font-weight: 600;
  font-size: 25px;
  color: #241a28;
  margin: 0 0 12px;
  line-height: 1.25;
}
.tm-card-body {
  font-weight: 300;
  font-size: 14.5px;
  line-height: 1.8;
  color: #5c4d5e;
  margin: 0 0 20px;
}
.tm-archive-intro {
  font-weight: 300;
  font-size: 15.5px;
  line-height: 1.9;
  color: #5c4d5e;
  max-width: 640px;
  margin: 16px 0 0;
}
/* archive rows */
.blog-listings .blog-listing {
  border-bottom: 1px solid #e7dae2;
  margin: 0;
}
.blog-listings .blog-listing__panel {
  background: transparent !important;
  box-shadow: none !important;
  padding: 20px 4px !important;
}
.blog-listings .blog-listing__content {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 24px;
  flex-wrap: wrap;
}
.blog-listings .blog-listing__title,
.blog-listings .blog-listing__title a {
  font-family: 'Cormorant Garamond', Georgia, serif;
  font-weight: 500;
  font-size: 26px;
  color: #241a28;
  margin: 0;
  text-decoration: none;
}
.blog-listings .blog-listing__title a:hover { color: #8e508e; }
.blog-listings .blog-listing__data { order: 2; margin: 0; }
.blog-listings .blog-listing__date {
  font-size: 12.5px;
  color: #9f8b9e;
  letter-spacing: .06em;
}
.blog-listings .blog-listing__more {
  font-size: 11px;
  letter-spacing: .18em;
  text-transform: uppercase;
}

/* ---------- thank you ---------- */
.thank-you .thank-you__text {
  background: #faf8f4;
  border: 1px solid #eef0ee;
  box-shadow: 0 10px 40px -18px rgba(44,78,117,.18);
  padding: 64px 56px;
  max-width: 620px;
  margin: 0 auto;
}
.tm-ty-title {
  font-family: 'Cormorant Garamond', Georgia, serif;
  font-weight: 600;
  font-size: clamp(34px, 4vw, 48px);
  color: #232c3f;
  margin: 0 0 14px;
}
.tm-ty-body {
  font-weight: 300;
  font-size: 15.5px;
  line-height: 1.9;
  color: #55617a;
  margin: 0 0 8px;
}
@media (max-width: 640px) {
  .thank-you .thank-you__text { padding: 44px 24px; }
}

/* ---------- 404 ---------- */
.tm-404-mark { margin: 0 0 26px; }
.tm-404-title {
  font-family: 'Cormorant Garamond', Georgia, serif;
  font-weight: 600;
  font-size: clamp(32px, 4.4vw, 52px);
  color: #2e2233;
  margin: 0 0 18px;
}
.tm-404-title em { font-weight: 500; color: #8e508e; }
.tm-404-body {
  font-weight: 300;
  font-size: 16px;
  line-height: 1.9;
  color: #5c4d5e;
  max-width: 520px;
  margin: 0 auto 10px;
}
