:root {
  --tx-charcoal: #111114;
  --tx-ink: #1c1b20;
  --tx-muted: #67636b;
  --tx-line: #e8e1d8;
  --tx-white: #fff;
  --tx-sand: #f5f0e8;
  --tx-sand-2: #fbf8f2;
  --tx-magenta: #cc0066;
  --tx-pink: #ff3366;
  --tx-amber: #ffbd16;
  --tx-green: #009a6a;
  --tx-orange: #ff6a00;
  --tx-radius: 8px;
  --tx-shadow: 0 22px 60px rgba(17, 17, 20, 0.16);
  --tx-container: min(1180px, calc(100vw - 40px));
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  background: var(--tx-white);
  color: var(--tx-ink);
  font-family: var(--tx-font-body, "Manrope", Arial, sans-serif);
  font-size: 16px;
  line-height: 1.65;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}

img,
svg {
  max-width: 100%;
  height: auto;
}

a {
  color: var(--tx-magenta);
  text-decoration: none;
  transition: color 0.2s ease, background-color 0.2s ease, border-color 0.2s ease, transform 0.2s ease;
}

a:hover,
a:focus {
  color: var(--tx-pink);
}

a:focus-visible,
button:focus-visible,
input:focus-visible,
select:focus-visible,
textarea:focus-visible {
  outline: 3px solid rgba(255, 189, 22, 0.9);
  outline-offset: 3px;
}

button,
input,
select,
textarea {
  font: inherit;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0 0 16px;
  color: inherit;
  font-family: var(--tx-font-heading, "Poppins", Arial, sans-serif);
  font-weight: 800;
  line-height: 1.08;
}

h1 {
  font-size: clamp(2.55rem, 5.2vw, 4.9rem);
  letter-spacing: 0;
}

h2 {
  font-size: clamp(1.7rem, 3vw, 3rem);
  letter-spacing: 0;
}

h3 {
  font-size: clamp(1.2rem, 2vw, 1.65rem);
}

p {
  margin: 0 0 20px;
}

ul {
  margin-top: 0;
}

.screen-reader-text,
.skip-link {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.skip-link:focus {
  top: 12px;
  left: 12px;
  z-index: 1000;
  width: auto;
  height: auto;
  padding: 10px 14px;
  clip: auto;
  color: var(--tx-charcoal);
  background: var(--tx-amber);
  border-radius: var(--tx-radius);
}

.tx-container {
  width: var(--tx-container);
  margin: 0 auto;
}

.tx-site-header {
  position: sticky;
  top: 0;
  z-index: 80;
  background: rgba(17, 17, 20, 0.92);
  color: var(--tx-white);
  backdrop-filter: blur(16px);
  box-shadow: 0 1px 0 rgba(255, 255, 255, 0.1);
}

.tx-top-line {
  background: var(--tx-magenta);
  color: var(--tx-white);
  font-size: 0.78rem;
  font-weight: 600;
  letter-spacing: 0.01em;
}

.tx-top-line__inner {
  min-height: 36px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
}

.tx-top-line a {
  color: var(--tx-white);
}

.tx-main-nav__inner {
  min-height: 78px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 28px;
}

.tx-brand {
  flex: 0 0 auto;
}

.tx-brand__text {
  display: inline-grid;
  color: var(--tx-white);
  line-height: 1;
  text-transform: uppercase;
}

.tx-brand-logo {
  display: inline-flex;
  align-items: center;
  max-width: min(260px, 44vw);
}

.tx-brand-logo__image {
  display: block;
  width: auto;
  max-width: min(260px, 44vw);
  max-height: 72px;
  object-fit: contain;
}

.tx-brand-logo--footer .tx-brand-logo__image {
  max-height: 82px;
}

.tx-brand__text span {
  font-size: 1.6rem;
  font-weight: 800;
  letter-spacing: 0.03em;
}

.tx-brand__text small {
  margin-top: 4px;
  color: var(--tx-amber);
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.35em;
}

.tx-brand__text--footer {
  color: var(--tx-white);
}

.tx-primary-nav {
  flex: 1 1 auto;
  display: flex;
  justify-content: flex-end;
}

.tx-menu,
.tx-menu ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.tx-menu {
  display: flex;
  align-items: center;
  gap: 4px;
}

.tx-menu > li {
  position: relative;
}

.tx-menu a {
  min-height: 44px;
  display: inline-flex;
  align-items: center;
  padding: 10px 14px;
  border-radius: var(--tx-radius);
  color: rgba(255, 255, 255, 0.88);
  font-size: 0.9rem;
  font-weight: 600;
}

.tx-menu a:hover,
.tx-menu .current-menu-item > a,
.tx-menu .current_page_item > a {
  color: var(--tx-white);
  background: var(--tx-magenta);
}

.tx-menu ul {
  position: absolute;
  top: calc(100% + 12px);
  left: 0;
  min-width: 220px;
  padding: 10px;
  background: var(--tx-white);
  border-radius: var(--tx-radius);
  box-shadow: var(--tx-shadow);
  opacity: 0;
  transform: translateY(8px);
  pointer-events: none;
  transition: opacity 0.2s ease, transform 0.2s ease;
}

.tx-menu li:hover > ul,
.tx-menu li:focus-within > ul {
  opacity: 1;
  transform: translateY(0);
  pointer-events: auto;
}

.tx-menu ul a {
  color: var(--tx-ink);
  width: 100%;
}

.tx-nav-tools {
  display: flex;
  align-items: center;
  gap: 8px;
}

.tx-language-switcher {
  min-height: 44px;
  display: inline-flex;
  align-items: center;
  gap: 4px;
  padding: 4px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: var(--tx-radius);
  background: rgba(255, 255, 255, 0.08);
}

.tx-language-switcher a {
  min-width: 38px;
  min-height: 34px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 6px 8px;
  border-radius: 6px;
  color: rgba(255, 255, 255, 0.78);
  font-size: 0.76rem;
  font-weight: 900;
  letter-spacing: 0.04em;
}

.tx-language-switcher a:hover,
.tx-language-switcher a.is-active {
  color: var(--tx-charcoal);
  background: var(--tx-amber);
}

.tx-icon-button,
.tx-menu-toggle {
  width: 44px;
  height: 44px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 0;
  border-radius: var(--tx-radius);
  color: var(--tx-white);
  background: rgba(255, 255, 255, 0.1);
  cursor: pointer;
}

.tx-icon-button svg {
  width: 20px;
  fill: currentColor;
}

.tx-lucide-icon {
  width: 1em;
  height: 1em;
  flex: 0 0 auto;
  fill: none;
  stroke: currentColor;
}

.tx-icon-button .tx-lucide-icon {
  width: 20px;
  height: 20px;
  fill: none;
}

.tx-menu-toggle {
  display: none;
  flex-direction: column;
  gap: 5px;
}

.tx-menu-toggle span {
  width: 20px;
  height: 2px;
  background: currentColor;
}

.tx-main {
  min-height: 55vh;
}

.tx-hero {
  position: relative;
  min-height: calc(100vh - 114px);
  display: flex;
  align-items: flex-end;
  overflow: hidden;
  color: var(--tx-white);
  background:
    linear-gradient(95deg, rgba(17, 17, 20, 0.88) 0%, rgba(17, 17, 20, 0.62) 46%, rgba(204, 0, 102, 0.15) 100%),
    var(--hero-image) center/cover no-repeat;
}

.tx-hero::after {
  content: "";
  position: absolute;
  inset: auto 0 0;
  height: 11px;
  background: linear-gradient(90deg, var(--tx-amber), var(--tx-green), var(--tx-orange), var(--tx-magenta));
}

.tx-hero__inner {
  position: relative;
  z-index: 1;
  max-width: 980px;
  padding: 96px 0 112px;
}

.tx-hero p:not(.tx-script) {
  max-width: 720px;
  color: rgba(255, 255, 255, 0.84);
  font-size: clamp(1.05rem, 2vw, 1.35rem);
}

.tx-script {
  margin-bottom: 10px;
  color: var(--tx-amber);
  font-family: var(--tx-font-accent, "Satisfy", cursive);
  font-size: clamp(2rem, 4vw, 3.2rem);
}

.tx-eyebrow {
  margin-bottom: 12px;
  color: var(--tx-magenta);
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.tx-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 32px;
}

.tx-btn,
.button,
.wp-element-button,
.woocommerce a.button,
.woocommerce button.button,
.woocommerce input.button,
.woocommerce #respond input#submit {
  min-height: 46px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 12px 20px;
  border: 2px solid transparent;
  border-radius: var(--tx-radius);
  color: var(--tx-white);
  background: var(--tx-magenta);
  cursor: pointer;
  font-size: 0.86rem;
  font-weight: 800;
  line-height: 1.2;
  text-transform: uppercase;
}

.tx-btn:hover,
.button:hover,
.wp-element-button:hover,
.woocommerce a.button:hover,
.woocommerce button.button:hover,
.woocommerce input.button:hover,
.woocommerce #respond input#submit:hover {
  color: var(--tx-white);
  background: var(--tx-charcoal);
  transform: translateY(-1px);
}

.tx-btn--ghost {
  color: var(--tx-white);
  border-color: rgba(255, 255, 255, 0.7);
  background: rgba(255, 255, 255, 0.08);
}

.tx-btn--ghost:hover {
  color: var(--tx-charcoal);
  background: var(--tx-white);
}

.tx-btn--light {
  color: var(--tx-charcoal);
  background: var(--tx-white);
}

.tx-btn--light:hover {
  color: var(--tx-white);
  background: var(--tx-charcoal);
}

.tx-section {
  padding: clamp(72px, 8vw, 120px) 0;
}

.tx-section--sand {
  background: var(--tx-sand);
}

.tx-section--dark {
  color: var(--tx-white);
  background:
    linear-gradient(135deg, rgba(204, 0, 102, 0.2), transparent 42%),
    var(--tx-charcoal);
}

.tx-split {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.1fr);
  gap: clamp(32px, 7vw, 96px);
  align-items: start;
}

.tx-split p {
  color: var(--tx-muted);
  font-size: 1.05rem;
}

.tx-section--dark p {
  color: rgba(255, 255, 255, 0.72);
}

.tx-section-heading {
  max-width: 760px;
  margin: 0 auto 42px;
  text-align: center;
}

.tx-section-heading h2 {
  font-size: clamp(1.9rem, 3.2vw, 3.4rem);
}

.tx-metrics {
  color: var(--tx-white);
  background: var(--tx-magenta);
}

.tx-metrics__grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.tx-metrics__grid div {
  min-height: 140px;
  display: grid;
  align-content: center;
  gap: 4px;
  padding: 26px;
  border-left: 1px solid rgba(255, 255, 255, 0.18);
}

.tx-metrics__grid div:first-child {
  border-left: 0;
}

.tx-metrics strong {
  font-size: clamp(2rem, 4vw, 3.3rem);
  font-weight: 800;
  line-height: 1;
}

.tx-metrics span {
  color: rgba(255, 255, 255, 0.8);
  font-weight: 600;
}

.tx-card-grid {
  display: grid;
  gap: 24px;
}

.tx-card-grid--three {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.tx-card-grid--two {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.tx-card,
.tx-post-card {
  position: relative;
  overflow: hidden;
  border-radius: var(--tx-radius);
  background: var(--tx-white);
  box-shadow: 0 1px 0 var(--tx-line);
}

.tx-card--image {
  min-height: 360px;
  display: flex;
  align-items: flex-end;
  color: var(--tx-white);
  background:
    linear-gradient(180deg, rgba(17, 17, 20, 0.08), rgba(17, 17, 20, 0.84)),
    var(--card-image) center/cover no-repeat;
}

.tx-card--image div {
  padding: 28px;
}

.tx-card--image span,
.tx-post-card span {
  color: var(--tx-amber);
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.13em;
  text-transform: uppercase;
}

.tx-card--image h3 {
  max-width: 360px;
  margin: 8px 0 0;
}

.tx-card--image:hover {
  transform: translateY(-3px);
  box-shadow: var(--tx-shadow);
}

.tx-chip-grid,
.tx-industry-grid {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 12px;
}

.tx-chip-grid span,
.tx-industry-grid span {
  min-height: 46px;
  display: inline-flex;
  align-items: center;
  padding: 10px 16px;
  border: 1px solid var(--tx-line);
  border-radius: var(--tx-radius);
  background: var(--tx-white);
  color: var(--tx-ink);
  font-weight: 700;
}

.tx-industry-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.tx-industry-grid span {
  min-height: 120px;
  justify-content: center;
  text-align: center;
  box-shadow: 0 12px 36px rgba(17, 17, 20, 0.06);
}

.tx-promo {
  padding: clamp(68px, 8vw, 110px) 0;
  color: var(--tx-white);
  background:
    linear-gradient(135deg, rgba(255, 189, 22, 0.22), transparent 35%),
    linear-gradient(90deg, var(--tx-magenta), var(--tx-pink));
}

.tx-promo__inner,
.tx-footer-cta {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 32px;
}

.tx-promo h2,
.tx-footer-cta h2 {
  max-width: 820px;
}

.tx-promo p {
  max-width: 680px;
  color: rgba(255, 255, 255, 0.82);
}

.tx-promo .tx-eyebrow,
.tx-footer-cta .tx-eyebrow {
  color: var(--tx-amber);
}

.tx-page-hero {
  position: relative;
  overflow: hidden;
  padding: clamp(94px, 12vw, 170px) 0 clamp(70px, 8vw, 110px);
  color: var(--tx-white);
  background:
    linear-gradient(135deg, rgba(204, 0, 102, 0.34), rgba(17, 17, 20, 0.94)),
    linear-gradient(90deg, var(--tx-charcoal), #242029);
}

.tx-page-hero::after {
  content: "";
  position: absolute;
  inset: auto 0 0;
  height: 9px;
  background: linear-gradient(90deg, var(--tx-amber), var(--tx-green), var(--tx-orange), var(--tx-magenta));
}

.tx-page-hero__inner {
  max-width: 920px;
}

.tx-page-hero h1 {
  font-size: clamp(2.8rem, 6vw, 5.8rem);
}

.tx-page-hero p:not(.tx-eyebrow) {
  max-width: 760px;
  color: rgba(255, 255, 255, 0.78);
  font-size: 1.1rem;
}

.tx-value-grid {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 18px;
}

.tx-value-grid div,
.tx-post-card {
  padding: 28px;
  border: 1px solid var(--tx-line);
  border-radius: var(--tx-radius);
  background: var(--tx-white);
}

.tx-value-grid h3 {
  color: var(--tx-magenta);
}

.tx-value-grid p,
.tx-post-card p {
  color: var(--tx-muted);
}

.tx-division-list {
  display: grid;
  gap: 22px;
}

.tx-division-list article {
  display: grid;
  grid-template-columns: 80px minmax(0, 0.8fr) minmax(0, 1fr);
  gap: 28px;
  align-items: start;
  padding: clamp(26px, 4vw, 42px);
  border: 1px solid var(--tx-line);
  border-radius: var(--tx-radius);
  background: var(--tx-white);
  box-shadow: 0 18px 40px rgba(17, 17, 20, 0.05);
}

.tx-division-list span {
  color: var(--tx-magenta);
  font-size: 2.2rem;
  font-weight: 800;
}

.tx-division-list p {
  color: var(--tx-muted);
}

.tx-division-list ul {
  columns: 2;
  gap: 28px;
  margin: 0;
  padding-left: 18px;
  color: var(--tx-muted);
}

.tx-centered-cta {
  margin-top: 36px;
  text-align: center;
}

.tx-contact-grid {
  display: grid;
  grid-template-columns: minmax(0, 0.85fr) minmax(320px, 1fr);
  gap: clamp(34px, 7vw, 86px);
  align-items: start;
}

.tx-contact-note {
  display: grid;
  gap: 8px;
  margin-top: 28px;
  padding: 22px;
  border-left: 5px solid var(--tx-magenta);
  background: var(--tx-sand);
  border-radius: var(--tx-radius);
}

.tx-contact-note span {
  color: var(--tx-muted);
}

.tx-form {
  display: grid;
  gap: 16px;
  padding: clamp(24px, 4vw, 36px);
  border-radius: var(--tx-radius);
  background: var(--tx-charcoal);
  color: var(--tx-white);
  box-shadow: var(--tx-shadow);
}

.tx-form label {
  display: grid;
  gap: 8px;
  font-weight: 700;
}

.tx-form input,
.tx-form select,
.tx-form textarea,
.tx-search-form__field {
  width: 100%;
  min-height: 48px;
  padding: 12px 14px;
  border: 1px solid rgba(255, 255, 255, 0.22);
  border-radius: var(--tx-radius);
  background: rgba(255, 255, 255, 0.08);
  color: inherit;
}

.tx-form select option {
  color: var(--tx-charcoal);
}

.tx-form textarea {
  resize: vertical;
}

.tx-site-footer {
  color: var(--tx-white);
  background: var(--tx-charcoal);
}

.tx-footer-cta {
  padding: clamp(54px, 7vw, 86px) 0;
}

.tx-footer-main {
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  padding: 46px 0;
}

.tx-footer-grid {
  display: grid;
  grid-template-columns: 1.3fr 0.8fr 1fr 1fr;
  gap: 36px;
}

.tx-footer-grid h3 {
  color: var(--tx-amber);
  font-size: 1rem;
}

.tx-footer-about p,
.tx-footer-menu {
  color: rgba(255, 255, 255, 0.68);
}

.tx-footer-menu {
  list-style: none;
  display: grid;
  gap: 9px;
  margin: 0;
  padding: 0;
}

.tx-footer-menu a {
  color: rgba(255, 255, 255, 0.72);
}

.tx-footer-menu a:hover {
  color: var(--tx-white);
}

.tx-footer-bottom {
  min-height: 58px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  color: rgba(255, 255, 255, 0.58);
  font-size: 0.85rem;
}

.tx-search[hidden] {
  display: none;
}

.tx-search {
  position: fixed;
  inset: 0;
  z-index: 120;
  display: grid;
  place-items: center;
  padding: 20px;
  background: rgba(17, 17, 20, 0.82);
}

.tx-search__panel {
  width: min(720px, 100%);
  position: relative;
  padding: clamp(28px, 5vw, 54px);
  border-radius: var(--tx-radius);
  background: var(--tx-white);
  box-shadow: var(--tx-shadow);
}

.tx-search__close {
  position: absolute;
  top: 14px;
  right: 14px;
  width: 44px;
  height: 44px;
  border: 0;
  border-radius: var(--tx-radius);
  background: var(--tx-sand);
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: var(--tx-ink);
}

.tx-search__close .tx-lucide-icon {
  width: 22px;
  height: 22px;
}

.tx-search-form {
  display: flex;
  gap: 12px;
}

.tx-search-form label {
  flex: 1 1 auto;
}

.tx-search-form__field {
  color: var(--tx-ink);
  background: var(--tx-sand-2);
  border-color: var(--tx-line);
}

.has-search-open {
  overflow: hidden;
}

.tx-single__content {
  max-width: 860px;
  padding: 72px 0;
}

.tx-single__content > * {
  max-width: 780px;
  margin-left: auto;
  margin-right: auto;
}

.tx-single__image {
  display: block;
  width: 100%;
  border-radius: var(--tx-radius);
  margin-bottom: 32px;
}

.tx-post-list {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 24px;
}

.tx-post-card h2 {
  margin-top: 8px;
  font-size: 1.45rem;
}

.tx-post-card a {
  color: var(--tx-ink);
}

.tx-post-card a:hover {
  color: var(--tx-magenta);
}

.tx-page-featured {
  display: block;
  width: 100%;
  max-height: 540px;
  object-fit: cover;
}

.tx-main--full-width > .alignfull,
.tx-main--canvas > .alignfull {
  width: 100%;
  max-width: none;
}

body.elementor-page .tx-main {
  overflow: hidden;
}

.elementor-section.tx-section,
.elementor-widget-container .tx-section {
  padding-left: 0;
  padding-right: 0;
}

.woocommerce .tx-shop-main {
  padding: 70px 0 100px;
}

.woocommerce .products ul,
.woocommerce ul.products {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 24px;
}

.woocommerce ul.products::before,
.woocommerce ul.products::after {
  display: none;
}

.woocommerce ul.products li.product,
.woocommerce-page ul.products li.product {
  width: auto;
  float: none;
  margin: 0;
  overflow: hidden;
  border: 1px solid var(--tx-line);
  border-radius: var(--tx-radius);
  background: var(--tx-white);
  box-shadow: 0 18px 40px rgba(17, 17, 20, 0.06);
}

.woocommerce ul.products li.product a img {
  width: 100%;
  aspect-ratio: 4 / 3;
  object-fit: cover;
  margin: 0;
  background: linear-gradient(135deg, var(--tx-magenta), var(--tx-orange));
}

.woocommerce ul.products li.product .woocommerce-loop-product__title,
.woocommerce ul.products li.product .price,
.woocommerce ul.products li.product .button,
.woocommerce ul.products li.product .star-rating {
  margin-left: 18px;
  margin-right: 18px;
}

.woocommerce ul.products li.product .woocommerce-loop-product__title {
  padding: 18px 0 4px;
  color: var(--tx-ink);
  font-size: 1.1rem;
  font-weight: 800;
}

.woocommerce ul.products li.product .price {
  color: var(--tx-magenta);
  font-weight: 800;
}

.tx-product-badge {
  position: absolute;
  top: 12px;
  left: 12px;
  z-index: 2;
  padding: 7px 9px;
  border-radius: var(--tx-radius);
  color: var(--tx-charcoal);
  background: var(--tx-amber);
  font-size: 0.68rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.woocommerce div.product {
  display: grid;
  grid-template-columns: minmax(0, 0.95fr) minmax(0, 1.05fr);
  gap: clamp(32px, 6vw, 72px);
}

.woocommerce div.product div.images,
.woocommerce div.product div.summary {
  width: auto;
  float: none;
}

.woocommerce div.product .product_title {
  font-size: clamp(2.2rem, 5vw, 4.4rem);
}

.woocommerce div.product p.price,
.woocommerce div.product span.price {
  color: var(--tx-magenta);
  font-size: 1.6rem;
  font-weight: 800;
}

.woocommerce table.shop_table,
.woocommerce form.checkout_coupon,
.woocommerce form.login,
.woocommerce form.register {
  border-color: var(--tx-line);
  border-radius: var(--tx-radius);
}

.woocommerce-cart .cart-collaterals .cart_totals,
.woocommerce-checkout #customer_details,
.woocommerce-checkout #order_review {
  padding: 24px;
  border: 1px solid var(--tx-line);
  border-radius: var(--tx-radius);
  background: var(--tx-sand-2);
}

@media (max-width: 1100px) {
  .tx-card-grid--three,
  .tx-post-list,
  .woocommerce .products ul,
  .woocommerce ul.products {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .tx-value-grid,
  .tx-industry-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .tx-division-list article {
    grid-template-columns: 64px minmax(0, 1fr);
  }

  .tx-division-list ul {
    grid-column: 2;
  }
}

@media (max-width: 860px) {
  :root {
    --tx-container: min(100vw - 28px, 720px);
  }

  .tx-top-line__inner span {
    display: none;
  }

  .tx-main-nav__inner {
    min-height: 68px;
  }

  .tx-primary-nav {
    position: absolute;
    left: 14px;
    right: 14px;
    top: calc(100% + 8px);
    display: none;
    padding: 12px;
    background: var(--tx-charcoal);
    border: 1px solid rgba(255, 255, 255, 0.12);
    border-radius: var(--tx-radius);
    box-shadow: var(--tx-shadow);
  }

  .tx-main-nav.is-open .tx-primary-nav {
    display: block;
  }

  .tx-menu,
  .tx-menu a {
    width: 100%;
  }

  .tx-menu {
    display: grid;
    gap: 4px;
  }

  .tx-menu ul {
    position: static;
    margin-top: 4px;
    opacity: 1;
    transform: none;
    pointer-events: auto;
  }

  .tx-menu-toggle {
    display: inline-flex;
  }

  .tx-language-switcher {
    min-height: 42px;
  }

  .tx-hero {
    min-height: 720px;
  }

  .tx-hero__inner {
    padding: 74px 0 94px;
  }

  .tx-split,
  .tx-contact-grid,
  .woocommerce div.product {
    grid-template-columns: 1fr;
  }

  .tx-metrics__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .tx-card-grid--two,
  .tx-footer-grid {
    grid-template-columns: 1fr;
  }

  .tx-promo__inner,
  .tx-footer-cta,
  .tx-footer-bottom {
    align-items: flex-start;
    flex-direction: column;
  }
}

@media (max-width: 640px) {
  body {
    font-size: 15px;
  }

  .tx-top-line__inner {
    justify-content: center;
  }

  .tx-top-line__inner a:first-child {
    display: none;
  }

  .tx-brand__text span {
    font-size: 1.25rem;
  }

  .tx-card-grid--three,
  .tx-post-list,
  .woocommerce .products ul,
  .woocommerce ul.products,
  .tx-value-grid,
  .tx-industry-grid {
    grid-template-columns: 1fr;
  }

  .tx-metrics__grid {
    grid-template-columns: 1fr;
  }

  .tx-metrics__grid div {
    border-left: 0;
    border-top: 1px solid rgba(255, 255, 255, 0.18);
  }

  .tx-metrics__grid div:first-child {
    border-top: 0;
  }

  .tx-division-list article {
    grid-template-columns: 1fr;
  }

  .tx-division-list ul {
    grid-column: auto;
    columns: 1;
  }

  .tx-search-form {
    display: grid;
  }
}

@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    scroll-behavior: auto !important;
    transition-duration: 0.01ms !important;
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
  }
}

html[dir="rtl"] body {
  direction: rtl;
  text-align: right;
  font-family: var(--tx-font-arabic, "Cairo", Tahoma, Arial, sans-serif);
}

html[dir="rtl"] h1,
html[dir="rtl"] h2,
html[dir="rtl"] h3,
html[dir="rtl"] h4,
html[dir="rtl"] h5,
html[dir="rtl"] h6,
html[dir="rtl"] .tx-brand__text span,
html[dir="rtl"] .tx-page-hero__visual strong {
  font-family: var(--tx-font-arabic, "Cairo", Tahoma, Arial, sans-serif);
}

html[dir="rtl"] .tx-top-line__inner,
html[dir="rtl"] .tx-main-nav__inner,
html[dir="rtl"] .tx-promo__inner,
html[dir="rtl"] .tx-footer-cta,
html[dir="rtl"] .tx-footer-bottom {
  flex-direction: row-reverse;
}

html[dir="rtl"] .tx-primary-nav {
  justify-content: flex-start;
}

html[dir="rtl"] .tx-menu ul {
  left: auto;
  right: 0;
}

html[dir="rtl"] .tx-page-hero--media .tx-page-hero__inner,
html[dir="rtl"] .tx-hero__inner,
html[dir="rtl"] .tx-section-heading,
html[dir="rtl"] .tx-editor-content {
  text-align: right;
}

html[dir="rtl"] .tx-page-hero__visual {
  right: max(24px, calc((100vw - 1180px) / 2));
  left: auto;
}

@media (min-width: 861px) {
  html[dir="rtl"] .tx-page-hero--media .tx-page-hero__inner {
    padding-right: clamp(318px, 31vw, 390px);
    padding-left: 0;
  }

  html[dir="rtl"] .tx-page-hero--media h1,
  html[dir="rtl"] .tx-page-hero--media p:not(.tx-eyebrow) {
    max-width: 100%;
  }

  html[dir="rtl"] .tx-page-hero--media h1 {
    font-size: clamp(2.2rem, 3.45vw, 3.45rem);
    line-height: 1.14;
  }
}

html[dir="rtl"] .tx-contact-note {
  border-left: 0;
  border-right: 5px solid var(--tx-magenta);
}

html[dir="rtl"] .tx-division-card__body li,
html[dir="rtl"] .tx-footer-menu,
html[dir="rtl"] .tx-editor-content ul {
  padding-left: 0;
  padding-right: 18px;
}

html[dir="rtl"] .tx-division-card__body li::before {
  left: auto;
  right: 0;
}

html[dir="rtl"] .tx-search__close {
  right: auto;
  left: 14px;
}

@media (max-width: 860px) {
  html[dir="rtl"] .tx-top-line__inner,
  html[dir="rtl"] .tx-main-nav__inner,
  html[dir="rtl"] .tx-promo__inner,
  html[dir="rtl"] .tx-footer-cta,
  html[dir="rtl"] .tx-footer-bottom {
    flex-direction: row-reverse;
  }

  html[dir="rtl"] .tx-primary-nav {
    left: 14px;
    right: 14px;
  }

  html[dir="rtl"] .tx-page-hero__visual {
    left: auto;
  }
}

/* 2026 visual layer: image depth, motion hooks, and experience-led cards. */
.tx-site-header {
  transition: background-color 0.28s ease, box-shadow 0.28s ease, transform 0.28s ease;
}

.tx-site-header.is-scrolled {
  background: rgba(17, 17, 20, 0.98);
  box-shadow: 0 18px 50px rgba(0, 0, 0, 0.18);
}

.tx-reveal {
  opacity: 0;
  transform: translate3d(0, 28px, 0);
  transition: opacity 0.75s cubic-bezier(0.2, 0.75, 0.25, 1), transform 0.75s cubic-bezier(0.2, 0.75, 0.25, 1);
  transition-delay: var(--delay, 0ms);
}

.tx-reveal.is-visible {
  opacity: 1;
  transform: translate3d(0, 0, 0);
}

[data-parallax] {
  --tx-parallax-y: 0px;
}

.tx-parallax-ready [data-parallax] {
  will-change: transform, background-position;
}

.tx-hero,
.tx-page-hero--media {
  background-position: center calc(50% + var(--tx-parallax-y, 0px));
}

.tx-hero-image--home {
  --hero-image: url("https://images.unsplash.com/photo-1507525428034-b723cf961d3e?auto=format&fit=crop&w=2200&q=82");
}

.tx-page-hero--about {
  --hero-image: url("https://images.unsplash.com/photo-1556761175-5973dc0f32e7?auto=format&fit=crop&w=2200&q=82");
}

.tx-page-hero--divisions {
  --hero-image: url("https://images.unsplash.com/photo-1506929562872-bb421503ef21?auto=format&fit=crop&w=2200&q=82");
}

.tx-page-hero--industries {
  --hero-image: url("https://images.unsplash.com/photo-1518005020951-eccb494ad742?auto=format&fit=crop&w=2200&q=82");
}

.tx-page-hero--partnerships {
  --hero-image: url("https://images.unsplash.com/photo-1521737711867-e3b97375f902?auto=format&fit=crop&w=2200&q=82");
}

.tx-page-hero--insights {
  --hero-image: url("https://images.unsplash.com/photo-1497366811353-6870744d04b2?auto=format&fit=crop&w=2200&q=82");
}

.tx-page-hero--contact {
  --hero-image: url("https://images.unsplash.com/photo-1557804506-669a67965ba0?auto=format&fit=crop&w=2200&q=82");
}

.tx-card-image--tourism,
.tx-division-card--tourism {
  --card-image: url("https://images.unsplash.com/photo-1500530855697-b586d89ba3ee?auto=format&fit=crop&w=1400&q=82");
}

.tx-card-image--marine,
.tx-division-card--marine {
  --card-image: url("https://images.unsplash.com/photo-1544551763-46a013bb70d5?auto=format&fit=crop&w=1400&q=82");
}

.tx-card-image--events,
.tx-division-card--events {
  --card-image: url("https://images.unsplash.com/photo-1511578314322-379afb476865?auto=format&fit=crop&w=1400&q=82");
}

.tx-card-image--advisory,
.tx-division-card--advisory {
  --card-image: url("https://images.unsplash.com/photo-1556761175-b413da4baf72?auto=format&fit=crop&w=1400&q=82");
}

.tx-card-image--learning,
.tx-division-card--learning {
  --card-image: url("https://images.unsplash.com/photo-1522202176988-66273c2fd55f?auto=format&fit=crop&w=1400&q=82");
}

.tx-card-image--creative,
.tx-division-card--creative {
  --card-image: url("https://images.unsplash.com/photo-1497366754035-f200968a6e72?auto=format&fit=crop&w=1400&q=82");
}

.tx-page-hero--media {
  min-height: clamp(540px, 72vh, 760px);
  display: flex;
  align-items: flex-end;
  padding: clamp(118px, 12vw, 190px) 0 clamp(78px, 9vw, 122px);
  isolation: isolate;
  background:
    linear-gradient(90deg, rgba(17, 17, 20, 0.92) 0%, rgba(17, 17, 20, 0.66) 48%, rgba(204, 0, 102, 0.18) 100%),
    var(--hero-image) center/cover no-repeat;
}

.tx-page-hero--media::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  background:
    linear-gradient(135deg, rgba(255, 189, 22, 0.16), transparent 28%),
    linear-gradient(315deg, rgba(0, 154, 106, 0.18), transparent 34%),
    repeating-linear-gradient(90deg, rgba(255, 255, 255, 0.04) 0 1px, transparent 1px 84px);
  mix-blend-mode: screen;
  pointer-events: none;
}

.tx-page-hero--media .tx-page-hero__inner {
  position: relative;
  z-index: 2;
  max-width: 980px;
}

.tx-page-hero--media h1 {
  max-width: min(760px, 70vw);
  font-size: clamp(2.35rem, 4vw, 3.85rem);
  line-height: 1.02;
}

.tx-page-hero--media p:not(.tx-eyebrow) {
  max-width: 720px;
  font-size: clamp(1rem, 1.5vw, 1.22rem);
}

.tx-page-hero__visual {
  position: absolute;
  right: max(24px, calc((100vw - 1180px) / 2));
  bottom: clamp(58px, 9vw, 112px);
  z-index: 2;
  width: min(310px, 28vw);
  min-height: 188px;
  display: grid;
  align-content: end;
  gap: 10px;
  padding: 26px;
  border: 1px solid rgba(255, 255, 255, 0.22);
  border-radius: var(--tx-radius);
  color: var(--tx-white);
  background: rgba(17, 17, 20, 0.58);
  box-shadow: 0 24px 70px rgba(0, 0, 0, 0.32);
  backdrop-filter: blur(16px);
  transform: translate3d(0, var(--tx-parallax-y, 0px), 0);
}

.tx-page-hero__visual span {
  color: var(--tx-amber);
  font-size: 0.72rem;
  font-weight: 900;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.tx-page-hero__visual strong {
  font-family: var(--tx-font-heading, "Poppins", Arial, sans-serif);
  font-size: clamp(1.1rem, 2vw, 1.65rem);
  line-height: 1.08;
}

.tx-section--divisions {
  background:
    linear-gradient(180deg, var(--tx-white), var(--tx-sand-2)),
    var(--tx-white);
}

.tx-division-list--media {
  gap: clamp(28px, 4.8vw, 56px);
}

.tx-division-list--media .tx-division-card {
  position: relative;
  display: grid;
  grid-template-columns: minmax(260px, 0.92fr) minmax(0, 1.08fr);
  gap: 0;
  min-height: 430px;
  align-items: stretch;
  overflow: hidden;
  padding: 0;
  border: 0;
  border-radius: var(--tx-radius);
  background: var(--tx-white);
  box-shadow: 0 24px 80px rgba(17, 17, 20, 0.12);
  transform: perspective(1200px) rotateX(var(--tilt-y, 0deg)) rotateY(var(--tilt-x, 0deg)) translateY(0);
  transform-style: preserve-3d;
  transition: transform 0.28s ease, box-shadow 0.28s ease;
}

.tx-division-list--media .tx-division-card::after {
  content: "";
  position: absolute;
  inset: 0;
  opacity: 0;
  background: radial-gradient(circle at var(--mouse-x, 50%) var(--mouse-y, 50%), rgba(255, 51, 102, 0.18), transparent 34%);
  pointer-events: none;
  transition: opacity 0.28s ease;
}

.tx-division-list--media .tx-division-card:hover {
  box-shadow: 0 30px 96px rgba(17, 17, 20, 0.18);
}

.tx-division-list--media .tx-division-card:hover::after {
  opacity: 1;
}

.tx-division-card__media {
  position: relative;
  min-height: 430px;
  overflow: hidden;
  background:
    linear-gradient(180deg, rgba(17, 17, 20, 0.04), rgba(17, 17, 20, 0.68)),
    var(--card-image) center/cover no-repeat;
  transform: translate3d(0, var(--tx-parallax-y, 0px), 0) scale(1.03);
}

.tx-division-card__media::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(135deg, rgba(204, 0, 102, 0.28), transparent 44%), linear-gradient(315deg, rgba(255, 189, 22, 0.22), transparent 40%);
}

.tx-division-card__media span {
  position: absolute;
  left: 24px;
  bottom: 22px;
  z-index: 1;
  color: var(--tx-white);
  font-family: var(--tx-font-heading, "Poppins", Arial, sans-serif);
  font-size: clamp(3.4rem, 8vw, 7rem);
  font-weight: 900;
  line-height: 0.82;
  opacity: 0.92;
}

.tx-division-card__body {
  position: relative;
  z-index: 1;
  align-self: center;
  padding: clamp(30px, 5vw, 58px);
}

.tx-division-card__body h2 {
  max-width: 620px;
  font-size: clamp(1.8rem, 2.9vw, 3.1rem);
}

.tx-division-card__body p:not(.tx-eyebrow) {
  max-width: 610px;
  color: var(--tx-muted);
  font-size: 1.02rem;
}

.tx-division-list--media .tx-division-card__body ul {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 8px 24px;
  margin: 26px 0 0;
  padding: 0;
  color: var(--tx-muted);
  columns: auto;
  list-style: none;
}

.tx-division-card__body li {
  position: relative;
  padding-left: 18px;
}

.tx-division-card__body li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.72em;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: var(--tx-magenta);
}

.tx-statement-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: clamp(22px, 4vw, 34px);
}

.tx-statement-card {
  position: relative;
  overflow: hidden;
  min-height: 320px;
  padding: clamp(28px, 4vw, 44px);
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: var(--tx-radius);
  background: rgba(255, 255, 255, 0.055);
  box-shadow: 0 18px 54px rgba(0, 0, 0, 0.18);
  transform: perspective(1000px) rotateX(var(--tilt-y, 0deg)) rotateY(var(--tilt-x, 0deg));
  transition: transform 0.28s ease, border-color 0.28s ease, background-color 0.28s ease, box-shadow 0.28s ease;
}

.tx-statement-card::before {
  content: "";
  position: absolute;
  inset: 0;
  opacity: 0;
  background: radial-gradient(circle at var(--mouse-x, 50%) var(--mouse-y, 50%), rgba(255, 189, 22, 0.14), transparent 38%);
  pointer-events: none;
  transition: opacity 0.28s ease;
}

.tx-statement-card:hover {
  border-color: rgba(255, 189, 22, 0.36);
  background: rgba(255, 255, 255, 0.08);
  box-shadow: 0 24px 70px rgba(0, 0, 0, 0.24);
}

.tx-statement-card:hover::before {
  opacity: 1;
}

.tx-statement-card h2 {
  max-width: 560px;
  margin-bottom: 18px;
  font-size: clamp(1.55rem, 2.2vw, 2.35rem);
  line-height: 1.14;
}

.tx-statement-card p:not(.tx-eyebrow) {
  max-width: 620px;
  color: rgba(255, 255, 255, 0.72);
  font-size: clamp(1rem, 1.1vw, 1.08rem);
  line-height: 1.72;
}

.tx-editor-content {
  max-width: 860px;
  font-size: 1.05rem;
}

.tx-editor-content > * {
  margin-bottom: 24px;
}

.tx-editor-content h2 {
  margin-top: 38px;
  font-size: clamp(1.8rem, 2.8vw, 2.8rem);
}

.tx-editor-content h3 {
  margin-top: 30px;
  color: var(--tx-magenta);
}

.tx-card--image,
.tx-post-card,
.tx-value-grid div,
.tx-industry-grid span,
.tx-statement-card {
  transition: transform 0.28s ease, box-shadow 0.28s ease, border-color 0.28s ease;
}

.tx-card--image {
  isolation: isolate;
  transform: perspective(1100px) rotateX(var(--tilt-y, 0deg)) rotateY(var(--tilt-x, 0deg));
}

.tx-card--image::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  background: var(--card-image) center/cover no-repeat;
  transition: transform 0.5s ease;
}

.tx-card--image:hover::before {
  transform: scale(1.07);
}

.tx-industry-grid span:hover,
.tx-value-grid div:hover,
.tx-post-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 22px 60px rgba(17, 17, 20, 0.12);
}

@media (max-width: 1100px) {
  .tx-page-hero__visual {
    width: min(280px, 34vw);
  }

  .tx-division-list--media .tx-division-card {
    grid-template-columns: minmax(220px, 0.78fr) minmax(0, 1.22fr);
  }
}

@media (max-width: 860px) {
  .tx-page-hero--media {
    display: block;
    min-height: auto;
    padding-top: 104px;
    padding-bottom: 58px;
  }

  .tx-page-hero--media .tx-page-hero__inner {
    width: var(--tx-container);
    margin: 0 auto;
  }

  .tx-page-hero__visual {
    position: relative;
    right: auto;
    bottom: auto;
    width: var(--tx-container);
    min-height: 132px;
    margin: 24px auto 0;
  }

  .tx-division-list--media .tx-division-card {
    grid-template-columns: 1fr;
  }

  .tx-statement-grid {
    grid-template-columns: 1fr;
  }

  .tx-division-card__media {
    min-height: 310px;
  }
}

@media (max-width: 640px) {
  body {
    font-size: 16px;
  }

  .tx-page-hero--media h1 {
    max-width: 100%;
    font-size: 2.52rem;
    line-height: 1.05;
    overflow-wrap: break-word;
  }

  .tx-page-hero--media p:not(.tx-eyebrow) {
    max-width: 100%;
    font-size: 1rem;
  }

  .tx-division-list--media .tx-division-card__body ul {
    grid-template-columns: 1fr;
  }

  .tx-division-card__body {
    padding: 28px 22px 34px;
  }
}

/* Template preset layout systems */
body.tx-template-coastal-luxe {
  background: linear-gradient(180deg, var(--tx-sand-2), var(--tx-white) 42%);
}

body.tx-template-coastal-luxe .tx-site-header {
  color: var(--tx-ink);
  background: rgba(255, 255, 255, 0.9);
  box-shadow: 0 18px 50px rgba(8, 35, 38, 0.08);
}

body.tx-template-coastal-luxe .tx-top-line {
  background: var(--tx-green);
}

body.tx-template-coastal-luxe .tx-brand__text,
body.tx-template-coastal-luxe .tx-menu a,
body.tx-template-coastal-luxe .tx-icon-button,
body.tx-template-coastal-luxe .tx-menu-toggle {
  color: var(--tx-ink);
}

body.tx-template-coastal-luxe .tx-menu a:hover,
body.tx-template-coastal-luxe .tx-menu .current-menu-item > a,
body.tx-template-coastal-luxe .tx-menu .current_page_item > a {
  color: var(--tx-white);
  background: var(--tx-green);
}

body.tx-template-coastal-luxe .tx-language-switcher,
body.tx-template-coastal-luxe .tx-icon-button,
body.tx-template-coastal-luxe .tx-menu-toggle {
  border: 1px solid rgba(8, 35, 38, 0.1);
  background: rgba(8, 35, 38, 0.06);
}

body.tx-template-coastal-luxe .tx-hero {
  min-height: calc(90vh - 114px);
  align-items: center;
  margin: 0 clamp(12px, 2vw, 28px);
  border-radius: 0 0 34px 34px;
  background:
    linear-gradient(90deg, rgba(8, 35, 38, 0.76), rgba(0, 168, 132, 0.34) 48%, rgba(255, 255, 255, 0.12)),
    var(--hero-image) center/cover no-repeat;
  box-shadow: 0 28px 80px rgba(8, 35, 38, 0.18);
}

body.tx-template-coastal-luxe .tx-hero::after,
body.tx-template-coastal-luxe .tx-page-hero::after {
  height: 0;
}

body.tx-template-coastal-luxe .tx-hero__inner {
  max-width: 740px;
  padding: clamp(74px, 10vw, 130px) 0;
}

body.tx-template-coastal-luxe .tx-hero h1,
body.tx-template-coastal-luxe .tx-page-hero h1 {
  max-width: 760px;
  font-size: clamp(2.35rem, 4.1vw, 4.25rem);
}

body.tx-template-coastal-luxe .tx-btn,
body.tx-template-coastal-luxe .button,
body.tx-template-coastal-luxe .wp-element-button {
  border-radius: 999px;
}

body.tx-template-coastal-luxe .tx-metrics {
  position: relative;
  z-index: 2;
  width: var(--tx-container);
  margin: -36px auto 0;
  color: var(--tx-ink);
  background: transparent;
}

body.tx-template-coastal-luxe .tx-metrics__grid {
  overflow: hidden;
  border-radius: 26px;
  background: rgba(255, 255, 255, 0.92);
  box-shadow: 0 24px 70px rgba(8, 35, 38, 0.14);
}

body.tx-template-coastal-luxe .tx-metrics span {
  color: var(--tx-muted);
}

body.tx-template-coastal-luxe .tx-section--sand {
  background: linear-gradient(180deg, rgba(0, 168, 132, 0.08), var(--tx-sand-2));
}

body.tx-template-coastal-luxe .tx-card-grid--three {
  grid-template-columns: minmax(0, 1.25fr) repeat(2, minmax(0, 0.875fr));
}

body.tx-template-coastal-luxe .tx-card--image,
body.tx-template-coastal-luxe .tx-division-list--media .tx-division-card,
body.tx-template-coastal-luxe .tx-page-hero__visual {
  border-radius: 28px;
}

body.tx-template-coastal-luxe .tx-card--image {
  min-height: 430px;
}

body.tx-template-coastal-luxe .tx-card--image:nth-child(2n) {
  min-height: 320px;
}

body.tx-template-coastal-luxe .tx-page-hero--media {
  min-height: clamp(500px, 68vh, 700px);
  margin: 0 clamp(12px, 2vw, 28px);
  border-radius: 0 0 34px 34px;
  background:
    linear-gradient(90deg, rgba(8, 35, 38, 0.78), rgba(0, 168, 132, 0.26), rgba(217, 70, 106, 0.18)),
    var(--hero-image) center/cover no-repeat;
}

body.tx-template-coastal-luxe .tx-page-hero__visual {
  color: var(--tx-ink);
  background: rgba(255, 255, 255, 0.74);
}

body.tx-template-desert-aurora {
  background: var(--tx-sand-2);
}

body.tx-template-desert-aurora .tx-site-header {
  color: var(--tx-ink);
  background: rgba(255, 248, 238, 0.94);
  box-shadow: inset 0 -1px 0 rgba(43, 33, 26, 0.12);
}

body.tx-template-desert-aurora .tx-top-line {
  background: var(--tx-charcoal);
}

body.tx-template-desert-aurora .tx-brand__text,
body.tx-template-desert-aurora .tx-menu a,
body.tx-template-desert-aurora .tx-icon-button,
body.tx-template-desert-aurora .tx-menu-toggle {
  color: var(--tx-ink);
}

body.tx-template-desert-aurora .tx-language-switcher,
body.tx-template-desert-aurora .tx-icon-button,
body.tx-template-desert-aurora .tx-menu-toggle {
  border: 1px solid rgba(43, 33, 26, 0.12);
  background: rgba(217, 154, 34, 0.1);
}

body.tx-template-desert-aurora .tx-menu a:hover,
body.tx-template-desert-aurora .tx-menu .current-menu-item > a,
body.tx-template-desert-aurora .tx-menu .current_page_item > a {
  color: var(--tx-white);
  background: var(--tx-orange);
}

body.tx-template-desert-aurora .tx-hero,
body.tx-template-desert-aurora .tx-page-hero--media {
  width: var(--tx-container);
  min-height: clamp(540px, 72vh, 760px);
  margin: clamp(18px, 3vw, 34px) auto;
  border: 1px solid rgba(217, 154, 34, 0.32);
  border-radius: var(--tx-radius);
  align-items: center;
  background:
    linear-gradient(100deg, rgba(23, 18, 14, 0.82), rgba(43, 33, 26, 0.5) 54%, rgba(199, 102, 44, 0.22)),
    var(--hero-image) center/cover no-repeat;
  box-shadow: 0 28px 90px rgba(43, 33, 26, 0.16);
}

body.tx-template-desert-aurora .tx-hero::after,
body.tx-template-desert-aurora .tx-page-hero::after {
  inset: 22px;
  height: auto;
  border: 1px solid rgba(255, 253, 248, 0.2);
  background: none;
}

body.tx-template-desert-aurora .tx-hero__inner,
body.tx-template-desert-aurora .tx-page-hero--media .tx-page-hero__inner {
  max-width: 700px;
  padding: clamp(72px, 10vw, 132px) clamp(22px, 4vw, 50px);
}

body.tx-template-desert-aurora .tx-section-heading {
  margin-inline: 0;
  text-align: start;
}

body.tx-template-desert-aurora .tx-section--sand {
  background:
    linear-gradient(90deg, rgba(217, 154, 34, 0.16), transparent 32%),
    var(--tx-sand);
}

body.tx-template-desert-aurora .tx-metrics {
  width: var(--tx-container);
  margin: 0 auto;
  color: var(--tx-ink);
  background: transparent;
}

body.tx-template-desert-aurora .tx-metrics__grid {
  gap: 14px;
}

body.tx-template-desert-aurora .tx-metrics__grid div {
  min-height: 126px;
  border: 1px solid rgba(43, 33, 26, 0.12);
  border-left: 4px solid var(--tx-amber);
  background: var(--tx-white);
}

body.tx-template-desert-aurora .tx-metrics span {
  color: var(--tx-muted);
}

body.tx-template-desert-aurora .tx-card-grid--three {
  grid-template-columns: repeat(6, minmax(0, 1fr));
}

body.tx-template-desert-aurora .tx-card-grid--three > * {
  grid-column: span 2;
}

body.tx-template-desert-aurora .tx-card-grid--three > *:nth-child(1),
body.tx-template-desert-aurora .tx-card-grid--three > *:nth-child(5) {
  grid-column: span 3;
}

body.tx-template-desert-aurora .tx-card--image,
body.tx-template-desert-aurora .tx-post-card,
body.tx-template-desert-aurora .tx-value-grid div {
  border: 1px solid rgba(43, 33, 26, 0.12);
  box-shadow: 0 20px 60px rgba(43, 33, 26, 0.08);
}

body.tx-template-desert-aurora .tx-division-list--media .tx-division-card:nth-child(even) .tx-division-card__media {
  order: 2;
}

body.tx-template-desert-aurora .tx-page-hero__visual {
  border-color: rgba(217, 154, 34, 0.38);
  background: rgba(23, 18, 14, 0.72);
}

body.tx-template-executive-marine {
  background: var(--tx-sand-2);
}

body.tx-template-executive-marine .tx-site-header {
  background: rgba(7, 17, 31, 0.96);
}

body.tx-template-executive-marine .tx-top-line {
  background: linear-gradient(90deg, var(--tx-charcoal), var(--tx-green));
}

body.tx-template-executive-marine .tx-main-nav__inner {
  min-height: 66px;
}

body.tx-template-executive-marine .tx-menu a {
  border-radius: 4px;
  font-size: 0.82rem;
  letter-spacing: 0.02em;
}

body.tx-template-executive-marine .tx-hero {
  min-height: clamp(560px, 78vh, 760px);
  align-items: center;
  background:
    linear-gradient(90deg, rgba(7, 17, 31, 0.96) 0 54%, rgba(7, 17, 31, 0.2) 54%),
    var(--hero-image) right center/52% 100% no-repeat,
    var(--tx-charcoal);
}

body.tx-template-executive-marine .tx-hero::after,
body.tx-template-executive-marine .tx-page-hero::after {
  left: max(20px, calc((100vw - 1180px) / 2));
  right: auto;
  bottom: clamp(42px, 8vw, 86px);
  width: 96px;
  height: 4px;
  background: var(--tx-green);
}

body.tx-template-executive-marine .tx-hero__inner {
  max-width: 620px;
  padding: clamp(78px, 10vw, 140px) 0;
}

body.tx-template-executive-marine .tx-hero h1,
body.tx-template-executive-marine .tx-page-hero h1 {
  max-width: 650px;
  font-size: clamp(2.25rem, 3.8vw, 4rem);
}

body.tx-template-executive-marine .tx-section-heading {
  margin-inline: 0;
  text-align: start;
}

body.tx-template-executive-marine .tx-metrics {
  color: var(--tx-white);
  background: var(--tx-charcoal);
}

body.tx-template-executive-marine .tx-metrics__grid div {
  min-height: 118px;
  border-left-color: rgba(255, 255, 255, 0.08);
}

body.tx-template-executive-marine .tx-card--image,
body.tx-template-executive-marine .tx-post-card,
body.tx-template-executive-marine .tx-value-grid div,
body.tx-template-executive-marine .tx-industry-grid span {
  border-top: 4px solid var(--tx-green);
  border-radius: 4px;
  box-shadow: 0 16px 48px rgba(7, 17, 31, 0.08);
}

body.tx-template-executive-marine .tx-card--image {
  min-height: 310px;
}

body.tx-template-executive-marine .tx-page-hero--media {
  min-height: clamp(480px, 64vh, 660px);
  background:
    linear-gradient(90deg, rgba(7, 17, 31, 0.96) 0 56%, rgba(7, 17, 31, 0.32) 56%),
    var(--hero-image) right center/50% 100% no-repeat,
    var(--tx-charcoal);
}

body.tx-template-executive-marine .tx-page-hero__visual {
  bottom: clamp(42px, 7vw, 78px);
  min-height: 152px;
  border-radius: 4px;
  border-color: rgba(15, 155, 142, 0.36);
  background: rgba(16, 28, 47, 0.86);
}

body.tx-template-executive-marine .tx-division-list--media {
  gap: 18px;
}

body.tx-template-executive-marine .tx-division-list--media .tx-division-card {
  min-height: 280px;
  grid-template-columns: minmax(210px, 0.42fr) minmax(0, 1fr);
  border: 1px solid var(--tx-line);
  border-left: 5px solid var(--tx-green);
  border-radius: 4px;
  box-shadow: 0 14px 42px rgba(7, 17, 31, 0.08);
}

body.tx-template-executive-marine .tx-division-card__media {
  min-height: 280px;
}

body.tx-template-event-pulse {
  background: var(--tx-charcoal);
}

body.tx-template-event-pulse .tx-site-header {
  background: rgba(18, 16, 24, 0.94);
}

body.tx-template-event-pulse .tx-top-line {
  background: linear-gradient(90deg, var(--tx-amber), var(--tx-green), var(--tx-orange), var(--tx-magenta));
}

body.tx-template-event-pulse .tx-hero {
  min-height: calc(88vh - 114px);
  align-items: center;
  text-align: center;
  background:
    radial-gradient(circle at 18% 18%, rgba(255, 206, 46, 0.24), transparent 24%),
    radial-gradient(circle at 82% 28%, rgba(255, 61, 129, 0.28), transparent 28%),
    linear-gradient(180deg, rgba(18, 16, 24, 0.72), rgba(18, 16, 24, 0.94)),
    var(--hero-image) center/cover no-repeat;
}

body.tx-template-event-pulse .tx-hero__inner {
  max-width: 1040px;
  margin: 0 auto;
  padding: clamp(72px, 10vw, 136px) 0;
}

body.tx-template-event-pulse .tx-hero h1,
body.tx-template-event-pulse .tx-page-hero h1 {
  max-width: 980px;
  margin-inline: auto;
  font-size: clamp(2.35rem, 5vw, 5.2rem);
}

body.tx-template-event-pulse .tx-hero p:not(.tx-script),
body.tx-template-event-pulse .tx-page-hero p:not(.tx-eyebrow) {
  margin-inline: auto;
}

body.tx-template-event-pulse .tx-actions,
body.tx-template-event-pulse .tx-promo__inner,
body.tx-template-event-pulse .tx-footer-cta {
  justify-content: center;
  text-align: center;
}

body.tx-template-event-pulse .tx-section {
  color: var(--tx-white);
  background: var(--tx-charcoal);
}

body.tx-template-event-pulse .tx-section--sand {
  background:
    radial-gradient(circle at 12% 20%, rgba(255, 206, 46, 0.16), transparent 26%),
    radial-gradient(circle at 88% 26%, rgba(213, 0, 109, 0.18), transparent 28%),
    var(--tx-ink);
}

body.tx-template-event-pulse .tx-section-heading h2,
body.tx-template-event-pulse .tx-split h2 {
  color: var(--tx-white);
}

body.tx-template-event-pulse .tx-section p,
body.tx-template-event-pulse .tx-split p {
  color: rgba(255, 255, 255, 0.72);
}

body.tx-template-event-pulse .tx-metrics,
body.tx-template-event-pulse .tx-promo {
  background: linear-gradient(100deg, var(--tx-magenta), var(--tx-orange), var(--tx-amber));
}

body.tx-template-event-pulse .tx-card-grid--three {
  grid-template-columns: repeat(12, minmax(0, 1fr));
}

body.tx-template-event-pulse .tx-card-grid--three > * {
  grid-column: span 4;
}

body.tx-template-event-pulse .tx-card-grid--three > *:nth-child(1),
body.tx-template-event-pulse .tx-card-grid--three > *:nth-child(6) {
  grid-column: span 6;
}

body.tx-template-event-pulse .tx-card--image,
body.tx-template-event-pulse .tx-post-card,
body.tx-template-event-pulse .tx-value-grid div,
body.tx-template-event-pulse .tx-industry-grid span {
  color: var(--tx-white);
  border: 1px solid rgba(255, 255, 255, 0.12);
  background:
    linear-gradient(135deg, rgba(213, 0, 109, 0.22), rgba(255, 107, 44, 0.12)),
    var(--tx-ink);
  box-shadow: 0 22px 70px rgba(0, 0, 0, 0.22);
}

body.tx-template-event-pulse .tx-card--image {
  min-height: 390px;
}

body.tx-template-event-pulse .tx-card--image::before {
  opacity: 0.8;
}

body.tx-template-event-pulse .tx-post-card p,
body.tx-template-event-pulse .tx-value-grid p,
body.tx-template-event-pulse .tx-industry-grid span {
  color: rgba(255, 255, 255, 0.72);
}

body.tx-template-event-pulse .tx-page-hero--media {
  min-height: clamp(500px, 68vh, 700px);
  align-items: center;
  text-align: center;
  background:
    radial-gradient(circle at 16% 24%, rgba(255, 206, 46, 0.2), transparent 24%),
    radial-gradient(circle at 82% 28%, rgba(213, 0, 109, 0.22), transparent 30%),
    linear-gradient(180deg, rgba(18, 16, 24, 0.7), rgba(18, 16, 24, 0.96)),
    var(--hero-image) center/cover no-repeat;
}

body.tx-template-event-pulse .tx-page-hero--media .tx-page-hero__inner {
  margin: 0 auto;
}

body.tx-template-event-pulse .tx-page-hero__visual {
  display: none;
}

body.tx-template-event-pulse .tx-division-list--media {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

body.tx-template-event-pulse .tx-division-list--media .tx-division-card {
  display: grid;
  grid-template-columns: 1fr;
  min-height: 0;
  color: var(--tx-white);
  background: var(--tx-ink);
}

body.tx-template-event-pulse .tx-division-card__media {
  min-height: 250px;
}

body.tx-template-event-pulse .tx-division-card__body p:not(.tx-eyebrow),
body.tx-template-event-pulse .tx-division-card__body li {
  color: rgba(255, 255, 255, 0.74);
}

/* Strong preset separation: each option becomes a different site structure. */
body.tx-template-coastal-luxe .tx-site-header {
  position: fixed;
  top: 18px;
  left: 50%;
  width: min(1180px, calc(100vw - 40px));
  overflow: visible;
  border: 1px solid rgba(8, 35, 38, 0.12);
  border-radius: 28px;
  transform: translateX(-50%);
}

body.admin-bar.tx-template-coastal-luxe .tx-site-header {
  top: 50px;
}

body.tx-template-coastal-luxe .tx-top-line {
  overflow: hidden;
  border-radius: 27px 27px 0 0;
  background: linear-gradient(90deg, var(--tx-green), var(--tx-magenta));
}

body.tx-template-coastal-luxe .tx-main-nav__inner {
  min-height: 70px;
}

body.tx-template-coastal-luxe .tx-hero {
  min-height: 100vh;
  margin: 0;
  border-radius: 0 0 56px 56px;
  padding-top: 118px;
}

body.tx-template-coastal-luxe .tx-hero__inner {
  display: grid;
  grid-template-columns: minmax(0, 0.86fr) minmax(280px, 0.46fr);
  gap: clamp(34px, 6vw, 84px);
  align-items: end;
  max-width: none;
  width: var(--tx-container);
}

body.tx-template-coastal-luxe .tx-hero__inner::after {
  content: "";
  min-height: 280px;
  border: 1px solid rgba(255, 255, 255, 0.32);
  border-radius: 30px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.88), rgba(255, 255, 255, 0.62)),
    linear-gradient(90deg, var(--tx-green) 0 28%, transparent 28% 36%, var(--tx-amber) 36% 60%, transparent 60% 68%, var(--tx-magenta) 68%);
  box-shadow: 0 30px 80px rgba(8, 35, 38, 0.25);
  backdrop-filter: blur(18px);
}

body.tx-template-coastal-luxe .tx-card-grid--three {
  align-items: stretch;
}

body.tx-template-coastal-luxe .tx-card-grid--three > *:first-child {
  grid-row: span 2;
  min-height: 560px;
}

body.tx-template-coastal-luxe .tx-section {
  padding-block: clamp(82px, 9vw, 136px);
}

body.tx-template-coastal-luxe .tx-division-list--media .tx-division-card {
  grid-template-columns: minmax(320px, 0.7fr) minmax(0, 1fr);
}

body.tx-template-coastal-luxe .tx-division-list--media .tx-division-card:nth-child(even) {
  grid-template-columns: minmax(0, 1fr) minmax(320px, 0.7fr);
}

body.tx-template-coastal-luxe .tx-division-list--media .tx-division-card:nth-child(even) .tx-division-card__media {
  order: 2;
}

body.tx-template-desert-aurora .tx-site-header {
  position: fixed;
  inset: 0 auto 0 0;
  width: 292px;
  display: grid;
  grid-template-rows: auto 1fr;
  overflow: auto;
  border-right: 1px solid rgba(43, 33, 26, 0.14);
  background:
    linear-gradient(180deg, rgba(255, 248, 238, 0.98), rgba(243, 229, 207, 0.94)),
    var(--tx-sand);
}

body.admin-bar.tx-template-desert-aurora .tx-site-header {
  top: 32px;
}

body.tx-template-desert-aurora .tx-main,
body.tx-template-desert-aurora .tx-site-footer {
  margin-left: 292px;
}

body.tx-template-desert-aurora .tx-top-line__inner,
body.tx-template-desert-aurora .tx-main-nav__inner {
  width: auto;
  min-height: auto;
  display: grid;
  justify-items: start;
  gap: 18px;
  padding: 24px;
}

body.tx-template-desert-aurora .tx-top-line__inner {
  color: var(--tx-white);
}

body.tx-template-desert-aurora .tx-primary-nav,
body.tx-template-desert-aurora .tx-menu,
body.tx-template-desert-aurora .tx-nav-tools {
  width: 100%;
  display: grid;
  justify-content: stretch;
}

body.tx-template-desert-aurora .tx-menu {
  gap: 8px;
}

body.tx-template-desert-aurora .tx-menu a {
  width: 100%;
  justify-content: space-between;
  border: 1px solid rgba(43, 33, 26, 0.1);
  background: rgba(255, 255, 255, 0.42);
}

body.tx-template-desert-aurora .tx-nav-tools {
  grid-template-columns: 1fr 44px;
  align-items: center;
}

body.tx-template-desert-aurora .tx-hero,
body.tx-template-desert-aurora .tx-page-hero--media {
  width: calc(100vw - 292px - 72px);
  min-height: calc(100vh - 72px);
  margin: 36px auto;
}

body.tx-template-desert-aurora .tx-section {
  padding-inline: clamp(22px, 4vw, 58px);
}

body.tx-template-desert-aurora .tx-card-grid--three {
  grid-auto-flow: dense;
}

body.tx-template-desert-aurora .tx-division-list--media .tx-division-card {
  grid-template-columns: minmax(0, 0.95fr) minmax(0, 1.05fr);
  border: 1px solid rgba(43, 33, 26, 0.12);
  background: linear-gradient(135deg, rgba(255, 248, 238, 0.96), rgba(255, 253, 248, 0.86));
}

body.tx-template-desert-aurora .tx-page-hero__visual {
  left: auto;
  right: clamp(28px, 4vw, 56px);
  width: min(260px, 30vw);
}

body.tx-template-executive-marine .tx-main {
  background:
    linear-gradient(90deg, rgba(7, 17, 31, 0.035) 1px, transparent 1px),
    linear-gradient(180deg, rgba(7, 17, 31, 0.035) 1px, transparent 1px),
    var(--tx-sand-2);
  background-size: 56px 56px;
}

body.tx-template-executive-marine .tx-site-header {
  position: sticky;
  top: 0;
  border-bottom: 1px solid rgba(15, 155, 142, 0.22);
}

body.admin-bar.tx-template-executive-marine .tx-site-header {
  top: 32px;
}

body.tx-template-executive-marine .tx-top-line {
  font-size: 0.72rem;
}

body.tx-template-executive-marine .tx-hero {
  min-height: calc(100vh - 102px);
  border-bottom: 1px solid rgba(15, 155, 142, 0.2);
}

body.tx-template-executive-marine .tx-hero__inner {
  display: grid;
  grid-template-columns: minmax(0, 0.74fr) minmax(300px, 0.58fr);
  gap: clamp(36px, 6vw, 88px);
  align-items: center;
  max-width: none;
  width: var(--tx-container);
}

body.tx-template-executive-marine .tx-hero__inner::after {
  content: "";
  min-height: 360px;
  border: 1px solid rgba(15, 155, 142, 0.34);
  border-radius: 4px;
  background:
    linear-gradient(90deg, transparent 0 23%, rgba(15, 155, 142, 0.28) 23% 24%, transparent 24% 49%, rgba(15, 155, 142, 0.28) 49% 50%, transparent 50% 74%, rgba(15, 155, 142, 0.28) 74% 75%, transparent 75%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.1), rgba(15, 155, 142, 0.14)),
    var(--hero-image) center/cover no-repeat;
  box-shadow: 0 22px 70px rgba(7, 17, 31, 0.32);
}

body.tx-template-executive-marine .tx-section {
  padding-block: clamp(56px, 6vw, 90px);
}

body.tx-template-executive-marine .tx-section > .tx-container {
  width: min(1280px, calc(100vw - 56px));
}

body.tx-template-executive-marine .tx-card-grid--three,
body.tx-template-executive-marine .tx-value-grid,
body.tx-template-executive-marine .tx-industry-grid {
  gap: 12px;
}

body.tx-template-executive-marine .tx-card-grid--three {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

body.tx-template-executive-marine .tx-card--image,
body.tx-template-executive-marine .tx-post-card,
body.tx-template-executive-marine .tx-value-grid div,
body.tx-template-executive-marine .tx-industry-grid span {
  min-height: 210px;
}

body.tx-template-executive-marine .tx-division-list--media .tx-division-card__body ul {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

body.tx-template-event-pulse .tx-site-header {
  position: sticky;
  top: 12px;
  z-index: 90;
  width: min(1180px, calc(100vw - 40px));
  margin: 12px auto 0;
  overflow: visible;
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 999px;
  background:
    linear-gradient(135deg, rgba(18, 16, 24, 0.9), rgba(33, 29, 43, 0.84)),
    rgba(18, 16, 24, 0.94);
  box-shadow: 0 22px 80px rgba(0, 0, 0, 0.34);
  backdrop-filter: blur(18px);
}

body.admin-bar.tx-template-event-pulse .tx-site-header {
  top: 44px;
}

body.tx-template-event-pulse .tx-top-line {
  min-height: 5px;
  overflow: hidden;
  border-radius: 999px 999px 0 0;
}

body.tx-template-event-pulse .tx-top-line__inner {
  width: auto;
  min-height: 5px;
  max-height: 5px;
  padding: 0;
  overflow: hidden;
  color: transparent;
}

body.tx-template-event-pulse .tx-main-nav__inner {
  min-height: 70px;
  gap: 18px;
  padding-inline: 22px;
}

body.tx-template-event-pulse .tx-menu {
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 6px;
}

body.tx-template-event-pulse .tx-menu a {
  min-height: 40px;
  padding: 8px 13px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.06);
  font-size: 0.84rem;
}

body.tx-template-event-pulse .tx-language-switcher {
  border-radius: 999px;
}

body.tx-template-event-pulse .tx-icon-button,
body.tx-template-event-pulse .tx-menu-toggle {
  border-radius: 999px;
}

body.tx-template-event-pulse .tx-hero {
  min-height: calc(100vh - 88px);
  margin-top: -87px;
  padding-top: 140px;
  padding-bottom: 72px;
}

body.tx-template-event-pulse .tx-hero::after,
body.tx-template-event-pulse .tx-page-hero::after {
  height: 14px;
  background: linear-gradient(90deg, var(--tx-amber), var(--tx-green), var(--tx-orange), var(--tx-magenta), var(--tx-pink));
  transform-origin: left center;
  transform: scaleX(var(--tx-scroll-progress, 0.08));
}

body.tx-template-event-pulse .tx-card-grid--three {
  grid-auto-flow: dense;
}

body.tx-template-event-pulse .tx-card-grid--three > *:nth-child(2),
body.tx-template-event-pulse .tx-card-grid--three > *:nth-child(5) {
  grid-row: span 2;
  min-height: 560px;
}

body.tx-template-event-pulse .tx-section {
  padding-block: clamp(82px, 9vw, 132px);
}

body.tx-template-event-pulse .tx-division-list--media .tx-division-card:nth-child(3n + 1) {
  grid-column: 1 / -1;
  grid-template-columns: minmax(300px, 0.48fr) minmax(0, 1fr);
}

.tx-template-runtime::before {
  content: "";
  position: fixed;
  inset: 0 auto auto 0;
  z-index: 140;
  width: calc(var(--tx-scroll-progress, 0) * 100vw);
  height: 3px;
  background: linear-gradient(90deg, var(--tx-amber), var(--tx-green), var(--tx-magenta));
  pointer-events: none;
}

.tx-motion-layer {
  position: fixed;
  inset: 0;
  z-index: 0;
  overflow: hidden;
  pointer-events: none;
}

.tx-motion-layer i {
  position: absolute;
  display: block;
  opacity: 0.35;
  transform: translate3d(0, 0, 0);
}

.tx-template-coastal-luxe-motion i {
  left: -12vw;
  right: -12vw;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(0, 168, 132, 0.34), rgba(255, 255, 255, 0.28), transparent);
  animation: txCoastalDrift 9s ease-in-out infinite alternate;
}

.tx-template-coastal-luxe-motion i:nth-child(1) { top: 26%; }
.tx-template-coastal-luxe-motion i:nth-child(2) { top: 42%; animation-delay: -2s; }
.tx-template-coastal-luxe-motion i:nth-child(3) { top: 68%; animation-delay: -4s; }
.tx-template-coastal-luxe-motion i:nth-child(4) { display: none; }

.tx-template-desert-aurora-motion i {
  top: -20vh;
  bottom: -20vh;
  width: 1px;
  background: linear-gradient(180deg, transparent, rgba(217, 154, 34, 0.28), transparent);
  animation: txDesertRise 12s linear infinite;
}

.tx-template-desert-aurora-motion i:nth-child(1) { left: calc(292px + 12vw); }
.tx-template-desert-aurora-motion i:nth-child(2) { left: calc(292px + 34vw); animation-delay: -4s; }
.tx-template-desert-aurora-motion i:nth-child(3) { left: calc(292px + 58vw); animation-delay: -8s; }
.tx-template-desert-aurora-motion i:nth-child(4) { display: none; }

.tx-template-executive-marine-motion i {
  width: 18vw;
  height: 1px;
  background: rgba(15, 155, 142, 0.28);
  animation: txExecutiveSweep 7s linear infinite;
}

.tx-template-executive-marine-motion i:nth-child(1) { top: 22%; left: 8%; }
.tx-template-executive-marine-motion i:nth-child(2) { top: 46%; left: 52%; animation-delay: -2s; }
.tx-template-executive-marine-motion i:nth-child(3) { top: 72%; left: 22%; animation-delay: -4s; }
.tx-template-executive-marine-motion i:nth-child(4) { display: none; }

.tx-template-event-pulse-motion i {
  width: 36vw;
  height: 2px;
  background: linear-gradient(90deg, transparent, rgba(255, 206, 46, 0.42), rgba(213, 0, 109, 0.52), transparent);
  transform: rotate(-18deg);
  animation: txEventBeam 5.5s ease-in-out infinite alternate;
}

.tx-template-event-pulse-motion i:nth-child(1) { top: 18%; left: 4%; }
.tx-template-event-pulse-motion i:nth-child(2) { top: 38%; right: 2%; animation-delay: -1.4s; }
.tx-template-event-pulse-motion i:nth-child(3) { top: 66%; left: 18%; animation-delay: -2.8s; }
.tx-template-event-pulse-motion i:nth-child(4) { top: 82%; right: 20%; animation-delay: -4.2s; }

@keyframes txCoastalDrift {
  from { transform: translateX(-6vw) translateY(-6px); }
  to { transform: translateX(6vw) translateY(8px); }
}

@keyframes txDesertRise {
  from { transform: translateY(22vh); }
  to { transform: translateY(-22vh); }
}

@keyframes txExecutiveSweep {
  from { transform: translateX(-8vw); opacity: 0.06; }
  45% { opacity: 0.42; }
  to { transform: translateX(14vw); opacity: 0.08; }
}

@keyframes txEventBeam {
  from { transform: translateX(-8vw) rotate(-18deg); }
  to { transform: translateX(8vw) rotate(-18deg); }
}

@media (max-width: 1100px) {
  body.tx-template-coastal-luxe .tx-card-grid--three,
  body.tx-template-event-pulse .tx-card-grid--three {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  body.tx-template-coastal-luxe .tx-card-grid--three > *,
  body.tx-template-event-pulse .tx-card-grid--three > *,
  body.tx-template-event-pulse .tx-card-grid--three > *:nth-child(1),
  body.tx-template-event-pulse .tx-card-grid--three > *:nth-child(6) {
    grid-column: auto;
  }

  body.tx-template-event-pulse .tx-division-list--media {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 860px) {
  body.tx-template-coastal-luxe .tx-site-header {
    top: 0;
    left: 0;
    width: 100%;
    border-radius: 0;
    transform: none;
  }

  body.admin-bar.tx-template-coastal-luxe .tx-site-header {
    top: 32px;
  }

  body.tx-template-coastal-luxe .tx-hero,
  body.tx-template-coastal-luxe .tx-page-hero--media,
  body.tx-template-desert-aurora .tx-hero,
  body.tx-template-desert-aurora .tx-page-hero--media {
    width: auto;
    margin: 0;
    border-radius: 0;
  }

  body.tx-template-coastal-luxe .tx-hero__inner,
  body.tx-template-executive-marine .tx-hero__inner {
    grid-template-columns: 1fr;
  }

  body.tx-template-coastal-luxe .tx-hero__inner::after,
  body.tx-template-executive-marine .tx-hero__inner::after {
    display: none;
  }

  body.tx-template-desert-aurora .tx-site-header {
    position: sticky;
    inset: auto;
    top: 0;
    width: auto;
    display: block;
    overflow: visible;
  }

  body.admin-bar.tx-template-desert-aurora .tx-site-header {
    top: 32px;
  }

  body.tx-template-desert-aurora .tx-main,
  body.tx-template-desert-aurora .tx-site-footer {
    margin-left: 0;
  }

  body.tx-template-desert-aurora .tx-top-line__inner {
    width: var(--tx-container);
    min-height: 36px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0;
  }

  body.tx-template-desert-aurora .tx-main-nav__inner {
    width: var(--tx-container);
    min-height: 68px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0;
  }

  body.tx-template-desert-aurora .tx-primary-nav {
    display: none;
  }

  body.tx-template-desert-aurora .tx-main-nav.is-open .tx-primary-nav {
    display: block;
  }

  body.tx-template-desert-aurora .tx-nav-tools {
    width: auto;
    display: flex;
  }

  body.tx-template-executive-marine .tx-hero,
  body.tx-template-executive-marine .tx-page-hero--media {
    background:
      linear-gradient(180deg, rgba(7, 17, 31, 0.94), rgba(7, 17, 31, 0.72)),
      var(--hero-image) center/cover no-repeat;
  }

  body.tx-template-executive-marine .tx-division-list--media .tx-division-card,
  body.tx-template-event-pulse .tx-division-list--media .tx-division-card {
    grid-template-columns: 1fr;
  }

  body.tx-template-executive-marine .tx-division-card__media {
    min-height: 260px;
  }

  body.tx-template-event-pulse .tx-site-header {
    top: 0;
    width: 100%;
    margin-top: 0;
    border-radius: 18px;
  }

  body.admin-bar.tx-template-event-pulse .tx-site-header {
    top: 32px;
  }

  body.tx-template-event-pulse .tx-hero {
    margin-top: -75px;
    padding-top: 128px;
  }

  body.tx-template-event-pulse .tx-primary-nav {
    top: calc(100% + 8px);
    bottom: auto;
  }
}

@media (max-width: 640px) {
  body.tx-template-coastal-luxe .tx-card-grid--three,
  body.tx-template-desert-aurora .tx-card-grid--three,
  body.tx-template-event-pulse .tx-card-grid--three {
    grid-template-columns: 1fr;
  }

  body.tx-template-desert-aurora .tx-card-grid--three > *,
  body.tx-template-desert-aurora .tx-card-grid--three > *:nth-child(1),
  body.tx-template-desert-aurora .tx-card-grid--three > *:nth-child(5) {
    grid-column: auto;
  }

  body.tx-template-coastal-luxe .tx-metrics,
  body.tx-template-desert-aurora .tx-metrics {
    width: auto;
    margin: 0;
  }
}

@media (prefers-reduced-motion: reduce) {
  .tx-reveal {
    opacity: 1;
    transform: none;
  }

  [data-parallax],
  .tx-card--image,
  .tx-division-list--media .tx-division-card,
  .tx-division-card__media,
  .tx-page-hero__visual {
    transform: none !important;
    background-position: center center !important;
  }
}
