.header{background:var(--background);z-index:1000;border-bottom:1px solid #c8a24a4d;width:100%;position:fixed;top:0;left:0}.header>div{padding-left:0!important;padding-right:0!important}.navbar{justify-content:space-between;align-items:center;height:150px;padding:0 60px;display:flex}.logo img{width:auto;height:110px;display:block}.nav-menu{align-items:center;gap:40px;margin-left:auto;list-style:none;display:flex;position:relative}.nav-link{color:var(--text);text-transform:uppercase;letter-spacing:.08em;font-size:.95rem;font-weight:500;text-decoration:none;transition:color .3s}.nav-link:hover{color:var(--gold)}.nav-indicator{background:#c8a24a99;border-radius:2px;height:1px;transition:transform .35s,width .35s;position:absolute;bottom:-10px;left:0}.nav-link.active{color:var(--gold)}@media (width<=950px){.navbar{flex-direction:column;justify-content:center;gap:20px;height:auto;padding:40px 0 20px}.logo img{height:95px}.nav-menu{gap:28px;margin-left:0;margin-right:0}.nav-indicator{bottom:-6px}}@media (width<=650px){.navbar{flex-direction:row;justify-content:space-between;align-items:center;height:90px;padding:0 20px}.logo img{height:70px;margin-left:20px}.nav-menu{display:none}.hamburger{cursor:pointer;flex-direction:column;gap:5px;display:flex}.hamburger div{background:var(--gold);border-radius:2px;width:26px;height:3px;transition:all .3s}.hamburger.open div:first-child{transform:rotate(45deg)translate(5px,5px)}.hamburger.open div:nth-child(2){opacity:0}.hamburger.open div:nth-child(3){transform:rotate(-45deg)translate(5px,-5px)}.mobile-menu{background:var(--background);border-bottom:1px solid #c8a24a4d;flex-direction:column;align-items:center;gap:25px;width:100%;padding:20px 0;display:flex;position:absolute;top:90px;right:0}.mobile-menu .nav-link{position:relative}.mobile-menu .nav-link.active:after{content:"";background:#c8a24a99;border-bottom:1px solid #c8a24a4d;width:100%;height:0;position:absolute;bottom:-8px;left:0}}.container{width:100%;max-width:1200px;margin:0 auto;padding:0 24px}#home{background:var(--background)}.hero{justify-content:space-between;align-items:center;gap:80px;min-height:100vh;display:flex}.hero-content{flex:1.4;max-width:700px}.hero h1{color:var(--primary);margin-bottom:30px;font-size:68px;line-height:1.1}.hero-subtitle{color:var(--accent);letter-spacing:4px;margin-bottom:20px;font-size:14px;font-weight:700}.hero-description{color:var(--secondary);margin-bottom:50px;font-size:20px;line-height:1.8}.hero-buttons{gap:20px;display:flex}.hero-image{justify-content:center;align-items:center;display:flex}.cartouche{box-sizing:border-box;background:#fff;border:10px solid #c9a24b;border-radius:140px;justify-content:center;align-items:center;width:310px;height:460px;padding:30px;display:flex;overflow:hidden}.cartouche img{object-fit:contain;width:80%;max-width:240px;height:auto;display:block}@keyframes floating{0%{transform:translateY(0)}50%{transform:translateY(-12px)}to{transform:translateY(0)}}.hero-image img{animation:6s ease-in-out infinite floating}.divider-wave{width:100%;line-height:0;overflow:hidden}.divider-wave svg{width:100%;height:80px;display:block}.divider-wave path{fill:#0d4056}@media (width<=992px){.hero{text-align:center;flex-direction:column;justify-content:center;gap:50px;min-height:auto;padding:120px 0 80px}.hero-content{max-width:100%}.hero-buttons{flex-wrap:wrap;justify-content:center}.hero h1{font-size:52px}.hero-description{font-size:18px}.hero-image img{max-width:420px}}@media (width<=768px){.hero h1{font-size:40px}.hero-description{font-size:17px;line-height:1.7}.hero-image img{max-width:320px}}@media (width<=480px){.hero{padding:100px 0 60px}.hero h1{font-size:34px}.hero-description{font-size:16px}.hero-buttons{flex-direction:column;width:100%}.hero-buttons button{width:100%}.hero-image img{max-width:260px}}.btn{cursor:pointer;border:none;border-radius:12px;justify-content:center;align-items:center;gap:12px;padding:16px 34px;font-size:16px;font-weight:600;transition:background .3s,color .3s,transform .25s,box-shadow .25s;display:inline-flex;position:relative;overflow:hidden}.btn:hover{transform:translateY(-3px)}.btn:active{transform:translateY(0)}.btn:before{content:"";background:linear-gradient(120deg,#0000,#ffffff59,#0000);width:60%;height:100%;transition:left .6s;position:absolute;top:0;left:-120%}.btn:hover:before{left:130%}.btn-primary{background:var(--gold);color:#fff;box-shadow:0 10px 25px #c8a24a40}.btn-primary:hover{background:#d4ae58;box-shadow:0 18px 35px #c8a24a59}.btn-secondary{color:var(--primary);border:1px solid var(--primary);background:0 0}.btn-secondary:hover{background:var(--primary);color:#fff;box-shadow:0 18px 35px #0000002e}.btn-arrow{align-items:center;transition:transform .3s;display:flex}.btn:hover .btn-arrow{transform:translate(6px)}#company{border-bottom:2px solid var(--accent);background-color:#142e4f;padding:80px 0;position:relative}.company{grid-template-columns:1fr 1fr;align-items:start;gap:110px;display:grid}.company-content{flex-direction:column;display:flex}.company-content>span{color:var(--accent);letter-spacing:4px;margin-bottom:20px;font-size:14px;font-weight:700}.company-content h2{color:#fff;max-width:560px;margin-bottom:30px;font-size:52px;line-height:1.2}.company-content p{color:#ffffffbf;max-width:580px;margin-bottom:20px;font-size:18px;line-height:1.8}.company-process{flex-direction:column;max-width:540px;padding-bottom:110px;display:flex;position:relative}.process-item{grid-template-columns:64px 1fr;gap:28px;min-height:150px;display:grid;position:relative}.process-item:last-child{min-height:auto}.process-item:not(:last-child):after{content:"";background:linear-gradient(to bottom,var(--accent),#c9a24b26);width:1px;height:calc(100% - 64px);position:absolute;top:64px;left:31px}.process-icon{z-index:2;width:64px;height:64px;color:var(--accent);background:#142e4f;border:1px solid #c9a24bb3;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;font-size:25px;transition:background .3s,color .3s,border-color .3s,transform .3s;display:flex;position:relative}.process-item:hover .process-icon{background:var(--accent);color:#142e4f;border-color:var(--accent);transform:scale(1.05)}.process-content{padding-top:4px}.process-content h3{color:#fff;margin-bottom:10px;font-size:22px;font-weight:600}.process-content p{color:#ffffffa6;max-width:430px;margin:0;font-size:15px;line-height:1.7}.reveal{opacity:0;transition:opacity .8s,transform .8s;transform:translateY(30px)}.reveal.show{opacity:1;transform:translateY(0)}@media (width<=950px){.company{grid-template-columns:1fr;gap:70px;padding:100px 0}.company-content h2{font-size:44px}.company-process{max-width:650px}}@media (width<=600px){#company{padding:70px 0}.company{gap:55px;padding:0}.company-content{text-align:center;align-items:center}.company-content>span{text-align:center;width:100%}.company-content h2{color:#fff;max-width:100%;font-size:34px}.company-content p{color:#ffffffd9;max-width:100%;font-size:16px}.process-item{grid-template-columns:52px 1fr;gap:20px;min-height:145px}.process-icon{width:52px;height:52px;color:var(--accent);background:#142e4f;border-color:#c9a24bb3;font-size:21px}.process-item:not(:last-child):after{background:linear-gradient(to bottom,var(--accent),#c9a24b26);height:calc(100% - 52px);top:52px;left:25px}.process-content{padding-top:1px}.process-content h3{color:#fff;font-size:20px}.process-content p{color:#ffffffbf;font-size:14px}}#services{background:var(--background)}.services{padding:100px 0}.services-header{text-align:center;max-width:800px;margin:80px auto 60px}.services-header span{color:var(--accent);letter-spacing:4px;margin-bottom:20px;font-size:14px;font-weight:700;display:inline-block}.services-header h2{color:var(--primary);margin:0 0 24px;font-size:48px;line-height:1.2}.services-header p{max-width:680px;color:var(--secondary);margin:0 auto;font-size:18px;line-height:1.8}.services-grid{grid-template-columns:repeat(3,1fr);gap:30px;display:grid}.service-card{border-radius:var(--radius-lg);text-align:center;background:#fff;width:90%;margin:0 auto;padding:40px 32px;transition:transform .3s,box-shadow .3s}.service-card:hover{transform:translateY(-6px);box-shadow:0 15px 35px #00000014}.service-icon{width:72px;height:72px;color:var(--accent);border-radius:50%;justify-content:center;align-items:center;margin:0 auto 28px;font-size:40px;display:flex}.service-card h3{color:var(--primary);margin:0 0 16px;font-size:22px;line-height:1.3}.service-card p{color:var(--secondary);margin:0;font-size:16px;line-height:1.7}@media (width<=900px){.services{padding:80px 0}.services-header{margin-bottom:55px}.services-header h2{font-size:40px}.services-grid{grid-template-columns:repeat(2,1fr)}}@media (width<=600px){.services{padding:70px 0}.services-header{margin-bottom:45px}.services-header span{letter-spacing:3px;font-size:12px}.services-header h2{font-size:34px}.services-header p{font-size:16px;line-height:1.7}.services-grid{grid-template-columns:1fr;gap:20px}.service-card{padding:35px 25px}}#technologies{border-top:0px solid var(--accent);border-bottom:2px solid var(--accent);background-color:#142e4f;padding-top:40px;padding-bottom:120px}.technologies{padding:40px 0}.technologies-header{text-align:center;max-width:800px;margin:0 auto 100px}.technologies-header span{color:var(--accent);letter-spacing:4px;margin-bottom:20px;font-size:14px;font-weight:700;display:inline-block}.technologies-header h2{color:#fff;margin:0 0 24px;font-size:48px;line-height:1.2}.technologies-header p{color:#ffffffbf;max-width:680px;margin:0 auto;font-size:18px;line-height:1.8}.technologies-grid{grid-template-columns:repeat(3,1fr);gap:40px;display:grid}.technology-card{border-radius:var(--radius-lg);text-align:center;background:#fffffff2;padding:40px 32px;transition:transform .3s,box-shadow .3s}.technology-card:hover{transform:translateY(-6px);box-shadow:0 15px 35px #00000014}.technology-card svg{color:#c8a24a;justify-content:center;align-items:center;width:48px;height:48px;margin:0 auto 28px;font-size:32px;display:flex}.technology-card h3{color:var(--primary);margin:0 0 16px;font-size:20px;line-height:1.3}.technology-card p{max-width:280px;color:var(--secondary);margin:0 auto;font-size:16px;line-height:1.5}@media (width<=900px){.technologies{padding:80px 0}.technologies-header{margin-bottom:55px}.technologies-header h2{font-size:40px}.technologies-grid{grid-template-columns:repeat(2,1fr)}}@media (width<=600px){.technologies{padding:70px 0}.technologies-header{margin-bottom:45px}.technologies-header span{letter-spacing:3px;font-size:12px}.technologies-header h2{font-size:34px}.technologies-header p{font-size:16px;line-height:1.7}.technologies-grid{grid-template-columns:1fr;gap:20px}.technology-card{padding:35px 25px}}#portfolio{background:#fff}.portfolio{flex-direction:column;padding:120px 0;display:flex}.portfolio-header{max-width:700px;margin:0 auto 60px}.portfolio-header span{color:var(--accent);letter-spacing:4px;margin-bottom:20px;font-size:14px;font-weight:700;display:inline-block}.portfolio-header h2{color:var(--primary);margin-bottom:24px;font-size:48px}.portfolio-header p{color:var(--secondary);line-height:1.8}.portfolio-grid{grid-template-columns:repeat(2,1fr);gap:40px;display:grid}.project-card{border-radius:var(--radius-lg);background:#fff;overflow:hidden;box-shadow:0 10px 30px #0000000d}.project-image{background:#ececec;justify-content:center;align-items:center;height:280px;display:flex}.project-content{padding:30px}.project-content h3{margin-bottom:16px}.project-content p{color:var(--secondary);line-height:1.7}@media (width<=950px){.portfolio{padding:100px 0}.portfolio-header{text-align:center;margin:0 auto 50px}.portfolio-header h2{font-size:40px}.portfolio-header p{max-width:600px;margin:0 auto}.portfolio-grid{grid-template-columns:1fr;gap:50px;max-width:650px;margin:0 auto}.project-image{height:240px}}@media (width<=600px){.portfolio{padding:80px 0}.portfolio-header{text-align:center;margin:0 auto 45px}.portfolio-header span{letter-spacing:3px;margin-top:50px;font-size:13px}.portfolio-header h2{color:#142e4f;font-size:32px}.portfolio-header p{color:#000000bf;max-width:90%;margin:0 auto;font-size:15px;line-height:1.7}.portfolio-grid{grid-template-columns:1fr;gap:40px;width:90%}.project-image{height:200px}.project-content{text-align:center;padding:22px}.project-content h3{margin-bottom:12px;font-size:20px}.project-content p{color:#000000b3;font-size:14px}}#contact{background:#fff}.contact{min-height:110vh;padding:120px 0}.contact-header{max-width:700px;margin-bottom:120px}.contact-header span{color:var(--accent);letter-spacing:4px;margin-bottom:20px;font-size:14px;font-weight:700;display:inline-block}.contact-header h2{color:var(--primary);margin-bottom:24px;font-size:48px;line-height:1.2}.contact-header p{color:var(--secondary);font-size:18px;line-height:1.8}.contact-content{grid-template-columns:1fr 1px 1fr;align-items:stretch;gap:70px;margin-bottom:40px;display:grid}.contact-info{flex-direction:column;gap:35px;padding:20px 0;display:flex}.contact-item{align-items:flex-start;gap:18px;display:flex}.contact-icon{color:var(--accent);flex-shrink:0;margin-top:2px;font-size:30px}.contact-text{flex-direction:column;display:flex}.contact-text h4{color:var(--primary);margin-bottom:6px;font-size:18px;font-weight:600}.contact-text p{color:var(--secondary);line-height:1.7}.contact-divider{background:#142e4f40;border:0 solid #c8a24a4d;width:0;height:100%}.contact-card{box-shadow:none;background:0 0;border:0;margin:0;padding:0}.contact-card-header{margin-bottom:32px}.contact-card-header h3{color:var(--primary);margin-bottom:10px;font-size:24px;font-weight:600}.contact-card-header p{color:var(--secondary);line-height:1.7}.contact-card form{flex-direction:column;gap:20px;display:flex}.contact-card input,.contact-card select,.contact-card textarea{width:100%;color:var(--primary);border-radius:var(--radius-md);background:#fff;border:1px solid #0000001a;outline:none;padding:16px;font-family:inherit;font-size:16px;transition:border-color .3s;box-shadow:inset 0 1px 3px #00000014}.contact-card input::placeholder,.contact-card textarea::placeholder{color:#999}.contact-card textarea{resize:vertical;resize:none;min-height:150px}.contact-card select{color:#00000080;border-radius:var(--radius-md);appearance:none;background:#fff url("data:image/svg+xml;utf8,<svg fill='%23999' height='20' viewBox='0 0 20 20' width='20' xmlns='http://www.w3.org/2000/svg'><path d='M5.516 7.548l4.484 4.484 4.484-4.484'/></svg>") right 10px center/22px no-repeat;border:1px solid #0000001a;outline:none;width:100%;padding:16px 48px 16px 16px;font-family:inherit;font-size:16px;transition:border-color .3s;box-shadow:inset 0 1px 3px #00000014}.contact-card input:focus,.contact-card select:focus,.contact-card textarea:focus{border-color:var(--accent)}.contact-status{margin:0;font-size:14px}.contact-status-success{color:#218838}.contact-status-error{color:#dc3545}@media (width<=950px){.contact{padding:100px 0}.contact-header h2{font-size:44px}.contact-content{grid-template-columns:1fr 1px 1fr;gap:45px}}@media (width<=700px){.contact{padding:80px 0}.contact-header{margin-bottom:50px}.contact-header h2{font-size:34px}.contact-header p{font-size:16px}.contact-content{grid-template-columns:1fr;gap:45px}.contact-info{padding:0}.contact-divider{width:100%;height:1px}.contact-card-header h3{font-size:22px}.contact-card input,.contact-card select,.contact-card textarea{padding:14px;font-size:15px}}footer{border-top:2px solid var(--accent);background-color:#142e4f}.footer{padding:70px 0 25px}.footer-main{grid-template-columns:2fr 1fr 1.2fr 1.3fr;align-items:start;gap:50px;padding-bottom:60px;display:grid}.footer-brand{align-items:flex-start;gap:20px;display:flex}.footer-cartouche{box-sizing:border-box;border:3px solid var(--accent);background:#fff;border-radius:50px;flex-shrink:0;justify-content:center;align-items:center;width:75px;height:95px;padding:12px;display:flex;overflow:hidden}.footer-cartouche img{object-fit:contain;width:90%;height:auto;display:block}.footer-brand-content{padding-top:3px}.footer-brand-content h3{color:#fff;margin-bottom:10px;font-size:24px;line-height:1.2}.footer-brand-content p{color:#ffffffbf;max-width:280px;margin-bottom:12px;font-size:15px;line-height:1.6}.footer-brand-content span{color:var(--accent);letter-spacing:.5px;font-size:13px}.footer-column h4{color:#fff;letter-spacing:1px;margin-bottom:22px;font-size:15px;font-weight:700}.footer-nav{flex-direction:column;align-items:flex-start;gap:12px;display:flex}.footer-nav a{color:#ffffffb3;font-size:15px;text-decoration:none;transition:color .3s}.footer-nav a:hover{color:var(--accent)}.footer-email{color:#fffc;align-items:center;gap:10px;margin-bottom:25px;font-size:15px;text-decoration:none;transition:color .3s;display:inline-flex}.footer-email svg{color:var(--accent);font-size:18px}.footer-email:hover{color:var(--accent)}.footer-social{gap:12px;display:flex}.footer-social a{color:#fffc;border:1px solid #fff3;border-radius:50%;justify-content:center;align-items:center;width:38px;height:38px;font-size:18px;text-decoration:none;transition:color .3s,border-color .3s,transform .3s;display:flex}.footer-social a:hover{color:var(--accent);border-color:var(--accent);transform:translateY(-3px)}.footer-bottom{border-top:1px solid #ffffff1f;justify-content:space-between;align-items:center;gap:20px;padding-top:25px;display:flex}.footer-bottom p{color:#ffffff80;margin:0;font-size:13px}.footer-legal{align-items:center;gap:25px;display:flex}.footer-legal button{cursor:pointer;color:#ffffff80;background-color:#0000;border:none;margin:0;padding:0;font-size:13px;text-decoration:none;transition:color .3s}.footer-legal button:hover{color:var(--accent)}.footer-top-link{width:38px;height:38px;color:var(--accent);border:1px solid var(--accent);border-radius:50%;justify-content:center;align-items:center;font-size:18px;text-decoration:none;transition:background .3s,color .3s;display:flex}.footer-top-link:hover{background:var(--accent);color:#142e4f}@media (width<=1000px){.footer-main{grid-template-columns:1.5fr 1fr 1fr}.footer-contact{grid-column:1/-1}}@media (width<=650px){.footer{padding:60px 0 20px}.footer-main{grid-template-columns:1fr;gap:40px;padding-bottom:45px}.footer-brand{align-items:flex-start}.footer-bottom{flex-direction:column;align-items:flex-start}.footer-top-link{align-self:flex-end}}.section-divider-wave svg{width:100%;height:100px;margin-top:20px;display:block}@media (width<=600px){.section-divider-wave svg{height:40px}}.section-divider{background:#fff;justify-content:center;align-items:center;gap:20px;width:1200px;margin:0 auto;padding:0;display:flex}.divider-line{border-bottom:1px solid #c8a24a4d;flex:1;height:1px}.divider-logo{border:1px solid #c8a24a80;border-radius:50%;justify-content:center;align-items:center;width:82px;height:82px;display:flex}.divider-logo img{width:32px}@media (width<=1280px){.section-divider{width:100%;padding:0 20px}}@media (width<=768px){.section-divider{gap:14px}.divider-logo{width:64px;height:64px}.divider-logo img{width:26px}}@media (width<=480px){.section-divider{gap:10px}.divider-logo{width:52px;height:52px}.divider-logo img{width:22px}}.scroll-top{color:#fff;cursor:pointer;opacity:0;visibility:hidden;z-index:999;background:#c8a24a;border:none;border-radius:50%;justify-content:center;align-items:center;width:55px;height:55px;font-size:26px;transition:all .35s;display:flex;position:fixed;bottom:40px;right:40px;transform:translateY(20px);box-shadow:0 10px 30px #00000040}.scroll-top.show{opacity:1;visibility:visible;transform:translateY(0)}.scroll-top:hover{background:#d8b45d;transform:translateY(-5px)}@media (width<=950px){.scroll-top{width:48px;height:48px;font-size:22px;bottom:60px;right:28px;box-shadow:0 8px 24px #00000038}.scroll-top:hover{transform:translateY(-4px)}}@media (width<=650px){.scroll-top{width:42px;height:42px;font-size:20px;bottom:60px;right:18px;transform:translateY(15px);box-shadow:0 6px 20px #0003}.scroll-top.show{transform:translateY(0)}.scroll-top:hover{transform:translateY(-3px)}}.purpose{background:var(--background);align-items:center;padding:100px 0;display:flex}.purpose-content{grid-template-columns:1fr 1fr;align-items:center;gap:80px;display:grid}.purpose-image{border-radius:var(--radius-lg);width:100%;height:320px;overflow:hidden}.purpose-image img{object-fit:cover;width:100%;height:100%;display:block}.purpose-info{max-width:600px}.purpose-info span{color:var(--accent);letter-spacing:4px;margin-bottom:20px;font-size:14px;font-weight:700;display:inline-block}.purpose-info h2{color:var(--primary);margin:0 0 24px;font-size:48px;line-height:1.15}.purpose-info p{max-width:520px;color:var(--secondary);margin:0;font-size:17px;line-height:1.8}@media (width<=900px){.purpose-content{grid-template-columns:1fr;gap:50px}.purpose-info{max-width:700px}.purpose-image{height:360px}}@media (width<=600px){.purpose{padding:80px 0}.purpose-content{gap:40px}.purpose-image{height:280px}.purpose-info h2{font-size:38px}.purpose-info p{font-size:16px}}.modal-overlay{z-index:9999;background:#0000008c;justify-content:center;align-items:center;animation:.2s ease-out fadeIn;display:flex;position:fixed;inset:0}.modal-content{background:#fff;border-radius:12px;width:90%;max-width:600px;max-height:80vh;padding:32px;animation:.2s ease-out scaleIn;position:relative;overflow-y:auto;box-shadow:0 10px 40px #00000026}.modal-body{flex-direction:column;gap:16px;display:flex}.modal-close{cursor:pointer;color:#333;background:0 0;border:none;font-size:28px;transition:opacity .2s;position:absolute;top:16px;right:16px}.modal-close:hover{opacity:.6}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes scaleIn{0%{opacity:0;transform:scale(.95)}to{opacity:1;transform:scale(1)}}.legal-content{text-align:center;max-width:700px;color:var(--text-light);margin:0 auto;padding:10px 20px}.legal-logo{opacity:.9;width:60px;height:auto;margin:0 auto 30px}.legal-content h2{color:var(--text-light);margin-bottom:25px;font-size:32px;font-weight:600}.legal-content h3{color:var(--accent);margin-top:40px;margin-bottom:15px;font-size:20px;font-weight:500}.legal-content p{color:var(--text);margin-bottom:20px;font-size:16px;line-height:1.7}.legal-content ul{margin:20px 0;padding:0;list-style:none}.legal-content ul li{color:var(--text);margin-bottom:10px;font-size:16px}.page-fade-in{animation:.35s ease-out pageFadeIn}@keyframes pageFadeIn{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}*{box-sizing:border-box;margin:0;padding:0}body{min-height:100vh;padding-top:80px}img{max-width:100%;display:block}button{font:inherit}a{color:inherit;text-decoration:none}ul{list-style:none}:root{--gold:#c8a24a;--background:#fff;--surface:#fff;--primary:#0b1f2a;--secondary:#6d7b88;--accent:#c8a45d;--text:#222;--radius-sm:6px;--radius-md:12px;--radius-lg:20px}html{scroll-behavior:smooth}body{font-family:var(--font-primary);background:var(--background);color:var(--text)}section{min-height:100vh;scroll-margin-top:120px}.reveal span,.reveal h2,.reveal p{opacity:0;transition:opacity .8s,transform .8s;transform:translateY(35px)}.reveal.show span,.reveal.show h2,.reveal.show p{opacity:1;transform:translateY(0)}.reveal.show span{transition-delay:.1s}.reveal.show h2{transition-delay:.25s}.reveal.show p:first-of-type{transition-delay:.4s}.reveal.show p:nth-of-type(2){transition-delay:.55s}
