@charset "UTF-8";
/* Toronto Tower site styles — premium investor launch */
:root {
  --tt-ink: #071827;
  --tt-navy: #081f33;
  --tt-navy-2: #0d2b42;
  --tt-navy-soft: #12364f;
  --tt-cream: #f4efe6;
  --tt-stone: #e9dfd0;
  --tt-stone-2: #e0d5c4;
  --tt-paper: #fffaf2;
  --tt-gold: #d7b46a;
  --tt-gold-strong: #c99a3a;
  --tt-copper: #b7643d;
  --tt-text: #132236;
  --tt-text-muted: #5f6b7a;
  --tt-white: #ffffff;
  --tt-border: rgba(7, 24, 39, 0.14);
  --tt-shadow-soft: 0 18px 45px rgba(7, 24, 39, 0.12);
  --tt-shadow-strong: 0 24px 70px rgba(7, 24, 39, 0.22);
  /* Page horizontal inset — used by wrap, header, footer */
  --tt-page-gutter: 1.25rem;
  /* Aliases for existing selectors */
  --tt-warm: var(--tt-gold);
  --tt-warm-dark: var(--tt-gold-strong);
  --tt-muted: var(--tt-text-muted);
  --tt-graphite: #16202a;
  --tt-card: rgba(255, 255, 255, 0.92);
  --tt-shadow: var(--tt-shadow-strong);
  --primary: var(--tt-navy);
  --primary-light: #1a4a6e;
  --headerColor: var(--tt-navy);
}

@media (min-width: 768px) {
  :root {
    --tt-page-gutter: 1.5rem;
  }
}
@media (min-width: 1200px) {
  :root {
    --tt-page-gutter: 2rem;
  }
}
.tt-body {
  margin: 0;
  font-family: ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  color: var(--tt-text);
  background: var(--tt-paper);
  line-height: 1.55;
}

.skip {
  position: absolute;
  left: -9999px;
}

.skip:focus {
  left: 1rem;
  top: 1rem;
  z-index: 9999;
  background: #fff;
  padding: 0.5rem 1rem;
}

.tt-wrap {
  width: min(1320px, 100%);
  margin-inline: auto;
  padding-inline: max(var(--tt-page-gutter), env(safe-area-inset-left, 0px)) max(var(--tt-page-gutter), env(safe-area-inset-right, 0px));
  box-sizing: border-box;
}

/* Header overrides */
/* Beat #cs-navigation white header so light logo stays visible */
#cs-navigation.tt-header,
.tt-header {
  background: var(--tt-navy) !important;
  background-color: var(--tt-navy) !important;
  position: sticky;
  top: 0;
  z-index: 100;
  border-bottom: 1px solid rgba(215, 180, 106, 0.2);
  overflow: visible;
}

#cs-navigation.tt-header .cs-container,
.tt-header .cs-container {
  display: flex;
  align-items: center;
  gap: 0.65rem 0.85rem;
  width: min(1360px, 100%);
  margin: 0 auto;
  padding: 0.55rem max(var(--tt-page-gutter), env(safe-area-inset-right, 0px)) 0.55rem max(var(--tt-page-gutter), env(safe-area-inset-left, 0px));
  flex-wrap: nowrap;
  position: relative;
  justify-content: flex-start;
  box-sizing: border-box;
}

#cs-navigation.tt-header .cs-nav,
.tt-header .cs-nav {
  flex: 1 1 auto;
  min-width: 0;
  position: static !important;
  left: auto !important;
  top: auto !important;
  transform: none !important;
  width: auto !important;
  max-width: none !important;
  display: flex;
  justify-content: center;
  z-index: 1;
}

#cs-navigation.tt-header .cs-ul-wrapper,
.tt-header .cs-ul-wrapper {
  display: block !important;
  position: static !important;
  width: auto !important;
  height: auto !important;
  max-height: none !important;
  overflow: visible !important;
  background: transparent !important;
  box-shadow: none !important;
  transform: none !important;
  opacity: 1 !important;
  visibility: visible !important;
  padding: 0 !important;
}

#cs-navigation.tt-header .cs-li-link,
#cs-navigation.tt-header .tt-lang-toggle,
.tt-header .cs-li-link,
.tt-header .tt-lang-toggle {
  color: #e8eef4;
}

#cs-navigation.tt-header .cs-ul,
.tt-header .cs-ul {
  display: flex;
  flex-wrap: nowrap;
  gap: 0.35rem 0.7rem;
  list-style: none;
  margin: 0;
  padding: 0;
  align-items: center;
  justify-content: center;
  width: auto;
  max-width: 100%;
}

#cs-navigation.tt-header .cs-li,
.tt-header .cs-li {
  padding: 0 !important;
  list-style: none;
  flex: 0 0 auto;
}

.tt-header .cs-li-link {
  text-decoration: none;
  font-size: 0.82rem;
  white-space: nowrap;
  line-height: 1.2;
}

.tt-header .cs-li-link:hover {
  color: var(--tt-warm);
}

.tt-header .cs-li-link::before {
  display: none !important;
}

.tt-lang-active {
  color: var(--tt-warm) !important;
  font-weight: 700;
}

#cs-navigation.tt-header .tt-lang-toggle,
.tt-lang-toggle {
  display: inline-flex !important;
  flex-direction: row !important;
  flex-wrap: nowrap !important;
  align-items: center;
  gap: 0.3rem;
  white-space: nowrap;
  padding: 0 !important;
  list-style: none;
  flex: 0 0 auto;
  width: auto !important;
  opacity: 1 !important;
  transform: none !important;
  margin: 0;
}

.tt-lang-toggle--bar,
.tt-lang-toggle--desktop {
  margin-left: 0.15rem;
  flex: 0 0 auto;
  z-index: 3;
}

#cs-navigation.tt-header .tt-lang-toggle--mobile,
.tt-lang-toggle--mobile {
  display: none !important;
}

#cs-navigation.tt-header .tt-lang-link,
.tt-lang-link {
  display: inline !important;
  color: rgba(248, 250, 252, 0.82);
  text-decoration: none;
  font-size: 0.88rem;
  font-weight: 600;
  line-height: 1;
  margin: 0;
  padding: 0;
}

#cs-navigation.tt-header .tt-lang-link:hover,
.tt-lang-link:hover {
  color: var(--tt-warm);
}

.tt-lang-sep {
  color: rgba(248, 250, 252, 0.45);
  font-size: 0.85rem;
  line-height: 1;
}

.tt-header-cta {
  margin-left: 0;
  background: var(--tt-warm);
  color: var(--tt-navy);
  text-decoration: none;
  font-weight: 700;
  font-size: 0.8rem;
  padding: 0.55rem 0.8rem;
  border-radius: 4px;
  white-space: nowrap;
  flex: 0 0 auto;
}

.tt-header-cta:hover {
  background: var(--tt-warm-dark);
  color: #fff;
}

#cs-navigation.tt-header .tt-logo,
.tt-logo {
  display: inline-flex;
  align-items: center;
  gap: 0.55rem;
  text-decoration: none;
  color: #f4efe6;
  flex: 0 0 auto;
  z-index: 2;
  margin: 0 !important;
  width: auto !important;
  max-width: none !important;
  height: auto !important;
}

#cs-navigation.tt-header .tt-logo-img,
.tt-logo-img {
  width: 40px;
  height: auto;
  max-height: 44px;
  object-fit: contain;
  display: block;
  flex-shrink: 0;
}

#cs-navigation.tt-header .tt-logo-wordmark,
.tt-logo-wordmark {
  font-weight: 700;
  font-size: 0.88rem;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: #f4efe6 !important;
  white-space: nowrap;
}

.tt-logo-img--footer {
  width: 56px;
  max-height: 60px;
}

.tt-footer-logo-link {
  display: inline-flex;
  align-items: center;
  gap: 0.75rem;
  text-decoration: none;
  margin-bottom: 0.75rem;
}

@media (max-width: 480px) {
  .tt-logo-wordmark {
    font-size: 0.8rem;
  }
  .tt-logo-img {
    width: 36px;
    max-height: 40px;
  }
}
.tt-header .cs-toggle {
  display: none;
  background: transparent;
  border: 0;
  cursor: pointer;
  z-index: 3;
}

.tt-header .cs-box {
  width: 28px;
  height: 20px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

#cs-navigation.tt-header .cs-line,
.tt-header .cs-line {
  display: block;
  height: 2px;
  background: #f4efe6 !important;
}

/* Match mobile nav breakpoint (1023px) so nav never disappears in the gap */
@media (max-width: 63.9375rem) {
  #cs-navigation.tt-header .cs-container,
  .tt-header .cs-container {
    flex-wrap: nowrap;
    justify-content: flex-start;
    gap: 0.55rem;
  }
  /* Always show hamburger on mobile */
  .tt-header .cs-toggle,
  #cs-navigation.tt-header .cs-toggle {
    display: flex !important;
    align-items: center;
    justify-content: center;
    margin-left: 0;
    min-width: 44px;
    min-height: 44px;
    padding: 0.35rem;
    z-index: 4;
  }
  .tt-header-cta {
    display: none !important;
  }
  /* EN/ES stays on the bar — never inside the hamburger drawer */
  .tt-lang-toggle--bar,
  .tt-lang-toggle--desktop,
  #cs-navigation.tt-header .tt-lang-toggle--bar,
  #cs-navigation.tt-header .tt-lang-toggle--desktop {
    display: inline-flex !important;
    margin-left: auto;
    order: 2;
    z-index: 3;
  }
  #cs-navigation.tt-header .cs-nav,
  .tt-header .cs-nav {
    flex: 0 0 auto;
    width: auto;
    order: 3;
  }
  #cs-navigation.tt-header .tt-logo,
  .tt-header .tt-logo {
    order: 1;
  }
  #cs-navigation.tt-header .cs-ul-wrapper,
  .tt-header .cs-ul-wrapper {
    display: none !important;
    position: absolute !important;
    left: 0 !important;
    right: 0 !important;
    top: 100% !important;
    width: 100% !important;
    background: var(--tt-navy) !important;
    border-bottom: 1px solid rgba(215, 180, 106, 0.25);
    box-shadow: 0 18px 40px rgba(0, 0, 0, 0.28) !important;
    padding: 0.5rem 1rem 1rem !important;
    z-index: 50;
  }
  #cs-navigation.tt-header.cs-active .cs-ul-wrapper,
  .tt-header.cs-active .cs-ul-wrapper,
  body.cs-open #cs-navigation.tt-header .cs-ul-wrapper,
  body.cs-open .tt-header .cs-ul-wrapper {
    display: block !important;
  }
  #cs-navigation.tt-header .cs-ul,
  .tt-header .cs-ul {
    flex-direction: column;
    align-items: flex-start;
    padding: 0.5rem 0;
    flex-wrap: wrap;
    gap: 0.15rem;
  }
  #cs-navigation.tt-header .cs-li,
  .tt-header .cs-li {
    width: 100%;
    padding: 0.55rem 0 !important;
  }
  #cs-navigation.tt-header .cs-li-link,
  .tt-header .cs-li-link {
    font-size: 1rem;
  }
  #cs-navigation.tt-header .tt-lang-toggle--mobile,
  .tt-lang-toggle--mobile {
    display: none !important;
  }
}
@media (min-width: 64rem) and (max-width: 1200px) {
  #cs-navigation.tt-header .tt-logo-wordmark,
  .tt-logo-wordmark {
    display: none;
  }
  .tt-header .cs-li-link {
    font-size: 0.78rem;
  }
  #cs-navigation.tt-header .cs-ul,
  .tt-header .cs-ul {
    gap: 0.25rem 0.55rem;
  }
  .tt-header-cta {
    font-size: 0.75rem;
    padding: 0.5rem 0.65rem;
  }
}
/* Hero */
.tt-hero {
  position: relative;
  min-height: auto;
  display: flex;
  align-items: center;
  color: var(--tt-white);
  padding: 2.75rem 0 1.75rem;
  background: linear-gradient(160deg, var(--tt-navy) 0%, var(--tt-navy-2) 45%, var(--tt-navy-soft) 100%);
  overflow: hidden;
}

@media (min-width: 960px) {
  .tt-hero {
    padding: 3.25rem 0 2.25rem;
  }
}
.tt-hero-bg {
  position: absolute;
  inset: 0;
  background: radial-gradient(ellipse at 78% 28%, rgba(215, 180, 106, 0.16), transparent 48%), linear-gradient(180deg, transparent 40%, rgba(7, 24, 39, 0.55) 100%);
  pointer-events: none;
}

.tt-hero-bg::after {
  display: none;
}

.tt-hero-inner {
  position: relative;
  z-index: 1;
  width: 100%;
}

.tt-hero-inner--split {
  display: grid;
  gap: 1.15rem;
  align-items: start;
  max-width: 1320px;
  margin-inline: auto;
}

.tt-hero-copy {
  min-width: 0;
}

.tt-hero-after {
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
  min-width: 0;
}

/* Mobile: contents so copy/poster/after are siblings in the grid */
.tt-hero-col {
  display: contents;
}

.tt-hero-copy {
  order: 1;
}

.tt-hero-side {
  order: 2;
}

.tt-hero-after {
  order: 3;
}

@media (min-width: 960px) {
  .tt-hero-inner--split {
    grid-template-columns: minmax(0, 0.44fr) minmax(0, 0.48fr);
    justify-content: space-between;
    gap: 2.5rem 3rem;
    align-items: center;
  }
  .tt-hero-col {
    display: flex;
    flex-direction: column;
    gap: 0.85rem;
    min-width: 0;
    grid-column: 1;
    grid-row: 1;
    justify-content: center;
  }
  .tt-hero-copy,
  .tt-hero-after {
    order: initial;
  }
  .tt-hero-side {
    grid-column: 2;
    grid-row: 1;
    order: initial;
    align-self: center;
    justify-self: end;
  }
}
.tt-hero-copy .tt-lead {
  max-width: 36rem;
  margin: 0;
}

.tt-hero-after .tt-cta-row {
  margin: 0;
}

.tt-hero-after .tt-avail {
  margin: 0;
}

.tt-hero-side {
  margin: 0;
  border-radius: 10px;
  overflow: hidden;
  border: 1px solid rgba(215, 180, 106, 0.55);
  background: #050f18;
  box-shadow: var(--tt-shadow-strong);
  max-width: 100%;
}

.tt-hero-side--poster {
  background: transparent;
  border: 0;
  box-shadow: none;
  overflow: visible;
}

.tt-hero-side--poster .tt-hero-side-frame {
  border-radius: 10px;
  overflow: hidden;
  border: 1px solid rgba(215, 180, 106, 0.55);
  background: #050f18;
  box-shadow: var(--tt-shadow-strong), 0 0 0 1px rgba(183, 100, 61, 0.18);
}

.tt-hero-side--poster .tt-hero-side-img--mobile {
  display: none;
}

.tt-hero-side--poster .tt-hero-side-img--desktop {
  display: block;
}

.tt-hero-side--poster img,
.tt-hero-side--exterior img {
  width: 100%;
  height: auto;
  max-height: none;
  object-fit: contain;
  object-position: center top;
  background: #050f18;
  aspect-ratio: auto;
  display: block;
}

@media (min-width: 960px) {
  .tt-hero-side--poster {
    width: 100%;
    max-width: 520px;
  }
  .tt-hero-side--poster img {
    max-height: 720px;
  }
}
@media (min-width: 1200px) {
  .tt-hero-side--poster {
    max-width: 560px;
  }
}
@media (max-width: 959px) {
  .tt-hero-side--poster .tt-hero-side-img--desktop {
    display: none;
  }
  .tt-hero-side--poster .tt-hero-side-img--mobile {
    display: block;
    max-height: none;
  }
}
.tt-hero-side-link {
  display: block;
  text-decoration: none;
  color: inherit;
}

.tt-hero-side-meta {
  margin-top: 0.65rem;
  padding: 0;
  background: transparent;
}

.tt-hero-side-label {
  margin: 0;
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: var(--tt-gold);
}

.tt-hero-side-sub {
  margin: 0.3rem 0 0;
  font-size: 0.86rem;
  color: rgba(255, 255, 255, 0.78);
  line-height: 1.4;
}

.tt-hero-side-cta {
  display: none;
}

@media (max-width: 959px) {
  .tt-hero {
    padding-top: 2.5rem;
    padding-bottom: 1.35rem;
  }
  .tt-hero-inner--split {
    gap: 0.95rem;
  }
  .tt-hero .tt-lead {
    font-size: 0.98rem;
  }
  .tt-hero .tt-cta-row .tt-btn {
    flex: 1 1 calc(50% - 0.35rem);
    min-width: 9.5rem;
  }
  .tt-hero-badges li {
    padding: 0.45rem 0.85rem 0.45rem 0.65rem;
    font-size: 0.8rem;
  }
}
.tt-eyebrow {
  text-transform: uppercase;
  letter-spacing: 0.14em;
  font-size: 0.78rem;
  font-weight: 650;
  color: #e4c878;
  margin: 0 0 0.75rem;
}

.tt-hero .tt-eyebrow,
.tt-page-hero .tt-eyebrow {
  color: #e8cc82;
  background-image: linear-gradient(105deg, #f3e0a8 0%, #e4c878 38%, var(--tt-gold) 62%, #c9a24a 100%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  filter: drop-shadow(0 1px 10px rgba(215, 180, 106, 0.28));
}

.tt-hero h1 {
  font-size: clamp(2.25rem, 5.5vw, 3.75rem);
  margin: 0 0 0.5rem;
  letter-spacing: -0.02em;
  color: var(--tt-cream);
  font-weight: 700;
}

.tt-page-hero h1 {
  color: var(--tt-cream);
}

.tt-page-hero .tt-sub {
  color: rgba(255, 255, 255, 0.86);
}

.tt-sub {
  font-size: clamp(1.1rem, 2.2vw, 1.45rem);
  margin: 0 0 0.85rem;
  color: rgba(255, 255, 255, 0.9);
}

.tt-lead {
  max-width: 42rem;
  color: rgba(255, 255, 255, 0.86);
}

.tt-section .tt-lead,
.tt-section .tt-lead-dark {
  color: var(--tt-text);
}

.tt-avail {
  font-weight: 600;
  color: var(--tt-gold);
  margin: 0.85rem 0;
}

.tt-cta-row {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
  margin: 1rem 0 1.15rem;
}

@media (max-width: 600px) {
  .tt-section--cta .tt-cta-row .tt-btn {
    width: 100%;
  }
}
.tt-badges {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
  list-style: none;
  padding: 0;
  margin: 0;
}

.tt-badges li {
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
  border: 1px solid rgba(215, 180, 106, 0.45);
  background: rgba(255, 255, 255, 0.06);
  padding: 0.4rem 0.75rem 0.4rem 0.55rem;
  border-radius: 999px;
  font-size: 0.78rem;
  color: rgba(255, 255, 255, 0.92);
}

.tt-badges .tt-icon {
  width: 1rem;
  height: 1rem;
  color: var(--tt-gold);
  flex-shrink: 0;
}

.tt-badges .tt-icon svg {
  width: 100%;
  height: 100%;
  display: block;
}

.tt-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  font-weight: 650;
  font-size: 0.92rem;
  padding: 0.75rem 1.15rem;
  border-radius: 4px;
  border: 1px solid transparent;
  cursor: pointer;
}

.tt-btn--primary {
  background: var(--tt-warm);
  color: var(--tt-navy);
}

.tt-btn--primary:hover {
  background: var(--tt-warm-dark);
  color: #fff;
}

.tt-btn--ghost {
  background: transparent;
  border-color: rgba(255, 255, 255, 0.35);
  color: #fff;
}

.tt-hero .tt-btn--ghost {
  border-color: rgba(255, 255, 255, 0.55);
  color: var(--tt-cream);
  background: rgba(255, 255, 255, 0.04);
}

.tt-hero .tt-btn--ghost:hover,
.tt-hero .tt-btn--ghost:focus-visible {
  border-color: var(--tt-gold);
  color: var(--tt-gold);
}

.tt-hero .tt-cta-row {
  gap: 0.55rem;
}

.tt-hero .tt-cta-row .tt-btn {
  padding: 0.7rem 1rem;
  font-size: 0.92rem;
}

.tt-section .tt-btn--ghost,
.tt-page-hero .tt-btn--ghost {
  border-color: var(--tt-navy);
  color: var(--tt-navy);
}

.tt-btn--sm {
  padding: 0.4rem 0.7rem;
  font-size: 0.8rem;
}

.tt-section {
  padding: clamp(3rem, 5vw, 5.5rem) 0;
}

.tt-section--stone {
  background: var(--tt-stone);
}

.tt-section--navy,
.tt-section--ops,
.tt-section--cta,
.tt-section--dark,
.tt-dark,
.tt-ops,
.tt-hero,
.tt-proof-bar,
.tt-footer {
  color: var(--tt-white);
}

.tt-section--navy,
.tt-section--ops,
.tt-section--cta,
.tt-section--dark,
.tt-dark,
.tt-ops {
  background: var(--tt-navy);
}

.tt-section h2 {
  font-size: clamp(1.55rem, 3vw, 2.15rem);
  margin: 0 0 0.75rem;
  letter-spacing: -0.02em;
  color: var(--tt-navy);
}

.tt-section--stone h2 {
  color: var(--tt-navy);
}

.tt-section--navy h1,
.tt-section--navy h2,
.tt-section--navy h3,
.tt-section--ops h1,
.tt-section--ops h2,
.tt-section--ops h3,
.tt-section--cta h1,
.tt-section--cta h2,
.tt-section--cta h3,
.tt-section--dark h1,
.tt-section--dark h2,
.tt-section--dark h3,
.tt-dark h1,
.tt-dark h2,
.tt-dark h3,
.tt-ops h1,
.tt-ops h2,
.tt-ops h3,
.tt-hero h1,
.tt-hero h2,
.tt-hero h3,
.tt-proof-bar h1,
.tt-proof-bar h2,
.tt-footer h1,
.tt-footer h2,
.tt-footer h3 {
  color: var(--tt-cream);
}

.tt-section--navy p,
.tt-section--navy li,
.tt-section--ops p,
.tt-section--ops li,
.tt-section--cta p,
.tt-section--cta li,
.tt-section--dark p,
.tt-section--dark li,
.tt-dark p,
.tt-dark li,
.tt-ops p,
.tt-ops li,
.tt-hero p:not(.tt-eyebrow),
.tt-hero li,
.tt-footer p,
.tt-footer li {
  color: rgba(255, 255, 255, 0.86);
  max-width: 48rem;
}

.tt-section--navy .tt-muted,
.tt-section--ops .tt-muted,
.tt-section--cta .tt-muted,
.tt-section--dark .tt-muted,
.tt-dark .tt-muted,
.tt-ops .tt-muted,
.tt-hero .tt-muted,
.tt-footer .tt-muted,
.tt-section--navy .muted,
.tt-section--dark .muted,
.tt-dark .muted {
  color: rgba(255, 255, 255, 0.76);
}

.tt-section--navy a:not(.tt-btn),
.tt-section--ops a:not(.tt-btn),
.tt-section--cta a:not(.tt-btn),
.tt-section--dark a:not(.tt-btn),
.tt-dark a:not(.tt-btn),
.tt-ops a:not(.tt-btn),
.tt-footer a:not(.tt-btn),
.tt-hero a:not(.tt-btn) {
  color: var(--tt-gold);
}

.tt-section--navy a.tt-btn--ghost,
.tt-section--ops a.tt-btn--ghost,
.tt-section--cta a.tt-btn--ghost,
.tt-section--dark a.tt-btn--ghost,
.tt-dark a.tt-btn--ghost,
.tt-ops a.tt-btn--ghost {
  border-color: rgba(255, 255, 255, 0.55);
  color: var(--tt-white);
  background: rgba(255, 255, 255, 0.04);
}

.tt-section--navy a.tt-btn--ghost:hover,
.tt-section--ops a.tt-btn--ghost:hover,
.tt-section--cta a.tt-btn--ghost:hover,
.tt-section--dark a.tt-btn--ghost:hover {
  border-color: var(--tt-gold);
  color: var(--tt-gold);
}

.tt-section--cta {
  background: linear-gradient(145deg, var(--tt-navy) 0%, var(--tt-navy-2) 55%, var(--tt-navy-soft) 100%);
  color: var(--tt-white);
}

.tt-section--navy .tt-ops-card,
.tt-section--ops .tt-ops-card,
.tt-section--dark .tt-card,
.tt-dark .tt-card {
  background: rgba(255, 255, 255, 0.07);
  border-color: rgba(255, 255, 255, 0.16);
  color: var(--tt-white);
}

.tt-kicker {
  margin: 0 0 0.4rem;
  font-size: 0.75rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  font-weight: 700;
  color: var(--tt-warm-dark, #b8954a);
}

.tt-delivery {
  font-weight: 650;
  color: var(--tt-warm-dark);
}

.tt-lead-light {
  max-width: 42rem;
  color: #c5d4e0;
  margin-top: 0.75rem;
}

.tt-lead-dark {
  max-width: 42rem;
  font-size: 1.05rem;
  margin: 0;
}

.tt-ph-card--wide {
  min-height: 160px;
  margin: 1rem 0;
}

.tt-section--navy .tt-delivery,
.tt-section--cta .tt-delivery {
  color: var(--tt-warm);
}

.tt-page-hero {
  position: relative;
  overflow: hidden;
  background: linear-gradient(160deg, var(--tt-navy) 0%, var(--tt-navy-2) 48%, var(--tt-navy-soft) 100%);
  color: #f8fafc;
  padding: 4.5rem 0 2.75rem;
}

.tt-page-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  background: radial-gradient(ellipse 55% 80% at 100% 20%, rgba(215, 180, 106, 0.14), transparent 55%), radial-gradient(ellipse 40% 60% at 0% 100%, rgba(26, 74, 110, 0.45), transparent 60%);
  pointer-events: none;
  z-index: 0;
}

.tt-page-hero::after {
  content: "";
  position: absolute;
  right: max(0.75rem, 3vw);
  top: 50%;
  transform: translateY(-50%);
  width: clamp(110px, 20vw, 200px);
  height: clamp(120px, 22vw, 220px);
  background: url("/assets/svgs/toronto-tower-logo-gold.svg") center/contain no-repeat;
  opacity: 0.42;
  pointer-events: none;
  z-index: 0;
}

.tt-page-hero .tt-wrap {
  position: relative;
  z-index: 1;
  padding-right: max(var(--tt-page-gutter), clamp(var(--tt-page-gutter), 16vw, 13rem));
}

.tt-page-hero h1 {
  margin: 0 0 0.5rem;
  font-size: clamp(1.8rem, 4vw, 2.6rem);
  color: #f4efe6;
}

.tt-page-hero p,
.tt-page-hero .tt-sub,
.tt-page-hero .tt-lead,
.tt-page-hero .tt-lead-light {
  color: rgba(248, 250, 252, 0.9);
  max-width: 48rem;
}

@media (max-width: 40rem) {
  .tt-page-hero {
    padding: 3.5rem 0 2.25rem;
  }
  .tt-page-hero::after {
    width: 92px;
    height: 100px;
    opacity: 0.28;
    right: max(0.65rem, env(safe-area-inset-right, 0px));
    top: auto;
    bottom: 0.85rem;
    transform: none;
  }
  .tt-page-hero .tt-wrap {
    padding-right: max(var(--tt-page-gutter), env(safe-area-inset-right, 0px));
    padding-bottom: 2.75rem;
  }
}
.tt-page-hero--skyline {
  padding: 5rem 0 3.25rem;
  background-color: var(--tt-navy);
  background-image: linear-gradient(105deg, rgba(7, 24, 39, 0.92) 0%, rgba(7, 24, 39, 0.8) 42%, rgba(7, 24, 39, 0.55) 100%), url("/assets/images/investment/toronto-skyline-banner-1200.webp");
  background-size: cover;
  background-position: center 42%;
  background-repeat: no-repeat;
}

.tt-page-hero--skyline::before {
  background: radial-gradient(ellipse 50% 70% at 0% 80%, rgba(26, 74, 110, 0.35), transparent 60%);
}

.tt-page-hero--skyline::after {
  opacity: 0.18;
}

.tt-page-hero--skyline .tt-wrap {
  padding-right: max(var(--tt-page-gutter), clamp(var(--tt-page-gutter), 8vw, 6rem), env(safe-area-inset-right, 0px));
}

.tt-page-hero--skyline .tt-sub {
  color: rgba(244, 239, 230, 0.92);
}

.tt-page-hero--skyline .tt-lead {
  margin-top: 1rem;
  max-width: 44rem;
  color: rgba(244, 239, 230, 0.88);
}

@media (min-width: 900px) {
  .tt-page-hero--skyline {
    padding: 5.5rem 0 3.75rem;
    background-image: linear-gradient(105deg, rgba(7, 24, 39, 0.92) 0%, rgba(7, 24, 39, 0.78) 40%, rgba(7, 24, 39, 0.5) 100%), url("/assets/images/investment/toronto-skyline-banner.webp");
  }
}
@media (max-width: 40rem) {
  .tt-page-hero--skyline {
    padding: 3.75rem 0 2.5rem;
  }
  .tt-page-hero--skyline::after {
    opacity: 0.12;
  }
}
/* Floor stack */
.tt-floors {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  gap: 0.4rem;
  max-width: none;
  width: 100%;
}

.tt-floor {
  display: grid;
  grid-template-columns: 2.75rem 1fr;
  gap: 0.65rem;
  align-items: center;
  padding: 0.55rem 0.85rem;
  border-radius: 6px;
  border: 1px solid var(--tt-border);
  background: #fff;
}

.tt-floorstack-panel {
  background: var(--tt-paper);
  border: 1px solid var(--tt-border);
  border-radius: 12px;
  padding: 1rem 1rem 1.1rem;
  box-shadow: var(--tt-shadow-soft);
}

.tt-floorstack-panel .tt-floor {
  background: #fff;
  border-color: var(--tt-border);
  color: var(--tt-text);
}

.tt-floorstack-panel .tt-floor-label {
  color: var(--tt-text);
}

.tt-floor-legend {
  display: flex;
  flex-wrap: wrap;
  gap: 0.65rem 1rem;
  list-style: none;
  margin: 0.85rem 0 0;
  padding: 0;
  font-size: 0.78rem;
  color: var(--tt-text);
}

.tt-floor-dot {
  display: inline-block;
  width: 0.55rem;
  height: 0.55rem;
  border-radius: 50%;
  margin-right: 0.35rem;
  vertical-align: middle;
}

.tt-floor-dot--public {
  background: var(--tt-gold);
}

.tt-floor-dot--held {
  background: #9aa3ad;
}

.tt-floor-dot--amenity {
  background: var(--tt-navy);
}

.tt-floor-label {
  line-height: 1.25;
  font-size: 0.92rem;
}

.tt-floor--amenity .tt-floor-label {
  font-size: 0.84rem;
}

.tt-floor--public {
  background: rgba(215, 180, 106, 0.22);
  border-color: rgba(215, 180, 106, 0.5);
}

.tt-floor--held {
  opacity: 1;
  background: #eef1f4;
  color: var(--tt-text-muted);
}

.tt-floor--amenity {
  background: var(--tt-navy);
  color: var(--tt-white);
  border-color: var(--tt-navy);
}

.tt-floor--amenity .tt-floor-num,
.tt-floor--amenity .tt-floor-label {
  color: var(--tt-white);
}

.tt-floorstack-panel .tt-floor-num {
  color: var(--tt-navy);
}

.tt-floorstack-panel .tt-floor--public {
  background: rgba(215, 180, 106, 0.28);
  border-color: rgba(215, 180, 106, 0.55);
  opacity: 1;
}

.tt-floorstack-panel .tt-floor--public .tt-floor-num {
  color: var(--tt-navy);
}

.tt-floorstack-panel .tt-floor--held {
  background: #eef1f4;
  border-color: rgba(7, 24, 39, 0.1);
  opacity: 1;
  color: var(--tt-text-muted);
}

.tt-floorstack-panel .tt-floor--held .tt-floor-num {
  color: var(--tt-text-muted);
}

.tt-floorstack-panel .tt-floor--amenity {
  background: var(--tt-navy);
  border-color: var(--tt-navy);
  color: var(--tt-white);
}

.tt-floorstack-panel .tt-floor--amenity .tt-floor-num {
  color: var(--tt-gold);
}

.tt-floorstack-panel .tt-floor--base {
  background: var(--tt-cream);
}

.tt-floorstack-panel .tt-floor-legend {
  color: var(--tt-text);
}

/* Amenities */
.tt-amenity-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
  gap: 0.85rem;
  margin: 1.25rem 0 1.5rem;
}

.tt-amenity-grid--compact {
  grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
}

.tt-amenity-card {
  background: #fff;
  border: 1px solid rgba(215, 180, 106, 0.28);
  border-radius: 10px;
  padding: 1rem 1rem 1.1rem;
  box-shadow: 0 8px 18px rgba(7, 24, 39, 0.04);
  display: flex;
  flex-direction: column;
  gap: 0.35rem;
  text-align: left;
  font: inherit;
  color: inherit;
  width: 100%;
  cursor: default;
}

button.tt-amenity-card--interactive {
  cursor: pointer;
  transition: transform 0.18s ease, box-shadow 0.18s ease, border-color 0.18s ease;
}

button.tt-amenity-card--interactive:hover,
button.tt-amenity-card--interactive:focus-visible {
  transform: translateY(-3px);
  border-color: rgba(215, 180, 106, 0.75);
  box-shadow: 0 14px 28px rgba(7, 24, 39, 0.1);
  outline: none;
}

button.tt-amenity-card--interactive:focus-visible {
  outline: 2px solid var(--tt-warm);
  outline-offset: 2px;
}

button.tt-amenity-card--interactive:hover .tt-icon,
button.tt-amenity-card--interactive:focus-visible .tt-icon {
  color: var(--tt-warm);
  filter: drop-shadow(0 0 6px rgba(215, 180, 106, 0.45));
}

.tt-amenity-card-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.5rem;
  margin-bottom: 0.25rem;
}

.tt-amenity-badge {
  display: inline-block;
  font-size: 0.68rem;
  font-weight: 700;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  color: var(--tt-warm-dark, #b8954a);
  border: 1px solid rgba(215, 180, 106, 0.45);
  border-radius: 999px;
  padding: 0.2rem 0.55rem;
  margin: 0;
}

.tt-amenity-badge--dialog {
  margin: 0 0 0.75rem;
}

.tt-amenity-card h3 {
  margin: 0;
  font-size: 1.02rem;
  color: var(--tt-navy);
}

.tt-amenity-card p {
  margin: 0;
  color: var(--tt-muted);
  font-size: 0.9rem;
  line-height: 1.45;
  flex: 1;
}

.tt-amenity-more {
  align-self: flex-start;
  margin-top: 0.55rem;
  padding: 0;
  border: 0;
  background: none;
  color: var(--tt-warm-dark, #b8954a);
  font: inherit;
  font-size: 0.86rem;
  font-weight: 650;
  text-decoration: underline;
  text-underline-offset: 3px;
  pointer-events: none;
}

button.tt-amenity-card--interactive:hover .tt-amenity-more,
button.tt-amenity-card--interactive:focus-visible .tt-amenity-more {
  color: var(--tt-navy);
}

.tt-section--stone .tt-amenity-card {
  background: #fff;
}

.tt-icon {
  display: inline-flex;
  width: 1.65rem;
  height: 1.65rem;
  color: var(--tt-warm-dark, #b8954a);
  flex-shrink: 0;
}

.tt-icon svg {
  width: 100%;
  height: 100%;
  display: block;
}

/* Units */
.tt-unit-table-wrap {
  overflow-x: auto;
  margin: 1.5rem 0;
}

.tt-unit-table {
  width: 100%;
  border-collapse: collapse;
  font-size: 0.92rem;
}

.tt-unit-table th,
.tt-unit-table td {
  text-align: left;
  padding: 0.75rem 0.6rem;
  border-bottom: 1px solid var(--tt-border);
}

.tt-unit-table th {
  font-size: 0.78rem;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  color: var(--tt-muted);
}

.tt-badge {
  display: inline-block;
  font-size: 0.72rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  padding: 0.25rem 0.5rem;
  border-radius: 4px;
}

.tt-badge--available {
  background: #dcfce7;
  color: #166534;
}

.tt-badge--sold {
  background: #fee2e2;
  color: #991b1b;
}

.tt-badge--reserved {
  background: #fef3c7;
  color: #92400e;
}

.tt-badge--not-released {
  background: #e2e8f0;
  color: #334155;
}

.tt-legend {
  list-style: none;
  padding: 0;
  display: grid;
  gap: 0.5rem;
}

.tt-legend li {
  display: flex;
  gap: 0.6rem;
  align-items: center;
  flex-wrap: wrap;
}

.tt-overview {
  margin: 1.5rem 0;
  padding: 1.25rem 1.35rem;
  background: var(--tt-paper);
  border: 1px solid var(--tt-border);
  border-radius: 12px;
  box-shadow: var(--tt-shadow-soft);
}

.tt-overview h3 {
  margin: 0 0 0.35rem;
  color: var(--tt-navy);
}

.tt-overview-lead {
  margin: 0 0 1rem;
  color: var(--tt-text-muted);
  font-size: 0.92rem;
}

.tt-overview-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  gap: 0.75rem;
}

.tt-overview-card {
  display: grid;
  grid-template-columns: 2.5rem 1fr;
  gap: 0.75rem;
  align-items: start;
  padding: 0.85rem 0.9rem;
  border-radius: 10px;
  border: 1px solid var(--tt-border);
  background: #fff;
}

.tt-overview-floor {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 2.5rem;
  height: 2.5rem;
  border-radius: 8px;
  font-weight: 800;
  font-size: 1.05rem;
  background: #eef1f4;
  color: var(--tt-navy);
}

.tt-overview-card h4 {
  margin: 0 0 0.2rem;
  font-size: 0.95rem;
  color: var(--tt-navy);
}

.tt-overview-card p {
  margin: 0;
  font-size: 0.86rem;
  line-height: 1.4;
  color: var(--tt-text-muted);
}

.tt-overview-card--held .tt-overview-floor {
  background: #eef1f4;
  color: var(--tt-text-muted);
}

.tt-overview-card--amenity {
  background: var(--tt-navy);
  border-color: var(--tt-navy);
}

.tt-overview-card--amenity .tt-overview-floor {
  background: rgba(215, 180, 106, 0.18);
  color: var(--tt-gold);
}

.tt-overview-card--amenity h4 {
  color: var(--tt-cream);
}

.tt-overview-card--amenity p {
  color: rgba(255, 255, 255, 0.8);
}

.tt-btn--wa {
  gap: 0.4rem;
}

.tt-btn--wa .tt-icon {
  width: 1rem;
  height: 1rem;
  color: #25d366; /* WhatsApp green — readable on gold CTA */
}

.tt-btn--wa:hover .tt-icon {
  color: #25d366;
}

.tt-btn--wa .tt-icon svg {
  width: 100%;
  height: 100%;
  display: block;
}

.tt-unit-table .tt-btn--wa {
  min-width: 7.5rem;
}

.tt-phase-note {
  margin: 0 0 1.25rem;
  padding: 1rem 1.15rem;
  border-radius: 10px;
  border-left: 3px solid var(--tt-gold);
  background: var(--tt-cream);
}

.tt-phase-note-label {
  margin: 0 0 0.35rem;
  font-size: 0.75rem;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: var(--tt-gold-strong);
}

.tt-phase-note p {
  margin: 0;
  color: var(--tt-text);
}

.tt-timelapse-phase {
  margin: 0.15rem 0 0.45rem;
  font-size: 0.78rem;
  font-weight: 650;
  color: var(--tt-text-muted);
}

.tt-pricing-note {
  color: var(--tt-muted);
  font-size: 0.95rem;
}

@media (max-width: 720px) {
  .tt-unit-table thead {
    display: none;
  }
  .tt-unit-table tr {
    display: block;
    margin-bottom: 1rem;
    border: 1px solid var(--tt-border);
    border-radius: 8px;
    padding: 0.75rem;
  }
  .tt-unit-table td {
    display: flex;
    justify-content: space-between;
    gap: 1rem;
    border: 0;
    padding: 0.35rem 0;
  }
  .tt-unit-table td::before {
    content: attr(data-label);
    font-weight: 600;
    color: var(--tt-muted);
  }
}
/* Scenario */
.tt-scenario {
  padding: clamp(2.25rem, 4.5vw, 3.75rem) 0;
  background: var(--tt-stone);
}

.tt-scenario-shell {
  background: linear-gradient(165deg, #0a1f30 0%, #12324a 100%);
  border: 1px solid rgba(215, 180, 106, 0.35);
  border-radius: 14px;
  padding: clamp(1.35rem, 3vw, 2rem);
  color: #f4efe6;
  box-shadow: 0 18px 36px rgba(7, 24, 39, 0.18);
}

.tt-scenario-kicker {
  margin: 0 0 0.45rem;
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--tt-warm);
}

.tt-scenario-shell h2 {
  color: #f4efe6;
  margin: 0 0 0.65rem;
}

.tt-scenario-shell > p {
  color: #d7e3ee;
  max-width: 48rem;
}

.tt-scenario-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  gap: 1rem;
  margin: 1.25rem 0;
}

.tt-metric-card {
  background: #fff;
  border: 1px solid var(--tt-border);
  border-radius: 10px;
  padding: 1.25rem;
  box-shadow: var(--tt-shadow);
}

.tt-metric-card--accent {
  background: rgba(255, 255, 255, 0.08);
  border-color: rgba(215, 180, 106, 0.45);
  color: #f4efe6;
  box-shadow: none;
}

.tt-metric-card--accent h3 {
  color: #f4efe6;
  margin: 0 0 0.35rem;
}

.tt-metric-card--accent .tt-muted {
  color: #b8c9d8;
}

.tt-metric-card--accent .tt-metric {
  color: var(--tt-warm);
  font-size: clamp(1.35rem, 2.4vw, 1.7rem);
}

.tt-metric-card--accent .tt-metric-sm {
  color: #e8eef4;
}

.tt-scenario-shell .tt-metric-card:not(.tt-metric-card--accent) {
  background: rgba(255, 255, 255, 0.96);
}

.tt-metric {
  font-size: 1.35rem;
  font-weight: 800;
  color: var(--tt-navy);
  margin: 0.35rem 0;
}

.tt-metric-sm {
  font-weight: 650;
  margin: 0.25rem 0 0;
}

.tt-muted {
  color: var(--tt-muted);
  font-size: 0.9rem;
}

.tt-assumptions {
  margin: 0.5rem 0 0;
  padding-left: 1.1rem;
  font-size: 0.9rem;
  line-height: 1.45;
  color: var(--bodyTextColor, #343435);
}

.tt-assumptions li {
  margin-bottom: 0.35rem;
}

.tt-disclaimer-inline {
  font-size: 0.88rem;
  color: #b8c9d8;
  border-left: 3px solid var(--tt-warm);
  padding-left: 0.85rem;
  margin: 0;
}

/* Contact — intent cards + channel pills */
.tt-section--contact {
  background: var(--tt-paper);
}

.tt-contact-intro {
  margin-bottom: 1.5rem;
}

.tt-contact-intro h2 {
  margin-bottom: 0.4rem;
}

.tt-contact-intro p {
  max-width: 40rem;
  color: var(--tt-text-muted);
}

.tt-contact-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(260px, 1fr));
  gap: 0.9rem;
}

.tt-contact-card {
  display: flex;
  align-items: center;
  gap: 0.85rem;
  text-decoration: none;
  color: inherit;
  background: #fff;
  border: 1px solid var(--tt-border);
  border-radius: 14px;
  padding: 1.1rem 1rem;
  transition: transform 0.15s ease, box-shadow 0.15s ease, border-color 0.15s ease;
  min-height: 5.5rem;
}

.tt-contact-card:hover {
  transform: translateY(-2px);
  box-shadow: var(--tt-shadow-soft);
  border-color: rgba(215, 180, 106, 0.55);
}

.tt-contact-card-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 2.75rem;
  height: 2.75rem;
  border-radius: 9999px;
  background: rgba(7, 24, 39, 0.06);
  flex-shrink: 0;
}

.tt-contact-card-icon .tt-icon {
  width: 1.35rem;
  height: 1.35rem;
  color: var(--tt-gold-strong);
}

.tt-contact-card-icon--wa {
  background: rgba(37, 211, 102, 0.12);
}

.tt-contact-card-icon--wa .tt-icon {
  color: #25d366;
}

.tt-contact-card-body {
  flex: 1 1 auto;
  min-width: 0;
}

.tt-contact-card h2 {
  margin: 0 0 0.25rem;
  font-size: 1.05rem;
  color: var(--tt-navy);
  line-height: 1.25;
}

.tt-contact-card p {
  margin: 0;
  font-size: 0.9rem;
  line-height: 1.4;
  color: var(--tt-text-muted);
  max-width: none;
}

.tt-contact-card-chevron {
  color: rgba(7, 24, 39, 0.35);
  font-size: 1.35rem;
  line-height: 1;
  flex-shrink: 0;
}

.tt-contact-card:hover .tt-contact-card-chevron {
  color: var(--tt-gold-strong);
}

.tt-contact-channels {
  margin-top: 2.75rem;
  padding-top: 2rem;
  border-top: 1px solid rgba(7, 24, 39, 0.1);
}

.tt-contact-channels h2 {
  margin-bottom: 1rem;
}

.tt-contact-pills {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
}

.tt-contact-pill {
  display: inline-flex;
  align-items: center;
  gap: 0.7rem;
  min-height: 3.35rem;
  padding: 0.45rem 0.85rem 0.45rem 0.45rem;
  border-radius: 9999px;
  text-decoration: none;
  color: #fff;
  background: linear-gradient(135deg, var(--tt-navy) 0%, #12364f 55%, #1a4a6e 100%);
  border: 1px solid rgba(215, 180, 106, 0.28);
  box-shadow: 0 10px 24px rgba(7, 24, 39, 0.16);
  transition: transform 0.15s ease, box-shadow 0.15s ease, border-color 0.15s ease;
}

.tt-contact-pill:hover,
.tt-contact-pill:focus-visible {
  transform: translateY(-2px) scale(1.015);
  border-color: rgba(215, 180, 106, 0.55);
  box-shadow: 0 14px 30px rgba(7, 24, 39, 0.22);
  color: #fff;
}

.tt-contact-pill--wa {
  background: linear-gradient(135deg, #128c7e 0%, #25d366 100%);
  border-color: rgba(255, 255, 255, 0.18);
}

.tt-contact-pill__icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 2.4rem;
  height: 2.4rem;
  border-radius: 9999px;
  background: rgba(255, 255, 255, 0.16);
  flex-shrink: 0;
}

.tt-contact-pill__icon .tt-icon {
  width: 1.2rem;
  height: 1.2rem;
  color: #fff;
}

.tt-contact-pill--wa .tt-contact-pill__icon .tt-icon {
  color: #fff;
}

.tt-contact-pill__body {
  display: flex;
  flex-direction: column;
  gap: 0.05rem;
  min-width: 0;
}

.tt-contact-pill__label {
  font-size: 0.92rem;
  font-weight: 700;
  line-height: 1.15;
}

.tt-contact-pill__meta {
  font-size: 0.75rem;
  opacity: 0.88;
  line-height: 1.2;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 14rem;
}

.tt-contact-pill__chevron {
  margin-left: 0.15rem;
  margin-right: 0.15rem;
  font-size: 1.2rem;
  opacity: 0.75;
}

@media (max-width: 560px) {
  .tt-contact-grid {
    grid-template-columns: 1fr;
  }
  .tt-contact-pills {
    flex-direction: column;
  }
  .tt-contact-pill {
    width: 100%;
  }
  .tt-contact-pill__meta {
    max-width: none;
  }
}
/* Map / placeholders */
.tt-map {
  margin: 1.5rem 0;
  border-radius: 10px;
  overflow: hidden;
  border: 1px solid var(--tt-border);
  aspect-ratio: 16/9;
}

.tt-map iframe {
  width: 100%;
  height: 100%;
  border: 0;
}

.tt-placeholder-gallery {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  gap: 0.75rem;
  margin: 1.25rem 0;
}

.tt-ph-card {
  min-height: 120px;
  display: grid;
  place-items: center;
  text-align: center;
  padding: 1rem;
  background: linear-gradient(145deg, var(--tt-navy), #1a3a52);
  color: var(--tt-warm);
  border-radius: 8px;
  font-size: 0.9rem;
}

.tt-photo-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  gap: 1rem;
  margin: 1.25rem 0 1.5rem;
}

.tt-photo-card {
  margin: 0;
  border-radius: 8px;
  overflow: hidden;
  border: 1px solid var(--tt-border);
  background: #fff;
  display: flex;
  flex-direction: column;
}

.tt-photo-card img {
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 4/3;
  object-fit: cover;
  background: var(--tt-navy);
}

.tt-photo-card figcaption {
  padding: 0.65rem 0.8rem;
  font-size: 0.8rem;
  line-height: 1.4;
  color: var(--secondary, #475569);
}

.tt-progress-group {
  margin-block: clamp(2rem, 4vw, 3.5rem);
}

.tt-progress-group h3 {
  margin: 0 0 0.5rem;
  font-size: 1.15rem;
}

.tt-section--navy .tt-photo-card {
  background: rgba(255, 255, 255, 0.04);
  border-color: rgba(215, 180, 106, 0.25);
}

.tt-section--navy .tt-photo-card figcaption {
  color: #c5d4e0;
}

.visually-hidden {
  position: absolute !important;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

/* Progress editorial gallery — caps display size for ~576px portrait sources */
.tt-progress-gallery {
  display: grid;
  gap: clamp(1rem, 2vw, 1.5rem);
}

.tt-progress-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1rem;
  margin: 1rem 0 0;
  max-width: 920px;
}

.tt-progress-grid--compact {
  grid-template-columns: repeat(3, minmax(0, 1fr));
  max-width: 980px;
}

.tt-progress-grid--renders {
  max-width: 860px;
}

.tt-progress-grid--renders .tt-photo-card img {
  aspect-ratio: 16/10;
  object-fit: cover;
  object-position: center;
  max-height: 280px;
}

.tt-progress-card {
  margin: 0;
  background: var(--tt-white);
  border: 1px solid var(--tt-border);
  border-radius: 12px;
  overflow: hidden;
  box-shadow: var(--tt-shadow-soft);
  display: flex;
  flex-direction: column;
}

.tt-progress-card__open {
  display: block;
  width: 100%;
  padding: 0;
  margin: 0;
  border: 0;
  background: var(--tt-navy);
  cursor: zoom-in;
  line-height: 0;
}

.tt-progress-card__open:focus-visible {
  outline: 2px solid var(--tt-gold);
  outline-offset: 2px;
}

.tt-progress-card img,
.tt-progress-grid .tt-photo-card img {
  display: block;
  width: 100%;
  max-width: 100%;
  aspect-ratio: 3/4;
  object-fit: cover;
  object-position: center 35%;
  max-height: 340px;
  background: var(--tt-navy);
}

.tt-progress-card--feature img {
  aspect-ratio: 16/10;
  max-height: 420px;
  object-position: center;
}

.tt-progress-card figcaption,
.tt-progress-grid .tt-photo-card figcaption {
  padding: 0.85rem 1rem;
  font-size: 0.92rem;
  color: var(--tt-text-muted);
  line-height: 1.4;
}

.tt-progress-grid .tt-photo-card {
  margin: 0;
  background: var(--tt-white);
  border: 1px solid var(--tt-border);
  border-radius: 12px;
  overflow: hidden;
  box-shadow: var(--tt-shadow-soft);
}

.tt-status-panel {
  max-width: 42rem;
  padding: 1.25rem 1.35rem;
  border: 1px solid var(--tt-border);
  border-radius: 12px;
  background: var(--tt-cream);
  box-shadow: var(--tt-shadow-soft);
}

.tt-status-panel h2 {
  margin-top: 0;
}

.tt-status-panel .tt-delivery {
  margin: 0.35rem 0 0.75rem;
}

/* Public buyer timeline (card-based, not PM table) */
.tt-glance {
  margin: 1.5rem 0 1.75rem;
}

.tt-glance__title {
  margin: 0 0 0.85rem;
  font-size: 1.05rem;
  color: var(--tt-navy);
}

.tt-glance__grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 0.75rem;
}

.tt-glance__card {
  position: relative;
  padding: 0.95rem 1rem 0.95rem 1.15rem;
  background: var(--tt-paper);
  border: 1px solid var(--tt-border);
  border-radius: 12px;
  box-shadow: var(--tt-shadow-soft);
}

.tt-glance__marker {
  position: absolute;
  left: 0;
  top: 0.85rem;
  bottom: 0.85rem;
  width: 3px;
  border-radius: 999px;
  background: var(--tt-gold);
}

.tt-glance__card-title {
  margin: 0 0 0.35rem;
  font-size: 0.95rem;
  color: var(--tt-navy);
}

.tt-glance__card-body {
  margin: 0;
  font-size: 0.86rem;
  line-height: 1.45;
  color: var(--tt-text-muted);
}

@media (min-width: 700px) {
  .tt-glance__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media (min-width: 1100px) {
  .tt-glance__grid {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
}
.tt-gantt {
  margin: 1.25rem 0 0.5rem;
  padding: 1.15rem 1.05rem 1.35rem;
  background: var(--tt-cream);
  border: 1px solid var(--tt-border);
  border-radius: 14px;
  box-shadow: var(--tt-shadow-soft);
  color: var(--tt-navy);
  overflow: visible;
  min-width: 0;
}

.tt-gantt__disclaimer {
  margin: 0 0 0.9rem;
  padding: 0.55rem 0.75rem 0.55rem 0.85rem;
  border-left: 3px solid var(--tt-gold);
  font-size: 0.8rem;
  line-height: 1.45;
  color: var(--tt-text-muted);
  background: rgba(255, 250, 242, 0.55);
  border-radius: 0 8px 8px 0;
}

.tt-gantt__buyer-note {
  margin: 1rem 0 0;
  font-size: 0.82rem;
  line-height: 1.45;
  color: var(--tt-text-muted);
}

.tt-gantt__legend {
  display: flex;
  flex-wrap: wrap;
  gap: 0.55rem 0.95rem;
  margin: 0 0 1.1rem;
}

.tt-gantt__legend-item {
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
  font-size: 0.75rem;
  color: var(--tt-text-muted);
}

.tt-gantt__legend-item::before {
  content: "";
  width: 0.85rem;
  height: 0.55rem;
  border-radius: 999px;
  background: #6b8799;
}

.tt-gantt__legend-item--closed::before {
  background: #1f5c5a;
}

.tt-gantt__legend-item--active::before {
  background: var(--tt-gold-strong);
}

.tt-gantt__legend-item--remaining::before {
  background: repeating-linear-gradient(-45deg, color-mix(in srgb, var(--tt-gold) 55%, white), color-mix(in srgb, var(--tt-gold) 55%, white) 3px, color-mix(in srgb, var(--tt-gold) 28%, white) 3px, color-mix(in srgb, var(--tt-gold) 28%, white) 6px);
  border: 1px solid var(--tt-gold-strong);
  box-sizing: border-box;
  height: 0.5rem;
}

.tt-gantt__legend-item--pending::before {
  background: #8a857c;
}

.tt-gantt__legend-item--target::before {
  background: var(--tt-copper);
  width: 0.55rem;
  height: 0.55rem;
  border-radius: 50%;
}

.tt-gantt__status-pill {
  display: inline-block;
  padding: 0.2rem 0.55rem;
  border-radius: 999px;
  font-size: 0.72rem;
  font-weight: 600;
  letter-spacing: 0.02em;
  line-height: 1.3;
  white-space: nowrap;
}

.tt-gantt__status-pill--closed {
  background: rgba(31, 92, 90, 0.12);
  color: #1f5c5a;
}

.tt-gantt__status-pill--active {
  background: rgba(201, 154, 58, 0.18);
  color: #8a6418;
}

.tt-gantt__status-pill--pending {
  background: rgba(168, 162, 154, 0.28);
  color: #5c574f;
}

.tt-gantt__status-pill--target {
  background: rgba(183, 100, 61, 0.14);
  color: var(--tt-copper);
}

.tt-gantt__cta {
  display: inline-block;
  margin-top: 0.25rem;
  font-size: 0.85rem;
  font-weight: 600;
  color: var(--tt-navy);
  text-decoration: underline;
  text-underline-offset: 0.15em;
}

.tt-gantt__cta:hover,
.tt-gantt__cta:focus-visible {
  color: var(--tt-gold-strong);
}

/* Shared-axis desktop Gantt */
.tt-gantt-desktop {
  display: none;
}

.tt-gantt-mobile {
  display: grid;
  gap: 0.85rem;
}

.tt-gantt-mobile-card {
  padding: 1rem 1.05rem;
  background: var(--tt-paper);
  border: 1px solid var(--tt-border);
  border-radius: 12px;
}

.tt-gantt-mobile-card__head {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: space-between;
  gap: 0.45rem 0.75rem;
  margin-bottom: 0.3rem;
}

.tt-gantt-mobile-card__title {
  margin: 0;
  font-size: 1.02rem;
  color: var(--tt-navy);
}

.tt-gantt-mobile-card__period {
  margin: 0 0 0.5rem;
  font-size: 0.8rem;
  color: var(--tt-text-muted);
}

.tt-gantt-mobile-card__summary,
.tt-gantt-mobile-card__note {
  margin: 0 0 0.55rem;
  font-size: 0.9rem;
  line-height: 1.45;
  color: var(--tt-text);
}

.tt-gantt-mobile-card__note:last-child {
  margin-bottom: 0;
}

@media (min-width: 1024px) {
  .tt-gantt-mobile {
    display: none;
  }
  .tt-gantt-desktop {
    display: grid;
    grid-template-columns: minmax(280px, 0.92fr) minmax(520px, 1.45fr);
    gap: 1.35rem;
    align-items: stretch;
    min-width: 0;
  }
  .tt-gantt-desktop__info,
  .tt-gantt-desktop__plot {
    display: flex;
    flex-direction: column;
    min-width: 0;
  }
  .tt-gantt-desktop__axis-spacer,
  .tt-gantt-scale {
    flex: 0 0 3.1rem;
    height: 3.1rem;
  }
  .tt-gantt-info,
  .tt-gantt-lane {
    flex: 1 1 auto;
    min-height: 6.4rem;
    border-bottom: 1px solid rgba(7, 24, 39, 0.08);
  }
  .tt-gantt-info {
    padding: 0.85rem 0.15rem 0.95rem 0;
  }
  .tt-gantt-info__title {
    margin: 0 0 0.2rem;
    font-size: 0.98rem;
    color: var(--tt-navy);
    line-height: 1.3;
  }
  .tt-gantt-info__period {
    margin: 0 0 0.4rem;
    font-size: 0.78rem;
    color: var(--tt-text-muted);
  }
  .tt-gantt-info__summary,
  .tt-gantt-info__note {
    margin: 0.45rem 0 0;
    font-size: 0.82rem;
    line-height: 1.4;
    color: var(--tt-text);
  }
  .tt-gantt-info__note {
    color: var(--tt-text-muted);
  }
  .tt-gantt-scale {
    position: relative;
    margin-bottom: 0.15rem;
  }
  .tt-gantt-scale__label {
    position: absolute;
    top: 1.55rem;
    transform: translateX(-50%);
    font-size: 0.62rem;
    color: var(--tt-text-muted);
    white-space: nowrap;
  }
  .tt-gantt-scale__label--start {
    transform: translateX(0);
  }
  .tt-gantt-scale__label--end {
    transform: translateX(-100%);
  }
  .tt-gantt-scale__now {
    position: absolute;
    top: 0.1rem;
    transform: translateX(-90%);
    font-size: 0.68rem;
    font-weight: 700;
    color: var(--tt-gold-strong);
    white-space: nowrap;
  }
  .tt-gantt-scale__delivery {
    position: absolute;
    top: 0.1rem;
    right: 0;
    left: auto !important;
    transform: none;
    font-size: 0.68rem;
    font-weight: 700;
    color: var(--tt-copper);
    white-space: nowrap;
  }
  .tt-gantt-plot {
    position: relative;
    flex: 1 1 auto;
    display: flex;
    flex-direction: column;
    min-width: 0;
    background: linear-gradient(180deg, rgba(255, 250, 242, 0.35), rgba(255, 250, 242, 0.1));
    border: 1px solid rgba(7, 24, 39, 0.08);
    border-radius: 10px;
    overflow: hidden;
  }
  .tt-gantt-plot__grid {
    position: absolute;
    inset: 0;
    pointer-events: none;
    z-index: 0;
  }
  .tt-gantt-plot__gridline {
    position: absolute;
    top: 0;
    bottom: 0;
    width: 1px;
    background: rgba(7, 24, 39, 0.1);
  }
  .tt-gantt-plot__now {
    position: absolute;
    top: 0;
    bottom: 0;
    width: 2px;
    transform: translateX(-50%);
    background: var(--tt-gold-strong);
    z-index: 2;
  }
  .tt-gantt-plot__now::before {
    content: "";
    position: absolute;
    top: 0.35rem;
    left: 50%;
    width: 0.55rem;
    height: 0.55rem;
    border-radius: 50%;
    background: var(--tt-gold-strong);
    border: 2px solid var(--tt-paper);
    transform: translateX(-50%);
    box-sizing: border-box;
  }
  .tt-gantt-plot__delivery {
    position: absolute;
    top: 0;
    bottom: 0;
    width: 1px;
    transform: translateX(-50%);
    background: rgba(183, 100, 61, 0.35);
    z-index: 1;
  }
  .tt-gantt-lane {
    position: relative;
    z-index: 1;
    border-bottom-color: rgba(7, 24, 39, 0.06);
  }
  .tt-gantt-lane:last-child {
    border-bottom: 0;
  }
  .tt-gantt-bar {
    position: absolute;
    top: 50%;
    height: 0.72rem;
    transform: translateY(-50%);
    border-radius: 999px;
    z-index: 1;
    box-sizing: border-box;
  }
  .tt-gantt-bar--closed {
    background: #1f5c5a;
  }
  .tt-gantt-bar--active-elapsed {
    background: var(--tt-gold-strong);
  }
  .tt-gantt-bar--active-remaining {
    background: repeating-linear-gradient(-45deg, color-mix(in srgb, var(--tt-gold) 55%, white), color-mix(in srgb, var(--tt-gold) 55%, white) 3px, color-mix(in srgb, var(--tt-gold) 28%, white) 3px, color-mix(in srgb, var(--tt-gold) 28%, white) 6px);
    border: 1px solid var(--tt-gold-strong);
  }
  .tt-gantt-bar--pending {
    background: #8a857c;
  }
  .tt-gantt-bar--target {
    width: 0.9rem;
    height: 0.9rem;
    background: var(--tt-copper);
    border: 2px solid var(--tt-paper);
    border-radius: 50%;
    transform: translate(-50%, -50%);
    box-shadow: 0 0 0 1px rgba(183, 100, 61, 0.4);
    z-index: 3;
  }
}
@media (max-width: 700px) {
  .tt-progress-grid,
  .tt-progress-grid--compact {
    grid-template-columns: 1fr;
    max-width: 420px;
  }
  .tt-progress-card img,
  .tt-progress-card--feature img,
  .tt-progress-grid .tt-photo-card img {
    max-height: 320px;
  }
}
/* Timelapse */
.tt-timelapse-list {
  display: grid;
  gap: 1.5rem;
  margin: 1.25rem 0 0.5rem;
}

.tt-timelapse-card {
  display: grid;
  gap: 1rem;
  border: 1px solid var(--tt-border);
  border-radius: 10px;
  overflow: hidden;
  background: #fff;
}

@media (min-width: 800px) {
  .tt-timelapse-card {
    grid-template-columns: 1.4fr 1fr;
    align-items: stretch;
  }
}
.tt-timelapse-media {
  background: var(--tt-navy);
  min-height: 180px;
}

.tt-timelapse-video {
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 16/9;
  background: #000;
}

.tt-timelapse-poster-only {
  position: relative;
}

.tt-timelapse-poster-only img {
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 16/9;
  object-fit: cover;
}

.tt-timelapse-badge {
  position: absolute;
  left: 0.75rem;
  bottom: 0.75rem;
  background: rgba(7, 24, 39, 0.88);
  color: var(--tt-warm);
  font-size: 0.75rem;
  font-weight: 700;
  padding: 0.35rem 0.6rem;
  border-radius: 4px;
}

.tt-timelapse-body {
  padding: 1rem 1.1rem 1.25rem;
}

.tt-timelapse-stage {
  margin: 0 0 0.35rem;
  font-size: 0.75rem;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: var(--tt-warm-dark, #b8954a);
  font-weight: 700;
}

.tt-timelapse-body h3 {
  margin: 0 0 0.5rem;
  font-size: 1.15rem;
}

.tt-timelapse-body p {
  margin: 0 0 1rem;
}

.tt-source-list,
.tt-claim-list,
.tt-landmark-list {
  line-height: 1.7;
}

.tt-prose {
  max-width: 42rem;
}

/* Footer — structured like itf1rst reach-us / badge pattern, TT brand tokens */
.tt-footer {
  position: relative;
  background: linear-gradient(180deg, #0a1f30 0%, #071827 100%);
  color: rgba(248, 250, 252, 0.9);
  padding: clamp(2.75rem, 5vw, 4rem) 0 1.5rem;
}

.tt-footer::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 3px;
  background: linear-gradient(90deg, transparent, rgba(215, 180, 106, 0.35) 20%, var(--tt-gold) 50%, rgba(215, 180, 106, 0.35) 80%, transparent);
  opacity: 0.9;
}

.tt-footer-inner {
  width: min(1320px, 100%);
  margin: 0 auto 1.75rem;
  padding-inline: max(var(--tt-page-gutter), env(safe-area-inset-left, 0px)) max(var(--tt-page-gutter), env(safe-area-inset-right, 0px));
  box-sizing: border-box;
  display: grid;
  gap: clamp(1.75rem, 4vw, 2.75rem);
  grid-template-columns: minmax(0, 1.35fr) minmax(0, 1fr);
  align-items: start;
}

.tt-footer-brand {
  max-width: 34rem;
}

.tt-footer-logo-link {
  display: inline-flex;
  align-items: center;
  gap: 0.75rem;
  text-decoration: none;
  margin-bottom: 1rem;
}

.tt-footer-desc {
  margin: 0 0 1rem;
  font-size: 0.95rem;
  line-height: 1.6;
  color: rgba(248, 250, 252, 0.8);
}

.tt-footer-badges {
  display: flex;
  flex-wrap: wrap;
  gap: 0.45rem;
  margin: 0 0 1.15rem;
}

.tt-footer-badge {
  display: inline-flex;
  align-items: center;
  gap: 0.35rem;
  padding: 0.35rem 0.7rem;
  border-radius: 9999px;
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: rgba(248, 250, 252, 0.92);
  background: rgba(255, 255, 255, 0.07);
  border: 1px solid rgba(215, 180, 106, 0.22);
}

.tt-footer-badge .tt-icon {
  width: 0.95rem;
  height: 0.95rem;
  color: var(--tt-gold);
}

.tt-footer-address {
  display: flex;
  align-items: flex-start;
  gap: 0.45rem;
  margin: 0 0 0.55rem;
  font-size: 0.88rem;
  line-height: 1.45;
  color: rgba(248, 250, 252, 0.82);
}

.tt-footer-address .tt-icon {
  width: 1rem;
  height: 1rem;
  margin-top: 0.15rem;
  color: var(--tt-gold);
}

.tt-footer-developer {
  margin: 0 0 1.15rem;
  font-size: 0.88rem;
  color: rgba(248, 250, 252, 0.75);
}

.tt-footer-developer a {
  color: var(--tt-gold);
  text-decoration: none;
}

.tt-footer-developer a:hover {
  color: #fff;
}

.tt-footer-cta {
  display: inline-flex;
}

.tt-footer-nav {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1.5rem 2rem;
}

.tt-footer-heading {
  margin: 0 0 0.75rem;
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--tt-gold);
}

.tt-footer-col ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  gap: 0.15rem;
}

.tt-footer-col a {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  min-height: 2rem;
  color: rgba(248, 250, 252, 0.88);
  text-decoration: none;
  font-size: 0.92rem;
  transition: color 0.2s ease;
}

.tt-footer-col a:hover,
.tt-footer-col a:focus-visible {
  color: var(--tt-gold);
}

.tt-footer-explore-links a,
.tt-footer-contact-links a {
  min-height: 2.35rem;
}

.tt-footer-nav-link .tt-icon,
.tt-footer-contact-link .tt-icon {
  width: 1rem;
  height: 1rem;
  color: var(--tt-gold);
  flex-shrink: 0;
}

.tt-footer-nav-link:hover .tt-icon,
.tt-footer-nav-link:focus-visible .tt-icon {
  color: var(--tt-gold);
}

.tt-footer-contact-link--wa .tt-icon {
  color: #25d366;
}

.tt-footer-contact-link:hover .tt-icon,
.tt-footer-contact-link:focus-visible .tt-icon {
  color: var(--tt-gold);
}

.tt-footer-contact-link--wa:hover .tt-icon,
.tt-footer-contact-link--wa:focus-visible .tt-icon {
  color: #1ebe57;
}

.tt-disclaimer {
  width: min(1320px, 100%);
  margin: 0 auto 1.15rem;
  padding-top: 1.15rem;
  padding-inline: max(var(--tt-page-gutter), env(safe-area-inset-left, 0px)) max(var(--tt-page-gutter), env(safe-area-inset-right, 0px));
  box-sizing: border-box;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  font-size: 0.72rem;
  line-height: 1.55;
  color: rgba(248, 250, 252, 0.62);
}

.tt-footer-credit {
  width: min(1320px, 100%);
  margin: 0 auto;
  padding-inline: max(var(--tt-page-gutter), env(safe-area-inset-left, 0px)) max(var(--tt-page-gutter), env(safe-area-inset-right, 0px));
  box-sizing: border-box;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 0.75rem 1.25rem;
}

.tt-copy {
  margin: 0;
  font-size: 0.8rem;
  color: rgba(248, 250, 252, 0.7);
}

.tt-footer-tagline {
  font-size: 0.78rem;
  color: rgba(248, 250, 252, 0.55);
}

.tt-footer-top {
  display: inline-flex;
  align-items: center;
  gap: 0.35rem;
  color: rgba(248, 250, 252, 0.85);
  text-decoration: none;
  font-size: 0.82rem;
  font-weight: 600;
}

.tt-footer-top .tt-icon {
  width: 0.9rem;
  height: 0.9rem;
  color: var(--tt-gold);
}

.tt-footer-top:hover {
  color: var(--tt-gold);
}

.tt-footer p {
  color: rgba(248, 250, 252, 0.82);
}

@media (max-width: 900px) {
  .tt-footer-inner {
    grid-template-columns: 1fr;
  }
  .tt-footer-nav {
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 560px) {
  .tt-footer-nav {
    grid-template-columns: 1fr;
  }
  .tt-footer-col a,
  .tt-footer-contact-links a {
    min-height: 44px;
  }
  .tt-footer-credit {
    flex-direction: column;
    align-items: flex-start;
  }
}
/* Sticky mobile CTA */
:root {
  --tt-sticky-cta-height: 76px;
}

.tt-sticky-cta {
  display: none;
}

@media (max-width: 900px) {
  .tt-sticky-cta:not([hidden]) {
    display: grid;
    grid-template-columns: 1.4fr 1fr 1fr;
    gap: 0.4rem;
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 200;
    padding: 0.55rem max(var(--tt-page-gutter), env(safe-area-inset-right, 0px)) calc(0.55rem + env(safe-area-inset-bottom, 0px)) max(var(--tt-page-gutter), env(safe-area-inset-left, 0px));
    background: rgba(7, 24, 39, 0.96);
    border-top: 1px solid rgba(215, 180, 106, 0.25);
  }
  .tt-sticky-btn {
    text-align: center;
    text-decoration: none;
    color: #fff;
    font-size: 0.78rem;
    font-weight: 700;
    padding: 0.7rem 0.4rem;
    border-radius: 4px;
    border: 1px solid rgba(255, 255, 255, 0.2);
  }
  .tt-sticky-wa {
    background: var(--tt-warm);
    color: var(--tt-navy);
    border-color: transparent;
  }
  /* Keep sticky CTA from covering page content / timeline cards / footer */
  body {
    padding-bottom: calc(var(--tt-sticky-cta-height) + env(safe-area-inset-bottom, 0px) + 2rem);
  }
}
/* Phase 4 — premium homepage rhythm */
.tt-proof-bar {
  background: var(--tt-navy);
  border-top: 1px solid rgba(215, 180, 106, 0.28);
  border-bottom: 1px solid rgba(215, 180, 106, 0.28);
  padding: 0.85rem 0;
}

.tt-proof-list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-wrap: nowrap;
  gap: 0;
  justify-content: space-between;
  align-items: stretch;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  scrollbar-width: thin;
}

.tt-proof-list li {
  flex: 1 1 0;
  min-width: 9.5rem;
  border-right: 1px solid rgba(255, 255, 255, 0.14);
  font-size: 0.9rem;
  line-height: 1.3;
  white-space: nowrap;
}

.tt-proof-link {
  display: flex;
  flex-direction: column;
  gap: 0.15rem;
  position: relative;
  padding: 0.35rem 1rem 0.35rem 2.35rem;
  color: inherit;
  text-decoration: none;
  border-radius: 6px;
  transition: background-color 0.2s ease, color 0.2s ease;
}

.tt-proof-link:hover,
.tt-proof-link:focus-visible {
  background: rgba(215, 180, 106, 0.1);
  outline: none;
}

.tt-proof-link:focus-visible {
  box-shadow: inset 0 0 0 1px rgba(215, 180, 106, 0.55);
}

.tt-proof-list .tt-icon {
  position: absolute;
  left: 0.85rem;
  top: 0.55rem;
  width: 1.05rem;
  height: 1.05rem;
  color: var(--tt-gold);
}

.tt-proof-list .tt-icon svg {
  width: 100%;
  height: 100%;
  display: block;
}

.tt-proof-list li:last-child {
  border-right: 0;
}

.tt-proof-label {
  display: block;
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: var(--tt-gold);
}

.tt-proof-value {
  display: block;
  color: var(--tt-white);
  font-weight: 600;
  font-size: 0.9rem;
}

.tt-proof-link:hover .tt-proof-value,
.tt-proof-link:focus-visible .tt-proof-value {
  color: var(--tt-cream);
}

@media (max-width: 700px) {
  .tt-proof-list {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 0.65rem 0.75rem;
    overflow: visible;
  }
  .tt-proof-list li {
    min-width: 0;
    border-right: 0;
    white-space: normal;
  }
  .tt-proof-link {
    padding: 0.4rem 0.35rem 0.4rem 2.15rem;
  }
}
.tt-split {
  display: grid;
  gap: 1.5rem;
  align-items: start;
}

@media (min-width: 900px) {
  .tt-split {
    grid-template-columns: 1fr 1fr;
    gap: 2rem;
  }
  .tt-split--location {
    grid-template-columns: minmax(0, 1.45fr) minmax(0, 0.9fr);
    gap: 1.5rem;
  }
}
.tt-split-copy p {
  max-width: 36rem;
}

.tt-split--location .tt-split-copy p {
  max-width: none;
}

.tt-section-head {
  display: flex;
  align-items: center;
  gap: 0.65rem;
  margin: 0 0 0.65rem;
}

.tt-section-head h2 {
  margin: 0;
}

.tt-section-head .tt-icon {
  width: 1.35rem;
  height: 1.35rem;
  color: var(--tt-gold-strong);
  flex-shrink: 0;
}

.tt-section-head .tt-icon svg {
  width: 100%;
  height: 100%;
  display: block;
}

.tt-scarcity {
  font-size: 0.95rem;
  font-weight: 600;
  color: var(--tt-navy);
  border-left: 3px solid var(--tt-gold);
  padding-left: 0.75rem;
  background: transparent;
}

.tt-section--release {
  padding-top: clamp(1.75rem, 3.5vw, 2.75rem);
  padding-bottom: clamp(1.75rem, 3.5vw, 2.75rem);
}

.tt-editorial-gallery {
  display: grid;
  gap: 0.75rem;
  margin: 1rem 0 1.1rem;
}

@media (min-width: 900px) {
  .tt-editorial-gallery {
    grid-template-columns: 1.35fr 1fr;
    gap: 0.85rem;
    align-items: stretch;
  }
}
.tt-editorial-feature,
.tt-editorial-thumbs figure {
  margin: 0;
  border-radius: 10px;
  overflow: hidden;
  border: 1px solid var(--tt-border);
  background: #fff;
  display: flex;
  flex-direction: column;
}

.tt-editorial-feature img,
.tt-editorial-thumbs img {
  display: block;
  width: 100%;
  height: auto;
  object-fit: cover;
  background: var(--tt-navy);
}

.tt-editorial-feature img {
  aspect-ratio: 16/10;
  min-height: 200px;
}

.tt-editorial-thumbs {
  display: grid;
  gap: 0.65rem;
}

@media (min-width: 600px) and (max-width: 899px) {
  .tt-editorial-thumbs {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media (min-width: 900px) {
  .tt-editorial-thumbs {
    grid-template-rows: repeat(3, 1fr);
  }
  .tt-editorial-thumbs img {
    aspect-ratio: 16/9;
    height: 100%;
    max-height: 130px;
  }
}
.tt-editorial-feature figcaption,
.tt-editorial-thumbs figcaption {
  padding: 0.5rem 0.7rem;
  font-size: 0.76rem;
  line-height: 1.35;
  color: var(--tt-text-muted);
}

.tt-note {
  margin: 0.65rem 0 0;
  font-size: 0.9rem;
  color: var(--tt-text-muted);
  max-width: 42rem;
}

.tt-scope-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 0.85rem;
  margin: 1rem 0 1.1rem;
}

@media (min-width: 800px) {
  .tt-scope-grid {
    grid-template-columns: minmax(0, 1.4fr) minmax(0, 1fr);
    grid-template-rows: 1fr 1fr;
    align-items: stretch;
  }
  .tt-scope-card--included {
    grid-row: 1/-1;
  }
}
.tt-scope-card {
  background: #fff;
  border: 1px solid rgba(215, 180, 106, 0.28);
  border-radius: 10px;
  padding: 1.05rem 1.1rem;
  box-shadow: var(--tt-shadow-soft);
  height: 100%;
  display: flex;
  flex-direction: column;
}

.tt-scope-card h3 {
  margin: 0 0 0.65rem;
  font-size: 1rem;
  color: var(--tt-navy);
  letter-spacing: 0.02em;
  display: flex;
  align-items: center;
  gap: 0.5rem;
}

.tt-scope-card h3 .tt-icon {
  width: 1.25rem;
  height: 1.25rem;
  flex-shrink: 0;
}

.tt-scope-card h3 .tt-icon svg {
  width: 100%;
  height: 100%;
  display: block;
}

.tt-scope-card--included h3 .tt-icon {
  color: var(--tt-gold-strong);
}

.tt-scope-card--optional h3 .tt-icon {
  color: var(--tt-copper);
}

.tt-scope-card--not h3 .tt-icon {
  color: #8b5a5a;
}

.tt-scope-card ul {
  margin: 0;
  padding: 0;
  list-style: none;
  font-size: 0.92rem;
  line-height: 1.55;
  color: var(--tt-text);
  flex: 1;
}

.tt-scope-card li {
  position: relative;
  padding-left: 1.45rem;
  margin: 0.35rem 0;
}

.tt-scope-card li::before {
  position: absolute;
  left: 0;
  top: 0;
  font-weight: 700;
  font-size: 0.9rem;
  line-height: 1.55;
}

.tt-scope-card--included li::before {
  content: "✓";
  color: var(--tt-gold-strong);
}

.tt-scope-card--optional li::before {
  content: "○";
  color: var(--tt-copper);
}

.tt-scope-card--not li::before {
  content: "×";
  color: var(--tt-text-muted);
}

.tt-photo-grid--tight {
  grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
  max-width: 720px;
}

.tt-ops-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  gap: 0.85rem;
  margin: 1.25rem 0 0;
}

.tt-ops-card {
  background: rgba(255, 255, 255, 0.07);
  border: 1px solid rgba(215, 180, 106, 0.28);
  border-radius: 10px;
  padding: 1.1rem 1.15rem;
}

.tt-ops-card .tt-icon {
  color: var(--tt-gold);
  margin-bottom: 0.55rem;
}

.tt-ops-card h3 {
  margin: 0 0 0.45rem;
  font-size: 1.05rem;
  color: var(--tt-cream);
}

.tt-ops-card p {
  margin: 0;
  color: rgba(255, 255, 255, 0.86);
  font-size: 0.92rem;
  line-height: 1.5;
}

.tt-location-card {
  background: #fff;
  border: 1px solid rgba(215, 180, 106, 0.35);
  border-radius: 12px;
  padding: 1.25rem 1.35rem;
  box-shadow: 0 12px 28px rgba(7, 24, 39, 0.06);
}

.tt-location-card h3 {
  margin: 0 0 0.75rem;
  font-size: 1.05rem;
  color: var(--tt-navy);
}

.tt-location-card ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  gap: 0.55rem;
}

.tt-location-card li {
  padding: 0.55rem 0.7rem;
  border-radius: 6px;
  background: var(--tt-stone);
  border-left: 3px solid var(--tt-warm);
  font-size: 0.92rem;
  font-weight: 600;
  color: var(--tt-navy);
}

.tt-location-module {
  display: grid;
  gap: 0.75rem;
  align-content: start;
}

.tt-location-module--map {
  gap: 0.65rem;
}

.tt-location-address,
.tt-location-address-inline {
  display: flex;
  align-items: flex-start;
  gap: 0.55rem;
  margin: 0 0 0.65rem;
  padding: 0.55rem 0.8rem;
  border-radius: 8px;
  border: 1px solid rgba(215, 180, 106, 0.35);
  background: #fff;
  font-size: 0.88rem;
  font-weight: 650;
  color: var(--tt-navy);
  line-height: 1.35;
}

.tt-location-address-inline {
  display: block;
}

.tt-location-address .tt-icon {
  margin-top: 0.1rem;
}

.tt-location-note {
  margin: 0;
  font-size: 0.8rem;
  line-height: 1.4;
  color: var(--tt-muted);
}

.tt-location-proof {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.55rem;
}

.tt-split--location .tt-split-copy .tt-location-proof {
  margin-top: 1.1rem;
}

.tt-split--location .tt-split-copy .tt-location-note {
  margin-top: 0.75rem;
}

.tt-location-feature .tt-icon {
  width: 1.1rem;
  height: 1.1rem;
  color: var(--tt-gold-strong);
  margin-top: 0.1rem;
}

.tt-location-feature .tt-icon svg {
  width: 100%;
  height: 100%;
  display: block;
}

@media (max-width: 600px) {
  .tt-location-proof {
    grid-template-columns: 1fr;
  }
}
.tt-location-feature {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 0.55rem;
  align-items: start;
  background: #fff;
  border: 1px solid rgba(215, 180, 106, 0.3);
  border-radius: 8px;
  padding: 0.65rem 0.75rem;
  box-shadow: 0 6px 14px rgba(7, 24, 39, 0.03);
}

.tt-location-feature h3 {
  margin: 0 0 0.15rem;
  font-size: 0.9rem;
  color: var(--tt-navy);
}

.tt-location-feature p {
  margin: 0;
  font-size: 0.8rem;
  line-height: 1.35;
  color: var(--tt-muted);
}

.tt-section--invest-intro {
  position: relative;
  overflow: hidden;
  color: #f4efe6;
  background-color: var(--tt-navy);
  background-image: linear-gradient(105deg, rgba(7, 24, 39, 0.9) 0%, rgba(7, 24, 39, 0.78) 42%, rgba(7, 24, 39, 0.55) 100%), url("/assets/images/investment/toronto-skyline-banner-1200.webp");
  background-size: cover;
  background-position: center 42%;
  background-repeat: no-repeat;
}

@media (min-width: 900px) {
  .tt-section--invest-intro {
    background-image: linear-gradient(105deg, rgba(7, 24, 39, 0.9) 0%, rgba(7, 24, 39, 0.76) 40%, rgba(7, 24, 39, 0.5) 100%), url("/assets/images/investment/toronto-skyline-banner.webp");
  }
}
.tt-section--invest-intro h2 {
  color: var(--tt-cream);
  max-width: 40rem;
}

.tt-section--invest-intro p {
  max-width: 44rem;
  color: rgba(244, 239, 230, 0.9);
}

.tt-section--invest-intro .tt-btn--ghost {
  border-color: rgba(244, 239, 230, 0.45);
  color: var(--tt-cream);
}

.tt-hero--premium {
  padding-bottom: 1.75rem;
}

@media (min-width: 960px) {
  .tt-hero--premium {
    min-height: auto;
    align-items: stretch;
  }
}
/* Amenity dialogs */
.tt-dialog {
  border: 1px solid rgba(215, 180, 106, 0.4);
  border-radius: 12px;
  padding: 0;
  margin: auto;
  max-width: min(32rem, 100vw - 2rem);
  width: 100%;
  max-height: min(85vh, 640px);
  overflow: auto;
  background: var(--tt-paper);
  color: var(--tt-navy);
  box-shadow: var(--tt-shadow-strong);
}

.tt-dialog[open] {
  display: block;
}

.tt-dialog::backdrop {
  background: rgba(7, 24, 39, 0.62);
}

.tt-dialog-inner {
  padding: 1.25rem 1.35rem 1.4rem;
}

.tt-dialog-head {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 0.75rem;
  margin-bottom: 0.65rem;
}

.tt-dialog-title-row {
  display: flex;
  align-items: center;
  gap: 0.65rem;
}

.tt-dialog-title-row h2 {
  margin: 0;
  font-size: 1.25rem;
  color: var(--tt-navy);
}

.tt-dialog-close {
  border: 0;
  background: transparent;
  color: var(--tt-navy);
  font-size: 1.6rem;
  line-height: 1;
  cursor: pointer;
  padding: 0.1rem 0.35rem;
}

.tt-dialog-close:hover,
.tt-dialog-close:focus-visible {
  color: var(--tt-gold-strong);
}

.tt-dialog-body {
  margin: 0 0 1rem;
  font-size: 0.98rem;
  line-height: 1.55;
  color: var(--tt-text);
}

.tt-dialog-why {
  margin: 0 0 1.1rem;
}

.tt-dialog-why h3 {
  margin: 0 0 0.45rem;
  font-size: 0.82rem;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: var(--tt-navy);
}

.tt-dialog-why ul {
  margin: 0;
  padding-left: 1.15rem;
  color: var(--tt-text);
  font-size: 0.92rem;
  line-height: 1.5;
}

.tt-dialog-why li {
  margin: 0.25rem 0;
}

.tt-dialog-cta {
  margin-top: 0.25rem;
}

/* Lightbox for progress photos (after base .tt-dialog so overrides win) */
.tt-dialog.tt-dialog--lightbox {
  max-width: min(96vw, 720px);
  max-height: min(94vh, 960px);
  width: 100%;
  padding: 0;
  border: 0;
  background: transparent;
  box-shadow: none;
  overflow: hidden;
}

.tt-dialog.tt-dialog--lightbox::backdrop {
  background: rgba(7, 24, 39, 0.78);
}

.tt-dialog-inner--lightbox {
  padding: 0;
  background: var(--tt-paper);
  border-radius: 12px;
  overflow: hidden;
  border: 1px solid var(--tt-border);
  max-height: min(92vh, 940px);
  display: flex;
  flex-direction: column;
}

.tt-dialog--lightbox .tt-dialog-head {
  padding: 0.75rem 0.85rem 0.65rem 1rem;
  gap: 0.75rem;
}

.tt-dialog-lightbox-caption {
  margin: 0;
  font-size: 0.88rem;
  line-height: 1.4;
  color: var(--tt-text);
  flex: 1;
}

.tt-dialog-lightbox-media {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 0.75rem 0.9rem;
  min-height: 0;
  flex: 1;
  background: var(--tt-navy);
}

.tt-dialog-lightbox-media img {
  display: block;
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: min(78vh, 900px);
  object-fit: contain;
}

.tt-location-map {
  margin: 0;
  border-radius: 10px;
  overflow: hidden;
  border: 1px solid rgba(215, 180, 106, 0.35);
  background: #fff;
  box-shadow: var(--tt-shadow-soft);
}

.tt-location-map-link {
  display: block;
  line-height: 0;
  text-decoration: none;
  color: inherit;
}

.tt-location-map iframe,
.tt-location-map img {
  display: block;
  width: 100%;
  height: auto;
  border: 0;
  background: #fff;
}

.tt-location-map figcaption {
  padding: 0.5rem 0.75rem 0.6rem;
  font-size: 0.78rem;
  line-height: 1.35;
  color: var(--tt-text-muted);
}

@media (min-width: 900px) {
  .tt-section--stone .tt-split .tt-location-module--map {
    max-width: 560px;
    justify-self: end;
  }
}

/*# sourceMappingURL=tt.css.map */
