.navbar[data-v-d25e56cd]{position:fixed;top:0;left:0;right:0;z-index:1000;padding:0 4vw;transition:transform .5s cubic-bezier(.16,1,.3,1),background .5s ease,backdrop-filter .5s ease;transform:translateY(0)}.navbar--scrolled[data-v-d25e56cd]{background:#000000b3;backdrop-filter:blur(20px);-webkit-backdrop-filter:blur(20px)}.navbar--hidden[data-v-d25e56cd]{transform:translateY(-100%)}.navbar__inner[data-v-d25e56cd]{display:flex;align-items:center;justify-content:space-between;height:72px;max-width:1600px;margin:0 auto}.navbar__logo[data-v-d25e56cd]{display:flex;align-items:baseline;gap:8px;cursor:pointer}.navbar__logo-text[data-v-d25e56cd]{font-family:"Noto Serif SC",serif;font-size:1.5rem;font-weight:600;color:#eaeaea;letter-spacing:.1em}.navbar__logo-en[data-v-d25e56cd]{font-family:Cormorant Garamond,serif;font-size:.75rem;color:#888;letter-spacing:.2em;text-transform:uppercase}.navbar__links[data-v-d25e56cd]{display:flex;gap:3rem;align-items:center}.navbar__link[data-v-d25e56cd]{font-size:.875rem;color:#888;letter-spacing:.05em;transition:color .3s ease;position:relative;padding:4px 0}.navbar__link[data-v-d25e56cd]:after{content:"";position:absolute;bottom:0;left:0;width:0;height:1px;background:#d4af37;transition:width .3s ease}.navbar__link[data-v-d25e56cd]:hover{color:#eaeaea}.navbar__link[data-v-d25e56cd]:hover:after{width:100%}.navbar__cta[data-v-d25e56cd]{padding:10px 24px;border:1px solid rgba(212,175,55,.4);color:#d4af37;font-size:.8rem;letter-spacing:.1em;transition:all .3s ease;position:relative;overflow:hidden}.navbar__cta[data-v-d25e56cd]:before{content:"";position:absolute;top:0;left:-100%;width:100%;height:100%;background:#d4af371a;transition:left .4s ease}.navbar__cta[data-v-d25e56cd]:hover:before{left:0}.navbar__cta[data-v-d25e56cd]:hover{border-color:#d4af37cc}.navbar__toggle[data-v-d25e56cd]{display:none;flex-direction:column;gap:5px;padding:8px;z-index:1001}.navbar__toggle span[data-v-d25e56cd]{display:block;width:24px;height:1px;background:#eaeaea;transition:all .3s ease}@media(max-width:768px){.navbar__toggle[data-v-d25e56cd]{display:flex}.navbar__links[data-v-d25e56cd]{position:fixed;top:0;right:-100%;width:70%;max-width:320px;height:100vh;background:#000000f2;-webkit-backdrop-filter:blur(30px);backdrop-filter:blur(30px);flex-direction:column;padding:100px 40px 40px;gap:2rem;transition:right .5s cubic-bezier(.16,1,.3,1)}.navbar__links--open[data-v-d25e56cd]{right:0}.navbar__link[data-v-d25e56cd]{font-size:1.1rem}.navbar__cta[data-v-d25e56cd]{display:none}}.hero[data-v-9ce43d0a]{position:relative;width:100%;height:100vh;min-height:600px;overflow:hidden;display:flex;align-items:center;justify-content:center}.hero__video-wrapper[data-v-9ce43d0a]{position:absolute;top:0;right:0;bottom:0;left:0;z-index:1}.hero__video[data-v-9ce43d0a]{width:100%;height:100%;object-fit:cover;filter:brightness(.5) saturate(.8)}.hero__video-overlay[data-v-9ce43d0a]{position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(180deg,#0000004d,#0000001a 40%,#00000080)}.hero__canvas[data-v-9ce43d0a]{position:absolute;top:0;right:0;bottom:0;left:0;z-index:2;pointer-events:none}.hero__content[data-v-9ce43d0a]{position:relative;z-index:3;text-align:center;padding:0 20px}.hero__title[data-v-9ce43d0a]{margin-bottom:2rem}.hero__title-main[data-v-9ce43d0a]{display:block;font-family:"Noto Serif SC",serif;font-size:clamp(4rem,12vw,10rem);font-weight:300;color:#eaeaea;letter-spacing:.15em;line-height:1;text-shadow:0 4px 40px rgba(0,0,0,.5)}.hero__title-sub[data-v-9ce43d0a]{display:block;font-family:"Noto Serif SC",serif;font-size:clamp(.9rem,2vw,1.3rem);font-weight:300;color:#888;letter-spacing:.3em;margin-top:1.5rem;text-shadow:0 2px 20px rgba(0,0,0,.5)}.hero__name[data-v-9ce43d0a]{font-family:"Noto Serif SC",serif;font-size:clamp(1rem,2vw,1.4rem);font-weight:300;color:#d4af37;letter-spacing:.2em;margin-bottom:1rem;text-shadow:0 2px 20px rgba(0,0,0,.5)}.hero__role[data-v-9ce43d0a]{display:flex;align-items:center;justify-content:center;gap:1rem;font-family:Inter,sans-serif;font-size:clamp(.75rem,1.2vw,.9rem);color:#888;letter-spacing:.15em;text-transform:uppercase}.hero__divider[data-v-9ce43d0a]{color:#d4af37;opacity:.5}.hero__scroll-indicator[data-v-9ce43d0a]{position:absolute;bottom:40px;left:50%;transform:translate(-50%);z-index:3;display:flex;flex-direction:column;align-items:center;gap:12px;cursor:pointer;opacity:.6;transition:opacity .3s ease}.hero__scroll-indicator[data-v-9ce43d0a]:hover{opacity:1}.hero__scroll-line[data-v-9ce43d0a]{width:1px;height:50px;background:linear-gradient(to bottom,#D4AF37,transparent);animation:scrollPulse-9ce43d0a 2s ease-in-out infinite}.hero__scroll-text[data-v-9ce43d0a]{font-size:.7rem;letter-spacing:.2em;color:#888;text-transform:uppercase}@keyframes scrollPulse-9ce43d0a{0%,to{opacity:.3;transform:scaleY(.6)}50%{opacity:1;transform:scaleY(1)}}@media(max-width:768px){.hero[data-v-9ce43d0a]{min-height:500px}.hero__title-main[data-v-9ce43d0a]{font-size:3.5rem}.hero__scroll-indicator[data-v-9ce43d0a]{bottom:30px}}.philosophy[data-v-667dd2c1]{position:relative;min-height:100vh;padding:15vh 4vw;display:flex;background:#000;overflow:hidden}.philosophy__side-letter[data-v-667dd2c1]{position:absolute;left:-3vw;top:50%;transform:translateY(-50%);font-family:Cormorant Garamond,serif;font-size:clamp(15rem,30vw,25rem);font-weight:300;color:#d4af370a;line-height:1;pointer-events:none;-webkit-user-select:none;user-select:none}.philosophy__content[data-v-667dd2c1]{max-width:1200px;margin:0 auto;width:100%;position:relative;z-index:1}.philosophy__header[data-v-667dd2c1]{margin-bottom:5rem}.philosophy__label[data-v-667dd2c1]{display:block;font-size:.75rem;letter-spacing:.3em;color:#d4af37;text-transform:uppercase;margin-bottom:1.5rem}.philosophy__title[data-v-667dd2c1]{font-family:"Noto Serif SC",serif;font-size:clamp(2.5rem,5vw,4rem);font-weight:300;color:#eaeaea;line-height:1.3;letter-spacing:.05em;display:flex;align-items:center;gap:1.5rem;flex-wrap:wrap}.philosophy__title-text[data-v-667dd2c1]{display:block}.philosophy__title-dash[data-v-667dd2c1]{color:#d4af37;opacity:.6;font-weight:300;letter-spacing:.1em;align-self:center}.philosophy__title-name[data-v-667dd2c1]{font-size:clamp(1.2rem,2.5vw,1.8rem);color:#d4af37;font-weight:300;letter-spacing:.15em;align-self:center;opacity:.9}.philosophy__body[data-v-667dd2c1]{display:grid;grid-template-columns:280px 1fr;gap:5rem;align-items:start}.philosophy__avatar-wrapper[data-v-667dd2c1]{position:relative;width:280px;height:280px;perspective:1000px}.philosophy__avatar-ring[data-v-667dd2c1]{position:relative;width:100%;height:100%;border-radius:50%;overflow:hidden;border:1px solid rgba(212,175,55,.2);padding:8px;transform-style:preserve-3d;transition:transform .35s cubic-bezier(.22,1,.36,1);will-change:transform;box-shadow:0 0 0 1px #d4af370d,0 0 0 3px #d4af3708,0 8px 32px #0006,inset 0 0 20px #0000004d}.philosophy__avatar-ring[data-v-667dd2c1]:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;border-radius:50%;background:radial-gradient(circle at 30% 30%,#1a1a1a,#080808);transform:translateZ(-25px);z-index:-1}.philosophy__avatar[data-v-667dd2c1]{width:100%;height:100%;object-fit:cover;border-radius:50%;filter:grayscale(.3) contrast(1.05);transition:filter .5s ease;transform:translateZ(30px)}.philosophy__avatar-wrapper:hover .philosophy__avatar[data-v-667dd2c1]{filter:grayscale(0) contrast(1.1)}.philosophy__avatar-glow[data-v-667dd2c1]{position:absolute;top:-20px;right:-20px;bottom:-20px;left:-20px;border-radius:50%;background:radial-gradient(circle,rgba(212,175,55,.08) 0%,transparent 70%);pointer-events:none;animation:avatarGlow-667dd2c1 4s ease-in-out infinite}@keyframes avatarGlow-667dd2c1{0%,to{opacity:.5;transform:scale(1)}50%{opacity:1;transform:scale(1.05)}}.philosophy__text[data-v-667dd2c1]{display:flex;flex-direction:column;gap:3rem}.philosophy__quote[data-v-667dd2c1]{font-family:"Noto Serif SC",serif;font-size:clamp(1rem,1.5vw,1.25rem);font-weight:300;color:#888;line-height:2;letter-spacing:.05em;padding-left:2rem;border-left:1px solid rgba(212,175,55,.3)}.philosophy__skills[data-v-667dd2c1]{display:flex;flex-wrap:wrap;gap:.8rem}.philosophy__skill-tag[data-v-667dd2c1]{padding:8px 18px;border:1px solid rgba(212,175,55,.25);color:#d4af37;font-size:.8rem;letter-spacing:.05em;transition:all .3s ease;cursor:default}.philosophy__skill-tag[data-v-667dd2c1]:hover{background:#d4af371a;border-color:#d4af3780}.philosophy__advantages[data-v-667dd2c1]{display:flex;flex-direction:column;gap:2rem}.philosophy__advantage[data-v-667dd2c1]{display:flex;gap:1.5rem;align-items:flex-start}.philosophy__advantage-num[data-v-667dd2c1]{font-family:Cormorant Garamond,serif;font-size:2rem;font-weight:300;color:#d4af3766;line-height:1;min-width:40px}.philosophy__advantage-content h4[data-v-667dd2c1]{font-family:"Noto Serif SC",serif;font-size:1.1rem;font-weight:400;color:#eaeaea;margin-bottom:.5rem;letter-spacing:.05em}.philosophy__advantage-content p[data-v-667dd2c1]{font-size:.9rem;color:#666;line-height:1.8}@media(max-width:968px){.philosophy__body[data-v-667dd2c1]{grid-template-columns:1fr;gap:3rem}.philosophy__avatar-wrapper[data-v-667dd2c1]{width:200px;height:200px;margin:0 auto}.philosophy__side-letter[data-v-667dd2c1]{font-size:10rem;left:-2vw}.philosophy__title[data-v-667dd2c1]{gap:.8rem}.philosophy__title-dash[data-v-667dd2c1]{display:none}.philosophy__title-name[data-v-667dd2c1]{font-size:1.1rem;width:100%;margin-top:.5rem}}@media(max-width:768px){.philosophy[data-v-667dd2c1]{padding:10vh 5vw}.philosophy__advantage[data-v-667dd2c1]{gap:1rem}.philosophy__quote[data-v-667dd2c1]{padding-left:1rem}}.journey[data-v-558c59ee]{position:relative;background:#111}.journey__sticky-wrapper[data-v-558c59ee]{position:relative;width:100%;height:100vh;overflow:hidden;display:flex;flex-direction:column;justify-content:center}.journey__header[data-v-558c59ee]{position:absolute;top:8vh;left:4vw;z-index:10}.journey__label[data-v-558c59ee]{display:block;font-size:.7rem;letter-spacing:.3em;color:#d4af37;text-transform:uppercase;margin-bottom:.8rem}.journey__title[data-v-558c59ee]{font-family:"Noto Serif SC",serif;font-size:clamp(2rem,4vw,3rem);font-weight:300;color:#eaeaea;letter-spacing:.1em;margin-bottom:.5rem}.journey__subtitle[data-v-558c59ee]{font-size:.85rem;color:#666;letter-spacing:.1em}.journey__river-container[data-v-558c59ee]{position:relative;width:100%;height:100%;perspective:1200px}.journey__river-bg[data-v-558c59ee]{position:absolute;top:0;right:0;bottom:0;left:0;z-index:1;opacity:.6}.journey__river-svg[data-v-558c59ee]{width:100%;height:100%}.journey__boat[data-v-558c59ee]{position:absolute;left:5vw;bottom:18vh;z-index:2;width:clamp(100px,12vw,170px);transform-origin:center bottom;will-change:transform}.journey__boat-img[data-v-558c59ee]{width:100%;height:auto;filter:brightness(.8) contrast(1.1)}.journey__cards-track[data-v-558c59ee]{display:flex;align-items:center;gap:8vw;padding:0 20vw 0 50vw;height:100%;position:relative;z-index:5}.journey__card[data-v-558c59ee]{position:relative;width:clamp(340px,28vw,480px);height:clamp(380px,50vh,520px);flex-shrink:0;transform-style:preserve-3d;transition:transform .6s cubic-bezier(.16,1,.3,1);cursor:pointer}.journey__card[data-v-558c59ee]:hover{transform:translateZ(40px) rotateY(-3deg)}.journey__card-inner[data-v-558c59ee]{position:relative;width:100%;height:100%;background:linear-gradient(160deg,#0f0f0ff2,#080808fa);border-radius:4px;padding:2.5rem;display:flex;flex-direction:column;justify-content:space-between;overflow:hidden}.journey__card-border[data-v-558c59ee]{position:absolute;top:0;right:0;bottom:0;left:0;border-radius:4px;border:1px solid rgba(212,175,55,.08);transition:border-color .4s ease;pointer-events:none}.journey__card:hover .journey__card-border[data-v-558c59ee]{border-color:#d4af3740}.journey__card-glow[data-v-558c59ee]{position:absolute;top:-50%;left:-50%;width:200%;height:200%;background:radial-gradient(circle at 30% 20%,rgba(212,175,55,.03) 0%,transparent 50%);pointer-events:none;transition:opacity .4s ease;opacity:0}.journey__card:hover .journey__card-glow[data-v-558c59ee]{opacity:1}.journey__card-top[data-v-558c59ee]{display:flex;justify-content:space-between;align-items:flex-start}.journey__card-year[data-v-558c59ee]{font-family:Cormorant Garamond,serif;font-size:.85rem;color:#d4af37;letter-spacing:.15em;opacity:.7}.journey__card-index[data-v-558c59ee]{font-family:Cormorant Garamond,serif;font-size:3rem;font-weight:300;color:#d4af370f;line-height:1}.journey__card-body[data-v-558c59ee]{flex:1;display:flex;flex-direction:column;justify-content:center;padding:1.5rem 0}.journey__card-name[data-v-558c59ee]{font-family:"Noto Serif SC",serif;font-size:clamp(1.4rem,2.2vw,2rem);font-weight:400;color:#eaeaea;margin-bottom:.4rem;letter-spacing:.05em}.journey__card-name-en[data-v-558c59ee]{font-family:Cormorant Garamond,serif;font-size:.9rem;color:#666;font-style:italic;letter-spacing:.05em;margin-bottom:1.2rem}.journey__card-divider[data-v-558c59ee]{width:40px;height:1px;background:#d4af374d;margin-bottom:1.2rem;transition:width .4s ease}.journey__card:hover .journey__card-divider[data-v-558c59ee]{width:80px}.journey__card-desc[data-v-558c59ee]{font-size:.85rem;color:#888;line-height:1.9;transition:all .5s cubic-bezier(.16,1,.3,1)}.journey__card-desc--summary[data-v-558c59ee]{max-height:80px;opacity:.9;overflow:hidden}.journey__card-desc--full[data-v-558c59ee]{max-height:0;opacity:0;overflow:hidden}.journey__card--expanded .journey__card-desc--summary[data-v-558c59ee]{max-height:0;opacity:0}.journey__card--expanded .journey__card-desc--full[data-v-558c59ee]{max-height:300px;opacity:1}.journey__card-hint[data-v-558c59ee]{margin-top:.8rem;opacity:0;transition:opacity .3s ease}.journey__card:hover .journey__card-hint[data-v-558c59ee]{opacity:1}.journey__card-hint-text[data-v-558c59ee]{font-size:.7rem;color:#d4af3780;letter-spacing:.1em}.journey__card-footer[data-v-558c59ee]{margin-top:auto;padding-top:1.5rem;border-top:1px solid rgba(255,255,255,.04)}.journey__card-stack[data-v-558c59ee]{display:flex;flex-wrap:wrap;gap:.6rem}.journey__card-tag[data-v-558c59ee]{padding:5px 12px;border:1px solid rgba(212,175,55,.15);color:#d4af3799;font-size:.72rem;font-family:Inter,monospace;letter-spacing:.03em;transition:all .3s ease}.journey__card-tag[data-v-558c59ee]:hover{background:#d4af3714;border-color:#d4af374d;color:#d4af37e6}@media(max-width:768px){.journey__cards-track[data-v-558c59ee]{padding:0 15vw 0 40vw;gap:12vw}.journey__card[data-v-558c59ee]{width:300px;height:420px}.journey__card-inner[data-v-558c59ee]{padding:1.8rem}.journey__boat[data-v-558c59ee]{width:70px;bottom:12vh}.journey__header[data-v-558c59ee]{top:6vh}}.timeline[data-v-f6b6ded8]{position:relative;padding:15vh 4vw;background:#000;min-height:100vh}.timeline__header[data-v-f6b6ded8]{text-align:center;margin-bottom:10vh}.timeline__label[data-v-f6b6ded8]{display:block;font-size:.7rem;letter-spacing:.3em;color:#d4af37;text-transform:uppercase;margin-bottom:1rem}.timeline__title[data-v-f6b6ded8]{font-family:"Noto Serif SC",serif;font-size:clamp(2rem,4vw,3rem);font-weight:300;color:#eaeaea;letter-spacing:.1em}.timeline__section[data-v-f6b6ded8]{margin-bottom:12vh}.timeline__section[data-v-f6b6ded8]:last-child{margin-bottom:0}.timeline__section-header[data-v-f6b6ded8]{display:flex;align-items:center;gap:2rem;max-width:1000px;margin:0 auto 6vh;padding:0 20px}.timeline__section-title[data-v-f6b6ded8]{font-family:"Noto Serif SC",serif;font-size:1.3rem;font-weight:400;color:#eaeaea;letter-spacing:.1em;white-space:nowrap;flex-shrink:0}.timeline__section-line[data-v-f6b6ded8]{flex:1;height:1px;background:linear-gradient(90deg,rgba(212,175,55,.4),transparent)}.timeline__section-line--education[data-v-f6b6ded8]{background:linear-gradient(90deg,rgba(136,136,136,.3),transparent)}.timeline__container[data-v-f6b6ded8]{position:relative;max-width:1000px;margin:0 auto}.timeline__line[data-v-f6b6ded8]{position:absolute;left:50%;top:0;bottom:0;width:1px;background:#d4af3726;transform:translate(-50%)}.timeline__line--education[data-v-f6b6ded8]{background:#8888881f}.timeline__line-glow[data-v-f6b6ded8]{position:absolute;top:0;left:0;width:100%;height:100%;background:linear-gradient(to bottom,transparent,rgba(212,175,55,.4) 20%,rgba(212,175,55,.6) 50%,rgba(212,175,55,.4) 80%,transparent);transform-origin:top center}.timeline__line-glow--education[data-v-f6b6ded8]{background:linear-gradient(to bottom,transparent,rgba(136,136,136,.3) 20%,rgba(136,136,136,.4) 50%,rgba(136,136,136,.3) 80%,transparent)}.timeline__items[data-v-f6b6ded8]{display:flex;flex-direction:column;gap:6vh;padding:4vh 0}.timeline__item[data-v-f6b6ded8]{position:relative;display:flex;align-items:center;width:100%}.timeline__item--left[data-v-f6b6ded8]{justify-content:flex-start;padding-right:calc(50% + 40px)}.timeline__item--right[data-v-f6b6ded8]{justify-content:flex-end;padding-left:calc(50% + 40px)}.timeline__node[data-v-f6b6ded8]{position:absolute;left:50%;top:50%;transform:translate(-50%,-50%);width:20px;height:20px;display:flex;align-items:center;justify-content:center;cursor:pointer}.timeline__node-core[data-v-f6b6ded8]{width:8px;height:8px;border-radius:50%;background:#d4af37;transition:all .3s ease}.timeline__node-core--education[data-v-f6b6ded8]{background:#888}.timeline__node-ring[data-v-f6b6ded8]{position:absolute;top:0;right:0;bottom:0;left:0;border-radius:50%;border:1px solid rgba(212,175,55,.3);transition:all .4s ease}.timeline__node-ring--education[data-v-f6b6ded8]{border-color:#88888840}.timeline__node:hover .timeline__node-core[data-v-f6b6ded8],.timeline__node--active .timeline__node-core[data-v-f6b6ded8]{width:12px;height:12px;box-shadow:0 0 20px #d4af3780}.timeline__node:hover .timeline__node-core--education[data-v-f6b6ded8],.timeline__node--active .timeline__node-core--education[data-v-f6b6ded8]{box-shadow:0 0 20px #8886}.timeline__node:hover .timeline__node-ring[data-v-f6b6ded8],.timeline__node--active .timeline__node-ring[data-v-f6b6ded8]{transform:scale(1.8);border-color:#d4af3799;opacity:0}.timeline__card[data-v-f6b6ded8]{background:#1119;backdrop-filter:blur(20px);-webkit-backdrop-filter:blur(20px);border:1px solid rgba(212,175,55,.1);border-radius:8px;padding:2rem;max-width:400px;transition:all .4s cubic-bezier(.16,1,.3,1);cursor:default}.timeline__card--education[data-v-f6b6ded8]{border-color:#88888814}.timeline__card[data-v-f6b6ded8]:hover,.timeline__card--active[data-v-f6b6ded8]{border-color:#d4af374d;background:#111c;transform:translateY(-4px);box-shadow:0 20px 60px #0006}.timeline__card--education[data-v-f6b6ded8]:hover,.timeline__card--education.timeline__card--active[data-v-f6b6ded8]{border-color:#88888840;box-shadow:0 20px 60px #0000004d}.timeline__card-year[data-v-f6b6ded8]{font-family:Cormorant Garamond,serif;font-size:1.5rem;color:#d4af37;margin-bottom:.5rem;line-height:1}.timeline__card-year--education[data-v-f6b6ded8]{color:#888}.timeline__card-title[data-v-f6b6ded8]{font-family:"Noto Serif SC",serif;font-size:1.2rem;font-weight:400;color:#eaeaea;margin-bottom:.3rem;letter-spacing:.03em}.timeline__card-subtitle[data-v-f6b6ded8]{font-size:.85rem;color:#888;margin-bottom:1rem}.timeline__card-desc[data-v-f6b6ded8]{font-size:.8rem;color:#666;line-height:1.8}@media(max-width:768px){.timeline__item--left[data-v-f6b6ded8],.timeline__item--right[data-v-f6b6ded8]{justify-content:flex-start;padding-right:0;padding-left:50px}.timeline__line[data-v-f6b6ded8],.timeline__node[data-v-f6b6ded8]{left:20px}.timeline__card[data-v-f6b6ded8]{max-width:100%;padding:1.5rem}.timeline__section-header[data-v-f6b6ded8]{padding:0}.timeline__section-title[data-v-f6b6ded8]{font-size:1.1rem}}.crescendo[data-v-d956be93]{position:relative;min-height:100vh;display:flex;flex-direction:column;align-items:center;justify-content:center;overflow:hidden;background:#000}.crescendo__canvas[data-v-d956be93]{position:absolute;top:0;right:0;bottom:0;left:0;z-index:1}.crescendo__content[data-v-d956be93]{position:relative;z-index:2;display:flex;flex-direction:column;align-items:center;text-align:center;padding:15vh 4vw 8vh;max-width:800px}.crescendo__silhouette[data-v-d956be93]{width:clamp(180px,22vw,300px);margin-bottom:3rem;position:relative}.crescendo__silhouette[data-v-d956be93]:before{content:"";position:absolute;top:-10%;left:50%;transform:translate(-50%);width:60%;height:30%;background:radial-gradient(ellipse,rgba(212,175,55,.15) 0%,transparent 70%);filter:blur(20px);pointer-events:none}.crescendo__silhouette-img[data-v-d956be93]{width:100%;height:auto;filter:brightness(.7) contrast(1.2)}.crescendo__text[data-v-d956be93]{display:flex;flex-direction:column;align-items:center;gap:2rem}.crescendo__title[data-v-d956be93]{display:flex;flex-direction:column;gap:.5rem}.crescendo__title-line[data-v-d956be93]{display:block;font-family:"Noto Serif SC",serif;font-size:clamp(2.5rem,6vw,5rem);font-weight:300;color:#eaeaea;letter-spacing:.1em;line-height:1.2}.crescendo__title-line--accent[data-v-d956be93]{color:#d4af37}.crescendo__body[data-v-d956be93]{font-family:"Noto Serif SC",serif;font-size:clamp(.95rem,1.4vw,1.15rem);font-weight:300;color:#888;line-height:2;letter-spacing:.05em;max-width:500px;text-align:justify;text-align-last:center}.crescendo__contacts[data-v-d956be93]{display:flex;flex-wrap:wrap;justify-content:center;gap:2rem;margin-top:2rem}.crescendo__contact[data-v-d956be93]{display:flex;flex-direction:column;align-items:center;gap:.5rem;padding:1.2rem 2rem;border:1px solid rgba(212,175,55,.2);transition:all .3s ease;cursor:pointer}.crescendo__contact[data-v-d956be93]:hover{border-color:#d4af3780;background:#d4af370d;transform:translateY(-2px)}.crescendo__contact-label[data-v-d956be93]{font-size:.65rem;letter-spacing:.2em;color:#666;text-transform:uppercase}.crescendo__contact-value[data-v-d956be93]{font-size:.9rem;color:#eaeaea;letter-spacing:.03em;font-family:Inter,sans-serif}.crescendo__footer[data-v-d956be93]{position:relative;z-index:2;padding:4vh 4vw;text-align:center}.crescendo__copyright[data-v-d956be93]{font-size:.75rem;color:#444;letter-spacing:.1em}@media(max-width:768px){.crescendo__contacts[data-v-d956be93]{flex-direction:column;gap:1rem;width:100%}.crescendo__contact[data-v-d956be93]{width:100%;max-width:300px}.crescendo__content[data-v-d956be93]{padding:10vh 5vw 6vh}}*{margin:0;padding:0;box-sizing:border-box}html{background:#000;color:#eaeaea;font-family:Inter,PingFang SC,Microsoft YaHei,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;overflow-x:hidden}body{background:#000;min-height:100vh;overflow-x:hidden}.app-container{position:relative;width:100%;background:#000}h1,h2,h3,h4,h5,h6{font-family:"Noto Serif SC",Cormorant Garamond,serif;font-weight:400;line-height:1.2}a{color:inherit;text-decoration:none}button{border:none;background:none;cursor:pointer;font-family:inherit}img{max-width:100%;display:block}::selection{background:#d4af374d;color:#eaeaea}::-webkit-scrollbar{width:4px}::-webkit-scrollbar-track{background:#000}::-webkit-scrollbar-thumb{background:#d4af3766;border-radius:2px}::-webkit-scrollbar-thumb:hover{background:#d4af3799}@media(max-width:768px){html{font-size:14px}}
