/* TX Design — landing page styles (WordPress plugin build)
   Monochrome system: page #ffffff, paper #fcfbfc/#fafafa, hairline #f1f1f1,
   hover tint #e3e3e3, grey text #5e5e5e/#8a8a8a, ink #111111, display black #0a0a0a.

   Everything here is scoped under .tx-landing-embed so it can live inside a
   normal WordPress page's content without leaking resets (box-sizing, link
   colors, body background, etc.) onto the rest of the theme. */

@font-face {
  font-family: 'TX Bricolage Grotesque';
  src: url('assets/fonts/BricolageGrotesque-Variable.ttf') format('truetype');
  font-weight: 300 700;
  font-display: swap;
}

.tx-landing-embed,
.tx-landing-embed *,
.tx-landing-embed *::before,
.tx-landing-embed *::after {
  box-sizing: border-box;
}
.tx-landing-embed {
  font-family: 'TX Bricolage Grotesque', system-ui, -apple-system, sans-serif;
  -webkit-font-smoothing: antialiased;
}
.tx-landing-embed img { max-width: 100%; border: 0; box-shadow: none; }
.tx-landing-embed a { color: inherit; text-decoration: none; }
.tx-landing-embed a:hover { opacity: .62; }
.tx-landing-embed button { font: inherit; }
.tx-landing-embed ul, .tx-landing-embed ol { margin: 0; padding: 0; list-style: none; }

.tx-landing-embed a:focus-visible,
.tx-landing-embed button:focus-visible {
  outline: none !important;
  box-shadow: 0 0 0 2px #ffffff, 0 0 0 4px #111111 !important;
}
.tx-landing-embed .tx-footer a:focus-visible,
.tx-landing-embed .tx-diagnose a:focus-visible,
.tx-landing-embed .tx-badge:focus-visible {
  box-shadow: 0 0 0 2px #111111, 0 0 0 4px #ffffff !important;
}

/* Page shell */
.tx-wrap { background: #ffffff; }
.tx-sheet { position: relative; width: 100%; margin: 0 auto; background: #ffffff; }

#tx-scrim {
  display: none;
  position: fixed;
  inset: 0;
  z-index: 15;
  background: rgba(17, 17, 17, .34);
  opacity: 0;
  pointer-events: none;
  transition: opacity 260ms cubic-bezier(.2, .6, .2, 1);
}
#tx-scrim[data-open] { opacity: 1; pointer-events: auto; }

/* Buttons */
.tx-btn {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  border: none;
  border-radius: 999px;
  font-weight: 500;
  letter-spacing: -.01em;
  cursor: pointer;
  transition: background 200ms cubic-bezier(.2, .6, .2, 1),
              transform 200ms cubic-bezier(.2, .6, .2, 1),
              box-shadow 200ms cubic-bezier(.2, .6, .2, 1),
              opacity 200ms;
}
.tx-btn__arrow { transition: transform 260ms cubic-bezier(.16, 1, .3, 1); }
.tx-btn:hover .tx-btn__arrow { transform: translateX(3px); }
.tx-btn:hover { transform: translateY(-1px); }
.tx-btn:active { transform: scale(.98); }

.tx-btn--dark { background: #111111; color: #ffffff !important; font-size: 14px; padding: 12px 22px; }
.tx-btn--dark:hover { background: #242424; }
.tx-btn--ghost { border: 1px solid #e3e3e3; color: #111111 !important; }
.tx-btn--ghost:hover { background: #fafafa; }
.tx-btn--light { background: #ffffff; color: #111111 !important; font-size: 15px; padding: 18px 32px; }
.tx-btn--light:hover { opacity: .92; box-shadow: 0 8px 24px rgba(0, 0, 0, .28); }
.tx-btn--lg { font-size: 15px; padding: 16px 28px; }

.tx-cta-short { display: none !important; }

/* Header */
.tx-header {
  position: sticky;
  top: 0;
  z-index: 20;
  background: #ffffff;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  padding: 24px clamp(20px, 5vw, 56px);
  border-bottom: 1px solid transparent;
  flex-wrap: wrap;
  transition: padding 260ms cubic-bezier(.2, .6, .2, 1),
              box-shadow 260ms cubic-bezier(.2, .6, .2, 1),
              border-color 260ms;
}
.tx-header[data-stuck] { padding-top: 14px; padding-bottom: 14px; border-bottom-color: #f1f1f1; }
.tx-header__logo { display: block !important; color: #0a0a0a; opacity: 1 !important; visibility: visible !important; }
.tx-header__logo img { display: block !important; height: 22px !important; width: auto !important; opacity: 1 !important; visibility: visible !important; }

.tx-nav { display: flex; gap: 10px; font-size: 15px; letter-spacing: -.01em; flex-wrap: wrap; }
.tx-pill-link {
  display: inline-flex;
  align-items: center;
  border: 1px solid #e3e3e3;
  border-radius: 999px;
  padding: 9px 20px;
  color: #111111 !important;
  transition: background 200ms cubic-bezier(.2, .6, .2, 1);
}
.tx-pill-link:hover { background: #fafafa; opacity: 1; }

.tx-burger {
  display: none !important;
  align-items: center;
  justify-content: center;
  width: 44px;
  height: 44px;
  border: 1px solid #e3e3e3 !important;
  background: transparent !important;
  border-radius: 999px !important;
  cursor: pointer;
  flex: none;
}

/* Hero */
.tx-hero { position: relative; padding: clamp(56px, 8vw, 104px) clamp(20px, 5vw, 56px) clamp(48px, 6vw, 80px); }
.tx-hero__grid {
  position: absolute;
  inset: 0;
  z-index: 0;
  pointer-events: none;
  background-image: linear-gradient(#f1f1f1 1px, transparent 1px),
                     linear-gradient(90deg, #f1f1f1 1px, transparent 1px);
  background-size: 56px 56px;
  background-position: center top;
  -webkit-mask-image: linear-gradient(#000 0%, #000 48%, transparent 92%);
  mask-image: linear-gradient(#000 0%, #000 48%, transparent 92%);
}

.tx-hero__badge-row { position: relative; z-index: 1; display: flex; justify-content: center; margin-bottom: clamp(20px, 2.4vw, 28px); }
.tx-badge {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  border: 1px solid #e3e3e3;
  border-radius: 999px;
  padding: 6px 20px 6px 6px;
  max-width: 100%;
  background: #ffffff;
  transition: transform 260ms cubic-bezier(.16, 1, .3, 1), border-color 260ms cubic-bezier(.2, .6, .2, 1);
}
.tx-badge:hover { transform: scale(1.04); border-color: #8a8a8a; }
.tx-badge__avatar { display: block; width: 36px; height: 36px; border-radius: 999px; overflow: hidden; background: #fafafa; flex: none; }
.tx-badge__avatar img { display: block; width: 100%; height: 100%; object-fit: cover; }
.tx-badge__text { font-size: clamp(13px, 1.4vw, 15px); letter-spacing: -.01em; color: #111111; white-space: nowrap; }
.tx-hand { display: inline-block; transform-origin: 70% 80%; animation: txwave 2.2s cubic-bezier(.2, .6, .2, 1) .6s 2 both; }
.tx-badge:hover .tx-hand { animation: txwave2 1.6s cubic-bezier(.2, .6, .2, 1) 1 both; }

.tx-hero__title {
  position: relative;
  z-index: 1;
  margin: 0 auto;
  max-width: 15ch;
  min-height: 3.24em;
  text-align: center;
  font-size: clamp(32px, 5.6vw, 72px);
  line-height: 1.06;
  letter-spacing: -.04em;
  font-weight: 300;
  color: #0a0a0a;
  text-wrap: balance;
}
.tx-type { display: inline-block; overflow: hidden; vertical-align: bottom; white-space: nowrap; transition: width 420ms cubic-bezier(.16, 1, .3, 1); }
.tx-type__inner { display: inline-block; }

.tx-hero__lead {
  position: relative;
  z-index: 1;
  margin: clamp(24px, 3vw, 32px) auto 0;
  max-width: 56ch;
  text-align: center;
  font-size: clamp(15px, 1.5vw, 17px);
  line-height: 1.6;
  letter-spacing: -.01em;
  color: #5e5e5e;
}

.tx-hero__actions { position: relative; z-index: 1; display: flex; gap: 12px; flex-wrap: wrap; justify-content: center; margin-top: clamp(36px, 5vw, 56px); }

/* Clients */
.tx-clients { padding: 56px 0; border-top: 1px solid #f1f1f1; border-bottom: 1px solid #f1f1f1; overflow: hidden; }
.tx-clients__inner { display: flex; flex-direction: column; align-items: center; gap: 28px; }
.tx-clients__inner .tx-eyebrow { padding: 0 clamp(20px, 5vw, 56px); }
.tx-marquee {
  position: relative;
  width: 100%;
  overflow: hidden;
  -webkit-mask-image: linear-gradient(90deg, transparent, #000 12%, #000 88%, transparent);
  mask-image: linear-gradient(90deg, transparent, #000 12%, #000 88%, transparent);
}
.tx-track { display: flex; gap: 20px; width: max-content; animation: txmarquee 38s linear infinite; }
.tx-marquee:hover .tx-track { animation-play-state: paused; }
@media (prefers-reduced-motion: reduce) {
  .tx-track { animation: none !important; justify-content: center; width: 100% !important; flex-wrap: wrap; }
}
.tx-eyebrow { font-size: 12px; letter-spacing: .14em; text-transform: uppercase; color: #8a8a8a; }
.tx-eyebrow--dark { color: #a6a6a6; margin-bottom: 20px; }
.tx-client-pill { display: flex; align-items: center; justify-content: center; min-width: 168px; height: 56px; padding: 0 40px; background: #fafafa; border-radius: 999px; flex: none; }
.tx-client-pill img { display: block; width: auto; }

/* Stats */
.tx-stats { padding: clamp(48px, 7vw, 72px) clamp(20px, 5vw, 56px); display: grid; grid-template-columns: repeat(auto-fit, minmax(min(100%, 170px), 1fr)); gap: 20px; }
.tx-stat { border-top: 1px solid #f1f1f1; padding-top: 20px; }
.tx-stat__num { font-size: 56px; font-weight: 300; letter-spacing: -.04em; color: #0a0a0a; line-height: 1; font-variant-numeric: tabular-nums; }
.tx-stat__label { margin-top: 10px; font-size: 14px; color: #5e5e5e; letter-spacing: -.01em; }

/* Section head */
.tx-section-head { display: grid; grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); gap: 32px 48px; align-items: end; margin-bottom: 48px; }
.tx-section-head--tight { display: flex; grid-template-columns: unset; align-items: flex-end; justify-content: space-between; gap: 24px; flex-wrap: wrap; margin-bottom: 32px; }
.tx-h2 { margin: 0; font-size: clamp(28px, 3.4vw, 40px); line-height: 1.08; letter-spacing: -.032em; font-weight: 300; color: #0a0a0a; }
.tx-h2--dark { color: #ffffff; max-width: 18ch; }
.tx-section-summary { margin: 0; font-size: 15px; line-height: 1.55; color: #5e5e5e; letter-spacing: -.01em; }

/* Services */
.tx-services { background: #fafafa; border-top: 1px solid #f1f1f1; border-bottom: 1px solid #f1f1f1; padding: clamp(56px, 9vw, 96px) clamp(20px, 5vw, 56px); }
.tx-rows { display: flex; flex-direction: column; }
.tx-row {
  display: flex;
  flex-wrap: wrap;
  gap: 12px clamp(16px, 3vw, 32px);
  align-items: flex-start;
  padding: 28px clamp(12px, 2vw, 20px);
  margin: 0 calc(-1 * clamp(12px, 2vw, 20px));
  border-top: 1px solid #f1f1f1;
  transition: background 200ms cubic-bezier(.2, .6, .2, 1);
}
.tx-row--last { border-bottom: 1px solid #f1f1f1; }
.tx-row:hover { background: #f1f1f1; }
.tx-row__num {
  flex: none;
  width: 44px;
  font-size: 14px;
  color: #5e5e5e;
  letter-spacing: -.01em;
  transition: transform 260ms cubic-bezier(.16, 1, .3, 1), color 200ms cubic-bezier(.2, .6, .2, 1);
}
.tx-row:hover .tx-row__num { color: #0a0a0a; transform: translateX(4px); }
.tx-row__title {
  margin: 0;
  flex: 1 1 220px;
  min-width: 0;
  font-size: 22px;
  font-weight: 500;
  letter-spacing: -.025em;
  color: #0a0a0a;
  transition: transform 260ms cubic-bezier(.16, 1, .3, 1);
}
.tx-row:hover .tx-row__title { transform: translateX(4px); }
.tx-row__desc { margin: 0; flex: 1 1 260px; min-width: 0; font-size: 15px; line-height: 1.55; color: #5e5e5e; letter-spacing: -.01em; }

/* Cases */
.tx-cases { padding: clamp(56px, 9vw, 96px) clamp(20px, 5vw, 56px); }
.tx-cases .tx-section-head { margin-bottom: clamp(40px, 6vw, 64px); }
.tx-cases__grid { display: grid; grid-template-columns: minmax(0, 1fr); gap: clamp(40px, 5vw, 64px) clamp(24px, 3vw, 40px); }
@media (min-width: 760px) {
  .tx-cases__grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .tx-case--offset { margin-top: clamp(0px, 6vw, 88px); }
}
.tx-case { display: block; text-decoration: none; }
.tx-case__media { position: relative; border-radius: 20px; overflow: hidden; aspect-ratio: 4 / 3; background: #fafafa; }
.tx-case__media img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transform: translate3d(0, var(--py, 0px), 0) scale(1.08);
  transition: opacity 360ms cubic-bezier(.2, .6, .2, 1), filter 360ms cubic-bezier(.2, .6, .2, 1), scale 360ms cubic-bezier(.16, 1, .3, 1);
}
.tx-case:hover .tx-case__media img,
.tx-case:focus-visible .tx-case__media img { scale: 1.04; filter: brightness(1.04); }
.tx-case__meta { display: flex; align-items: baseline; justify-content: space-between; gap: 24px; margin-top: 24px; }
.tx-case__title {
  margin: 0;
  display: flex;
  align-items: baseline;
  gap: 14px;
  font-weight: 500;
  font-size: 22px;
  line-height: 1.2;
  letter-spacing: -.025em;
  color: #0a0a0a;
  transition: transform 360ms cubic-bezier(.16, 1, .3, 1);
}
.tx-case:hover .tx-case__title,
.tx-case:focus-visible .tx-case__title { transform: translateX(-4px); }
.tx-case__index { font-size: 12px; font-weight: 500; letter-spacing: .14em; color: #8a8a8a; font-variant-numeric: tabular-nums; }
.tx-case__tag {
  flex: none;
  font-size: 12px;
  letter-spacing: .14em;
  text-transform: uppercase;
  color: #8a8a8a;
  transition: transform 360ms cubic-bezier(.16, 1, .3, 1);
}
.tx-case:hover .tx-case__tag,
.tx-case:focus-visible .tx-case__tag { transform: translateX(4px); }
.tx-case__desc { margin: 12px 0 0; max-width: 46ch; font-size: 15px; line-height: 1.6; color: #5e5e5e; letter-spacing: -.01em; }

/* Diagnose */
.tx-diagnose-wrap { padding: 0 clamp(20px, 5vw, 56px) clamp(56px, 9vw, 96px); }
.tx-diagnose {
  position: relative;
  overflow: hidden;
  background: #111111;
  border-radius: 20px;
  padding: clamp(40px, 6vw, 64px) clamp(24px, 4vw, 56px);
  display: flex;
  gap: 40px;
  align-items: flex-end;
  justify-content: space-between;
  flex-wrap: wrap;
}
.tx-diagnose__copy { position: relative; }
.tx-diagnose__text { margin: 20px 0 0; max-width: 48ch; font-size: 15px; line-height: 1.6; color: #a6a6a6; letter-spacing: -.01em; }
.tx-diagnose .tx-btn--light { position: relative; flex: none; }
.tx-diagnose__ring { position: absolute; border-radius: 50%; pointer-events: none; }
.tx-diagnose__ring--1 { right: -70px; top: 40px; width: 260px; height: 260px; border: 1px solid rgba(255, 255, 255, .10); }
.tx-diagnose__ring--2 { right: -130px; top: -20px; width: 300px; height: 300px; border: 1px solid rgba(255, 255, 255, .08); }

/* About */
.tx-about { position: relative; overflow: hidden; background: #fafafa; border-top: 1px solid #f1f1f1; border-bottom: 1px solid #f1f1f1; padding: clamp(80px, 12vw, 140px) clamp(20px, 5vw, 56px); }
.tx-about__grid { position: relative; display: grid; grid-template-columns: minmax(0, 1fr); gap: clamp(40px, 7vw, 88px); align-items: center; }
@media (min-width: 760px) {
  .tx-about__grid { grid-template-columns: minmax(0, .9fr) minmax(0, 1.1fr); }
}
.tx-about__photo { border-radius: 20px; overflow: hidden; aspect-ratio: 4 / 5; background: #ffffff; }
.tx-about__photo img { display: block; width: 100%; height: 100%; object-fit: cover; }
.tx-about__title { margin: 16px 0 0; }
.tx-about__p { margin: 24px 0 0; max-width: 55ch; font-size: 15px; line-height: 1.7; color: #5e5e5e; letter-spacing: -.01em; }
.tx-about__p + .tx-about__p { margin-top: 16px; }
.tx-about__credential { display: flex; align-items: center; gap: 16px; margin-top: 32px; padding-top: 24px; border-top: 1px solid #e3e3e3; max-width: 55ch; }
.tx-about__credential img { width: 56px; height: 56px; object-fit: contain; flex: none; }
.tx-about__credential-title { font-size: 15px; font-weight: 500; letter-spacing: -.01em; color: #0a0a0a; }
.tx-about__credential-sub { margin-top: 4px; font-size: 13px; line-height: 1.5; color: #5e5e5e; letter-spacing: -.01em; }
.tx-about .tx-btn { margin-top: 32px; }

/* Testimonials */
.tx-testimonials { padding: clamp(56px, 9vw, 96px) 0; overflow: hidden; }
.tx-testimonials .tx-section-head--tight { padding: 0 clamp(20px, 5vw, 56px); }
.tx-testimonials__nav { display: flex; gap: 10px; }
.tx-icon-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 48px;
  border: 1px solid #e3e3e3 !important;
  background: transparent !important;
  border-radius: 999px !important;
  cursor: pointer;
  transition: background 200ms cubic-bezier(.2, .6, .2, 1);
}
.tx-icon-btn:hover { background: #e3e3e3; }
.tx-icon-btn:active { transform: scale(.98); }

.tx-testimonials__track {
  display: flex;
  gap: 20px;
  padding: 0 clamp(20px, 5vw, 56px);
  scroll-padding-left: clamp(20px, 5vw, 56px);
  overflow-x: auto;
  scroll-snap-type: x mandatory;
  scrollbar-width: none;
}
.tx-testimonials__track::-webkit-scrollbar { display: none; }
.tx-testimonial {
  flex: 0 0 min(100%, 420px);
  scroll-snap-align: start;
  background: #fcfbfc;
  border: 1px solid #f1f1f1;
  border-radius: 20px;
  padding: 32px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 24px;
}
.tx-stars { display: flex; gap: 4px; }
.tx-testimonial__quote { margin: 0; font-size: 17px; line-height: 1.62; color: #0a0a0a; }
.tx-testimonial__author { border-top: 1px solid #e3e3e3; padding-top: 20px; display: flex; align-items: center; gap: 12px; }
.tx-testimonial__avatar { display: block; width: 40px; height: 40px; border-radius: 999px; overflow: hidden; background: #f1f1f1; flex: none; }
.tx-testimonial__avatar img { display: block; width: 100%; height: 100%; object-fit: cover; }
.tx-testimonial__name { font-size: 14px; font-weight: 600; letter-spacing: -.01em; color: #0a0a0a; }
.tx-testimonial__date { margin-top: 4px; font-size: 11px; letter-spacing: -.01em; color: #8a8a8a; }

/* Footer */
.tx-footer { background: #111111; padding: clamp(56px, 8vw, 96px) clamp(20px, 5vw, 56px) 40px; }
.tx-footer__head { display: flex; gap: 40px; align-items: flex-start; justify-content: space-between; flex-wrap: wrap; }
.tx-footer__title { margin: 0; max-width: 12ch; font-size: clamp(40px, 7vw, 96px); line-height: 1.02; letter-spacing: -.04em; font-weight: 300; color: #ffffff; }
.tx-footer__cta {
  display: inline-flex;
  align-items: center;
  gap: 20px;
  background: rgba(255, 255, 255, .08);
  border: 1px solid rgba(255, 255, 255, .14);
  border-radius: 999px;
  padding: 8px 32px 8px 8px;
  transition: background 200ms;
}
.tx-footer__cta:hover { background: rgba(255, 255, 255, .14); opacity: 1; }
.tx-footer__cta:active { transform: scale(.98); }
.tx-footer__cta-icon { display: inline-flex; align-items: center; justify-content: center; width: 56px; height: 56px; border: 1px solid rgba(255, 255, 255, .28); border-radius: 999px; flex: none; }
.tx-footer__cta-label { font-size: 17px; font-weight: 500; letter-spacing: -.01em; color: #ffffff; }

.tx-footer__row { border-top: 1px solid rgba(255, 255, 255, .14); margin-top: clamp(56px, 9vw, 120px); padding-top: 48px; display: flex; gap: 24px 40px; align-items: center; justify-content: space-between; flex-wrap: wrap; }
.tx-footer__logo { display: block !important; flex: none; opacity: 1 !important; visibility: visible !important; }
.tx-footer__logo img { display: block !important; height: 26px !important; width: auto !important; filter: invert(1); opacity: 1 !important; visibility: visible !important; }
.tx-footer__contact { flex: 1 1 180px; min-width: 0; font-size: 15px; letter-spacing: -.01em; }
.tx-footer__contact a { color: #a6a6a6; }
.tx-footer__social { display: flex; gap: 22px; align-items: center; flex: none; }
.tx-footer__social a { display: block; opacity: .9; }
.tx-footer__social svg { display: block; }
.tx-footer__behance { display: inline-flex; align-items: center; font-size: 15px; font-weight: 600; letter-spacing: -.02em; color: #ffffff !important; opacity: .9; line-height: 1; }

.tx-footer__credit { border-top: 1px solid rgba(255, 255, 255, .14); margin-top: 40px; padding-top: 28px; text-align: center; font-size: 14px; letter-spacing: -.01em; color: #a6a6a6; }

/* Scroll-target focus flash */
.tx-focus {
  background-image: linear-gradient(#f1f1f1, #f1f1f1);
  background-repeat: no-repeat;
  background-size: 0% 100%;
  animation: txfocus 1100ms cubic-bezier(.16, 1, .3, 1) 120ms both;
  box-decoration-break: clone;
  -webkit-box-decoration-break: clone;
}

/* Keyframes */
@keyframes txmedia { from { opacity: 0; filter: blur(12px); scale: 1.06; } 60% { opacity: 1; } to { opacity: 1; filter: blur(0); scale: 1; } }
@keyframes txfocus { 0% { background-size: 100% 100%; } 100% { background-size: 0% 100%; } }
@keyframes txwave { 0%, 60%, 100% { transform: rotate(0deg); } 10% { transform: rotate(14deg); } 20% { transform: rotate(-8deg); } 30% { transform: rotate(14deg); } 40% { transform: rotate(-4deg); } 50% { transform: rotate(10deg); } }
@keyframes txwave2 { 0%, 60%, 100% { transform: rotate(0deg); } 10% { transform: rotate(14deg); } 20% { transform: rotate(-8deg); } 30% { transform: rotate(14deg); } 40% { transform: rotate(-4deg); } 50% { transform: rotate(10deg); } }
@keyframes txwordout { to { transform: translateY(-.9em); opacity: 0; } }
@keyframes txwordin { from { transform: translateY(.9em); opacity: 0; } to { transform: translateY(0); opacity: 1; } }
@keyframes txmarquee { from { transform: translateX(0); } to { transform: translateX(calc(-50% - 10px)); } }

/* Mobile nav (<= 760px) */
@media (max-width: 760px) {
  .tx-nav {
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    flex-direction: column;
    gap: 0;
    align-items: stretch;
    background: #ffffff;
    border-bottom: 1px solid #f1f1f1;
    padding: 8px clamp(20px, 5vw, 56px) 28px;
    opacity: 0;
    transform: translateY(-10px);
    pointer-events: none;
    visibility: hidden;
    transition: opacity 260ms cubic-bezier(.2, .6, .2, 1), transform 320ms cubic-bezier(.16, 1, .3, 1), visibility 0s linear 320ms;
    box-shadow: 0 24px 48px rgba(0, 0, 0, .08);
  }
  .tx-nav[data-open] { opacity: 1; transform: translateY(0); pointer-events: auto; visibility: visible; transition-delay: 0s; }
  .tx-nav a {
    border: none !important;
    border-bottom: 1px solid #f1f1f1 !important;
    border-radius: 0 !important;
    padding: 20px 2px !important;
    font-size: 24px;
    font-weight: 300;
    letter-spacing: -.03em;
    justify-content: space-between;
    opacity: 0;
    transform: translateY(12px);
    transition: opacity 360ms cubic-bezier(.16, 1, .3, 1), transform 360ms cubic-bezier(.16, 1, .3, 1), background 200ms;
  }
  .tx-nav[data-open] a { opacity: 1; transform: none; }
  .tx-nav[data-open] a:nth-child(1) { transition-delay: 60ms; }
  .tx-nav[data-open] a:nth-child(2) { transition-delay: 120ms; }
  .tx-nav[data-open] a:nth-child(3) { transition-delay: 180ms; }
  .tx-nav[data-open] a:nth-child(4) { transition-delay: 240ms; }
  .tx-burger { display: inline-flex !important; order: 3; transition: background 200ms cubic-bezier(.2, .6, .2, 1); }
  .tx-burger[aria-expanded="true"] { background: #f1f1f1; }
  .tx-burger svg path { transform-box: fill-box; transform-origin: center; transition: transform 320ms cubic-bezier(.16, 1, .3, 1), opacity 180ms; }
  .tx-burger[aria-expanded="true"] svg path:nth-child(1) { transform: translateY(5px) rotate(45deg); }
  .tx-burger[aria-expanded="true"] svg path:nth-child(2) { opacity: 0; }
  .tx-burger[aria-expanded="true"] svg path:nth-child(3) { transform: translateY(-5px) rotate(-45deg); }
  #tx-scrim { display: block !important; }
  .tx-cta-full { display: none !important; }
  .tx-cta-short { display: inline !important; }
  .tx-header { padding-top: 14px !important; padding-bottom: 14px !important; gap: 10px !important; }
  .tx-header > a:last-child { order: 2; margin-left: auto; min-height: 44px; padding: 12px 18px !important; }
  .tx-header[data-stuck] { padding-top: 10px !important; padding-bottom: 10px !important; background: rgba(255, 255, 255, .86) !important; backdrop-filter: saturate(1.6) blur(14px) !important; -webkit-backdrop-filter: saturate(1.6) blur(14px) !important; }
  .tx-nav a { min-height: 44px; align-items: center; }
}
@media (max-width: 400px) {
  .tx-cta-short { display: none !important; }
  .tx-header > a:last-child { padding: 0 !important; width: 44px; justify-content: center; gap: 0; }
  .tx-header > a:last-child .tx-cta-arrow { display: none !important; }
  .tx-header > a:last-child .tx-cta-wa { display: block !important; }
}
