.tt-home-page {
  --tt-home-gold: #d8b36a;
  --tt-home-gold-strong: #f0d18d;
  --tt-home-gold-soft: rgba(216, 179, 106, 0.16);
  --tt-home-cream: #f5ecda;
  --tt-home-cream-soft: rgba(245, 236, 218, 0.76);
  --tt-home-ink: #050505;
  --tt-home-ink-soft: #0d0d0f;
  --tt-home-card: rgba(12, 12, 13, 0.84);
  --tt-home-card-border: rgba(255, 255, 255, 0.08);
  --tt-home-spot-x: 74%;
  --tt-home-spot-y: 18%;
  background:
    radial-gradient(circle at 14% 8%, rgba(216, 179, 106, 0.12), transparent 26%),
    radial-gradient(circle at 84% 18%, rgba(216, 179, 106, 0.1), transparent 24%),
    linear-gradient(180deg, #030303 0%, #090909 18%, #050505 52%, #020202 100%);
  color: var(--tt-home-cream);
  overflow: hidden;
}

.tt-home-page section {
  position: relative;
  z-index: 1;
}

.tt-home-page .container,
.tt-home-page .container-fluid {
  position: relative;
  z-index: 2;
}

.tt-home-page img {
  backface-visibility: hidden;
}

.tt-home-kicker {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 18px;
  color: var(--tt-home-gold-strong);
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 0.24em;
  text-transform: uppercase;
}

.tt-home-kicker::before {
  content: "";
  width: 42px;
  height: 1px;
  background: linear-gradient(90deg, transparent, var(--tt-home-gold));
}

.tt-home-hero {
  background:
    radial-gradient(circle at var(--tt-home-spot-x) var(--tt-home-spot-y), rgba(240, 209, 141, 0.16), transparent 24%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.03), transparent 20%),
    transparent;
}

.tt-home-grid {
  position: absolute;
  inset: 0;
  background-image:
    linear-gradient(rgba(255, 255, 255, 0.02) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.02) 1px, transparent 1px);
  background-size: 120px 120px;
  mask-image: linear-gradient(180deg, rgba(0, 0, 0, 0.85), transparent);
  opacity: 0.22;
  pointer-events: none;
}

.tt-home-orb {
  position: absolute;
  border-radius: 50%;
  filter: blur(18px);
  pointer-events: none;
}

.tt-home-orb-one {
  top: 170px;
  right: 8%;
  width: 220px;
  height: 220px;
  background: radial-gradient(circle, rgba(240, 209, 141, 0.22), transparent 70%);
}

.tt-home-orb-two {
  bottom: 90px;
  left: 7%;
  width: 180px;
  height: 180px;
  background: radial-gradient(circle, rgba(240, 209, 141, 0.12), transparent 72%);
}

.tt-home-hero-copy {
  max-width: 820px;
}

.tt-home-hero-title,
.tt-home-section-title {
  color: #ffffff;
  letter-spacing: -0.045em;
  line-height: 0.98;
}

.tt-home-hero-title {
  margin-bottom: 24px;
  font-size: clamp(48px, 7vw, 104px);
}

.tt-home-hero-title span {
  background: linear-gradient(135deg, #f0d18d 0%, #e6b96a 42%, #fff3d0 100%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}

.tt-home-hero-lead,
.tt-home-section-copy {
  max-width: 650px;
  color: var(--tt-home-cream-soft);
  font-size: 18px;
  line-height: 1.85;
}

.tt-home-hero-actions,
.tt-home-final-cta-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
}

.tt-home-hero-actions {
  margin: 34px 0 42px;
}

.tt-home-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 58px;
  padding: 16px 28px;
  border-radius: 999px;
  border: 1px solid transparent;
  font-size: 15px;
  font-weight: 600;
  letter-spacing: 0.02em;
}

.tt-home-btn-primary {
  background: linear-gradient(135deg, #f0d18d 0%, #d8b36a 100%);
  color: #111111;
  box-shadow: 0 20px 50px rgba(216, 179, 106, 0.18);
}

.tt-home-btn-primary:hover {
  color: #000000;
  transform: translateY(-2px);
}

.tt-home-btn-secondary {
  border-color: rgba(216, 179, 106, 0.3);
  background: rgba(255, 255, 255, 0.02);
  color: var(--tt-home-cream);
}

.tt-home-btn-secondary:hover {
  border-color: rgba(216, 179, 106, 0.72);
  color: var(--tt-home-gold-strong);
}

.tt-home-hero-proof {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}

.tt-home-proof-card {
  padding: 24px 22px;
  border-radius: 22px;
  border: 1px solid var(--tt-home-card-border);
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.045), rgba(255, 255, 255, 0.02));
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.05),
    0 20px 50px rgba(0, 0, 0, 0.18);
  backdrop-filter: blur(10px);
}

.tt-home-proof-value {
  display: block;
  margin-bottom: 10px;
  color: var(--tt-home-gold-strong);
  font-size: clamp(28px, 4vw, 42px);
  font-weight: 700;
  letter-spacing: -0.05em;
}

.tt-home-proof-card p {
  margin: 0;
  color: rgba(245, 236, 218, 0.68);
  font-size: 14px;
  line-height: 1.65;
}

.tt-home-hero-stage {
  position: relative;
  min-height: 640px;
  perspective: 1200px;
}

.tt-home-hero-orbit {
  position: absolute;
  inset: 12px;
  border: 1px dashed rgba(216, 179, 106, 0.16);
  border-radius: 50%;
  animation: ttHomeOrbit 24s linear infinite;
}

.tt-home-hero-orbit span {
  position: absolute;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: radial-gradient(circle, #fff5d3, var(--tt-home-gold));
  box-shadow: 0 0 18px rgba(216, 179, 106, 0.55);
}

.tt-home-hero-orbit span:nth-child(1) {
  top: 10%;
  left: 16%;
}

.tt-home-hero-orbit span:nth-child(2) {
  top: 22%;
  right: 7%;
}

.tt-home-hero-orbit span:nth-child(3) {
  bottom: 10%;
  left: 25%;
}

.tt-home-hero-frame {
  position: absolute;
  inset: 48px 28px 78px 20px;
  padding: 16px;
  border-radius: 36px;
  border: 1px solid rgba(216, 179, 106, 0.24);
  background: linear-gradient(160deg, rgba(255, 255, 255, 0.09), rgba(255, 255, 255, 0.02));
  box-shadow:
    0 28px 80px rgba(0, 0, 0, 0.45),
    inset 0 1px 0 rgba(255, 255, 255, 0.06);
  overflow: hidden;
  transform-style: preserve-3d;
}

.tt-home-hero-frame::before {
  content: "";
  position: absolute;
  inset: -36% auto auto -16%;
  width: 64%;
  height: 190%;
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.22), transparent);
  transform: rotate(24deg);
  opacity: 0.25;
  pointer-events: none;
}

.tt-home-hero-frame img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 24px;
  filter: saturate(0.86) contrast(1.04) brightness(0.82);
}

.tt-home-frame-caption {
  position: absolute;
  right: 28px;
  bottom: 30px;
  display: flex;
  flex-direction: column;
  gap: 4px;
  padding: 16px 18px;
  border-radius: 18px;
  border: 1px solid rgba(216, 179, 106, 0.28);
  background: rgba(8, 8, 8, 0.78);
  backdrop-filter: blur(12px);
}

.tt-home-frame-caption span,
.tt-home-floating-card span,
.tt-home-card-label,
.tt-home-process-label,
.tt-home-review-pill span {
  color: var(--tt-home-gold-strong);
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.tt-home-frame-caption strong,
.tt-home-floating-card strong {
  color: #ffffff;
  font-size: 15px;
  font-weight: 600;
}

.tt-home-floating-card {
  position: absolute;
  max-width: 250px;
  padding: 18px 20px;
  border-radius: 22px;
  border: 1px solid rgba(216, 179, 106, 0.22);
  background: rgba(8, 8, 9, 0.85);
  box-shadow: 0 20px 46px rgba(0, 0, 0, 0.28);
  backdrop-filter: blur(12px);
}

.tt-home-floating-card p {
  margin: 6px 0 0;
  color: rgba(245, 236, 218, 0.68);
  font-size: 13px;
  line-height: 1.6;
}

.tt-home-floating-card.one {
  top: 8px;
  left: 0;
  animation: ttHomeFloat 6.2s ease-in-out infinite;
}

.tt-home-floating-card.two {
  right: 0;
  bottom: 120px;
  animation: ttHomeFloat 7s ease-in-out infinite 0.35s;
}

.tt-home-quote-chip {
  position: absolute;
  left: 38px;
  bottom: 26px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 44px;
  padding: 0 18px;
  border-radius: 999px;
  background: rgba(216, 179, 106, 0.14);
  border: 1px solid rgba(216, 179, 106, 0.3);
  color: var(--tt-home-gold-strong);
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 0.04em;
  backdrop-filter: blur(10px);
}

.tt-home-quote-chip:hover,
.tt-home-link-cta:hover,
.tt-home-quote-phone:hover {
  color: #fff3ce;
}

.tt-home-marquee {
  padding: 18px 0;
  border-top: 1px solid rgba(216, 179, 106, 0.12);
  border-bottom: 1px solid rgba(216, 179, 106, 0.12);
  background: rgba(255, 255, 255, 0.02);
  overflow: hidden;
}

.tt-home-marquee-track {
  display: flex;
  width: max-content;
  gap: 30px;
  animation: ttHomeMarquee 28s linear infinite;
}

.tt-home-marquee-track span {
  position: relative;
  color: rgba(245, 236, 218, 0.72);
  font-size: 14px;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  white-space: nowrap;
}

.tt-home-marquee-track span::after {
  content: "•";
  margin-left: 30px;
  color: var(--tt-home-gold);
}

.tt-home-section-heading {
  max-width: 780px;
}

.tt-home-section-title {
  margin-bottom: 0;
  font-size: clamp(34px, 5vw, 62px);
}

.tt-home-value-card,
.tt-home-showcase-card,
.tt-home-service-card,
.tt-home-quote-panel,
.tt-home-quote-sheet,
.tt-home-process-item,
.tt-home-team-card,
.tt-home-advantage-wrap,
.tt-home-brand-shell,
.tt-home-final-cta-wrap {
  position: relative;
  overflow: hidden;
  border: 1px solid rgba(216, 179, 106, 0.16);
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.045), rgba(255, 255, 255, 0.015));
  box-shadow:
    0 22px 60px rgba(0, 0, 0, 0.2),
    inset 0 1px 0 rgba(255, 255, 255, 0.04);
}

.tt-home-value-card::before,
.tt-home-showcase-card::before,
.tt-home-service-card::before,
.tt-home-quote-panel::before,
.tt-home-process-item::before,
.tt-home-team-card::before,
.tt-home-final-cta-wrap::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(135deg, rgba(240, 209, 141, 0.08), transparent 35%, transparent 70%, rgba(240, 209, 141, 0.08));
  opacity: 0;
  transition: opacity 0.35s ease;
  pointer-events: none;
}

.tt-home-value-card:hover::before,
.tt-home-showcase-card:hover::before,
.tt-home-service-card:hover::before,
.tt-home-quote-panel:hover::before,
.tt-home-process-item:hover::before,
.tt-home-team-card:hover::before,
.tt-home-final-cta-wrap:hover::before {
  opacity: 1;
}

.tt-home-value-card {
  height: 100%;
  padding: 34px 30px;
  border-radius: 28px;
}

.tt-home-card-index {
  display: inline-block;
  margin-bottom: 18px;
  color: rgba(240, 209, 141, 0.46);
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.22em;
}

.tt-home-value-card h3,
.tt-home-showcase-body h3,
.tt-home-service-card-body h3,
.tt-home-quote-panel h3,
.tt-home-process-body h3,
.tt-home-team-body h3,
.tt-home-advantage-copy h3 {
  margin: 0 0 14px;
  color: #ffffff;
  font-size: clamp(24px, 3vw, 34px);
  letter-spacing: -0.03em;
}

.tt-home-value-card p,
.tt-home-showcase-body p,
.tt-home-service-card-body p,
.tt-home-quote-panel p,
.tt-home-process-body p,
.tt-home-team-body p,
.tt-home-advantage-copy p,
.tt-home-brand-section .tt-home-section-copy {
  color: var(--tt-home-cream-soft);
  line-height: 1.8;
}

.tt-home-wordmark {
  margin-top: 100px;
}

.tt-home-wordmark-wrap {
  padding: 0 26px 40px;
}

.tt-home-wordmark-logo {
  margin-bottom: 18px;
  text-align: center;
}

.tt-home-wordmark-logo img {
  max-width: 92px;
  filter: drop-shadow(0 10px 30px rgba(216, 179, 106, 0.1));
}

.tt-home-wordmark-content {
  max-width: 980px;
  margin: 0 auto;
}

.tt-home-wordmark-content .wt-about-title {
  margin: 0 0 10px;
  color: #ffffff;
  font-size: clamp(58px, 10vw, 168px);
  line-height: 0.92;
  letter-spacing: -0.08em;
  text-transform: uppercase;
}

.tt-home-link-cta,
.tt-home-quote-phone {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: var(--tt-home-gold-strong);
  font-weight: 600;
}

.tt-home-showcase-card {
  display: block;
  height: 100%;
  border-radius: 30px;
  color: inherit;
  transform-style: preserve-3d;
  transition: transform 0.35s ease, border-color 0.35s ease, box-shadow 0.35s ease;
}

.tt-home-showcase-card:hover {
  color: inherit;
  border-color: rgba(216, 179, 106, 0.42);
}

.tt-home-showcase-media {
  height: 260px;
  overflow: hidden;
}

.tt-home-showcase-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: saturate(0.86) brightness(0.84);
  transition: transform 0.55s ease, filter 0.55s ease;
}

.tt-home-showcase-card:hover .tt-home-showcase-media img {
  transform: scale(1.06);
  filter: saturate(0.96) brightness(0.92);
}

.tt-home-showcase-body {
  padding: 30px 30px 32px;
}

.tt-home-card-label {
  display: inline-flex;
  margin-bottom: 16px;
}

.tt-home-tag-row {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin: 22px 0 24px;
}

.tt-home-tag-row span {
  display: inline-flex;
  align-items: center;
  min-height: 36px;
  padding: 0 14px;
  border-radius: 999px;
  border: 1px solid rgba(216, 179, 106, 0.18);
  background: rgba(255, 255, 255, 0.02);
  color: rgba(245, 236, 218, 0.82);
  font-size: 13px;
}

.tt-home-services {
  padding-top: 12px;
}

.tt-home-service-glow {
  position: absolute;
  inset: auto 0 8% 0;
  height: 320px;
  background: radial-gradient(circle at center, rgba(216, 179, 106, 0.12), transparent 62%);
  pointer-events: none;
}

.tt-home-service-card,
.tt-home-quote-panel {
  height: 100%;
  border-radius: 28px;
}

.tt-home-service-card {
  transform-style: preserve-3d;
  transition: transform 0.35s ease, border-color 0.35s ease;
}

.tt-home-service-card:hover {
  border-color: rgba(216, 179, 106, 0.38);
}

.tt-home-service-card-media {
  height: 210px;
  overflow: hidden;
}

.tt-home-service-card-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: saturate(0.82) brightness(0.78);
  transition: transform 0.55s ease;
}

.tt-home-service-card:hover .tt-home-service-card-media img {
  transform: scale(1.06);
}

.tt-home-service-card-body,
.tt-home-quote-panel {
  padding: 28px 28px 30px;
}

.tt-home-quote-panel {
  display: flex;
  flex-direction: column;
  gap: 18px;
  background:
    radial-gradient(circle at top left, rgba(240, 209, 141, 0.12), transparent 28%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.055), rgba(255, 255, 255, 0.02));
}

.tt-home-quote-phone {
  font-size: 18px;
  letter-spacing: 0.04em;
}

.tt-home-process {
  position: relative;
}

.tt-home-process-intro {
  position: sticky;
  top: 130px;
}

.tt-home-quote-sheet {
  margin-top: 28px;
  padding: 26px 28px;
  border-radius: 28px;
}

.tt-home-quote-sheet ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.tt-home-quote-sheet li {
  position: relative;
  padding-left: 24px;
  color: rgba(245, 236, 218, 0.82);
  font-size: 15px;
  line-height: 1.8;
}

.tt-home-quote-sheet li + li {
  margin-top: 10px;
}

.tt-home-quote-sheet li::before {
  content: "";
  position: absolute;
  top: 11px;
  left: 0;
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background: radial-gradient(circle, #fff5d3, var(--tt-home-gold));
  box-shadow: 0 0 12px rgba(240, 209, 141, 0.3);
}

.tt-home-process-list {
  position: relative;
  padding-left: 40px;
}

.tt-home-process-progress {
  position: absolute;
  top: 8px;
  bottom: 8px;
  left: 11px;
  width: 2px;
  background: rgba(255, 255, 255, 0.06);
  overflow: hidden;
}

.tt-home-process-progress span {
  display: block;
  width: 100%;
  height: 100%;
  transform-origin: top center;
  transform: scaleY(0);
  background: linear-gradient(180deg, rgba(240, 209, 141, 0.18), rgba(240, 209, 141, 0.98));
}

.tt-home-process-item {
  padding: 30px 30px 30px 34px;
  border-radius: 28px;
  transition: transform 0.35s ease, border-color 0.35s ease;
}

.tt-home-process-item + .tt-home-process-item {
  margin-top: 18px;
}

.tt-home-process-item:hover {
  border-color: rgba(216, 179, 106, 0.38);
  transform: translateY(-3px);
}

.tt-home-process-item::after {
  content: "";
  position: absolute;
  top: 38px;
  left: -34px;
  width: 16px;
  height: 16px;
  border-radius: 50%;
  background: radial-gradient(circle, #fff5d3, var(--tt-home-gold));
  box-shadow: 0 0 14px rgba(240, 209, 141, 0.3);
}

.tt-home-process-number {
  display: inline-block;
  margin-bottom: 12px;
  color: rgba(240, 209, 141, 0.48);
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.2em;
}

.tt-home-process-label {
  display: inline-flex;
  margin-bottom: 12px;
}

.tt-home-team-card {
  height: 100%;
  border-radius: 28px;
  transform-style: preserve-3d;
  transition: transform 0.35s ease, border-color 0.35s ease;
}

.tt-home-team-card:hover {
  border-color: rgba(216, 179, 106, 0.38);
}

.tt-home-team-media {
  height: 300px;
  overflow: hidden;
}

.tt-home-team-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: saturate(0.86) brightness(0.82);
  transition: transform 0.55s ease;
}

.tt-home-team-card:hover .tt-home-team-media img {
  transform: scale(1.05);
}

.tt-home-team-body {
  padding: 24px 24px 28px;
}

.tt-home-team-body span {
  display: inline-flex;
  margin-bottom: 10px;
  color: var(--tt-home-gold-strong);
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.tt-home-advantage-wrap {
  padding: 42px;
  border-radius: 34px;
}

.tt-home-advantage-metrics {
  display: grid;
  gap: 18px;
}

.tt-home-advantage-metric {
  padding: 26px 24px;
  border-radius: 24px;
  border: 1px solid rgba(216, 179, 106, 0.14);
  background: rgba(255, 255, 255, 0.02);
}

.tt-home-advantage-metric span {
  display: block;
  margin-bottom: 10px;
  color: var(--tt-home-gold-strong);
  font-size: clamp(28px, 4vw, 40px);
  font-weight: 700;
  letter-spacing: -0.04em;
}

.tt-home-advantage-metric p {
  margin: 0;
  color: rgba(245, 236, 218, 0.72);
  line-height: 1.75;
}

.tt-home-review-strip {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-bottom: 38px;
}

.tt-home-review-pill {
  display: inline-flex;
  align-items: center;
  min-height: 44px;
  padding: 0 18px;
  border-radius: 999px;
  border: 1px solid rgba(216, 179, 106, 0.18);
  background: linear-gradient(135deg, rgba(216, 179, 106, 0.11), rgba(255, 255, 255, 0.025));
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.06);
}

.tt-home-testimonial .wt-testimonial-wrapper {
  display: grid;
  grid-template-columns: repeat(12, minmax(0, 1fr));
  gap: 22px;
  align-items: stretch;
}

.tt-home-testimonial .wt-testimonial-item,
.tt-home-testimonial .wt-testimonial-item:nth-child(odd),
.tt-home-testimonial .wt-testimonial-item:nth-child(even),
.tt-home-testimonial .wt-testimonial-item:nth-child(2),
.tt-home-testimonial .wt-testimonial-item:nth-child(3),
.tt-home-testimonial .wt-testimonial-item:nth-child(4),
.tt-home-testimonial .wt-testimonial-item:nth-child(5),
.tt-home-testimonial .wt-testimonial-item:nth-child(6),
.tt-home-testimonial .wt-testimonial-item:nth-child(7),
.tt-home-testimonial .wt-testimonial-item:nth-child(8) {
  top: auto;
  right: auto;
  left: auto;
  rotate: 0deg;
  display: flex;
  flex-direction: column;
  grid-column: span 4;
  position: relative;
  width: 100%;
  max-width: none;
  min-height: 340px;
  padding: 26px;
  margin: 0;
  border-radius: 28px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.055), rgba(255, 255, 255, 0.012)),
    linear-gradient(145deg, rgba(20, 20, 18, 0.98), rgba(3, 3, 3, 0.98));
  border-color: rgba(216, 179, 106, 0.22);
  box-shadow: 0 26px 70px rgba(0, 0, 0, 0.28);
  transform: none;
  overflow: hidden;
  transition: transform 0.35s ease, border-color 0.35s ease, box-shadow 0.35s ease, background 0.35s ease;
}

.tt-home-testimonial .wt-testimonial-item:nth-child(1),
.tt-home-testimonial .wt-testimonial-item:nth-child(2) {
  grid-column: span 6;
  min-height: 300px;
}

.tt-home-testimonial .wt-testimonial-item::before {
  content: "";
  position: absolute;
  inset: 0;
  border-top: 2px solid rgba(216, 179, 106, 0.58);
  opacity: 0.55;
  pointer-events: none;
}

.tt-home-testimonial .wt-testimonial-item::after {
  content: "";
  position: absolute;
  right: 24px;
  bottom: 22px;
  width: 72px;
  height: 72px;
  border: 1px solid rgba(216, 179, 106, 0.16);
  border-radius: 50%;
  pointer-events: none;
}

.tt-home-testimonial .wt-testimonial-top {
  align-items: center;
  flex-wrap: nowrap;
  gap: 16px;
  margin-bottom: 22px;
}

.tt-home-testimonial .wt-testimonial-img {
  flex: 0 0 62px;
  width: 62px;
  max-width: 62px;
  height: 62px;
  border: 1px solid rgba(216, 179, 106, 0.34);
  box-shadow: 0 14px 32px rgba(0, 0, 0, 0.26);
}

.tt-home-testimonial .wt-testimonial-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.tt-home-testimonial .wt-testimonial-review {
  margin-left: auto;
}

.tt-home-testimonial .star-ratings {
  color: rgba(216, 179, 106, 0.22);
  font-size: 18px;
  letter-spacing: 2px;
  margin: 0;
  -webkit-text-stroke: 0;
}

.tt-home-testimonial .star-ratings .fill-ratings {
  color: var(--tt-home-gold);
}

.tt-home-testimonial .wt-testimonial-content {
  display: flex;
  flex: 1;
  flex-direction: column;
}

.tt-home-testimonial .wt-testimonial-item:hover {
  transform: translateY(-6px);
  border-color: rgba(216, 179, 106, 0.42);
  box-shadow: 0 34px 86px rgba(0, 0, 0, 0.36);
}

.tt-home-testimonial .wt-testimonial-paragraph {
  min-height: auto;
  margin-bottom: 24px;
  color: var(--tt-home-cream);
  font-size: 18px;
  font-weight: 650;
  line-height: 1.58;
  letter-spacing: 0;
  overflow-wrap: break-word;
  word-break: normal;
}

.tt-home-testimonial .wt-testimonial-name {
  margin-top: auto;
  margin-bottom: 3px;
  padding-left: 42px;
  color: var(--tt-home-gold-strong);
  font-size: 17px;
  line-height: 1.25;
}

.tt-home-testimonial .wt-testimonial-name::before {
  width: 28px;
  margin-right: 10px;
}

.tt-home-testimonial .wt-testimonial-company {
  color: rgba(245, 236, 218, 0.68);
  font-size: 13px;
  line-height: 1.4;
}

.tt-home-testimonial-cta {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 16px;
}

.tt-home-brand-shell {
  padding: 34px;
  border-radius: 32px;
}

.tt-home-brand-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 18px;
}

.tt-home-brand-item {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 150px;
  padding: 22px;
  border-radius: 24px;
  border: 1px solid rgba(216, 179, 106, 0.12);
  background: rgba(255, 255, 255, 0.02);
  transition: transform 0.35s ease, border-color 0.35s ease;
}

.tt-home-brand-item:hover {
  transform: translateY(-6px);
  border-color: rgba(216, 179, 106, 0.34);
}

.tt-home-brand-item img {
  max-width: 100%;
  opacity: 0.84;
  filter: grayscale(1) brightness(1.2);
  transition: opacity 0.35s ease, filter 0.35s ease;
}

.tt-home-brand-item:hover img {
  opacity: 1;
  filter: grayscale(0.2) brightness(1.05);
}

.tt-home-final-cta-wrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 32px;
  padding: 54px 56px;
  border-radius: 38px;
  background:
    radial-gradient(circle at top left, rgba(240, 209, 141, 0.12), transparent 26%),
    linear-gradient(135deg, rgba(255, 255, 255, 0.055), rgba(255, 255, 255, 0.015));
}

.tt-home-final-cta-copy {
  max-width: 820px;
}

.tt-home-reveal {
  will-change: transform, opacity;
}

@keyframes ttHomeOrbit {
  from {
    transform: rotate(0deg);
  }

  to {
    transform: rotate(360deg);
  }
}

@keyframes ttHomeFloat {
  0%,
  100% {
    transform: translate3d(0, 0, 0);
  }

  50% {
    transform: translate3d(0, -14px, 0);
  }
}

@keyframes ttHomeMarquee {
  from {
    transform: translateX(0);
  }

  to {
    transform: translateX(-50%);
  }
}

@media (max-width: 1399.98px) {
  .tt-home-hero-stage {
    min-height: 600px;
  }

  .tt-home-hero-frame {
    inset: 52px 20px 76px 20px;
  }

  .tt-home-testimonial .wt-testimonial-wrapper {
    grid-template-columns: repeat(12, minmax(0, 1fr));
  }
}

@media (max-width: 1199.98px) {
  .tt-home-hero {
    padding-bottom: 90px;
  }

  .tt-home-hero-proof {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .tt-home-hero-stage {
    min-height: 560px;
  }

  .tt-home-section-title {
    font-size: clamp(32px, 5vw, 54px);
  }

  .tt-home-process-intro {
    position: static;
  }

  .tt-home-advantage-wrap,
  .tt-home-brand-shell,
  .tt-home-final-cta-wrap {
    padding: 38px;
  }

  .tt-home-testimonial .wt-testimonial-wrapper {
    grid-template-columns: repeat(12, minmax(0, 1fr));
  }

  .tt-home-testimonial .wt-testimonial-item,
  .tt-home-testimonial .wt-testimonial-item:nth-child(1),
  .tt-home-testimonial .wt-testimonial-item:nth-child(2) {
    grid-column: span 6;
    min-height: 320px;
  }
}

@media (max-width: 991.98px) {
  .tt-home-hero-title {
    font-size: clamp(42px, 10vw, 78px);
  }

  .tt-home-section-title {
    font-size: clamp(30px, 8vw, 48px);
  }

  .tt-home-hero-stage {
    min-height: 520px;
    margin-top: 10px;
  }

  .tt-home-hero-frame {
    position: relative;
    inset: auto;
    min-height: 420px;
  }

  .tt-home-hero-orbit {
    inset: -6px;
  }

  .tt-home-floating-card.one {
    top: -6px;
  }

  .tt-home-floating-card.two {
    right: 10px;
    bottom: 90px;
  }

  .tt-home-proof-card,
  .tt-home-advantage-metric {
    min-height: 100%;
  }

  .tt-home-advantage-wrap,
  .tt-home-final-cta-wrap {
    flex-direction: column;
    align-items: flex-start;
  }

  .tt-home-final-cta-actions {
    width: 100%;
  }

  .tt-home-brand-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 767.98px) {
  .tt-home-hero {
    padding-bottom: 70px;
  }

  .tt-home-hero-lead,
  .tt-home-section-copy,
  .tt-home-value-card p,
  .tt-home-showcase-body p,
  .tt-home-service-card-body p,
  .tt-home-quote-panel p,
  .tt-home-process-body p,
  .tt-home-team-body p,
  .tt-home-advantage-copy p {
    font-size: 16px;
  }

  .tt-home-hero-actions {
    margin-bottom: 28px;
  }

  .tt-home-hero-proof,
  .tt-home-brand-grid {
    grid-template-columns: 1fr;
  }

  .tt-home-hero-stage {
    min-height: 460px;
  }

  .tt-home-hero-frame {
    min-height: 360px;
    padding: 12px;
    border-radius: 28px;
  }

  .tt-home-frame-caption {
    right: 18px;
    bottom: 18px;
  }

  .tt-home-hero-orbit {
    display: none;
  }

  .tt-home-floating-card {
    position: relative;
    left: auto;
    right: auto;
    top: auto;
    bottom: auto;
    max-width: none;
    margin-top: 14px;
  }

  .tt-home-quote-chip {
    position: relative;
    left: auto;
    bottom: auto;
    margin-top: 14px;
  }

  .tt-home-value-card,
  .tt-home-showcase-body,
  .tt-home-service-card-body,
  .tt-home-quote-panel,
  .tt-home-quote-sheet,
  .tt-home-process-item,
  .tt-home-team-body {
    padding-left: 24px;
    padding-right: 24px;
  }

  .tt-home-wordmark {
    margin-top: 80px;
  }

  .tt-home-wordmark-wrap {
    padding: 0 16px 22px;
  }

  .tt-home-wordmark-content .wt-about-title {
    font-size: clamp(48px, 14vw, 86px);
  }

  .tt-home-showcase-media,
  .tt-home-team-media {
    height: 240px;
  }

  .tt-home-service-card-media {
    height: 190px;
  }

  .tt-home-process-list {
    padding-left: 28px;
  }

  .tt-home-process-item {
    padding-top: 24px;
    padding-bottom: 24px;
  }

  .tt-home-process-item::after {
    left: -24px;
  }

  .tt-home-advantage-wrap,
  .tt-home-brand-shell,
  .tt-home-final-cta-wrap {
    padding: 28px 24px;
    border-radius: 28px;
  }

  .tt-home-testimonial .wt-testimonial-wrapper {
    grid-template-columns: repeat(12, minmax(0, 1fr));
    gap: 18px;
  }

  .tt-home-testimonial .wt-testimonial-item,
  .tt-home-testimonial .wt-testimonial-item:nth-child(1),
  .tt-home-testimonial .wt-testimonial-item:nth-child(2) {
    grid-column: span 12;
    min-height: auto;
    padding: 24px;
  }

  .tt-home-testimonial .wt-testimonial-paragraph {
    min-height: auto;
    font-size: 16px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .tt-home-hero-orbit,
  .tt-home-floating-card,
  .tt-home-marquee-track {
    animation: none;
  }

  .tt-home-reveal,
  .tt-home-btn,
  .tt-home-showcase-card,
  .tt-home-service-card,
  .tt-home-process-item,
  .tt-home-team-card,
  .tt-home-brand-item {
    transition: none;
  }
}
