:root{--jade:#2f5d4f;--jade-deep:#1c3b30;--forest-deep:#16261e;--forest-black:#0e1811;--turquoise:#4f9c96;--turquoise-soft:#9fd4cd;--copper:#b9713f;--gold:#c99a4a;--gold-soft:#e6c887;--coral:#e08a6c;--blush:#eec2b7;--cream:#f4ecdd;--cream-soft:#faf4e8;--plum:#5b3a52;--ink:#1c2018;--font-heading:"Frank Ruhl Libre", "Times New Roman", serif;--font-body:"Heebo", "Segoe UI", sans-serif;--container-w:1220px;--radius-lg:28px;--radius-md:18px;--radius-sm:10px;--shadow-soft:0 20px 60px -20px #0e181173;--shadow-card:0 12px 40px -16px #0e181159;--lightningcss-light:initial;--lightningcss-dark: ;color-scheme:light}*{box-sizing:border-box}html{background:var(--forest-black)}body{font-family:var(--font-body);color:var(--cream-soft);background:var(--forest-black);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;text-rendering:optimizelegibility;min-height:100svh;margin:0;overflow-x:hidden}#root{position:relative;overflow-x:clip}img{max-width:100%;display:block}h1,h2,h3,h4{font-family:var(--font-heading);color:var(--cream-soft);margin:0;font-weight:600;line-height:1.25}p{margin:0;line-height:1.75}a{color:inherit;text-decoration:none}button{font-family:inherit}ul{margin:0;padding:0;list-style:none}a:focus-visible,button:focus-visible,input:focus-visible,textarea:focus-visible,select:focus-visible,[tabindex]:focus-visible{outline:2px solid var(--gold-soft);outline-offset:3px;border-radius:6px}.container{width:100%;max-width:var(--container-w);margin-inline:auto;padding-inline:24px}@media (width>=768px){.container{padding-inline:40px}}.visually-hidden{clip:rect(0, 0, 0, 0);white-space:nowrap;border:0;width:1px;height:1px;margin:-1px;padding:0;position:absolute;overflow:hidden}.eyebrow{font-family:var(--font-body);letter-spacing:.14em;color:var(--gold-soft);text-transform:none;align-items:center;gap:10px;font-size:.8rem;display:inline-flex}.glass-panel{-webkit-backdrop-filter:blur(14px);border-radius:var(--radius-lg);box-shadow:var(--shadow-soft);color:var(--ink);background:linear-gradient(165deg,#faf4e8f0,#f4ecdde0)}.glass-panel-dark{-webkit-backdrop-filter:blur(14px);border-radius:var(--radius-lg);box-shadow:var(--shadow-soft);color:var(--cream-soft);background:linear-gradient(165deg,#16261eeb,#0e1811f0);border:1px solid #c99a4a2e}.section{padding-block:clamp(72px,10vw,140px);position:relative}.section-heading{color:var(--cream-soft);font-size:clamp(1.9rem,3.4vw,2.9rem)}.section-lede{color:var(--turquoise-soft);max-width:62ch;font-size:clamp(1rem,1.4vw,1.15rem)}@keyframes drift-x{0%{transform:translate(-4%)}to{transform:translate(4%)}}@keyframes soft-pulse{0%,to{opacity:.35;transform:scale(1)}50%{opacity:.9;transform:scale(1.25)}}@keyframes sakura-fall{0%{opacity:0;transform:translateY(-6vh)rotate(0)}8%{opacity:.9}92%{opacity:.7}to{transform:translate3d(var(--drift,40px), 108vh, 0) rotate(340deg);opacity:0}}@media (prefers-reduced-motion:reduce){*,:before,:after{scroll-behavior:auto!important;transition-duration:.001ms!important;animation-duration:.001ms!important;animation-iteration-count:1!important}}.site-header{inset-inline:0;z-index:50;padding-block:18px;transition:background .4s,box-shadow .4s,padding .4s;position:fixed;top:0}.site-header--scrolled{-webkit-backdrop-filter:blur(16px);background:#0e1811b8;padding-block:10px;box-shadow:0 12px 30px -18px #0009}.site-header__inner{justify-content:space-between;align-items:center;gap:20px;display:flex}.site-header__brand img{width:auto;height:52px;transition:height .4s}.site-header--scrolled .site-header__brand img{height:42px}.site-header__nav{display:none}.site-header__nav ul{align-items:center;gap:30px;display:flex}.site-header__nav a{color:var(--cream-soft);padding-block:4px;font-size:.95rem;position:relative}.site-header__nav a:after{content:"";background:var(--gold-soft);height:1px;transition:transform .3s;position:absolute;bottom:-2px;left:0;right:0;transform:scaleX(0)}.site-header__nav a:hover:after,.site-header__nav a:focus-visible:after{transform:scaleX(1)}.site-header__actions{align-items:center;gap:14px;display:flex}.site-header__whatsapp{color:#f6fff9;background:#3fa583;border-radius:999px;align-items:center;gap:8px;padding:10px 18px;font-size:.9rem;font-weight:600;display:none;box-shadow:0 10px 24px -12px #3fa583b3}.site-header__burger{background:#f4ecdd1a;border:1px solid #e6c8874d;border-radius:12px;flex-direction:column;justify-content:center;align-items:center;gap:5px;width:44px;height:44px;display:inline-flex}.site-header__burger span{background:var(--cream-soft);border-radius:2px;width:20px;height:2px;transition:transform .3s,opacity .3s}.site-header__burger[aria-expanded=true] span:first-child{transform:translateY(7px)rotate(45deg)}.site-header__burger[aria-expanded=true] span:nth-child(2){opacity:0}.site-header__burger[aria-expanded=true] span:nth-child(3){transform:translateY(-7px)rotate(-45deg)}.mobile-nav{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);opacity:0;visibility:hidden;z-index:40;background:#0e1811fa;flex-direction:column;align-items:center;gap:36px;padding-top:96px;transition:opacity .35s,transform .35s,visibility .35s;display:flex;position:fixed;inset:0;transform:translateY(-12px)}.mobile-nav--open{opacity:1;visibility:visible;transform:translateY(0)}.mobile-nav ul{flex-direction:column;align-items:center;gap:26px;display:flex}.mobile-nav a{font-family:var(--font-heading);color:var(--cream-soft);font-size:1.5rem}.mobile-nav__whatsapp{color:#f6fff9;background:#3fa583;border-radius:999px;align-items:center;gap:10px;padding:14px 26px;font-weight:600;display:inline-flex}@media (width>=1024px){.site-header__nav{display:block}.site-header__whatsapp{display:inline-flex}.site-header__burger,.mobile-nav{display:none}}.whatsapp-float{bottom:22px;z-index:60;color:#f6fff9;background:#3fa583;border-radius:50%;justify-content:center;align-items:center;width:58px;height:58px;transition:transform .3s;display:flex;position:fixed;inset-inline-start:20px;box-shadow:0 14px 30px -10px #3fa583cc}.whatsapp-float:hover{transform:scale(1.07)}@media (width>=1024px){.whatsapp-float{bottom:28px;width:62px;height:62px;inset-inline-start:28px}}.realm-node{font:inherit;text-align:inherit;color:inherit;cursor:pointer;-webkit-tap-highlight-color:transparent;z-index:1;background:0 0;border:none;margin:0;padding:0;display:block}.realm-node:hover,.realm-node:focus-visible,.realm-node--active{z-index:5}.realm-node__portrait{transition:box-shadow .35s,transform .35s cubic-bezier(.2,.7,.2,1);display:block}.realm-node__copy{display:block}.realm-node:hover .realm-node__portrait,.realm-node:focus-visible .realm-node__portrait,.realm-node--active .realm-node__portrait{transform:translateY(-4px)scale(1.04);box-shadow:0 0 0 6px #d5a23f38,0 18px 44px #ddbe624d}.realm-node:focus-visible{outline:none}.realm-node:focus-visible .realm-node__portrait{outline-offset:4px;outline:3px solid #f1cd78}.realm-node__copy h3{font-family:var(--font-heading,inherit)}.realm-bubble{z-index:3;pointer-events:none;width:min(610px,100% - 250px);transform-origin:var(--realm-origin-x,50%) var(--realm-origin-y,50%);animation:.24s cubic-bezier(.2,.8,.2,1) both realm-bubble-in;position:absolute;top:48%;left:50%;overflow:visible;transform:translate(-50%,-50%)}.realm-bubble--pinned{pointer-events:auto}.realm-bubble:after{content:"";width:24px;height:24px;left:calc(var(--realm-tail-x,50%) - 12px);background:#052321fa;border-bottom:1px solid #d5a23f80;border-right:1px solid #d5a23f80;position:absolute;transform:rotate(45deg)}.realm-bubble--1:after,.realm-bubble--2:after,.realm-bubble--3:after{border:0;border-top:1px solid #d5a23f80;border-left:1px solid #d5a23f80;top:-12px;right:auto}.realm-bubble--4:after,.realm-bubble--5:after{bottom:-12px;right:auto}.realm-bubble__close{z-index:2;color:#f1cd78;cursor:pointer;background:#041817d9;border:1px solid #d5a23f99;border-radius:50%;place-items:center;width:36px;height:36px;font-size:1rem;line-height:1;transition:transform .2s,background .2s;display:grid;position:absolute;top:10px;left:10px}.realm-bubble__close:hover,.realm-bubble__close:focus-visible{background:#d5a23f40;transform:scale(1.08)}.realm-bubble .realm-disclosure__panel{background:linear-gradient(155deg,#062825f5,#031413f5);border:1px solid #d5a23f80;border-radius:28px;grid-template-columns:minmax(140px,.65fr) minmax(0,1.6fr);align-items:center;gap:28px;padding:clamp(28px,5vw,48px) clamp(22px,4vw,40px) clamp(22px,4vw,32px);display:grid;position:relative;box-shadow:0 30px 90px #0000008c,inset 0 0 0 1px #d5a23f14}.realm-disclosure__fairy{object-fit:contain;filter:drop-shadow(0 12px 18px #00000080);width:100%;max-height:300px}.realm-bubble .realm-disclosure__panel h3{color:#f1cd78;margin-bottom:16px;font-size:clamp(1.5rem,2.4vw,2rem)}.realm-bubble .realm-disclosure__panel p+p{margin-top:16px}@keyframes realm-bubble-in{0%{opacity:0;transform:translate(-50%,-50%)scale(.12)}to{opacity:1;transform:translate(-50%,-50%)scale(1)}}@media (width<=800px){.realm-bubble{pointer-events:auto;width:100%;max-height:none;transform-origin:var(--realm-origin-x,50%) 0;grid-column:1/-1;margin-top:4px;animation-name:realm-bubble-mobile-in;position:relative;top:auto;left:auto;transform:none}.realm-bubble:after{top:-12px;left:calc(var(--realm-tail-x,50%) - 12px);border:0;border-top:1px solid #d5a23f80;border-left:1px solid #d5a23f80;bottom:auto;right:auto}.realm-bubble .realm-disclosure__panel{text-align:center;grid-template-columns:minmax(0,1fr)}.realm-disclosure__fairy{max-height:220px;margin:0 auto}}@keyframes realm-bubble-mobile-in{0%{opacity:0;transform:scale(.12)}to{opacity:1;transform:scale(1)}}@media (prefers-reduced-motion:reduce){.realm-bubble{animation:none}.realm-node__portrait{transition:none}}.soul-art-gallery{padding:76px clamp(20px,6vw,90px);scroll-margin-top:80px}.soul-art-gallery__grid{z-index:2;grid-template-columns:repeat(4,minmax(0,1fr));gap:clamp(14px,2vw,24px);width:min(100%,1120px);margin:36px auto 0;scroll-margin-top:95px;display:grid;position:relative}.soul-art-gallery__grid a{aspect-ratio:1;min-width:0;min-height:0;box-shadow:none;background:0 0;border:0;border-radius:0;padding:0;transition:transform .2s;display:block;position:relative;overflow:hidden}.soul-art-gallery__grid a:hover{transform:translateY(-4px)scale(1.015)}.soul-art-gallery__grid a:focus-visible{outline-offset:4px;outline:3px solid #ffe5a9}.soul-art-gallery__grid img{object-fit:contain;width:100%;height:100%;display:block}.soul-art-process{text-align:center;margin:48px auto 0}.soul-art-process h3{color:#f7dba2;margin-bottom:22px;font-size:1.8rem}.soul-art-process>div{justify-content:center;gap:20px;display:flex}.soul-art-process img{object-fit:contain;border:1px solid #b58a43;border-radius:10px;width:min(35vw,240px);height:auto}@media (width<=600px){.soul-art-gallery__grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:12px}}.soul-art-gallery__aura{z-index:-3;pointer-events:none;mix-blend-mode:screen;background:radial-gradient(55% 45% at 12% 14%,#e989c338,#0000 65%),radial-gradient(50% 48% at 90% 18%,#67d1db3d,#0000 65%),radial-gradient(60% 50% at 30% 96%,#f1cd7833,#0000 70%),radial-gradient(55% 50% at 82% 92%,#967aea2e,#0000 68%);animation:20s ease-in-out infinite alternate soul-aura-shift;position:absolute;inset:0}@keyframes soul-aura-shift{0%{opacity:.68}to{opacity:1}}.soul-art-preview{z-index:2;grid-template-columns:repeat(3,minmax(0,1fr));align-items:center;gap:clamp(16px,2.5vw,28px);width:min(100%,920px);margin:42px auto 0;display:grid;position:relative}.soul-art-preview__piece{width:100%;min-width:0;height:clamp(230px,24vw,340px);box-shadow:none;background:0 0;border:0;border-radius:0;justify-content:center;align-items:center;margin:0;padding:0;display:flex;overflow:visible}.soul-art-preview__piece img,.soul-art-gallery__grid img{object-fit:contain;object-position:center;filter:drop-shadow(0 10px 14px #00000042);flex-shrink:1;width:100%;min-width:0;max-width:100%;height:100%;min-height:0;max-height:100%;display:block}.soul-art-gallery__grid img{margin:auto;position:absolute;inset:0}.soul-art-actions{z-index:7;flex-wrap:nowrap;justify-content:center;gap:16px;margin-top:34px;display:flex;position:relative}.soul-art-actions .story-button{white-space:nowrap}.soul-art-gallery__grid--open{animation:.45s both answer-arrive}@media (width<=780px){.soul-art-gallery__grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (width<=600px){.soul-art-gallery{padding-block:64px}.soul-art-preview{gap:10px;margin-top:32px}.soul-art-preview__piece{height:clamp(120px,38vw,180px)}.soul-art-gallery__grid{gap:12px;margin-top:26px}.soul-art-actions{justify-content:center;gap:8px}.soul-art-actions .story-button{white-space:normal;flex:1 1 0;min-width:0;padding-inline:10px;font-size:clamp(.82rem,3.6vw,.96rem)}}@media (prefers-reduced-motion:reduce){.soul-art-gallery__aura{animation:none}}.story-page{--story-ink:#061b1b;--story-panel:#051d1dcc;--story-gold:#d5a23f;--story-gold-light:#f1cd78;--story-cream:#fff1cf;z-index:1;color:var(--story-cream);background:#071817;position:relative;overflow:clip}.story-page h1,.story-page h2,.story-page h3{color:var(--story-cream);text-wrap:balance}.story-hero,.story-scene{isolation:isolate;position:relative;overflow:hidden}.story-hero{place-items:center;min-height:100svh;padding:124px 24px 72px;display:grid}.story-hero__background,.story-scene__background,.story-hero__mist,.story-hero__petals,.story-hero__branches,.story-scene__veil,.story-hero__shade{width:100%;height:100%;position:absolute;inset:0}.story-hero__background,.story-scene__background{z-index:-5;object-fit:cover}.story-hero__background{object-position:center;animation:24s ease-in-out infinite alternate story-breathe;transform:scale(1.035)}.story-hero__mist,.story-hero__petals,.story-hero__branches{object-fit:cover;pointer-events:none}.story-hero__mist{z-index:-3;opacity:.4;mix-blend-mode:screen}.story-hero__petals{z-index:-2;opacity:.48;animation:20s ease-in-out infinite alternate story-drift}.story-hero__branches{z-index:4;opacity:.72}.story-hero__shade{z-index:-1;background:radial-gradient(circle at 50% 42%,#0517160d,#020e0dc2 88%),linear-gradient(#0311101f,#03111085)}.forest-magic{z-index:1;pointer-events:none;position:absolute;inset:0;overflow:hidden}.forest-magic i{--spark-size:4px;width:var(--spark-size);height:var(--spark-size);opacity:0;background:#ffe6a0;border-radius:50%;animation:6.2s ease-in-out infinite forest-firefly;position:absolute;box-shadow:0 0 8px 2px #ffd366e6,0 0 24px 7px #78ffda38}.forest-magic i:first-child{animation-delay:-1.2s;top:13%;left:9%}.forest-magic i:nth-child(2){--spark-size:3px;animation-delay:-4.4s;top:22%;left:28%}.forest-magic i:nth-child(3){animation-delay:-2.8s;top:17%;right:17%}.forest-magic i:nth-child(4){--spark-size:3px;animation-delay:-5.1s;top:36%;right:7%}.forest-magic i:nth-child(5){animation-delay:-3.5s;top:44%;left:12%}.forest-magic i:nth-child(6){--spark-size:5px;animation-delay:-.6s;top:52%;left:36%}.forest-magic i:nth-child(7){--spark-size:3px;animation-delay:-4.8s;top:48%;right:31%}.forest-magic i:nth-child(8){animation-delay:-2.1s;top:62%;right:12%}.forest-magic i:nth-child(9){--spark-size:3px;animation-delay:-5.7s;top:70%;left:7%}.forest-magic i:nth-child(10){animation-delay:-3.1s;top:78%;left:24%}.forest-magic i:nth-child(11){--spark-size:5px;animation-delay:-1.7s;top:82%;right:27%}.forest-magic i:nth-child(12){--spark-size:3px;animation-delay:-4.1s;top:72%;right:4%}.forest-magic i:nth-child(13){--spark-size:3px;animation-delay:-2.4s;top:31%;left:46%}.forest-magic i:nth-child(14){animation-delay:-5.3s;top:91%;left:51%}.perched-fairy{--fairy-rotate:0deg;z-index:6;pointer-events:none;width:clamp(92px,11vw,160px);transform:rotate(var(--fairy-rotate));transform-origin:bottom;position:absolute}.perched-fairy img{z-index:2;object-fit:contain;filter:drop-shadow(0 14px 14px #000000b8)drop-shadow(0 0 10px #f2c76942);width:100%;max-height:220px;animation:5.5s ease-in-out infinite alternate fairy-alive;position:relative}.perched-fairy__glow{z-index:1;filter:blur(8px);background:radial-gradient(circle,#ffdb8547,#5ff4c614 48%,#0000 72%);border-radius:50%;animation:3.6s ease-in-out infinite alternate fairy-glow;position:absolute;inset:12% -16% 5%}.perched-fairy__branch{z-index:1;background:linear-gradient(#866130,#211f13 58%,#080e0a);border-radius:50%;width:138%;height:10px;position:absolute;bottom:2%;right:-18%;transform:rotate(-4deg);box-shadow:0 4px 7px #0000009e,20px -5px 0 -4px #4d4a28}.perched-fairy--hero{--fairy-rotate:-3deg;width:clamp(100px,11vw,158px);bottom:8%;left:2%}.perched-fairy--about{--fairy-rotate:3deg;width:clamp(112px,12vw,170px);top:8%;right:1%}.perched-fairy--realms-left{--fairy-rotate:-3deg;width:clamp(112px,12vw,172px);top:43%;left:1%}.perched-fairy--realms-right{--fairy-rotate:4deg;width:clamp(112px,12vw,176px);top:31%;right:1%}.perched-fairy--pendants{--fairy-rotate:3deg;width:clamp(118px,13vw,188px);top:430px;right:2%}.perched-fairy--contact{--fairy-rotate:-4deg;width:clamp(112px,13vw,184px);bottom:8%;left:2%}.forest-fairy{z-index:3;pointer-events:none;width:clamp(110px,15vw,220px);position:absolute}.forest-fairy img{z-index:2;object-fit:contain;filter:drop-shadow(0 18px 17px #000000b8)drop-shadow(0 0 11px #e7b95d3d);width:100%;max-height:310px;animation:6.3s ease-in-out infinite alternate fairy-alive;position:relative}.forest-fairy>span{z-index:1;filter:blur(10px);background:radial-gradient(circle,#75f0dd2e,#d191f717 48%,#0000 72%);border-radius:50%;animation:4.2s ease-in-out infinite alternate fairy-glow;position:absolute;inset:10% -12%}.forest-fairy--hero-artist{width:clamp(120px,15vw,220px);bottom:2%;right:.5%}.forest-fairy--about-family{width:clamp(120px,15vw,210px);bottom:1%;left:.5%}.forest-fairy--about-heart{width:clamp(88px,9vw,128px);top:12%;left:42%}.forest-fairy--treatment-cleansing{width:clamp(100px,12vw,168px);bottom:7%;left:.5%}.forest-fairy--pendants-maker{width:clamp(110px,13vw,178px);top:410px;left:.5%}.forest-fairy--pendants-jeweler{width:clamp(105px,12vw,168px);bottom:3%;right:.5%}.forest-fairy--pendants-painter{width:clamp(96px,11vw,154px);top:60px;left:1%}.forest-fairy--contact-artist{width:clamp(105px,12vw,170px);top:20%;left:.5%}.forest-fairy--contact-guardian{width:clamp(108px,13vw,180px);bottom:7%;right:.5%}.story-hero__content{z-index:5;text-align:center;flex-direction:column;align-items:center;gap:18px;width:min(780px,100%);display:flex;position:relative}.story-logo{object-fit:contain;filter:drop-shadow(0 18px 36px #00000080);width:clamp(190px,24vw,320px);max-height:34svh}.story-kicker{color:var(--story-gold-light);letter-spacing:.16em;font-size:clamp(.78rem,1.2vw,.96rem)}.cosmic-title-wrap{isolation:isolate;width:min(970px,100%);margin:4px auto 8px;position:relative}.cosmic-title-wrap h1{z-index:3;color:#0000;letter-spacing:-.035em;background:linear-gradient(#fff2b5 0%,#f4cd72 25%,#ba6d27 58%,#6c351c 78%,#e5aa4a 100%);-webkit-text-fill-color:transparent;-webkit-text-stroke:1px #ffe092d9;text-shadow:0 1px #c98e39,0 2px #a96c2c,0 3px #8a4d25,0 4px #713b21,0 5px #572b1c,0 7px #351b16,0 11px 16px #000000e6,0 0 28px #eaae4a57;filter:drop-shadow(0 0 1px #fff0ae);-webkit-background-clip:text;background-clip:text;margin:0;font-size:clamp(2.7rem,6vw,5.8rem);font-weight:900;line-height:1.03;position:relative}.cosmic-title-wrap h1:after{z-index:4;content:attr(data-text);color:#0000;background:repeating-linear-gradient(112deg,#0000 0 13px,#2d0e21b8 14px 15px,#0000 16px 31px),repeating-linear-gradient(67deg,#0000 0 28px,#e1faff6b 29px 30px,#0000 31px 54px);-webkit-text-fill-color:transparent;opacity:.72;mix-blend-mode:multiply;pointer-events:none;-webkit-background-clip:text;background-clip:text;position:absolute;inset:0}.cosmic-time-ring{z-index:1;aspect-ratio:5/1.3;background:repeating-conic-gradient(from 15deg, #f1cd7880 0 .7deg, transparent .8deg 15deg);opacity:.7;border:1px solid #e9ba5d57;border-radius:50%;width:112%;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)rotate(-3deg);box-shadow:inset 0 0 30px #5ecabe12,0 0 36px #d896411f;-webkit-mask-image:radial-gradient(#0000 55%,#000 57% 60%,#0000 63%);mask-image:radial-gradient(#0000 55%,#000 57% 60%,#0000 63%)}.cosmic-shards{z-index:5;pointer-events:none;position:absolute;inset:-30% -5%}.cosmic-shards i{clip-path:polygon(50% 0,100% 65%,55% 100%,0 68%);background:linear-gradient(135deg,#fff0a6,#b97631 48%,#654565 72%,#7bd5c7);width:11px;height:32px;animation:4.8s ease-in-out infinite alternate time-shard;position:absolute;box-shadow:0 0 12px #f3c265a8}.cosmic-shards i:first-child{animation-delay:-1s;top:12%;left:2%;transform:rotate(-42deg)scale(.72)}.cosmic-shards i:nth-child(2){animation-delay:-3.2s;top:68%;left:8%;transform:rotate(31deg)scale(.55)}.cosmic-shards i:nth-child(3){animation-delay:-2.1s;top:2%;left:28%;transform:rotate(65deg)scale(.42)}.cosmic-shards i:nth-child(4){animation-delay:-4s;top:76%;left:42%;transform:rotate(-22deg)scale(.6)}.cosmic-shards i:nth-child(5){animation-delay:-.5s;top:-2%;right:31%;transform:rotate(18deg)scale(.52)}.cosmic-shards i:nth-child(6){animation-delay:-2.7s;top:73%;right:22%;transform:rotate(54deg)scale(.46)}.cosmic-shards i:nth-child(7){animation-delay:-3.6s;top:15%;right:3%;transform:rotate(42deg)scale(.8)}.cosmic-shards i:nth-child(8){animation-delay:-1.8s;top:60%;right:7%;transform:rotate(-28deg)scale(.5)}.story-hero__subtitle{color:#f7dfaa;text-shadow:0 4px 16px #000c;max-width:52ch;font-size:clamp(1rem,1.8vw,1.3rem)}.story-button{border:1px solid var(--story-gold);cursor:pointer;border-radius:999px;justify-content:center;align-items:center;min-height:50px;padding:12px 28px;font-weight:700;transition:transform .18s,box-shadow .18s,background .18s;display:inline-flex}.story-button:hover{transform:translateY(-2px)}.story-button--gold{color:#172419;background:linear-gradient(125deg,#f4d483,#c47737);box-shadow:0 12px 34px #c477374d}.story-button--ghost{color:var(--story-cream);background:#041d1c8f}.story-scroll{z-index:7;border:1px solid #f1cd78b3;border-radius:999px;width:27px;height:44px;position:absolute;bottom:24px;left:50%;transform:translate(-50%)}.story-scroll span{background:var(--story-gold-light);border-radius:99px;width:4px;height:9px;animation:1.8s ease-in-out infinite story-scroll;position:absolute;top:8px;left:50%;transform:translate(-50%)}.story-scene{flex-direction:column;justify-content:center;min-height:auto;padding:clamp(44px,5vw,72px) clamp(20px,6vw,90px);display:flex}.story-scene__background{object-position:center}.story-scene__background--deep{filter:saturate(.85)brightness(.72)}.story-scene__background--realms{object-position:58% center;filter:saturate(.82)brightness(.62)}.story-scene__background--pendants{filter:saturate(.9)brightness(.58);transform:scale(1.06)}.story-scene__background--contact{object-position:center bottom;filter:saturate(.75)brightness(.56)}.story-scene__veil{z-index:-4;background:linear-gradient(#041a1952,#041a1980)}.story-scene__veil--deep{background:radial-gradient(circle,#0626243d,#021111b8)}.story-about{min-height:auto}.story-about__inner{z-index:2;direction:ltr;grid-template-columns:minmax(340px,.9fr) minmax(460px,1.15fr);align-items:center;gap:clamp(40px,7vw,100px);width:min(1280px,100%);margin:0 auto;display:grid;position:relative}.story-about__portrait,.story-about__copy{direction:rtl}.story-about__portrait{align-self:end;height:min(650px,68vw);position:relative}.story-about__portrait img{z-index:2;object-fit:contain;object-position:center bottom;filter:drop-shadow(0 28px 50px #0000008f);width:100%;height:100%;position:absolute;inset:0;-webkit-mask-image:linear-gradient(#000 86%,#0000 100%);mask-image:linear-gradient(#000 86%,#0000 100%)}.story-about__halo{z-index:1;filter:blur(16px);background:radial-gradient(circle,#efc26759,#08322e29 55%,#0000 74%);border-radius:50%;position:absolute;inset:18% 2% 10%}.ornate-panel{-webkit-backdrop-filter:blur(9px);background:linear-gradient(145deg,#041f1ee0,#052b28ad);border:1px solid #d5a23fcc;border-radius:38px 12px;position:relative;box-shadow:inset 0 0 0 4px #d5a23f12,0 28px 80px #00000057}.ornate-panel:before,.ornate-panel:after{color:var(--story-gold-light);content:"❧";font-size:2.2rem;line-height:1;position:absolute}.ornate-panel:before{top:12px;right:16px}.ornate-panel:after{bottom:12px;left:16px;transform:rotate(180deg)}.story-about__copy h2,.story-section-heading h2{font-size:clamp(2.5rem,4.4vw,4.8rem)}.gold-divider{background:linear-gradient(90deg, transparent, var(--story-gold-light));width:min(240px,70%);height:1px;margin:18px 0 28px auto;display:block}.story-about__copy>p:not(.story-kicker){color:#f5e8ca;margin-top:18px;font-size:clamp(1.12rem,1.55vw,1.28rem)}.story-text-link{color:var(--story-gold-light);margin-top:24px;font-weight:700;display:inline-flex}.story-section-heading{z-index:3;text-align:center;width:min(900px,100%);margin:0 auto clamp(32px,4vw,52px);position:relative}.story-section-heading>p:not(.story-kicker){color:#f0e2c3;max-width:62ch;margin:16px auto 0;font-size:1.2rem}.story-section-heading--compact{margin-bottom:24px}.story-circles{min-height:auto}.story-circles__grid{z-index:2;grid-template-columns:repeat(3,1fr);gap:clamp(20px,3vw,42px);width:min(1180px,100%);margin:0 auto;display:grid;position:relative}.story-circle{aspect-ratio:1;border:2px solid var(--story-gold);background:radial-gradient(circle at 45% 30%,#0e3f38d1,#031b1bed);border-radius:50%;place-items:center;padding:12%;display:grid;position:relative;box-shadow:0 0 0 7px #d5a23f14,inset 0 0 48px #d5a23f1a,0 28px 60px #0000005c}.story-circle__fairy{z-index:3;object-fit:contain;filter:drop-shadow(0 12px 12px #0000009e)drop-shadow(0 0 8px #f4c76757);width:clamp(84px,9vw,132px);max-height:168px;animation:5s ease-in-out infinite alternate fairy-alive;position:absolute}.story-circle__fairy--1{top:-26%;right:8%;transform:rotate(4deg)}.story-circle__fairy--2{top:-20%;left:50%;transform:translate(-50%)}.story-circle__fairy--3{top:-25%;left:8%;transform:rotate(-4deg)}.story-circle:before,.story-circle:after{color:var(--story-gold-light);content:"✦";position:absolute;left:50%;transform:translate(-50%)}.story-circle:before{top:-13px}.story-circle:after{bottom:-13px}.story-circle__inner{text-align:center}.story-circle__lotus{color:var(--story-gold-light);font-size:1.5rem}.story-circle h3{margin-top:8px;font-size:clamp(2rem,3vw,3rem)}.story-circle p{color:#f0e4c8;margin-top:10px;font-size:clamp(1.06rem,1.25vw,1.16rem)}.story-realms{min-height:auto}.realm-mandala{z-index:2;width:min(1000px,100%);height:650px;margin:0 auto;position:relative}.realm-mandala__geometry{background:repeating-conic-gradient(from 0deg, #d5a23f38 0 1deg, transparent 1deg 36deg);border:1px solid #d5a23f99;border-radius:50%;position:absolute;inset:10% 16%;box-shadow:inset 0 0 70px #d5a23f1a,0 0 50px #d5a23f14}.realm-mandala__geometry:before,.realm-mandala__geometry:after{content:"";border:1px solid #d5a23f73;position:absolute;inset:12%;transform:rotate(45deg)}.realm-mandala__geometry:after{transform:rotate(90deg)}.realm-node{text-align:center;width:230px;position:absolute}.realm-node--1{top:8%;left:8%}.realm-node--2{top:0;left:50%;transform:translate(-50%)}.realm-node--3{top:8%;right:8%}.realm-node--4{bottom:0;left:20%}.realm-node--5{bottom:0;right:20%}.realm-node__portrait{border:2px solid var(--story-gold);background:radial-gradient(circle,#eec05f47,#042321e6 68%);border-radius:50%;width:180px;height:180px;margin:0 auto;overflow:hidden;box-shadow:0 0 0 6px #d5a23f14,0 18px 44px #0006}.realm-node__portrait img{object-fit:contain;object-position:center 18%;transform-origin:50% 28%;filter:drop-shadow(0 8px 9px #00000094);width:100%;height:112%;transform:scale(1.08)}.realm-node--3 .realm-node__portrait img{object-fit:contain;object-position:center;height:100%;transform:none}.realm-node__copy{background:#031c1bbd;border-radius:16px;margin-top:12px;padding:9px 12px 12px}.realm-node h3{font-size:1.55rem}.realm-node p{color:#e9d8b6;margin-top:4px;font-size:1rem;line-height:1.5}.realm-mandala__center{border:1px solid var(--story-gold);width:98px;height:98px;color:var(--story-gold-light);background:#052220e0;border-radius:50%;place-items:center;font-size:2.3rem;display:grid;position:absolute;top:47%;left:50%;transform:translate(-50%,-50%);box-shadow:0 0 40px #d5a23f40}.story-pendants{min-height:auto}.pendant-stage{z-index:2;place-items:center;width:min(1050px,100%);height:470px;margin:10px auto 0;display:grid;position:relative}.pendant-stage__stone{background:radial-gradient(#464a39e0,#172a22d1 62%,#04181733 75%);border:1px solid #d5a23f40;border-radius:50%;position:absolute;inset:12% 4% 4%;transform:perspective(900px)rotateX(58deg);box-shadow:inset 0 15px 40px #ffde9714,0 40px 80px #00000080}.pendant-stage img{z-index:2;object-fit:contain;filter:drop-shadow(0 24px 22px #00000080);width:min(900px,95%);max-height:100%;position:relative}.pendant-actions{z-index:2;flex-wrap:wrap;justify-content:center;gap:16px;display:flex;position:relative}.pendant-actions--three{flex-wrap:nowrap}.pendant-actions--three .story-button{white-space:nowrap;min-width:0}.story-pendants .pendant-stage+.pendant-actions{margin-top:clamp(40px,5vw,64px)}.pendant-note{z-index:2;text-align:center;color:var(--story-gold-light);margin-top:20px;position:relative}.story-contact{min-height:auto}.story-contact__grid{z-index:2;direction:ltr;grid-template-columns:1fr 1fr;gap:clamp(24px,4vw,54px);width:min(1120px,100%);margin:0 auto;display:grid;position:relative}.contact-form,.contact-details{direction:rtl;padding:clamp(28px,4vw,52px)}.contact-form{flex-direction:column;gap:18px;display:flex}.contact-form label{color:var(--story-gold-light);flex-direction:column;gap:7px;font-size:1.05rem;display:flex}.contact-form input,.contact-form textarea{width:100%;color:var(--story-cream);resize:vertical;background:#021615a3;border:1px solid #d5a23f94;border-radius:12px;padding:12px 14px}.contact-details{text-align:center;flex-direction:column;align-items:center;display:flex}.contact-details>img{object-fit:contain;width:150px;height:150px}.contact-details h3{font-size:2rem}.contact-details>p{color:#e8d7b4;margin-top:8px}.contact-details ul{gap:12px;width:100%;margin-top:26px;display:grid}.contact-details li{color:#f3e4c5;justify-content:center;align-items:center;gap:10px;display:flex}.contact-details li>span:first-child{color:var(--story-gold-light)}.story-signature{z-index:2;text-align:center;color:#f1cd78b8;letter-spacing:.08em;margin-top:32px;position:relative}@keyframes story-breathe{0%{transform:scale(1.035)}to{transform:scale(1.08)}}.story-inline-cta{z-index:7;text-align:center;margin:30px auto 0;position:relative}.perched-fairy,.forest-fairy,.story-circle__fairy{transform-origin:bottom;scale:1.12}.story-kicker{font-size:clamp(.96rem,1.4vw,1.12rem)}.story-circles .story-section-heading{margin-bottom:76px}.contact-details>p,.contact-details li,.pendant-note{font-size:1.12rem}.story-page input,.story-page textarea{font-size:1.1rem}@keyframes story-drift{0%{transform:translate(-1%,-1%)scale(1.02)}to{transform:translate(1%,1%)scale(1.06)}}@keyframes story-scroll{0%{opacity:1;transform:translate(-50%)}to{opacity:0;transform:translate(-50%,17px)}}@keyframes forest-firefly{0%,to{opacity:0;transform:translate(-9px,8px)scale(.6)}22%{opacity:.9}48%{opacity:.38;transform:translate(10px,-14px)scale(1.25)}72%{opacity:1}}@keyframes fairy-alive{0%{translate:0;rotate:-.6deg}to{translate:0 -7px;rotate:.8deg}}@keyframes fairy-glow{0%{opacity:.42;transform:scale(.88)}to{opacity:.95;transform:scale(1.08)}}@keyframes time-shard{0%{opacity:.48;filter:hue-rotate();translate:-2px 4px}to{opacity:1;filter:hue-rotate(22deg);translate:3px -5px}}.story-pendant-gallery{z-index:7;text-align:center;max-width:1040px;margin:24px auto 0;scroll-margin-top:90px;position:relative}.story-pendant-gallery__grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:24px;margin-top:28px;display:grid}.story-pendant-gallery--open{animation:.45s both answer-arrive}.story-pendant-gallery figure{background:#041e1beb;border:1px solid #b68b40;border-radius:20px;margin:0;padding:16px}.story-pendant-gallery img{object-fit:contain;width:100%;height:240px}.story-pendant-gallery figcaption{color:#fff0bd;margin-top:12px;font-size:1.15rem}@media (width<=1100px){.perched-fairy--realms-left,.perched-fairy--realms-right,.forest-fairy--about-heart{display:none}}@media (width<=900px){.perched-fairy--about,.perched-fairy--realms-left,.perched-fairy--realms-right{opacity:.88;width:94px}.story-about__inner{grid-template-columns:1fr;gap:0}.story-about__portrait{height:580px;margin-bottom:-90px}.story-about__copy{z-index:3}.story-circles__grid{grid-template-columns:1fr;gap:72px;width:min(420px,100%)}.story-circle{aspect-ratio:auto;min-height:330px}.story-realms{min-height:auto}.realm-mandala{grid-template-columns:repeat(2,minmax(0,1fr));gap:24px;height:auto;display:grid}.realm-mandala__geometry,.realm-mandala__center{display:none}.realm-node{width:auto;position:relative;inset:auto;transform:none}.realm-node:last-of-type{grid-column:1/-1;justify-self:center;width:min(280px,100%)}.story-contact__grid{grid-template-columns:1fr;width:min(620px,100%)}.forest-fairy--about-family,.forest-fairy--pendants-maker,.forest-fairy--pendants-jeweler,.forest-fairy--contact-artist{opacity:.88;width:110px}}@media (width<=600px){.story-hero{min-height:800px;padding:105px 18px 70px}.story-hero__background{object-position:66% center}.story-hero__branches{opacity:.45}.story-logo{width:180px;max-height:210px}.cosmic-title-wrap h1{text-shadow:0 1px #c98e39,0 2px #a96c2c,0 3px #713b21,0 5px #351b16,0 9px 14px #000000eb,0 0 22px #eaae4a4d;font-size:clamp(2.45rem,12.8vw,3.35rem);line-height:1.06}.cosmic-title-wrap{width:104%}.cosmic-shards{inset:-12% -4%}.cosmic-time-ring{width:118%}.perched-fairy--hero{width:82px;bottom:8%;left:-2%}.perched-fairy--about,.perched-fairy--realms-left,.perched-fairy--realms-right{display:none}.forest-fairy--hero-artist{width:88px;bottom:1%;right:-5%}.forest-fairy--about-family,.forest-fairy--about-heart,.forest-fairy--treatment-cleansing,.forest-fairy--pendants-maker,.forest-fairy--pendants-jeweler,.forest-fairy--contact-artist{display:none}.forest-fairy--pendants-painter{width:78px;display:none;top:60px;left:-4%}.forest-fairy--contact-guardian{width:82px;bottom:3%;right:-5%}.perched-fairy--pendants{width:82px;top:350px;bottom:auto;right:-2%}.perched-fairy--contact{width:78px;bottom:3%;left:-2%}.story-scene{min-height:auto;padding:44px 16px}.story-about__portrait{height:470px;margin-bottom:-72px}.story-about__copy{padding:40px 24px}.story-about__copy h2,.story-section-heading h2{font-size:2.45rem}.story-circles__grid{width:min(340px,100%)}.story-circle{min-height:300px}.story-circle__fairy{width:86px}.realm-mandala{grid-template-columns:1fr}.realm-node:last-of-type{grid-column:auto}.realm-node__portrait{width:190px;height:190px}.pendant-stage{height:330px}.pendant-stage img{width:115%;max-width:none}.pendant-actions{flex-flow:row;justify-content:flex-start;padding-bottom:6px;overflow-x:auto}.pendant-actions .story-button{flex:none}.story-pendant-gallery__grid{grid-template-columns:1fr;gap:16px}.contact-form,.contact-details{padding:34px 22px}}@media (prefers-reduced-motion:reduce){.story-hero__background,.story-hero__petals,.story-scroll span,.forest-magic i,.perched-fairy img,.perched-fairy__glow,.forest-fairy img,.forest-fairy>span,.story-circle__fairy,.cosmic-shards i{animation:none}}.dragon-overlay{z-index:1;pointer-events:none;opacity:0;position:fixed;inset:0;overflow:hidden}.dragon-overlay__wrap{will-change:transform;width:min(46vw,620px);position:absolute;top:50%;left:42%}.dragon-overlay__source{opacity:0;pointer-events:none;width:1px;height:1px;position:absolute}.dragon-overlay__canvas{opacity:.92;filter:drop-shadow(0 18px 32px #00000038);will-change:transform;width:100%;height:auto;display:block}@media (width<=767px){.dragon-overlay__wrap{width:min(62vw,340px);left:34%}}.story-page{font-size:1.18rem;line-height:1.8}.story-page :is(h1,h2,h3,p,li,summary,figcaption,.story-button),.story-page label>span{text-wrap:pretty;text-wrap:balance}.story-hero{padding-top:104px;padding-bottom:48px}.story-hero__content{gap:14px;width:min(900px,100%)}.story-hero .story-logo{object-fit:contain;width:160px;max-height:150px}.story-hero__services{color:#fff1d1;max-width:76ch;font-size:clamp(1rem,1.4vw,1.14rem);line-height:1.8}.story-hero__promise{color:#f4d99d;font-size:clamp(1.2rem,1.8vw,1.5rem)}.story-hero__actions{grid-template-columns:repeat(2,minmax(0,1fr));gap:clamp(10px,2vw,20px);width:min(440px,100%);display:grid}.story-hero__actions .story-button{min-width:0;padding-inline:clamp(10px,2vw,24px)}.story-copy-flow{z-index:2;width:min(800px,100%);margin:0 auto;position:relative}.story-copy-flow p+p{margin-top:16px}.story-copy-flow h3{margin:24px 0 12px;font-size:clamp(1.6rem,2.5vw,2rem)}.story-copy-flow h3:first-child{margin-top:0}.story-about__copy ul{margin-top:18px;padding-inline-start:22px;list-style:outside}.story-about__copy li{margin-bottom:10px;font-size:1.12rem}.story-about__inner{grid-template-columns:minmax(240px,.8fr) minmax(0,1.2fr);gap:32px}.story-about__portrait{align-self:center}.story-about__copy{padding:36px}.copy-sections{z-index:2;grid-template-columns:repeat(2,minmax(0,1fr));gap:24px;width:min(1100px,100%);margin:0 auto;display:grid;position:relative}.copy-sections__intro{text-align:center;grid-column:1/-1;max-width:800px;margin:0 auto 6px}.copy-sections article{background:#072522dc;border-top:1px solid #b9985480;border-radius:4px 4px 24px;padding:24px}.copy-sections h3{color:#f0cf8b;margin-bottom:16px;font-size:clamp(1.5rem,2.1vw,1.9rem);line-height:1.4}.copy-sections p+p{margin-top:14px}.story-realms .copy-sections article:last-child{grid-column:1/-1}.story-faq{background:linear-gradient(#0c2925,#071b18);padding:48px 24px}.story-faq__list{max-width:900px;margin:auto}.story-faq details{border-bottom:1px solid #b9985470;padding:18px 0}.story-faq summary{cursor:pointer;color:#f4d99d;font-size:1.25rem;font-weight:600}.story-faq details p{margin-top:14px}.story-faq summary:focus-visible{outline-offset:6px;outline:2px solid #f4d99d}.story-page section{scroll-margin-top:82px}@media (width<=800px){.story-about__inner{grid-template-columns:minmax(0,1fr)}.story-about__portrait{height:330px}.copy-sections{grid-template-columns:minmax(0,1fr);gap:16px}.copy-sections article{padding:22px}.story-about__copy{padding:28px}.story-hero__services{line-height:1.7}.story-hero .story-logo{width:125px;max-height:110px}.story-page{font-size:1.12rem}.story-hero{padding-top:92px}.story-hero .forest-fairy,.story-hero .perched-fairy{display:none}}.motion-layer{translate:0 var(--parallax-y,0px);transition:translate 90ms linear}.story-hero__background,.story-scene__background{animation:16s ease-in-out infinite alternate scene-breathe}.story-scene__background--pendants{animation-name:scene-breathe-pendants}@keyframes scene-breathe{0%{opacity:.82;transform:scale(1.02)}to{opacity:1;transform:scale(1.15)}}@keyframes scene-breathe-pendants{0%{opacity:.82;transform:scale(1.05)}to{opacity:1;transform:scale(1.18)}}.story-hero__mist{animation:14s ease-in-out infinite alternate layer-breathe-mist}.story-hero__petals{animation-name:story-drift,layer-breathe-petals;animation-duration:20s,11s}@keyframes layer-breathe-mist{0%{opacity:.28}to{opacity:.62}}@keyframes layer-breathe-petals{0%{opacity:.34}to{opacity:.68}}.story-hero__branches{animation:18s ease-in-out infinite alternate layer-breathe-branches}@keyframes layer-breathe-branches{0%{opacity:.58}to{opacity:.86}}.motion-enabled .story-hero__background,.motion-enabled .story-scene__background,.motion-enabled .story-hero__mist,.motion-enabled .story-hero__petals,.motion-enabled .story-hero__branches{height:calc(100% + 180px);top:-90px}.motion-offscreen *,.motion-offscreen :before,.motion-offscreen :after{animation-play-state:paused!important}.motion-reveal{opacity:0;transition:opacity .65s,translate .75s cubic-bezier(.2,.7,.2,1);translate:0 18px}.motion-reveal.motion-visible,.motion-reveal:focus-within{opacity:1;translate:0}.story-page:after{content:"";z-index:60;pointer-events:none;transform-origin:100%;height:2px;transform:scaleX(var(--reading-progress,0));background:linear-gradient(90deg,#76cab1,#eecb79);position:fixed;inset:0 0 auto}.story-scene:after{content:"";pointer-events:none;background:linear-gradient(#0000,#07181780);height:38px;position:absolute;inset:auto 0 0}.story-button,.soul-art-gallery__grid a,.art-trail__piece{transition:transform .3s cubic-bezier(.2,.7,.2,1),box-shadow .3s,background .3s}.story-button:active{transform:translateY(0)scale(.98)}.story-button--gold{background-image:linear-gradient(115deg,#0000 35%,#ffffff80 50%,#0000 65%),linear-gradient(125deg,#f4d483,#c47737);background-position:150% 0,0 0;background-repeat:no-repeat,no-repeat;background-size:260% 100%,100% 100%;transition:background-position .7s,transform .3s cubic-bezier(.2,.7,.2,1),box-shadow .3s;animation:4.4s ease-in-out infinite button-breathe}.story-button--gold:hover,.story-button--gold:focus-visible{background-position:-60% 0,0 0;animation-play-state:paused;transform:translateY(-3px)scale(1.015);box-shadow:0 18px 44px #c477377a}.story-button--ghost{background-image:linear-gradient(115deg,#0000 35%,#ffffff38 50%,#0000 65%);background-position:150% 0;background-repeat:no-repeat;background-size:260% 100%;transition:background-position .7s,background-color .3s,transform .3s cubic-bezier(.2,.7,.2,1),box-shadow .3s,border-color .3s}.story-button--ghost:hover,.story-button--ghost:focus-visible{border-color:var(--story-gold-light,#f1cd78);background-color:#133a34b3;background-position:-60% 0;transform:translateY(-3px);box-shadow:0 14px 34px #00000057}@keyframes button-breathe{0%,to{box-shadow:0 12px 34px #c477374d}50%{box-shadow:0 14px 40px #eaae4a80}}.ornate-panel,.realm-node__portrait,.story-circle,.pendant-stage,.contact-form,.contact-details,.story-pendant-gallery figure,.copy-sections article{transition:transform .4s cubic-bezier(.2,.7,.2,1),box-shadow .4s,border-color .3s}@media (hover:hover) and (pointer:fine){.story-pendant-gallery figure:hover{border-color:#e4c77a;transform:translateY(-6px);box-shadow:0 20px 46px #0006}.story-circle:hover{transform:translateY(-6px)}.ornate-panel:hover{transform:translateY(-3px)}}.story-logo{animation:6.5s ease-in-out infinite logo-breathe}@keyframes logo-breathe{0%,to{filter:drop-shadow(0 18px 36px #00000080);transform:scale(1)}50%{filter:drop-shadow(0 22px 44px #eaae4a4d);transform:scale(1.02)}}.contact-form input,.contact-form textarea{transition:border-color .25s,box-shadow .25s}.contact-form input:focus,.contact-form textarea:focus{border-color:var(--story-gold-light,#f1cd78);outline:none;box-shadow:0 0 0 3px #d5a23f38}.story-button,.story-page summary,.site-header__nav a{-webkit-tap-highlight-color:transparent}.story-page summary{min-height:44px}.story-faq details[open]>p{animation:.32s both answer-arrive}.soul-art-gallery__disclosure[open] .soul-art-gallery__grid,.story-pendant-gallery[open] .story-pendant-gallery__grid{animation:.45s both answer-arrive}@keyframes answer-arrive{0%{opacity:0;transform:translateY(8px)}to{opacity:1;transform:translateY(0)}}@media (hover:hover) and (pointer:fine){.copy-sections article{transition:border-color .3s,background .3s}.copy-sections article:hover{background:#10362fe8;border-color:#e4c77a}}.story-page .copy-sections>*,.story-contact__grid>*,.story-about__inner>*{min-width:0}.contact-details a{overflow-wrap:anywhere}.mobile-nav{padding-bottom:max(32px, env(safe-area-inset-bottom));overflow-y:auto}.site-header__inner{z-index:41;position:relative}@media (width>=1024px) and (width<=1180px){.site-header__nav ul{gap:16px}.site-header__inner{gap:12px}}@media (width<=900px){.realm-mandala{gap:24px 16px;margin-bottom:28px}.soul-art-gallery__grid{grid-template-columns:repeat(3,minmax(0,1fr))}.story-scene,.soul-art-gallery{padding-block:40px}.motion-reveal{transition-duration:.45s;translate:0 10px}}@media (width<=600px){.realm-mandala{grid-template-columns:repeat(2,minmax(0,1fr))}.realm-node__portrait{width:min(130px,32vw);height:min(130px,32vw)}.realm-node__copy{padding:10px 6px}.realm-node h3{font-size:1.3rem}.realm-node p{font-size:.95rem}.realm-node:last-of-type{grid-column:1/-1;width:50%}.soul-art-gallery__grid{grid-template-columns:repeat(2,minmax(0,1fr))}.story-hero h1{font-size:clamp(2.35rem,10.5vw,3.35rem)}.story-page .story-section-heading h2{font-size:clamp(2rem,8.5vw,2.6rem)}.story-hero__content{gap:12px}.story-hero__services{font-size:1rem}.story-button{white-space:normal;text-align:center;max-width:100%}.art-trail--hero{gap:12px}.art-trail--hero .art-trail__piece{width:min(25vw,110px)}.story-about__portrait{height:290px}.story-scene,.soul-art-gallery{padding-inline:18px}.story-faq{padding-inline:22px}}@media (width<=380px){.story-about__copy,.copy-sections article{padding:24px 18px}.contact-form,.contact-details{padding-inline:18px}}@media (height<=560px) and (orientation:landscape){.mobile-nav{gap:18px;padding-top:78px}.mobile-nav ul{gap:10px}}.forest-magic i:nth-child(15){--spark-size:3px;animation-delay:-.9s;top:9%;left:61%}.forest-magic i:nth-child(16){animation-delay:-3.9s;top:26%;left:82%}.forest-magic i:nth-child(17){--spark-size:4px;animation-delay:-2.2s;top:39%;left:55%}.forest-magic i:nth-child(18){--spark-size:3px;animation-delay:-5.5s;top:58%;left:90%}.forest-magic i:nth-child(19){animation-delay:-1.4s;top:66%;left:62%}.forest-magic i:nth-child(20){--spark-size:5px;animation-delay:-4.6s;top:84%;left:38%}.forest-magic i:nth-child(21){--spark-size:3px;animation-delay:-2.9s;top:6%;left:40%}.forest-magic i:nth-child(22){animation-delay:-.3s;top:96%;left:18%}.forest-magic i:nth-child(23){--spark-size:4px;animation-delay:-3.7s;top:47%;right:44%}.forest-magic i:nth-child(24){--spark-size:3px;animation-delay:-5.9s;top:15%;right:46%}.forest-magic i{--spark-size:5px;box-shadow:0 0 10px 3px #ffd366f2,0 0 30px 9px #78ffda4d}@media (prefers-reduced-motion:reduce){.motion-layer,.motion-reveal{opacity:1!important;translate:none!important}.story-page *,.story-page :before,.story-page :after{transition:none!important;animation:none!important}}.story-page :is(.story-scene,.soul-art-gallery,.story-faq){padding-block:clamp(56px,6vw,88px)}.story-page .story-section-heading{margin-bottom:clamp(40px,4.5vw,60px)}.story-page .story-section-heading--compact{margin-bottom:36px}.story-page .copy-sections{gap:32px}.story-page .copy-sections article{padding:32px}.story-page .copy-sections h3{margin-bottom:22px}.story-page .copy-sections__intro{margin-bottom:16px}.story-page :is(.copy-sections,.story-copy-flow) p+p,.story-page .story-about__copy>p:not(.story-kicker){margin-top:22px}.story-page .story-inline-cta{margin-top:40px}.story-page>.art-trail{padding-block:40px}.story-page .realm-mandala{margin-bottom:40px}.story-page .story-hero__content{gap:20px}.story-page .story-faq details{padding-block:22px}.story-page .story-pendant-gallery{margin-top:32px}.story-page .soul-art-gallery>.pendant-actions{margin-top:30px}@media (width<=800px){.story-page :is(.story-scene,.soul-art-gallery,.story-faq){padding-block:52px}.story-page .copy-sections{gap:24px}.story-page .copy-sections article{padding:28px 24px}.story-page .story-hero__content{gap:18px}.story-page>.art-trail{padding-block:32px}}@media (width<=380px){.story-page .copy-sections article{padding-inline:18px}}
