:root{--project-page-bg: #F5F1EA;--project-page-text: #170094;--project-page-accent: #170094;--project-page-bg-light: rgba(0, 72, 255, .1);--project-page-border: rgba(0, 72, 255, .2);--project-page-hover-bg: #170094;--project-page-hover-text: #F5F1EA;--project-page-card-bg: rgba(245, 241, 234, .8);--project-page-tech-bg: rgba(0, 72, 255, .1);--project-page-tech-border: rgba(0, 72, 255, .3)}.project-page{position:relative;min-height:100vh;width:100%;background-color:#f5f1ea;overflow-x:hidden;display:flex;flex-direction:column;color:var(--project-page-text);font-family:Body,sans-serif;padding:0;margin:0}.project-header{position:relative;z-index:10;padding:6rem 2rem 0rem;max-width:1200px;margin:0 auto;transition:all .3s ease}.project-title-section{margin-bottom:2rem;text-align:center}.project-title{font-family:Title,sans-serif;font-size:clamp(2.75rem,12vw,8rem);color:var(--project-page-accent);margin:0 0 1rem;line-height:1;letter-spacing:.1rem;font-weight:400}.project-subtitle{font-family:Caption,sans-serif;font-size:clamp(1rem,2.5vw,1.2rem);color:var(--project-page-text);letter-spacing:-.01rem;margin:0 0 2rem;text-transform:uppercase}.tech-tags-header{display:flex;flex-wrap:wrap;gap:.75rem;justify-content:center;margin:3rem auto;max-width:760px}.tech-tags{display:flex;flex-wrap:wrap;gap:.75rem;margin-top:1.5rem}.tech-tag{font-family:Caption,monospace;background-color:var(--project-page-tech-bg);color:var(--project-page-accent);padding:.5rem 1rem;border-radius:20px;font-size:.875rem;border:1px solid var(--project-page-tech-border)}.project-overview{font-family:Medium,sans-serif;font-size:1.4rem;line-height:1.6;letter-spacing:0rem;color:var(--project-page-text);margin:3rem auto;max-width:90%;text-align:center}.project-page .jasmine-v2-graphic{width:320px;height:auto;transition:all .3s ease;margin:3rem auto 2rem;display:block;color:#170094}.project-hero{position:relative;z-index:10;width:100%;margin:5rem 0 0;padding:0}.image_hero{width:100%;height:auto;min-height:300px;max-height:80vh;-o-object-fit:cover;object-fit:cover;display:block;border-radius:0;box-shadow:none}.hero-mobile{display:none;opacity:0;transform:scale(1.05);transition:opacity .4s ease-in-out,transform .4s ease-in-out}.hero-desktop{display:block;opacity:1;transform:scale(1);transition:opacity .4s ease-in-out,transform .4s ease-in-out}@media(max-width:556px){.hero-mobile{display:block;opacity:1;transform:scale(1)}.hero-desktop{display:none;opacity:0;transform:scale(.95)}.hero-mobile.image_hero{min-height:200px;max-height:50vh}}.project-content{position:relative;z-index:10;width:100%;margin:0 auto;padding:0}.image-gallery{display:grid;grid-template-columns:1fr 1fr;gap:2rem;margin-top:1rem;width:60vw;margin-left:calc(0vw - 30%);padding:0 2rem;box-sizing:border-box}.image_gallery{width:100%;height:auto;min-height:400px;-o-object-fit:cover;object-fit:cover;border-radius:8px;transition:transform .3s ease}.image_gallery:hover{transform:scale(1.02)}@media(max-width:768px){.project-header{padding:4rem 1rem 0rem}.project-content{padding:1rem}.image-gallery{grid-template-columns:1fr;gap:1rem}}@media(max-width:480px){.project-header{padding:2.75rem 1rem 2rem}.tech-tags{gap:.5rem}.tech-tag{font-size:.75rem;padding:.375rem .75rem}}.image_sidebyside_section{width:100vw;margin-left:calc(-50vw + 50%);margin-top:2rem;padding:2rem;box-sizing:border-box}.image_sidebyside_container{display:grid;grid-template-columns:1fr 1fr;gap:2rem;max-width:1200px;margin:0 auto}.image_sidebyside_wrapper{overflow:hidden;border-radius:8px}.image_sidebyside{width:100%;height:auto;-o-object-fit:cover;object-fit:cover;-o-object-position:center;object-position:center;transition:transform .3s ease}.image_sidebyside:hover{transform:scale(1.02)}@media(max-width:768px){.image_sidebyside_container{grid-template-columns:1fr;gap:1rem}.image_sidebyside_section{padding:1rem}}.image_hero_small .image_hero{min-height:250px!important;max-height:40vh!important}.image_hero_medium .image_hero{min-height:300px!important;max-height:60vh!important}.image_hero_large .image_hero{min-height:500px!important;max-height:90vh!important}.image_hero_fullscreen .image_hero{min-height:80vh!important;max-height:100vh!important}.image_custom_section{margin:2rem 0;width:100%;text-align:center}.image_custom_section_wide{margin:2rem 0;width:100vw;margin-left:calc(-50vw + 50%);text-align:center;overflow:hidden}.image_custom{max-width:100%;height:auto;transition:all .3s ease;border-radius:24px;display:block;margin:0 auto}.left-header{width:auto;margin-left:96px;padding-left:0;transition:margin-left .3s ease}.left-header .left-header-content{text-align:left;margin:0;max-width:90%;transition:padding-left .3s ease,max-width .3s ease}.left-header .left-header-title{text-align:left;margin-bottom:1.5rem}.left-header .left-header-subtitle{text-align:left;margin-bottom:0rem;margin-top:0}.left-header .left-header-overview{text-align:left;margin:2rem 0}.left-header .project-title-section .left-header-tags.tech-tags-header{justify-content:flex-start;margin-bottom:0rem;margin-left:0;margin-right:auto}.left-header .left-header-graphic{margin:2rem 0;margin-right:auto}.left-header .left-header-graphic-large{display:block;width:calc(100vw - 192px);max-width:1300px;height:auto;margin-left:0;margin-right:96px;position:relative}.left-header .left-header-graphic-small{display:none;width:auto}@media(max-width:768px){.left-header .left-header-content{padding-left:0;max-width:90%}}@media(max-width:600px){.left-header{margin-left:36px}.left-header .left-header-content{padding-left:0;max-width:calc(100% - 48px)}.left-header .left-header-graphic-large{display:none}.left-header .left-header-graphic-small{display:block}}@media(max-width:480px){.left-header .left-header-content{padding-left:20px;max-width:95%}.left-header .left-header-title{font-size:2rem}}.project-navigation{position:fixed;top:0;left:0;right:0;z-index:100;display:flex;justify-content:space-between;align-items:center;padding:1rem .7rem;pointer-events:none;background:#f1f1ee77;backdrop-filter:blur(20px);-webkit-backdrop-filter:blur(20px);border-bottom:1px solid rgba(241,241,238,.2)}.nav-button{background:transparent;border:none;border-radius:8px;color:var(--project-page-text, #170094);font-family:Body,monospace;font-size:1rem;cursor:pointer;padding:.75rem;transition:all .3s ease;display:flex;align-items:center;justify-content:center;pointer-events:auto;width:42px;height:42px}.nav-button:hover{background:transparent;transform:translateY(-0px) rotate(45deg);border-radius:100%}.nav-back-button:hover{background:transparent;transform:translateY(-0px) rotate(360deg);border-radius:100%}.nav-button:active{transform:translateY(0)}.nav-button-icon{width:42px;height:42px;display:block;flex-shrink:0;min-width:42px;min-height:42px}@media(max-width:768px){.project-navigation{padding:.75rem}.nav-button{width:42px;height:42px;padding:.5rem}.nav-button-icon{width:42px;height:42px;display:block;flex-shrink:0;min-width:42px;min-height:42px}}@media(max-width:480px){.project-navigation{padding:.5rem 1rem}.nav-button{width:44px;height:44px}.nav-button-icon{width:44px;height:44px;display:block;flex-shrink:0;min-width:44px;min-height:44px}}.navigation-menu{position:fixed;top:0;left:0;width:100%;height:100vh;background:#f1f1ee40;backdrop-filter:blur(40px) saturate(180%);-webkit-backdrop-filter:blur(40px) saturate(180%);z-index:1000;display:flex;align-items:center;justify-content:center;opacity:0;visibility:hidden;transition:all .4s cubic-bezier(.25,.8,.25,1);transform:translateY(0)}.navigation-menu{position:fixed;top:0;left:0;width:100vw;height:100vh;background:#160094dd;backdrop-filter:blur(40px) saturate(180%);-webkit-backdrop-filter:blur(40px) saturate(180%);z-index:1000;display:flex;align-items:center;justify-content:center;opacity:0;visibility:hidden;transition:all .4s cubic-bezier(.25,.8,.25,1);transform:translateY(0)}.navigation-menu--open{opacity:1;visibility:visible;transform:translateY(0)}.navigation-menu__content{position:relative;text-align:center;max-width:600px;width:100%;padding:2rem}.navigation-menu__close{position:fixed;top:1rem;right:1.85rem;background:transparent;border:none;cursor:pointer;padding:.75rem 1rem;width:42px;height:42px;display:flex;align-items:center;justify-content:center;z-index:1001;transform:rotate(-90deg);opacity:0;transition:all .4s ease;transition-delay:.04s}.navigation-menu--open .navigation-menu__close{transform:rotate(0);opacity:1}.navigation-menu__close:hover{transform:rotate(-45deg)}.close-icon{width:42px;height:42px;transition:all .3s ease;display:block;flex-shrink:0;min-width:42px;min-height:42px}.navigation-menu__nav{margin:4rem 0}.navigation-menu__list{list-style:none;padding:0;margin:0}.navigation-menu__item{margin:0 0 2rem;transform:translateY(20px);opacity:0;transition:all .6s cubic-bezier(.25,.8,.25,1)}.navigation-menu--open .navigation-menu__item:nth-child(1){transition-delay:.1s;transform:translateY(0);opacity:1}.navigation-menu--open .navigation-menu__item:nth-child(2){transition-delay:.2s;transform:translateY(0);opacity:1}.navigation-menu--open .navigation-menu__item:nth-child(3){transition-delay:.3s;transform:translateY(0);opacity:1}.navigation-menu--open .navigation-menu__item:nth-child(4){transition-delay:.4s;transform:translateY(0);opacity:1}.navigation-menu__link{font-family:Title,sans-serif;font-size:clamp(1.75rem,5vw,3.5rem);color:#fff;letter-spacing:.2rem;background:none;border:none;cursor:pointer;transition:all .3s ease;position:relative;display:block;width:100%;padding:0}.navigation-menu__link:hover{transform:translate(20px);color:#ecbbfc}.navigation-menu__footer{margin-top:4rem;opacity:0;transform:translateY(20px);transition:all .6s cubic-bezier(.25,.8,.25,1);transition-delay:.5s}.navigation-menu--open .navigation-menu__footer{opacity:1;transform:translateY(0)}.navigation-menu__footer-text{font-family:Body,monospace;font-size:.875rem;color:#fff;margin:0;letter-spacing:.1em}@media(max-width:768px){.navigation-menu__content{padding:1.5rem 1rem}.navigation-menu__close{top:.75rem;right:.75rem;width:42px;height:42px;padding:.5rem}.close-icon{width:42px;height:42px;display:block;flex-shrink:0;min-width:42px;min-height:42px}.navigation-menu__link{font-size:clamp(1.5rem,8vw,3rem)}.navigation-menu__item{margin:0 0 1.5rem}}@media(max-width:480px){.navigation-menu__content{padding:1rem}.navigation-menu__close{top:.5rem;right:1rem;width:44px;height:44px}.close-icon{width:44px;height:44px;display:block;flex-shrink:0;min-width:44px;min-height:44px}.navigation-menu__nav{margin:3rem 0}.navigation-menu__footer{margin-top:3rem}}.footer{position:relative;z-index:10;width:100%;margin-top:auto;padding:10rem 1rem 3rem;display:flex;flex-direction:column;justify-content:center;align-items:center;gap:3rem}.footer-content{display:flex;flex-direction:column;align-items:center;justify-content:center;width:100vw;gap:1rem}.footer-jasmine{display:flex;justify-content:center;align-items:center;width:100%}.footer-jasmine .jasmine-graphic{width:clamp(200px,90vw,600px);height:auto}.footer-links{display:flex;gap:2rem;align-items:center}.footer-link{font-family:Title,sans-serif;font-weight:400;font-size:clamp(1.5rem,10vw,2rem);color:#170094;text-decoration:none;letter-spacing:.1rem;transition:opacity .4s ease;text-transform:uppercase}.footer-link:hover{color:#856fff}.footer-text{font-family:Caption,monospace;font-weight:400;font-size:clamp(.75rem,1.5vw,.85rem);color:#170094;margin:0;letter-spacing:-.01em;text-align:center;text-transform:uppercase;width:80vw}:root{--landscape-width-default: 80%;--landscape-width-narrow: 60%;--landscape-width-wide: 90%;--landscape-width-full: 95%;--landscape-width-mobile: 98%;--image-margin-top: 8rem;--image-margin-bottom: 8rem;--image-margin-mobile: 4rem}.flexible-text-section{margin:2rem 0;padding:0 2rem;max-width:760px;margin-left:auto;margin-right:auto}.flexible-text-section.text-align-center{text-align:center}.flexible-text-section.text-align-right{text-align:right}.section-header{font-family:Title,sans-serif;text-transform:uppercase;letter-spacing:.1rem;font-weight:700;margin-bottom:1rem;color:var(--project-page-text, #170094)}.section-header.header-large{font-size:2.8rem}.section-header.header-medium{font-size:1.5rem}.section-header.header-small{font-size:1.25rem}.section-content{line-height:1.4;letter-spacing:-.01rem}.section-paragraph{font-family:Body,sans-serif;margin-bottom:1.5rem;font-size:1rem;color:var(--project-page-text, #170094)}.section-paragraph.text-small{font-size:.9rem;line-height:1.5}.section-paragraph.text-normal{font-size:1rem;line-height:1.5}.section-paragraph.text-medium{font-size:1.125rem;line-height:1.4}.section-paragraph.text-large{font-size:1.5rem;line-height:2rem}.section-paragraph.font-mono{font-family:Body,monospace}.section-paragraph.text-emphasis{font-weight:600;font-style:italic}.flexible-image-section{margin:var(--image-margin-top) 0 var(--image-margin-bottom) 0;width:100%;position:relative}.flexible-image-section-landscape{margin:var(--image-margin-top) auto var(--image-margin-bottom) auto;width:var(--landscape-width-default)}.image-wrapper{width:100%;height:auto;display:block}.full-bleed-image{width:100%;height:auto;display:block;-o-object-fit:cover;object-fit:cover}.landscape-image{width:100%;height:auto;display:block;-o-object-fit:cover;object-fit:cover;border-radius:12px}.flexible-image-section-sidebyside{margin:var(--image-margin-top) auto var(--image-margin-bottom) auto;width:var(--landscape-width-default)}.sidebyside-images{display:flex;gap:1rem;align-items:center}.sidebyside-image{height:auto;display:block;-o-object-fit:cover;object-fit:cover;border-radius:12px}.flexible-image-section .image-caption,.flexible-image-section-landscape .image-caption,.flexible-image-section-sidebyside .image-caption,.image-caption{text-align:center;margin-top:1rem;font-size:.8rem;color:#635f8b;text-transform:uppercase}@media(max-width:768px){.flexible-text-section{padding:0 1rem;margin:2rem 0}.section-header{font-size:1.25rem}.flexible-image-section-landscape{width:var(--landscape-width-mobile);margin:var(--image-margin-mobile) auto}.sidebyside-images{flex-direction:column;gap:1rem}.sidebyside-image{width:100%}}@media(max-width:400px){.flexible-image-section{width:100%;margin-left:0;margin-right:0;border-radius:12px}.full-bleed-image{border-radius:12px}}.protected-container{position:relative;min-height:100vh;width:100%;background-color:#f5f1ea;overflow-x:hidden;display:flex;flex-direction:column;align-items:center;justify-content:center}.protected-container .dot{position:absolute;width:1.6px;height:1.6px;background-color:#afb1ec;border-radius:50%}.protected-container .back-button{position:fixed;top:2rem;left:2rem;z-index:20;background:#f5f1eae6;border:none;border-radius:8px;color:#170094;font-family:Body,monospace;font-size:1rem;cursor:pointer;padding:.75rem;transition:all .3s ease;display:flex;align-items:center;gap:.75rem;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.protected-container .back-button-icon{width:28px;height:22px}.protected-content{position:relative;z-index:10;display:flex;align-items:center;justify-content:center;min-height:100vh;padding:2rem}.protected-form-container{background:#f5f1eaf2;border-radius:16px;padding:3rem 2.5rem;max-width:500px;width:100%;text-align:center;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);box-shadow:0 16px 40px #0048ff1a}.protected-star{position:relative;z-index:5;width:96px;height:96px;margin:0 auto 2rem;display:flex;justify-content:center;align-items:center}.protected-star .star-graphic{width:64px;height:64px;animation:rotate-clockwise 20s linear infinite;opacity:.5}.protected-star .star-text{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);font-family:TAY Taxi Driver,sans-serif;font-weight:400;font-size:clamp(2.5rem,.8vw,3.5rem);color:#170094;letter-spacing:0px;text-align:center}.protected-subtitle{font-family:TAY Taxi Driver,sans-serif;font-size:clamp(1rem,2.5vw,1.25rem);color:#170094;margin:0 0 2.5rem;opacity:.8}.protected-form{margin-bottom:2rem}.input-group{display:flex;flex-direction:column;gap:1.5rem;margin-bottom:1rem}.password-input{font-family:Body,monospace;font-size:1rem;padding:1rem 1.5rem;border:2px solid #170094;border-radius:8px;background:#f5f1eacc;color:#170094;text-align:center;transition:all .3s ease;outline:none}.password-input:focus{border-color:#170094;background:#f5f1ea;box-shadow:0 0 0 4px #0048ff1a}.password-input::-moz-placeholder{color:#0048ff80}.password-input::placeholder{color:#0048ff80}.password-input:disabled{opacity:.6;cursor:not-allowed}.submit-button{font-family:Body,monospace;font-size:.875rem;font-weight:500;text-transform:uppercase;letter-spacing:.1em;padding:1rem 2rem;border:2px solid #170094;border-radius:8px;background:#170094;color:#f5f1ea;cursor:pointer;transition:all .3s ease;outline:none}.submit-button:hover:not(:disabled){background:transparent;color:#170094;transform:translateY(-2px);box-shadow:0 4px 12px #0048ff33}.submit-button:disabled{opacity:.6;cursor:not-allowed;transform:none;box-shadow:none}.error-message{font-family:Body,monospace;font-size:.875rem;color:#ff4757;margin:0;padding:.5rem;background:#ff47571a;border-radius:6px;border:1px solid rgba(255,71,87,.3)}.protected-hint{font-family:Body,monospace;font-size:.75rem;color:#170094;margin:0;opacity:.6;text-transform:uppercase;letter-spacing:.05em}@media(max-width:768px){.protected-form-container{padding:2rem 1.5rem;margin:1rem}.input-group{gap:1rem}.password-input,.submit-button{padding:.875rem 1.25rem}}*{margin:0;padding:0;box-sizing:border-box}html{overflow-x:hidden}body{margin:0;min-width:320px;min-height:100vh;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;overflow-x:hidden}@font-face{font-family:Title;src:url(/assets/Moore-CdPWqwHw.otf) format("opentype");font-weight:400;font-style:normal}@font-face{font-family:Bold;src:url(/assets/ApercuPro-Bold-Dr9xDyW9.ttf) format("truetype");font-weight:400;font-style:normal}@font-face{font-family:Medium;src:url(/assets/ApercuPro-Medium-2wpMYU4y.ttf) format("truetype");font-weight:400;font-style:normal}@font-face{font-family:Body;src:url(/assets/ApercuPro-Regular-CAHRCI5h.ttf) format("truetype");font-weight:400;font-style:normal}@font-face{font-family:Caption;src:url(/assets/GT%20Pressura%20Regular-CBolpMX0.otf) format("opentype");font-weight:400;font-style:normal}.app-container{position:relative;min-height:100vh;width:100%;background-color:#f5f1ea;overflow-x:hidden;display:flex;flex-direction:column;padding-top:10rem}.hello-section{position:relative;z-index:10;width:100%;max-width:100vw;margin:60px auto 70px;display:flex;flex-direction:column;justify-content:center;align-items:center;background-color:transparent;transition:all .3s ease;gap:.75rem}.header{position:relative;z-index:10;width:100%;padding:.75rem 0rem 0rem;display:flex;justify-content:center;align-items:center;background-color:transparent;transition:all .3s ease}.header-title{font-family:Title,sans-serif;font-size:clamp(8rem,60vw,16rem);font-style:normal;font-weight:400;color:#170094;margin:0 0 0rem;letter-spacing:.01rem;text-align:center;line-height:100%;transition:all .3s ease}.intro-section{position:relative;z-index:10;width:100%;padding:1rem 2rem 3rem;display:flex;justify-content:center;align-items:center}.intro-text{font-family:Medium,sans-serif;letter-spacing:.05rem;font-size:clamp(1.2rem,2.5vw,1.2rem);color:#170094;margin:0;text-align:center;line-height:1.3;max-width:720px;text-transform:uppercase}.jasmine-graphic{width:clamp(200px,90vw,700px);height:auto;margin-bottom:6px;opacity:1;transition:all .3s ease}.content-section{position:relative;z-index:5;width:100%;display:flex;flex-direction:column}.recently-section{position:relative;z-index:10;width:100%;padding:1rem 2rem;display:flex;flex-direction:column;justify-content:center;align-items:center}.recently-title{font-family:Title,sans-serif;font-weight:400;font-style:normal;font-size:clamp(36px,40vw,48px);color:#170094;margin:0;letter-spacing:.05rem;text-align:center;line-height:1}.thumbnails-playground{position:relative;height:400px;margin:6rem auto 4rem;border-radius:16px;max-width:800px;width:100%}.static-thumbnail{position:absolute;max-width:280px;max-height:280px;cursor:pointer;border-radius:4px;box-shadow:0 4px 12px #0000001a;transition:all .2s ease;overflow:hidden}.static-thumbnail:hover{transform:scale(1.05);box-shadow:0 8px 24px #00000026}.static-thumbnail img{width:auto;height:auto;max-width:280px;max-height:280px;-o-object-fit:contain;object-fit:contain;border-radius:2px;display:block}.thumbnail-hover-text{position:absolute;top:0;left:0;width:100%;height:100%;display:flex;align-items:center;justify-content:center;background:#ececffcc;color:#170094;border-radius:2px;font-family:Body,monospace;font-weight:400;font-style:normal;font-size:14px;letter-spacing:0px;text-transform:uppercase;white-space:nowrap;pointer-events:none;z-index:10}.about-section{position:relative;z-index:10;width:100%;max-width:800px;margin:0 auto;padding:4rem 2rem 1rem;display:flex;justify-content:center;align-items:center}.about-text{font-family:Regular,sans-serif;font-weight:400;font-size:clamp(24px,2.5vw,24px);color:#170094;margin:0;text-align:center;line-height:1.5;letter-spacing:0rem}.jasmine-v2-section{position:relative;z-index:10;width:100%;padding:3rem 1rem;display:flex;justify-content:center;align-items:center}.jasmine-v2-section .jasmine-v2-graphic{width:clamp(300px,30vw,400px);height:auto;opacity:1;transition:all .3s ease}.works-title-section{position:relative;z-index:10;width:100%;padding:6rem 1rem 2.5rem;display:flex;justify-content:center;align-items:center}.works-title{font-family:Title,sans-serif;font-weight:400;font-style:normal;font-size:clamp(36px,40vw,48px);color:#170094;margin:0;letter-spacing:.06rem;text-align:center;line-height:1}.work-section{position:relative;z-index:10;width:100%;padding:0 clamp(2rem,4vw,6rem);display:flex;justify-content:center;align-items:center}.work-table{width:100%;max-width:720px}.work-row{display:grid;grid-template-columns:1.5fr 1fr 1fr;gap:2rem;padding:1rem 0;cursor:pointer;transition:all .2s ease}.work-row:not(:last-child){border-bottom:1px solid #e0e0e0}.work-row:hover{background-color:#f8f9ff;transform:translateY(-2px)}.work-cell{font-family:Caption,monospace;font-weight:400;font-size:clamp(14px,2.5vw,16px);color:#170094;text-transform:uppercase;letter-spacing:-.01em;line-height:1.4}.work-cell--year{text-align:right}@keyframes rotate-clockwise{0%{transform:rotate(0)}to{transform:rotate(360deg)}}@media(max-width:768px){.hello-section{margin:40px auto 20px;padding:0 1rem;gap:1rem}.header{padding:.5rem 0}.header-title{font-size:clamp(8rem,90vw,8rem);margin:0 0 0rem;letter-spacing:.01rem}.intro-section{padding:0rem 1rem 1rem}.intro-text{font-size:clamp(14px,2.2vw,18px);line-height:1.4;max-width:500px}.jasmine-graphic{width:clamp(200px,90vw,600px);margin-bottom:4px}}@media(max-width:480px){.hello-section{margin:30px auto 10px;gap:.25rem}.header{padding:.25rem 0}.header-title{font-size:clamp(48px,8vw,56px);letter-spacing:.05rem;margin:0}.intro-section{padding:.25rem .5rem .75rem}.intro-text{font-size:clamp(12px,2vw,16px);line-height:1.3;max-width:400px}.jasmine-graphic{width:clamp(200px,90vw,600px);margin-bottom:2px}}@media(max-width:875px){.header-title{font-size:clamp(5rem,25vw,12rem);white-space:nowrap}}@media(max-width:768px){.recently-section{padding:2rem 1rem}.recently-title{font-size:clamp(36px,50vw,48px);margin-bottom:0rem}.works-title{font-size:clamp(36px,50vw,48px)}.thumbnails-playground{height:auto;display:flex;flex-direction:column;align-items:center;gap:2rem;padding:0 .5rem;margin:3rem auto 0rem}.static-thumbnail{position:relative!important;left:auto!important;top:auto!important;transform:none!important;max-width:250px;max-height:250px}.static-thumbnail img{max-width:250px;max-height:250px}}@media(max-width:480px){.recently-section{padding:2rem .5rem 0rem}.recently-title{font-size:clamp(28px,6vw,36px);margin-bottom:0rem}.works-title{font-size:clamp(28px,6vw,36px)}.thumbnails-playground{gap:1.5rem;padding:0 .25rem;margin:2rem auto 1rem}.static-thumbnail{max-width:280px;max-height:280px;border-radius:6px}.static-thumbnail img{max-width:280px;max-height:280px;border-radius:4px}.thumbnail-hover-text{font-size:12px;letter-spacing:.5px}}
