.Nav-module__e1xquq__nav{z-index:1000;transition:background .4s var(--ease-smooth),box-shadow .4s var(--ease-smooth),padding .4s var(--ease-smooth);padding:0 clamp(20px,5vw,60px);position:fixed;top:0;left:0;right:0}.Nav-module__e1xquq__scrolled{-webkit-backdrop-filter:blur(20px);box-shadow:0 1px 0 var(--border);background:#faf9f6eb}.Nav-module__e1xquq__navInner{justify-content:space-between;align-items:center;max-width:1200px;height:72px;margin:0 auto;display:flex}.Nav-module__e1xquq__navLogo{letter-spacing:.15em;color:var(--text);font-size:1.2rem;font-weight:700;transition:opacity .3s}.Nav-module__e1xquq__navLogo:hover{opacity:.7}.Nav-module__e1xquq__navToggle{cursor:pointer;z-index:1001;background:0 0;border:none;flex-direction:column;gap:6px;padding:8px;display:none}.Nav-module__e1xquq__navToggle span{background:var(--text);width:24px;height:1.5px;transition:transform .3s var(--ease-out),opacity .3s;display:block}.Nav-module__e1xquq__navToggle.Nav-module__e1xquq__active span:first-child{transform:translateY(3.75px)rotate(45deg)}.Nav-module__e1xquq__navToggle.Nav-module__e1xquq__active span:last-child{transform:translateY(-3.75px)rotate(-45deg)}.Nav-module__e1xquq__navLinks{align-items:center;gap:clamp(24px,3vw,40px);list-style:none;display:flex}.Nav-module__e1xquq__navLinks a{letter-spacing:.03em;color:var(--text-secondary);font-size:.85rem;font-weight:500;transition:color .3s;position:relative}.Nav-module__e1xquq__navLinks a:after{content:"";background:var(--accent);width:0;height:1.5px;transition:width .3s var(--ease-out);position:absolute;bottom:-4px;left:0}.Nav-module__e1xquq__navLinks a:hover{color:var(--text)}.Nav-module__e1xquq__navLinks a:hover:after{width:100%}.Nav-module__e1xquq__activeLink{color:var(--text)!important}.Nav-module__e1xquq__activeLink:after{width:100%!important}.Nav-module__e1xquq__navCta{border:1.5px solid var(--text);border-radius:100px;transition:all .3s var(--ease-smooth)!important;padding:8px 20px!important}.Nav-module__e1xquq__navCta:after{display:none!important}.Nav-module__e1xquq__navCta:hover{background:var(--text)!important;color:var(--bg)!important}@media (max-width:768px){.Nav-module__e1xquq__navToggle{display:flex}.Nav-module__e1xquq__navLinks{background:var(--bg);width:280px;box-shadow:var(--shadow-xl);transition:transform .5s var(--ease-out);flex-direction:column;align-items:flex-start;gap:24px;padding:100px 40px 40px;position:fixed;top:0;bottom:0;right:0;transform:translate(100%)}.Nav-module__e1xquq__navLinks.Nav-module__e1xquq__open{transform:translate(0)}.Nav-module__e1xquq__navLinks a{font-size:1.1rem}}
.Hero-module__Z8hQ_W__hero{justify-content:center;align-items:center;min-height:100vh;padding:120px clamp(20px,5vw,60px) 80px;display:flex;position:relative;overflow:hidden}.Hero-module__Z8hQ_W__heroBg{pointer-events:none;position:absolute;inset:0}.Hero-module__Z8hQ_W__heroShape{filter:blur(80px);opacity:.4;border-radius:50%;animation:20s ease-in-out infinite Hero-module__Z8hQ_W__float;position:absolute}.Hero-module__Z8hQ_W__heroShape1{background:radial-gradient(circle,#c4553a26,#0000 70%);width:500px;height:500px;animation-delay:0s;top:-10%;right:-5%}.Hero-module__Z8hQ_W__heroShape2{background:radial-gradient(circle,#7a8f6e1f,#0000 70%);width:400px;height:400px;animation-delay:-7s;bottom:-5%;left:-5%}.Hero-module__Z8hQ_W__heroShape3{background:radial-gradient(circle,#9b8abf1a,#0000 70%);width:300px;height:300px;animation-delay:-14s;top:40%;left:30%}@keyframes Hero-module__Z8hQ_W__float{0%,to{transform:translate(0)scale(1)}33%{transform:translate(30px,-30px)scale(1.05)}66%{transform:translate(-20px,20px)scale(.95)}}.Hero-module__Z8hQ_W__heroContent{text-align:center;z-index:1;max-width:800px;position:relative}.Hero-module__Z8hQ_W__heroTag{letter-spacing:.2em;text-transform:uppercase;color:var(--text-muted);border:1px solid var(--border);border-radius:100px;margin-bottom:32px;padding:8px 20px;font-size:.8rem;font-weight:500;display:inline-block}.Hero-module__Z8hQ_W__heroTitle{letter-spacing:-.03em;margin-bottom:32px;font-size:clamp(2.8rem,7vw,5.5rem);font-weight:700;line-height:1.1}.Hero-module__Z8hQ_W__heroTitleLine{display:block}.Hero-module__Z8hQ_W__heroTitleAccent{font-family:var(--font-serif);color:var(--accent);font-style:italic;font-weight:400}.Hero-module__Z8hQ_W__heroDescription{color:var(--text-secondary);margin-bottom:48px;font-size:clamp(1rem,2vw,1.15rem);line-height:1.9}.Hero-module__Z8hQ_W__heroActions{flex-wrap:wrap;justify-content:center;gap:16px;display:flex}.Hero-module__Z8hQ_W__heroScroll{flex-direction:column;align-items:center;gap:12px;display:flex;position:absolute;bottom:40px;left:50%;transform:translate(-50%)}.Hero-module__Z8hQ_W__heroScroll span{letter-spacing:.15em;text-transform:uppercase;color:var(--text-muted);font-size:.7rem}.Hero-module__Z8hQ_W__heroScrollLine{background:linear-gradient(to bottom,var(--text-muted),transparent);width:1px;height:48px;animation:2s ease-in-out infinite Hero-module__Z8hQ_W__scrollLine}@keyframes Hero-module__Z8hQ_W__scrollLine{0%{transform-origin:top;transform:scaleY(0)}50%{transform-origin:top;transform:scaleY(1)}51%{transform-origin:bottom;transform:scaleY(1)}to{transform-origin:bottom;transform:scaleY(0)}}@media (max-width:768px){.Hero-module__Z8hQ_W__heroTitle{font-size:clamp(2.2rem,9vw,3.5rem)}.Hero-module__Z8hQ_W__heroDescription br{display:none}}@media (max-width:480px){.Hero-module__Z8hQ_W__heroActions{flex-direction:column;align-items:center}.Hero-module__Z8hQ_W__heroActions .btn{justify-content:center;width:100%}}
.Concept-module__6Q303a__concept{padding:clamp(80px,12vw,160px) 0}.Concept-module__6Q303a__container{max-width:1200px;margin:0 auto;padding:0 clamp(20px,5vw,60px)}.Concept-module__6Q303a__sectionLabel{letter-spacing:.2em;text-transform:uppercase;color:var(--accent);margin-bottom:24px;font-size:.75rem;font-weight:600}.Concept-module__6Q303a__conceptGrid{grid-template-columns:1fr 1fr;align-items:center;gap:clamp(40px,6vw,80px);margin-top:48px;display:grid}.Concept-module__6Q303a__conceptTitle{letter-spacing:-.01em;margin-bottom:32px;font-size:clamp(1.8rem,3.5vw,2.6rem);font-weight:700;line-height:1.4}.Concept-module__6Q303a__conceptDescription{color:var(--text-secondary);margin-bottom:20px;font-size:.95rem;line-height:2}.Concept-module__6Q303a__conceptHighlight{background:var(--accent-light);border-left:3px solid var(--accent);border-radius:0 var(--radius-sm)var(--radius-sm)0;color:var(--text);padding:20px 24px;font-weight:500}.Concept-module__6Q303a__conceptCard{background:var(--bg-card);border-radius:var(--radius-lg);box-shadow:var(--shadow-lg);border:1px solid var(--border);padding:48px;position:relative;overflow:hidden}.Concept-module__6Q303a__conceptCard:before{content:"";background:linear-gradient(90deg,var(--accent),var(--sage),var(--lavender));height:3px;position:absolute;top:0;left:0;right:0}.Concept-module__6Q303a__conceptCardInner{text-align:center;flex-direction:column;align-items:center;gap:32px;display:flex}.Concept-module__6Q303a__conceptIcon{width:120px;height:140px;position:relative}.Concept-module__6Q303a__tvHead{width:100%;height:100%;position:relative}.Concept-module__6Q303a__tvScreen{background:var(--bg-warm);border:2px solid var(--border-strong);border-radius:8px;width:90px;height:70px;margin:0 auto;position:relative;overflow:hidden}.Concept-module__6Q303a__tvStatic{background:repeating-linear-gradient(0deg,#0000,#0000 2px,#1a1a2e08 2px 4px);animation:.15s steps(3,end) infinite Concept-module__6Q303a__staticFlicker;position:absolute;inset:0}@keyframes Concept-module__6Q303a__staticFlicker{0%{opacity:.5}50%{opacity:1}to{opacity:.7}}.Concept-module__6Q303a__tvBody{background:linear-gradient(180deg,var(--bg-warm)0%,#c4553a14 100%);border:2px solid var(--border-strong);border-top:none;border-radius:0 0 12px 12px;width:50px;height:55px;margin:0 auto}.Concept-module__6Q303a__conceptCardLabel{letter-spacing:.15em;text-transform:uppercase;color:var(--accent);margin-bottom:8px;font-size:.75rem;font-weight:600;display:block}.Concept-module__6Q303a__conceptCardText p{color:var(--text-secondary);font-size:.9rem;line-height:1.8}@media (max-width:1024px){.Concept-module__6Q303a__conceptGrid{grid-template-columns:1fr;gap:48px}}@media (max-width:768px){.Concept-module__6Q303a__conceptDescription br{display:none}}
.Pillars-module__F2ZY4G__pillars{background:var(--bg-warm);padding:clamp(80px,12vw,160px) 0}.Pillars-module__F2ZY4G__container{max-width:1200px;margin:0 auto;padding:0 clamp(20px,5vw,60px)}.Pillars-module__F2ZY4G__sectionLabel{letter-spacing:.2em;text-transform:uppercase;color:var(--accent);margin-bottom:24px;font-size:.75rem;font-weight:600}.Pillars-module__F2ZY4G__sectionTitle{letter-spacing:-.02em;margin-bottom:16px;font-size:clamp(2rem,4.5vw,3.2rem);font-weight:700;line-height:1.2}.Pillars-module__F2ZY4G__sectionSubtitle{color:var(--text-secondary);max-width:600px;font-size:clamp(.95rem,1.5vw,1.1rem);line-height:1.8}.Pillars-module__F2ZY4G__pillarsGrid{grid-template-columns:repeat(3,1fr);gap:24px;margin-top:56px;display:grid}.Pillars-module__F2ZY4G__pillarCard{background:var(--bg-card);border:1px solid var(--border);border-radius:var(--radius-lg);transition:all .5s var(--ease-out);padding:clamp(32px,3vw,48px);position:relative}.Pillars-module__F2ZY4G__pillarCard:hover{box-shadow:var(--shadow-xl);border-color:var(--accent);transform:translateY(-8px)}.Pillars-module__F2ZY4G__pillarNumber{letter-spacing:.15em;color:var(--text-muted);margin-bottom:24px;font-size:.7rem;font-weight:600}.Pillars-module__F2ZY4G__pillarIconWrap{background:var(--accent-light);border-radius:16px;justify-content:center;align-items:center;width:56px;height:56px;margin-bottom:24px;transition:background .4s;display:flex}.Pillars-module__F2ZY4G__pillarCard:hover .Pillars-module__F2ZY4G__pillarIconWrap{background:#c4553a1f}.Pillars-module__F2ZY4G__pillarIconWrap svg{width:28px;height:28px;color:var(--accent)}.Pillars-module__F2ZY4G__pillarTitle{letter-spacing:-.01em;margin-bottom:4px;font-size:1.5rem;font-weight:700}.Pillars-module__F2ZY4G__pillarSubtitle{color:var(--accent);margin-bottom:16px;font-size:.85rem;font-weight:500}.Pillars-module__F2ZY4G__pillarText{color:var(--text-secondary);font-size:.9rem;line-height:1.8}@media (max-width:1024px){.Pillars-module__F2ZY4G__pillarsGrid{grid-template-columns:1fr;gap:20px}}
.Stats-module__UZLpCq__stats{background:var(--bg);padding:clamp(60px,8vw,100px) 0}.Stats-module__UZLpCq__container{max-width:1200px;margin:0 auto;padding:0 clamp(20px,5vw,60px)}.Stats-module__UZLpCq__statsGrid{text-align:center;grid-template-columns:repeat(3,1fr);gap:32px;display:grid}.Stats-module__UZLpCq__statItem{padding:40px 20px}.Stats-module__UZLpCq__statNumber{letter-spacing:-.03em;color:var(--text);font-size:clamp(3rem,6vw,4.5rem);font-weight:700;line-height:1;display:inline}.Stats-module__UZLpCq__statUnit{color:var(--accent);margin-left:4px;font-size:clamp(1.2rem,2vw,1.5rem);font-weight:300}.Stats-module__UZLpCq__statLabel{color:var(--text-muted);letter-spacing:.03em;margin-top:12px;font-size:.85rem;display:block}.Stats-module__UZLpCq__statLabel small{margin-top:2px;font-size:.75rem;display:block}@media (max-width:768px){.Stats-module__UZLpCq__statsGrid{grid-template-columns:1fr;gap:8px}.Stats-module__UZLpCq__statItem{border-bottom:1px solid var(--border);padding:24px 20px}.Stats-module__UZLpCq__statItem:last-child{border-bottom:none}}
.Works-module__PuFMXG__works{padding:clamp(80px,12vw,160px) 0}.Works-module__PuFMXG__container{max-width:1200px;margin:0 auto;padding:0 clamp(20px,5vw,60px)}.Works-module__PuFMXG__sectionLabel{letter-spacing:.2em;text-transform:uppercase;color:var(--accent);margin-bottom:24px;font-size:.75rem;font-weight:600}.Works-module__PuFMXG__sectionTitle{letter-spacing:-.02em;margin-bottom:16px;font-size:clamp(2rem,4.5vw,3.2rem);font-weight:700;line-height:1.2}.Works-module__PuFMXG__sectionSubtitle{color:var(--text-secondary);max-width:600px;font-size:clamp(.95rem,1.5vw,1.1rem);line-height:1.8}.Works-module__PuFMXG__worksGrid{grid-template-rows:auto auto;grid-template-columns:1fr 1fr;gap:24px;margin-top:56px;display:grid}.Works-module__PuFMXG__workCard{border-radius:var(--radius-lg);min-height:320px;transition:transform .5s var(--ease-out),box-shadow .5s var(--ease-out);position:relative;overflow:hidden}.Works-module__PuFMXG__workCard:hover{box-shadow:var(--shadow-xl);transform:translateY(-6px)}.Works-module__PuFMXG__workCardLarge{grid-column:1/-1;min-height:420px}.Works-module__PuFMXG__workCardLink{width:100%;height:100%;min-height:inherit;cursor:pointer;align-items:flex-end;display:flex}.Works-module__PuFMXG__workCardBg{transition:transform .7s var(--ease-out);position:absolute;inset:0}.Works-module__PuFMXG__workCard:hover .Works-module__PuFMXG__workCardBg{transform:scale(1.05)}.Works-module__PuFMXG__workCardBg1{background:linear-gradient(135deg,#f0e6dc 0%,#e8d5c4 20%,#dcc1ab 40%,#c4a68a 60%,#a8876e 80%,#8c6854 100%)}.Works-module__PuFMXG__workCardBg1:after{content:"";background:radial-gradient(at 30%,#c4553a26 0%,#0000 60%),radial-gradient(at 70% 30%,#9b8abf1a 0%,#0000 50%);position:absolute;inset:0}.Works-module__PuFMXG__workCardBg2{background:linear-gradient(160deg,#e8e4dd 0%,#d4cfc6 30%,#bfb8ad 60%,#a8a095 100%)}.Works-module__PuFMXG__workCardBg3{background:linear-gradient(160deg,#e6e8e3 0%,#d1d6cb 30%,#bac1b2 60%,#a3ac9a 100%)}.Works-module__PuFMXG__workCardContent{z-index:1;color:#fff;background:linear-gradient(#0000 0%,#1a1a2e33 40%,#1a1a2ebf 100%);width:100%;padding:clamp(24px,3vw,40px);position:relative}.Works-module__PuFMXG__workCardTag{letter-spacing:.15em;text-transform:uppercase;border:1px solid #ffffff4d;border-radius:100px;margin-bottom:12px;padding:4px 12px;font-size:.7rem;font-weight:600;display:inline-block}.Works-module__PuFMXG__workCardTitle{margin-bottom:8px;font-size:clamp(1.3rem,2.5vw,1.8rem);font-weight:700;line-height:1.2}.Works-module__PuFMXG__workCardDesc{opacity:.8;margin-bottom:12px;font-size:.85rem;line-height:1.6}.Works-module__PuFMXG__workCardLinkText{letter-spacing:.05em;opacity:0;transition:all .4s var(--ease-out);font-size:.8rem;font-weight:500;transform:translate(-8px)}.Works-module__PuFMXG__workCard:hover .Works-module__PuFMXG__workCardLinkText{opacity:1;transform:translate(0)}@media (max-width:1024px){.Works-module__PuFMXG__worksGrid{grid-template-columns:1fr}.Works-module__PuFMXG__workCardLarge{grid-column:auto}}@media (max-width:768px){.Works-module__PuFMXG__workCard{min-height:280px}.Works-module__PuFMXG__workCardLarge{min-height:320px}}
.Profile-module__QVVc4G__profile{background:var(--bg-warm);padding:clamp(80px,12vw,160px) 0}.Profile-module__QVVc4G__container{max-width:1200px;margin:0 auto;padding:0 clamp(20px,5vw,60px)}.Profile-module__QVVc4G__sectionLabel{letter-spacing:.2em;text-transform:uppercase;color:var(--accent);margin-bottom:24px;font-size:.75rem;font-weight:600}.Profile-module__QVVc4G__sectionTitle{letter-spacing:-.02em;margin-bottom:16px;font-size:clamp(2rem,4.5vw,3.2rem);font-weight:700;line-height:1.2}.Profile-module__QVVc4G__profileGrid{grid-template-columns:1.2fr .8fr;gap:clamp(40px,5vw,64px);margin-top:48px;display:grid}.Profile-module__QVVc4G__profileBio p{color:var(--text-secondary);margin-bottom:20px;font-size:1rem;line-height:2}.Profile-module__QVVc4G__profileBio p:last-child{margin-bottom:0}.Profile-module__QVVc4G__profileSkills{margin-top:40px}.Profile-module__QVVc4G__profileSkillsTitle{letter-spacing:.15em;text-transform:uppercase;color:var(--text-muted);margin-bottom:16px;font-size:.8rem;font-weight:600}.Profile-module__QVVc4G__skillTags{flex-wrap:wrap;gap:8px;display:flex}.Profile-module__QVVc4G__skillTag{color:var(--text-secondary);background:var(--bg-card);border:1px solid var(--border);transition:all .3s var(--ease-smooth);border-radius:100px;padding:8px 16px;font-size:.8rem;font-weight:500}.Profile-module__QVVc4G__skillTag:hover{border-color:var(--accent);color:var(--accent)}.Profile-module__QVVc4G__profileInfoCard{background:var(--bg-card);border:1px solid var(--border);border-radius:var(--radius-md);margin-bottom:20px;padding:28px}.Profile-module__QVVc4G__profileInfoTitle{letter-spacing:.15em;text-transform:uppercase;color:var(--text-muted);margin-bottom:16px;font-size:.75rem;font-weight:600}.Profile-module__QVVc4G__profileTools{flex-wrap:wrap;gap:6px;list-style:none;display:flex}.Profile-module__QVVc4G__profileTools li{color:var(--text-secondary);background:var(--bg-warm);border-radius:100px;padding:6px 14px;font-size:.85rem}.Profile-module__QVVc4G__profileCareer{list-style:none}.Profile-module__QVVc4G__profileCareer li{border-bottom:1px solid var(--border);gap:16px;padding:12px 0;font-size:.85rem;display:flex}.Profile-module__QVVc4G__profileCareer li:last-child{border-bottom:none;padding-bottom:0}.Profile-module__QVVc4G__careerPeriod{color:var(--accent);flex-shrink:0;min-width:80px;font-size:.8rem;font-weight:600}.Profile-module__QVVc4G__careerDesc{color:var(--text-secondary)}@media (max-width:1024px){.Profile-module__QVVc4G__profileGrid{grid-template-columns:1fr;gap:40px}}
.Contact-module__OWeMSG__contact{text-align:center;padding:clamp(80px,12vw,160px) 0}.Contact-module__OWeMSG__container{max-width:1200px;margin:0 auto;padding:0 clamp(20px,5vw,60px)}.Contact-module__OWeMSG__contactInner{max-width:640px;margin:0 auto}.Contact-module__OWeMSG__sectionLabel{letter-spacing:.2em;text-transform:uppercase;color:var(--accent);margin-bottom:24px;font-size:.75rem;font-weight:600}.Contact-module__OWeMSG__contactTitle{letter-spacing:-.02em;margin-bottom:20px;font-size:clamp(2.4rem,5vw,3.8rem);font-weight:700;line-height:1.15}.Contact-module__OWeMSG__contactDescription{color:var(--text-secondary);margin-bottom:40px;font-size:1rem;line-height:1.9}.Contact-module__OWeMSG__contactLinks{flex-wrap:wrap;justify-content:center;gap:12px;margin-bottom:40px;display:flex}.Contact-module__OWeMSG__socialLink{color:var(--text-secondary);background:var(--bg-card);border:1px solid var(--border);transition:all .4s var(--ease-out);border-radius:100px;align-items:center;gap:8px;padding:12px 24px;font-size:.85rem;font-weight:500;display:inline-flex}.Contact-module__OWeMSG__socialLink svg{flex-shrink:0;width:18px;height:18px}.Contact-module__OWeMSG__socialLink:hover{color:var(--text);border-color:var(--text);box-shadow:var(--shadow-md);transform:translateY(-3px)}.Contact-module__OWeMSG__contactCta{margin-top:12px}@media (max-width:768px){.Contact-module__OWeMSG__contactDescription br{display:none}}@media (max-width:480px){.Contact-module__OWeMSG__contactLinks{flex-direction:column;align-items:center}.Contact-module__OWeMSG__socialLink{justify-content:center;width:100%}}
.Footer-module__EZoWya__footer{border-top:1px solid var(--border);padding:40px 0}.Footer-module__EZoWya__container{max-width:1200px;margin:0 auto;padding:0 clamp(20px,5vw,60px)}.Footer-module__EZoWya__footerInner{justify-content:space-between;align-items:center;display:flex}.Footer-module__EZoWya__footerBrand{align-items:baseline;gap:16px;display:flex}.Footer-module__EZoWya__footerLogo{letter-spacing:.15em;font-size:1rem;font-weight:700}.Footer-module__EZoWya__footerTagline,.Footer-module__EZoWya__footerCopy{color:var(--text-muted);font-size:.75rem}@media (max-width:768px){.Footer-module__EZoWya__footerInner{text-align:center;flex-direction:column;gap:16px}.Footer-module__EZoWya__footerBrand{flex-direction:column;align-items:center;gap:4px}}
