.ChatMessage-module-scss-module__KyIWmW__message{margin-bottom:1.5rem;display:flex}.ChatMessage-module-scss-module__KyIWmW__assistant{justify-content:flex-start}.ChatMessage-module-scss-module__KyIWmW__user{justify-content:flex-end}.ChatMessage-module-scss-module__KyIWmW__bubble{white-space:pre-wrap;word-break:break-word;border-radius:.75rem;max-width:85%;padding:.5rem 1rem;font-family:Lora,Georgia,serif;font-size:.875rem;font-weight:500;line-height:1.5}.ChatMessage-module-scss-module__KyIWmW__assistantBubble{color:#1e293b;background:0 0;border:none;border-radius:0;max-width:100%;padding:0;font-size:1.125rem;line-height:1.75}.ChatMessage-module-scss-module__KyIWmW__userBubble{color:#fff;background:#1e293b;border-radius:9999px;padding:.5rem 1.5rem;font-size:1.125rem;line-height:1.75}.ChatMessage-module-scss-module__KyIWmW__loadingBubble{background:#ffffffd9;border:1px solid #0000000d;border-radius:.75rem .75rem .75rem .25rem;width:auto;padding:.5rem 1rem;display:inline-block}.ChatMessage-module-scss-module__KyIWmW__dots{align-items:center;gap:4px;display:inline-flex}.ChatMessage-module-scss-module__KyIWmW__dots span{background:#94a3b8;border-radius:50%;width:6px;height:6px;animation:1.2s ease-in-out infinite ChatMessage-module-scss-module__KyIWmW__dotBounce;display:inline-block}.ChatMessage-module-scss-module__KyIWmW__dots span:first-child{animation-delay:0s}.ChatMessage-module-scss-module__KyIWmW__dots span:nth-child(2){animation-delay:.2s}.ChatMessage-module-scss-module__KyIWmW__dots span:nth-child(3){animation-delay:.4s}@keyframes ChatMessage-module-scss-module__KyIWmW__dotBounce{0%,80%,to{opacity:.5;transform:scale(.7)}40%{opacity:1;transform:scale(1)}}
.ChatPanel-module-scss-module__-0UB2G__panel{background:#f8f6f2;border:1px solid #00000014;border-radius:1rem;flex-direction:column;height:100%;max-height:55vh;display:flex;overflow:hidden;box-shadow:0 8px 32px #0000000f}@media (min-width:768px){.ChatPanel-module-scss-module__-0UB2G__panel{max-height:70vh}}.ChatPanel-module-scss-module__-0UB2G__messages{scroll-behavior:smooth;flex:1;padding:1rem;overflow-y:auto}.ChatPanel-module-scss-module__-0UB2G__messages::-webkit-scrollbar{width:4px}.ChatPanel-module-scss-module__-0UB2G__messages::-webkit-scrollbar-track{background:0 0}.ChatPanel-module-scss-module__-0UB2G__messages::-webkit-scrollbar-thumb{background:#0000001a;border-radius:2px}.ChatPanel-module-scss-module__-0UB2G__quickReplies{border-top:1px solid #0000000d;flex-wrap:wrap;gap:6px;padding:.5rem 1rem;display:flex}.ChatPanel-module-scss-module__-0UB2G__quickReply{font:inherit;color:inherit;cursor:pointer;background:0 0;border:none;margin:0;padding:0}.ChatPanel-module-scss-module__-0UB2G__quickReply:focus{outline:none}.ChatPanel-module-scss-module__-0UB2G__quickReply{color:#1e293b;background:#1e293b0f;border:1px solid #1e293b24;border-radius:9999px;padding:8px 16px;font-family:Lora,Georgia,serif;font-size:.875rem;transition:background .15s cubic-bezier(.4,0,.2,1),border-color .15s cubic-bezier(.4,0,.2,1),color .15s cubic-bezier(.4,0,.2,1)}.ChatPanel-module-scss-module__-0UB2G__quickReply:hover{color:#fff;background:#1e293b;border-color:#1e293b}.ChatPanel-module-scss-module__-0UB2G__inputBar{background:#f0ede8;border-top:1px solid #0000000d;align-items:center;gap:.5rem;padding:.5rem 1rem;display:flex}.ChatPanel-module-scss-module__-0UB2G__input{font:inherit;color:inherit;background:0 0;border:none;margin:0;padding:0}.ChatPanel-module-scss-module__-0UB2G__input:focus{outline:none}.ChatPanel-module-scss-module__-0UB2G__input{color:#1e293b;background:#fffc;border:1px solid #00000014;border-radius:9999px;flex:1;padding:8px 14px;font-family:Lora,Georgia,serif;font-size:.875rem;transition:border-color .15s cubic-bezier(.4,0,.2,1)}.ChatPanel-module-scss-module__-0UB2G__input::placeholder{color:#94a3b8}.ChatPanel-module-scss-module__-0UB2G__input:focus{border-color:#1e293b}.ChatPanel-module-scss-module__-0UB2G__input:disabled{opacity:.5}.ChatPanel-module-scss-module__-0UB2G__sendButton{font:inherit;color:inherit;cursor:pointer;background:0 0;border:none;margin:0;padding:0}.ChatPanel-module-scss-module__-0UB2G__sendButton:focus{outline:none}.ChatPanel-module-scss-module__-0UB2G__sendButton{color:#fff;background:#1e293b;border-radius:9999px;padding:8px 16px;font-family:Lora,Georgia,serif;font-size:.875rem;font-weight:500;transition:background .15s cubic-bezier(.4,0,.2,1),opacity .15s cubic-bezier(.4,0,.2,1)}.ChatPanel-module-scss-module__-0UB2G__sendButton:hover:not(:disabled){opacity:.85}.ChatPanel-module-scss-module__-0UB2G__sendButton:disabled{opacity:.3;cursor:not-allowed}.ChatPanel-module-scss-module__-0UB2G__emptyState{color:#94a3b8;justify-content:center;align-items:center;padding:2rem;font-family:Palatino Linotype,Book Antiqua,Palatino,Georgia,serif;font-size:.875rem;font-weight:600;display:flex}.ChatPanel-module-scss-module__-0UB2G__loadingDots{gap:4px;padding:.5rem 1rem;display:flex}.ChatPanel-module-scss-module__-0UB2G__loadingDots span{background:#94a3b8;border-radius:50%;width:6px;height:6px;animation:1.4s infinite ChatPanel-module-scss-module__-0UB2G__dotPulse}.ChatPanel-module-scss-module__-0UB2G__loadingDots span:nth-child(2){animation-delay:.2s}.ChatPanel-module-scss-module__-0UB2G__loadingDots span:nth-child(3){animation-delay:.4s}@keyframes ChatPanel-module-scss-module__-0UB2G__dotPulse{0%,80%,to{opacity:.3;transform:scale(.8)}40%{opacity:1;transform:scale(1)}}
.ExpandedView-module-scss-module__IWK0BW__overlay{z-index:20;justify-content:center;align-items:center;padding-top:72px;display:flex;position:fixed;inset:0}.ExpandedView-module-scss-module__IWK0BW__backdrop{-webkit-backdrop-filter:blur(10px);cursor:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='32' height='32' viewBox='0 0 32 32'%3E%3Ccircle cx='16' cy='16' r='15' fill='%231E293B'/%3E%3Cline x1='21' y1='11' x2='11' y2='21' stroke='white' stroke-width='2.5' stroke-linecap='round'/%3E%3Cline x1='11' y1='11' x2='21' y2='21' stroke='white' stroke-width='2.5' stroke-linecap='round'/%3E%3C/svg%3E") 16 16,pointer;background:#ffffffb3;position:absolute;inset:0}.ExpandedView-module-scss-module__IWK0BW__content{z-index:25;flex-direction:column;gap:1rem;width:100%;max-width:1280px;max-height:calc(100vh - 96px);padding:1rem;display:flex;position:relative}@media (min-width:640px){.ExpandedView-module-scss-module__IWK0BW__content{width:fit-content;max-width:calc(100% - 2rem);margin:0 auto}}@media (min-width:1024px){.ExpandedView-module-scss-module__IWK0BW__content{flex-direction:row;gap:2rem;width:100%;max-width:1280px;margin:0 auto;padding:2rem}}.ExpandedView-module-scss-module__IWK0BW__artworkPanel{flex-direction:column;flex-shrink:0;gap:.5rem;width:fit-content;max-width:100%;display:flex}@media (min-width:1024px){.ExpandedView-module-scss-module__IWK0BW__artworkPanel{flex:1;width:auto;min-width:0}}.ExpandedView-module-scss-module__IWK0BW__imageWrapper{background:#f8f6f2;border:1px solid #00000014;border-radius:.75rem;padding:1rem;box-shadow:0 4px 24px #0000001a}.ExpandedView-module-scss-module__IWK0BW__image{border-radius:.5rem;width:auto;max-width:calc(100vw - 4rem);max-height:360px;display:block}@media (min-width:1024px){.ExpandedView-module-scss-module__IWK0BW__image{object-fit:contain;width:100%;max-width:none;max-height:min(620px,100vh - 252px)}}.ExpandedView-module-scss-module__IWK0BW__artworkInfo{background:#f8f6f2;border:1px solid #00000014;border-radius:.75rem;padding:1rem 1.5rem;box-shadow:0 2px 12px #0000000f}.ExpandedView-module-scss-module__IWK0BW__title{color:#1e293b;margin:0 0 4px;font-family:Palatino Linotype,Book Antiqua,Palatino,Georgia,serif;font-size:1.25rem;font-weight:700;line-height:1.25}@media (min-width:1024px){.ExpandedView-module-scss-module__IWK0BW__title{font-size:1.5rem}}.ExpandedView-module-scss-module__IWK0BW__artist{color:#64748b;margin:0 0 2px;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:1rem}.ExpandedView-module-scss-module__IWK0BW__medium{color:#94a3b8;margin:0 0 .5rem;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:.875rem}.ExpandedView-module-scss-module__IWK0BW__source{margin:0}.ExpandedView-module-scss-module__IWK0BW__source a{color:#1e293b;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:.875rem;font-weight:500;text-decoration:none}.ExpandedView-module-scss-module__IWK0BW__source a:hover{text-decoration:underline}.ExpandedView-module-scss-module__IWK0BW__chatWrapper{contain:inline-size;flex-direction:column;min-width:0;min-height:0;display:flex}@media (min-width:1024px){.ExpandedView-module-scss-module__IWK0BW__chatWrapper{contain:initial;flex:1;max-height:calc(100vh - 120px)}}
.GalleryHint-module-scss-module__lbNw9W__hint{z-index:10;pointer-events:none;justify-content:center;display:flex;position:fixed;bottom:6rem;left:0;right:0}.GalleryHint-module-scss-module__lbNw9W__attached{position:absolute;top:calc(82.5vh - 1.5rem);bottom:auto}@media (min-width:768px){.GalleryHint-module-scss-module__lbNw9W__attached{top:calc(152vh - 1.5rem)}}.GalleryHint-module-scss-module__lbNw9W__text{color:#1e293b;letter-spacing:.04em;background:linear-gradient(#fdfbf8 0%,#f3f0eb 100%);border:1px solid #ffffffe6;border-bottom-color:#0000001a;border-radius:9999px;padding:1rem 1.5rem;font-family:Palatino Linotype,Book Antiqua,Palatino,Georgia,serif;font-size:1.4375rem;font-weight:500;box-shadow:inset 0 1px #fffc,0 8px 28px #0000002e,0 2px 6px #00000024}
.ScrollVideo-module-scss-module__05TDra__video{object-fit:cover;object-position:center;pointer-events:none;width:100%;height:100%;position:absolute;inset:0}
.StepOverlay-module-scss-module__swVXAG__step{pointer-events:none;will-change:opacity,transform;max-width:500px;position:absolute;bottom:12%;left:1.5rem;right:1.5rem}@media (min-width:768px){.StepOverlay-module-scss-module__swVXAG__step{max-width:min(500px,42%);bottom:15%;left:6rem}}@media (min-width:1024px){.StepOverlay-module-scss-module__swVXAG__step{max-width:500px}}.StepOverlay-module-scss-module__swVXAG__card{-webkit-backdrop-filter:blur(24px)saturate(1.1)brightness(1.05);background:#ffffff26;border:1px solid #ffffff2e;border-radius:.75rem;flex-direction:column;padding:1.5rem 2rem;display:flex;box-shadow:0 8px 32px #00000040,inset 0 1px #ffffff38}@media (min-width:768px){.StepOverlay-module-scss-module__swVXAG__card{padding:2rem 3rem}}.StepOverlay-module-scss-module__swVXAG__heading{color:#fff;text-transform:uppercase;letter-spacing:.06em;text-shadow:0 2px 20px #00000080;margin:0 0 .5rem;font-family:Palatino Linotype,Book Antiqua,Palatino,Georgia,serif;font-size:1.875rem;font-weight:700}@media (min-width:768px){.StepOverlay-module-scss-module__swVXAG__heading{font-size:2.25rem}}.StepOverlay-module-scss-module__swVXAG__body{color:#ffffffe6;text-shadow:0 1px 10px #00000080;max-width:420px;margin:0;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:1rem;line-height:1.75}@media (min-width:768px){.StepOverlay-module-scss-module__swVXAG__body{font-size:1.125rem}}
.RfidHighlight-module-scss-module__ovhRDG__container{pointer-events:none;will-change:opacity;position:absolute;inset:0}.RfidHighlight-module-scss-module__ovhRDG__beaconWrapper{position:absolute;bottom:14%;left:56%;transform:translate(-50%)}@media (min-width:768px){.RfidHighlight-module-scss-module__ovhRDG__beaconWrapper{bottom:13%}}.RfidHighlight-module-scss-module__ovhRDG__highlightRing{border:1px solid #fff9;border-radius:3px;animation:2s ease-in-out infinite RfidHighlight-module-scss-module__ovhRDG__pulseOutline;position:absolute;inset:-4px}@keyframes RfidHighlight-module-scss-module__ovhRDG__pulseOutline{0%,to{opacity:1;inset:-4px}50%{opacity:.2;inset:-8px}}.RfidHighlight-module-scss-module__ovhRDG__device{background:linear-gradient(165deg,#f0f0f0 0%,#e0e0e0 50%,#d5d5d5 100%);border-radius:2px;justify-content:center;align-items:center;width:10px;height:14px;display:flex;box-shadow:0 1px 2px #0000004d,inset 0 .5px #ffffff80}@media (min-width:768px){.RfidHighlight-module-scss-module__ovhRDG__device{border-radius:3px;width:12px;height:16px}}.RfidHighlight-module-scss-module__ovhRDG__led{background:#4ade80;border-radius:50%;width:2px;height:2px;animation:1.5s ease-in-out infinite RfidHighlight-module-scss-module__ovhRDG__ledBlink;box-shadow:0 0 4px 1px #4ade8080}@media (min-width:768px){.RfidHighlight-module-scss-module__ovhRDG__led{width:3px;height:3px}}@keyframes RfidHighlight-module-scss-module__ovhRDG__ledBlink{0%,to{opacity:1}50%{opacity:.3}}.RfidHighlight-module-scss-module__ovhRDG__line{position:absolute;inset:0;overflow:visible}.RfidHighlight-module-scss-module__ovhRDG__linePath{fill:none;stroke:#ffffff80;stroke-width:1px}.RfidHighlight-module-scss-module__ovhRDG__label{-webkit-backdrop-filter:blur(44px)saturate(.8)brightness(1.2);will-change:opacity,transform;background:#ffffff9e;border:1px solid #fff6;border-radius:.75rem;flex-direction:column;gap:6px;width:200px;padding:1rem 1.5rem;display:flex;position:absolute;bottom:30%;right:8%;box-shadow:0 8px 32px #0003,inset 0 1px #ffffff80}@media (min-width:768px){.RfidHighlight-module-scss-module__ovhRDG__label{width:240px;padding:1.5rem;bottom:32%;right:10%}}.RfidHighlight-module-scss-module__ovhRDG__labelTitle{color:#1e293b;text-transform:uppercase;letter-spacing:.06em;font-family:Palatino Linotype,Book Antiqua,Palatino,Georgia,serif;font-size:.875rem;font-weight:700}@media (min-width:768px){.RfidHighlight-module-scss-module__ovhRDG__labelTitle{font-size:1rem}}.RfidHighlight-module-scss-module__ovhRDG__labelText{color:#1e293bb8;font-family:Palatino Linotype,Book Antiqua,Palatino,Georgia,serif;font-size:.875rem;line-height:1.75}@media (min-width:768px){.RfidHighlight-module-scss-module__ovhRDG__labelText{font-size:1rem}}
.MockTranscript-module-scss-module__I1OLMa__container{pointer-events:none;will-change:opacity;justify-content:flex-end;align-items:center;padding:4rem 1.5rem;display:flex;position:absolute;inset:0}@media (min-width:768px){.MockTranscript-module-scss-module__I1OLMa__container{padding:6rem 6rem 6rem 50%}}.MockTranscript-module-scss-module__I1OLMa__window{-webkit-backdrop-filter:blur(44px)saturate(.8)brightness(1.2);will-change:transform,opacity;transform-origin:50%;background:#ffffff9e;border:1px solid #fff6;border-radius:1rem;width:100%;max-width:500px;overflow:hidden;box-shadow:0 20px 60px #00000040,inset 0 1px #ffffff80}.MockTranscript-module-scss-module__I1OLMa__header{border-bottom:1px solid #1e293b1a;align-items:center;gap:.5rem;padding:1rem 1.5rem;display:flex}.MockTranscript-module-scss-module__I1OLMa__headerTitle{color:#1e293b;text-transform:uppercase;letter-spacing:.08em;font-family:Palatino Linotype,Book Antiqua,Palatino,Georgia,serif;font-size:1.25rem;font-weight:700}.MockTranscript-module-scss-module__I1OLMa__messages{flex-direction:column;gap:.5rem;padding:1rem 1.5rem;display:flex}.MockTranscript-module-scss-module__I1OLMa__message{will-change:opacity,transform;flex-direction:column;max-width:85%;display:flex}.MockTranscript-module-scss-module__I1OLMa__user{align-self:flex-end;align-items:flex-end}.MockTranscript-module-scss-module__I1OLMa__ai{align-self:flex-start;align-items:flex-start}.MockTranscript-module-scss-module__I1OLMa__bubble{border-radius:14px;margin:0;padding:8px 12px;font-family:Lora,Georgia,serif;font-size:.875rem;font-weight:500;line-height:1.5}.MockTranscript-module-scss-module__I1OLMa__user .MockTranscript-module-scss-module__I1OLMa__bubble{color:#fff;background:#1e293b;border:1px solid #334155;border-bottom-right-radius:4px}.MockTranscript-module-scss-module__I1OLMa__ai .MockTranscript-module-scss-module__I1OLMa__bubble{color:#1e293b;background:0 0;border:none;border-radius:0;padding:2px 4px}.MockTranscript-module-scss-module__I1OLMa__role{text-transform:uppercase;letter-spacing:.04em;margin-bottom:2px;padding:0 4px;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:10px;font-weight:600;display:block}.MockTranscript-module-scss-module__I1OLMa__user .MockTranscript-module-scss-module__I1OLMa__role,.MockTranscript-module-scss-module__I1OLMa__ai .MockTranscript-module-scss-module__I1OLMa__role{color:#1e293be6;font-weight:700}.MockTranscript-module-scss-module__I1OLMa__typingDots{align-items:center;gap:4px;padding:2px 0;display:flex}.MockTranscript-module-scss-module__I1OLMa__typingDots span{background:#1e293b8c;border-radius:50%;width:6px;height:6px;animation:1.2s ease-in-out infinite MockTranscript-module-scss-module__I1OLMa__typingBounce}.MockTranscript-module-scss-module__I1OLMa__typingDots span:nth-child(2){animation-delay:.15s}.MockTranscript-module-scss-module__I1OLMa__typingDots span:nth-child(3){animation-delay:.3s}@keyframes MockTranscript-module-scss-module__I1OLMa__typingBounce{0%,60%,to{opacity:.4;transform:translateY(0)}30%{opacity:1;transform:translateY(-4px)}}
.AboutExperienceCTA-module-scss-module__B1cYAW__ctaSection{z-index:2;background:#f8f6f2;justify-content:center;align-items:center;min-height:100vh;padding:6rem 1.5rem 4rem;display:flex;position:relative;overflow:hidden}@media (min-width:768px){.AboutExperienceCTA-module-scss-module__B1cYAW__ctaSection{padding:6rem 4rem}}.AboutExperienceCTA-module-scss-module__B1cYAW__sceneBg{z-index:0;pointer-events:none;filter:blur(8px);position:absolute;inset:0;transform:scale(1.4)}.AboutExperienceCTA-module-scss-module__B1cYAW__ctaSection:after{content:"";z-index:1;-webkit-backdrop-filter:blur(60px);background:#f8f6f2c7;position:absolute;inset:0}.AboutExperienceCTA-module-scss-module__B1cYAW__content{z-index:2;text-align:center;flex-direction:column;align-items:center;gap:1.5rem;width:100%;max-width:560px;display:flex;position:relative}.AboutExperienceCTA-module-scss-module__B1cYAW__title{color:#1e293b;letter-spacing:-.02em;margin:0;font-family:Palatino Linotype,Book Antiqua,Palatino,Georgia,serif;font-size:2.25rem;font-weight:700;line-height:1.25}@media (min-width:768px){.AboutExperienceCTA-module-scss-module__B1cYAW__title{font-size:3rem}}.AboutExperienceCTA-module-scss-module__B1cYAW__subtitle{color:#1e293b;max-width:480px;margin:0;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:1rem;line-height:1.75}@media (min-width:768px){.AboutExperienceCTA-module-scss-module__B1cYAW__subtitle{font-size:1.125rem}}.AboutExperienceCTA-module-scss-module__B1cYAW__demoButton{color:#fff;cursor:pointer;background-color:#1e293b;border:1px solid #1e293b;border-radius:.5rem;justify-content:center;align-items:center;min-height:3.25rem;margin-top:1rem;padding:1.5rem 3rem;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:1.125rem;font-weight:600;text-decoration:none;transition:color .15s cubic-bezier(.4,0,.2,1),background-color .15s cubic-bezier(.4,0,.2,1),border-color .15s cubic-bezier(.4,0,.2,1),transform .15s cubic-bezier(.4,0,.2,1);display:inline-flex}.AboutExperienceCTA-module-scss-module__B1cYAW__demoButton:hover{color:#1e293b;background-color:#fff;border-color:#1e293b66}.AboutExperienceCTA-module-scss-module__B1cYAW__demoButton:active{color:#1e293b;background-color:#f8f6f2;border-color:#1e293b66}.AboutExperienceCTA-module-scss-module__B1cYAW__demoButton:focus-visible{outline-offset:2px;outline:2px solid #1e293b}
.AboutExperience-module-scss-module__HrQdqG__overlay{background:#000;position:relative}.AboutExperience-module-scss-module__HrQdqG__progressBar{z-index:1030;transform-origin:0;pointer-events:none;will-change:transform;background:linear-gradient(90deg,#ffffff59,#fff);height:3px;position:fixed;top:0;left:0;right:0}.AboutExperience-module-scss-module__HrQdqG__scrollTrack{background:#000;position:relative}.AboutExperience-module-scss-module__HrQdqG__stickyViewport{width:100%;height:100vh;position:sticky;top:0;overflow:hidden}.AboutExperience-module-scss-module__HrQdqG__darkOverlay{pointer-events:none;will-change:opacity;background:linear-gradient(#0000004d 0%,#0000001a 40% 60%,#00000080 100%);position:absolute;inset:0}.AboutExperience-module-scss-module__HrQdqG__edgeBlur{pointer-events:none;-webkit-backdrop-filter:blur(28px)saturate(.9);-webkit-mask-composite:source-over;position:absolute;inset:0;-webkit-mask-image:linear-gradient(#000 0%,#0000 22% 78%,#000 100%),linear-gradient(90deg,#000 0%,#0000 12% 88%,#000 100%);mask-image:linear-gradient(#000 0%,#0000 22% 78%,#000 100%),linear-gradient(90deg,#000 0%,#0000 12% 88%,#000 100%);-webkit-mask-composite:source-over;mask-composite:add}.AboutExperience-module-scss-module__HrQdqG__introScrim{pointer-events:none;-webkit-backdrop-filter:blur(28px)saturate(.9);background:radial-gradient(70% 64%,#00000075 0%,#0006 22%,#0000003d 48%,#0000001a 68%,#00000008 83%,#0000 96%);width:min(94%,1100px);height:48%;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);-webkit-mask-image:radial-gradient(70% 64%,#000 0% 22%,#0009 48%,#00000042 68%,#00000012 83%,#0000 96%);mask-image:radial-gradient(70% 64%,#000 0% 22%,#0009 48%,#00000042 68%,#00000012 83%,#0000 96%)}.AboutExperience-module-scss-module__HrQdqG__intro{text-align:center;pointer-events:none;will-change:opacity,transform;flex-direction:column;justify-content:center;align-items:center;padding:0 1.5rem;display:flex;position:absolute;inset:0}.AboutExperience-module-scss-module__HrQdqG__introEyebrow{letter-spacing:.08em;text-transform:uppercase;color:#ffffffb3;text-shadow:0 2px 10px #00000080;margin:0 0 1rem;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:.875rem;font-weight:600}.AboutExperience-module-scss-module__HrQdqG__introTitle{color:#fff;text-transform:uppercase;letter-spacing:.04em;text-shadow:0 4px 30px #00000080;margin:0;font-family:Palatino Linotype,Book Antiqua,Palatino,Georgia,serif;font-size:2.25rem;font-weight:400;line-height:1.15}@media (min-width:768px){.AboutExperience-module-scss-module__HrQdqG__introTitle{font-size:3.75rem}}.AboutExperience-module-scss-module__HrQdqG__closeButton{z-index:1060;-webkit-backdrop-filter:blur(12px);color:#fffc;cursor:pointer;background:#0006;border:1px solid #ffffff26;border-radius:50%;justify-content:center;align-items:center;width:44px;height:44px;transition:background .15s cubic-bezier(.4,0,.2,1),color .15s cubic-bezier(.4,0,.2,1);display:flex;position:fixed;top:1.5rem;right:1.5rem}.AboutExperience-module-scss-module__HrQdqG__closeButton:hover{color:#fff;background:#0009}@media (min-width:768px){.AboutExperience-module-scss-module__HrQdqG__closeButton{top:2rem;right:2rem}}.AboutExperience-module-scss-module__HrQdqG__scrollIndicator{pointer-events:none;will-change:opacity;flex-direction:column;align-items:center;gap:.5rem;display:flex;position:absolute;bottom:2rem;left:50%;transform:translate(-50%)}.AboutExperience-module-scss-module__HrQdqG__scrollIndicator span{color:#fff9;letter-spacing:.04em;text-shadow:0 1px 8px #00000080;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:.875rem}.AboutExperience-module-scss-module__HrQdqG__scrollArrow{border-bottom:2px solid #ffffff80;border-right:2px solid #ffffff80;width:20px;height:20px;animation:1.5s ease-in-out infinite AboutExperience-module-scss-module__HrQdqG__bounceDown;transform:rotate(45deg)}@keyframes AboutExperience-module-scss-module__HrQdqG__bounceDown{0%,to{transform:rotate(45deg)translateY(0)}50%{transform:rotate(45deg)translateY(6px)}}
.HomeExperience-module-scss-module__PZBapa__home{background:#fff;width:100%;position:relative}.HomeExperience-module-scss-module__PZBapa__galleryAct{z-index:2;background-color:#faf9f6;background-image:radial-gradient(120% 95% at 50% 0,#ffffffb3 0%,#fff0 60%),url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='220' height='220'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.9' numOctaves='2' stitchTiles='stitch'/%3E%3CfeColorMatrix type='saturate' values='0'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='0.09'/%3E%3C/svg%3E");background-repeat:no-repeat,repeat;background-size:100% 100%,220px 220px;width:100vw;height:100vh;position:absolute;top:0;left:0;overflow:hidden}@media (min-width:768px){.HomeExperience-module-scss-module__PZBapa__galleryAct{height:160vh}}.HomeExperience-module-scss-module__PZBapa__experienceAnchor{pointer-events:none;width:1px;height:1px;position:absolute;left:0}.HomeExperience-module-scss-module__PZBapa__canvasWrapper{transition:filter .4s;position:absolute;inset:0}.HomeExperience-module-scss-module__PZBapa__canvasWrapper.HomeExperience-module-scss-module__PZBapa__blurred{filter:blur(16px)}.HomeExperience-module-scss-module__PZBapa__paintingsSentinel{pointer-events:none;width:1px;height:1px;position:absolute;top:65%;left:0}@media (min-width:768px){.HomeExperience-module-scss-module__PZBapa__paintingsSentinel{top:90%}}.HomeExperience-module-scss-module__PZBapa__loader{color:#94a3b8;letter-spacing:.05em;justify-content:center;align-items:center;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:1.125rem;display:flex;position:absolute;inset:0}
