/* TrueCraft local overrides */

/* Contact form: Service + Budget share one row so form height stays the same */
.contact-select-row {
  display: grid !important;
  grid-template-columns: 1fr 1fr;
  grid-column-gap: var(--_spacing-responsiveness---section--spacing-base, 0.75rem);
  grid-row-gap: 0;
  width: 100%;
}

.contact-select-half {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  grid-column-gap: var(--_spacing-responsiveness---section--spacing-base, 0.75rem);
  grid-row-gap: var(--_spacing-responsiveness---section--spacing-base, 0.75rem);
  min-width: 0;
  width: 100%;
}

.contact-select-half .contact-field {
  width: 100%;
}

/* Contact form — white / light-grey theme (matches consultation scheduler)
   Colors, borders, and radii only — keep original Webflow spacing/heights. */
.contact-form-wrapper {
  background: #ffffff !important;
  border: 1px solid #e6e8eb !important;
  border-radius: 22px !important;
  box-shadow: 0 12px 32px rgba(0, 0, 0, 0.06) !important;
}

.contact-form-wrapper .contact-form-labe {
  color: #6b7280 !important;
}

.contact-form-wrapper .contact-field,
.contact-form-wrapper .contact-text-area,
.contact-form-wrapper .w-select {
  border: 1px solid #e6e8eb !important;
  border-radius: 12px !important;
  background-color: #f7f7f8 !important;
  color: #171717 !important;
  box-shadow: none !important;
  transition: border-color 0.25s ease, background-color 0.25s ease,
    box-shadow 0.25s ease !important;
}

.contact-form-wrapper .contact-field::placeholder,
.contact-form-wrapper .contact-text-area::placeholder {
  color: #9ca3af !important;
}

.contact-form-wrapper .contact-field:hover,
.contact-form-wrapper .contact-text-area:hover,
.contact-form-wrapper .w-select:hover {
  border-color: #d5d8de !important;
  background-color: #f1f2f4 !important;
}

.contact-form-wrapper .contact-field:focus,
.contact-form-wrapper .contact-text-area:focus,
.contact-form-wrapper .w-select:focus {
  outline: none !important;
  border-color: #c5c9d0 !important;
  background-color: #ffffff !important;
  box-shadow: 0 0 0 4px rgba(17, 17, 17, 0.05) !important;
}

.contact-form-wrapper .contact-button {
  border: 0 !important;
  border-radius: 999px !important;
  background-color: #171717 !important;
  color: #ffffff !important;
  box-shadow: 0 8px 18px rgba(0, 0, 0, 0.1) !important;
  transition: background-color 0.25s ease, transform 0.2s ease,
    box-shadow 0.25s ease !important;
}

.contact-form-wrapper .contact-button:hover,
.contact-form-wrapper .contact-button:focus-visible {
  background-color: #000000 !important;
  outline: none !important;
  transform: translateY(-1px);
  box-shadow: 0 12px 24px rgba(0, 0, 0, 0.14) !important;
}

.contact-form-wrapper .contact-button:disabled {
  background-color: #eceef1 !important;
  color: #9ca3af !important;
  box-shadow: none !important;
  transform: none !important;
  cursor: not-allowed !important;
}

.contact-form-wrapper .w-form-done,
.contact-form-wrapper .w-form-fail {
  border-radius: 16px !important;
  background: #f7f7f8 !important;
  border: 1px solid #e6e8eb !important;
}

.contact-form-wrapper .tc-schedule-cta {
  width: 100%;
  margin-top: 1rem;
  background: #171717 !important;
  box-shadow: 0 8px 18px rgba(0, 0, 0, 0.1) !important;
}

.contact-form-wrapper .tc-schedule-cta:hover,
.contact-form-wrapper .tc-schedule-cta:focus-visible {
  background: #000000 !important;
  box-shadow: 0 12px 24px rgba(0, 0, 0, 0.14) !important;
}

/* Homepage brand strip under hero — larger client logos */
.home-1-brand-image {
  max-height: 64px !important;
  object-fit: contain !important;
}

.home-1-brand-image-wrapper {
  padding-top: 1.25rem !important;
  padding-bottom: 1.25rem !important;
}

/* Hide Webflow "Made in Webflow" badge (injected by brand.js on mirrored sites) */
.w-webflow-badge {
  display: none !important;
  visibility: hidden !important;
  opacity: 0 !important;
  pointer-events: none !important;
}

.nav-logo-link,
.nav-logo-link.w--current {
  width: 200px !important;
  min-width: 200px !important;
  height: 32px !important;
  min-height: 32px !important;
}
.nav-logo {
  width: 100% !important;
  height: 100% !important;
  object-fit: contain !important;
  object-position: left center !important;
}

/* Compact footer brand section — aligned with page content */
.footer-wrapper {
  display: flex !important;
  flex-direction: column !important;
  gap: 0 !important;
}

.footer-big-logo-wrapper {
  display: grid !important;
  grid-template-columns: 260px minmax(0, 1fr) !important;
  align-items: center !important;
  column-gap: 1.75rem !important;
  row-gap: 1.25rem !important;
  width: 100% !important;
  padding: 1.75rem 0 1.25rem !important;
}

.footer-video-wrapper {
  flex: none !important;
  width: 260px !important;
  min-width: 260px !important;
  height: 166px !important;
  min-height: 166px !important;
  max-height: 166px !important;
  align-self: center !important;
  border-radius: 14px !important;
  overflow: hidden !important;
}

.footer-background-video,
.footer-video-bg {
  width: 100% !important;
  height: 100% !important;
  min-height: 100% !important;
  object-fit: cover !important;
}

.footer-logo-wrapper.footer-brand-text,
.footer-brand-text {
  all: unset;
  display: flex !important;
  flex-direction: row !important;
  justify-content: space-between !important;
  align-items: center !important;
  gap: 1.5rem !important;
  align-self: center !important;
  height: auto !important;
  min-height: 0 !important;
  max-height: none !important;
  max-width: none !important;
  width: 100% !important;
  box-sizing: border-box !important;
  padding: 0 !important;
  margin: 0 !important;
  background: none !important;
  border: none !important;
  border-radius: 0 !important;
  box-shadow: none !important;
  backdrop-filter: none !important;
  -webkit-backdrop-filter: none !important;
  overflow: visible !important;
}

.footer-logo-wrapper.footer-brand-text::before,
.footer-logo-wrapper.footer-brand-text::after,
.footer-brand-text::before,
.footer-brand-text::after {
  content: none !important;
  display: none !important;
}

.footer-brand-copy {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  gap: 0.55rem;
  min-width: 0;
  flex: 1 1 auto;
}

.footer-brand-kicker {
  font-family: Inter, "Helvetica Neue", Arial, sans-serif;
  font-size: 0.7rem;
  font-weight: 600;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: #fe5911;
  margin: 0;
}

.footer-brand-line {
  font-family: Inter, "Helvetica Neue", Arial, sans-serif;
  font-size: clamp(1.75rem, 2.6vw, 2.35rem);
  font-weight: 700;
  letter-spacing: -0.04em;
  line-height: 1.08;
  color: #111111;
  margin: 0;
}

.footer-brand-sub {
  font-family: Inter, "Helvetica Neue", Arial, sans-serif;
  font-size: 0.92rem;
  font-weight: 500;
  line-height: 1.45;
  color: rgba(17, 17, 17, 0.55);
  max-width: 40ch;
  margin: 0;
}

.footer-brand-cta {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  gap: 0.75rem !important;
  flex-shrink: 0 !important;
  min-width: 220px !important;
  padding: 1.05rem 1.6rem !important;
  border-radius: 10px !important;
  background: #2a2a2a !important;
  color: #fff !important;
  text-decoration: none !important;
  transition: background 0.2s ease, transform 0.2s ease !important;
}

.footer-brand-cta:hover {
  background: #1a1a1a !important;
  transform: translateY(-1px);
}

.footer-brand-cta-label {
  font-family: Inter, "Helvetica Neue", Arial, sans-serif;
  font-size: 0.95rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #fff;
}

.footer-brand-cta-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 28px;
  height: 28px;
  flex-shrink: 0;
}

.footer-brand-cta-arrow-img {
  width: 28px;
  height: 28px;
  object-fit: contain;
  display: block;
}

/* Copyright row — compact, same content width rhythm */
.footer-divider {
  margin: 0 !important;
  opacity: 0.7;
}

.footer-copyright-wrapper {
  display: flex !important;
  align-items: center !important;
  justify-content: space-between !important;
  gap: 1rem !important;
  padding: 1rem 0 0.25rem !important;
  width: 100% !important;
}

.footer-copy-right-text {
  font-size: 0.85rem !important;
}

.footer-copy-right-text a.copyright-link {
  text-decoration: none;
}

.back-to-top-wrapper {
  flex-shrink: 0 !important;
}

@media screen and (max-width: 991px) {
  .footer-big-logo-wrapper {
    grid-template-columns: 220px minmax(0, 1fr) !important;
    column-gap: 1.35rem !important;
  }

  .footer-video-wrapper {
    width: 220px !important;
    min-width: 220px !important;
    height: 140px !important;
    min-height: 140px !important;
    max-height: 140px !important;
  }
}

@media screen and (max-width: 767px) {
  .footer-page-link-wrapper {
    margin-bottom: 0.25rem !important;
  }

  .footer-link-grid {
    grid-template-columns: 1fr !important;
    gap: 0.75rem !important;
  }

  .footer-big-logo-wrapper {
    grid-template-columns: 1fr !important;
    row-gap: 1.15rem !important;
    padding: 1.35rem 0 1.1rem !important;
  }

  .footer-video-wrapper {
    width: 100% !important;
    min-width: 0 !important;
    max-width: 100% !important;
    height: 200px !important;
    min-height: 200px !important;
    max-height: 200px !important;
    border-radius: 16px !important;
  }

  .footer-logo-wrapper.footer-brand-text,
  .footer-brand-text {
    flex-direction: column !important;
    align-items: stretch !important;
    gap: 1.15rem !important;
    width: 100% !important;
  }

  .footer-brand-copy {
    width: 100%;
    gap: 0.45rem;
  }

  .footer-brand-kicker {
    font-size: 0.68rem;
    letter-spacing: 0.14em;
  }

  .footer-brand-line {
    font-size: 1.85rem;
    max-width: 12ch;
  }

  .footer-brand-sub {
    max-width: none;
    font-size: 0.9rem;
  }

  .footer-brand-cta {
    width: 100% !important;
    justify-content: center !important;
    padding: 1rem 1.25rem !important;
  }

  .footer-divider {
    margin-top: 0.25rem !important;
  }

  .footer-copyright-wrapper {
    flex-direction: column !important;
    align-items: flex-start !important;
    justify-content: flex-start !important;
    gap: 0.85rem !important;
    padding: 1rem 0 0.5rem !important;
  }

  .footer-copy-right-text {
    font-size: 0.8rem !important;
    line-height: 1.4 !important;
  }

  .back-to-top-wrapper {
    align-self: flex-start !important;
  }
}

/* SEO FAQ + Canada content */
.tc-faq-list{display:grid;gap:20px;margin-top:28px;max-width:820px}
.tc-faq-item{padding:20px 0;border-bottom:1px solid rgba(255,255,255,0.12)}
.tc-faq-item h3{margin:0 0 8px}
.tc-faq-item .paragraph{margin:0;opacity:0.85}

/* Location pages — theme-aligned helpers */
.service-2-tag-wrapper.is-wrap {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
  justify-content: center;
  margin-top: 1.75rem;
}
.service-details-card-holder.is-faq {
  margin-top: 2rem;
}
.service-details-card-holder.is-faq .service-details-lavel-wrapper {
  margin-bottom: 1rem;
}
a.cms-service-tag {
  text-decoration: none;
  color: inherit;
}

/*
  Service / landing detail pages
  - Keep hero visible if Webflow IX2 never flips .w-mod-ix (local preview, slow JS)
  - Restore breathing room between overview blocks
*/
.service-details-header-wrapper,
.service-details-image-wrapper,
.service-details-card-wrapper,
.service-details-solution-wrapper,
.service-details-main-image,
.cms-details-tag,
.cms-page-h1,
.service-details-text-wrapper {
  opacity: 1 !important;
  transform: none !important;
  will-change: auto !important;
}

html.w-mod-js .service-details-image-wrapper,
html.w-mod-js .service-details-header-wrapper,
html.w-mod-js .service-details-card-wrapper,
html.w-mod-js .service-details-solution-wrapper {
  opacity: 1 !important;
  transform: none !important;
}

.service-details-wrapper {
  gap: clamp(2.5rem, 5vw, 3.75rem) !important;
  padding-top: clamp(0.5rem, 1.5vw, 1rem);
}

.service-details-header-wrapper {
  gap: clamp(1.25rem, 3vw, 2rem) !important;
  margin-bottom: 0.25rem;
}

.service-details-card-wrapper {
  gap: clamp(2rem, 4vw, 3rem) !important;
}

.service-details-card-holder {
  gap: clamp(1.25rem, 2.5vw, 2rem) !important;
}

.service-details-divider {
  margin: 0.35rem 0 !important;
}

.service-details-card-holder .rich-text.w-richtext h2,
.service-details-card-holder .rich-text.w-richtext h3 {
  margin-top: 0;
  margin-bottom: 0.85rem;
}

.service-details-card-holder .rich-text.w-richtext h3 {
  margin-top: 1.5rem;
}

.service-details-card-holder .rich-text.w-richtext p,
.service-details-card-holder .rich-text.w-richtext ul {
  margin-bottom: 1rem;
}

.service-details-card-holder .rich-text.w-richtext ul {
  display: grid;
  gap: 0.55rem;
  padding-left: 1.15rem;
}

.service-details-card-holder .text-large {
  max-width: 42rem;
  line-height: 1.55;
}

.service-details-solution-wrapper {
  gap: clamp(1.25rem, 2.5vw, 1.75rem) !important;
}

.service-solution-link-wrapper {
  margin-bottom: 0.75rem;
}

@media screen and (max-width: 991px) {
  .service-details-header-wrapper {
    flex-direction: column;
    align-items: flex-start !important;
  }

  .service-details-text-wrapper {
    max-width: 100% !important;
  }
}

/* Homepage about photo — reeded glass with soft blend */
.home-2-about-video-wrapper {
  position: relative;
  overflow: hidden;
}

.tc-about-photo {
  --tc-glass: 34%;
  --tc-rib: 7px;
  --tc-blend: 18%;
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
  min-height: inherit;
  overflow: hidden;
  border-radius: inherit;
  isolation: isolate;
  background: #140e0c;
  container-type: size;
}

.tc-about-photo-img,
.tc-about-photo .home-2-about-thumbnail {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transform: scale(1.03);
  transition: transform 2.4s cubic-bezier(0.16, 1, 0.3, 1);
}

.tc-about-photo:hover .tc-about-photo-img {
  transform: scale(1.07);
}

/* Reeded glass slab — fades out smoothly into the portrait */
.tc-about-glass {
  position: absolute;
  inset: 0 auto 0 0;
  width: calc(var(--tc-glass) + var(--tc-blend));
  z-index: 2;
  overflow: hidden;
  pointer-events: none;
  opacity: 0;
  background: rgba(255, 255, 255, 0.025);
  -webkit-backdrop-filter: blur(1.5px) saturate(1.12);
  backdrop-filter: blur(1.5px) saturate(1.12);
  -webkit-mask-image: linear-gradient(
    90deg,
    #000 0%,
    #000 calc(100% - var(--tc-blend)),
    rgba(0, 0, 0, 0.65) calc(100% - var(--tc-blend) * 0.65),
    rgba(0, 0, 0, 0.25) calc(100% - var(--tc-blend) * 0.3),
    transparent 100%
  );
  mask-image: linear-gradient(
    90deg,
    #000 0%,
    #000 calc(100% - var(--tc-blend)),
    rgba(0, 0, 0, 0.65) calc(100% - var(--tc-blend) * 0.65),
    rgba(0, 0, 0, 0.25) calc(100% - var(--tc-blend) * 0.3),
    transparent 100%
  );
  animation: tc-about-glass-in 1.1s cubic-bezier(0.16, 1, 0.3, 1) 0.12s forwards;
}

.tc-about-glass-img {
  position: absolute;
  inset: 0;
  display: block;
  width: 100cqw;
  height: 100cqh;
  max-width: none;
  object-fit: cover;
  transform: scale(1.08);
  transform-origin: left center;
  filter: blur(10px) contrast(1.06) saturate(1.1);
  opacity: 0.7;
}

.tc-about-glass-ribs {
  position: absolute;
  inset: 0;
  z-index: 2;
  background:
    repeating-linear-gradient(
      90deg,
      rgba(255, 255, 255, 0.12) 0px,
      rgba(255, 255, 255, 0.02) calc(var(--tc-rib) * 0.35),
      rgba(255, 255, 255, 0) calc(var(--tc-rib) * 0.55),
      rgba(0, 0, 0, 0.05) calc(var(--tc-rib) * 0.85),
      rgba(255, 255, 255, 0.08) var(--tc-rib)
    );
  mix-blend-mode: soft-light;
  opacity: 0.85;
}

.tc-about-glass-shine {
  position: absolute;
  inset: 0;
  z-index: 3;
  background:
    linear-gradient(
      105deg,
      rgba(255, 255, 255, 0.18) 0%,
      rgba(255, 255, 255, 0.04) 24%,
      transparent 48%,
      rgba(255, 255, 255, 0.06) 72%,
      transparent 100%
    ),
    linear-gradient(
      180deg,
      rgba(255, 255, 255, 0.1) 0%,
      transparent 30%,
      transparent 70%,
      rgba(0, 0, 0, 0.06) 100%
    );
  mix-blend-mode: screen;
  opacity: 0.5;
  animation: tc-about-shine 5.5s ease-in-out 0.6s infinite;
}

/* Soft luminous blend seam (no hard cut) */
.tc-about-glass-edge {
  position: absolute;
  top: 0;
  bottom: 0;
  left: calc(var(--tc-glass) - 2%);
  width: calc(var(--tc-blend) + 6%);
  z-index: 4;
  pointer-events: none;
  background: linear-gradient(
    90deg,
    transparent 0%,
    rgba(255, 255, 255, 0.1) 35%,
    rgba(255, 255, 255, 0.18) 50%,
    rgba(255, 255, 255, 0.06) 68%,
    transparent 100%
  );
  mix-blend-mode: soft-light;
  filter: blur(6px);
  opacity: 0;
  animation: tc-about-edge-in 0.9s ease 0.4s forwards;
}

@keyframes tc-about-glass-in {
  from {
    opacity: 0;
    transform: translateX(-2%);
  }
  to {
    opacity: 1;
    transform: translateX(0);
  }
}

@keyframes tc-about-edge-in {
  from { opacity: 0; }
  to { opacity: 1; }
}

@keyframes tc-about-shine {
  0%, 100% {
    opacity: 0.38;
    transform: translateX(-3%);
  }
  50% {
    opacity: 0.62;
    transform: translateX(2%);
  }
}

@media (prefers-reduced-motion: reduce) {
  .tc-about-glass,
  .tc-about-glass-edge {
    animation: none;
    opacity: 1;
    transform: none;
  }
  .tc-about-glass-shine {
    animation: none;
    opacity: 0.48;
    transform: none;
  }
  .tc-about-photo-img,
  .tc-about-photo:hover .tc-about-photo-img {
    transition: none;
    transform: none;
  }
}

@media (max-width: 991px) {
  .tc-about-photo {
    --tc-glass: 36%;
    --tc-blend: 20%;
    --tc-rib: 6px;
  }
}

@media (max-width: 479px) {
  .tc-about-photo {
    --tc-glass: 40%;
    --tc-blend: 22%;
    --tc-rib: 5px;
  }
  .tc-about-glass-img {
    filter: blur(8px) contrast(1.04) saturate(1.06);
    opacity: 0.62;
  }
  .tc-about-glass-edge {
    filter: blur(5px);
  }
}


/* Desktop mega-menu layout */
@media screen and (min-width: 992px) {
  .navbar-menu-grid {
    grid-template-columns: minmax(0, 1fr) minmax(0, 1fr) minmax(0, 1fr) minmax(220px, 0.9fr) !important;
    align-items: start !important;
  }

  .nav-dropdown {
    min-height: auto !important;
  }

  .nav-menu-link {
    min-width: 0 !important;
  }

  .nav-right-content-wrapper {
    justify-self: stretch !important;
  }
}


/* Homepage hero tagline — client-facing display line */
.home-2-hero-header-holder {
  width: auto;
  max-width: 100%;
  min-width: 0;
  box-sizing: border-box;
  flex-wrap: nowrap;
  align-items: flex-end;
  justify-content: flex-start !important;
  margin-right: auto;
}

.home-2-hero-header-holder .hero-header,
.home-2-hero-header-holder h1.hero-header,
.home-2-hero-header-holder .hero-client-tagline {
  color: var(--_colors---color--color-black);
  font-size: clamp(1.55rem, 4.2vw + 0.4rem, 4.75rem);
  line-height: 0.98;
  font-weight: var(--font-weight--font-weight-semi-bold);
  margin: 0;
  white-space: nowrap;
  flex: 0 1 auto;
  min-width: 0;
  letter-spacing: -0.04em;
  text-align: left;
}

.home-2-hero-header-holder .hero-client-tagline {
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: flex-start !important;
  gap: 0;
  width: max-content;
  max-width: 100%;
  white-space: nowrap;
}

.home-2-hero-header-holder .hero-tagline-sep {
  display: inline-block;
  width: clamp(0.7rem, 2.2vw, 2.25rem);
  height: clamp(2px, 0.28em, 10px);
  margin: 0 clamp(0.35rem, 1.1vw, 0.85rem);
  background: currentColor;
  opacity: 0.22;
  border-radius: 999px;
  flex: 0 0 auto;
  transform: translateY(0.02em);
}

@media screen and (min-width: 992px) {
  .hero-2-header-holder {
    justify-content: space-between;
    align-items: flex-end;
  }

  .home-2-hero-header-holder {
    justify-content: flex-start !important;
    margin-right: auto;
    flex: 0 1 auto;
  }

  .home-2-hero-header-holder .hero-client-tagline {
    justify-content: flex-start !important;
    width: max-content;
    margin-left: 0;
    margin-right: auto;
  }
}

@media screen and (max-width: 767px) {
  .home-2-hero-header-holder .hero-client-tagline {
    font-size: clamp(1.2rem, 5.4vw, 1.85rem);
  }

  .home-2-hero-header-holder .hero-tagline-sep {
    width: clamp(0.45rem, 2vw, 0.9rem);
    margin: 0 clamp(0.25rem, 1vw, 0.45rem);
  }
}

@media screen and (max-width: 479px) {
  .home-2-hero-header-holder .hero-client-tagline {
    font-size: clamp(1.05rem, 5.1vw, 1.35rem);
    letter-spacing: -0.03em;
  }
}

/*
  Hero cycling subtitle — exactly two lines:
  1) "We Build Digital Service with" (never wraps)
  2) cycling service name
*/
.hero-subtitle.home-2 {
  display: flex !important;
  flex-direction: column;
  align-items: flex-start;
  gap: 0.02em;
  overflow: visible !important;
  max-height: none !important;
  width: max-content;
  max-width: min(100%, 36rem);
  font-size: clamp(1.45rem, 2.1vw + 0.7rem, 2.75rem) !important;
  letter-spacing: -0.03em;
  line-height: 1.12 !important;
  margin-bottom: 0 !important;
}

.hero-subtitle.home-2 .hero-subtitle-static {
  display: block;
  white-space: nowrap !important;
}

.hero-subtitle.home-2 .service {
  position: relative !important;
  display: block !important;
  white-space: nowrap !important;
  width: max-content;
  max-width: 100%;
  min-width: 0 !important;
  overflow: visible;
  margin-top: 0 !important;
  margin-bottom: 0 !important;
  line-height: 1.12 !important;
}

.hero-subtitle.home-2 .h-line,
.hero-subtitle.home-2 .hero-underline {
  display: none !important;
}

.hero-subtitle.home-2 .h-cycle,
.hero-subtitle.home-2 .hc {
  display: inline-block;
}

/* Space between main hero line and supporting copy */
.hero-2-content {
  row-gap: 1rem !important;
  grid-row-gap: 1rem !important;
  max-width: 100% !important;
  width: 100%;
  min-width: 0;
}

.hero-2-subtitle-holder {
  row-gap: 1rem !important;
  grid-row-gap: 1rem !important;
  max-width: 100% !important;
  width: 100%;
  min-width: 0;
}

.hero-2-header-wrapper,
.hero-2-content-card,
.hero-2-title-holder {
  max-width: 100% !important;
  min-width: min(100%, 18rem);
  width: auto;
  flex: 1 1 auto;
}

.hero-2-subtitle-wrapper {
  margin-top: 0.35rem !important;
  padding-top: 0 !important;
  max-width: 36rem;
  width: 100%;
}

.hero-2-subtitle-wrapper .text-body {
  margin-top: 0 !important;
}

/* Keep hero layout inside the viewport across breakpoints */
.container.home-2-hero,
.hero-2-wrapper,
.hero-2-content-wrapper,
.hero-2-content-holder {
  max-width: 100%;
  min-width: 0;
  box-sizing: border-box;
}

.hero-2-content-holder {
  overflow: visible;
}

@media screen and (min-width: 992px) {
  .hero-2-content-holder {
    padding-right: 3.25rem; /* room for vertical social rail */
  }

  .hero-2-header-wrapper,
  .hero-2-content-card {
    flex: 1 1 28rem;
    min-width: min(100%, 28rem);
    max-width: min(36rem, 100%) !important;
  }

  .hero-subtitle.home-2 {
    font-size: clamp(1.85rem, 2.2vw, 2.65rem) !important;
  }
}

@media screen and (max-width: 991px) {
  .container.home-2-hero {
    padding-top: 1.25rem !important;
    padding-left: var(--_spacing-responsiveness---container--container-spacing-horizontal, 1.25rem);
    padding-right: var(--_spacing-responsiveness---container--container-spacing-horizontal, 1.25rem);
    overflow-x: clip;
  }

  .hero-2-wrapper {
    row-gap: 1.25rem !important;
  }

  .hero-2-content-holder {
    row-gap: 1.5rem !important;
  }

  .hero-left-side-video-wrapper {
    width: 100%;
    max-width: 100%;
    justify-content: flex-start;
  }

  .hero-2-main-video-wrapper {
    width: 100% !important;
    max-width: 100%;
  }

  .hero-2-video {
    width: 100%;
    max-width: 420px;
  }
}

@media screen and (max-width: 767px) {
  .home-2-hero-header-holder {
    justify-content: flex-start !important;
  }

  .hero-2-content-holder,
  .hero-left-side-video-wrapper,
  .hero-2-main-video-wrapper {
    flex-flow: column !important;
    align-items: stretch !important;
  }

  .hero-2-video {
    max-width: 100%;
    height: clamp(180px, 48vw, 240px);
  }

  .hero-2-service-content-holder {
    min-width: 0 !important;
    max-width: 100% !important;
    order: 0 !important;
  }

  .hero-2-service-tag-collection-list {
    flex-wrap: wrap;
    gap: 0.55rem 1rem;
  }

  .hero-2-subtitle-wrapper {
    max-width: 100%;
  }

  .home-2-social-media-holder {
    position: static !important;
    margin-top: 0.75rem;
  }
}

@media screen and (max-width: 479px) {
  .hero-2-available-text {
    font-size: 0.8rem;
  }
}

/* ── Canada locations — polished utility strip ───────────────────── */
.tc-canada-section.section {
  min-height: 0 !important;
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}

.tc-canada-section .container {
  padding-top: 1.35rem !important;
  padding-bottom: 1.35rem !important;
}

.tc-canada-section .section-wrapper {
  grid-row-gap: 0 !important;
  row-gap: 0 !important;
}

.tc-canada-strip {
  --tc-canada-h: 2.35rem;
  display: flex;
  align-items: center;
  gap: 0.7rem;
  width: 100%;
}

.tc-canada-meta {
  display: inline-flex;
  align-items: center;
  gap: 0.7rem;
  flex: none;
  min-width: 0;
  margin-right: 0.15rem;
}

.tc-canada-brand {
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
}

.tc-canada-section .brand-circle {
  width: 7px !important;
  min-width: 7px !important;
  height: 7px !important;
  min-height: 7px !important;
  background-color: var(--_colors---color--color-primary, #ff5911) !important;
}

.tc-canada-section .section-tag {
  color: var(--_colors---color--color-text-body, #5d5d5d) !important;
  font-size: 0.72rem !important;
  font-weight: 600 !important;
  letter-spacing: 0.12em !important;
  white-space: nowrap;
}

.tc-canada-divider {
  width: 1px;
  height: 0.95rem;
  background: #d6d6d6;
  flex: none;
}

.tc-canada-heading.section-heading {
  margin: 0 !important;
  font-size: 0.98rem !important;
  font-weight: 600 !important;
  line-height: 1.2 !important;
  letter-spacing: -0.025em !important;
  white-space: nowrap;
  color: var(--_colors---color--color-black, #111) !important;
}

.tc-canada-abbrs {
  display: flex;
  align-items: center;
  gap: 0.4rem;
  flex: 1 1 auto;
  min-width: 0;
}

.tc-canada-abbr {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex: 1 1 0;
  height: var(--tc-canada-h);
  min-width: 0;
  padding: 0 0.35rem;
  border: 1px solid #e4e4e4;
  border-radius: 5px;
  background: #fff;
  box-shadow: 0 1px 0 rgba(17, 17, 17, 0.02);
  color: #2a2a2a !important;
  text-decoration: none !important;
  transition:
    color 0.22s ease,
    border-color 0.22s ease,
    background-color 0.22s ease,
    box-shadow 0.22s ease,
    transform 0.22s ease;
}

.tc-canada-abbr span {
  font-size: 0.74rem;
  font-weight: 600;
  letter-spacing: 0.06em;
  line-height: 1;
}

.tc-canada-abbr:hover {
  color: var(--_colors---color--color-primary, #ff5911) !important;
  border-color: rgba(255, 89, 17, 0.45);
  background: rgba(255, 89, 17, 0.04);
  box-shadow: 0 1px 0 rgba(255, 89, 17, 0.08);
  transform: translateY(-1px);
}

.tc-canada-abbr:focus-visible {
  outline: 2px solid rgba(255, 89, 17, 0.45);
  outline-offset: 2px;
}

.tc-canada-cities {
  display: inline-flex !important;
  align-items: center !important;
  gap: 0.4rem !important;
  flex: none !important;
}

.tc-canada-cities .tc-canada-abbr.tc-canada-city,
a.tc-canada-city {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  flex: 0 0 auto !important;
  height: var(--tc-canada-h) !important;
  min-width: 0 !important;
  padding: 0 0.75rem !important;
  border: 1px solid rgba(255, 89, 17, 0.28) !important;
  border-radius: 5px !important;
  background: rgba(255, 89, 17, 0.06) !important;
  box-shadow: none !important;
  color: var(--_colors---color--color-primary, #ff5911) !important;
  font-size: 0.72rem !important;
  font-weight: 600 !important;
  letter-spacing: 0.02em !important;
  line-height: 1 !important;
  text-decoration: none !important;
  white-space: nowrap !important;
  transition:
    color 0.22s ease,
    border-color 0.22s ease,
    background-color 0.22s ease,
    transform 0.22s ease;
}

.tc-canada-cities .tc-canada-abbr.tc-canada-city span,
a.tc-canada-city span {
  font-size: 0.72rem !important;
  font-weight: 600 !important;
  letter-spacing: 0.02em !important;
  line-height: 1 !important;
}

.tc-canada-cities .tc-canada-abbr.tc-canada-city:hover,
a.tc-canada-city:hover {
  background: var(--_colors---color--color-primary, #ff5911) !important;
  border-color: var(--_colors---color--color-primary, #ff5911) !important;
  color: #fff !important;
  transform: translateY(-1px);
}

.tc-canada-cities .tc-canada-abbr.tc-canada-city:focus-visible,
a.tc-canada-city:focus-visible {
  outline: 2px solid rgba(255, 89, 17, 0.45);
  outline-offset: 2px;
}

.tc-canada-arrow {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex: none;
  width: var(--tc-canada-h);
  height: var(--tc-canada-h);
  border: 1px solid rgba(255, 89, 17, 0.28);
  border-radius: 5px;
  background: rgba(255, 89, 17, 0.06);
  color: var(--_colors---color--color-primary, #ff5911) !important;
  text-decoration: none !important;
  transition:
    background-color 0.22s ease,
    border-color 0.22s ease,
    transform 0.22s ease,
    box-shadow 0.22s ease;
}

.tc-canada-arrow svg {
  display: block;
}

.tc-canada-arrow:hover {
  background: var(--_colors---color--color-primary, #ff5911);
  border-color: var(--_colors---color--color-primary, #ff5911);
  color: #fff !important;
  transform: translateX(2px);
  box-shadow: 0 6px 16px rgba(255, 89, 17, 0.22);
}

.tc-canada-arrow:focus-visible {
  outline: 2px solid rgba(255, 89, 17, 0.45);
  outline-offset: 2px;
}

@media screen and (max-width: 991px) {
  .tc-canada-strip {
    --tc-canada-h: 2.5rem;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    column-gap: 0.45rem;
    row-gap: 0.85rem;
  }

  .tc-canada-meta {
    flex: 1 1 auto;
    order: 1;
    margin-right: 0;
    min-width: 0;
  }

  .tc-canada-arrow {
    flex: none;
    order: 2;
    margin-left: auto;
  }

  .tc-canada-abbrs {
    flex: 1 1 100%;
    order: 3;
    display: grid;
    grid-template-columns: repeat(5, minmax(0, 1fr));
    gap: 0.45rem;
    width: 100%;
    min-width: 0;
  }

  .tc-canada-abbr {
    flex: none;
    width: 100%;
    min-width: 0;
    padding: 0 0.25rem;
  }

  .tc-canada-cities {
    flex: 1 1 0 !important;
    order: 4;
    width: auto !important;
    min-width: 0 !important;
    display: grid !important;
    grid-template-columns: 1fr 1fr;
    gap: 0.45rem !important;
  }

  .tc-canada-cities .tc-canada-abbr.tc-canada-city,
  a.tc-canada-city {
    width: 100% !important;
    flex: none !important;
    min-height: var(--tc-canada-h) !important;
  }

  /* Service pages: arrow sits with Edmonton / Calgary */
  .tc-canada-strip:has(.tc-canada-cities) .tc-canada-meta {
    flex: 1 1 100%;
  }

  .tc-canada-strip:has(.tc-canada-cities) .tc-canada-arrow {
    order: 5;
    margin-left: 0;
  }
}

@media screen and (max-width: 767px) {
  .tc-canada-section .container {
    padding-top: 1.1rem !important;
    padding-bottom: 1.1rem !important;
  }

  .tc-canada-strip {
    --tc-canada-h: 2.6rem;
    row-gap: 0.75rem;
  }

  .tc-canada-meta {
    gap: 0.45rem;
    flex-wrap: nowrap;
  }

  .tc-canada-brand {
    gap: 0.35rem;
  }

  .tc-canada-section .section-tag {
    font-size: 0.68rem !important;
    letter-spacing: 0.1em !important;
  }

  .tc-canada-heading.section-heading {
    font-size: 0.9rem !important;
    white-space: nowrap;
  }

  .tc-canada-abbrs {
    grid-template-columns: repeat(5, minmax(0, 1fr));
    gap: 0.4rem;
  }

  .tc-canada-abbr span {
    font-size: 0.7rem;
    letter-spacing: 0.04em;
  }

  .tc-canada-cities .tc-canada-abbr.tc-canada-city span,
  a.tc-canada-city span {
    font-size: 0.78rem !important;
  }
}

@media screen and (max-width: 479px) {
  .tc-canada-strip {
    --tc-canada-h: 2.55rem;
    row-gap: 0.7rem;
  }

  .tc-canada-divider {
    display: none;
  }

  .tc-canada-heading.section-heading {
    font-size: 0.86rem !important;
  }

  .tc-canada-abbrs {
    grid-template-columns: repeat(5, minmax(0, 1fr));
    gap: 0.35rem;
  }

  .tc-canada-cities {
    gap: 0.35rem !important;
  }
}

/* ── Consultation scheduler (post-contact CTA + modal) ─────────────────── */
.tc-schedule-cta {
  display: inline-flex !important;
  align-items: center;
  justify-content: center;
  margin-top: 1.25rem;
  padding: 0.9rem 1.45rem !important;
  border: 0 !important;
  border-radius: 999px !important;
  background: #ff5812 !important;
  color: #fff !important;
  font: inherit !important;
  font-weight: 600 !important;
  cursor: pointer;
  box-shadow: 0 8px 20px rgba(17, 17, 17, 0.08);
  transition: background 0.28s ease, transform 0.22s ease, box-shadow 0.28s ease;
}

.tc-schedule-cta:hover,
.tc-schedule-cta:focus-visible {
  background: #e04d0f !important;
  outline: none;
  transform: translateY(-1px);
  box-shadow: 0 10px 24px rgba(17, 17, 17, 0.12);
}

body.tc-schedule-open {
  overflow: hidden;
}

body.tc-schedule-open .home-navbar-wrapper,
body.tc-schedule-open .navbar.w-nav {
  z-index: 1 !important;
}

.tc-schedule-modal[hidden] {
  display: none !important;
}

.tc-schedule-modal {
  position: fixed;
  inset: 0;
  z-index: 100000;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 1rem;
}

.tc-schedule-backdrop {
  position: fixed;
  inset: 0;
  background: rgba(20, 20, 20, 0.4);
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
  animation: tcScheduleFade 0.3s ease;
}

@keyframes tcScheduleFade {
  from { opacity: 0; }
  to { opacity: 1; }
}

@keyframes tcScheduleIn {
  from {
    opacity: 0;
    transform: translateY(16px) scale(0.98);
  }
  to {
    opacity: 1;
    transform: translateY(0) scale(1);
  }
}

.tc-schedule-dialog {
  --tc-sched-bg: #ffffff;
  --tc-sched-surface: #f7f7f8;
  --tc-sched-chip: #f1f2f4;
  --tc-sched-chip-hover: #e8eaed;
  --tc-sched-border: #e6e8eb;
  --tc-sched-text: #171717;
  --tc-sched-muted: #6b7280;
  --tc-sched-accent: #ff5812;
  --tc-sched-radius: 16px;
  --tc-sched-radius-sm: 12px;
  --tc-sched-radius-pill: 999px;

  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  width: min(100%, 27rem);
  max-height: min(90vh, 38rem);
  overflow: hidden;
  background: var(--tc-sched-bg);
  color: var(--tc-sched-text);
  border: 1px solid var(--tc-sched-border);
  border-radius: 22px;
  box-shadow:
    0 24px 56px rgba(0, 0, 0, 0.14),
    0 2px 8px rgba(0, 0, 0, 0.04);
  animation: tcScheduleIn 0.36s cubic-bezier(0.22, 1, 0.36, 1);
}

.tc-schedule-close {
  position: absolute;
  top: 0.95rem;
  right: 0.95rem;
  z-index: 2;
  display: inline-flex !important;
  align-items: center;
  justify-content: center;
  width: 2.15rem;
  height: 2.15rem;
  border: 0 !important;
  border-radius: var(--tc-sched-radius-pill) !important;
  background: var(--tc-sched-chip) !important;
  color: var(--tc-sched-muted) !important;
  cursor: pointer;
  transition: color 0.25s ease, background 0.25s ease, transform 0.2s ease;
}

.tc-schedule-close:hover,
.tc-schedule-close:focus-visible {
  color: var(--tc-sched-text) !important;
  background: var(--tc-sched-chip-hover) !important;
  outline: none;
  transform: scale(1.04);
}

.tc-schedule-scroll {
  flex: 1 1 auto;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  padding: 1.55rem 1.45rem 1rem;
}

.tc-schedule-header {
  margin-bottom: 1.2rem;
  padding-right: 1.9rem;
}

.tc-schedule-eyebrow {
  margin: 0 0 0.4rem;
  font-size: 0.78rem;
  font-weight: 650;
  color: var(--tc-sched-accent);
  letter-spacing: 0.01em;
}

.tc-schedule-title {
  margin: 0 0 0.4rem;
  font-size: 1.55rem;
  font-weight: 700;
  letter-spacing: -0.04em;
  line-height: 1.15;
  color: var(--tc-sched-text);
}

.tc-schedule-note {
  margin: 0;
  font-size: 0.9rem;
  color: var(--tc-sched-muted);
  line-height: 1.45;
}

.tc-schedule-honeypot {
  position: absolute !important;
  left: -9999px !important;
  width: 1px !important;
  height: 1px !important;
  opacity: 0 !important;
  pointer-events: none !important;
}

.tc-schedule-contact-bar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.75rem;
  margin-bottom: 1.2rem;
  padding: 0.8rem 0.95rem;
  background: var(--tc-sched-surface);
  border: 1px solid var(--tc-sched-border);
  border-radius: var(--tc-sched-radius);
}

.tc-schedule-contact-copy {
  display: flex;
  flex-direction: column;
  gap: 0.15rem;
  min-width: 0;
}

.tc-schedule-contact-label {
  font-size: 0.68rem;
  font-weight: 650;
  color: #9ca3af;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}

.tc-schedule-contact-preview {
  font-size: 0.9rem;
  font-weight: 600;
  color: var(--tc-sched-text);
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.tc-schedule-link-btn {
  appearance: none !important;
  flex: 0 0 auto;
  border: 0 !important;
  border-radius: var(--tc-sched-radius-pill) !important;
  background: #fff !important;
  color: var(--tc-sched-text) !important;
  font: inherit !important;
  font-size: 0.8rem !important;
  font-weight: 650 !important;
  cursor: pointer;
  padding: 0.4rem 0.75rem !important;
  box-shadow: inset 0 0 0 1px var(--tc-sched-border);
  white-space: nowrap;
  transition: background 0.25s ease, color 0.25s ease, box-shadow 0.25s ease;
}

.tc-schedule-link-btn:hover,
.tc-schedule-link-btn:focus-visible {
  background: var(--tc-sched-chip) !important;
  outline: none;
}

.tc-schedule-details {
  margin: -0.25rem 0 1.15rem;
  padding: 0.95rem;
  background: #fff;
  border: 1px solid var(--tc-sched-border);
  border-radius: var(--tc-sched-radius);
  animation: tcScheduleFade 0.24s ease;
}

.tc-schedule-details[hidden] {
  display: none !important;
}

.tc-schedule-step {
  margin-bottom: 1.2rem;
}

.tc-schedule-section-label {
  display: flex;
  align-items: baseline;
  gap: 0.4rem;
  margin: 0 0 0.65rem;
  font-size: 0.82rem;
  font-weight: 700;
  color: var(--tc-sched-text);
  letter-spacing: -0.01em;
}

.tc-schedule-section-meta {
  font-weight: 500;
  color: var(--tc-sched-muted);
}

.tc-schedule-fields {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0.7rem;
}

.tc-schedule-field {
  display: flex;
  flex-direction: column;
  gap: 0.3rem;
  font-size: 0.72rem;
  font-weight: 650;
  color: #6b7280;
}

.tc-schedule-field em {
  font-style: normal;
  font-weight: 500;
  color: #9ca3af;
}

.tc-schedule-field-full {
  grid-column: 1 / -1;
}

.tc-schedule-dialog .tc-schedule-field input {
  min-height: 42px;
  padding: 0.55rem 0.8rem;
  border: 1px solid var(--tc-sched-border) !important;
  border-radius: var(--tc-sched-radius-sm) !important;
  background: var(--tc-sched-surface) !important;
  font: inherit !important;
  font-size: 0.9rem !important;
  font-weight: 500 !important;
  color: var(--tc-sched-text) !important;
  transition: border-color 0.25s ease, box-shadow 0.25s ease, background 0.25s ease;
}

.tc-schedule-dialog .tc-schedule-field input::placeholder {
  color: #9ca3af;
}

.tc-schedule-dialog .tc-schedule-field input:focus {
  outline: none !important;
  border-color: #c5c9d0 !important;
  background: #fff !important;
  box-shadow: 0 0 0 4px rgba(17, 17, 17, 0.05);
}

.tc-schedule-days {
  display: flex;
  gap: 0.5rem;
  overflow-x: auto;
  padding: 0.1rem 0.05rem 0.4rem;
  scroll-snap-type: x proximity;
  -webkit-overflow-scrolling: touch;
  scrollbar-width: none;
}

.tc-schedule-days::-webkit-scrollbar {
  display: none;
}

.tc-schedule-times {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0.45rem;
}

.tc-schedule-dialog button.tc-schedule-day {
  appearance: none !important;
  display: flex !important;
  flex: 0 0 4.05rem;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 0.08rem;
  width: 4.05rem;
  min-height: 4.35rem;
  margin: 0 !important;
  padding: 0.5rem 0.3rem !important;
  border: 1px solid transparent !important;
  border-radius: var(--tc-sched-radius) !important;
  background: var(--tc-sched-chip) !important;
  color: var(--tc-sched-text) !important;
  font: inherit !important;
  line-height: 1.15 !important;
  cursor: pointer;
  scroll-snap-align: start;
  transition:
    background 0.28s ease,
    color 0.28s ease,
    border-color 0.28s ease,
    transform 0.22s ease,
    box-shadow 0.28s ease;
}

.tc-schedule-day-weekday {
  font-size: 0.62rem;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: #9ca3af;
}

.tc-schedule-day-num {
  font-size: 1.28rem;
  font-weight: 700;
  letter-spacing: -0.04em;
}

.tc-schedule-day-month {
  font-size: 0.68rem;
  font-weight: 600;
  color: #9ca3af;
}

.tc-schedule-dialog button.tc-schedule-time {
  appearance: none !important;
  display: inline-flex !important;
  align-items: center;
  justify-content: center;
  width: 100%;
  min-height: 2.85rem;
  margin: 0 !important;
  padding: 0.55rem 0.4rem !important;
  border: 1px solid transparent !important;
  border-radius: var(--tc-sched-radius-pill) !important;
  background: var(--tc-sched-chip) !important;
  color: var(--tc-sched-text) !important;
  font: inherit !important;
  font-size: 0.86rem !important;
  font-weight: 650 !important;
  letter-spacing: -0.01em;
  cursor: pointer;
  transition:
    background 0.28s ease,
    color 0.28s ease,
    border-color 0.28s ease,
    transform 0.22s ease,
    box-shadow 0.28s ease;
}

.tc-schedule-dialog button.tc-schedule-day:hover,
.tc-schedule-dialog button.tc-schedule-time:hover,
.tc-schedule-dialog button.tc-schedule-day:focus-visible,
.tc-schedule-dialog button.tc-schedule-time:focus-visible {
  background: var(--tc-sched-chip-hover) !important;
  border-color: #d5d8de !important;
  outline: none;
  transform: translateY(-1px);
}

.tc-schedule-dialog button.tc-schedule-day.is-selected,
.tc-schedule-dialog button.tc-schedule-time.is-selected {
  background: #171717 !important;
  border-color: transparent !important;
  color: #fff !important;
  box-shadow: 0 8px 18px rgba(0, 0, 0, 0.12);
  transform: none;
}

.tc-schedule-dialog button.tc-schedule-day.is-selected .tc-schedule-day-weekday,
.tc-schedule-dialog button.tc-schedule-day.is-selected .tc-schedule-day-month {
  color: rgba(255, 255, 255, 0.78);
}

.tc-schedule-empty {
  margin: 0;
  flex: 1 1 100%;
  grid-column: 1 / -1;
  padding: 0.85rem 0.95rem;
  background: var(--tc-sched-surface);
  border-radius: var(--tc-sched-radius-sm);
  font-size: 0.88rem;
  color: var(--tc-sched-muted);
  line-height: 1.4;
}

.tc-schedule-empty a {
  color: var(--tc-sched-accent);
  font-weight: 650;
}

.tc-schedule-error {
  margin: 0 0 0.75rem;
  padding: 0.75rem 0.9rem;
  background: #f8f8f8;
  border: 1px solid var(--tc-sched-border);
  border-radius: var(--tc-sched-radius-sm);
  color: #444;
  font-size: 0.86rem;
  line-height: 1.4;
}

.tc-schedule-footer {
  flex: 0 0 auto;
  display: grid;
  grid-template-columns: 1fr auto;
  align-items: center;
  gap: 0.8rem;
  padding: 1rem 1.45rem 1.2rem;
  border-top: 1px solid var(--tc-sched-border);
  background: #fff;
}

.tc-schedule-footer[hidden] {
  display: none !important;
}

.tc-schedule-summary {
  min-width: 0;
}

.tc-schedule-summary-text {
  display: block;
  font-size: 0.88rem;
  font-weight: 550;
  color: #9ca3af;
  letter-spacing: -0.01em;
  line-height: 1.3;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  transition: color 0.25s ease;
}

.tc-schedule-summary.is-ready .tc-schedule-summary-text {
  color: var(--tc-sched-text);
  font-weight: 650;
}

.tc-schedule-dialog button.tc-schedule-submit {
  appearance: none !important;
  display: inline-flex !important;
  align-items: center;
  justify-content: center;
  min-width: 8.75rem;
  min-height: 46px;
  margin: 0 !important;
  padding: 0.75rem 1.25rem !important;
  border: 0 !important;
  border-radius: var(--tc-sched-radius-pill) !important;
  background: #171717 !important;
  color: #fff !important;
  font: inherit !important;
  font-size: 0.92rem !important;
  font-weight: 700 !important;
  letter-spacing: -0.01em;
  cursor: pointer;
  box-shadow: 0 8px 18px rgba(0, 0, 0, 0.1);
  transition:
    background 0.28s ease,
    transform 0.22s ease,
    box-shadow 0.28s ease,
    opacity 0.28s ease;
}

.tc-schedule-dialog button.tc-schedule-submit:hover:not(:disabled),
.tc-schedule-dialog button.tc-schedule-submit:focus-visible:not(:disabled) {
  background: #000 !important;
  outline: none;
  transform: translateY(-1px);
  box-shadow: 0 12px 24px rgba(0, 0, 0, 0.14);
}

.tc-schedule-dialog button.tc-schedule-submit:active:not(:disabled) {
  transform: translateY(0);
}

.tc-schedule-dialog button.tc-schedule-submit:disabled {
  background: #eceef1 !important;
  color: #9ca3af !important;
  cursor: not-allowed;
  box-shadow: none !important;
}

.tc-schedule-success {
  padding: 2.4rem 0.5rem 1.6rem;
  text-align: center;
}

.tc-schedule-success-icon {
  display: flex;
  justify-content: center;
  margin-bottom: 0.95rem;
}

.tc-schedule-success-title {
  margin: 0 0 0.45rem;
  font-size: 1.4rem;
  font-weight: 700;
  letter-spacing: -0.03em;
}

.tc-schedule-success-text {
  margin: 0 auto 1.4rem;
  max-width: 20rem;
  color: var(--tc-sched-muted);
  line-height: 1.5;
  font-size: 0.95rem;
}

.tc-schedule-success .tc-schedule-submit {
  width: 100%;
  max-width: 12rem;
  margin: 0 auto !important;
}

@media screen and (max-width: 559px) {
  .tc-schedule-modal {
    padding: 0.55rem;
    align-items: flex-end;
  }

  .tc-schedule-dialog {
    width: 100%;
    max-height: 92vh;
    border-radius: 22px 22px 18px 18px;
    animation-name: tcScheduleSheet;
  }

  @keyframes tcScheduleSheet {
    from {
      opacity: 0;
      transform: translateY(28px);
    }
    to {
      opacity: 1;
      transform: translateY(0);
    }
  }

  .tc-schedule-fields {
    grid-template-columns: 1fr;
  }

  .tc-schedule-times {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .tc-schedule-footer {
    grid-template-columns: 1fr;
    gap: 0.7rem;
  }

  .tc-schedule-dialog button.tc-schedule-submit {
    width: 100%;
  }
}

@media (prefers-reduced-motion: reduce) {
  .tc-schedule-backdrop,
  .tc-schedule-dialog,
  .tc-schedule-details,
  .tc-schedule-dialog button.tc-schedule-day,
  .tc-schedule-dialog button.tc-schedule-time,
  .tc-schedule-dialog button.tc-schedule-submit,
  .tc-schedule-cta {
    animation: none !important;
    transition: none !important;
  }
}

/* Blog — Canada SEO & growth guides */
.tc-blog-guides {
  position: relative;
  background:
    radial-gradient(ellipse 70% 55% at 8% 0%, rgba(255, 88, 18, 0.07), transparent 55%),
    radial-gradient(ellipse 55% 45% at 100% 100%, rgba(17, 17, 17, 0.04), transparent 50%),
    #f7f7f8;
}

.tc-blog-guides .section-wrapper {
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
}

.tc-blog-guides-lede {
  max-width: 36rem;
  margin: 1.25rem auto 0;
  text-align: center;
  color: #5d5d5d;
  font-size: 1.05rem;
  line-height: 1.55;
}

.tc-blog-guides-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1.25rem;
  margin-top: 2.75rem;
}

.tc-blog-guide-card,
.tc-blog-guide-card:link,
.tc-blog-guide-card:visited,
.tc-blog-guide-card:hover,
.tc-blog-guide-card:active {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 0.65rem;
  min-height: 100%;
  padding: 1.5rem 1.4rem 1.35rem;
  background: #ffffff;
  border: 1px solid #e6e8eb;
  border-radius: 16px;
  text-decoration: none !important;
  color: inherit;
  box-shadow: 0 8px 24px rgba(17, 17, 17, 0.04);
  transition:
    transform 0.28s cubic-bezier(0.16, 1, 0.3, 1),
    border-color 0.25s ease,
    box-shadow 0.28s ease;
}

.tc-blog-guide-card *,
.tc-blog-guide-card:hover *,
.tc-blog-guide-card:focus-visible * {
  text-decoration: none !important;
}

.tc-blog-guide-card:hover,
.tc-blog-guide-card:focus-visible {
  transform: translateY(-4px);
  border-color: rgba(255, 88, 18, 0.35);
  box-shadow: 0 16px 36px rgba(17, 17, 17, 0.08);
  outline: none;
}

.tc-blog-guide-card--location {
  background: linear-gradient(165deg, #ffffff 0%, #f1f2f4 100%);
}

.tc-blog-guide-meta {
  display: inline-flex;
  align-items: center;
  gap: 0.45rem;
}

.tc-blog-guide-meta .paragraph {
  margin: 0;
  color: #6b7280;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  font-size: 0.72rem;
}

.tc-blog-guide-title {
  display: block;
  margin: 0;
  color: #111111;
  font-size: 1.2rem;
  font-weight: 600;
  line-height: 1.3;
  letter-spacing: -0.02em;
  text-decoration: none;
}

.tc-blog-guide-desc {
  display: block;
  margin: 0;
  flex: 1;
  color: #5d5d5d;
  font-size: 0.95rem;
  line-height: 1.5;
  text-decoration: none;
}

.tc-blog-guide-cta {
  display: inline-flex;
  align-items: center;
  gap: 0.35rem;
  margin-top: 0.5rem;
  color: #ff5812;
  font-size: 0.875rem;
  font-weight: 600;
  letter-spacing: 0.01em;
}

.tc-blog-guide-arrow {
  display: inline-block;
  transition: transform 0.25s cubic-bezier(0.16, 1, 0.3, 1);
}

.tc-blog-guide-card:hover .tc-blog-guide-arrow,
.tc-blog-guide-card:focus-visible .tc-blog-guide-arrow {
  transform: translateX(4px);
}

@media screen and (max-width: 991px) {
  .tc-blog-guides-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media screen and (max-width: 767px) {
  .tc-blog-guides-grid {
    grid-template-columns: 1fr;
    gap: 1rem;
    margin-top: 2rem;
  }

  .tc-blog-guide-card {
    padding: 1.25rem 1.15rem 1.15rem;
  }

  .tc-blog-guide-title {
    font-size: 1.1rem;
  }
}

@media (prefers-reduced-motion: reduce) {
  .tc-blog-guide-card,
  .tc-blog-guide-arrow {
    transition: none !important;
  }

  .tc-blog-guide-card:hover,
  .tc-blog-guide-card:focus-visible {
    transform: none;
  }
}

/* ── About hero — light grey split (no card) ─────────────────────── */
.tc-about-hero-section.section {
  background: #f4f5f7 !important;
  padding-top: clamp(1.25rem, 2.5vw, 2rem) !important;
  padding-bottom: 0 !important;
}

.tc-about-hero-section .about-1-wrapper.tc-about-hero {
  background: transparent;
}

.tc-about-hero .about-1-grid.tc-about-hero-split {
  display: grid !important;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1.05fr);
  gap: clamp(1.75rem, 4.5vw, 4.25rem);
  align-items: center;
  margin: 0 0 clamp(2rem, 4vw, 3.25rem);
  padding: clamp(0.5rem, 1.5vw, 1rem) 0 !important;
  background: transparent !important;
  border-radius: 0 !important;
  box-shadow: none !important;
  border: 0 !important;
}

.tc-about-hero-copy.about-1-content-holder,
.tc-about-hero .about-1-content-holder {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  gap: 1.65rem;
  max-width: 34rem;
  padding: clamp(0.25rem, 1.5vw, 1.25rem) 0;
}

.tc-about-hero .about-1-content-header {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 1.1rem;
}

.tc-about-hero .about-1-tag-wrapper {
  margin-bottom: 0 !important;
  gap: 0.45rem;
}

.tc-about-hero .section-tag {
  color: #6b7280 !important;
  letter-spacing: 0.12em;
  font-weight: 600;
  font-size: 0.72rem !important;
}

.tc-about-hero .brand-circle {
  width: 0.45rem !important;
  height: 0.45rem !important;
  min-width: 0.45rem !important;
  min-height: 0.45rem !important;
  background: #ff5812 !important;
  border-radius: 999px !important;
}

.tc-about-hero-title.about-1-header-text,
.tc-about-hero .about-1-header-text.tc-about-hero-title {
  margin: 0 !important;
  color: #0f172a !important;
  font-size: clamp(2.5rem, 4.6vw + 0.35rem, 4.4rem) !important;
  line-height: 0.98 !important;
  font-weight: 700 !important;
  letter-spacing: -0.048em;
  max-width: 10.5ch;
}

.tc-about-hero-break {
  display: block;
}

.tc-about-hero-accent {
  position: relative;
  display: inline-block;
  padding-bottom: 0.18em;
}

.tc-about-hero-accent::after {
  content: "";
  position: absolute;
  left: 0.02em;
  right: 0.15em;
  bottom: 0.02em;
  height: 0.085em;
  background: linear-gradient(90deg, #ff5812 0%, #ff7a3d 100%);
  border-radius: 999px;
  transform: rotate(-1.4deg);
  transform-origin: left center;
  pointer-events: none;
}

.tc-about-hero-lede {
  margin: 0;
  max-width: 36ch;
  color: #4b5563;
  font-size: clamp(1.02rem, 0.4vw + 0.92rem, 1.14rem);
  line-height: 1.62;
  font-weight: 400;
  letter-spacing: -0.01em;
}

.tc-about-hero-services {
  list-style: none;
  margin: 0.15rem 0 0;
  padding: 1rem 0 0;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.75rem 0;
  width: 100%;
  max-width: 36rem;
  border-top: 1px solid #e5e7eb;
}

.tc-about-hero-service {
  display: inline-flex;
  align-items: center;
  gap: 0.55rem;
  color: #1f2937;
  font-size: 0.9rem;
  font-weight: 600;
  line-height: 1.2;
  letter-spacing: -0.01em;
  padding-right: 1rem;
  margin-right: 1rem;
  border-right: 1px solid #e5e7eb;
}

.tc-about-hero-service:last-child {
  border-right: 0;
  margin-right: 0;
  padding-right: 0;
}

.tc-about-hero-service-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 1.7rem;
  height: 1.7rem;
  border-radius: 999px;
  background: #eceff3;
  color: #6b7280;
  flex: 0 0 auto;
}

.tc-about-hero-service-icon svg {
  width: 0.95rem;
  height: 0.95rem;
}

.tc-about-hero-media.about-1-hero-image-wrapper {
  position: relative;
  width: 100%;
  max-width: none !important;
  margin: 0 !important;
  padding: 0 !important;
  background: transparent !important;
  overflow: visible !important;
  justify-self: stretch;
  border-radius: 0 !important;
  box-shadow: none !important;
}

.tc-about-hero-photo {
  position: relative;
  margin: 0;
  width: 100%;
  aspect-ratio: 4 / 5;
  max-height: min(680px, 74vh);
  border-radius: 1.35rem;
  overflow: hidden;
  background: #dbe0e6;
}

.tc-about-hero-photo::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(244, 245, 247, 0.22) 0%, rgba(244, 245, 247, 0) 18%),
    linear-gradient(180deg, rgba(15, 23, 42, 0.05) 0%, rgba(15, 23, 42, 0) 30%);
  pointer-events: none;
}

.tc-about-hero-photo .about-1-hero-image {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 18%;
  transform: scale(1.01);
}

@media screen and (min-width: 992px) {
  .tc-about-hero-photo {
    border-radius: 1.55rem 0.4rem 0.4rem 1.55rem;
  }
}

@media screen and (max-width: 991px) {
  .tc-about-hero .about-1-grid.tc-about-hero-split {
    grid-template-columns: 1fr;
    gap: 1.6rem;
  }

  .tc-about-hero-title.about-1-header-text,
  .tc-about-hero .about-1-header-text.tc-about-hero-title {
    max-width: 12ch;
    font-size: clamp(2.35rem, 6.4vw, 3.4rem) !important;
  }

  .tc-about-hero-photo {
    max-height: 520px;
    aspect-ratio: 16 / 11;
    border-radius: 1.15rem;
  }

  .tc-about-hero-media.about-1-hero-image-wrapper {
    order: 2;
  }
}

@media screen and (max-width: 559px) {
  .tc-about-hero-services {
    flex-direction: column;
    align-items: flex-start;
    gap: 0.75rem;
  }

  .tc-about-hero-service {
    border-right: 0;
    margin-right: 0;
    padding-right: 0;
  }

  .tc-about-hero-photo {
    aspect-ratio: 4 / 5;
    max-height: 440px;
  }
}
