/* Approved visual refinements — 2026-09-13. Scope stays within existing surfaces. */

/* menu-balance */
@media (min-width: 1001px) {
  #site-top.tl-site-head .tl-mega-groups {
    grid-template-columns: none;
    grid-auto-flow: column;
    grid-auto-columns: minmax(0, 1fr);
    column-gap: 0;
    padding: 32px 0;
    align-items: stretch;
  }
  #site-top.tl-site-head .tl-menu-group {
    min-width: 0;
    padding-inline: clamp(24px, 2.8vw, 40px);
  }
  #site-top.tl-site-head .tl-menu-group:first-child { padding-left: 0; }
  #site-top.tl-site-head .tl-menu-group:last-child { padding-right: 0; }
  #site-top.tl-site-head .tl-menu-group + .tl-menu-group {
    border-left: 1px solid var(--tl-line);
  }
  #site-top.tl-site-head .tl-menu-group h3 {
    font-size: 14px;
    line-height: 1.5;
    margin-bottom: 16px;
  }
  #site-top.tl-site-head .tl-menu-group li a { min-height: 42px; }
}

/* price-balance */
#pricing .plan-price {
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  gap: 9px;
  width: 100%;
  min-height: 84px;
  text-align: center;
}
#pricing .plan-price strong { line-height: 1.2; white-space: nowrap; }
#pricing .plan-price small { display: block; max-width: 100%; font-size: 12px; line-height: 1.65; text-wrap: balance; }
.checkout-summary { grid-template-columns: 64px minmax(0, 1fr); }
.checkout-summary > strong[data-dialog-price] { grid-column: 1 / -1; justify-self: center; margin: 0; text-align: center; }
#checkout-main .product-option { grid-template-columns: 36px minmax(0, 1fr) 20px; gap: 10px 16px; }
#checkout-main .product-number { grid-column: 1; grid-row: 1; }
#checkout-main .product-copy { grid-column: 2; grid-row: 1; }
#checkout-main .product-check { grid-column: 3; grid-row: 1; }
#checkout-main .product-price { grid-column: 1 / -1; grid-row: 2; justify-self: center; text-align: center; }
#checkout-main .order-summary { grid-template-columns: 64px minmax(0, 1fr); }
#checkout-main .order-art { grid-column: 1; grid-row: 1; }
#checkout-main .order-name { grid-column: 2; grid-row: 1; }
#checkout-main .order-price { grid-column: 1 / -1; grid-row: 2; justify-self: center; padding: 4px 0 0; text-align: center; }
#checkout-main .amount-row { flex-direction: column-reverse; align-items: center; gap: 9px; text-align: center; }
.action-dock:has(> .price) { grid-template-columns: minmax(0, 1fr) auto minmax(0, 1fr); }
.action-dock > .price { justify-self: center; text-align: center; }
.action-dock:has(> .price) > .disabled-cta { justify-self: end; }
#plans .example-card .before { text-align: center; }
#prices .question-steps > li > strong { display: block; text-align: center; }
@media (max-width: 600px) {
  .action-dock:has(> .price) { grid-template-columns: 1fr; gap: 13px; text-align: center; }
  .action-dock > .price span { display: block; }
  .action-dock:has(> .price) > .disabled-cta { grid-column: 1; justify-self: stretch; }
}

/* typography */
.article-body .lead {
  font-size: 23px;
  font-weight: 400;
  line-height: 1.85;
  letter-spacing: -0.015em;
  word-break: keep-all;
  overflow-wrap: break-word;
  text-wrap: pretty;
  margin-bottom: 56px;
  padding-bottom: 30px;
}
.article-body .lead > strong {
  display: block;
  font-weight: 400;
  margin-bottom: 18px;
}
.article-body p, .article-body li { word-break: keep-all; text-wrap: pretty; }
.article-body p a { overflow-wrap: anywhere; }
.area-card b, .zodiac-card .action { font-weight: 550; }
@media(max-width:767px) {
  .relationship-discovery-links strong { white-space: normal; line-height: 1.45; }
}
@media(max-width:600px) {
  .article-body .lead { font-size: 19px; line-height: 1.9; margin-bottom: 42px; padding-bottom: 26px; }
  .article-body .lead > strong { margin-bottom: 16px; }
}

/* footer-refinement */
#site-footer.tl-global-footer { padding: 56px 0 28px; }
#site-footer.tl-global-footer .tl-footer-top { display: block; }
#site-footer.tl-global-footer .tl-footer-brand {
  display: grid;
  grid-template-columns: auto minmax(0,1fr) auto;
  column-gap: 64px;
  align-items: center;
  padding-bottom: 32px;
  margin-bottom: 34px;
  border-bottom: 1px solid var(--tl-line);
}
#site-footer.tl-global-footer .tl-footer-brand > .tl-brand { grid-column: 1; grid-row: 1; justify-self: start; font-size: 19px; }
#site-footer.tl-global-footer .tl-footer-brand p { grid-column: 2; grid-row: 1; margin: 0; color: #bcb1c5; font-size: 15px; line-height: 1.8; }
#site-footer.tl-global-footer .tl-footer-search-link { grid-column: 3; grid-row: 1; align-self: center; font-size: 14px; padding: 13px 0 12px; margin: 0; border-bottom-color: #8d7652; }
#site-footer.tl-global-footer .tl-footer-directory { display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); gap: 36px 64px; border: 0; }
#site-footer.tl-global-footer .tl-footer-group { border: 0; }
#site-footer.tl-global-footer .tl-footer-group summary { margin: 0 0 16px; padding: 0 0 14px; border-bottom: 1px solid var(--tl-line); cursor: pointer; }
#site-footer.tl-global-footer .tl-footer-group summary .tl-chevron { display: block; margin-left: 12px; }
#site-footer.tl-global-footer .tl-footer-group[open] summary .tl-chevron { transform: rotate(225deg); }
#site-footer.tl-global-footer .tl-footer-group .tl-eng { font-size: 10px; line-height: 1.4; letter-spacing: .12em; margin-bottom: 8px; color: #bba37d; }
#site-footer.tl-global-footer .tl-footer-group .tl-kor { font-size: 16px; font-weight: 600; line-height: 1.5; color: #eee7f1; }
#site-footer.tl-global-footer .tl-footer-group .tl-count { font-size: 12px; line-height: 1; color: #ac9cb9; margin-left: auto; }
#site-footer.tl-global-footer .tl-footer-links { padding: 0; }
#site-footer.tl-global-footer .tl-footer-group a { min-height: 35px; font-size: 14px; line-height: 1.6; color: #c9becf; word-break: keep-all; }
#site-footer.tl-global-footer .tl-footer-group[data-category=reading] .tl-footer-links { gap: 0 22px; }
#site-footer.tl-global-footer .tl-footer-compact { margin-top: 36px; padding-top: 24px; gap: 0; }
#site-footer.tl-global-footer .tl-footer-compact > .tl-brand { display: none; }
#site-footer.tl-global-footer .tl-footer-policy { font-size: 13px; gap: 10px 26px; line-height: 1.7; color: #bdb0c6; }
#site-footer.tl-global-footer .tl-footer-policy a { min-height: 32px; display: inline-flex; align-items: center; }
#site-footer.tl-global-footer .tl-footer-business { border: 0; margin-top: 15px; padding: 0 0 24px; font-size: 12px; line-height: 1.85; gap: 6px 24px; color: #ad9fb7; }
#site-footer.tl-global-footer .tl-footer-business > span { order: 1; }
#site-footer.tl-global-footer .tl-footer-business > .tl-address { order: 2; flex-basis: 100%; }
#site-footer.tl-global-footer .tl-footer-business > span:has(a) { order: 3; }
#site-footer.tl-global-footer .tl-footer-business b { color: #c4b9cd; margin-right: 7px; }
#site-footer.tl-global-footer .tl-payment-note { order: 4; width: 100%; font-size: 12px; line-height: 1.8; margin-top: 4px; color: #ba9e6c; }
#site-footer.tl-global-footer .tl-footer-bottom { align-items: flex-start; font-size: 12px; line-height: 1.8; padding-top: 21px; gap: 20px; color: #a697b0; }
#site-footer.tl-global-footer .tl-footer-bottom .tl-disclaimer { max-width: 560px; text-align: left; }
#site-footer.tl-global-footer .tl-footer-bottom > a { white-space: nowrap; }
@media (max-width: 1100px) and (min-width: 601px) {
  #site-footer.tl-global-footer .tl-footer-directory { grid-template-columns: repeat(2,minmax(0,1fr)); gap: 32px; }
}
@media (max-width: 700px) and (min-width: 601px) {
  #site-footer.tl-global-footer .tl-footer-brand { grid-template-columns: minmax(0,1fr) auto; column-gap: 24px; }
  #site-footer.tl-global-footer .tl-footer-brand p { grid-column: 1; grid-row: 2; margin-top: 12px; }
  #site-footer.tl-global-footer .tl-footer-search-link { grid-column: 2; grid-row: 1 / span 2; }
}
@media (max-width: 600px) {
  #site-footer.tl-global-footer { padding-top: 36px; }
  #site-footer.tl-global-footer .tl-footer-brand { display: block; padding: 0 0 24px; margin-bottom: 0; }
  #site-footer.tl-global-footer .tl-footer-brand > .tl-brand { font-size: 17px; }
  #site-footer.tl-global-footer .tl-footer-brand p { font-size: 14px; line-height: 1.8; margin: 16px 0 20px; }
  #site-footer.tl-global-footer .tl-footer-search-link { display: flex; width: 100%; justify-content: space-between; padding: 0 0 10px; font-size: 14px; }
  #site-footer.tl-global-footer .tl-footer-directory { display: block; }
  #site-footer.tl-global-footer .tl-footer-group { border-bottom: 1px solid var(--tl-line); }
  #site-footer.tl-global-footer .tl-footer-group summary { cursor: pointer; padding: 18px 0; margin: 0; border: 0; }
  #site-footer.tl-global-footer .tl-footer-group .tl-eng { font-size: 10px; margin-bottom: 5px; }
  #site-footer.tl-global-footer .tl-footer-group .tl-kor { font-size: 16px; }
  #site-footer.tl-global-footer .tl-footer-group .tl-count { font-size: 12px; }
  #site-footer.tl-global-footer .tl-footer-group .tl-footer-links { padding-bottom: 17px; gap: 0 16px; }
  #site-footer.tl-global-footer .tl-footer-group a { min-height: 44px; font-size: 14px; line-height: 1.6; }
  #site-footer.tl-global-footer .tl-footer-compact { margin-top: 24px; padding-top: 0; border: 0; }
  #site-footer.tl-global-footer .tl-footer-policy { gap: 3px 18px; font-size: 12px; }
  #site-footer.tl-global-footer .tl-footer-policy a { min-height: 36px; }
  #site-footer.tl-global-footer .tl-footer-business { margin-top: 16px; gap: 4px 18px; font-size: 12px; line-height: 1.9; }
  #site-footer.tl-global-footer .tl-footer-business > span { white-space: normal; }
  #site-footer.tl-global-footer .tl-footer-business > .tl-address { margin: 5px 0; }
  #site-footer.tl-global-footer .tl-footer-business > span:has(a) { flex-basis: 100%; }
  #site-footer.tl-global-footer .tl-payment-note { margin-top: 7px; font-size: 11px; }
  #site-footer.tl-global-footer .tl-footer-bottom { font-size: 11px; padding-top: 18px; display: grid; grid-template-columns: 1fr auto; gap: 12px; }
  #site-footer.tl-global-footer .tl-footer-bottom .tl-disclaimer { grid-column: 1 / -1; grid-row: 2; margin: 0; }
  #site-footer.tl-global-footer .tl-footer-bottom > a { grid-column: 2; grid-row: 1; }
}

/* reviews-mobile */
@media (max-width: 767px) {
  #reviews.home-reviews-section.section { padding-block: 26px; }
  #reviews .home-reviews-heading { gap: 10px; }
  #reviews .home-reviews-heading .eyebrow { margin-bottom: 12px; font-size: 10px; }
  #reviews .home-reviews-heading h2 { font-size: clamp(28px, 8vw, 32px); line-height: 1.28; }
  #reviews .home-reviews-intro p { max-width: none; font-size: 14px; line-height: 1.6; }
  #reviews .home-reviews-all { min-height: 44px; margin-top: 12px; font-size: 14px; }
  #reviews .home-review-grid { width: 100%; gap: 12px; margin: 16px 0 0; padding: 0 0 7px; align-items: flex-start; scrollbar-width: thin; scrollbar-color: #bca9c3 transparent; }
  #reviews .home-review-grid::-webkit-scrollbar { display: block; height: 3px; }
  #reviews .home-review-grid::-webkit-scrollbar-thumb { background: #bca9c3; border-radius: 3px; }
  #reviews .home-review-card,
  #reviews .home-review-card:first-child { flex: 0 0 100%; min-height: 0; padding: 18px; }
  #reviews .home-review-verified { min-height: 24px; font-size: 11px; }
  #reviews .home-review-card blockquote { flex: 0 0 auto; display: block; margin: 14px 0; overflow: visible; font-size: 16px; line-height: 1.65; word-break: keep-all; overflow-wrap: break-word; -webkit-line-clamp: unset; }
  #reviews .home-review-meta { padding-top: 12px; gap: 8px; }
  #reviews .home-review-meta strong { font-size: 12px; }
  #reviews .home-review-meta span { margin-top: 3px; font-size: 11px; }
  #reviews .home-review-meta time { font-size: 10px; }
  #reviews .home-review-disclosure,
  #reviews .home-review-source { margin-top: 10px; color: #796e7e; font-size: 11px; line-height: 1.5; }
  #reviews .home-review-source a { display: inline-block; padding-block: 3px; }
  #reviews .home-reviews-footer { gap: 6px; margin-top: 10px; font-size: 11px; line-height: 1.5; }
  #reviews .home-reviews-footer a { min-height: 32px; padding: 3px 0; font-size: 12px; }
  #reviews .home-review-empty { margin-top: 16px; }
}

/* experience-row */
@media (max-width: 767px) {
  #experience .feature-list {
    display: grid;
    grid-template-columns: repeat(3,minmax(0,1fr));
    gap: 0;
    border: 1px solid rgba(255,255,255,.13);
    border-radius: 10px;
    background: rgba(255,255,255,.035);
  }
  #experience .feature-list > div {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: stretch;
    gap: 6px;
    min-width: 0;
    min-height: 0;
    padding: 10px 6px;
    border: 0;
    border-right: 1px solid rgba(255,255,255,.1);
    border-radius: 0;
    background: none;
    text-align: center;
  }
  #experience .feature-list > div:last-child { border-right: 0; }
  #experience .feature-list > div > span { padding: 0; font-size: 11px; line-height: 1.3; }
  #experience .feature-list > div > div { display: flex; align-items: center; justify-content: center; flex: 1; min-width: 0; }
  #experience .feature-list strong { min-width: 0; max-width: 100%; margin: 0; font-size: 14px; line-height: 1.4; white-space: normal; word-break: keep-all; overflow-wrap: anywhere; text-wrap: balance; }
}

/* guide-link-contrast */
#guide .guide-all-link .text-link,
#guide .guide-all-link .text-link:visited {
  color: #614770;
  border-bottom-color: currentColor;
}
#guide .guide-all-link .text-link > span { color: inherit; }
#guide .guide-all-link .text-link:hover,
#guide .guide-all-link .text-link:focus-visible { color: #432d50; }
#guide .guide-all-link .text-link:focus-visible { outline: 2px solid currentColor; outline-offset: 5px; border-radius: 2px; }

/* concern-lines */
@media (max-width: 767px) {
  #reading.concern-first .concern-card small {
    min-height: 2.8em;
    max-width: 140px;
    line-height: 1.4;
    word-break: keep-all;
    overflow-wrap: anywhere;
    text-wrap: balance;
  }
}

/* Count removed: retain the authoring criterion as quiet supporting information. */
#reviews .home-review-facts.is-compact { display: block; margin-top: 20px; padding: 0; border: 0; background: none; }
#reviews .home-review-facts > span { display: block; min-height: 0; margin: 0; padding: 0; border: 0; color: #766c7b; font-size: 12px; line-height: 1.6; word-break: keep-all; }
#reviews .home-review-facts > span strong { display: inline; margin-left: 4px; color: inherit; font-size: inherit; font-weight: 400; white-space: normal; }
@media (max-width: 767px) { #reviews .home-review-grid { margin-top: 12px; } }

/* Approved mobile review CTA: keep complete phrases on three lines. */
@media (max-width: 640px) {
  #review-cta-title {
    font-size: clamp(1.625rem, 8vw, 2rem);
    line-height: 1.45;
    letter-spacing: -0.035em;
    word-break: keep-all;
    overflow-wrap: break-word;
    white-space: pre-line;
  }
}
