:root {
    --tm-burgundy: #56172C;
    --tm-burgundy-dark: #56172C;
    --tm-cream: #F3F4F5;
    --tm-ivory: #FFFFFF;
    --tm-blush: #E8CDD1;
    --tm-rose: #D7AEB7;
    --tm-gold: #B79A62;
    --tm-charcoal: #111111;
    --tm-muted: #111111;
    --tm-white: #FFFFFF;
    --tm-border: rgba(86, 23, 44, .15);
    --tm-shadow: 0 22px 65px rgba(86, 23, 44, .10);
    --tm-container: 1080px;
    --tm-page-gutter: 48px;
    --tm-radius: 6px;
    --tm-transition: 180ms ease;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
    margin: 0;
    font-family: "Poppins";
    font-style: normal;
    color: var(--tm-charcoal);
    background: var(--tm-white);
    line-height: 1.7;
    -webkit-font-smoothing: antialiased;
}
body.tm-menu-open { overflow: hidden; }
img { max-width: 100%; height: auto; display: block; }
a { color: inherit; text-decoration: none; }
button, input, textarea, select { font: inherit; }
h1,h2,h3,h4,h5,h6 { margin: 0 0 20px; font-family: "Poppins"; font-style: normal; line-height: 1.12; letter-spacing: -.012em; color: var(--tm-charcoal); }
h1 { font-size: clamp(2.55rem, 4.6vw, 4.2rem); font-weight: 400; }
h2 { font-size: clamp(1.95rem, 3.05vw, 2.85rem); font-weight: 400; }
h3 { font-size: clamp(1.08rem, 1.55vw, 1.3rem); font-weight: 500; letter-spacing: -.008em; }
p { margin: 0 0 20px; }

.tm-container { width: min(calc(100% - var(--tm-page-gutter)), var(--tm-container)); margin-inline: auto; }
.tm-content-narrow { max-width: 820px; }
.tm-section { padding: clamp(68px, 7vw, 96px) 0; }
.tm-page-content-start { padding-top: 64px !important; }
.tm-section--cream { background: var(--tm-cream); }
.tm-skip-link { position: fixed; left: 16px; top: -100px; padding: 10px 14px; z-index: 9999; background: #fff; border: 2px solid var(--tm-burgundy); }
.tm-skip-link:focus { top: 16px; }
.screen-reader-text { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; border: 0; }

.tm-header { position: sticky; top: 0; z-index: 100; background: rgba(255,255,255,.98); border-top: 3px solid var(--tm-burgundy); border-bottom: 1px solid transparent; transition: box-shadow var(--tm-transition), border-color var(--tm-transition); }
.tm-header.is-scrolled { border-color: rgba(37,33,36,.08); box-shadow: 0 10px 28px rgba(37,33,36,.06); }
.tm-header__inner { min-height: 104px; display: flex; align-items: center; gap: 32px; }
.tm-brand { flex: 0 0 auto; }
.tm-brand .custom-logo { width: auto; max-height: 76px; }
.tm-brand__fallback { display: flex; align-items: center; gap: 12px; color: var(--tm-charcoal); }
.tm-brand__fallback img { width: 52px; height: 52px; color: var(--tm-burgundy); }
.tm-brand__fallback span { display: grid; line-height: 1.15; }
.tm-brand__fallback strong { font-size: 1.02rem; }
.tm-brand__fallback small { margin-top: 5px; color: var(--tm-muted); font-size: .69rem; letter-spacing: .05em; }
.tm-nav { margin-left: auto; }
.tm-menu { margin: 0; padding: 0; list-style: none; display: flex; align-items: center; gap: 32px; }
.tm-menu li { position: relative; }
.tm-menu a { display: block; padding: 15px 0; font-size: .88rem; font-weight: 500; letter-spacing: .028em; text-transform: uppercase; }
.tm-menu a:hover, .tm-menu .current-menu-item > a, .tm-menu .current_page_item > a { color: var(--tm-charcoal); }
.tm-menu .current-menu-item > a::after, .tm-menu .current_page_item > a::after { content: ""; position: absolute; left: 0; right: 0; bottom: 7px; height: 2px; background: var(--tm-burgundy); }
.tm-menu .sub-menu { display: none; position: absolute; top: 100%; left: -20px; width: 230px; padding: 10px 20px; list-style: none; background: #fff; border: 1px solid var(--tm-border); box-shadow: var(--tm-shadow); }
.tm-menu li:hover > .sub-menu, .tm-menu li:focus-within > .sub-menu { display: block; }
.tm-header__actions { display: flex; align-items: center; gap: 12px; }
.tm-header__cta { padding: 12px 18px; background: var(--tm-burgundy); color: #fff; border: 1px solid var(--tm-burgundy); border-radius: 4px; font-size: .8rem; font-weight: 500; text-transform: uppercase; letter-spacing: .04em; }
.tm-header__cta:hover { background: var(--tm-burgundy-dark); }
.tm-cart-link { position: relative; }
.tm-cart-count { min-width: 20px; height: 20px; display: inline-grid; place-items: center; border-radius: 50%; background: var(--tm-burgundy); color: #fff; font-size: .68rem; }
.tm-menu-toggle { display: none; width: 46px; height: 46px; padding: 10px; border: 0; background: transparent; cursor: pointer; }
.tm-menu-toggle > span:not(.screen-reader-text) { display: block; height: 2px; margin: 5px 0; background: var(--tm-charcoal); }

.tm-eyebrow { display: flex; align-items: center; gap: 9px; margin: 0 0 14px; color: var(--tm-charcoal); font-size: .74rem; font-weight: 500; letter-spacing: .15em; text-transform: uppercase; }
.tm-eyebrow::before { content: ""; width: 18px; height: 18px; flex: 0 0 18px; background: url("../images/hibiscus-burgundy.svg") center/contain no-repeat; opacity: .72; }
.tm-eyebrow--light { color: #fff; }
.tm-eyebrow--light::before { filter: brightness(0) invert(1); opacity: .88; }
.tm-lead { max-width: 650px; font-size: clamp(1rem, 1.35vw, 1.14rem); color: var(--tm-muted); line-height: 1.72; }
.tm-lead--small { font-size: 1.06rem; }
.tm-actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 34px; }
.tm-btn { display: inline-flex; min-height: 50px; align-items: center; justify-content: center; padding: 13px 24px; border: 1px solid transparent; border-radius: 4px; font-size: .82rem; font-weight: 500; letter-spacing: .03em; text-transform: uppercase; transition: transform var(--tm-transition), background var(--tm-transition), color var(--tm-transition), border-color var(--tm-transition); }
.tm-btn:hover { transform: translateY(-2px); }
.tm-btn--primary { background: var(--tm-burgundy); border-color: var(--tm-burgundy); color: #fff; }
.tm-btn--primary:hover { background: var(--tm-burgundy-dark); border-color: var(--tm-burgundy-dark); }
.tm-btn--outline { background: transparent; border-color: var(--tm-burgundy); color: var(--tm-charcoal); }
.tm-btn--outline:hover { background: var(--tm-burgundy); color: #fff; }
.tm-btn--light { background: #fff; border-color: #fff; color: var(--tm-charcoal); }
.tm-btn--small { min-height: 44px; padding: 10px 18px; }
.tm-text-link { display: inline-flex; align-items: center; gap: 8px; color: var(--tm-charcoal); font-size: .84rem; font-weight: 500; }
.tm-text-link span { transition: transform var(--tm-transition); }
.tm-text-link:hover span { transform: translateX(4px); }

.tm-hero { position: relative; min-height: clamp(500px, 58vh, 610px); overflow: hidden; background: var(--tm-burgundy-dark); }
.tm-hero__media { position: absolute; inset: 0; background-position: center center; background-size: cover; background-repeat: no-repeat; transform: scale(1.002); }
.tm-hero__overlay { position: absolute; inset: 0; background: rgba(86,23,44,.42); }
.tm-hero__inner { position: relative; z-index: 3; min-height: clamp(500px, 58vh, 610px); display: grid; grid-template-columns: minmax(0, 1fr) minmax(330px, 430px); gap: clamp(28px, 4vw, 64px); align-items: center; padding-top: 48px; padding-bottom: 90px; }
.tm-hero__content { width: min(100%, 610px); color: #fff; position: relative; z-index: 2; }
.tm-hero__content h1 { max-width: 590px; color: #fff; font-size: clamp(2.75rem, 4.35vw, 4rem); line-height: 1.12; letter-spacing: -.012em; font-weight: 400; }
.tm-hero__content .tm-lead { max-width: 570px; color: #fff; font-size: clamp(1rem, 1.18vw, 1.08rem); line-height: 1.72; font-weight: 400; }
.tm-hero__content .tm-actions { margin-top: 30px; }
.tm-hero__portrait {
    position: relative;
    z-index: 2;
    align-self: end;
    justify-self: end;
    width: min(100%, 430px);
    margin-bottom: -86px;
    display: flex;
    align-items: flex-end;
    justify-content: center;
    pointer-events: none;
}
.tm-hero__portrait img {
    display: block;
    width: auto;
    max-width: 100%;
    max-height: 575px;
    height: auto;
    object-fit: contain;
    object-position: center bottom;
}
.tm-hero__flower { position: absolute; z-index: 1; width: min(33vw, 420px); left: -86px; bottom: -145px; color: #fff; opacity: .075; transform: rotate(18deg); pointer-events: none; }
.tm-hero__wave {
    position: absolute;
    z-index: 4;
    left: 0;
    right: 0;
    bottom: -1px;
    height: clamp(66px, 6.2vw, 96px);
    pointer-events: none;
    line-height: 0;
}
.tm-hero__wave svg { width: 100%; height: 100%; display: block; }
.tm-hero__wave-fill { fill: var(--tm-cream); }


.tm-section-heading { display: grid; grid-template-columns: 1fr minmax(280px, 460px); gap: 44px; align-items: end; margin-bottom: 42px; }
.tm-section-heading > p { margin: 0; color: var(--tm-muted); }
.tm-section-heading--compact { grid-template-columns: 1fr auto; }
.tm-services-preview { position: relative; overflow: hidden; background: var(--tm-ivory); padding-top: clamp(58px, 5vw, 74px); padding-bottom: clamp(66px, 6vw, 86px); }
.tm-services-preview__flower { position: absolute; width: 300px; right: -88px; top: -18px; color: var(--tm-burgundy); opacity: .055; transform: rotate(-12deg); pointer-events: none; }
.tm-service-grid { display: grid; grid-template-columns: repeat(5, minmax(0, 1fr)); gap: 14px; }
.tm-service-card { position: relative; min-height: 224px; padding: 24px 22px 22px; border: 1px solid rgba(86,23,44,.13); border-top: 2px solid var(--tm-blush); display: flex; flex-direction: column; background: rgba(255,255,255,.94); transition: background var(--tm-transition), border-color var(--tm-transition), transform var(--tm-transition), box-shadow var(--tm-transition); }
.tm-service-card::after { content: ""; position: absolute; width: 50px; height: 50px; right: 15px; top: 13px; background: url("../images/hibiscus-burgundy.svg") center/contain no-repeat; opacity: .07; }
.tm-service-card__number { margin-bottom: 18px; color: var(--tm-charcoal); font-size: .7rem; font-weight: 500; letter-spacing: .08em; }
.tm-service-card h3 { margin-bottom: 12px; }
.tm-service-card p { color: var(--tm-muted); font-size: .86rem; line-height: 1.62; }
.tm-service-card .tm-text-link { margin-top: auto; }
.tm-service-card:hover { background: #FFFFFF; border-color: rgba(86,23,44,.22); transform: translateY(-2px); box-shadow: 0 14px 34px rgba(86,23,44,.06); }
.tm-service-card--large { min-height: 390px; }
.tm-service-card__image { margin: -32px -26px 28px; aspect-ratio: 16/10; overflow: hidden; }
.tm-service-card__image img { width: 100%; height: 100%; object-fit: cover; }

.tm-split { display: grid; grid-template-columns: .95fr 1.05fr; gap: clamp(48px, 8vw, 110px); align-items: center; }
.tm-split--reverse > :first-child { order: 2; }
.tm-split--reverse > :last-child { order: 1; }
.tm-image-frame { position: relative; overflow: hidden; min-height: 500px; border-radius: 6px; background: #eee; }
.tm-image-frame img { width: 100%; height: 100%; min-height: 500px; object-fit: cover; }
.tm-image-frame--offset { box-shadow: -18px 18px 0 var(--tm-blush); border-left: 4px solid var(--tm-burgundy); }
.tm-about-preview__visual { position: relative; }
.tm-about-preview__flower { position: absolute; width: 210px; right: -62px; bottom: -64px; color: var(--tm-burgundy); opacity: .11; transform: rotate(18deg); }
.tm-richtext > *:last-child { margin-bottom: 0; }
.tm-richtext p, .tm-richtext li { color: var(--tm-muted); }
.tm-credentials { display: flex; flex-wrap: wrap; gap: 8px; margin: 30px 0 34px; }
.tm-credentials span { padding: 8px 11px; border: 1px solid rgba(86,23,44,.18); background: rgba(255,255,255,.72); color: var(--tm-charcoal); font-size: .74rem; font-weight: 400; }
.tm-credentials--stacked { display: grid; grid-template-columns: repeat(2, minmax(0,1fr)); }

.tm-books-preview { position: relative; overflow: hidden; background: #F3F4F5; }
.tm-books-preview__flower { position: absolute; width: 250px; left: -96px; bottom: -90px; color: var(--tm-burgundy); opacity: .045; transform: rotate(22deg); pointer-events: none; }
.tm-books-preview .tm-section-heading h2::after {
    content: "";
    display: block;
    width: 72px;
    height: 1px;
    margin-top: 20px;
    background: linear-gradient(90deg, var(--tm-burgundy) 0 44px, var(--tm-blush) 44px 72px);
}
.tm-book-grid { display: grid; grid-template-columns: repeat(4, minmax(0,1fr)); gap: clamp(24px, 3vw, 42px); }
.tm-book-card__cover {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    aspect-ratio: 4 / 5.6;
    margin-bottom: 22px;
    overflow: hidden;
    background: transparent;
}
.tm-book-card__cover img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: contain;
    transition: transform 260ms ease;
}
.tm-book-card:hover .tm-book-card__cover img { transform: scale(1.025); }
.tm-book-card h3 {
    margin: 0 0 8px;
    font-size: 1rem;
    font-weight: 600;
    line-height: 1.35;
    letter-spacing: -.01em;
}
.tm-book-card h3 a { font-weight: 600; }
.tm-book-card__description {
    margin: 0 0 12px;
    color: var(--tm-muted);
    font-size: .88rem;
    line-height: 1.65;
}
.tm-book-card__price { margin-bottom: 12px; color: var(--tm-muted); font-size: .9rem; }
.tm-book-card {
    display: flex;
    flex-direction: column;
    height: 100%;
}
.tm-book-card .tm-mini-btn {
    align-self: flex-start;
    min-height: 48px;
    margin-top: auto;
    padding: 12px 18px;
    border: 1px solid var(--tm-burgundy);
    border-radius: 2px;
    background: var(--tm-burgundy);
    color: #FFFFFF;
    font-size: .88rem;
    font-weight: 500;
    line-height: 1.45;
    transition: background var(--tm-transition), border-color var(--tm-transition);
}
.tm-book-card .tm-mini-btn:hover {
    border-color: var(--tm-burgundy-dark);
    background: var(--tm-burgundy-dark);
    color: #FFFFFF;
}

.tm-speaking-preview { position: relative; background: var(--tm-ivory); border-top: 1px solid rgba(86,23,44,.07); }
.tm-speaking-preview__visual { position: relative; }
.tm-speaking-preview__flower { position: absolute; width: 165px; left: -52px; top: -54px; color: var(--tm-burgundy); opacity: .10; transform: rotate(-18deg); pointer-events: none; }
.tm-speaking-preview .tm-image-frame { border-bottom: 5px solid var(--tm-blush); }
.tm-speaking-preview .tm-image-frame img { object-position: center; }
.tm-topic-row { display: grid; grid-template-columns: repeat(5, minmax(0,1fr)); border-top: 1px solid var(--tm-border); border-left: 1px solid var(--tm-border); }
.tm-topic-row span { min-height: 110px; display: grid; place-items: center; padding: 22px; border-right: 1px solid var(--tm-border); border-bottom: 1px solid var(--tm-border); text-align: center; color: var(--tm-charcoal); font-weight: 500; }

.tm-cta { position: relative; overflow: hidden; background: var(--tm-burgundy); color: #fff; }
.tm-cta h2 { color: #fff; }
.tm-cta .tm-eyebrow { color: #fff; }
.tm-cta__inner { min-height: 310px; padding-top: 70px; padding-bottom: 70px; display: grid; grid-template-columns: 1fr auto; gap: 50px; align-items: center; }
.tm-cta__inner p:not(.tm-eyebrow) { max-width: 700px; margin-bottom: 0; color: #fff; }
.tm-cta__flower { position: absolute; width: 340px; right: -80px; top: -70px; opacity: .08; color: #fff; transform: rotate(10deg); }

.tm-page-hero { position: relative; overflow: hidden; padding: clamp(90px, 10vw, 140px) 0; }
.tm-page-hero--light { background: var(--tm-cream); border-bottom: 1px solid rgba(86,23,44,.07); }
.tm-page-hero--burgundy { background: var(--tm-burgundy); color: #fff; }
.tm-page-hero--burgundy h1 { color: #fff; }
.tm-page-hero--burgundy .tm-eyebrow { color: #fff; }
.tm-page-hero--burgundy .tm-lead { color: #fff; }
.tm-page-hero__inner { position: relative; min-height: 280px; display: grid; align-items: end; }
.tm-page-hero__inner > div { max-width: 900px; position: relative; z-index: 1; }
.tm-page-hero__flower { position: absolute; width: 340px; right: -40px; top: -70px; opacity: .095; color: var(--tm-burgundy); }
.tm-page-hero--burgundy .tm-page-hero__flower { color: #fff; }

.tm-values-grid { display: grid; grid-template-columns: .75fr 1.25fr; gap: clamp(50px, 8vw, 110px); }
.tm-values-list { display: grid; grid-template-columns: repeat(2, minmax(0,1fr)); border-top: 1px solid var(--tm-border); border-left: 1px solid var(--tm-border); }
.tm-values-list article { padding: 30px; border-right: 1px solid var(--tm-border); border-bottom: 1px solid var(--tm-border); }
.tm-values-list article p { color: var(--tm-muted); font-size: .92rem; }

.tm-service-grid--archive { grid-template-columns: repeat(3, minmax(0,1fr)); border: 0; gap: 28px; }
.tm-service-grid--archive .tm-service-card { border: 1px solid var(--tm-border); }
.tm-service-detail { display: grid; grid-template-columns: 1.4fr .6fr; gap: 80px; align-items: start; }
.tm-service-detail__aside { padding: 32px; background: var(--tm-cream); border-left: 4px solid var(--tm-burgundy); }
.tm-detail-columns { display: grid; grid-template-columns: repeat(2, minmax(0,1fr)); gap: 80px; }
.tm-check-list { list-style: none; margin: 0; padding: 0; }
.tm-check-list li { position: relative; padding: 14px 0 14px 30px; border-bottom: 1px solid var(--tm-border); color: var(--tm-muted); }
.tm-check-list li::before { content: "✓"; position: absolute; left: 0; color: var(--tm-burgundy); font-weight: 500; }
.tm-service-hero__motif { min-height: 420px; display: grid; place-items: center; background: #F3F4F5; overflow: hidden; }
.tm-service-hero__flower { width: 340px; color: var(--tm-burgundy); opacity: .34; }

.tm-contact-section { padding: clamp(58px, 7vw, 100px) 0; background: linear-gradient(#F3F4F5 0 180px, #FFFFFF 180px); }
.tm-contact-grid { display: grid; grid-template-columns: .9fr 1.1fr; gap: 58px; align-items: start; }
.tm-contact-visual { position: relative; min-height: 660px; padding: 0 0 0 28px; }
.tm-contact-visual__accent { position: absolute; left: 0; top: 46px; bottom: 34px; width: 92%; background: var(--tm-blush); border-left: 5px solid var(--tm-burgundy); }
.tm-contact-visual img { position: relative; width: calc(100% - 30px); min-height: 640px; object-fit: cover; object-position: center; z-index: 1; }
.tm-contact-visual__flower { position: absolute; width: 180px; right: -8px; bottom: -20px; z-index: 2; color: #fff; opacity: .12; }
.tm-contact-panel { padding-top: 58px; }
.tm-contact-panel h1 { font-size: clamp(2.5rem, 4.4vw, 4.4rem); }
.tm-contact-meta { display: grid; grid-template-columns: repeat(2, minmax(0,1fr)); gap: 16px 30px; margin: 30px 0; padding: 24px 0; border-top: 1px solid var(--tm-border); border-bottom: 1px solid var(--tm-border); }
.tm-contact-meta p { margin: 0; display: grid; gap: 4px; color: var(--tm-muted); font-size: .9rem; }
.tm-contact-meta strong { color: var(--tm-charcoal); font-size: .76rem; text-transform: uppercase; letter-spacing: .08em; }
.tm-form-placeholder { padding: 24px; border: 1px dashed var(--tm-border); background: var(--tm-cream); color: var(--tm-muted); }
.tm-form-placeholder p { margin-bottom: 0; }

.tm-form-wrap .wpcf7-form { display: grid; grid-template-columns: repeat(2, minmax(0,1fr)); gap: 18px 20px; }
.tm-form-wrap .wpcf7-form > p { margin: 0; }
.tm-form-wrap .wpcf7-form > p:nth-last-child(-n+2), .tm-form-wrap .wpcf7-form > p:has(textarea) { grid-column: 1 / -1; }
.tm-form-wrap label { display: block; color: var(--tm-charcoal); font-size: .82rem; font-weight: 500; }
.tm-form-wrap input:not([type="submit"]), .tm-form-wrap textarea, .tm-form-wrap select { width: 100%; margin-top: 8px; padding: 13px 14px; border: 1px solid #d8d3d5; border-radius: 2px; background: #fff; color: var(--tm-charcoal); outline: none; }
.tm-form-wrap input:focus, .tm-form-wrap textarea:focus, .tm-form-wrap select:focus { border-color: var(--tm-burgundy); box-shadow: 0 0 0 3px rgba(86,23,44,.08); }
.tm-form-wrap textarea { min-height: 140px; resize: vertical; }
.tm-form-wrap input[type="submit"] { min-height: 50px; padding: 12px 24px; border: 1px solid var(--tm-burgundy); border-radius: 3px; background: var(--tm-burgundy); color: #fff; font-weight: 500; cursor: pointer; }
.tm-form-wrap .wpcf7-not-valid-tip { margin-top: 6px; color: var(--tm-charcoal); font-size: .76rem; }
.tm-form-wrap .wpcf7-response-output { grid-column: 1 / -1; margin: 8px 0 0 !important; padding: 12px 14px !important; border-width: 1px !important; }

.tm-post-grid { display: grid; grid-template-columns: repeat(3, minmax(0,1fr)); gap: 32px; }
.tm-post-card { border-bottom: 1px solid var(--tm-border); padding-bottom: 30px; }
.tm-post-card__image { display: block; aspect-ratio: 16/10; overflow: hidden; margin-bottom: 24px; }
.tm-post-card__image img { width: 100%; height: 100%; object-fit: cover; }
.tm-post-card h2 { font-size: 1.45rem; }
.tm-post-card p { color: var(--tm-muted); }
.tm-post-featured { margin-bottom: 36px; }
.tm-empty-note { padding: 34px; background: var(--tm-cream); border-left: 4px solid var(--tm-burgundy); }

.tm-footer { position: relative; overflow: hidden; padding-top: 78px; background: var(--tm-cream); border-top: 1px solid rgba(86,23,44,.10); }
.tm-footer__grid { display: grid; grid-template-columns: 1.5fr .8fr 1fr; gap: 50px; padding-bottom: 70px; }
.tm-footer h2 { font-size: 1.6rem; color: var(--tm-charcoal); font-weight: 500; }
.tm-footer h3 { margin-bottom: 20px; font-size: .9rem; letter-spacing: .05em; text-transform: uppercase; }
.tm-footer__brand p { max-width: 360px; color: var(--tm-muted); font-size: .9rem; }
.tm-footer .custom-logo { max-width: 155px; height: auto; margin-bottom: 20px; }
.tm-footer__links { margin: 0; padding: 0; list-style: none; display: grid; gap: 9px; }
.tm-footer__links a { color: var(--tm-muted); font-size: .87rem; }
.tm-footer__links a:hover { color: var(--tm-charcoal); }
.tm-footer__bottom { padding: 22px 0; border-top: 1px solid rgba(37,33,36,.08); }
.tm-footer__bottom p { margin: 0; color: var(--tm-charcoal); font-size: .76rem; }
.tm-footer__flower { position: absolute; width: 360px; right: -110px; bottom: -95px; color: var(--tm-burgundy); opacity: .055; }
.tm-socials { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 22px; }
.tm-socials__link {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 42px;
    height: 42px;
    border: 1px solid rgba(86, 23, 44, .24);
    border-radius: 50%;
    color: var(--tm-burgundy);
    background: #fff;
    transition: color 180ms ease, background-color 180ms ease, border-color 180ms ease, transform 180ms ease;
}
.tm-socials__link svg {
    display: block;
    width: 19px;
    height: 19px;
    fill: currentColor;
}
.tm-socials__link svg rect,
.tm-socials__link svg circle:not(.tm-socials__dot) {
    fill: none;
    stroke: currentColor;
    stroke-width: 1.8;
}
.tm-socials__link .tm-socials__dot {
    fill: currentColor;
    stroke: none;
}
.tm-socials__link:hover,
.tm-socials__link:focus-visible {
    border-color: var(--tm-burgundy);
    color: #fff;
    background: var(--tm-burgundy);
    transform: translateY(-2px);
}

.tm-reveal { opacity: 0; transform: translateY(16px); transition: opacity 560ms ease, transform 560ms ease; }
.tm-reveal.is-visible { opacity: 1; transform: none; }

:focus-visible { outline: 3px solid rgba(86,23,44,.34); outline-offset: 3px; }


/* 1.2 softer feminine refinement */
.tm-section-heading--services {
    align-items: center;
    margin-bottom: 28px;
    padding-bottom: 26px;
    border-bottom: 1px solid rgba(86, 23, 44, .10);
}
.tm-section-heading--services h2 {
    margin-bottom: 0;
}
.tm-section-heading--services > p {
    max-width: 430px;
    justify-self: end;
    font-size: 1rem;
    line-height: 1.65;
}
.tm-services-preview::before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: min(18vw, 210px);
    height: 5px;
    background: var(--tm-blush);
    opacity: .72;
}
.tm-service-card h3 {
    margin-bottom: 10px;
    padding-right: 30px;
}
.tm-about-preview,
.tm-speaking-preview,
.tm-books-preview {
    isolation: isolate;
}
.tm-about-preview__flower,
.tm-speaking-preview__flower {
    filter: saturate(.82);
}
.tm-about-preview__content .tm-richtext,
.tm-speaking-preview__content .tm-lead {
    color: var(--tm-muted);
}
.tm-image-frame--offset {
    box-shadow: -16px 16px 0 rgba(232,205,209,.72);
}
.tm-footer {
    background: #F3F4F5;
}

@media (max-width: 1080px) {
    .tm-header__cta { display: none; }
    .tm-menu { gap: 22px; }
    .tm-service-grid { grid-template-columns: repeat(3, minmax(0,1fr)); }
    .tm-book-grid { grid-template-columns: repeat(2, minmax(0,1fr)); }
    .tm-footer__grid { grid-template-columns: 1.35fr 1fr 1fr; }
    .tm-footer__grid > :last-child { grid-column: auto; }
}

@media (max-width: 900px) {
    :root { --tm-page-gutter: 34px; }
    .tm-header__inner { min-height: 84px; }
    .tm-brand .custom-logo { max-height: 62px; }
    .tm-nav { position: fixed; left: 0; right: 0; top: 84px; bottom: 0; display: none; padding: 22px; background: #fff; overflow-y: auto; }
    .tm-nav.is-open { display: block; }
    .tm-menu { display: grid; gap: 0; }
    .tm-menu a { padding: 15px 0; border-bottom: 1px solid rgba(37,33,36,.08); font-size: 1rem; }
    .tm-menu .sub-menu { display: block; position: static; width: auto; padding: 0 0 0 18px; box-shadow: none; border: 0; }
    .tm-menu-toggle { display: block; }
    .tm-header__actions { margin-left: auto; }
    .tm-hero, .tm-hero__inner { min-height: 535px; }
    .tm-hero__inner { grid-template-columns: minmax(0, 1fr) minmax(260px, 330px); gap: 18px; }
    .tm-hero__media { background-position: center center; }
    .tm-hero__overlay { background: rgba(86,23,44,.46); }
    .tm-hero__content { width: min(100%, 520px); }
    .tm-hero__portrait { width: min(100%, 330px); margin-bottom: -82px; }
    .tm-hero__portrait img { max-height: 510px; }
    .tm-section-heading { grid-template-columns: 1fr; gap: 12px; }
    .tm-section-heading--services { margin-bottom: 24px; padding-bottom: 22px; }
    .tm-section-heading--services > p { justify-self: start; max-width: 560px; }
    .tm-service-grid { grid-template-columns: repeat(2, minmax(0,1fr)); }
    .tm-split, .tm-values-grid, .tm-contact-grid, .tm-service-detail, .tm-detail-columns { grid-template-columns: 1fr; }
    .tm-split--reverse > :first-child, .tm-split--reverse > :last-child { order: initial; }
    .tm-service-grid--archive { grid-template-columns: repeat(2, minmax(0,1fr)); }
    .tm-topic-row { grid-template-columns: repeat(2, minmax(0,1fr)); }
    .tm-contact-visual { min-height: 560px; }
    .tm-contact-visual img { min-height: 540px; }
    .tm-cta__inner { grid-template-columns: 1fr; }
}

@media (max-width: 680px) {
    h1 { font-size: clamp(2.45rem, 11vw, 4rem); }
    h2 { font-size: clamp(2rem, 9vw, 3rem); }
    .tm-section { padding: 64px 0; }
    .tm-services-preview { padding-top: 54px; padding-bottom: 64px; }
    .tm-header__inner { gap: 12px; }
    .tm-brand__fallback span { display: none; }
    .tm-brand__fallback img { width: 46px; height: 46px; }
    .tm-hero, .tm-hero__inner { min-height: 660px; }
    .tm-hero__inner { display: block; padding-top: 54px; padding-bottom: 270px; }
    .tm-hero__media { background-position: center center; }
    .tm-hero__overlay { background: rgba(86,23,44,.54); }
    .tm-hero__content { width: min(100%, 520px); }
    .tm-hero__content h1 { font-size: clamp(2.45rem, 11vw, 3.65rem); max-width: 520px; }
    .tm-hero__content .tm-lead { max-width: 92%; }
    .tm-hero__portrait { position: absolute; right: -18px; bottom: 34px; width: min(58vw, 300px); margin-bottom: 0; z-index: 1; }
    .tm-hero__portrait img { max-height: 335px; }
    .tm-hero__flower { width: 230px; left: -70px; bottom: -90px; }
    .tm-hero__wave { height: 58px; }
    .tm-actions { display: grid; }
    .tm-btn { width: 100%; }
    .tm-service-grid, .tm-service-grid--archive { grid-template-columns: 1fr; gap: 14px; }
    .tm-service-card { min-height: auto; }
    .tm-service-card__number { margin-bottom: 24px; }
    .tm-book-grid { grid-template-columns: repeat(2, minmax(0,1fr)); gap: 24px 16px; }
    .tm-section-heading--compact { grid-template-columns: 1fr; }
    .tm-section-heading--compact .tm-btn { width: auto; justify-self: start; }
    .tm-image-frame, .tm-image-frame img { min-height: 410px; }
    .tm-image-frame--offset { box-shadow: -10px 10px 0 var(--tm-blush); }
    .tm-credentials--stacked { grid-template-columns: 1fr; }
    .tm-values-list { grid-template-columns: 1fr; }
    .tm-topic-row { grid-template-columns: 1fr; }
    .tm-contact-meta { grid-template-columns: 1fr; }
    .tm-contact-visual { min-height: 470px; padding-left: 16px; }
    .tm-contact-visual img { min-height: 450px; width: calc(100% - 12px); }
    .tm-form-wrap .wpcf7-form { grid-template-columns: 1fr; }
    .tm-post-grid { grid-template-columns: 1fr; }
    .tm-footer__grid { grid-template-columns: 1fr 1fr; gap: 36px 24px; }
    .tm-footer__brand { grid-column: 1 / -1; }
    .tm-footer__grid > :last-child { grid-column: auto; }
}

@media (max-width: 440px) {
    .tm-book-grid { grid-template-columns: 1fr; }
    .tm-footer__grid { grid-template-columns: 1fr; }
}

@media (prefers-reduced-motion: reduce) {
    html { scroll-behavior: auto; }
    *, *::before, *::after { animation-duration: .01ms !important; transition-duration: .01ms !important; }
    .tm-reveal { opacity: 1; transform: none; }
}

/* 1.1 feminine refinement */
.tm-section-heading h2,
.tm-about-preview h2,
.tm-speaking-preview h2 { position: relative; }
.tm-section-heading h2::after,
.tm-about-preview h2::after,
.tm-speaking-preview h2::after {
    content: "";
    display: block;
    width: 54px;
    height: 2px;
    margin-top: 18px;
    background: var(--tm-burgundy);
}
.tm-book-card { position: relative; }
.tm-credentials span { border-color: rgba(86,23,44,.18); background: rgba(255,255,255,.78); }
.tm-btn--light:hover { background: var(--tm-blush); border-color: var(--tm-blush); color: var(--tm-charcoal); }

@media (max-width: 680px) {
    .tm-eyebrow::before { width: 16px; height: 16px; flex-basis: 16px; }
    .tm-services-preview__flower, .tm-books-preview__flower { display: none; }
}
.tm-icon-link { position: relative; width: 42px; height: 42px; display: inline-grid; place-items: center; color: var(--tm-charcoal); }
.tm-icon-link svg { width: 21px; height: 21px; fill: none; stroke: currentColor; stroke-width: 1.7; stroke-linecap: round; stroke-linejoin: round; }
.tm-icon-link:hover { color: var(--tm-charcoal); }
.tm-icon-link .tm-cart-count { position: absolute; top: 1px; right: -1px; }
.tm-page-hero--burgundy .tm-eyebrow::before,
.tm-cta .tm-eyebrow::before { filter: brightness(0) invert(1); opacity: .7; }


/* 1.3 typography + text-colour refinement
   Poppins only. Text stays black on light surfaces and white on dark/burgundy surfaces. */
body,
.tm-lead,
.tm-section-heading > p,
.tm-service-card p,
.tm-richtext p,
.tm-richtext li,
.tm-book-card__price,
.tm-values-list article p,
.tm-check-list li,
.tm-contact-meta p,
.tm-form-placeholder,
.tm-post-card p,
.tm-footer__brand p,
.tm-footer__links a,
.tm-footer__bottom p {
    color: #111111;
}

.tm-eyebrow,
.tm-text-link,
.tm-brand__fallback,
.tm-brand__fallback small,
.tm-service-card__number,
.tm-credentials span,
.tm-topic-row span,
.tm-icon-link,
.tm-icon-link:hover,
.tm-menu a,
.tm-menu a:hover,
.tm-menu .current-menu-item > a,
.tm-menu .current_page_item > a {
    color: #111111;
}

.tm-hero__content,
.tm-hero__content h1,
.tm-hero__content .tm-lead,
.tm-eyebrow--light,
.tm-cta,
.tm-cta h2,
.tm-cta .tm-eyebrow,
.tm-cta__inner p:not(.tm-eyebrow),
.tm-page-hero--burgundy,
.tm-page-hero--burgundy h1,
.tm-page-hero--burgundy .tm-eyebrow,
.tm-page-hero--burgundy .tm-lead {
    color: #ffffff;
}

h1, h2, h3, h4, h5, h6 {
    font-family: "Poppins";
}
h1, h2 { font-weight: 400; }
h3, h4, h5, h6 { font-weight: 500; }

.tm-hero__content h1 { font-weight: 400; }
.tm-menu a, .tm-btn, .tm-eyebrow, .tm-text-link, .tm-form-wrap label, .tm-form-wrap input[type="submit"] { font-weight: 500; }

/* Softer section-title presence, closer to feminine coaching references. */
.tm-section-heading h2,
.tm-about-preview h2,
.tm-speaking-preview h2 {
    font-weight: 400;
    line-height: 1.18;
}

/* 1.3.5 hero typography: match the softer regular weight used by other section headings. */
.tm-hero__content h1 { font-weight: 400; }
.tm-hero__content .tm-lead { font-weight: 400; }

/* 1.4.1: Hero wave simplified to a single cream layer; removed blush accent seam. */

/* v1.4.2 — consistent inner-page title banner */
.tm-inner-banner {
    position: relative;
    overflow: hidden;
    background: #F3F4F5;
    border-top: 1px solid rgba(17,17,17,.025);
}
.tm-inner-banner__inner {
    position: relative;
    min-height: clamp(280px, 25vw, 340px);
    padding-top: clamp(76px, 7vw, 100px);
    padding-bottom: clamp(76px, 7vw, 100px);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
}
.tm-inner-banner__breadcrumbs {
    position: relative;
    z-index: 2;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    gap: 10px;
    margin-bottom: 32px;
    color: #111111;
    font-size: .9rem;
    font-weight: 400;
    line-height: 1.4;
}
.tm-inner-banner__breadcrumbs a {
    color: #111111;
    transition: opacity var(--tm-transition);
}
.tm-inner-banner__breadcrumbs a:hover { opacity: .62; }
.tm-inner-banner__separator { opacity: .7; }
.tm-inner-banner h1 {
    position: relative;
    z-index: 2;
    margin: 0;
    max-width: 980px;
    color: #111111;
    font-size: clamp(2.7rem, 5vw, 4.35rem);
    font-weight: 400;
    line-height: 1.08;
    letter-spacing: -.02em;
}
.tm-inner-banner__flower {
    position: absolute;
    width: clamp(180px, 18vw, 285px);
    right: clamp(-90px, -5vw, -45px);
    bottom: clamp(-110px, -7vw, -72px);
    color: var(--tm-burgundy);
    opacity: .035;
    transform: rotate(13deg);
    pointer-events: none;
}

.tm-inner-banner--compact .tm-inner-banner__inner {
    min-height: 150px;
    padding-top: 42px;
    padding-bottom: 42px;
}
.tm-inner-banner--compact .tm-inner-banner__breadcrumbs {
    margin-bottom: 0;
}
.tm-inner-banner--compact .tm-inner-banner__flower {
    width: 150px;
    right: -42px;
    bottom: -70px;
}
.tm-archive-intro {
    display: grid;
    grid-template-columns: minmax(0, .9fr) minmax(320px, .7fr);
    gap: clamp(40px, 8vw, 110px);
    align-items: end;
    margin-bottom: clamp(44px, 5vw, 70px);
}
.tm-archive-intro h2,
.tm-archive-intro p { margin-bottom: 0; }
.tm-archive-intro p { color: #111111; }
.tm-contact-section--with-banner {
    background: #fff;
}
.tm-contact-panel h2 {
    font-size: clamp(2rem, 3.3vw, 3.15rem);
    font-weight: 400;
}
.tm-service-intro { background: var(--tm-ivory); }

@media (max-width: 780px) {
    .tm-page-content-start { padding-top: 40px !important; }
    .tm-inner-banner__inner { min-height: 245px; padding-top: 64px; padding-bottom: 64px; }
    .tm-inner-banner__breadcrumbs { margin-bottom: 22px; font-size: .82rem; }
    .tm-inner-banner h1 { font-size: clamp(2.3rem, 11vw, 3.2rem); }
    .tm-inner-banner__flower { width: 170px; right: -70px; bottom: -78px; }
    .tm-inner-banner--compact .tm-inner-banner__inner { min-height: 120px; padding-top: 32px; padding-bottom: 32px; }
    .tm-inner-banner--compact .tm-inner-banner__flower { width: 120px; right: -42px; bottom: -56px; }
    .tm-archive-intro { grid-template-columns: 1fr; gap: 18px; }
}

/* v1.8.64 — clear active state for the primary navigation. */
@media (min-width: 901px) {
    .tm-header__nav-zone .tm-menu > li > a {
        position: relative;
        opacity: 1;
    }
    .tm-header__nav-zone .tm-menu > li > a::after {
        content: "";
        position: absolute;
        right: 0;
        bottom: 11px;
        left: 0;
        height: 2px;
        background: #fff;
        border-radius: 2px;
        opacity: 0;
        transform: scaleX(.35);
        transition: opacity 180ms ease, transform 180ms ease;
    }
    .tm-header__nav-zone .tm-menu > li > a:hover::after,
    .tm-header__nav-zone .tm-menu > .current-menu-item > a::after,
    .tm-header__nav-zone .tm-menu > .current_page_item > a::after,
    .tm-header__nav-zone .tm-menu > .current-menu-ancestor > a::after,
    .tm-header__nav-zone .tm-menu > .current_page_parent > a::after {
        opacity: 1;
        transform: scaleX(1);
    }
}

@media (max-width: 900px) {
    .tm-header__nav-zone .tm-menu > .current-menu-item > a,
    .tm-header__nav-zone .tm-menu > .current_page_item > a,
    .tm-header__nav-zone .tm-menu > .current-menu-ancestor > a,
    .tm-header__nav-zone .tm-menu > .current_page_parent > a {
        border-bottom: 2px solid #fff;
    }
}

/* v1.8.67 — compact single-bar header with the logo inside the navigation. */
.tm-header,
.tm-header__nav-zone {
    background: var(--tm-burgundy) !important;
    border-bottom: 0 !important;
}
.tm-header {
    border-top: 3px solid var(--tm-burgundy) !important;
}
.tm-header__nav-zone {
    margin-bottom: -1px !important;
    box-shadow: 0 2px 0 var(--tm-burgundy) !important;
}
.tm-header__nav-inner {
    border-bottom: 0 !important;
}

@media (min-width: 901px) {
    .tm-header__nav-inner {
        width: min(calc(100% - 48px), var(--tm-container));
        max-width: none;
        min-height: 82px;
        display: grid;
        grid-template-columns: 170px minmax(0, 1fr) 170px;
        gap: 24px;
        align-items: center;
    }
    .tm-header__nav-inner .tm-brand {
        width: auto;
        justify-content: flex-start;
        text-align: left;
    }
    .tm-header__nav-inner .tm-brand .custom-logo-link {
        display: inline-flex;
        align-items: center;
    }
    .tm-header__nav-inner .tm-brand .custom-logo {
        width: auto;
        max-width: 230px;
        max-height: 92px;
    }
    .tm-header__nav-inner .tm-brand__fallback {
        justify-content: flex-start;
        color: #fff;
    }
    .tm-header__nav-inner .tm-brand__fallback small { color: rgba(255,255,255,.78); }
    .tm-header__nav-inner .tm-nav {
        margin: 0;
        justify-self: center;
    }
    .tm-header__nav-inner .tm-header__actions {
        position: static;
        justify-self: end;
        transform: none;
    }
}

@media (max-width: 900px) {
    .tm-header__nav-inner {
        min-height: 70px;
        justify-content: space-between;
        gap: 10px;
    }
    .tm-header__nav-inner .tm-brand {
        display: flex;
        width: auto;
        flex: 0 0 auto;
        align-items: center;
        justify-content: flex-start;
    }
    .tm-header__nav-inner .tm-brand .custom-logo-link {
        display: inline-flex;
        align-items: center;
    }
    .tm-header__nav-inner .tm-brand .custom-logo {
        width: auto;
        max-width: 145px;
        max-height: 70px;
    }
    .tm-header__nav-inner .tm-brand__fallback { color: #fff; }
    .tm-header__nav-inner .tm-brand__fallback small { color: rgba(255,255,255,.78); }
    .tm-header__nav-inner .tm-nav {
        top: 73px;
    }
    .tm-header__nav-inner .tm-header__actions {
        margin-left: auto;
    }
}

@media (max-width: 480px) {
    .tm-header__nav-inner .tm-brand .custom-logo {
        max-width: 126px;
        max-height: 64px;
    }
    .tm-header__actions .tm-icon-link {
        width: 36px;
        height: 36px;
    }
}


/* v1.4.3 — balanced image/text split sections.
   On desktop the photo column follows the natural height of the content column
   instead of forcing a tall 500px+ portrait. */
.tm-split--equal {
    align-items: stretch;
}
.tm-split--equal .tm-split__media {
    position: relative;
    min-height: 420px;
}
.tm-split--equal .tm-split__media > .tm-image-frame {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    min-height: 0;
}
.tm-split--equal .tm-split__media > .tm-image-frame img {
    width: 100%;
    height: 100%;
    min-height: 0;
    object-fit: cover;
}
.tm-split--equal .tm-split__content {
    align-self: center;
    padding-block: clamp(18px, 2.4vw, 34px);
}
.tm-about-preview .tm-split--equal .tm-split__media {
    min-height: 450px;
}
.tm-about-preview .tm-split--equal .tm-image-frame img {
    object-position: center 24%;
}
.tm-speaking-preview .tm-split--equal .tm-split__media {
    min-height: 390px;
}

@media (max-width: 900px) {
    .tm-split--equal .tm-split__media {
        min-height: 460px;
    }
    .tm-split--equal .tm-split__content {
        padding-block: 0;
    }
}

@media (max-width: 680px) {
    .tm-split--equal .tm-split__media,
    .tm-about-preview .tm-split--equal .tm-split__media,
    .tm-speaking-preview .tm-split--equal .tm-split__media {
        min-height: 410px;
    }
}


/* v1.4.4 — clean homepage About composition inspired by the supplied reference.
   No shadows, no offset frame, no decorative clutter: image + crisp white content panel. */
.tm-about-preview--clean {
    background: #f3f4f5;
    padding-top: clamp(54px, 5vw, 78px);
    padding-bottom: clamp(54px, 5vw, 78px);
    overflow: hidden;
}
.tm-about-clean {
    display: grid;
    grid-template-columns: minmax(0, 1.02fr) minmax(0, .98fr);
    gap: 0;
    align-items: stretch;
}
.tm-about-clean__media {
    position: relative;
    min-height: 470px;
    overflow: hidden;
    background: #F3F4F5;
}
.tm-about-clean__media img {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center 24%;
    display: block;
}
.tm-about-clean__panel {
    position: relative;
    z-index: 2;
    align-self: stretch;
    margin: 28px 0 28px -28px;
    padding: clamp(42px, 4.2vw, 68px);
    background: #ffffff;
    border: 0;
    border-radius: 0;
    box-shadow: none;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.tm-about-clean__panel h2 {
    margin: 0 0 28px;
    color: #111111;
    font-weight: 400;
    line-height: 1.16;
    text-align: center;
}
.tm-about-clean__panel h2::after {
    display: none !important;
}
.tm-about-clean__panel .tm-richtext {
    width: 100%;
}
.tm-about-clean__panel .tm-richtext p,
.tm-about-clean__panel .tm-richtext li {
    color: #111111;
    font-weight: 400;
    line-height: 1.75;
}
.tm-about-clean__panel .tm-richtext p {
    margin-bottom: 1.35em;
}
.tm-about-clean__panel .tm-btn {
    align-self: center;
    margin-top: 10px;
    box-shadow: none;
}
.tm-about-clean__panel .tm-btn:hover {
    box-shadow: none;
    transform: none;
}

@media (max-width: 900px) {
    .tm-about-clean {
        grid-template-columns: 1fr;
    }
    .tm-about-clean__media {
        min-height: 500px;
    }
    .tm-about-clean__panel {
        margin: -24px 22px 0;
        padding: 38px 30px 42px;
    }
}

@media (max-width: 600px) {
    .tm-about-preview--clean {
        padding-top: 38px;
        padding-bottom: 38px;
    }
    .tm-about-clean__media {
        min-height: 410px;
    }
    .tm-about-clean__panel {
        margin: 0;
        padding: 32px 22px 36px;
    }
    .tm-about-clean__panel h2 {
        margin-bottom: 22px;
        text-align: left;
    }
    .tm-about-clean__panel .tm-btn {
        align-self: flex-start;
    }
}


/* v1.4.5 — cleaner portrait presentation.
   The bundled demo portrait no longer contains the dark overlay captured from
   the old website. The homepage About image now keeps its portrait proportion
   so the person is not aggressively cropped to a landscape box. */
.tm-about-clean {
    grid-template-columns: minmax(0, .92fr) minmax(0, 1.08fr);
    align-items: center;
}
.tm-about-clean__media {
    min-height: 0;
    aspect-ratio: 508 / 672;
    background: #F3F4F5;
}
.tm-about-clean__media img {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: contain;
    object-position: center center;
}
.tm-about-clean__panel {
    align-self: center;
}

@media (max-width: 900px) {
    .tm-about-clean__media {
        min-height: 0;
        aspect-ratio: 508 / 672;
        width: min(100%, 620px);
        margin-inline: auto;
    }
}

@media (max-width: 600px) {
    .tm-about-clean__media {
        min-height: 0;
        aspect-ratio: 508 / 672;
        width: 100%;
    }
}


/* v1.4.6 — resize the homepage Meet Tsungayi composition.
   Keep the clean reference layout, but stop the portrait from dominating the section. */
.tm-about-clean {
    max-width: none;
    grid-template-columns: minmax(0, 500px) minmax(0, 1fr);
    align-items: center;
}
.tm-about-clean__media {
    width: 100%;
    height: 560px;
    min-height: 0;
    aspect-ratio: auto;
    background: #F3F4F5;
}
.tm-about-clean__media img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center 20%;
}
.tm-about-clean__panel {
    margin: 34px 0 34px -26px;
    padding: clamp(40px, 4vw, 58px);
}

@media (max-width: 1100px) {
    .tm-about-clean {
        max-width: none;
        grid-template-columns: minmax(0, 440px) minmax(0, 1fr);
    }
    .tm-about-clean__media {
        height: 520px;
    }
}

@media (max-width: 900px) {
    .tm-about-clean {
        grid-template-columns: 1fr;
        max-width: none;
    }
    .tm-about-clean__media {
        width: min(100%, 520px);
        height: 560px;
        aspect-ratio: auto;
        margin-inline: auto;
    }
    .tm-about-clean__panel {
        margin: -24px 22px 0;
    }
}

@media (max-width: 600px) {
    .tm-about-clean__media {
        width: 100%;
        height: 440px;
        aspect-ratio: auto;
    }
    .tm-about-clean__panel {
        margin: 0;
    }
}

/* v1.4.9 — larger centered logo with a tighter homepage hero for better visual balance. */
@media (min-width: 901px) {
    .tm-hero__inner,
    .tm-header__brand-inner {
        width: min(calc(100% - 48px), var(--tm-container));
        margin-inline: auto;
    }
    .tm-header {
        background: #fff;
        border-top: 3px solid var(--tm-burgundy);
        border-bottom: 0;
    }
    .tm-header.is-scrolled {
        border-color: var(--tm-burgundy);
        border-bottom: 0 !important;
        box-shadow: 0 8px 24px rgba(17,17,17,.05);
    }
    .tm-header,
    .tm-header__brand-zone,
    .tm-header__nav-zone,
    .tm-header__nav-inner {
        border-bottom: 0 !important;
    }
    .tm-header__brand-zone {
        background: #fff;
    }
    .tm-header__brand-inner {
        position: relative;
        height: 145px;
        min-height: 145px;
        display: flex;
        align-items: center;
        justify-content: center;
        padding-block: 0;
        overflow: hidden;
        isolation: isolate;
    }
    .tm-header__brand-inner::before,
    .tm-header__brand-inner::after {
        content: "";
        position: absolute;
        top: 50%;
        width: 80px;
        height: 80px;
        background: url('../images/header-hibiscus.png') center / contain no-repeat;
        opacity: .68;
        filter: saturate(.82) contrast(.96);
        z-index: 0;
        pointer-events: none;
    }
    .tm-header__brand-inner::before {
        left: 0;
        transform: translateY(-50%) rotate(-8deg);
    }
    .tm-header__brand-inner::after {
        right: 0;
        transform: translateY(-50%) scaleX(-1) rotate(-8deg);
    }
    .tm-brand {
        position: relative;
        z-index: 1;
        display: flex;
        justify-content: center;
        width: 100%;
        text-align: center;
    }
    .tm-brand .custom-logo-link {
        display: inline-flex;
        align-items: center;
        justify-content: center;
    }
    .tm-brand .custom-logo {
        width: auto;
        max-height: 170px;
        max-width: 330px;
    }
    .tm-brand__fallback {
        justify-content: center;
    }
    .tm-header__nav-zone {
        background: var(--tm-burgundy);
        border-bottom: 0 !important;
        margin-bottom: -2px;
        box-shadow: 0 2px 0 var(--tm-burgundy);
    }
    .tm-header__nav-inner {
        position: relative;
        max-width: 1020px;
        min-height: 64px;
        display: flex;
        align-items: center;
        justify-content: center;
        border-bottom: 0 !important;
    }
    .tm-nav {
        margin: 0 auto;
    }
    .tm-menu {
        justify-content: center;
        gap: 36px;
    }
    .tm-menu a {
        padding: 21px 0 19px;
        color: #fff;
        font-size: .88rem;
        font-weight: 400;
        letter-spacing: .035em;
        text-transform: uppercase;
    }
    .tm-menu a:hover,
    .tm-menu .current-menu-item > a,
    .tm-menu .current_page_item > a {
        color: #fff;
        opacity: .86;
    }
    .tm-menu .current-menu-item > a::after,
    .tm-menu .current_page_item > a::after {
        bottom: 12px;
        height: 1px;
        background: #fff;
        opacity: .9;
    }
    .tm-menu .sub-menu {
        top: calc(100% - 1px);
        background: #fff;
    }
    .tm-menu .sub-menu a {
        padding: 11px 0;
        color: var(--tm-charcoal);
        font-size: .82rem;
        font-weight: 400;
    }
    .tm-menu .sub-menu a:hover,
    .tm-menu .sub-menu .current-menu-item > a {
        color: var(--tm-burgundy);
        opacity: 1;
    }
    .tm-header__actions {
        position: absolute;
        right: 0;
        top: 50%;
        transform: translateY(-50%);
        gap: 6px;
    }
    .tm-header__actions .tm-icon-link {
        width: 38px;
        height: 38px;
        color: #fff;
    }
    .tm-header__actions .tm-icon-link:hover {
        color: #fff;
        opacity: .78;
    }
    .tm-header__actions .tm-cart-count {
        background: #fff;
        color: var(--tm-burgundy);
        font-weight: 500;
    }
}

/* v1.8.14 — restrained premium treatment for the homepage hero action. */
.tm-hero .tm-btn--light {
    border-color: rgba(86,23,44,.72);
    box-shadow: 0 10px 26px rgba(86,23,44,.16);
}
.tm-hero .tm-btn--light:hover,
.tm-hero .tm-btn--light:focus {
    background: var(--tm-blush);
    border-color: var(--tm-burgundy);
    box-shadow: 0 13px 30px rgba(86,23,44,.22);
}

@media (max-width: 900px) {
    .tm-header {
        border-top: 3px solid var(--tm-burgundy);
        background: #fff;
    }
    .tm-header__brand-zone { background: #fff; }
    .tm-header__brand-inner {
        position: relative;
        min-height: 94px;
        display: flex;
        align-items: center;
        justify-content: center;
        padding: 8px 0;
        overflow: hidden;
        isolation: isolate;
    }
    .tm-header__brand-inner::before,
    .tm-header__brand-inner::after {
        content: "";
        position: absolute;
        top: 50%;
        width: 84px;
        height: 84px;
        background: url('../images/header-hibiscus.png') center / contain no-repeat;
        opacity: .72;
        filter: saturate(.82) contrast(.96);
        z-index: 0;
        pointer-events: none;
    }
    .tm-header__brand-inner::before { left: 24px; transform: translateY(-50%) rotate(-8deg); }
    .tm-header__brand-inner::after { right: 24px; transform: translateY(-50%) scaleX(-1) rotate(-8deg); }
    .tm-brand { position: relative; z-index: 1; }
    .tm-brand .custom-logo { max-height: 88px; max-width: 214px; }
    .tm-header__nav-zone { background: var(--tm-burgundy); border-bottom: 0 !important; margin-bottom: -1px; }
    .tm-header__nav-inner {
        position: relative;
        min-height: 54px;
        display: flex;
        align-items: center;
        justify-content: flex-end;
        border-bottom: 0 !important;
    }
    .tm-header__actions {
        position: static;
        margin-left: auto;
        gap: 4px;
    }
    .tm-header__actions .tm-icon-link,
    .tm-menu-toggle {
        color: #fff;
    }
    .tm-header__actions .tm-icon-link:hover { color: #fff; opacity: .82; }
    .tm-menu-toggle > span:not(.screen-reader-text) { background: #fff; }
    .tm-menu-toggle {
        position: relative;
        z-index: 1002;
        display: flex !important;
        flex: 0 0 44px;
        width: 44px;
        height: 44px;
        align-items: center;
        justify-content: center;
        margin-left: 2px;
        padding: 0;
        border: 0 !important;
        border-radius: 50%;
        background: transparent !important;
    }
    .tm-menu-toggle > span:not(.screen-reader-text) {
        position: absolute;
        left: 11px;
        width: 22px;
        height: 2px;
        margin: 0;
        border-radius: 2px;
        transition: top 180ms ease, transform 180ms ease, opacity 140ms ease;
    }
    .tm-menu-toggle > span:nth-child(1) { top: 14px; }
    .tm-menu-toggle > span:nth-child(2) { top: 21px; }
    .tm-menu-toggle > span:nth-child(3) { top: 28px; }
    .tm-menu-toggle[aria-expanded="true"] {
        background: rgba(255,255,255,.12) !important;
    }
    .tm-menu-toggle[aria-expanded="true"] > span:nth-child(1) {
        top: 21px;
        transform: rotate(45deg);
    }
    .tm-menu-toggle[aria-expanded="true"] > span:nth-child(2) {
        opacity: 0;
    }
    .tm-menu-toggle[aria-expanded="true"] > span:nth-child(3) {
        top: 21px;
        transform: rotate(-45deg);
    }
    .tm-cart-count { background: #fff; color: var(--tm-burgundy); }
    .tm-nav {
        top: 151px;
        background: var(--tm-burgundy-dark);
        z-index: 1000;
        padding: 22px 24px 40px;
    }
    .tm-menu a {
        color: #fff;
        border-bottom-color: rgba(255,255,255,.14);
        font-weight: 400;
    }
    .tm-menu a:hover,
    .tm-menu .current-menu-item > a,
    .tm-menu .current_page_item > a { color: #fff; }
    .tm-menu .sub-menu {
        background: transparent;
    }
}

@media (max-width: 680px) {
    .tm-header__brand-inner { min-height: 90px; }
    .tm-header__brand-inner::before,
    .tm-header__brand-inner::after {
        width: 66px;
        height: 66px;
        opacity: .66;
    }
    .tm-header__brand-inner::before { left: 14px; }
    .tm-header__brand-inner::after { right: 14px; }
    .tm-brand .custom-logo { max-height: 80px; max-width: 198px; }
    .tm-header__nav-inner { min-height: 52px; }
    .tm-nav { top: 141px; }
}
@media (max-width: 480px) {
    .tm-hero, .tm-hero__inner { min-height: 690px; }
    .tm-hero__inner { padding-bottom: 285px; }
    .tm-hero__portrait { right: -34px; width: min(64vw, 275px); bottom: 30px; }
    .tm-hero__portrait img { max-height: 310px; }
}
@media (max-width: 520px) {
    .tm-header__brand-inner::before,
    .tm-header__brand-inner::after {
        display: block;
        width: 50px;
        height: 50px;
        opacity: .58;
    }
    .tm-header__brand-inner::before { left: 8px; }
    .tm-header__brand-inner::after { right: 8px; }
}

/* v1.5.5 — full-width, light burgundy hero tint instead of a left-heavy gradient. */
@media (min-width: 901px) {
  .tm-hero__overlay { background: rgba(86,23,44,.42); }
}


/* v1.6.3 — Meet Tsungayi image renders at full original opacity. */
.tm-about-clean__media::after { display: none; }



/* 1.6.4 About credentials refinement — clean editorial list, no input-like boxes */
.tm-credentials-block {
    margin-top: 34px;
}
.tm-credentials-block__title {
    margin: 0 0 18px;
    color: #111111;
    font-size: 1.05rem;
    font-weight: 500;
    line-height: 1.35;
    letter-spacing: -.01em;
}
.tm-credentials.tm-credentials--stacked {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 0 34px;
    margin: 0;
}
.tm-credentials.tm-credentials--stacked span {
    position: relative;
    display: flex;
    align-items: center;
    min-height: 52px;
    padding: 12px 0 12px 30px;
    border: 0;
    border-bottom: 1px solid rgba(86,23,44,.16);
    background: transparent;
    color: #111111;
    font-size: .88rem;
    font-weight: 400;
    line-height: 1.45;
}
.tm-credentials.tm-credentials--stacked span::before {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    width: 18px;
    height: 18px;
    transform: translateY(-50%);
    background: url('../images/hibiscus-burgundy.svg') center / contain no-repeat;
    opacity: .72;
}
@media (max-width: 680px) {
    .tm-credentials.tm-credentials--stacked {
        grid-template-columns: 1fr;
        gap: 0;
    }
    .tm-credentials.tm-credentials--stacked span {
        min-height: 48px;
        font-size: .86rem;
    }
}


/* v1.6.5 — Homepage professional credentials replacing speaking preview */
.tm-home-credentials {
    position: relative;
    overflow: hidden;
    background: #FFFFFF;
    isolation: isolate;
}
.tm-home-credentials::before {
    content: "";
    position: absolute;
    z-index: 0;
    right: -88px;
    bottom: -112px;
    width: 310px;
    height: 310px;
    background: url('../images/hibiscus-burgundy.svg') center / contain no-repeat;
    opacity: .025;
    transform: rotate(14deg);
    pointer-events: none;
}
.tm-home-credentials__inner {
    position: relative;
    z-index: 1;
    display: grid;
    grid-template-columns: minmax(0, .85fr) minmax(0, 1.15fr);
    gap: clamp(48px, 7vw, 110px);
    align-items: center;
}
.tm-home-credentials__intro {
    position: relative;
    max-width: 520px;
}
.tm-home-credentials__intro h2 {
    margin: 0 0 18px;
    color: #111111;
    font-weight: 400;
}
.tm-home-credentials__intro h2::after {
    content: "";
    display: block;
    width: 72px;
    height: 1px;
    margin-top: 20px;
    background: linear-gradient(90deg, var(--tm-burgundy) 0 44px, var(--tm-blush) 44px 72px);
}
.tm-home-credentials__intro p {
    max-width: 470px;
    margin: 0;
    color: #111111;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.75;
}
.tm-home-credentials__list {
    margin: 0;
    padding: clamp(22px, 3vw, 34px);
    gap: 14px 16px !important;
    border: 0;
    border-radius: 6px;
    background: transparent;
    box-shadow: none;
}
.tm-home-credentials__list span {
    min-height: 72px !important;
    padding: 16px 20px 16px 54px !important;
    border: 1px solid rgba(86,23,44,.10) !important;
    border-radius: 5px;
    background: rgba(255,255,255,.94) !important;
    color: #2F2730;
    font-size: .94rem !important;
    transition: border-color 180ms ease, box-shadow 180ms ease, transform 180ms ease;
}
.tm-home-credentials__list span::before {
    left: 20px !important;
    width: 21px !important;
    height: 21px !important;
    opacity: .48 !important;
}
.tm-home-credentials__list span:hover {
    border-color: rgba(86,23,44,.22) !important;
    box-shadow: 0 10px 24px rgba(86,23,44,.05);
    transform: translateY(-2px);
}
@media (max-width: 900px) {
    .tm-home-credentials__inner {
        grid-template-columns: 1fr;
        gap: 34px;
    }
    .tm-home-credentials__intro { max-width: 680px; }
}
@media (max-width: 680px) {
    .tm-home-credentials__list {
        padding: 16px;
        gap: 11px !important;
        border-radius: 6px;
    }
    .tm-home-credentials__list span {
        min-height: 64px !important;
    }
    .tm-home-credentials::before {
        width: 220px;
        height: 220px;
    }
}


/* v1.6.6 — section background system: only white or #F3F4F5.
   Burgundy remains reserved for the hero tint, navigation, CTAs and accents. */
.tm-section--cream,
.tm-page-hero--light,
.tm-service-detail__aside,
.tm-empty-note,
.tm-footer {
    background: #F3F4F5;
}
.tm-books-preview {
    background: #F3F4F5;
}
.tm-services-preview,
.tm-speaking-preview,
.tm-home-credentials {
    background: #FFFFFF;
}
.tm-contact-section {
    background: linear-gradient(#F3F4F5 0 180px, #FFFFFF 180px);
}
.tm-service-card,
.tm-service-card:hover,
.tm-about-clean__panel,
.tm-form-wrap input:not([type="submit"]),
.tm-form-wrap textarea,
.tm-form-wrap select {
    background: #FFFFFF;
}

/* v1.6.8 — stable Services route + cleaner Contact page. */
.tm-services-page { background: #fff; }
.tm-services-page__intro {
    display: grid;
    grid-template-columns: minmax(0, .95fr) minmax(320px, .65fr);
    align-items: end;
    gap: clamp(36px, 7vw, 96px);
    margin-bottom: clamp(42px, 5vw, 68px);
}
.tm-services-page__intro h2,
.tm-services-page__intro p { margin-bottom: 0; }
.tm-services-page__intro h2 { max-width: 720px; }
.tm-services-page__intro p { line-height: 1.8; }

.tm-contact-clean {
    padding: clamp(64px, 7vw, 100px) 0;
    background: #fff;
}
.tm-contact-clean__grid {
    display: grid;
    grid-template-columns: minmax(300px, .78fr) minmax(0, 1.22fr);
    gap: clamp(44px, 7vw, 100px);
    align-items: stretch;
}
.tm-contact-clean__visual {
    position: relative;
    isolation: isolate;
    min-height: 620px;
    margin: 0 28px 24px;
}
.tm-contact-clean__visual::before {
    content: "";
    position: absolute;
    z-index: -1;
    top: 46px;
    right: -28px;
    bottom: -24px;
    left: -28px;
    background: var(--tm-burgundy);
    pointer-events: none;
}
.tm-contact-clean__visual img {
    position: absolute;
    z-index: 1;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center 20%;
}
.tm-contact-clean__line {
    display: block;
    width: 54px;
    height: 2px;
    margin-bottom: 28px;
    background: var(--tm-burgundy);
}
.tm-contact-clean__info h2,
.tm-contact-clean__form h2 {
    margin: 0 0 20px;
    font-family: "Poppins";
    font-weight: 400;
    color: #111;
}
.tm-contact-clean__info h2 { font-size: clamp(2rem, 3.2vw, 3.15rem); line-height: 1.12; }
.tm-contact-clean__form h2 { font-size: clamp(1.8rem, 2.7vw, 2.55rem); }
.tm-contact-clean__info > p,
.tm-contact-clean__form > p {
    color: #111;
    line-height: 1.8;
    max-width: 650px;
}
.tm-contact-clean__details {
    margin-top: 38px;
    border-top: 1px solid rgba(86,23,44,.15);
}
.tm-contact-clean__detail {
    display: grid;
    grid-template-columns: 105px 1fr;
    gap: 18px;
    padding: 19px 0;
    border-bottom: 1px solid rgba(86,23,44,.15);
}
.tm-contact-clean__detail > span {
    font-size: .78rem;
    font-weight: 500;
    letter-spacing: .04em;
    text-transform: uppercase;
    color: var(--tm-burgundy);
}
.tm-contact-clean__detail a,
.tm-contact-clean__detail p {
    margin: 0;
    color: #111;
    font-weight: 400;
}
.tm-contact-clean__flower {
    position: absolute;
    width: 210px;
    right: -72px;
    bottom: -76px;
    opacity: .045;
}
.tm-contact-clean__form {
    padding: clamp(8px, 1vw, 16px) 0;
}
.tm-contact-clean__form .tm-form-wrap {
    margin-top: 30px;
}
.tm-contact-clean__form .tm-form-wrap input:not([type="submit"]),
.tm-contact-clean__form .tm-form-wrap textarea,
.tm-contact-clean__form .tm-form-wrap select {
    width: 100%;
    border: 1px solid #d7d7d7;
    border-radius: 0;
    background: #fff;
    color: #111;
    font-family: "Poppins";
    font-weight: 400;
}
.tm-contact-clean__form .tm-form-wrap input:not([type="submit"]),
.tm-contact-clean__form .tm-form-wrap select { min-height: 50px; }
.tm-contact-clean__form .tm-form-wrap textarea { min-height: 150px; }
.tm-contact-clean__form .tm-form-wrap input:focus,
.tm-contact-clean__form .tm-form-wrap textarea:focus,
.tm-contact-clean__form .tm-form-wrap select:focus {
    outline: 2px solid rgba(86,23,44,.18);
    border-color: var(--tm-burgundy);
}
.tm-contact-empty {
    padding: 28px;
    border: 1px solid rgba(86,23,44,.16);
    background: #F3F4F5;
}
.tm-contact-empty p { margin-top: 0; }
.tm-contact-empty--admin strong { display: block; margin-bottom: 8px; }

@media (max-width: 900px) {
    .tm-services-page__intro,
    .tm-contact-clean__grid { grid-template-columns: 1fr; }
    .tm-services-page__intro { gap: 18px; }
    .tm-contact-clean__visual {
        width: min(calc(100% - 56px), 520px);
        min-height: 650px;
        margin-right: auto;
        margin-left: auto;
    }
}
@media (max-width: 560px) {
    .tm-contact-clean__visual {
        width: calc(100% - 32px);
        min-height: 520px;
    }
    .tm-contact-clean__visual::before {
        top: 24px;
        right: -16px;
        bottom: -16px;
        left: -16px;
    }
    .tm-contact-clean__detail { grid-template-columns: 1fr; gap: 5px; }
    .tm-contact-clean__flower { width: 155px; }
}


/* v1.8.4 — editorial feminine service list inspired by premium coaching sites. */
.tm-home-services {
    position: relative;
    overflow: hidden;
    background: #FFFFFF;
    isolation: isolate;
}
.tm-home-services__heading {
    position: relative;
    z-index: 2;
    max-width: 760px;
    margin: 0 auto clamp(44px, 5vw, 68px);
    text-align: center;
}
.tm-home-services__heading h2 {
    margin-bottom: 16px;
    color: #111111;
    font-weight: 400;
}
.tm-home-services__heading h2::after {
    content: "";
    display: block;
    width: 72px;
    height: 1px;
    margin: 20px auto 0;
    background: linear-gradient(90deg, var(--tm-burgundy) 0 44px, var(--tm-blush) 44px 72px);
}
.tm-home-services__heading p {
    max-width: 670px;
    margin: 0 auto;
    color: #111111;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.8;
}
.tm-home-services__grid {
    position: relative;
    z-index: 2;
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    column-gap: clamp(54px, 7vw, 100px);
    row-gap: clamp(38px, 4vw, 54px);
    max-width: none;
    margin: 0 auto;
}
.tm-home-service {
    position: relative;
    display: grid;
    grid-template-columns: 76px minmax(0, 1fr);
    gap: 22px;
    align-items: start;
    min-height: 0;
    padding: 0 0 28px;
    border: 0;
    background: transparent;
    box-shadow: none !important;
    overflow: visible;
    transition: border-color 180ms ease;
}
.tm-home-service:nth-child(5) {
    grid-column: 1 / -1;
    width: calc(50% - clamp(27px, 3.5vw, 50px));
    justify-self: center;
}
.tm-home-service:hover {
    transform: none;
    border-color: rgba(86,23,44,.32);
    box-shadow: none !important;
}
.tm-home-service__icon {
    display: grid;
    place-items: center;
    width: 70px;
    height: 70px;
    color: var(--tm-burgundy);
    text-decoration: none;
    transition: color 180ms ease, transform 180ms ease;
}
.tm-home-service__icon svg {
    width: 62px;
    height: 62px;
    overflow: visible;
    fill: none;
    stroke: currentColor;
    stroke-width: 1.55;
    stroke-linecap: round;
    stroke-linejoin: round;
}
.tm-home-service:hover .tm-home-service__icon {
    color: #8A4057;
    transform: translateY(-2px);
}
.tm-home-service__body {
    min-width: 0;
    padding: 0;
}
.tm-home-service h3 {
    margin: 0 0 10px;
    color: #2F2730;
    font-size: clamp(1.22rem, 1.55vw, 1.48rem);
    font-weight: 400;
    line-height: 1.3;
}
.tm-home-service h3 a,
.tm-home-service h3 a:hover {
    color: #2F2730;
    text-decoration: none;
}
.tm-home-service p {
    max-width: 410px;
    margin: 0 0 15px;
    color: #5F5860;
    font-size: .94rem;
    font-weight: 400;
    line-height: 1.68;
}
.tm-home-service__link {
    display: inline-flex;
    align-items: center;
    gap: 9px;
    color: var(--tm-burgundy);
    font-family: "Poppins";
    font-size: .86rem;
    font-weight: 500;
    line-height: 1.35;
    text-decoration: none;
    transition: color 180ms ease, gap 180ms ease;
}
.tm-home-service__link span {
    font-size: 1rem;
    line-height: 1;
}
.tm-home-service__link:hover,
.tm-home-service__link:focus {
    color: var(--tm-burgundy-dark);
    gap: 13px;
}
.tm-home-services__footer {
    position: relative;
    z-index: 2;
    display: flex;
    justify-content: center;
    margin-top: clamp(40px, 5vw, 60px);
}
.tm-home-services__floral {
    position: absolute;
    z-index: 1;
    width: 260px;
    height: 260px;
    background: url('../images/hibiscus-burgundy.svg') center / contain no-repeat;
    opacity: .018;
    pointer-events: none;
}
.tm-home-services__floral--left { left: -125px; bottom: -92px; transform: rotate(18deg); }
.tm-home-services__floral--right { right: -125px; top: -86px; transform: scaleX(-1) rotate(14deg); }
@media (max-width: 900px) {
    .tm-home-services__grid {
        grid-template-columns: 1fr;
        max-width: none;
        row-gap: 34px;
    }
    .tm-home-service:nth-child(5) {
        grid-column: auto;
        width: 100%;
        justify-self: stretch;
    }
}
@media (max-width: 680px) {
    .tm-home-services__heading { text-align: left; margin-bottom: 36px; }
    .tm-home-services__heading h2::after { margin-left: 0; }
    .tm-home-services__heading p { margin-left: 0; }
    .tm-home-services__grid { row-gap: 30px; }
    .tm-home-service {
        grid-template-columns: 60px minmax(0, 1fr);
        gap: 17px;
        padding-bottom: 25px;
    }
    .tm-home-service__icon {
        width: 58px;
        height: 58px;
    }
    .tm-home-service__icon svg {
        width: 52px;
        height: 52px;
    }
    .tm-home-service p { font-size: .9rem; }
    .tm-home-services__footer { justify-content: flex-start; }
    .tm-home-services__floral { display: none; }
}

/* v1.8.23 — simple editorial service-detail layout. */
.tm-service-intro {
    padding: clamp(66px, 7vw, 94px) 0;
    background: #FFFFFF;
}
.tm-service-overview {
    display: grid;
    grid-template-columns: minmax(0, 1.05fr) minmax(340px, .72fr);
    gap: clamp(54px, 8vw, 110px);
    align-items: center;
}
.tm-service-overview__content {
    max-width: 680px;
}
.tm-service-kicker {
    margin: 0 0 14px;
    color: var(--tm-burgundy);
    font-size: .72rem;
    font-weight: 500;
    line-height: 1.4;
    letter-spacing: .14em;
    text-transform: uppercase;
}
.tm-service-overview__summary {
    margin: 0;
    color: #2F2730;
    font-size: clamp(1.35rem, 2.1vw, 1.85rem);
    font-weight: 400;
    line-height: 1.55;
    letter-spacing: -.012em;
}
.tm-service-overview__content .tm-btn {
    margin-top: 30px;
}
.tm-service-overview__visual {
    position: relative;
    display: grid;
    place-items: center;
    min-height: 340px;
    overflow: hidden;
    background: #F3F4F5;
}
.tm-service-overview__visual > img {
    width: 100%;
    height: 100%;
    min-height: 340px;
    object-fit: cover;
}
.tm-service-overview__flower {
    width: min(48%, 205px);
    color: var(--tm-burgundy);
    opacity: .18;
}
.tm-service-body {
    border-top: 1px solid rgba(86,23,44,.08);
    background: #FFFFFF;
}
.tm-service-body .tm-service-detail {
    grid-template-columns: minmax(0, 1.15fr) minmax(300px, .65fr);
    gap: clamp(58px, 8vw, 110px);
    align-items: start;
}
.tm-service-detail__main {
    max-width: 720px;
}
.tm-service-detail__main h2,
.tm-service-process__heading h2 {
    margin-bottom: 24px;
    color: #111111;
    font-weight: 400;
}
.tm-service-detail__main h2::after,
.tm-service-process__heading h2::after {
    content: "";
    display: block;
    width: 72px;
    height: 1px;
    margin-top: 20px;
    background: linear-gradient(90deg, var(--tm-burgundy) 0 44px, var(--tm-blush) 44px 72px);
}
.tm-service-detail__main > p,
.tm-service-detail__main .tm-richtext,
.tm-service-detail__main .tm-richtext p {
    color: #4E474E;
    line-height: 1.85;
}
.tm-service-body .tm-service-detail__aside {
    padding: 10px 0 10px 30px;
    border-left: 2px solid var(--tm-burgundy);
    background: transparent;
}
.tm-service-detail__aside h3 {
    margin-bottom: 14px;
    color: #2F2730;
    font-size: clamp(1.2rem, 1.6vw, 1.45rem);
    font-weight: 400;
}
.tm-service-detail__aside p:last-child {
    margin-bottom: 0;
    color: #4E474E;
    line-height: 1.75;
}
.tm-service-process {
    background: #F3F4F5;
}
.tm-service-process__heading {
    max-width: 620px;
    margin-bottom: clamp(38px, 5vw, 58px);
}
.tm-service-process__steps {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: clamp(30px, 4vw, 64px);
    margin: 0;
    padding: 0;
    list-style: none;
}
.tm-service-process__steps li {
    padding-top: 24px;
    border-top: 1px solid rgba(86,23,44,.18);
}
.tm-service-process__steps span {
    display: block;
    margin-bottom: 20px;
    color: var(--tm-burgundy);
    font-size: .72rem;
    font-weight: 500;
    letter-spacing: .12em;
}
.tm-service-process__steps h3 {
    margin-bottom: 12px;
    color: #2F2730;
    font-size: clamp(1.15rem, 1.5vw, 1.35rem);
    font-weight: 400;
}
.tm-service-process__steps p {
    max-width: 330px;
    margin: 0;
    color: #4E474E;
    font-size: .94rem;
    line-height: 1.75;
}
.tm-service-lists {
    background: #FFFFFF;
}
@media (max-width: 900px) {
    .tm-service-overview,
    .tm-service-body .tm-service-detail {
        grid-template-columns: 1fr;
    }
    .tm-service-overview {
        gap: 42px;
    }
    .tm-service-overview__visual {
        min-height: 300px;
    }
    .tm-service-overview__visual > img {
        min-height: 300px;
    }
    .tm-service-body .tm-service-detail__aside {
        max-width: 680px;
    }
    .tm-service-process__steps {
        grid-template-columns: 1fr;
        gap: 34px;
    }
    .tm-service-process__steps p {
        max-width: 620px;
    }
}
@media (max-width: 600px) {
    .tm-service-overview__visual,
    .tm-service-overview__visual > img {
        min-height: 240px;
    }
    .tm-service-body .tm-service-detail__aside {
        padding-left: 22px;
    }
}

/* v1.8.24 — generic, blog-style service page. */
.tm-service-article-section {
    background: #FFFFFF;
}
.tm-service-article {
    max-width: 820px;
    margin-inline: 0;
}
.tm-service-article__lead {
    margin: 0;
    color: #2F2730;
    max-width: 720px;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.8;
}
.tm-service-article__content {
    margin-top: 34px;
    color: #4E474E;
    line-height: 1.85;
}
.tm-service-article__content h2,
.tm-service-article__content h3 {
    margin-top: 42px;
    font-weight: 400;
}
.tm-service-article__cta {
    margin-top: 34px;
}
@media (max-width: 600px) {
    .tm-service-article__content {
        margin-top: 28px;
    }
    .tm-service-article__cta {
        width: 100%;
    }
}

/* v1.8.25 — About page uses the homepage image-and-panel composition. */
.tm-about-page {
    background: #FFFFFF;
}
.tm-about-page__layout {
    position: relative;
}
.tm-about-page .tm-about-clean__media {
    height: 560px;
}
.tm-about-page .tm-about-clean__panel {
    margin-top: 34px;
    margin-bottom: 34px;
    padding: clamp(34px, 3.2vw, 48px);
    box-shadow: 0 12px 34px rgba(86, 23, 44, .09);
}
.tm-about-page .tm-lead {
    max-width: none;
    margin-bottom: 24px;
    color: #111111;
    font-size: 1rem;
    line-height: 1.75;
}
.tm-about-page .tm-credentials-block {
    margin-top: 30px;
}
@media (max-width: 1100px) {
    .tm-about-page .tm-about-clean__media {
        height: 520px;
    }
}
@media (max-width: 900px) {
    .tm-about-page .tm-about-clean__media {
        height: 560px;
    }
    .tm-about-page .tm-about-clean__panel {
        margin-top: -24px;
        margin-bottom: 0;
    }
}
@media (max-width: 600px) {
    .tm-about-page .tm-about-clean__media {
        height: 440px;
    }
    .tm-about-page .tm-about-clean__panel {
        margin-top: 0;
    }
}

/* v1.8.27 — featured homepage video in the established brand palette. */
.tm-home-video {
    background: #FFFFFF;
}
.tm-home-video__inner {
    display: grid;
    grid-template-columns: minmax(300px, .72fr) minmax(0, 1.28fr);
    min-height: 430px;
    overflow: hidden;
}
.tm-home-video__content {
    position: relative;
    z-index: 1;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: clamp(42px, 5vw, 68px);
    overflow: hidden;
    background: var(--tm-burgundy);
    color: #FFFFFF;
}
.tm-home-video__content::after {
    content: "";
    position: absolute;
    right: -92px;
    bottom: -110px;
    width: 250px;
    height: 250px;
    background: url('../images/hibiscus-burgundy.svg') center / contain no-repeat;
    filter: brightness(0) invert(1);
    opacity: .055;
    pointer-events: none;
}
.tm-home-video__kicker {
    position: relative;
    z-index: 1;
    margin: 0 0 14px;
    color: var(--tm-blush);
    font-size: .72rem;
    font-weight: 500;
    line-height: 1.4;
    letter-spacing: .14em;
    text-transform: uppercase;
}
.tm-home-video__content h2 {
    position: relative;
    z-index: 1;
    margin-bottom: 20px;
    color: #FFFFFF;
    font-size: clamp(2rem, 3.2vw, 3.15rem);
    font-weight: 400;
}
.tm-home-video__content > p:not(.tm-home-video__kicker) {
    position: relative;
    z-index: 1;
    margin-bottom: 28px;
    color: #FFFFFF;
    line-height: 1.8;
}
.tm-home-video__content .tm-btn {
    position: relative;
    z-index: 1;
    align-self: flex-start;
}
.tm-home-video__media {
    position: relative;
    min-width: 0;
    min-height: 430px;
    overflow: hidden;
    background: #F3F4F5;
}
.tm-home-video__media > img {
    width: 100%;
    height: 100%;
    min-height: 430px;
    object-fit: cover;
    object-position: center 24%;
}
.tm-home-video__embed,
.tm-home-video__embed iframe {
    display: block;
    width: 100%;
    height: 100%;
    min-height: 430px;
    border: 0;
}
.tm-home-video__media-label {
    position: absolute;
    left: 24px;
    bottom: 24px;
    padding: 9px 13px;
    background: rgba(86,23,44,.90);
    color: #FFFFFF;
    font-size: .72rem;
    font-weight: 500;
    letter-spacing: .08em;
    text-transform: uppercase;
}
@media (max-width: 900px) {
    .tm-home-video__inner {
        grid-template-columns: 1fr;
    }
    .tm-home-video__media,
    .tm-home-video__media > img,
    .tm-home-video__embed,
    .tm-home-video__embed iframe {
        min-height: 0;
        aspect-ratio: 16 / 9;
    }
}
@media (max-width: 600px) {
    .tm-home-video__content {
        padding: 38px 26px 42px;
    }
    .tm-home-video__content .tm-btn {
        width: 100%;
    }
}

/* v1.8.28 — match the supplied full-width video-section composition. */
.tm-home-video {
    position: relative;
    overflow: hidden;
    padding: clamp(72px, 7vw, 104px) 0;
    background: var(--tm-burgundy-dark);
    isolation: isolate;
}
.tm-home-video::before {
    content: "";
    position: absolute;
    z-index: 0;
    inset: 0;
    background-image: url('../images/hibiscus-burgundy.svg');
    background-repeat: repeat;
    background-position: center;
    background-size: 250px 250px;
    filter: brightness(0) invert(1);
    opacity: .055;
    pointer-events: none;
}
.tm-home-video__inner {
    position: relative;
    z-index: 1;
    grid-template-columns: minmax(300px, .88fr) minmax(0, 1.22fr);
    gap: clamp(54px, 7vw, 100px);
    min-height: 0;
    align-items: center;
    overflow: visible;
}
.tm-home-video__content {
    align-items: center;
    max-width: 520px;
    margin-inline: auto;
    padding: 0;
    overflow: visible;
    background: transparent;
    text-align: center;
}
.tm-home-video__content::after {
    display: none;
}
.tm-home-video__kicker {
    margin-bottom: 16px;
    color: var(--tm-blush);
}
.tm-home-video__content h2 {
    max-width: 500px;
    margin-bottom: 20px;
    font-size: clamp(2.15rem, 3.2vw, 3.2rem);
    line-height: 1.12;
}
.tm-home-video__content > p:not(.tm-home-video__kicker) {
    max-width: 500px;
    margin-bottom: 28px;
    font-size: 1rem;
    line-height: 1.75;
}
.tm-home-video__content .tm-btn {
    align-self: center;
    background: #FFFFFF;
    border-color: #FFFFFF;
    color: var(--tm-charcoal);
    box-shadow: none;
}
.tm-home-video__content .tm-btn:hover,
.tm-home-video__content .tm-btn:focus {
    background: var(--tm-blush);
    border-color: var(--tm-blush);
    color: var(--tm-charcoal);
}
.tm-home-video__media {
    min-height: 0;
    aspect-ratio: 16 / 9;
    border: 2px solid rgba(255,255,255,.28);
    background: #111111;
    box-shadow: 0 20px 48px rgba(17,17,17,.22);
}
.tm-home-video__media > img,
.tm-home-video__media > video,
.tm-home-video__embed,
.tm-home-video__embed iframe {
    width: 100%;
    height: 100%;
    min-height: 0;
    aspect-ratio: 16 / 9;
}
.tm-home-video__media > img {
    object-fit: cover;
    object-position: center;
}
.tm-home-video__media > video {
    display: block;
    object-fit: contain;
    background: #111111;
}
.tm-home-video__media-label {
    left: 18px;
    bottom: 18px;
    background: rgba(17,17,17,.86);
}
@media (max-width: 900px) {
    .tm-home-video__inner {
        grid-template-columns: 1fr;
        gap: 44px;
    }
    .tm-home-video__content {
        max-width: 680px;
    }
    .tm-home-video__content h2,
    .tm-home-video__content > p:not(.tm-home-video__kicker) {
        max-width: 620px;
    }
}
@media (max-width: 600px) {
    .tm-home-video {
        padding: 62px 0;
    }
    .tm-home-video__content {
        padding: 0;
    }
}

.tm-home-video__visual {
    min-width: 0;
}
.tm-home-video__quote {
    max-width: 720px;
    margin: 20px auto 0;
    padding: 0;
    border: 0;
    color: #FFFFFF;
    font-size: clamp(.94rem, 1.25vw, 1.08rem);
    font-weight: 400;
    line-height: 1.7;
    text-align: center;
}
.tm-home-video__quote::before {
    content: "“";
    margin-right: 3px;
    color: var(--tm-blush);
}
.tm-home-video__quote::after {
    content: "”";
    margin-left: 3px;
    color: var(--tm-blush);
}
.tm-home-video__play {
    position: absolute;
    z-index: 3;
    left: 50%;
    top: 50%;
    display: grid;
    place-items: center;
    width: clamp(80px, 7vw, 104px);
    height: clamp(80px, 7vw, 104px);
    padding: 0;
    border: 1px solid rgba(255,255,255,.72);
    border-radius: 50%;
    background: var(--tm-burgundy);
    color: #FFFFFF;
    box-shadow: 0 14px 34px rgba(17,17,17,.24);
    transform: translate(-50%, -50%);
    cursor: pointer;
    transition: background 180ms ease, transform 180ms ease, opacity 180ms ease;
}
.tm-home-video__play svg {
    width: 40%;
    height: 40%;
    margin-left: 4px;
    fill: currentColor;
}
.tm-home-video__play:hover,
.tm-home-video__play:focus-visible {
    background: var(--tm-burgundy);
    color: #FFFFFF;
    transform: translate(-50%, -50%) scale(1.06);
}
.tm-home-video__media.is-playing .tm-home-video__play {
    opacity: 0;
    pointer-events: none;
}

/* v1.8.50 — balanced, centred mobile hero with a non-overlapping portrait. */
@media (max-width: 680px) {
    .tm-hero,
    .tm-hero__inner {
        min-height: 780px;
    }
    .tm-hero__inner {
        display: flex;
        flex-direction: column;
        justify-content: center;
        padding-top: 48px;
        padding-bottom: 72px;
    }
    .tm-hero__content {
        width: 100%;
        max-width: 540px;
        margin-inline: auto;
        text-align: center;
    }
    .tm-hero__content h1,
    .tm-hero__content .tm-lead {
        max-width: 100%;
        margin-right: auto;
        margin-left: auto;
    }
    .tm-hero__content .tm-actions {
        display: flex;
        justify-content: center;
    }
    .tm-hero__content .tm-btn {
        width: auto;
        min-width: 210px;
    }
    .tm-hero__portrait {
        position: relative;
        right: auto;
        bottom: auto;
        align-self: flex-end;
        width: min(68vw, 300px);
        margin: 34px 0 -72px auto;
    }
    .tm-hero__portrait img {
        max-height: 330px;
    }
}

/* Final compact-header enforcement after legacy responsive rules. */
@media (min-width: 901px) {
    .tm-header .tm-header__nav-inner {
        width: min(calc(100% - 48px), var(--tm-container));
        max-width: none;
        min-height: 102px;
        display: grid;
        grid-template-columns: 170px minmax(0, 1fr) 170px;
        gap: 24px;
        align-items: center;
        justify-content: normal;
    }
}

@media (max-width: 900px) {
    .tm-header .tm-header__nav-inner {
        min-height: 80px;
        display: flex;
        align-items: center;
        justify-content: space-between;
        gap: 10px;
    }
    .tm-header .tm-nav {
        top: 83px;
    }
}


/* v1.8.87 — “How I Can Help” now uses three clear high-level subheadings. */
.tm-home-services__grid--help {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    column-gap: clamp(34px, 4vw, 62px);
    row-gap: 38px;
}
.tm-home-services__grid--help .tm-home-help-card {
    grid-template-columns: 62px minmax(0, 1fr);
    gap: 17px;
    padding-bottom: 22px;
}
.tm-home-services__grid--help .tm-home-help-card:nth-child(5) {
    grid-column: auto;
    width: auto;
    justify-self: stretch;
}
.tm-home-services__grid--help .tm-home-service__icon {
    width: 58px;
    height: 58px;
}
.tm-home-services__grid--help .tm-home-service__icon svg {
    width: 54px;
    height: 54px;
}
.tm-home-services__grid--help .tm-home-service h3 {
    margin-bottom: 9px;
    font-size: clamp(1.16rem, 1.35vw, 1.38rem);
}
.tm-home-services__grid--help .tm-home-service p {
    max-width: none;
    min-height: 4.75em;
}
#books {
    scroll-margin-top: 110px;
}
@media (max-width: 1020px) {
    .tm-home-services__grid--help {
        grid-template-columns: 1fr;
        max-width: 760px;
        margin-right: auto;
        margin-left: auto;
    }
    .tm-home-services__grid--help .tm-home-service p {
        min-height: 0;
        max-width: 560px;
    }
}
@media (max-width: 680px) {
    .tm-home-services__grid--help .tm-home-help-card {
        grid-template-columns: 56px minmax(0, 1fr);
        gap: 16px;
    }
    .tm-home-services__grid--help .tm-home-service__icon {
        width: 52px;
        height: 52px;
    }
    .tm-home-services__grid--help .tm-home-service__icon svg {
        width: 48px;
        height: 48px;
    }
}


/* v1.8.88 — keep all How I Can Help Explore links aligned to the lowest card. */
@media (min-width: 1021px) {
    .tm-home-services__grid--help {
        align-items: stretch;
    }
    .tm-home-services__grid--help .tm-home-help-card {
        align-items: stretch;
        height: 100%;
    }
    .tm-home-services__grid--help .tm-home-service__icon {
        align-self: start;
    }
    .tm-home-services__grid--help .tm-home-service__body {
        display: flex;
        flex-direction: column;
        height: 100%;
    }
    .tm-home-services__grid--help .tm-home-service__link {
        margin-top: auto;
    }
}

/* v1.8.90 — align Services intro columns and strengthen the services index. */
.tm-services-onepage-intro {
    position: relative;
    overflow: hidden;
    padding-bottom: clamp(68px, 8vw, 108px);
    background: #fff;
}
.tm-services-onepage-intro::after {
    content: "";
    position: absolute;
    width: 330px;
    height: 330px;
    right: -150px;
    bottom: -165px;
    background: url('../images/hibiscus-burgundy.svg') center / contain no-repeat;
    opacity: .025;
    pointer-events: none;
}
.tm-services-onepage-intro__grid {
    display: grid;
    grid-template-columns: minmax(0, 1.08fr) minmax(330px, .7fr);
    gap: clamp(54px, 8vw, 118px);
    align-items: start;
}
.tm-services-onepage-intro__copy { max-width: 720px; }
.tm-services-onepage-intro__copy h2 {
    max-width: 690px;
    margin-bottom: 22px;
    font-size: clamp(2rem, 3.5vw, 3.35rem);
    line-height: 1.16;
}
.tm-services-onepage-intro__lead {
    max-width: 650px;
    margin-bottom: 30px;
    color: #4e474e;
    font-size: clamp(1rem, 1.25vw, 1.08rem);
    line-height: 1.85;
}
.tm-services-index {
    padding: 4px 0 6px 30px;
    border-left: 1px solid rgba(86,23,44,.22);
}
.tm-services-index__label {
    display: block;
    margin-bottom: 12px;
    color: var(--tm-burgundy);
    font-size: .72rem;
    font-weight: 500;
    letter-spacing: .12em;
    text-transform: uppercase;
}
.tm-services-index__intro {
    max-width: 440px;
    margin: 0 0 24px;
    color: #4e474e;
    font-size: .92rem;
    line-height: 1.75;
}
.tm-services-index ol { margin: 0; padding: 0; list-style: none; }
.tm-services-index li { border-top: 1px solid rgba(86,23,44,.12); }
.tm-services-index li:last-child { border-bottom: 1px solid rgba(86,23,44,.12); }
.tm-services-index a {
    display: grid;
    grid-template-columns: 38px 1fr;
    gap: 12px;
    align-items: center;
    padding: 17px 0;
    color: #2f2730;
    font-size: .94rem;
    transition: color 180ms ease, padding-left 180ms ease;
}
.tm-services-index a span { color: var(--tm-burgundy); font-size: .7rem; letter-spacing: .08em; }
.tm-services-index a:hover { color: var(--tm-burgundy); padding-left: 5px; }

.tm-services-onepage-list {
    padding: clamp(72px, 8vw, 112px) 0;
    background: #f3f4f5;
    scroll-margin-top: 110px;
}
.tm-service-chapter {
    display: grid;
    grid-template-columns: minmax(300px, .78fr) minmax(0, 1.12fr);
    gap: clamp(48px, 8vw, 112px);
    align-items: center;
    padding: clamp(54px, 6vw, 84px) 0;
    border-top: 1px solid rgba(86,23,44,.13);
    scroll-margin-top: 120px;
}
.tm-service-chapter:first-child { padding-top: 0; border-top: 0; }
.tm-service-chapter:last-child { padding-bottom: 0; }
.tm-service-chapter--reverse { grid-template-columns: minmax(0, 1.12fr) minmax(300px, .78fr); }
.tm-service-chapter--reverse .tm-service-chapter__visual { order: 2; }
.tm-service-chapter--reverse .tm-service-chapter__content { order: 1; }
.tm-service-chapter__visual {
    position: relative;
    min-height: 370px;
}
.tm-service-chapter__image {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.tm-service-chapter__art {
    position: absolute;
    inset: 0;
    display: grid;
    place-items: center;
    overflow: hidden;
    background: #fff;
    border: 1px solid rgba(86,23,44,.09);
}
.tm-service-chapter__art::before {
    content: "";
    position: absolute;
    inset: 18px;
    border: 1px solid rgba(86,23,44,.08);
}
.tm-service-chapter__number {
    position: absolute;
    top: 28px;
    left: 30px;
    color: var(--tm-burgundy);
    font-size: .72rem;
    font-weight: 500;
    letter-spacing: .14em;
}
.tm-service-chapter__icon {
    position: relative;
    z-index: 2;
    display: grid;
    place-items: center;
    width: 130px;
    height: 130px;
    color: var(--tm-burgundy);
}
.tm-service-chapter__icon svg {
    width: 104px;
    height: 104px;
    fill: none;
    stroke: currentColor;
    stroke-width: 1.35;
    stroke-linecap: round;
    stroke-linejoin: round;
}
.tm-service-chapter__flower {
    position: absolute;
    width: 190px;
    right: -55px;
    bottom: -58px;
    opacity: .035;
    transform: rotate(-12deg);
}
.tm-service-chapter__content { max-width: 680px; }
.tm-service-chapter__kicker {
    margin: 0 0 13px;
    color: var(--tm-burgundy);
    font-size: .72rem;
    font-weight: 500;
    letter-spacing: .13em;
    text-transform: uppercase;
}
.tm-service-chapter__content h2 {
    margin-bottom: 18px;
    font-size: clamp(1.9rem, 3vw, 2.8rem);
    line-height: 1.18;
}
.tm-service-chapter__content h2::after {
    content: "";
    display: block;
    width: 72px;
    height: 1px;
    margin-top: 20px;
    background: linear-gradient(90deg, var(--tm-burgundy) 0 44px, var(--tm-blush) 44px 72px);
}
.tm-service-chapter__lead {
    max-width: 620px;
    margin-bottom: 18px;
    color: #3f383f;
    font-size: clamp(1.04rem, 1.35vw, 1.16rem);
    line-height: 1.82;
}
.tm-service-chapter__body {
    max-width: 620px;
    margin-top: 18px;
    color: #555057;
    font-size: .95rem;
    line-height: 1.8;
}
.tm-service-chapter__body > *:last-child { margin-bottom: 0; }
.tm-service-chapter__cta { gap: 12px; margin-top: 28px; }
.tm-service-chapter__cta span { transition: transform 180ms ease; }
.tm-service-chapter__cta:hover span { transform: translateX(4px); }

.tm-services-choice-cta {
    position: relative;
    overflow: hidden;
    padding: clamp(66px, 7vw, 96px) 0;
    background: var(--tm-burgundy);
    color: #fff;
}
.tm-services-choice-cta::after {
    content: "";
    position: absolute;
    width: 290px;
    height: 290px;
    right: -86px;
    top: -115px;
    background: url('../images/hibiscus-burgundy.svg') center / contain no-repeat;
    filter: brightness(0) invert(1);
    opacity: .055;
}
.tm-services-choice-cta__inner {
    position: relative;
    z-index: 2;
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    gap: 48px;
    align-items: center;
}
.tm-services-choice-cta h2 { margin-bottom: 14px; color: #fff; }
.tm-services-choice-cta p { max-width: 680px; margin-bottom: 0; color: rgba(255,255,255,.88); }
.tm-services-onepage-empty { max-width: 720px; }

.tm-contact-clean__service-label {
    margin: 0 0 8px !important;
    color: var(--tm-burgundy) !important;
    font-size: .74rem;
    font-weight: 500;
    letter-spacing: .12em;
    text-transform: uppercase;
}
.tm-contact-clean__selected-service {
    display: grid;
    gap: 2px;
    margin: 24px 0 8px;
    padding: 15px 18px;
    border-left: 3px solid var(--tm-burgundy);
    background: #f3f4f5;
}
.tm-contact-clean__selected-service span {
    color: var(--tm-burgundy);
    font-size: .68rem;
    font-weight: 500;
    letter-spacing: .1em;
    text-transform: uppercase;
}
.tm-contact-clean__selected-service strong { color: #2f2730; font-weight: 500; }

@media (max-width: 900px) {
    .tm-services-onepage-intro__grid,
    .tm-service-chapter,
    .tm-service-chapter--reverse,
    .tm-services-choice-cta__inner {
        grid-template-columns: 1fr;
    }
    .tm-services-index { max-width: 620px; padding-left: 24px; }
    .tm-service-chapter,
    .tm-service-chapter--reverse { gap: 36px; }
    .tm-service-chapter--reverse .tm-service-chapter__visual,
    .tm-service-chapter--reverse .tm-service-chapter__content { order: initial; }
    .tm-service-chapter__visual { min-height: 320px; }
    .tm-service-chapter__content { max-width: 720px; }
    .tm-services-choice-cta__inner { gap: 30px; }
    .tm-services-choice-cta__inner .tm-btn { justify-self: start; }
}
@media (max-width: 600px) {
    .tm-services-onepage-intro { padding-bottom: 58px; }
    .tm-services-index { padding-left: 18px; }
    .tm-service-chapter { padding: 52px 0; }
    .tm-service-chapter__visual { min-height: 265px; }
    .tm-service-chapter__art::before { inset: 12px; }
    .tm-service-chapter__icon { width: 106px; height: 106px; }
    .tm-service-chapter__icon svg { width: 86px; height: 86px; }
    .tm-service-chapter__number { top: 22px; left: 22px; }
    .tm-service-chapter__cta { width: 100%; text-align: center; }
}

/* v1.8.91 — homepage Meet Tsungayi spacing refinement.
   Keep the composition inside the global container/gutters, give the portrait
   a little more presence, and reduce the content panel's left/right padding. */
@media (min-width: 901px) {
    .home .tm-about-preview--clean .tm-about-clean {
        grid-template-columns: minmax(0, 1.04fr) minmax(0, .96fr);
        gap: clamp(24px, 2.5vw, 36px);
        align-items: start;
    }

    .home .tm-about-preview--clean .tm-about-clean__media {
        width: 100%;
        height: clamp(620px, 47vw, 680px);
        min-height: 620px;
        align-self: start;
    }

    .home .tm-about-preview--clean .tm-about-clean__panel {
        margin: 0;
        padding: clamp(42px, 3.6vw, 56px) clamp(32px, 2.9vw, 44px);
        align-self: start;
    }
}

@media (min-width: 901px) and (max-width: 1100px) {
    .home .tm-about-preview--clean .tm-about-clean {
        grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
        gap: 24px;
    }

    .home .tm-about-preview--clean .tm-about-clean__media {
        height: 600px;
        min-height: 600px;
    }

    .home .tm-about-preview--clean .tm-about-clean__panel {
        padding: 40px 30px;
    }
}

/* v1.8.92 — restore the interlocking Meet Tsungayi composition.
   Keep the portrait vertically centred against the content panel, let the white
   panel overlap the image slightly, and preserve the site's normal outer gutters. */
@media (min-width: 901px) {
    .home .tm-about-preview--clean .tm-about-clean {
        grid-template-columns: minmax(0, 1.05fr) minmax(0, .95fr);
        gap: 0;
        align-items: center;
    }

    .home .tm-about-preview--clean .tm-about-clean__media {
        width: 100%;
        height: clamp(640px, 48vw, 700px);
        min-height: 640px;
        align-self: center;
        position: relative;
        z-index: 1;
    }

    .home .tm-about-preview--clean .tm-about-clean__panel {
        position: relative;
        z-index: 2;
        align-self: center;
        margin: 0 0 0 -38px;
        padding: clamp(42px, 3.5vw, 54px) clamp(30px, 2.8vw, 42px);
    }
}

@media (min-width: 901px) and (max-width: 1100px) {
    .home .tm-about-preview--clean .tm-about-clean {
        grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
        gap: 0;
    }

    .home .tm-about-preview--clean .tm-about-clean__media {
        height: 600px;
        min-height: 600px;
    }

    .home .tm-about-preview--clean .tm-about-clean__panel {
        margin-left: -28px;
        padding: 40px 30px;
    }
}


/* v1.8.94 — preserve the spacing entered in Carbon rich-text fields.
   Paragraphs/headings must keep their own vertical rhythm instead of visually
   collapsing into one continuous paragraph on the frontend. */
.tm-richtext > p {
    margin-top: 0;
    margin-bottom: 1.35em;
}
.tm-richtext > h2,
.tm-richtext > h3,
.tm-richtext > h4,
.tm-richtext > h5,
.tm-richtext > h6 {
    margin-top: 1.65em;
    margin-bottom: .72em;
}
.tm-richtext > p + h2,
.tm-richtext > p + h3,
.tm-richtext > p + h4,
.tm-richtext > p + h5,
.tm-richtext > p + h6 {
    margin-top: 1.55em;
}
.tm-richtext > ul,
.tm-richtext > ol {
    margin-top: 0;
    margin-bottom: 1.35em;
}
.tm-richtext > br {
    content: "";
    display: block;
    margin-bottom: .7em;
}
.tm-richtext > *:last-child {
    margin-bottom: 0;
}


/* v1.8.97 — Professional Competences: client-supplied qualifications + competency detail */
.tm-home-competences {
    position: relative;
    z-index: 1;
}

.tm-home-competences__top {
    display: grid;
    grid-template-columns: minmax(0, .78fr) minmax(0, 1.22fr);
    gap: clamp(48px, 7vw, 104px);
    align-items: start;
}

.tm-home-competences__eyebrow,
.tm-home-competences__label {
    display: block;
    margin: 0 0 18px;
    color: var(--tm-burgundy);
    font-size: .72rem;
    font-weight: 600;
    letter-spacing: .18em;
    line-height: 1.3;
    text-transform: uppercase;
}

.tm-home-competences .tm-home-credentials__intro {
    max-width: 500px;
}

.tm-home-competences .tm-home-credentials__intro h2 {
    margin-bottom: 20px;
}

.tm-home-competences .tm-home-credentials__intro p {
    max-width: 500px;
}

.tm-home-competences__certifications {
    padding-top: 2px;
}

.tm-home-competences__cert-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 14px 16px;
}

.tm-home-competences__cert {
    position: relative;
    display: flex;
    align-items: center;
    min-height: 86px;
    padding: 17px 22px 17px 58px;
    border: 1px solid rgba(86, 23, 44, .13);
    border-radius: 5px;
    background: rgba(255,255,255,.96);
    color: #171317;
    font-size: .95rem;
    font-weight: 500;
    line-height: 1.45;
    transition: transform 180ms ease, border-color 180ms ease, box-shadow 180ms ease;
}

.tm-home-competences__cert:hover {
    transform: translateY(-2px);
    border-color: rgba(86, 23, 44, .28);
    box-shadow: 0 12px 28px rgba(86,23,44,.055);
}

.tm-home-competences__flower {
    position: absolute;
    left: 21px;
    top: 50%;
    width: 22px;
    height: 22px;
    transform: translateY(-50%);
    background: url('../images/hibiscus-burgundy.svg') center / contain no-repeat;
    opacity: .28;
}

.tm-home-competences__focus {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    column-gap: clamp(38px, 6vw, 86px);
    row-gap: 0;
    margin-top: clamp(46px, 6vw, 76px);
    padding-top: 12px;
    border-top: 1px solid rgba(86,23,44,.14);
}

.tm-home-competences__focus-item {
    display: grid;
    grid-template-columns: 42px minmax(0, 1fr);
    gap: 16px;
    margin: 0;
    padding: 28px 0 30px;
    border-bottom: 1px solid rgba(86,23,44,.10);
}

.tm-home-competences__number {
    padding-top: 3px;
    color: var(--tm-burgundy);
    font-size: .69rem;
    font-weight: 600;
    letter-spacing: .12em;
}

.tm-home-competences__focus-item h3 {
    margin: 0 0 8px;
    color: #161216;
    font-size: clamp(1rem, 1.35vw, 1.13rem);
    font-weight: 600;
    line-height: 1.35;
}

.tm-home-competences__focus-item p {
    max-width: 560px;
    margin: 0;
    color: #4e464d;
    font-size: .91rem;
    line-height: 1.7;
}

@media (max-width: 900px) {
    .tm-home-competences__top {
        grid-template-columns: 1fr;
        gap: 38px;
    }

    .tm-home-competences .tm-home-credentials__intro {
        max-width: 680px;
    }

    .tm-home-competences__certifications {
        max-width: 760px;
    }
}

@media (max-width: 680px) {
    .tm-home-competences__cert-grid,
    .tm-home-competences__focus {
        grid-template-columns: 1fr;
    }

    .tm-home-competences__cert {
        min-height: 72px;
        padding: 14px 18px 14px 52px;
    }

    .tm-home-competences__flower {
        left: 18px;
        width: 20px;
        height: 20px;
    }

    .tm-home-competences__focus {
        margin-top: 40px;
    }

    .tm-home-competences__focus-item {
        grid-template-columns: 36px minmax(0, 1fr);
        gap: 12px;
        padding: 23px 0 25px;
    }
}
