/* ==========================================================================
   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; }

/* ==========================================================================
   Course page ("For the Love of God") — palette utilities.
   Prefix .tm-c- to keep them separate from the purple T&M brand set.
   ========================================================================== */

/* kickers */
.tm-c-kicker {
  font-size: 11.5px;
  letter-spacing: .3em;
  text-transform: uppercase;
  color: #5f7a94;
  margin: 0 0 16px;
  font-weight: 400;
}
.tm-c-kicker--teal { color: #8fc3cb; }
.tm-c-kick1 {
  font-size: 14px;
  letter-spacing: .32em;
  text-transform: uppercase;
  color: #2c4e75;
  margin: 0 0 10px;
  font-weight: 400;
}
.tm-c-kick2 {
  font-size: 11.5px;
  letter-spacing: .26em;
  text-transform: uppercase;
  color: #9aa5b0;
  margin: 0;
  font-weight: 400;
}

/* headings */
h2.tm-c-h2, .tm-c-h2 {
  font-family: 'Cormorant Garamond', Georgia, serif;
  font-weight: 500;
  font-size: clamp(30px, 4vw, 42px);
  line-height: 1.2;
  color: #2b3c52;
  margin: 0 0 26px;
}
h2.tm-c-h2--xl, .tm-c-h2--xl { font-size: clamp(30px, 4vw, 44px); }
h2.tm-c-h2--light, .tm-c-h2--light { color: #fbfaf8; }
h2.tm-c-h2--guide, .tm-c-h2--guide { font-size: clamp(30px, 3.6vw, 40px); margin: 0 0 20px; }

/* body text */
.tm-c-body {
  font-weight: 300;
  font-size: 15.5px;
  line-height: 1.9;
  color: #4a5a6b;
  margin: 0 0 18px;
}
.tm-c-body--center { margin-left: auto; margin-right: auto; }
.tm-c-herocopy {
  font-weight: 300;
  font-size: 16px;
  line-height: 1.75;
  color: #4a5a6b;
  margin: 0 0 8px;
}
.tm-c-footnote {
  font-weight: 300;
  font-size: 14px;
  line-height: 1.75;
  color: #77828e;
  margin: 0 auto;
  max-width: 640px;
}

/* serif accents */
.tm-c-q {
  font-family: 'Cormorant Garamond', Georgia, serif;
  font-style: italic;
  font-size: 21px;
  line-height: 1.4;
  color: #2c4e75;
  border-left: 2px solid #8fc3cb;
  padding: 7px 0 7px 26px;
  margin: 0;
}
.tm-c-q--first { margin-top: 8px; }
.tm-c-q--last { margin-bottom: 26px; }
.tm-c-serifline {
  font-family: 'Cormorant Garamond', Georgia, serif;
  font-style: italic;
  font-size: 23px;
  color: #2c4e75;
  margin: 8px 0 26px;
}
.tm-c-closing {
  font-family: 'Cormorant Garamond', Georgia, serif;
  font-style: italic;
  font-size: 22px;
  line-height: 1.5;
  color: #2c4e75;
  margin: 40px auto 0;
  max-width: 680px;
}

/* walk-away cards (used inside text blocks) */
.tm-c-cardtitle {
  font-family: 'Cormorant Garamond', Georgia, serif;
  font-style: italic;
  font-size: 19px;
  color: #2c4e75;
  margin: 0 0 10px;
}
.tm-c-cardtext {
  font-weight: 300;
  font-size: 14px;
  line-height: 1.75;
  color: #77828e;
  margin: 0;
}

/* for-you / not-for-you lists */
.tm-c-list-kick {
  font-size: 11px;
  letter-spacing: .24em;
  text-transform: uppercase;
  color: #5f7a94;
  margin: 0 0 20px;
  font-weight: 400;
}
.tm-c-list-kick--light { color: #8fc3cb; }
.tm-c-li {
  font-weight: 300;
  font-size: 14px;
  line-height: 1.7;
  color: #77828e;
  margin: 0 0 14px;
}
.tm-c-li strong { font-weight: 600; color: #2c4e75; }
.tm-c-li--light { color: #e4eef1; }
.tm-c-li--light strong { color: #fbfaf8; }
.tm-c-li:last-of-type { margin-bottom: 0; }

/* on-navy body copy */
.tm-c-onnavy {
  font-weight: 300;
  font-size: 15px;
  line-height: 1.9;
  color: #c5d5e2;
  margin: 0 0 18px;
}
.tm-c-onnavy--tight { line-height: 1.95; margin: 0 0 14px; }
.tm-c-quote-big {
  font-family: 'Cormorant Garamond', Georgia, serif;
  font-size: clamp(22px, 2.8vw, 28px);
  line-height: 1.5;
  color: #fbfaf8;
  margin: 8px 0 18px;
}
.tm-c-quote-end {
  font-family: 'Cormorant Garamond', Georgia, serif;
  font-style: italic;
  font-size: 20px;
  line-height: 1.5;
  color: #8fc3cb;
  margin: 6px 0 0;
}

/* pricing panels (used inside text blocks) */
.tm-c-price-kick {
  font-size: 10.5px;
  letter-spacing: .24em;
  text-transform: uppercase;
  color: #8fc3cb;
  margin: 0 0 14px;
  font-weight: 400;
}
.tm-c-price-kick--dark { color: #5f7a94; }
.tm-c-price {
  font-family: 'Cormorant Garamond', Georgia, serif;
  font-size: 60px;
  font-weight: 500;
  color: #fbfaf8;
  line-height: 1;
  margin: 0;
}
.tm-c-price-note {
  font-weight: 300;
  font-size: 13px;
  color: #c5d5e2;
  margin: 12px 0 0;
}
.tm-c-price-note s, .tm-c-price-note del { text-decoration: line-through; }
.tm-c-offer-text {
  font-weight: 300;
  font-size: 13.5px;
  line-height: 1.75;
  color: #4a5a6b;
  margin: 0;
}
.tm-c-offer-text strong { font-weight: 600; color: #2c4e75; }

/* final invitation lines */
.tm-c-invite-big {
  font-family: 'Cormorant Garamond', Georgia, serif;
  font-size: clamp(24px, 3vw, 34px);
  color: #2c4e75;
  margin: 0 0 22px;
}
.tm-c-invite-name {
  font-family: 'Cormorant Garamond', Georgia, serif;
  font-weight: 500;
  font-size: 22px;
  color: #1f3c5e;
  margin: 0 0 4px;
}
.tm-c-invite-sub {
  font-size: 12px;
  letter-spacing: .24em;
  text-transform: uppercase;
  color: #5f7a94;
  margin: 0 0 4px;
  font-weight: 400;
}
.tm-c-invite-sub2 {
  font-size: 11px;
  letter-spacing: .24em;
  text-transform: uppercase;
  color: #9aa5b0;
  margin: 0 0 20px;
  font-weight: 400;
}
.tm-c-invite-price {
  font-weight: 300;
  font-size: 14px;
  color: #4a5a6b;
  margin: 0 0 10px;
}
.tm-c-invite-price strong { font-weight: 600; color: #2c4e75; }
.tm-c-invite-price s { text-decoration: line-through; }

/* ---------- course page: per-section decor (stable ids) ---------- */

/* hero glow (painted above the section color overlay) */
#section-1786100000001 { overflow: hidden; }
#section-1786100000001 .sizer { position: relative; }
#section-1786100000001 .sizer::before {
  content: "";
  position: absolute;
  top: 0; right: 0; bottom: 0; left: 0;
  background: radial-gradient(ellipse 80% 60% at 50% -10%, #e4eff1 0%, rgba(251, 250, 248, 0) 65%);
  pointer-events: none;
}
#section-1786100000001 .container { position: relative; }

/* guide band corner ring */
#section-1786100000006 { overflow: hidden; }
#section-1786100000006 .sizer { position: relative; }
#section-1786100000006 .sizer::before {
  content: "";
  position: absolute;
  left: -160px;
  bottom: -160px;
  width: 480px;
  height: 480px;
  border: 1px solid rgba(143, 195, 203, .22);
  border-radius: 50%;
  pointer-events: none;
}
#section-1786100000006 .container { position: relative; }

/* teaching excerpt corner ring */
#section-1786100000007 { overflow: hidden; }
#section-1786100000007 .sizer { position: relative; }
#section-1786100000007 .sizer::before {
  content: "";
  position: absolute;
  right: -160px;
  top: -160px;
  width: 460px;
  height: 460px;
  border: 1px solid rgba(143, 195, 203, .2);
  border-radius: 50%;
  pointer-events: none;
}
#section-1786100000007 .container { position: relative; }

/* guide portrait shadow */
#section-1786100000006 .tm-image img {
  box-shadow: 0 30px 60px -24px rgba(0, 0, 0, .5);
}

/* pricing panels share one soft shadow */
#section-1786100000008 .block-type--text .block { height: 100%; }

/* FAQ accordions in the course palette */
#section-1786100000009 .block-type--accordion .accordion {
  border-bottom: 1px solid #dbe7e9;
  padding: 24px 4px;
}
#section-1786100000009 .block-type--text + .block-type--accordion .accordion { border-top: 1px solid #dbe7e9; }
#section-1786100000009 .accordion-title h5 {
  font-family: Jost, sans-serif;
  font-size: 15.5px;
  font-weight: 500;
  letter-spacing: 0;
  text-transform: none;
  color: #2b3c52;
}
#section-1786100000009 .accordion-body,
#section-1786100000009 .accordion-body p {
  font-weight: 300;
  font-size: 14px;
  line-height: 1.8;
  color: #77828e;
  margin: 0;
}
#section-1786100000009 .accordion-body { padding-top: 12px; }

/* course sales video frame */
#section-1786100000001 .video {
  border: 1px solid #dbe7e9;
  box-shadow: 0 30px 60px -30px rgba(44, 78, 117, .35);
}

/* ==========================================================================
   Meditation 101 opt-in page utilities (.tm-m-*)
   ========================================================================== */
.tm-m-title {
  font-weight: 600;
  font-size: clamp(38px, 5.4vw, 58px);
  line-height: 1.08;
  color: #2e2233;
  margin: 0 0 18px;
}
h1.tm-m-title, h2.tm-m-title {
  font-family: 'Cormorant Garamond', Georgia, serif;
}
.tm-m-sub {
  font-family: 'Cormorant Garamond', Georgia, serif;
  font-style: italic;
  font-size: clamp(20px, 2.6vw, 25px);
  color: #8e508e;
  margin: 0 0 10px;
}
.tm-m-caps {
  font-size: 13px;
  letter-spacing: .14em;
  text-transform: uppercase;
  color: #a394a5;
  margin: 0;
  font-weight: 400;
}
.tm-m-body {
  font-weight: 300;
  font-size: 16px;
  line-height: 1.95;
  color: #5c4d5e;
  margin: 0 0 18px;
}
.tm-m-serifline {
  font-family: 'Cormorant Garamond', Georgia, serif;
  font-style: italic;
  font-size: 21px;
  line-height: 1.5;
  color: #2e2233;
  margin: 0;
}
.tm-m-card-kick {
  font-size: 10.5px;
  letter-spacing: .24em;
  text-transform: uppercase;
  color: #8e508e;
  margin: 0 0 18px;
  font-weight: 400;
}
.tm-m-li {
  position: relative;
  padding-left: 22px;
  font-weight: 300;
  font-size: 14.5px;
  line-height: 1.75;
  color: #5c4d5e;
  margin: 0 0 16px;
}
.tm-m-li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 8px;
  width: 8px;
  height: 8px;
  background: #8e508e;
  border-radius: 50%;
}
.tm-m-li:last-of-type { margin-bottom: 0; }

/* ==========================================================================
   1:1 Sessions page utilities (.tm-s-*)
   ========================================================================== */
.tm-s-title {
  font-weight: 600;
  font-size: clamp(34px, 4.8vw, 50px);
  line-height: 1.12;
  color: #2e2233;
  margin: 0 0 22px;
}
h1.tm-s-title, h2.tm-s-title {
  font-family: 'Cormorant Garamond', Georgia, serif;
}
.tm-s-lede {
  font-weight: 300;
  font-size: 15.5px;
  line-height: 1.9;
  color: #5c4d5e;
  margin: 0 auto 16px;
  max-width: 720px;
}
.tm-s-serifline {
  font-family: 'Cormorant Garamond', Georgia, serif;
  font-style: italic;
  font-size: 20px;
  line-height: 1.5;
  color: #8e508e;
  margin: 0;
}

/* ==========================================================================
   Contact page utilities + form styling
   ========================================================================== */
.tm-ct-note {
  font-weight: 300;
  font-size: 12.5px;
  line-height: 1.7;
  color: #a394a5;
  margin: 0;
}
.tm-ct-social a {
  display: inline-block;
  margin: 0 13px;
  font-size: 11px;
  letter-spacing: .16em;
  text-transform: uppercase;
  color: #8e508e;
  text-decoration: none;
}
.tm-ct-social a:hover { color: #2e2233; }
.tm-ct-social { margin: 0; }

/* contact form card fields (scoped to the contact section) */
#section-1786400000001 .form-group label {
  display: block;
  font-size: 10.5px;
  letter-spacing: .18em;
  text-transform: uppercase;
  color: #8e508e;
  font-weight: 400;
  margin-bottom: 7px;
}
#section-1786400000001 .form-control {
  font-family: Jost, sans-serif;
  font-size: 14px;
  padding: 13px 15px;
  border: 1px solid #e3d3dc;
  background: #ffffff;
  color: #2e2233;
  border-radius: 0;
  width: 100%;
  outline: none;
  box-shadow: none;
}
#section-1786400000001 .form-control:focus { border-color: #c8a9c0; }
#section-1786400000001 textarea.form-control {
  min-height: 140px;
  resize: vertical;
}
#section-1786400000001 .form-group { margin-bottom: 18px; }

/* first two fields (first / last name) share a row on desktop */
@media (min-width: 640px) {
  #section-1786400000001 .form form > div {
    display: flex;
    flex-wrap: wrap;
    -webkit-column-gap: 16px;
    column-gap: 16px;
  }
  #section-1786400000001 .form .form-group { flex: 1 1 100%; }
  #section-1786400000001 .form .form-group:nth-of-type(1),
  #section-1786400000001 .form .form-group:nth-of-type(2) {
    flex: 1 1 calc(50% - 8px);
    min-width: 150px;
  }
  #section-1786400000001 .form form > div > div:last-child { flex: 1 1 100%; }
}

/* full-width send button in the brand style */
#section-1786400000001 .form-btn {
  letter-spacing: .18em;
  text-transform: uppercase;
  font-size: 12px;
  padding: 16px;
}
