:root{--project-page-bg: #F4F1EA;--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: #F4F1EA;--project-page-card-bg: rgba(244, 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:#f1f1ee;overflow-x:hidden;display:flex;flex-direction:column;color:var(--project-page-text);font-family:Caption,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:Medium,sans-serif;font-size:clamp(2.75rem,5vw,4rem);color:var(--project-page-accent);margin:0 0 1.25rem;line-height:1.5;letter-spacing:-.1rem;font-weight:400}.project-subtitle{font-family:Regular,sans-serif;font-size:clamp(1rem,2.5vw,1.2rem);color:var(--project-page-text);margin:0 0 2rem}.project-page .parang-graphic{width:320px;height:auto;opacity:1;transition:all .3s ease;margin:3rem auto;display:block;color:#170094}.tech-tags-header{display:flex;flex-wrap:wrap;gap:.75rem;justify-content:center;margin:3rem auto;max-width:760px}.project-overview{font-family:Medium,sans-serif;font-size:1rem;line-height:1.6;letter-spacing:0rem;color:var(--project-page-text);margin:3rem auto;max-width:60%;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-meta{display:flex;gap:2rem;margin:2rem 0;flex-wrap:wrap;justify-content:center}.project-meta-item{display:flex;flex-direction:column;gap:.25rem;text-align:center}.meta-label{font-family:Caption,monospace;font-size:.75rem;text-transform:uppercase;letter-spacing:.1em;opacity:.7}.meta-value{font-family:Caption,monospace;font-size:.875rem;font-weight:500}.project-actions{display:flex;gap:1rem;margin-top:2rem;flex-wrap:wrap}.action-button{padding:1rem 2rem;border:2px solid var(--project-page-accent);text-decoration:none;font-family:Caption,monospace;font-size:.875rem;text-transform:uppercase;letter-spacing:.1em;transition:all .3s ease;cursor:pointer;display:inline-block}.action-button.primary{background-color:var(--project-page-accent);color:var(--project-page-bg)}.action-button.primary:hover,.action-button.secondary{background-color:transparent;color:var(--project-page-accent)}.action-button.secondary:hover{background-color:var(--project-page-hover-bg);color:var(--project-page-hover-text)}.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}.content-section{margin-bottom:3rem}.section-title{font-family:Caption,sans-serif;font-size:clamp(1.75rem,3vw,2.25rem);color:var(--project-page-accent);margin:12px 24px 0;line-height:1.2;letter-spacing:-.02rem}.section-text{font-family:Caption,monospace;font-size:1rem;line-height:1.5;color:var(--project-page-text);margin:0 24px;letter-spacing:-.02rem}.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)}.tech-tags{display:flex;flex-wrap:wrap;gap:.75rem;margin-top:1.5rem}.tech-tag{background-color:var(--project-page-tech-bg);color:var(--project-page-accent);padding:.5rem 1rem;border-radius:20px;font-family:Caption,monospace;font-size:.875rem;border:1px solid var(--project-page-tech-border)}.project-footer{position:relative;z-index:10;padding:3rem 2rem;text-align:center;border-top:1px solid var(--project-page-border);margin-top:4rem}.back-button-footer{background:none;border:2px solid #170094;color:#170094;font-family:Caption,monospace;font-size:1rem;cursor:pointer;padding:1rem 2rem;transition:all .3s ease;text-transform:uppercase;letter-spacing:.1em}.back-button-footer:hover{background-color:#170094;color:#f4f1ea}@media(max-width:768px){.project-header{padding:4rem 1rem 0rem}.project-content{padding:1rem}.project-meta{gap:1rem}.project-actions{flex-direction:column}.action-button{text-align:center}.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:Caption,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:Medium,sans-serif;font-size:clamp(1.75rem,5vw,3.5rem);color:#fff;text-decoration:none;background:none;border:none;cursor:pointer;transition:all .3s ease;position:relative;display:block;width:100%;padding:.5rem 0}.navigation-menu__link:hover{transform:translate(20px);color:#f1f1ee}.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:Caption,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:8rem 1rem 4rem;display:flex;flex-direction:column;justify-content:center;align-items:center;gap:3rem}.footer-star{position:relative;z-index:5;width:96px;height:96px;margin:0 auto;display:flex;justify-content:center;align-items:center;overflow:visible}.star-graphic{width:96px;height:96px;animation:rotate-clockwise 20s linear infinite;opacity:.5}.footer-star .star-text{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);font-family:TAY Taxi Driver,sans-serif;font-weight:400;letter-spacing:.05rem;font-size:3rem;color:#170094;text-align:center;white-space:nowrap;overflow:visible;width:90vw}.footer-divider{--s: clamp(4px, 4vw, 6px);--b: clamp(2px, .5vw, 1px);--m: .2;background:#170094;--R: calc(var(--s)*sqrt(var(--m)*var(--m) + 1) + var(--b)/2);height:calc(2*var(--R));width:80vw;max-width:80vw;--_g: #0000 calc(99% - var(--b)), #000 calc(101% - var(--b)) 99%, #0000 101%;-webkit-mask:radial-gradient(var(--R) at left 50% bottom calc(-1*var(--m)*var(--s)),var(--_g)) calc(50% - 2*var(--s)) calc(50% - var(--s)/2 - var(--b)/2)/calc(4*var(--s)) calc(var(--s) + var(--b)) repeat-x,radial-gradient(var(--R) at left 50% top calc(-1*var(--m)*var(--s)),var(--_g)) 50% calc(50% + var(--s)/2 + var(--b)/2)/calc(4*var(--s)) calc(var(--s) + var(--b)) repeat-x;mask:radial-gradient(var(--R) at left 50% bottom calc(-1*var(--m)*var(--s)),var(--_g)) calc(50% - 2*var(--s)) calc(50% - var(--s)/2 - var(--b)/2)/calc(4*var(--s)) calc(var(--s) + var(--b)) repeat-x,radial-gradient(var(--R) at left 50% top calc(-1*var(--m)*var(--s)),var(--_g)) 50% calc(50% + var(--s)/2 + var(--b)/2)/calc(4*var(--s)) calc(var(--s) + var(--b)) repeat-x}.footer-content{display:flex;flex-direction:column;align-items:center;justify-content:center;width:100vw;gap:1.5rem}.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}.footer-links{display:flex;gap:2rem;align-items:center}.footer-link{font-family:Medium,sans-serif;font-weight:400;font-size:clamp(.8rem,1vw,1rem);color:#170094;text-decoration:none;letter-spacing:.3rem;transition:opacity .4s ease;text-transform:uppercase}.footer-link:hover{opacity:.5}: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-content-container{width:100%;margin:0 auto;padding:0}.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:Medium;font-size:1rem;font-weight:700;margin-bottom:1rem;color:var(--project-page-text, #170094)}.section-header.header-large{font-size:2rem}.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{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-serif{font-family:Georgia,serif}.section-paragraph.font-mono{font-family:Caption,monospace}.section-paragraph.font-flexa{font-family:Regular,sans-serif;letter-spacing:-.02rem}.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%;margin:var(--image-margin-top) auto var(--image-margin-bottom) auto;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}.landscape-narrow{--landscape-width-default: var(--landscape-width-narrow)}.landscape-wide{--landscape-width-default: var(--landscape-width-wide)}.landscape-full{--landscape-width-default: var(--landscape-width-full)}.landscape-custom{width:var(--custom-landscape-width, 70%)}@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}.flexible-image-section{width:100%;margin:0}.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:#f1f1ee;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:#f1f1eee6;border:none;border-radius:8px;color:#170094;font-family:Caption,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:#f1f1eef2;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:Caption,monospace;font-size:1rem;padding:1rem 1.5rem;border:2px solid #170094;border-radius:8px;background:#f1f1eecc;color:#170094;text-align:center;transition:all .3s ease;outline:none}.password-input:focus{border-color:#170094;background:#f1f1ee;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:Caption,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:#f1f1ee;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:Caption,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:Caption,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}}.home-navigation{position:fixed;top:0;left:0;right:0;z-index:100;display:flex;justify-content:flex-end;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)}.home-nav-button{background:transparent;border:none;border-radius:8px;color:var(--project-page-text, #170094);font-family:Caption,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}.home-nav-button:hover{background:transparent;transform:translateY(-0px) rotate(45deg);box-shadow:0 4px 12px #0048ff26;border-radius:100%}.home-nav-button:active{transform:translateY(0)}.home-nav-button-icon{width:42px;height:42px;display:block;flex-shrink:0;min-width:42px;min-height:42px}@media(max-width:768px){.home-navigation{padding:.75rem}.home-nav-button{width:42px;height:42px;padding:.5rem}.home-nav-button-icon{width:42px;height:42px;display:block;flex-shrink:0;min-width:42px;min-height:42px}}@media(max-width:480px){.home-navigation{padding:.5rem 1rem}.home-nav-button{width:44px;height:44px}.home-nav-button-icon{width:44px;height:44px;display:block;flex-shrink:0;min-width:44px;min-height:44px}}*{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:Bold;src:url(/assets/GT-Flexa-Bold-9-xfIJIX.otf) format("opentype");font-weight:400;font-style:normal}@font-face{font-family:Medium;src:url(/assets/GT-Flexa-Medium-BhzwLSRn.otf) format("opentype");font-weight:400;font-style:normal}@font-face{font-family:Regular;src:url(/assets/GT-Flexa-Regular-Drq-n1v0.otf) format("opentype");font-weight:400;font-style:normal}@font-face{font-family:TAY Taxi Driver;src:url(/assets/TAYTaxiDriver--7ytJ21m.otf) format("opentype");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;display:flex;flex-direction:column;justify-content:center;align-items:center;background-color:transparent;transition:all .3s ease;gap:.75rem}.hello-text{font-family:TAY Taxi Driver,sans-serif;font-weight:400;font-size:clamp(3rem,2.5vw,3.5rem);color:#170094;margin:0;text-align:center}.jasmine-graphic{width:clamp(300px,30vw,400px);height:auto;margin-bottom:6px;opacity:1;transition:all .3s ease}.header{position:relative;z-index:10;width:100%;padding:.75rem 2rem 0rem;display:flex;justify-content:center;align-items:center;background-color:transparent;transition:all .3s ease}.header-title{font-family:Bold,sans-serif;font-size:clamp(4rem,40vw,5rem);font-style:normal;font-weight:400;color:#170094;margin:0;letter-spacing:-.04em;text-align:center;line-height:100%;transition:all .3s ease}.intro-section{position:relative;z-index:10;width:100%;padding:0rem 2rem;display:flex;justify-content:center;align-items:center}.intro-text{font-family:Regular,sans-serif;font-weight:400;font-size:clamp(16px,3.4vw,26px);color:#170094;margin:0;text-align:center;line-height:1.3;max-width:720px}.parang-divider-section{position:relative;z-index:10;width:100%;padding:1rem;display:flex;justify-content:center;align-items:center}.parang-graphic{width:clamp(300px,30vw,400px);height:auto;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:Medium,sans-serif;font-weight:400;font-style:normal;font-size:clamp(36px,4vw,36px);color:#170094;margin:0;letter-spacing:0px;text-align:center;line-height:1}.thumbnails-playground{position:relative;height:400px;margin:6rem auto;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:Caption,monospace;font-weight:400;font-style:normal;font-size:18px;letter-spacing:0px;text-transform:uppercase;white-space:nowrap;pointer-events:none;z-index:10}.coffee-beans-section{position:relative;z-index:10;width:100%;padding:3rem 1rem 0;display:flex;justify-content:center;align-items:center}.coffee-beans-graphic{width:clamp(300px,30vw,400px);height:auto;opacity:1;transition:all .3s ease}.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,serif;font-weight:400;font-size:clamp(20px,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:2rem 1rem;display:flex;justify-content:center;align-items:center}.works-title{font-family:Medium,sans-serif;font-weight:400;font-style:normal;font-size:clamp(24px,4vw,36px);color:#170094;margin:0;letter-spacing:0px;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}.star-graphic{width:64px;height:64px;animation:rotate-clockwise 20s linear infinite;opacity:.5}.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(3rem,.8vw,3.75rem);color:#170094;letter-spacing:-.025em;text-align:center;z-index:10;white-space:nowrap;pointer-events:none}@keyframes rotate-clockwise{0%{transform:rotate(0)}to{transform:rotate(360deg)}}@media(max-width:875px){.header-title{font-size:clamp(3.5rem,12vw,3.5rem);white-space:nowrap}}@media(max-width:768px){.thumbnails-playground{height:auto;display:flex;flex-direction:column;align-items:center;gap:2rem;padding:0 .25rem;margin:4rem auto 0rem}.static-thumbnail{position:relative!important;left:auto!important;top:auto!important;transform:none!important}}
