/* TALK com MONI 6 — isolated styles for GeneratePress and WordPress. */

body.tcm6-sales-page .site.grid-container,
body.tcm6-sales-page .site-content.grid-container,
body.tcm6-sales-page .content-area,
body.tcm6-sales-page .site-main,
body.tcm6-sales-page article.post,
body.tcm6-sales-page article.post > .inside-article {
  max-width: none;
  width: 100%;
}

body.tcm6-sales-page .site-content,
body.tcm6-sales-page article.post > .inside-article {
  padding: 0 !important;
}

body.tcm6-sales-page .site-main,
body.tcm6-sales-page .entry-content {
  margin: 0 !important;
}

body.tcm6-sales-page article.post > .inside-article > .entry-header,
body.tcm6-sales-page article.post > .inside-article > .entry-meta,
body.tcm6-sales-page article.post > .inside-article > footer.entry-meta,
body.tcm6-sales-page .comments-area,
body.tcm6-sales-page .page-header {
  display: none !important;
}

.tcm6,
.tcm6 * {
  box-sizing: border-box;
}

.tcm6 {
  --tcm6-wine-950: #270b12;
  --tcm6-wine-900: #351018;
  --tcm6-wine-800: #571e24;
  --tcm6-wine-700: #71272d;
  --tcm6-wine-600: #943f44;
  --tcm6-rose: #c47d7e;
  --tcm6-rose-light: #e0aea5;
  --tcm6-gold: #d5a973;
  --tcm6-ink: #3c282b;
  --tcm6-muted: #725e61;
  --tcm6-line: #e3d4ce;
  --tcm6-cream: #fbf7f2;
  --tcm6-rosewash: #f1e1dc;
  --tcm6-white: #fff;
  position: relative;
  left: 50%;
  width: 100vw;
  margin-left: -50vw;
  overflow: clip;
  color: var(--tcm6-ink);
  background: var(--tcm6-white);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 18px;
  line-height: 1.72;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
}

.tcm6 img {
  display: block;
  max-width: 100%;
  height: auto;
}

.tcm6 a {
  color: #8c3941;
  text-decoration-thickness: 1px;
  text-underline-offset: 3px;
}

.tcm6 a:hover {
  color: #63232a;
}

.tcm6 a:focus-visible,
.tcm6 summary:focus-visible {
  outline: 3px solid #e2b27b;
  outline-offset: 4px;
}

.tcm6 h1,
.tcm6 h2,
.tcm6 h3,
.tcm6 p,
.tcm6 ul,
.tcm6 ol,
.tcm6 dl,
.tcm6 figure {
  margin-top: 0;
}

.tcm6 h1,
.tcm6 h2,
.tcm6 h3 {
  color: inherit;
  font-family: Georgia, "Times New Roman", serif;
  font-weight: 700;
  letter-spacing: -0.027em;
  line-height: 1.08;
}

.tcm6 h1 {
  max-width: 830px;
  margin-bottom: 27px;
  color: #fff9f3;
  font-size: clamp(2.7rem, 5.35vw, 5.35rem);
}

.tcm6 h2 {
  margin-bottom: 25px;
  font-size: clamp(2rem, 3.65vw, 3.55rem);
}

.tcm6 h3 {
  margin-bottom: 13px;
  font-size: clamp(1.25rem, 2vw, 1.62rem);
}

.tcm6 p {
  margin-bottom: 21px;
}

.tcm6 section[id] {
  scroll-margin-top: 36px;
}

.tcm6-shell {
  width: min(1200px, calc(100% - 44px));
  margin-inline: auto;
}

.tcm6-reading {
  max-width: 850px;
}

.tcm6-skip {
  position: fixed;
  z-index: 10003;
  top: 12px;
  left: 12px;
  padding: 12px 18px;
  transform: translateY(-180%);
  border-radius: 9px;
  color: #fff;
  background: var(--tcm6-wine-950);
  font-weight: 800;
  text-decoration: none;
  transition: transform 180ms ease;
}

.tcm6-skip:focus {
  transform: translateY(0);
}

.tcm6-progress {
  position: fixed;
  z-index: 10002;
  top: 0;
  left: 0;
  width: 100%;
  height: 4px;
  pointer-events: none;
  background: rgb(255 255 255 / 12%);
}

.tcm6-progress span {
  display: block;
  width: 0;
  height: 100%;
  background: linear-gradient(90deg, var(--tcm6-rose-light), var(--tcm6-gold));
  box-shadow: 0 0 16px rgb(224 174 165 / 60%);
}

.tcm6-hero {
  position: relative;
  display: grid;
  min-height: min(900px, 95vh);
  isolation: isolate;
  align-items: center;
  overflow: hidden;
  color: #ead9d8;
  background: var(--tcm6-wine-950);
}

.tcm6-hero__background,
.tcm6-hero__background img,
.tcm6-hero__shade {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}

.tcm6-hero__background {
  z-index: -3;
}

.tcm6-hero__background img {
  object-fit: cover;
}

.tcm6-hero__shade {
  z-index: -2;
  background: linear-gradient(90deg, rgb(37 8 15 / 96%) 0%, rgb(48 12 20 / 80%) 53%, rgb(64 17 25 / 42%) 100%);
}

.tcm6-hero__grid {
  display: grid;
  padding-block: 92px;
  align-items: center;
  grid-template-columns: minmax(0, 1.2fr) minmax(300px, 0.58fr);
  gap: clamp(45px, 7vw, 95px);
}

.tcm6-hero__poster {
  position: relative;
  margin: 0;
  transform: rotate(2deg);
}

.tcm6-hero__poster::before {
  position: absolute;
  z-index: -1;
  inset: 28px -24px -25px 24px;
  border: 1px solid rgb(255 255 255 / 20%);
  border-radius: 22px;
  background: rgb(221 165 158 / 16%);
  content: "";
}

.tcm6-hero__poster picture {
  display: block;
  overflow: hidden;
  border: 1px solid rgb(255 255 255 / 27%);
  border-radius: 20px;
  background: #fff;
  box-shadow: 0 34px 75px rgb(20 5 9 / 50%);
}

.tcm6-eyebrow,
.tcm6-kicker {
  margin-bottom: 18px !important;
  color: var(--tcm6-wine-600);
  font-size: 0.76rem;
  font-weight: 900;
  letter-spacing: 0.17em;
  line-height: 1.35;
  text-transform: uppercase;
}

.tcm6-hero .tcm6-eyebrow,
.tcm6-section--wine .tcm6-kicker,
.tcm6-section--final .tcm6-kicker {
  color: #efb9a9;
}

.tcm6-lead {
  max-width: 760px;
  margin-bottom: 29px !important;
  color: #e6d5d3;
  font-size: clamp(1.08rem, 1.7vw, 1.35rem);
  line-height: 1.6;
}

.tcm6-lead strong {
  color: #fff;
}

.tcm6-proof {
  display: flex;
  margin: 0 0 33px;
  padding: 0;
  gap: 9px;
  flex-wrap: wrap;
  list-style: none;
}

.tcm6-proof li {
  padding: 10px 15px;
  border: 1px solid rgb(255 255 255 / 18%);
  border-radius: 999px;
  color: #f3e7e3;
  background: rgb(255 255 255 / 8%);
  font-size: 0.83rem;
  backdrop-filter: blur(9px);
}

.tcm6-proof strong {
  color: #efc08e;
}

.tcm6-button {
  display: inline-flex;
  min-height: 58px;
  padding: 16px 25px;
  border: 0;
  border-radius: 12px;
  align-items: center;
  justify-content: center;
  gap: 11px;
  font-size: 0.96rem;
  font-weight: 850;
  line-height: 1.25;
  text-align: center;
  text-decoration: none !important;
  box-shadow: 0 15px 34px rgb(45 12 20 / 25%);
  transition: transform 180ms ease, box-shadow 180ms ease, background 180ms ease;
}

.tcm6-button:hover {
  transform: translateY(-2px);
  box-shadow: 0 19px 39px rgb(45 12 20 / 33%);
}

.tcm6-button--primary {
  color: #35151a !important;
  background: linear-gradient(135deg, #efb6a3, #d6a76f);
}

.tcm6-button--primary:hover {
  background: linear-gradient(135deg, #f5c6b3, #e2b77a);
}

.tcm6-button--dark {
  color: #fff !important;
  background: var(--tcm6-wine-900);
}

.tcm6-button--block {
  width: 100%;
}

.tcm6-microcopy {
  max-width: 670px;
  margin: 17px 0 0 !important;
  color: #cdb9b9;
  font-size: 0.77rem;
  line-height: 1.55;
}

.tcm6-toc {
  border-bottom: 1px solid var(--tcm6-line);
  background: #fffaf6;
}

.tcm6-toc .tcm6-shell {
  display: flex;
  min-height: 78px;
  align-items: center;
  gap: 28px;
}

.tcm6-toc__title {
  margin: 0 !important;
  color: var(--tcm6-wine-800);
  font-size: 0.75rem;
  font-weight: 900;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  white-space: nowrap;
}

.tcm6-toc ol {
  display: flex;
  margin: 0;
  padding: 0;
  gap: 9px 19px;
  flex-wrap: wrap;
  list-style: none;
}

.tcm6-toc a {
  color: #695557;
  font-size: 0.82rem;
  font-weight: 750;
  text-decoration: none;
}

.tcm6-section {
  position: relative;
  padding-block: clamp(76px, 9vw, 124px);
  background: #fff;
}

.tcm6-section--light {
  background: var(--tcm6-cream);
}

.tcm6-section--rose {
  background: var(--tcm6-rosewash);
}

.tcm6-section--wine,
.tcm6-section--final {
  color: #eadcdb;
  background:
    radial-gradient(circle at 94% 8%, rgb(196 125 126 / 24%), transparent 35%),
    var(--tcm6-wine-900);
}

.tcm6-section--wine h2,
.tcm6-section--wine h3,
.tcm6-section--final h2 {
  color: #fff9f4;
}

.tcm6-section--wine .tcm6-reading,
.tcm6-section--final .tcm6-reading {
  margin-inline: auto;
}

.tcm6-answer {
  margin: 31px 0;
  padding: 27px 29px;
  border-left: 5px solid var(--tcm6-rose);
  border-radius: 0 16px 16px 0;
  background: #fff;
  box-shadow: 0 15px 38px rgb(72 30 36 / 8%);
}

.tcm6-answer p {
  margin: 0;
}

.tcm6-checks {
  display: grid;
  margin: 31px 0 0;
  padding: 0;
  gap: 13px;
  list-style: none;
}

.tcm6-checks li {
  position: relative;
  padding-left: 35px;
}

.tcm6-checks li::before {
  position: absolute;
  top: 0.08em;
  left: 0;
  display: grid;
  width: 24px;
  height: 24px;
  border-radius: 50%;
  place-items: center;
  color: #fff;
  background: var(--tcm6-wine-600);
  content: "✓";
  font-size: 0.75rem;
  font-weight: 900;
}

.tcm6-grid {
  display: grid;
  align-items: start;
  gap: clamp(40px, 7vw, 90px);
}

.tcm6-grid--content {
  grid-template-columns: minmax(0, 1fr) minmax(290px, 380px);
}

.tcm6-factbox,
.tcm6-sources {
  padding: 29px;
  border: 1px solid var(--tcm6-line);
  border-radius: 20px;
  background: var(--tcm6-cream);
  box-shadow: 0 18px 52px rgb(69 28 35 / 9%);
}

.tcm6-factbox__title {
  margin-bottom: 20px !important;
  color: var(--tcm6-wine-600);
  font-size: 0.74rem;
  font-weight: 900;
  letter-spacing: 0.13em;
  text-transform: uppercase;
}

.tcm6-factbox dl {
  margin-bottom: 23px;
}

.tcm6-factbox dl div {
  display: grid;
  padding: 12px 0;
  border-bottom: 1px solid var(--tcm6-line);
  grid-template-columns: 1fr 1.2fr;
  gap: 17px;
}

.tcm6-factbox dt {
  color: var(--tcm6-muted);
  font-size: 0.81rem;
}

.tcm6-factbox dd {
  margin: 0;
  font-size: 0.84rem;
  font-weight: 750;
  text-align: right;
}

.tcm6-factbox a,
.tcm6-sources a {
  font-size: 0.84rem;
  font-weight: 800;
}

.tcm6-quote {
  margin: 38px 0 0;
  padding: 27px 30px;
  border: 1px solid rgb(255 255 255 / 17%);
  border-radius: 18px;
  background: rgb(255 255 255 / 7%);
}

.tcm6-quote p {
  margin: 0;
  color: #f4e7e3;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 1.27rem;
  line-height: 1.55;
}

.tcm6-media {
  margin: 42px 0 0;
}

.tcm6-media picture {
  display: block;
  overflow: hidden;
  border-radius: 27px;
  box-shadow: 0 25px 66px rgb(67 27 33 / 17%);
}

.tcm6-media figcaption {
  margin-top: 13px;
  color: var(--tcm6-muted);
  font-size: 0.78rem;
  line-height: 1.5;
  text-align: center;
}

.tcm6-cards,
.tcm6-experience-grid,
.tcm6-method-grid {
  display: grid;
  margin: 42px 0 31px;
  gap: 18px;
}

.tcm6-cards--four,
.tcm6-experience-grid,
.tcm6-method-grid {
  grid-template-columns: repeat(4, 1fr);
}

.tcm6-cards article,
.tcm6-experience-grid article,
.tcm6-method-grid article {
  padding: 27px;
  border: 1px solid var(--tcm6-line);
  border-radius: 18px;
  background: #fff;
  box-shadow: 0 15px 42px rgb(68 27 34 / 7%);
}

.tcm6-cards article > span,
.tcm6-method-grid article > span {
  display: inline-block;
  margin-bottom: 26px;
  color: var(--tcm6-wine-600);
  font-size: 0.78rem;
  font-weight: 900;
  letter-spacing: 0.12em;
}

.tcm6-cards p,
.tcm6-experience-grid p,
.tcm6-method-grid p {
  margin: 0;
  color: var(--tcm6-muted);
  font-size: 0.89rem;
}

.tcm6-experience-grid {
  margin-top: 34px;
}

.tcm6-cta-band {
  display: grid;
  margin-top: 43px;
  padding: 35px 40px;
  border-radius: 22px;
  align-items: center;
  grid-template-columns: 1fr auto;
  gap: 30px;
  background: linear-gradient(120deg, #efd9d2, #dfb3aa);
}

.tcm6-cta-band h2 {
  margin-bottom: 8px;
  font-size: clamp(1.7rem, 2.6vw, 2.6rem);
}

.tcm6-cta-band p:last-child {
  margin-bottom: 0;
}

.tcm6-pillar-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
}

.tcm6-pillar-grid article {
  padding: clamp(28px, 4vw, 43px);
  border: 1px solid rgb(255 255 255 / 14%);
  border-radius: 22px;
  background: rgb(255 255 255 / 7%);
}

.tcm6-pillar-grid article > span {
  display: grid;
  width: 49px;
  height: 49px;
  margin-bottom: 27px;
  border-radius: 50%;
  place-items: center;
  color: var(--tcm6-wine-900);
  background: #e8b6a9;
  font-size: 0.8rem;
  font-weight: 900;
}

.tcm6-pillar-grid p {
  color: #dfcbca;
  font-size: 0.92rem;
}

.tcm6-spaced-cta {
  margin-top: 40px;
}

.tcm6-steps {
  display: grid;
  margin: 42px 0 31px;
  gap: 14px;
}

.tcm6-steps article {
  display: grid;
  padding: 24px 26px;
  border: 1px solid var(--tcm6-line);
  border-radius: 17px;
  align-items: start;
  grid-template-columns: 50px 250px 1fr;
  gap: 20px;
}

.tcm6-steps article > span {
  display: grid;
  width: 39px;
  height: 39px;
  border-radius: 50%;
  place-items: center;
  color: #fff;
  background: var(--tcm6-wine-700);
  font-weight: 900;
}

.tcm6-steps h3,
.tcm6-steps p {
  margin: 0;
}

.tcm6-steps p {
  color: var(--tcm6-muted);
  font-size: 0.9rem;
}

.tcm6-sources h3 {
  margin-bottom: 19px;
}

.tcm6-sources ul {
  margin: 0 0 23px;
  padding-left: 20px;
}

.tcm6-sources li {
  margin-bottom: 12px;
}

.tcm6-sources p {
  margin: 0;
  color: var(--tcm6-muted);
  font-size: 0.77rem;
}

.tcm6-status-box {
  display: grid;
  padding: clamp(35px, 5vw, 63px);
  border: 1px solid #d9bcb5;
  border-radius: 29px;
  grid-template-columns: 1fr minmax(285px, 370px);
  gap: clamp(40px, 7vw, 80px);
  background: #fffaf6;
  box-shadow: 0 26px 70px rgb(70 29 35 / 15%);
}

.tcm6-availability {
  padding: 30px;
  border-radius: 21px;
  color: #ead9d8;
  background: var(--tcm6-wine-900);
}

.tcm6-status {
  display: inline-block;
  margin-bottom: 25px;
  padding: 8px 12px;
  border-radius: 999px;
  color: #4a171e;
  background: #efb8a9;
  font-size: 0.7rem;
  font-weight: 900;
  letter-spacing: 0.09em;
}

.tcm6-availability__title {
  margin-bottom: 12px !important;
  color: #fff9f5;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 1.12;
}

.tcm6-availability p:not(.tcm6-availability__title) {
  color: #dbc6c6;
  font-size: 0.87rem;
}

.tcm6-availability small {
  display: block;
  margin-top: 17px;
  color: #cfb7b8;
  font-size: 0.72rem;
  line-height: 1.5;
}

.tcm6-faq {
  display: grid;
  margin-top: 39px;
  gap: 12px;
}

.tcm6-faq > h3 {
  margin: 25px 0 4px;
}

.tcm6-faq details {
  overflow: hidden;
  border: 1px solid var(--tcm6-line);
  border-radius: 14px;
  background: #fff;
}

.tcm6-faq summary {
  position: relative;
  padding: 21px 58px 21px 23px;
  cursor: pointer;
  font-weight: 800;
  list-style: none;
}

.tcm6-faq summary::-webkit-details-marker {
  display: none;
}

.tcm6-faq summary::after {
  position: absolute;
  top: 50%;
  right: 22px;
  width: 24px;
  height: 24px;
  transform: translateY(-50%);
  border-radius: 50%;
  color: #fff;
  background: var(--tcm6-wine-600);
  content: "+";
  font-size: 1.05rem;
  font-weight: 500;
  line-height: 22px;
  text-align: center;
}

.tcm6-faq details[open] summary::after {
  content: "−";
}

.tcm6-faq details[open] summary {
  color: var(--tcm6-wine-700);
  background: var(--tcm6-cream);
}

.tcm6-faq details p {
  margin: 0;
  padding: 0 23px 23px;
  color: var(--tcm6-muted);
  font-size: 0.92rem;
}

.tcm6-center {
  text-align: center;
}

.tcm6-center .tcm6-microcopy {
  margin-inline: auto !important;
}

.tcm6-internal-links {
  display: flex;
  margin-top: 34px;
  justify-content: center;
  gap: 15px 25px;
  flex-wrap: wrap;
}

.tcm6-internal-links a {
  color: #efd6cf;
  font-size: 0.82rem;
}

.tcm6-sticky {
  position: fixed;
  z-index: 10001;
  right: 16px;
  bottom: 16px;
  display: none;
  padding: 9px 9px 9px 17px;
  border: 1px solid rgb(255 255 255 / 15%);
  border-radius: 15px;
  align-items: center;
  gap: 16px;
  color: #fff;
  background: rgb(46 11 18 / 94%);
  box-shadow: 0 16px 40px rgb(29 7 12 / 40%);
  backdrop-filter: blur(10px);
}

.tcm6-sticky span {
  font-size: 0.75rem;
  font-weight: 750;
}

.tcm6-sticky a {
  padding: 10px 17px;
  border-radius: 9px;
  color: #361219;
  background: linear-gradient(135deg, #efb3a2, #d7aa71);
  font-size: 0.79rem;
  font-weight: 900;
  text-decoration: none;
}

@media (max-width: 1060px) {
  .tcm6-hero__grid {
    grid-template-columns: minmax(0, 1fr) minmax(280px, 0.5fr);
  }

  .tcm6-cards--four,
  .tcm6-experience-grid,
  .tcm6-method-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .tcm6-steps article {
    grid-template-columns: 50px 1fr;
  }

  .tcm6-steps p {
    grid-column: 2;
  }
}

@media (max-width: 900px) {
  .tcm6-hero {
    min-height: auto;
  }

  .tcm6-hero__grid {
    grid-template-columns: 1fr;
  }

  .tcm6-hero__poster {
    width: min(430px, 82%);
    margin-inline: auto;
  }

  .tcm6-grid--content,
  .tcm6-status-box {
    grid-template-columns: 1fr;
  }

  .tcm6-factbox,
  .tcm6-sources,
  .tcm6-availability {
    max-width: 620px;
  }

  .tcm6-pillar-grid {
    grid-template-columns: 1fr;
  }

  .tcm6-cta-band {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 720px) {
  .tcm6 {
    font-size: 17px;
  }

  .tcm6-shell {
    width: min(100% - 30px, 1200px);
  }

  .tcm6-hero__grid {
    padding-block: 75px;
  }

  .tcm6-hero__shade {
    background: linear-gradient(90deg, rgb(37 8 15 / 96%), rgb(62 18 25 / 72%));
  }

  .tcm6-toc .tcm6-shell {
    display: block;
    padding-block: 19px;
  }

  .tcm6-toc__title {
    margin-bottom: 9px !important;
  }

  .tcm6-cards--four,
  .tcm6-experience-grid,
  .tcm6-method-grid {
    grid-template-columns: 1fr;
  }

  .tcm6-steps article {
    display: block;
  }

  .tcm6-steps article > span {
    margin-bottom: 16px;
  }

  .tcm6-steps h3 {
    margin-bottom: 9px;
  }

  .tcm6-status-box {
    width: calc(100% - 20px);
    padding: 29px 23px;
  }

  .tcm6-sticky {
    display: flex;
  }
}

@media (max-width: 430px) {
  .tcm6 h1 {
    font-size: 2.35rem;
  }

  .tcm6-proof {
    display: grid;
    grid-template-columns: 1fr 1fr;
  }

  .tcm6-button {
    width: 100%;
  }

  .tcm6-sticky {
    right: 9px;
    bottom: 9px;
    left: 9px;
    justify-content: space-between;
  }

  .tcm6-factbox dl div {
    display: block;
  }

  .tcm6-factbox dd {
    margin-top: 4px;
    text-align: left;
  }
}

@media (prefers-reduced-motion: reduce) {
  .tcm6 *,
  .tcm6 *::before,
  .tcm6 *::after {
    scroll-behavior: auto !important;
    transition-duration: 0.01ms !important;
  }
}

@media print {
  .tcm6-progress,
  .tcm6-sticky,
  .tcm6-button,
  .tcm6-toc {
    display: none !important;
  }

  .tcm6,
  .tcm6-section,
  .tcm6-section--wine,
  .tcm6-section--final,
  .tcm6-status-box {
    color: #222 !important;
    background: #fff !important;
  }
}
