@import "https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600&family=Playfair+Display:wght@700&family=Great+Vibes&display=swap";*,:before,:after{box-sizing:border-box;margin:0;padding:0}:focus{outline:none}:focus-visible{outline:2px solid var(--card-blue);outline-offset:4px;transition:outline-offset .2s,box-shadow .2s;box-shadow:0 0 0 8px #3b5bff1f}.btn:focus-visible,.contact-btn:focus-visible,.hero-btn-primary:focus-visible,.hero-btn-secondary:focus-visible,.navbar-logo:focus-visible,.hamburger:focus-visible,.btn-outline:focus-visible{border-radius:inherit}input:focus,textarea:focus,select:focus{outline:none;border-color:var(--card-blue)!important;box-shadow:0 0 0 4px #3b5bff1a!important}.skip-link{background:var(--card-blue);color:#fff;z-index:3000;padding:10px 20px;font-weight:600;text-decoration:none;transition:top .3s;position:absolute;top:-100px;left:50%;transform:translate(-50%)}.skip-link:focus{top:20px}:root{--black:#0a0a0a;--white:#fff;--grey-100:#f7f7f7;--grey-300:#d0d0d0;--grey-500:#9a9a9a;--grey-700:#4a4a4a;--accent:#0a0a0a;--accent-blue:#1a1aff;--card-blue:#3b5bff;--bg-color:var(--white);--text-color:var(--black)}:root[data-theme=dark]{--lightningcss-light: ;--lightningcss-dark:initial;color-scheme:dark;--white:#111113;--black:#efefef;--grey-100:#1c1c1f;--grey-300:#2e2e33;--grey-500:#8a8a92;--grey-700:#c0c0c6;--accent:#efefef;--card-blue:#5c78ff;--bg-color:#111113;--text-color:#efefef}html{scroll-behavior:smooth}body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;background-color:var(--bg-color);color:var(--text-color);margin:0;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica,Arial,sans-serif;transition:background-color .3s,color .3s;overflow-x:hidden}.hero{background:var(--white);align-items:center;min-height:100vh;max-height:100vh;display:flex;position:relative;overflow:hidden}.hero-bg-kaze{z-index:1;opacity:.22;filter:blur(5px);pointer-events:none;-webkit-user-select:none;user-select:none;grid-template-columns:1fr 1fr;gap:0;display:grid;position:absolute;top:50%;right:-2%;transform:translateY(-50%)}.hero-bg-kaze span{color:var(--black);border:4px solid #000000d9;justify-content:center;align-items:center;width:clamp(10rem,16vw,19rem);height:clamp(10rem,16vw,19rem);font-family:Playfair Display,serif;font-size:clamp(12rem,18vw,22rem);font-weight:700;line-height:.85;display:flex}.hero-photo{z-index:2;object-fit:contain;object-position:bottom center;width:clamp(460px,38vw,700px);height:auto;position:absolute;bottom:0;right:5%;-webkit-mask-image:linear-gradient(#000 85%,#0000 100%);mask-image:linear-gradient(#000 85%,#0000 100%)}.section-title{text-align:center;letter-spacing:-2px;color:var(--text-color);padding:60px 0 40px;font-size:clamp(3rem,7vw,6.5rem);font-weight:400;line-height:1;position:relative}.section-title:after{content:"";background:var(--text-color);width:60px;height:3px;margin:18px auto 0;display:block}.container{max-width:1100px;margin:0 auto;padding:0 30px 80px}.card-banner{background-color:var(--card-blue);position:relative;overflow:hidden}.card-banner:after{content:"";pointer-events:none;background:linear-gradient(135deg,#ffffff0f 0%,#0000 60%);position:absolute;inset:0}.card-info h3{letter-spacing:-.3px;margin-bottom:8px;font-size:1.1rem;font-weight:600}.card-info p{color:var(--grey-700);flex:1;font-size:.82rem;line-height:1.55}.btn{background:var(--text-color);color:var(--bg-color);letter-spacing:1.5px;cursor:pointer;text-transform:uppercase;border:none;width:100%;margin-top:14px;padding:9px 16px;font-size:.7rem;font-weight:700;transition:background .25s,transform .15s;display:inline-block}.btn:hover{opacity:.8;transform:translateY(-1px)}.btn:active{transform:translateY(0)}.horizontal-list{flex-direction:column;gap:40px;display:flex}.horizontal-card{border-radius:8px;gap:24px;transition:background .2s;display:flex;overflow:hidden}.horizontal-card:hover{background:var(--grey-100)}.horizontal-card .card-banner{min-height:200px;aspect-ratio:unset;flex:0 0 38%}.horizontal-card .card-info{flex-direction:column;flex:1;padding:24px 28px;display:flex}.two-col-grid{grid-template-columns:1fr 1px 1fr;gap:0;display:grid}.col-divider{background:var(--grey-300);height:100%}.vertical-card{flex-direction:column;padding:0 32px;display:flex}.vertical-card:first-child{padding-left:0}.vertical-card:last-child{padding-right:0}.vertical-card .card-banner{aspect-ratio:16/9;width:100%;margin-bottom:20px}.vertical-card .card-info{flex-direction:column;flex:1;display:flex}.three-col-grid{grid-template-columns:repeat(3,1fr);gap:20px;display:grid}.small-card{flex-direction:column;transition:transform .2s;display:flex}.small-card:hover{transform:translateY(-3px)}.small-card .card-banner{aspect-ratio:4/3;width:100%;margin-bottom:10px}.small-card .card-info{flex-direction:column;flex:1;display:flex}.small-card h3{text-align:left;font-size:.9rem;font-weight:500}::-webkit-scrollbar{width:6px}::-webkit-scrollbar-track{background:var(--bg-color)}::-webkit-scrollbar-thumb{background:var(--grey-300);border-radius:3px}@keyframes fadeUp{0%{opacity:0;transform:translateY(40px)}to{opacity:1;transform:translateY(0)}}@keyframes fadeLeft{0%{opacity:0;transform:translate(-40px)}to{opacity:1;transform:translate(0)}}@keyframes fadeRight{0%{opacity:0;transform:translate(40px)}to{opacity:1;transform:translate(0)}}@keyframes scaleIn{0%{opacity:0;transform:scale(.92)}to{opacity:1;transform:scale(1)}}@keyframes slideBar{0%{transform-origin:0;transform:scaleX(0)}to{transform-origin:0;transform:scaleX(1)}}.role-item:first-child{animation-delay:.5s}.role-item:nth-child(2){animation-delay:.65s}.role-item:nth-child(3){animation-delay:.8s}.role-item:nth-child(4){animation-delay:.95s}.hero-photo{animation:1s cubic-bezier(.16,1,.3,1) .3s both heroPhotoIn}.hero-bg-kaze{animation:1.4s cubic-bezier(.16,1,.3,1) .1s both scaleIn}.reveal{opacity:0;will-change:opacity, transform}.reveal-up.is-visible{animation:.8s cubic-bezier(.16,1,.3,1) both fadeUp}.reveal-left.is-visible{animation:.8s cubic-bezier(.16,1,.3,1) both fadeLeft}.reveal-right.is-visible{animation:.8s cubic-bezier(.16,1,.3,1) both fadeRight}.reveal-scale.is-visible{animation:.7s cubic-bezier(.16,1,.3,1) both scaleIn}.reveal-stagger.is-visible{animation:.7s cubic-bezier(.16,1,.3,1) both fadeUp}.reveal-stagger.is-visible:first-child{animation-delay:0s}.reveal-stagger.is-visible:nth-child(2){animation-delay:.1s}.reveal-stagger.is-visible:nth-child(3){animation-delay:.2s}.reveal-stagger.is-visible:nth-child(4){animation-delay:.3s}.reveal-stagger.is-visible:nth-child(5){animation-delay:.4s}.reveal-stagger.is-visible:nth-child(6){animation-delay:.5s}.reveal-stagger.is-visible:nth-child(7){animation-delay:.6s}.reveal-stagger.is-visible:nth-child(8){animation-delay:.7s}.reveal-stagger.is-visible:nth-child(9){animation-delay:.8s}.section-title.is-visible:after{animation:.6s cubic-bezier(.16,1,.3,1) .4s both slideBar}.section-title{opacity:0}.section-title.is-visible{opacity:1;animation:.7s cubic-bezier(.16,1,.3,1) both fadeUp}.reveal-row.is-visible{animation:.7s cubic-bezier(.16,1,.3,1) both fadeLeft}.reveal-row.is-visible:first-child{animation-delay:0s}.reveal-row.is-visible:nth-child(2){animation-delay:.12s}.reveal-row.is-visible:nth-child(3){animation-delay:.24s}.reveal-row,.reveal-stagger{opacity:0}@media (width<=1024px){.container{padding:0 40px 60px}}@media (width<=900px){.horizontal-card{flex-direction:column;gap:0}.horizontal-card .card-banner{aspect-ratio:16/9;flex:none;width:100%}.two-col-grid{grid-template-columns:1fr;gap:40px}.col-divider{display:none}.vertical-card{padding:0}.three-col-grid{grid-template-columns:1fr 1fr}}@media (width<=768px){.section-title{padding:40px 0 20px}.container{padding:0 20px 40px}}@media (width<=500px){.three-col-grid{grid-template-columns:1fr}.horizontal-card .card-info{padding:20px}.section-title{font-size:2.5rem}}.video-slider{scroll-snap-type:x mandatory;-webkit-overflow-scrolling:touch;gap:30px;padding:20px 0 40px;display:flex;overflow-x:auto}.video-slider::-webkit-scrollbar{height:4px}.video-slider::-webkit-scrollbar-thumb{background:var(--grey-300);border-radius:10px}.video-slide{scroll-snap-align:start;opacity:0;flex:0 0 550px;transition:transform .8s cubic-bezier(.16,1,.3,1),opacity .8s;transform:translateY(20px)}.video-slide.is-visible{opacity:1;transform:translateY(0)}@media (width<=768px){.video-slide{flex:0 0 85%}}.btn-outline{border:1px solid var(--text-color);color:var(--text-color);letter-spacing:.1em;text-transform:uppercase;cursor:pointer;background:0 0;padding:14px 40px;font-size:.85rem;font-weight:600;transition:all .3s;position:relative;overflow:hidden}.btn-outline:hover{background:var(--text-color);color:var(--bg-color);transform:translateY(-2px)}.btn-outline:active{transform:translateY(0)}.contact-cta-section{background-color:var(--grey-100);border-top:1px solid #8080800d;padding:140px 0}.contact-cta-container{text-align:center;max-width:800px;margin:0 auto;padding:0 30px}.contact-title{color:var(--text-color);letter-spacing:-.02em;margin-bottom:20px;font-family:Playfair Display,serif;font-size:clamp(2.5rem,5vw,4rem);font-weight:700}.contact-subtitle{color:var(--grey-700);max-width:600px;margin:0 auto 50px;font-size:1.2rem;line-height:1.6}.contact-links{flex-wrap:wrap;justify-content:center;gap:20px;display:flex}.contact-btn{letter-spacing:.02em;border-radius:40px;align-items:center;gap:12px;padding:18px 35px;font-size:.95rem;font-weight:600;text-decoration:none;transition:all .3s cubic-bezier(.16,1,.3,1);display:flex}.email-btn{background:var(--text-color);color:var(--bg-color)}.email-btn:hover{opacity:.8;transform:translateY(-4px);box-shadow:0 15px 30px #0003}.linkedin-btn{color:var(--text-color);border:1px solid var(--grey-300);background:0 0}.linkedin-btn:hover{background:var(--grey-100);transform:translateY(-4px);box-shadow:0 15px 30px #0000001a}@media (width<=768px){.contact-cta-section{padding:80px 0}.contact-links{flex-direction:column;width:100%;max-width:320px;margin:0 auto}.contact-btn{justify-content:center;width:100%}}@media (prefers-reduced-motion:reduce){*,:before,:after{scroll-behavior:auto!important;transition-duration:.01ms!important;animation-duration:.01ms!important;animation-iteration-count:1!important}}.tablet-section{background-color:var(--grey-100);padding:120px 0}.tablet-container{aspect-ratio:16/10;background:#1a1b1c;border-radius:40px;width:100%;max-width:1100px;padding:16px;display:flex;position:relative;box-shadow:0 40px 80px #0000004d,inset 0 0 0 2px #333,inset 0 0 20px #000c}.tablet-screen{background:#000;border-radius:24px;flex:1;display:flex;position:relative;overflow:hidden;box-shadow:inset 0 0 10px #0000001a}.notes-app{background:var(--bg-color);flex-direction:column;width:100%;height:100%;transition:background .3s;display:flex}:root[data-theme=light] .notes-app{background:#fdfaf6}.notes-header{background:var(--grey-100);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-bottom:1px solid var(--grey-300);z-index:5;justify-content:space-between;align-items:center;height:55px;padding:0 20px;display:flex}.window-controls{gap:8px;display:flex}.dot{border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:12px;height:12px;display:inline-flex;position:relative}button.dot{cursor:pointer;border:none;padding:0}button.dot:focus-visible{outline:none;animation:none;box-shadow:0 0 0 3px #ffffffe6,0 0 0 5px #5c78ff}.window-controls:hover button.dot.red:before{content:"✕"}.window-controls:hover .dot.yellow:before{content:"−"}.window-controls:hover .dot.green:before{content:"+"}.window-controls:hover .dot:before{color:#0000008c;font-family:-apple-system,sans-serif;font-size:8px;font-weight:900;line-height:1}.dot.red{background:#ff5f56}.dot.red.clickable{animation:5s infinite pulseClose}@keyframes pulseClose{0%,85%,to{transform:scale(1);box-shadow:0 0 #ff5f5600}92%{transform:scale(1.2);box-shadow:0 0 10px #ff5f56cc,0 0 20px #ff5f5680}}.dot.yellow{background:#ffbd2e}.dot.green{background:#27c93f}.notes-title{color:var(--grey-500);letter-spacing:.5px;font-size:.95rem;font-weight:600}.notes-tools{color:var(--card-blue);cursor:pointer}.notes-tools svg{display:block}.notes-body{flex:1;display:flex;overflow:hidden}.notes-sidebar{border-right:1px solid var(--grey-300);background:var(--grey-100);flex-direction:column;align-items:center;width:320px;padding:30px;display:flex}.szkic-zdjecie{border:4px solid var(--grey-100);border-radius:12px;width:100%;position:relative;overflow:hidden;box-shadow:0 10px 30px #0003}.szkic-zdjecie img{aspect-ratio:4/5;object-fit:cover;width:100%;transition:transform .3s;display:block}.notes-content{background-image:repeating-linear-gradient(transparent, transparent 31px, var(--grey-300) 32px);background-position:0 14px;flex:1;padding:40px 60px;overflow-y:auto}.handwriting-text{color:#1f374e;font-family:Caveat,cursive;font-size:1.7rem;line-height:32px}.small-handwriting{color:#888;font-size:1.3rem}.handwriting-title{color:#111;margin-top:-10px;margin-bottom:24px;font-size:3.5rem;line-height:1}:root[data-theme=dark] .handwriting-text{color:#b8ccd8}:root[data-theme=dark] .handwriting-title{color:#e8e8e8}@media (width<=900px){.tablet-container{aspect-ratio:auto;max-width:600px;height:auto;min-height:600px;padding:12px}.notes-body{flex-direction:column;overflow-y:auto}.notes-sidebar-list{border-right:none;border-bottom:1px solid var(--grey-300);flex:none;width:100%;max-height:200px;overflow-y:auto}.notes-content-area{padding:25px}.handwriting-title{font-size:2.2rem}.handwriting-text{background-image:repeating-linear-gradient(transparent, transparent 27px, var(--grey-300) 28px);font-size:1.3rem;line-height:28px}.szkic-zdjecie-container{display:none}.ios-app-grid{grid-template-columns:repeat(3,1fr);gap:20px;padding:30px 20px}}@media (width<=500px){.tablet-section{padding:20px 0 60px}.tablet-container{border-radius:28px;padding:8px}.tablet-screen{border-radius:18px}.handwriting-title{font-size:1.8rem}}@media (hover:none){.tablet-container{transition:none!important;transform:none!important}}.clickable{cursor:pointer;transition:opacity .2s}.clickable:hover{opacity:.6}.ios-home-screen{z-index:10;background:url(https://images.unsplash.com/photo-1618005182384-a83a8bd57fbe?q=80&w=2564&auto=format&fit=crop) 50%/cover no-repeat;flex-direction:column;transition:opacity .4s ease-in-out;display:flex;position:absolute;inset:0}.ios-topbar{color:#fff;text-shadow:0 1px 3px #00000080;justify-content:space-between;align-items:center;padding:10px 24px 6px;font-size:.9rem;font-weight:600;display:flex}.ios-time{letter-spacing:-.02em;font-family:-apple-system,SF Pro Display,sans-serif;font-size:.95rem;font-weight:700}.ios-status-icons{filter:drop-shadow(0 1px 2px #0006);align-items:center;gap:6px;display:flex}.ios-app-grid{flex:1;grid-template-columns:repeat(auto-fill,minmax(80px,1fr));align-content:start;gap:30px;padding:40px;display:grid}.ios-app-icon-wrapper{cursor:pointer;font:inherit;background:0 0;border:none;flex-direction:column;align-items:center;gap:5px;padding:0;transition:transform .2s;display:flex;position:relative}.ios-app-icon-wrapper:hover{transform:scale(1.05)}.ios-app-icon-wrapper:focus-visible .ios-app-icon{outline:none;box-shadow:0 0 0 3px #5c78ff,0 8px 16px #0003}.ios-app-icon{background:#fff;border-radius:18px;justify-content:center;align-items:center;width:65px;height:65px;font-size:2.2rem;display:flex;position:relative;overflow:hidden;box-shadow:0 8px 16px #0003}.ios-app-icon.notes-icon{background:linear-gradient(#fefce8 0%,#fef08a 100%);flex-direction:column;justify-content:flex-start;align-items:stretch;padding:0;overflow:hidden}.notes-icon-header{background:linear-gradient(#fbbf24 0%,#f59e0b 100%);border-radius:0;flex-shrink:0;height:28%;display:block}.notes-icon-body{flex-direction:column;flex:1;gap:5px;padding:7px 9px;display:flex}.notes-icon-line{opacity:.35;background:#92400e;border-radius:2px;width:100%;height:2.5px}.ios-app-icon.photos-icon{background:#1a1a1a;overflow:hidden}.ios-app-icon.mail-icon{background:linear-gradient(160deg,#53b4f5 0%,#1a8af7 100%);padding:16px}.ios-app-icon.linkedin-icon{background:#0a66c2;padding:10px}.ios-app-icon.safari-icon{background:linear-gradient(145deg,#2176d9 0%,#0a47b5 50%,#052d8f 100%);padding:3px}.ios-app-icon.instagram-icon{background:radial-gradient(circle at 30% 107%,#fdf497 0% 5%,#fd5949 45%,#d6249f 60%,#285aeb 90%);padding:9px}.app-notification-badge{color:#fff;pointer-events:none;background:#ff3b30;border:2px solid #0009;border-radius:50%;justify-content:center;align-items:center;width:20px;height:20px;font-family:-apple-system,sans-serif;font-size:.7rem;font-weight:700;display:flex;position:absolute;top:-4px;right:-4px}.ios-app-label{color:#fff;text-shadow:0 1px 4px #000c;font-size:.85rem;font-weight:500}.ios-home-indicator{background:#ffffffb3;border-radius:4px;width:100px;height:4px;margin:8px auto 12px}.notes-app{z-index:20;transition:transform .4s cubic-bezier(.16,1,.3,1),opacity .4s;position:absolute;inset:0}.app-hidden{opacity:0;pointer-events:none;transform:scale(.9)}.app-active{opacity:1;pointer-events:auto;transform:scale(1)}.notes-sidebar-list{background:#f1f0f5;border-right:1px solid #ddd;flex-direction:column;flex:0 0 240px;display:flex}.notes-list-header{color:#111;padding:20px 15px 10px;font-size:1.4rem;font-weight:800}.notes-list-item{cursor:pointer;text-align:left;width:100%;font:inherit;background:0 0;border:none;border-bottom:1px solid #e0e0e0;padding:12px 15px;transition:background .2s}.notes-list-item:hover{background:#e8e7ed}.notes-list-item:focus-visible{outline:none;box-shadow:inset 0 0 0 2px #5c78ff}.notes-list-item.active{background:#ffd60a}.note-item-title{color:#111;margin-bottom:2px;font-size:.95rem;font-weight:700}.note-item-meta{align-items:baseline;gap:6px;display:flex}.note-item-date{color:#999;font-variant-numeric:tabular-nums;flex-shrink:0;font-size:.72rem}.note-item-preview{color:#888;white-space:nowrap;text-overflow:ellipsis;font-size:.75rem;overflow:hidden}:root[data-theme=dark] .note-item-date{color:#666}.notes-content-area{background:#fdfaf4;flex:1;padding:40px;overflow-y:auto}:root[data-theme=dark] .notes-sidebar-list{background:#1c1c20;border-right:1px solid #2e2e33}:root[data-theme=dark] .notes-list-header{color:#efefef}:root[data-theme=dark] .notes-list-item{border-bottom:1px solid #2e2e33}:root[data-theme=dark] .notes-list-item:hover{background:#26262b}:root[data-theme=dark] .notes-list-item.active{background:#b89a00}:root[data-theme=dark] .note-item-title{color:#efefef}:root[data-theme=dark] .note-item-preview{color:#8a8a92}:root[data-theme=dark] .notes-content-area{background:#17171a}.szkic-zdjecie-container{margin-top:auto;padding:20px}@media (width<=900px){.notes-sidebar-list{flex:0 0 180px}}.timeline-section{background:var(--bg-color);padding:0 0 160px}.timeline-heading{margin-bottom:100px}.timeline-track{max-width:960px;margin:0 auto;padding:0 20px;position:relative}.timeline-line{background:linear-gradient(to bottom, var(--grey-300) 75%, transparent 100%);pointer-events:none;width:1px;position:absolute;top:0;bottom:0;left:50%;transform:translate(-50%)}.tl-row{opacity:0;grid-template-columns:1fr 48px 1fr;align-items:start;margin-bottom:80px;transition:opacity .55s,transform .55s cubic-bezier(.16,1,.3,1);display:grid;transform:translateY(28px)}.tl-row.tl-visible{opacity:1;transform:translateY(0)}.tl-dot-col{justify-content:center;align-items:flex-start;padding-top:24px;display:flex}.tl-dot{background:var(--text-color);width:48px;height:48px;color:var(--bg-color);letter-spacing:.04em;z-index:2;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;font-size:.62rem;font-weight:800;transition:transform .3s;display:flex;position:relative;box-shadow:0 2px 10px #0000001f}.tl-row:hover .tl-dot{transform:scale(1.12)}.tl-row.tl-last .tl-dot{background:var(--card-blue);color:#fff;box-shadow:0 4px 20px #3b5bff59}.tl-left-col,.tl-right-col{padding-top:0}.tl-left-col{text-align:right;padding-right:36px}.tl-right-col{text-align:left;padding-left:36px}.tl-card{transition:transform .3s}.tl-row:hover .tl-card{transform:translateY(-2px)}.tl-top-row{align-items:center;gap:10px;margin-bottom:10px;display:flex}.tl-left-col .tl-top-row{justify-content:flex-end}.tl-right-col .tl-top-row{flex-direction:row;justify-content:flex-start}.tl-tag{text-transform:uppercase;letter-spacing:.14em;color:var(--grey-500);font-size:.6rem;font-weight:700}.tl-row.tl-last .tl-tag{color:var(--card-blue)}.tl-title{color:var(--text-color);letter-spacing:-.2px;margin:0 0 4px;font-family:Playfair Display,serif;font-size:1.4rem;font-weight:700;line-height:1.2}.tl-subtitle{color:var(--grey-500);text-transform:uppercase;letter-spacing:.1em;margin:0 0 14px;font-size:.7rem;font-weight:600}.tl-desc{color:var(--grey-700);margin:0;font-size:.88rem;line-height:1.75}.tl-photo-wrap{align-items:flex-start;display:flex}.tl-left-col .tl-photo-wrap{justify-content:flex-end}.tl-right-col .tl-photo-wrap{justify-content:flex-start}.tl-photo{aspect-ratio:3/2;object-fit:cover;border:1px solid var(--grey-300);width:100%;max-width:260px;box-shadow:4px 4px 0 var(--text-color);filter:grayscale(.25);transition:filter .4s,box-shadow .3s;display:block}.tl-row:hover .tl-photo{filter:grayscale(0);box-shadow:6px 6px 0 var(--text-color)}.tl-row.tl-last{flex-direction:column;align-items:center;gap:20px;margin-bottom:0;display:flex}.tl-last-dot{padding-top:0}.tl-last-card{text-align:center;width:100%;max-width:480px}.tl-last-card .tl-top-row{flex-direction:row;justify-content:center}@media (width<=860px){.timeline-track{max-width:100%;padding:0 24px}.tl-photo{aspect-ratio:1;max-width:200px}}@media (width<=680px){.timeline-line{left:20px;transform:none}.timeline-track{padding:0 12px 0 56px}.tl-row{flex-direction:column;margin-bottom:52px;padding-left:0;display:flex;position:relative}.tl-dot-col{padding-top:0;position:absolute;top:0;left:-44px}.tl-dot{width:36px;height:36px;font-size:.55rem}.tl-left-col,.tl-right-col{text-align:left;order:1;padding:0}.tl-left-col .tl-top-row,.tl-right-col .tl-top-row{flex-direction:row;justify-content:flex-start}.tl-photo-wrap{display:none}}.navbar{z-index:2000;background:0 0;align-items:center;width:100%;height:80px;transition:all .4s cubic-bezier(.16,1,.3,1);display:flex;position:fixed;top:0;left:0}.navbar.scrolled{background:var(--bg-color);opacity:.95;-webkit-backdrop-filter:blur(20px);border-bottom:1px solid #8080801a;height:70px}.navbar.menu-open{background:var(--bg-color);height:80px}.navbar-container{justify-content:space-between;align-items:center;width:100%;max-width:1400px;margin:0 auto;padding:0 8%;display:flex}.navbar-logo{cursor:pointer;z-index:2100;background:0 0;border:none;align-items:center;height:40px;padding:0;transition:opacity .3s;display:flex}.logo-img{object-fit:contain;width:auto;height:100%;filter:var(--logo-filter,brightness(0));transition:all .3s}:root[data-theme=dark] .logo-img{filter:brightness(0)invert()}.navbar-logo:hover .logo-img{opacity:.7;transform:scale(1.05)}.navbar-links{gap:30px;display:flex}.navbar-links a{color:var(--grey-700);letter-spacing:.05em;text-transform:uppercase;font-size:.85rem;font-weight:500;text-decoration:none;transition:all .3s;position:relative}.navbar-links a:hover{color:var(--text-color)}.navbar-links a:after{content:"";background:var(--text-color);width:0;height:1px;transition:width .3s;position:absolute;bottom:-5px;left:0}.navbar-links a:hover:after{width:100%}.navbar-actions{align-items:center;gap:20px;display:flex}.desktop-only{display:flex}.lang-switcher-nav{align-items:center;gap:5px;font-size:.75rem;font-weight:600;display:flex}.lang-switcher-nav button{color:var(--grey-500);cursor:pointer;background:0 0;border:none;padding:5px;transition:color .3s}.lang-switcher-nav button.active{color:var(--text-color)}.lang-switcher-nav .divider{color:var(--grey-300)}.theme-toggle{color:var(--text-color);cursor:pointer;opacity:.7;background:0 0;border:none;border-radius:50%;justify-content:center;align-items:center;padding:8px;transition:all .3s;display:flex}.theme-toggle:hover{opacity:1;background:var(--grey-100);transform:rotate(15deg)}.hamburger{cursor:pointer;z-index:2100;background:0 0;border:none;flex-direction:column;justify-content:space-between;width:24px;height:18px;padding:0;display:none}.hamburger span{background-color:var(--text-color);transform-origin:0;width:100%;height:2px;transition:all .3s cubic-bezier(.16,1,.3,1)}.hamburger.active span:first-child{transform:rotate(45deg)translate(2px,-2px)}.hamburger.active span:nth-child(2){opacity:0;transform:translate(10px)}.hamburger.active span:nth-child(3){transform:rotate(-45deg)translate(2px,2px)}.mobile-actions-row{display:none}@media (width<=1024px){.navbar-container{padding:0 5%}.desktop-only{display:none}.hamburger{display:flex}.navbar-links{background:var(--bg-color);z-index:2050;pointer-events:none;flex-direction:column;justify-content:center;align-items:center;gap:40px;width:100%;height:100vh;transition:transform .6s cubic-bezier(.16,1,.3,1);position:fixed;top:0;left:0;transform:translateY(-100%)}.navbar-links.active{pointer-events:auto;transform:translateY(0)}.navbar-links a{color:var(--text-color);font-size:1.5rem;font-weight:700}.mobile-actions-row{flex-direction:column;align-items:center;gap:20px;margin-top:20px;display:flex}.mobile-lang-switcher{align-items:center;gap:15px;font-size:1.1rem;font-weight:700;display:flex}.mobile-lang-switcher button{color:var(--grey-500);cursor:pointer;background:0 0;border:none;transition:color .3s}.mobile-lang-switcher button.active{color:var(--text-color)}}@media (width<=768px){.navbar{height:70px}.navbar-logo{font-size:1.2rem}}.hero.apple-aesthetic{background:var(--bg-color);min-height:100vh;color:var(--text-color);justify-content:space-between;align-items:center;padding:0 8%;display:flex;position:relative;overflow:hidden}.hero-watermark{color:var(--text-color);opacity:.04;pointer-events:none;z-index:0;-webkit-user-select:none;user-select:none;white-space:nowrap;font-family:Playfair Display,serif;font-size:30vw;font-weight:900;line-height:.8;position:absolute;top:50%;right:-5%;transform:translateY(-50%)}.hero.apple-aesthetic .hero-content{z-index:2;flex:1;max-width:700px;position:relative}.hero-greeting{color:var(--grey-500);letter-spacing:.1em;text-transform:uppercase;margin-bottom:5px;font-size:1.1rem;font-weight:400}.hero.apple-aesthetic .hero-name{color:var(--text-color);margin-bottom:0;margin-left:-5px;font-family:Great Vibes,cursive;font-size:clamp(6rem,12vw,9rem);font-weight:400;line-height:.8;display:block}.hero-subtitle{letter-spacing:-.02em;color:var(--text-color);margin-top:20px;margin-bottom:40px;font-family:Playfair Display,serif;font-size:clamp(2.5rem,5vw,4rem);font-weight:700;line-height:1}.hero.apple-aesthetic .hero-roles{gap:15px;margin-bottom:40px;display:flex}.hero.apple-aesthetic .role-item{letter-spacing:.05em;color:var(--grey-500);font-size:.85rem;font-weight:500;transition:color .3s;position:relative}.hero.apple-aesthetic .role-item.active{color:var(--text-color)}.hero.apple-aesthetic .role-item:not(:last-child):after{content:"/";color:var(--grey-300);margin-left:15px}.hero-description{color:var(--grey-700);max-width:480px;margin-bottom:50px;font-size:1.15rem;font-weight:400;line-height:1.7}.hero-cta-group{align-items:center;gap:30px;display:flex}.hero-btn-primary{background:var(--text-color);color:var(--bg-color);letter-spacing:.05em;padding:18px 40px;font-size:.95rem;font-weight:500;text-decoration:none;transition:all .3s}.hero-btn-primary:hover{opacity:.9;transform:translateY(-2px);box-shadow:0 10px 20px #0000001a}.hero-btn-secondary{color:var(--text-color);align-items:center;gap:8px;font-size:.95rem;font-weight:600;text-decoration:none;transition:gap .3s;display:flex}.hero-btn-secondary:hover{gap:12px}.hero-photo-container{z-index:1;flex:0 0 40%;justify-content:flex-end;display:flex;position:relative}.hero-photo-apple{filter:grayscale();width:100%;max-width:500px;transition:all .6s cubic-bezier(.16,1,.3,1);-webkit-mask-image:linear-gradient(#000 80%,#0000 100%);mask-image:linear-gradient(#000 80%,#0000 100%)}:root[data-theme=dark] .hero-photo-apple{filter:grayscale()brightness(.8)}.hero-photo-apple:hover{filter:grayscale(0);transform:scale(1.02)}.scroll-indicator{color:var(--grey-500);letter-spacing:.2em;text-transform:uppercase;align-items:center;gap:15px;font-size:.75rem;font-weight:600;display:flex;position:absolute;bottom:50px;left:8%}.scroll-line{background:var(--grey-300);width:40px;height:1px;position:relative;overflow:hidden}.scroll-line:after{content:"";background:var(--text-color);width:100%;height:100%;animation:2s infinite scrollLineAnim;position:absolute;top:0;left:0}@keyframes scrollLineAnim{0%{transform:translate(-100%)}to{transform:translate(100%)}}@media (width<=1024px){.hero.apple-aesthetic{flex-direction:column;justify-content:center;min-height:auto;padding:120px 8% 60px}.hero-photo-container{justify-content:center;width:100%;margin-top:50px}.hero-watermark{font-size:50vw}.scroll-indicator{display:none}}@media (width<=768px){.hero.apple-aesthetic{text-align:center;padding:100px 5% 40px}.hero.apple-aesthetic .hero-content{flex-direction:column;align-items:center;display:flex}.hero.apple-aesthetic .hero-name{margin-left:0;font-size:clamp(4.5rem,15vw,6rem)}.hero-subtitle{margin-bottom:25px;font-size:2.2rem}.hero.apple-aesthetic .hero-roles{justify-content:center;margin-bottom:30px}.hero-description{margin:0 auto 40px}.hero-cta-group{flex-direction:column;gap:15px;width:100%}.hero-btn-primary{text-align:center;width:100%}.hero-btn-secondary{justify-content:center}.hero-photo-container{margin-top:40px}}@media (width<=480px){.hero.apple-aesthetic{flex-direction:column!important;justify-content:flex-start!important;gap:10px!important;height:auto!important;min-height:auto!important;max-height:none!important;padding:0 5%!important;display:flex!important;overflow:visible!important}.hero-watermark{display:none!important}.hero.apple-aesthetic .hero-content{z-index:100!important;flex-direction:column!important;flex:none!important;align-items:center!important;width:100%!important;margin-top:100px!important;display:flex!important;position:relative!important}.hero-greeting{visibility:visible!important;opacity:1!important;color:var(--grey-500)!important;text-align:center!important;margin-bottom:5px!important;font-size:.9rem!important;display:block!important}.hero.apple-aesthetic .hero-name{visibility:visible!important;opacity:1!important;color:var(--text-color)!important;text-align:center!important;z-index:110!important;margin-bottom:10px!important;font-size:3.5rem!important;line-height:1.1!important;display:block!important}.hero-subtitle{text-align:center!important;color:var(--grey-700)!important;margin-bottom:25px!important;font-size:1.4rem!important;line-height:1.2!important}.hero.apple-aesthetic .hero-roles{flex-direction:row!important;justify-content:center!important;gap:10px!important;margin-bottom:25px!important;display:flex!important}.hero-description{text-align:center!important;margin-bottom:40px!important}.hero-photo-container{flex:none!important;justify-content:center!important;width:100%!important;margin-top:10px!important;margin-bottom:0!important;padding-bottom:0!important;display:flex!important;position:relative!important}.hero-photo-apple{object-fit:contain!important;filter:none!important;width:70%!important;max-width:280px!important;height:auto!important;display:block!important;-webkit-mask-image:none!important;mask-image:none!important}}
