*,*::before,*::after{margin:0;padding:0;box-sizing:border-box}html{scroll-behavior:smooth;scrollbar-gutter:stable}body{font-family:"Roboto",sans-serif;font-size:1rem;line-height:1.6;color:#6e7b8b;background-color:#f9f9f7;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='200' height='200'%3E%3Cfilter id='noise'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.65' numOctaves='3' stitchTiles='stitch'/%3E%3CfeColorMatrix type='saturate' values='0'/%3E%3C/filter%3E%3Crect width='200' height='200' filter='url(%23noise)' opacity='0.025'/%3E%3C/svg%3E");-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;min-height:100vh}img{display:block;max-width:100%}a{text-decoration:none;color:inherit}button{cursor:pointer;border:none;background:none;font-family:inherit}ul,ol{list-style:none}h1,h2,h3,h4,h5,h6{font-family:"Poppins",sans-serif;font-weight:600;color:#0d0d0d;line-height:1.2}h1{font-size:1.75rem}h2{font-size:1.5rem}h3{font-size:1.25rem}.site-header{display:flex;align-items:center;justify-content:space-between;padding:.75rem 1rem;max-width:72rem;margin:0 auto;width:100%}@media(min-width: 768px){.site-header{padding:1.25rem 4rem}}.header-left{display:flex;align-items:center;gap:.75rem}@media(min-width: 768px){.header-left{gap:1rem}}.header-logo{display:flex;align-items:center;gap:.75rem}@media(min-width: 768px){.header-logo{gap:1rem}}.header-logo .profile-link{display:flex;align-items:center}.header-logo .profile-link img{width:auto;height:3.5rem;filter:drop-shadow(0 2px 8px rgba(126, 224, 0, 0.55))}@media(min-width: 768px){.header-logo .profile-link img{height:4rem}}.hire-me-btn{background-color:#ff6f61;border-radius:9999px;padding:.2rem .65rem;box-shadow:0 1px 3px rgba(0, 0, 0, 0.1);transition:background-color .3s ease,box-shadow .3s ease;position:relative;z-index:1}.hire-me-btn:hover{background-color:#ff4f3a;box-shadow:0 4px 12px rgba(0, 0, 0, 0.15)}.hire-me-text{color:#fff;font-family:"Poppins",sans-serif;font-weight:600;font-size:1.04rem;text-shadow:0 1px 3px rgba(0, 0, 0, 0.25)}@media(min-width: 1024px){.hire-me-text{font-size:1.04rem}}.mobile-menu-toggle{display:flex;flex-direction:column;justify-content:space-between;width:1.5rem;height:1.25rem;background:none;border:none;cursor:pointer;padding:0}@media(min-width: 768px){.mobile-menu-toggle{display:none !important}}.mobile-menu-toggle span{display:block;width:100%;height:2px;background-color:#6b7280;transform-origin:center;transition:transform .35s cubic-bezier(0.4, 0, 0.2, 1),opacity .35s ease}.mobile-menu-toggle.is-open span:nth-child(1){transform:translateY(0.375rem) rotate(45deg)}.mobile-menu-toggle.is-open span:nth-child(2){opacity:0;transform:scaleX(0)}.mobile-menu-toggle.is-open span:nth-child(3){transform:translateY(-0.375rem) rotate(-45deg)}.main-nav{display:none;align-items:center;gap:2rem}@media(min-width: 768px){.main-nav{display:flex;gap:4rem}}.main-nav .nav-link{font-family:"Poppins",sans-serif;font-size:1.125rem;color:#6e7b8b;transition:color .3s ease}@media(min-width: 1024px){.main-nav .nav-link{font-size:1.25rem}}.main-nav .nav-link:hover{color:#ff6f61}.main-nav .nav-link.active{font-family:"Poppins",sans-serif;color:#0d0d0d}.overlay,#mobileMenu{display:flex;position:fixed;inset:0;background-color:rgba(249, 249, 247, 0.98);backdrop-filter:blur(10px);z-index:9999;justify-content:center;align-items:center;flex-direction:column;gap:2rem;opacity:0;visibility:hidden;pointer-events:none;transition:opacity .35s ease,visibility .35s ease}.overlay .nav-link,#mobileMenu .nav-link{font-family:"Poppins",sans-serif;opacity:0;transform:translateY(12px);transition:color .3s ease,opacity .3s ease,transform .3s ease}.overlay.open,#mobileMenu.open{opacity:1;visibility:visible;pointer-events:auto}.overlay.open .nav-link,#mobileMenu.open .nav-link{opacity:1;transform:translateY(0)}.overlay.open .nav-link:nth-child(2),#mobileMenu.open .nav-link:nth-child(2){transition-delay:.07s}.overlay.open .nav-link:nth-child(3),#mobileMenu.open .nav-link:nth-child(3){transition-delay:.14s}.overlay.open .nav-link:nth-child(4),#mobileMenu.open .nav-link:nth-child(4){transition-delay:.21s}.overlay.open .nav-link:nth-child(5),#mobileMenu.open .nav-link:nth-child(5){transition-delay:.28s}@media(min-width: 768px){.overlay,#mobileMenu{display:none !important}}.overlay .close-btn,#mobileMenu .close-btn{position:absolute;top:1rem;right:1rem;font-size:2rem;color:#6e7b8b;background:none;border:none;cursor:pointer}.overlay .nav-link,#mobileMenu .nav-link{font-size:1.5rem;color:#6e7b8b}.overlay .nav-link:hover,#mobileMenu .nav-link:hover{color:#ff6f61}.hero{padding:2rem 1rem}@media(min-width: 768px){.hero{padding:4rem 4rem 2rem 4rem}}.hero{text-align:center}.hero__inner{max-width:56rem;margin:0 auto}.hero__title{font-size:2.5rem;color:#0d0d0d;margin-bottom:1.5rem}@media(min-width: 768px){.hero__title{font-size:3.75rem}}.hero__body{font-family:"Roboto",sans-serif;font-size:1rem;color:#6e7b8b;line-height:1.625;max-width:42rem;margin:0 auto 2rem}@media(min-width: 768px){.hero__body{font-size:1.125rem}}.hero__ctas{display:flex;flex-wrap:wrap;gap:1rem;justify-content:center;margin-bottom:2.5rem}.hero__social{display:flex;align-items:center;justify-content:center;gap:1.5rem}.hero__social img{width:2rem;height:2rem;opacity:.6;transition:opacity .3s ease}.hero__social img:hover{opacity:1}.btn{display:inline-flex;align-items:center;padding:.75rem 1.5rem;border-radius:.5rem;font-size:.875rem;font-weight:500;box-shadow:0 1px 3px rgba(0, 0, 0, 0.1);transition:background-color .3s ease,border-color .3s ease,color .3s ease,box-shadow .3s ease;cursor:pointer}.btn--primary{background-color:#ff6f61;color:#fff;border:none;font-family:"Poppins",sans-serif;text-shadow:0 1px 3px rgba(0, 0, 0, 0.25);box-shadow:0 2px 8px rgba(255, 111, 97, 0.4)}.btn--primary:hover{background-color:#ff4f3a;box-shadow:0 6px 16px rgba(255, 111, 97, 0.5)}.btn--outline{background:transparent;color:#6e7b8b;border:1px solid #9ca3af;box-shadow:0 2px 8px rgba(0, 0, 0, 0.1)}.btn--outline:hover{border-color:#4b5563;color:#0d0d0d;box-shadow:0 6px 16px rgba(0, 0, 0, 0.15)}.btn--pill{border-radius:9999px}.filter-bar{display:flex;flex-wrap:wrap;gap:1rem;margin-bottom:3rem}.filter-btn{padding:.5rem 1.25rem;border-radius:9999px;font-size:.875rem;background:transparent;color:#6e7b8b;border:1px solid #d1d5db;box-shadow:0 2px 8px rgba(0, 0, 0, 0.12);transition:box-shadow .3s ease,background-color .3s ease,color .3s ease;cursor:pointer}.filter-btn:hover{box-shadow:0 6px 16px rgba(0, 0, 0, 0.18);background-color:#ffaa98;color:#fff;border-color:#ffaa98}.filter-btn:active{background-color:#ff8a7a;border-color:#ff8a7a}.filter-btn:focus-visible{box-shadow:0 4px 12px rgba(0, 0, 0, 0.15);background-color:#ff8a7a;color:#fff;border-color:#ff8a7a}.filter-btn.active{background-color:#ff6f61;color:#fff;border-color:#ff6f61;text-shadow:0 1px 3px rgba(0, 0, 0, 0.25);box-shadow:0 2px 8px rgba(255, 111, 97, 0.45)}.filter-btn.active:hover{background-color:#ff4f3a;border-color:#ff4f3a}.filter-btn.active:active{background-color:#ff6f61;border-color:#ff6f61}.filter-btn.active:focus-visible{background-color:#ff6f61;border-color:#ff6f61}.portfolio-grid{display:grid;grid-template-columns:1fr;gap:2rem}@media(min-width: 768px){.portfolio-grid{grid-template-columns:repeat(2, 1fr)}}@media(min-width: 1024px){.portfolio-grid{grid-template-columns:repeat(3, 1fr)}}.portfolio-item{min-height:320px}.portfolio-item .card{display:flex;flex-direction:column;height:100%;border-radius:.5rem;overflow:hidden;box-shadow:0 6px 24px rgba(0, 0, 0, 0.28);transition:box-shadow .3s ease}.portfolio-item .card:hover{box-shadow:0 16px 40px rgba(0, 0, 0, 0.35)}.portfolio-item .card__image{width:100%;height:12rem;object-fit:cover}.portfolio-item .card__body{padding:1.5rem;display:flex;flex-direction:column;justify-content:space-between;flex:1}.portfolio-item .card__title{font-size:1.125rem;margin-bottom:.5rem}.portfolio-item .card__category{display:none}.portfolio-item .card__footer{display:flex;flex-direction:column;margin-top:1.5rem}.portfolio-item .card__link{display:inline-block;background-color:transparent;color:#ff4f3a;text-shadow:0 0 8px rgba(255, 111, 97, 0.35);padding:0;margin-top:0;border-radius:.5rem;font-size:.95rem;font-family:"Poppins",sans-serif;font-weight:600;text-align:left;text-decoration:none;transition:color .3s ease,text-shadow .3s ease;align-self:flex-start}.portfolio-item .card__link:hover{color:#ff4f3a;text-decoration:underline;text-decoration-thickness:3px;text-underline-offset:3px;text-shadow:0 0 10px rgba(255, 79, 58, 0.5)}.project-grid{display:grid;grid-template-columns:repeat(2, 1fr);gap:1rem}@media(min-width: 768px){.project-grid{grid-template-columns:repeat(4, 1fr)}}.project-thumb{display:block;height:8rem;border-radius:.5rem;overflow:hidden;position:relative;background-color:#d1d5db;box-shadow:0 6px 24px rgba(0, 0, 0, 0.28);transition:box-shadow .3s ease}@media(min-width: 768px){.project-thumb{height:12rem}}.project-thumb img{width:100%;height:100%;object-fit:cover;transition:transform .3s ease}.project-thumb:hover{box-shadow:0 16px 40px rgba(0, 0, 0, 0.35)}.project-thumb:hover img{transform:scale(1.08)}.contact-form{max-width:42rem;margin:0 auto}.form-row{display:grid;grid-template-columns:1fr;gap:1.5rem}@media(min-width: 768px){.form-row{grid-template-columns:repeat(2, 1fr)}}.form-group{display:flex;flex-direction:column;gap:.4rem}.form-group label{font-family:"Roboto",sans-serif;font-size:.875rem;color:#6e7b8b}.form-group input,.form-group textarea{width:100%;padding:.625rem 1rem;border:1px solid #6e7b8b;border-radius:.5rem;font-family:"Roboto",sans-serif;font-size:1rem;color:#0d0d0d;background:transparent;transition:border-color .3s ease;outline:none}.form-group input:focus,.form-group textarea:focus{border-color:#ff6f61}.form-group textarea{resize:vertical}.field-error{font-family:"Roboto",sans-serif;font-size:.8rem;color:#d8000c;min-height:1rem}.input--error{border-color:#d8000c !important}.form-msg{padding:1rem;border-radius:.5rem;font-size:.875rem}.form-msg.hidden{display:none}.form-msg.success{background-color:#a8e6cf;color:#0d0d0d}.form-msg.error{background-color:#ffcccb;color:#d8000c}.btn--primary{transition:background-color .3s ease,box-shadow .3s ease,width .45s cubic-bezier(0.4, 0, 0.2, 1),height .45s cubic-bezier(0.4, 0, 0.2, 1),border-radius .45s cubic-bezier(0.4, 0, 0.2, 1),padding .45s cubic-bezier(0.4, 0, 0.2, 1)}.btn--primary.submitted{width:3.25rem !important;height:3.25rem !important;padding:0;border-radius:50%;background-color:#52c41a;box-shadow:0 4px 14px rgba(82, 196, 26, 0.4);overflow:hidden;pointer-events:none;justify-content:center}.btn--primary.submitted svg{display:block;margin:auto;animation:tick-in .25s ease both}@keyframes tick-in{from{opacity:0;transform:scale(0.4)}to{opacity:1;transform:scale(1)}}.site-footer{padding:2rem 1rem}@media(min-width: 768px){.site-footer{padding:4rem 4rem}}.site-footer{text-align:center}.site-footer small{font-family:"Roboto",sans-serif;font-size:.95rem;color:#6e7b8b;display:block}.back-to-top{position:fixed;bottom:1.5rem;right:1.5rem;z-index:900;display:flex;align-items:center;justify-content:center;background-color:#ff6f61;border:none;border-radius:50%;padding:.75rem;cursor:pointer;opacity:0;pointer-events:none;transform:translateY(8px);transition:opacity .35s ease,transform .35s ease,background-color .3s ease}@media(min-width: 768px){.back-to-top{padding:1rem;bottom:2rem;right:2rem}}.back-to-top.visible{opacity:1;pointer-events:auto;transform:translateY(0)}.back-to-top:hover{background-color:#ff4f3a}.back-to-top img{width:1.25rem;height:1.25rem;display:block}@media(min-width: 768px){.back-to-top img{width:1.5rem;height:1.5rem}}.js-hero .hero__body,.js-hero .hero__ctas,.js-hero .hero__social .social-icon{opacity:0}@keyframes cursor-blink{0%,100%{border-right-color:transparent}50%{border-right-color:currentColor}}.hero__title-inner{display:inline-block;white-space:nowrap;vertical-align:bottom;border-right:3px solid transparent}.hero__title-inner.is-typing{border-right-color:currentColor;animation:cursor-blink .85s step-end infinite}.portfolio-section{padding:2rem 1rem}@media(min-width: 768px){.portfolio-section{padding:4rem 4rem}}.portfolio-section{padding-top:1rem}@media(min-width: 768px){.portfolio-section{padding-top:1.5rem}}.portfolio-section__inner{max-width:72rem;margin:0 auto}.portfolio-section h1{font-size:1.38rem;margin-bottom:1.3rem;color:#6c6b6b}.portfolio-section .filter-bar,.portfolio-section h1,.portfolio-section .portfolio-grid{max-width:62rem;margin-left:auto;margin-right:auto}.js-about .about-section h1,.js-about .about-section__image,.js-about .reveal-line,.js-about .skill-icon,.js-about .skills-section h1,.js-about .skills-section__group h3,.js-about .demo-reel__video{opacity:0}:root{--plyr-color-main: #FF6F61;--plyr-video-control-color: #fff;--plyr-range-fill-background: #FF6F61}.about-section{padding:2rem 1rem}@media(min-width: 768px){.about-section{padding:4rem 4rem}}.about-section__inner{max-width:56rem;margin:0 auto}.about-section__grid{display:grid;grid-template-columns:1fr;gap:2rem;align-items:center}@media(min-width: 768px){.about-section__grid{grid-template-columns:repeat(2, 1fr)}}.about-section__image{height:16rem;border-radius:.5rem;overflow:hidden}@media(min-width: 768px){.about-section__image{height:20rem}}.about-section__image img{width:100%;height:100%;object-fit:cover}.about-section__text{max-width:48ch;margin:0 auto;text-align:center}.about-section__text p{font-family:"Roboto",sans-serif;font-size:1.2rem;line-height:1.625;color:#6e7b8b;margin-bottom:1rem}.reveal-wrap{display:block;overflow:hidden;line-height:1.625;margin-bottom:1rem}.reveal-line{display:block}.skills-section{padding:2rem 1rem 0}@media(min-width: 768px){.skills-section{padding:2.5rem 4rem 0}}.skills-section__inner{max-width:56rem;margin:0 auto;display:flex;flex-direction:column;gap:1.5rem}.skills-section__inner h1{margin-bottom:0}.skills-section__groups{display:flex;flex-wrap:wrap;gap:2rem 3rem}.skills-section__group h3{font-family:"Roboto",sans-serif;font-size:.7rem;font-weight:400;text-transform:uppercase;letter-spacing:.12em;color:#9ca3af;margin-bottom:.75rem}.skills-section__icons{display:flex;flex-wrap:wrap;gap:.75rem;align-items:center}.skill-icon{display:inline-flex;align-items:center;justify-content:center;width:2.4rem;height:2.4rem;border-radius:.5rem;background-color:#e5e7eb;transition:background-color .2s ease,transform .2s ease}.skill-icon:hover{background-color:#d1d5db;transform:translateY(-2px)}.skill-icon__img{display:inline-block;width:1.25rem;height:1.25rem;-webkit-mask-size:contain;mask-size:contain;-webkit-mask-repeat:no-repeat;mask-repeat:no-repeat;-webkit-mask-position:center;mask-position:center}.demo-reel{padding:1rem 1rem;text-align:center}@media(min-width: 768px){.demo-reel{padding:2rem 4rem}}.demo-reel__inner{max-width:56rem;margin:0 auto}.demo-reel h2{margin-bottom:2rem}.demo-reel__video{border-radius:.5rem;overflow:hidden;background-color:#d1d5db}.demo-reel__video video{width:100%;height:auto;display:block}.projects-strip{padding:2rem 1rem}@media(min-width: 768px){.projects-strip{padding:4rem 4rem}}.projects-strip__inner{max-width:56rem;margin:0 auto}.projects-strip h2{font-size:1.38rem;margin-bottom:1.3rem;color:#6c6b6b;font-weight:600}.js-contact .contact-section h1,.js-contact .contact-section__inner>p,.js-contact .contact-form{opacity:0}.contact-section{padding:2rem 1rem}@media(min-width: 768px){.contact-section{padding:4rem 4rem}}.contact-section__inner{max-width:42rem;margin:0 auto}.contact-section h1{margin-bottom:1rem}.contact-section>p,.contact-section__inner>p{font-family:"Roboto",sans-serif;font-size:1.25rem;color:#6e7b8b;margin-bottom:2rem}.contact-section__intro{margin-bottom:2rem}.contact-section__intro p{font-family:"Roboto",sans-serif;font-size:.875rem;color:#6e7b8b}.project-detail{padding:2rem 1rem}@media(min-width: 768px){.project-detail{padding:4rem 4rem}}.project-detail__inner{max-width:56rem;margin:0 auto}.project-detail h1{margin-bottom:1rem}.project-detail__meta{margin-bottom:2rem}.project-detail__meta p{font-family:"Roboto",sans-serif;font-size:.875rem;color:#6e7b8b;margin-bottom:.4rem}.project-detail__tools{display:flex;align-items:center;flex-wrap:wrap;gap:.5rem;margin-bottom:.75rem}.project-detail__tools strong{font-family:"Roboto",sans-serif;font-size:.875rem;color:#6e7b8b;white-space:nowrap}.project-detail .tool-badges{display:flex;flex-wrap:wrap;gap:.5rem}.project-detail .tool-badge{display:inline-flex;align-items:center;justify-content:center;padding:.4rem;border-radius:.375rem;background-color:#e5e7eb}.project-detail .tool-badge__icon{display:inline-block;width:1.4rem;height:1.4rem;flex-shrink:0;-webkit-mask-size:contain;mask-size:contain;-webkit-mask-repeat:no-repeat;mask-repeat:no-repeat;-webkit-mask-position:center;mask-position:center}.project-detail__hero-image{border-radius:.5rem;overflow:hidden;background-color:#e5e7eb;max-height:480px;margin-bottom:3rem}.project-detail__hero-image img{width:100%;height:100%;object-fit:cover;max-height:480px}.project-detail__overview{margin-bottom:3rem}.project-detail__overview h2{margin-bottom:.75rem}.project-detail__overview p{font-family:"Roboto",sans-serif;font-size:.875rem;line-height:1.625;color:#6e7b8b;max-width:65ch}.project-detail__zigzag-row{display:flex;flex-direction:column;gap:2rem;margin-bottom:3rem;padding-bottom:3rem;border-bottom:1px solid #e5e7eb}@media(min-width: 768px){.project-detail__zigzag-row{flex-direction:row;align-items:flex-start;gap:4rem}}.project-detail__zigzag-row--reverse{border-bottom:none;padding-bottom:0}@media(min-width: 768px){.project-detail__zigzag-row--reverse{flex-direction:row-reverse}}.project-detail__zigzag-label{flex-shrink:0}@media(min-width: 768px){.project-detail__zigzag-label{width:33.333%}}.project-detail__zigzag-label span{font-family:"Roboto",sans-serif;font-size:.75rem;letter-spacing:.1em;text-transform:uppercase;color:#9ca3af}.project-detail__zigzag-label h2{font-size:1.5rem;margin-top:.25rem}@media(min-width: 768px){.project-detail__zigzag-label h2{font-size:1.875rem}}@media(min-width: 768px){.project-detail__zigzag-label--right{text-align:right}}@media(min-width: 768px){.project-detail__zigzag-text{width:66.666%}}.project-detail__zigzag-text p{font-family:"Roboto",sans-serif;font-size:.875rem;line-height:1.625;color:#6e7b8b}.project-detail__hero-image,.project-detail__mockup,.project-detail__gallery figure{box-shadow:0 2px 8px rgba(0, 0, 0, 0.1)}.project-detail__mockup{border-radius:.5rem;overflow:hidden;background-color:#e5e7eb;margin-bottom:3rem}.project-detail__mockup img{width:100%;height:auto;display:block}.project-detail__gallery{display:grid;grid-template-columns:1fr;gap:1rem;margin-bottom:3rem}@media(min-width: 768px){.project-detail__gallery{grid-template-columns:repeat(2, 1fr)}}.project-detail__gallery figure{border-radius:.5rem;overflow:hidden;background-color:#e5e7eb;margin:0;cursor:pointer;aspect-ratio:4/3}.project-detail__gallery figure img{width:100%;height:100%;object-fit:cover;display:block;transition:opacity .2s ease}.project-detail__gallery figure:hover img{opacity:.8}.project-detail__carousel-title{font-size:1.5rem;margin-bottom:1rem;text-align:center}@media(min-width: 768px){.project-detail__carousel-title{font-size:1.875rem}}.project-detail__carousel{margin-bottom:3rem}.carousel__main{display:flex;align-items:center;gap:.75rem}.carousel__viewport{flex:1;overflow:hidden;border-radius:.5rem;box-shadow:0 2px 8px rgba(0, 0, 0, 0.1)}.carousel__track{display:flex;transition:transform .35s ease}.carousel__slide{min-width:100%;margin:0;background-color:#e5e7eb;cursor:pointer;aspect-ratio:16/9;overflow:hidden}.carousel__slide img{width:100%;height:100%;object-fit:cover;display:block;transition:opacity .2s ease}.carousel__slide:hover img{opacity:.85}.carousel__btn{flex-shrink:0;width:2.75rem;height:2.75rem;border-radius:50%;border:2px solid #ff6f61;background:rgba(255, 111, 97, 0.12);cursor:pointer;font-size:0;display:flex;align-items:center;justify-content:center;transition:background .2s ease,opacity .2s ease,box-shadow .2s ease}.carousel__btn::before{content:"";display:block;width:1.5rem;height:1.5rem;background-color:#ff6f61;-webkit-mask-size:contain;mask-size:contain;-webkit-mask-repeat:no-repeat;mask-repeat:no-repeat;-webkit-mask-position:center;mask-position:center;transition:background-color .2s ease}.carousel__btn--prev::before{-webkit-mask-image:url("../images/chevron-left.svg");mask-image:url("../images/chevron-left.svg")}.carousel__btn--next::before{-webkit-mask-image:url("../images/chevron-right.svg");mask-image:url("../images/chevron-right.svg")}.carousel__btn:hover:not(:disabled){background:#ff6f61;box-shadow:0 4px 12px rgba(255, 111, 97, 0.4)}.carousel__btn:hover:not(:disabled)::before{background-color:#fff}.carousel__btn:disabled{opacity:.25;cursor:default}.carousel__counter{text-align:center;margin-top:.6rem;font-size:.78rem;color:#888;letter-spacing:.06em}.lightbox{display:none;position:fixed;inset:0;z-index:9999;background-color:rgba(0, 0, 0, 0.92);align-items:center;justify-content:center;padding:1rem}.lightbox.is-open{display:flex}.lightbox__img{max-width:90vw;max-height:90vh;object-fit:contain;border-radius:.375rem;box-shadow:0 8px 40px rgba(0, 0, 0, 0.6)}.lightbox__close{position:absolute;top:1rem;right:1.5rem;background:none;border:none;color:#fff;font-size:2.5rem;line-height:1;cursor:pointer;padding:.25rem .5rem;opacity:.8;transition:opacity .15s ease}.lightbox__close:hover{opacity:1}.lightbox__nav{position:absolute;top:50%;transform:translateY(-50%);width:3rem;height:3rem;border-radius:50%;border:2px solid rgba(255, 255, 255, 0.5);background:rgba(255, 255, 255, 0.1);cursor:pointer;font-size:0;display:flex;align-items:center;justify-content:center;transition:background .2s ease,border-color .2s ease,opacity .2s ease}.lightbox__nav::before{content:"";display:block;width:1.5rem;height:1.5rem;background-color:#fff;-webkit-mask-size:contain;mask-size:contain;-webkit-mask-repeat:no-repeat;mask-repeat:no-repeat;-webkit-mask-position:center;mask-position:center}.lightbox__nav--prev{left:1rem}.lightbox__nav--prev::before{-webkit-mask-image:url("../images/chevron-left.svg");mask-image:url("../images/chevron-left.svg")}.lightbox__nav--next{right:1rem}.lightbox__nav--next::before{-webkit-mask-image:url("../images/chevron-right.svg");mask-image:url("../images/chevron-right.svg")}.lightbox__nav:hover:not(:disabled){background:rgba(255, 111, 97, 0.7);border-color:#ff6f61}.lightbox__nav:disabled{opacity:.2;cursor:default}.lightbox__video{border-radius:.5rem;overflow:hidden;background-color:#000;margin-bottom:3rem}.lightbox__video video{width:100%;display:block;max-height:540px}.featured-works{padding:2rem 1rem}@media(min-width: 768px){.featured-works{padding:4rem 4rem}}.featured-works__inner{max-width:56rem;margin:0 auto}.featured-works h2{font-family:"Poppins",sans-serif;font-weight:600;font-size:1.4rem;text-align:center;margin-bottom:2rem;color:#6e7b8b}.thanks-section{padding:2rem 1rem}@media(min-width: 768px){.thanks-section{padding:4rem 4rem}}.thanks-section{text-align:center}.thanks-section__inner{max-width:32rem;margin:0 auto}.thanks-section__icon{width:5rem;height:auto;margin-bottom:1.5rem}.thanks-section h1{margin-bottom:.75rem}.thanks-section p{font-family:"Roboto",sans-serif;color:#6e7b8b;margin-bottom:2rem}.thanks-section__actions{display:flex;gap:1rem;justify-content:center;flex-wrap:wrap}.error-section{padding:2rem 1rem}@media(min-width: 768px){.error-section{padding:4rem 4rem}}.error-section{text-align:center}.error-section__inner{max-width:36rem;margin:0 auto}.error-section__illustration{width:12rem;height:auto;margin-bottom:1.5rem}.error-section h1{margin-bottom:.75rem}.error-section p{font-family:"Roboto",sans-serif;color:#6e7b8b;margin-bottom:.5rem}.error-section p:last-of-type{margin-bottom:2rem}.error-section__actions{display:flex;gap:1rem;justify-content:center;flex-wrap:wrap}
