/* Static cutout collage: actual images behind the common glass surfaces. */
.salon-cutout { position:absolute; display:block; height:auto; pointer-events:none; user-select:none; z-index:0; }
.salon-picker-scene { position:relative; max-width:420px; }
.salon-picker-scene > .services-picker { z-index:1; }
.salon-picker-palm { width:290px; left:-110px; bottom:-35px; transform:rotate(-20deg); }
.services-native .salon-picker-scene { order:1; }
.salon-prices-scene { position:relative; }
.salon-prices-scene .prices-nav { position:relative; z-index:1; }
.salon-prices-palm { width:280px; right:-60px; top:-85px; transform:rotate(150deg); }
.salon-nails-scene { position:relative; }
.salon-nails-scene > .price-groups { position:relative; z-index:1; }
.salon-nails-polish { width:220px; right:-85px; top:80px; transform:rotate(-13deg); }
.salon-journal-scene { position:relative; }
.salon-journal-hand { width:400px; top:0; right:-105px; transform:rotate(-10deg) scaleX(-1); }
.journal-home.salon-journal-scene { padding-top:130px; }
.journal-home .journal-heading { position:relative; z-index:1; }
.journal-home.salon-journal-scene .journal-leaf.second { width:330px; right:-85px; bottom:180px; transform:rotate(155deg); }
.salon-feature-scene { position:relative; margin-top:110px; }
.salon-feature-scene .journal-feature { position:relative; z-index:1; }
.salon-feature-hand { width:410px; right:-95px; top:-130px; transform:rotate(-8deg) scaleX(-1); }
.salon-feature-palm { width:340px; left:-110px; bottom:-95px; transform:rotate(-25deg); }
.salon-quote-scene { position:relative; }
.salon-quote-scene > .article-pull { position:relative; z-index:1; }
.salon-quote-palm { width:290px; right:-80px; bottom:-85px; transform:rotate(160deg); }
.salon-about-palm { width:240px!important; left:-70px!important; bottom:-55px!important; transform:rotate(-12deg)!important; }
.salon-footer-palm { width:320px; right:-100px; top:-80px; transform:rotate(140deg); opacity:.7; }
.footer-bento { position:relative; }
.footer-bento > .footer-inner { position:relative; z-index:1; }
@media(max-width:1000px) {
 .salon-journal-hand { width:285px; right:-100px; top:10px; }
 .salon-feature-hand { width:260px; right:-50px; top:-90px; }
 .salon-nails-polish { width:155px; right:-30px; }
}
@media(max-width:760px) {
 .salon-picker-scene { width:100%; max-width:none; }
 .salon-picker-palm { width:190px; left:-58px; bottom:-35px; }
 .salon-prices-palm { width:195px; right:-45px; top:-30px; }
 .salon-nails-polish { width:120px; right:-24px; top:65px; }
 .journal-home.salon-journal-scene { padding-top:155px; }
 .salon-journal-hand { width:245px; right:-55px; top:4px; }
 .journal-home.salon-journal-scene .journal-leaf.second { width:180px; right:-70px; bottom:70px; }
 .salon-feature-scene { margin-top:90px; }
 .salon-feature-hand { width:195px; right:-35px; top:-82px; }
 .salon-feature-palm { width:220px; left:-65px; bottom:-60px; }
 .salon-quote-palm { width:200px; right:-45px; bottom:-60px; }
 .salon-about-palm { width:180px!important; left:-40px!important; bottom:-40px!important; }
 .salon-footer-palm { width:185px; right:-65px; top:-35px; opacity:.45; }
}

/* Placements matched to the annotated references. */
.journal-home.salon-journal-scene .journal-leaf.second {
 right:-140px; bottom:220px; transform:scaleX(-1) rotate(-12deg);
}
.footer.footer-bento { isolation:isolate; background:transparent; }
.footer.footer-bento::before {
 content:""; position:absolute; inset:0; border-radius:inherit; z-index:-1;
 background:radial-gradient(ellipse at 0 0,#74816e 0,transparent 62%),linear-gradient(130deg,#475543,#293a31);
 pointer-events:none;
}
.footer-bento > .salon-footer-palm {
 z-index:-2; top:32%; right:-115px; transform:scaleX(-1) rotate(-12deg); opacity:1;
}
@media(max-width:760px) {
 .journal-home.salon-journal-scene .journal-leaf.second { right:-85px; bottom:100px; }
 .footer-bento > .salon-footer-palm { right:-75px; top:32%; }
}

/* Green liquid panel: the decorative palm is sampled behind this surface. */
.footer.footer-bento::before { display:none; }
html .footer-bento > .footer-glass.glass {
 position:absolute; inset:0; z-index:-1; border-radius:inherit; pointer-events:none;
 background-color:rgba(35,57,45,.66);
 background-image:radial-gradient(ellipse at 0 0,rgba(116,129,110,.68),transparent 62%),linear-gradient(130deg,rgba(71,85,67,.35),rgba(41,58,49,.48));
 box-shadow:inset 1px 2px 2px #ffffff80,inset -1px -2px 3px #b8d4bc55;
}
.footer-bento > .salon-footer-palm { right:-45px; }
.home-bento .hero-wordmark img { filter:none; }
.bento-scene { isolation:isolate; }
.bento-hero .leaf-right { z-index:-1; }
.home-bento #despre.about-bento { padding-bottom:235px; }
@media(max-width:480px) { .home-bento #despre.about-bento { padding-bottom:195px; } }
.journal-home .journal-row,.journal-home .journal-row:nth-child(2) {
 margin-left:calc(50% - var(--journal-span, 1600px));
}
@keyframes journal-filled { to { transform:translateX(calc(-1 * var(--journal-span))); } }
@media(max-width:760px) {
 .journal-home .journal-row:first-child {
  margin-left:0; width:max-content; padding:0; overflow:visible;
  animation:journal-filled var(--journal-duration,60s) linear infinite;
 }
 .journal-home .journal-row:focus-within,.journal-home .journal-row:hover { animation-play-state:paused; }
 .footer-bento > .salon-footer-palm { right:-30px; }
}
@media(prefers-reduced-motion:reduce) {
 .journal-home .journal-row:first-child { animation:none; }
}
