:root {
  --z-base: 1;
  --z-content: 10;
  --z-sticky: 100;
  --z-navbar: 500;
  --z-dropdown: 600;
  --z-modal: 1000;
  --section-space: clamp(3.5rem, 7vw, 7rem);
}

html { scroll-behavior: smooth; }
body { min-width: 320px; }
html[data-tmt-page="contact-us"] {
  height: auto !important;
  min-height: 100%;
  overflow-y: auto;
  overflow-x: hidden !important;
}
html[data-tmt-page="contact-us"] body {
  height: auto !important;
  min-height: 100%;
  overflow-x: hidden !important;
  overflow-y: hidden !important;
}
html[data-tmt-page="contact-us"] #root,
html[data-tmt-page="contact-us"] #root > div,
html[data-tmt-page="contact-us"] main {
  height: auto !important;
  min-height: 0 !important;
  max-height: none !important;
  overflow: visible !important;
}
header { z-index: var(--z-navbar) !important; overflow: visible !important; }
header nav { overflow: visible !important; }
main, section, footer { position: relative; z-index: var(--z-base); }
img { max-width: 100%; }
iframe, video { max-width: 100%; }
:focus-visible { outline: 3px solid #b58719; outline-offset: 3px; }

main h1 { font-size: clamp(2.35rem, 4.4vw, 4.6rem) !important; line-height: 1.02 !important; letter-spacing: -.035em; }
main h2 { font-size: clamp(1.8rem, 3vw, 3rem) !important; line-height: 1.12 !important; letter-spacing: -.02em; }
main h3 { font-size: clamp(1.12rem, 1.7vw, 1.4rem) !important; line-height: 1.25 !important; }
main p { max-width: 68ch; }

.tmt-boundary {
  width: min(calc(100% - 2rem), 1180px) !important;
  max-width: 1180px !important;
  margin-inline: auto !important;
}
.tmt-section:not(.tmt-home-hero):not(.tmt-about-hero):not(.tmt-strip):not(.tmt-cta) {
  min-height: 0 !important;
  margin-top: 0 !important;
  padding-top: clamp(3rem, 5vw, 4.75rem) !important;
  padding-bottom: clamp(3rem, 5vw, 4.75rem) !important;
}
.tmt-section:not(.tmt-home-hero):not(.tmt-about-hero) [class*="min-h-"] { min-height: 0 !important; }
.tmt-strip { min-height: 0 !important; padding-block: .85rem !important; }
.tmt-cta { margin: 0 !important; padding-block: clamp(1.5rem, 3vw, 2.5rem) !important; }
.tmt-cta > div { border-radius: 1rem; padding-block: clamp(2rem, 3vw, 2.75rem) !important; }
.tmt-cta h2 { max-width: 25ch !important; }
.tmt-cta a { margin-top: 1.5rem !important; }

.tmt-section article, .tmt-section .hover-pop-card, .tmt-section form,
.tmt-section > div > div.border { border-radius: .9rem; }
.tmt-section img { border-radius: .75rem; }

.tmt-process > div { grid-template-columns: minmax(280px,.72fr) minmax(0,1.28fr) !important; }
.tmt-process > div > div:first-child { padding: clamp(1.5rem, 3vw, 2.25rem) !important; }
.tmt-process [data-stagger] > div { gap: 1rem !important; padding: 1.15rem 1.4rem !important; }
.tmt-process [data-stagger] p { font-size: .94rem !important; line-height: 1.55 !important; }

.tmt-home-intro { padding-block: clamp(2.75rem, 4vw, 3.75rem) !important; }
.tmt-home-intro > div > div { padding: clamp(1.25rem, 2.5vw, 2rem) !important; }
.tmt-home-intro img { height: min(43vh, 360px) !important; min-height: 0 !important; object-fit: cover; }

.tmt-faq > div, .tmt-more-faq > div { overflow: hidden; border-radius: 1rem; }
.tmt-faq > div > div, .tmt-more-faq > div > div { padding: clamp(1.4rem, 3vw, 2.25rem) !important; }
.tmt-faq h2, .tmt-more-faq h2 { margin-bottom: 1.5rem !important; }
.tmt-faq button, .tmt-more-faq button { min-height: 48px; }
.tmt-faq img { max-height: 390px; object-fit: cover; }
.tmt-more-faq img { height: min(48vh, 420px) !important; object-fit: cover; }

.tmt-consultation > div { overflow: hidden; border-radius: 1rem; }
.tmt-consultation > div > div:last-child { gap: 1.35rem !important; padding: clamp(1.5rem, 3vw, 2.5rem) !important; }
.tmt-consultation form { gap: 1rem !important; }
.tmt-consultation form > div { gap: 1rem !important; }
.tmt-consultation textarea { min-height: 92px; height: 92px; }
.tmt-consultation img { min-height: 100%; max-height: 670px; }

html[data-tmt-page="contact-us"] form,
html[data-tmt-page="contact-us"] form > div,
html[data-tmt-page="contact-us"] .hover-pop-field {
  overflow: visible !important;
}
html[data-tmt-page="contact-us"] .hover-pop-field {
  position: relative !important;
  z-index: 1;
}
html[data-tmt-page="contact-us"] .hover-pop-field:has([aria-expanded="true"]) {
  z-index: 80 !important;
}
html[data-tmt-page="contact-us"] [role="listbox"] {
  z-index: 9999 !important;
  max-height: min(260px, 42vh) !important;
  overflow-y: auto !important;
  overflow-x: hidden !important;
  border: 1px solid rgba(181, 135, 25, .28) !important;
  border-radius: .75rem !important;
  background: #fff !important;
  box-shadow: 0 18px 42px rgba(15, 23, 42, .16) !important;
  opacity: 1 !important;
  isolation: isolate;
}
html[data-tmt-page="contact-us"] [role="option"] {
  min-height: 48px;
  display: flex;
  align-items: center;
  background: #fff !important;
  color: #1f2937 !important;
}
html[data-tmt-page="contact-us"] [role="option"]:hover,
html[data-tmt-page="contact-us"] [role="option"][data-headlessui-state*="active"] {
  background: #f7f1e4 !important;
  color: #8f680f !important;
}

.tmt-contact-hero {
  height: auto !important;
  min-height: 0 !important;
  max-height: none !important;
  overflow: visible !important;
  padding-top: clamp(9rem, 16vh, 11rem) !important;
  padding-bottom: clamp(2rem, 4vw, 3.5rem) !important;
}
.tmt-contact-hero,
.tmt-contact-hero > div,
.tmt-contact-hero > div > div,
.tmt-contact-hero [class*="overflow-y-hidden"],
.tmt-contact-hero [class*="overflow-hidden"] {
  overflow: visible !important;
  max-height: none !important;
}
.tmt-contact-hero > div {
  height: auto !important;
  min-height: 0 !important;
}
.tmt-contact-hero h1,
.tmt-contact-hero h1 + p {
  margin-inline: auto !important;
  text-align: center !important;
}
.tmt-contact-hero h1 {
  max-width: min(100%, 1120px) !important;
  font-size: clamp(2.35rem, 5vw, 5rem) !important;
  line-height: 1.04 !important;
}
.tmt-contact-hero h1 + p { max-width: 760px !important; }
.tmt-contact-hero p:first-child {
  display: block !important;
  float: none !important;
  clear: both !important;
  margin-top: 0 !important;
  margin-right: auto !important;
  margin-left: auto !important;
  padding-top: .45rem !important;
  line-height: 1.7 !important;
  text-align: center !important;
  width: max-content !important;
  max-width: 100% !important;
  transform: none !important;
}
@media (min-width: 64rem) {
  .tmt-consultation { padding-block: 3rem !important; }
  .tmt-consultation form { grid-template-columns: 1fr 1fr; }
  .tmt-consultation form > div:nth-child(1),
  .tmt-consultation form > div:nth-child(4),
  .tmt-consultation form > div:nth-child(5),
  .tmt-consultation form > div:nth-child(6) { grid-column: 1 / -1; }
  .tmt-consultation form > div:nth-child(1) { grid-template-columns: 1fr 1fr; }
  .tmt-consultation > div > div:last-child > div:first-child { padding-bottom: 1rem !important; }
}

.tmt-articles > div { gap: 1.75rem !important; }
.tmt-articles [data-stagger] { gap: 1.25rem !important; }
.tmt-articles .article-card { overflow: hidden; border-radius: .9rem; }
.tmt-articles .article-card img { border-radius: 0; }

.tmt-gallery-grid [data-stagger] {
  height: min(62vw, 620px) !important;
  max-height: 620px;
  gap: 1rem !important;
  padding: 1rem !important;
  border-radius: 1rem;
}
.tmt-gallery-grid [data-stagger] > div { border-radius: .75rem; }
.tmt-gallery-grid img { border-radius: 0; }

.tmt-approach > div { max-width: 1180px !important; }
.tmt-approach > div > p { width: min(100%, 760px) !important; margin: 0 auto 2.25rem !important; text-align: center; }
.tmt-approach > div > div { gap: 1.25rem !important; }
.tmt-values > div > div:last-child { gap: 1.25rem !important; padding-top: 2rem !important; }
.tmt-approach .hover-pop-card, .tmt-values .hover-pop-card { gap: 1.25rem !important; padding: 1.5rem !important; }
.tmt-approach .hover-pop-card > div:first-child, .tmt-values .hover-pop-card > div:first-child { width: 3.25rem !important; height: 3.25rem !important; }
.tmt-approach .hover-pop-card > div:last-child, .tmt-values .hover-pop-card > div:last-child { gap: .55rem !important; padding-left: 1rem !important; }
.tmt-approach .hover-pop-card p, .tmt-values .hover-pop-card p { font-size: .92rem !important; line-height: 1.55 !important; }
.tmt-about-content > div > div { gap: 2rem !important; padding: clamp(1.5rem, 3vw, 2.5rem) !important; overflow: hidden; border-radius: 1rem; }
.tmt-about-content img { width: 100%; max-height: 430px; object-fit: cover; }
.tmt-founder-text-only > div {
  position: relative;
  width: min(calc(100% - 2rem), 1180px) !important;
  max-width: 1180px !important;
  margin-inline: auto !important;
  display: flex !important;
  grid-template-columns: none !important;
  min-height: 0 !important;
  align-items: center !important;
  justify-content: center !important;
  padding: clamp(2rem, 4vw, 3.25rem) clamp(1.25rem, 5vw, 4.5rem) !important;
  border-color: rgba(181,135,25,.22) !important;
  border-radius: 1rem !important;
  box-shadow: 0 24px 70px rgba(15,23,42,.07);
  overflow: hidden !important;
  background:
    radial-gradient(circle at 14% 18%, rgba(181,135,25,.13), transparent 24rem),
    radial-gradient(circle at 88% 78%, rgba(32,0,15,.06), transparent 22rem),
    #fff !important;
}
.tmt-founder-text-only > div::before {
  content: "";
  position: absolute;
  inset: .85rem;
  border: 1px solid rgba(181,135,25,.16);
  border-radius: .8rem;
  pointer-events: none;
}
.tmt-founder-text-only > div::after {
  content: "TMT";
  position: absolute;
  right: clamp(1rem, 4vw, 3rem);
  bottom: clamp(.5rem, 2vw, 1.25rem);
  color: rgba(181,135,25,.05);
  font: 800 clamp(3rem, 7vw, 5.5rem)/1 Montserrat,sans-serif;
  letter-spacing: .08em;
  pointer-events: none;
}
.tmt-founder-copy {
  position: relative;
  z-index: 1;
  display: block !important;
  grid-column: auto !important;
  width: min(100%, 820px) !important;
  max-width: 820px !important;
  margin-inline: auto !important;
  padding: 0 !important;
  text-align: center !important;
}
.tmt-founder-kicker {
  width: max-content !important;
  max-width: 100% !important;
  margin: 0 auto .75rem !important;
  color: #9a7117 !important;
  font: 800 .72rem/1.2 Montserrat,sans-serif !important;
  letter-spacing: .18em !important;
  text-transform: uppercase;
}
.tmt-founder-text-only h2,
.tmt-founder-text-only h3 {
  margin-inline: auto !important;
  max-width: 12ch !important;
  color: #b58719 !important;
  font-size: clamp(2.35rem, 4vw, 3.85rem) !important;
  line-height: 1 !important;
}
.tmt-founder-text-only p {
  width: 100% !important;
  max-width: 780px !important;
  margin: 1.15rem auto 0 !important;
  color: #4b5563 !important;
  font-size: clamp(1rem, 1.08vw, 1.12rem) !important;
  line-height: 1.7 !important;
}
.tmt-founder-copy > p:not(.tmt-founder-kicker)::before,
.tmt-founder-copy > p:not(.tmt-founder-kicker)::after {
  color: #b58719;
  font-family: "Times New Roman", serif;
  font-size: 1.7em;
  line-height: 0;
}
.tmt-founder-copy > p:not(.tmt-founder-kicker)::before { content: "“"; margin-right: .12em; }
.tmt-founder-copy > p:not(.tmt-founder-kicker)::after { content: "”"; margin-left: .08em; }
.tmt-founder-markers {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: .6rem;
  margin-top: 1.35rem;
}
.tmt-founder-markers span {
  border: 1px solid rgba(181,135,25,.28);
  border-radius: 999px;
  background: rgba(255,255,255,.82);
  color: #8f680f;
  padding: .55rem .9rem;
  box-shadow: 0 10px 24px rgba(181,135,25,.09);
  font: 700 .8rem/1 Montserrat,sans-serif;
}
.tmt-key-service [data-stagger] > div { padding: clamp(1.25rem, 2.5vw, 2rem) !important; }

.tmt-services-hero { min-height: 0 !important; padding-bottom: 0 !important; }
.tmt-services-hero > div { min-height: 0 !important; }
@media (min-width: 48rem) {
  .tmt-services-hero [style*="min-height"] { min-height: 500px !important; }
}

footer { padding-bottom: 1.5rem !important; }
footer > div > div:first-child { padding-block: 2rem !important; }
footer h4 { margin-bottom: .75rem !important; }
footer ul { gap: .5rem !important; }

.tmt-services-nav { position: relative; display: flex; align-items: center; }
.tmt-services-trigger {
  display: inline-flex; align-items: center; gap: .35rem; padding: .45rem 0;
  font-family: Montserrat, sans-serif; font-size: .875rem; cursor: pointer;
}
.tmt-services-trigger svg { width: 15px; transition: transform .2s ease; }
.tmt-services-nav[data-open="true"] .tmt-services-trigger svg { transform: rotate(180deg); }
.tmt-services-menu {
  position: absolute; z-index: var(--z-dropdown); top: calc(100% + .75rem); left: 50%;
  width: min(15rem, calc(100vw - 2rem)); padding: .45rem; transform: translate(-50%, -.35rem);
  border: 1px solid rgba(181,135,25,.28); border-radius: .75rem; background: #fff;
  box-shadow: 0 20px 45px rgba(10,10,10,.16); opacity: 0; visibility: hidden;
  transition: opacity .18s ease, transform .18s ease, visibility .18s;
}
.tmt-services-nav[data-open="true"] .tmt-services-menu {
  opacity: 1; visibility: visible; transform: translate(-50%, 0);
}
.tmt-services-menu a {
  display: block; padding: .72rem .85rem; border-radius: .5rem; color: #1d1d1b;
  font: 500 .86rem/1.35 Montserrat, sans-serif;
}
.tmt-services-menu a:hover, .tmt-services-menu a:focus-visible { background: #f7f1e4; color: #8f680f; }
.tmt-services-menu a[aria-current="page"] { background: #f7f1e4; color: #8f680f; font-weight: 700; }

.tmt-mobile-services { display: grid; gap: .35rem; }
.tmt-mobile-services > button {
  display: flex; width: 100%; align-items: center; justify-content: space-between;
  color: #111; font-weight: 500; text-align: left; cursor: pointer;
}
.tmt-mobile-services > button svg { width: 17px; transition: transform .2s ease; }
.tmt-mobile-services[data-open="true"] > button svg { transform: rotate(180deg); }
.tmt-mobile-submenu { display: none; margin-left: .5rem; border-left: 2px solid #e6d6b8; padding-left: .8rem; }
.tmt-mobile-services[data-open="true"] .tmt-mobile-submenu { display: grid; gap: .25rem; }
.tmt-mobile-submenu a { min-height: 42px; display: flex; align-items: center; color: #444; }

.tmt-home-hero {
  height: auto !important;
  min-height: clamp(640px, 78svh, 760px) !important;
  padding-top: 12vh !important;
  padding-bottom: clamp(2rem, 4vh, 3rem) !important;
  overflow: visible !important;
}
.tmt-home-hero > div {
  height: auto !important;
  min-height: clamp(520px, 60svh, 620px) !important;
  max-height: none !important;
  overflow: visible !important;
}
.tmt-home-hero > div > div:first-child {
  gap: clamp(1rem, 2vh, 1.5rem) !important;
  padding-block: clamp(1.75rem, 3vh, 2.75rem) !important;
  overflow: visible !important;
}
.tmt-home-hero > div > div:last-child { place-items: center; padding: clamp(1rem, 2vw, 1.75rem) !important; }
.tmt-home-hero > div > div:last-child > div {
  width: min(88%, 460px);
  height: min(42svh, 390px) !important;
  min-height: 0 !important;
  border-radius: .75rem;
}

.tmt-about-hero {
  height: min(82svh, 700px); min-height: 0; justify-content: center; overflow: hidden;
  background: linear-gradient(135deg, #fff 0%, #fbf8f0 56%, #f4e8cb 100%) !important;
}
.tmt-about-hero > div {
  display: grid; grid-template-columns: minmax(0, 1.05fr) minmax(300px, .95fr);
  align-items: center; gap: clamp(2rem, 5vw, 5rem); height: 100%; padding-block: clamp(2rem, 4vw, 3rem) !important;
}
.tmt-about-copy { position: relative; z-index: 2; max-width: 720px; }
.tmt-about-eyebrow { margin-bottom: 1rem; color: #9a7117; font: 700 .78rem/1.2 Montserrat,sans-serif !important; letter-spacing: .2em; text-transform: uppercase; }
.tmt-about-hero h1 { max-width: 13ch !important; font-size: clamp(2.65rem, 6vw, 5.4rem) !important; line-height: .98 !important; letter-spacing: -.035em; }
.tmt-about-lead { max-width: 62ch; margin-top: 1.5rem; color: #514d45; font-size: clamp(1rem, 1.25vw, 1.16rem) !important; }
.tmt-about-visual { position: relative; min-height: clamp(300px, 35vw, 460px); max-height: 460px; }
.tmt-about-visual img {
  width: 100%; height: 100%; min-height: inherit; object-fit: cover; object-position: center;
  border-radius: 50% 50% 1rem 1rem; box-shadow: 0 30px 70px rgba(32,0,15,.18);
}
.tmt-about-badge {
  position: absolute; left: -1.5rem; bottom: 2rem; max-width: 230px; padding: 1rem 1.2rem;
  border: 1px solid rgba(181,135,25,.3); border-radius: .8rem; background: rgba(255,255,255,.94);
  box-shadow: 0 16px 36px rgba(10,10,10,.12); color: #20000f; font: 600 .9rem/1.5 Montserrat,sans-serif;
}
.tmt-about-hero .about-mesh-strip { display: none; }

.tmt-comparison {
  padding: var(--section-space) 0;
  background: linear-gradient(180deg, #fff 0%, #faf8f3 100%);
}
.tmt-comparison__inner { width: min(87vw, 1280px); margin: 0 auto; }
.tmt-comparison__intro {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 1.5rem;
  margin-bottom: 1.6rem;
}
.tmt-comparison__eyebrow { color: #9a7117; font: 700 .78rem/1.2 Montserrat,sans-serif !important; letter-spacing: .18em; text-transform: uppercase; }
.tmt-comparison__intro h2 { margin-top: .55rem; font: 700 clamp(2rem,4vw,3.5rem)/1.1 "Times New Roman",serif !important; color: #1d1d1b; }
.tmt-comparison__intro p { max-width: 65ch; margin-top: .75rem; color: #5b6472; line-height: 1.65 !important; }
.tmt-comparison__badge {
  flex: 0 0 auto;
  border: 1px solid rgba(181,135,25,.34);
  border-radius: 999px;
  background: #fff;
  color: #8f680f;
  padding: .7rem 1rem;
  box-shadow: 0 12px 28px rgba(181,135,25,.12);
  font: 700 .85rem/1 Montserrat,sans-serif;
}
.tmt-comparison__scroll {
  overflow-x: auto;
  border: 1px solid rgba(181,135,25,.22);
  border-radius: 1rem;
  background: #fff;
  box-shadow: 0 22px 60px rgba(15,23,42,.08);
}
.tmt-comparison__scroll::-webkit-scrollbar { height: 9px; }
.tmt-comparison__scroll::-webkit-scrollbar-track { background: #f6efe1; border-radius: 999px; }
.tmt-comparison__scroll::-webkit-scrollbar-thumb { background: #b58719; border-radius: 999px; }
.tmt-comparison table { width: 100%; min-width: 860px; border-collapse: separate; border-spacing: 0; table-layout: fixed; }
.tmt-comparison th,
.tmt-comparison td {
  padding: 1.15rem 1rem;
  border-right: 1px solid rgba(15,23,42,.08);
  border-bottom: 1px solid rgba(15,23,42,.08);
  text-align: center;
  vertical-align: middle;
}
.tmt-comparison th:first-child,
.tmt-comparison td:first-child {
  position: sticky;
  left: 0;
  z-index: 2;
  width: 23%;
  text-align: left;
  background: #fff;
  color: #111827;
  font-weight: 750;
}
.tmt-comparison thead th {
  position: sticky;
  top: 0;
  z-index: 3;
  background: #21160b;
  color: #fff;
  font-family: "Times New Roman",serif;
  font-size: 1.15rem;
  line-height: 1.2;
}
.tmt-comparison thead th:first-child { z-index: 4; background: #8f680f; }
.tmt-comparison thead th span {
  display: block;
  width: max-content;
  max-width: 100%;
  margin: .45rem auto 0;
  border-radius: 999px;
  background: rgba(255,255,255,.18);
  padding: .28rem .6rem;
  font: 700 .68rem/1 Montserrat,sans-serif;
  letter-spacing: .08em;
  text-transform: uppercase;
}
.tmt-comparison tbody tr:nth-child(even) td { background: #fffdf8; }
.tmt-comparison tbody tr:hover td { background: #fbf6ea; }
.tmt-comparison .is-active {
  background: #f7f1e4 !important;
  box-shadow: inset 3px 0 #b58719, inset -3px 0 #b58719;
  color: #1d1d1b;
  font-weight: 650;
}
.tmt-comparison thead .is-active { background: #b58719 !important; box-shadow: none; color: #fff; }
.tmt-comparison tbody tr:last-child td { border-bottom: 0; }
.tmt-comparison th:last-child,
.tmt-comparison td:last-child { border-right: 0; }
.tmt-comparison-note { display: none; margin: 0 0 .7rem; color: #666; font-size: .82rem !important; }

.tmt-clickable-service-card { cursor: pointer; }
.tmt-clickable-service-card:focus-visible { outline: 3px solid #b58719; outline-offset: 5px; }

@media (max-width: 900px) {
  .tmt-about-hero { height: auto; min-height: auto; }
  .tmt-about-hero > div { grid-template-columns: 1fr; }
  .tmt-about-hero h1 { max-width: 14ch !important; }
  .tmt-about-visual { min-height: clamp(320px, 85vw, 520px); }
  .tmt-about-badge { left: 1rem; }
}
@media (max-width: 767px) {
  header { height: 76px !important; }
  main { scroll-margin-top: 76px; }
  .tmt-home-hero {
    height: auto;
    min-height: 0 !important;
    padding-top: 76px !important;
  }
  .tmt-home-hero > div { height: auto; max-height: none; }
  .tmt-home-hero > div > div:first-child { padding-block: 1.75rem !important; }
  .tmt-home-hero > div > div:last-child { padding: .75rem !important; }
  .tmt-home-hero > div > div:last-child > div { width: 100%; height: clamp(160px, 22vh, 205px) !important; }
  .tmt-about-hero { height: auto; min-height: 0; padding-top: 76px !important; }
  .tmt-about-hero > div { width: 100%; max-width: none !important; padding: 2.5rem 1rem 3.5rem !important; }
  .tmt-about-hero h1 br { display: none; }
  .tmt-about-visual { min-height: 300px; max-height: 380px; }
  .tmt-about-badge { right: 1rem; bottom: 1rem; max-width: none; }
  .tmt-contact-hero {
    padding-top: 112px !important;
    padding-bottom: 2.25rem !important;
  }
  .tmt-contact-hero h1 { font-size: clamp(2.1rem, 10vw, 3rem) !important; }
  .tmt-comparison { padding-block: 3.5rem; }
  .tmt-comparison__inner { width: 100%; padding-inline: 1rem; }
  .tmt-comparison__intro { display: grid; align-items: start; gap: 1rem; }
  .tmt-comparison__badge { width: fit-content; }
  .tmt-comparison-note { display: block; }
  .tmt-comparison table { min-width: 760px; }
  .tmt-comparison th, .tmt-comparison td { padding: .95rem .75rem; font-size: .86rem; }
  .tmt-comparison th:first-child, .tmt-comparison td:first-child { width: 31%; }
  main h1 { font-size: clamp(2.15rem, 10vw, 3rem) !important; }
  main h2 { font-size: clamp(1.7rem, 7vw, 2.25rem) !important; }
  .tmt-boundary { width: min(calc(100% - 2rem), 1180px) !important; }
  .tmt-section:not(.tmt-home-hero):not(.tmt-about-hero):not(.tmt-strip):not(.tmt-cta) { padding-block: 2.75rem !important; }
  .tmt-process > div { grid-template-columns: 1fr !important; }
  .tmt-process [data-stagger] > div { padding: 1.1rem !important; }
  .tmt-gallery-grid [data-stagger] { height: 520px !important; gap: .55rem !important; padding: .55rem !important; }
  .tmt-consultation > div > div:first-child { min-height: 240px; max-height: 300px; }
  .tmt-consultation img { max-height: 300px; }
  .tmt-services-hero [style*="min-height"] { min-height: 860px !important; }
  footer > div > div:first-child { gap: 1.5rem !important; }
}
@media (max-width: 390px) {
  .tmt-about-hero h1 { font-size: 2.55rem !important; }
  .tmt-about-visual { min-height: 300px; }
  .tmt-about-badge { font-size: .8rem; }
}
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { scroll-behavior: auto !important; animation-duration: .01ms !important; animation-iteration-count: 1 !important; transition-duration: .01ms !important; }
}
