@charset "UTF-8";@import"https://fonts.googleapis.com/css2?family=Cabin+Sketch:wght@400;700&family=Nunito:wght@400;600;700&family=Patrick+Hand&display=swap";.perlin-shape{position:relative;display:inline-flex;align-items:center;justify-content:center}.perlin-shape__svg{position:absolute;top:0;left:0;width:100%;height:100%;pointer-events:none}.perlin-shape__content{position:relative;z-index:1;display:flex;align-items:center;justify-content:center;width:100%;height:100%}.logo-perlin{cursor:pointer;transition:transform .3s ease}.logo-perlin:hover{transform:rotate(-5deg) scale(1.05)}.logo-badge__text{font-family:Cabin Sketch,cursive;font-size:1.5rem;font-weight:700;color:#f2e8d5;line-height:1;-webkit-user-select:none;user-select:none}.hamburger-perlin{cursor:pointer}.hamburger-lines{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:5px;width:20px;height:20px;transition:all .3s ease}.hamburger-lines span{display:block;width:100%;height:2px;background:#f2e8d5;border-radius:2px;transition:all .3s ease;transform-origin:center;position:relative}.hamburger-lines--open{gap:0}.hamburger-lines--open span{position:absolute}.hamburger-lines--open span:first-child{transform:rotate(45deg)}.hamburger-lines--open span:last-child{transform:rotate(-45deg)}.site-header__hamburger{background:none;border:none;padding:0;display:block}@media(min-width:768px){.site-header__hamburger{display:none}}.site-header__hamburger>span{display:none}.site-header__hamburger.open>span{display:none}.perlin-btn{position:relative;display:inline-flex;min-width:180px;height:54px;cursor:pointer;transition:transform .15s ease}.perlin-btn:hover{transform:translate(-2px,-2px)}.perlin-btn:hover .perlin-btn__shadow-path{transform:translate(3px,3px)}.perlin-btn:active{transform:translate(0)}.perlin-btn__link{position:relative;display:flex;align-items:center;justify-content:center;width:100%;height:100%;background:none;border:none;cursor:pointer;text-decoration:none;color:inherit;padding:.5rem 3rem}.perlin-btn__svg{position:absolute;top:0;left:0;width:100%;height:100%;pointer-events:none;overflow:visible}.perlin-btn__path{fill:none;stroke-width:2.5;stroke-linejoin:round;stroke-linecap:round;transition:stroke .3s ease}.perlin-btn__path--sketch{stroke-width:1.8;opacity:.75}.perlin-btn__shadow-path{fill:none;stroke-width:2;stroke-linejoin:round;opacity:.3;transition:transform .3s ease,stroke .3s ease}.perlin-btn__text{position:relative;z-index:1;font-family:Patrick Hand,cursive;font-size:1.125rem;text-transform:uppercase;letter-spacing:2px;white-space:nowrap}.perlin-btn--primary .perlin-btn__path,.perlin-btn--primary .perlin-btn__shadow-path{stroke:#4a4e50}.perlin-btn--primary .perlin-btn__text{color:#faf6f0}.perlin-btn--primary .perlin-btn__link:before{content:"";position:absolute;inset:6px;background:#d4735e;border-radius:4px;z-index:0}.perlin-btn--primary .perlin-btn__text{z-index:1}.perlin-btn--primary:hover .perlin-btn__link:before{background:#b85a47}.perlin-btn--outline .perlin-btn__path{stroke:#faf6f0}.perlin-btn--outline .perlin-btn__shadow-path{stroke:#faf6f04d}.perlin-btn--outline .perlin-btn__text{color:#faf6f0}.perlin-btn--outline:hover .perlin-btn__link:before{content:"";position:absolute;inset:6px;background:#ffffff14;border-radius:4px;z-index:0}.hero{min-height:100vh;display:flex;align-items:center;justify-content:center;background:#6b9e9b;position:relative;overflow:hidden;text-align:center;padding:8rem 1.5rem 4rem}.hero:before{content:"";position:absolute;inset:0;background-image:url("data:image/svg+xml,%3Csvg width='60' height='60' viewBox='0 0 60 60' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cg fill='%23000000' fill-opacity='0.03'%3E%3Cpath d='M36 34v-4h-2v4h-4v2h4v4h2v-4h4v-2h-4zm0-30V0h-2v4h-4v2h4v4h2V6h4V4h-4zM6 34v-4H4v4H0v2h4v4h2v-4h4v-2H6zM6 4V0H4v4H0v2h4v4h2V6h4V4H6z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");pointer-events:none;z-index:1}.hero:after{content:"";position:absolute;bottom:0;left:0;width:100%;height:4px;background:#d4735e;z-index:2}.hero__background{position:absolute;inset:0;pointer-events:none;z-index:1}.hero__doodle{position:absolute;color:#ffffff1f;animation:float 6s ease-in-out infinite}.hero__doodle--1{width:120px;top:15%;left:8%;animation-delay:0s}.hero__doodle--2{width:80px;top:25%;right:12%;animation-delay:2s}.hero__doodle--3{width:100px;bottom:20%;left:15%;animation-delay:4s}.hero__content{position:relative;z-index:2;max-width:800px}.hero__title{margin-bottom:2rem}.hero__title-line{display:block;font-family:Cabin Sketch,cursive;font-weight:700;text-transform:uppercase;color:#f2e8d5;line-height:1;letter-spacing:8px;font-size:3.5rem;text-shadow:4px 4px 0px rgba(0,0,0,.15),-1px -1px 0px rgba(255,255,255,.15)}@media(min-width:768px){.hero__title-line{font-size:5rem;letter-spacing:12px}}.hero__title-line--accent{color:#e6d9c3;font-size:2.5rem;letter-spacing:16px;margin-top:.5rem}@media(min-width:768px){.hero__title-line--accent{font-size:3.5rem;letter-spacing:24px}}.hero__ribbon{display:inline-flex;align-items:center;gap:1rem;background:#f2e8d5;padding:.5rem 3rem;margin-bottom:3rem;position:relative}.hero__ribbon:before,.hero__ribbon:after{content:"";position:absolute;top:100%;border-style:solid;border-width:8px}.hero__ribbon:before{left:0;border-color:rgb(169.4,162.4,149.1) transparent transparent rgb(169.4,162.4,149.1)}.hero__ribbon:after{right:0;border-color:rgb(169.4,162.4,149.1) rgb(169.4,162.4,149.1) transparent transparent}.hero__ribbon-text{font-family:Patrick Hand,cursive;font-size:1.125rem;text-transform:uppercase;letter-spacing:4px;color:#4a4e50}@media(min-width:768px){.hero__ribbon-text{font-size:1.25rem;letter-spacing:6px}}.hero__ribbon-dots{font-size:.75rem;color:#d4735e;letter-spacing:4px}@media(max-width:575px){.hero__ribbon-dots{display:none}}.hero__tagline{font-family:Patrick Hand,cursive;font-size:1.25rem;color:#f2e8d5;opacity:.9;line-height:1.8;margin-bottom:3rem}@media(min-width:768px){.hero__tagline{font-size:1.5rem}}.hero__cta{display:flex;gap:1.5rem;justify-content:center;flex-wrap:wrap;margin-bottom:8rem}.hero__btn{min-width:180px}.hero__scroll-indicator{position:absolute;bottom:1rem;left:0;right:0;display:flex;flex-direction:column;align-items:center;gap:.5rem;animation:float 3s ease-in-out infinite}.hero__scroll-text{font-family:Patrick Hand,cursive;font-size:.75rem;text-transform:uppercase;letter-spacing:3px;color:#f2e8d5;opacity:.7}.hero__scroll-arrow{color:#f2e8d5;opacity:.7}.section-title__heading{font-family:Cabin Sketch,cursive;font-weight:700;color:#3a3a3a;line-height:1.2;text-transform:uppercase;letter-spacing:2px;font-size:2.5rem;margin-bottom:.5rem;display:inline-block;text-shadow:3px 3px 0px rgba(0,0,0,.1),-1px -1px 0px rgba(255,255,255,.3)}.section-title__divider-line{width:40px;height:2px;background:currentColor;opacity:.4}.section-title__divider-symbol{font-family:Patrick Hand,cursive;font-size:.875rem;letter-spacing:4px;opacity:.6}.section-title--light{color:#f2e8d5}.section-title--dark{color:#4a4e50}.section-title--teal{color:#4f7d7a}.section-title--coral{color:#f2e8d5}.about__intro{background:#6b9e9b;text-align:center;padding:4rem 1.5rem;position:relative}.about__intro:after{content:"";position:absolute;bottom:0;left:0;width:100%;height:4px;background:#d4735e}.about__quote{font-family:Patrick Hand,cursive;font-size:1.5rem;color:#f2e8d5;line-height:1.8;max-width:600px;margin:0 auto;font-style:italic}@media(min-width:768px){.about__quote{font-size:2rem}}.about__main{background:#f2e8d5;padding:6rem 1.5rem}@media(min-width:768px){.about__main{padding:8rem 2rem}}.about__main{position:relative;background-image:repeating-linear-gradient(0deg,transparent,transparent 28px,rgba(0,0,0,.025) 28px,rgba(0,0,0,.025) 29px)}.about__skills{display:grid;grid-template-columns:1fr;gap:2rem;max-width:1200px;margin:0 auto 4rem}@media(min-width:576px){.about__skills{grid-template-columns:repeat(2,1fr)}}@media(min-width:992px){.about__skills{grid-template-columns:repeat(4,1fr)}}.about__skill{text-align:center;padding:1.5rem}.about__skill-icon{width:100px;height:100px;margin:0 auto 1rem;background:#d4735e;color:#faf6f0;border-radius:50%;display:flex;align-items:center;justify-content:center;border:3px solid #b85a47;transition:all .3s ease;box-shadow:3px 3px #00000026}.about__skill-icon svg{width:50px;height:50px}.about__skill-icon:hover{transform:rotate(-5deg) scale(1.05);box-shadow:5px 5px #00000026}.about__skill-title{font-family:Cabin Sketch,cursive;font-size:1.5rem;text-transform:uppercase;color:#4a4e50;margin-bottom:.25rem}.about__skill-subtitle{font-family:Patrick Hand,cursive;font-size:.875rem;text-transform:uppercase;letter-spacing:2px;color:#8a8a8a}.about__skill-divider{width:30px;height:2px;background:#d4735e;margin:.5rem auto}.about__skill-description{font-size:.875rem;color:#5e5e5e;line-height:1.8}.about__tech-strip{max-width:1200px;margin:0 auto;text-align:center}.about__tech-title{font-family:Patrick Hand,cursive;font-size:1.125rem;text-transform:uppercase;letter-spacing:2px;color:#8a8a8a;margin-bottom:1.5rem}.about__tech-tags{display:flex;flex-wrap:wrap;justify-content:center;gap:.5rem}.about__tech-tag{font-family:Patrick Hand,cursive;font-size:.875rem;padding:.25rem 1rem;background:#faf6f0;color:#4a4e50;border:1.5px solid #4a4e50;border-radius:255px 15px 225px/15px 225px 15px 255px;transition:all .15s ease;cursor:default}.about__tech-tag:hover{background:#6b9e9b;color:#faf6f0;border-color:#4f7d7a;transform:rotate(-2deg)}.portfolio{background:#d4735e;padding:6rem 1.5rem}@media(min-width:768px){.portfolio{padding:8rem 2rem}}.portfolio{position:relative}.portfolio:before{content:"";position:absolute;top:0;left:0;width:100%;height:4px;background:#b85a47}.portfolio__filters{width:100%;max-width:1200px;margin-left:auto;margin-right:auto;padding-left:1.5rem;padding-right:1.5rem;display:flex;align-items:center;flex-wrap:wrap;gap:.5rem;margin-bottom:3rem;justify-content:center}.portfolio__filter-label{font-family:Patrick Hand,cursive;font-size:1rem;color:#f2e8d5;margin-right:.5rem;text-transform:uppercase;letter-spacing:1px}.portfolio__grid{width:100%;max-width:1200px;margin-left:auto;margin-right:auto;padding-left:1.5rem;padding-right:1.5rem;display:grid;grid-template-columns:1fr;gap:1.5rem}@media(min-width:576px){.portfolio__grid{grid-template-columns:repeat(2,1fr)}}@media(min-width:992px){.portfolio__grid{grid-template-columns:repeat(4,1fr)}}.portfolio__card{background:#faf6f0;border:2px solid #4a4e50;border-radius:255px 15px 225px/15px 225px 15px 255px;overflow:hidden;transition:all .3s ease;box-shadow:3px 3px #4a4e50}.portfolio__card:hover{transform:translate(-3px,-3px) rotate(-.5deg);box-shadow:6px 6px #4a4e50}.portfolio__card:hover .portfolio__card-overlay{opacity:1}.portfolio__card-visual{height:180px;background:#f2e8d5;display:flex;align-items:center;justify-content:center;position:relative;overflow:hidden;border-bottom:2px solid #4a4e50;background-image:repeating-linear-gradient(0deg,transparent,transparent 18px,rgba(0,0,0,.04) 18px,rgba(0,0,0,.04) 19px)}.portfolio__card-emoji{font-size:3.5rem;transition:transform .3s ease}.portfolio__card:hover .portfolio__card-emoji{transform:scale(1.1) rotate(5deg)}.portfolio__card-overlay{position:absolute;inset:0;background:#4a4e50eb;display:flex;align-items:center;justify-content:center;flex-direction:column;gap:1rem;padding:1rem;opacity:0;transition:opacity .3s ease}.portfolio__card-desc{font-size:.875rem;color:#f2e8d5;text-align:center;line-height:1.6}.portfolio__card-info{padding:1rem;text-align:center}.portfolio__card-category{font-family:Patrick Hand,cursive;font-size:.75rem;text-transform:uppercase;letter-spacing:2px;color:#8a8a8a}.portfolio__card-title{font-family:Cabin Sketch,cursive;font-size:1.125rem;text-transform:uppercase;color:#4a4e50;margin:.25rem 0}.portfolio__card-tech{display:flex;flex-wrap:wrap;justify-content:center;gap:4px}.portfolio__card-tech-tag{font-family:Nunito,sans-serif;font-size:.75rem;padding:2px 8px;background:#6b9e9b;color:#faf6f0;border-radius:3px}.experience{background:#d4d9de;padding:6rem 1.5rem}@media(min-width:768px){.experience{padding:8rem 2rem}}.experience{position:relative}.experience:before{content:"";position:absolute;top:0;left:0;width:100%;height:4px;background:#d4735e}.experience__content{width:100%;max-width:1200px;margin-left:auto;margin-right:auto;padding-left:1.5rem;padding-right:1.5rem;display:grid;grid-template-columns:1fr;gap:4rem}@media(min-width:992px){.experience__content{grid-template-columns:2fr 1fr}}.experience__timeline{position:relative}.experience__timeline:before{content:"";position:absolute;left:20px;top:0;bottom:0;width:3px;background:#6b9e9b;border-radius:2px}@media(min-width:768px){.experience__timeline:before{left:50%;transform:translate(-50%)}}.experience__item{position:relative;padding-left:50px;margin-bottom:3rem}@media(min-width:768px){.experience__item{width:50%;padding-left:0}.experience__item--left{padding-right:3rem;text-align:right}.experience__item--left .experience__card{margin-right:0}.experience__item--right{margin-left:50%;padding-left:3rem}}.experience__dot{position:absolute;left:12px;top:1.5rem;width:18px;height:18px;background:#d4735e;border:3px solid #faf6f0;border-radius:50%;z-index:2;box-shadow:2px 2px #0000001a}@media(min-width:768px){.experience__dot{left:auto;right:-9px}.experience__item--right .experience__dot{left:-9px;right:auto}}.experience__card{background:#faf6f0;border:2px solid #4a4e50;border-radius:255px 15px 225px/15px 225px 15px 255px;padding:1.5rem;box-shadow:3px 3px #4a4e50;transition:all .3s ease}.experience__card:hover{transform:translateY(-3px);box-shadow:5px 5px #4a4e50}.experience__card-header{margin-bottom:1rem}.experience__period{font-family:Patrick Hand,cursive;font-size:.875rem;color:#d4735e;text-transform:uppercase;letter-spacing:2px}.experience__company{font-family:Cabin Sketch,cursive;font-size:1.5rem;text-transform:uppercase;color:#4a4e50;margin:.25rem 0}.experience__role{display:block;font-family:Patrick Hand,cursive;font-size:1rem;color:#4f7d7a;text-transform:uppercase;letter-spacing:1px}.experience__location{font-family:Nunito,sans-serif;font-size:.875rem;color:#8a8a8a}.experience__highlights{margin-bottom:1rem}.experience__highlights li{font-size:.875rem;color:#5e5e5e;line-height:1.8;padding-left:1.5rem;position:relative;margin-bottom:.25rem}.experience__highlights li:before{content:"▸";position:absolute;left:0;color:#d4735e;font-size:1rem}@media(min-width:768px){.experience__item--left .experience__highlights li{padding-left:0;padding-right:1.5rem}.experience__item--left .experience__highlights li:before{left:auto;right:0;content:"◂"}}.experience__tech{display:flex;flex-wrap:wrap;gap:4px}@media(min-width:768px){.experience__item--left .experience__tech{justify-content:flex-end}}.experience__tech-tag{font-family:Nunito,sans-serif;font-size:.75rem;padding:2px 8px;background:#6b9e9b;color:#faf6f0;border-radius:3px}.experience__sidebar{display:flex;flex-direction:column;gap:2rem}.experience__sidebar-title{font-family:Cabin Sketch,cursive;font-size:1.5rem;text-transform:uppercase;color:#4a4e50;margin-bottom:1rem;padding-bottom:.25rem;border-bottom:2px solid #d4735e;display:inline-block}.experience__edu-item{margin-bottom:1rem;padding:1rem;background:#faf6f0;border:2px solid #4a4e50;border-radius:255px 15px 225px/15px 225px 15px 255px;box-shadow:2px 2px #0000001a}.experience__edu-degree{font-family:Cabin Sketch,cursive;font-size:1rem;text-transform:uppercase;color:#4a4e50}.experience__edu-institution{display:block;font-family:Patrick Hand,cursive;font-size:.875rem;color:#4f7d7a}.experience__edu-year{font-family:Nunito,sans-serif;font-size:.75rem;color:#8a8a8a}.experience__edu-note{font-size:.875rem;color:#5e5e5e;margin-top:.25rem}.experience__cert-item{display:flex;align-items:center;gap:.5rem;font-family:Patrick Hand,cursive;font-size:1rem;padding:.5rem 1rem;background:#faf6f0;border:2px solid #4a4e50;border-radius:255px 15px 225px/15px 225px 15px 255px}.experience__cert-badge{font-size:1.5rem}.experience__oss-item{font-size:.875rem;color:#5e5e5e;margin-bottom:.5rem;padding-left:1rem;border-left:3px solid #d4735e}.experience__oss-item strong{color:#4a4e50;font-family:Patrick Hand,cursive}.contact{background:#4a4e50;padding:6rem 1.5rem}@media(min-width:768px){.contact{padding:8rem 2rem}}.contact{position:relative;color:#f2e8d5}.contact:before{content:"";position:absolute;top:0;left:0;width:100%;height:4px;background:#d4735e}.contact__content{width:100%;max-width:1200px;margin-left:auto;margin-right:auto;padding-left:1.5rem;padding-right:1.5rem;display:flex;flex-direction:column;align-items:center;gap:4rem;max-width:700px}@media(min-width:768px){.contact__content{flex-direction:row;justify-content:center;align-items:flex-start}}.contact__info{display:flex;flex-direction:column;gap:2rem;padding-top:1rem}.contact__info-item{display:flex;align-items:flex-start;gap:1rem}.contact__info-item strong{display:block;font-family:Cabin Sketch,cursive;font-size:1rem;text-transform:uppercase;letter-spacing:1px;margin-bottom:.25rem;color:#f2e8d5}.contact__info-item a,.contact__info-item span{font-family:Patrick Hand,cursive;font-size:1rem;color:#b8c0c8;transition:color .15s ease}.contact__info-item a:hover{color:#d4735e}.contact__info-icon{width:44px;height:44px;display:flex;align-items:center;justify-content:center;flex-shrink:0;background:#5e6264;border:2px solid #d4735e;border-radius:50%;color:#d4735e;transition:all .3s ease}.contact__info-icon:hover{background:#d4735e;color:#faf6f0}.contact__socials{text-align:center}@media(min-width:768px){.contact__socials{text-align:left}}.contact__socials-title{font-family:Cabin Sketch,cursive;font-size:1.25rem;text-transform:uppercase;letter-spacing:2px;color:#f2e8d5;margin-bottom:1.5rem}.contact__socials-links{display:flex;gap:1rem;flex-wrap:wrap;justify-content:center}@media(min-width:768px){.contact__socials-links{justify-content:flex-start}}.contact__social-link{display:flex;flex-direction:column;align-items:center;gap:.25rem;width:72px;padding:.5rem;color:#f2e8d5;text-decoration:none;border:2px solid #4a4e50;border-radius:255px 15px 225px/15px 225px 15px 255px;border-color:#b8c0c8;transition:all .3s ease}.contact__social-link span{font-family:Patrick Hand,cursive;font-size:.75rem;letter-spacing:1px}.contact__social-link:hover{border-color:#d4735e;color:#d4735e;transform:translate(-2px,-2px)}*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth;-webkit-text-size-adjust:100%;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}body{min-height:100vh;line-height:1.6;overflow-x:hidden}img,picture,video,canvas,svg{display:block;max-width:100%}input,button,textarea,select{font:inherit}a{text-decoration:none;color:inherit}ul,ol{list-style:none}h1,h2,h3,h4,h5,h6{overflow-wrap:break-word}button{cursor:pointer;border:none;background:none}body{font-family:Nunito,sans-serif;font-size:1rem;color:#3a3a3a;line-height:1.6}h1,h2,h3,h4,h5,h6{font-family:Cabin Sketch,cursive;font-weight:700;line-height:1.2;text-transform:uppercase;letter-spacing:2px}h1{font-size:3.5rem}@media(min-width:768px){h1{font-size:5rem}}h2{font-size:2.5rem}@media(min-width:768px){h2{font-size:3.5rem}}h3{font-size:2rem}h4{font-size:1.5rem}h5{font-size:1.25rem}h6{font-size:1.125rem}p{margin-bottom:1rem}p:last-child{margin-bottom:0}.text-sketch{font-family:Cabin Sketch,cursive;text-transform:uppercase}.text-handwritten{font-family:Patrick Hand,cursive}.text-center{text-align:center}strong,b{font-weight:700}small{font-size:.875rem}@keyframes fadeInUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes slideInLeft{0%{opacity:0;transform:translate(-30px)}to{opacity:1;transform:translate(0)}}@keyframes slideInRight{0%{opacity:0;transform:translate(30px)}to{opacity:1;transform:translate(0)}}@keyframes sketchDraw{0%{stroke-dashoffset:1000}to{stroke-dashoffset:0}}@keyframes wiggle{0%,to{transform:rotate(0)}25%{transform:rotate(-1deg)}75%{transform:rotate(1deg)}}@keyframes float{0%,to{transform:translateY(0)}50%{transform:translateY(-8px)}}@keyframes pencilWrite{0%{width:0}to{width:100%}}.animate-fade-in-up{animation:fadeInUp .6s ease forwards}.animate-fade-in{animation:fadeIn .6s ease forwards}.animate-slide-left{animation:slideInLeft .6s ease forwards}.animate-slide-right{animation:slideInRight .6s ease forwards}:root{--color-teal: #6b9e9b;--color-coral: #d4735e;--color-cream: #f2e8d5;--color-charcoal: #4a4e50;--color-cream-light: #faf6f0;--font-heading: Cabin Sketch, cursive;--font-body: Nunito, sans-serif}body{background:#f2e8d5;color:#3a3a3a}::selection{background:#d4735e;color:#faf6f0}::-webkit-scrollbar{width:10px}::-webkit-scrollbar-track{background:#f2e8d5}::-webkit-scrollbar-thumb{background:#6b9e9b;border-radius:5px;border:2px solid #f2e8d5}::-webkit-scrollbar-thumb:hover{background:#4f7d7a}.site-header{position:fixed;top:0;left:0;width:100%;z-index:300;background:#6b9e9b;border-bottom:4px solid #d4735e;transition:box-shadow .3s ease}.site-header--scrolled{box-shadow:0 4px 12px #00000026}.site-header__inner{width:100%;max-width:1200px;margin-left:auto;margin-right:auto;padding-left:1.5rem;padding-right:1.5rem;display:flex;align-items:center;justify-content:space-between;height:80px}.site-header__logo{position:relative;z-index:301}@media(max-width:767px){.site-header__nav{position:fixed;top:0;right:-100%;width:80%;max-width:300px;height:100vh;background:#4f7d7a;padding:calc(80px + 2rem) 2rem 2rem;transition:right .3s ease;z-index:401}.site-header__nav.open{right:0}}.site-header__nav-list{display:flex;gap:2rem}@media(max-width:767px){.site-header__nav-list{flex-direction:column;gap:1.5rem}}.site-header__nav-link{font-family:Cabin Sketch,cursive;font-size:1.125rem;text-transform:uppercase;color:#f2e8d5;letter-spacing:2px;transition:color .15s ease;position:relative}.site-header__nav-link:after{content:"";position:absolute;bottom:-4px;left:0;width:0;height:2px;background:#f2e8d5;transition:width .3s ease;border-radius:2px}.site-header__nav-link:hover,.site-header__nav-link.active{color:#faf6f0}.site-header__nav-link:hover:after,.site-header__nav-link.active:after{width:100%}.site-header__hamburger{display:none;flex-direction:column;gap:5px;cursor:pointer;z-index:301;padding:.5rem}@media(max-width:767px){.site-header__hamburger{display:flex;z-index:402}}.site-header__hamburger span{width:28px;height:3px;background:#f2e8d5;border-radius:2px;transition:all .3s ease}.site-footer{background:#363a3c;color:#f2e8d5;text-align:center;padding:4rem 1.5rem;position:relative}.site-footer__social-title{font-family:Cabin Sketch,cursive;font-size:2rem;text-transform:uppercase;margin-bottom:2rem;color:#f2e8d5}.site-footer__social-links{display:flex;justify-content:center;gap:1.5rem;margin-bottom:3rem}.site-footer__social-link{width:50px;height:50px;display:flex;align-items:center;justify-content:center;border:2px solid #f2e8d5;border-radius:50%;color:#f2e8d5;font-size:1.5rem;transition:all .3s ease}.site-footer__social-link:hover{background:#d4735e;border-color:#d4735e;transform:translateY(-3px) rotate(5deg)}.site-footer__divider{width:80px;height:2px;background:#d4735e;margin:0 auto 2rem}.site-footer__copyright{font-family:Patrick Hand,cursive;font-size:.875rem;color:#b8c0c8;letter-spacing:1px}.grid{display:grid;gap:1.5rem}.grid--2{grid-template-columns:1fr}@media(min-width:768px){.grid--2{grid-template-columns:repeat(2,1fr)}}.grid--3{grid-template-columns:1fr}@media(min-width:576px){.grid--3{grid-template-columns:repeat(2,1fr)}}@media(min-width:992px){.grid--3{grid-template-columns:repeat(3,1fr)}}.grid--4{grid-template-columns:1fr}@media(min-width:576px){.grid--4{grid-template-columns:repeat(2,1fr)}}@media(min-width:992px){.grid--4{grid-template-columns:repeat(4,1fr)}}.container{width:100%;max-width:1200px;margin-left:auto;margin-right:auto;padding-left:1.5rem;padding-right:1.5rem}.nav-overlay{position:fixed;inset:0;background:#00000080;z-index:400;opacity:0;pointer-events:none;transition:opacity .3s ease}.nav-overlay.visible{opacity:1;pointer-events:all}.btn{display:inline-block;font-family:Patrick Hand,cursive;font-size:1rem;text-transform:uppercase;letter-spacing:2px;padding:.5rem 2rem;cursor:pointer;transition:all .3s ease;text-decoration:none;border:2px solid #4a4e50;border-radius:255px 15px 225px/15px 225px 15px 255px}.btn:hover{transform:translate(-2px,-2px);box-shadow:5px 5px #4a4e50}.btn:active{transform:translate(0);box-shadow:2px 2px #0000001a}.btn{font-family:Patrick Hand,cursive;font-size:1.125rem}.btn--primary{background:#d4735e;color:#faf6f0;border-color:#4a4e50}.btn--primary:hover{background:#b85a47}.btn--secondary{background:#f2e8d5;color:#4a4e50;border-color:#4a4e50}.btn--secondary:hover{background:#e6d9c3}.btn--outline{background:transparent;color:#faf6f0;border-color:#faf6f0}.btn--outline:hover{background:#ffffff1a}.btn--small{font-size:.875rem;padding:.25rem 1rem}.btn--large{font-size:1.25rem;padding:1rem 3rem}.card{background:#faf6f0;border:2px solid #4a4e50;border-radius:255px 15px 225px/15px 225px 15px 255px;box-shadow:3px 3px #4a4e50;padding:1.5rem;transition:all .3s ease}.card:hover{transform:translate(-3px,-3px) rotate(-.5deg);box-shadow:6px 6px #4a4e50}.card{overflow:hidden}.card__image{width:100%;height:200px;object-fit:cover;border-bottom:2px solid #4a4e50}.card__body{padding:1rem}.card__title{font-family:Cabin Sketch,cursive;font-size:1.25rem;text-transform:uppercase;margin-bottom:.25rem}.card__subtitle{font-family:Patrick Hand,cursive;font-size:.875rem;color:#8a8a8a;text-transform:uppercase;letter-spacing:1px}.card__text{font-size:.875rem;color:#5e5e5e;margin-top:.5rem}.card__icon{font-size:2rem;margin-bottom:.5rem}.badge{display:inline-flex;display:flex;align-items:center;justify-content:center;font-family:Cabin Sketch,cursive;text-transform:uppercase;letter-spacing:1px}.badge--sketch{width:80px;height:80px;background:#4a4e50;color:#faf6f0;border-radius:50%;font-size:1.5rem;position:relative;box-shadow:3px 3px #00000026}.badge--sketch:before{content:"";position:absolute;inset:-6px;background:#363a3c;border-radius:50%;z-index:-1;clip-path:polygon(50% 0%,63% 3%,75% 0%,83% 8%,93% 7%,97% 17%,100% 25%,97% 37%,100% 50%,97% 63%,100% 75%,93% 83%,93% 93%,83% 93%,75% 100%,63% 97%,50% 100%,37% 97%,25% 100%,17% 93%,7% 93%,3% 83%,0% 75%,3% 63%,0% 50%,3% 37%,0% 25%,7% 17%,7% 7%,17% 3%)}.badge--tag{font-family:Patrick Hand,cursive;font-size:.875rem;padding:.25rem 1rem;background:#faf6f0;color:#4a4e50;border:1px solid #4a4e50;border-radius:255px 15px 225px/15px 225px 15px 255px;cursor:pointer;transition:all .15s ease}.badge--tag:hover,.badge--tag.active{background:#d4735e;color:#faf6f0;border-color:#b85a47}.badge--tag:before{content:"•";margin-right:.25rem;color:#d4735e}.ribbon{display:inline-block;position:relative;padding:.5rem 4rem;background:#f2e8d5;font-family:Patrick Hand,cursive;font-size:1.125rem;text-transform:uppercase;letter-spacing:3px;color:#4a4e50}.ribbon:before,.ribbon:after{content:"";position:absolute;top:50%;transform:translateY(-50%);width:60px;height:2px;background:#d4735e}.ribbon:before{left:-70px;box-shadow:-12px 0 #d4735e,-24px 0 #d4735e,-36px 0 #d4735e}.ribbon:after{right:-70px;box-shadow:12px 0 #d4735e,24px 0 #d4735e,36px 0 #d4735e}.form__group{margin-bottom:1rem}.form__label{display:block;font-family:Patrick Hand,cursive;font-size:.875rem;text-transform:uppercase;letter-spacing:1px;margin-bottom:.25rem;color:#5e5e5e}.form__input,.form__textarea{width:100%;padding:.5rem 1rem;font-family:Nunito,sans-serif;font-size:1rem;background:#faf6f0;color:#3a3a3a;border:2px solid #b8c0c8;border-radius:255px 15px 225px/15px 225px 15px 255px;transition:border-color .3s ease;outline:none}.form__input::placeholder,.form__textarea::placeholder{color:#8a8a8a;font-family:Patrick Hand,cursive}.form__input:focus,.form__textarea:focus{border-color:#d4735e;box-shadow:0 0 0 3px #d4735e26}.form__textarea{min-height:150px;resize:vertical}.page-home{padding-top:80px}.section-title{text-align:center;margin-bottom:4rem}.section-title__heading{font-family:Cabin Sketch,cursive;font-weight:700;color:#3a3a3a;line-height:1.2;text-transform:uppercase;letter-spacing:2px;font-size:2.5rem;margin-bottom:.5rem;position:relative;display:inline-block;color:inherit;text-shadow:3px 3px 0px rgba(0,0,0,.1),-1px -1px 0px rgba(255,255,255,.3)}@media(min-width:768px){.section-title__heading{font-size:3.5rem}}.section-title__divider{display:flex;align-items:center;justify-content:center;gap:.5rem;margin:.5rem 0}.section-title__divider-line{width:40px;height:2px;background:currentColor;opacity:.5}.section-title__divider-symbol{font-family:Patrick Hand,cursive;font-size:.875rem;letter-spacing:4px;opacity:.7}.section-title__subtitle{font-family:Patrick Hand,cursive;font-weight:400;color:#5e5e5e;letter-spacing:1px;text-transform:uppercase;font-size:1.125rem}
