/* MCA — Toronto location page (dark-mode only).
   Scoped under .tr-page. A bespoke, warmer counterpart to the New York page:
   brand teal stays the structural accent, with a desert-gold sunset layer and
   a vertical "spire beam" motif that echoes Dubai's vertical skyline. */

.tr-page {
  --tr-bg: #05080B;
  --tr-bg-2: #080D11;
  --tr-panel: #0A1116;
  --tr-panel-2: #0E161C;
  --tr-line: rgba(255, 255, 255, 0.10);
  --tr-hair: rgba(255, 255, 255, 0.055);
  --tr-ink: #FFFFFF;
  --tr-body: rgba(255, 255, 255, 0.68);
  --tr-mut: rgba(255, 255, 255, 0.45);
  --tr-teal: var(--teal);
  --tr-gold: var(--tr-teal);
  --tr-gold-soft: rgba(0, 165, 161, 0.16);
  --tr-glow: rgba(0, 165, 161, 0.18);

  background: var(--tr-bg);
  color: var(--tr-body);
  position: relative;
  overflow: hidden;
}

/* Soft warm field bleeding down the whole page for cohesion */
.tr-page::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background:
    radial-gradient(80% 50% at 82% 6%, rgba(0, 165, 161, 0.07), transparent 60%),
    radial-gradient(70% 45% at 8% 38%, rgba(0, 165, 161, 0.06), transparent 60%);
  z-index: 0;
}
.tr-page > * { position: relative; z-index: 1; }

.tr-em {
  color: var(--tr-teal);
}
.tr-em--gold { color: var(--tr-gold); }

.tr-eyebrow {
  font-family: var(--font-mono);
  font-size: 12px;
  letter-spacing: 0.26em;
  text-transform: uppercase;
  color: var(--tr-mut);
  font-weight: 500;
  display: inline-flex;
  align-items: center;
  gap: 11px;
}
.tr-eyebrow::before { content: none; }
.tr-eyebrow { gap: 0; }

.tr-sec { position: relative; padding: 130px 0; }
@media (max-width: 768px) { .tr-sec { padding: 84px 0; } }
@media (max-width: 600px) { .tr-sec { padding: 66px 0; } }

.tr-sec__head { max-width: 840px; margin-bottom: 60px; }
.tr-sec__head .tr-eyebrow { margin-bottom: 22px; }
.tr-h2 {
  font-family: var(--font-head);
  font-weight: 500;
  font-size: clamp(30px, 3.7vw, 50px);
  line-height: 1.08;
  letter-spacing: -0.025em;
  color: var(--tr-ink);
  margin: 0;
  text-wrap: balance;
}
.tr-lede {
  margin-top: 26px;
  font-size: 18px;
  line-height: 1.62;
  color: var(--tr-body);
  max-width: 700px;
}

/* Hairline section top accent shared by several sections */
.tr-rule {
  height: 1px;
  background: linear-gradient(90deg, transparent, var(--tr-line) 18%, var(--tr-line) 82%, transparent);
}

/* ======================================================================
   VERTICAL BEAM MOTIF (the recurring Dubai "spire" decoration)
   ====================================================================== */
.tr-beams { position: absolute; inset: 0; overflow: hidden; pointer-events: none; }
.tr-beam {
  position: absolute;
  top: -10%;
  width: 1px;
  height: 120%;
  background: linear-gradient(to top, transparent, var(--tr-teal) 55%, transparent);
  opacity: 0.16;
  will-change: transform, opacity;
  animation: tr-beam-pulse 7s ease-in-out infinite;
}
.tr-beam::after {
  content: "";
  position: absolute;
  left: -2px; right: -2px; top: 30%;
  height: 38%;
  background: linear-gradient(to top, transparent, rgba(0, 210, 205, 0.9), transparent);
  filter: blur(3px);
}
.tr-beam--gold { background: linear-gradient(to top, transparent, var(--tr-gold) 55%, transparent); }
.tr-beam--gold::after { background: linear-gradient(to top, transparent, rgba(0, 165, 161, 0.9), transparent); }
@keyframes tr-beam-pulse {
  0%, 100% { opacity: 0.08; transform: translateY(4%); }
  50% { opacity: 0.26; transform: translateY(-3%); }
}
@media (prefers-reduced-motion: reduce) { .tr-beam { animation: none; } }

/* ======================================================================
   HERO
   ====================================================================== */
.tr-hero {
  position: relative;
  overflow: hidden;
  padding: 230px 0 132px;
  isolation: isolate;
}
@media (max-width: 768px) { .tr-hero { padding: 154px 0 86px; } }

.tr-hero__bg { position: absolute; inset: 0; z-index: -1; overflow: hidden; }
/* ---- Drawn Burj Khalifa centerpiece (replaces the photo backdrop) ---- */
.tr-hero__tower {
  position: absolute;
  right: 6%; bottom: 0;
  height: min(112%, 1020px);
  width: auto;
  overflow: visible;
  pointer-events: none;
  -webkit-mask-image: linear-gradient(to top, transparent 0%, #000 12%, #000 100%);
          mask-image: linear-gradient(to top, transparent 0%, #000 12%, #000 100%);
}
@media (max-width: 1100px) { .tr-hero__tower { right: 1%; opacity: 0.55; } }
@media (max-width: 760px) { .tr-hero__tower { right: -14%; opacity: 0.34; } }
.tr-twr__body { fill: url(#trTwrFill); }
.tr-twr__edge {
  fill: none;
  stroke: var(--teal);
  stroke-width: 1.4;
  stroke-linejoin: round;
  vector-effect: non-scaling-stroke;
  filter: drop-shadow(0 0 8px rgba(0, 165, 161, 0.5));
}
.tr-twr__rib {
  fill: none;
  stroke: var(--teal);
  stroke-width: 0.8;
  vector-effect: non-scaling-stroke;
  opacity: 0.24;
}
.tr-twr__win { fill: var(--teal); opacity: 0.2; }
.tr-twr__win--tw { animation: tr-twinkle 5s ease-in-out infinite; }
.tr-twr__spire {
  stroke: var(--tr-gold);
  stroke-width: 1.5;
  vector-effect: non-scaling-stroke;
  opacity: 0.9;
  filter: drop-shadow(0 0 8px rgba(198, 160, 90, 0.65));
}
.tr-twr__tip { fill: #fff; animation: tr-tip 3.6s ease-in-out infinite; }
@keyframes tr-tip { 0%, 100% { opacity: 0.3; } 50% { opacity: 1; } }
.tr-twr__halo {
  fill: var(--tr-gold);
  transform-box: fill-box;
  transform-origin: center;
  animation: tr-halo 3.6s ease-in-out infinite;
}
@keyframes tr-halo {
  0%, 100% { opacity: 0.06; transform: scale(0.7); }
  50%      { opacity: 0.26; transform: scale(1.35); }
}
.tr-twr__lift {
  fill: url(#trTwrLift);
  animation: tr-lift 11s cubic-bezier(0.45, 0, 0.25, 1) infinite;
}
@keyframes tr-lift {
  0%   { opacity: 0; transform: translateY(90px); }
  14%  { opacity: 1; }
  78%  { opacity: 0.75; }
  100% { opacity: 0; transform: translateY(-720px); }
}
.tr-twr--far { opacity: 0.4; }
.tr-twr--mid { opacity: 0.7; }
.tr-twr__spirefill {
  fill: url(#trSpireFill);
  filter: drop-shadow(0 0 9px rgba(198, 160, 90, 0.5));
}
@media (prefers-reduced-motion: reduce) {
  .tr-twr__win--tw, .tr-twr__tip, .tr-twr__halo, .tr-twr__lift { animation: none; }
}
/* Teal atmosphere bloom rising from the lit city base — slow breathe */
.tr-hero__sun {
  position: absolute;
  left: 0; right: 0; top: auto; bottom: -8%;
  height: 64%;
  background:
    radial-gradient(58% 80% at 50% 100%, rgba(0, 200, 196, 0.16), transparent 70%),
    radial-gradient(40% 60% at 30% 95%, rgba(0, 165, 161, 0.12), transparent 72%);
  mix-blend-mode: screen;
  will-change: opacity, transform;
  animation: tr-bloom 12s ease-in-out infinite alternate;
}
@keyframes tr-bloom {
  from { opacity: 0.7; transform: translateY(2%) scale(1); }
  to   { opacity: 1; transform: translateY(-2%) scale(1.05); }
}
/* Twinkling city-light glints (neutral white — mimics real lights) */
.tr-hero__shimmer {
  position: absolute;
  inset: 0;
  mix-blend-mode: screen;
  pointer-events: none;
}
.tr-hero__shimmer::before, .tr-hero__shimmer::after {
  content: "";
  position: absolute;
  inset: 0;
  background-repeat: no-repeat;
  will-change: opacity;
}
.tr-hero__shimmer::before {
  background-image:
    radial-gradient(2.4px 2.4px at 18% 82%, rgba(255, 252, 240, 0.95), transparent 60%),
    radial-gradient(1.8px 1.8px at 31% 88%, rgba(220, 245, 255, 0.9), transparent 60%),
    radial-gradient(2px 2px at 47% 79%, rgba(255, 248, 230, 0.9), transparent 60%),
    radial-gradient(1.6px 1.6px at 63% 86%, rgba(255, 250, 235, 0.9), transparent 60%),
    radial-gradient(2.2px 2.2px at 78% 80%, rgba(225, 245, 255, 0.9), transparent 60%);
  animation: tr-twinkle 4.2s ease-in-out infinite;
}
.tr-hero__shimmer::after {
  background-image:
    radial-gradient(1.8px 1.8px at 24% 90%, rgba(255, 250, 235, 0.9), transparent 60%),
    radial-gradient(2px 2px at 40% 84%, rgba(220, 245, 255, 0.9), transparent 60%),
    radial-gradient(1.6px 1.6px at 56% 91%, rgba(255, 248, 230, 0.9), transparent 60%),
    radial-gradient(2.2px 2.2px at 71% 85%, rgba(255, 250, 235, 0.9), transparent 60%),
    radial-gradient(1.8px 1.8px at 86% 88%, rgba(225, 245, 255, 0.9), transparent 60%);
  animation: tr-twinkle 4.2s ease-in-out infinite;
  animation-delay: 2.1s;
}
@keyframes tr-twinkle {
  0%, 100% { opacity: 0.25; }
  50% { opacity: 0.95; }
}
/* Slow teal light sweep across the frame for a techy, alive feel */
.tr-hero__sweep {
  position: absolute;
  inset: 0;
  overflow: hidden;
  mix-blend-mode: screen;
  -webkit-mask-image: radial-gradient(120% 95% at 50% 0%, #000 42%, transparent 86%);
          mask-image: radial-gradient(120% 95% at 50% 0%, #000 42%, transparent 86%);
}
.tr-hero__sweep::before {
  content: "";
  position: absolute;
  top: -20%; bottom: -20%;
  width: 38%;
  background: linear-gradient(100deg, transparent, rgba(0, 210, 205, 0.11) 50%, transparent);
  filter: blur(6px);
  transform: skewX(-12deg);
  will-change: transform;
  animation: tr-sweep 15s linear infinite;
}
@keyframes tr-sweep {
  0% { transform: translateX(-160%) skewX(-12deg); }
  60%, 100% { transform: translateX(420%) skewX(-12deg); }
}
@media (prefers-reduced-motion: reduce) {
  .tr-hero__sun, .tr-hero__shimmer::before, .tr-hero__shimmer::after, .tr-hero__sweep::before { animation: none; }
}
/* Cool teal grade for atmospheric depth behind the drawn skyline */
.tr-hero__grade {
  position: absolute;
  inset: 0;
  background: linear-gradient(150deg, rgba(4, 60, 62, 0.55) 0%, transparent 46%, rgba(2, 9, 11, 0.4) 100%);
  mix-blend-mode: color;
  opacity: 0.5;
}
.tr-hero__grid {
  position: absolute;
  inset: -2px;
  background-image:
    linear-gradient(to right, var(--tr-hair) 1px, transparent 1px),
    linear-gradient(to bottom, var(--tr-hair) 1px, transparent 1px);
  background-size: 66px 66px;
  -webkit-mask-image: radial-gradient(120% 90% at 30% 0%, #000 28%, transparent 76%);
          mask-image: radial-gradient(120% 90% at 30% 0%, #000 28%, transparent 76%);
}
.tr-hero__scrim {
  position: absolute;
  inset: 0;
  background:
    radial-gradient(140% 130% at 36% 40%, transparent 30%, rgba(2, 7, 9, 0.5) 76%, rgba(1, 5, 6, 0.86) 100%),
    linear-gradient(90deg, rgba(3, 8, 10, 0.95) 0%, rgba(3, 8, 10, 0.72) 32%, rgba(3, 8, 10, 0.18) 62%, rgba(3, 8, 10, 0) 100%),
    linear-gradient(0deg, var(--tr-bg) 0%, rgba(3, 8, 10, 0.66) 22%, rgba(3, 8, 10, 0) 54%),
    linear-gradient(180deg, rgba(3, 8, 10, 0.9) 0%, rgba(3, 8, 10, 0.26) 18%, rgba(3, 8, 10, 0) 42%);
}
/* Hero spire beams glow behind the towers */
.tr-hero__beams .tr-beam { opacity: 0.22; }

.tr-hero__inner { max-width: 880px; }
.tr-hero__chip {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 9px 16px 9px 13px;
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 100px;
  background: rgba(8, 14, 18, 0.5);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  font-family: var(--font-mono);
  font-size: 12px;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.82);
}
.tr-hero__chip-dot {
  width: 7px; height: 7px;
  border-radius: 50%;
  background: var(--tr-gold);
  box-shadow: 0 0 0 0 rgba(0, 165, 161, 0.55);
  animation: tr-pulse 2.6s ease-out infinite;
}
@keyframes tr-pulse {
  0% { box-shadow: 0 0 0 0 rgba(0, 165, 161, 0.5); }
  70% { box-shadow: 0 0 0 9px rgba(0, 165, 161, 0); }
  100% { box-shadow: 0 0 0 0 rgba(0, 165, 161, 0); }
}
.tr-hero__title {
  margin: 26px 0 0;
  font-family: var(--font-head);
  font-weight: 500;
  font-size: clamp(36px, 5.4vw, 74px);
  line-height: 1.02;
  letter-spacing: -0.03em;
  color: #fff;
  text-wrap: balance;
}
.tr-hero__sub {
  margin: 26px 0 0;
  max-width: 660px;
  font-size: 18px;
  line-height: 1.62;
  color: rgba(255, 255, 255, 0.78);
}
.tr-hero__sub + .tr-hero__sub { margin-top: 16px; font-size: 16.5px; color: rgba(255,255,255,0.62); }
.tr-hero__ctas { margin-top: 38px; display: flex; flex-wrap: wrap; gap: 14px; }

/* Hero stat strip */
.tr-hero__stats {
  margin-top: 56px;
  display: flex;
  flex-wrap: wrap;
  gap: 14px 40px;
  padding-top: 30px;
  border-top: 1px solid rgba(255, 255, 255, 0.12);
  max-width: 720px;
}
.tr-hero__stat { display: flex; flex-direction: column; gap: 4px; }
.tr-hero__stat-n {
  font-family: var(--font-head);
  font-size: 26px;
  font-weight: 600;
  color: #fff;
  letter-spacing: -0.02em;
}
.tr-hero__stat-l {
  font-family: var(--font-mono);
  font-size: 11px;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.5);
}

/* ======================================================================
   REVEAL
   ====================================================================== */
.tr-reveal { opacity: 0; transform: translateY(26px); transition: opacity 0.8s cubic-bezier(.2,.7,.2,1), transform 0.8s cubic-bezier(.2,.7,.2,1); }
.tr-reveal--in { opacity: 1; transform: none; }
@media (prefers-reduced-motion: reduce) { .tr-reveal { opacity: 1; transform: none; transition: none; } }

/* ======================================================================
   INTRO (Why Dubai) — split: lede + numbered focus list
   ====================================================================== */
.tr-intro__grid {
  display: grid;
  grid-template-columns: 1.05fr 0.95fr;
  gap: 64px;
  align-items: start;
}
@media (max-width: 920px) { .tr-intro__grid { grid-template-columns: 1fr; gap: 44px; } }
.tr-intro__copy p { font-size: 17px; line-height: 1.66; color: var(--tr-body); margin: 0 0 18px; }
.tr-intro__copy p:last-child { margin-bottom: 0; }
.tr-intro__list { display: flex; flex-direction: column; }
.tr-focus {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 18px;
  padding: 20px 0;
  border-top: 1px solid var(--tr-line);
  align-items: baseline;
}
.tr-focus:last-child { border-bottom: 1px solid var(--tr-line); }
.tr-focus__n {
  font-family: var(--font-mono);
  font-size: 12px;
  color: var(--tr-gold);
  letter-spacing: 0.1em;
}
.tr-focus__t { font-size: 16px; color: var(--tr-ink); font-weight: 500; line-height: 1.45; }

/* ======================================================================
   WHY DUBAI (proof grid)
   ====================================================================== */
.tr-why { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
@media (max-width: 860px) { .tr-why { grid-template-columns: repeat(2, 1fr); } }
@media (max-width: 540px) { .tr-why { grid-template-columns: 1fr; } }
.tr-why__cell {
  position: relative;
  padding: 30px 28px 32px;
  border: 1px solid var(--tr-line);
  border-radius: 16px;
  background: linear-gradient(180deg, var(--tr-panel), var(--tr-bg-2));
  overflow: hidden;
  transition: border-color 0.4s, transform 0.4s;
}
.tr-why__cell:hover { border-color: rgba(0, 165, 161, 0.4); transform: translateY(-3px); }
.tr-why__cell--feat { grid-column: span 2; background: linear-gradient(140deg, rgba(0,165,161,0.10), var(--tr-panel) 60%); }
@media (max-width: 540px) { .tr-why__cell--feat { grid-column: span 1; } }
.tr-why__cell::before {
  content: "";
  position: absolute;
  left: 0; top: 0; bottom: 0;
  width: 2px;
  background: linear-gradient(to bottom, var(--tr-gold), transparent);
  opacity: 0.7;
}
.tr-why__icon {
  width: 40px; height: 40px;
  display: grid; place-items: center;
  border-radius: 10px;
  border: 1px solid var(--tr-line);
  background: rgba(255,255,255,0.03);
  color: var(--tr-teal);
  margin-bottom: 18px;
}
.tr-why__icon svg { width: 22px; height: 22px; }
.tr-why__t { font-family: var(--font-head); font-size: 19px; font-weight: 600; color: var(--tr-ink); margin: 0 0 8px; letter-spacing: -0.01em; }
.tr-why__d { font-size: 14.5px; line-height: 1.56; color: var(--tr-body); margin: 0; }

/* ======================================================================
   SERVICES (interactive card grid)
   ====================================================================== */
.tr-svc__grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 18px;
  align-items: stretch;
}
@media (max-width: 880px) { .tr-svc__grid { grid-template-columns: 1fr; } }
.tr-svc__cell { height: 100%; }

.tr-svc {
  position: relative;
  overflow: hidden;
  height: 100%;
  display: flex;
  flex-direction: column;
  padding: 30px 30px 26px;
  border: 1px solid var(--tr-line);
  border-radius: 18px;
  background: linear-gradient(168deg, var(--tr-panel) 0%, var(--tr-bg-2) 100%);
  transition: border-color 0.45s, transform 0.45s, box-shadow 0.45s;
}
.tr-svc::before {
  content: "";
  position: absolute;
  left: 0; right: 0; top: 0;
  height: 2px;
  background: linear-gradient(90deg, var(--tr-teal), rgba(0,165,161,0) 70%);
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 0.5s cubic-bezier(.2,.7,.2,1);
}
.tr-svc:hover { border-color: rgba(0,165,161,0.45); transform: translateY(-4px); box-shadow: 0 24px 60px -34px rgba(0,165,161,0.5); }
.tr-svc:hover::before, .tr-svc--open::before { transform: scaleX(1); }
.tr-svc--open { border-color: rgba(0,165,161,0.3); }

.tr-svc__watermark {
  position: absolute;
  top: 6px; right: 18px;
  font-family: var(--font-head);
  font-size: 86px;
  font-weight: 600;
  line-height: 1;
  letter-spacing: -0.04em;
  color: rgba(255,255,255,0.035);
  pointer-events: none;
  user-select: none;
}
.tr-svc__top { display: flex; align-items: center; gap: 14px; margin-bottom: 20px; }
.tr-svc__glyph-tile {
  width: 46px; height: 46px;
  flex: none;
  display: grid; place-items: center;
  border-radius: 12px;
  border: 1px solid var(--tr-line);
  background: rgba(0,165,161,0.07);
  color: var(--tr-teal);
  transition: transform 0.45s, background 0.45s;
}
.tr-svc:hover .tr-svc__glyph-tile { transform: scale(1.06); background: rgba(0,165,161,0.12); }
.tr-svc__glyph { display: inline-flex; color: var(--tr-teal); }
.tr-svc__glyph svg { width: 22px; height: 22px; display: block; }
.tr-svc__tag {
  font-family: var(--font-mono);
  font-size: 11px;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--tr-mut);
  padding: 6px 11px;
  border: 1px solid var(--tr-line);
  border-radius: 100px;
}
.tr-svc__title {
  font-family: var(--font-head);
  font-size: clamp(20px, 2.1vw, 24px);
  font-weight: 600;
  letter-spacing: -0.02em;
  line-height: 1.16;
  color: var(--tr-ink);
  margin: 0 0 18px;
  text-wrap: balance;
}
.tr-svc__problem {
  position: relative;
  padding-left: 16px;
  margin-bottom: 22px;
}
.tr-svc__problem::before {
  content: "";
  position: absolute;
  left: 0; top: 4px; bottom: 4px;
  width: 2px;
  border-radius: 2px;
  background: linear-gradient(to bottom, var(--tr-teal), transparent);
}
.tr-svc__plabel {
  display: inline-flex; align-items: center; gap: 8px;
  font-family: var(--font-mono);
  font-size: 11px;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--tr-teal);
  margin-bottom: 9px;
}
.tr-svc__pdot { width: 6px; height: 6px; border-radius: 50%; background: var(--tr-teal); box-shadow: 0 0 8px var(--tr-teal); }
.tr-svc__problem p { margin: 0; font-size: 15px; line-height: 1.6; color: var(--tr-body); }

.tr-svc__toggle {
  display: inline-flex;
  align-items: center;
  gap: 11px;
  margin-top: auto;
  align-self: flex-start;
  padding: 0;
  background: none;
  border: none;
  cursor: pointer;
  font-family: var(--font-mono);
  font-size: 12px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--tr-ink);
  transition: color 0.3s, gap 0.3s;
}
.tr-svc__toggle:hover { color: var(--tr-teal); gap: 14px; }
.tr-svc__count {
  font-size: 11px;
  width: 22px; height: 22px;
  display: inline-grid; place-items: center;
  border-radius: 50%;
  background: var(--tr-gold-soft);
  color: var(--tr-teal);
  letter-spacing: 0;
}
.tr-svc__chev {
  position: relative; width: 11px; height: 11px;
  border-right: 1.6px solid currentColor;
  border-bottom: 1.6px solid currentColor;
  transform: rotate(45deg);
  transition: transform 0.4s cubic-bezier(.2,.7,.2,1);
  margin-bottom: 3px;
}
.tr-svc--open .tr-svc__chev { transform: rotate(-135deg); margin-top: 4px; margin-bottom: 0; }

.tr-svc__incl {
  display: grid;
  grid-template-rows: 0fr;
  transition: grid-template-rows 0.5s cubic-bezier(.2,.7,.2,1);
}
.tr-svc--open .tr-svc__incl { grid-template-rows: 1fr; }
.tr-svc__incl-inner { overflow: hidden; }
.tr-svc__list {
  list-style: none;
  margin: 22px 0 4px;
  padding: 22px 0 0;
  border-top: 1px solid var(--tr-line);
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px 22px;
}
@media (max-width: 460px) { .tr-svc__list { grid-template-columns: 1fr; } }
.tr-svc__list li { display: flex; gap: 10px; align-items: flex-start; font-size: 13.5px; line-height: 1.45; color: var(--tr-body); }
.tr-svc__check { flex: none; margin-top: 2px; width: 16px; height: 16px; border-radius: 50%; display: grid; place-items: center; background: var(--tr-gold-soft); color: var(--tr-teal); }
@media (prefers-reduced-motion: reduce) { .tr-svc__incl { transition: none; } }

/* ======================================================================
   MCA IN DUBAI (photo mosaic / bento)
   ====================================================================== */
.tr-gallerysec { padding-bottom: 70px; }
.tr-trustedsec { padding-top: 40px; }
@media (max-width: 768px) { .tr-gallerysec { padding-bottom: 50px; } .tr-trustedsec { padding-top: 28px; } }
.tr-gal {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-template-rows: 224px 224px;
  grid-template-areas:
    "a a b c"
    "a a d e";
  gap: 14px;
}
@media (max-width: 880px) {
  .tr-gal {
    grid-template-columns: 1fr 1fr;
    grid-template-rows: 260px 180px 180px;
    grid-template-areas:
      "a a"
      "b c"
      "d e";
  }
}
@media (max-width: 540px) {
  .tr-gal {
    grid-template-columns: 1fr 1fr;
    grid-template-rows: 220px repeat(2, 150px);
    grid-template-areas:
      "a a"
      "b c"
      "d e";
    gap: 10px;
  }
}
.tr-gal__tile {
  position: relative;
  margin: 0;
  overflow: hidden;
  border-radius: 16px;
  border: 1px solid var(--tr-line);
  background: var(--tr-panel);
  cursor: pointer;
}
.tr-gal__tile img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transform: scale(1.02);
  transition: transform 0.9s cubic-bezier(.2,.7,.2,1);
}
.tr-gal__tile::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(to top, rgba(2,7,9,0.85) 0%, rgba(2,7,9,0.10) 50%, rgba(2,7,9,0) 78%);
  transition: opacity 0.5s ease;
  opacity: 1;
}
.tr-gal__tile:hover img { transform: scale(1.07); }
.tr-gal__tile:hover::after { opacity: 0.92; }
/* Teal corner frame that draws in on hover */
.tr-gal__frame {
  position: absolute;
  inset: 10px;
  border-radius: 10px;
  pointer-events: none;
  z-index: 2;
  border: 1px solid transparent;
  -webkit-mask:
    linear-gradient(#000 0 0) content-box,
    linear-gradient(#000 0 0);
  transition: border-color 0.5s ease, inset 0.5s ease;
}
.tr-gal__frame::before, .tr-gal__frame::after {
  content: "";
  position: absolute;
  width: 22px; height: 22px;
  border: 2px solid var(--tr-teal);
  opacity: 0;
  transition: opacity 0.45s ease, transform 0.45s ease;
}
.tr-gal__frame::before { top: -2px; left: -2px; border-right: none; border-bottom: none; border-radius: 10px 0 0 0; transform: translate(6px, 6px); }
.tr-gal__frame::after { bottom: -2px; right: -2px; border-left: none; border-top: none; border-radius: 0 0 10px 0; transform: translate(-6px, -6px); }
.tr-gal__tile:hover .tr-gal__frame::before, .tr-gal__tile:hover .tr-gal__frame::after { opacity: 1; transform: translate(0, 0); }

.tr-gal__cap {
  position: absolute;
  left: 0; right: 0; bottom: 0;
  z-index: 3;
  padding: 20px 20px 18px;
  display: flex;
  flex-direction: column;
  gap: 7px;
}
.tr-gal__tag {
  align-self: flex-start;
  font-family: var(--font-mono);
  font-size: 10.5px;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--tr-teal);
  padding: 5px 10px;
  border: 1px solid rgba(0,165,161,0.4);
  border-radius: 100px;
  background: rgba(2,7,9,0.5);
  backdrop-filter: blur(6px);
  -webkit-backdrop-filter: blur(6px);
}
.tr-gal__txt {
  font-family: var(--font-head);
  font-size: clamp(15px, 1.4vw, 18px);
  font-weight: 600;
  line-height: 1.22;
  letter-spacing: -0.01em;
  color: #fff;
  max-width: 92%;
  text-wrap: balance;
  transform: translateY(6px);
  opacity: 0.92;
  transition: transform 0.5s cubic-bezier(.2,.7,.2,1), opacity 0.5s ease;
}
.tr-gal__tile:hover .tr-gal__txt { transform: translateY(0); opacity: 1; }
.tr-gal__tile[style*="a"] .tr-gal__txt { font-size: clamp(18px, 1.9vw, 24px); }

/* ======================================================================
   POSITIONING (on the ground)
   ====================================================================== */
.tr-pos__feature {
  display: grid;
  grid-template-columns: 1.1fr 0.9fr;
  gap: 0;
  border: 1px solid var(--tr-line);
  border-radius: 20px;
  overflow: hidden;
  background: linear-gradient(160deg, var(--tr-panel), var(--tr-bg-2));
}
@media (max-width: 900px) { .tr-pos__feature { grid-template-columns: 1fr; } }
.tr-pos__body { padding: 48px 44px; }
@media (max-width: 600px) { .tr-pos__body { padding: 34px 26px; } }
.tr-pos__kicker { font-family: var(--font-mono); font-size: 12px; letter-spacing: 0.16em; text-transform: uppercase; color: var(--tr-gold); margin-bottom: 18px; }
.tr-pos__title { font-family: var(--font-head); font-size: clamp(24px, 2.6vw, 34px); font-weight: 500; color: var(--tr-ink); letter-spacing: -0.02em; margin: 0 0 20px; line-height: 1.12; }
.tr-pos__text { font-size: 16px; line-height: 1.66; color: var(--tr-body); margin: 0 0 16px; }
.tr-pos__text:last-child { margin-bottom: 0; }
.tr-pos__side {
  position: relative;
  border-left: 1px solid var(--tr-line);
  padding: 48px 44px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 16px;
  background:
    radial-gradient(120% 80% at 100% 0%, rgba(231,183,114,0.08), transparent 60%),
    radial-gradient(100% 80% at 0% 100%, rgba(0,165,161,0.08), transparent 60%);
}
@media (max-width: 900px) { .tr-pos__side { border-left: none; border-top: 1px solid var(--tr-line); } }
.tr-pos__side-label { font-family: var(--font-mono); font-size: 11px; letter-spacing: 0.18em; text-transform: uppercase; color: var(--tr-mut); }
.tr-pos__event {
  display: flex; align-items: center; gap: 14px;
  padding: 16px 18px;
  border: 1px solid var(--tr-line);
  border-radius: 12px;
  background: rgba(255,255,255,0.02);
  transition: border-color 0.35s, transform 0.35s;
}
.tr-pos__event:hover { border-color: rgba(231,183,114,0.45); transform: translateX(4px); }
.tr-pos__event-dot { width: 8px; height: 8px; border-radius: 50%; background: var(--tr-teal); flex: none; box-shadow: 0 0 10px var(--tr-teal); }
.tr-pos__event-name { font-family: var(--font-head); font-size: 16px; font-weight: 600; color: var(--tr-ink); }
.tr-pos__event-meta { font-family: var(--font-mono); font-size: 11px; color: var(--tr-mut); letter-spacing: 0.06em; margin-left: auto; padding-left: 14px; text-align: right; flex: none; }

/* ======================================================================
   REASONS (why MCA)
   ====================================================================== */
.tr-reasons__grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
@media (max-width: 900px) { .tr-reasons__grid { grid-template-columns: repeat(2, 1fr); } }
@media (max-width: 560px) { .tr-reasons__grid { grid-template-columns: 1fr; } }
.tr-reason {
  position: relative;
  padding: 32px 28px;
  border: 1px solid var(--tr-line);
  border-radius: 16px;
  background: linear-gradient(180deg, var(--tr-panel), var(--tr-bg-2));
  height: 100%;
  transition: border-color 0.4s, transform 0.4s;
}
.tr-reason:hover { border-color: rgba(0,165,161,0.4); transform: translateY(-3px); }
.tr-reason__icon { width: 46px; height: 46px; display: grid; place-items: center; border-radius: 12px; border: 1px solid var(--tr-line); color: var(--tr-teal); margin-bottom: 20px; background: rgba(0,165,161,0.06); }
.tr-reason__title { font-family: var(--font-head); font-size: 19px; font-weight: 600; color: var(--tr-ink); margin: 0 0 10px; letter-spacing: -0.01em; }
.tr-reason__text { font-size: 14.5px; line-height: 1.6; color: var(--tr-body); margin: 0; }

/* ======================================================================
   FINAL CTA
   ====================================================================== */
.tr-final { position: relative; padding: 40px 0 130px; }
.tr-final__block {
  position: relative;
  overflow: hidden;
  border: 1px solid var(--tr-line);
  border-radius: 24px;
  padding: 76px 60px;
  background:
    radial-gradient(120% 120% at 80% 0%, rgba(231,183,114,0.12), transparent 55%),
    radial-gradient(120% 120% at 0% 100%, rgba(0,165,161,0.14), transparent 55%),
    linear-gradient(160deg, var(--tr-panel), var(--tr-bg-2));
}
@media (max-width: 600px) { .tr-final__block { padding: 50px 26px; } }
.tr-final__eyebrow { margin-bottom: 22px; }
.tr-final__title { font-family: var(--font-head); font-weight: 500; font-size: clamp(32px, 4.4vw, 58px); line-height: 1.04; letter-spacing: -0.03em; color: var(--tr-ink); margin: 0; text-wrap: balance; }
.tr-final__sub { margin: 24px 0 0; font-size: 18px; line-height: 1.62; color: var(--tr-body); max-width: 640px; }
.tr-final__tags { margin: 30px 0 0; display: flex; flex-wrap: wrap; gap: 10px; }
.tr-final__tag { font-family: var(--font-mono); font-size: 12px; letter-spacing: 0.05em; color: var(--tr-body); padding: 8px 14px; border: 1px solid var(--tr-line); border-radius: 100px; background: rgba(255,255,255,0.02); }
.tr-final__ctas { margin-top: 36px; display: flex; flex-wrap: wrap; gap: 14px; }


/* ======================================================================
   TORONTO OVERRIDES — CN Tower sits on the LEFT, content on the right
   ====================================================================== */
.tr-hero__tower { left: 1%; right: auto; height: min(128%, 1180px); }
@media (max-width: 1240px) { .tr-hero__tower { left: -6%; opacity: 0.7; } }
@media (max-width: 1000px) { .tr-hero__tower { left: -22%; opacity: 0.34; } }
@media (max-width: 760px) { .tr-hero__tower { left: -40%; opacity: 0.24; } }
.tr-hero__inner { width: 56%; max-width: 780px; margin-left: 44%; }
@media (max-width: 1240px) { .tr-hero__inner { width: 60%; margin-left: 40%; } }
@media (max-width: 1000px) { .tr-hero__inner { width: auto; max-width: none; margin-left: 0; } }
.tr-hero__scrim {
  background:
    radial-gradient(140% 130% at 64% 40%, transparent 30%, rgba(2, 7, 9, 0.5) 76%, rgba(1, 5, 6, 0.86) 100%),
    linear-gradient(270deg, rgba(3, 8, 10, 0.94) 0%, rgba(3, 8, 10, 0.6) 40%, rgba(3, 8, 10, 0.08) 72%, rgba(3, 8, 10, 0) 100%),
    linear-gradient(0deg, var(--tr-bg) 0%, rgba(3, 8, 10, 0.66) 22%, rgba(3, 8, 10, 0) 54%),
    linear-gradient(180deg, rgba(3, 8, 10, 0.9) 0%, rgba(3, 8, 10, 0.26) 18%, rgba(3, 8, 10, 0) 42%);
}
.tr-hero__grid { -webkit-mask-image: radial-gradient(120% 90% at 70% 0%, #000 28%, transparent 76%); mask-image: radial-gradient(120% 90% at 70% 0%, #000 28%, transparent 76%); }
.tr-lede + .tr-lede { margin-top: 18px; }
.tr-sec__head { max-width: 900px; }
.tr-hero__sub { max-width: 520px; }
.tr-hero__sub + .tr-hero__sub { max-width: 560px; }
.tr-hero__note { margin: 22px 0 0; font-family: var(--font-mono); font-size: 12px; letter-spacing: 0.16em; text-transform: uppercase; color: rgba(255,255,255,0.5); }
/* CN Tower specifics */
.tr-twr__pod { fill: rgba(0,165,161,0.10); stroke: var(--teal); stroke-width: 1.4; vector-effect: non-scaling-stroke; filter: drop-shadow(0 0 10px rgba(0,165,161,0.45)); }
.tr-twr__deck { stroke: var(--teal); stroke-width: 0.9; opacity: 0.5; vector-effect: non-scaling-stroke; fill: none; }
.tr-twr__glow { fill: none; stroke: var(--teal); stroke-width: 2.4; opacity: 0; vector-effect: non-scaling-stroke; animation: tr-podglow 6s ease-in-out infinite; }
@keyframes tr-podglow { 0%, 100% { opacity: 0.05; } 50% { opacity: 0.5; } }
.tr-twr__climb { fill: var(--teal); animation: tr-climb 9s cubic-bezier(.5,0,.4,1) infinite; }
@keyframes tr-climb {
  0% { opacity: 0; transform: translateY(0); }
  10% { opacity: 0.9; }
  85% { opacity: 0.5; }
  100% { opacity: 0; transform: translateY(-540px); }
}
@media (prefers-reduced-motion: reduce) { .tr-twr__glow, .tr-twr__climb { animation: none; } }

/* Simplified service cards: icon + title, description, always-visible list */
.tr-svc__top { display: flex; align-items: center; gap: 16px; margin-bottom: 22px; }
.tr-svc { padding: 36px 34px 34px; }
@media (max-width: 600px) { .tr-svc { padding: 28px 24px; } }
.tr-svc__title { font-size: clamp(21px, 2.2vw, 26px); margin: 0; color: var(--tr-teal); }
.tr-svc__desc { font-size: 16.5px; line-height: 1.66; color: var(--tr-body); margin: 0 0 26px; }
.tr-svc__desc--hidden { display: none; }
.tr-svc__list { margin: 0; padding: 0; border-top: none; grid-template-columns: 1fr; gap: 0; }
.tr-svc__list li { padding: 15px 0; border-top: 1px solid var(--tr-hair); font-size: 16px; line-height: 1.45; align-items: center; transition: color 0.3s, padding-left 0.3s; }
.tr-svc__list li:first-child { border-top: none; }
.tr-svc__list li:hover { color: var(--tr-ink); padding-left: 5px; }
.tr-svc__check { margin-top: 0; }
.tr-svc__check { width: 17px; height: 17px; margin-top: 3px; }
.tr-intro { padding-bottom: 0; }
.tr-svc__grid { grid-template-columns: repeat(3, 1fr); }
@media (max-width: 1100px) { .tr-svc__grid { grid-template-columns: repeat(2, 1fr); } }
@media (max-width: 700px) { .tr-svc__grid { grid-template-columns: 1fr; } }
.tr-svc { padding: 32px 28px 30px; }
.tr-svc__title { font-size: clamp(19px, 1.7vw, 22px); }
.tr-svc__list li { font-size: 15px; padding: 13px 0; }
.tr-sec__head--empty { display: none; }
.tr-servicessec { padding-top: 54px; }
.tr-servicessec .tr-sec__head { margin-bottom: 48px; }
/* CAPABILITY LIST
   ====================================================================== */
.tr-capsbox { border: 1px solid var(--tr-line); border-radius: 20px; padding: 40px 44px; background: linear-gradient(168deg, var(--tr-panel), var(--tr-bg-2)); }
@media (max-width: 600px) { .tr-capsbox { padding: 28px 22px; } }
.tr-caps { display: grid; grid-template-columns: 1fr 1fr; column-gap: 48px; }
@media (max-width: 720px) { .tr-caps { grid-template-columns: 1fr; } }
.tr-caps__label { display: block; font-family: var(--font-mono); font-size: 12.5px; letter-spacing: 0.2em; text-transform: uppercase; color: var(--tr-teal); margin-bottom: 10px; }
.tr-cap { display: flex; align-items: center; gap: 16px; padding: 19px 4px; border-top: 1px solid var(--tr-hair); font-family: var(--font-head); font-size: 18.5px; font-weight: 500; letter-spacing: -0.01em; line-height: 1.35; color: var(--tr-ink); transition: color 0.3s, padding-left 0.3s; }
.tr-cap__dot { width: 6px; height: 6px; border-radius: 50%; background: var(--tr-teal); box-shadow: 0 0 10px var(--tr-teal); flex: none; transition: transform 0.3s; }
.tr-cap:hover .tr-cap__dot { transform: scale(1.5); }
@media (max-width: 600px) { .tr-cap { font-size: 16.5px; padding: 16px 2px; } }
.tr-caps > .tr-cap:nth-child(1), .tr-caps > .tr-cap:nth-child(2) { border-top: none; }
@media (max-width: 720px) { .tr-caps > .tr-cap:nth-child(2) { border-top: 1px solid var(--tr-hair); } }
.tr-cap:hover { color: var(--tr-teal); padding-left: 6px; }
.tr-cap__dot--x { display: none; }

/* ======================================================================
   SECTORS
   ====================================================================== */
.tr-sectors { display: flex; flex-wrap: wrap; gap: 12px; }
.tr-marq { position: relative; overflow: hidden; -webkit-mask-image: linear-gradient(90deg, transparent, #000 6%, #000 94%, transparent); mask-image: linear-gradient(90deg, transparent, #000 6%, #000 94%, transparent); }
.tr-marq + .tr-marq { margin-top: 16px; }
.tr-marq__track { display: flex; gap: 16px; width: max-content; animation: tr-marq 46s linear infinite; }
.tr-marq__track--rev { animation-direction: reverse; animation-duration: 56s; }
.tr-marq:hover .tr-marq__track { animation-play-state: paused; }
@keyframes tr-marq { from { transform: translateX(0); } to { transform: translateX(-50%); } }
@media (prefers-reduced-motion: reduce) { .tr-marq__track { animation: none; } }
.tr-sector { display: inline-flex; align-items: center; gap: 14px; white-space: nowrap; padding: 20px 32px; border: 1px solid var(--tr-line); border-radius: 100px; background: linear-gradient(168deg, var(--tr-panel), var(--tr-bg-2)); font-family: var(--font-head); font-size: clamp(18px, 1.9vw, 23px); font-weight: 500; letter-spacing: -0.015em; color: var(--tr-ink); transition: border-color 0.35s, background 0.35s, color 0.35s; }
.tr-sector:hover { border-color: rgba(0,165,161,0.55); background: rgba(0,165,161,0.08); }
.tr-sector__dot { width: 8px; height: 8px; border-radius: 50%; background: var(--tr-teal); box-shadow: 0 0 10px var(--tr-teal); flex: none; }

/* ======================================================================
   CITY FEATURE BLOCKS (MCA in Toronto)
   ====================================================================== */
.tr-city { display: grid; grid-template-columns: repeat(2, 1fr); gap: 18px; }
@media (max-width: 860px) { .tr-city { grid-template-columns: 1fr; } }
.tr-city__cell { position: relative; padding: 40px 36px; border: 1px solid var(--tr-line); border-radius: 18px; background: linear-gradient(168deg, var(--tr-panel), var(--tr-bg-2)); overflow: hidden; transition: border-color 0.4s, transform 0.4s; height: 100%; }
.tr-city__cell:hover { border-color: rgba(0,165,161,0.4); transform: translateY(-3px); }
@media (max-width: 600px) { .tr-city__cell { padding: 30px 24px; } }
.tr-city__n { font-family: var(--font-mono); font-size: 11px; letter-spacing: 0.2em; color: var(--tr-teal); }
.tr-city__icon { width: 46px; height: 46px; display: grid; place-items: center; border-radius: 12px; border: 1px solid var(--tr-line); background: rgba(0,165,161,0.07); color: var(--tr-teal); transition: transform 0.4s, background 0.4s; }
.tr-city__cell:hover .tr-city__icon { transform: scale(1.06); background: rgba(0,165,161,0.13); }
.tr-city__t { font-family: var(--font-head); font-size: clamp(20px, 2.1vw, 25px); font-weight: 600; letter-spacing: -0.02em; color: var(--tr-ink); margin: 20px 0 16px; line-height: 1.16; text-wrap: balance; }
.tr-city__cell p { font-size: 15.5px; line-height: 1.65; color: var(--tr-body); margin: 0 0 14px; }
.tr-city__cell p:last-child { margin-bottom: 0; }
.tr-city__cell p.tr-city__note { margin: auto 0 0; padding: 20px 0 0 20px; position: relative; font-family: var(--font-head); font-size: 16.5px; font-weight: 500; line-height: 1.5; letter-spacing: -0.01em; color: var(--tr-ink); }
.tr-city__note::before { content: ""; position: absolute; left: 0; top: 22px; bottom: 2px; width: 2px; border-radius: 2px; background: linear-gradient(to bottom, var(--tr-teal), rgba(0,165,161,0)); }
.tr-city__cell { display: flex; flex-direction: column; }

/* ======================================================================
   CLIENTS (who we work with)
   ====================================================================== */
.tr-clients { border-top: 1px solid var(--tr-line); }
.tr-client { display: grid; grid-template-columns: 0.9fr 1.1fr; gap: 40px; padding: 34px 0; border-bottom: 1px solid var(--tr-line); align-items: start; transition: padding-left 0.4s; }
.tr-client:hover { padding-left: 12px; }
@media (max-width: 760px) { .tr-client { grid-template-columns: 1fr; gap: 12px; padding: 26px 0; } }
.tr-client__t { font-family: var(--font-head); font-size: clamp(19px, 2vw, 23px); font-weight: 600; letter-spacing: -0.02em; color: var(--tr-ink); margin: 0; display: flex; gap: 16px; align-items: baseline; line-height: 1.2; }
.tr-client__n { font-family: var(--font-mono); font-size: 11px; color: var(--tr-teal); letter-spacing: 0.1em; flex: none; }
.tr-client__d { font-size: 15.5px; line-height: 1.66; color: var(--tr-body); margin: 0; }

/* ======================================================================
   QUOTES
   ====================================================================== */
.tr-quotes { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
@media (max-width: 900px) { .tr-quotes { grid-template-columns: 1fr; } }
.tr-quote { position: relative; padding: 36px 32px; border: 1px solid var(--tr-line); border-radius: 18px; background: linear-gradient(180deg, var(--tr-panel), var(--tr-bg-2)); height: 100%; display: flex; flex-direction: column; gap: 18px; transition: border-color 0.4s, transform 0.4s; }
.tr-quote:hover { border-color: rgba(0,165,161,0.4); transform: translateY(-3px); }
.tr-quote__mark { font-family: var(--font-head); font-size: 46px; line-height: 0.6; color: var(--tr-teal); opacity: 0.5; }
.tr-quote__txt { font-size: 15.5px; line-height: 1.66; color: var(--tr-body); margin: 0; }
.tr-quote__who { margin-top: auto; padding-top: 16px; border-top: 1px solid var(--tr-line); font-family: var(--font-mono); font-size: 11px; letter-spacing: 0.16em; text-transform: uppercase; color: var(--tr-mut); }

/* ======================================================================
   PROCESS
   ====================================================================== */
.tr-steps { display: grid; grid-template-columns: repeat(4, 1fr); gap: 18px; }
@media (max-width: 980px) { .tr-steps { grid-template-columns: repeat(2, 1fr); } }
@media (max-width: 540px) { .tr-steps { grid-template-columns: 1fr; } }
.tr-step { position: relative; padding: 30px 26px 32px; border: 1px solid var(--tr-line); border-radius: 16px; background: linear-gradient(180deg, var(--tr-panel), var(--tr-bg-2)); height: 100%; transition: border-color 0.4s, transform 0.4s; }
.tr-step:hover { border-color: rgba(0,165,161,0.4); transform: translateY(-3px); }
.tr-step__n { width: 44px; height: 44px; display: grid; place-items: center; border-radius: 12px; border: 1px solid var(--tr-line); background: rgba(0,165,161,0.07); color: var(--tr-teal); margin-bottom: 20px; transition: transform 0.4s, background 0.4s; }
.tr-step:hover .tr-step__n { transform: scale(1.06); background: rgba(0,165,161,0.13); }
.tr-step__t { font-family: var(--font-head); font-size: 18px; font-weight: 600; color: var(--tr-ink); margin: 0 0 10px; letter-spacing: -0.01em; }
.tr-step__d { font-size: 14.5px; line-height: 1.6; color: var(--tr-body); margin: 0; }

/* ======================================================================
   FAQ
   ====================================================================== */
.tr-faq { border-top: 1px solid var(--tr-line); }
.tr-faq__item { border-bottom: 1px solid var(--tr-line); }
.tr-faq__q { width: 100%; display: flex; align-items: center; justify-content: space-between; gap: 24px; padding: 26px 0; background: none; border: none; cursor: pointer; text-align: left; font-family: var(--font-head); font-size: clamp(16.5px, 1.7vw, 19px); font-weight: 500; letter-spacing: -0.01em; color: var(--tr-ink); transition: color 0.3s; }
.tr-faq__q:hover { color: var(--tr-teal); }
.tr-faq__sign { position: relative; width: 14px; height: 14px; flex: none; }
.tr-faq__sign::before, .tr-faq__sign::after { content: ""; position: absolute; background: currentColor; transition: transform 0.4s cubic-bezier(.2,.7,.2,1), opacity 0.3s; }
.tr-faq__sign::before { left: 0; right: 0; top: 6.5px; height: 1.5px; }
.tr-faq__sign::after { top: 0; bottom: 0; left: 6.5px; width: 1.5px; }
.tr-faq__item--open .tr-faq__sign::after { transform: scaleY(0); opacity: 0; }
.tr-faq__item--open .tr-faq__q { color: var(--tr-teal); }
.tr-faq__a { display: grid; grid-template-rows: 0fr; transition: grid-template-rows 0.5s cubic-bezier(.2,.7,.2,1); }
.tr-faq__item--open .tr-faq__a { grid-template-rows: 1fr; }
.tr-faq__a-inner { overflow: hidden; }
.tr-faq__link { display: inline-flex; align-items: center; gap: 10px; margin: 0 0 30px; font-family: var(--font-mono); font-size: 12px; letter-spacing: 0.14em; text-transform: uppercase; color: var(--tr-teal); text-decoration: none; border-bottom: 1px solid rgba(0,165,161,0.4); padding-bottom: 4px; transition: gap 0.3s, border-color 0.3s; }
.tr-faq__link:hover { gap: 14px; border-color: var(--tr-teal); color: var(--tr-teal); }
.tr-faq__a p { margin: 0 0 20px; max-width: 820px; font-size: 15.5px; line-height: 1.7; color: var(--tr-body); }
.tr-faq__a p:last-child { margin-bottom: 26px; }
@media (prefers-reduced-motion: reduce) { .tr-faq__a { transition: none; } }

/* ======================================================================
   TORONTO PHOTO GALLERY (masonry)
   ====================================================================== */
.tr-gallerysec { padding-top: 40px; }
.tr-photomarq { margin-left: calc(50% - 50vw); margin-right: calc(50% - 50vw); }
.tr-photomarq .tr-marq__track { gap: 18px; align-items: stretch; }
.tr-photomarq + .tr-photomarq { margin-top: 18px; }
.tr-photomarq .tr-gal__tile { flex: none; height: 340px; width: auto; margin: 0; }
.tr-photomarq .tr-gal__tile img { height: 100%; width: auto; max-width: none; }
@media (max-width: 900px) { .tr-photomarq .tr-gal__tile { height: 240px; } }
@media (max-width: 560px) { .tr-photomarq .tr-gal__tile { height: 190px; } }
.tr-gal { display: block; columns: 3; column-gap: 16px; grid-template-areas: none; grid-template-columns: none; grid-template-rows: none; }
@media (max-width: 900px) { .tr-gal { columns: 2; column-gap: 12px; } }
@media (max-width: 560px) { .tr-gal { columns: 1; } }
.tr-gal__tile { break-inside: avoid; margin: 0 0 16px; position: static; display: block; border-radius: 16px; overflow: hidden; border: 1px solid var(--tr-line); background: var(--tr-panel); }
@media (max-width: 900px) { .tr-gal__tile { margin-bottom: 12px; } }
.tr-gal__tile img { position: static; width: 100%; height: auto; display: block; transform: scale(1); transition: transform 0.8s cubic-bezier(.2,.7,.2,1), filter 0.5s; filter: saturate(0.92) brightness(0.92); }
.tr-gal__tile:hover img { transform: scale(1.05); filter: saturate(1) brightness(1); }
.tr-gal__tile::after { content: none; }
.tr-gal__cap { position: absolute; left: 0; right: 0; bottom: 0; padding: 44px 18px 16px; font-family: var(--font-mono); font-size: 11px; letter-spacing: 0.1em; text-transform: uppercase; color: rgba(255,255,255,0.9); background: linear-gradient(to top, rgba(2,7,9,0.92), transparent); opacity: 0; transform: translateY(8px); transition: opacity 0.4s, transform 0.4s; }
.tr-gal__tile { position: relative; }
.tr-gal__tile:hover .tr-gal__cap { opacity: 1; transform: none; }

/* ======================================================================
   PROOF (metrics + trusted merged into one block)
   ====================================================================== */
.tr-proof { position: relative; padding: 60px 0 40px; }
.tr-proof .results-section { padding-bottom: 0; }
.tr-proof .tr-trustedsec { padding: 46px 0 0; }
.tr-proof .trusted--about { border-top: 1px solid var(--tr-line); padding-top: 44px; }

/* ======================================================================
   CLOSING
   ====================================================================== */
.tr-closing { position: relative; padding: 0 0 130px; text-align: center; }
.tr-closing__inner { max-width: 900px; margin: 0 auto; }
.tr-closing__title { font-family: var(--font-head); font-weight: 500; font-size: clamp(28px, 3.6vw, 46px); line-height: 1.1; letter-spacing: -0.03em; color: var(--tr-ink); margin: 22px 0 0; text-wrap: balance; }
.tr-closing__sub { margin: 22px auto 0; font-size: 17px; line-height: 1.66; color: var(--tr-body); max-width: 700px; }
.tr-closing__ctas { margin-top: 34px; display: flex; justify-content: center; flex-wrap: wrap; gap: 14px; }
