.hero{position:relative;padding:14rem 0 8rem;min-height:90vh;display:flex;align-items:center;overflow:hidden;background-color:var(--color-bg-main)}@keyframes hero-fade-up{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}.hero-animate{animation:hero-fade-up 1.2s cubic-bezier(.22,1,.36,1) both}.hero-animate-1{animation-delay:.4s}.hero-animate-2{animation-delay:.6s}.hero-bg-accent{position:absolute;inset:0;z-index:0;background:radial-gradient(ellipse at 80% 20%,rgba(217,119,6,.06) 0%,transparent 60%),radial-gradient(ellipse at 10% 80%,rgba(107,143,113,.04) 0%,transparent 50%);pointer-events:none}.hero-bg-accent:after{content:"";position:absolute;inset:0;background-image:url("data:image/svg+xml,%3Csvg viewBox='0 0 200 200' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.65' numOctaves='3' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)'/%3E%3C/svg%3E");opacity:.025;pointer-events:none}.hero-side-label{position:absolute;left:2rem;top:50%;transform:translateY(-50%) rotate(-90deg);transform-origin:left center;color:var(--color-primary);font-size:.7rem;font-weight:700;text-transform:uppercase;letter-spacing:10px;opacity:.15;z-index:2;pointer-events:none}.hero-grid{display:grid;grid-template-columns:minmax(0,1fr) minmax(0,1fr);gap:3rem;align-items:center;position:relative;z-index:2}.hero-content{order:1}.hero-visual{order:2}.hero-title{font-size:clamp(3rem,7vw,5.5rem);line-height:.92;color:var(--color-primary);letter-spacing:-.03em;font-weight:800;margin-bottom:2.5rem}.hero-title .accent-serif{font-family:Times New Roman,Georgia,serif;font-style:italic;font-weight:400;color:var(--color-accent)}.hero-title .text-hollow{-webkit-text-stroke:1.5px var(--color-primary);color:transparent;opacity:.25}.hero-description-box{border-left:2px solid var(--color-accent);padding-left:2rem;max-width:480px}.hero-description{font-size:1.15rem;color:var(--color-text-secondary);line-height:1.8;margin-bottom:2rem}.hero-trust-indicator{display:flex;align-items:center;gap:.75rem;margin-bottom:2.5rem;padding:.5rem 1rem;background:#3e2c2308;border-radius:100px;width:fit-content;border:1px solid rgba(62,44,35,.05)}.trust-stars{display:flex;gap:2px;color:var(--color-accent);font-size:.8rem}.trust-text{font-size:.75rem;font-weight:700;color:var(--color-primary);text-transform:uppercase;letter-spacing:1px}.hero-actions{display:flex;gap:1.25rem;flex-wrap:wrap}.hero-expertise-marquee{margin-top:4rem;width:100%;max-width:100%;overflow:hidden;white-space:nowrap;opacity:.35;mask-image:linear-gradient(to right,transparent,black 10%,black 90%,transparent);-webkit-mask-image:linear-gradient(to right,transparent,black 10%,black 90%,transparent)}.marquee-inner{display:inline-flex;gap:2.5rem;animation:marquee-scroll 25s linear infinite;will-change:transform}.marquee-inner span{font-family:var(--font-heading);font-weight:600;text-transform:uppercase;letter-spacing:3px;font-size:.75rem;color:var(--color-primary)}@keyframes marquee-scroll{0%{transform:translateZ(0)}to{transform:translate3d(-50%,0,0)}}.hero-visual{display:grid;grid-template-columns:1fr;grid-template-rows:1fr;gap:0}.visual-composition{display:grid;grid-template-columns:1fr 1fr;grid-template-rows:auto;gap:1rem;align-items:end}.composition-item{border-radius:14px;overflow:hidden;box-shadow:0 20px 50px #3e2c232e;transition:transform .6s cubic-bezier(.25,.46,.45,.94),box-shadow .6s ease}.item-main{grid-column:1 / -1;aspect-ratio:4 / 3}.item-secondary{grid-column:1 / 2;aspect-ratio:1 / 1;margin-top:-30%;position:relative;z-index:2;border:3px solid var(--color-bg-main)}.composition-item:hover{transform:translateY(-4px);box-shadow:0 30px 70px #3e2c233d}.hero-img{width:100%;height:100%;object-fit:cover;display:block}.glass-seal{position:absolute;bottom:1rem;right:1rem;z-index:10;background:#ffffff26;backdrop-filter:blur(16px);-webkit-backdrop-filter:blur(16px);border:1px solid rgba(255,255,255,.25);padding:1rem;border-radius:50%;width:100px;height:100px;display:flex;flex-direction:column;align-items:center;justify-content:center;box-shadow:0 12px 32px #0000001a;animation:seal-float 7s ease-in-out infinite}@keyframes seal-float{0%,to{transform:translateZ(0)}50%{transform:translate3d(-6px,-10px,0)}}.seal-text{font-weight:800;font-size:.8rem;color:var(--color-accent);line-height:1}.seal-sub{font-size:.55rem;text-transform:uppercase;letter-spacing:2px;color:var(--color-primary);margin-top:2px;opacity:.7}@media(max-width:1100px){.hero{padding:6rem 0 3rem;min-height:auto}.hero-grid{display:flex;flex-direction:column-reverse;gap:2.5rem;text-align:center;width:100%}.hero-animate-1,.hero-animate-2{opacity:1}.hero-side-label{display:none}.hero-visual{width:100%;position:relative;padding-top:2rem}.hero-visual:before{content:"";position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:80%;height:80%;background:radial-gradient(circle,rgba(217,119,6,.15) 0%,transparent 70%);z-index:-1;filter:blur(40px)}.visual-composition{max-width:480px;margin-inline:auto;padding:0 1rem;display:grid;grid-template-columns:1fr 1fr;gap:.5rem}.item-main{grid-column:1 / -1;border-radius:24px;transform:rotate(-1deg);box-shadow:0 30px 60px #0003}.item-secondary{grid-column:1 / 2;margin-top:-45%;margin-left:5%;width:110%;transform:rotate(4deg) scale(1.05);border-width:4px;border-radius:18px;z-index:5;box-shadow:0 20px 40px #0000004d}.glass-seal{bottom:-1rem;right:1rem;width:90px;height:90px;transform:rotate(-10deg);border-width:2px;background:#ffffff40}.hero-title{font-size:clamp(2.5rem,10vw,4rem);margin-bottom:2rem}.hero-description-box{border-left:none;border-top:2px solid var(--color-accent);padding:2.5rem 1rem 0;margin:0 auto;max-width:100%;width:100%;box-sizing:border-box}.hero-description{font-size:clamp(1rem,4.5vw,1.15rem);line-height:1.8;margin-bottom:2.5rem;text-align:center;width:100%;overflow-wrap:break-word;text-wrap:pretty}.hero-trust-indicator{margin:0 auto 2.5rem;justify-content:center;background:#3e2c230d;padding:.6rem 1.4rem;border:1px solid rgba(217,119,6,.2)}.hero-actions{justify-content:center;gap:1.25rem;margin-top:2.5rem}.hero-expertise-marquee{margin-top:4rem;opacity:.6}}@media(max-width:768px){.hero{padding:5rem 0 4rem}.hero-title{font-size:clamp(2.2rem,11vw,3rem)}.hero-description{font-size:1.05rem;padding:0}.hero-actions{flex-direction:column;width:100%;max-width:320px}.btn{width:100%}}.services-section{padding:8rem 0;background-color:var(--color-bg-alt);position:relative;overflow:hidden}.services-header{text-align:center;max-width:700px;margin:0 auto 5rem;position:relative;z-index:1}.services-eyebrow{color:var(--color-secondary);font-weight:700;text-transform:uppercase;letter-spacing:6px;font-size:.85rem;margin-bottom:2rem;display:block}.services-title{font-size:clamp(2.5rem,5vw,4rem);color:var(--color-primary);line-height:1.1}.services-title strong{color:var(--color-accent);font-style:italic;font-family:Times New Roman,serif}.tech-marquee{width:100%;overflow:hidden;padding:2rem 0;position:relative;background:#ffffffb3;border-radius:24px;border:1px solid rgba(255,255,255,.8);backdrop-filter:blur(4px);margin:1rem auto 4rem;max-width:1000px;box-shadow:0 4px 20px #00000008;mask-image:linear-gradient(to right,transparent,black 15%,black 85%,transparent);-webkit-mask-image:linear-gradient(to right,transparent,black 15%,black 85%,transparent);perspective:1500px}.marquee-content{display:flex;gap:6rem;width:max-content;animation:scroll 90s linear infinite;align-items:center;transform-style:preserve-3d;transform:rotateX(12deg);will-change:transform}.tech-item{position:relative;display:flex;flex-direction:column;align-items:center;transform-style:preserve-3d;backface-visibility:hidden}.tech-item:after{content:"";position:absolute;bottom:-18px;width:50px;height:14px;background:radial-gradient(ellipse at center,rgba(0,0,0,.3) 0%,rgba(0,0,0,.1) 40%,transparent 80%);transform:rotateX(85deg);z-index:-1}.tech-item:before{content:"";position:absolute;bottom:-10px;width:20px;height:4px;background:radial-gradient(ellipse at center,rgba(0,0,0,.5) 0%,transparent 80%);transform:rotateX(85deg);z-index:-1}.tech-item img{height:42px;width:auto;transform:translateZ(0);flex-shrink:0}@keyframes scroll{0%{transform:translate(0) rotateX(12deg)}to{transform:translate(-50%) rotateX(12deg)}}@media(max-width:1000px){.tech-marquee{max-width:90%}}@media(max-width:768px){.marquee-content{gap:4.5rem;animation-duration:60s;transform:rotateX(8deg)}.tech-marquee{padding:1.5rem 0;margin-bottom:3rem;border-radius:16px}.tech-item img{height:30px}.tech-item:after{width:30px;bottom:-12px}}.services-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:1.5rem;position:relative;z-index:1}.service-card:nth-of-type(1){--card-glow-color: rgba(217, 119, 6, .08);--card-accent: var(--color-accent)}.service-card:nth-of-type(2){--card-glow-color: rgba(107, 143, 113, .08);--card-accent: var(--color-secondary)}.service-card:nth-of-type(3){--card-glow-color: rgba(217, 119, 6, .08);--card-accent: var(--color-accent)}.service-card:nth-of-type(4){--card-glow-color: rgba(62, 44, 35, .08);--card-accent: var(--color-primary-lighter)}.service-card{background:linear-gradient(135deg,#ffffffd9,#ffffff80);backdrop-filter:blur(8px);-webkit-backdrop-filter:blur(8px);padding:2.8rem 1.75rem 2.2rem;border-radius:24px;transition:all .6s cubic-bezier(.165,.84,.44,1);position:relative;display:flex;flex-direction:column;align-items:center;text-align:center;border:1px solid rgba(62,44,35,.06);overflow:hidden;cursor:pointer;box-shadow:0 10px 30px #3e2c2304}.service-card:before{content:"";position:absolute;inset:12px;border:1px dashed rgba(62,44,35,.04);pointer-events:none;z-index:1;transition:all .6s cubic-bezier(.165,.84,.44,1)}.service-card:after{content:"";position:absolute;inset:6px;background:linear-gradient(to right,var(--card-accent) 8px,transparent 8px) 0 0,linear-gradient(to bottom,var(--card-accent) 8px,transparent 8px) 0 0,linear-gradient(to left,var(--card-accent) 8px,transparent 8px) 100% 0,linear-gradient(to bottom,var(--card-accent) 8px,transparent 8px) 100% 0,linear-gradient(to right,var(--card-accent) 8px,transparent 8px) 0 100%,linear-gradient(to top,var(--card-accent) 8px,transparent 8px) 0 100%,linear-gradient(to left,var(--card-accent) 8px,transparent 8px) 100% 100%,linear-gradient(to top,var(--card-accent) 8px,transparent 8px) 100% 100%;background-repeat:no-repeat;background-size:8px 8px;pointer-events:none;z-index:1;opacity:.15;transition:all .6s cubic-bezier(.165,.84,.44,1)}.service-card:hover{transform:translateY(-6px);box-shadow:0 12px 28px #3e2c230d,0 20px 50px var(--card-glow-color);border-color:#3e2c231a}.service-card:hover:before{border-color:#3e2c2314}.service-card:hover:after{opacity:.35}.service-card>*:not(.card-hover-icons){position:relative;z-index:2}.service-number{position:absolute;top:.4rem;right:1rem;font-family:Times New Roman,Times,Didot,serif;font-style:italic;font-size:3rem;font-weight:700;line-height:1;color:var(--card-accent);opacity:.04;transition:all .6s cubic-bezier(.165,.84,.44,1);user-select:none;pointer-events:none;z-index:1}.service-card:hover .service-number{opacity:.08}.service-icon-wrapper{width:58px;height:58px;background:linear-gradient(135deg,var(--color-bg-white) 0%,var(--color-bg-alt) 100%);border-radius:50%;display:flex;align-items:center;justify-content:center;margin-bottom:1.5rem;color:var(--color-primary);position:relative;border:1px solid rgba(62,44,35,.08);box-shadow:inset 0 2px 4px #fffc,0 4px 10px #3e2c2305;transition:all .6s cubic-bezier(.165,.84,.44,1);z-index:2}.service-icon-wrapper:after{content:"";position:absolute;inset:-5px;border:1px dashed var(--card-accent);border-radius:50%;opacity:.2;transition:all .8s cubic-bezier(.165,.84,.44,1);pointer-events:none}.service-card:hover .service-icon-wrapper{background:linear-gradient(135deg,var(--color-primary) 0%,var(--color-primary-lighter) 100%);color:var(--color-bg-main);border-color:#3e2c2326;box-shadow:0 4px 12px #3e2c2314;transform:translateY(-2px)}.service-card:hover .service-icon-wrapper:after{inset:-7px;opacity:.4;transform:rotate(90deg)}.service-icon-wrapper svg{width:26px;height:26px;transition:all .6s cubic-bezier(.165,.84,.44,1)}.service-card:hover .service-icon-wrapper svg{transform:scale(1.02)}.service-card h3{font-size:1.4rem;color:var(--color-primary);margin-bottom:.65rem;font-weight:700;letter-spacing:-.01em;position:relative;transition:color .4s ease}.service-card:hover h3{color:var(--color-primary-darker)}.service-card p{font-size:.88rem;color:var(--color-text-secondary);line-height:1.6;margin-bottom:1.5rem;flex-grow:1;transition:color .4s ease;max-width:95%}.service-tech-stack{display:flex;flex-wrap:wrap;gap:.6rem;margin-top:auto;margin-bottom:1.25rem;opacity:.35;transition:all .6s cubic-bezier(.165,.84,.44,1);z-index:2;justify-content:center;width:auto;padding:.5rem 1rem;background:#3e2c2305;border:1px solid rgba(62,44,35,.04);border-radius:100px}.service-card:hover .service-tech-stack{opacity:.85;background:#fff9;border-color:#3e2c230f}.tech-logo{height:16px;width:auto;max-width:30px;object-fit:contain;filter:grayscale(1) opacity(.7);transition:all .4s cubic-bezier(.165,.84,.44,1);flex-shrink:0}.service-card:hover .tech-logo{filter:grayscale(.3) opacity(.9)}.service-cta{font-family:var(--font-heading);font-weight:700;font-size:.8rem;text-transform:uppercase;letter-spacing:2px;color:var(--color-primary);text-decoration:none;transition:all .4s cubic-bezier(.165,.84,.44,1);margin-top:auto;display:inline-flex;align-items:center;gap:.5rem;position:relative;padding-bottom:4px}.service-cta:after{content:"";position:absolute;inset:0;z-index:10}.service-cta:before{content:"";position:absolute;bottom:0;left:0;width:100%;height:1px;background-color:var(--card-accent);transform:scaleX(0);transform-origin:right;transition:transform .4s cubic-bezier(.165,.84,.44,1)}.service-card:hover .service-cta:before{transform:scaleX(1);transform-origin:left}.service-card:hover .service-cta{color:var(--card-accent)}.card-hover-icons{position:absolute;top:0;left:0;width:100%;height:100%;pointer-events:none;z-index:0;opacity:0;transition:all .8s cubic-bezier(.165,.84,.44,1);transform:scale(.95)}.service-card:hover .card-hover-icons{opacity:.05;transform:scale(1)}.card-hover-icons img{position:absolute;width:60px;height:auto;filter:grayscale(1) opacity(.3);animation:floatingIcon 25s infinite ease-in-out}.card-hover-icons img:nth-child(1){top:5%;right:5%;animation-delay:0s;width:70px}.card-hover-icons img:nth-child(2){bottom:15%;left:5%;animation-delay:-7s;width:65px}.card-hover-icons img:nth-child(3){top:40%;left:-10%;animation-delay:-14s;width:50px}@keyframes floatingIcon{0%{transform:translate(0) rotate(0)}33%{transform:translate(25px,-15px) rotate(6deg)}66%{transform:translate(-15px,25px) rotate(-6deg)}to{transform:translate(0) rotate(0)}}@media(max-width:1400px){.service-card{padding:2.4rem 1.25rem 1.8rem}}@media(max-width:1200px){.services-grid{grid-template-columns:repeat(2,1fr)}}@media(max-width:768px){.services-grid{grid-template-columns:1fr}}.why-us-section{padding:10rem 0;background-color:var(--color-bg-white);position:relative;overflow:hidden}.why-us-section:after{content:"";position:absolute;bottom:-10%;left:-10%;width:600px;height:600px;background:radial-gradient(circle,rgba(217,119,6,.03) 0%,transparent 70%);z-index:0}.why-us-header{text-align:center;margin-bottom:8rem;max-width:900px;margin-inline:auto;position:relative;z-index:1}.why-us-eyebrow{display:block;color:var(--color-secondary);font-weight:700;text-transform:uppercase;letter-spacing:6px;font-size:.85rem;margin-bottom:2rem}.why-us-title{font-size:clamp(2.5rem,5vw,4rem);line-height:1.1;color:var(--color-primary)}.why-us-title strong{color:var(--color-accent);font-style:italic;font-family:Times New Roman,serif}.why-us-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:4rem 6rem;position:relative;z-index:1}.why-us-card{display:flex;gap:2.5rem;align-items:flex-start}.why-us-number{font-family:var(--font-heading);font-size:4rem;line-height:1;font-weight:800;color:transparent;-webkit-text-stroke:1px var(--color-border);transition:all .5s ease}.why-us-card:hover .why-us-number{-webkit-text-stroke:1px var(--color-accent);color:var(--color-accent);transform:translateY(-5px)}.why-us-card-content h3{font-size:1.8rem;margin-bottom:1.5rem;color:var(--color-primary)}.why-us-card-content p{font-size:1.1rem;color:var(--color-text-secondary);line-height:1.8;max-width:450px}.why-us-card-content{position:relative;padding-top:1rem}.why-us-card-content:before{content:"";position:absolute;top:0;left:0;width:30px;height:2px;background-color:var(--color-secondary-light);transition:width .4s ease}.why-us-card:hover .why-us-card-content:before{width:60px;background-color:var(--color-accent)}@media(max-width:992px){.why-us-grid{grid-template-columns:1fr;gap:5rem}.why-us-card{flex-direction:column;gap:1rem}.why-us-number{font-size:3rem}}.projects-section{padding:10rem 0;background-color:var(--color-bg-alt);position:relative;overflow:hidden}.projects-header{margin-bottom:6rem;max-width:800px}.projects-eyebrow{display:block;color:var(--color-secondary);font-weight:700;text-transform:uppercase;letter-spacing:6px;font-size:.85rem;margin-bottom:2rem}.projects-title{font-size:clamp(2.5rem,5vw,4rem);line-height:1.1;color:var(--color-primary)}.projects-title strong{color:var(--color-accent);font-style:italic;font-family:Times New Roman,serif}.projects-grid{display:grid;grid-template-columns:repeat(12,1fr);gap:3rem}.project-card{position:relative;border-radius:32px;overflow:hidden;background-color:var(--color-bg-alt);transition:all .8s cubic-bezier(.19,1,.22,1);cursor:pointer;box-shadow:0 20px 40px #3e2c231a}.project-card:nth-child(1){grid-column:span 7;height:600px}.project-card:nth-child(2){grid-column:span 5;height:450px;margin-top:5rem}.project-card:nth-child(3){grid-column:span 5;height:500px;margin-top:-8rem}.project-card:nth-child(4){grid-column:span 7;height:650px;margin-top:-3rem}.project-img-wrapper{width:100%;height:100%;position:relative;overflow:hidden}.project-img{width:100%;height:100%;object-fit:cover;transition:transform 1.2s cubic-bezier(.19,1,.22,1);filter:grayscale(40%) contrast(110%)}.project-card:hover{transform:translateY(-15px);box-shadow:0 40px 80px #3e2c2333}.project-card:hover .project-img{transform:scale(1.1);filter:grayscale(0%) contrast(100%)}.project-overlay{position:absolute;inset:0;background:linear-gradient(to top,rgba(42,30,23,.95) 0%,rgba(42,30,23,.4) 50%,transparent 100%);display:flex;flex-direction:column;justify-content:flex-end;padding:4rem;opacity:0;transition:all .6s cubic-bezier(.19,1,.22,1)}.project-card:hover .project-overlay{opacity:1}.project-category{color:var(--color-accent-light);font-size:.9rem;text-transform:uppercase;font-weight:700;letter-spacing:3px;margin-bottom:1rem;transform:translateY(30px);transition:transform .6s cubic-bezier(.19,1,.22,1)}.project-card:hover .project-category{transform:translateY(0)}.project-card h3{color:#fff;font-size:clamp(1.8rem,3vw,2.5rem);margin-bottom:1.5rem;transform:translateY(30px);transition:transform .6s cubic-bezier(.19,1,.22,1) .1s}.project-card:hover h3{transform:translateY(0)}.project-summary-mini{transform:translateY(30px);transition:all .6s cubic-bezier(.19,1,.22,1) .15s!important}.project-card:hover .project-summary-mini{opacity:1!important;transform:translateY(0)!important}.project-link{color:#fff;font-size:1rem;font-weight:600;text-decoration:none;display:flex;align-items:center;gap:.8rem;transform:translateY(30px);transition:transform .6s cubic-bezier(.19,1,.22,1) .25s}.project-card:hover .project-link{transform:translateY(0)}.project-link svg{transition:transform .3s ease}.project-link:hover svg{transform:translate(5px)}@media(max-width:1200px){.projects-grid{gap:2.5rem}.project-card:nth-child(1){height:500px}.project-card:nth-child(2){height:400px;margin-top:4rem}.project-card:nth-child(3){height:450px;margin-top:-6rem}.project-card:nth-child(4){height:550px;margin-top:-2rem}}@media(max-width:992px){.projects-section{padding:7rem 0}.projects-header{text-align:center;margin-inline:auto;margin-bottom:4rem}.projects-grid{grid-template-columns:repeat(2,1fr);gap:2rem}.project-card:nth-child(n){grid-column:span 1;height:400px;margin-top:0!important;border-radius:24px}.project-overlay{opacity:.85;background:linear-gradient(to top,rgba(42,30,23,.9) 0%,rgba(42,30,23,.2) 60%,transparent 100%);padding:2rem}.project-category,.project-card h3,.project-link,.project-summary-mini{transform:translateY(0);opacity:1!important}.project-card h3{font-size:1.5rem;margin-bottom:.8rem}.project-summary-mini{display:none}.project-img{filter:grayscale(0%) contrast(100%)}}@media(max-width:640px){.projects-grid{grid-template-columns:1fr}.project-card:nth-child(n){grid-column:span 1;height:450px}.projects-title{font-size:2.2rem}.project-card h3{font-size:1.8rem}.project-overlay{padding:2.5rem 1.5rem}}.tm-section{padding:5rem 0;background:var(--color-primary);position:relative;overflow:hidden}.tm-accent-line{position:absolute;top:0;left:10%;right:10%;height:1px;background:linear-gradient(90deg,transparent,var(--color-accent) 30%,var(--color-accent-light) 50%,var(--color-accent) 70%,transparent);opacity:.4}.tm-header{text-align:center;margin-bottom:3.5rem}.tm-eyebrow{display:inline-block;color:var(--color-accent-light);font-weight:700;text-transform:uppercase;letter-spacing:5px;font-size:.75rem;margin-bottom:1rem;opacity:.7}.tm-title{font-size:clamp(2rem,4vw,3rem);color:var(--color-bg-main);font-weight:700;letter-spacing:-.5px;line-height:1.15}.tm-title em{font-style:italic;font-family:Times New Roman,Georgia,serif;color:var(--color-accent);font-weight:400}.tm-stage{max-width:780px;margin:0 auto;position:relative}.tm-quote-deco{position:absolute;top:-20px;left:-10px;font-size:8rem;font-family:Times New Roman,Georgia,serif;color:var(--color-accent);opacity:.08;line-height:1;pointer-events:none;user-select:none;z-index:0}.tm-content-area{position:relative;min-height:240px}.tm-item{position:absolute;top:0;left:0;width:100%;opacity:0;transform:translateY(12px);pointer-events:none;transition:opacity .7s cubic-bezier(.4,0,.2,1),transform .7s cubic-bezier(.4,0,.2,1);z-index:0}.tm-item.is-active{position:relative;opacity:1;transform:translateY(0);pointer-events:auto;z-index:2}.tm-item.is-leaving{opacity:0;transform:translateY(-8px);z-index:1}.tm-quote{font-size:clamp(1.1rem,2.2vw,1.45rem);line-height:1.8;color:#f4ede4d1;font-family:var(--font-heading);font-weight:400;margin-bottom:2.5rem;position:relative;z-index:1;letter-spacing:.01em}.tm-footer{display:flex;align-items:center;justify-content:space-between;gap:1.5rem}.tm-author{display:flex;align-items:center;gap:.9rem}.tm-avatar{width:48px;height:48px;border-radius:50%;overflow:hidden;border:2px solid rgba(217,119,6,.3);flex-shrink:0;transition:border-color .3s ease}.tm-item.is-active .tm-avatar{border-color:#d9770680}.tm-avatar img{width:100%;height:100%;object-fit:cover}.tm-author-text{display:flex;flex-direction:column;gap:.15rem}.tm-name{font-size:.95rem;font-weight:600;color:var(--color-bg-main);font-family:var(--font-heading);letter-spacing:-.2px}.tm-role{font-size:.72rem;color:#f4ede466;text-transform:uppercase;letter-spacing:2px;font-weight:600}.tm-metric{display:flex;flex-direction:column;align-items:flex-end;gap:.1rem;padding:.6rem 1rem;border-radius:14px;background:#d9770614;border:1px solid rgba(217,119,6,.15);flex-shrink:0;transition:all .3s ease}.tm-item.is-active .tm-metric{background:#d977061a}.tm-metric-value{font-size:1.4rem;font-weight:800;font-family:var(--font-heading);color:var(--color-accent);line-height:1;letter-spacing:-1px}.tm-metric-label{font-size:.62rem;color:#f4ede466;text-transform:uppercase;letter-spacing:1.5px;font-weight:600}.tm-nav{margin-top:2.5rem;display:flex;flex-direction:column;gap:1rem}.tm-progress{width:100%;height:2px;background:#ffffff0f;border-radius:2px;overflow:hidden}.tm-progress-bar{height:100%;width:0%;background:linear-gradient(90deg,var(--color-accent),var(--color-accent-light));border-radius:2px;will-change:width}.tm-controls{display:flex;align-items:center;justify-content:space-between}.tm-counter{font-size:.8rem;color:#f4ede44d;font-family:var(--font-heading);font-weight:600;letter-spacing:2px}.tm-counter #tm-current{color:var(--color-accent);font-size:.95rem}.tm-arrows{display:flex;gap:.5rem}.tm-arrow{width:40px;height:40px;border-radius:50%;border:1px solid rgba(255,255,255,.1);background:transparent;color:#f4ede480;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:all .35s cubic-bezier(.19,1,.22,1)}.tm-arrow:hover{border-color:var(--color-accent);color:var(--color-accent);background:#d9770614;transform:scale(1.1)}.tm-arrow:active{transform:scale(.95)}@media(max-width:768px){.tm-section{padding:3.5rem 0}.tm-header{margin-bottom:2.5rem}.tm-quote-deco{font-size:5rem;top:-12px;left:-5px}.tm-content-area{min-height:280px}.tm-quote{font-size:1.05rem;margin-bottom:2rem}.tm-footer{flex-direction:column;align-items:flex-start;gap:1rem}.tm-metric{align-items:flex-start;align-self:flex-start}}@media(max-width:480px){.tm-section{padding:3rem 0}.tm-content-area{min-height:310px}.tm-quote{font-size:.98rem;line-height:1.75}.tm-avatar{width:42px;height:42px}.tm-arrow{width:36px;height:36px}}.process-section{padding:6rem 0;background-color:var(--color-bg-alt);position:relative;overflow:hidden}.process-header{text-align:center;margin-bottom:5rem;position:relative;z-index:1}.process-eyebrow{display:block;color:var(--color-secondary);font-weight:700;text-transform:uppercase;letter-spacing:5px;font-size:.8rem;margin-bottom:1.5rem}.process-title{font-size:clamp(2rem,4vw,3rem);line-height:1.2;color:var(--color-primary);margin-inline:auto}.process-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:1.5rem;position:relative;z-index:1;list-style:none;padding:0}.process-item{display:contents}.process-grid:before{content:"";position:absolute;top:50px;left:10%;right:10%;height:1px;background:linear-gradient(90deg,transparent,var(--color-accent),transparent);opacity:.2;z-index:0}.process-card{background:#fff6;backdrop-filter:blur(10px);padding:2.5rem 1.5rem;border-radius:30px;border:1px solid rgba(255,255,255,.3);position:relative;transition:all .5s cubic-bezier(.19,1,.22,1);display:flex;flex-direction:column;align-items:center;text-align:center}.process-card:hover{transform:translateY(-10px);background:#fff;box-shadow:0 20px 40px #3e2c2314}.process-step-number{width:40px;height:40px;background:var(--color-primary);color:#fff;border-radius:50%;display:flex;align-items:center;justify-content:center;font-weight:800;font-size:.9rem;margin-bottom:2rem;position:relative;z-index:2;box-shadow:0 0 0 8px var(--color-bg-alt)}.process-card:hover .process-step-number{background:var(--color-accent);box-shadow:0 0 0 8px #fff}.process-card h3{font-size:1.25rem;margin-bottom:1rem;color:var(--color-primary)}.process-card p{font-size:.9rem;color:var(--color-text-secondary);line-height:1.6}@media(max-width:1024px){.process-grid{grid-template-columns:repeat(2,1fr)}.process-grid:before{display:none}}@media(max-width:640px){.process-grid{grid-template-columns:1fr}}
