@import"https://fonts.googleapis.com/css2?family=Bebas+Neue&display=swap";:root{--bg-color: #0a0a0a;--nav-bg: rgba(17, 17, 17, .95);--text-white: #ffffff;--text-dim: #888888;--border-color: #222222;--accent-color: #CAAD8E;--anim-speed: .5s}:root[data-theme=light]{--bg-color: #F1EDE7;--nav-bg: rgba(255, 255, 255, .95);--text-white: #000000;--text-dim: #666666;--border-color: #e0ddd8;--accent-color: #CAAD8E}body{background-color:var(--bg-color);color:var(--text-white);font-family:Bebas Neue,sans-serif;margin:0;transition:background-color .3s ease,color .3s ease;overflow-x:hidden}.nav-container[data-astro-cid-kh7btl4r]{background:var(--nav-bg);backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px);transition:max-height var(--anim-speed) cubic-bezier(.8,0,.2,1),background-color .3s ease;overflow:hidden;max-height:80px;position:sticky;top:0;z-index:100;border-bottom:1px solid var(--border-color)}.nav-container[data-astro-cid-kh7btl4r].is-open{max-height:100vh}.nav-top-bar[data-astro-cid-kh7btl4r]{height:80px;padding:0 2rem;display:flex;justify-content:space-between;align-items:center;max-width:1400px;margin:0 auto}.logo[data-astro-cid-kh7btl4r] a[data-astro-cid-kh7btl4r]{color:var(--text-white);text-decoration:none;font-size:2rem;letter-spacing:.02em;font-weight:400;transition:opacity .3s ease}.logo[data-astro-cid-kh7btl4r] a[data-astro-cid-kh7btl4r]:hover{opacity:.7}.desktop-nav[data-astro-cid-kh7btl4r]{display:flex;gap:3rem;align-items:center}.nav-link[data-astro-cid-kh7btl4r]{background:none;border:none;cursor:pointer;color:var(--text-white);font-family:Bebas Neue,sans-serif;font-size:1.25rem;display:flex;align-items:center;gap:.5rem;text-decoration:none;letter-spacing:.05em;position:relative;padding:.5rem 0}.nav-link[data-astro-cid-kh7btl4r]:after{content:"";position:absolute;width:0;height:2px;bottom:0;left:0;background-color:var(--text-white);transition:width .3s ease}.nav-link[data-astro-cid-kh7btl4r]:hover:after{width:100%}.v-chevron[data-astro-cid-kh7btl4r]{transition:transform var(--anim-speed) ease;stroke:var(--text-white)}.is-open[data-astro-cid-kh7btl4r] .v-chevron[data-astro-cid-kh7btl4r]{transform:rotate(180deg)}.nav-actions[data-astro-cid-kh7btl4r]{display:flex;align-items:center;gap:1.5rem}.theme-btn[data-astro-cid-kh7btl4r]{background:none;border:none;cursor:pointer;color:var(--text-white);display:flex;align-items:center;padding:.5rem;transition:transform .3s ease}.theme-btn[data-astro-cid-kh7btl4r]:hover{transform:scale(1.1)}.sun-icon[data-astro-cid-kh7btl4r]{display:block}.moon-icon[data-astro-cid-kh7btl4r]{display:none}:root[data-theme=light] .sun-icon[data-astro-cid-kh7btl4r]{display:none}:root[data-theme=light] .moon-icon[data-astro-cid-kh7btl4r]{display:block}.avatar-small[data-astro-cid-kh7btl4r]{width:40px;height:40px;border-radius:50%;border:2px solid var(--border-color);object-fit:cover}.mobile-menu-btn[data-astro-cid-kh7btl4r]{display:none;background:none;border:none;cursor:pointer;padding:.5rem;z-index:101}.hamburger[data-astro-cid-kh7btl4r]{display:flex;flex-direction:column;gap:5px}.hamburger[data-astro-cid-kh7btl4r] span[data-astro-cid-kh7btl4r]{display:block;width:25px;height:2px;background-color:var(--text-white);transition:transform .3s ease,opacity .3s ease}.is-open[data-astro-cid-kh7btl4r] .hamburger[data-astro-cid-kh7btl4r] span[data-astro-cid-kh7btl4r]:nth-child(1){transform:translateY(7px) rotate(45deg)}.is-open[data-astro-cid-kh7btl4r] .hamburger[data-astro-cid-kh7btl4r] span[data-astro-cid-kh7btl4r]:nth-child(2){opacity:0}.is-open[data-astro-cid-kh7btl4r] .hamburger[data-astro-cid-kh7btl4r] span[data-astro-cid-kh7btl4r]:nth-child(3){transform:translateY(-7px) rotate(-45deg)}.nav-expand-content[data-astro-cid-kh7btl4r]{padding:4rem 2rem;text-align:center;max-width:1400px;margin:0 auto;opacity:0;transform:translateY(-20px);transition:opacity var(--anim-speed) ease,transform var(--anim-speed) ease}.is-open[data-astro-cid-kh7btl4r] .nav-expand-content[data-astro-cid-kh7btl4r]{opacity:1;transform:translateY(0)}.dropdown-label[data-astro-cid-kh7btl4r]{display:block;font-family:sans-serif;font-size:.85rem;color:var(--text-dim);letter-spacing:.2em;margin-bottom:2rem}.mobile-nav-links[data-astro-cid-kh7btl4r]{display:none}.nav-divider[data-astro-cid-kh7btl4r]{width:40px;height:1px;background:var(--border-color);margin:2rem auto}.gallery-list[data-astro-cid-kh7btl4r]{display:flex;flex-direction:column;gap:1rem}.gallery-item[data-astro-cid-kh7btl4r]{text-decoration:none;color:var(--text-white);font-size:clamp(2rem,5vw,3.5rem);opacity:.3;transition:opacity .3s ease,transform .3s ease}.gallery-item[data-astro-cid-kh7btl4r]:hover,.gallery-item[data-astro-cid-kh7btl4r]:focus{opacity:1;transform:scale(1.02);outline:none}.about-section[data-astro-cid-kh7btl4r]{padding:4rem 5% 10rem;max-width:1200px;margin:0 auto}.about-grid[data-astro-cid-kh7btl4r]{display:grid;grid-template-columns:1fr 1fr;gap:4rem;align-items:center}.about-image-wrapper[data-astro-cid-kh7btl4r]{position:relative;border-radius:8px;overflow:hidden;border:1px solid var(--border-color);aspect-ratio:4 / 5}.about-image[data-astro-cid-kh7btl4r]{width:100%;height:100%;object-fit:cover;display:block;transition:transform .5s ease}.about-image-wrapper[data-astro-cid-kh7btl4r]:hover .about-image[data-astro-cid-kh7btl4r]{transform:scale(1.03)}.about-content[data-astro-cid-kh7btl4r]{display:flex;flex-direction:column;justify-content:center}.main-title[data-astro-cid-kh7btl4r]{font-size:clamp(3.5rem,8vw,6rem);line-height:.85;margin:0;letter-spacing:.02em}.sub-title[data-astro-cid-kh7btl4r]{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica,Arial,sans-serif;font-size:clamp(.85rem,1.5vw,1rem);color:var(--accent-color);margin:1.5rem 0 2rem;letter-spacing:.1em;font-weight:500;text-transform:uppercase}.bio-text[data-astro-cid-kh7btl4r]{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica,Arial,sans-serif;font-size:1.1rem;color:var(--text-dim);line-height:1.7;font-weight:300;margin-bottom:2.5rem}.bio-text[data-astro-cid-kh7btl4r] p[data-astro-cid-kh7btl4r]{margin-top:0;margin-bottom:1.5rem}.gear-section[data-astro-cid-kh7btl4r]{border-top:1px solid var(--border-color);padding-top:2rem;margin-bottom:3rem}.gear-section[data-astro-cid-kh7btl4r] h3[data-astro-cid-kh7btl4r]{font-size:1.5rem;letter-spacing:.05em;margin:0 0 .5rem}.gear-section[data-astro-cid-kh7btl4r] p[data-astro-cid-kh7btl4r]{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica,Arial,sans-serif;color:var(--text-dim);font-size:1rem;line-height:1.6;font-weight:300;margin:0}.gear-section[data-astro-cid-kh7btl4r] strong[data-astro-cid-kh7btl4r]{color:var(--text-white);font-weight:500}.cta-button[data-astro-cid-kh7btl4r]{display:inline-block;background:var(--text-white);color:var(--bg-color);text-decoration:none;border:2px solid var(--text-white);font-family:Bebas Neue,sans-serif;font-size:1.3rem;letter-spacing:.05em;padding:1rem 3rem;cursor:pointer;transition:background-color .3s ease,color .3s ease,transform .2s ease}.cta-button[data-astro-cid-kh7btl4r]:hover{background:transparent;color:var(--text-white);transform:translateY(-3px)}@media(max-width:900px){.about-grid[data-astro-cid-kh7btl4r]{grid-template-columns:1fr;gap:3rem}.about-image-wrapper[data-astro-cid-kh7btl4r]{max-width:500px;margin:0 auto}}@media(max-width:768px){.nav-top-bar[data-astro-cid-kh7btl4r]{padding:0 1.5rem}.desktop-nav[data-astro-cid-kh7btl4r]{display:none}.mobile-menu-btn[data-astro-cid-kh7btl4r]{display:block}.nav-actions[data-astro-cid-kh7btl4r]{gap:1rem}.avatar-small[data-astro-cid-kh7btl4r]{width:32px;height:32px}.nav-expand-content[data-astro-cid-kh7btl4r]{padding:2rem 1.5rem;height:calc(100vh - 80px);overflow-y:auto}.mobile-nav-links[data-astro-cid-kh7btl4r]{display:flex;flex-direction:column;gap:1rem}.mobile-item[data-astro-cid-kh7btl4r]{font-size:2.5rem;opacity:1}.about-section[data-astro-cid-kh7btl4r]{padding-top:2rem;text-align:center}.cta-button[data-astro-cid-kh7btl4r]{width:100%;box-sizing:border-box}}
