.hero{position:relative;min-height:100vh;display:flex;align-items:center;justify-content:center;background:var(--black);overflow:hidden}.hero-canvas{position:absolute;inset:0;width:100%;height:100%;z-index:1}.hero-content{position:relative;z-index:2;text-align:center;padding:120px 0 80px}.hero-eyebrow{font-size:.65rem;font-weight:700;letter-spacing:.2em;text-transform:uppercase;color:var(--gold-dim);margin-bottom:28px}.hero h1{font-family:Syne,sans-serif;font-weight:900;font-size:clamp(3.8rem, 8vw, 7.5rem);line-height:.92;letter-spacing:-.03em}.hero h1 .line-gold{color:var(--gold-light);text-shadow:0 0 80px rgba(200,168,90,.3)}.hero h1 .line-white{color:var(--text-1)}.hero-subline{font-size:1.05rem;color:var(--text-2);max-width:480px;margin:24px auto 0;line-height:1.7}.hero-scroll{margin-top:56px;display:flex;flex-direction:column;align-items:center;gap:12px}.hero-scroll-line{width:1px;height:48px;background:var(--gold);opacity:.35;transform-origin:top;animation:scrollLine 1.2s cubic-bezier(.22,1,.36,1) .8s forwards;transform:scaleY(0)}@keyframes scrollLine{to{transform:scaleY(1)}}.hero-scroll-text{font-size:.65rem;font-weight:600;letter-spacing:.2em;color:var(--text-3)}.ticker{height:48px;background:var(--surface-1);border-top:1px solid var(--border);border-bottom:1px solid var(--border);overflow:hidden;display:flex;align-items:center}.ticker-inner{display:flex;white-space:nowrap;animation:marquee 28s linear infinite;width:max-content}.ticker:hover .ticker-inner{animation-play-state:paused}.ticker span{font-size:.72rem;font-weight:600;letter-spacing:.1em;color:var(--text-3);padding-right:0}@keyframes marquee{from{transform:translateX(0)}to{transform:translateX(-25%)}}.stats{background:var(--surface-1);padding:72px 0;border-bottom:1px solid var(--border)}.stats-grid{display:grid;grid-template-columns:repeat(4,1fr)}.stat-item{text-align:center;padding:24px 16px;position:relative}.stat-item:not(:last-child)::after{content:'';position:absolute;right:0;top:50%;transform:translateY(-50%);width:1px;height:60%;background:var(--border)}.stat-number{font-family:Syne,sans-serif;font-weight:900;font-size:clamp(2.8rem, 5vw, 4.2rem);color:var(--gold-light);line-height:1}.stat-label{font-size:.8rem;color:var(--text-3);text-transform:uppercase;letter-spacing:.08em;margin-top:8px;line-height:1.4}.services{background:var(--black);padding:var(--section-pad) 0}.services-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1px;background:var(--border)}.service-card{background:var(--black);padding:40px 36px;position:relative;overflow:hidden;transition:background .3s ease;text-decoration:none;display:block}.service-card::before{content:'';position:absolute;top:20px;left:20px;width:40px;height:40px;border-top:1px solid var(--gold);border-left:1px solid var(--gold);opacity:0;transition:opacity .3s ease}.service-card:hover{background:var(--surface-1)}.service-card:hover::before{opacity:1}.service-card:hover h3{color:var(--gold-light)}.service-card:hover .card-link{transform:translateX(4px)}.service-card svg{width:26px;height:26px;color:var(--gold);margin-bottom:22px;display:block}.service-card h3{font-family:Syne,sans-serif;font-weight:700;font-size:1.1rem;color:var(--white);margin-bottom:12px;transition:color .3s ease}.service-card p{font-size:.9rem;color:var(--text-2);line-height:1.7}.card-link{font-size:.85rem;font-weight:600;color:var(--gold);margin-top:22px;display:block;transition:transform .25s ease}.process{background:var(--surface-1);padding:var(--section-pad) 0}.process-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:32px}.process-step{position:relative}.process-step:not(:last-child)::after{content:'';position:absolute;top:28px;right:-16px;width:calc(100% - 56px);height:1px;background:var(--border);left:56px}.process-number{font-family:Syne,sans-serif;font-weight:900;font-size:clamp(2.5rem, 4vw, 3.5rem);color:var(--gold-dim);opacity:.3;line-height:1;margin-bottom:16px}.process-step h3{font-family:Syne,sans-serif;font-weight:700;font-size:1.05rem;color:var(--white);margin-bottom:10px}.process-step p{font-size:.88rem;color:var(--text-2);line-height:1.7}.about{background:var(--black);padding:var(--section-pad) 0}.about-grid{display:grid;grid-template-columns:1fr 1fr;gap:72px;align-items:center}.about-image-wrap{position:relative;border-radius:var(--r-lg)}.about-image-wrap::after{content:'';position:absolute;inset:-1px;border-radius:var(--r-lg);background:linear-gradient(135deg,rgba(200,168,90,.45) 0,transparent 55%,rgba(200,168,90,.15) 100%);z-index:-1}.about-image-wrap img{width:100%;border-radius:var(--r-lg);aspect-ratio:4/3;object-fit:cover}.about-text h2{font-family:Syne,sans-serif;font-weight:800;font-size:clamp(1.8rem, 3.5vw, 2.8rem);line-height:1.1;margin-bottom:28px}.about-text p{font-size:.97rem;color:var(--text-2);line-height:1.8;max-width:470px;margin-bottom:20px}.about-badges{display:flex;flex-wrap:wrap;gap:10px;margin-top:24px}.about-badge{font-size:.78rem;font-weight:600;color:var(--gold-dim);border:1px solid var(--border-gold);border-radius:var(--r-full);padding:7px 16px;display:inline-flex;align-items:center}.industries{background:var(--surface-1);padding:var(--section-pad) 0}.industries-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:20px}.industry-card{background:var(--surface-2);border:1px solid var(--border);border-radius:var(--r-lg);padding:32px 28px;position:relative;overflow:hidden;transition:var(--ease)}.industry-card::before{content:'';position:absolute;top:0;right:0;width:80px;height:80px;background:radial-gradient(circle at top right,rgba(200,168,90,.08),transparent 70%);opacity:0;transition:opacity .3s ease;pointer-events:none}.industry-card:hover{background:var(--surface-3);border-color:var(--border-gold);transform:translateY(-4px);box-shadow:0 16px 40px rgba(200,168,90,.1)}.industry-card:hover::before{opacity:1}.industry-card-head{display:flex;align-items:center;gap:14px;margin-bottom:16px}.industry-card-icon{width:44px;height:44px;flex-shrink:0;display:flex;align-items:center;justify-content:center;background:var(--gold-subtle);border:1px solid var(--border-gold);border-radius:var(--r-sm)}.industry-card-icon svg{width:20px;height:20px;color:var(--gold)}.industry-card h3{font-family:Syne,sans-serif;font-weight:700;font-size:1.05rem;color:var(--white);line-height:1.2}.industry-card-divider{width:40px;height:1px;background:var(--border-gold);margin-bottom:14px}.industry-card p{font-size:.88rem;color:var(--text-2);line-height:1.7}.industry-card-tag{display:inline-block;margin-top:18px;background:var(--gold-subtle);border:1px solid var(--border-gold);border-radius:var(--r-full);padding:4px 12px;font-size:.72rem;font-weight:600;color:var(--gold-dim)}.industries-note{font-size:.88rem;color:var(--text-3);text-align:center;margin-top:40px;max-width:480px;margin-left:auto;margin-right:auto}@media (max-width:768px){.industries-grid{grid-template-columns:repeat(2,1fr)}}@media (max-width:480px){.industries-grid{grid-template-columns:1fr}}.why{background:var(--black);padding:var(--section-pad) 0}.why-row{display:flex;align-items:flex-start;gap:40px;padding:40px 0;border-bottom:1px solid var(--border)}.why-number{font-family:Syne,sans-serif;font-weight:900;font-size:clamp(3rem, 6vw, 5rem);color:var(--gold-dim);opacity:.25;line-height:1;flex-shrink:0;width:80px}.why-content{flex:1}.why-content h3{font-family:Syne,sans-serif;font-weight:700;font-size:1.2rem;color:var(--white);margin-bottom:12px}.why-content p{font-size:.95rem;color:var(--text-2);max-width:520px;line-height:1.75}.why-accent{width:2px;height:60px;background:var(--gold);opacity:.4;flex-shrink:0;align-self:center}@media (max-width:991px){.process-grid{grid-template-columns:repeat(2,1fr);gap:40px}.process-step:not(:last-child)::after{display:none}.about-grid{grid-template-columns:1fr;gap:40px}.about-text{text-align:center}.about-text p{max-width:none;margin-left:auto;margin-right:auto}.about-badges{justify-content:center}.about-image-wrap img{max-height:280px}}@media (max-width:768px){.services-grid{grid-template-columns:1fr 1fr}.stats-grid{grid-template-columns:repeat(2,1fr)}.stat-item:nth-child(2)::after{display:none}.stat-item:first-child::after,.stat-item:nth-child(3)::after{display:none}.stat-item:first-child,.stat-item:nth-child(2){border-bottom:1px solid var(--border)}.stat-item::after{display:none!important}.why-row{flex-wrap:wrap;gap:16px}.why-accent{display:none}}@media (max-width:480px){.hero h1{font-size:clamp(2.25rem, 11vw, 3.5rem)}.services-grid{grid-template-columns:1fr}.process-grid{grid-template-columns:1fr}.process-step{padding-left:24px;border-left:1px solid var(--border)}}@media (max-width:991px) and (min-width:769px){.services-grid{grid-template-columns:repeat(2,1fr)}}