/* home — ported from tch-website-181/pages/index.hbs,
   scoped under .tch-page so it cannot reach the shared header, footer,
   booking widgets or commerce surfaces. */
.tch-page .hero-section{
    position: relative;
    height: 100vh;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
     
    transform: translateZ(0);
    -webkit-transform: translateZ(0);
    backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
  }.tch-page .hero-video{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: 1;
     
    transform: translateZ(0);
    -webkit-transform: translateZ(0);
    backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
    perspective: 1000px;
    -webkit-perspective: 1000px;
    will-change: transform;
     
    image-rendering: -webkit-optimize-contrast;
    image-rendering: crisp-edges;
     
    contain: layout style paint;
  }.tch-page .hero-overlay{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    z-index: 2;
  }.tch-page .hero-content{
    position: relative;
    z-index: 3;
    text-align: center;
    color: white;
    max-width: 800px;
    padding: 0 24px;
    margin-top: 320px;
  }.tch-page .hero-title{
    font-family: var(--font-heading);
    font-size: 84px;
    font-weight: 400;
    line-height: 90px;
    margin-bottom: 24px;
    position: relative;
    color: white;
    text-shadow: 3px 3px 6px rgba(0, 0, 0, 0.7), 1px 1px 3px rgba(0, 0, 0, 0.5);
  }.tch-page .hero-title::after{
    content: '';
    position: absolute;
    bottom: -8px;
    left: 50%;
    transform: translateX(-50%);
    width: 32px;
    height: 4px;
    background-color: var(--accent);
  }.tch-page .hero-subtitle{
    font-family: var(--font-body);
    font-size: 26px;
    font-weight: 400;
    line-height: 36px;
    margin-bottom: 32px;
    opacity: 0.95;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.6), 1px 1px 2px rgba(0, 0, 0, 0.4);
    max-width: 650px;
    margin-left: auto;
    margin-right: auto;
  }.tch-page .hero-button{
    font-family: var(--font-heading);
    font-size: 28px;
    font-weight: 400;
    text-transform: uppercase;
    letter-spacing: 1px;
    padding: 20px 40px;
    background-color: var(--brand-primary);
    color: var(--white);
    border: none;
    border-radius: var(--radius-medium);
    transition: var(--transition-fast);
    text-decoration: none;
    display: inline-block;
  }.tch-page .hero-button:hover{
    background-color: var(--brand-dark);
    transform: translateY(-2px);
  }.tch-page .scroll-indicator{
    position: absolute;
    bottom: 32px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 3;
    color: white;
    text-align: center;
  }.tch-page .scroll-arrow{
    width: 24px;
    height: 24px;
    animation: bounce 2s infinite;
  }@keyframes bounce{
    0%, 20%, 50%, 80%, 100% {
      transform: translateY(0);
    }
    40% {
      transform: translateY(-10px);
    }
    60% {
      transform: translateY(-5px);
    }
  }.tch-page .hero-fallback{
    background-image: url('https://cdn.fstr.site/tch-8aa0d596/sha256/247acd08ffdb971a03fa2424e138a50d7e82196ced3d031bf4aaf7a745ba3d03.png');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
  }.tch-page .services-section{
    padding: var(--space-64) 0;
    background-color: #f9fafb;
  }.tch-page .services-title{
    font-family: var(--font-heading);
    font-size: 36px;
    font-weight: 400;
    line-height: 40px;
    margin-bottom: var(--space-16);
    text-align: center;
    position: relative;
    text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.1);
  }.tch-page .services-title::after{
    content: '';
    position: absolute;
    bottom: -8px;
    left: 50%;
    transform: translateX(-50%);
    width: 32px;
    height: 4px;
    background-color: var(--accent);
  }.tch-page .services-grid{
    display: flex;
    flex-wrap: wrap;
    gap: var(--space-32);
    justify-content: center;
    margin-bottom: var(--space-48);
  }.tch-page .service-card{
    flex: 0 1 calc(33.333% - 22px);
    min-width: 280px;
    max-width: 350px;
    background-color: var(--white);
    border: 1px solid var(--gray-light);
    border-radius: var(--radius-medium);
    padding: var(--space-32);
    text-align: center;
    box-shadow: var(--shadow-md);
    transition: var(--transition-normal);
  }.tch-page .service-card:hover{
    transform: translateY(-8px);
    box-shadow: var(--shadow-lg);
    border-color: var(--accent);
  }.tch-page .service-icon{
    width: 64px;
    height: 64px;
    background-color: var(--brand-primary);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto var(--space-24);
    color: var(--white);
    font-size: 24px;
    transition: var(--transition-fast);
  }.tch-page .service-card:hover .service-icon{
    background-color: var(--accent);
  }.tch-page .service-title{
    font-family: var(--font-heading);
    font-size: 22px;
    font-weight: 400;
    line-height: 26px;
    margin-bottom: var(--space-12);
    color: var(--gray-dark);
    text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.1);
  }.tch-page .service-description{
    font-family: var(--font-body);
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    color: var(--neutral);
    margin-bottom: 0;
  }.tch-page .services-cta{
    text-align: center;
  }.tch-page .services-cta-button{
    font-family: var(--font-heading);
    font-size: 16px;
    font-weight: 400;
    text-transform: uppercase;
    letter-spacing: 1px;
    padding: 12px 24px;
    background-color: var(--brand-primary);
    color: var(--white);
    border: none;
    border-radius: var(--radius-medium);
    transition: var(--transition-fast);
    text-decoration: none;
    display: inline-block;
  }.tch-page .services-cta-button:hover{
    background-color: var(--brand-dark);
    transform: translateY(-2px);
  }@media (max-width: 991px){.tch-page .service-card{
      flex: 0 1 calc(50% - 16px);
    }}@media (max-width: 767px){.tch-page .service-card{
      flex: 0 1 100%;
    }.tch-page .services-title{
      font-size: 28px;
      line-height: 32px;
      text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.1);
    }}.tch-page .portfolio-section{
    padding: var(--space-64) 0;
    background-color: var(--white);
  }.tch-page .portfolio-title{
    font-family: var(--font-heading);
    font-size: 36px;
    font-weight: 400;
    line-height: 40px;
    margin-bottom: var(--space-16);
    text-align: center;
    position: relative;
    color: var(--gray-dark);
    text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.1);
  }.tch-page .portfolio-title::after{
    content: '';
    position: absolute;
    bottom: -8px;
    left: 50%;
    transform: translateX(-50%);
    width: 32px;
    height: 4px;
    background-color: var(--accent);
  }.tch-page .portfolio-grid{
    display: flex;
    flex-wrap: wrap;
    gap: var(--space-32);
    justify-content: center;
    margin-bottom: var(--space-48);
  }.tch-page .portfolio-item{
    flex: 0 1 calc(50% - 16px);
    min-width: 280px;
    max-width: 400px;
    background-color: var(--white);
    border: 1px solid var(--gray-light);
    border-radius: var(--radius-medium);
    overflow: hidden;
    box-shadow: var(--shadow-md);
    transition: var(--transition-normal);
    position: relative;
    cursor: pointer;
  }.tch-page .portfolio-item:hover{
    transform: translateY(-8px);
    box-shadow: var(--shadow-lg);
    border-color: var(--accent);
  }.tch-page .portfolio-video{
    width: 100%;
    height: 250px;
    object-fit: cover;
    transition: var(--transition-normal);
  }.tch-page .portfolio-video:hover{
    transform: scale(1.05);
  }.tch-page .portfolio-content{
    padding: var(--space-24);
    text-align: center;
  }.tch-page .portfolio-quote{
    font-family: var(--font-body);
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    color: var(--neutral);
    font-style: italic;
    margin-bottom: var(--space-12);
  }.tch-page .portfolio-author{
    font-family: var(--font-body);
    font-size: 14px;
    font-weight: 500;
    color: var(--brand-primary);
  }.tch-page .portfolio-cta{
    text-align: center;
  }.tch-page .portfolio-cta-button{
    font-family: var(--font-heading);
    font-size: 16px;
    font-weight: 400;
    text-transform: uppercase;
    letter-spacing: 1px;
    padding: 12px 24px;
    background-color: var(--brand-primary);
    color: var(--white);
    border: none;
    border-radius: var(--radius-medium);
    transition: var(--transition-fast);
    text-decoration: none;
    display: inline-block;
  }.tch-page .portfolio-cta-button:hover{
    background-color: var(--brand-dark);
    transform: translateY(-2px);
  }.tch-page .lightbox{
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.9);
    display: none;
    align-items: center;
    justify-content: center;
    z-index: 1000;
  }.tch-page .lightbox.active{
    display: flex;
  }.tch-page .lightbox-content{
    position: relative;
    max-width: 90%;
    max-height: 90%;
  }.tch-page .lightbox-video{
    width: 100%;
    height: auto;
    max-height: 80vh;
  }.tch-page .lightbox-close{
    position: absolute;
    top: -40px;
    right: 0;
    color: var(--white);
    font-size: 32px;
    cursor: pointer;
    transition: var(--transition-fast);
  }.tch-page .lightbox-close:hover{
    color: var(--brand-primary);
  }@media (max-width: 991px){.tch-page .portfolio-item{
      flex: 0 1 calc(50% - 16px);
    }}@media (max-width: 767px){.tch-page .portfolio-item{
      flex: 0 1 100%;
    }.tch-page .portfolio-title{
      font-size: 28px;
      line-height: 32px;
      text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.1);
    }}.tch-page .cta-section{
    padding: var(--space-64) 0;
    background: linear-gradient(135deg, var(--brand-primary) 0%, var(--brand-dark) 50%, var(--accent) 100%);
    position: relative;
    overflow: hidden;
  }.tch-page .cta-shapes{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
    z-index: 1;
  }.tch-page .shape{
    position: absolute;
    opacity: 0.1;
    animation: float 6s ease-in-out infinite;
  }.tch-page .shape-1{
    top: 10%;
    left: 10%;
    width: 80px;
    height: 80px;
    background: var(--white);
    border-radius: 50%;
    animation-delay: 0s;
  }.tch-page .shape-2{
    top: 20%;
    right: 15%;
    width: 60px;
    height: 60px;
    background: var(--white);
    transform: rotate(45deg);
    animation-delay: 1s;
  }.tch-page .shape-3{
    bottom: 30%;
    left: 20%;
    width: 120px;
    height: 120px;
    background: var(--white);
    border-radius: 30px;
    animation-delay: 2s;
  }.tch-page .shape-4{
    bottom: 15%;
    right: 25%;
    width: 90px;
    height: 90px;
    background: var(--white);
    clip-path: polygon(50% 0%, 0% 100%, 100% 100%);
    animation-delay: 3s;
  }@keyframes float{
    0%, 100% {
      transform: translateY(0px) rotate(0deg);
    }
    33% {
      transform: translateY(-20px) rotate(120deg);
    }
    66% {
      transform: translateY(-10px) rotate(240deg);
    }
  }.tch-page .cta-content{
    position: relative;
    z-index: 3;
    text-align: center;
    max-width: 800px;
    margin: 0 auto;
    padding: 0 var(--space-24);
  }.tch-page .cta-title{
    font-family: var(--font-heading);
    font-size: 48px;
    font-weight: 400;
    line-height: 52px;
    margin-bottom: var(--space-24);
    color: var(--white);
    position: relative;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.3), 1px 1px 2px rgba(0, 0, 0, 0.2);
  }.tch-page .cta-title::after{
    content: '';
    position: absolute;
    bottom: -8px;
    left: 50%;
    transform: translateX(-50%);
    width: 32px;
    height: 4px;
    background-color: var(--white);
  }.tch-page .cta-description{
    font-family: var(--font-body);
    font-size: 18px;
    font-weight: 400;
    line-height: 28px;
    margin-bottom: var(--space-32);
    color: var(--white);
    opacity: 0.95;
    text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.3);
  }.tch-page .cta-button{
    font-family: var(--font-heading);
    font-size: 18px;
    font-weight: 400;
    text-transform: uppercase;
    letter-spacing: 1px;
    padding: 16px 32px;
    background-color: var(--white);
    color: var(--brand-primary);
    border: none;
    border-radius: var(--radius-medium);
    transition: var(--transition-fast);
    text-decoration: none;
    display: inline-block;
    box-shadow: var(--shadow-lg);
  }.tch-page .cta-button:hover{
    background-color: rgba(255, 255, 255, 0.9);
    transform: translateY(-3px);
    box-shadow: 0 12px 24px rgba(0, 0, 0, 0.2);
  }@media (prefers-reduced-motion: reduce){.tch-page .hero-video{
      display: none;
    }.tch-page .hero-section{
      background-image: url('https://cdn.fstr.site/tch-8aa0d596/sha256/247acd08ffdb971a03fa2424e138a50d7e82196ced3d031bf4aaf7a745ba3d03.png');
      background-size: cover;
      background-position: center;
      background-repeat: no-repeat;
    }}@media (max-width: 768px){.tch-page .cta-title{
      font-size: 36px;
      line-height: 40px;
      text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.3), 1px 1px 2px rgba(0, 0, 0, 0.2);
    }.tch-page .cta-description{
      font-size: 16px;
      line-height: 24px;
      text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.3);
    }.tch-page .hero-title{
      font-size: 52px;
      line-height: 56px;
      text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.7), 1px 1px 2px rgba(0, 0, 0, 0.5);
    }.tch-page .hero-subtitle{
      font-size: 20px;
      line-height: 28px;
      text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.6);
    }.tch-page .hero-video{
      -webkit-playsinline: true;
      playsinline: true;
      preload: auto;
    }.tch-page .portfolio-video{
      height: 200px;
      display: block !important;
      visibility: visible !important;
      background-color: #000;
      object-fit: cover;
    }.tch-page .portfolio-item{
      cursor: pointer;
      -webkit-tap-highlight-color: transparent;
    }.tch-page .portfolio-video{
      -webkit-playsinline: true;
      playsinline: true;
    }}
