/* TMT-Media production stylesheet — Stage 28.0 */

/* Source owner: tmt-clean-hero.css */
body.tmt-static-site .tmt-hero {
  position: relative;
  width: 100%;
  overflow: hidden;
  background: #0f1115;
  outline: none;
}

body.tmt-static-site .tmt-hero__track {
  display: flex;
  width: 100%;
  transform: translate3d(0, 0, 0);
  will-change: transform;
}

body.tmt-static-site .tmt-hero__track.is-animating {
  transition: transform .62s cubic-bezier(.22, .61, .36, 1);
}

body.tmt-static-site .tmt-hero__slide {
  flex: 0 0 100%;
  width: 100%;
}

body.tmt-static-site .tmt-hero__slide img {
  display: block;
  width: 100%;
  height: clamp(360px, 57vw, 731px);
  object-fit: cover;
}

body.tmt-static-site .tmt-hero__overlay {
  position: absolute;
  inset: 0;
  display: grid;
  place-items: center;
  pointer-events: none;
}

body.tmt-static-site .tmt-hero__title {
  margin: 0;
  color: #fffaf2;
  font-size: clamp(2rem, 4vw, 3.6rem);
  font-weight: 700;
  line-height: 1.05;
  text-align: center;
  text-shadow: 0 2px 18px rgba(0, 0, 0, .55);
}

body.tmt-static-site .tmt-hero__control {
  position: absolute;
  top: 50%;
  z-index: 2;
  display: grid;
  place-items: center;
  width: 44px;
  height: 44px;
  padding: 0;
  border-radius: 50%;
  cursor: pointer;
  transform: translateY(-50%);
  transition: opacity .2s ease, transform .2s ease, background .2s ease, color .2s ease;
}

body.tmt-static-site .tmt-hero__control-icon {
  display: block;
  width: 16px;
  height: 16px;
  background-color: var(--tmt-control-foreground);
  -webkit-mask-position: center;
  mask-position: center;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-size: 16px 16px;
  mask-size: 16px 16px;
}

body.tmt-static-site .tmt-hero__control--previous .tmt-hero__control-icon {
  -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpolyline points='15 18 9 12 15 6'/%3E%3C/svg%3E");
  mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpolyline points='15 18 9 12 15 6'/%3E%3C/svg%3E");
}

body.tmt-static-site .tmt-hero__control--next .tmt-hero__control-icon {
  -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpolyline points='9 18 15 12 9 6'/%3E%3C/svg%3E");
  mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpolyline points='9 18 15 12 9 6'/%3E%3C/svg%3E");
}

body.tmt-static-site .tmt-hero__control--previous {
  left: 18px;
}

body.tmt-static-site .tmt-hero__control--next {
  right: 18px;
}

body.tmt-static-site .tmt-hero__control:hover,
body.tmt-static-site .tmt-hero__control:focus-visible {
  transform: translateY(calc(-50% - 2px));
}

body.tmt-static-site .tmt-hero.is-ui-hidden .tmt-hero__control {
  opacity: 0;
  pointer-events: none;
}

@media (max-width: 700px) {
  body.tmt-static-site .tmt-hero__slide img {
    height: clamp(300px, 75vw, 480px);
  }

  body.tmt-static-site .tmt-hero__title {
    padding-inline: 1.5rem;
  }

  body.tmt-static-site .tmt-hero__control {
    width: 40px;
    height: 40px;
  }

  body.tmt-static-site .tmt-hero__control--previous {
    left: 10px;
  }

  body.tmt-static-site .tmt-hero__control--next {
    right: 10px;
  }
}

@media (prefers-reduced-motion: reduce) {
  body.tmt-static-site .tmt-hero__track.is-animating {
    transition-duration: .01ms;
  }

  body.tmt-static-site .tmt-hero__control {
    transition: none;
  }
}

/* Stage 24.1: fixed Hero slogan contrast in both themes. */
html[data-tmt-theme] body.tmt-static-site .tmt-hero__title,
html:not([data-tmt-theme]) body.tmt-static-site .tmt-hero__title {
  color: #f7f3ea !important;
  -webkit-text-fill-color: #f7f3ea !important;
  text-shadow: 0 2px 18px rgba(0, 0, 0, .68), 0 1px 3px rgba(0, 0, 0, .82) !important;
}


/* Homepage heading hierarchy: semantics and visual size are independent. */
body.tmt-static-site .tmt-home-section-title{
  margin:0 0 var(--tmt-heading-content-gap);
}
body.tmt-static-site .tmt-home-subheading{
  margin-top:0;
}
body.tmt-static-site .tmt-services__group > .tmt-home-subheading{
  margin-bottom:var(--tmt-subheading-content-gap);
}

/* Source owner: tmt-clean-about.css */
.tmt-about {
  padding: clamp(48px, 6vw, 90px) 0;
  background: var(--section-bg);
}

.tmt-about__card {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(220px, 300px);
  gap: 1.15rem clamp(1.75rem, 3vw, 2.5rem);
  align-items: start;
  padding: 35px;
  border: 1px solid var(--tmt-border);
  border-radius: var(--tmt-radius);
  background: var(--tmt-panel-grad);
  color: var(--tmt-card-text);
  box-shadow: var(--tmt-shadow);
  transition: transform var(--tmt-transition), box-shadow var(--tmt-transition);
}

@media (hover: hover) {
  .tmt-about__card:hover {
    transform: translateY(calc(-1 * var(--tmt-hover-lift)));
    box-shadow: var(--tmt-shadow-hover);
  }
}

.tmt-about__copy {
  min-width: 0;
}

.tmt-about__copy > :first-child {
  margin-top: 0;
}

.tmt-about__copy > :last-child {
  margin-bottom: 0;
}

.tmt-about__portrait {
  width: 100%;
  max-width: 300px;
  margin: 0;
  justify-self: center;
  text-align: center;
}

.tmt-about__portrait img {
  display: block;
  width: 100%;
  height: auto;
  margin: 0 auto;
  border-radius: var(--tmt-radius);
  box-shadow: 0 4px 12px rgba(0, 0, 0, .18);
}

.tmt-about__portrait figcaption {
  margin-top: .65rem;
  color: var(--tmt-text-muted, var(--muted));
  font-size: .9rem;
  text-align: center;
}

.tmt-about__button {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: .85rem;
  width: 100%;
  min-height: 64px;
  padding: .85rem 1rem;
  border-radius: var(--tmt-radius);
  font: inherit;
  font-weight: 700;
  line-height: 1.25;
  text-align: center;
  text-decoration: none;
  transition: transform .18s ease, box-shadow .18s ease, background .18s ease;
}

.tmt-about__button:hover,
.tmt-about__button:focus-visible {
  transform: translateY(-2px);
  box-shadow: var(--tmt-shadow-hover);
  text-decoration: none;
}

.tmt-about__button--wide {
  grid-column: 1 / -1;
  justify-content: center;
  min-height: 56px;
  margin-top: .25rem;
}

.tmt-about__actions {
  grid-column: 1 / -1;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1.25rem;
  width: 100%;
  margin-top: calc(35px - 1.15rem);
}

.tmt-about__button img {
  display: block;
  width: 36px;
  height: auto;
  flex: 0 0 auto;
}

@media (max-width: 760px) {
  .tmt-about__card {
    grid-template-columns: 1fr;
    padding: 28px;
  }

  .tmt-about__portrait {
    max-width: 360px;
    margin-top: .5rem;
  }

  .tmt-about__button--wide {
    grid-column: 1;
    margin-top: .5rem;
  }

  .tmt-about__actions {
    grid-column: 1;
    grid-template-columns: 1fr;
    gap: .85rem;
    margin-top: calc(35px - 1.15rem);
  }

  .tmt-about__button {
    min-height: 52px;
  }
}

/* Source owner: tmt-clean-services.css */
/* Clean Homepage Services component. */
body.tmt-static-site .tmt-services {
  padding: clamp(48px, 6vw, 90px) 0;
  background: var(--tmt-bg-soft, var(--section-bg));
}

body.tmt-static-site .tmt-services__title-link,
body.tmt-static-site .tmt-services__title-link:hover,
body.tmt-static-site .tmt-services__title-link:focus-visible {
  --tmt-underline-offset: -.19em;
  color: var(--tmt-text) !important;
  -webkit-text-fill-color: var(--tmt-text) !important;
  border: 0 !important;
  background-image: none !important;
  box-shadow: none !important;
  text-decoration: none !important;
}

body.tmt-static-site .tmt-services__title-link::before {
  content: none !important;
  display: none !important;
}

body.tmt-static-site .tmt-services__title-link:focus-visible {
  outline: 2px solid currentColor;
  outline-offset: 5px;
}

body.tmt-static-site .tmt-services__group + .tmt-services__group {
  margin-top: clamp(34px, 4vw, 54px);
}

body.tmt-static-site .tmt-services__grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1.25rem;
  padding: 0;
  border: 0;
  background: none;
  box-shadow: none;
}

body.tmt-static-site .tmt-services__item {
  min-width: 0;
  margin: 0;
}

body.tmt-static-site .tmt-services__link,
body.tmt-static-site .tmt-services__link:hover,
body.tmt-static-site .tmt-services__link:focus-visible {
  display: flex;
  min-height: 180px;
  height: 100%;
  align-items: center;
  justify-content: center;
  padding: 1.5rem 1rem;
  border: 1px solid var(--tmt-border);
  border-radius: var(--tmt-radius);
  background: var(--tmt-panel-grad);
  color: var(--tmt-card-text);
  -webkit-text-fill-color: var(--tmt-card-text);
  box-shadow: var(--tmt-shadow);
  text-decoration: none !important;
  transform: translateY(0);
  transition: transform var(--tmt-transition), box-shadow var(--tmt-transition), border-color var(--tmt-transition-fast);
}

@media (hover: hover) {
  body.tmt-static-site .tmt-services__link:hover {
    transform: translateY(calc(-1 * var(--tmt-hover-lift)));
    box-shadow: var(--tmt-shadow-hover);
  }
}

body.tmt-static-site .tmt-services__link:focus-visible {
  outline: 2px solid currentColor;
  outline-offset: 4px;
  box-shadow: var(--tmt-shadow-hover);
}

body.tmt-static-site .tmt-services__figure {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  min-height: 132px;
  margin: 0;
  text-align: center;
}

body.tmt-static-site .tmt-services__icon {
  display: block;
  width: auto;
  height: 88px;
  max-width: 132px;
  margin-inline: auto;
  object-fit: contain;
  object-position: center;
}

html[data-tmt-theme="dark"] body.tmt-static-site .tmt-services__icon {
  filter: brightness(0) invert(1);
}

body.tmt-static-site .tmt-services__figure figcaption {
  --tmt-underline-offset: -.30em;
  margin-top: .7rem;
  color: inherit !important;
  -webkit-text-fill-color: currentColor !important;
  font-size: 1.1rem;
  font-weight: 600;
  line-height: 1.3;
  text-decoration: none !important;
}

body.tmt-static-site .tmt-services__link:hover figcaption.tmt-animated-underline::after,
body.tmt-static-site .tmt-services__link:focus-visible figcaption.tmt-animated-underline::after {
  transform: scaleX(1);
}

body.tmt-static-site .tmt-services__more {
  display: flex;
  justify-content: flex-end;
  width: 100%;
  margin: .9rem 0 0;
}

body.tmt-static-site .tmt-services__more a,
body.tmt-static-site .tmt-services__more a:hover,
body.tmt-static-site .tmt-services__more a:focus-visible {
  font-weight: 600;
  text-decoration: none !important;
}

@media (max-width: 900px) {
  body.tmt-static-site .tmt-services__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 600px) {
  body.tmt-static-site .tmt-services__grid {
    grid-template-columns: 1fr;
  }

  body.tmt-static-site .tmt-services__link {
    min-height: 160px;
    padding: 1.25rem .9rem;
  }

  body.tmt-static-site .tmt-services__figure {
    min-height: 116px;
  }
}

@media (prefers-reduced-motion: reduce) {
  body.tmt-static-site .tmt-services__link {
    transition: none;
  }

  body.tmt-static-site .tmt-services__link:hover {
    transform: none;
  }
}

/* The service-card owner suppresses inherited native content-link decoration. */
html[data-tmt-theme] body.tmt-static-site #services a.tmt-services__link,
html[data-tmt-theme] body.tmt-static-site #services a.tmt-services__link:hover,
html[data-tmt-theme] body.tmt-static-site #services a.tmt-services__link:focus-visible {
  text-decoration: none !important;
}

/* Source owner: tmt-clean-contact.css */
/* TMT clean contact component — Stage 8 */

.tmt-contact {
  padding: clamp(48px, 6vw, 90px) 0;
  background: var(--section-bg);
}


.tmt-contact__card {
  padding: 35px;
  border: 1px solid var(--tmt-border, rgba(0, 0, 0, .08));
  border-radius: 12px;
  background: var(--tmt-panel-grad, var(--section-bg));
  color: var(--tmt-card-text, var(--text));
  box-shadow: var(--tmt-shadow, 0 4px 10px rgba(0, 0, 0, .10));
  transition: transform var(--tmt-transition, .18s ease), box-shadow var(--tmt-transition, .18s ease);
}

@media (hover: hover) {
  .tmt-contact__card:hover {
    transform: translateY(calc(-1 * var(--tmt-hover-lift, 5px)));
    box-shadow: var(--tmt-shadow-hover, 0 10px 24px rgba(0, 0, 0, .14));
  }
}

.tmt-contact__intro {
  margin: 0 0 35px;
}

.tmt-contact__intro h3,
.tmt-contact__note h3 {
  margin: 0 0 var(--tmt-subheading-content-gap);
  line-height: var(--tmt-heading-line-height, 1.22);
  letter-spacing: var(--tmt-heading-spacing, .012em);
}

.tmt-contact__intro p,
.tmt-contact__note p {
  margin: 0;
  font-size: 1rem;
  line-height: var(--tmt-copy-line-height, 1.68);
}

.tmt-contact__layout {
  display: grid;
  grid-template-columns: minmax(240px, .42fr) minmax(360px, .58fr);
  gap: 35px;
  align-items: start;
}

.tmt-contact__info,
.tmt-contact__panel {
  min-width: 0;
}

.tmt-contact__info {
  display: flex;
  flex-direction: column;
  gap: 1.6rem;
  padding-top: 35px;
}

.tmt-contact__note {
  display: grid;
  grid-template-columns: 1.45rem 1fr;
  column-gap: .65rem;
  align-items: start;
  padding-top: 1.15rem;
  border-top: 1px solid color-mix(in srgb, currentColor 14%, transparent);
}

.tmt-contact__note + .tmt-contact__note {
  margin-top: 1.25rem;
}

.tmt-contact__note::before {
  content: "";
  width: 1rem;
  height: 1rem;
  margin-top: .36rem;
  background: currentColor;
  opacity: .72;
  -webkit-mask: center / contain no-repeat;
  mask: center / contain no-repeat;
}

.tmt-contact__note--worldwide::before {
  -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='1.8' stroke-linecap='round' stroke-linejoin='round'%3E%3Ccircle cx='12' cy='12' r='9'/%3E%3Cpath d='M3 12h18M12 3a14 14 0 0 1 0 18M12 3a14 14 0 0 0 0 18'/%3E%3C/svg%3E");
  mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='1.8' stroke-linecap='round' stroke-linejoin='round'%3E%3Ccircle cx='12' cy='12' r='9'/%3E%3Cpath d='M3 12h18M12 3a14 14 0 0 1 0 18M12 3a14 14 0 0 0 0 18'/%3E%3C/svg%3E");
}

.tmt-contact__note--mail::before {
  -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='1.8' stroke-linecap='round' stroke-linejoin='round'%3E%3Crect x='3.5' y='5.5' width='17' height='13' rx='2'/%3E%3Cpath d='m4 7 8 6 8-6'/%3E%3C/svg%3E");
  mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='1.8' stroke-linecap='round' stroke-linejoin='round'%3E%3Crect x='3.5' y='5.5' width='17' height='13' rx='2'/%3E%3Cpath d='m4 7 8 6 8-6'/%3E%3C/svg%3E");
}

.tmt-contact__note h3,
.tmt-contact__note p {
  grid-column: 2;
}

.tmt-contact__address {
  opacity: .85;
}

.tmt-contact__panel {
  display: flex;
  flex-direction: column;
  gap: 1.25rem;
  padding-top: 26px;
}

.tmt-contact-form {
  width: 100%;
  max-width: 520px;
  margin: 0 0 0 auto;
  padding: 0;
}

.tmt-contact-form p {
  margin: .4rem 0;
}

.tmt-contact-form > p:first-of-type {
  margin-top: 0;
}

.tmt-contact-form label {
  display: block;
  margin: .25rem 0;
  font-size: .95rem;
  font-weight: 600;
}

.tmt-form-control {
  display: block;
  width: 100%;
  max-width: 100%;
  padding: .65rem .75rem;
  border: 1px solid #ddd;
  border-radius: 6px;
  background: #fff;
  color: #333;
  font: inherit;
  font-size: .95rem;
  line-height: 1.35;
  transition: border-color .18s ease, box-shadow .18s ease, background-color .18s ease;
}

.tmt-form-control:focus-visible {
  border-color: #000;
  outline: 0;
  box-shadow: 0 0 0 3px rgba(0, 0, 0, .10);
}

.tmt-form-textarea {
  min-height: 90px;
  max-height: 140px;
  resize: vertical;
}

html[data-tmt-theme="dark"] .tmt-form-control {
  border-color: rgba(255, 255, 255, .18);
  background: #111;
  color: #fff;
  -webkit-text-fill-color: #fff;
}

html[data-tmt-theme="dark"] .tmt-form-control:focus-visible {
  border-color: #fff;
  box-shadow: 0 0 0 3px rgba(255, 255, 255, .12);
}

.tmt-form-acceptance label {
  display: grid;
  grid-template-columns: 16px minmax(0, 1fr);
  column-gap: .5rem;
  align-items: start;
}

.tmt-form-acceptance input[type="checkbox"] {
  width: 16px;
  height: 16px;
  margin: .2em 0 0;
}

.tmt-form-acceptance-label {
  min-width: 0;
  line-height: var(--tmt-copy-line-height, 1.68);
  overflow-wrap: anywhere;
}

.tmt-form-submit-row {
  max-width: 520px;
  text-align: center;
}

.tmt-form-submit {
  min-width: 140px;
  min-height: 56px;
  margin: 1.5rem auto 0;
  padding: 0 1.5rem;
  border-radius: var(--tmt-radius, 12px);
  font-size: 1rem;
  font-weight: 700;
  cursor: pointer;
}

.tmt-form-submit:disabled {
  opacity: .6;
  cursor: not-allowed;
  transform: none;
}

.tmt-form-spinner {
  display: none;
}

.tmt-form-response {
  display: flex;
  align-items: center;
  width: 100%;
  max-width: 520px;
  margin: 0 0 0 auto;
  padding: .65rem .75rem;
  border: 1px solid transparent;
  border-radius: 6px;
  font-size: .95rem;
  line-height: 1.35;
  overflow-wrap: anywhere;
}

.tmt-form-response[hidden] {
  display: none;
}

.tmt-form-response.tmt-form-success {
  border-color: rgba(22, 163, 74, .35);
  background: rgba(22, 163, 74, .08);
  color: #166534;
}

.tmt-form-response.tmt-form-error {
  border-color: rgba(220, 38, 38, .35);
  background: rgba(220, 38, 38, .08);
  color: #991b1b;
}

html[data-tmt-theme="dark"] .tmt-form-response.tmt-form-success {
  border-color: rgba(74, 222, 128, .4);
  background: rgba(74, 222, 128, .12);
  color: #bbf7d0;
}

html[data-tmt-theme="dark"] .tmt-form-response.tmt-form-error {
  border-color: rgba(248, 113, 113, .45);
  background: rgba(248, 113, 113, .12);
  color: #fecaca;
}

.tmt-hidden-fields,
.tmt-contact-form input[name="company"] {
  position: absolute;
  left: -9999px;
  width: 1px;
  height: 1px;
  overflow: hidden;
  opacity: 0;
  pointer-events: none;
}

/* Required-field feedback uses an inset overlay, not an external outline. */
.tmt-contact-form .tmt-form-control.tmt-field-error,
.tmt-contact-form.tmt-form-was-submitted .tmt-form-control[required]:invalid {
  border-color: inherit;
  background-image: linear-gradient(rgba(220, 38, 38, .09), rgba(220, 38, 38, .09));
  box-shadow: inset 0 0 0 2px rgba(220, 38, 38, .58);
}

html[data-tmt-theme="dark"] .tmt-contact-form .tmt-form-control.tmt-field-error,
html[data-tmt-theme="dark"] .tmt-contact-form.tmt-form-was-submitted .tmt-form-control[required]:invalid {
  background-image: linear-gradient(rgba(248, 113, 113, .13), rgba(248, 113, 113, .13));
  box-shadow: inset 0 0 0 2px rgba(248, 113, 113, .68);
}

.tmt-form-acceptance.tmt-field-error,
.tmt-form-acceptance.tmt-field-error-row {
  border-radius: 6px;
  background: rgba(220, 38, 38, .09);
  box-shadow: inset 0 0 0 2px rgba(220, 38, 38, .58);
}

html[data-tmt-theme="dark"] .tmt-form-acceptance.tmt-field-error,
html[data-tmt-theme="dark"] .tmt-form-acceptance.tmt-field-error-row {
  background: rgba(248, 113, 113, .13);
  box-shadow: inset 0 0 0 2px rgba(248, 113, 113, .68);
}

@media (max-width: 900px) {
  .tmt-contact__layout {
    grid-template-columns: 1fr;
  }

  .tmt-contact__info,
  .tmt-contact__panel {
    padding-top: 0;
  }

  .tmt-contact-form,
  .tmt-form-submit-row,
  .tmt-form-response {
    max-width: none;
    margin-left: 0;
  }
}

@media (max-width: 700px) {
  .tmt-contact__card {
    padding: 22px;
  }

  .tmt-contact__intro {
    margin-bottom: 18px;
  }

  .tmt-contact__layout {
    gap: 20px;
  }

  .tmt-contact__info {
    gap: 1rem;
  }

  .tmt-contact__note {
    padding-top: .8rem;
  }
}
