.hero{position:relative;width:100vw;height:100svh;overflow:hidden}.hero .hero-content{width:100%;height:100%;display:flex;flex-direction:column;justify-content:space-between}.hero .hero-content .hero-header{width:90%;margin:0 auto;text-align:center;padding-top:15svh}.hero .hero-content .hero-header h1{font-size:16vw}.hero .hero-content .hero-footer{display:flex;justify-content:space-between;align-items:flex-end;z-index:2}.hero .hero-content .hero-footer-copy{width:35%}.hero .hero-content .hero-footer-tags{display:flex;gap:2rem}.hero .hero-cards{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:35%;display:flex;justify-content:center;gap:1rem}.hero .hero-cards .card{flex:1;position:relative;aspect-ratio:5/7;transform:scale(0)}.hero .hero-cards .card .hero-card-inner{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:100%;height:100%;padding:1rem;border-radius:8px;animation:floating 2s infinite ease-in-out;display:flex;flex-direction:column;justify-content:space-between}.hero .hero-cards .card#hero-card-1 .hero-card-inner{animation-delay:0}.hero .hero-cards .card#hero-card-2 .hero-card-inner{animation-delay:.25s}.hero .hero-cards .card#hero-card-3 .hero-card-inner{animation-delay:.5s}.hero .hero-cards .card .card-title{width:100%;display:flex;justify-content:space-between}.hero .hero-cards .card p{font-size:.8rem}.hero .hero-cards .card#hero-card-1{z-index:2}.hero .hero-cards .card#hero-card-2{z-index:1}.hero .hero-cards .card#hero-card-3{z-index:0}.hero .hero-cards .card#hero-card-1 .hero-card-inner{background-color:var(--accent-1)}.hero .hero-cards .card#hero-card-2 .hero-card-inner{background-color:var(--accent-2)}.hero .hero-cards .card#hero-card-3 .hero-card-inner{background-color:var(--accent-3)}.home-about{position:relative;width:100vw;height:100svh;background-color:var(--base-300);color:var(--base-100);overflow:hidden}.home-about .container{display:flex;gap:2rem}.home-about-actions{display:flex;align-items:center;gap:2rem;margin-bottom:2rem}.social-icons-container{display:flex;gap:1rem}.social-icon{width:48px;height:48px;display:flex;align-items:center;justify-content:center;background-color:var(--base-100);color:var(--base-300);border-radius:50%;transition:all .3s ease;text-decoration:none}.social-icon:hover{background-color:var(--base-secondary-light);color:var(--base-100);transform:translateY(-4px);box-shadow:0 4px 12px #0003}.social-icon svg{width:20px;height:20px}.resume-btn{display:inline-flex;align-items:center;gap:.5rem;padding:.75rem 1.5rem;background-color:var(--base-100);color:var(--base-300);text-decoration:none;border-radius:6px;font-weight:600;font-size:.9rem;text-transform:uppercase;letter-spacing:.5px;transition:all .3s ease;border:2px solid var(--base-100)}.resume-btn:hover{background-color:transparent;color:var(--base-100);border-color:var(--base-100);transform:translateY(-2px)}.home-about .home-about-col:nth-child(1){display:flex;flex-direction:column}.home-about .home-about-col:nth-child(1) .home-about-header{width:90%;flex:1;display:flex;flex-direction:column;justify-content:flex-end;gap:2rem;padding-bottom:1rem}.home-about .home-about-col:nth-child(2){flex:3;display:flex;flex-direction:column;justify-content:flex-end;gap:2rem;width:100%}.home-about .home-about-col-row{display:flex;flex:1;gap:2rem;width:100%}.home-about .home-about-card{flex:1;display:flex;flex-direction:column;justify-content:space-between;height:100%;border:1px dashed var(--base-secondary-fade);border-radius:16px;padding:1.5rem}.home-about .home-about-card p.mono{color:var(--base-secondary-dark)}.home-services{position:relative;width:100vw;height:100svh;padding:8rem 2rem;overflow:hidden}.home-services-top-bar{position:absolute;top:0;left:0;width:100%}.home-services-bottom-bar{position:absolute;bottom:0;left:0;width:100%}.home-services-top-bar .container,.home-services-bottom-bar .container{display:flex;justify-content:space-between}.home-services-header{position:relative;width:100%;text-align:center;transform:translateY(300%);will-change:transform}.home-services .cards{position:fixed;top:0;left:0;width:100vw;height:100svh;display:flex;justify-content:center;z-index:-1;background-color:var(--base-100)}.home-services .cards-container{position:relative;width:75%;height:100%;margin-top:4rem;display:flex;justify-content:center;align-items:center;gap:4rem}.home-services .cards-container .card{flex:1;position:relative;aspect-ratio:5/7;perspective:1000px}.home-services .cards-container .card .card-wrapper{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:100%;height:100%;animation:floating 2s infinite ease-in-out}.home-services .card .card-title{width:100%;display:flex;justify-content:space-between}.home-services .card p{font-size:.8rem}@keyframes floating{0%{transform:translate(-50%,-50%)}50%{transform:translate(-50%,-55%)}to{transform:translate(-50%,-50%)}}.home-services #card-1 .card-wrapper{animation-delay:0}.home-services #card-2 .card-wrapper{animation-delay:.25s}.home-services #card-3 .card-wrapper{animation-delay:.5s}.home-services .flip-card-inner{position:relative;width:100%;height:100%;transform-style:preserve-3d}.home-services .flip-card-front,.home-services .flip-card-back{position:absolute;width:100%;height:100%;border-radius:8px;backface-visibility:hidden;overflow:hidden}.home-services .flip-card-front{padding:1.5rem;display:flex;flex-direction:column;justify-content:space-between;align-items:center}.home-services #card-1 .flip-card-front{background-color:var(--accent-1)}.home-services #card-2 .flip-card-front{background-color:var(--accent-2)}.home-services #card-3 .flip-card-front{background-color:var(--accent-3)}.home-services .flip-card-back{padding:1.5rem;display:flex;flex-direction:column;justify-content:space-between;gap:2rem;background-color:#fff;transform:rotateY(180deg)}.home-services .card-copy{width:100%;height:100%;display:flex;flex-direction:column;gap:.5rem}.home-services .card-copy p{flex:1;display:flex;justify-content:center;align-items:center;font-size:1rem;background-color:var(--base-200);border-radius:8px}.home-services .cards #card-1{transform:translate(100%) translateY(-100%) rotate(-5deg) scale(.25);z-index:2}.home-services .cards #card-2{transform:translate(0) translateY(-100%) rotate(0) scale(.25);z-index:1}.home-services .cards #card-3{transform:translate(-100%) translateY(-100%) rotate(5deg) scale(.25);z-index:0}.home-services .cards .cards-container .card{opacity:0}.home-spotlight{position:relative;width:100vw;height:100svh;background-color:var(--base-300);color:var(--base-100);overflow:hidden}.home-spotlight .spotlight-intro-header{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);text-align:center;width:50%}.home-spotlight .home-spotlight-images{position:absolute;top:0;left:0;width:100vw;height:300svh;display:flex;flex-direction:column;justify-content:space-between;transform:translateY(5%);will-change:transform;z-index:-1}.home-spotlight .home-spotlight-images-row{width:100%;padding:2rem;display:flex;gap:2rem}.home-spotlight .home-spotlight-image{flex:1;aspect-ratio:5/7;border-radius:8px;overflow:hidden}.home-spotlight .home-spotlight-image.image-holder{opacity:.75}.home-spotlight .spotlight-mask-image-container{position:absolute;top:0;left:0;width:100vw;height:100svh;overflow:hidden;z-index:10;-webkit-mask:url(/global/spotlight-mask.svg) center/contain no-repeat;mask:url(/global/spotlight-mask.svg) center/contain no-repeat;-webkit-mask-size:0%;mask-size:0%}.home-spotlight .spotlight-mask-image-container .spotlight-mask-image{width:100%;height:100%}.home-spotlight .spotlight-mask-image-container .spotlight-mask-image img{width:100%;height:100%;object-fit:cover;object-position:center}.home-spotlight .spotlight-mask-header{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:40%;text-align:center;color:var(--base-100)}.home-spotlight-top-bar{position:absolute;top:0;left:0;width:100%}.home-spotlight-bottom-bar{position:absolute;bottom:0;left:0;width:100%}.home-spotlight-top-bar .container,.home-spotlight-bottom-bar .container{display:flex;justify-content:space-between}.outro{position:relative;width:100vw;height:100svh;overflow:hidden;z-index:1}.outro .container{display:flex;justify-content:center;align-items:center}.outro h3{width:50%;text-align:center}.outro .outro-strips{position:absolute;top:0;left:50%;transform:translate(-50%);width:150vw;height:100svh;overflow:hidden;display:flex;flex-direction:column;justify-content:space-around}.outro .outro-strip{position:relative;transform:translate(0);display:flex;justify-content:space-around;will-change:transform}.outro .skill{width:max-content;padding:4px 8px;border-radius:6px}.outro .skill p{font-size:.8rem}.outro .os-1{margin-top:10rem}.outro .os-2{margin-top:-2rem}.outro .os-3{margin-top:16rem}.outro .os-4{margin-top:-2rem}.outro .os-5{margin-top:1rem}.outro .os-6{margin-top:2rem}.outro .skill.skill-var-1{background-color:var(--accent-1);color:var(--base-300)}.outro .skill.skill-var-2{background-color:var(--accent-2);color:var(--base-300)}.outro .skill.skill-var-3{background-color:var(--accent-3);color:var(--base-300)}@media (min-width: 2800px){.hero .hero-content .hero-header{width:100%}.hero .hero-content .hero-header h1{font-size:15vw}.hero .hero-cards{width:30%}}@media (max-width: 1200px){.hero .hero-content .hero-header{width:100%}.hero .hero-content .hero-header h1{font-size:20vw}.hero .hero-cards{width:50%}}@media (max-width: 1000px){.hero .hero-content .hero-header h1{font-size:22.5vw}.hero .hero-content .hero-footer-copy{display:none}.hero .hero-content .hero-footer-tags{width:100%;justify-content:space-between}.hero .hero-cards .card p{font-size:.7rem}.home-about{height:max-content}.home-about-actions{flex-direction:column;align-items:flex-start;gap:1.5rem;margin-bottom:2rem}.home-about .container{flex-direction:column}.home-about .symbols-container{margin-bottom:8rem}.home-about .home-about-col:nth-child(1) .home-about-header{width:100%}.home-about .home-about-col:nth-child(2),.home-about .home-about-col-row{flex-direction:column}.home-about .home-about-card{aspect-ratio:1;max-height:400px}.home-services-bottom-bar .container{flex-direction:column;justify-content:center;align-items:center;text-align:center}.home-services-header{transform:translateY(0)}.home-spotlight .spotlight-mask-header,.home-spotlight .spotlight-intro-header{width:90%;text-align:center}.home-spotlight .home-spotlight-images{position:absolute;left:-75vw;width:250vw}.home-spotlight .home-spotlight-images-row{gap:1rem}.outro h3{width:90%}.outro .outro-strips{width:300vw}.outro .os-1{margin-top:2.5rem}.outro .os-3{margin-top:10rem}}@media (max-width: 800px){.hero .hero-cards{width:65%}}@media (max-width: 600px){.hero .hero-content .hero-header h1{font-size:25vw}.hero .hero-cards{top:65%;width:75%}}@media (max-width: 500px){.hero .hero-content .hero-header h1{font-size:30vw}.hero .hero-cards{width:85%}}@media (max-width: 1000px){.home-services{height:max-content}.home-services .cards{position:relative;background-color:var(--base-100);width:100%;height:max-content}.home-services .cards-container{flex-direction:column;gap:2rem;width:100%;display:block;margin:0}.home-services .card{opacity:1!important;transform:none!important;max-width:400px;width:100%;margin:2rem auto}.home-services .flip-card-inner,.home-services .cards-container .card .card-wrapper{animation:none}.home-services .flip-card-front{display:none}.home-services .flip-card-back{transform:none!important;position:relative}}.home-projects{position:relative;width:100vw;padding:2.5rem 0 0;background-color:var(--base-300);overflow:hidden}.home-projects-header{margin-bottom:2.5rem}.home-projects-header>p.mono{margin-bottom:.5rem;color:var(--base-secondary-dark)}.home-projects-header h2{color:var(--base-100)}.home-projects-grid{display:flex;gap:.75rem;height:68vh}.home-project-card-mask{flex:1;min-width:0;overflow:hidden;border-radius:12px;transition:flex .55s cubic-bezier(.4,0,.2,1)}.home-projects-grid:hover .home-project-card-mask{flex:.6}.home-projects-grid .home-project-card-mask:hover{flex:2.6}.home-project-card{height:100%;display:flex;flex-direction:column;border:1px solid rgba(249,244,235,.12);border-radius:12px;padding:0;text-decoration:none;color:var(--base-100);overflow:hidden;transition:border-color .3s ease;cursor:pointer}.home-project-card-mask:hover .home-project-card{border-color:#f9f4eb80}.home-project-card-img{flex:1;min-height:0;width:100%;overflow:hidden;background-color:#ffffff0d}.home-project-card-img img{width:100%;height:100%;object-fit:cover;transition:transform .6s cubic-bezier(.4,0,.2,1)}.home-project-card-mask:hover .home-project-card-img img{transform:scale(1.05)}.home-project-card-bottom{flex-shrink:0;display:flex;justify-content:space-between;align-items:flex-end;padding:.85rem 1rem;border-top:1px solid rgba(249,244,235,.12);transition:border-color .3s ease;gap:1rem}.home-project-card-mask:hover .home-project-card-bottom{border-color:#f9f4eb80}.home-project-card-meta{display:flex;flex-direction:column;gap:.15rem;min-width:0}.home-project-num{color:var(--base-secondary-dark);font-size:.7rem}.home-project-card-meta h4{font-size:1.2rem;line-height:1;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.home-project-tag-line{font-size:.7rem!important;color:#f9f4eb73;white-space:nowrap}.home-project-view{flex-shrink:0;font-size:.75rem!important;opacity:0;transform:translateY(6px);transition:opacity .3s ease .1s,transform .3s ease .1s;white-space:nowrap}.home-project-card-mask:hover .home-project-view{opacity:1;transform:translateY(0)}.home-project-view span{display:inline-block;transition:transform .35s cubic-bezier(.4,0,.2,1)}.home-project-card-mask:hover .home-project-view span{transform:translate(3px,-3px)}.home-projects-cta{display:block;width:100%;margin-top:3rem;background-color:var(--base-100);color:var(--base-300);text-decoration:none;transition:background-color .3s ease}.home-projects-cta:hover{background-color:var(--base-200)}.home-projects-cta .container{padding-top:2.5rem;padding-bottom:2.5rem}.home-projects-cta-inner{display:flex;justify-content:space-between;align-items:center}.home-projects-cta-text p.mono{color:var(--base-secondary-dark);font-size:.8rem;margin-bottom:.4rem}.home-projects-cta-text h2{color:var(--base-300);line-height:1}.home-projects-cta-arrow{flex-shrink:0;width:5rem;height:5rem;border:1px solid rgba(10,10,10,.2);border-radius:50%;display:flex;align-items:center;justify-content:center;transition:border-color .3s ease,transform .3s ease}.home-projects-cta:hover .home-projects-cta-arrow{border-color:var(--base-300);transform:rotate(45deg)}.home-projects-cta-arrow svg{width:1.75rem;height:1.75rem;color:var(--base-300)}@media (max-width: 1000px){.home-projects{padding:2rem 0 0}.home-projects-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:.75rem;height:auto}.home-project-card-mask{flex:unset;transition:none}.home-projects-grid:hover .home-project-card-mask,.home-projects-grid .home-project-card-mask:hover{flex:unset}.home-project-card{height:auto}.home-project-card-img{flex:unset;aspect-ratio:3/4;width:100%;background-color:#ffffff0d}.home-project-view{opacity:1;transform:none}.home-project-card-meta h4{font-size:1rem}.home-projects-cta-text h2{font-size:3rem}.home-projects-cta-arrow{width:3.5rem;height:3.5rem}.home-projects-cta-arrow svg{width:1.25rem;height:1.25rem}}.experience-section{position:relative;width:100vw;min-height:auto;background-color:var(--base-300);color:var(--base-100);padding:6rem 0}.experience-header{text-align:center;margin-bottom:3rem}.experience-header p.mono{color:var(--base-secondary-light);margin-bottom:.75rem}.experience-header h2{font-size:3rem;font-weight:900;line-height:1.1;color:var(--base-100)}.experience-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:1.5rem;max-width:1200px;margin:0 auto}.experience-card{background:linear-gradient(135deg,#0000004d,#00000080);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-radius:12px;overflow:hidden;border:1px solid rgba(255,255,255,.1);transition:all .3s ease;position:relative}.experience-card:before{content:"";position:absolute;top:0;left:0;right:0;height:3px;background:linear-gradient(90deg,var(--base-secondary-light),transparent);opacity:0;transition:opacity .3s ease}.experience-card:hover{transform:translateY(-4px);box-shadow:0 8px 24px #0006;border-color:var(--base-secondary-light);background:linear-gradient(135deg,#0006,#0009)}.experience-card:hover:before{opacity:1}.experience-image{width:100%;height:120px;overflow:hidden;background-color:#ffffff0d;display:flex;align-items:center;justify-content:center;border-bottom:1px solid rgba(255,255,255,.1)}.experience-image img{width:100%;height:100%;object-fit:cover;opacity:.8;transition:opacity .3s ease}.experience-card:hover .experience-image img{opacity:1}.experience-content{padding:1.25rem}.experience-content h3{font-size:1.15rem;font-weight:700;margin-bottom:.4rem;color:var(--base-100);line-height:1.2}.experience-company{font-size:.9rem;color:var(--base-secondary-light);font-weight:600;margin-bottom:.25rem}.experience-period{font-size:.8rem;color:#fff9;font-weight:500;margin-bottom:.75rem;font-family:DM Mono,monospace}.experience-list{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:.3rem}.experience-list li{padding-left:1.5rem;position:relative;line-height:1.4;color:#ffffffbf;font-size:.82rem}.experience-list li:before{content:"▸";position:absolute;left:0;color:var(--base-secondary-light);font-weight:700}.experience-tech{margin-top:1rem;padding-top:1rem;border-top:1px solid rgba(255,255,255,.1);font-size:.85rem;color:var(--base-secondary-light);font-weight:600;font-family:DM Mono,monospace}.home-certificates{position:relative;width:100vw;min-height:100svh;overflow:hidden;background-color:var(--base-200);color:var(--base-300);padding:8rem 0;display:flex;flex-direction:column;justify-content:center}.home-certificates-header{text-align:center;margin-bottom:6rem}.home-certificates-header p.mono{color:var(--base-300);margin-bottom:1rem}.home-certificates-header h3{font-size:4rem;line-height:1.1;font-weight:900;color:var(--base-300)}.certificates-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:2rem;max-width:1200px;margin:0 auto}.certificate-card{background-color:var(--base-300);border:1px solid var(--base-secondary-fade);border-radius:12px;padding:2rem;transition:all .3s ease;position:relative;overflow:hidden}.certificate-card:before{content:"";position:absolute;top:0;left:0;right:0;height:2px;background:linear-gradient(90deg,var(--base-secondary-light),var(--base-secondary-dark));opacity:0;transition:opacity .3s ease}.certificate-card:hover{transform:translateY(-4px);border-color:var(--base-secondary-light)}.certificate-card:hover:before{opacity:1}.certificate-card{cursor:pointer}.certificate-image{width:100%;height:200px;border-radius:8px;overflow:hidden;margin-bottom:1.5rem;background-color:var(--base-secondary-fade);display:flex;align-items:center;justify-content:center;position:relative}.certificate-image img{width:100%;height:100%;object-fit:cover;transition:transform .3s ease}.cert-overlay{position:absolute;inset:0;background:#000000b3;display:flex;align-items:center;justify-content:center;opacity:0;transition:opacity .3s ease}.view-details{color:var(--base-100);font-size:1rem;font-weight:600;text-transform:uppercase;letter-spacing:1px}.certificate-card:hover .certificate-image img{transform:scale(1.05)}.certificate-card:hover .cert-overlay{opacity:1}.certificate-content h4{font-size:1.5rem;font-weight:700;margin-bottom:.5rem;color:var(--base-100)}.certificate-content p.mono{color:var(--base-100);font-size:.9rem;margin-bottom:.5rem}.cert-date{color:var(--base-secondary-dark);font-size:.8rem;font-weight:500}@media (max-width: 1000px){.experience-section{padding:6rem 0}.experience-header h2{font-size:2.5rem}.experience-grid{grid-template-columns:1fr;gap:1.5rem}.experience-card{margin:0 2rem}}@media (max-width: 500px){.experience-header h2{font-size:2rem}.experience-card{margin:0 1rem}.experience-image{height:150px}}@media (max-width: 1000px){.home-certificates{padding:6rem 0}.home-certificates-header h3{font-size:2.5rem}.certificates-grid{grid-template-columns:1fr;gap:1.5rem;padding:0 2rem}.certificate-card{padding:1.5rem}}@media (max-width: 500px){.home-certificates-header h3{font-size:2rem}.certificates-grid{padding:0 1rem}.certificate-card{padding:1rem}.certificate-icon{width:40px;height:40px}.certificate-content h4{font-size:1.25rem}}.cert-modal{display:none;position:fixed;z-index:10000;left:0;top:0;width:100%;height:100%;background-color:#000000f2;align-items:center;justify-content:center;padding:2rem;overflow:hidden;overscroll-behavior:contain}.cert-modal-content{position:relative;background-color:var(--base-300);border-radius:12px;max-width:1600px;width:98%;max-height:98vh;overflow-y:auto;overflow-x:hidden;animation:modalSlideIn .3s ease;box-shadow:0 10px 50px #00000080;scrollbar-width:thin;scrollbar-color:var(--base-secondary-light) rgba(255,255,255,.1);overscroll-behavior:contain;-webkit-overflow-scrolling:touch}.cert-modal-content::-webkit-scrollbar{width:8px}.cert-modal-content::-webkit-scrollbar-track{background:#ffffff0d;border-radius:10px}.cert-modal-content::-webkit-scrollbar-thumb{background:var(--base-secondary-light);border-radius:10px}.cert-modal-content::-webkit-scrollbar-thumb:hover{background:var(--base-secondary-dark)}@keyframes modalSlideIn{0%{opacity:0;transform:translateY(-50px)}to{opacity:1;transform:translateY(0)}}.cert-modal-close{position:sticky;top:1rem;float:right;margin:1rem 1rem 0 0;font-size:2rem;font-weight:700;color:var(--base-100);cursor:pointer;z-index:1;background-color:#ffffff1a;border-radius:50%;width:40px;height:40px;display:flex;align-items:center;justify-content:center;transition:all .3s ease;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.cert-modal-close:hover{background-color:var(--base-secondary-light);color:var(--base-300);transform:rotate(90deg)}.cert-modal-body{display:grid;grid-template-columns:40% 60%;gap:2rem;padding:3.5rem 2rem 1.5rem}.cert-modal-image{display:flex;align-items:flex-start;justify-content:center}.cert-modal-image img{width:100%;height:auto;object-fit:contain;border-radius:8px;box-shadow:0 4px 20px #0003}.cert-modal-decorations{position:absolute;top:0;left:0;right:0;height:60px;display:flex;justify-content:space-between;align-items:center;padding:0 2rem;border-bottom:1px solid rgba(255,255,255,.1);z-index:0}.cert-modal-symbols-left,.cert-modal-symbols-right{display:flex;gap:1rem}.cert-modal-decorations .symbol{width:20px;height:20px;opacity:.3}.cert-modal-decorations .symbol img{width:100%;height:100%;object-fit:contain}.cert-modal-bottom-bar{border-top:1px solid rgba(255,255,255,.1);padding:1rem 2rem;display:flex;justify-content:center}.cert-modal-symbols-bottom{display:flex;gap:1rem}.cert-modal-symbols-bottom .symbol{width:20px;height:20px;opacity:.3}.cert-modal-symbols-bottom .symbol img{width:100%;height:100%;object-fit:contain}.cert-modal-info{padding:0}.cert-modal-label{font-size:.85rem;color:var(--base-secondary-light);margin-bottom:.5rem;text-transform:uppercase;letter-spacing:1px}.cert-modal-label span{margin-right:.5rem}.cert-modal-info h2{font-size:1.8rem;font-weight:900;color:var(--base-100);margin-bottom:.3rem;line-height:1.2}.modal-cert-date{font-size:.85rem;color:var(--base-secondary-light);margin-bottom:1rem}.modal-cert-details{margin-bottom:1rem}.modal-cert-details h3{font-size:1.1rem;font-weight:700;color:var(--base-100);margin-bottom:.75rem;border-bottom:2px solid var(--base-secondary-light);padding-bottom:.4rem}.modal-cert-details h3 span{color:var(--base-secondary-light);margin-right:.5rem;font-size:.9rem}.modal-cert-details ul{list-style:none;padding:0;margin:0}.modal-cert-details li{padding:.25rem 0 .25rem 1.5rem;position:relative;line-height:1.4;color:#ffffffd9;font-size:.9rem}.modal-cert-details li:before{content:"▸";position:absolute;left:0;color:var(--base-secondary-light);font-weight:700}.modal-cert-issuer{padding:.6rem 1rem;background-color:#ffffff0d;border:1px solid rgba(255,255,255,.1);border-radius:8px;margin-top:.75rem}.modal-cert-issuer p{margin:0;color:#ffffffd9}.modal-cert-issuer strong{color:var(--base-100)}.modal-cert-issuer span{color:var(--base-secondary-light);font-weight:600}@media (max-width: 1000px){.cert-modal{padding:1rem}.cert-modal-body{grid-template-columns:1fr;gap:1.5rem;padding:4rem 1.5rem 1.5rem}.cert-modal-image{position:relative;top:0}.cert-modal-info h2{font-size:1.5rem}.modal-cert-details h3{font-size:1.1rem}.cert-modal-decorations{padding:0 1.5rem}.cert-modal-bottom-bar{padding:1rem 1.5rem}}@media (max-width: 500px){.cert-modal{padding:.5rem}.cert-modal-body{padding:1rem}.cert-modal-close{width:35px;height:35px;font-size:1.5rem}}footer{position:relative;width:100vw;height:max-content;overflow:hidden;background-color:var(--base-300);color:var(--base-100);padding:8rem 0 4rem}footer .container{display:flex;flex-direction:column;justify-content:flex-end;gap:1.5rem}footer .container>div{display:flex;gap:2rem}footer .container .footer-col,footer .container .footer-sub-col{flex:1}footer .footer-top{display:flex;gap:2rem}footer .footer-top .footer-col:nth-child(1){display:flex;flex-direction:column;gap:1rem}footer .footer-top .footer-col:nth-child(1) p.mono{color:var(--base-secondary-dark)}footer .footer-email-row{width:75%;display:flex;gap:1rem;padding:1rem 0}footer .footer-email-row input{flex:1;width:100%;font-family:Host Grotesk;font-weight:900;font-size:3rem;color:var(--base-100)}footer .footer-email-row input::placeholder{color:var(--base-secondary-dark);opacity:.75}footer .footer-email-row button{outline:none;border:none;color:var(--base-100);background-color:#ffffff1a;width:4rem;height:4rem;border-radius:100%;display:flex;justify-content:center;align-items:center}footer .footer-email-row button img{width:.75rem;object-fit:contain}footer .footer-email-row input{border:none;outline:none;background:none}footer .footer-bottom{padding:4rem 0 10rem;border-top:1px dashed var(--base-secondary-fade)}footer .footer-bottom .footer-col:nth-child(2){display:flex}footer .footer-logo{width:60px}footer .footer-bottom .footer-col:nth-child(2) p.mono{margin-bottom:2rem;opacity:.25}footer .footer-copyright{display:flex;gap:2rem}footer .footer-copyright .footer-col{display:flex;gap:2rem}footer .footer-links,footer .footer-copy{display:flex;flex-direction:column;gap:.25rem}footer a{color:var(--base-100);text-decoration:none;transition:all .3s ease}footer a:hover{color:var(--base-secondary-light);text-decoration:underline}footer .footer-copy a{color:var(--base-100);opacity:.8}footer .footer-copy a:hover{opacity:1;color:var(--base-secondary-light)}@media (max-width: 1000px){footer{height:max-content;padding-top:8rem}footer .container .footer-top .footer-col:nth-child(2){display:none}footer .footer-email-row{width:100%}footer .footer-email-row input{font-size:2rem}footer .footer-email-row button{width:3rem;height:3rem}footer .footer-email-row button img{width:.5rem}footer .container>div{flex-direction:column;gap:4rem}footer .footer-bottom .footer-col:nth-child(2){flex-direction:column;gap:4rem}footer .footer-copyright .footer-col:nth-child(1){display:none}footer .footer-copyright .footer-col:nth-child(2){width:100%;flex-direction:column-reverse;gap:.25rem}}
