:root {
    --tlhg-pink: #e43b95;
    --tlhg-ink: #2d1a22;
    --tlhg-muted: #765c67;
    --tlhg-soft: #fff5f7;
    --tlhg-line: #f0cfdb;
    --tlhg-shadow: 0 18px 48px rgba(228, 59, 149, .13);
    --tlhg-max: 1120px;
}

.tlhg-template {
    background: #fff;
    color: var(--tlhg-ink);
    font-family: Montserrat, Arial, sans-serif;
    letter-spacing: 0;
}

.tlhg-template *,
.tlhg-template *::before,
.tlhg-template *::after {
    box-sizing: border-box;
}

.tlhg-template img {
    display: block;
    max-width: 100%;
}

.tlhg-hero {
    background: linear-gradient(90deg, #fff 0%, rgba(255,255,255,.96) 45%, rgba(255,245,247,.55) 100%), var(--tlhg-soft);
    border-bottom: 1px solid rgba(240, 207, 219, .72);
    overflow: hidden;
    padding: 62px 24px 0;
}

.tlhg-question-template .tlhg-hero {
    padding-bottom: 56px;
}

.tlhg-article-template .tlhg-hero {
    padding-bottom: 56px;
}

.tlhg-hero-inner,
.tlhg-main-shell {
    display: grid;
    gap: 56px;
    margin: 0 auto;
    max-width: var(--tlhg-max);
}

.tlhg-hero-inner {
    align-items: end;
    grid-template-columns: minmax(0, 1fr) minmax(320px, 410px);
}

.tlhg-main-shell {
    align-items: start;
    grid-template-columns: minmax(0, 720px) 320px;
    padding: 72px 24px 88px;
}

.tlhg-template h1,
.tlhg-template h2,
.tlhg-template h3 {
    color: var(--tlhg-ink);
    font-family: "Libre Caslon Text", Georgia, serif;
    font-weight: 400;
    letter-spacing: 0;
    line-height: 1.08;
    margin: 0;
}

.tlhg-template h1 {
    font-size: clamp(44px, 5.6vw, 74px);
    max-width: 780px;
}

.tlhg-script {
    color: var(--tlhg-pink);
    display: inline-block;
    font-family: "Dancing Script", cursive;
    font-size: 1.12em;
    font-weight: 600;
    line-height: .92;
}

.tlhg-template h1 .tlhg-script + * {
    color: var(--tlhg-ink);
    font-family: "Libre Caslon Text", Georgia, serif;
}

.tlhg-eyebrow {
    color: var(--tlhg-pink);
    display: inline-block;
    font-size: 12px;
    font-weight: 800;
    letter-spacing: .18em;
    margin-bottom: 14px;
    text-transform: uppercase;
}

.tlhg-dek {
    color: var(--tlhg-muted);
    font-size: 19px;
    line-height: 1.85;
    margin: 24px 0 0;
    max-width: 720px;
}

.tlhg-meta-row {
    align-items: center;
    border-top: 1px solid rgba(240, 207, 219, .72);
    color: var(--tlhg-muted);
    display: flex;
    gap: 14px;
    margin-top: 30px;
    padding-top: 22px;
    text-transform: uppercase;
}

.tlhg-meta-row span:last-child {
    font-size: 12px;
    font-weight: 800;
    letter-spacing: .1em;
    line-height: 1.45;
}

.tlhg-author-mark {
    background: var(--tlhg-pink);
    border-radius: 999px;
    box-shadow: 0 8px 24px rgba(228, 59, 149, .22);
    flex: 0 0 44px;
    height: 44px;
    overflow: hidden;
    width: 44px;
}

.tlhg-author-mark img {
    height: 100%;
    object-fit: cover;
    width: 100%;
}

.tlhg-hero-media {
    margin: 0;
}

.tlhg-hero-media img {
    border-radius: 18px 18px 0 0;
    box-shadow: var(--tlhg-shadow);
    height: 520px;
    object-fit: cover;
    object-position: center;
    width: 100%;
}

.tlhg-article-template .tlhg-hero-media img {
    border-radius: 18px;
}

.tlhg-hero-card img {
    border-radius: 18px;
    height: auto;
    aspect-ratio: 4 / 3.15;
}

.tlhg-post-body {
    min-width: 0;
}

.tlhg-answer-box,
.tlhg-toc,
.tlhg-panel,
.tlhg-reader-context,
.tlhg-related-posts {
    background: #fff;
    border: 1px solid rgba(240, 207, 219, .9);
    border-radius: 16px;
    box-shadow: 0 14px 38px rgba(228, 59, 149, .08);
    margin-bottom: 34px;
}

.tlhg-answer-box,
.tlhg-reader-context,
.tlhg-related-posts {
    padding: 28px;
}

.tlhg-answer-box {
    background: var(--tlhg-soft);
}

.tlhg-toc {
    background: #fff;
    margin-bottom: 46px;
    padding: 24px 26px;
}

.tlhg-toc-title {
    color: var(--tlhg-pink);
    font-size: 12px;
    font-weight: 800;
    letter-spacing: .18em;
    margin-bottom: 14px;
    text-transform: uppercase;
}

.tlhg-toc ol {
    column-gap: 28px;
    columns: 2;
    margin: 0;
    padding-left: 18px;
}

.tlhg-toc li {
    break-inside: avoid;
    color: var(--tlhg-muted);
    font-size: 14px;
    line-height: 1.55;
    margin: 0 0 10px;
    padding-left: 4px;
}

.tlhg-toc a {
    color: inherit;
    text-decoration-color: rgba(228, 59, 149, .35);
    text-underline-offset: 3px;
}

.tlhg-answer-box h2,
.tlhg-panel-head h2,
.tlhg-reader-context h2,
.tlhg-related-posts h2 {
    font-size: 32px;
    margin-bottom: 16px;
}

.tlhg-answer-box p,
.tlhg-article-content,
.tlhg-panel-body {
    color: var(--tlhg-muted);
    font-size: 17px;
    line-height: 1.85;
}

.tlhg-article-content h2,
.tlhg-article-content h3 {
    margin: 42px 0 16px;
}

.tlhg-article-content h2 {
    font-size: 38px;
}

.tlhg-article-content h3 {
    font-size: 28px;
}

.tlhg-article-content p,
.tlhg-article-content ul,
.tlhg-article-content ol {
    margin-bottom: 22px;
}

.tlhg-article-content blockquote {
    background: linear-gradient(135deg, #fff 0%, var(--tlhg-soft) 100%);
    border: 1px solid rgba(240, 207, 219, .9);
    border-radius: 16px;
    color: var(--tlhg-ink);
    font-family: "Libre Caslon Text", Georgia, serif;
    font-size: 25px;
    font-style: italic;
    line-height: 1.35;
    margin: 34px 0;
    padding: 28px;
    position: relative;
}

.tlhg-article-content blockquote::before {
    color: rgba(228, 59, 149, .16);
    content: "\201C";
    font-family: "Libre Caslon Text", Georgia, serif;
    font-size: 82px;
    left: 18px;
    line-height: 1;
    position: absolute;
    top: 4px;
}

.tlhg-article-content blockquote > * {
    position: relative;
    z-index: 1;
}

.tlhg-article-content blockquote p:last-child {
    margin-bottom: 0;
}

.tlhg-article-content a {
    color: var(--tlhg-pink);
    font-weight: 700;
}

.tlhg-article-content > p:first-of-type::first-letter {
    color: var(--tlhg-pink);
    float: left;
    font-family: "Libre Caslon Text", Georgia, serif;
    font-size: 64px;
    line-height: .9;
    padding: 9px 10px 0 0;
}

.tlhg-panel {
    overflow: hidden;
}

.tlhg-answer-panel {
    margin-top: 34px;
}

.tlhg-panel-head {
    align-items: center;
    border-bottom: 1px solid rgba(240, 207, 219, .72);
    display: flex;
    justify-content: space-between;
    padding: 22px 26px;
}

.tlhg-panel-head span {
    background: rgba(228,59,149,.1);
    border-radius: 999px;
    color: var(--tlhg-pink);
    font-size: 11px;
    font-weight: 800;
    letter-spacing: .12em;
    padding: 8px 14px;
    text-transform: uppercase;
}

.tlhg-panel-body {
    padding: 28px;
}

.tlhg-reader-context {
    background: var(--tlhg-soft);
}

.tlhg-context-grid {
    display: grid;
    gap: 14px;
    grid-template-columns: repeat(3, 1fr);
}

.tlhg-context-item {
    align-items: center;
    background: #fff;
    border: 1px solid rgba(240, 207, 219, .92);
    border-radius: 14px;
    display: grid;
    gap: 14px;
    grid-template-columns: 48px 1fr;
    min-height: 104px;
    padding: 18px;
}

.tlhg-context-icon {
    align-items: center;
    background: rgba(228, 59, 149, .1);
    border-radius: 999px;
    color: var(--tlhg-pink);
    display: flex;
    height: 48px;
    justify-content: center;
    width: 48px;
}

.tlhg-context-icon svg {
    fill: none;
    height: 27px;
    stroke: currentColor;
    stroke-linecap: round;
    stroke-linejoin: round;
    stroke-width: 2.4;
    width: 27px;
}

.tlhg-context-item span {
    color: var(--tlhg-pink);
    display: block;
    font-size: 11px;
    font-weight: 800;
    letter-spacing: .12em;
    margin-bottom: 6px;
    text-transform: uppercase;
}

.tlhg-context-item strong {
    color: var(--tlhg-ink);
    display: block;
    font-family: "Libre Caslon Text", Georgia, serif;
    font-size: 24px;
    font-weight: 400;
    line-height: 1.1;
}

.tlhg-related-head {
    align-items: center;
    display: flex;
    gap: 20px;
    justify-content: space-between;
    margin-bottom: 28px;
}

.tlhg-related-band {
    background: var(--tlhg-soft);
    border-top: 1px solid rgba(240, 207, 219, .72);
    padding: 72px 24px 82px;
}

.tlhg-related-inner {
    margin: 0 auto;
    max-width: var(--tlhg-max);
}

.tlhg-related-band .tlhg-related-posts {
    background: transparent;
    border: 0;
    border-radius: 0;
    box-shadow: none;
    margin: 0;
    padding: 0;
}

.tlhg-related-head h2 {
    font-size: 42px;
    margin-bottom: 0;
}

.tlhg-related-head a {
    background: #fff;
    border: 2px solid rgba(228, 59, 149, .28) !important;
    border-bottom: 2px solid rgba(228, 59, 149, .28) !important;
    border-radius: 999px;
    color: var(--tlhg-pink) !important;
    display: inline-flex;
    font-size: 12px;
    font-weight: 800;
    justify-content: center;
    letter-spacing: .12em;
    line-height: 1.2;
    min-width: 178px;
    padding: 15px 28px;
    text-decoration: none !important;
    text-transform: uppercase;
}

.tlhg-related-grid {
    display: grid;
    gap: 26px;
    grid-template-columns: repeat(3, 1fr);
}

.tlhg-related-card {
    background: #fff;
    border: 1px solid rgba(240, 207, 219, .9);
    border-radius: 14px;
    box-shadow: var(--tlhg-shadow);
    color: inherit;
    display: flex;
    flex-direction: column;
    overflow: hidden;
    text-decoration: none !important;
}

.tlhg-related-card img {
    aspect-ratio: 16 / 10;
    border-radius: 0;
    flex: 0 0 auto;
    object-fit: cover;
    width: 100%;
}

.tlhg-related-card > div {
    background: #fff;
    flex: 1 1 auto;
    min-height: 150px;
    padding: 22px 22px 28px;
}

.tlhg-related-card span {
    background: rgba(228, 59, 149, .1);
    border-radius: 999px;
    color: var(--tlhg-pink);
    display: inline-flex;
    font-size: 10px;
    font-weight: 800;
    letter-spacing: .12em;
    margin: 0 0 14px;
    padding: 9px 14px;
    text-transform: uppercase;
}

.tlhg-related-card h3 {
    font-size: 24px;
    line-height: 1.08;
    padding: 0;
}

.tlhg-sidebar {
    font-family: Montserrat, Arial, sans-serif;
    position: sticky;
    top: 96px;
}

.tlhg-sidebar #sidebar {
    width: 100%;
}

.tlhg-sidebar .et_pb_widget,
.tlhg-sidebar .widget {
    float: none;
    margin: 0 0 24px !important;
    width: 100%;
}

.tlhg-sidebar a {
    color: inherit;
}

.tlhg-ask-page {
    overflow: hidden;
}

.tlhg-ask-hero {
    background: linear-gradient(90deg, #fff 0%, rgba(255,255,255,.95) 48%, rgba(255,245,247,.72) 100%);
    border-bottom: 1px solid rgba(240, 207, 219, .72);
    padding: 78px 24px 70px;
}

.tlhg-ask-hero-inner,
.tlhg-ask-grid {
    display: grid;
    gap: 56px;
    margin: 0 auto;
    max-width: var(--tlhg-max);
}

.tlhg-ask-hero-inner {
    align-items: center;
    grid-template-columns: minmax(0, 1fr) 360px;
}

.tlhg-ask-hero-copy h1 {
    max-width: 780px;
}

.tlhg-ask-hero-actions {
    align-items: center;
    display: flex;
    flex-wrap: wrap;
    gap: 14px;
    margin-top: 30px;
}

.tlhg-ask-hero-actions a {
    align-items: center;
    border: 2px solid rgba(228, 59, 149, .28);
    border-radius: 999px;
    color: var(--tlhg-pink);
    display: inline-flex;
    font-size: 12px;
    font-weight: 800;
    justify-content: center;
    letter-spacing: .08em;
    min-height: 48px;
    padding: 14px 26px;
    text-decoration: none;
    text-transform: uppercase;
}

.tlhg-ask-hero-actions a:first-child {
    background: var(--tlhg-pink);
    border-color: var(--tlhg-pink);
    box-shadow: 0 14px 26px rgba(228, 59, 149, .18);
    color: #fff;
}

.tlhg-ask-note {
    background: #fff;
    border: 1px solid rgba(240, 207, 219, .9);
    border-radius: 18px;
    box-shadow: var(--tlhg-shadow);
    padding: 30px;
}

.tlhg-ask-note span {
    color: var(--tlhg-pink);
    display: block;
    font-size: 12px;
    font-weight: 800;
    letter-spacing: .16em;
    margin-bottom: 18px;
    text-transform: uppercase;
}

.tlhg-ask-note ul {
    color: var(--tlhg-muted);
    font-size: 15px;
    line-height: 1.7;
    list-style: none;
    margin: 0;
    padding: 0;
}

.tlhg-ask-note li {
    border-top: 1px solid rgba(240, 207, 219, .72);
    padding: 14px 0;
}

.tlhg-ask-note li:first-child {
    border-top: 0;
    padding-top: 0;
}

.tlhg-ask-note li:last-child {
    padding-bottom: 0;
}

.tlhg-ask-main {
    padding: 76px 24px 96px;
}

.tlhg-ask-grid {
    align-items: start;
    grid-template-columns: minmax(0, 700px) 360px;
}

.tlhg-ask-form-card,
.tlhg-ask-mini-card {
    background: #fff;
    border: 1px solid rgba(240, 207, 219, .9);
    border-radius: 18px;
    box-shadow: var(--tlhg-shadow);
}

.tlhg-ask-form-card {
    overflow: hidden;
}

.tlhg-ask-form-head {
    background: var(--tlhg-soft);
    border-bottom: 1px solid rgba(240, 207, 219, .72);
    padding: 34px 38px 28px;
}

.tlhg-ask-form-head h2 {
    font-size: 44px;
}

.tlhg-ask-form-head p {
    color: var(--tlhg-muted);
    font-size: 16px;
    line-height: 1.7;
    margin: 16px 0 0;
    max-width: 560px;
}

.tlhg-ask-form-wrap {
    padding: 34px 38px 38px;
}

.tlhg-ask-form-wrap .et_pb_contact_form {
    margin-left: 0 !important;
}

.tlhg-ask-form-wrap .et_pb_contact_field {
    padding: 0 0 16px !important;
}

.tlhg-ask-form-wrap .et_pb_contact_field_half {
    width: 100% !important;
}

.tlhg-ask-form-wrap input,
.tlhg-ask-form-wrap textarea,
.tlhg-ask-form-wrap select,
.tlhg-ask-form-wrap .et_pb_contact_select {
    background: var(--tlhg-soft) !important;
    border: 0 !important;
    border-bottom: 2px solid rgba(228, 59, 149, .25) !important;
    border-radius: 8px 8px 0 0 !important;
    color: var(--tlhg-ink) !important;
    font-family: Montserrat, Arial, sans-serif !important;
    font-size: 16px !important;
    min-height: 54px;
    padding: 16px 18px !important;
}

.tlhg-ask-form-wrap textarea {
    min-height: 150px;
}

.tlhg-ask-form-wrap .et_pb_contact_submit {
    background: var(--tlhg-pink) !important;
    border: 0 !important;
    border-radius: 999px !important;
    color: #fff !important;
    display: inline-flex !important;
    font-family: Montserrat, Arial, sans-serif !important;
    font-size: 12px !important;
    font-weight: 800 !important;
    justify-content: center;
    letter-spacing: .12em !important;
    line-height: 1 !important;
    min-height: 52px;
    padding: 18px 34px !important;
    text-transform: uppercase;
    width: 100%;
}

.tlhg-ask-form-wrap .et_pb_contact_right {
    color: var(--tlhg-muted);
    font-family: Montserrat, Arial, sans-serif;
}

.tlhg-ask-side {
    display: grid;
    gap: 24px;
    position: sticky;
    top: 96px;
}

.tlhg-ask-mini-card {
    padding: 28px;
}

.tlhg-ask-mini-card h3 {
    font-size: 30px;
    margin-bottom: 18px;
}

.tlhg-ask-mini-card p {
    color: var(--tlhg-muted);
    font-size: 15px;
    line-height: 1.75;
    margin: 0;
}

.tlhg-ask-icon-list {
    display: grid;
    gap: 18px;
}

.tlhg-ask-icon-list > div {
    display: grid;
    gap: 12px;
    grid-template-columns: 44px 1fr;
}

.tlhg-ask-icon-list span {
    align-items: center;
    background: rgba(228, 59, 149, .1);
    border-radius: 999px;
    color: var(--tlhg-pink);
    display: flex;
    height: 44px;
    justify-content: center;
    width: 44px;
}

.tlhg-ask-icon-list svg {
    fill: none;
    height: 25px;
    stroke: currentColor;
    stroke-linecap: round;
    stroke-linejoin: round;
    stroke-width: 2.3;
    width: 25px;
}

.tlhg-ask-icon-list strong {
    color: var(--tlhg-ink);
    display: block;
    font-size: 14px;
    font-weight: 800;
    letter-spacing: .06em;
    margin-bottom: 4px;
    text-transform: uppercase;
}

.tlhg-ask-soft {
    background: var(--tlhg-soft);
}

@media (max-width: 980px) {
    .tlhg-hero-inner,
    .tlhg-main-shell,
    .tlhg-ask-hero-inner,
    .tlhg-ask-grid {
        grid-template-columns: 1fr;
    }

    .tlhg-hero {
        padding-top: 44px;
    }

    .tlhg-hero-media img {
        border-radius: 18px;
        height: auto;
        max-height: 520px;
    }

    .tlhg-main-shell {
        gap: 36px;
        padding: 46px 20px 70px;
    }

    .tlhg-related-band {
        padding: 48px 20px 56px;
    }

    .tlhg-sidebar,
    .tlhg-ask-side {
        position: static;
    }
}

@media (max-width: 680px) {
    .tlhg-context-grid,
    .tlhg-related-grid {
        grid-template-columns: 1fr;
    }

    .tlhg-toc ol {
        columns: 1;
    }

    .tlhg-template h1 {
        font-size: 42px;
    }

    .tlhg-ask-hero,
    .tlhg-ask-main {
        padding-left: 20px;
        padding-right: 20px;
    }

    .tlhg-ask-form-head,
    .tlhg-ask-form-wrap {
        padding-left: 24px;
        padding-right: 24px;
    }

    .tlhg-ask-form-head h2 {
        font-size: 34px;
    }
}
