.fp-layout-section-wrap{transition:opacity .2s ease}@media (min-width:768px){.fp-layout-section-wrap--hide-desktop{display:none!important}}@media (max-width:767.98px){.fp-layout-section-wrap--hide-mobile{display:none!important}}.fp-layout-section-wrap--has-spacing{padding-top:var(--fp-sp-pt,initial);padding-bottom:var(--fp-sp-pb,initial);margin-top:var(--fp-sp-mt,initial);margin-bottom:var(--fp-sp-mb,initial)}.fp-layout-section-wrap--has-spacing[style*="--fp-sp-pt"]>:first-child{padding-top:var(--fp-sp-pt)!important}.fp-layout-section-wrap--has-spacing[style*="--fp-sp-pb"]>:last-child{padding-bottom:var(--fp-sp-pb)!important}.fp-layout-section-wrap--has-spacing[style*="--fp-sp-mt"]>:first-child{margin-top:var(--fp-sp-mt)!important}.fp-layout-section-wrap--has-spacing[style*="--fp-sp-mb"]>:last-child{margin-bottom:var(--fp-sp-mb)!important}@media (max-width:767px){.fp-layout-section-wrap--has-spacing{padding-top:var(--fp-sp-pt-m,var(--fp-sp-pt,initial));padding-bottom:var(--fp-sp-pb-m,var(--fp-sp-pb,initial));margin-top:var(--fp-sp-mt-m,var(--fp-sp-mt,initial));margin-bottom:var(--fp-sp-mb-m,var(--fp-sp-mb,initial))}.fp-layout-section-wrap--has-spacing[style*="--fp-sp-pt-m"]>:first-child{padding-top:var(--fp-sp-pt-m)!important}.fp-layout-section-wrap--has-spacing[style*="--fp-sp-pb-m"]>:last-child{padding-bottom:var(--fp-sp-pb-m)!important}}.rotate-portrait-hint{display:none}@media (orientation:landscape) and (max-height:500px) and (pointer:coarse){.rotate-portrait-hint{position:fixed;inset:0;z-index:200;display:flex;align-items:center;justify-content:center;padding:20px;text-align:center;background:linear-gradient(160deg,#fbf7f0,#f4e8dc)}.rotate-portrait-hint__card{display:flex;flex-direction:column;align-items:center;gap:10px;max-width:340px}.rotate-portrait-hint__icon{display:grid;place-items:center;width:56px;height:56px;color:var(--bling-copper,#a85f45);background:#fff;border:1px solid rgba(168,95,69,.28);border-radius:999px;box-shadow:0 6px 18px rgba(74,52,40,.12);animation:rotate-portrait-nudge 2.4s ease-in-out infinite}.rotate-portrait-hint__icon svg{width:28px;height:28px}.rotate-portrait-hint__title{margin:0;color:var(--bling-text,#4a3428);font-family:var(--serif,"Cormorant Garamond",serif);font-size:1.5rem;font-weight:600;line-height:1.15}.rotate-portrait-hint__text{margin:0;color:var(--bling-muted,#6a574d);font-size:.9rem;line-height:1.4}}@keyframes rotate-portrait-nudge{0%,60%,to{transform:rotate(0deg)}75%{transform:rotate(-24deg)}90%{transform:rotate(-24deg)}}@media (prefers-reduced-motion:reduce){.rotate-portrait-hint__icon{animation:none}}