.ThemeToggle-module__BDCMra__toggle{background:var(--surface-alt);border:1px solid var(--border-medium);width:40px;height:40px;color:var(--text-primary);cursor:pointer;transition:background-color .3s ease, border-color .3s ease, color .3s ease, transform .2s var(--ease-spring), box-shadow .3s ease;-webkit-backdrop-filter:blur(8px);border-radius:50%;justify-content:center;align-items:center;display:flex;position:relative}.ThemeToggle-module__BDCMra__toggle:hover{box-shadow:0 0 20px var(--celestial-glow);border-color:var(--accent);transform:scale(1.1)}.ThemeToggle-module__BDCMra__toggle:active{transform:scale(.95)}.ThemeToggle-module__BDCMra__toggle:focus-visible{outline:2px solid var(--accent);outline-offset:4px}.ThemeToggle-module__BDCMra__iconWrapper{justify-content:center;align-items:center;width:20px;height:20px;display:flex}.ThemeToggle-module__BDCMra__icon{display:block}
.AudioWaveToggle-module__aVpIGq__waveBtn{background:var(--glass-bg);-webkit-backdrop-filter:blur(12px);border:1px solid var(--glass-border);width:36px;height:36px;color:var(--text-primary);cursor:pointer;transition:all var(--duration-fast) ease;border-radius:50%;justify-content:center;align-items:center;padding:0;display:flex;position:relative}.AudioWaveToggle-module__aVpIGq__waveBtn:hover{background:var(--glass-hover);border-color:var(--accent);color:var(--accent);transform:scale(1.05)}.AudioWaveToggle-module__aVpIGq__waveBtn:active{transform:scale(.95)}.AudioWaveToggle-module__aVpIGq__barsContainer{justify-content:center;align-items:center;gap:2.5px;height:14px;display:flex}.AudioWaveToggle-module__aVpIGq__bar{background:currentColor;border-radius:1px;width:2px;transition:height .2s,opacity .2s}.AudioWaveToggle-module__aVpIGq__paused .AudioWaveToggle-module__aVpIGq__bar:first-child{opacity:.6;height:4px}.AudioWaveToggle-module__aVpIGq__paused .AudioWaveToggle-module__aVpIGq__bar:nth-child(2){opacity:.8;height:8px}.AudioWaveToggle-module__aVpIGq__paused .AudioWaveToggle-module__aVpIGq__bar:nth-child(3){opacity:.8;height:12px}.AudioWaveToggle-module__aVpIGq__paused .AudioWaveToggle-module__aVpIGq__bar:nth-child(4){opacity:.6;height:6px}.AudioWaveToggle-module__aVpIGq__playing .AudioWaveToggle-module__aVpIGq__bar{background:var(--accent);animation:.8s ease-in-out infinite alternate AudioWaveToggle-module__aVpIGq__waveBar}.AudioWaveToggle-module__aVpIGq__playing .AudioWaveToggle-module__aVpIGq__bar:first-child{height:4px;animation-duration:.75s;animation-delay:0s}.AudioWaveToggle-module__aVpIGq__playing .AudioWaveToggle-module__aVpIGq__bar:nth-child(2){height:12px;animation-duration:.9s;animation-delay:.2s}.AudioWaveToggle-module__aVpIGq__playing .AudioWaveToggle-module__aVpIGq__bar:nth-child(3){height:14px;animation-duration:.65s;animation-delay:.4s}.AudioWaveToggle-module__aVpIGq__playing .AudioWaveToggle-module__aVpIGq__bar:nth-child(4){height:7px;animation-duration:.8s;animation-delay:.15s}@keyframes AudioWaveToggle-module__aVpIGq__waveBar{0%{opacity:.4;height:3px}50%{opacity:1;height:13px}to{opacity:.6;height:5px}}
.Navbar-module__cJzEcG__nav{z-index:1000;padding:var(--space-md) var(--space-lg);transition:all var(--duration-normal) ease;position:fixed;top:0;left:0;right:0}.Navbar-module__cJzEcG__nav.Navbar-module__cJzEcG__scrolled{background:var(--nav-bg);-webkit-backdrop-filter:blur(20px);border-bottom:1px solid var(--nav-border);padding:var(--space-sm) var(--space-lg)}.Navbar-module__cJzEcG__inner{max-width:var(--max-width);height:var(--nav-height);justify-content:space-between;align-items:center;margin:0 auto;display:flex}.Navbar-module__cJzEcG__logo{align-items:center;gap:var(--space-sm);z-index:10;display:flex}.Navbar-module__cJzEcG__logoText{font-family:var(--font-playfair), serif;font-size:var(--text-xl);letter-spacing:-.02em;color:var(--text-primary);font-weight:600}.Navbar-module__cJzEcG__desktopNav{align-items:center;gap:var(--space-xl);display:none}@media (min-width:1024px){.Navbar-module__cJzEcG__desktopNav{display:flex}}.Navbar-module__cJzEcG__navLink{font-size:var(--text-sm);color:var(--text-secondary);letter-spacing:.01em;padding:var(--space-sm) 0;transition:color var(--duration-fast) ease;font-weight:400;position:relative}.Navbar-module__cJzEcG__navLink:hover{color:var(--text-primary)}.Navbar-module__cJzEcG__navLink.Navbar-module__cJzEcG__active{color:var(--text-primary);font-weight:500}.Navbar-module__cJzEcG__activeDot{background:var(--accent);border-radius:50%;width:4px;height:4px;position:absolute;bottom:-2px;left:50%;transform:translate(-50%)}.Navbar-module__cJzEcG__navActions{align-items:center;gap:var(--space-sm);z-index:10;display:flex}.Navbar-module__cJzEcG__hamburger{z-index:1001;flex-direction:column;justify-content:center;gap:5px;width:32px;height:32px;display:flex;position:relative}.Navbar-module__cJzEcG__hamburger span{background:var(--text-primary);width:100%;height:1.5px;transition:all var(--duration-normal) var(--ease-out-expo);transform-origin:50%;display:block}.Navbar-module__cJzEcG__hamburger.Navbar-module__cJzEcG__open span:first-child{transform:translateY(6.5px)rotate(45deg)}.Navbar-module__cJzEcG__hamburger.Navbar-module__cJzEcG__open span:nth-child(2){opacity:0;transform:scaleX(0)}.Navbar-module__cJzEcG__hamburger.Navbar-module__cJzEcG__open span:nth-child(3){transform:translateY(-6.5px)rotate(-45deg)}@media (min-width:1024px){.Navbar-module__cJzEcG__hamburger{display:none}}.Navbar-module__cJzEcG__mobileOverlay{z-index:999;-webkit-backdrop-filter:blur(4px);background:#0000004d;position:fixed;inset:0}.Navbar-module__cJzEcG__mobileMenu{background:var(--surface-solid);width:85%;max-width:380px;box-shadow:-20px 0 60px var(--shadow-color);-webkit-overflow-scrolling:touch;overscroll-behavior:contain;position:absolute;top:0;bottom:0;right:0;overflow-y:auto}.Navbar-module__cJzEcG__mobileMenuInner{gap:var(--space-xs);padding:clamp(72px, 12vh, 100px) var(--space-lg) var(--space-2xl);flex-direction:column;min-height:100%;display:flex}.Navbar-module__cJzEcG__mobileLink{align-items:center;gap:var(--space-md);padding:clamp(8px, 1.5vh, 14px) var(--space-xs);font-family:var(--font-playfair), serif;color:var(--text-secondary);border-bottom:1px solid var(--border);transition:color var(--duration-fast) ease;text-align:left;font-size:clamp(1.2rem,3.5vh,1.5rem);font-weight:400;display:flex}.Navbar-module__cJzEcG__mobileLink:hover,.Navbar-module__cJzEcG__mobileLink.Navbar-module__cJzEcG__active{color:var(--text-primary)}.Navbar-module__cJzEcG__mobileNum{font-family:var(--font-jetbrains), monospace;font-size:var(--text-xs);color:var(--text-muted);letter-spacing:.05em;min-width:24px}.Navbar-module__cJzEcG__mobileThemeToggle{padding-top:var(--space-lg);align-items:center;gap:var(--space-md);padding-left:var(--space-xs);padding-bottom:var(--space-md);justify-content:flex-start;margin-top:auto;display:flex}
.MusicPlayer-module__r6iDYq__playerWrapper{perspective:1000px;justify-content:center;align-items:center;width:100%;margin:1.75rem 0 1.25rem;display:flex}.MusicPlayer-module__r6iDYq__chassis{background:var(--player-chassis-bg,#dedcd7);border:1px solid var(--player-chassis-border,#ffffff73);-webkit-user-select:none;user-select:none;border-radius:9999px;justify-content:space-between;align-items:center;width:100%;max-width:480px;height:108px;padding:0 16px;transition:transform .3s cubic-bezier(.16,1,.3,1),box-shadow .3s;display:flex;position:relative;box-shadow:0 16px 36px -10px #00000059,0 4px 12px #00000026,inset 0 2px 2px #fff9,inset 0 -3px 6px #00000040}.MusicPlayer-module__r6iDYq__chassis:hover{transform:translateY(-2px);box-shadow:0 22px 42px -10px #0006,0 6px 16px #0003,inset 0 2px 2px #ffffffb3,inset 0 -3px 6px #00000040}.MusicPlayer-module__r6iDYq__turntableWell{background:#111215;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:78px;height:78px;display:flex;position:relative;overflow:hidden;box-shadow:inset 0 3px 8px #000c,0 1px 2px #ffffff4d}.MusicPlayer-module__r6iDYq__vinylDisc{background:radial-gradient(circle,#0000 0% 18%,#ffffff14 25%,#0000 35%,#ffffff0f 55%,#0000 68%),repeating-radial-gradient(circle,#1f1f23 0 1.5px,#141417 2px 3px);border-radius:50%;justify-content:center;align-items:center;width:74px;height:74px;animation:3.5s linear infinite paused MusicPlayer-module__r6iDYq__rotateDisc;display:flex;position:relative;box-shadow:0 0 10px #000000e6}.MusicPlayer-module__r6iDYq__vinylDisc.MusicPlayer-module__r6iDYq__playing{animation-play-state:running}.MusicPlayer-module__r6iDYq__vinylLabel{background:radial-gradient(circle at 35% 35%,#ffd27d 0%,#c4943f 60%,#855819 100%);border:1.5px solid #4a340e;border-radius:50%;justify-content:center;align-items:center;width:24px;height:24px;display:flex;position:relative;box-shadow:0 1px 3px #0009}.MusicPlayer-module__r6iDYq__spindleHole{background:#0d0d0f;border-radius:50%;width:5px;height:5px;box-shadow:inset 0 1px 2px #000000e6}.MusicPlayer-module__r6iDYq__vinylSheen{pointer-events:none;background:conic-gradient(from 45deg,#0000 0deg,#ffffff24 45deg,#0000 90deg 180deg,#ffffff24 225deg,#0000 270deg);border-radius:50%;position:absolute;inset:0}@keyframes MusicPlayer-module__r6iDYq__rotateDisc{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.MusicPlayer-module__r6iDYq__centerConsole{flex-direction:column;flex:1;justify-content:center;align-items:center;min-width:0;padding:0 14px;display:flex}.MusicPlayer-module__r6iDYq__trackTitle{font-family:var(--font-mono,monospace);letter-spacing:.03em;color:var(--player-text-title,#282725);white-space:nowrap;text-overflow:ellipsis;text-align:center;max-width:260px;margin-bottom:7px;font-size:.72rem;font-weight:500;overflow:hidden}.MusicPlayer-module__r6iDYq__progressContainer{cursor:pointer;touch-action:none;width:100%;max-width:220px;padding:5px 0}.MusicPlayer-module__r6iDYq__progressTrack{background:var(--player-track-bg,#c2bfb9);border-radius:9999px;width:100%;height:6px;position:relative;overflow:visible;box-shadow:inset 0 1px 2px #00000059}.MusicPlayer-module__r6iDYq__progressFill{background:#f5b82e;border-radius:9999px;height:100%;position:absolute;top:0;left:0;box-shadow:0 0 8px #f5b82e66}.MusicPlayer-module__r6iDYq__progressThumb{background:radial-gradient(circle at 35% 35%,#fff 0%,#d4d4d8 65%,#8e8e93 100%);border:1px solid #0003;border-radius:50%;width:13px;height:13px;transition:transform .1s;position:absolute;top:50%;transform:translate(-50%,-50%);box-shadow:0 2px 5px #00000073}.MusicPlayer-module__r6iDYq__progressContainer:hover .MusicPlayer-module__r6iDYq__progressThumb{transform:translate(-50%,-50%)scale(1.2)}.MusicPlayer-module__r6iDYq__timeRow{width:100%;max-width:220px;font-family:var(--font-mono,monospace);color:var(--player-text-time,#66635f);justify-content:space-between;margin-top:3px;font-size:.65rem;display:flex}.MusicPlayer-module__r6iDYq__controlsRow{justify-content:center;align-items:center;gap:12px;margin-top:4px;display:flex}.MusicPlayer-module__r6iDYq__skipBtn{color:var(--player-btn-secondary,#52504b);cursor:pointer;background:0 0;border:none;border-radius:50%;justify-content:center;align-items:center;padding:4px;transition:all .2s;display:flex}.MusicPlayer-module__r6iDYq__skipBtn:hover{color:var(--player-btn-primary-bg,#1a1a1c);transform:scale(1.15)}.MusicPlayer-module__r6iDYq__playBtn{background:var(--player-btn-primary-bg,#1c1d22);border:1px solid var(--player-btn-primary-border,#ffffff26);width:32px;height:32px;color:var(--player-btn-primary-icon,#fff);cursor:pointer;border-radius:50%;justify-content:center;align-items:center;transition:all .2s cubic-bezier(.16,1,.3,1);display:flex;box-shadow:0 4px 10px #00000040,inset 0 1px 1px #fff3}.MusicPlayer-module__r6iDYq__playBtn:hover{background:#0f1012;transform:scale(1.08);box-shadow:0 6px 14px #00000059,inset 0 1px 1px #ffffff4d}.MusicPlayer-module__r6iDYq__playBtn:active{transform:scale(.95)}@media (max-width:600px){.MusicPlayer-module__r6iDYq__chassis{max-width:360px;height:94px;padding:0 10px}.MusicPlayer-module__r6iDYq__turntableWell{width:64px;height:64px}.MusicPlayer-module__r6iDYq__vinylDisc{width:60px;height:60px}.MusicPlayer-module__r6iDYq__vinylLabel{width:20px;height:20px}.MusicPlayer-module__r6iDYq__centerConsole{padding:0 8px}.MusicPlayer-module__r6iDYq__trackTitle{max-width:150px;margin-bottom:5px;font-size:.68rem}.MusicPlayer-module__r6iDYq__progressContainer,.MusicPlayer-module__r6iDYq__timeRow{max-width:160px}.MusicPlayer-module__r6iDYq__playBtn{width:28px;height:28px}.MusicPlayer-module__r6iDYq__controlsRow{gap:8px}}
.Hero-module__ZARIfG__hero{z-index:1;background:0 0;justify-content:center;align-items:center;min-height:100svh;padding:80px 0 48px;display:flex;position:relative;overflow:hidden}.Hero-module__ZARIfG__content{transform-origin:50%;will-change:transform, opacity;flex-direction:column;justify-content:center;align-items:center;width:100%;height:100%;display:flex;position:relative}.Hero-module__ZARIfG__decoContainer{pointer-events:none;position:absolute;inset:0;overflow:hidden}.Hero-module__ZARIfG__decoCircle{will-change:transform;background:radial-gradient(at 40% 40%,#c4704b14 0%,#c4704b08 50%,#0000 70%);border-radius:50%;width:clamp(280px,30vw,500px);height:clamp(280px,30vw,500px);position:absolute;top:8%;right:8%}.Hero-module__ZARIfG__decoLine{background:var(--border-medium);transform-origin:0;width:120px;height:1px;position:absolute;top:50%;left:5%}.Hero-module__ZARIfG__decoGrid{opacity:.06;background-image:linear-gradient(var(--text-muted) 1px, transparent 1px), linear-gradient(90deg, var(--text-muted) 1px, transparent 1px);width:200px;height:200px;transition:opacity var(--theme-transition);background-size:24px 24px;position:absolute;bottom:12%;left:10%}.Hero-module__ZARIfG__textContainer{z-index:2;text-align:center;padding:0 var(--space-lg);flex-direction:column;align-items:center;max-width:1000px;display:flex;position:relative}.Hero-module__ZARIfG__eyebrow{align-items:center;gap:var(--space-sm);font-family:var(--font-jetbrains), monospace;font-size:var(--text-xs);letter-spacing:.15em;text-transform:uppercase;color:var(--text-muted);margin-bottom:var(--space-xl);display:flex}.Hero-module__ZARIfG__eyebrowDot{background:var(--accent);border-radius:50%;width:6px;height:6px;animation:2s ease-in-out infinite Hero-module__ZARIfG__pulse}@keyframes Hero-module__ZARIfG__pulse{0%,to{opacity:1;transform:scale(1)}50%{opacity:.5;transform:scale(1.5)}}.Hero-module__ZARIfG__heading{margin-bottom:var(--space-lg);overflow:visible}.Hero-module__ZARIfG__nameRow{font-family:var(--font-playfair), serif;font-size:var(--text-hero);letter-spacing:-.02em;color:var(--text-primary);flex-wrap:wrap;justify-content:center;font-weight:400;line-height:1.05;display:flex}.Hero-module__ZARIfG__letter{transform-origin:50% 100%;will-change:auto;cursor:default;display:inline-block}.Hero-module__ZARIfG__nameRow:hover .Hero-module__ZARIfG__letter{will-change:transform, color}.Hero-module__ZARIfG__title{font-family:var(--font-inter), sans-serif;font-size:clamp(var(--text-lg), 2.5vw, var(--text-2xl));color:var(--text-secondary);letter-spacing:-.01em;margin-bottom:var(--space-xs);font-weight:300}.Hero-module__ZARIfG__playerSection{width:100%;margin:var(--space-xs) 0 var(--space-xl) 0;justify-content:center;display:flex}.Hero-module__ZARIfG__ctas{align-items:center;gap:var(--space-md);margin-bottom:var(--space-3xl);flex-wrap:wrap;justify-content:center;display:flex}.Hero-module__ZARIfG__metadata{align-items:center;gap:var(--space-lg);flex-wrap:wrap;justify-content:center;display:flex}.Hero-module__ZARIfG__metaItem{align-items:center;gap:var(--space-xs);flex-direction:column;display:flex}.Hero-module__ZARIfG__metaLabel{font-family:var(--font-jetbrains), monospace;letter-spacing:.15em;text-transform:uppercase;color:var(--text-light);font-size:10px}.Hero-module__ZARIfG__metaValue{font-size:var(--text-sm);color:var(--text-secondary);font-weight:500}.Hero-module__ZARIfG__metaDivider{background:var(--border);width:1px;height:32px}.Hero-module__ZARIfG__scrollIndicator{background:var(--border);width:1px;height:48px;position:absolute;bottom:40px;left:50%;overflow:hidden;transform:translate(-50%)}.Hero-module__ZARIfG__scrollLine{background:var(--accent);transform-origin:top;width:100%;height:100%}@media (max-width:768px){.Hero-module__ZARIfG__hero{padding:72px 0 32px}.Hero-module__ZARIfG__decoCircle{width:250px;height:250px;top:4%;right:-10%}.Hero-module__ZARIfG__decoLine,.Hero-module__ZARIfG__decoGrid{display:none}.Hero-module__ZARIfG__textContainer{padding:0 var(--space-md)}.Hero-module__ZARIfG__eyebrow{margin-bottom:var(--space-lg)}.Hero-module__ZARIfG__nameRow{font-size:clamp(2.8rem,12vw,5rem)}.Hero-module__ZARIfG__ctas{flex-direction:column;width:100%}.Hero-module__ZARIfG__ctas>div{width:100%}:is(.Hero-module__ZARIfG__ctas .btn-primary,.Hero-module__ZARIfG__ctas .btn-secondary){justify-content:center;width:100%}.Hero-module__ZARIfG__metadata{gap:var(--space-md)}.Hero-module__ZARIfG__metaDivider{height:24px}.Hero-module__ZARIfG__scrollIndicator{display:none}}@media (max-width:580px){.Hero-module__ZARIfG__metadata{gap:var(--space-xs);grid-template-columns:repeat(3,1fr);width:100%;max-width:360px;display:grid}.Hero-module__ZARIfG__metaDivider{display:none}.Hero-module__ZARIfG__metaItem{text-align:center;padding:0 4px}.Hero-module__ZARIfG__metaLabel{font-size:9px}.Hero-module__ZARIfG__metaValue{font-size:var(--text-xs);line-height:1.3}}@media (max-width:350px){.Hero-module__ZARIfG__metadata{gap:var(--space-sm);grid-template-columns:1fr}.Hero-module__ZARIfG__metaDivider{width:32px;height:1px;margin:0 auto;display:block}}
.AboutSection-module__UGBiha__section{z-index:10;background:var(--surface);-webkit-backdrop-filter:blur(16px);border-top:1px solid var(--border);padding:var(--space-6xl) 0;transition:background-color var(--theme-transition), border-color var(--theme-transition);position:relative}.AboutSection-module__UGBiha__container{max-width:var(--content-width);padding:0 var(--space-lg);margin:0 auto}@media (min-width:768px){.AboutSection-module__UGBiha__container{padding:0 var(--space-2xl)}}.AboutSection-module__UGBiha__eyebrow{font-family:var(--font-jetbrains), monospace;font-size:var(--text-xs);letter-spacing:.15em;text-transform:uppercase;color:var(--text-muted);margin-bottom:var(--space-xl);display:block}.AboutSection-module__UGBiha__statement{font-family:var(--font-playfair), serif;letter-spacing:-.02em;color:var(--text-primary);max-width:800px;margin-bottom:var(--space-2xl);font-size:clamp(2rem,5vw,3.5rem);font-weight:400;line-height:1.15}.AboutSection-module__UGBiha__body{max-width:680px;margin-bottom:var(--space-3xl)}.AboutSection-module__UGBiha__bodyText{font-size:clamp(var(--text-base), 1.6vw, var(--text-lg));color:var(--text-secondary);letter-spacing:-.01em;line-height:1.8}.AboutSection-module__UGBiha__metaGrid{gap:var(--space-md);grid-template-columns:1fr;display:grid}@media (min-width:640px){.AboutSection-module__UGBiha__metaGrid{grid-template-columns:repeat(2,1fr)}}@media (min-width:1024px){.AboutSection-module__UGBiha__metaGrid{grid-template-columns:repeat(4,1fr)}}.AboutSection-module__UGBiha__metaCard{gap:var(--space-sm);padding:var(--space-xl) var(--space-lg);background:var(--surface-card);border-radius:var(--radius-lg);border:1px solid var(--border);transition:transform var(--duration-normal) var(--ease-spring), box-shadow var(--duration-normal) ease;flex-direction:column;display:flex}.AboutSection-module__UGBiha__metaCard:hover{box-shadow:var(--shadow-md);transform:translateY(-4px)}.AboutSection-module__UGBiha__metaLabel{font-family:var(--font-jetbrains), monospace;letter-spacing:.15em;text-transform:uppercase;color:var(--text-light);font-size:10px}.AboutSection-module__UGBiha__metaValue{font-size:var(--text-base);color:var(--text-primary);font-weight:500;line-height:1.4}.AboutSection-module__UGBiha__metaSub{font-size:var(--text-sm);color:var(--text-muted)}
.ExperienceSection-module__NRec-a__section{z-index:10;background:var(--surface-alt);-webkit-backdrop-filter:blur(14px);border-top:1px solid var(--border);padding:var(--space-6xl) 0;transition:background-color var(--theme-transition), border-color var(--theme-transition);position:relative}.ExperienceSection-module__NRec-a__container{max-width:var(--max-width);padding:0 var(--space-lg);margin:0 auto}@media (min-width:768px){.ExperienceSection-module__NRec-a__container{padding:0 var(--space-2xl)}}.ExperienceSection-module__NRec-a__layout{gap:var(--space-3xl);display:flex}.ExperienceSection-module__NRec-a__verticalLabelWrap{flex-shrink:0;width:48px;display:none;position:relative}@media (min-width:1024px){.ExperienceSection-module__NRec-a__verticalLabelWrap{display:block}}.ExperienceSection-module__NRec-a__verticalLabel{transform-origin:0;font-family:var(--font-playfair), serif;font-size:var(--text-3xl);color:var(--text-muted);opacity:.12;white-space:nowrap;pointer-events:none;letter-spacing:-.02em;font-weight:400;position:sticky;top:50vh;transform:rotate(-90deg)translate(-50%)}.ExperienceSection-module__NRec-a__list{flex:1;min-width:0}.ExperienceSection-module__NRec-a__eyebrow{font-family:var(--font-jetbrains), monospace;font-size:var(--text-xs);letter-spacing:.15em;text-transform:uppercase;color:var(--text-muted);margin-bottom:var(--space-2xl);display:block}.ExperienceSection-module__NRec-a__divider{background:var(--border-medium);width:100%;height:1px}.ExperienceSection-module__NRec-a__item{position:relative}.ExperienceSection-module__NRec-a__head{justify-content:space-between;align-items:center;gap:var(--space-lg);width:100%;min-height:96px;padding:var(--space-lg) 0;text-align:left;transition:opacity var(--duration-fast) ease;display:flex}.ExperienceSection-module__NRec-a__head:hover{opacity:.7}.ExperienceSection-module__NRec-a__company{gap:var(--space-xs);flex-direction:column;min-width:0;display:flex}.ExperienceSection-module__NRec-a__companyName{font-family:var(--font-inter), sans-serif;font-size:clamp(var(--text-lg), 2.2vw, var(--text-2xl));color:var(--text-primary);letter-spacing:-.02em;font-weight:500;line-height:1.3}.ExperienceSection-module__NRec-a__position{font-size:var(--text-base);color:var(--text-secondary);letter-spacing:-.01em}.ExperienceSection-module__NRec-a__meta{align-items:center;gap:var(--space-md);flex-shrink:0;display:flex}.ExperienceSection-module__NRec-a__type{font-family:var(--font-jetbrains), monospace;font-size:var(--text-xs);letter-spacing:.05em;color:var(--text-muted);padding:var(--space-xs) var(--space-sm);border:1px solid var(--border);border-radius:var(--radius-full);display:none}@media (min-width:768px){.ExperienceSection-module__NRec-a__type{display:inline-block}}.ExperienceSection-module__NRec-a__date{font-family:var(--font-inter), sans-serif;font-size:var(--text-sm);color:var(--text-muted);white-space:nowrap}.ExperienceSection-module__NRec-a__toggle{width:28px;height:28px;transition:transform var(--duration-normal) var(--ease-spring);flex-shrink:0;position:relative}.ExperienceSection-module__NRec-a__toggle span{background:var(--text-primary);border-radius:1px;position:absolute}.ExperienceSection-module__NRec-a__toggle span:first-child{width:2px;height:16px;transition:transform var(--duration-normal) var(--ease-spring);top:6px;left:50%;transform:translate(-50%)}.ExperienceSection-module__NRec-a__toggle span:last-child{width:16px;height:2px;top:50%;left:6px;transform:translateY(-50%)}.ExperienceSection-module__NRec-a__item.ExperienceSection-module__NRec-a__open .ExperienceSection-module__NRec-a__toggle{transform:rotate(45deg)}.ExperienceSection-module__NRec-a__panel{overflow:hidden}.ExperienceSection-module__NRec-a__panelInner{padding:0 0 var(--space-xl);gap:var(--space-lg);flex-direction:column;max-width:800px;display:flex}.ExperienceSection-module__NRec-a__description{font-size:var(--text-base);color:var(--text-secondary);line-height:1.7}.ExperienceSection-module__NRec-a__responsibilities{gap:var(--space-sm);flex-direction:column;display:flex}.ExperienceSection-module__NRec-a__respLabel{font-family:var(--font-jetbrains), monospace;letter-spacing:.12em;text-transform:uppercase;color:var(--text-light);font-size:10px}.ExperienceSection-module__NRec-a__respList{gap:var(--space-sm);flex-direction:column;padding-left:1.2em;list-style:outside;display:flex}.ExperienceSection-module__NRec-a__respList li{font-size:var(--text-sm);color:var(--text-secondary);line-height:1.6}.ExperienceSection-module__NRec-a__respList li::marker{color:var(--accent)}.ExperienceSection-module__NRec-a__techRow{gap:var(--space-sm);flex-wrap:wrap;display:flex}.ExperienceSection-module__NRec-a__techTag{font-family:var(--font-jetbrains), monospace;letter-spacing:.02em;padding:var(--space-xs) var(--space-md);color:var(--accent);border-radius:var(--radius-full);background:#c4704b14;border:1px solid #c4704b26;font-size:11px}@media (max-width:640px){.ExperienceSection-module__NRec-a__head{align-items:flex-start;gap:var(--space-sm);flex-direction:column;min-height:auto}.ExperienceSection-module__NRec-a__meta{justify-content:space-between;width:100%}}
.ProjectsSection-module__5HM1Qq__section{z-index:10;background:var(--surface);-webkit-backdrop-filter:blur(16px);border-top:1px solid var(--border);padding:var(--space-6xl) 0;transition:background-color var(--theme-transition), border-color var(--theme-transition);position:relative}.ProjectsSection-module__5HM1Qq__container{max-width:var(--max-width);padding:0 var(--space-lg);margin:0 auto}@media (min-width:768px){.ProjectsSection-module__5HM1Qq__container{padding:0 var(--space-2xl)}}.ProjectsSection-module__5HM1Qq__eyebrow{font-family:var(--font-jetbrains), monospace;font-size:var(--text-xs);letter-spacing:.15em;text-transform:uppercase;color:var(--text-muted);margin-bottom:var(--space-md);display:block}.ProjectsSection-module__5HM1Qq__heading{font-family:var(--font-playfair), serif;color:var(--text-primary);letter-spacing:-.02em;margin-bottom:var(--space-3xl);font-size:clamp(2rem,5vw,3.5rem);font-weight:400}.ProjectsSection-module__5HM1Qq__grid{gap:var(--space-2xl);flex-direction:column;display:flex}.ProjectsSection-module__5HM1Qq__cardWrap{width:100%}.ProjectsSection-module__5HM1Qq__card{gap:var(--space-xl);border-radius:var(--radius-xl);background:var(--surface-card);border:1px solid var(--border);transition:transform var(--duration-normal) var(--ease-out-quart), box-shadow var(--duration-normal) ease;grid-template-columns:1fr;display:grid;overflow:hidden}.ProjectsSection-module__5HM1Qq__card:hover{box-shadow:var(--shadow-xl);transform:translateY(-6px)}@media (min-width:768px){.ProjectsSection-module__5HM1Qq__card{grid-template-columns:1.2fr 1fr}.ProjectsSection-module__5HM1Qq__cardWrap:nth-child(2n) .ProjectsSection-module__5HM1Qq__card{grid-template-columns:1fr 1.2fr}.ProjectsSection-module__5HM1Qq__cardWrap:nth-child(2n) .ProjectsSection-module__5HM1Qq__imageWrap{order:2}.ProjectsSection-module__5HM1Qq__cardWrap:nth-child(2n) .ProjectsSection-module__5HM1Qq__info{order:1}}.ProjectsSection-module__5HM1Qq__imageWrap{aspect-ratio:16/10;background:var(--surface-alt);position:relative;overflow:hidden}.ProjectsSection-module__5HM1Qq__imagePlaceholder{justify-content:center;align-items:center;gap:var(--space-md);background:linear-gradient(135deg,#c4704b0f 0%,#c4704b05 50%,#1a1a1a05 100%);flex-direction:column;display:flex;position:absolute;inset:0}.ProjectsSection-module__5HM1Qq__imageNum{font-family:var(--font-playfair), serif;color:#1a1a1a0f;letter-spacing:-.04em;font-size:clamp(4rem,8vw,7rem);font-weight:400;line-height:1}.ProjectsSection-module__5HM1Qq__imageName{font-family:var(--font-inter), sans-serif;font-size:var(--text-sm);color:var(--text-muted);letter-spacing:.1em;text-transform:uppercase}.ProjectsSection-module__5HM1Qq__projectImage{object-fit:contain;width:100%;height:100%;padding:var(--space-lg)}@media (max-width:640px){.ProjectsSection-module__5HM1Qq__projectImage{padding:var(--space-md)}}.ProjectsSection-module__5HM1Qq__overlay{-webkit-backdrop-filter:blur(8px);opacity:0;transition:opacity var(--duration-normal) ease;background:#1a1a1a99;justify-content:center;align-items:center;display:flex;position:absolute;inset:0}.ProjectsSection-module__5HM1Qq__card:hover .ProjectsSection-module__5HM1Qq__overlay{opacity:1}.ProjectsSection-module__5HM1Qq__overlayContent{align-items:center;gap:var(--space-sm);text-align:center;padding:var(--space-lg);flex-direction:column;display:flex}.ProjectsSection-module__5HM1Qq__overlayTitle{font-family:var(--font-playfair), serif;font-size:clamp(var(--text-xl), 2.5vw, var(--text-3xl));color:var(--text-on-dark);text-transform:uppercase;letter-spacing:.02em;font-weight:400}.ProjectsSection-module__5HM1Qq__overlayRole{font-size:var(--text-sm);color:#faf6f0b3;letter-spacing:.02em}.ProjectsSection-module__5HM1Qq__info{gap:var(--space-md);padding:var(--space-xl);flex-direction:column;display:flex}@media (min-width:768px){.ProjectsSection-module__5HM1Qq__info{padding:var(--space-2xl);justify-content:center}}.ProjectsSection-module__5HM1Qq__infoTop{justify-content:space-between;align-items:center;display:flex}.ProjectsSection-module__5HM1Qq__number{font-family:var(--font-jetbrains), monospace;font-size:var(--text-xs);color:var(--accent);letter-spacing:.05em}.ProjectsSection-module__5HM1Qq__year{font-family:var(--font-jetbrains), monospace;font-size:var(--text-xs);color:var(--text-muted);letter-spacing:.05em}.ProjectsSection-module__5HM1Qq__name{font-family:var(--font-playfair), serif;font-size:clamp(var(--text-xl), 2.5vw, var(--text-2xl));color:var(--text-primary);letter-spacing:-.02em;font-weight:500;line-height:1.2}.ProjectsSection-module__5HM1Qq__description{font-size:var(--text-sm);color:var(--text-secondary);line-height:1.7}.ProjectsSection-module__5HM1Qq__techRow{flex-wrap:wrap;gap:6px;display:flex}.ProjectsSection-module__5HM1Qq__tech{font-family:var(--font-jetbrains), monospace;letter-spacing:.02em;color:var(--accent);border-radius:var(--radius-full);background:#c4704b12;border:1px solid #c4704b1f;padding:3px 10px;font-size:10px}.ProjectsSection-module__5HM1Qq__statusRow{justify-content:space-between;align-items:center;gap:var(--space-md);padding-top:var(--space-md);border-top:1px solid var(--border);display:flex}.ProjectsSection-module__5HM1Qq__status{align-items:center;gap:var(--space-sm);font-size:var(--text-xs);color:var(--text-muted);display:flex}.ProjectsSection-module__5HM1Qq__statusDot{background:var(--text-muted);border-radius:50%;width:6px;height:6px}.ProjectsSection-module__5HM1Qq__statusDot.ProjectsSection-module__5HM1Qq__statusActive{background:#4caf50;animation:2s ease-in-out infinite ProjectsSection-module__5HM1Qq__pulse}@keyframes ProjectsSection-module__5HM1Qq__pulse{0%,to{opacity:1}50%{opacity:.4}}.ProjectsSection-module__5HM1Qq__links{gap:var(--space-md);display:flex}.ProjectsSection-module__5HM1Qq__link{font-size:var(--text-xs);color:var(--text-secondary);transition:color var(--duration-fast) ease;align-items:center;gap:4px;font-weight:500;display:inline-flex}.ProjectsSection-module__5HM1Qq__link:hover{color:var(--accent)}
.CertificationsSection-module__8Ue8lG__section{z-index:10;background:var(--surface-alt);-webkit-backdrop-filter:blur(14px);border-top:1px solid var(--border);padding:var(--space-6xl) 0;transition:background-color var(--theme-transition), border-color var(--theme-transition);position:relative}.CertificationsSection-module__8Ue8lG__container{max-width:var(--max-width);padding:0 var(--space-lg);margin:0 auto}@media (min-width:768px){.CertificationsSection-module__8Ue8lG__container{padding:0 var(--space-2xl)}}.CertificationsSection-module__8Ue8lG__eyebrow{font-family:var(--font-jetbrains), monospace;font-size:var(--text-xs);letter-spacing:.15em;text-transform:uppercase;color:var(--text-muted);margin-bottom:var(--space-md);display:block}.CertificationsSection-module__8Ue8lG__heading{font-family:var(--font-playfair), serif;color:var(--text-primary);letter-spacing:-.02em;margin-bottom:var(--space-xl);font-size:clamp(2rem,5vw,3.5rem);font-weight:400}.CertificationsSection-module__8Ue8lG__filters{gap:var(--space-sm);margin-bottom:var(--space-2xl);flex-wrap:wrap;display:flex}.CertificationsSection-module__8Ue8lG__filterBtn{font-family:var(--font-jetbrains), monospace;font-size:var(--text-xs);letter-spacing:.05em;padding:var(--space-sm) var(--space-md);border:1px solid var(--border-medium);border-radius:var(--radius-full);color:var(--text-secondary);transition:all var(--duration-fast) ease}.CertificationsSection-module__8Ue8lG__filterBtn:hover{border-color:var(--text-primary);color:var(--text-primary)}.CertificationsSection-module__8Ue8lG__filterBtn.CertificationsSection-module__8Ue8lG__active{background:var(--text-primary);border-color:var(--text-primary);color:var(--text-on-dark)}@media (max-width:640px){.CertificationsSection-module__8Ue8lG__filters{padding-bottom:var(--space-xs);margin-bottom:var(--space-xl);-webkit-overflow-scrolling:touch;scrollbar-width:none;flex-wrap:nowrap;gap:8px;overflow-x:auto}.CertificationsSection-module__8Ue8lG__filters::-webkit-scrollbar{display:none}.CertificationsSection-module__8Ue8lG__filterBtn{white-space:nowrap;flex-shrink:0;padding:6px 12px}}.CertificationsSection-module__8Ue8lG__grid{gap:var(--space-md);grid-template-columns:1fr;display:grid}@media (min-width:640px){.CertificationsSection-module__8Ue8lG__grid{grid-template-columns:repeat(2,1fr)}}@media (min-width:1024px){.CertificationsSection-module__8Ue8lG__grid{grid-template-columns:repeat(3,1fr)}}.CertificationsSection-module__8Ue8lG__card{gap:var(--space-md);padding:var(--space-xl);background:var(--surface-card);border:1px solid var(--border);border-radius:var(--radius-lg);transition:transform var(--duration-normal) var(--ease-spring), box-shadow var(--duration-normal) ease, border-color var(--duration-normal) ease;flex-direction:column;height:100%;display:flex}.CertificationsSection-module__8Ue8lG__card:hover{box-shadow:var(--shadow-md);border-color:var(--border-medium);transform:translateY(-4px)}.CertificationsSection-module__8Ue8lG__cardTop{justify-content:space-between;align-items:center;display:flex}.CertificationsSection-module__8Ue8lG__category{font-family:var(--font-jetbrains), monospace;letter-spacing:.1em;text-transform:uppercase;color:var(--accent);border-radius:var(--radius-full);background:#c4704b0f;border:1px solid #c4704b33;padding:2px 8px;font-size:10px}.CertificationsSection-module__8Ue8lG__date{font-family:var(--font-jetbrains), monospace;font-size:var(--text-xs);color:var(--text-muted)}.CertificationsSection-module__8Ue8lG__certName{font-family:var(--font-inter), sans-serif;font-size:var(--text-base);color:var(--text-primary);letter-spacing:-.01em;font-weight:600;line-height:1.4}.CertificationsSection-module__8Ue8lG__issuer{font-size:var(--text-sm);color:var(--text-secondary)}.CertificationsSection-module__8Ue8lG__cardBottom{justify-content:space-between;align-items:center;gap:var(--space-md);padding-top:var(--space-md);border-top:1px solid var(--border);margin-top:auto;display:flex}.CertificationsSection-module__8Ue8lG__credId{font-family:var(--font-jetbrains), monospace;color:var(--text-light);font-size:10px}.CertificationsSection-module__8Ue8lG__verifyLink{font-size:var(--text-xs);color:var(--accent);transition:opacity var(--duration-fast) ease;align-items:center;gap:4px;font-weight:500;display:inline-flex}.CertificationsSection-module__8Ue8lG__verifyLink:hover{opacity:.7}
.VolunteeringSection-module__oognNW__section{z-index:10;background:var(--surface);-webkit-backdrop-filter:blur(16px);border-top:1px solid var(--border);padding:var(--space-6xl) 0;transition:background-color var(--theme-transition), border-color var(--theme-transition);position:relative}.VolunteeringSection-module__oognNW__container{max-width:var(--content-width);padding:0 var(--space-lg);margin:0 auto}@media (min-width:768px){.VolunteeringSection-module__oognNW__container{padding:0 var(--space-2xl)}}.VolunteeringSection-module__oognNW__eyebrow{font-family:var(--font-jetbrains), monospace;font-size:var(--text-xs);letter-spacing:.15em;text-transform:uppercase;color:var(--text-muted);margin-bottom:var(--space-md);display:block}.VolunteeringSection-module__oognNW__heading{font-family:var(--font-playfair), serif;color:var(--text-primary);letter-spacing:-.02em;margin-bottom:var(--space-2xl);font-size:clamp(2rem,5vw,3.5rem);font-weight:400}.VolunteeringSection-module__oognNW__list{gap:var(--space-lg);flex-direction:column;display:flex}.VolunteeringSection-module__oognNW__card{gap:var(--space-lg);padding:var(--space-xl);background:var(--surface-card);border:1px solid var(--border);border-radius:var(--radius-lg);border-left:3px solid var(--accent);transition:transform var(--duration-normal) var(--ease-spring), box-shadow var(--duration-normal) ease;flex-direction:column;display:flex}.VolunteeringSection-module__oognNW__card:hover{box-shadow:var(--shadow-md);transform:translateY(-3px)}.VolunteeringSection-module__oognNW__cardHeader{justify-content:space-between;align-items:flex-start;gap:var(--space-md);flex-wrap:wrap;display:flex}.VolunteeringSection-module__oognNW__orgInfo{align-items:flex-start;gap:var(--space-md);display:flex}.VolunteeringSection-module__oognNW__orgIcon{border-radius:var(--radius-md);width:40px;height:40px;color:var(--accent);background:#c4704b14;flex-shrink:0;justify-content:center;align-items:center;display:flex}.VolunteeringSection-module__oognNW__orgName{font-family:var(--font-inter), sans-serif;font-size:var(--text-lg);color:var(--text-primary);letter-spacing:-.01em;font-weight:600;line-height:1.3}.VolunteeringSection-module__oognNW__position{font-size:var(--text-sm);color:var(--text-secondary)}.VolunteeringSection-module__oognNW__date{font-family:var(--font-jetbrains), monospace;font-size:var(--text-xs);color:var(--text-muted);white-space:nowrap;padding:var(--space-xs) var(--space-sm);border:1px solid var(--border);border-radius:var(--radius-full)}.VolunteeringSection-module__oognNW__description{font-size:var(--text-sm);color:var(--text-secondary);line-height:1.7}.VolunteeringSection-module__oognNW__contributions{gap:var(--space-sm);flex-direction:column;display:flex}.VolunteeringSection-module__oognNW__contLabel{font-family:var(--font-jetbrains), monospace;letter-spacing:.12em;text-transform:uppercase;color:var(--text-light);font-size:10px}.VolunteeringSection-module__oognNW__contList{gap:var(--space-xs);flex-direction:column;padding-left:1.2em;list-style:outside;display:flex}.VolunteeringSection-module__oognNW__contList li{font-size:var(--text-sm);color:var(--text-secondary);line-height:1.6}.VolunteeringSection-module__oognNW__contList li::marker{color:var(--accent)}.VolunteeringSection-module__oognNW__cardFooter{align-items:center;gap:var(--space-sm);padding-top:var(--space-md);border-top:1px solid var(--border);flex-wrap:wrap;margin-top:auto;display:flex}.VolunteeringSection-module__oognNW__linkButton{font-family:var(--font-jetbrains), monospace;font-size:var(--text-xs);color:var(--accent);border-radius:var(--radius-full);transition:all var(--duration-fast) ease;background:#c4704b14;border:1px solid #c4704b33;align-items:center;gap:6px;padding:6px 14px;font-weight:500;text-decoration:none;display:inline-flex}.VolunteeringSection-module__oognNW__linkButton:hover{border-color:var(--accent);color:var(--text-primary);background:#c4704b29;transform:translateY(-2px)}
.SkillsSection-module__YUZXca__section{z-index:10;background:var(--surface-alt);-webkit-backdrop-filter:blur(14px);border-top:1px solid var(--border);padding:var(--space-6xl) 0;transition:background-color var(--theme-transition), border-color var(--theme-transition);position:relative}.SkillsSection-module__YUZXca__container{max-width:var(--max-width);padding:0 var(--space-lg);margin:0 auto}@media (min-width:768px){.SkillsSection-module__YUZXca__container{padding:0 var(--space-2xl)}}.SkillsSection-module__YUZXca__eyebrow{font-family:var(--font-jetbrains), monospace;font-size:var(--text-xs);letter-spacing:.15em;text-transform:uppercase;color:var(--text-muted);margin-bottom:var(--space-md);display:block}.SkillsSection-module__YUZXca__heading{font-family:var(--font-playfair), serif;color:var(--text-primary);letter-spacing:-.02em;margin-bottom:var(--space-3xl);font-size:clamp(2rem,5vw,3.5rem);font-weight:400}.SkillsSection-module__YUZXca__grid{gap:var(--space-xl);grid-template-columns:1fr;display:grid}@media (min-width:640px){.SkillsSection-module__YUZXca__grid{grid-template-columns:repeat(2,1fr)}}@media (min-width:1024px){.SkillsSection-module__YUZXca__grid{grid-template-columns:repeat(3,1fr)}}.SkillsSection-module__YUZXca__group{padding:var(--space-xl);background:var(--surface-card);border:1px solid var(--border);border-radius:var(--radius-lg);transition:transform var(--duration-normal) var(--ease-spring), box-shadow var(--duration-normal) ease}.SkillsSection-module__YUZXca__group:hover{box-shadow:var(--shadow-md);transform:translateY(-3px)}.SkillsSection-module__YUZXca__groupTitle{font-family:var(--font-inter), sans-serif;font-size:var(--text-sm);color:var(--text-primary);letter-spacing:-.01em;margin-bottom:var(--space-md);padding-bottom:var(--space-md);border-bottom:1px solid var(--border);font-weight:600}.SkillsSection-module__YUZXca__tags{gap:var(--space-sm);flex-wrap:wrap;display:flex}.SkillsSection-module__YUZXca__tag{font-family:var(--font-jetbrains), monospace;letter-spacing:.01em;background:var(--surface-alt);color:var(--text-secondary);border-radius:var(--radius-full);border:1px solid var(--border);transition:all var(--duration-fast) ease;padding:6px 14px;font-size:11px}.SkillsSection-module__YUZXca__tag:hover{background:var(--text-primary);color:var(--text-on-dark);border-color:var(--text-primary)}
.ContactSection-module__UONp9G__section{z-index:10;background:var(--surface);-webkit-backdrop-filter:blur(16px);border-top:1px solid var(--border);padding:var(--space-6xl) 0;transition:background-color var(--theme-transition), border-color var(--theme-transition);position:relative}.ContactSection-module__UONp9G__container{max-width:var(--max-width);padding:0 var(--space-lg);margin:0 auto}@media (min-width:768px){.ContactSection-module__UONp9G__container{padding:0 var(--space-2xl)}}.ContactSection-module__UONp9G__layout{gap:var(--space-3xl);grid-template-columns:1fr;display:grid}@media (min-width:768px){.ContactSection-module__UONp9G__layout{gap:var(--space-4xl);grid-template-columns:1fr 1fr;align-items:start}}.ContactSection-module__UONp9G__left{gap:var(--space-lg);flex-direction:column;display:flex}.ContactSection-module__UONp9G__eyebrow{font-family:var(--font-jetbrains), monospace;font-size:var(--text-xs);letter-spacing:.15em;text-transform:uppercase;color:var(--text-muted);display:block}.ContactSection-module__UONp9G__heading{font-family:var(--font-playfair), serif;color:var(--text-primary);letter-spacing:-.02em;font-size:clamp(2rem,5vw,3.5rem);font-weight:400;line-height:1.15}.ContactSection-module__UONp9G__headingAccent{color:var(--accent);font-style:italic}.ContactSection-module__UONp9G__description{font-size:var(--text-base);color:var(--text-secondary);max-width:420px;line-height:1.7}.ContactSection-module__UONp9G__contactInfo{gap:var(--space-lg);padding-top:var(--space-md);flex-direction:column;display:flex}.ContactSection-module__UONp9G__emailLink{font-family:var(--font-inter), sans-serif;font-size:var(--text-base);color:var(--text-primary);text-underline-offset:4px;text-decoration:underline;-webkit-text-decoration-color:var(--border-medium);text-decoration-color:var(--border-medium);transition:text-decoration-color var(--duration-fast) ease;font-weight:500}.ContactSection-module__UONp9G__emailLink:hover{-webkit-text-decoration-color:var(--accent);text-decoration-color:var(--accent)}.ContactSection-module__UONp9G__socialRow{gap:var(--space-md);flex-wrap:wrap;display:flex}.ContactSection-module__UONp9G__socialLink{font-size:var(--text-sm);color:var(--text-secondary);padding:var(--space-sm) var(--space-md);border:1px solid var(--border-medium);border-radius:var(--radius-full);transition:all var(--duration-fast) ease;align-items:center;gap:6px;font-weight:500;display:inline-flex}.ContactSection-module__UONp9G__socialLink:hover{border-color:var(--text-primary);color:var(--text-primary)}.ContactSection-module__UONp9G__right{width:100%}.ContactSection-module__UONp9G__form{gap:var(--space-lg);padding:var(--space-2xl);background:var(--surface-card);border:1px solid var(--border);border-radius:var(--radius-xl);flex-direction:column;display:flex}.ContactSection-module__UONp9G__field{gap:var(--space-sm);flex-direction:column;display:flex}.ContactSection-module__UONp9G__label{font-family:var(--font-jetbrains), monospace;letter-spacing:.1em;text-transform:uppercase;color:var(--text-muted);font-size:11px}.ContactSection-module__UONp9G__input,.ContactSection-module__UONp9G__textarea{font-family:var(--font-inter), sans-serif;font-size:var(--text-base);color:var(--text-primary);background:var(--surface-solid);border:1px solid var(--border-medium);border-radius:var(--radius-md);padding:var(--space-md) var(--space-lg);transition:border-color var(--duration-fast) ease, box-shadow var(--duration-fast) ease;outline:none}.ContactSection-module__UONp9G__input:focus,.ContactSection-module__UONp9G__textarea:focus{border-color:var(--accent);box-shadow:0 0 0 3px #c4704b1a}.ContactSection-module__UONp9G__input::placeholder,.ContactSection-module__UONp9G__textarea::placeholder{color:var(--text-light)}.ContactSection-module__UONp9G__textarea{resize:vertical;min-height:120px}.ContactSection-module__UONp9G__botField{clip:rect(0, 0, 0, 0);white-space:nowrap;opacity:0;pointer-events:none;border:0;width:1px;height:1px;margin:-1px;padding:0;position:absolute;overflow:hidden}.ContactSection-module__UONp9G__statusMessage{align-items:flex-start;gap:var(--space-sm);padding:var(--space-md) var(--space-lg);border-radius:var(--radius-md);font-size:var(--text-sm);line-height:1.5;animation:.3s ContactSection-module__UONp9G__fadeIn;display:flex}.ContactSection-module__UONp9G__statusSuccess{color:#2ecc71;background:#2ecc711a;border:1px solid #2ecc714d}.ContactSection-module__UONp9G__statusError{color:#e74c3c;background:#e74c3c1a;border:1px solid #e74c3c4d}.ContactSection-module__UONp9G__statusWarning{color:#f39c12;background:#f39c121a;border:1px solid #f39c124d}.ContactSection-module__UONp9G__statusIcon{flex-shrink:0;margin-top:2px}.ContactSection-module__UONp9G__statusText{flex:1}.ContactSection-module__UONp9G__buttonContent{align-items:center;gap:8px;display:inline-flex}.ContactSection-module__UONp9G__spinner{border:2px solid;border-right-color:#0000;border-radius:50%;width:14px;height:14px;animation:.7s linear infinite ContactSection-module__UONp9G__spin}@keyframes ContactSection-module__UONp9G__spin{to{transform:rotate(360deg)}}@keyframes ContactSection-module__UONp9G__fadeIn{0%{opacity:0;transform:translateY(-4px)}to{opacity:1;transform:translateY(0)}}
.Footer-module__S6Hkya__footer{z-index:10;background:var(--footer-bg);color:var(--text-on-dark);padding:var(--space-4xl) 0 var(--space-xl);transition:background-color var(--theme-transition);position:relative}.Footer-module__S6Hkya__container{max-width:var(--max-width);padding:0 var(--space-lg);margin:0 auto}@media (min-width:768px){.Footer-module__S6Hkya__container{padding:0 var(--space-2xl)}}.Footer-module__S6Hkya__bigName{margin-bottom:var(--space-3xl);padding-bottom:var(--space-3xl);padding-top:var(--space-md);border-bottom:1px solid var(--footer-muted);overflow:hidden}.Footer-module__S6Hkya__bigNameText{font-family:var(--font-playfair), serif;letter-spacing:-.03em;color:var(--footer-muted);white-space:nowrap;-webkit-user-select:none;user-select:none;max-width:100%;font-size:clamp(2rem,8vw,8rem);font-weight:400;line-height:1.05;display:block}.Footer-module__S6Hkya__grid{gap:var(--space-2xl);margin-bottom:var(--space-3xl);grid-template-columns:1fr;display:grid}@media (min-width:640px){.Footer-module__S6Hkya__grid{grid-template-columns:2fr 1fr 1fr}}.Footer-module__S6Hkya__col{gap:var(--space-md);flex-direction:column;display:flex}.Footer-module__S6Hkya__colTitle{font-family:var(--font-jetbrains), monospace;letter-spacing:.15em;text-transform:uppercase;color:var(--footer-muted);margin-bottom:var(--space-sm);font-size:10px}.Footer-module__S6Hkya__colText{font-size:var(--text-sm);color:var(--footer-text);line-height:1.6}.Footer-module__S6Hkya__colLink{font-size:var(--text-sm);color:var(--footer-text);text-underline-offset:3px;text-decoration:underline;-webkit-text-decoration-color:var(--footer-muted);text-decoration-color:var(--footer-muted);transition:text-decoration-color var(--duration-fast) ease}.Footer-module__S6Hkya__colLink:hover{-webkit-text-decoration-color:var(--accent);text-decoration-color:var(--accent)}.Footer-module__S6Hkya__navList{gap:var(--space-sm);flex-direction:column;display:flex}.Footer-module__S6Hkya__navLink{font-size:var(--text-sm);color:var(--footer-text);text-align:left;transition:color var(--duration-fast) ease}.Footer-module__S6Hkya__navLink:hover{color:var(--text-on-dark)}.Footer-module__S6Hkya__socialList{gap:var(--space-sm);flex-direction:column;display:flex}.Footer-module__S6Hkya__socialLink{font-size:var(--text-sm);color:var(--footer-text);transition:color var(--duration-fast) ease;align-items:center;gap:6px;width:fit-content;display:inline-flex}.Footer-module__S6Hkya__socialLink:hover{color:var(--text-on-dark)}.Footer-module__S6Hkya__bottom{justify-content:space-between;align-items:center;gap:var(--space-md);padding-top:var(--space-xl);border-top:1px solid var(--footer-muted);flex-wrap:wrap;display:flex}.Footer-module__S6Hkya__copyright{font-size:var(--text-xs);color:var(--footer-muted)}.Footer-module__S6Hkya__tagline{font-family:var(--font-playfair), serif;font-size:var(--text-sm);color:var(--footer-muted);font-style:italic}
.CloudsLayer-module__nJOWLW__layer{z-index:2;opacity:var(--cloud-opacity);transition:opacity var(--theme-transition-slow);position:absolute;inset:0}.CloudsLayer-module__nJOWLW__cloud{filter:blur(4px);will-change:transform;background:#ffffff8c;border-radius:200px;position:absolute}.CloudsLayer-module__nJOWLW__c1{opacity:.6;filter:blur(6px);width:320px;height:80px;animation:90s linear infinite CloudsLayer-module__nJOWLW__drift-right;top:8%;left:-5%;box-shadow:80px -20px 0 10px #fff6,160px -10px 0 20px #ffffff59,240px -25px 0 5px #ffffff4d}.CloudsLayer-module__nJOWLW__c2{opacity:.45;filter:blur(5px);width:220px;height:50px;animation:110s linear infinite CloudsLayer-module__nJOWLW__drift-left;top:18%;right:-8%;box-shadow:-60px -15px 0 8px #ffffff59,-140px -8px 0 15px #ffffff4d}.CloudsLayer-module__nJOWLW__c3{opacity:.35;filter:blur(8px);width:150px;height:40px;animation:130s linear -40s infinite CloudsLayer-module__nJOWLW__drift-right;top:12%;left:35%;box-shadow:50px -10px 0 5px #ffffff4d}.CloudsLayer-module__nJOWLW__c4{opacity:.5;filter:blur(5px);width:280px;height:70px;animation:100s linear -25s infinite CloudsLayer-module__nJOWLW__drift-right;top:28%;left:10%;box-shadow:70px -18px 0 12px #fff6,150px -25px 0 8px #ffffff59,200px -12px 0 18px #ffffff4d}.CloudsLayer-module__nJOWLW__c5{opacity:.25;filter:blur(10px);width:400px;height:30px;animation:140s linear -60s infinite CloudsLayer-module__nJOWLW__drift-left;top:45%;right:5%}.CloudsLayer-module__nJOWLW__c6{opacity:.3;filter:blur(8px);width:250px;height:55px;animation:120s linear -70s infinite CloudsLayer-module__nJOWLW__drift-right;top:35%;left:55%;box-shadow:-50px -10px 0 10px #ffffff40,60px -18px 0 6px #fff3}@keyframes CloudsLayer-module__nJOWLW__drift-right{0%{transform:translate(-15%)}to{transform:translate(115vw)}}@keyframes CloudsLayer-module__nJOWLW__drift-left{0%{transform:translate(115vw)}to{transform:translate(-15%)}}@media (prefers-reduced-motion:reduce){.CloudsLayer-module__nJOWLW__cloud{animation:none!important}}@media (max-width:767px){.CloudsLayer-module__nJOWLW__c3,.CloudsLayer-module__nJOWLW__c5,.CloudsLayer-module__nJOWLW__c6{display:none}.CloudsLayer-module__nJOWLW__c1{width:200px;height:50px}.CloudsLayer-module__nJOWLW__c2{width:150px;height:35px}.CloudsLayer-module__nJOWLW__c4{width:180px;height:45px}}@media (min-width:768px) and (max-width:1023px){.CloudsLayer-module__nJOWLW__c5,.CloudsLayer-module__nJOWLW__c6{display:none}}
.StarsLayer-module__x1MQOa__layer{z-index:1;opacity:var(--star-opacity);transition:opacity var(--theme-transition-slow);position:absolute;inset:0}.StarsLayer-module__x1MQOa__tinyLayer,.StarsLayer-module__x1MQOa__smallLayer,.StarsLayer-module__x1MQOa__glowLayer{position:absolute;inset:0}.StarsLayer-module__x1MQOa__star{pointer-events:none;background:#e8eef8;border-radius:50%;position:absolute}.StarsLayer-module__x1MQOa__twinkle{animation:4s ease-in-out infinite StarsLayer-module__x1MQOa__twinkle}.StarsLayer-module__x1MQOa__glow{box-shadow:0 0 6px 2px #b4c8f066}@keyframes StarsLayer-module__x1MQOa__twinkle{0%,to{opacity:.3}50%{opacity:1}}@media (prefers-reduced-motion:reduce){.StarsLayer-module__x1MQOa__twinkle{animation:none!important}}@media (max-width:767px){.StarsLayer-module__x1MQOa__tinyLayer .StarsLayer-module__x1MQOa__star:nth-child(n+40),.StarsLayer-module__x1MQOa__smallLayer .StarsLayer-module__x1MQOa__star:nth-child(n+15),.StarsLayer-module__x1MQOa__glowLayer .StarsLayer-module__x1MQOa__star:nth-child(n+4){display:none}}@media (min-width:768px) and (max-width:1023px){.StarsLayer-module__x1MQOa__tinyLayer .StarsLayer-module__x1MQOa__star:nth-child(n+60),.StarsLayer-module__x1MQOa__smallLayer .StarsLayer-module__x1MQOa__star:nth-child(n+20){display:none}}
.CelestialBody-module__SRCXgq__container{z-index:1;pointer-events:none;position:absolute;inset:0}.CelestialBody-module__SRCXgq__sun{transition:opacity var(--theme-transition);position:absolute;top:4%;right:12%}.CelestialBody-module__SRCXgq__sunCore{background:radial-gradient(circle,#ffe6a0e6 0%,#ffc86480 50%,#0000 100%);border-radius:50%;width:60px;height:60px}.CelestialBody-module__SRCXgq__sunGlow{background:radial-gradient(circle,#ffd27833 0%,#ffb45014 40%,#0000 70%);border-radius:50%;width:200px;height:200px;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.CelestialBody-module__SRCXgq__sunHalo{background:radial-gradient(circle,#ffdc8c0f 0%,#0000 60%);border-radius:50%;width:500px;height:500px;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.CelestialBody-module__SRCXgq__moon{transition:opacity var(--theme-transition);position:absolute;top:6%;left:15%}.CelestialBody-module__SRCXgq__moonDisc{background:radial-gradient(circle at 35% 40%,#e8e4d8 0%,#d4cfc0 50%,#c0baa8 100%);border-radius:50%;width:45px;height:45px;position:relative;box-shadow:inset -8px -4px #b4aa9666,0 0 20px #dcd7c84d}.CelestialBody-module__SRCXgq__moonDisc:before{content:"";background:#aaa08c40;border-radius:50%;width:8px;height:8px;position:absolute;top:12px;left:16px;box-shadow:10px 8px 0 -1px #aaa08c33,-5px 14px 0 -2px #aaa08c26,6px -4px 0 -1px #aaa08c2e}.CelestialBody-module__SRCXgq__moonGlow{background:radial-gradient(circle,#b4c8e614 0%,#8ca0c808 40%,#0000 70%);border-radius:50%;width:300px;height:300px;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}@media (max-width:767px){.CelestialBody-module__SRCXgq__sun{top:11%;right:8%}.CelestialBody-module__SRCXgq__sunCore{width:40px;height:40px}.CelestialBody-module__SRCXgq__sunGlow{width:120px;height:120px}.CelestialBody-module__SRCXgq__sunHalo{width:300px;height:300px}.CelestialBody-module__SRCXgq__moon{top:11%;left:8%}.CelestialBody-module__SRCXgq__moonDisc{width:30px;height:30px}.CelestialBody-module__SRCXgq__moonGlow{width:180px;height:180px}}
.SkyBackground-module__fpHoBa__sky{z-index:0;pointer-events:none;position:fixed;inset:0;overflow:hidden}.SkyBackground-module__fpHoBa__gradient{background:linear-gradient(180deg, var(--sky-top) 0%, var(--sky-mid) 35%, var(--sky-bottom) 70%, var(--sky-horizon) 100%);transition:background var(--theme-transition);position:absolute;inset:0}.SkyBackground-module__fpHoBa__haze{background:radial-gradient(ellipse 120% 100% at 50% 100%, var(--celestial-glow) 0%, transparent 70%);height:40%;transition:background var(--theme-transition);position:absolute;bottom:0;left:-10%;right:-10%}
