:root{--color-primary-purple: #8d93d9;--color-variable-light-purple: #C7C8FF;--color-variable-dark-purple: #8183B5;--color-variable-dark-purple2: #464D9A;--color-primary-white: #f9f7f2;--color-primary-black: #2e2b28;--color-primary-gray: #CDC6BE;--color-header-bg: rgba(255, 255, 255, .75);--color-header-border: rgba(255, 255, 255, .8);--color-link-hover: #525ab0;--color-shadow-light: rgba(0, 0, 0, .06);--color-shadow-lighter: rgba(0, 0, 0, .04);--font-family-primary: "sofia-pro", "Sofia Pro", -apple-system, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif;--breakpoint-mobile: 768px;--breakpoint-tablet: 1024px}*{margin:0;padding:0;box-sizing:border-box}body{margin:0;font-family:var(--font-family-primary);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;background-color:var(--color-primary-white);min-height:100vh}#root{min-height:100vh;background-color:var(--color-primary-white)}.header{position:fixed;top:0;left:0;right:0;width:100%;z-index:1000;padding:.75rem 2rem}.header-container{max-width:1400px;margin:0 auto;display:flex;justify-content:space-between;align-items:center;background:var(--color-header-bg, .75);backdrop-filter:blur(20px) saturate(180%);-webkit-backdrop-filter:blur(20px) saturate(180%);border-radius:40px;padding:.5rem 2rem;box-shadow:0 4px 16px var(--color-shadow-light),0 2px 8px var(--color-shadow-lighter);border:1px solid var(--color-header-border)}.logo-container{display:flex;align-items:center;margin-left:2rem}.jisoo-logo{height:60px;width:auto;display:block}.nav-menu{display:flex;gap:5rem;align-items:center;margin-right:5rem}.nav-link{color:var(--color-primary-black);text-decoration:none;font-size:1rem;font-weight:500;font-family:var(--font-family-primary);transition:opacity .2s ease;text-transform:lowercase}.nav-link:hover{opacity:.7;color:var(--color-link-hover);transition:color .2s ease}@media(max-width:1024px){.header{padding:.75rem 1.5rem}.header-container{padding:.5rem 1.5rem}.logo-container{margin-left:1rem}.jisoo-logo{height:50px}.nav-menu{gap:3rem;margin-right:2rem}.nav-link{font-size:.95rem}}@media(max-width:768px){.header{padding:.75rem 1rem}.header-container{flex-direction:column;align-items:center;gap:2rem;padding:1rem 1.5rem;border-radius:20px}.logo-container{margin-left:0;justify-content:center}.jisoo-logo{height:60px;width:60px;object-fit:contain}.nav-menu{gap:5rem;margin-right:0;justify-content:center}.nav-link{font-size:1rem}}.scroll-to-top-btn{position:fixed;bottom:2rem;right:2rem;width:60px;height:60px;border-radius:50%;background-color:var(--color-primary-purple);border:none;cursor:pointer;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:.25rem;z-index:999;transition:transform .2s ease,opacity .2s ease;box-shadow:0 4px 12px #00000026}.scroll-to-top-btn:hover{transform:scale(1.05);opacity:.9}.scroll-to-top-btn:active{transform:scale(.95)}.scroll-arrow-icon{width:20px;height:20px;color:var(--color-primary-white);stroke:var(--color-primary-white);stroke-width:2}.scroll-text{color:var(--color-primary-white);font-family:var(--font-family-primary);font-size:.75rem;font-weight:400;text-transform:lowercase;line-height:1}@media(max-width:768px){.scroll-to-top-btn{width:50px;height:50px;bottom:1.5rem;right:1.5rem}.scroll-arrow-icon{width:16px;height:16px}.scroll-text{font-size:.65rem}}.home-content{display:flex;flex-direction:column;justify-content:space-between;align-items:center;min-height:calc(100vh - 120px);width:100%;padding:2rem;position:relative}.home_content_top{display:flex;align-items:center;justify-content:center;gap:1rem;width:100%}.home_jisoo{max-width:100%;height:auto;object-fit:contain;position:absolute;bottom:50%;left:50%;transform:translate(-100%,calc(-80% + 7rem));transition:transform .8s cubic-bezier(.34,1.56,.64,1);z-index:10}.home-content:has(.home-folder-image:hover) .home_jisoo{transform:translate(-160%,calc(-600% + 10rem)) rotate(-15deg)}.home_portfolio{max-width:100%;height:auto;object-fit:contain;position:absolute;bottom:50%;left:50%;transform:translate(-20%,calc(-60% + 10rem));transition:transform .8s cubic-bezier(.34,1.56,.64,1);z-index:10}.home-content:has(.home-folder-image:hover) .home_portfolio{transform:translate(20%,calc(-650% + 8rem)) rotate(10deg)}.home_content_bottom{display:flex;align-items:center;justify-content:center;width:100%;position:relative}.project-logo{max-width:100%;height:auto;object-fit:contain;position:absolute;bottom:50%;left:50%;transition:transform .8s cubic-bezier(.34,1.56,.64,1);z-index:8}.scaffold-logo{transform:translate(20%,calc(-30% + 5rem)) scale(.5)}.montro-logo{transform:translate(80%,calc(-30% + 8rem)) scale(.5)}.interactive-thumbnail{width:15%;height:auto;object-fit:contain;transform:translate(110%,calc(-30% + 10rem)) scale(.5)}.home-content:has(.home-folder-image:hover) .scaffold-logo{transform:translate(-320%,calc(-200% + 5rem)) rotate(-10deg) scale(.8)}.home-content:has(.home-folder-image:hover) .montro-logo{transform:translate(-80%,calc(-200% + 3rem)) rotate(30deg) scale(.7)}.home-content:has(.home-folder-image:hover) .interactive-thumbnail{transform:translate(150%,calc(-100% + 6rem)) rotate(20deg) scale(.8)}.home-folder-image{max-width:100%;height:auto;object-fit:contain;margin-top:20rem;position:relative;z-index:9}@media(max-width:1024px){.home-content{min-height:calc(100vh - 120px);padding:2rem 1.5rem}.home_jisoo{transform:translate(-90%,calc(-70% + 7rem))}.home_portfolio{transform:translate(-25%,calc(-60% + 10rem))}.home-content:has(.home-folder-image:hover) .home_jisoo{transform:translate(-90%,calc(-70% + 7rem))}.home-content:has(.home-folder-image:hover) .home_portfolio{transform:translate(-25%,calc(-60% + 10rem))}.home-content:has(.home-folder-image:hover) .scaffold-logo{transform:translate(-200%,calc(-200% + 5rem)) scale(1)}.home-content:has(.home-folder-image:hover) .montro-logo{transform:translate(-50%,calc(-180% + 8rem)) scale(.8) rotate(40deg)}.home-content:has(.home-folder-image:hover) .interactive-thumbnail{transform:translate(170%,calc(-200% + 10rem)) scale(1) rotate(20deg)}}@media(max-width:768px){.home-content{min-height:calc(100vh - 200px);padding:15rem 1.5rem 1.5rem}.home-folder-image{margin-top:10rem}.home_jisoo{transform:translate(-90%,calc(60% + 7rem))}.home_portfolio{transform:translate(-25%,calc(100% + 10rem))}.home-content:has(.home-folder-image:hover) .home_jisoo{transform:translate(-90%,calc(60% + 7rem))}.home-content:has(.home-folder-image:hover) .home_portfolio{transform:translate(-25%,calc(100% + 10rem))}.home-content:has(.home-folder-image:hover) .scaffold-logo{transform:translate(-180%,calc(-150% + 5rem)) scale(.7)}.home-content:has(.home-folder-image:hover) .montro-logo{transform:translate(-80%,calc(-200% + 8rem)) scale(.5) rotate(40deg)}.home-content:has(.home-folder-image:hover) .interactive-thumbnail{transform:translate(170%,calc(-350% + 10rem)) scale(1.3) rotate(20deg)}}.breadcrumbs{display:flex;align-items:left;justify-content:left;padding:1.5rem 2rem 0;width:100%;max-width:1400px;margin:100px 0 0 4rem}.breadcrumb-item{display:flex;align-items:center}.breadcrumb-separator{color:var(--color-primary-black);margin:0 .5rem;-webkit-user-select:none;user-select:none;pointer-events:none}.breadcrumb-link{color:var(--color-primary-black);text-decoration:none;font-family:var(--font-family-primary);font-size:.9rem;font-weight:400;text-transform:lowercase}.breadcrumb-link:hover{opacity:.7}.breadcrumb-text{color:var(--color-primary-black);font-family:var(--font-family-primary);font-size:1rem;font-weight:400;text-transform:lowercase}@media(max-width:1024px){.breadcrumbs{display:none}}.projects-content{margin:0 auto;padding:3rem;width:100%;display:flex;flex-direction:column;align-items:center;position:relative}.projects-container{position:relative;width:100%;max-width:1240px;margin:0 auto;background-color:transparent}.projects-tabs{position:relative;padding-top:15px;z-index:10}.projects-tabs ul{list-style:none;margin:0;padding:0;display:flex;gap:1rem;justify-content:center}.projects-tabs li{font-family:var(--font-family-primary);font-size:1.3rem;font-weight:500;text-transform:lowercase;text-align:c;cursor:pointer;padding:12px 60px;border-radius:30px;position:relative;transition:all .3s ease;color:var(--color-primary-black);background-color:transparent;z-index:1;align-items:center}.projects-tabs li:first-child{margin-left:0;padding:15px 70px}.projects-tabs li:hover{opacity:.85}.projects-tabs li.active-all{z-index:5;font-weight:500}.projects-container.active-all .projects-tabs li:first-child{background-color:#c7c8ff;color:var(--color-primary-black);font-weight:600}.projects-container.active-all .projects-tabs li:nth-child(2){color:var(--color-primary-black)}.projects-container.active-all .projects-tabs li:nth-child(3){color:var(--color-primary-black)}.projects-container.active-ux-ui .projects-tabs li:first-child{color:var(--color-primary-black)}.projects-container.active-ux-ui .projects-tabs li:nth-child(2){background-color:#c7c8ff;color:var(--color-primary-black);font-weight:600}.projects-container.active-ux-ui .projects-tabs li:nth-child(3){color:var(--color-primary-black)}.projects-container.active-graphic-design .projects-tabs li:first-child{color:var(--color-primary-black)}.projects-container.active-graphic-design .projects-tabs li:nth-child(2){color:var(--color-primary-black)}.projects-container.active-graphic-design .projects-tabs li:nth-child(3){background-color:#c7c8ff;color:var(--color-primary-black);font-weight:600}@media(max-width:1024px){.projects-content{padding:8rem 1.5rem 2rem}}@media(max-width:768px){.projects-content{padding:12rem 1.5rem 1.5rem 2rem}.projects-tabs ul{flex-direction:Row;gap:1rem;align-items:center}.projects-tabs li{padding:12px 30px}.projects-tabs li:first-child{padding:12px 40px}}.projects-grid{display:flex;flex-direction:column;gap:2rem;width:80%;padding:0 auto;position:absolute;top:110%;left:50%;transform:translate(-50%);z-index:5;max-width:100%;box-sizing:border-box}.project-card{background-color:transparent;border-radius:30px;padding:2rem;transition:transform .3s ease,box-shadow .3s ease;cursor:pointer;position:relative;display:flex;flex-direction:column;text-decoration:none;color:inherit}.project-card:hover{transform:translateY(-4px);box-shadow:0 4px 20px var(--color-shadow-light)}.project-card-content{display:flex;flex-direction:row;gap:3rem;align-items:flex-start;margin-left:6rem;margin-right:6rem}.project-card-thumbnail{flex:0 0 auto;width:150px;height:150px;background-color:transparent;border-radius:20px;display:flex;align-items:center;justify-content:center;padding:1rem;box-sizing:border-box}.project-thumbnail-image{max-width:100%;max-height:100%;width:auto;height:auto;object-fit:contain}.project-card-text{flex:1;display:flex;flex-direction:column;gap:.75rem}.project-card-title{font-family:var(--font-family-primary);font-size:3rem;font-weight:500;color:var(--color-primary-black);margin:0;text-transform:lowercase}.project-card-description{font-family:var(--font-family-primary);font-size:1.2rem;font-weight:400;color:var(--color-primary-black);margin:0;line-height:1.5}.project-card-divider{width:100%;height:1px;background-color:var(--color-primary-black);margin-top:1.5rem}@media(max-width:1024px){.projects-grid{gap:1.5rem;padding:0 1rem;margin-bottom:2rem}.project-card-thumbnail{width:120px;height:120px}.project-card-title{font-size:1.3rem}.project-card-description{font-size:.9rem}}@media(max-width:768px){.projects-grid{gap:1.5rem;padding:0;margin-bottom:2rem}.project-card{padding:1.5rem}.project-card-content{flex-direction:column;gap:1.5rem;align-items:center}.project-card-thumbnail{width:150px;height:150px}.project-card-text{text-align:center}.project-card-title{font-size:1.5rem}.project-card-description{font-size:.95rem}}.project-detail-content{max-width:1400px;margin:0 auto;padding:3rem;width:100%}.project-detail-error{max-width:1400px;margin:10rem auto 0;padding:10rem;text-align:center}.project-detail-error h1{font-size:2rem;margin-bottom:2rem}.project-detail-error button{padding:.75rem 1.5rem;background-color:var(--color-primary-purple);font-family:var(--font-family-primary);color:var(--color-primary-white, #FFFFFF);border:none;border-radius:20px;cursor:pointer;font-size:1.2rem;transition:background-color .3s ease}.project-detail-error button:hover{background-color:var(--color-variable-dark-purple)}.project-detail-header{display:flex;gap:3rem;margin:0 auto 4rem;align-items:flex-start;justify-content:center;max-width:800px;padding:0 3rem;width:100%;box-sizing:border-box}.project-detail-screen{width:35%}.project-detail-screen-image{width:100%;height:auto;margin-bottom:2rem}.project-detail-info{flex:1}.project-detail-title{font-size:3rem;font-weight:600;margin-bottom:1rem;color:var(--color-primary-black);background:linear-gradient(to bottom,transparent 60%,var(--color-variable-light-purple) 60%,var(--color-variable-light-purple) 85%,transparent 85%);padding:0 6px;inline-size:fit-content;box-decoration-break:clone;-webkit-box-decoration-break:clone}.project-detail-summary-title{font-size:1.5rem;font-weight:600;margin-bottom:1rem;color:var(--color-variable-dark-purple2);margin-bottom:.2rem;margin-top:1rem}.project-detail-summary{font-size:1.125rem;line-height:1.6;color:var(--color-primary-black);max-width:600px}.project-detail-role-title{font-size:1.5rem;font-weight:600;margin-bottom:1rem;color:var(--color-variable-dark-purple2);margin-bottom:.2rem;margin-top:1rem}.project-detail-role{font-size:1.125rem;line-height:1.6;color:var(--color-primary-black);max-width:600px}.project-detail-keySkills-title{font-size:1.5rem;font-weight:600;margin-bottom:1rem;color:var(--color-variable-dark-purple2);margin-bottom:.2rem;margin-top:1rem}.project-detail-keySkills{font-size:1.125rem;line-height:1.6;color:var(--color-primary-black);max-width:600px}.project-detail-body{margin-top:4rem}.project-detail-section{margin-bottom:3rem}.project-detail-section h2{font-size:2rem;font-weight:600;margin:5rem auto 2rem 10rem;color:var(--color-primary-black);max-width:1000px;background:linear-gradient(to bottom,transparent 60%,var(--color-variable-light-purple) 60%,var(--color-variable-light-purple) 85%,transparent 85%);padding:0 7px;inline-size:fit-content}.project-detail-section p{font-size:1.125rem;line-height:1.6;color:var(--color-primary-black);max-width:1000px;margin:0 13rem}.project-detail-mockup{margin:10rem auto;max-width:800px;width:100%;box-sizing:border-box;display:flex;justify-content:center;align-items:center}.project-detail-mockup-image{width:100%;height:auto;border-radius:8px}.project-detail-survey-images{margin:5rem auto;max-width:800px;width:100%;box-sizing:border-box;display:flex;flex-direction:column;gap:2rem;align-items:center}.project-detail-survey-image{width:100%;height:auto;border-radius:8px}@media(max-width:1024px){.project-detail-content{padding:2rem}.project-detail-header{flex-direction:column;gap:2rem}.project-detail-thumbnail{width:150px}.project-detail-title{font-size:2.5rem}}@media(max-width:768px){.project-detail-content{padding:1.5rem}.project-detail-header{gap:1.5rem}.project-detail-thumbnail{width:120px}.project-detail-title{font-size:2rem}.project-detail-category,.project-detail-description{font-size:1rem}.project-detail-section h2{font-size:1.5rem}.project-detail-section p{font-size:1rem}}.contact-icon-container{position:relative;width:24px;height:24px;display:flex;align-items:center;justify-content:center}.contact-icon{width:24px;height:24px;object-fit:contain;position:absolute;top:0;left:0}.contact-icon-default{display:block}.contact-icon-hover{display:none}.contact-btn{width:80px;height:80px;border-radius:50%;background-color:var(--color-variable-light-purple);border:none;cursor:pointer;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:.5rem;text-decoration:none;transition:transform .2s ease,opacity .2s ease,background-color .2s ease;position:relative}.contact-btn:hover{transform:scale(1.05);opacity:.9;background-color:var(--color-primary-purple)}.contact-btn:active{transform:scale(.95)}.contact-btn:hover .contact-icon-default{display:none}.contact-btn:hover .contact-icon-hover{display:block}.contact-btn-text{color:var(--color-primary-black);font-family:var(--font-family-primary);font-size:1em;font-weight:500;text-transform:lowercase;line-height:1}.contact-btn:hover .contact-btn-text{color:var(--color-primary-white)}@media(max-width:768px){.contact-icon-container,.contact-icon{width:20px;height:20px}.contact-btn{width:70px;height:70px}.contact-btn-text{font-size:.65rem}}.about-me-content{max-width:100%;margin:0 auto;padding:3rem 10rem;width:100%}.about-me-intro{display:flex;gap:4rem;align-items:flex-start;margin-bottom:4rem}.about-me-intro-left{display:flex;flex-direction:column;align-items:center;gap:2rem;flex:0 0 auto}.about-me-photo{width:20rem;height:auto;border-radius:50%;overflow:hidden;display:flex;align-items:center;justify-content:center;margin-bottom:-3rem}.profile-image{width:100%;height:100%;object-fit:cover}.about-me-title{display:flex;flex-direction:column;gap:.5rem}.name-title{position:relative;display:inline-block;margin-bottom:-2rem}.name-text{position:relative;font-family:var(--font-family-primary);font-size:4rem;font-weight:500;color:var(--color-primary-black);margin:0;text-align:center;background:linear-gradient(to bottom,transparent 60%,var(--color-variable-light-purple) 60%,var(--color-variable-light-purple) 85%,transparent 85%);padding:0 8px;inline-size:fit-content;box-decoration-break:clone;-webkit-box-decoration-break:clone}.job-title{font-family:var(--font-family-primary);font-size:1.2rem;font-weight:400;color:var(--color-primary-black);margin:1rem 0 0;line-height:.1;text-transform:lowercase;text-align:center}.about-me-intro-right{flex:1;display:flex;align-items:center;margin-top:4rem}.intro-text{font-family:var(--font-family-primary);font-size:1.125rem;font-weight:400;color:var(--color-primary-black);line-height:1.2;margin:0;text-align:start}.intro-text strong{font-weight:600;font-size:2em}.about-me-ilove{margin-top:6rem;margin-bottom:4rem}.ilove-content{display:flex;flex-direction:column;gap:2rem;max-width:100%;width:100%;box-sizing:border-box;padding:0 2rem;margin:0}.ilove-header{text-align:center;max-width:100%;width:100%;box-sizing:border-box}.ilove-title{position:relative;display:inline-block;font-family:var(--font-family-primary);font-size:2.5rem;font-weight:400;color:var(--color-primary-black);margin:0;text-transform:lowercase}.ilove-title-text{position:relative;z-index:1;display:inline-block;background:linear-gradient(to bottom,transparent 60%,var(--color-variable-light-purple) 60%,var(--color-variable-light-purple) 85%,transparent 85%);padding:0 8px;inline-size:fit-content;box-decoration-break:clone;-webkit-box-decoration-break:clone}.ilove-body{display:flex;gap:3rem;align-items:last baseline;max-width:100%;width:100%;box-sizing:border-box}.ilove-left{flex:0 0 auto;min-width:0}.toast-photo{max-width:100%;width:300px;height:auto;border-radius:20px;overflow:hidden;box-sizing:border-box;transition:transform .3s ease,box-shadow .3s ease}.toast-photo:hover{transform:translateY(-8px) scale(1.02);box-shadow:0 12px 24px #00000026}.ilove-right{flex:1;min-width:0;display:flex;flex-direction:column;gap:1rem;box-sizing:border-box}.ilove-list{font-family:var(--font-family-primary);font-size:1.3rem;font-weight:500;color:var(--color-primary-black);line-height:1.6;margin:0 0 2rem;text-transform:lowercase}.ilove-small-images{display:flex;gap:2rem;align-items:flex-end;max-width:100%;box-sizing:border-box}.coffee-photo{max-width:100%;width:13rem;height:13rem;object-fit:cover;border-radius:20px;box-sizing:border-box;transition:transform .3s ease,box-shadow .3s ease}.coffee-photo:hover{transform:translateY(-8px) scale(1.02);box-shadow:0 12px 24px #00000026}.baking-photo{max-width:100%;width:13rem;height:13rem;object-fit:cover;border-radius:20px;box-sizing:border-box;transition:transform .3s ease,box-shadow .3s ease}.baking-photo:hover{transform:translateY(-8px) scale(1.02);box-shadow:0 12px 24px #00000026}.packages-photo{max-width:100%;width:13rem;height:13rem;object-fit:cover;border-radius:20px;box-sizing:border-box;transition:transform .3s ease,box-shadow .3s ease}.packages-photo:hover{transform:translateY(-8px) scale(1.02);box-shadow:0 12px 24px #00000026}.about-me-skills{margin-top:6rem;margin-bottom:6rem;max-width:100%;width:100%;box-sizing:border-box}.skills-content{display:flex;flex-direction:column;gap:2rem;max-width:100%;width:100%;box-sizing:border-box;padding:0 6rem}.skills-header{text-align:center;max-width:100%;width:100%;box-sizing:border-box;margin-bottom:2rem}.skills-title{position:relative;display:inline-block;font-family:var(--font-family-primary);font-size:2.5rem;font-weight:400;color:var(--color-primary-black);margin:0;text-transform:lowercase}.skills-title-text{position:relative;z-index:1;display:inline-block;background:linear-gradient(to bottom,transparent 60%,var(--color-variable-light-purple) 60%,var(--color-variable-light-purple) 85%,transparent 85%);padding:0 8px;inline-size:fit-content;box-decoration-break:clone;-webkit-box-decoration-break:clone}.skills-body{display:flex;flex-direction:column;gap:3rem;max-width:100%;width:100%;box-sizing:border-box}.hard-skills{display:flex;gap:4rem;align-items:flex-start}.hard-skills .skills-section-title,.soft-skills .skills-section-title{flex:0 0 auto;min-width:8rem;font-weight:600}.skills-list-container{flex:1;display:flex;flex-direction:column;gap:1rem;min-width:0;padding-top:.5rem}.soft-skills{display:flex;gap:4rem;align-items:flex-start}.skills-section-title{font-family:var(--font-family-primary);font-size:1.5rem;font-weight:500;color:var(--color-primary-black);margin:0;text-transform:lowercase;text-align:left}.skills-list{font-family:var(--font-family-primary);font-size:1.2rem;font-weight:400;color:var(--color-primary-black);line-height:1.8;margin:0;text-transform:lowercase;text-align:left;line-height:1.5}.about-me-contact{margin-top:6rem;margin-bottom:6rem;max-width:100%;width:100%;box-sizing:border-box}.contact-content{display:flex;flex-direction:column;gap:2rem;max-width:100%;width:100%;box-sizing:border-box;padding:0 6rem;align-items:center}.contact-header{text-align:center;max-width:100%;width:100%;box-sizing:border-box;margin-bottom:2rem}.contact-title{position:relative;display:inline-block;font-family:var(--font-family-primary);font-size:2.5rem;font-weight:400;color:var(--color-primary-black);margin:0;text-transform:lowercase}.contact-title-text{position:relative;z-index:1;display:inline-block;background:linear-gradient(to bottom,transparent 60%,var(--color-variable-light-purple) 60%,var(--color-variable-light-purple) 85%,transparent 85%);padding:0 8px;inline-size:fit-content;box-decoration-break:clone;-webkit-box-decoration-break:clone}.contact-buttons{display:flex;gap:2rem;justify-content:center;align-items:center;flex-wrap:wrap}@media(max-width:1024px){.about-me-content{padding:10rem 3rem}.about-me-intro{gap:6rem}.about-me-photo{width:250px;height:250px}.intro-text{margin-top:-3rem}.ilove-body{flex-direction:column;gap:3rem;align-items:center}.ilove-left{display:flex;justify-content:center;width:100%}.toast-photo{width:15rem;height:auto}.ilove-small-images{flex-direction:column;gap:2rem;align-items:center}.coffee-photo,.baking-photo,.packages-photo{width:15rem;height:15rem}.skills-content{padding:0 2rem}.skills-title{font-size:2.5rem}.hard-skills,.soft-skills{flex-direction:column;gap:1rem}.skills-section-title{font-size:1.5rem}.skills-list{font-size:1.2rem}.contact-content{padding:0 2rem}.contact-title{font-size:2.5rem}.contact-buttons{gap:1.5rem}}@media(max-width:768px){.about-me-content{padding:15rem 1.5rem 1.5rem}.about-me-intro{flex-direction:column;gap:0rem}.about-me-intro-left{width:100%;align-items:center}.about-me-photo{width:200px;height:200px}.name-text{font-size:3rem}.intro-text{font-size:1.1rem;padding:3rem 3rem 1.2rem;line-height:1.4}.ilove-title{font-size:2.5rem}.ilove-left{display:flex;justify-content:center;width:100%}.toast-photo{width:10rem;height:auto}.ilove-small-images{flex-direction:column;align-items:center}.coffee-photo,.baking-photo,.packages-photo{width:10rem;height:10rem}.skills-content{padding:0 1rem}.skills-title{font-size:2rem}.skills-section-title{font-size:1.5rem}.skills-list{font-size:1.2rem;line-height:1.8}.contact-content{padding:0 1rem}.contact-title{font-size:2rem}}.app{min-height:100vh;background-color:var(--color-primary-white)}
