@charset "UTF-8";*{margin:0;padding:0;box-sizing:border-box}body{background-color:#1a1a1a;color:#f5f5f5;font-family:Montserrat,sans-serif;line-height:1.6;overflow-x:hidden}::-webkit-scrollbar{width:12px}::-webkit-scrollbar-track{background:#1a1a1af2;border-left:1px solid rgba(184,134,11,.1)}::-webkit-scrollbar-thumb{background:linear-gradient(to bottom,#b8860bcc,#b8860b99);border-radius:6px;border:3px solid rgba(26,26,26,.95)}::-webkit-scrollbar-thumb:hover{background:#b8860b}*{scrollbar-width:thin;scrollbar-color:#B8860B rgba(26,26,26,.95)}section.services,section.about-summary,section.work-summary,section.contact{position:relative;padding-bottom:4rem;margin-bottom:4rem}section.services:before,section.about-summary:before,section.work-summary:before,section.contact:before{content:"";position:absolute;bottom:0;left:50%;transform:translate(-50%);width:80%;max-width:1200px;height:1px;background:linear-gradient(90deg,transparent,rgba(184,134,11,.3) 20%,rgba(184,134,11,.5) 50%,rgba(184,134,11,.3) 80%,transparent)}section.services:after,section.about-summary:after,section.work-summary:after,section.contact:after{content:"";position:absolute;bottom:0;left:50%;transform:translate(-50%);width:80%;max-width:1200px;height:1px;background:#b8860b;opacity:.5;z-index:-1}h1,h2,h3,h4,h5,h6{font-family:Playfair Display,serif;color:#f5f5f5}a{color:#b8860b;text-decoration:none;position:relative;transition:color .3s ease}a:not(.cta-button):not(.nav-links a):not(.service-cta):not(.footer-social a){padding-bottom:2px}a:not(.cta-button):not(.nav-links a):not(.service-cta):not(.footer-social a):after{content:"";position:absolute;bottom:0;left:0;width:0;height:1px;background:#b8860b;transition:width .3s ease}a:not(.cta-button):not(.nav-links a):not(.service-cta):not(.footer-social a):hover{color:#e8a90e}a:not(.cta-button):not(.nav-links a):not(.service-cta):not(.footer-social a):hover:after{width:100%}a:focus{outline:none;box-shadow:0 0 0 2px #b8860b66;border-radius:2px}a:active{transform:translateY(1px)}p a,li a{font-weight:500}p a:hover,li a:hover{color:#f2b41e}.loader{position:fixed;top:0;left:0;width:100vw;height:100vh;background:#1a1a1a;display:flex;justify-content:center;align-items:center;z-index:1000;will-change:opacity}.loader .logo-container{width:120px;height:120px;position:relative;will-change:transform}.loader .logo-container .nm-logo{width:100%;height:100%;background-image:url("data:image/svg+xml,%3c?xml%20version='1.0'%20encoding='UTF-8'?%3e%3csvg%20width='500'%20height='500'%20viewBox='0%200%20500%20500'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3c!--%20Outer%20Circle%20--%3e%3ccircle%20cx='250'%20cy='250'%20r='240'%20stroke='%23B8860B'%20stroke-width='2'%20fill='none'/%3e%3c!--%20Inner%20Circle%20--%3e%3ccircle%20cx='250'%20cy='250'%20r='220'%20stroke='%23B8860B'%20stroke-width='1'%20fill='none'%20opacity='0.7'/%3e%3c!--%20N%20Letter%20--%3e%3cpath%20d='M180%20150L180%20350L230%20350L230%20230L320%20350L370%20350L370%20150L320%20150L320%20270L230%20150L180%20150Z'%20fill='%23B8860B'/%3e%3c!--%20Decorative%20Ring%20--%3e%3ccircle%20cx='250'%20cy='250'%20r='200'%20stroke='%23B8860B'%20stroke-width='1'%20fill='none'%20opacity='0.3'/%3e%3c/svg%3e");background-size:contain;background-repeat:no-repeat;background-position:center;will-change:transform;transform:rotate(0);animation:rotate 30s linear infinite}@keyframes pulse{0%{transform:scale(1)}50%{transform:scale(1.05)}to{transform:scale(1)}}@keyframes rotate{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.main-nav{position:fixed;top:0;left:0;width:100%;padding:1.5rem;display:flex;justify-content:space-between;align-items:center;z-index:100;background:linear-gradient(to bottom,#1a1a1afa,#1a1a1af2);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.main-nav .logo{font-family:Playfair Display,serif;font-size:2rem;color:#b8860b;z-index:102}.main-nav .logo a{color:#b8860b;text-decoration:none}.main-nav .mobile-menu-btn{display:none;z-index:102;background:none;border:none;cursor:pointer;padding:.5rem;width:40px;height:40px;position:relative}.main-nav .mobile-menu-btn span{display:block;width:24px;height:2px;background:#b8860b;margin:5px auto;transition:all .4s cubic-bezier(.68,-.6,.32,1.6);position:relative}.main-nav .mobile-menu-btn.active span:nth-child(1){transform:rotate(45deg) translate(5px,6px)}.main-nav .mobile-menu-btn.active span:nth-child(2){opacity:0;transform:rotate(45deg);width:0}.main-nav .mobile-menu-btn.active span:nth-child(3){transform:rotate(-45deg) translate(5px,-6px)}.main-nav .nav-links{display:flex;gap:2rem;list-style:none}.main-nav .nav-links a{color:#f5f5f5;text-decoration:none;font-size:1rem;position:relative}.main-nav .nav-links a:after{content:"";position:absolute;bottom:-5px;left:0;width:0;height:2px;background:#b8860b;transition:width .3s ease}.main-nav .nav-links a:hover:after{width:100%}.main-nav .nav-links.active{background:linear-gradient(to bottom,#1a1a1afa,#1a1a1af7,#1a1a1af5,#1a1a1af7,#1a1a1afa);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}@media (max-width: 768px){.main-nav{padding:1rem}.main-nav .mobile-menu-btn{display:block}.main-nav .nav-links{display:none;position:fixed;top:0;left:0;width:100%;height:100vh;background:linear-gradient(to bottom,#1a1a1afa,#1a1a1af7,#1a1a1af5,#1a1a1af2,#1a1a1af5,#1a1a1af7,#1a1a1afa 90%,#1a1a1afc);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);flex-direction:column;justify-content:center;align-items:center;gap:3.5rem;z-index:101;padding:2rem}.main-nav .nav-links.active{display:flex}.main-nav .nav-links.active li{opacity:1;transform:translateY(0);transition:all .5s cubic-bezier(.4,0,.2,1)}.main-nav .nav-links li{opacity:0;transform:translateY(20px);position:relative}.main-nav .nav-links li:before{content:"";position:absolute;top:50%;left:-30px;width:20px;height:1px;background:#b8860b;opacity:0;transition:all .3s ease}.main-nav .nav-links li:hover:before{opacity:.6;left:-40px}.main-nav .nav-links a{font-size:2.2rem;font-family:Playfair Display,serif;letter-spacing:1px;color:#f5f5f5;transition:all .3s ease}.main-nav .nav-links a:after{height:2px;background:#b8860b;transition:width .4s cubic-bezier(.4,0,.2,1)}.main-nav .nav-links a:hover{color:#b8860b;transform:translate(10px)}}body.menu-open .main-nav{background:#1a1a1afa}.hero,.about-hero,.work-hero,.services-hero{min-height:70vh;display:flex;flex-direction:column;align-items:center;justify-content:center;position:relative;overflow:hidden;padding:140px 2rem 60px;text-align:center}.hero-content,.about-hero-content,.work-hero-content,.services-hero-content{text-align:center;z-index:2;padding:2rem;max-width:960px;margin:0 auto;opacity:1;transform:none;backface-visibility:hidden;width:100%}.hero-content h1,.about-hero-content h1,.work-hero-content h1,.services-hero-content h1{font-size:3.6rem;max-width:900px;line-height:1.25;margin:0 auto 2rem;color:#f5f5f5}.hero-content h1 .accent,.about-hero-content h1 .accent,.work-hero-content h1 .accent,.services-hero-content h1 .accent{color:#b8860b;position:relative}.hero-content h1 .accent:after,.about-hero-content h1 .accent:after,.work-hero-content h1 .accent:after,.services-hero-content h1 .accent:after{content:"";position:absolute;bottom:-5px;left:0;width:100%;height:2px;background:#b8860b;transform:scaleX(0);transform-origin:right;transition:transform .6s cubic-bezier(.4,0,.2,1)}.hero-content .acronym-container,.about-hero-content .acronym-container,.work-hero-content .acronym-container,.services-hero-content .acronym-container{display:grid;grid-template-columns:repeat(3,1fr);gap:2rem;margin:3rem 0}.hero-content .acronym-container .acronym-item,.about-hero-content .acronym-container .acronym-item,.work-hero-content .acronym-container .acronym-item,.services-hero-content .acronym-container .acronym-item{padding:2rem;background:linear-gradient(165deg,#4d4d4d1a,#4d4d4d0d);border:1px solid rgba(184,134,11,.1);border-radius:4px;transition:transform .3s ease,border-color .3s ease}.hero-content .acronym-container .acronym-item h2,.about-hero-content .acronym-container .acronym-item h2,.work-hero-content .acronym-container .acronym-item h2,.services-hero-content .acronym-container .acronym-item h2{color:#b8860b;font-size:2rem;margin-bottom:1rem;font-family:Playfair Display,serif}.hero-content .acronym-container .acronym-item p,.about-hero-content .acronym-container .acronym-item p,.work-hero-content .acronym-container .acronym-item p,.services-hero-content .acronym-container .acronym-item p{color:#f5f5f5;font-size:1.1rem;line-height:1.6;opacity:.9}.hero-content .acronym-container .acronym-item:hover,.about-hero-content .acronym-container .acronym-item:hover,.work-hero-content .acronym-container .acronym-item:hover,.services-hero-content .acronym-container .acronym-item:hover{transform:translateY(-5px);border-color:#b8860b4d}@media (max-width: 768px){.hero-content h1,.about-hero-content h1,.work-hero-content h1,.services-hero-content h1{font-size:3rem;margin-bottom:2rem}.hero-content .acronym-container,.about-hero-content .acronym-container,.work-hero-content .acronym-container,.services-hero-content .acronym-container{grid-template-columns:1fr;gap:1.5rem;margin:2rem 0}.hero-content .acronym-container .acronym-item,.about-hero-content .acronym-container .acronym-item,.work-hero-content .acronym-container .acronym-item,.services-hero-content .acronym-container .acronym-item{padding:1.5rem}.hero-content .acronym-container .acronym-item h2,.about-hero-content .acronym-container .acronym-item h2,.work-hero-content .acronym-container .acronym-item h2,.services-hero-content .acronym-container .acronym-item h2{font-size:1.8rem}}.hero-background,.about-hero-background,.work-hero-background,.services-hero-background{position:absolute;top:0;left:0;width:100%;height:100%;background:radial-gradient(circle at 30% 50%,rgba(184,134,11,.12) 0%,rgba(184,134,11,.1) 15%,rgba(184,134,11,.08) 30%,rgba(184,134,11,.05) 45%,rgba(184,134,11,.03) 60%,rgba(184,134,11,.01) 75%,transparent 90%),linear-gradient(135deg,#9900032e,#99000326,#9900031f,#99000314,#1a1a1ad9,#1a1a1ae6 75%,#1a1a1af2 85%,#1a1a1afa 92%,#1a1a1a),linear-gradient(45deg,rgba(184,134,11,.1) 0%,rgba(184,134,11,.08) 15%,rgba(184,134,11,.06) 30%,rgba(184,134,11,.04) 45%,rgba(184,134,11,.02) 60%,rgba(184,134,11,.01) 75%,transparent 90%);z-index:1}.hero .cta-button,.about-hero .cta-button,.work-hero .cta-button,.services-hero .cta-button{margin-top:2rem}@media (max-width: 768px){.hero,.about-hero,.work-hero,.services-hero{min-height:100vh;padding:80px 1rem 2rem}.hero-content,.about-hero-content,.work-hero-content,.services-hero-content{padding:1rem}.hero-content h1,.about-hero-content h1,.work-hero-content h1,.services-hero-content h1{font-size:2.5rem;margin-bottom:1rem}.hero-content p,.about-hero-content p,.work-hero-content p,.services-hero-content p{font-size:1rem;max-width:100%;margin-bottom:1.5rem}}.services{padding-bottom:4rem;margin-bottom:4rem;padding:8rem 2rem;background:#1a1a1a;position:relative;overflow:hidden;margin-top:-2rem}.services:after{content:"";position:absolute;bottom:0;left:50%;transform:translate(-50%);width:80%;max-width:1200px;height:1px;background:linear-gradient(90deg,transparent,rgba(184,134,11,.3) 20%,rgba(184,134,11,.5) 50%,rgba(184,134,11,.3) 80%,transparent)}.services:before{content:"";position:absolute;top:0;left:0;width:100%;height:100%;background:radial-gradient(circle at 70% 30%,rgba(184,134,11,.08) 0%,rgba(184,134,11,.07) 15%,rgba(184,134,11,.06) 30%,rgba(184,134,11,.04) 45%,rgba(184,134,11,.03) 60%,rgba(184,134,11,.02) 75%,rgba(184,134,11,.01) 85%,transparent 100%),linear-gradient(135deg,#1a1a1af2,#1a1a1af7,#1a1a1a);pointer-events:none}.services .services-header{text-align:center;margin-bottom:6rem;position:relative;z-index:2;max-width:1200px;margin:0 auto 6rem}.services .services-header h2{font-size:3rem;margin-bottom:1.5rem;color:#b8860b;position:relative}.services .services-header p{font-size:1.2rem;color:#f5f5f5;opacity:.9;max-width:600px;margin:0 auto;line-height:1.6}.services-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:3rem;max-width:1200px;margin:0 auto;padding:2rem 0;position:relative;z-index:2}.services .services-footer{position:relative;z-index:2;text-align:center;margin-top:6rem}.services .services-footer p{color:#f5f5f5;opacity:.8;margin-bottom:2rem}.services .services-footer .cta-button{margin-top:1rem}@media (max-width: 768px){.services{padding:4rem 1rem;margin-top:-1rem}.services .services-header{margin-bottom:4rem}.services .services-header h2{font-size:2.5rem;margin-bottom:1rem}.services .services-header p{font-size:1rem}}.service-card{background:linear-gradient(135deg,#4d4d4d14,#4d4d4d0f,#4d4d4d0a,#4d4d4d0f,#4d4d4d14);padding:3rem 2rem;border:1px solid;border-image:linear-gradient(135deg,#b8860b33,#b8860b26,#b8860b1a,#b8860b26,#b8860b33) 1;border-radius:8px;position:relative;overflow:hidden;will-change:transform,background-color,border-color;transform:translateY(0);transition:background-color .4s ease,border-color .4s ease}.service-card:not(:last-child):after{content:"";position:absolute;right:-1rem;top:50%;transform:translateY(-50%);width:1px;height:70%;background:linear-gradient(180deg,transparent,rgba(184,134,11,.3) 20%,rgba(184,134,11,.5) 50%,rgba(184,134,11,.3) 80%,transparent)}.service-card:hover{background:linear-gradient(135deg,#4d4d4d1f,#4d4d4d1a,#4d4d4d14,#4d4d4d1a,#4d4d4d1f);border-image:linear-gradient(135deg,#b8860b4d,#b8860b40,#b8860b33,#b8860b40,#b8860b4d) 1}.service-card .service-icon{margin-bottom:2rem}.service-card .service-icon svg{will-change:transform;transform:rotate(0)}.service-card h3{font-size:1.5rem;margin-bottom:1rem;color:#b8860b}.service-card p{color:#f5f5f5;margin-bottom:2rem;line-height:1.6;opacity:.9}.service-card .service-features{list-style:none;margin-bottom:2rem}.service-card .service-features h4{color:#b8860b;margin-bottom:.8rem;opacity:.8;position:relative;padding-left:1.5rem;font-size:1.2rem;text-align:center}.service-card .service-features li{color:#f5f5f5;margin-bottom:.8rem;opacity:.8;position:relative;padding-left:1.5rem}.service-card .service-features li:before{content:"•";color:#b8860b;position:absolute;left:0;top:50%;transform:translateY(-50%)}.service-card .service-cta{display:inline-block;color:#b8860b;text-decoration:none;font-weight:500;position:relative;padding-bottom:5px;will-change:transform;transform:translateZ(0);backface-visibility:hidden;-webkit-font-smoothing:subpixel-antialiased}.service-card .service-cta:after{content:"";position:absolute;bottom:0;left:0;width:0;height:1px;background:#b8860b;transition:width .3s ease}.service-card .service-cta:hover:after{width:100%}@media (max-width: 768px){.service-card{padding:2rem}.service-card h3{font-size:1.8rem}.service-card .service-features{margin:1.5rem 0}}footer{background:linear-gradient(to bottom,#4d4d4d0d,#4d4d4d1a);padding:4rem 2rem 2rem;position:relative;overflow:hidden}footer:before{content:"";position:absolute;top:0;left:0;width:100%;height:100%;background:radial-gradient(circle at 70% 30%,rgba(184,134,11,.02) 0%,transparent 70%);pointer-events:none}footer .footer-content{max-width:1200px;margin:0 auto;display:grid;grid-template-columns:auto 1fr auto auto;gap:3rem;align-items:start;position:relative;z-index:2}footer .footer-logo{font-family:Playfair Display,serif;font-size:2.5rem;color:#b8860b;font-weight:700}footer .footer-description p{color:#f5f5f5;margin-bottom:1rem;opacity:.9}footer .footer-nav ul{list-style:none;display:flex;flex-direction:row;flex-wrap:wrap;gap:2rem;align-items:center}@media (max-width: 768px){footer .footer-nav ul{flex-direction:column;gap:1rem}}footer .footer-nav ul li a{color:#f5f5f5;text-decoration:none;font-size:.95rem;position:relative;opacity:.9;transition:all .3s ease}footer .footer-nav ul li a:after{content:"";position:absolute;bottom:-4px;left:0;width:0;height:1px;background:#b8860b;transition:width .3s ease}footer .footer-nav ul li a:hover{color:#b8860b;opacity:1}footer .footer-nav ul li a:hover:after{width:100%}footer .footer-social{display:flex;gap:1.5rem;align-items:center}footer .footer-social a{display:flex;align-items:center;justify-content:center;width:40px;height:40px;border-radius:50%;background:#b8860b1a;transition:all .3s ease}footer .footer-social a svg{width:20px;height:20px}footer .footer-social a svg path{fill:#b8860b;transition:fill .3s ease}footer .footer-social a:hover{background:#b8860b33;transform:translateY(-2px)}footer .footer-social a:hover svg path{fill:#e8a90e}footer .footer-social a:active{transform:translateY(0)}footer .footer-legal{text-align:center;margin-top:3rem;padding-top:2rem;border-top:1px solid rgba(184,134,11,.1);position:relative;z-index:2}footer .footer-legal p{color:#f5f5f5;font-size:.85rem;opacity:.7}@media (max-width: 768px){footer{padding:3rem 1rem 1.5rem}footer .footer-content{grid-template-columns:1fr;gap:2rem;text-align:center}footer .footer-logo{font-size:2rem}footer .footer-nav ul{align-items:center}footer .footer-social{justify-content:center}footer .footer-legal{margin-top:2rem;padding-top:1.5rem}}.about{position:relative;padding:6rem 2rem;background:#1a1a1a}.about:before{content:"";position:absolute;top:0;left:0;width:100%;height:100%;background:radial-gradient(circle at 30% 70%,rgba(184,134,11,.03) 0%,transparent 70%);pointer-events:none}.about .about-content{max-width:1200px;margin:1.5rem auto;position:relative;z-index:2;display:grid;grid-template-columns:1fr 2fr;gap:4rem}.about .about-content .cta-container{grid-column:1/-1;margin:4rem 0 2rem;text-align:center}@media (max-width: 1024px){.about .about-content{gap:3rem}}@media (max-width: 768px){.about .about-content{grid-template-columns:1fr;padding:0 1rem}.about .about-content .founder-image{max-width:300px;margin:0 auto}.about .about-content .cta-container{margin:3rem 0 1rem}}.founder-image .image-frame{position:relative;width:100%;padding-bottom:100%}.founder-image .image-frame .frame-decoration{position:absolute;top:0;left:0;width:100%;height:100%;animation:rotate 20s linear infinite}.founder-image .image-frame .profile-placeholder{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:80%;height:80%;background:#4d4d4d1a;border-radius:50%;display:flex;align-items:center;justify-content:center}.founder-image .image-frame .profile-placeholder svg{width:40%;height:40%}.founder-content .founder-header{margin-bottom:2rem}.founder-content .founder-header h3{font-size:2.5rem;color:#b8860b;margin-bottom:.5rem}.founder-content .founder-header .founder-title{font-size:1.2rem;color:#f5f5f5;opacity:.8}.founder-content .founder-story{margin-bottom:3rem}.founder-content .founder-story p{color:#f5f5f5;font-size:1.2rem;line-height:1.8;opacity:.9;margin-bottom:2rem}.founder-content .founder-story blockquote{font-family:Playfair Display,serif;font-size:1.4rem;color:#b8860b;font-style:italic;margin:2rem 0;padding-left:2rem;border-left:3px solid #B8860B}.founder-principles{display:grid;gap:2rem}.founder-principles .principle{display:flex;align-items:flex-start;gap:1.5rem}@media (max-width: 768px){.founder-principles .principle{justify-content:center;text-align:left}}.founder-principles .principle .principle-icon{flex-shrink:0}.founder-principles .principle .principle-content h4{font-size:1.3rem;color:#b8860b;margin-bottom:.5rem}.founder-principles .principle .principle-content p{color:#f5f5f5;font-size:1.1rem;line-height:1.6;opacity:.8}.hero,.services{position:relative}.hero:after,.services:after{content:"";position:absolute;bottom:0;left:0;width:100%;height:150px;background:linear-gradient(to bottom,transparent,#1A1A1A);z-index:1}.hero:before,.services:before{content:"";position:absolute;top:0;left:0;width:100%;height:150px;background:linear-gradient(to top,transparent,#1A1A1A);z-index:1}.work{position:relative;padding:6rem 2rem;background:#1a1a1a;margin-top:-100px}.work:before{content:"";position:absolute;top:0;left:0;width:100%;height:100%;background:radial-gradient(circle at 30% 70%,rgba(184,134,11,.03) 0%,transparent 70%);pointer-events:none}.work .initiatives{max-width:1200px;margin:0 auto;position:relative;z-index:2}@media (max-width: 768px){.work{padding:0 1rem}}.initiative-card{display:grid;grid-template-columns:2fr 1fr;gap:4rem;padding:4rem 0;border-bottom:1px solid rgba(184,134,11,.1)}.initiative-card:last-child{border-bottom:none}@media (max-width: 1024px){.initiative-card{grid-template-columns:1fr;gap:2rem;padding:3rem 0}.initiative-card .initiative-content{order:1}.initiative-card .initiative-visual{order:2;max-width:300px;margin:0 auto}}@media (max-width: 768px){.initiative-card{grid-template-columns:1fr;text-align:center}}.initiative-card .initiative-header{margin-bottom:2rem}.initiative-card .initiative-header h3{font-size:2.5rem;color:#b8860b;margin:1rem 0 .5rem}.initiative-card .initiative-header .initiative-type{font-size:1.2rem;color:#f5f5f5;opacity:.8}.initiative-card .initiative-description p{color:#f5f5f5;font-size:1.2rem;line-height:1.8;opacity:.9;margin-bottom:2rem}.initiative-card .initiative-description blockquote{font-family:Playfair Display,serif;font-size:1.4rem;color:#b8860b;font-style:italic;margin:2rem 0;padding-left:2rem;border-left:3px solid #B8860B}.initiative-features{display:grid;grid-template-columns:repeat(2,1fr);gap:2rem;margin-top:3rem}@media (max-width: 768px){.initiative-features{grid-template-columns:1fr;justify-items:center}}.initiative-features .feature{display:flex;align-items:center;gap:1.5rem;text-align:left}@media (max-width: 480px){.initiative-features .feature{flex-direction:column;align-items:center;text-align:center}}.initiative-features .feature .feature-icon{flex-shrink:0}.initiative-features .feature h4{font-size:1.2rem;color:#b8860b;margin-bottom:.5rem}.initiative-features .feature p{color:#f5f5f5;font-size:1rem;line-height:1.6;opacity:.8;margin-bottom:0;word-wrap:break-word;overflow-wrap:break-word}.ecosystem-summary{max-width:1000px;margin:8rem auto 0;text-align:center;position:relative;z-index:2;padding:4rem;background:linear-gradient(165deg,#4d4d4d14,#4d4d4d0f,#4d4d4d0a,#4d4d4d0f,#4d4d4d14);border:1px solid;border-image:linear-gradient(165deg,#b8860b26,#b8860b1f,#b8860b1a,#b8860b1f,#b8860b26) 1;border-radius:12px}.ecosystem-summary:before{content:"";position:absolute;top:0;left:0;width:100%;height:100%;background:radial-gradient(circle at 30% 70%,rgba(184,134,11,.06) 0%,rgba(184,134,11,.05) 15%,rgba(184,134,11,.04) 30%,rgba(184,134,11,.03) 45%,rgba(184,134,11,.02) 60%,rgba(184,134,11,.015) 75%,rgba(184,134,11,.01) 85%,transparent 100%);pointer-events:none;z-index:-1}.ecosystem-summary .summary-content h3{font-size:2.5rem;color:#b8860b;margin-bottom:1.5rem}.ecosystem-summary .summary-content p{color:#f5f5f5;font-size:1.2rem;line-height:1.8;opacity:.9;margin-bottom:3rem;max-width:800px;margin-left:auto;margin-right:auto}.ecosystem-values{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:2rem;margin:3rem auto;max-width:1000px;padding:0 2rem}@media (max-width: 768px){.ecosystem-values{grid-template-columns:1fr;padding:0 1rem;text-align:center}}.ecosystem-values .value{padding:2rem;background:linear-gradient(165deg,#4d4d4d12,#4d4d4d0d,#4d4d4d08,#4d4d4d0d,#4d4d4d12);border:1px solid;border-image:linear-gradient(165deg,#b8860b1f,#b8860b1a,#b8860b14,#b8860b1a,#b8860b1f) 1;border-radius:8px;transition:all .3s ease}.ecosystem-values .value:hover{background:linear-gradient(165deg,#4d4d4d17,#4d4d4d12,#4d4d4d0d,#4d4d4d12,#4d4d4d17);border-image:linear-gradient(165deg,#b8860b2e,#b8860b26,#b8860b1f,#b8860b26,#b8860b2e) 1;transform:translateY(-2px)}.ecosystem-values .value h4{color:#b8860b;font-size:1.3rem;margin-bottom:.5rem}.ecosystem-values .value p{color:#f5f5f5;font-size:1rem;opacity:.8;margin-bottom:0;max-width:300px;margin-left:auto;margin-right:auto}.cta-container{margin-top:3rem;display:flex;flex-direction:column;align-items:center;gap:1.5rem}.cta-container .cta-text{color:#f5f5f5;font-size:1.1rem;max-width:720px;margin:0 auto;opacity:.9}.about-summary,.work-summary{padding-bottom:4rem;margin-bottom:4rem;padding:10rem 2rem 8rem;background:#1a1a1a;position:relative;overflow:hidden;margin-top:-100px}.about-summary:after,.work-summary:after{content:"";position:absolute;bottom:0;left:50%;transform:translate(-50%);width:80%;max-width:1200px;height:1px;background:linear-gradient(90deg,transparent,rgba(184,134,11,.3) 20%,rgba(184,134,11,.5) 50%,rgba(184,134,11,.3) 80%,transparent)}.about-summary:before,.work-summary:before{content:"";position:absolute;top:0;left:0;width:100%;height:100%;background:linear-gradient(to top,transparent 0%,rgba(26,26,26,.2) 15%,rgba(26,26,26,.4) 30%,rgba(26,26,26,.6) 45%,rgba(26,26,26,.75) 60%,rgba(26,26,26,.85) 75%,rgba(26,26,26,.92) 85%,rgba(26,26,26,.96) 92%,#1a1a1a 100%),radial-gradient(circle at 30% 70%,rgba(184,134,11,.08) 0%,rgba(184,134,11,.07) 15%,rgba(184,134,11,.06) 30%,rgba(184,134,11,.04) 45%,rgba(184,134,11,.03) 60%,rgba(184,134,11,.02) 75%,rgba(184,134,11,.01) 85%,transparent 100%);pointer-events:none}.about-summary .summary-header,.work-summary .summary-header{text-align:center;margin-bottom:4rem;position:relative;z-index:2}.about-summary .summary-header h2,.work-summary .summary-header h2{font-size:3rem;color:#b8860b;margin-bottom:1rem;position:relative;display:inline-block}.about-summary .summary-header h2:after,.work-summary .summary-header h2:after{content:"";position:absolute;bottom:-10px;left:50%;transform:translate(-50%);width:60px;height:2px;background:#b8860b}.about-summary .summary-header .summary-subtitle,.work-summary .summary-header .summary-subtitle{color:#f5f5f5;font-size:1.2rem;opacity:.9}.about-summary .summary-content,.work-summary .summary-content{max-width:800px;margin:0 auto;text-align:center;position:relative;z-index:2}.about-summary .summary-content .summary-text,.work-summary .summary-content .summary-text{margin-bottom:3rem}.about-summary .summary-content .summary-text p,.work-summary .summary-content .summary-text p{color:#f5f5f5;font-size:1.2rem;line-height:1.8;opacity:.9;margin-bottom:2rem}.about-summary .summary-content .summary-text blockquote,.work-summary .summary-content .summary-text blockquote{font-family:Playfair Display,serif;font-size:1.4rem;color:#b8860b;font-style:italic;margin:2rem 0}@media (max-width: 768px){.about-summary,.work-summary{padding:6rem 1rem}.about-summary .summary-header h2,.work-summary .summary-header h2{font-size:2.5rem}.about-summary .summary-content,.work-summary .summary-content{padding:0}}.initiatives-preview{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:3rem;max-width:1200px;margin:0 auto 4rem;padding:0 2rem;position:relative;z-index:2}@media (max-width: 768px){.initiatives-preview{grid-template-columns:1fr;padding:0 1rem}}.preview-card{background:#4d4d4d0d;padding:3rem;border:1px solid rgba(184,134,11,.1);border-radius:12px;text-align:center;will-change:transform,background-color,border-color;transform:translateY(0);transition:background-color .4s ease,border-color .4s ease}.preview-card:hover{background:#4d4d4d1a;border-color:#b8860b33}.preview-card:hover .preview-icon svg{transform:rotate(10deg)}.preview-card .preview-icon{margin-bottom:2rem}.preview-card .preview-icon svg{will-change:transform;transform:rotate(0);transition:transform .4s ease}.preview-card h3{font-size:2rem;color:#b8860b;margin-bottom:1.5rem}.preview-card p{color:#f5f5f5;font-size:1.1rem;line-height:1.6;opacity:.9}@media (max-width: 768px){.preview-card{padding:2rem}.preview-card h3{font-size:1.8rem}}.summary-cta{text-align:center;margin-top:3rem}.summary-cta .cta-button{font-size:1.1rem;padding:1.2rem 3rem}.services-detail{position:relative;padding:6rem 2rem;background:#1a1a1a;margin-top:1rem}.services-detail:before{content:"";position:absolute;top:0;left:0;width:100%;height:100%;background:radial-gradient(circle at 30% 70%,rgba(184,134,11,.08) 0%,rgba(184,134,11,.07) 15%,rgba(184,134,11,.06) 30%,rgba(184,134,11,.04) 45%,rgba(184,134,11,.03) 60%,rgba(184,134,11,.02) 75%,rgba(184,134,11,.01) 85%,transparent 100%),linear-gradient(165deg,#1a1a1aeb,#1a1a1af2,#1a1a1af7,#1a1a1af2,#1a1a1aeb);pointer-events:none}.services-detail .service-card{max-width:1200px;margin:0 auto 6rem;padding:4rem;background:linear-gradient(165deg,#4d4d4d12,#4d4d4d0d,#4d4d4d08,#4d4d4d0d,#4d4d4d12);border:1px solid;border-image:linear-gradient(165deg,#b8860b26,#b8860b1f,#b8860b1a,#b8860b1f,#b8860b26) 1;position:relative;z-index:2;will-change:transform,background-color,border-color;transform:translateY(0);transition:background-color .4s ease,border-color .4s ease}@media (max-width: 768px){.services-detail .service-card{padding:2rem;margin-bottom:3rem}}.services-detail .service-card:hover{background:linear-gradient(165deg,#4d4d4d1a,#4d4d4d14,#4d4d4d0f,#4d4d4d14,#4d4d4d1a);border-image:linear-gradient(165deg,#b8860b40,#b8860b38,#b8860b33,#b8860b38,#b8860b40) 1}.services-detail .service-card .service-header{text-align:center;margin-bottom:3rem}.services-detail .service-card .service-header .service-icon{margin-bottom:1.5rem}.services-detail .service-card .service-header h3{font-size:2rem;color:#b8860b;margin-bottom:.5rem}@media (max-width: 768px){.services-detail .service-card .service-header h3{font-size:2rem}}.services-detail .service-card .service-header .service-type{font-size:1.2rem;color:#f5f5f5;opacity:.8}.services-detail .service-card .service-description p{text-align:center;color:#f5f5f5;font-size:1.2rem;line-height:1.8;opacity:.9;margin-bottom:3rem;max-width:800px;margin-left:auto;margin-right:auto}@media (max-width: 768px){.services-detail .service-card .service-description p{font-size:1rem}}.services-detail .service-card .service-description .use-cases{max-width:800px;margin:0 auto 4rem;padding:2rem;background:#4d4d4d0d;border:1px solid rgba(184,134,11,.1);border-radius:8px}@media (max-width: 768px){.services-detail .service-card .service-description .use-cases{padding:1.5rem;margin-bottom:2rem}}.services-detail .service-card .service-description .use-cases h4{text-align:center;color:#b8860b;font-size:1.4rem;margin-bottom:2rem}.services-detail .service-card .service-description .use-cases h4:after{content:"";display:block;width:60px;height:2px;background:#b8860b;margin:1rem auto 0;opacity:.5}@media (max-width: 768px){.services-detail .service-card .service-description .use-cases h4{font-size:1.2rem;margin-bottom:1.5rem}}.services-detail .service-card .service-description .use-cases ul{list-style:none;display:grid;gap:2rem}@media (max-width: 768px){.services-detail .service-card .service-description .use-cases ul{gap:1.5rem}}.services-detail .service-card .service-description .use-cases ul li{position:relative;padding-left:2rem}.services-detail .service-card .service-description .use-cases ul li:before{content:"→";position:absolute;left:0;color:#b8860b;opacity:.8}.services-detail .service-card .service-description .use-cases ul li .use-case-title{display:block;color:#b8860b;font-size:1.2rem;margin-bottom:.5rem;font-weight:500}@media (max-width: 768px){.services-detail .service-card .service-description .use-cases ul li .use-case-title{font-size:1.1rem}}.services-detail .service-card .service-description .use-cases ul li p{font-size:1rem;margin:0;text-align:left}@media (max-width: 768px){.services-detail .service-card .service-description .use-cases ul li p{font-size:.9rem}}.consultation-cta{max-width:800px;margin:8rem auto 0;text-align:center;position:relative;z-index:2}.consultation-cta h3{font-size:2.5rem;color:#b8860b;margin-bottom:1rem}.consultation-cta p{color:#f5f5f5;font-size:1.2rem;line-height:1.8;opacity:.9;margin-bottom:2rem}.consultation-cta .cta-button{font-size:1.2rem;padding:1.2rem 3rem}@media (max-width: 768px){.consultation-cta{padding:0 1rem}.consultation-cta h3{font-size:2rem}}@media (max-width: 768px){section{padding-left:1rem;padding-right:1rem}}@media (max-width: 768px){h1{font-size:2.5rem}h2{font-size:2rem}h3{font-size:1.8rem}p{font-size:1rem}blockquote{font-size:1.2rem}}.contact{padding:130px 2rem 8rem;background:#1a1a1a;position:relative;overflow:hidden;margin-top:0}.contact.contact-page{padding-top:160px}.contact:before{content:"";position:absolute;top:0;left:0;width:100%;height:100%;background:linear-gradient(to top,transparent 0%,#1A1A1A 100%),radial-gradient(circle at 30% 70%,rgba(184,134,11,.03) 0%,transparent 70%);pointer-events:none}.contact .contact-header{text-align:center;margin-bottom:4rem;position:relative;z-index:2}.contact .contact-header h2,.contact .contact-header h1{font-size:3rem;color:#b8860b;margin-bottom:1rem;position:relative;display:inline-block}.contact .contact-header h2:after,.contact .contact-header h1:after{content:"";position:absolute;bottom:-10px;left:50%;transform:translate(-50%);width:60px;height:2px;background:#b8860b}.contact .contact-header .contact-subtitle{color:#f5f5f5;font-size:1.2rem;opacity:.9}.contact .contact-content{max-width:1200px;margin:0 auto;display:grid;grid-template-columns:2fr 1fr;gap:4rem;position:relative;z-index:2}@media (max-width: 768px){.contact .contact-content{grid-template-columns:1fr;gap:3rem}}.contact-form .form-group{margin-bottom:2rem}.contact-form .form-group label{display:block;color:#b8860b;margin-bottom:.5rem;font-size:1rem}.contact-form .form-group input,.contact-form .form-group select,.contact-form .form-group textarea{width:100%;padding:1rem;background:linear-gradient(165deg,#4d4d4d1f,#4d4d4d1a,#4d4d4d14,#4d4d4d1a,#4d4d4d1f);border:1px solid;border-image:linear-gradient(165deg,#b8860b33,#b8860b26,#b8860b1a,#b8860b26,#b8860b33) 1;border-radius:4px;color:#f5f5f5;font-family:Montserrat,sans-serif;font-size:1rem}.contact-form .form-group input:focus,.contact-form .form-group select:focus,.contact-form .form-group textarea:focus{outline:none;border-color:#b8860b;background:linear-gradient(165deg,#4d4d4d26,#4d4d4d21,#4d4d4d1c,#4d4d4d21,#4d4d4d26)}.contact-form .form-group input::placeholder,.contact-form .form-group select::placeholder,.contact-form .form-group textarea::placeholder{color:#f5f5f580}.contact-form .form-group select{-webkit-appearance:none;-moz-appearance:none;appearance:none;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 12 12'%3E%3Cpath fill='%23B8860B' d='M2 4l4 4 4-4'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:right 1rem center;padding-right:2.5rem}.contact-form .form-group select option{background:#1a1a1a;color:#f5f5f5}.contact-form .form-group textarea{resize:vertical;min-height:120px}.contact-form .form-error{background:#9900031a;border:1px solid rgba(153,0,3,.3);color:#f5f5f5;padding:1rem;border-radius:4px;margin-bottom:1rem;font-size:.9rem;animation:fadeIn .3s ease}@keyframes fadeIn{0%{opacity:0;transform:translateY(-10px)}to{opacity:1;transform:translateY(0)}}.contact-form .cta-button{width:100%;margin-top:1rem}.contact-form .cta-button.success{background-color:#28a745;border-color:#28a745;color:#fff;transition:background-color .3s ease,border-color .3s ease}.contact-form .cta-button.error{background-color:#dc3545;border-color:#dc3545;color:#fff;transition:background-color .3s ease,border-color .3s ease}.contact-form .cta-button .button-text{display:inline-block;transition:transform .3s ease,opacity .3s ease}.contact-form .cta-button.success .button-text,.contact-form .cta-button.error .button-text{animation:buttonPulse .5s ease}@keyframes buttonPulse{0%{transform:scale(.95)}50%{transform:scale(1.05)}to{transform:scale(1)}}.contact-info .info-group{margin-bottom:3rem}.contact-info .info-group h3{color:#b8860b;font-size:1.5rem;margin-bottom:1rem}.contact-info .info-group p{color:#f5f5f5;margin-bottom:.5rem;opacity:.9}@media (max-width: 768px){.contact-info{text-align:center}}.cta-container{display:flex;justify-content:center;margin:3rem 0}.cta-button{display:inline-block;padding:1rem 2.5rem;background-color:transparent;border:2px solid #B8860B;color:#b8860b;text-decoration:none;font-family:Montserrat,sans-serif;font-weight:500;font-size:1.1rem;letter-spacing:1px;position:relative;overflow:hidden;z-index:1;will-change:transform,color;transform:translateZ(0);backface-visibility:hidden;transition:color .3s ease}.cta-button:before{content:"";position:absolute;top:0;left:-100%;width:100%;height:100%;background-color:#b8860b;z-index:-1;will-change:transform;transform:translate(0);transition:transform .4s cubic-bezier(.4,0,.2,1)}.cta-button:hover{color:#1a1a1a}.cta-button:hover:before{transform:translate(100%)}@media (max-width: 768px){.cta-button{padding:.8rem 2rem;font-size:1rem}}.services-detail .cta-container,.work .cta-container{margin-top:4rem;margin-bottom:6rem}.terms-page{background:#1a1a1a;min-height:100vh;padding-top:80px}.terms-hero{position:relative;padding:6rem 2rem;text-align:center;background:linear-gradient(to bottom,rgba(77,77,77,.18) 0%,rgba(77,77,77,.15) 15%,rgba(77,77,77,.12) 30%,rgba(77,77,77,.09) 45%,rgba(77,77,77,.06) 60%,rgba(77,77,77,.04) 75%,rgba(77,77,77,.02) 85%,rgba(77,77,77,.01) 92%,transparent 100%)}.terms-hero .hero-content{max-width:800px;margin:0 auto;position:relative;z-index:2}.terms-hero .hero-content h1{font-size:3.5rem;color:#b8860b;margin-bottom:1rem;font-family:Playfair Display,serif}.terms-hero .hero-content p{color:#f5f5f5;font-size:1.1rem;opacity:.8}.terms-hero:before{content:"";position:absolute;top:0;left:0;width:100%;height:100%;background:radial-gradient(circle at 30% 70%,rgba(184,134,11,.08) 0%,rgba(184,134,11,.07) 15%,rgba(184,134,11,.06) 30%,rgba(184,134,11,.04) 45%,rgba(184,134,11,.03) 60%,rgba(184,134,11,.02) 75%,rgba(184,134,11,.01) 85%,transparent 100%);pointer-events:none}.terms-content{padding:4rem 2rem;position:relative}.terms-content .terms-container{max-width:1200px;margin:0 auto;display:grid;grid-template-columns:300px 1fr;gap:4rem;position:relative}.terms-navigation{position:sticky;top:100px;height:fit-content;padding:2rem;background:linear-gradient(165deg,#4d4d4d12,#4d4d4d0d,#4d4d4d08,#4d4d4d0d,#4d4d4d12);border:1px solid;border-image:linear-gradient(165deg,#b8860b26,#b8860b1f,#b8860b1a,#b8860b1f,#b8860b26) 1;border-radius:8px}.terms-navigation h3{color:#b8860b;font-size:1.5rem;margin-bottom:1.5rem;font-family:Playfair Display,serif}.terms-navigation ul{list-style:none;padding:0}.terms-navigation ul li{margin-bottom:1rem}.terms-navigation ul li a{color:#f5f5f5;text-decoration:none;font-size:.95rem;opacity:.9;transition:all .3s ease;display:block;border-left:2px solid transparent;padding:.5rem 0 .5rem 1rem;margin-left:-1rem}.terms-navigation ul li a:hover{color:#b8860b;opacity:1;border-left-color:#b8860b}.terms-navigation ul li a.active{color:#b8860b;border-left-color:#b8860b;opacity:1}.terms-sections section{position:relative;padding-bottom:3rem;margin-bottom:3rem}.terms-sections section:after{content:"";position:absolute;bottom:0;left:50%;transform:translate(-50%);width:80%;max-width:1200px;height:1px;background:linear-gradient(90deg,transparent,rgba(184,134,11,.3) 20%,rgba(184,134,11,.5) 50%,rgba(184,134,11,.3) 80%,transparent)}.terms-sections section:last-child:after{display:none}.terms-sections section h2{color:#b8860b;font-size:2rem;margin-bottom:1.5rem;font-family:Playfair Display,serif}.terms-sections section h3{color:#b8860b;font-size:1.5rem;margin:2rem 0 1rem;opacity:.9}.terms-sections section p{color:#f5f5f5;font-size:1.1rem;line-height:1.8;margin-bottom:1.5rem;opacity:.9}.terms-sections section ul{list-style:none;margin:1.5rem 0;padding-left:1.5rem}.terms-sections section ul li{color:#f5f5f5;font-size:1.1rem;margin-bottom:1rem;opacity:.9;position:relative}.terms-sections section ul li:before{content:"•";color:#b8860b;position:absolute;left:-1.5rem;top:0}.terms-contact{background:linear-gradient(165deg,#4d4d4d12,#4d4d4d0d,#4d4d4d08,#4d4d4d0d,#4d4d4d12);padding:6rem 2rem;text-align:center;position:relative}.terms-contact:before{content:"";position:absolute;top:0;left:0;width:100%;height:100%;background:radial-gradient(circle at 70% 30%,rgba(184,134,11,.06) 0%,rgba(184,134,11,.05) 15%,rgba(184,134,11,.04) 30%,rgba(184,134,11,.03) 45%,rgba(184,134,11,.02) 60%,rgba(184,134,11,.015) 75%,rgba(184,134,11,.01) 85%,transparent 100%);pointer-events:none}.terms-contact .contact-container{max-width:600px;margin:0 auto;position:relative;z-index:2}.terms-contact .contact-container h2{color:#b8860b;font-size:2rem;margin-bottom:1rem;font-family:Playfair Display,serif}.terms-contact .contact-container p{color:#f5f5f5;font-size:1.1rem;margin-bottom:2rem;opacity:.9}.terms-contact .contact-container .cta-button{font-size:1.1rem;padding:1rem 3rem}.ai-section{position:relative;padding:6rem 2rem;background:#1a1a1a}.ai-hero-content{text-align:center;margin-bottom:4rem;position:relative;max-width:1200px;margin:0 auto 4rem}.ai-hero-content h2{font-size:3rem;color:#b8860b;margin-bottom:1rem}.ai-hero-content p{font-size:1.2rem;color:#f5f5f5;opacity:.9;max-width:800px;margin:0 auto;line-height:1.6}.ai-hero-background{position:absolute;top:0;left:0;width:100%;height:100%;background:radial-gradient(circle at 30% 70%,rgba(184,134,11,.06) 0%,transparent 70%);pointer-events:none;z-index:-1}.ai-details{max-width:1200px;margin:0 auto;display:grid;gap:3rem}.ai-description p{color:#f5f5f5;font-size:1.2rem;line-height:1.8;opacity:.9;margin-bottom:2rem}.ai-features{display:grid;grid-template-columns:1fr 1fr 1fr;gap:2rem}@media (max-width: 768px){.ai-features{grid-template-columns:1fr}}.ai-features .feature{display:flex;align-items:flex-start;gap:1rem}.ai-features .feature-icon{flex-shrink:0}.ai-features .feature-content h4{font-size:1.1rem;color:#b8860b;margin-bottom:.5rem}.ai-features .feature-content p{font-size:1rem;color:#f5f5f5;opacity:.85}.service-card.agentic-ai{background:linear-gradient(165deg,#4d4d4d14,#4d4d4d0e);border:1px solid rgba(184,134,11,.15)}.service-card.agentic-ai:hover{background:linear-gradient(165deg,#4d4d4d1a,#4d4d4d12);border-color:#b8860b4d}.service-card.music-publishing{background:linear-gradient(165deg,#4d4d4d14,#4d4d4d0e);border:1px solid rgba(184,134,11,.15)}.service-card.music-publishing:hover{background:linear-gradient(165deg,#4d4d4d1a,#4d4d4d12);border-color:#b8860b4d}.additional-info{max-width:1200px;margin:4rem auto;padding:0 2rem;position:relative}.additional-info h2{font-family:Playfair Display,serif;font-size:2rem;color:#b8860b;margin-bottom:2rem;text-align:center}.timeline{position:relative;padding-left:2rem;margin-left:2rem;border-left:2px solid rgba(184,134,11,.3)}.timeline:before{content:"";position:absolute;top:0;bottom:0;left:-1px;width:2px;background:#b8860b4d}.timeline-item{position:relative;margin:2rem 0;padding-left:1.5rem}.timeline-item:before{content:"";position:absolute;left:-.625rem;top:.75rem;width:1rem;height:1rem;background:#b8860b;border-radius:50%;border:2px solid #1a1a1a}.timeline-content{background:linear-gradient(165deg,#4d4d4d12,#4d4d4d0d);border:1px solid rgba(184,134,11,.15);border-radius:4px;padding:1.5rem;color:#f5f5f5;will-change:transform,background-color,border-color;transition:all .4s ease;position:relative}.timeline-content h3{font-family:Playfair Display,serif;color:#b8860b;margin-bottom:.5rem}.timeline-content p{font-family:Montserrat,sans-serif;color:#f5f5f5;opacity:.9;line-height:1.6}.timeline-content:hover{background:linear-gradient(165deg,#4d4d4d1a,#4d4d4d14);border-color:#b8860b4d}@media (max-width: 768px){.additional-info{padding:0 1rem}.timeline{margin-left:1rem}.timeline-item{margin:1.5rem 0}.timeline-content{padding:1rem}.timeline-content h3{font-size:1.2rem}}@media (max-width: 1024px){.terms-content .terms-container{grid-template-columns:250px 1fr;gap:3rem}}@media (max-width: 768px){.terms-hero{padding:4rem 1rem}.terms-hero .hero-content h1{font-size:2.5rem}.terms-content{padding:2rem 1rem}.terms-content .terms-container{grid-template-columns:1fr;gap:2rem}.terms-navigation{position:relative;top:0;margin-bottom:2rem}.terms-sections section{margin-bottom:3rem;padding-bottom:3rem}.terms-sections section h2{font-size:1.8rem}.terms-sections section h3{font-size:1.3rem}.terms-sections section p,.terms-sections section ul li{font-size:1rem}.terms-contact{padding:4rem 1rem}.terms-contact .contact-container h2{font-size:2rem}.terms-contact .contact-container p{font-size:1.1rem}}.visually-hidden{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}.hidden{display:none}.funding-box{margin:2rem auto 1.5rem;padding:1rem 1.25rem;max-width:520px;background:#4d4d4d0f;border:1px solid rgba(184,134,11,.35);border-left:4px solid #B8860B;border-radius:4px;font-size:.95rem;line-height:1.55;color:#f5f5f5}.testimonial{text-align:center;margin:6rem auto 4rem;max-width:800px}.testimonial blockquote{font-family:Playfair Display,serif;font-size:1.4rem;color:#b8860b;line-height:1.6;font-style:italic}.testimonial cite{display:block;margin-top:.75rem;font-size:1rem;color:#f5f5f5;opacity:.8}body.nav-open{overflow:hidden}.loader--hidden{opacity:0;visibility:hidden;transition:opacity .4s ease,visibility .4s ease}[data-animate]{opacity:0;transform:translateY(24px);transition:opacity .6s ease,transform .6s ease}[data-animate].is-visible{opacity:1;transform:translateY(0)}.spinner{width:1.1rem;height:1.1rem;margin-left:.75rem;border-radius:50%;border:2px solid rgba(255,255,255,.25);border-top-color:#fff;animation:spinner-rotate .6s linear infinite}@keyframes spinner-rotate{to{transform:rotate(360deg)}}.form-status{margin-top:1rem;font-size:.95rem;line-height:1.4;color:#f5f5f5}.form-status.is-success{color:#7dd87d}.form-status.is-error{color:#ff7878}.contact-form .invalid{border-color:#ff7878;box-shadow:0 0 0 2px #ff787840}.contact-form .error-message{min-height:1.2rem}.focus-outline a:focus,.focus-outline button:focus,.focus-outline input:focus,.focus-outline select:focus,.focus-outline textarea:focus{outline:2px solid #b8860b;outline-offset:3px}
