@import "https://fonts.googleapis.com/css2?family=Lora:ital,wght@0,600;0,700;1,600;1,700&family=Plus+Jakarta+Sans:wght@400;500;600&display=swap";@font-face{font-family:Kaveyore;src:url(/fonts/kaveyore.regular.otf)format("opentype");font-weight:400;font-style:normal}html{scroll-behavior:smooth}*{box-sizing:border-box;margin:0;padding:0}html,body{width:100%;position:relative;overflow-x:hidden}body{background-color:#8c1c1d;font-family:Arial,sans-serif}#root{width:100%}.app-wrapper{width:100%;min-height:100vh;position:relative;overflow:hidden}.app-wrapper--entered{overflow:visible}.landing-section{z-index:50;background-color:#8c1c1d;flex-direction:column;justify-content:center;align-items:center;width:100%;height:100svh;transition:transform .85s cubic-bezier(.76,0,.24,1);display:flex;position:fixed;top:0;left:0;overflow:hidden}.landing-section--slide-up{transform:translateY(-100vh)}.main-content{z-index:10;background-color:#8c1c1d;width:100%;min-height:100vh;position:relative}.title{color:#fff;z-index:10;pointer-events:none;text-shadow:1px 1px 2px #0003;margin-bottom:2rem;font-family:Kaveyore,cursive;font-size:8rem;font-weight:400}.enter-button{color:#fff;cursor:pointer;z-index:10;background:0 0;border:1px solid #fff;border-radius:8px;padding:10px 30px;font-family:Special Elite,cursive;font-size:1.2rem;transition:all .3s;position:absolute;bottom:10%}.enter-button:hover{background:#fff3;transform:scale(1.05)}.interaction-hint{color:#ffffffb3;z-index:10;pointer-events:none;font-family:Arial,sans-serif;font-size:1rem;transition:opacity .5s;animation:2.5s ease-in-out infinite pulse;display:none;position:absolute;bottom:5%}.interaction-hint.hidden{opacity:0}@keyframes pulse{0%{opacity:.3;transform:translateY(0)}50%{opacity:.8;transform:translateY(-5px)}to{opacity:.3;transform:translateY(0)}}.image-trail-container{z-index:1;width:100%;height:100%;position:absolute;top:0;left:0}@media (width<=768px){.title{font-size:4rem}.interaction-hint{display:block;bottom:8%}.enter-button{bottom:15%}}.content{z-index:100;background:0 0;border-radius:8px;width:100%;height:100%;position:relative;overflow:visible}.content__img{aspect-ratio:8/12;opacity:0;will-change:transform, filter;border-radius:15px;width:300px;position:absolute;top:0;left:0;overflow:hidden}.content__img-inner{background-position:50%;background-size:cover;width:calc(100% + 20px);height:calc(100% + 20px);position:absolute;top:-10px;left:-10px}@media (width<=768px){.content__img{width:200px}}.navbar{z-index:100;opacity:0;pointer-events:none;background:0 0;border-bottom:1px solid #0000;justify-content:space-between;align-items:center;width:100%;padding:1.25rem 2.5rem;transition:opacity .4s,transform .4s,background .4s;display:flex;position:fixed;top:0;left:0;transform:translateY(-8px)}.navbar--visible{opacity:1;pointer-events:auto;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);background:#8e1616e6;transform:translateY(0)}.navbar__logo{color:#fff;letter-spacing:.02em;cursor:pointer;-webkit-user-select:none;user-select:none;font-family:Kaveyore,cursive;font-size:2.2rem;font-weight:400;line-height:1;text-decoration:none}.navbar__links{align-items:center;gap:4rem;margin:0 4.5rem 0 0;padding:0;list-style:none;display:flex}.navbar__link{color:#ffffffbf;cursor:pointer;letter-spacing:.03em;font-family:Special Elite,cursive;font-size:1.2rem;text-decoration:none;transition:color .2s;position:relative}.navbar__link:hover,.navbar__link--active{color:#fff}.navbar__link--active:after{content:"";background:#fff;border-radius:1px;width:100%;height:1.5px;position:absolute;bottom:-4px;left:0}.hamburger{cursor:pointer;z-index:101;background:0 0;border:none;flex-direction:column;justify-content:space-around;width:2rem;height:1.5rem;padding:0;display:none}.hamburger span{transform-origin:1px;background:#fff;border-radius:10px;width:2rem;height:2px;transition:all .3s linear;position:relative}.hamburger--open span:first-child{transform:rotate(45deg)}.hamburger--open span:nth-child(2){opacity:0}.hamburger--open span:nth-child(3){transform:rotate(-45deg)}@media (width<=768px){.navbar{padding:1rem 1.5rem}.navbar__logo{z-index:101;font-size:1.4rem}.hamburger{display:flex}.navbar__links{-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);background:#8e1616f2;flex-direction:column;justify-content:center;align-items:center;gap:3rem;width:65%;height:100vh;margin:0;padding:0;transition:right .4s;position:fixed;top:0;right:-100%}.navbar__links--open{right:0}.navbar__link{font-size:1.5rem}}.intro-section{background-color:#8c1c1d;grid-template-columns:1fr 1.1fr 1fr;align-items:center;gap:2rem;width:100%;min-height:100vh;padding:6rem 3rem 4rem;display:grid;position:relative}.intro-left{text-align:center;flex-direction:column;justify-content:center;align-items:center;display:flex;position:relative}.intro-greeting{color:#fff;text-shadow:0 2px 8px #00000026;font-family:Special Elite,cursive;font-size:clamp(3rem,5vw,4.5rem);font-weight:400;line-height:1.2;display:inline-block;position:relative}.intro-name{color:#fff;text-shadow:0 2px 8px #00000026;margin-top:.5rem;font-family:Special Elite,cursive;font-size:clamp(3rem,5vw,4.5rem);font-weight:400;line-height:1.2}.hand-emoji-wrapper{width:clamp(200px,25vw,280px);height:clamp(200px,25vw,280px);margin-left:1.5rem;position:absolute;top:-130px;left:20%}.hand-emoji-icon{object-fit:contain;transform-origin:50% 85%;filter:invert();width:100%;height:100%;animation:4s ease-in-out infinite slowWave;position:absolute;top:0;left:0}.hand-line-icon{object-fit:contain;pointer-events:none;width:20%;height:140%;position:absolute;top:0;left:45%}@keyframes slowWave{0%{transform:rotate(0)}25%{transform:rotate(-12deg)}75%{transform:rotate(12deg)}to{transform:rotate(0)}}.deco-swirl--left{opacity:.85;pointer-events:none;mix-blend-mode:screen;width:28rem;position:absolute;bottom:-6rem;left:-4rem;-webkit-mask-image:linear-gradient(#000 85%,#0000 100%);mask-image:linear-gradient(#000 85%,#0000 100%)}.intro-photo-area{justify-content:center;align-items:center;display:flex;position:relative}.intro-photo-frame{aspect-ratio:3/4;z-index:10;border:3px solid #ffffff14;border-radius:1.5rem;width:clamp(260px,35vw,420px);position:relative;overflow:hidden;transform:none;box-shadow:0 20px 60px #0006}.intro-photo{object-fit:cover;object-position:center top;width:100%;height:100%}.cat-sticker{object-fit:contain;pointer-events:none;z-index:15;filter:invert();position:absolute}.cat-sticker--top{width:250px;height:250px;top:-61px;right:70px}.cat-sticker--bottom{width:280px;height:280px;bottom:-110px;left:30px}.intro-right{text-align:left;flex-direction:column;justify-content:center;align-items:flex-start;gap:1.5rem;max-width:320px;margin:0 auto;display:flex;position:relative;transform:translate(-3.5rem)}.intro-role{color:#fff;letter-spacing:.01em;font-family:Special Elite,cursive;font-size:clamp(1rem,1.3vw,1.25rem);font-weight:400}.intro-bio{color:#ffffffe0;letter-spacing:.01em;font-family:Special Elite,cursive;font-size:clamp(.85rem,1.1vw,1.05rem);line-height:1.7}.deco-swirl--right{opacity:.75;pointer-events:none;mix-blend-mode:screen;width:26rem;position:absolute;top:-8rem;right:-11rem}@media (width<=768px){.intro-section{text-align:center;grid-template-rows:auto auto auto;grid-template-columns:1fr;gap:2.5rem;min-height:auto;padding:6rem 1.5rem 1rem}.intro-photo-frame{width:70vw}.cat-sticker--top{width:150px;height:150px;top:-30px;right:10%}.cat-sticker--bottom{width:160px;height:160px;bottom:-40px;left:10%}.hand-emoji-wrapper{width:120px;height:120px;margin-left:.5rem;top:-50px;left:80%}.intro-right{text-align:center;align-items:center;transform:none}.deco-swirl--left,.deco-swirl--right{display:none}}.quote-section{view-timeline-name:--quote-timeline;view-timeline-axis:block;background-color:#8c1c1d;width:100%;height:250vh;position:relative}.quote-sticky-wrapper{justify-content:center;align-items:center;width:100%;height:100vh;display:flex;position:sticky;top:0;overflow:hidden}.quote-container{justify-content:flex-start;align-items:center;width:100%;max-width:1100px;padding:0 3rem 0 5%;display:flex;position:relative}.quote-text{letter-spacing:-.01em;z-index:10;color:#fff;text-shadow:0 4px 15px #00000026;font-family:Special Elite,cursive;font-size:clamp(2.5rem,5.2vw,4.8rem);font-weight:400;line-height:1.35;position:relative}.quote-smoke-left{pointer-events:none;z-index:5;opacity:.85;width:clamp(400px,40vw,750px);position:absolute;top:50%;left:-2vw;transform:translateY(-50%);-webkit-mask-image:linear-gradient(#000 85%,#0000 100%);mask-image:linear-gradient(#000 85%,#0000 100%)}@media (width<=768px){.quote-container{padding-left:1rem;padding-right:1rem}.quote-text{font-size:clamp(1.8rem,8vw,2.8rem);line-height:1.4}.quote-smoke-left{width:65vw;left:-10vw}.quote-section{height:auto;padding:3rem 0}.quote-sticky-wrapper{height:auto;position:relative}}.about-section{background-color:#8c1c1d;justify-content:center;align-items:center;width:100%;min-height:100vh;padding:6rem 3rem 4rem;display:flex;position:relative}.about-bg-smoke{pointer-events:none;z-index:1;opacity:.65;mix-blend-mode:screen;width:80%;max-width:1200px;height:auto;position:absolute;bottom:-10%;left:-5%}.about-content{z-index:10;flex-direction:column;gap:4rem;width:100%;max-width:1200px;display:flex;position:relative}.about-description{color:#df888a;text-align:left;letter-spacing:-.01em;max-width:950px;font-family:Special Elite,cursive;font-size:clamp(1.15rem,1.8vw,1.6rem);line-height:1.6}.about-cards-row{justify-content:center;align-items:flex-start;gap:3rem;width:100%;display:flex}.about-card{-webkit-backdrop-filter:blur(20px);background:#ffffff0f;border:1px solid #ffffff14;border-radius:2rem;flex-direction:column;flex:0 500px;height:320px;padding:1.8rem 2.2rem;display:flex;overflow:hidden;box-shadow:0 30px 60px #00000040}.about-card-title{color:#ffffffb3;text-transform:lowercase;margin-bottom:1.2rem;font-family:Special Elite,cursive;font-size:1.15rem;font-weight:400}.tools-grid{grid-template-columns:repeat(4,1fr);place-items:center;gap:1.2rem;margin-top:.5rem;display:grid}.tool-item{justify-content:center;align-items:center;width:65px;height:65px;display:flex}.tool-icon-wrapper{-webkit-backdrop-filter:blur(10px);background:#ffffff0f;border:1px solid #ffffff14;border-radius:12px;justify-content:center;align-items:center;width:50px;height:50px;transition:transform .3s;display:flex}.tool-icon-wrapper--bg-black{box-sizing:border-box;background:#fffc;padding:8px}.tool-icon-wrapper:hover{transform:scale(1.12)}.tool-icon{object-fit:contain;width:100%;height:100%}.tool-item{justify-content:center;display:flex;position:relative}.favorites-container{width:100%;height:220px;margin-top:.5rem;position:relative}.fav-sticker{object-fit:contain;pointer-events:auto;z-index:15;transition:transform .3s cubic-bezier(.175,.885,.32,1.275);position:absolute}.fav-sticker:hover{z-index:20;transform:scale(1.18)!important}.fav-sticker--dumbbell{width:200px;height:200px;top:-80px;left:-20px;transform:rotate(-10deg)}.fav-sticker--yogamat{width:200px;height:200px;top:-70px;left:110px;transform:rotate(35deg)}.fav-sticker--ps5{width:100px;height:100px;top:-10px;left:310px;transform:rotate(-8deg)}.fav-sticker--badminton{width:200px;height:200px;top:60px;left:-50px;transform:rotate(-15deg)}.fav-sticker--lighter{width:200px;height:200px;top:30px;left:70px;transform:rotate(-12deg)}.fav-sticker--ott{width:200px;height:200px;top:70px;left:140px;transform:rotate(-15deg)}.fav-sticker--pickleball{width:200px;height:200px;top:60px;left:270px;transform:rotate(-15deg)}@media (width<=1024px){.about-cards-row{flex-direction:column;align-items:center;gap:2rem}.about-card{flex:none;width:100%;max-width:500px;height:auto;min-height:auto}}@media (width<=768px){.about-section{min-height:auto;padding:2rem 1.5rem 1rem}.about-description{font-size:1.15rem;line-height:1.5}.about-card{height:auto;min-height:auto;padding:1.5rem}.about-card--tools{height:auto!important}.favorites-container{height:220px}.fav-sticker--dumbbell{width:130px;height:130px;top:0;left:0%}.fav-sticker--yogamat{width:100px;height:100px;top:15px;left:35%}.fav-sticker--ps5{width:50px;height:50px;top:25px;left:75%}.fav-sticker--badminton{width:100px;height:100px;top:100px;left:5%}.fav-sticker--lighter{width:100px;height:100px;top:20px;left:38%}.fav-sticker--ott{width:100px;height:100px;top:110px;left:65%}.fav-sticker--pickleball{width:100px;height:100px;top:120px;left:25%}.fav-sticker{animation:3s ease-in-out infinite mobileWiggle}.fav-sticker:nth-child(2n){animation-duration:4s;animation-delay:-1s}.fav-sticker:nth-child(3n){animation-duration:3.5s;animation-delay:-2s}}@keyframes mobileWiggle{0%,to{translate:0;rotate:0deg}33%{translate:0 -4px;rotate:3deg}66%{translate:0 2px;rotate:-2deg}}.desk-section{background-color:#8c1c1d;flex-direction:column;align-items:center;width:100%;min-height:100vh;padding:25rem 2rem 4rem;display:flex;position:relative}.desk-main-title{color:#fff;text-align:center;z-index:10;margin-bottom:4rem;font-family:Special Elite,cursive;font-size:clamp(2rem,3.5vw,3rem);font-weight:400}.desk-layout-container{justify-content:center;align-items:center;width:100%;max-width:1600px;display:flex;position:relative}.desk-tooltip{opacity:0;pointer-events:none;z-index:20;width:300px;transition:opacity .3s;position:absolute;top:50%;right:2%;transform:translateY(-50%)}.desk-tooltip.is-visible{opacity:1}.desk-tooltip-title{color:#fff;text-underline-offset:4px;margin-bottom:.5rem;font-family:Special Elite,cursive;font-size:1.2rem;font-weight:400;text-decoration:underline}.desk-tooltip-desc{color:#fff;opacity:.9;font-family:Special Elite,cursive;font-size:1rem;line-height:1.4}.desk-board-wrapper{z-index:5;width:55%;max-width:900px;position:relative}.desk-smoke-right{z-index:0;pointer-events:none;opacity:.85;mix-blend-mode:screen;width:clamp(400px,40vw,800px);position:absolute;top:50%;right:-2vw;transform:translateY(-50%)}.desk-corkboard-bg{filter:drop-shadow(0 20px 40px #0006);width:100%;height:auto;display:block}.desk-item{cursor:grab;z-index:10;touch-action:none;position:absolute}.desk-item:active{cursor:grabbing}.desk-item:hover{z-index:15}.desk-item-img{object-fit:contain;filter:drop-shadow(0 5px 15px #00000040);width:100%;height:auto;transition:transform .2s cubic-bezier(.175,.885,.32,1.275)}@keyframes deskWiggle{0%{transform:scale(1.05)rotate(-2deg)}50%{transform:scale(1.05)rotate(2deg)}to{transform:scale(1.05)rotate(-2deg)}}.desk-item:hover .desk-item-img{animation:.6s ease-in-out infinite deskWiggle}.desk-deco{pointer-events:none;z-index:8;object-fit:contain;filter:drop-shadow(0 2px 8px #0003);position:absolute}.desk-sticker--polaroids{width:30%;top:-4%;left:-9%;transform:rotate(-3deg)}.desk-sticker--finance{width:19%;top:9%;left:20%;transform:rotate(4deg)}.desk-sticker--calendar{width:33%;top:10%;left:50%}.desk-sticker--todo{width:18%;top:4%;right:-3%;transform:rotate(8deg)}.desk-sticker--postcard{width:22%;top:48%;left:24%;transform:rotate(-6deg)}.desk-sticker--stickynotes{width:25%;bottom:-9%;left:6%}.desk-sticker--catchall{width:19%;top:42%;right:2%;transform:rotate(-2deg)}.desk-sticker--camera{width:22%;bottom:4%;right:3%}.desk-sticker--headphones{width:30%;bottom:-15%;left:43%}.desk-deco--cat{z-index:15;width:14%;top:65%;left:12%}.desk-deco--1111{width:10%;top:55%;left:65%;transform:rotate(-3deg)}.desk-deco--orangehearts{width:12%;top:31%;left:9%;transform:rotate(-15deg)}.desk-deco--pinkhearts{width:14%;top:6%;left:70%;transform:rotate(-2deg)}.desk-deco--purplehearts{width:14%;top:76%;left:28%}.desk-deco--greenhearts{width:14%;bottom:8%;left:35%;transform:rotate(2deg)}@media (width<=1024px){.desk-section{min-height:auto;padding:6rem 1rem 2rem}.desk-board-wrapper{width:100%}.desk-tooltip{z-index:100;background:#8c1c1de6;border-radius:8px;padding:1rem}.desk-tooltip--polaroids,.desk-tooltip--finance,.desk-tooltip--calendar,.desk-tooltip--todo,.desk-tooltip--postcard,.desk-tooltip--stickynotes,.desk-tooltip--catchall,.desk-tooltip--camera,.desk-tooltip--headphones{text-align:center;width:90%;top:auto;bottom:-10%;left:50%;transform:translate(-50%)}}.desk-tidy-btn{color:#8c1c1d;cursor:pointer;z-index:30;background-color:#fff;border:none;border-radius:30px;padding:1rem 2rem;font-family:Special Elite,cursive;font-size:1.2rem;transition:transform .2s,box-shadow .2s;position:absolute;top:4rem;right:2rem;box-shadow:0 4px 15px #0003}.desk-tidy-btn:hover{transform:translateY(-3px);box-shadow:0 6px 20px #0000004d}.desk-inspect-overlay{-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);z-index:1000;background:#0009;justify-content:center;align-items:center;width:100vw;height:100vh;animation:.3s fadeIn;display:flex;position:fixed;top:0;left:0}@keyframes fadeIn{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}.desk-inspect-content{background:0 0;flex-direction:row;align-items:center;gap:3rem;width:90%;max-width:1000px;display:flex;position:relative}.desk-inspect-img{object-fit:contain;filter:drop-shadow(0 20px 40px #00000080);max-width:50%;max-height:80vh}.desk-inspect-text{color:#fff;flex:1}.desk-inspect-title{text-underline-offset:8px;margin-bottom:1rem;font-family:Special Elite,cursive;font-size:2.5rem;text-decoration:underline}.desk-inspect-desc{font-family:Special Elite,cursive;font-size:1.5rem;line-height:1.5}.desk-inspect-close{color:#8c1c1d;cursor:pointer;background:#fff;border:none;border-radius:50%;justify-content:center;align-items:center;width:40px;height:40px;font-size:1.5rem;transition:transform .2s;display:flex;position:absolute;top:-2rem;right:-2rem}.desk-inspect-close:hover{transform:scale(1.1)rotate(90deg)}@media (width<=768px){.desk-inspect-content{text-align:center;flex-direction:column}.desk-inspect-img{max-width:80%}.desk-tidy-btn{padding:.8rem 1.5rem;font-size:1rem;top:1rem;right:1rem}}.section-eight{flex-direction:column;justify-content:center;align-items:center;width:100%;min-height:100vh;margin-top:200px;padding:60px 20px 80px;display:flex;position:relative;overflow:hidden}.testi-scatter-container{flex-wrap:wrap;flex-grow:1;justify-content:center;align-items:center;gap:10px 20px;width:100%;max-width:1300px;margin:0 auto;display:flex}.testi-bubble-wrapper{flex-direction:column;align-items:flex-start;max-width:260px;display:flex}.testi-bubble-wrapper:nth-child(2n){margin-top:40px}.testi-bubble-wrapper:nth-child(3n){margin-top:15px;margin-left:2%}.testi-bubble-wrapper:nth-child(4n){margin-top:-15px;margin-right:2%}.testi-bubble{color:#1a1a1a;background-color:#fff;border-radius:25px;padding:16px 20px;font-family:Maven Pro,sans-serif;font-size:.85rem;font-weight:500;line-height:1.4;position:relative;box-shadow:0 10px 30px #00000014}.testi-tail-group{flex-direction:column;align-items:center;margin-top:2px;margin-left:25px;display:flex}.testi-bubble-wrapper:nth-child(2n) .testi-tail-group{margin-left:auto;margin-right:25px}.testi-dot{background-color:#fff;border-radius:50%;box-shadow:0 4px 10px #0000000d}.testi-dot-1{width:12px;height:12px;margin-top:6px;margin-bottom:4px;margin-left:-10px}.testi-dot-2{width:6px;height:6px;margin-bottom:12px;margin-left:-20px}.testi-bubble-wrapper:nth-child(2n) .testi-dot-1{margin-left:10px}.testi-bubble-wrapper:nth-child(2n) .testi-dot-2{margin-left:20px}.testi-avatar{align-items:center;gap:12px;margin-left:-30px;display:flex}.testi-bubble-wrapper:nth-child(2n) .testi-avatar{flex-direction:row-reverse;margin-left:0;margin-right:-30px}.testi-avatar img{object-fit:cover;border:2px solid #fff;border-radius:50%;width:50px;height:50px;box-shadow:0 8px 15px #0000001a}.testi-name{color:#fff;text-shadow:0 2px 4px #00000080;font-family:Maven Pro,sans-serif;font-size:.9rem;font-weight:500}.testi-bottom-title{text-align:center;width:100%;margin-top:60px}.testi-bottom-title h2{color:#fff;letter-spacing:-.5px;margin:0;font-family:Oranienbaum,serif;font-size:3.5rem;font-weight:400;line-height:1.1}@media (width<=768px){.testi-bubble-wrapper{margin:0 0 40px!important}.testi-scatter-container{flex-direction:column;align-items:center}.testi-bottom-title h2{font-size:2.5rem}}.scroll-stack-scroller{overscroll-behavior:contain;-webkit-overflow-scrolling:touch;scroll-behavior:smooth;will-change:scroll-position;width:100%;height:100%;position:relative;overflow:visible auto;transform:translateZ(0)}.scroll-stack-inner{min-height:100vh;padding:20vh 5rem 50rem}.scroll-stack-card-wrapper{position:relative}.scroll-stack-card{transform-origin:top;will-change:transform, filter;backface-visibility:hidden;transform-style:preserve-3d;box-sizing:border-box;border-radius:40px;width:100%;height:20rem;margin:30px 0;padding:3rem;position:relative;transform:translateZ(0);box-shadow:0 0 30px #0000001a}.scroll-stack-end{width:100%;height:1px}.services-hero-section{background-color:#0d1b10;width:100%;min-height:200vh;position:relative}.services-hero-bg{z-index:0;width:100%;height:100vh;position:sticky;top:0;left:0}.services-hero-bg-img{object-fit:cover;object-position:center;width:100%;height:100%}.services-custom-stack-item{justify-content:center;display:flex;box-shadow:none!important;backface-visibility:visible!important;transform-style:flat!important;will-change:auto!important;background:0 0!important;border-radius:0!important;height:auto!important;margin:10vh 0!important;padding:0!important}.services-scroll-stack-override .scroll-stack-inner{padding-top:5vh}@media (width<=768px){.services-scroll-stack-override .scroll-stack-inner{padding-left:1rem;padding-right:1rem}}.services-stack-img{width:90vw;max-width:1000px;height:auto;image-rendering:high-quality;image-rendering:-webkit-optimize-contrast;border-radius:8px}.services-info-section{z-index:10;color:#fff;background-color:#8c1c1d;justify-content:center;width:100%;min-height:100vh;padding:6rem 2rem;display:flex;position:relative}.services-info-container{flex-direction:column;width:100%;max-width:1200px;display:flex}.services-tabs{flex-wrap:wrap;justify-content:flex-start;gap:1rem;margin-bottom:4rem;display:flex}.service-tab-btn{color:#fff;cursor:pointer;background:#ffffff4d;border:1px solid #ffffff80;border-radius:50px;padding:.8rem 2rem;font-family:Special Elite,cursive;font-size:1.3rem;transition:all .3s}.service-tab-btn:hover{background:#ffffff80}.service-tab-btn.active{color:#222;background:#fff;border-color:#fff;font-weight:500}.services-content-area{grid-template-columns:1fr 1fr;gap:4rem;animation:.4s fadeIn;display:grid}.services-left-col{padding-right:2rem}.services-heading{letter-spacing:1px;margin-bottom:1.5rem;font-family:Special Elite,cursive;font-size:3rem;font-weight:400}.services-description{opacity:.95;margin-bottom:3rem;font-size:1.25rem;line-height:1.7}.services-includes{margin-top:2rem}.services-includes h3{color:#fff;letter-spacing:.02em;margin-bottom:1.75rem;font-family:Special Elite,cursive,sans-serif;font-size:1.45rem;font-weight:500}.services-points-list{flex-direction:column;align-items:flex-start;gap:.95rem;margin:0;padding:0;list-style:none;display:flex}.services-points-list li{color:#fff;align-items:flex-start;gap:.85rem;margin:0;padding:0;font-family:inherit;font-size:1.25rem;line-height:1.5;display:flex}.services-points-list li:before{content:"•";color:#fff;flex-shrink:0;margin-top:.1rem;font-size:1.4rem;line-height:1}.services-right-col{flex-direction:column;gap:2.5rem;display:flex}.services-step-title{margin-bottom:.8rem;font-family:Special Elite,cursive;font-size:1.8rem;font-weight:400}.step-num{font-family:Special Elite,cursive;font-size:1.8rem}.services-step-desc{opacity:.9;font-size:1rem;line-height:1.5}@media (width<=900px){.services-info-section{padding:3rem 1.5rem}.services-left-col{padding-right:0}.services-content-area{grid-template-columns:1fr;gap:3rem}}.services-pricing-section{z-index:10;background-color:#8c1c1d;flex-direction:column;align-items:center;width:100%;min-height:100vh;padding:6rem 2rem;font-family:Special Elite,cursive;display:flex;position:relative}.pricing-header{text-align:center;color:#fff;margin-bottom:4rem}.pricing-title{margin-bottom:1rem;font-size:3.5rem;font-weight:400}.pricing-subtitle{opacity:.9;font-size:1.2rem}.pricing-cards-container{grid-template-columns:repeat(3,1fr);gap:20px;width:100%;max-width:1400px;display:grid}.pricing-card{border-radius:4px;flex-direction:column;min-height:600px;display:flex;position:relative;overflow:hidden}.card-bg{filter:blur(3px);z-index:0;background-image:url(/Emojis/BG%20image.png);background-position:50%;background-size:cover;position:absolute;inset:-10px}.card-bg:after{content:"";background:#ffffffa6;width:100%;height:100%;position:absolute;top:0;left:0}.card-content{z-index:1;color:#111;flex-direction:column;height:100%;padding:3rem 2rem;display:flex;position:relative}.card-title{margin-bottom:1rem;font-size:2.2rem;font-weight:400}.uppercase{text-transform:uppercase}.card-desc{min-height:45px;margin-bottom:2.5rem;font-size:1rem;line-height:1.4}.card-price{margin-bottom:2rem;font-size:1.8rem}.card-includes-title{margin-bottom:1.5rem;font-size:1.1rem}.card-features{flex-direction:column;gap:1rem;padding:0;list-style:none;display:flex}.card-features li{align-items:flex-start;gap:10px;font-size:1rem;display:flex}.check{color:#c42626;font-weight:700}.card-custom-text{margin-bottom:2rem;font-size:1.3rem;line-height:1.5}.custom-features{margin-bottom:3rem}.card-footer-text{text-align:center;margin-top:auto;margin-bottom:1.5rem;font-size:1rem;line-height:1.4}.global-pricing-btn{color:#111;text-align:center;background:#fffc;border:1px solid #333;border-radius:50px;margin-top:5rem;padding:1rem 2rem;font-size:1.2rem;text-decoration:none;transition:all .3s;display:inline-block}.global-pricing-btn:hover{background:#fff;transform:translateY(-2px);box-shadow:0 10px 20px #0003}@media (width<=1024px){.pricing-cards-container{grid-template-columns:1fr;gap:3rem}.pricing-card{min-height:auto}.global-pricing-btn{margin-top:3rem}}.services-banner-section{color:#fff;background-color:#8c1c1d;justify-content:center;width:100%;padding:5rem 2rem 8rem;font-family:Special Elite,cursive;display:flex}.services-banner-content{text-align:center;width:100%;max-width:800px}.banner-heading{margin-bottom:2rem;font-size:2.5rem;font-weight:400}.banner-text{margin-bottom:3.5rem;font-size:1.25rem;line-height:1.6}.banner-actions{flex-wrap:wrap;justify-content:center;align-items:center;gap:2rem;display:flex}.banner-btn{color:#111;background-color:#e2e2e2;border:1px solid #0000;border-radius:8px;padding:.8rem 1.8rem;font-size:1.2rem;text-decoration:none;transition:all .3s;display:inline-block}.banner-btn:hover{background-color:#fff;transform:translateY(-2px);box-shadow:0 4px 12px #00000026}.banner-link{color:#fff;text-underline-offset:4px;font-size:1.2rem;text-decoration:underline;transition:opacity .3s}.banner-link:hover{opacity:.7}@media (width<=600px){.banner-actions{flex-direction:column;gap:1.5rem}}.contact-modal-overlay{z-index:1000;background-color:#0009;justify-content:center;align-items:flex-start;width:100vw;height:100vh;padding:2rem;font-family:Special Elite,cursive;display:flex;position:fixed;top:0;left:0;overflow-y:auto}.contact-modal-content{color:#333;background-color:#f7f4ed;border-radius:8px;width:100%;max-width:700px;margin:auto;padding:3.5rem 3rem;animation:.3s ease-out modalFadeIn;position:relative;box-shadow:0 25px 50px -12px #00000040}.contact-modal-close{cursor:pointer;color:#666;background:0 0;border:none;font-size:2rem;line-height:1;transition:color .2s;position:absolute;top:1.5rem;right:1.5rem}.contact-modal-close:hover{color:#111}.contact-modal-eyebrow{color:#c42626;letter-spacing:2px;text-transform:uppercase;margin-bottom:.5rem;font-size:.85rem}.contact-modal-title{color:#111;margin-bottom:1rem;font-size:2.5rem;font-weight:400}.contact-modal-desc{color:#555;margin-bottom:2.5rem;font-size:1.05rem;line-height:1.5}.contact-modal-form{flex-direction:column;gap:1.5rem;display:flex}.form-row{gap:1.5rem;display:flex}.form-group{flex-direction:column;flex:1;gap:.5rem;display:flex}.form-group label{color:#333;font-size:.95rem}.form-group input,.form-group select,.form-group textarea{color:#333;background-color:#fff;border:1px solid #ddd;border-radius:4px;width:100%;padding:.8rem 1rem;font-family:Special Elite,cursive;font-size:1rem;transition:border-color .2s}.form-group input:focus,.form-group select:focus,.form-group textarea:focus{border-color:#c42626;outline:none}.form-submit-btn{color:#fff;cursor:pointer;background-color:#8c1c1d;border:none;border-radius:4px;align-self:flex-start;margin-top:1rem;margin-bottom:2rem;padding:.8rem 2rem;font-family:Special Elite,cursive;font-size:1.1rem;transition:background-color .2s}.form-submit-btn:hover{background-color:#6a1415}.form-footer-note{color:#555;background-color:#fff;border:1px solid #ddd;border-radius:4px;padding:1rem;font-size:.9rem;line-height:1.5}.form-footer-note a{color:#c42626;text-underline-offset:2px;text-decoration:underline}.form-error-msg{color:#c42626;margin-top:-1rem;margin-bottom:1.5rem;font-size:.95rem}.contact-modal-success{text-align:center;padding:3rem 1rem}@keyframes modalFadeIn{0%{opacity:0;transform:translateY(20px)scale(.95)}to{opacity:1;transform:translateY(0)scale(1)}}@media (width<=600px){.form-row{flex-direction:column;gap:1.5rem}.contact-modal-content{padding:2.5rem 1.5rem}}.portfolio-page{flex-direction:column;width:100%;min-height:100vh;padding-top:0;display:flex}.portfolio-video-container{justify-content:center;align-items:center;width:100vw;display:flex}.portfolio-video-placeholder{background-color:#0003;border-bottom:1px dashed #fff3;justify-content:center;align-items:center;width:100vw;height:60vh;display:flex}.portfolio-video-placeholder p{color:#ffffff80;font-family:Special Elite,cursive;font-size:1.2rem}.portfolio-hero{background:0 0;flex-direction:column;justify-content:flex-start;align-items:center;width:100%;margin:0;padding-top:4.25rem;display:flex;position:relative;overflow:hidden}.portfolio-banner-img-container{justify-content:center;align-items:center;width:100%;margin:0;padding:0;display:flex}.portfolio-banner-img{width:100%;max-width:100%;height:auto;display:block}@media (width<=768px){.portfolio-hero{padding-top:6rem}}.portfolio-sections-container{flex-direction:column;align-items:center;width:100%;padding-bottom:4rem;display:flex}.portfolio-ctas-wrapper{justify-content:center;align-items:center;gap:2rem;width:100%;max-width:1200px;margin-top:4rem;margin-bottom:4rem;display:flex}.cta-divider{color:#ccc;font-family:Special Elite,cursive;font-size:2rem}.portfolio-cta{color:#ffffff80;cursor:pointer;text-transform:uppercase;background:0 0;border:none;padding:.5rem 1rem;font-family:Special Elite,cursive;font-size:2rem;transition:all .3s;position:relative}.portfolio-cta:hover{color:#fffc}.portfolio-cta.active{color:#fff}.portfolio-cta:after{content:"";background-color:#fff;width:0;height:2px;transition:width .3s;position:absolute;bottom:0;left:50%;transform:translate(-50%)}.portfolio-cta.active:after{width:80%}.portfolio-content-area{flex-direction:column;align-items:center;width:100vw;display:flex}.portfolio-content{width:100%;animation:.4s ease-out fadeIn}.placeholder-text{text-align:center;color:#ffffffb3;margin-top:4rem;font-family:Special Elite,cursive;font-size:1.2rem}.painting-overlay{-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);z-index:10;opacity:0;pointer-events:none;background:#8c1c1d66;justify-content:center;align-items:center;width:100%;height:100%;transition:opacity .4s;display:flex;position:absolute;top:0;left:0}.painting-overlay.visible{opacity:1;pointer-events:auto}.painting-overlay-content{background:#ffffff0d;border-radius:12px;align-items:center;gap:3rem;width:90%;max-width:900px;padding:2rem;transition:transform .4s cubic-bezier(.175,.885,.32,1.275);display:flex;position:relative;transform:scale(.95);box-shadow:0 10px 40px #00000080}.painting-overlay.visible .painting-overlay-content{transform:scale(1)}.close-painting-btn{color:#fff;cursor:pointer;opacity:.7;z-index:10;background:0 0;border:none;font-size:2rem;transition:opacity .2s;position:absolute;top:1rem;right:1.5rem}.close-painting-btn:hover{opacity:1}.painting-enlarged-container{flex:1;justify-content:center;display:flex}.painting-enlarged-img{object-fit:contain;border-radius:8px;max-width:100%;max-height:500px;box-shadow:0 5px 20px #00000080}.painting-details{color:#fff;flex:1;font-family:Times New Roman,Times,serif}.painting-title{color:#fff;margin-bottom:1.5rem;font-family:Special Elite,cursive;font-size:2.5rem}.painting-description p{opacity:.9;margin-bottom:1rem;font-size:1.1rem;line-height:1.6}@media (width<=768px){.portfolio-ctas-wrapper{gap:1rem;margin-top:1.5rem;margin-bottom:1.5rem}.portfolio-cta,.cta-divider{font-size:1.5rem}}.menu-wrap{width:100%;height:100%;overflow:hidden}.menu{flex-direction:column;height:100%;margin:0;padding:0;display:flex}.menu__item{text-align:center;cursor:pointer;border-top:1px solid;flex:1;min-height:85px;position:relative;overflow:hidden}.menu__item:first-child{border-top:none}.menu__item-link{cursor:pointer;text-transform:uppercase;white-space:nowrap;letter-spacing:.03em;pointer-events:none;justify-content:center;align-items:center;height:100%;font-family:Special Elite,cursive;font-size:3.8vh;font-weight:400;line-height:1;text-decoration:none;transition:color .3s;display:flex;position:relative}.marquee{pointer-events:none;width:100%;height:100%;position:absolute;top:0;left:0;overflow:hidden;transform:translateY(101%)}.marquee__inner-wrap{pointer-events:none;width:100%;height:100%;overflow:hidden}.marquee__inner{will-change:transform;pointer-events:none;align-items:center;width:fit-content;height:100%;display:flex;position:relative}.marquee__part{flex-shrink:0;justify-content:center;align-items:center;height:100%;display:flex}.marquee span{white-space:nowrap;text-transform:uppercase;align-items:center;padding:0 1.2vw;font-family:Special Elite,cursive;font-size:3.8vh;font-weight:400;line-height:1;display:inline-flex}.marquee__img{mix-blend-mode:multiply;background-position:50%;background-repeat:no-repeat;background-size:contain;border-radius:50px;align-self:center;width:190px;height:5.5vh;min-height:48px;margin:0 1.2vw}.line-sidebar{--accent-color:#f3e9d8;--text-color:#f3e9d880;--marker-color:#f3e9d84d;--marker-length:60px;--marker-gap:0px;--tick-scale:.5;--max-shift:30px;--item-gap:20px;--font-size:1.1rem;--smoothing:.1s;justify-content:flex-start;font-family:inherit;display:flex;position:relative}.line-sidebar--markers{padding-left:calc(var(--marker-length) + var(--marker-gap))}.line-sidebar__list{gap:var(--item-gap);flex-direction:column;margin:0;padding:1rem 0;list-style:none;display:flex}.line-sidebar__item{cursor:pointer;position:relative}.line-sidebar__item:before{content:"";position:absolute;inset:-6px -48px}.line-sidebar__label{font-size:var(--font-size);color:color-mix(in srgb, var(--accent-color) calc(var(--effect,0) * 100%), var(--text-color));transform:translateX(calc(var(--effect,0) * var(--max-shift)));white-space:nowrap;align-items:baseline;font-family:Special Elite,cursive;line-height:1.2;display:inline-flex;position:relative}.line-sidebar__index{opacity:calc(.55 + var(--effect,0) * .45);margin-right:.6rem;font-family:ui-monospace,SFMono-Regular,Menlo,monospace;font-size:.85em}.line-sidebar__marker{top:50%;left:calc(-1 * var(--marker-length) - var(--marker-gap));height:1px;width:var(--marker-length);background-color:color-mix(in srgb, var(--accent-color) calc(var(--effect,0) * 100%), var(--marker-color));transform-origin:0;transform:translateY(-50%) scaleX(calc(.7 + var(--effect,0) * .5));position:absolute}.line-sidebar--markers .line-sidebar__item:not(:last-child):after{content:"";top:calc(100% + var(--item-gap) / 2);left:calc(-1 * var(--marker-length) - var(--marker-gap));height:1px;width:calc(var(--marker-length) * var(--tick-scale));background-color:var(--marker-color);opacity:.5;position:absolute;transform:translateY(-50%)}.line-sidebar--scale-tick .line-sidebar__item:not(:last-child):after{transform-origin:0;transform:translateY(-50%) scaleX(calc(.7 + var(--effect,0) * .6))}html{font-size:14px}body{text-align:center;background-color:#e4dded;margin:0;padding:0;font-family:Plus Jakarta Sans,sans-serif}.brume-hero{background:#e4dded;flex-direction:column;align-items:center;width:100%;min-height:100vh;margin-top:0;padding-top:0;display:flex;position:relative}.brume-sticky-nav{z-index:1000;-webkit-backdrop-filter:blur();backdrop-filter:blur();opacity:0;pointer-events:none;background:#e4dded00;width:100%;padding:1.25rem 4rem;transition:all .4s cubic-bezier(.16,1,.3,1);position:fixed;top:0;left:0}.brume-sticky-nav--active{opacity:1;pointer-events:auto;-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px);background:#e4ddedeb;box-shadow:0 4px 20px #0000000a}.brume-sticky-nav-inner{justify-content:center;align-items:center;gap:3.5rem;max-width:1280px;margin:0 auto;display:flex;position:relative}.brume-nav-item{color:#2d233c;font-family:Plus Jakarta Sans,sans-serif;font-size:1.15rem;font-weight:500;text-decoration:none;transition:opacity .2s}.brume-nav-item:hover{opacity:.7}.brume-nav-center-brand{justify-content:center;align-items:center;display:flex}.brume-nav-logo-small{object-fit:contain;width:auto;height:32px}.brume-nav-right{align-items:center;gap:1.5rem;display:flex}.brume-cart-btn{color:#fff;cursor:pointer;background:#000;border:none;border-radius:50%;justify-content:center;align-items:center;width:38px;height:38px;transition:transform .2s;display:flex;position:absolute;right:0}.brume-cart-btn:hover{transform:scale(1.08)}.brume-header{justify-content:center;align-items:center;width:100%;margin:0;padding:4rem 2rem 1rem;display:flex}.brume-hero .brume-logo-video{object-fit:contain;pointer-events:none;mix-blend-mode:multiply;background-color:#e4dded;width:90vw;max-width:850px;height:auto;margin:0 auto;display:block}.brume-hero .canvas-container{cursor:grab;border:none;outline:none;width:100%;min-height:600px;margin:0;padding:0;position:relative;overflow:hidden}.brume-hero .canvas-container:active{cursor:grabbing}.brume-hero .curved-carousel-canvas{border:none;outline:none;width:100%;height:600px;display:block}.brume-subtract-section{z-index:10;background-color:#e4dded;justify-content:center;width:100%;margin-top:6rem;padding:10rem 4rem 12rem;display:flex;position:relative}.brume-subtract-container{grid-template-columns:1.1fr 1fr;align-items:center;gap:4rem;width:100%;max-width:1280px;display:grid}.brume-subtract-text-box{text-align:left}.brume-subtract-image-box{justify-content:center;align-items:center;display:flex}.floating-pink-product-wrapper{z-index:100;justify-content:center;align-items:center;width:550px;height:550px;display:flex;position:relative}.product-jar-container{z-index:100;will-change:transform;justify-content:center;align-items:center;width:100%;height:100%;display:flex;position:relative}.product-jar-img{object-fit:contain;filter:drop-shadow(35px 50px 40px #2314324d);width:100%;height:100%;transition:opacity .1s linear;position:absolute;top:0;left:0}.brume-ingredients-section{z-index:5;background-color:#e4dded;flex-direction:column;justify-content:center;align-items:center;width:100%;min-height:110vh;padding:2rem 2rem 8rem;display:flex;position:relative}.brume-ingredients-stage{justify-content:center;align-items:center;width:100%;max-width:1100px;height:540px;margin-bottom:5rem;display:flex;position:relative}.ingredient-card{z-index:20;will-change:transform, opacity;pointer-events:auto;flex-direction:column;justify-content:center;align-items:center;margin-top:-65px;margin-left:-65px;display:flex;position:absolute;top:50%;left:50%}.ingredient-icon-wrapper{justify-content:center;align-items:center;width:110px;height:110px;margin-bottom:.5rem;display:flex}.ingredient-icon{object-fit:contain;filter:drop-shadow(0 12px 18px #23143238);width:100%;height:100%;animation:5s ease-in-out infinite alternate floatOrb}.ingredient-name{color:#2d233c;white-space:nowrap;letter-spacing:-.01em;font-family:Plus Jakarta Sans,sans-serif;font-size:1rem;font-weight:600}@keyframes floatOrb{0%{transform:translateY(0)}to{transform:translateY(-8px)}}.brume-ingredients-text-box{text-align:center;width:100%;max-width:1400px;margin:0 auto;padding:0 1rem}.brume-ingredients-main-title{color:#2d233c;letter-spacing:-.01em;white-space:nowrap;margin-bottom:1.5rem;font-family:Lora,serif;font-size:2.15rem;font-weight:700;line-height:1.25}.brume-ingredients-sub-title{color:#9b7fa3;letter-spacing:-.01em;margin:0;font-family:Lora,serif;font-size:2.1rem;font-style:italic;font-weight:700}.brume-dress-light-section{background-color:#e4dded;justify-content:center;width:100%;padding:10rem 4rem 12rem;display:flex}.brume-dress-light-container{grid-template-columns:1fr 1fr;align-items:center;gap:6rem;width:100%;max-width:1280px;display:grid}.brume-dress-light-image-box{justify-content:flex-start;display:flex}.slideshow-frame{background:#f4efea;border-radius:36px;width:100%;max-width:540px;height:640px;position:relative;overflow:hidden;box-shadow:0 20px 45px #2314321f}.slideshow-img{object-fit:cover;opacity:0;width:100%;height:100%;transition:opacity 1.2s ease-in-out;position:absolute;top:0;left:0}.slideshow-img--active{opacity:1}.brume-dress-light-text-box{text-align:left;flex-direction:column;justify-content:center;align-items:flex-start;gap:0;display:flex}.dress-line{letter-spacing:-.02em;text-align:left;margin:0;font-family:Lora,serif;font-weight:700;line-height:1.15}.dress-line-1{color:#2d233c;font-size:4.2rem}.dress-line-2{color:#9b7fa3;margin-top:-.5rem;margin-bottom:-.5rem;font-family:Lora,serif;font-size:5.6rem;font-style:italic;font-weight:700}.dress-line-3{color:#2d233c;font-family:Lora,serif;font-size:4.2rem;font-style:italic;font-weight:700}.brume-shop-collection-section{background-color:#e4dded;flex-direction:column;align-items:center;width:100%;padding:6rem 4rem 12rem;display:flex}.brume-shop-collection-title{color:#2d233c;letter-spacing:-.01em;margin-bottom:4rem;font-family:Lora,serif;font-size:3.6rem;font-style:italic;font-weight:700}.brume-shop-collection-grid{grid-template-columns:repeat(3,1fr);gap:2.25rem;width:100%;max-width:1280px;display:grid}.collection-card{cursor:pointer;border-radius:36px;width:100%;height:480px;transition:transform .35s cubic-bezier(.16,1,.3,1),box-shadow .35s;position:relative;overflow:hidden;box-shadow:0 16px 36px #23143214}.collection-card:hover{transform:translateY(-8px)scale(1.02);box-shadow:0 24px 48px #23143229}.collection-card-img{object-fit:cover;width:100%;height:100%;transition:transform .5s cubic-bezier(.16,1,.3,1)}.collection-card:hover .collection-card-img{transform:scale(1.06)}.collection-card-overlay{background:linear-gradient(#1e142d47 0%,#1e142d6b 100%);justify-content:center;align-items:center;width:100%;height:100%;padding:1.5rem;transition:background .3s;display:flex;position:absolute;top:0;left:0}.collection-card:hover .collection-card-overlay{background:linear-gradient(#1e142d33 0%,#1e142d59 100%)}.collection-card-title{color:#fff;letter-spacing:-.01em;text-shadow:0 2px 10px #0000004d;margin:0;font-family:Plus Jakarta Sans,sans-serif;font-size:1.65rem;font-weight:500}.brume-all-products-section{background-color:#e4dded;flex-direction:column;align-items:center;width:100%;padding:4rem 4rem 12rem;display:flex}.brume-all-products-title{color:#2d233c;letter-spacing:-.01em;margin-bottom:4rem;font-family:Lora,serif;font-size:3.6rem;font-style:italic;font-weight:700}.brume-all-products-grid{grid-template-columns:repeat(3,1fr);gap:2.5rem;width:100%;max-width:1280px;display:grid}.all-product-card{text-align:left;background:#fff;border-radius:20px;flex-direction:column;transition:transform .3s cubic-bezier(.16,1,.3,1),box-shadow .3s;display:flex;overflow:hidden;box-shadow:0 12px 30px #2314320f}.all-product-card:hover{transform:translateY(-6px);box-shadow:0 20px 40px #2314321f}.all-product-img-wrapper{background:linear-gradient(135deg,#f7f4ef 0%,#eae4d9 100%);justify-content:center;align-items:center;width:100%;height:380px;padding:2rem;display:flex;position:relative;overflow:hidden}.all-product-img{object-fit:contain;filter:drop-shadow(0 15px 25px #23143224);max-width:100%;max-height:100%;transition:transform .4s}.all-product-card:hover .all-product-img{transform:scale(1.05)}.all-product-info{flex-direction:column;flex-grow:1;padding:1.5rem 1.75rem 1.75rem;display:flex}.all-product-cat{color:#9b7fa3;letter-spacing:.08em;text-transform:uppercase;margin-bottom:.4rem;font-family:Plus Jakarta Sans,sans-serif;font-size:.75rem;font-weight:600}.all-product-name{color:#2d233c;letter-spacing:-.01em;margin:0 0 .5rem;font-family:Lora,serif;font-size:1.45rem;font-weight:700}.all-product-desc{color:#72677e;flex-grow:1;margin:0 0 1.5rem;font-family:Plus Jakarta Sans,sans-serif;font-size:.85rem;line-height:1.45}.all-product-footer{justify-content:space-between;align-items:center;margin-top:auto;display:flex}.all-product-price{color:#2d233c;font-family:Plus Jakarta Sans,sans-serif;font-size:1.15rem;font-weight:600}.all-product-cart-btn{color:#fff;cursor:pointer;background:#000;border:none;border-radius:50%;justify-content:center;align-items:center;width:32px;height:32px;transition:transform .2s,background-color .2s;display:flex}.all-product-cart-btn:hover{background:#2d233c;transform:scale(1.12)}.brume-testimonials-section{background-color:#fff;flex-direction:column;justify-content:center;align-items:center;width:100%;min-height:380px;padding:8rem 4rem 10rem;display:flex}.brume-testimonials-title{color:#2d233c;letter-spacing:-.01em;margin-bottom:2.5rem;font-family:Lora,serif;font-size:2.2rem;font-style:italic;font-weight:700}.brume-testimonials-container{justify-content:center;align-items:center;width:100%;max-width:860px;height:120px;display:flex;position:relative}.testimonial-slide{opacity:0;pointer-events:none;flex-direction:column;justify-content:center;align-items:center;width:100%;height:100%;transition:opacity 1s cubic-bezier(.16,1,.3,1),transform 1s cubic-bezier(.16,1,.3,1);display:flex;position:absolute;top:0;left:0;transform:translateY(12px)}.testimonial-slide--active{opacity:1;pointer-events:auto;transform:translateY(0)}.testimonial-quote{color:#9b7fa3;text-align:center;margin:0 0 1rem;font-family:Lora,serif;font-size:1.45rem;font-style:italic;font-weight:600;line-height:1.5}.testimonial-author{color:#2d233c;font-family:Plus Jakarta Sans,sans-serif;font-size:1rem;font-weight:600}.brume-footer{background-color:#e4dded;justify-content:center;width:100%;padding:6rem 6rem 8rem;display:flex}.brume-footer-container{justify-content:space-between;align-items:center;width:100%;max-width:1280px;display:flex}.brume-footer-left{text-align:left}.footer-links{flex-direction:column;gap:1.2rem;margin:0;padding:0;list-style:none;display:flex}.footer-links a{color:#72677e;font-family:Plus Jakarta Sans,sans-serif;font-size:1.25rem;font-weight:500;text-decoration:none;transition:color .2s}.footer-links a:hover{color:#2d233c}.brume-footer-right{justify-content:flex-end;align-items:center;display:flex}.footer-brand-video{object-fit:contain;mix-blend-mode:multiply;background-color:#e4dded;width:auto;max-width:100%;height:150px}.footer-brand-logo{object-fit:contain;width:auto;height:90px}.brume-hero .carousel-image-grid{grid-template-columns:1fr;width:100%;height:0;display:grid;overflow:hidden}.brume-hero .carousel-image-grid img{width:100%}@media (width<=1200px){.brume-ingredients-main-title{white-space:normal;font-size:1.7rem}.dress-line-1{font-size:3.2rem}.dress-line-2{font-size:4.2rem}.dress-line-3{font-size:3.2rem}.collection-card{height:380px}.all-product-img-wrapper{height:300px}}@media (width<=968px){.brume-subtract-container{text-align:center;grid-template-columns:1fr;gap:3rem}.brume-dress-light-container{text-align:center;grid-template-columns:1fr;gap:4rem}.brume-dress-light-text-box{text-align:center;align-items:center}.brume-shop-collection-grid,.brume-all-products-grid{grid-template-columns:1fr;gap:2rem}.collection-card{height:400px}.floating-pink-product-wrapper{width:360px;height:360px}.slideshow-frame{height:440px}.brume-ingredients-main-title{font-size:1.6rem}.brume-ingredients-sub-title{font-size:1.4rem}.brume-footer-container{flex-direction:column;gap:3rem}}@media (width<=768px){.brume-header{padding:6rem 1.5rem 1rem}.brume-subtract-section{margin-top:2rem;padding:3rem 1.5rem 4rem}.brume-ingredients-section{min-height:auto;padding:2rem 1.5rem 3rem}.brume-ingredients-stage{margin-bottom:2rem}.brume-dress-light-section,.brume-shop-collection-section,.brume-all-products-section{padding:3rem 1.5rem 4rem}.brume-testimonials-section{min-height:auto;padding:4rem 1.5rem}.brume-footer{padding:3rem 1.5rem 4rem}}.still-hero-main{color:#fff;background-color:#0f0d14;flex-direction:column;align-items:center;width:100%;min-height:100vh;font-family:system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;display:flex;position:relative;overflow-x:hidden}.still-hero-bg-video{object-fit:cover;z-index:0;width:100%;height:100%;position:absolute;top:0;left:0}.still-hero-overlay{z-index:0;background:#0006;width:100%;height:100%;position:absolute;top:0;left:0}.still-hero-content{z-index:10;flex-direction:column;flex:1;justify-content:center;align-items:center;width:100%;max-width:1100px;padding:8rem 1.5rem 4rem;display:flex;position:relative}.still-hero-svg-wrap{justify-content:center;width:100%;margin-bottom:2rem;display:flex}.still-hero-svg{max-width:420px;overflow:visible}.still-hero-subtitle{text-transform:uppercase;letter-spacing:.25em;color:#ffffffbf;margin-bottom:3rem;font-size:.85rem}.still-hero-input-wrap{-webkit-backdrop-filter:blur(20px);background:#ffffff1f;border:1px solid #fff3;border-radius:9999px;align-items:center;gap:.5rem;width:100%;max-width:420px;padding:.35rem .5rem .35rem 1.2rem;display:flex}.still-hero-input{color:#fff;background:0 0;border:none;outline:none;flex:1;font-size:.875rem}.still-hero-input::placeholder{color:#ffffff80}.still-hero-btn{color:#120f17;text-transform:uppercase;letter-spacing:.08em;cursor:pointer;white-space:nowrap;background:#fff;border:none;border-radius:9999px;padding:.7rem 1.4rem;font-size:.75rem;font-weight:600;transition:background .2s,transform .2s}.still-hero-btn:hover{background:#ffffffe6;transform:translateY(-1px)}.still-hero-footer{z-index:10;-webkit-backdrop-filter:blur(24px);color:#ffffffbf;background:#ffffff14;border:1px solid #ffffff26;border-radius:1.5rem;width:calc(100% - 3rem);max-width:1200px;margin-top:auto;margin-bottom:2rem;padding:2.5rem;position:relative}.still-footer-grid{grid-template-columns:1fr;gap:2.5rem;margin-bottom:2rem;display:grid}@media (width>=768px){.still-footer-grid{grid-template-columns:5fr 7fr}}.still-footer-brand-title{color:#fff;align-items:center;gap:.5rem;margin-bottom:1rem;font-size:1.4rem;font-weight:500;display:flex}.still-footer-brand-text{max-width:380px;font-size:.875rem;line-height:1.6}.still-footer-links-grid{grid-template-columns:repeat(auto-fit,minmax(130px,1fr));gap:2rem;display:grid}.still-footer-links-grid h4{text-transform:uppercase;letter-spacing:.1em;color:#fff;margin-bottom:1rem;font-size:.8rem;font-weight:600}.still-footer-links-grid ul{margin:0;padding:0;list-style:none}.still-footer-links-grid li{margin-bottom:.5rem}.still-footer-links-grid a{color:#ffffffb3;font-size:.8rem;text-decoration:none;transition:color .2s}.still-footer-links-grid a:hover{color:#fff}.still-footer-bottom{border-top:1px solid #ffffff1a;flex-direction:column;justify-content:space-between;align-items:center;gap:1rem;padding-top:1.5rem;display:flex}@media (width>=768px){.still-footer-bottom{flex-direction:row}}.still-footer-copy{text-transform:uppercase;letter-spacing:.15em;opacity:.6;margin:0;font-size:.65rem}.still-footer-socials{text-transform:uppercase;letter-spacing:.15em;opacity:.8;align-items:center;gap:1rem;font-size:.65rem;display:flex}.still-social-icons{gap:.75rem;display:flex}.still-social-icons a{color:#ffffffb3;transition:color .2s}.still-social-icons a:hover{color:#fff}.ds-section{color:#f3e9d8;z-index:10;background-color:#8a1f1b;width:100%;padding:6rem 0;font-family:inherit;position:relative}.ds-main-title{text-align:center;letter-spacing:.02em;margin-bottom:4rem;padding:0 2rem;font-family:Special Elite,cursive;font-size:clamp(2.2rem,5vw,3.8rem);font-weight:400}.ds-flowing-menu-container{border-top:1px solid #f3e9d840;border-bottom:1px solid #f3e9d840;width:100%;height:420px;margin:0 auto;position:relative}.ds-brand-detail-overlay{z-index:99990;box-sizing:border-box;width:100vw;height:100vh;transition:background-color .4s,color .4s;animation:.4s cubic-bezier(.16,1,.3,1) brandOverlayFade;position:fixed;top:0;left:0;overflow-y:auto}@keyframes brandOverlayFade{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.ds-brand-top-bar{z-index:99995;justify-content:flex-start;align-items:center;width:100%;padding:6.5rem 3rem 1rem;display:flex;position:sticky;top:0}.ds-brand-back-btn{cursor:pointer;border-radius:50px;align-items:center;gap:.7rem;padding:.75rem 1.6rem;font-family:Special Elite,cursive;font-size:1rem;transition:all .25s;display:flex}.ds-brand-back-btn:hover{filter:brightness(1.15);transform:translate(-4px)}.ds-brand-split-layout{box-sizing:border-box;width:100%;max-width:100%;padding:0 4rem 6rem 1rem;display:flex;position:relative}.ds-brand-sidebar-col{z-index:99996;flex-shrink:0;width:240px;position:fixed;top:50%;left:1rem;transform:translateY(-50%)}.ds-sidebar-sticky{flex-direction:column;justify-content:center;display:flex}.ds-sidebar-heading{text-transform:uppercase;letter-spacing:.15em;margin-bottom:1.8rem;padding-left:.5rem;font-family:Special Elite,cursive;font-size:.85rem}.ds-brand-main-col{flex-direction:column;flex:1;align-items:center;width:calc(100% - 260px);min-width:0;margin-left:260px;display:flex}.ds-brand-detail-container{text-align:center;flex-direction:column;align-items:center;gap:3.5rem;width:100%;max-width:820px;margin:0 auto;display:flex}.ds-case-category-tag{letter-spacing:.05em;opacity:.85;font-family:Special Elite,cursive;font-size:1.5rem}.ds-brand-header{text-align:center;border-bottom:1px solid #2d233c26;flex-direction:column;align-items:center;gap:1.2rem;width:100%;padding-bottom:2rem;display:flex}.ds-brand-logo-wrap{justify-content:center;align-items:center;width:220px;height:100px;display:flex}.ds-brand-logo-img{object-fit:contain;max-width:100%;max-height:100%}.ds-brand-title{letter-spacing:-.01em;margin:0;font-family:Special Elite,cursive;font-size:clamp(2.8rem,5vw,4.2rem);font-weight:400}.ds-brand-subtitle{letter-spacing:.04em;max-width:680px;margin:0;font-family:Special Elite,cursive;font-size:1rem;line-height:1.6}.ds-overview-card{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);box-sizing:border-box;border:1px solid;border-radius:16px;width:100%;padding:2.2rem 2.8rem}.ds-overview-p{text-align:center;letter-spacing:.01em;opacity:.92;margin:0;font-size:1.12rem;line-height:1.8}.ds-phase-header{text-align:center;margin:1.5rem 0 .5rem}.ds-phase-title{letter-spacing:.03em;margin:0;font-family:Special Elite,cursive;font-size:1.6rem;font-weight:400}.ds-case-section{flex-direction:column;align-items:center;gap:2rem;width:100%;display:flex}.ds-case-section-title{letter-spacing:.03em;opacity:.9;margin:0;font-family:Special Elite,cursive;font-size:1.4rem;font-weight:400}.ds-case-items-grid{text-align:left;grid-template-columns:repeat(2,1fr);gap:2rem;width:100%;display:grid}.ds-case-card{border:1px solid;border-radius:14px;flex-direction:column;gap:.8rem;padding:2rem 2.2rem;transition:transform .3s;display:flex}.ds-case-card:hover{transform:translateY(-3px)}.ds-card-num{opacity:.5;font-family:Special Elite,cursive;font-size:2.2rem;line-height:1}.ds-card-title{margin:0;font-size:1.2rem;font-weight:600;line-height:1.4}.ds-card-text{opacity:.88;margin:0;font-size:1rem;line-height:1.75}.ds-brand-hero-preview{aspect-ratio:16/9;border-radius:16px;width:100%;margin:1rem 0;position:relative;overflow:hidden;box-shadow:0 16px 40px #00000040}.brume-hero-preview-box{box-sizing:border-box;background:#e4dded;flex-direction:column;justify-content:space-between;align-items:center;width:100%;height:100%;padding:1.5rem 1rem 0;display:flex;position:absolute;top:0;left:0;overflow:hidden}.brume-hero-preview-video{object-fit:contain;mix-blend-mode:multiply;width:70%;height:auto;max-height:50%;margin:auto 0}.brume-mini-filmstrip{background:#aa937d;border-radius:8px 8px 0 0;justify-content:center;align-items:center;gap:8px;width:100%;height:42%;padding:6px;display:flex;overflow:hidden}.brume-mini-filmstrip img{object-fit:cover;border-radius:5px;width:auto;height:100%}.ds-result-card{border-top:1px solid;flex-direction:column;align-items:center;gap:1.2rem;width:100%;padding-top:2.5rem;display:flex}.ds-result-title{letter-spacing:.05em;text-underline-offset:6px;margin:0;font-family:Special Elite,cursive;font-size:1.4rem;font-weight:400;text-decoration:underline}.ds-result-p{text-align:center;opacity:.95;max-width:720px;margin:0;font-size:1.05rem;font-weight:500;line-height:1.8}.ds-brand-board-container{flex-direction:column;align-items:center;gap:1.5rem;width:100%;margin-top:1rem;display:flex}.ds-brand-board-title{letter-spacing:.04em;opacity:.9;margin:0;font-family:Special Elite,cursive;font-size:1.3rem;font-weight:400}.ds-brand-board-card{border:1px solid;border-radius:16px;width:100%;overflow:hidden;box-shadow:0 16px 40px #00000040}.ds-brand-board-img{object-fit:cover;width:100%;height:auto;display:block}.ds-brand-tags{flex-wrap:wrap;justify-content:center;gap:.8rem;display:flex}.ds-brand-tag{border-radius:50px;padding:.5rem 1.3rem;font-size:.85rem;font-weight:500}.ds-brand-cta-wrapper{justify-content:center;margin-top:1rem;display:flex}.ds-view-website-btn{cursor:pointer;border:none;border-radius:50px;align-items:center;gap:.8rem;padding:1rem 2.4rem;font-family:Special Elite,cursive;font-size:1.15rem;transition:all .3s cubic-bezier(.16,1,.3,1);display:inline-flex;box-shadow:0 10px 30px #00000026}.ds-view-website-btn:hover{transform:translateY(-3px)scale(1.03);box-shadow:0 14px 40px #00000040}.ds-arrow-icon{transition:transform .3s cubic-bezier(.16,1,.3,1)}.ds-view-website-btn:hover .ds-arrow-icon{transform:translate(3px,-3px)}.ds-modal-overlay{z-index:100000;background:#e4dded;width:100vw;height:100vh;animation:.4s cubic-bezier(.16,1,.3,1) modalSlideUp;position:fixed;top:0;left:0;overflow-y:auto}@keyframes modalSlideUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}.ds-modal-close-btn{z-index:999999;color:#fff;cursor:pointer;-webkit-backdrop-filter:blur(16px)saturate(180%);background:#8e161673;border:1px solid #ffffff59;border-radius:50px;align-items:center;gap:.6rem;padding:.75rem 1.4rem;font-family:Special Elite,cursive,sans-serif;font-size:.95rem;font-weight:600;transition:transform .2s,background .2s,box-shadow .2s,border-color .2s;display:flex;position:fixed;top:5.25rem;right:2rem;box-shadow:0 8px 32px #00000059,inset 0 1px 1px #fff6}.ds-modal-close-btn:hover{background:#8e1616bf;border-color:#fff9;transform:translateY(-2px)scale(1.05);box-shadow:0 12px 36px #00000073,inset 0 1px 1px #fff9}.ds-modal-content{width:100%;min-height:100vh}@media (width<=900px){.ds-brand-split-layout{flex-direction:column;gap:2.5rem;padding:0 1.5rem 4rem}.ds-brand-sidebar-col{width:100%;padding-bottom:2rem;position:relative;top:0;left:0;transform:none}.ds-brand-main-col{width:100%;margin-left:0}.ds-case-items-grid{grid-template-columns:1fr;gap:1.5rem}}.painting-gallery-container{box-sizing:border-box;perspective:2500px;background-color:#8c1c1d;justify-content:center;align-items:center;width:100vw;min-height:100vh;padding:2rem;display:flex;position:relative;overflow:hidden}.book-perspective-wrapper{width:1200px;max-width:none;height:800px;transform-style:preserve-3d;position:relative}.book-page{width:50%;height:100%;transform-style:preserve-3d;position:absolute;top:0;right:0}.right-base-page{z-index:1;right:0}.right-base-page.notebook-active{background-image:url(/painting-portfolio/page%201/_Creative%20Portfolio%20Presentation.png);background-position:100%;background-size:200% 100%;box-shadow:inset 15px 0 30px #0000001f}.left-base-page{z-index:2;background-image:url(/painting-portfolio/page%201/_Creative%20Portfolio%20Presentation.png);background-position:0;background-size:200% 100%;left:0;right:auto;box-shadow:inset -15px 0 30px #0000001f}.flip-page{z-index:3}.flip-forward{transform-origin:0;left:auto;right:0}.flip-backward{transform-origin:100%;left:0;right:auto}.page-face{backface-visibility:hidden;background-color:#fcf8f2;width:100%;height:100%;position:absolute;top:0;left:0}.front-face{transform:rotateY(0);box-shadow:inset -5px 0 15px #0000000d,-15px 15px 40px #0000004d}.back-face{transform:rotateY(180deg)}.flip-forward .front-face.notebook-active{background-image:url(/painting-portfolio/page%201/_Creative%20Portfolio%20Presentation.png);background-position:100%;background-size:200% 100%;box-shadow:inset 15px 0 30px #0000001f}.flip-forward .back-face.notebook-active,.flip-backward .front-face.notebook-active{background-image:url(/painting-portfolio/page%201/_Creative%20Portfolio%20Presentation.png);background-position:0;background-size:200% 100%;box-shadow:inset -15px 0 30px #0000001f}.flip-backward .back-face.notebook-active{background-image:url(/painting-portfolio/page%201/_Creative%20Portfolio%20Presentation.png);background-position:100%;background-size:200% 100%;box-shadow:inset 15px 0 30px #0000001f}.notebook-bg{object-fit:fill;width:100%;height:100%;position:absolute;top:0;left:0}.notebook-content{box-sizing:border-box;z-index:10;flex-direction:column;align-items:center;width:100%;height:100%;padding:12% 10% 8% 18%;display:flex;position:relative}.cover-title{flex-direction:column;align-items:flex-start;width:100%;margin-top:5%;display:flex}.cover-title-creative,.cover-title-portfolio{color:#1a1a1a;font-family:Kaveyore,Mrs Saint Delafield,cursive;font-size:clamp(3rem,10vw,5.5rem);line-height:.8;transform:rotate(-4deg)}.cover-title-creative{margin-left:5%}.cover-title-portfolio{margin-top:2%;margin-left:28%}.cover-polaroid{z-index:2;width:55%;margin-top:15%;position:relative;transform:rotate(-1deg)}.polaroid-img{width:100%;height:auto;display:block}.cover-subtitle{color:#1a1a1a;text-underline-offset:4px;letter-spacing:.05em;margin-top:auto;margin-bottom:5%;font-family:Special Elite,monospace;font-size:clamp(1rem,3.5vw,1.4rem);font-weight:700;text-decoration:underline}.book-nav-overlay{pointer-events:none;box-sizing:border-box;z-index:100;justify-content:space-between;align-items:center;width:100%;height:100%;padding:0 2rem;display:flex;position:absolute;top:0;left:0}.nav-arrow{pointer-events:auto;color:#f3e9d8;cursor:pointer;opacity:.7;background:0 0;border:none;padding:1rem;font-size:4rem;transition:transform .2s,opacity .2s}.nav-arrow:hover{opacity:1;transform:scale(1.1)}@media (width<=768px){.cover-title-creative,.cover-title-portfolio{font-size:clamp(5rem,20vw,8rem)}.cover-subtitle{font-size:clamp(1.5rem,5vw,2rem)}.book-nav-overlay{padding:0}.nav-arrow{background:0 0;justify-content:center;align-items:center;width:50px;height:50px;margin:0;padding:10px;font-size:2rem;display:flex;position:absolute;top:50%;transform:translateY(-50%);opacity:.4!important}.prev-arrow{left:0}.next-arrow{right:0}[class*=-cursive]{font-size:clamp(2.5rem,5vw,3.5rem)!important;line-height:1.2!important}[class*=-section-title]{font-size:clamp(2rem,5vw,3rem)!important}[class*=-special-elite],[class*=-item-meta],[class*=-item-title],.pl-subtitle{font-size:clamp(1.4rem,3vw,1.8rem)!important}}.pl-left-page,.pl-right-page{box-sizing:border-box;width:100%;height:100%;position:relative}.pl-left-page{padding:8% 8% 8% 12%;overflow:hidden}.pl-text-content{z-index:10;flex-direction:column;height:100%;display:flex;position:relative}.pl-intro-title{color:#2b2b2b;margin:0 0 1rem;font-family:Oranienbaum,serif;font-size:clamp(2.5rem,5vw,4rem);font-weight:400}.pl-cursive-text{color:#1a1a1a;max-width:60%;margin:0;font-family:Caveat,cursive;font-size:clamp(1.4rem,2.2vw,2rem);font-weight:500;line-height:1.3;transform:rotate(-2deg)}.top-cursive{margin-bottom:2rem}.pl-red-cursive{color:#c1272d;margin:0 0 3rem;font-family:Caveat,cursive;font-size:clamp(1.8rem,2.8vw,2.4rem);font-weight:600;transform:rotate(-4deg)}.pl-stamp-text{color:#2b2b2b;letter-spacing:.05em;margin:3rem 0 3rem 15%;font-family:Girassol,serif;font-size:clamp(1.8rem,3.5vw,2.8rem);line-height:1.1}.bottom-cursive{max-width:80%;margin-bottom:2rem;margin-left:25%;font-size:clamp(1.2rem,2vw,1.6rem);line-height:1.4}.bottom-red{align-self:center;margin-top:auto;transform:rotate(-3deg)}.pl-asset{z-index:5;position:absolute}.star-top{width:5%;top:5%;left:35%}.swatch-blue{width:12%;top:35%;left:5%;transform:rotate(-15deg)}.swatch-black{width:10%;top:33%;left:28%;transform:rotate(10deg)}.polaroid-easel{width:25%;top:10%;right:15%;transform:rotate(-5deg);box-shadow:2px 5px 15px #0003}.palette-brush{width:30%;bottom:50%;left:5%}.pl-filmstrip-container{z-index:20;width:25%;position:absolute;top:40%;right:10%;transform:rotate(8deg)}.filmstrip{width:100%;display:block;box-shadow:2px 4px 12px #00000026}.tape-top{z-index:21;width:40%;position:absolute;top:-10px;left:30%}.pl-right-page{flex-direction:column;padding:6% 12% 8% 8%;display:flex}.pl-header{margin-bottom:2.5rem}.pl-main-title{color:#2b2b2b;letter-spacing:.02em;white-space:nowrap;margin:0 0 .5rem;font-family:Oranienbaum,serif;font-size:clamp(1.8rem,3.5vw,3.2rem);font-weight:400}.pl-subtitle{color:#4a4a4a;letter-spacing:.05em;text-transform:uppercase;margin:0;font-family:Special Elite,monospace;font-size:clamp(.7rem,1vw,1rem)}.pl-grid{flex:1;grid-template-columns:repeat(4,1fr);gap:1.5rem 1rem;display:grid}.pl-grid-item{flex-direction:column;display:flex}.pl-item-header{align-items:center;margin-bottom:.5rem;display:flex}.pl-item-num{color:#2b2b2b;margin-right:.5rem;font-family:Special Elite,monospace;font-size:1.1rem;font-weight:700;position:relative}.pl-item-num.circled:before{content:"";border:1px solid #c1272d;border-radius:50%;width:1.8em;height:1.8em;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.pl-item-line{background-color:#888;flex:1;height:1px}.pl-item-image-wrapper{aspect-ratio:1;background-color:#e0d8cd;justify-content:center;align-items:center;width:100%;margin-bottom:.5rem;display:flex;overflow:hidden;box-shadow:2px 2px 8px #0000001a}.pl-item-img{object-fit:cover;width:100%;height:100%}.pl-placeholder-img{background:#75c2f6;justify-content:center;width:100%;height:100%;padding-top:20%;display:flex;position:relative}.cloud-icon{color:#fff;font-size:2rem}.grass-bar{background:#50a316;width:100%;height:30%;position:absolute;bottom:0}.pl-item-details{flex-direction:column;gap:.2rem;display:flex}.pl-item-title{color:#1a1a1a;text-transform:uppercase;margin:0;font-family:Special Elite,monospace;font-size:.8rem;font-weight:700}.pl-item-meta{color:#1a1a1a;margin:0;font-family:Special Elite,monospace;font-size:.65rem}@media (width<=768px){.painting-log-container{padding:6rem 1.5rem 3rem}.pl-cursive-text{max-width:80%!important;font-size:clamp(2rem,4vw,2.8rem)!important}.pl-bottom-cursive-wrapper{width:55%!important;bottom:22%!important;left:33%!important}.bottom-cursive{line-height:1.2;max-width:100%!important;margin-left:0!important;font-size:clamp(1.5rem,3vw,2.1rem)!important}.pl-bottom-red-wrapper{bottom:8%!important;left:40%!important}.pl-main-title{font-size:clamp(1.8rem,3.5vw,3.2rem)!important}.pl-subtitle{font-size:clamp(.7rem,1vw,1rem)!important}.pl-item-num{font-size:1.1rem!important}.pl-item-title{font-size:.8rem!important}.pl-item-meta{font-size:.65rem!important}}.pl2-page{box-sizing:border-box;width:100%;height:100%;position:relative}.pl2-main-title{color:#1a1a1a;letter-spacing:.02em;white-space:nowrap;font-family:Oranienbaum,serif;font-size:clamp(2rem,3vw,3rem);font-weight:400}.pl2-section-title{color:#4a4a4a;text-transform:uppercase;letter-spacing:.05em;margin-bottom:.5rem;font-family:Girassol,serif;font-size:clamp(.7rem,1.2vw,1rem)}.pl2-special-elite{color:#333;font-family:Special Elite,monospace;font-size:clamp(.8rem,1.5vw,1.2rem);line-height:1.4}.pl2-cursive{color:#1a1a1a;font-family:Caveat,cursive;font-size:clamp(1.2rem,1.8vw,1.6rem);font-weight:500;line-height:1.2}.pl2-image-asset{z-index:5;position:absolute}.pl2-text-block{z-index:10;position:absolute}.multiply-blend{mix-blend-mode:multiply}@media (width<=768px){.pl2-main-title{font-size:clamp(2rem,3vw,3rem)!important}.pl2-section-title{font-size:clamp(.7rem,1.2vw,1rem)!important}.pl2-special-elite{font-size:clamp(.8rem,1.5vw,1.2rem)!important}.pl2-cursive{font-size:clamp(1.2rem,1.8vw,1.6rem)!important}}.pl3-page{width:100%;height:100%;position:relative}.pl3-text-block{color:#1a1a1a;font-family:Special Elite,monospace}.pl3-main-title{text-transform:uppercase;letter-spacing:.05em;font-family:Oranienbaum,serif;font-size:clamp(2rem,5vw,3rem);font-weight:400;line-height:1.1}.pl3-section-title{text-transform:uppercase;letter-spacing:.1em;margin-bottom:5px;font-family:Girassol,serif;font-size:clamp(1.2rem,3vw,1.5rem);font-weight:700}.pl3-special-elite{font-family:Special Elite,monospace;font-size:clamp(.9rem,2vw,1.1rem);line-height:1.4}.pl3-cursive{font-family:Caveat,cursive;font-size:clamp(1.5rem,4vw,2.5rem);line-height:1.2}.pl4-page{width:100%;height:100%;position:relative}.pl4-text-block{color:#1a1a1a;font-family:Special Elite,monospace}.pl4-main-title{text-transform:uppercase;letter-spacing:.05em;font-family:Oranienbaum,serif;font-size:clamp(2rem,5vw,3rem);font-weight:400;line-height:1.1}.pl4-section-title{text-transform:uppercase;letter-spacing:.1em;margin-bottom:5px;font-family:Girassol,serif;font-size:clamp(1.2rem,3vw,1.5rem);font-weight:700}.pl4-special-elite{font-family:Special Elite,monospace;font-size:clamp(.9rem,2vw,1.1rem);line-height:1.4}.pl4-cursive{font-family:Caveat,cursive;font-size:clamp(1.5rem,4vw,2.5rem);line-height:1.2}@media (width<=768px){.pl4-story-para-wrapper{transform:translate(10px)translateY(80px)scale(.5)!important}.pl4-story-para{max-width:320px!important;font-size:clamp(2rem,4vw,2.5rem)!important}}.pl5-page{width:100%;height:100%;position:relative}.pl5-text-block{color:#1a1a1a;font-family:Special Elite,monospace}.pl5-main-title{text-transform:uppercase;letter-spacing:.05em;font-family:Oranienbaum,serif;font-size:clamp(2rem,5vw,3rem);font-weight:400;line-height:1.1}.pl5-section-title{text-transform:uppercase;letter-spacing:.1em;margin-bottom:5px;font-family:Girassol,serif;font-size:clamp(1.2rem,3vw,1.5rem);font-weight:700}.pl5-special-elite{font-family:Special Elite,monospace;font-size:clamp(.9rem,2vw,1.1rem);line-height:1.4}.pl5-cursive{font-family:Caveat,cursive;font-size:clamp(1.5rem,4vw,2.5rem);line-height:1.2}.pl6-page{width:100%;height:100%;position:relative}.pl6-text-block{color:#1a1a1a;font-family:Special Elite,monospace}.pl6-main-title{text-transform:uppercase;letter-spacing:.05em;font-family:Oranienbaum,serif;font-size:clamp(2rem,5vw,3rem);font-weight:400;line-height:1.1}.pl6-section-title{text-transform:uppercase;letter-spacing:.1em;margin-bottom:5px;font-family:Girassol,serif;font-size:clamp(1.2rem,3vw,1.5rem);font-weight:700}.pl6-special-elite{font-family:Special Elite,monospace;font-size:clamp(.9rem,2vw,1.1rem);line-height:1.4}.pl6-cursive{font-family:Caveat,cursive;font-size:clamp(1.5rem,4vw,2.5rem);line-height:1.2}.red-text{color:#c1272d}.multiply-blend img{mix-blend-mode:multiply}.pl7-page{width:100%;height:100%;position:relative}.pl7-main-title{letter-spacing:.1em;color:#1a1a1a;font-family:Girassol,serif;font-size:5rem}.pl7-section-title{letter-spacing:.1em;color:#1a1a1a;font-family:Girassol,serif;font-size:1.5rem}.pl7-cursive{color:#333;font-family:Caveat,cursive;font-size:1.5rem;line-height:1.4}.pl7-special-elite{color:#555;font-family:Special Elite,monospace;font-size:1rem;line-height:1.5}.pl7-text-block{cursor:grab}.pl8-page{width:100%;height:100%;position:relative}.pl8-main-title{letter-spacing:.1em;color:#1a1a1a;font-family:Girassol,serif;font-size:5rem}.pl8-section-title{letter-spacing:.1em;color:#1a1a1a;font-family:Girassol,serif;font-size:1.5rem}.pl8-cursive{color:#333;font-family:Caveat,cursive;font-size:1.5rem;line-height:1.4}.pl8-special-elite{color:#555;font-family:Special Elite,monospace;font-size:1rem;line-height:1.5}.pl8-text-block{cursor:grab}.pl9-page{width:100%;height:100%;position:relative}.pl9-main-title{letter-spacing:.1em;color:#1a1a1a;font-family:Girassol,serif;font-size:5rem}.pl9-section-title{letter-spacing:.1em;color:#1a1a1a;font-family:Girassol,serif;font-size:1.5rem}.pl9-cursive{color:#333;font-family:Caveat,cursive;font-size:1.5rem;line-height:1.4}.pl9-special-elite{color:#555;font-family:Special Elite,monospace;font-size:1rem;line-height:1.5}.pl9-text-block{cursor:grab}.pl10-page{width:100%;height:100%;position:relative}.pl10-main-title{letter-spacing:-.02em;color:#1a1a1a;font-family:Girassol,serif;font-size:6rem;font-weight:400;line-height:1}.pl10-section-title{letter-spacing:.05em;color:#1a1a1a;text-transform:uppercase;font-family:Girassol,serif;font-size:1.5rem;font-weight:400}.pl10-special-elite{color:#1a1a1a;font-family:Special Elite,cursive;font-size:1rem;line-height:1.5}.pl10-cursive{color:#1a1a1a;font-family:Nothing You Could Do,cursive;font-size:1.2rem;line-height:1.4}.shop-section{color:#f3e9d8;box-sizing:border-box;background-color:#8a1f1b;justify-content:center;width:100%;padding:5rem 2rem 6rem;display:flex}.shop-container{flex-direction:column;align-items:center;width:100%;max-width:1240px;display:flex}.shop-header{text-align:center;max-width:840px;margin-bottom:4rem;padding:1rem 0}.shop-title{color:#f3e9d8;letter-spacing:.03em;margin:0 0 1.75rem;padding-bottom:.5rem;font-family:Special Elite,cursive;font-size:2.8rem;font-weight:400;line-height:1.35}.shop-subtitle{color:#f3e9d8e0;letter-spacing:.02em;margin:0;padding:0 1rem;font-family:Special Elite,cursive;font-size:1.1rem;line-height:1.8}.shop-filter-bar{border-bottom:1px solid #f3e9d840;flex-wrap:wrap;justify-content:space-between;align-items:center;gap:1.5rem;width:100%;margin-bottom:3.5rem;padding-bottom:1rem;display:flex}.shop-categories-tabs{scrollbar-width:none;-ms-overflow-style:none;align-items:center;gap:2.5rem;display:flex;overflow-x:auto}.shop-categories-tabs::-webkit-scrollbar{width:0!important;height:0!important;display:none!important}.shop-categories-tabs::-webkit-scrollbar-button{width:0!important;height:0!important;display:none!important}.shop-categories-tabs::-webkit-scrollbar-thumb{width:0!important;height:0!important;display:none!important}.shop-categories-tabs::-webkit-scrollbar-track{width:0!important;height:0!important;display:none!important}.shop-tab-btn{appearance:none;color:#f3e9d8b3;cursor:pointer;white-space:nowrap;background:0 0;border:none;outline:none;padding:.35rem 0;font-family:Special Elite,cursive;font-size:1.1rem;transition:color .2s;position:relative}.shop-tab-btn:hover{color:#f3e9d8}.shop-tab-btn.active{color:#f3e9d8;font-weight:600}.shop-tab-btn.active:after{content:"";background-color:#f3e9d8;width:100%;height:1.5px;position:absolute;bottom:-1rem;left:0}.shop-filter-dropdown-wrap{position:relative}.shop-filter-select{color:#f3e9d8;cursor:pointer;appearance:none;background:#f3e9d814 url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23f3e9d8' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3e%3cpolyline points='6 9 12 15 18 9'%3e%3c/polyline%3e%3c/svg%3e") right .7rem center/.9rem no-repeat;border:1px solid #f3e9d866;border-radius:9999px;outline:none;padding:.4rem 2rem .4rem 1.25rem;font-family:Special Elite,cursive,sans-serif;font-size:.85rem}.shop-grid{grid-template-columns:repeat(auto-fill,minmax(280px,1fr));gap:2.25rem;width:100%;display:grid}.shop-card{background-color:#833935;border:none;border-radius:28px;flex-direction:column;padding:1.25rem;transition:transform .3s,box-shadow .3s;display:flex;box-shadow:0 10px 28px #00000038}.shop-card:hover{transform:translateY(-5px);box-shadow:0 16px 36px #00000052}.shop-card-image-wrap{aspect-ratio:4/5;background-color:#e5e3dd;border-radius:22px;justify-content:center;align-items:center;width:100%;margin-bottom:1.4rem;display:flex;overflow:hidden}.shop-card-img{object-fit:cover;width:100%;height:100%;display:block}.shop-card-details{flex-direction:column;flex:1;padding:.25rem .25rem .5rem;display:flex}.shop-card-tag{color:#f3e9d8d9;text-transform:capitalize;letter-spacing:.02em;margin-bottom:.75rem;font-family:Special Elite,cursive,monospace;font-size:.95rem}.shop-card-title{color:#fff;margin:0 0 1.5rem;font-family:Special Elite,cursive,monospace;font-size:1.45rem;font-weight:400;line-height:1.35}.shop-card-etsy-link{color:#120e17;align-items:center;gap:.45rem;margin-top:auto;font-family:Special Elite,cursive,monospace;font-size:1.05rem;font-weight:600;text-decoration:none;transition:opacity .2s,gap .2s;display:inline-flex}.shop-card-etsy-link:hover{opacity:.8;gap:.65rem}@media (width<=768px){.shop-title{margin-bottom:1.25rem;font-size:2.2rem}.shop-subtitle{font-size:1.2rem;line-height:1.6}.shop-categories-tabs{gap:1.5rem}.shop-grid{grid-template-columns:repeat(auto-fill,minmax(240px,1fr));gap:1.25rem}.shop-section{padding:6rem 1.5rem 2rem}}.ebats-hero-container{color:#f3f4f6;box-sizing:border-box;background-color:#0b0d12;flex-direction:column;justify-content:space-between;width:100%;height:100vh;min-height:700px;padding:2rem 3rem;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;display:flex;position:relative;overflow:hidden}.ebats-bg-wrapper{z-index:1;width:100%;height:100%;position:absolute;top:0;left:0;overflow:hidden}.ebats-hero-video{object-fit:cover;opacity:.55;filter:contrast(1.1)brightness(.85);width:100%;height:100%;transform:scale(1.02)}.ebats-hero-overlay{pointer-events:none;background:radial-gradient(circle,#0b0d1233 0%,#0b0d12d9 100%),linear-gradient(#0b0d1299 0%,#0000 40%,#0b0d12e6 100%);width:100%;height:100%;position:absolute;top:0;left:0}.ebats-top-nav{z-index:10;justify-content:space-between;align-items:center;width:100%;display:flex;position:relative}.ebats-nav-brand{flex-direction:column;gap:.2rem;display:flex}.ebats-brand-tag{color:#f3f4f6e6;letter-spacing:.05em;font-family:Special Elite,monospace,sans-serif;font-size:.9rem}.ebats-brand-sub{color:#f3f4f680;letter-spacing:.08em;text-transform:uppercase;font-size:.78rem}.ebats-nav-actions{align-items:center;gap:1.25rem;display:flex}.ebats-back-btn{color:#fff;cursor:pointer;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);background:#ffffff1a;border:1px solid #ffffff40;border-radius:9999px;padding:.65rem 1.4rem;font-size:.85rem;transition:all .2s}.ebats-back-btn:hover{background:#fff3;transform:translateY(-1px)}.ebats-pill-btn{color:#0b0d12;transition:transform .25 ease, background-color .25s ease, box-shadow .25s ease;background:#fff;border-radius:9999px;align-items:center;gap:.75rem;padding:.4rem .5rem .4rem 1.4rem;font-size:.88rem;font-weight:600;text-decoration:none;display:inline-flex;box-shadow:0 4px 20px #ffffff26}.ebats-pill-btn:hover{background:#f0f0f0;transform:translateY(-2px)scale(1.03);box-shadow:0 8px 28px #ffffff40}.ebats-arrow-circle{color:#fff;background:#0b0d12;border-radius:50%;justify-content:center;align-items:center;width:2rem;height:2rem;transition:transform .25s;display:flex}.ebats-pill-btn:hover .ebats-arrow-circle{transform:rotate(45deg)}.ebats-hero-center{z-index:10;text-align:center;flex-direction:column;justify-content:center;align-items:center;width:100%;margin:auto 0;display:flex;position:relative}.ebats-statement-tag{color:#f3f4f6d9;letter-spacing:.04em;max-width:600px;margin-bottom:2rem;font-family:Special Elite,monospace,cursive;font-size:1.15rem;line-height:1.6}.ebats-wordmark-wrap{width:100%;max-width:1100px}.ebats-wordmark-svg{width:100%;height:auto;overflow:visible}.ebats-wordmark-text{fill:none;stroke:#fff;stroke-width:3.5px;letter-spacing:.12em;filter:drop-shadow(0 0 40px #fff3);font-family:Impact,Arial Black,sans-serif;font-size:190px;font-weight:900;transition:fill .4s,stroke-width .4s}.ebats-wordmark-wrap:hover .ebats-wordmark-text{fill:#fff;stroke-width:0}.ebats-bottom-bar{z-index:10;color:#f3f4f699;letter-spacing:.06em;justify-content:space-between;align-items:center;width:100%;font-size:.82rem;display:flex;position:relative}.ebats-meta-links{align-items:center;gap:.6rem;display:flex}.ebats-meta-links a{color:#f3f4f6bf;text-decoration:none;transition:color .2s}.ebats-meta-links a:hover{color:#fff}.ebats-sep{opacity:.3}.ebats-lang{color:#fff;font-weight:600}@media (width<=768px){.ebats-hero-container{padding:6rem 1.25rem 2rem}.ebats-wordmark-text{font-size:110px}.ebats-statement-tag{font-size:.95rem}}.footer-section{background-color:#8c1c1d;justify-content:center;align-items:center;width:100%;height:85vh;min-height:700px;display:flex;position:relative;overflow:hidden}.footer-bg-container{z-index:1;width:100%;height:100%;position:absolute;top:0;left:0}.footer-bg-img{object-fit:cover;object-position:center;width:100%;height:100%}.footer-bg-overlay{mix-blend-mode:multiply;z-index:1;pointer-events:none;background-color:#8c1c1d66;width:100%;height:100%;position:absolute;top:0;left:0}.footer-content{z-index:2;flex-direction:column;justify-content:space-between;width:100%;height:100%;padding:5% 30px;display:flex;position:relative}.footer-credits{color:#eeddc9;text-align:left;max-width:250px;margin-top:15vh;font-family:Special Elite,monospace}.footer-credits h3{text-shadow:1px 1px 3px #00000080;text-align:left;margin-bottom:2rem;font-size:1.2rem;font-weight:400}.footer-credits ul{text-align:left;margin:0;padding:0;list-style:none}.footer-credits li{text-shadow:1px 1px 3px #00000080;text-align:left;margin-bottom:1rem;font-size:1.1rem}.footer-cta-container{flex-direction:column;align-items:center;gap:1.5rem;display:flex;position:absolute;bottom:8%;left:50%;transform:translate(-50%)}.footer-cta{color:#fff;cursor:pointer;-webkit-backdrop-filter:blur(8px);background:#0006;border:1px solid #fff6;border-radius:12px;padding:15px 40px;font-family:Special Elite,monospace;font-size:1.5rem;transition:all .3s}.footer-cta:hover{background:#ffffff26;border-color:#fff;transform:scale(1.05);box-shadow:0 0 20px #ffffff4d}.footer-copyright{opacity:.7;color:#eeddc9;text-align:center;white-space:nowrap;margin:0;font-family:Special Elite,monospace;font-size:.9rem}.footer-contact{color:#eeddc9;position:absolute;top:15vh;right:100px}.footer-social-icons{flex-direction:column;align-items:flex-end;gap:1.5rem;margin:3.5rem 0 0;padding:0;list-style:none;display:flex}.footer-social-icons a{color:#eeddc9;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);background:#0003;border:1px solid #eeddc94d;border-radius:50%;justify-content:center;align-items:center;width:45px;height:45px;text-decoration:none;transition:all .3s;display:flex}.footer-social-icons a:hover{color:#fff;background:#ffffff1a;border-color:#fff;transform:scale(1.1)}@media screen and (width<=767px){.footer-section{height:100vh;min-height:auto}.footer-content{flex-direction:column;justify-content:flex-end;align-items:center;gap:1.5rem;padding:20px 20px 12vh}.footer-credits{display:none}.footer-cta-container{max-width:100%;margin-top:0;display:contents;position:relative;bottom:auto;left:auto;transform:none}.footer-cta{order:1;margin-bottom:2rem;padding:12px 24px;font-size:1.1rem}.footer-contact{order:2;margin-top:0;position:relative;top:auto;right:auto}.footer-social-icons{flex-direction:row;justify-content:center;align-items:center;gap:1.5rem;margin:0}.footer-copyright{order:3;font-size:.8rem}}body.custom-cursor-enabled,body.custom-cursor-enabled *{cursor:none!important}.desktop-custom-cursor{pointer-events:none;z-index:999999;will-change:transform;font-size:24px;display:none;position:fixed;top:0;left:0}body.custom-cursor-enabled .desktop-custom-cursor{display:block}.mobile-trail-container{pointer-events:none;z-index:999998;width:100vw;height:100vh;position:fixed;top:0;left:0;overflow:hidden}.mobile-trail-emoji{pointer-events:none;will-change:transform, opacity;text-shadow:0 4px 10px #0003;font-size:32px;position:absolute;top:0;left:0}
