/*
Theme Name: T Moore Psychotherapy
Theme URI: https://example.com/
Author: T Moore Psychotherapy LCSW, PLLC
Description: A premium, Elementor-ready theme for T Moore Psychotherapy LCSW, PLLC in Staten Island, NY. On activation it builds the Home, About Us, Services, Contact and FAQ pages, the menu and the homepage. With Elementor active, every page is made of native Elementor widgets, so every image, heading, text block and button can be edited in Elementor.
Version: 1.0.0
Requires at least: 6.0
Tested up to: 6.8
Requires PHP: 7.4
License: GNU General Public License v2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
Text Domain: tmoore
Tags: custom-logo, custom-menu, featured-images, full-width-template, threaded-comments, translation-ready
*/

/* ==========================================================================
   Fonts (self-hosted — no external requests, better for client privacy)
   ========================================================================== */
@font-face { font-family: "Cormorant Garamond"; src: url("assets/fonts/cormorant-garamond.woff2") format("woff2"); font-weight: 300 700; font-style: normal; font-display: swap; }
@font-face { font-family: "Cormorant Garamond"; src: url("assets/fonts/cormorant-garamond-italic.woff2") format("woff2"); font-weight: 300 700; font-style: italic; font-display: swap; }
@font-face { font-family: "Manrope"; src: url("assets/fonts/manrope.woff2") format("woff2"); font-weight: 200 800; font-style: normal; font-display: swap; }

/* ==========================================================================
   Tokens
   ========================================================================== */
:root {
	--tm-ink: #1F2A26;
	--tm-forest: #2F4A40;
	--tm-forest-deep: #22362F;
	--tm-sage: #8FA89A;
	--tm-sage-soft: #DCE5DE;
	--tm-mist: #EEF2EE;
	--tm-cream: #F7F3EC;
	--tm-sand: #EDE4D6;
	--tm-clay: #B7835F;
	--tm-clay-deep: #9A6A49;
	--tm-white: #FFFFFF;
	--tm-text: #45524C;
	--tm-muted: #6B7872;
	--tm-line: rgba(31, 42, 38, .12);
	--tm-line-light: rgba(255, 255, 255, .16);

	--tm-serif: "Cormorant Garamond", "Iowan Old Style", Georgia, serif;
	--tm-sans: "Manrope", "Segoe UI", system-ui, -apple-system, sans-serif;

	--tm-wrap: 1240px;
	--tm-gutter: clamp(20px, 4vw, 48px);
	--tm-sec: clamp(80px, 10vw, 140px);
	--tm-radius: 22px;
	--tm-radius-lg: 32px;
	--tm-arch: 999px 999px 26px 26px;
	--tm-shadow: 0 30px 60px -30px rgba(31, 42, 38, .28);
	--tm-shadow-soft: 0 18px 40px -24px rgba(31, 42, 38, .22);
	--tm-ease: cubic-bezier(.2, .7, .2, 1);
}

/* ==========================================================================
   Base
   ========================================================================== */
*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; -webkit-text-size-adjust: 100%; }
body {
	margin: 0;
	background: var(--tm-cream);
	color: var(--tm-text);
	font-family: var(--tm-sans);
	font-size: 17px;
	line-height: 1.75;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	text-rendering: optimizeLegibility;
	overflow-x: hidden;
}
img { max-width: 100%; height: auto; display: block; }
a { color: var(--tm-forest); text-decoration: none; transition: color .25s var(--tm-ease); }
a:hover { color: var(--tm-clay-deep); }
h1, h2, h3, h4, h5, h6 { font-family: var(--tm-serif); color: var(--tm-ink); font-weight: 500; line-height: 1.1; margin: 0 0 .5em; letter-spacing: -.01em; }
p { margin: 0 0 1.1em; }
p:last-child { margin-bottom: 0; }
em { font-style: italic; }
::selection { background: var(--tm-sage-soft); color: var(--tm-ink); }
:focus-visible { outline: 2px solid var(--tm-clay); outline-offset: 3px; border-radius: 4px; }
.screen-reader-text { position: absolute !important; width: 1px; height: 1px; overflow: hidden; clip: rect(1px, 1px, 1px, 1px); white-space: nowrap; }
.tm-skip { position: absolute; left: -9999px; top: 10px; z-index: 1000; background: var(--tm-forest); color: #fff; padding: 10px 18px; border-radius: 8px; }
.tm-skip:focus { left: 10px; color: #fff; }

/* ==========================================================================
   Header
   ========================================================================== */
.tm-topbar { background: var(--tm-forest-deep); color: rgba(255, 255, 255, .78); font-size: 13px; letter-spacing: .02em; }
.tm-topbar__inner { max-width: var(--tm-wrap); margin: 0 auto; padding: 9px var(--tm-gutter); display: flex; justify-content: space-between; align-items: center; gap: 20px; }
.tm-topbar a { color: rgba(255, 255, 255, .88); display: inline-flex; align-items: center; gap: 7px; }
.tm-topbar a:hover { color: #fff; }
.tm-topbar__links { display: flex; gap: 26px; }
.tm-topbar svg { width: 14px; height: 14px; opacity: .8; }
.tm-topbar__note { display: inline-flex; align-items: center; gap: 8px; }
.tm-topbar__note::before { content: ""; width: 7px; height: 7px; border-radius: 50%; background: #9FD1B0; box-shadow: 0 0 0 4px rgba(159, 209, 176, .18); }

.tm-header { position: sticky; top: 0; z-index: 90; border-bottom: 1px solid transparent; transition: border-color .3s, box-shadow .3s; }
.tm-header::before { content: ""; position: absolute; inset: 0; z-index: -1; background: rgba(247, 243, 236, .86); backdrop-filter: saturate(1.4) blur(14px); -webkit-backdrop-filter: saturate(1.4) blur(14px); transition: background .3s; }
.admin-bar .tm-header { top: 32px; }
.tm-header.is-scrolled { border-bottom-color: var(--tm-line); box-shadow: 0 10px 30px -22px rgba(31, 42, 38, .35); }
.tm-header.is-scrolled::before { background: rgba(247, 243, 236, .95); }
.tm-header__inner { max-width: var(--tm-wrap); margin: 0 auto; padding: 18px var(--tm-gutter); display: flex; align-items: center; justify-content: space-between; gap: 30px; transition: padding .3s var(--tm-ease); }
.tm-header.is-scrolled .tm-header__inner { padding-top: 12px; padding-bottom: 12px; }
.tm-brand { display: inline-flex; align-items: center; flex-shrink: 0; }
.tm-brand img, .tm-brand .custom-logo { height: 64px; width: auto; transition: height .3s var(--tm-ease); }
.tm-header.is-scrolled .tm-brand img { height: 54px; }

.tm-nav { display: flex; align-items: center; gap: 34px; }
.tm-nav ul { list-style: none; margin: 0; padding: 0; display: flex; gap: 6px; }
.tm-nav li { position: relative; }
.tm-nav a { display: block; padding: 10px 14px; color: var(--tm-ink); font-size: 15px; font-weight: 600; letter-spacing: .01em; position: relative; }
.tm-nav a::after { content: ""; position: absolute; left: 14px; right: 14px; bottom: 4px; height: 1.5px; background: var(--tm-clay); transform: scaleX(0); transform-origin: left; transition: transform .35s var(--tm-ease); }
.tm-nav a:hover { color: var(--tm-forest); }
.tm-nav a:hover::after, .tm-nav .current-menu-item > a::after, .tm-nav .current_page_item > a::after { transform: scaleX(1); }
.tm-nav .current-menu-item > a, .tm-nav .current_page_item > a { color: var(--tm-forest); }

.tm-cta-btn, .tm-button {
	display: inline-flex; align-items: center; justify-content: center; gap: 10px;
	background: var(--tm-forest); color: #fff; border: 1px solid var(--tm-forest);
	padding: 14px 26px; border-radius: 999px; font-family: var(--tm-sans); font-size: 15px; font-weight: 700; letter-spacing: .01em; line-height: 1.2;
	transition: background .3s var(--tm-ease), color .3s var(--tm-ease), transform .3s var(--tm-ease), box-shadow .3s var(--tm-ease), border-color .3s;
	cursor: pointer; white-space: nowrap;
}
.tm-cta-btn:hover, .tm-button:hover { background: var(--tm-ink); border-color: var(--tm-ink); color: #fff; transform: translateY(-2px); box-shadow: 0 14px 26px -14px rgba(31, 42, 38, .55); }

.tm-burger { display: none; width: 48px; height: 48px; border-radius: 50%; border: 1px solid var(--tm-line); background: transparent; cursor: pointer; align-items: center; justify-content: center; flex-direction: column; gap: 5px; padding: 0; }
.tm-burger span { width: 18px; height: 1.8px; background: var(--tm-ink); border-radius: 2px; transition: transform .3s var(--tm-ease), opacity .3s; }
.tm-menu-open .tm-burger span:nth-child(1) { transform: translateY(6.8px) rotate(45deg); }
.tm-menu-open .tm-burger span:nth-child(2) { opacity: 0; }
.tm-menu-open .tm-burger span:nth-child(3) { transform: translateY(-6.8px) rotate(-45deg); }

/* ==========================================================================
   Footer
   ========================================================================== */
.tm-footer { background: var(--tm-ink); color: rgba(255, 255, 255, .7); font-size: 15px; position: relative; overflow: hidden; }
.tm-footer::before { content: ""; position: absolute; width: 620px; height: 620px; right: -200px; top: -260px; border-radius: 50%; background: radial-gradient(circle, rgba(143, 168, 154, .18), transparent 65%); pointer-events: none; }
.tm-footer__inner { max-width: var(--tm-wrap); margin: 0 auto; padding: 90px var(--tm-gutter) 0; position: relative; }
.tm-footer__grid { display: grid; grid-template-columns: 1.4fr 1fr 1fr 1.2fr; gap: 50px; padding-bottom: 70px; border-bottom: 1px solid var(--tm-line-light); }
.tm-footer__brand img { height: 74px; width: auto; margin-bottom: 26px; }
.tm-footer__brand p { max-width: 340px; }
.tm-footer h4 { font-family: var(--tm-sans); color: #fff; font-size: 12px; font-weight: 700; letter-spacing: .18em; text-transform: uppercase; margin-bottom: 22px; }
.tm-footer ul { list-style: none; margin: 0; padding: 0; display: grid; gap: 11px; }
.tm-footer a { color: rgba(255, 255, 255, .78); }
.tm-footer a:hover { color: #fff; }
.tm-footer__contact li { display: flex; gap: 12px; align-items: flex-start; }
.tm-footer__contact svg { width: 17px; height: 17px; flex-shrink: 0; margin-top: 5px; color: var(--tm-clay); }
.tm-footer__crisis { margin-top: 50px; padding: 22px 26px; border: 1px solid var(--tm-line-light); border-radius: var(--tm-radius); display: flex; gap: 16px; align-items: center; font-size: 14px; line-height: 1.6; }
.tm-footer__crisis strong { color: #fff; }
.tm-footer__crisis svg { width: 26px; height: 26px; color: var(--tm-clay); flex-shrink: 0; }
.tm-footer__bottom { display: flex; justify-content: space-between; gap: 20px; flex-wrap: wrap; padding: 28px 0 34px; font-size: 13px; color: rgba(255, 255, 255, .5); }

/* ==========================================================================
   Page shell + Elementor normalisation
   The same class names are used whether a page is rendered by Elementor
   or by the theme's built-in fallback, so the design is identical.
   ========================================================================== */
.tm-main { display: block; }
.tm-sec, .tm-sec .e-con { --padding-top: 0px; --padding-right: 0px; --padding-bottom: 0px; --padding-left: 0px; --gap: 0px; --row-gap: 0px; --column-gap: 0px; --margin-top: 0px; --margin-bottom: 0px; --widgets-spacing: 0px; --widgets-spacing-row: 0px; --widgets-spacing-column: 0px; --kit-widget-spacing: 0px; --width: 100%; }
.tm-sec .e-con { padding: 0 !important; margin: 0; min-height: 0; }
.tm-sec .elementor-widget { margin: 0 !important; max-width: 100%; }
.tm-sec .elementor-widget-container { margin: 0; padding: 0; }
.tm-sec .elementor-heading-title { font-family: var(--tm-serif); color: var(--tm-ink); font-weight: 500; line-height: 1.08; letter-spacing: -.012em; margin: 0; padding: 0; font-size: inherit; }
.tm-sec .elementor-widget-text-editor { color: var(--tm-text); font-family: var(--tm-sans); font-size: 17px; line-height: 1.75; }
.tm-sec .elementor-widget-image { text-align: left; }
.tm-sec .elementor-widget-image a, .tm-sec .elementor-widget-image img { display: block; }
.tm-sec .elementor-button { font-family: var(--tm-sans); background: none; padding: 0; border-radius: 0; font-size: inherit; line-height: inherit; }
.tm-sec .elementor-button-content-wrapper { display: inline-flex; align-items: center; gap: 10px; }
.tm-sec .elementor-widget-html, .tm-sec .elementor-widget-shortcode { width: 100%; }
.tm-sec .elementor-widget-html > .elementor-widget-container, .tm-sec .elementor-widget-image > .elementor-widget-container { height: 100%; }

/* Sections */
.tm-sec { position: relative; width: 100%; padding: var(--tm-sec) var(--tm-gutter) !important; display: block !important; }
.tm-sec--cream { background: var(--tm-cream); }
.tm-sec--sand { background: var(--tm-sand); }
.tm-sec--mist { background: var(--tm-mist); }
.tm-sec--white { background: var(--tm-white); }
.tm-sec--forest { background: var(--tm-forest); color: rgba(255, 255, 255, .78); }
.tm-sec--ink { background: var(--tm-ink); color: rgba(255, 255, 255, .78); }
.tm-sec--tight { padding-top: clamp(40px, 5vw, 64px) !important; padding-bottom: clamp(40px, 5vw, 64px) !important; }
.tm-sec--flush-top { padding-top: 0 !important; }
.tm-sec .tm-wrap, .tm-wrap { width: 100%; max-width: var(--tm-wrap) !important; margin-left: auto !important; margin-right: auto !important; position: relative; z-index: 2; }
.tm-sec .tm-wrap--narrow { max-width: 860px !important; }

/* Layout primitives */
.tm-stack { display: flex !important; flex-direction: column !important; align-items: stretch; gap: 22px !important; }
.tm-stack--sm { gap: 12px !important; }
.tm-stack--lg { gap: 34px !important; }
.tm-center { text-align: center; align-items: center !important; }
.tm-split { display: grid !important; grid-template-columns: 1fr 1fr; gap: clamp(40px, 7vw, 110px) !important; align-items: center; }
.tm-split--wide-left { grid-template-columns: 1.1fr .9fr; }
.tm-split--wide-right { grid-template-columns: .85fr 1.15fr; }
.tm-split--top { align-items: start; }
.tm-grid-2 { display: grid !important; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 26px !important; }
.tm-grid-3 { display: grid !important; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 26px !important; }
.tm-grid-4 { display: grid !important; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 22px !important; }
.tm-row { display: flex !important; flex-direction: row !important; flex-wrap: wrap !important; align-items: center; gap: 14px !important; }
.tm-row > * { width: auto !important; flex: 0 0 auto !important; }
.tm-head { max-width: 760px; margin-bottom: clamp(44px, 6vw, 72px) !important; }
.tm-head.tm-center { margin-left: auto !important; margin-right: auto !important; }
.tm-head--split { max-width: none; display: grid !important; grid-template-columns: 1fr auto; align-items: end; gap: 30px !important; }
.tm-sec .tm-mt, .tm-mt { margin-top: clamp(40px, 5vw, 64px) !important; }

/* Type */
.tm-eyebrow, .tm-sec .tm-eyebrow .elementor-heading-title{ font-family: var(--tm-sans) !important; font-size: 12.5px !important; font-weight: 700 !important; letter-spacing: .2em !important; text-transform: uppercase; color: var(--tm-clay-deep) !important; line-height: 1.4 !important; display: inline-flex; align-items: center; gap: 14px; }
.tm-sec .tm-eyebrow .elementor-heading-title::before{ content: ""; width: 28px; height: 1.5px; background: currentColor; display: inline-block; }
.tm-sec .tm-center .tm-eyebrow .elementor-heading-title::before, .tm-sec .tm-eyebrow--plain .elementor-heading-title::before{ display: none; }
.tm-sec.tm-sec--forest .tm-eyebrow .elementor-heading-title, .tm-sec.tm-sec--ink .tm-eyebrow .elementor-heading-title{ color: #E0B592 !important; }
.tm-sec .tm-display .elementor-heading-title{ font-size: clamp(46px, 6.4vw, 88px); line-height: 1.0; letter-spacing: -.022em; font-weight: 500; }
.tm-sec .tm-h1 .elementor-heading-title{ font-size: clamp(44px, 5.6vw, 76px); line-height: 1.02; letter-spacing: -.02em; }
.tm-sec .tm-h2 .elementor-heading-title{ font-size: clamp(36px, 4.2vw, 58px); line-height: 1.06; }
.tm-sec .tm-h3 .elementor-heading-title{ font-size: clamp(26px, 2.4vw, 32px); line-height: 1.15; }
.tm-sec .tm-h4 .elementor-heading-title{ font-size: 24px; line-height: 1.2; }
.tm-sec .elementor-heading-title em{ font-style: italic; color: var(--tm-forest); font-weight: 500; }
.tm-sec.tm-sec--forest .elementor-heading-title, .tm-sec.tm-sec--ink .elementor-heading-title{ color: #fff; }
.tm-sec.tm-sec--forest .elementor-heading-title em, .tm-sec.tm-sec--ink .elementor-heading-title em{ color: #E6C3A6; }
.tm-lead, .tm-sec .tm-lead.elementor-widget-text-editor{ font-size: clamp(18px, 1.5vw, 20.5px) !important; line-height: 1.7 !important; color: var(--tm-text); max-width: 640px; }
.tm-center .tm-lead { margin-left: auto !important; margin-right: auto !important; }
.tm-sec.tm-sec--forest .elementor-widget-text-editor, .tm-sec.tm-sec--ink .elementor-widget-text-editor{ color: rgba(255, 255, 255, .78); }
.tm-small { font-size: 14.5px !important; color: var(--tm-muted) !important; }
.tm-sec .tm-signature .elementor-heading-title{ font-family: var(--tm-serif); font-style: italic; font-size: 30px; color: var(--tm-forest); }
/* Buttons (Elementor Button widget + fallback share markup) */
.tm-sec .tm-btn .elementor-button, .tm-sec .tm-btn-ghost .elementor-button, .tm-sec .tm-btn-light .elementor-button, .tm-sec .tm-link .elementor-button{
	display: inline-flex !important; align-items: center; gap: 10px; font-family: var(--tm-sans) !important; font-size: 15px !important; font-weight: 700 !important; letter-spacing: .01em; line-height: 1.2 !important;
	padding: 17px 30px !important; border-radius: 999px !important; transition: background .3s var(--tm-ease), color .3s var(--tm-ease), transform .3s var(--tm-ease), box-shadow .3s var(--tm-ease), border-color .3s !important; text-decoration: none;
}
.tm-sec .tm-btn .elementor-button{ background: var(--tm-forest) !important; color: #fff !important; border: 1px solid var(--tm-forest) !important; }
.tm-sec .tm-btn .elementor-button:hover{ background: var(--tm-ink) !important; border-color: var(--tm-ink) !important; transform: translateY(-2px); box-shadow: 0 16px 30px -16px rgba(31, 42, 38, .6); }
.tm-sec .tm-btn .elementor-button-text::after, .tm-sec .tm-link .elementor-button-text::after{ content: "→"; display: inline-block; margin-left: 10px; transition: transform .3s var(--tm-ease); }
.tm-sec .tm-btn .elementor-button:hover .elementor-button-text::after, .tm-sec .tm-link .elementor-button:hover .elementor-button-text::after{ transform: translateX(4px); }
.tm-sec .tm-btn-ghost .elementor-button{ background: transparent !important; color: var(--tm-ink) !important; border: 1px solid rgba(31, 42, 38, .28) !important; }
.tm-sec .tm-btn-ghost .elementor-button:hover{ border-color: var(--tm-ink) !important; background: var(--tm-ink) !important; color: #fff !important; }
.tm-sec .tm-btn-light .elementor-button{ background: var(--tm-cream) !important; color: var(--tm-ink) !important; border: 1px solid var(--tm-cream) !important; }
.tm-sec .tm-btn-light .elementor-button:hover{ background: #fff !important; transform: translateY(-2px); }
.tm-sec.tm-sec--forest .tm-btn-ghost .elementor-button, .tm-sec.tm-sec--ink .tm-btn-ghost .elementor-button, .tm-sec .tm-cta .tm-btn-ghost .elementor-button{ color: #fff !important; border-color: rgba(255, 255, 255, .4) !important; }
.tm-sec.tm-sec--forest .tm-btn-ghost .elementor-button:hover, .tm-sec.tm-sec--ink .tm-btn-ghost .elementor-button:hover, .tm-sec .tm-cta .tm-btn-ghost .elementor-button:hover{ background: #fff !important; color: var(--tm-ink) !important; border-color: #fff !important; }
.tm-sec .tm-link .elementor-button{ padding: 6px 0 !important; border-radius: 0 !important; background: none !important; color: var(--tm-forest) !important; border: 0 !important; border-bottom: 1.5px solid var(--tm-clay) !important; }
.tm-sec .tm-link .elementor-button:hover{ color: var(--tm-clay-deep) !important; }
/* Images */
.tm-img, .tm-sec .tm-img .elementor-widget-container, .tm-sec .tm-img a{ width: 100%; height: 100%; }
.tm-sec .tm-img img{ width: 100% !important; height: 100% !important; max-width: none !important; object-fit: cover; border-radius: var(--tm-radius-lg); box-shadow: var(--tm-shadow); }
.tm-sec .tm-img--arch img{ border-radius: var(--tm-arch); }
.tm-sec .tm-img--tall img{ aspect-ratio: 4 / 5; }
.tm-sec .tm-img--xtall img{ aspect-ratio: 5 / 6.4; }
.tm-sec .tm-img--wide img{ aspect-ratio: 4 / 3; }
.tm-sec .tm-img--pano img{ aspect-ratio: 16 / 9; }
.tm-sec .tm-img--flat img{ box-shadow: none; }

/* Media frame (image + decorative arch outline + floating card) */
.tm-media { position: relative !important; display: block !important; }
.tm-sec .tm-media::before { content: "" !important; position: absolute; inset: -18px 18px 18px -18px; border: 1.5px solid rgba(183, 131, 95, .45); border-radius: var(--tm-arch); pointer-events: none; z-index: 0; }
.tm-sec .tm-media--rect::before { border-radius: var(--tm-radius-lg); }
.tm-sec .tm-media > .elementor-element, .tm-sec .tm-media > .e-con-inner > .elementor-element{ position: relative; z-index: 1; }
.tm-float { position: absolute !important; z-index: 3 !important; left: -34px; bottom: 44px; width: auto !important; max-width: 300px; }
.tm-float--right { left: auto; right: -30px; bottom: auto; top: 50px; }
.tm-floatcard { background: rgba(255, 255, 255, .92); backdrop-filter: blur(10px); -webkit-backdrop-filter: blur(10px); border-radius: 20px; padding: 18px 22px; box-shadow: var(--tm-shadow); display: flex; align-items: center; gap: 14px; font-size: 14px; line-height: 1.45; color: var(--tm-text); }
.tm-floatcard strong { display: block; color: var(--tm-ink); font-size: 15px; }
.tm-floatcard__icon { width: 46px; height: 46px; border-radius: 50%; background: var(--tm-sage-soft); color: var(--tm-forest); display: grid; place-items: center; flex-shrink: 0; }
.tm-floatcard__icon svg { width: 22px; height: 22px; }
.tm-pulse { width: 10px; height: 10px; border-radius: 50%; background: #5BAF7A; box-shadow: 0 0 0 0 rgba(91, 175, 122, .5); animation: tm-pulse 2.2s infinite; flex-shrink: 0; }
@keyframes tm-pulse { 70% { box-shadow: 0 0 0 12px rgba(91, 175, 122, 0); } 100% { box-shadow: 0 0 0 0 rgba(91, 175, 122, 0); } }

/* ==========================================================================
   Hero
   ========================================================================== */
.tm-hero { padding-top: clamp(50px, 6vw, 90px) !important; padding-bottom: clamp(80px, 9vw, 130px) !important; overflow: hidden; }
.tm-hero::before { content: ""; position: absolute; width: 780px; height: 780px; right: -260px; top: -220px; background: radial-gradient(circle, rgba(143, 168, 154, .28), transparent 62%); border-radius: 50%; pointer-events: none; }
.tm-hero::after { content: ""; position: absolute; width: 520px; height: 520px; left: -240px; bottom: -260px; background: radial-gradient(circle, rgba(183, 131, 95, .16), transparent 65%); border-radius: 50%; pointer-events: none; }
.tm-hero .tm-split { grid-template-columns: 1.08fr .92fr; }
.tm-hero-meta { display: flex; flex-wrap: wrap; gap: 14px 34px; padding-top: 30px; margin-top: 6px; border-top: 1px solid var(--tm-line); font-size: 14.5px; }
.tm-hero-meta a, .tm-hero-meta span { display: inline-flex; align-items: center; gap: 10px; color: var(--tm-ink); font-weight: 600; }
.tm-hero-meta svg { width: 18px; height: 18px; color: var(--tm-clay); }

/* Inner page hero */
.tm-phero { padding-top: clamp(40px, 5vw, 80px) !important; padding-bottom: clamp(70px, 8vw, 110px) !important; overflow: hidden; }
.tm-phero::before { content: ""; position: absolute; width: 700px; height: 700px; right: -220px; top: -260px; background: radial-gradient(circle, rgba(143, 168, 154, .26), transparent 62%); border-radius: 50%; pointer-events: none; }
.tm-phero .tm-split { grid-template-columns: 1.15fr .85fr; }
.tm-crumbs { font-size: 13.5px; color: var(--tm-muted); display: flex; gap: 10px; align-items: center; font-weight: 600; }
.tm-crumbs a { color: var(--tm-muted); }
.tm-crumbs a:hover { color: var(--tm-forest); }
.tm-crumbs span[aria-hidden] { color: var(--tm-clay); }

/* ==========================================================================
   Components
   ========================================================================== */
/* Trust strip */
.tm-trust { display: grid; grid-template-columns: repeat(4, 1fr); gap: 0; background: #fff; border-radius: var(--tm-radius-lg); box-shadow: var(--tm-shadow-soft); overflow: hidden; }
.tm-trust__item { padding: 28px 30px; display: flex; gap: 16px; align-items: center; border-right: 1px solid var(--tm-line); }
.tm-trust__item:last-child { border-right: 0; }
.tm-trust__item svg { width: 34px; height: 34px; color: var(--tm-forest); flex-shrink: 0; }
.tm-trust__item strong { display: block; font-family: var(--tm-serif); font-size: 21px; font-weight: 600; color: var(--tm-ink); line-height: 1.2; }
.tm-trust__item span { font-size: 13.5px; color: var(--tm-muted); line-height: 1.4; display: block; }
.tm-sec--overlap { margin-top: calc(var(--tm-sec) * -.55) !important; padding-top: 0 !important; background: transparent; z-index: 5; }

/* Service cards */
.tm-card { position: relative; height: 100%; background: #fff; border-radius: var(--tm-radius); padding: 38px 34px 34px; border: 1px solid transparent; transition: transform .45s var(--tm-ease), box-shadow .45s var(--tm-ease), border-color .45s; display: flex; flex-direction: column; overflow: hidden; }
.tm-card::after { content: ""; position: absolute; left: 0; right: 0; bottom: 0; height: 3px; background: linear-gradient(90deg, var(--tm-forest), var(--tm-clay)); transform: scaleX(0); transform-origin: left; transition: transform .5s var(--tm-ease); }
.tm-card:hover { transform: translateY(-6px); box-shadow: var(--tm-shadow); }
.tm-card:hover::after { transform: scaleX(1); }
.tm-card__icon { width: 60px; height: 60px; border-radius: 18px 18px 18px 4px; background: var(--tm-sage-soft); color: var(--tm-forest); display: grid; place-items: center; margin-bottom: 26px; transition: background .4s, color .4s; }
.tm-card:hover .tm-card__icon { background: var(--tm-forest); color: #fff; }
.tm-card__icon svg { width: 28px; height: 28px; }
.tm-card h3 { font-size: 27px; margin-bottom: 12px; }
.tm-card p { font-size: 15.5px; line-height: 1.7; color: var(--tm-muted); flex-grow: 1; }
.tm-card__link { margin-top: 22px; font-weight: 700; font-size: 14.5px; color: var(--tm-forest); display: inline-flex; gap: 8px; align-items: center; }
.tm-card__link::after { content: "→"; transition: transform .3s var(--tm-ease); }
.tm-card:hover .tm-card__link::after { transform: translateX(4px); }
.tm-card__num { position: absolute; top: 30px; right: 32px; font-family: var(--tm-serif); font-size: 18px; font-style: italic; color: var(--tm-sage); }
.tm-sec--sand .tm-card, .tm-sec--mist .tm-card { background: var(--tm-cream); }
.tm-sec--white .tm-card { background: var(--tm-cream); }

/* Steps */
.tm-steps { display: grid; gap: 0; counter-reset: s; }
.tm-step { display: grid; grid-template-columns: 64px 1fr; gap: 24px; padding: 28px 0; border-top: 1px solid var(--tm-line-light); }
.tm-step:last-child { border-bottom: 1px solid var(--tm-line-light); }
.tm-step__n { width: 56px; height: 56px; border-radius: 50%; border: 1px solid rgba(230, 195, 166, .55); color: #E6C3A6; font-family: var(--tm-serif); font-size: 24px; font-style: italic; display: grid; place-items: center; }
.tm-step h4 { color: #fff; font-size: 26px; margin: 4px 0 6px; }
.tm-step p { font-size: 15.5px; color: rgba(255, 255, 255, .7); margin: 0; }
.tm-sec--cream .tm-step, .tm-sec--white .tm-step, .tm-sec--sand .tm-step { border-color: var(--tm-line); }
.tm-sec--cream .tm-step h4, .tm-sec--white .tm-step h4, .tm-sec--sand .tm-step h4 { color: var(--tm-ink); }
.tm-sec--cream .tm-step p, .tm-sec--white .tm-step p, .tm-sec--sand .tm-step p { color: var(--tm-muted); }
.tm-sec--cream .tm-step__n, .tm-sec--white .tm-step__n, .tm-sec--sand .tm-step__n { border-color: rgba(183, 131, 95, .5); color: var(--tm-clay-deep); }

/* Horizontal process */
.tm-process { display: grid; grid-template-columns: repeat(4, 1fr); gap: 26px; position: relative; }
.tm-process::before { content: ""; position: absolute; top: 30px; left: 12%; right: 12%; height: 1px; background: repeating-linear-gradient(90deg, var(--tm-sage) 0 6px, transparent 6px 12px); }
.tm-process__item { position: relative; text-align: center; padding: 0 10px; }
.tm-process__n { width: 60px; height: 60px; margin: 0 auto 24px; border-radius: 50%; background: var(--tm-cream); border: 1px solid var(--tm-sage); color: var(--tm-forest); display: grid; place-items: center; font-family: var(--tm-serif); font-size: 24px; font-style: italic; position: relative; z-index: 1; }
.tm-process__item h4 { font-size: 25px; margin-bottom: 8px; }
.tm-process__item p { font-size: 15px; color: var(--tm-muted); }
.tm-sec--white .tm-process__n { background: #fff; }

/* Pills */
.tm-pills { display: flex; flex-wrap: wrap; gap: 12px; }
.tm-pills span { display: inline-flex; align-items: center; gap: 9px; padding: 11px 20px; border-radius: 999px; background: #fff; border: 1px solid var(--tm-line); font-size: 15px; font-weight: 600; color: var(--tm-ink); transition: background .3s, color .3s, border-color .3s, transform .3s var(--tm-ease); }
.tm-pills span::before { content: ""; width: 6px; height: 6px; border-radius: 50%; background: var(--tm-clay); }
.tm-pills span:hover { background: var(--tm-forest); color: #fff; border-color: var(--tm-forest); transform: translateY(-2px); }
.tm-center .tm-pills { justify-content: center; }

/* Quote */
.tm-sec .tm-quote { text-align: center; max-width: 980px; margin: 0 auto; }
.tm-sec .tm-quote__mark{ font-family: var(--tm-serif); font-size: 120px; line-height: .6; color: var(--tm-clay); display: block; height: 50px; }
.tm-sec .tm-quote blockquote{ margin: 0; font-family: var(--tm-serif); font-size: clamp(32px, 3.8vw, 52px); line-height: 1.2; color: var(--tm-ink); font-weight: 500; font-style: italic; letter-spacing: -.01em; }
.tm-sec .tm-quote cite{ display: inline-block; margin-top: 30px; font-style: normal; font-size: 12.5px; font-weight: 700; letter-spacing: .2em; text-transform: uppercase; color: var(--tm-clay-deep); }

/* Checklist */
.tm-checks { list-style: none; margin: 0; padding: 0; display: grid; gap: 14px; }
.tm-checks li { position: relative; padding-left: 36px; line-height: 1.6; }
.tm-checks li::before { content: ""; position: absolute; left: 0; top: 3px; width: 22px; height: 22px; border-radius: 50%; background: var(--tm-sage-soft) url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%232F4A40' stroke-width='3' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M6 12.5l4 4 8-9'/%3E%3C/svg%3E") center / 13px no-repeat; }
.tm-checks--2 { grid-template-columns: 1fr 1fr; gap: 14px 30px; }
.tm-sec--forest .tm-checks li::before, .tm-sec--ink .tm-checks li::before { background-color: rgba(255, 255, 255, .14); background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23E6C3A6' stroke-width='3' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M6 12.5l4 4 8-9'/%3E%3C/svg%3E"); }

/* Values */
.tm-value { padding: 36px 32px; border-radius: var(--tm-radius); background: #fff; height: 100%; }
.tm-value__icon { width: 54px; height: 54px; color: var(--tm-clay); margin-bottom: 22px; }
.tm-value h3 { font-size: 27px; margin-bottom: 10px; }
.tm-value p { font-size: 15.5px; color: var(--tm-muted); margin: 0; }

/* Credentials panel */
.tm-creds { background: #fff; border-radius: var(--tm-radius); padding: 30px 32px; display: grid; gap: 18px; }
.tm-creds__row { display: flex; gap: 16px; align-items: flex-start; }
.tm-creds__row svg { width: 22px; height: 22px; color: var(--tm-clay); flex-shrink: 0; margin-top: 4px; }
.tm-creds__row strong { display: block; color: var(--tm-ink); font-size: 16px; }
.tm-creds__row span { font-size: 14.5px; color: var(--tm-muted); }

/* Service detail rows */
.tm-srow { display: grid !important; grid-template-columns: 1fr 1fr; gap: clamp(40px, 6vw, 96px) !important; align-items: center; }
.tm-srow + .tm-srow { margin-top: clamp(70px, 9vw, 120px) !important; }
.tm-srow--rev > :first-child { order: 2; }
.tm-sec .tm-snum .elementor-heading-title{ font-family: var(--tm-serif); font-style: italic; font-size: 22px; color: var(--tm-clay-deep); display: inline-flex; gap: 14px; align-items: center; }
.tm-sec .tm-snum .elementor-heading-title::after{ content: ""; width: 40px; height: 1px; background: currentColor; }
.tm-helpful { background: var(--tm-mist); border-radius: 18px; padding: 24px 26px; }
.tm-helpful h5 { font-family: var(--tm-sans); font-size: 12px; font-weight: 700; letter-spacing: .18em; text-transform: uppercase; color: var(--tm-forest); margin-bottom: 14px; }
.tm-sec--white .tm-helpful { background: var(--tm-cream); }

/* Jump chips */
.tm-chips { display: flex; flex-wrap: wrap; gap: 10px; justify-content: center; }
.tm-chips a { padding: 10px 18px; border-radius: 999px; border: 1px solid var(--tm-line); font-size: 14px; font-weight: 600; color: var(--tm-ink); background: rgba(255, 255, 255, .6); transition: all .3s var(--tm-ease); }
.tm-chips a:hover { background: var(--tm-forest); border-color: var(--tm-forest); color: #fff; }

/* Mini cards (services grid on services page) */
.tm-mini { background: #fff; border-radius: var(--tm-radius); padding: 34px 30px; height: 100%; border-top: 3px solid var(--tm-sage-soft); transition: border-color .4s, transform .4s var(--tm-ease), box-shadow .4s; }
.tm-mini:hover { border-top-color: var(--tm-clay); transform: translateY(-5px); box-shadow: var(--tm-shadow-soft); }
.tm-mini svg { width: 32px; height: 32px; color: var(--tm-forest); margin-bottom: 20px; }
.tm-mini h3 { font-size: 26px; margin-bottom: 10px; }
.tm-mini p { font-size: 15.5px; color: var(--tm-muted); margin: 0; }
.tm-mini[id], .tm-srow[id], [id].tm-srow { scroll-margin-top: 130px; }

/* CTA band */
.tm-cta { border-radius: var(--tm-radius-lg); overflow: hidden; position: relative; background: var(--tm-forest); isolation: isolate; }
.tm-cta__bg { position: absolute !important; inset: 0; z-index: -1 !important; }
.tm-sec .tm-cta__bg img{ width: 100% !important; height: 100% !important; object-fit: cover; border-radius: 0 !important; box-shadow: none !important; opacity: .55; mix-blend-mode: luminosity; }
.tm-cta__bg::after { content: ""; position: absolute; inset: 0; background: linear-gradient(115deg, rgba(34, 54, 47, .96) 0%, rgba(47, 74, 64, .82) 55%, rgba(47, 74, 64, .55) 100%); }
.tm-sec .tm-cta__inner { padding: clamp(56px, 7vw, 100px) clamp(30px, 6vw, 90px) !important; display: grid !important; grid-template-columns: 1.3fr .7fr; gap: 50px !important; align-items: center; position: relative; z-index: 1; }
.tm-sec .tm-cta .elementor-heading-title{ color: #fff; }
.tm-sec .tm-cta .elementor-heading-title em{ color: #E6C3A6; }
.tm-sec .tm-cta .elementor-widget-text-editor{ color: rgba(255, 255, 255, .78); }
.tm-cta__actions { display: flex !important; flex-direction: column !important; gap: 14px !important; align-items: stretch; }
.tm-sec .tm-cta__actions .elementor-button{ width: 100%; justify-content: center; }
.tm-cta__contact { display: grid; gap: 10px; margin-top: 8px; font-size: 14.5px; }
.tm-cta__contact a { color: rgba(255, 255, 255, .85); display: inline-flex; gap: 10px; align-items: center; }
.tm-cta__contact a:hover { color: #fff; }
.tm-cta__contact svg { width: 16px; height: 16px; color: #E6C3A6; }

/* FAQ */
.tm-faq { display: grid; gap: 14px; }
.tm-faq details { background: #fff; border-radius: 18px; border: 1px solid transparent; transition: border-color .3s, box-shadow .3s; }
.tm-faq details[open] { border-color: var(--tm-line); box-shadow: var(--tm-shadow-soft); }
.tm-faq summary { list-style: none; cursor: pointer; padding: 24px 70px 24px 28px; position: relative; font-family: var(--tm-serif); font-size: 23px; font-weight: 600; color: var(--tm-ink); line-height: 1.3; }
.tm-faq summary::-webkit-details-marker { display: none; }
.tm-faq summary::after { content: ""; position: absolute; right: 24px; top: 50%; width: 34px; height: 34px; margin-top: -17px; border-radius: 50%; background: var(--tm-sage-soft) url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%232F4A40' stroke-width='2.2' stroke-linecap='round'%3E%3Cpath d='M12 6v12M6 12h12'/%3E%3C/svg%3E") center / 15px no-repeat; transition: transform .35s var(--tm-ease), background-color .3s; }
.tm-faq details[open] summary::after { transform: rotate(45deg); background-color: var(--tm-sand); }
.tm-faq summary:hover { color: var(--tm-forest); }
.tm-faq__a { padding: 0 28px 26px; color: var(--tm-text); font-size: 16px; line-height: 1.75; }
.tm-faq__a p { margin-bottom: .8em; }
.tm-sec .tm-faq-cat .elementor-heading-title{ font-size: 30px; display: flex; gap: 14px; align-items: center; }
.tm-sec .tm-faq-cat { margin-top: 48px !important; margin-bottom: 18px !important; }
.tm-sec .tm-faq-cat:first-child { margin-top: 0 !important; }
.tm-sec--white .tm-faq details { background: var(--tm-cream); }
.tm-sticky { position: sticky !important; top: 130px; align-self: start; }

/* Contact */
.tm-cinfo { display: grid; gap: 14px; }
.tm-cinfo__item { display: flex; gap: 18px; align-items: flex-start; padding: 24px 26px; background: #fff; border-radius: 18px; transition: transform .35s var(--tm-ease), box-shadow .35s; color: var(--tm-text); }
a.tm-cinfo__item:hover { transform: translateY(-3px); box-shadow: var(--tm-shadow-soft); color: var(--tm-text); }
.tm-cinfo__icon { width: 50px; height: 50px; border-radius: 50%; background: var(--tm-forest); color: #fff; display: grid; place-items: center; flex-shrink: 0; }
.tm-cinfo__icon svg { width: 21px; height: 21px; }
.tm-cinfo__label { display: block; font-size: 12px; font-weight: 700; letter-spacing: .16em; text-transform: uppercase; color: var(--tm-muted); margin-bottom: 3px; }
.tm-cinfo__value { display: block; font-family: var(--tm-serif); font-size: 23px; font-weight: 600; color: var(--tm-ink); line-height: 1.3; word-break: break-word; }
.tm-sec .tm-formcard, .tm-formcard { background: #fff; border-radius: var(--tm-radius-lg); padding: clamp(30px, 4vw, 54px) !important; box-shadow: var(--tm-shadow); }
.tm-form { display: grid; grid-template-columns: 1fr 1fr; gap: 20px 18px; }
.tm-form__full { grid-column: 1 / -1; }
.tm-form label { display: block; font-size: 13px; font-weight: 700; color: var(--tm-ink); margin-bottom: 8px; letter-spacing: .02em; }
.tm-form label .req { color: var(--tm-clay-deep); }
.tm-form input, .tm-form select, .tm-form textarea { width: 100%; font-family: var(--tm-sans); font-size: 16px; color: var(--tm-ink); background: var(--tm-cream); border: 1px solid transparent; border-radius: 14px; padding: 15px 18px; transition: border-color .25s, background .25s, box-shadow .25s; appearance: none; -webkit-appearance: none; }
.tm-form select { background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%232F4A40' stroke-width='2' stroke-linecap='round'%3E%3Cpath d='M6 9l6 6 6-6'/%3E%3C/svg%3E"); background-repeat: no-repeat; background-position: right 16px center; background-size: 18px; padding-right: 46px; }
.tm-form textarea { min-height: 150px; resize: vertical; }
.tm-form input:focus, .tm-form select:focus, .tm-form textarea:focus { outline: none; border-color: var(--tm-sage); background: #fff; box-shadow: 0 0 0 4px rgba(143, 168, 154, .22); }
.tm-form__check { display: flex; gap: 12px; align-items: flex-start; font-size: 14px; color: var(--tm-muted); line-height: 1.55; }
.tm-form__check input { width: 20px; height: 20px; padding: 0; flex-shrink: 0; margin-top: 2px; border-radius: 6px; border: 1px solid var(--tm-sage); background: #fff; cursor: pointer; appearance: auto; -webkit-appearance: checkbox; accent-color: var(--tm-forest); }
.tm-form__check label { font-weight: 500; font-size: 14px; color: var(--tm-muted); margin: 0; letter-spacing: 0; }
.tm-form__hp { position: absolute !important; left: -9999px !important; width: 1px; height: 1px; overflow: hidden; }
.tm-form__foot { display: flex; align-items: center; justify-content: space-between; gap: 20px; flex-wrap: wrap; }
.tm-form__note { font-size: 13px; color: var(--tm-muted); display: flex; gap: 8px; align-items: center; max-width: 360px; line-height: 1.5; }
.tm-form__note svg { width: 16px; height: 16px; color: var(--tm-sage); flex-shrink: 0; }
.tm-form button { border: 0; font-size: 16px; padding: 17px 34px; }
.tm-alert { border-radius: 16px; padding: 18px 22px; margin-bottom: 26px; font-size: 15px; display: flex; gap: 12px; align-items: flex-start; }
.tm-alert--ok { background: #E3EFE6; color: #24513A; }
.tm-alert--err { background: #F6E3DC; color: #7A3A22; }
.tm-map { border-radius: var(--tm-radius-lg); overflow: hidden; box-shadow: var(--tm-shadow-soft); line-height: 0; background: var(--tm-sage-soft); }
.tm-map iframe { width: 100%; height: 440px; border: 0; filter: grayscale(.35) contrast(.95); }
.tm-notice { display: flex; gap: 22px; align-items: center; background: #fff; border-left: 4px solid var(--tm-clay); border-radius: 18px; padding: 28px 32px; }
.tm-notice svg { width: 38px; height: 38px; color: var(--tm-clay); flex-shrink: 0; }
.tm-notice h4 { font-size: 24px; margin-bottom: 4px; }
.tm-notice p { margin: 0; font-size: 15.5px; }
.tm-notice a { font-weight: 700; }

/* ==========================================================================
   Motion (disabled inside the Elementor editor and for reduced motion)
   ========================================================================== */
.tm-js .tm-reveal { opacity: 0; transform: translateY(28px); transition: opacity 1s var(--tm-ease), transform 1s var(--tm-ease); }
.tm-js .tm-reveal.is-in { opacity: 1; transform: none; }
.elementor-editor-active .tm-reveal, .elementor-editor-preview .tm-reveal { opacity: 1 !important; transform: none !important; }
@media (prefers-reduced-motion: reduce) {
	*, *::before, *::after { animation: none !important; transition: none !important; scroll-behavior: auto !important; }
	.tm-js .tm-reveal { opacity: 1; transform: none; }
}

/* ==========================================================================
   Generic content (blog / legal pages)
   ========================================================================== */
.tm-content { max-width: 820px; margin: 0 auto; padding: var(--tm-sec) var(--tm-gutter); }
.tm-content h1 { font-size: clamp(40px, 5vw, 64px); }
.tm-content h2 { font-size: 38px; margin-top: 1.4em; }
.tm-content ul, .tm-content ol { padding-left: 1.3em; }
.tm-content blockquote { border-left: 3px solid var(--tm-clay); margin: 1.6em 0; padding: .2em 0 .2em 1.4em; font-family: var(--tm-serif); font-size: 26px; font-style: italic; color: var(--tm-ink); }
.tm-post + .tm-post { margin-top: 60px; padding-top: 60px; border-top: 1px solid var(--tm-line); }
.tm-404 { text-align: center; padding: 160px var(--tm-gutter); }
.tm-404 h1 { font-size: clamp(60px, 10vw, 140px); color: var(--tm-forest); }

/* ==========================================================================
   Responsive
   ========================================================================== */
@media (max-width: 1100px) {
	.tm-nav ul { gap: 0; }
	.tm-nav a { padding: 10px 10px; font-size: 14.5px; }
	.tm-nav a::after { left: 10px; right: 10px; }
	.tm-grid-4 { grid-template-columns: repeat(2, minmax(0, 1fr)); }
	.tm-trust { grid-template-columns: repeat(2, 1fr); }
	.tm-trust__item:nth-child(2) { border-right: 0; }
	.tm-trust__item:nth-child(-n+2) { border-bottom: 1px solid var(--tm-line); }
	.tm-footer__grid { grid-template-columns: 1fr 1fr; }
	.tm-float { left: -14px; }
	.tm-float--right { right: -10px; }
}
@media (max-width: 960px) {
	.tm-topbar__note { display: none; }
	.tm-topbar__inner { justify-content: center; }
	.tm-burger { display: inline-flex; }
	.tm-header__cta { display: none; }
	.tm-nav { position: fixed; inset: 0; top: 0; z-index: 95; background: var(--tm-cream); flex-direction: column; justify-content: center; align-items: stretch; padding: 110px 32px 40px; gap: 30px; opacity: 0; visibility: hidden; transform: translateY(-12px); transition: opacity .35s var(--tm-ease), transform .35s var(--tm-ease), visibility .35s; }
	.tm-menu-open .tm-nav { opacity: 1; visibility: visible; transform: none; }
	.tm-nav ul { flex-direction: column; gap: 0; }
	.tm-nav li { border-bottom: 1px solid var(--tm-line); }
	.tm-nav a { font-family: var(--tm-serif); font-size: 34px; font-weight: 500; padding: 14px 0; }
	.tm-nav a::after { display: none; }
	.tm-nav .tm-nav__mobile-cta { display: flex !important; }
	.tm-burger { position: relative; z-index: 96; }
	.tm-brand { position: relative; z-index: 96; }
	.tm-menu-open { overflow: hidden; }
	.tm-split, .tm-split--wide-left, .tm-split--wide-right, .tm-hero .tm-split, .tm-phero .tm-split, .tm-srow, .tm-cta__inner { grid-template-columns: 1fr !important; }
	.tm-srow--rev > :first-child { order: 0; }
	.tm-grid-3 { grid-template-columns: repeat(2, minmax(0, 1fr)); }
	.tm-process { grid-template-columns: repeat(2, 1fr); row-gap: 44px; }
	.tm-process::before { display: none; }
	.tm-head--split { grid-template-columns: 1fr; }
	.tm-hero .tm-media, .tm-phero .tm-media { max-width: 520px; width: 100%; margin: 20px auto 0 !important; }
	.tm-sticky { position: relative !important; top: 0; }
	.tm-float { left: 10px; bottom: 20px; }
	.tm-float--right { right: 10px; left: auto; top: 20px; bottom: auto; }
	.tm-phero .tm-media { max-width: 440px; }
}
.tm-nav__mobile-cta { display: none !important; flex-direction: column; gap: 12px; }
.tm-nav__mobile-cta a.tm-cta-btn { font-family: var(--tm-sans); font-size: 16px; padding: 17px 26px; }
.tm-nav__mobile-cta a.tm-cta-btn::after { display: none; }
.tm-nav__mobile-cta p { margin: 6px 0 0; text-align: center; font-size: 14px; color: var(--tm-muted); }
@media (max-width: 782px) { .admin-bar .tm-header { top: 46px; } }
@media (max-width: 640px) {
	body { font-size: 16px; }
	.tm-topbar__links { gap: 18px; font-size: 12.5px; }
	.tm-topbar__email { display: none !important; }
.tm-sec .tm-brand img, .tm-brand .custom-logo { height: 46px; }
.tm-sec .tm-header.is-scrolled .tm-brand img{ height: 42px; }
	.tm-grid-2, .tm-grid-3, .tm-grid-4, .tm-trust, .tm-process, .tm-checks--2, .tm-form { grid-template-columns: 1fr !important; }
	.tm-trust__item { border-right: 0 !important; border-bottom: 1px solid var(--tm-line); }
	.tm-trust__item:last-child { border-bottom: 0; }
	.tm-footer__grid { grid-template-columns: 1fr; gap: 40px; }
	.tm-card { padding: 32px 26px 28px; }
	.tm-media::before { inset: -10px 10px 10px -10px; }
	.tm-sec .tm-float { position: relative !important; left: 0; right: 0; bottom: 0; top: 0; margin: -40px 16px 0 !important; max-width: none; }
	.tm-sec .tm-float--right { margin: 16px 16px 0 !important; }
	.tm-faq summary { font-size: 20px; padding: 20px 60px 20px 22px; }
	.tm-faq__a { padding: 0 22px 22px; }
	.tm-notice { flex-direction: column; align-items: flex-start; padding: 24px; }
	.tm-row .tm-btn, .tm-row .tm-btn-ghost { width: 100% !important; }
.tm-sec .tm-row .elementor-button{ width: 100%; justify-content: center; }
	.tm-map iframe { height: 340px; }
	.tm-footer__crisis { flex-direction: column; align-items: flex-start; }
}
.tm-anchor { display: block; scroll-margin-top: 140px; }
.tm-sec--white .tm-cinfo__item, .tm-sec--white .tm-creds { background: var(--tm-cream); }
.tm-nav .tm-nav__mobile-cta a.tm-cta-btn { display: flex; color: #fff; font-family: var(--tm-sans); font-size: 16px; font-weight: 700; padding: 18px 26px; justify-content: center; }
.tm-nav .tm-nav__mobile-cta p a { font-family: var(--tm-sans); font-size: 16px; font-weight: 600; color: var(--tm-forest); padding: 6px 0; display: inline-block; }
