.profile-page{max-width:1120px;margin:0 auto;padding:96px 20px calc(96px + env(safe-area-inset-bottom,0px))}.profile-layout{display:flex;flex-direction:column;gap:28px}.profile-main{display:flex;flex-direction:column;gap:28px;min-width:0}.profile-sidebar__inner{display:flex;flex-direction:column;gap:16px}.profile-sidebar__card{background:#fff;border:1px solid rgba(0,0,0,.06);border-radius:var(--radius-card);padding:18px 20px;box-shadow:0 1px 2px #0000000a,0 8px 24px #0000000a}:root[data-theme=dark] .profile-sidebar__card{background:#1a1a1a;border-color:#ffffff14;box-shadow:0 8px 24px #00000047}.profile-sidebar__title{margin:0 0 12px;font-size:15px;font-weight:var(--weight-semibold);color:#141414;letter-spacing:-.01em}:root[data-theme=dark] .profile-sidebar__title{color:#f5f5f5}.profile-sidebar__map-head{margin-bottom:12px}.profile-sidebar__map-head .profile-sidebar__title{margin:0}.profile-map{position:relative;display:block;overflow:hidden;border-radius:var(--radius-card);aspect-ratio:4 / 3;text-decoration:none;background:#ddd6c8;isolation:isolate;box-shadow:inset 0 0 0 1px #0000000f,0 1px 2px #0000000a;transition:box-shadow .2s ease-out}.profile-map:hover{box-shadow:inset 0 0 0 1px #00000014,0 4px 14px #00000014}.profile-map__fallback{position:absolute;inset:0;z-index:0;background:linear-gradient(rgba(255,255,255,.28) 1px,transparent 1px),linear-gradient(90deg,rgba(255,255,255,.28) 1px,transparent 1px),linear-gradient(160deg,#e4d4b0,#cbb98a 55%,#b8a574);background-size:24px 24px,24px 24px,100% 100%}.profile-map__grid{position:absolute;left:50%;top:50%;z-index:1;transform-origin:center center}.profile-map__tile{position:absolute;width:256px;height:256px;display:block;image-rendering:auto;margin:-.5px}.profile-map__veil{position:absolute;inset:0;z-index:2;background:linear-gradient(to bottom,rgba(255,255,255,.12) 0%,transparent 22%,transparent 68%,rgba(20,20,20,.18) 100%),radial-gradient(ellipse 85% 70% at 50% 55%,transparent 35%,rgba(0,0,0,.12) 100%);pointer-events:none}.profile-map__ring{position:absolute;inset:0;z-index:2;border-radius:inherit;box-shadow:inset 0 0 0 1px #ffffff59;pointer-events:none}.profile-map__pin{position:absolute;left:50%;top:50%;z-index:3;transform:translate(-50%,-100%);filter:drop-shadow(0 4px 8px rgba(0,0,0,.28));pointer-events:none}.profile-map__pin-shadow{position:absolute;left:50%;bottom:2px;width:12px;height:3px;border-radius:50%;background:#00000047;transform:translate(-50%);filter:blur(1px)}.profile-map__chip{position:absolute;left:10px;bottom:10px;z-index:4;display:flex;flex-direction:column;gap:1px;max-width:calc(100% - 72px);padding:7px 11px;border-radius:var(--radius-button);background:#fffffff5;backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px);font-size:12px;font-weight:var(--weight-semibold);line-height:1.25;color:#141414;box-shadow:0 2px 12px #0000001f;transition:transform .2s ease-out,box-shadow .2s ease-out}.profile-map__chip-metro{font-size:10px;font-weight:var(--weight-medium, 500);color:#666}.profile-map__attrib{position:absolute;right:8px;bottom:8px;z-index:4;padding:2px 6px;border-radius:4px;font-size:9px;letter-spacing:.02em;color:#ffffffeb;background:#00000047;pointer-events:none}.profile-map__hint{display:flex;align-items:center;gap:6px;margin:10px 0 0;font-size:12px;color:#767676}.profile-map__hint span{color:#8a6d00;font-weight:var(--weight-semibold)}.profile-map:hover .profile-map__chip{transform:translateY(-1px);box-shadow:0 4px 16px #00000024}.profile-map:hover .profile-map__hint span{text-decoration:underline}@media(prefers-reduced-motion:reduce){.profile-map,.profile-map__chip{transition:none}}.profile-sidebar__work .profile-seo__details:last-child{margin-bottom:0}@media(min-width:1024px){.profile-layout{display:grid;grid-template-columns:minmax(260px,300px) minmax(0,1fr);gap:36px;align-items:start}.profile-sidebar{position:sticky;top:92px;align-self:start}}.profile-quote-fab{position:fixed;right:24px;bottom:24px;z-index:30;max-width:min(360px,calc(100vw - 48px));min-height:48px;padding:0 22px;border:none;border-radius:var(--radius-button);background:var(--color-yakka, #ffcb00);color:var(--color-yakka-ink, #16140f);font-size:13px;font-weight:var(--weight-bold);letter-spacing:.02em;text-transform:uppercase;cursor:pointer;box-shadow:0 0 0 1px #0000000f,0 8px 28px #ffcb006b;transition:transform .15s cubic-bezier(.23,1,.32,1),background-color .16s ease,box-shadow .2s ease}.profile-quote-fab:hover{background:#ffd84d;transform:translateY(-1px);box-shadow:0 0 0 1px #0000000f,0 12px 32px #ffcb007a}.profile-quote-fab:active{transform:translateY(0) scale(.97)}.profile-breadcrumbs{margin-bottom:20px}.profile-breadcrumbs ol{list-style:none;margin:0;padding:0;display:flex;flex-wrap:wrap;align-items:center;gap:6px;font-size:12px;color:#767676}.profile-breadcrumbs li:not(:last-child):after{content:"›";margin-left:6px;color:#bdbdbd}.profile-breadcrumbs a{color:#767676;text-decoration:none;transition:color .16s ease}.profile-breadcrumbs a:hover{color:#141414}.profile-breadcrumbs li[aria-current=page]{color:#141414;font-weight:var(--weight-semibold)}.profile-2d{max-width:none;margin:0;padding:0 0 32px}.profile-3d-card{width:100%;perspective:1000px;touch-action:pan-y}.profile-3d-card__inner{position:relative;transform-style:preserve-3d;will-change:transform;transition:transform .18s cubic-bezier(.23,1,.32,1)}.profile-3d-card__glare{position:absolute;inset:0;border-radius:inherit;pointer-events:none;opacity:0;transition:opacity .2s ease;mix-blend-mode:soft-light}.profile-2d__card{position:relative;overflow:hidden;display:flex;flex-direction:column;align-items:center;text-align:center;padding:36px 28px 32px;border-radius:var(--radius-card);background:#fff;border:2px solid var(--color-yakka);box-shadow:0 0 0 1px #ffcb0040,0 10px 30px #ffcb0047,0 20px 48px #0000001a;transform:translateZ(0)}:root[data-theme=dark] .profile-2d__card{background:#1a1a1a;border-color:var(--color-yakka);box-shadow:0 0 0 1px #ffcb004d,0 10px 30px #ffcb0038,0 20px 48px #00000073}.profile-2d__avatar{width:128px;height:128px;border-radius:50%;overflow:hidden;display:grid;place-items:center;margin-bottom:18px;background:#ffcb0033;color:#8a6d00;font-size:36px;font-weight:var(--weight-semibold);box-shadow:0 0 0 4px #ffcb0059}.profile-2d__avatar img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover}.profile-2d__eyebrow{margin:0 0 6px;font-size:12px;font-weight:var(--weight-semibold);color:#8a6d00;letter-spacing:.04em;text-transform:uppercase}.profile-2d__name{margin:0 0 6px;font-size:clamp(26px,5vw,34px);line-height:1.15;font-weight:var(--weight-semibold);color:#141414}:root[data-theme=dark] .profile-2d__name{color:#f5f5f5}.profile-2d__loc{margin:0 0 24px;display:inline-flex;align-items:center;gap:6px;font-size:14px;color:#767676}.profile-2d__actions{display:flex;flex-direction:column;gap:10px;width:100%;max-width:360px}.profile-2d__quote-btn{min-height:48px;padding:0 22px;border:none;border-radius:var(--radius-button);background:var(--color-yakka, #ffcb00);color:var(--color-yakka-ink, #16140f);font-size:13px;font-weight:var(--weight-bold);letter-spacing:.02em;text-transform:uppercase;cursor:pointer;box-shadow:0 6px 18px #ffcb0066;transition:transform .15s cubic-bezier(.23,1,.32,1),background-color .16s ease}.profile-2d__quote-btn:hover{background:#ffd84d;transform:translateY(-1px)}.profile-2d__quote-btn:active{transform:scale(.98)}.profile-2d__3d-btn{min-height:46px;padding:0 20px;border-radius:var(--radius-button);border:1.5px solid rgba(0,0,0,.14);background:transparent;color:#141414;font-size:13px;font-weight:var(--weight-semibold);cursor:pointer;display:inline-flex;align-items:center;justify-content:center;gap:8px;transition:border-color .16s ease,background-color .16s ease,transform .12s ease}:root[data-theme=dark] .profile-2d__3d-btn{border-color:#fff3;color:#f5f5f5}.profile-2d__3d-btn:hover{border-color:#0000004d;background:#00000008}:root[data-theme=dark] .profile-2d__3d-btn:hover{border-color:#fff6;background:#ffffff0d}.profile-2d__3d-btn:active{transform:scale(.98)}.profile-seo{display:flex;flex-direction:column;gap:28px;padding-bottom:36px;border-bottom:1px solid rgba(0,0,0,.06)}.profile-seo__section h2,.profile-seo__group-title,.profile-seo__faqs>h2{margin:0 0 12px;font-size:20px;font-weight:var(--weight-semibold);color:#141414}.profile-seo__section p,.profile-seo__details-body p,.profile-seo__faq p{margin:0 0 12px;font-size:15px;line-height:1.65;color:#4f4f4f}.profile-seo__section p:last-child,.profile-seo__details-body p:last-child{margin-bottom:0}.profile-seo__details{border:1px solid rgba(0,0,0,.08);border-radius:var(--radius-card);margin-bottom:8px;background:#fff;overflow:hidden}.profile-seo__details summary{padding:14px 16px;font-size:15px;font-weight:var(--weight-semibold);cursor:pointer;list-style:none;color:#141414}.profile-seo__details summary::-webkit-details-marker{display:none}.profile-seo__details-body{padding:0 16px 14px;border-top:1px solid rgba(0,0,0,.06)}.profile-seo__details-body ul{margin:0;padding-left:18px;color:#4f4f4f;font-size:14px;line-height:1.6}.profile-seo__details-body li+li{margin-top:6px}.profile-seo__faq-count{margin:-6px 0 16px;font-size:13px;color:#767676}.profile-seo__faq-category h3{margin:0 0 10px;font-size:14px;font-weight:var(--weight-semibold);color:#8a6d00;text-transform:uppercase;letter-spacing:.04em}.profile-seo__faq-category+.profile-seo__faq-category{margin-top:20px}.profile-seo__faq{border-bottom:1px solid rgba(0,0,0,.06)}.profile-seo__faq summary{padding:12px 0;font-size:14px;font-weight:var(--weight-semibold);cursor:pointer;list-style:none;color:#141414}.profile-seo__faq summary::-webkit-details-marker{display:none}.profile-seo__faq p{padding-bottom:12px;font-size:14px}.profile-seo__section--about{padding:24px 26px;border-radius:var(--radius-card);background:#fff;border:1px solid rgba(0,0,0,.08);box-shadow:0 8px 24px #0000000a}:root[data-theme=dark] .profile-seo__section--about{background:#1a1a1a;border-color:#ffffff1a}.profile-seo__section--about h2{padding-left:14px;border-left:4px solid var(--color-yakka, #ffcb00)}.profile-seo__skills{margin-top:20px;padding-top:18px;border-top:1px solid rgba(0,0,0,.06)}.profile-seo__skills h3{margin:0 0 10px;font-size:14px;font-weight:var(--weight-semibold);color:#141414}.profile-seo__skills ul{list-style:none;margin:0;padding:0;display:flex;flex-wrap:wrap;gap:8px}.profile-seo__skills li{padding:0;border:none;background:none}.profile-seo__skill-link{display:inline-block;padding:7px 14px;border-radius:var(--radius-button);border:1px solid rgba(0,0,0,.1);font-size:13px;color:#141414;background:#ffcb001a;text-decoration:none;transition:background .18s ease-out,border-color .18s ease-out,transform .18s ease-out,box-shadow .18s ease-out}.profile-seo__skill-link:hover{background:#ffcb0038;border-color:#8a6d0059;box-shadow:0 2px 8px #0000000f}.profile-seo__skill-link:active{transform:scale(.98)}:root[data-theme=dark] .profile-seo__skill-link{color:#f0f0f0;border-color:#ffffff24;background:#ffcb001f}.profile-seo__faqs{padding:24px 26px;border-radius:var(--radius-card);background:#fff;border:1px solid rgba(0,0,0,.08);box-shadow:0 8px 24px #0000000a}:root[data-theme=dark] .profile-seo__faqs{background:#1a1a1a;border-color:#ffffff1a}.profile-sidebar__work .profile-seo__details{background:#fafafa}:root[data-theme=dark] .profile-sidebar__work .profile-seo__details{background:#141414}.profile-related{padding-top:36px}.profile-related__head{display:flex;align-items:baseline;justify-content:space-between;gap:12px;margin-bottom:16px}.profile-related__head h2{margin:0;font-size:18px;font-weight:var(--weight-semibold);color:#141414}.profile-related__view-all{font-size:13px;font-weight:var(--weight-semibold);color:#8a6d00;text-decoration:none;white-space:nowrap}.profile-related__view-all:hover{text-decoration:underline}.profile-related__grid{list-style:none;margin:0;padding:0;display:grid;gap:12px}.profile-related__card{border:1px solid rgba(0,0,0,.08);border-radius:var(--radius-button);background:#fff;transition:border-color .16s ease,box-shadow .16s ease}.profile-related__card:hover{border-color:#ffcb0080;box-shadow:0 8px 24px #0000000f}.profile-related__link{display:flex;gap:14px;padding:14px 16px;text-decoration:none;color:inherit}.profile-related__avatar{width:48px;height:48px;border-radius:50%;overflow:hidden;flex-shrink:0;display:grid;place-items:center;background:#ffcb0033;color:#8a6d00;font-size:14px;font-weight:var(--weight-semibold)}.profile-related__avatar img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover}.profile-related__body{display:flex;flex-direction:column;gap:2px;min-width:0}.profile-related__name{font-size:15px;font-weight:var(--weight-semibold);color:#141414}.profile-related__role,.profile-related__loc{font-size:12px;color:#767676}.profile-related__blurb{margin-top:4px;font-size:13px;line-height:1.45;color:#4f4f4f;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}:root[data-theme=dark] .profile-seo__section h2,:root[data-theme=dark] .profile-seo__group-title,:root[data-theme=dark] .profile-seo__faqs>h2,:root[data-theme=dark] .profile-related__head h2,:root[data-theme=dark] .profile-related__name{color:#f5f5f5}:root[data-theme=dark] .profile-seo__details,:root[data-theme=dark] .profile-related__card{background:#1a1a1a;border-color:#ffffff1a}.profile-2d__section{padding:28px 4px 0}.profile-2d__section h2{margin:0 0 10px;font-size:18px;font-weight:var(--weight-semibold);color:#141414}:root[data-theme=dark] .profile-2d__section h2{color:#f5f5f5}.profile-2d__section p{margin:0;font-size:15px;line-height:1.6;color:#4f4f4f}:root[data-theme=dark] .profile-2d__section p{color:#bdbdbd}.profile-2d__skills{list-style:none;margin:0;padding:0;display:flex;flex-wrap:wrap;gap:8px}.profile-2d__skills li{padding:7px 14px;border-radius:var(--radius-button);border:1px solid rgba(0,0,0,.1);font-size:13px;color:#141414;background:#ffcb001a}:root[data-theme=dark] .profile-2d__skills li{border-color:#ffffff1f;color:#f0f0f0;background:#ffcb0014}.profile-3d__exit{position:fixed;top:88px;left:20px;z-index:20;min-height:40px;padding:0 16px;border:1px solid rgba(0,0,0,.1);border-radius:var(--radius-button);background:#ffffffd9;backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px);color:#141414;font-size:13px;font-weight:var(--weight-semibold);cursor:pointer;box-shadow:0 6px 18px #00000014;transition:background-color .16s ease,transform .12s ease}.profile-3d__exit:hover{background:#fff}.profile-3d__exit:active{transform:scale(.97)}.profile-3d__loading{display:flex;align-items:center;justify-content:center;gap:10px;height:calc(100dvh - 72px);margin-top:72px;font-size:14px;color:#767676}.profile-3d__spinner{width:18px;height:18px;border-radius:50%;border:2px solid rgba(0,0,0,.12);border-top-color:#ffcb00;animation:profile-3d-spin .7s linear infinite}@keyframes profile-3d-spin{to{transform:rotate(360deg)}}.profile-walk{position:relative;width:100%;height:calc(100dvh - 72px);min-height:520px;margin-top:72px;overflow:hidden;background:#fff}.profile-walk__canvas{position:absolute;inset:0}.profile-walk__canvas canvas{display:block;width:100%!important;height:100%!important}.profile-walk__labels{position:absolute;inset:0;pointer-events:none;overflow:hidden}.profile-walk__labels>div{pointer-events:auto}.profile-walk__panel{width:min(280px,72vw);padding:16px 18px;border-radius:var(--radius-card);background:#ffffffb8;backdrop-filter:blur(14px);-webkit-backdrop-filter:blur(14px);border:1px solid rgba(255,255,255,.55);box-shadow:0 0 0 1px #0000000a,0 16px 40px #0000001a;color:#141414;transition:opacity .25s ease,transform .25s cubic-bezier(.23,1,.32,1);transform:translate(-50%,-50%)}:root[data-theme=dark] .profile-walk__panel{background:#161616c7;border-color:#ffffff1a;color:#f5f5f5;box-shadow:0 16px 40px #00000073}.profile-walk__panel--hero{width:min(320px,80vw)}.profile-walk__eyebrow{margin:0 0 6px;font-size:12px;font-weight:var(--weight-semibold);color:#15803d;letter-spacing:.04em;text-transform:uppercase}.profile-walk__title{margin:0 0 4px;font-size:clamp(22px,4vw,28px);line-height:1.2;font-weight:var(--weight-semibold)}.profile-walk__loc{margin:0;font-size:14px;color:#767676}.profile-walk__panel h2{margin:0 0 8px;font-size:16px;font-weight:var(--weight-semibold)}.profile-walk__panel p{margin:0;font-size:14px;line-height:1.5;color:#4f4f4f}:root[data-theme=dark] .profile-walk__panel p{color:#bdbdbd}.profile-walk__panel--skills ul{list-style:none;margin:0;padding:0;display:flex;flex-wrap:wrap;gap:6px}.profile-walk__panel--skills li{padding:5px 10px;border-radius:var(--radius-button);border:1px solid rgba(0,0,0,.08);font-size:12px;background:#ffffff8c}:root[data-theme=dark] .profile-walk__panel--skills li{border-color:#ffffff1f;background:#ffffff0f}.profile-walk__quote-fab{position:fixed;right:24px;bottom:24px;z-index:20;min-height:48px;padding:0 22px;border:none;border-radius:var(--radius-button);background:var(--color-yakka, #ffcb00);color:var(--color-yakka-ink, #16140f);font-size:14px;font-weight:var(--weight-bold);letter-spacing:.02em;text-transform:uppercase;cursor:pointer;box-shadow:0 0 0 1px #0000000f,0 8px 24px #ffcb0073;transition:transform .15s cubic-bezier(.23,1,.32,1),background-color .16s ease,box-shadow .2s ease}.profile-walk__quote-fab:hover{background:#ffd84d;transform:translateY(-1px);box-shadow:0 0 0 1px #0000000f,0 12px 32px #ffcb0080}.profile-walk__quote-fab:active{transform:translateY(0) scale(.97)}.profile-walk__tutorial{position:absolute;left:50%;bottom:28px;transform:translate(-50%);z-index:4;text-align:center;padding:14px 20px;border-radius:var(--radius-button);background:#ffffffb8;backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px);border:1px solid rgba(255,255,255,.45);box-shadow:0 12px 32px #0000001a;animation:profile-walk-tutorial-in .35s cubic-bezier(.23,1,.32,1)}.profile-walk__tutorial p{margin:0 0 10px;font-size:13px;color:#444}.profile-walk__keys-grid{display:flex;align-items:center;justify-content:center;gap:48px}.profile-walk__keys-block{display:grid;grid-template-columns:repeat(3,1fr);grid-template-rows:repeat(2,1fr);gap:4px;width:132px;height:88px}.profile-walk__keys-block span{display:grid;place-items:center;width:40px;height:38px;border-radius:var(--radius-button);background:#fff;border:1px solid #d4d4d8;box-shadow:0 3px #c4c4c8;font-size:14px;font-weight:700;color:#444}.profile-walk__keys-block span:nth-child(1){grid-column:2;grid-row:1;justify-self:center}.profile-walk__keys-block span:nth-child(2){grid-column:1;grid-row:2}.profile-walk__keys-block span:nth-child(3){grid-column:2;grid-row:2;justify-self:center}.profile-walk__keys-block span:nth-child(4){grid-column:3;grid-row:2;justify-self:end}.profile-walk__hud{position:absolute;top:16px;left:50%;transform:translate(-50%);z-index:3;display:flex;align-items:center;gap:8px;padding:8px 14px;border-radius:var(--radius-button);background:#ffffffa6;backdrop-filter:blur(10px);font-size:12px;font-weight:var(--weight-semibold);color:#333;border:1px solid rgba(255,255,255,.5);pointer-events:none}.profile-walk__hud-dot{width:4px;height:4px;border-radius:50%;background:#15803d}.profile-walk-seo{position:absolute;width:1px;height:1px;overflow:hidden;clip:rect(0,0,0,0)}.profile-walk__fallback{padding:2rem}@keyframes profile-walk-tutorial-in{0%{opacity:0;transform:translate(-50%) translateY(8px)}to{opacity:1;transform:translate(-50%) translateY(0)}}@media(max-width:640px){.profile-walk{height:calc(100dvh - 72px)}.profile-walk__panel{width:min(240px,84vw)}.profile-walk__quote-fab{right:16px;bottom:16px}.profile-quote-fab{right:16px;bottom:16px;font-size:11px;min-height:44px;padding:0 16px}}@media(max-width:1023px){.profile-page{padding-top:84px}.profile-breadcrumbs{margin-bottom:12px;font-size:11px}.profile-layout{display:flex;flex-direction:column;gap:20px}.profile-main{display:contents}.profile-2d{order:1;padding:0}.profile-sidebar{order:2}.profile-seo{order:3;padding-bottom:24px}.profile-related{order:4}}@media(prefers-reduced-motion:reduce){.profile-3d-card__inner{transition:none}.profile-walk__tutorial{animation:none}}
