.hero{display:flex;justify-content:center;align-items:stretch;height:calc(100vh - var(--nav-h));overflow:hidden}.hero-left{display:flex;flex-direction:column;justify-content:center;padding:3.5rem 3rem;gap:1.6rem;flex-shrink:1;min-width:0}.logo-wrapper{width:300px;flex-shrink:0}.logo-wrapper img{width:100%;height:auto;display:block}.hero-headline{display:flex;flex-direction:column;line-height:1.08;margin:0;font-size:inherit;font-weight:inherit}.line-purple,.line-pink{font-family:Fredoka One,cursive;font-size:clamp(3rem,5.5vw,5rem)}.line-purple{color:var(--purple)}.line-pink{color:var(--pink)}.hero-tagline{font-size:1.45rem;color:#444;max-width:38ch}.hero-buttons{display:flex;gap:1rem;flex-wrap:wrap;margin-top:.4rem}.hero-right{position:relative;display:flex;justify-content:flex-start;gap:var(--gap);width:calc(var(--col-w) * 2 + var(--gap));flex-shrink:1;min-width:var(--col-w);overflow:hidden;transform:translateZ(0)}.hero-right:before,.hero-right:after{content:"";position:absolute;left:0;right:0;height:90px;z-index:2;pointer-events:none}.hero-right:before{top:0;background:linear-gradient(to bottom,var(--cream),transparent)}.hero-right:after{bottom:0;background:linear-gradient(to top,var(--cream),transparent)}.marquee-col{display:flex;flex-direction:column;gap:var(--gap);width:var(--col-w);flex-shrink:0;flex-grow:0;will-change:transform;transform:translateZ(0);backface-visibility:hidden;-webkit-backface-visibility:hidden}.gallery-item{flex-shrink:0;width:100%;height:333px;background:#d8d8d8;border-radius:8px;position:relative;overflow:hidden;transform:translateZ(0)}.gallery-item img{width:100%;height:100%;object-fit:cover;display:block}.gallery-item:after{content:"";position:absolute;inset:0;background:linear-gradient(100deg,#fff0 20%,#ffffff8c,#fff0 80%);transform:translate(-140%);pointer-events:none}.gallery-item.is-loading:after{animation:ghostShimmer 1.15s linear infinite}.gallery-item.has-img:after{display:none}.gallery-item-img.is-loading{opacity:0}.gallery-item-img.is-loaded{opacity:1;transition:opacity .2s ease}@keyframes ghostShimmer{to{transform:translate(140%)}}@media(max-width:1400px){.hero-right{width:var(--col-w)}.hero-right .marquee-col:nth-child(2){display:none}}@media(max-width:768px),(max-height:829px){.hero{flex-direction:column;align-items:center;height:auto;overflow:visible}.hero-left{padding:2.5rem 1.5rem;align-items:center;text-align:center}.logo-wrapper{width:180px}.hero-buttons{justify-content:center}.hero-right{flex-direction:column;justify-content:flex-start;width:100%;gap:20px;padding:0 0 2rem;overflow:hidden;height:auto}.hero-right:before,.hero-right:after{display:none}.row-wrap{position:relative;overflow:hidden;height:160px;width:100%;flex-shrink:0}.row-wrap:before,.row-wrap:after{content:"";position:absolute;top:0;bottom:0;width:40px;z-index:2;pointer-events:none}.row-wrap:before{left:0;background:linear-gradient(to right,var(--cream),transparent)}.row-wrap:after{right:0;background:linear-gradient(to left,var(--cream),transparent)}.marquee-col{flex-direction:row;width:max-content;flex-shrink:0;height:160px;gap:var(--gap)}.gallery-item{width:auto;height:160px;aspect-ratio:344 / 333}}.pg{background-color:var(--white);overflow-x:hidden}.pg-page{max-width:1500px;margin:0 auto;padding:4rem 2rem 5rem}.pg-header{text-align:center;margin-bottom:4rem}.pg-header-title{font-size:clamp(2.5rem,5vw,4rem);color:var(--purple);line-height:1.1;margin-bottom:.3rem}.pg-header-rule{width:60px;height:3px;background:var(--pink);border-radius:2px;margin:0 auto 1.25rem}.pg-header-note{font-size:1rem;color:#777;line-height:1.7;max-width:560px;margin:0 auto}.pg-list{display:grid;grid-template-columns:1fr;gap:2.5rem;justify-items:center}@media(min-width:1470px){.pg-list{grid-template-columns:1fr 1fr}}.pg-item{display:flex;flex-direction:row;gap:0;width:fit-content;background:#fff;border-radius:20px;overflow:hidden;box-shadow:0 8px 40px #6b4fbf2e;transition:opacity .6s ease,translate .6s ease}@media(scripting:enabled){.pg-item{opacity:0;translate:-48px 0}.pg-item:nth-child(2n){translate:48px 0}.pg-item.visible{opacity:1;translate:0 0}}.pg-item-img-wrap{width:380px;flex-shrink:0;overflow:hidden}.pg-item-img{width:100%;height:100%;object-fit:cover;display:block}.pg-item-body{display:flex;flex-direction:column;gap:1rem;padding:2rem 1.75rem;justify-content:center}.pg-item-name{font-size:clamp(1.6rem,2.5vw,2.2rem);color:var(--purple);line-height:1.15}.pg-item-price-wrap{display:flex;align-items:baseline;gap:.5rem}.pg-item-from{font-size:.85rem;font-weight:700;color:#888;text-transform:uppercase;letter-spacing:.08em}.pg-item-price{font-family:Fredoka One,cursive;font-size:2.4rem;color:var(--pink);line-height:1}.pg-item-desc{font-size:1rem;line-height:1.8;color:#555;max-width:46ch}.pg-item-btn{align-self:flex-start;margin-top:.5rem}.pg-disclaimer{margin-top:3rem;text-align:center;font-size:1.5rem;color:#888;line-height:1.7;border-radius:12px;padding:1.25rem 2rem}.pg-disclaimer strong{color:var(--purple)}@media(max-width:768px){.pg-item{flex-direction:column}.pg-item-img-wrap{width:100%}.pg-item-body{padding:1.25rem 1.25rem 1.5rem}.pg-item-btn{align-self:stretch;text-align:center}}.about{background:var(--lavender);padding:5rem 2rem;overflow-x:hidden}.about-inner{max-width:1100px;margin:0 auto;display:grid;grid-template-columns:1fr 1fr;gap:4rem;align-items:center}.about-text{transition:opacity .6s ease,translate .6s ease}.about-img-wrap{transition:opacity .6s ease .15s,translate .6s ease .15s}@media(scripting:enabled){.about-text{opacity:0;translate:-48px 0}.about-img-wrap{opacity:0;translate:48px 0}.about-text.visible,.about-img-wrap.visible{opacity:1;translate:0 0}}.about-heading{font-family:Raleway,sans-serif;font-size:clamp(2.2rem,4vw,3.2rem);color:var(--purple);line-height:1.1;margin-bottom:.3rem}.about-rule{width:60px;height:3px;background:var(--pink);border-radius:2px;margin-bottom:1.5rem}.about-body{font-size:1.1rem;line-height:1.8;color:#444}.about-img-wrap{position:relative;padding:14px}.about-img-wrap:before{content:"";position:absolute;inset:0;border:3px solid var(--pink);border-radius:22px;transform:rotate(2.5deg)}.about-img{width:100%;height:auto;border-radius:16px;display:block;position:relative}@media(max-width:768px){.about-inner{grid-template-columns:1fr;gap:2.5rem}}.cta-banner{position:relative;height:480px;overflow:hidden}.cta-bg{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;object-position:center;display:block}.cta-overlay{position:absolute;inset:0;z-index:1;background:#1a1a2e85;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:1rem;text-align:center;padding:2rem}.cta-overlay>*{transition:opacity .6s ease,translate .6s ease}@media(scripting:enabled){.cta-overlay>*{opacity:0;translate:0 24px}.cta-banner.visible .cta-overlay>*:nth-child(1){opacity:1;translate:0 0;transition-delay:0s}.cta-banner.visible .cta-overlay>*:nth-child(2){opacity:1;translate:0 0;transition-delay:.12s}.cta-banner.visible .cta-overlay>*:nth-child(3){opacity:1;translate:0 0}}.cta-heading{font-family:Fredoka One,cursive;font-size:clamp(2rem,4vw,3.2rem);color:#fff;line-height:1.15}.cta-sub{font-size:1.1rem;color:#ffffffd9}.cta-btn{margin-top:.5rem;font-size:1.1rem;padding:1rem 2.5rem}
