html{scroll-behavior:smooth}[id]{scroll-margin-top:70px}.hero{position:relative;overflow:hidden;min-height:100vh;display:flex;align-items:center;justify-content:center;padding:4rem 2rem;padding-top:80px}.hero-video{position:absolute;inset:0;width:100%;height:100%;object-fit:cover}.hero-overlay{position:absolute;inset:0;background:linear-gradient(160deg,rgba(0,0,0,.78) 0%,rgba(0,0,0,.5) 50%,rgba(28,28,28,.72) 100%)}.hero-content{position:relative;z-index:1;text-align:center;color:#fff}.hero-logo{height:auto;max-height:140px;max-width:100%;margin-bottom:1.5rem;filter:drop-shadow(0 4px 24px rgba(0,0,0,.5))}.hero-content h1{font-family:var(--font-heading);font-size:3.4rem;font-weight:700;letter-spacing:2px;margin-bottom:.4rem;text-shadow:0 2px 20px rgba(0,0,0,.6)}.hero-content .subtitle{font-family:var(--font-body);font-size:1.2rem;font-weight:400;margin:0;opacity:.75;margin-bottom:.8rem;text-shadow:0 1px 6px rgba(0,0,0,.4)}.hero-content .tagline{font-family:var(--font-heading);font-size:1.25rem;font-weight:600;letter-spacing:1.5px;opacity:.85;margin-bottom:2.5rem}.hero-btns{display:flex;gap:1rem;justify-content:center;flex-wrap:wrap}.hero-btns .btn{font-family:var(--font-heading);font-size:1.05rem;font-weight:600;letter-spacing:.5px;padding:.85rem 2.5rem}.btn-ghost{background:transparent;border:2px solid rgba(255,255,255,.5);color:#fff}.btn-ghost:hover{background:rgba(255,255,255,.1);border-color:#fff}.section{padding:4.5rem 2rem}.section-dark{background:var(--dark);color:#fff}.section-alt{background:#fff}.section-center{text-align:center}.section h2{font-family:var(--font-heading);font-size:2rem;font-weight:700;margin-bottom:.4rem;letter-spacing:.5px}.section .lead{font-size:1.05rem;opacity:.65;margin-bottom:2.5rem}.section-dark .lead{opacity:.6}.section-alt .lead{opacity:.5;color:var(--text)}.section-inner{max-width:1200px;margin:0 auto}.services-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(260px,1fr));gap:1.5rem}.service-card{background:linear-gradient(145deg,rgba(255,255,255,.12) 0%,rgba(255,255,255,.03) 100%);border:1px solid rgba(255,255,255,.1);border-radius:10px;padding:2rem 1.5rem;text-align:center;transition:background .2s,border-color .2s}.service-card:hover{background:linear-gradient(145deg,rgba(255,255,255,.16) 0%,rgba(255,255,255,.06) 100%);border-color:rgba(255,255,255,.2)}.service-icon{font-size:2.2rem;margin-bottom:.75rem;display:block}.service-card h3{font-family:var(--font-heading);font-size:1.1rem;font-weight:600;margin-bottom:.5rem}.service-card p{font-size:.88rem;opacity:.7;line-height:1.6;text-align:left}.why-tig{max-width:820px;margin:0 auto;text-align:left}.why-tig p{font-size:.95rem;line-height:1.75;color:var(--text);opacity:.8;margin-bottom:1rem}.process-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(240px,1fr));gap:1.5rem;counter-reset:step}.process-step{background:linear-gradient(145deg,rgba(255,255,255,.12) 0%,rgba(255,255,255,.03) 100%);border:1px solid rgba(255,255,255,.1);border-radius:10px;padding:2rem 1.5rem 1.5rem;position:relative;text-align:left}.process-step::before{content:counter(step);counter-increment:step;display:flex;align-items:center;justify-content:center;width:36px;height:36px;border-radius:50%;background:var(--accent);color:#fff;font-family:var(--font-heading);font-weight:700;font-size:1.1rem;margin-bottom:.75rem}.process-step h3{font-family:var(--font-heading);font-size:1.05rem;font-weight:600;margin-bottom:.4rem}.process-step p{font-size:.88rem;opacity:.7;line-height:1.6}.about-grid{display:grid;grid-template-columns:1fr 1fr;gap:3rem;align-items:center}.about-text h3{font-family:var(--font-heading);font-size:1.4rem;font-weight:700;letter-spacing:.5px;margin-bottom:.75rem;color:var(--accent)}.about-text p{font-size:.95rem;line-height:1.7;color:#666;margin-bottom:1rem}.about-stats{display:flex;gap:2.5rem;margin-top:1.5rem}.stat{text-align:center}.stat-num{font-size:2rem;font-weight:800;color:var(--accent);display:block}.stat-label{font-size:.8rem;color:var(--muted);text-transform:uppercase;letter-spacing:.5px}.about-img{width:100%;height:auto;border-radius:12px;box-shadow:0 8px 30px rgba(0,0,0,.15)}.reviews-title{font-family:var(--font-heading);font-size:1.3rem;font-weight:700;margin-top:3rem;margin-bottom:1.25rem;text-align:center}.reviews-carousel{position:relative;overflow:hidden}.reviews-track{display:flex;transition:transform .4s ease}.review-card{flex:0 0 100%;max-width:100%;padding:0 .4rem;box-sizing:border-box}.review-inner{background:#fff;border-radius:8px;padding:1rem 1.25rem;box-shadow:0 2px 8px rgba(0,0,0,.06);text-align:center;height:100%}.review-stars{color:#f4b400;font-size:.9rem;letter-spacing:1px;margin-bottom:.35rem}.review-text{font-size:.82rem;line-height:1.6;color:var(--text);margin-bottom:.6rem;font-style:italic}.review-author{font-weight:600;font-size:.8rem;color:var(--text)}.review-source{font-size:.7rem;color:var(--muted)}.reviews-nav{display:flex;justify-content:center;align-items:center;gap:1rem;margin-top:1.25rem}.reviews-nav button{background:none;border:2px solid var(--border);color:var(--text);width:36px;height:36px;border-radius:50%;font-size:1.1rem;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:border-color .2s,background .2s}.reviews-nav button:hover{border-color:var(--accent);background:rgba(230,126,34,.06)}.reviews-dots{display:flex;gap:.4rem}.reviews-dots span{width:8px;height:8px;border-radius:50%;background:var(--border);transition:background .2s;cursor:pointer}.reviews-dots span.active{background:var(--accent)}@media (min-width:769px){.review-card{flex:0 0 33.333%;max-width:33.333%}}.portfolio-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(300px,1fr));gap:1.5rem;margin-bottom:2rem}.p-card{background:var(--white);border-radius:8px;overflow:hidden;box-shadow:0 2px 8px rgba(0,0,0,.07)}.p-card a{color:inherit;text-decoration:none}.p-card-img-wrap{width:100%;height:200px;overflow:hidden}.p-card-img-wrap img{width:100%;height:107%;object-fit:cover;object-position:top;display:block}.p-card-noimg{width:100%;height:200px;background:var(--border);display:flex;align-items:center;justify-content:center;color:var(--muted)}.p-card-body{padding:1rem 1.2rem}.p-card-body h3{font-size:1rem;margin-bottom:.2rem}.p-card-body small{color:var(--muted);font-size:.8rem}.contact-grid{display:grid;grid-template-columns:1fr 1fr;gap:3rem;align-items:start}.contact-info h3{font-family:var(--font-heading);font-size:1.3rem;font-weight:700;letter-spacing:.5px;margin-bottom:1rem}.contact-row{display:flex;gap:.75rem;align-items:flex-start;margin-bottom:1.2rem}.contact-row .ci-icon{font-size:1.2rem;flex-shrink:0;margin-top:.1rem}.contact-row .ci-text{font-size:.95rem;line-height:1.5}.contact-row a{color:var(--accent)}.contact-hours{margin-top:1.5rem;padding-top:1.5rem;border-top:1px solid var(--border)}.contact-hours h4{font-size:.95rem;margin-bottom:.5rem}.contact-hours p{font-size:.9rem;color:var(--muted);line-height:1.6}.contact-social{margin-top:1.5rem;padding-top:1.5rem;border-top:1px solid rgba(255,255,255,.1)}.contact-social h4{font-size:.95rem;margin-bottom:.5rem}.social-link{display:flex;align-items:center;justify-content:center;width:48px;height:48px;border-radius:50%;transition:transform .2s,opacity .2s}.social-link:hover{transform:scale(1.1);text-decoration:none;opacity:.85}.social-link-fb{background:#1877F2;color:#fff}.social-link-ig{background:linear-gradient(45deg,#f09433,#e6683c,#dc2743,#cc2366,#bc1888);color:#fff}.map-wrap iframe{width:100%;height:350px;border:none;border-radius:10px;filter:invert(90%) hue-rotate(180deg) brightness(.95) contrast(1.1)}@media (max-width:768px){.hero{min-height:auto;height:auto;padding:5.5rem 1.25rem 2.5rem}.hero-logo{height:72px;margin-bottom:1rem}.hero-content .subtitle{font-size:.95rem}.hero-content .tagline{font-size:.75rem;letter-spacing:.5px}.hero-btns .btn{font-size:.9rem;padding:.7rem 1.8rem}.section{padding:2.5rem 1rem}.section h2{font-size:1.5rem}.section .lead{font-size:.85rem;margin-bottom:1.5rem}.services-grid{grid-template-columns:1fr 1fr;gap:.75rem}.service-card{padding:1.25rem .75rem}.service-icon{font-size:1.6rem;margin-bottom:.4rem}.service-card h3{font-size:.9rem}.service-card p{font-size:.78rem}.why-tig p{font-size:.88rem}.process-grid{grid-template-columns:1fr 1fr;gap:.75rem}.process-step{padding:1.25rem 1rem}.portfolio-grid{grid-template-columns:1fr 1fr;gap:1rem}.p-card-img-wrap{height:140px}.p-card-noimg{height:140px}.p-card-body{padding:.75rem}.p-card-body h3{font-size:.9rem}.about-grid{grid-template-columns:1fr;gap:1.5rem}.about-text{text-align:center!important}.about-text h2{text-align:center!important}.about-text p{font-size:.9rem}.about-stats{justify-content:center;gap:2rem}.stat-num{font-size:1.6rem}.about-img{max-width:80%;margin:0 auto;display:block;border-radius:10px}.contact-grid{grid-template-columns:1fr;gap:2rem}.map-wrap iframe{height:250px;border-radius:8px}}@media (max-width:440px){.hero{padding:5rem 1rem 2rem}.hero-logo{height:56px}.hero-content .subtitle{font-size:.85rem}.hero-content .tagline{font-size:.7rem;margin-bottom:1.5rem}.hero-btns{flex-direction:column;align-items:stretch;gap:.6rem}.hero-btns .btn{text-align:center;padding:.75rem 1rem}.services-grid{grid-template-columns:1fr;gap:.75rem}.service-card{padding:1.25rem 1rem}.process-grid{grid-template-columns:1fr}.portfolio-grid{grid-template-columns:1fr}.p-card-img-wrap{height:180px}.p-card-noimg{height:180px}.about-img{max-width:100%}.about-stats{gap:1.25rem}.stat-num{font-size:1.4rem}.stat-label{font-size:.7rem}.contact-row .ci-text{font-size:.9rem}.map-wrap iframe{height:200px}}