/* ==========================================================================
   Transcendent & Mighty — brand styles & utilities.

   No page-section IDs in this file. Everything here is either:
   - a brand rule on the theme's own elements (.btn, form controls), or
   - a .tm- utility class used inside rich-text content, or
   - chrome for the fixed header / footer sections (stable native IDs).
   Per-section design (widths, decor, card, grid rhythm) is handled by the
   "T&M Section Style" block, editable per section in the Theme Editor.
   ========================================================================== */

/* ---------- brand buttons ---------- */
.section .btn,
.header .btn,
.form-btn {
  font-size: 12px;
  letter-spacing: .2em;
  text-transform: uppercase;
  border-radius: 0;
}
.section .btn {
  padding: 18px 36px;
}
.form-btn {
  letter-spacing: .18em;
  padding: 16px 30px;
  height: auto;
}

/* ---------- brand inline form (renders when a form block's native
   "Make form inline" setting is on) ---------- */
.fields-wrapper {
  display: flex;
  gap: 0;
  justify-content: center;
  flex-wrap: wrap;
  align-items: stretch;
}
.fields-wrapper .form-group { margin: 0; }
.fields-wrapper .form-control {
  font-size: 14px;
  padding: 16px 20px;
  border: 1px solid #c8a9c0;
  border-right: none;
  border-radius: 0;
  background: #ffffff;
  color: #2e2233;
  min-width: 270px;
  outline: none;
  height: auto;
  box-shadow: none;
}
@media (max-width: 640px) {
  .fields-wrapper { gap: 10px; }
  .fields-wrapper .form-control {
    min-width: 0;
    width: 100%;
    border-right: 1px solid #c8a9c0;
  }
  .fields-wrapper .form-btn { width: 100%; }
}

/* ---------- T&M image block niceties ---------- */
.block-type--tm_image .tm-image img,
.block-type--tm_image img {
  margin-left: auto;
  margin-right: auto;
}
@media (max-width: 767px) {
  .block-type--tm_image img { max-width: 372px; }
}

/* ---------- shared utilities (used inside rich-text content) ---------- */
.tm-center { margin-left: auto; margin-right: auto; }
.tm-eyebrow {
  font-size: 11px;
  letter-spacing: .32em;
  text-transform: uppercase;
  color: #8e508e;
  margin: 0 0 20px;
  font-weight: 400;
}
.tm-mono-note {
  font-family: ui-monospace, SFMono-Regular, Menlo, monospace;
  font-size: 11px;
  color: #a394a5;
  margin: 20px 0 0;
  letter-spacing: 0;
}

/* hero */
.tm-hero-title {
  font-weight: 400;
  font-size: clamp(38px, 5.8vw, 68px);
  line-height: 1.14;
  margin: 0;
  color: #ffffff;
}
.tm-hero-sub {
  font-style: italic;
  font-size: clamp(20px, 2.6vw, 27px);
  letter-spacing: .02em;
  color: #c8a9c0;
  margin: 28px 0 0;
}
.tm-hero-tag {
  font-weight: 400;
  font-size: clamp(15px, 1.7vw, 18px);
  letter-spacing: .03em;
  color: #d9a9bc;
  margin: 26px auto 0;
  max-width: 560px;
  line-height: 1.6;
}
.tm-hero-body {
  font-weight: 300;
  font-size: 15.5px;
  letter-spacing: .04em;
  color: #b7a4b6;
  margin: 22px auto 0;
  max-width: 620px;
  line-height: 1.95;
}

/* topics strip */
.tm-ticker {
  font-size: 11px;
  letter-spacing: .34em;
  text-transform: uppercase;
  color: #9f8b9e;
  margin: 0;
  line-height: 1.9;
}
.tm-ticker span { color: #d9a9bc; }

/* about */
.tm-about-body {
  font-weight: 300;
  font-size: 18px;
  line-height: 1.9;
  color: #3f3342;
  margin: 0 0 30px;
}
.tm-linkline { margin: 0; }
.tm-linkline a {
  display: inline-block;
  font-size: 12px;
  letter-spacing: .2em;
  text-transform: uppercase;
  color: #8e508e;
  border-bottom: 1px solid #8e508e;
  padding-bottom: 6px;
  text-decoration: none;
  transition: opacity .2s;
}
.tm-linkline a:hover { opacity: .75; }

/* course card */
.tm-course-eyebrow1 {
  font-size: 12px;
  letter-spacing: .34em;
  text-transform: uppercase;
  color: #8fc3cb;
  margin: 0 0 6px;
  font-weight: 400;
}
.tm-course-eyebrow2 {
  font-size: 11px;
  letter-spacing: .26em;
  text-transform: uppercase;
  color: #a9c4d6;
  margin: 0 0 26px;
  font-weight: 400;
}
.tm-course-body {
  font-weight: 300;
  font-size: 16px;
  line-height: 1.9;
  color: #c5d5e2;
  max-width: 600px;
  margin: 0 auto 16px;
}
.tm-course-serif {
  font-style: italic;
  font-size: 20px;
  color: #8fc3cb;
  margin: 0;
}
.tm-course-serif,
.tm-hero-sub,
.tm-footer-quote {
  font-family: 'Cormorant Garamond', Georgia, serif;
}

/* opt-in */
.tm-optin-heading { margin: 0 0 16px; }
.tm-optin-heading em { font-weight: 500; }
.tm-optin-body {
  font-weight: 300;
  font-size: 15.5px;
  line-height: 1.9;
  color: #5c4d5e;
  margin: 0 0 34px;
}

/* instagram */
.tm-ig-heading { margin: 0 0 12px; }
.tm-ig-body {
  font-weight: 300;
  font-size: 15px;
  line-height: 1.8;
  color: #5c4d5e;
  margin: 0 auto 40px;
  max-width: 460px;
}
.tm-social-circles {
  display: flex;
  gap: 16px;
  justify-content: center;
  align-items: center;
  margin-top: 6px;
}
.tm-social-circles a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 54px;
  height: 54px;
  border: 1px solid #8e508e;
  border-radius: 50%;
  color: #8e508e;
  transition: background .2s, color .2s;
}
.tm-social-circles a:hover {
  background: #8e508e;
  color: #ffffff;
}

/* quote band */
.tm-footer-quote {
  font-style: italic;
  font-size: clamp(21px, 3vw, 28px);
  color: #e9d9e4;
  margin: 0 0 8px;
}
.tm-footer-attr {
  font-size: 10.5px;
  letter-spacing: .26em;
  text-transform: uppercase;
  color: #9f8b9e;
  margin: 0 0 6px;
}

h1.tm-hero-title {
    font-family: Jost;
}


/* ---------- header (fixed native section) ---------- */
#section-header .header__content {
  margin: 0 auto;
  padding-top: 12px;
  padding-bottom: 12px;
}
#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 {
  font-size: 12.5px;
  letter-spacing: .14em;
  text-transform: uppercase;
  color: #b7a4b6;
  transition: color .2s;
}
#section-header .link-list__link:hover { color: #e6d3df; }
#section-header .btn--outline {
  border-radius: 0;
  font-size: 11px;
  letter-spacing: .16em;
  text-transform: uppercase;
}

/* ---------- footer (fixed native section) ---------- */
#section-footer .footer {
  position: relative;
  overflow: hidden;
  padding-top: 10px;
  padding-bottom: 10px;
}
/*#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 > * { position: relative; }
#section-footer .footer a {
  font-size: 11px;
  letter-spacing: .18em;
  text-transform: uppercase;
  color: #d9a9bc;
  transition: color .2s;
}
#section-footer .footer a:hover { color: #efe6ec; }
#section-footer .link-list {
  display: flex;
  gap: 30px;
  justify-content: center;
  flex-wrap: wrap;
  margin-bottom: 10px;
}
#section-footer .copyright {
  font-size: 11px;
  color: #6f5f71;
}


body, .page, .main-content {
  overflow: visible !important;
}

div#block-1786000000103  {
    position: -webkit-sticky;   
    position: sticky;
    top: 200px;
    z-index: 99;  
    transition: transform 0.4s ease;
    will-change: transform;
}


#section-1785100000001 .sizer::before {
 
    background: radial-gradient(circle, rgba(142, 80, 142, 0.32) 0%, rgba(142, 80, 142, 0.12) 40%, rgba(36, 26, 40, 0) 70%);
}

/* ---------- about page (full) ---------- */
.tm-about-quote {
  font-weight: 600;
  font-size: clamp(32px, 4.4vw, 46px);
  line-height: 1.18;
  color: #2e2233;
  margin: 0 0 18px;
}
h1.tm-about-quote,
h2.tm-about-quote {
  font-family: 'Cormorant Garamond', Georgia, serif;
}
.tm-about-attr {
  font-size: 12px;
  letter-spacing: .2em;
  text-transform: uppercase;
  color: #8e508e;
  margin: 0 0 32px;
  font-weight: 400;
}
.tm-about-para {
  font-weight: 300;
  font-size: 16px;
  line-height: 1.95;
  color: #5c4d5e;
  margin: 0 0 20px;
}
.tm-about-para:last-of-type { margin-bottom: 38px; }
