/* TryLoveMe Journal v1.9.17 */
.tlm-blog-index,
.tlm-article-page { background: #fff; }

.tlm-blog-hero {
  padding: clamp(64px, 7vw, 112px) 0 clamp(42px, 5vw, 74px);
  border-bottom: 1px solid var(--tlm-border);
  background:
    radial-gradient(circle at 88% 18%, rgba(225,128,177,.08), transparent 26%),
    linear-gradient(180deg, rgba(255,247,250,.68) 0%, #fff 72%);
}
.tlm-blog-hero .tlm-eyebrow { color: #9a5f73; }
.tlm-blog-hero__grid {
  display: grid;
  grid-template-columns: minmax(0, 1.2fr) minmax(320px, .8fr);
  gap: clamp(26px, 5vw, 72px);
  align-items: end;
}
.tlm-blog-hero__main,
.tlm-blog-hero__aside { min-width: 0; }
.tlm-blog-hero h1 {
  margin: 0;
  font-size: clamp(48px, 6.2vw, 92px);
  font-weight: 500;
  line-height: .92;
  letter-spacing: -.06em;
}
.tlm-blog-hero__aside {
  padding: clamp(22px, 3vw, 28px);
  border: 1px solid rgba(225,128,177,.18);
  border-radius: var(--tlm-radius-md);
  background: rgba(255,255,255,.9);
  box-shadow: var(--tlm-shadow-sm);
}
.tlm-blog-hero__aside > p {
  margin: 0;
  color: var(--tlm-muted);
  font-size: clamp(16px, 1.2vw, 18px);
  line-height: 1.7;
}
.tlm-blog-hero__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 16px 18px;
  align-items: center;
  margin-top: 20px;
}
.tlm-blog-chip {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 34px;
  padding: 8px 14px;
  border: 1px solid rgba(225,128,177,.24);
  border-radius: 999px;
  background: #fff7fa;
  color: #9a5f73;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: .08em;
  text-transform: uppercase;
}
.tlm-blog-chip--soft {
  background: #fff;
}

.tlm-blog-featured {
  padding-top: clamp(28px, 4vw, 40px);
  padding-bottom: clamp(40px, 5vw, 70px);
}
.tlm-blog-featured__card {
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(320px, .95fr);
  overflow: hidden;
  border: 1px solid var(--tlm-border);
  border-radius: var(--tlm-radius-lg);
  background: #fff;
  box-shadow: var(--tlm-shadow-sm);
}
.tlm-blog-featured__media { min-height: 430px; background: #fff7fa; }
.tlm-blog-featured__media img { width: 100%; height: 100%; object-fit: cover; }
.tlm-blog-featured__copy {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: clamp(28px, 3.6vw, 52px);
}
.tlm-blog-featured__copy h2 {
  margin: 16px 0 18px;
  font-size: clamp(34px, 3.2vw, 54px);
  line-height: .98;
  letter-spacing: -.05em;
  font-weight: 500;
}
.tlm-blog-featured__copy > p:not(.tlm-blog-meta) {
  margin: 0 0 26px;
  color: var(--tlm-muted);
  line-height: 1.75;
}

.tlm-blog-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 16px;
  margin: 0;
  color: #976579;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: .08em;
  text-transform: uppercase;
}
.tlm-blog-meta span + span::before { margin-right: 16px; color: #d7bcc6; content: "•"; }

.tlm-blog-list { padding-top: 0; }
.tlm-section-head--blog {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 20px;
  margin-bottom: 26px;
}
.tlm-blog-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: clamp(18px, 2vw, 30px);
}
.tlm-blog-grid--compact {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  max-width: 920px;
}
.tlm-blog-card {
  display: flex;
  flex-direction: column;
  height: 100%;
  overflow: hidden;
  min-width: 0;
  border: 1px solid var(--tlm-border);
  border-radius: var(--tlm-radius-lg);
  background: #fff;
  box-shadow: var(--tlm-shadow-sm);
  transition: transform var(--tlm-duration-normal) var(--tlm-ease), box-shadow var(--tlm-duration-normal) var(--tlm-ease);
}
.tlm-blog-card:hover { transform: translateY(-4px); box-shadow: var(--tlm-shadow-md); }
.tlm-blog-card__media { display: block; overflow: hidden; aspect-ratio: 1.08 / 1; background: #fff7fa; }
.tlm-blog-card__media img { width: 100%; height: 100%; object-fit: cover; transition: transform var(--tlm-duration-normal) var(--tlm-ease); }
.tlm-blog-card:hover .tlm-blog-card__media img { transform: scale(1.025); }
.tlm-blog-card__body {
  display: flex;
  flex: 1 1 auto;
  flex-direction: column;
  padding: 22px 22px 24px;
}
.tlm-blog-card__body h3 {
  display: -webkit-box;
  min-height: 2.16em;
  max-height: 2.16em;
  margin: 12px 0 12px;
  overflow: hidden;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  font-size: clamp(21px, 1.8vw, 28px);
  line-height: 1.08;
  letter-spacing: -.035em;
  text-overflow: ellipsis;
}

.tlm-blog-card__body > p:not(.tlm-blog-meta) {
  display: -webkit-box;
  min-height: 4.95em;
  max-height: 4.95em;
  flex: 0 0 auto;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
  margin: 0;
  color: var(--tlm-muted);
  font-size: 14px;
  line-height: 1.65;
  text-overflow: ellipsis;
}
.tlm-blog-card__more {
  display: inline-flex;
  align-self: flex-start;
  margin-top: auto;
  padding-top: 20px;
  padding-bottom: 3px;
  border-bottom: 1px solid currentColor;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: .06em;
  text-transform: uppercase;
}

.tlm-blog-visual {
  position: relative;
  display: flex;
  height: 100%;
  min-height: 100%;
  flex-direction: column;
  justify-content: flex-end;
  overflow: hidden;
  padding: clamp(24px, 3vw, 44px);
  background:
    radial-gradient(circle at 78% 26%, rgba(225,128,177,.38), transparent 23%),
    radial-gradient(circle at 28% 72%, rgba(240,226,222,.85), transparent 30%),
    linear-gradient(135deg, #fff 0%, #fff6fa 55%, #f7dce8 100%);
}
.tlm-blog-visual::before,
.tlm-blog-visual::after { position: absolute; border: 1px solid rgba(225,128,177,.35); border-radius: 50%; content: ""; }
.tlm-blog-visual::before { width: 46%; aspect-ratio: 1; top: -12%; right: -8%; }
.tlm-blog-visual::after { width: 32%; aspect-ratio: 1; right: 17%; bottom: 14%; }
.tlm-blog-visual span { position: relative; z-index: 1; color: #9a5f73; font-size: 10px; font-weight: 700; letter-spacing: .18em; }
.tlm-blog-visual strong { position: relative; z-index: 1; margin-top: 3px; font-size: clamp(28px, 3vw, 52px); font-weight: 500; letter-spacing: -.055em; }
.tlm-blog-visual i { position: absolute; width: 112px; height: 112px; top: 22%; left: 18%; border-radius: 48% 52% 60% 40%; background: rgba(225,128,177,.48); filter: blur(2px); transform: rotate(28deg); }
.tlm-blog-visual--featured strong { font-size: clamp(46px, 5vw, 80px); }
.tlm-blog-visual--article { min-height: 520px; }
.tlm-blog-visual--article strong { font-size: clamp(68px, 8vw, 126px); }

.tlm-blog-pagination { display: flex; justify-content: center; gap: 8px; margin-top: 42px; }
.tlm-blog-pagination .page-numbers { display: grid; min-width: 38px; height: 38px; place-items: center; border: 1px solid var(--tlm-border); border-radius: 50%; font-size: 12px; }
.tlm-blog-pagination .current { border-color: var(--tlm-accent); background: var(--tlm-accent); color: #fff; }

.tlm-blog-cta { padding-top: 12px; }
.tlm-blog-cta__inner {
  display: grid;
  grid-template-columns: 1fr minmax(300px, .54fr);
  gap: 42px;
  align-items: center;
  padding: clamp(32px, 4vw, 52px);
  border: 1px solid rgba(225,128,177,.20);
  border-radius: var(--tlm-radius-lg);
  background: linear-gradient(135deg, #f8c0dc 0%, #dc86b6 100%);
  color: #fff;
}
.tlm-blog-cta h2 { margin: 0; font-size: clamp(36px, 4vw, 64px); line-height: .96; letter-spacing: -.055em; }
.tlm-blog-cta__inner > div:last-child p { margin: 0 0 18px; line-height: 1.7; }
.tlm-blog-cta__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px 20px;
  align-items: center;
}
.tlm-blog-cta .tlm-link-arrow { color: #fff; }

/* Single article */
.tlm-article-hero { padding: clamp(72px, 8vw, 126px) 0 clamp(40px, 5vw, 74px); text-align: center; background: radial-gradient(circle at 85% 12%, rgba(225,128,177,.09), transparent 28%), #fff; }
.tlm-article-back { display: inline-flex; margin-bottom: 38px; color: var(--tlm-muted); font-size: 11px; font-weight: 700; letter-spacing: .07em; text-transform: uppercase; }
.tlm-article-hero .tlm-eyebrow { color: #9a5f73; }
.tlm-article-hero h1 { max-width: 1120px; margin: 0 auto; font-size: clamp(46px, 6.6vw, 96px); font-weight: 500; line-height: .93; letter-spacing: -.065em; }
.tlm-article-lead { max-width: 760px; margin: 28px auto 0; color: var(--tlm-muted); font-size: clamp(17px, 1.5vw, 21px); line-height: 1.65; }
.tlm-article-meta { display: flex; justify-content: center; gap: 24px; margin-top: 26px; color: #976579; font-size: 10px; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; }
.tlm-article-cover { overflow: hidden; border-radius: var(--tlm-radius-lg); background: #fff7fa; box-shadow: var(--tlm-shadow-sm); }
.tlm-article-cover > img { width: 100%; max-height: 720px; object-fit: cover; }
.tlm-article-layout { display: grid; grid-template-columns: 220px minmax(0, 780px); justify-content: center; gap: clamp(48px, 7vw, 110px); padding-block: clamp(60px, 7vw, 104px); }
.tlm-article-aside { align-self: start; position: sticky; top: 120px; padding: 22px; border: 1px solid var(--tlm-border); border-radius: var(--tlm-radius-md); background: #fff; }
.tlm-article-aside span { color: #9a5f73; font-size: 9px; font-weight: 700; letter-spacing: .13em; }
.tlm-article-aside p { margin: 12px 0 20px; color: var(--tlm-muted); font-size: 13px; line-height: 1.55; }
.tlm-article-aside a { display: inline-flex; padding-bottom: 3px; border-bottom: 1px solid currentColor; font-size: 11px; font-weight: 700; }
.tlm-article-content { min-width: 0; font-size: 17px; line-height: 1.8; }
.tlm-article-content > :first-child { margin-top: 0; }
.tlm-article-content h2 { margin: 54px 0 18px; font-size: clamp(30px, 3vw, 46px); font-weight: 500; line-height: 1.02; letter-spacing: -.045em; }
.tlm-article-content h3 { margin: 38px 0 14px; font-size: 26px; line-height: 1.1; }
.tlm-article-content p { margin: 0 0 22px; }
.tlm-article-content ul,
.tlm-article-content ol { margin: 0 0 28px; padding-left: 1.25em; }
.tlm-article-content li { margin: 0 0 10px; }
.tlm-article-content a { text-decoration: underline; text-decoration-color: rgba(225,128,177,.6); text-underline-offset: 3px; }
.tlm-article-content .tlm-inline-cta { display: inline-flex; margin-top: 14px; padding: 14px 20px; border-radius: var(--tlm-radius-pill); background: var(--tlm-accent); color: #fff; font-size: 12px; font-weight: 700; text-decoration: none; }
.tlm-article-note { margin: 34px 0; padding: 24px 26px; border: 1px solid rgba(225,128,177,.28); border-radius: var(--tlm-radius-md); background: linear-gradient(135deg, #fff, #fff5f9); }
.tlm-article-related { border-top: 1px solid var(--tlm-border); }
.tlm-blog-grid--related { grid-template-columns: repeat(2, minmax(0, 1fr)); max-width: none; }

@media (max-width: 1023px) {
  .tlm-blog-hero__grid,
  .tlm-blog-featured__card,
  .tlm-blog-cta__inner { grid-template-columns: 1fr; }
  .tlm-blog-hero__aside { padding: 20px 22px; }
  .tlm-blog-featured__media { min-height: 360px; }
  .tlm-blog-grid,
  .tlm-blog-grid--compact { grid-template-columns: repeat(2, minmax(0, 1fr)); max-width: none; }
  .tlm-article-layout { grid-template-columns: 1fr; max-width: 820px; }
  .tlm-article-aside { position: static; display: none; }
}

@media (max-width: 767px) {
  .tlm-blog-hero { padding-top: 52px; }
  .tlm-blog-hero__grid { gap: 18px; }
  .tlm-blog-hero__aside { padding: 18px; }
  .tlm-blog-featured__card { border-radius: 22px; }
  .tlm-blog-featured__media { min-height: 280px; }
  .tlm-blog-grid,
  .tlm-blog-grid--compact,
  .tlm-blog-grid--related { grid-template-columns: 1fr; }
  .tlm-section-head--blog {
    align-items: flex-start;
    flex-direction: column;
    margin-bottom: 20px;
  }
  .tlm-blog-card__body h3 { min-height: 0; }
  .tlm-blog-cta__inner { gap: 24px; padding: 28px 22px; }
  .tlm-article-hero { padding-top: 54px; }
  .tlm-article-back { margin-bottom: 28px; }
  .tlm-article-cover { border-radius: 20px; }
  .tlm-blog-visual--article { min-height: 330px; }
  .tlm-article-layout { padding-block: 48px; }
  .tlm-article-content { font-size: 16px; }
}
