@font-face{font-family:Publico;src:url(/assets/Arvo-Regular-iMVsCo-j.ttf) format("truetype");font-weight:400;font-style:normal}:root{font-family:Publico,sans-serif;line-height:1.5;font-weight:400;--header-h: 90px;color-scheme:light;color:#111;background-color:#f6eff6}*{margin:0;padding:0;box-sizing:border-box}body{margin:0;display:flex;flex-direction:column;min-height:100vh}h1{font-size:3.2em;line-height:1.1;color:#000}a{text-decoration:none}body{background:#fffaf2}.app-container{display:flex;flex-direction:column;min-height:100vh;justify-content:flex-start;gap:50px}.footer{background-color:#ebebeb;color:#fff;text-align:center;padding:40px 20px;width:100%;margin-top:auto}.greeting-slider-wrapper{flex-grow:1;display:flex;justify-content:space-between}.app-shell{padding-top:var(--header-h);min-height:100vh;display:flex;flex-direction:column}:root{--header-h: 80px}.header{position:fixed;top:0;left:0;width:100%;height:var(--header-h);padding:0 5%;background:transparent;display:flex;align-items:center;justify-content:space-between;z-index:100;transition:background-color .3s ease;box-sizing:border-box}.header.scrolled{background:#fff;box-shadow:0 2px 10px #00000014}.logo{font-size:24px;color:#000;font-weight:700;text-decoration:none;line-height:1}.navbar{display:flex;gap:20px}.navbar a{position:relative;font-size:18px;color:#000;font-weight:500;text-decoration:none}.navbar a:before{content:"";position:absolute;bottom:-5px;left:0;width:0;height:2px;background:#000;transition:width .3s}.navbar a:hover:before{width:100%}.hamburger{display:none;border:0;background:transparent;padding:8px;cursor:pointer}.hamburger span{display:block;width:26px;height:3px;background:#000;margin:5px 0}.overlay{position:fixed;top:0;right:0;bottom:0;left:0;background:#00000059;opacity:0;pointer-events:none;transition:opacity .25s ease;z-index:98}.overlay.active{opacity:1;pointer-events:auto}.sideMenu{position:fixed;top:0;right:0;height:100vh;width:min(86vw,420px);background:#fff;padding:18px 18px 24px;box-sizing:border-box;border-radius:22px 0 0 22px;box-shadow:-16px 0 50px #0000002e;transform:translate(100%);transition:transform .28s ease;z-index:99;display:flex;flex-direction:column;gap:20px}.sideMenu.active{transform:translate(0)}.sideMenuHeader{display:flex;align-items:center;justify-content:space-between;padding-top:16px}.sideMenuHeading{font-size:14px;font-weight:800;letter-spacing:.06em;text-transform:uppercase;opacity:.7}.closeBtn{width:42px;height:42px;border-radius:999px;border:1px solid rgba(0,0,0,.1);background:#0000000a;font-size:18px;cursor:pointer;display:grid;place-items:center;transition:background .15s ease,transform .15s ease}.closeBtn:hover{background:#00000014;transform:translateY(-1px)}.sideMenuLinks{display:flex;flex-direction:column;gap:12px}.sideMenu a{padding:16px;border-radius:14px;font-size:18px;font-weight:600;color:#000;text-decoration:none;background:#0000000a;transition:background .15s ease,transform .15s ease}.sideMenu a:hover{background:#00000012;transform:translateY(-1px)}@media(max-width:768px){.navbar{display:none}.hamburger{display:block}.logo{font-size:20px}}@media(max-width:420px){.sideMenu{width:92vw;border-radius:18px 0 0 18px}.logo{font-size:18px}}.hero{position:relative;width:100%;min-height:100vh;box-sizing:border-box;overflow-x:hidden;padding-top:70px;padding-bottom:200px}@media(max-width:1100px){.hero{padding-top:100px}}.hero-inner{width:100%;box-sizing:border-box;max-width:1400px;margin:0 auto;padding-left:clamp(25px,5vw,54px);padding-right:clamp(25px,5vw,54px)}.hero-subline{display:block;font-size:clamp(30px,5vw,40px);font-weight:600;line-height:1.05;margin-top:2px}.grid-container{width:100%;box-sizing:border-box;display:grid;grid-template-columns:minmax(230px,1fr) minmax(230px,340px);gap:clamp(52px,8vw,80px);align-items:center}.text-area{display:flex;align-items:flex-start;justify-self:start;margin-top:-10px}.hero-title{margin:0;color:#111}.typing-line{display:inline-flex;align-items:baseline;font-size:clamp(38px,4.2vw,52px);font-weight:700;line-height:1.05;white-space:normal}@media(min-width:1300px){.typing-line{white-space:nowrap}}.typing-cursor{margin-left:6px;animation:blink 1s steps(2,start) infinite;opacity:.9;display:inline-block;line-height:1}@keyframes blink{0%{opacity:1}50%{opacity:0}to{opacity:1}}.hero-sub-lines{margin-top:clamp(10px,1.6vw,18px)}.hero-sub-lines>div{font-size:clamp(20px,2.2vw,30px);font-weight:600;line-height:1.15;margin-top:2px}.hero-desc{margin-top:clamp(10px,1.4vw,16px);font-size:clamp(14px,1.2vw,20px);color:#333;max-width:640px;margin-bottom:clamp(32px,2vw,34px)}.sweden-text{background:linear-gradient(270deg,#00f,#fecc00,#fecc00);background-size:600% 600%;animation:gradientShift 6s ease infinite;-webkit-background-clip:text;background-clip:text;color:transparent;font-weight:700}@keyframes gradientShift{0%{background-position:0% 50%}50%{background-position:100% 50%}to{background-position:0% 50%}}.image-area{position:relative;display:flex;justify-content:flex-end;align-items:flex-start;min-width:0;overflow:visible}.image-area img{position:relative;z-index:1;width:clamp(350px,45vw,500px);max-width:100%;border-radius:22px;box-shadow:0 12px 35px #00000026;display:block}.scroll-down{position:absolute;bottom:90px;left:50%;transform:translate(-50%);font-size:32px;color:#333;cursor:pointer;z-index:10;animation:bounce 1.8s infinite ease-in-out;opacity:.7}@keyframes bounce{0%,to{transform:translate(-50%)}50%{transform:translate(-50%,8px)}}.floating-badge{position:fixed;right:28px;bottom:28px;width:120px;height:120px;border-radius:999px;border:none;background:transparent;padding:0;cursor:pointer;z-index:9999;transition:transform .18s ease}.floating-badge:hover{transform:translateY(-2px) scale(1.03)}.floating-ring{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;animation:floatingSpin 9s linear infinite;pointer-events:none}.floating-ring-text{font-size:15px;font-weight:700;letter-spacing:.22em;text-transform:uppercase;fill:#000;paint-order:stroke;stroke:#ffffffe6;stroke-width:3px}.floating-avatar{position:absolute;left:50%;top:50%;transform:translate(-50%,-50%);width:74px;height:74px;border-radius:999px;object-fit:cover;background:#fff;border:2px solid rgba(255,255,255,.9);box-shadow:0 14px 40px #00000040}@keyframes floatingSpin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}@media(min-width:900px)and (max-width:1099px){.grid-container{grid-template-columns:minmax(230px,1fr) minmax(320px,440px)}.image-area img{width:clamp(360px,36vw,440px)}.image-area:before{width:115%;height:115%;opacity:.28}}@media(min-width:1100px){.grid-container{grid-template-columns:minmax(230px,1fr) minmax(280px,520px)}.image-area img{width:clamp(380px,25vw,500px)}.image-area:before{width:112%;height:112%;opacity:.2}}@media(max-width:700px){.hero{min-height:auto;padding-top:30px;padding-bottom:70px}.grid-container{grid-template-columns:1fr;gap:6px}.text-area{margin-top:0}.hero-inner{padding-left:22px;padding-right:22px}.image-area{justify-content:center;margin-top:-10px}.image-area img{width:100%;max-width:560px;margin:0 auto}.scroll-down{display:none}}@media(max-width:600px){.hero{padding-top:28px;padding-bottom:36px;min-height:auto}.hero-inner{padding-left:18px;padding-right:18px}.typing-line{font-size:28px;line-height:1.1}.hero-sub-lines>div{font-size:20px;line-height:1.2}.hero-desc{font-size:14px;margin-top:10px;margin-bottom:14px}.image-area{justify-content:center;margin-top:10px}.image-area img{width:100%;max-width:480px;border-radius:18px;box-shadow:0 18px 40px #0000001f}.image-area:before{opacity:.14;filter:blur(12px)}.floating-badge{width:86px;height:86px;right:12px;bottom:12px}.floating-ring-text{font-size:11px;stroke-width:2.5px;letter-spacing:.16em}.floating-avatar{width:56px;height:56px}.hero-subline{display:block;font-size:clamp(15px,5vw,23px);font-weight:600;line-height:1.05;margin-top:2px}}.work-section{padding:80px 0;background:#fffaf2;text-align:left}.work-header{display:flex;justify-content:space-between;align-items:center;padding:0 50px;margin-bottom:30px}.title{font-size:38px;font-weight:700}.filter-buttons{display:flex;gap:12px}.filter-buttons button{padding:10px 22px;border-radius:25px;border:none;cursor:pointer;background:#dcdcdc;color:#222;font-size:16px;transition:.25s ease}.filter-buttons button:hover{background:#c9c9c9}.filter-buttons .active{background:#000;color:#fff;border:2px solid #a77aa7}.carousel{display:flex;flex-wrap:nowrap;gap:40px;padding:30px 50px;overflow-x:auto;scroll-behavior:smooth;scrollbar-width:none;height:400px}.carousel::-webkit-scrollbar{display:none}.carousel-card{flex:0 0 auto;min-width:420px;height:100%;background:#fff;border-radius:20px;overflow:hidden;box-shadow:0 10px 25px #00000014;transition:transform .3s ease,box-shadow .3s ease;display:flex;flex-direction:column}.carousel-card:hover{transform:translateY(-6px);box-shadow:0 18px 35px #0000001f}.carousel-card img{width:100%;height:75%;object-fit:cover;display:block}.carousel-info{padding:18px 20px;color:#222;background:#fff;height:35%}.carousel-info h3{margin:0 0 4px;font-size:20px;font-weight:600}.carousel-info p{margin:0;font-size:14px;opacity:.7}.carousel-track{display:flex;gap:40px;width:max-content}.carousel-track.animate{animation:scrollLoop 35s linear infinite}@keyframes scrollLoop{0%{transform:translate(0)}to{transform:translate(-50%)}}.carousel:hover .carousel-track.animate{animation-play-state:paused}@media(max-width:700px){.work-section{padding:56px 0}.work-header{flex-direction:column;align-items:flex-start;gap:14px;padding:0 18px;margin-bottom:18px}.title{font-size:28px}.filter-buttons{width:100%;flex-wrap:wrap;gap:10px}.filter-buttons button{padding:10px 16px;font-size:14px}.carousel{height:auto;padding:0 18px 20px;overflow:visible;display:flex;justify-content:center}.carousel-track{width:100%!important;max-width:100%;display:flex;flex-direction:column;align-items:center;gap:16px}.carousel-track.animate{animation:none!important;transform:none!important}.carousel-card{width:100%;max-width:340px;min-width:unset;height:auto;border-radius:18px;margin:0 auto}.carousel-card img{height:220px}.carousel-info{height:auto}.carousel-info h3{font-size:18px}.carousel-info p{font-size:13px}}.about-section{background:#fff;padding:60px 40px;box-sizing:border-box;color:#222}.about-top{display:flex;flex-wrap:wrap;justify-content:space-between;gap:40px;margin-bottom:42px}.about-left,.about-right{flex:1;min-width:300px}.about-left h2{font-size:1.8rem;margin-bottom:15px}.about-left p,.about-right p{line-height:1.7}.about-right h3{margin-bottom:10px}.about-bottom{text-align:center}.about-bottom h3{margin-bottom:18px}.hobbies-grid{width:min(1100px,100%);margin:0 auto;display:grid;grid-template-columns:repeat(12,1fr);gap:18px;align-items:start}.hobbyCard{margin:0;text-align:left;position:relative;transform:rotate(var(--tilt, 0deg));transition:transform .18s ease,box-shadow .18s ease}.hobbyCard:hover{transform:rotate(var(--tilt, 0deg)) translateY(-4px)}.hobbyImgWrap{border-radius:18px;overflow:hidden;box-shadow:0 18px 45px #00000024;background:#fff}.hobbyImgWrap img{width:100%;height:100%;display:block;object-fit:cover}.hobbyText{margin-top:10px;font-size:14px;line-height:1.35;color:#222;opacity:.9}.size-lg{grid-column:span 5}.size-md{grid-column:span 4}.size-sm{grid-column:span 3}.size-lg .hobbyImgWrap{height:290px}.size-md .hobbyImgWrap{height:240px}.size-sm .hobbyImgWrap{height:200px}.hobbyCard:nth-child(1){--tilt: -1.2deg;margin-top:0}.hobbyCard:nth-child(2){--tilt: 1deg;margin-top:26px}.hobbyCard:nth-child(3){--tilt: -.6deg;margin-top:10px}.hobbyCard:nth-child(4){--tilt: 1.4deg;margin-top:34px}.hobbyCard:nth-child(5){--tilt: -1deg;margin-top:18px}.hobbyCard:nth-child(6){--tilt: .8deg;margin-top:2px}.hobbyCard:nth-child(7){--tilt: -.7deg;margin-top:30px}.hobbyCard:nth-child(8){--tilt: 1.1deg;margin-top:14px}@media(max-width:980px){.about-section{padding:50px 22px}.hobbies-grid{grid-template-columns:repeat(8,1fr);gap:14px}.size-lg,.size-md,.size-sm{grid-column:span 4}.size-lg .hobbyImgWrap{height:260px}.size-md .hobbyImgWrap,.size-sm .hobbyImgWrap{height:240px}.hobbyCard{margin-top:0}}@media(max-width:640px){.hobbies-grid{grid-template-columns:repeat(2,1fr);gap:12px}.size-lg,.size-md,.size-sm{grid-column:span 1}.hobbyCard{transform:none}.hobbyCard:hover{transform:translateY(-2px)}.hobbyImgWrap{border-radius:16px}.hobbyImgWrap img{aspect-ratio:4 / 5;height:auto}.hobbyText{font-size:13px}}.footer{margin-top:0;width:100%;background:#fffaf2;display:flex;justify-content:center;align-items:center;padding:60px 0}.footer-band{width:90%;background:#fff;border-radius:40px;padding:30px 80px;height:190px;display:flex;align-items:center;justify-content:center;box-shadow:0 10px 25px #0000000d}.footer-content{text-align:center;max-width:500px}.footer-heading{font-size:28px;font-weight:700;margin-bottom:6px;color:#222}.footer-subheading{font-size:18px;color:#444;margin-bottom:25px}.footer-links{display:flex;flex-direction:column;align-items:center;gap:14px}.footer-link{text-decoration:none;font-size:17px;color:#000;display:flex;align-items:center;gap:10px;transition:.25s ease}.footer-link:hover{color:#a77aa7}.icon{font-size:20px}@media(max-width:700px){.footer-band{padding:25px 30px;height:auto}}.projectra-page{position:relative;padding:110px 120px 120px;background:#fffaf2;color:#111;font-family:Inter,system-ui,-apple-system,BlinkMacSystemFont,sans-serif;overflow-x:hidden;z-index:0}.projectra-bg-shape{position:fixed;right:-140px;bottom:-140px;width:420px;height:420px;border-radius:50%;background:radial-gradient(circle at center,#ff7c9240,#ffd25f2e);opacity:.35;animation:projectra-rotateBg 38s linear infinite;pointer-events:none;z-index:0}@media(max-width:768px){.projectra-bg-shape{display:none}}.projectra-page>*:not(.projectra-bg-shape),footer{position:relative;z-index:1}@keyframes projectra-rotateBg{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.projectra-hero{position:relative;display:flex;justify-content:space-between;align-items:center;gap:70px;margin-bottom:0;z-index:2}.projectra-hero-copy{max-width:560px}.projectra-hero-kicker{text-transform:uppercase;letter-spacing:.16em;font-size:12px;margin-bottom:16px;color:#6c665c}.projectra-hero-title{font-size:56px;line-height:1.04;font-weight:750;margin-bottom:24px}.projectra-hero-title-accent{display:block;background:linear-gradient(90deg,#ff7c92,#ffb6c1);-webkit-background-clip:text;color:transparent}.projectra-hero-body{font-size:18px;line-height:1.7;color:#2d2a25;margin-bottom:30px}.projectra-hero-tags{display:flex;flex-wrap:wrap;gap:10px;margin-bottom:26px}.projectra-hero-tags span{font-size:12px;text-transform:uppercase;letter-spacing:.11em;padding:6px 12px;border-radius:999px;border:1px solid rgba(0,0,0,.08);background:#ffffffb3;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px)}.projectra-primary-cta{padding:12px 22px;border-radius:999px;border:none;outline:none;font-size:14px;font-weight:600;background:linear-gradient(135deg,#ff7c92,#ffd25f);color:#1a1207;box-shadow:0 12px 28px #00000029;cursor:pointer;transition:transform .18s ease,box-shadow .18s ease,filter .18s ease}.projectra-primary-cta:hover{transform:translateY(-3px);box-shadow:0 18px 40px #00000038;filter:brightness(1.02)}.projectra-primary-cta:active{transform:translateY(1px);box-shadow:0 8px 18px #0000002e}.projectra-hero-image{position:relative;flex:0 0 720px;padding-right:40px;padding-top:40px}.projectra-hero-mockup-frame{position:relative;padding:22px 24px 28px;border-radius:38px;background:radial-gradient(circle at top,#fff 0,#dde5f6 40%,#cbd4ea);overflow:hidden}.projectra-hero-mockup-frame:before,.projectra-hero-mockup-frame:after{content:"";position:absolute;border-radius:999px;filter:blur(40px);opacity:.7}.projectra-hero-mockup-frame:before{width:220px;height:220px;background:#ffd25f;top:-80px;right:-60px}.projectra-hero-mockup-frame:after{width:280px;height:280px;background:#ff7c92;bottom:-140px;left:-60px}.projectra-hero-mockup-frame img{position:relative;z-index:2;width:720px;max-width:none;border-radius:36px;animation:projectra-float 4.2s ease-in-out infinite}@keyframes projectra-float{0%{transform:translateY(0)}50%{transform:translateY(-18px)}to{transform:translateY(0)}}@media(max-width:1024px){.projectra-hero-image{flex:0 0 600px}.projectra-hero-mockup-frame img{width:600px}}@media(max-width:768px){.projectra-hero-image{flex:0 0 auto;padding-right:0;padding-top:40px;display:flex;justify-content:center}.projectra-hero-mockup-frame img{width:300px}}.projectra-section{margin:70px 0}.projectra-section h2{font-size:32px;padding-top:80px;margin-bottom:26px;font-weight:700;background:linear-gradient(90deg,#ff7c92,#ffb6c1);-webkit-background-clip:text;color:transparent}.projectra-large-text{font-size:18px;max-width:780px;line-height:1.7;color:#2d2a25}.projectra-columns-3{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:32px}.projectra-journey-card{padding:20px 22px 24px;border-radius:22px;background:#ffffffd9;box-shadow:0 14px 40px #00000014;border:1px solid rgba(255,255,255,.8);transition:.3s ease}.projectra-journey-card:hover{transform:translateY(-4px)}.projectra-image-row,.projectra-image-row-3,.projectra-image-row-4{display:flex;justify-content:center;gap:50px;margin:60px 0}.projectra-image-row img,.projectra-image-row-3 img,.projectra-image-row-4 img{border-radius:10px;box-shadow:0 18px 40px #0000001f;transition:transform .2s ease,box-shadow .2s ease,filter .2s ease}.projectra-image-row img{width:42%}.projectra-image-row-3 img:nth-child(1){width:22%}.projectra-image-row-3 img:nth-child(2){width:22%}.projectra-image-row-3 img:nth-child(3){width:22%}.projectra-image-row-4 img:nth-child(1){width:22%}.projectra-image-row-4 img:nth-child(2){width:20%}.projectra-image-row-4 img:nth-child(3){width:24%}.projectra-image-row img:hover,.projectra-image-row-3 img:hover,.projectra-image-row-4 img:hover{transform:scale(1.05) translateY(-6px);box-shadow:0 28px 60px #00000038}.projectra-reveal{opacity:0;transform:translateY(40px);transition:opacity .7s ease,transform .7s ease}.projectra-reveal.is-visible{opacity:1;transform:translateY(0)}@media(max-width:1024px){.projectra-page{padding:80px 60px}.projectra-hero{flex-direction:column;gap:50px}.projectra-hero-title{font-size:44px}.projectra-hero-mockup-frame img{width:360px}.projectra-columns-3{grid-template-columns:repeat(2,1fr)}}@media(max-width:768px){.projectra-page{padding:60px 28px 70px}.projectra-hero{flex-direction:column;align-items:flex-start;text-align:left;gap:32px}.projectra-hero-copy{width:100%}.projectra-hero-title{font-size:32px;line-height:1.2}.projectra-hero-body{font-size:16px;line-height:1.6}.projectra-hero-image{padding-right:0;padding-top:40px;width:100%;display:flex;justify-content:center}.projectra-hero-mockup-frame img{width:260px;margin:0 auto;display:block}.projectra-image-row,.projectra-image-row-3,.projectra-image-row-4{flex-direction:column;align-items:center;gap:24px;margin:40px 0}.projectra-image-row img,.projectra-image-row-3 img,.projectra-image-row-4 img{width:80%!important;max-width:380px;margin:0 auto;display:block;height:auto}.projectra-columns-3{grid-template-columns:1fr;gap:24px}}@media(max-width:480px){.projectra-hero-title{font-size:28px}.projectra-hero-body{font-size:15px}}.projectra-lo-page{position:relative;padding:70px 120px 120px;background:#fffaf2;color:#111;font-family:Inter,system-ui,-apple-system,BlinkMacSystemFont,sans-serif;overflow-x:hidden;z-index:0}.projectra-lo-bg{position:fixed;right:-140px;bottom:-140px;width:420px;height:420px;background-image:url(/assets/lussebulle-CORIdam1.png);background-size:contain;background-repeat:no-repeat;opacity:.12;animation:projectraLoRotateBg 38s linear infinite;pointer-events:none;z-index:0}@media(max-width:768px){.projectra-lo-bg{display:none}}.projectra-lo-page>*:not(.projectra-lo-bg){position:relative;z-index:1}@keyframes projectraLoRotateBg{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.projectra-lo-hero{position:relative;display:flex;justify-content:space-between;align-items:center;gap:70px;margin-bottom:0;z-index:2}.projectra-lo-hero-copy{max-width:560px}.projectra-lo-hero-kicker{text-transform:uppercase;letter-spacing:.16em;font-size:12px;margin-bottom:16px;color:#6c665c}.projectra-lo-hero-title{font-size:56px;line-height:1.04;font-weight:750;margin-bottom:24px}.projectra-lo-hero-title-accent{display:block;background:linear-gradient(90deg,#ff7c92,#ffb6c1);-webkit-background-clip:text;color:transparent}.projectra-lo-hero-body{font-size:18px;line-height:1.7;color:#2d2a25;margin-bottom:30px}.projectra-lo-hero-tags{display:flex;flex-wrap:wrap;gap:10px;margin-bottom:26px}.projectra-lo-hero-tags span{font-size:12px;text-transform:uppercase;letter-spacing:.11em;padding:6px 12px;border-radius:999px;border:1px solid rgba(0,0,0,.08);background:#ffffffb3;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px)}.projectra-lo-primary-cta{padding:12px 22px;border-radius:999px;border:none;outline:none;font-size:14px;font-weight:600;background:linear-gradient(135deg,#ff7c92,#ffd25f);color:#1a1207;box-shadow:0 12px 28px #00000029;cursor:pointer;transition:transform .18s ease,box-shadow .18s ease,filter .18s ease}.projectra-lo-primary-cta:hover{transform:translateY(-3px);box-shadow:0 18px 40px #00000038;filter:brightness(1.02)}.projectra-lo-primary-cta:active{transform:translateY(1px);box-shadow:0 8px 18px #0000002e}.projectra-lo-hero-image img{width:clamp(520px,45vw,820px);max-width:100%;height:auto;padding-right:150px}.projectra-lo-section{margin:70px 0}.projectra-lo-section-title{font-size:32px;margin-bottom:26px;font-weight:700;background:linear-gradient(90deg,#ff7c92,#ffb6c1);-webkit-background-clip:text;color:transparent;padding-top:100px}.projectra-lo-large-text{font-size:18px;max-width:780px;line-height:1.7;color:#2d2a25}.projectra-lo-columns-3{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:32px}.projectra-lo-card{padding:20px 22px 24px;border-radius:22px;background:#ffffffd9;box-shadow:0 14px 40px #00000014;border:1px solid rgba(255,255,255,.8);transition:transform .3s ease}.projectra-lo-card:hover{transform:translateY(-4px)}.projectra-lo-image-row,.projectra-lo-image-row-3,.projectra-lo-image-row-4{display:flex;justify-content:center;gap:50px;margin:60px 0}.projectra-lo-image-row img,.projectra-lo-image-row-3 img,.projectra-lo-image-row-4 img{border-radius:18px;box-shadow:0 18px 40px #0000001f;transition:transform .2s ease,box-shadow .2s ease,filter .2s ease}.projectra-lo-image-row img{width:42%;max-width:420px}.projectra-lo-image-row-3 img:nth-child(1){width:22%}.projectra-lo-image-row-3 img:nth-child(2){width:20%}.projectra-lo-image-row-3 img:nth-child(3){width:22%}.projectra-lo-image-row-4 img:nth-child(1){width:22%}.projectra-lo-image-row-4 img:nth-child(2){width:20%}.projectra-lo-image-row-4 img:nth-child(3){width:24%}.projectra-lo-image-row img:hover,.projectra-lo-image-row-3 img:hover,.projectra-lo-image-row-4 img:hover{transform:scale(1.05) translateY(-6px);box-shadow:0 28px 60px #00000038}.projectra-lo-reveal{opacity:0;transform:translateY(40px);transition:opacity .7s ease,transform .7s ease}.projectra-lo-reveal.projectra-lo-is-visible{opacity:1;transform:translateY(0)}@media(max-width:1024px){.projectra-lo-page{padding:80px 60px}.projectra-lo-hero{flex-direction:column;gap:50px}.projectra-lo-hero-title{font-size:44px}.projectra-lo-mockup-frame img{width:360px}.projectra-lo-columns-3{grid-template-columns:repeat(2,1fr)}}@media(max-width:768px){.projectra-lo-page{padding:60px 28px 70px}.projectra-lo-hero{flex-direction:column;align-items:flex-start;text-align:left;gap:32px}.projectra-lo-hero-copy{width:100%}.projectra-lo-hero-title{font-size:32px;line-height:1.2}.projectra-lo-hero-body{font-size:16px;line-height:1.6}.projectra-lo-hero-image{padding-right:0;padding-top:40px;width:100%;display:flex;justify-content:center}.projectra-lo-hero-image img{padding-right:0!important;margin:0 auto;display:block;max-width:100%;height:auto}.projectra-lo-image-row,.projectra-lo-image-row-3,.projectra-lo-image-row-4{flex-direction:column;align-items:center;gap:24px;margin:40px 0}.projectra-lo-image-row img,.projectra-lo-image-row-3 img,.projectra-lo-image-row-4 img{width:50%!important;max-width:260px;margin:0 auto;display:block;height:auto}.projectra-lo-columns-3{grid-template-columns:1fr;gap:24px}}@media(max-width:480px){.projectra-lo-hero-title{font-size:28px}.projectra-lo-hero-body{font-size:15px}}.project-page{position:relative;padding:10px 120px 120px;background:#fffaf2;color:#111;font-family:Inter,system-ui,-apple-system,BlinkMacSystemFont,sans-serif;overflow-x:hidden;z-index:0}.husman-bg-bun{position:fixed;right:-140px;bottom:-140px;width:420px;height:420px;background-image:url(/assets/lussebulle-CORIdam1.png);background-size:contain;background-repeat:no-repeat;opacity:.12;animation:rotateBg 38s linear infinite;pointer-events:none;z-index:0}@media(max-width:768px){.husman-bg-bun{display:none}}.project-page>*:not(.husman-bg-bun),footer{position:relative;z-index:1}@keyframes rotateBg{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.hero{position:relative;display:flex;justify-content:space-between;align-items:center;gap:70px;margin-bottom:0;z-index:2}.hero-copy{max-width:560px}.hero-kicker{text-transform:uppercase;letter-spacing:.16em;font-size:12px;margin-bottom:16px;color:#6c665c}.hero-title{font-size:56px;line-height:1.04;font-weight:750;margin-bottom:24px}.hero-title-accent{display:block;background:linear-gradient(90deg,#ff7c92,#ffb6c1);-webkit-background-clip:text;color:transparent}.hero-body{font-size:18px;line-height:1.7;color:#2d2a25;margin-bottom:30px}.hero-tags{display:flex;flex-wrap:wrap;gap:10px;margin-bottom:26px}.hero-tags span{font-size:12px;text-transform:uppercase;letter-spacing:.11em;padding:6px 12px;border-radius:999px;border:1px solid rgba(0,0,0,.08);background:#ffffffb3;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px)}.primary-cta{padding:12px 22px;border-radius:999px;border:none;outline:none;font-size:14px;font-weight:600;background:linear-gradient(135deg,#ff7c92,#ffd25f);color:#1a1207;box-shadow:0 12px 28px #00000029;cursor:pointer;transition:transform .18s ease,box-shadow .18s ease,filter .18s ease}.primary-cta:hover{transform:translateY(-3px);box-shadow:0 18px 40px #00000038;filter:brightness(1.02)}.primary-cta:active{transform:translateY(1px);box-shadow:0 8px 18px #0000002e}.husman-hero-image{position:relative;flex:0 0 auto;padding-right:40px;padding-top:40px}.hero-mockup-frame{position:relative;padding:14px 16px 20px;border-radius:36px;background:radial-gradient(circle at top,#fff 0,#dde5f6 40%,#cbd4ea);overflow:hidden}.hero-mockup-frame:before,.hero-mockup-frame:after{content:"";position:absolute;border-radius:999px;filter:blur(26px);opacity:.7}.hero-mockup-frame:before{width:120px;height:120px;background:#ffd25f;top:-40px;right:-30px}.hero-mockup-frame:after{width:160px;height:160px;background:#ff7c92;bottom:-80px;left:-30px}.hero-mockup-frame img{position:relative;z-index:2;width:420px;border-radius:28px;animation:float 4.2s ease-in-out infinite}@keyframes float{0%{transform:translateY(0)}50%{transform:translateY(-14px)}to{transform:translateY(0)}}.project-section{margin:70px 0}.project-section h2{font-size:32px;margin-bottom:26px;font-weight:700;background:linear-gradient(90deg,#ff7c92,#ffb6c1);-webkit-background-clip:text;color:transparent}.large-text{font-size:18px;max-width:780px;line-height:1.7;color:#2d2a25}.columns-3{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:32px}.journey-card{padding:20px 22px 24px;border-radius:22px;background:#ffffffd9;box-shadow:0 14px 40px #00000014;border:1px solid rgba(255,255,255,.8);transition:.3s ease}.journey-card:hover{transform:translateY(-4px)}.image-row,.image-row-3,.image-row-4{display:flex;justify-content:center;gap:50px;margin:60px 0}.image-row img,.image-row-3 img,.image-row-4 img{border-radius:18px;box-shadow:0 18px 40px #0000001f;transition:transform .2s ease,box-shadow .2s ease,filter .2s ease}.image-row img{width:42%}.image-row-3 img:nth-child(1){width:22%}.image-row-3 img:nth-child(2){width:20%}.image-row-3 img:nth-child(3){width:22%}.image-row-4 img:nth-child(1){width:22%}.image-row-4 img:nth-child(2){width:20%}.image-row-4 img:nth-child(3){width:24%}.image-row img:hover,.image-row-3 img:hover,.image-row-4 img:hover{transform:scale(1.05) translateY(-6px);box-shadow:0 28px 60px #00000038}.reveal{opacity:0;transform:translateY(40px);transition:opacity .7s ease,transform .7s ease}.reveal.is-visible{opacity:1;transform:translateY(0)}@media(max-width:1024px){.project-page{padding:80px 60px}.hero{flex-direction:column;gap:50px}.hero-title{font-size:44px}.hero-mockup-frame img{width:360px}.columns-3{grid-template-columns:repeat(2,1fr)}}@media(max-width:768px){.project-page{padding:60px 28px 70px}.hero{flex-direction:column;align-items:flex-start;text-align:left;gap:32px}.hero-copy{width:100%}.hero-title{font-size:32px;line-height:1.2}.hero-body{font-size:16px;line-height:1.6}.husman-hero-image{padding-right:0;padding-top:40px;width:100%;display:flex;justify-content:center}.hero-mockup-frame img{width:260px;margin:0 auto;display:block}.image-row,.image-row-3,.image-row-4{flex-direction:column;align-items:center;gap:24px;margin:40px 0}.image-row img,.image-row-3 img,.image-row-4 img{width:60%!important;max-width:320px;margin:0 auto;display:block;height:auto}.columns-3{grid-template-columns:1fr;gap:24px}}@media(max-width:480px){.hero-title{font-size:28px}.hero-body{font-size:15px}}.thispf.project-page{position:relative;padding:90px 120px 120px;background:#fffaf2;font-family:Inter,system-ui,-apple-system,BlinkMacSystemFont,sans-serif;overflow-x:hidden;z-index:0}.thispf .hero{position:relative;display:flex;justify-content:space-between;align-items:center;gap:70px;z-index:2;min-height:auto;padding-top:20px;padding-bottom:10px}.thispf .hero-copy{max-width:560px}.thispf .hero-kicker{text-transform:uppercase;letter-spacing:.16em;font-size:12px;margin-bottom:16px;color:#6c665c}.thispf .hero-title{font-size:56px;line-height:1.04;font-weight:750;margin-bottom:24px}.thispf .hero-title-accent{display:block;background:linear-gradient(90deg,#ff7c92,#ffb6c1);-webkit-background-clip:text;color:transparent}.thispf .hero-body{font-size:18px;line-height:1.7;color:#2d2a25;margin-bottom:30px}.thispf .hero-tags{display:flex;flex-wrap:wrap;gap:10px;margin-bottom:100px}.thispf .hero-tags span{font-size:12px;text-transform:uppercase;letter-spacing:.11em;padding:6px 12px;border-radius:999px;border:1px solid rgba(0,0,0,.08);background:#ffffffb3}.thispf .hero-image{position:relative;flex:0 0 auto;padding-right:40px;padding-top:40px}.thispf .hero-mockup-frame{position:relative;padding:14px 16px 20px;border-radius:36px;background:radial-gradient(circle at top,#fff 0,#dde5f6 40%,#cbd4ea)}.thispf .hero-mockup-frame img{width:520px;border-radius:28px}.thispf .project-section{margin:70px 0}.thispf .project-section h2{font-size:32px;margin-bottom:26px;font-weight:700;background:linear-gradient(90deg,#ff7c92,#ffb6c1);-webkit-background-clip:text;color:transparent}.thispf .large-text{font-size:18px;max-width:780px;line-height:1.7;color:#2d2a25}.thispf .columns-3{display:grid;grid-template-columns:repeat(3,1fr);gap:32px}.thispf .journey-card{padding:20px 22px 24px;border-radius:22px;background:#ffffffd9}.thispf .image-row{display:flex;justify-content:center;gap:50px;margin:60px 0}.thispf .reveal{opacity:0;transform:translateY(40px);transition:opacity .7s ease,transform .7s ease}.thispf .reveal.is-visible{opacity:1;transform:translateY(0)}@media(max-width:1024px){.thispf.project-page{padding:80px 60px}.thispf .hero{flex-direction:column;gap:50px;min-height:auto}.thispf .hero-title{font-size:44px}.thispf .hero-mockup-frame img{width:360px}.thispf .columns-3{grid-template-columns:repeat(2,1fr)}}@media(max-width:768px){.thispf.project-page{padding:60px 28px 70px}.thispf .hero{align-items:flex-start;gap:32px}.thispf .hero-title{font-size:32px}.thispf .hero-body{font-size:16px}.thispf .columns-3{grid-template-columns:1fr}}.period.project-page{position:relative;padding:90px 120px 120px;background:#fffaf2;color:#111;font-family:Inter,system-ui,-apple-system,BlinkMacSystemFont,sans-serif;overflow-x:hidden;z-index:0}.period .hero{position:relative;display:flex;justify-content:space-between;align-items:center;gap:70px;z-index:2;min-height:auto;padding-top:20px;padding-bottom:10px}.period .hero-copy{max-width:560px}.period .hero-kicker{text-transform:uppercase;letter-spacing:.16em;font-size:12px;margin-bottom:16px;color:#6c665c}.period .hero-title{font-size:56px;line-height:1.04;font-weight:750;margin-bottom:24px}.period .hero-title-accent{display:block;background:linear-gradient(90deg,#ff7c92,#ffb6c1);-webkit-background-clip:text;color:transparent}.period .hero-body{font-size:18px;line-height:1.7;color:#2d2a25;margin-bottom:30px}.period .hero-tags{display:flex;flex-wrap:wrap;gap:10px;margin-bottom:100px}.period .hero-tags span{font-size:12px;text-transform:uppercase;letter-spacing:.11em;padding:6px 12px;border-radius:999px;border:1px solid rgba(0,0,0,.08);background:#ffffffb3}.period .hero-image{position:relative;flex:0 0 auto;padding-right:40px;padding-top:40px}.period .hero-mockup-frame{position:relative;padding:14px 16px 20px;border-radius:36px;background:radial-gradient(circle at top,#fff 0,#dde5f6 40%,#cbd4ea)}.period .hero-mockup-frame img{width:520px;border-radius:28px}.period .project-section{margin:70px 0}.period .project-section h2{font-size:32px;margin-bottom:26px;font-weight:700;background:linear-gradient(90deg,#ff7c92,#ffb6c1);-webkit-background-clip:text;color:transparent}.period .large-text{font-size:18px;max-width:780px;line-height:1.7;color:#2d2a25}.period .columns-3{display:grid;grid-template-columns:repeat(3,1fr);gap:32px}.period .journey-card{padding:20px 22px 24px;border-radius:22px;background:#ffffffd9}.period .image-row{display:flex;justify-content:center;gap:50px;margin:60px 0}.period .reveal{opacity:0;transform:translateY(40px);transition:opacity .7s ease,transform .7s ease}.period .reveal.is-visible{opacity:1;transform:translateY(0)}@media(max-width:1024px){.period.project-page{padding:80px 60px}.period .hero{flex-direction:column;gap:50px}.period .hero-title{font-size:44px}.period .hero-mockup-frame img{width:360px}.period .columns-3{grid-template-columns:repeat(2,1fr)}}@media(max-width:768px){.period.project-page{padding:60px 28px 70px}.period .hero{align-items:flex-start;gap:32px}.period .hero-title{font-size:32px}.period .hero-body{font-size:16px}.period .columns-3{grid-template-columns:1fr}}
