.heart-worlds {
    position: relative;
    margin-top: 22px;
    margin-bottom: 154px;
    padding: clamp(34px, 6vw, 76px);
    display: grid;
    grid-template-columns: minmax(210px, .72fr) minmax(420px, 1.28fr);
    gap: clamp(34px, 6vw, 96px);
    align-items: center;
    border: 1px solid rgba(255, 255, 255, .1);
    border-radius: 24px;
    background: linear-gradient(135deg, rgba(255,255,255,.06), rgba(255,255,255,.015));
    overflow: visible;
    transform: translateY(-38px) scale(1.2);
    transform-origin: center top;
}
.heart-worlds-header { margin-bottom: clamp(34px, 4vw, 54px); }
.heart-worlds-header .section-title { margin-bottom: 15px; }
.heart-worlds-header .section-title { scroll-margin-top: 100px; }
.heart-worlds-header .section-line { display: block; }
.heart-worlds + .section-header { margin-top: 176px; padding-top: 140px; }
.heart-worlds-copy { max-width: 360px; }
.heart-worlds-eyebrow { color: #f09ab0; font-size: 11px; letter-spacing: .18em; text-transform: uppercase; }
.heart-worlds-copy h3 { margin: 18px 0 16px; color: var(--text-main); font-size: clamp(28px, 3.2vw, 46px); line-height: 1.12; }
.heart-worlds-copy h3 { scroll-margin-top: 100px; }
.heart-worlds-copy p { margin: 0; color: var(--text-secondary); font-size: 16px; line-height: 1.85; }
.heart-worlds-actions { display: flex; align-items: center; justify-content: center; gap: 14px; margin-top: 28px; }
.heart-worlds-shuffle { display: inline-flex; align-items: center; gap: 8px; padding: 11px 15px; border: 1px solid rgba(240,154,176,.52); border-radius: 999px; background: rgba(240,154,176,.12); color: #ffdbe4; cursor: pointer; font: inherit; font-size: 12px; transition: .2s ease; }
.heart-worlds-shuffle:hover { background: rgba(240,154,176,.24); transform: translateY(-2px); }
.heart-worlds-shuffle i { font-size: 13px; }
.heart-worlds-count { color: var(--text-secondary); font-size: 11px; }
.heart-stage-shell { width: min(100%, 792px); aspect-ratio: 1; display: grid; place-items: center; padding: clamp(22px, 4.2vw, 50px); border: 1px solid rgba(255,255,255,.6); border-radius: 8px; background: #f7dce5; box-shadow: 0 28px 64px rgba(0,0,0,.28); }
.heart-world-stage { width: 100%; aspect-ratio: 11 / 9; display: grid; grid-template-columns: repeat(11, 1fr); grid-template-rows: repeat(9, 1fr); gap: clamp(3px, .55vw, 7px); transform: rotate(-2deg); }
.heart-world-tile { min-width: 0; min-height: 0; overflow: hidden; padding: 0; border: 3px solid #fff; border-radius: 4px; background: #fff; box-shadow: 0 4px 11px rgba(77,33,46,.18); opacity: 0; cursor: zoom-in; animation: heart-world-in .5s cubic-bezier(.2,.75,.2,1) var(--heart-delay) forwards; transform: scale(.82); }
.heart-world-tile img { width: 100%; height: 100%; display: block; object-fit: cover; transition: transform .3s ease, filter .25s ease; }
.heart-world-tile:hover img { transform: scale(1.12); filter: saturate(1.12) contrast(1.04); }
@keyframes heart-world-in { to { opacity: 1; transform: scale(1); } }
.heart-worlds-scroll { --heart-scroll-offset: -62px; position: absolute; left: 50%; bottom: var(--heart-scroll-offset); width: 42px; height: 42px; display: flex; align-items: center; justify-content: center; padding: 0; border: 0; background: transparent; color: rgba(255,255,255,.72); cursor: pointer; transform: translateX(-50%); transition: color .25s ease, filter .25s ease; }
.heart-worlds-scroll:hover, .heart-worlds-scroll:focus-visible { color: #fff; filter: drop-shadow(0 0 7px rgba(255,255,255,.5)); outline: none; }
.heart-worlds-scroll::before { content: ''; width: 18px; height: 18px; border-right: 3px solid currentColor; border-bottom: 3px solid currentColor; transform: rotate(45deg) translate(-3px, -3px); animation: heart-worlds-arrow 2s infinite ease-in-out; }
@keyframes heart-worlds-arrow { 0%,100% { opacity: .15; transform: rotate(45deg) translate(-6px, -6px); } 50% { opacity: 1; transform: rotate(45deg) translate(0, 0); } }
.worlds-section-scroll { bottom: 34px; color: rgba(255,255,255,.72); z-index: 25; }
.worlds-section-scroll .mouse::before { border-color: currentColor; }
.worlds-section-scroll:hover, .worlds-section-scroll:focus-visible { color: #fff; }
html[data-theme="light"] .heart-worlds-scroll { color: rgba(42, 34, 40, .72); }
html[data-theme="light"] .heart-worlds-scroll:hover,
html[data-theme="light"] .heart-worlds-scroll:focus-visible { color: #1d1d1f; filter: drop-shadow(0 0 7px rgba(29, 29, 31, .28)); }
html[data-theme="light"] .worlds-section-scroll { color: rgba(29, 29, 31, .72); }
html[data-theme="light"] .worlds-section-scroll:hover,
html[data-theme="light"] .worlds-section-scroll:focus-visible { color: #1d1d1f; filter: drop-shadow(0 0 5px rgba(29, 29, 31, .28)); }
html[data-theme="light"] .heart-worlds {
    border-color: rgba(29, 29, 31, .18);
    background: linear-gradient(135deg, rgba(255, 255, 255, .94), rgba(248, 239, 243, .9));
    box-shadow: 0 22px 58px rgba(35, 24, 31, .14);
}
html[data-theme="light"] .heart-stage-shell {
    box-shadow: 0 12px 30px rgba(77, 33, 46, .11);
}
.nav-charity-link { display: inline; padding: 0; border: 0; border-radius: 0; background: transparent; color: var(--text-main) !important; opacity: .8 !important; box-shadow: none; }
.nav-charity-link:hover, .nav-charity-link:focus-visible { color: var(--pink-color) !important; background: transparent; transform: none; opacity: 1 !important; outline: none; }
.heart-gallery-modal { position: fixed; inset: 0; z-index: 2000; display: none; align-items: center; justify-content: center; }
.heart-gallery-modal.is-open { display: flex; }
.heart-gallery-backdrop { position: absolute; inset: 0; background: rgba(8, 6, 14, .9); backdrop-filter: blur(10px); }
.heart-gallery-panel { position: relative; z-index: 1; width: 100vw; height: 100vh; display: flex; align-items: center; justify-content: center; padding: 62px 96px 50px; }
.heart-gallery-panel figure { width: 100%; height: 100%; margin: 0; display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 12px; }
.heart-gallery-image { display: block; width: auto; height: auto; max-width: 100%; max-height: calc(100vh - 185px); object-fit: contain; box-shadow: 0 22px 65px rgba(0,0,0,.6); }
.heart-gallery-caption { flex: 0 0 16px; color: #eee6eb; font-size: 12px; letter-spacing: .08em; }
.heart-gallery-close, .heart-gallery-prev, .heart-gallery-next { position: fixed; z-index: 2; width: 44px; height: 44px; display: grid; place-items: center; padding: 0; border: 1px solid rgba(255,255,255,.34); border-radius: 50%; background: rgba(255,255,255,.12); color: #fff; cursor: pointer; font: 30px/1 Arial, sans-serif; }
.heart-gallery-close { top: 20px; right: 24px; font-size: 26px; }
.heart-gallery-prev, .heart-gallery-next { top: 50%; transform: translateY(-50%); }
.heart-gallery-prev { left: max(16px, calc(50vw - 500px)); }
.heart-gallery-next { right: max(16px, calc(50vw - 500px)); }
.heart-gallery-close:hover, .heart-gallery-prev:hover, .heart-gallery-next:hover { background: rgba(255,255,255,.28); }
@media (max-width: 820px) {
    .heart-worlds { grid-template-columns: 1fr; gap: 36px; transform: translateY(-28px) scale(1.12); margin-bottom: 132px; }
    .heart-worlds + .section-header { margin-top: 136px; padding-top: 104px; }
    .heart-worlds-copy { max-width: 100%; text-align: center; }
    .heart-worlds-copy p { max-width: 360px; margin: 0 auto; }
    .heart-worlds-actions { justify-content: center; }
    .heart-stage-shell { width: min(100%, 600px); margin: 0 auto; }
}
@media (max-width: 620px) {
    .heart-worlds { margin-top: 24px; margin-bottom: 112px; padding: 29px 19px 34px; border-radius: 16px; transform: translateY(-16px) scale(1.06); }
    .heart-worlds + .section-header { margin-top: 104px; padding-top: 80px; }
    .nav-charity-link { padding: 0; }
    .heart-worlds-copy p { font-size: 14px; }
    .heart-stage-shell { padding: 20px; }
    .heart-gallery-panel { padding: 54px 54px 44px; }
    .heart-gallery-image { max-height: calc(100vh - 170px); }
    .heart-gallery-prev, .heart-gallery-next { width: 38px; height: 38px; font-size: 27px; }
    .heart-gallery-prev { left: 9px; }
    .heart-gallery-next { right: 9px; }
    .heart-gallery-close { top: 13px; right: 14px; width: 38px; height: 38px; }
}
