@keyframes hero1bFloat {

    0%,
    100% {
        transform: translateY(0);
    }

    50% {
        transform: translateY(-8px);
    }
}

@keyframes hero1bSpin {
    to {
        transform: rotate(348deg);
    }
}

.landing-hero.hero-1b {
    display: block;
    width: 100%;
    min-height: 100vh;
    min-height: 100svh;
    padding: 68px 0 0;
    background: #561023;
    overflow: visible;
}

.hero-1b-frame {
    width: 100%;
    min-height: calc(100svh - 68px);
    margin: 0;
    overflow: visible;
    border: 0;
    border-radius: 0px;
    background: #561023;
    box-shadow: none;
}

/* after */
.hero-1b-content {
    display: grid;
    width: min(1180px, 100%);
    min-height: calc(100svh - 68px);
    margin: 0 auto;
    grid-template-columns: minmax(0, 1.05fr) minmax(0, 0.95fr);
    grid-template-areas:
        "heading media"
        "copy media";
    grid-template-rows: auto auto;
    align-content: center;
    align-items: stretch;
}

.hero-1b-heading {
    grid-area: heading;
    align-self: end;
    padding: 0 40px 0 56px;
}

.hero-1b-copy {
    grid-area: copy;
    align-self: start;
    padding: 20px 40px 0 56px;
}

.hero-1b-eyebrow {
    margin: 0;
    color: #f0a5a7;
    font-family: 'DM Mono', monospace;
    font-size: 12px;
    line-height: 1.4;
    letter-spacing: 0.24em;
    text-transform: uppercase;
}

.hero-1b-eyebrow-mobile {
    display: none;
}

.hero-1b-title {
    margin: 16px 0 0;
    color: #f4ece2;
    font-family: 'Nanum Myeongjo', serif;
    font-size: clamp(48px, 5.08vw, 60px);
    font-weight: 700;
    padding: 0px;
    line-height: 1.02;
    letter-spacing: -0.015em;
    text-wrap: balance;
}

.hero-1b-subtitle {
    margin: 12px 0 0;
    color: #b4ceed;
    font-family: 'Cormorant Garamond', serif;
    font-size: 29px;
    font-style: italic;
    line-height: 1.1;
}

.hero-1b-copy {
    grid-area: copy;
    align-self: start;
    padding: 20px 40px 62px 56px;
}

.hero-1b-blurb {
    max-width: 48ch;
    margin: 0;
    color: #e0cabf;
    font-family: 'DM Sans', sans-serif;
    font-size: 17px;
    line-height: 1.6;
    text-wrap: pretty;
}

.hero-1b-blurb--desktop {
    display: grid;
    gap: 10px;
}

.hero-1b-blurb--desktop p {
    margin: 0;
}

.hero-1b-blurb--desktop strong {
    color: #f4ece2;
}

.hero-1b-registry-types {
    color: #f0a5a7;
    font-family: 'DM Mono', monospace;
    font-size: 12px;
    line-height: 1.55;
    letter-spacing: 0.04em;
}

.hero-1b-blurb--mobile {
    display: none;
}

.hero-1b-actions {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 14px;
    margin-top: 30px;
}

.hero-1b-action {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 51px;
    padding: 14px 26px;
    border-radius: 0px;
    font-family: 'DM Sans', sans-serif;
    font-size: 16px;
    font-weight: 700;
    line-height: 1.25;
    text-decoration: none;
    transition: transform 0.15s ease, filter 0.2s ease;
}

.hero-1b-action:hover,
.hero-1b-action:focus-visible {
    filter: brightness(1.06);
}

.hero-1b-action:active {
    transform: scale(0.98);
}

.hero-1b-action--primary {
    background: #e45558;
    color: #fff;
}

.hero-1b-action--secondary {
    border: 1.5px solid #e7d3c4;
    background: transparent;
    color: #f4ece2;
}

.hero-1b-trust {
    display: flex;
    align-items: center;
    /* gap: 14px; */
    margin-top: 34px;
}

.hero-1b-motifs {
    display: inline-flex;
    flex: 0 0 auto;
    align-items: center;
    gap: 8px;
}



/* .hero-1b-motifs svg {
    width: 15px;
    height: 15px;
}

.hero-1b-motifs svg:nth-child(1) { fill: #e163c3; }
.hero-1b-motifs svg:nth-child(2) { fill: #d5c800; }
.hero-1b-motifs svg:nth-child(3) { fill: #b4ceed; } */
.hero-1b-motifs img {
    width: 16px;
    height: 16px;
    object-fit: contain;
}

.hero-1b-trust-line {
    height: 1px;
    flex: 1 1 auto;
    background: rgba(237, 230, 220, 0.2);
}

.hero-1b-trust-copy {
    flex: 0 0 auto;
    color: #a97e80;
    font-family: 'DM Mono', monospace;
    font-size: 12px;
    line-height: 1.3;
    letter-spacing: 0.03em;
}

.hero-1b-media {
    grid-area: media;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 560px;
    padding: 52px 20px 52px 20px;
    overflow: visible;
}

.hero-1b-visual {
    position: relative;
    width: min(392px, 100%);
    overflow: visible;
    margin-inline: auto;
    margin-bottom: 56px;
}

.hero-1b-photo-wrap {
    position: relative;
    width: 100%;
    animation: hero1bFloat 8s ease-in-out infinite;
}

.hero-1b-photo-wrap::before {
    content: '';
    position: absolute;
    top: 10%;
    right: -10px;
    width: 10px;
    height: 50%;
    background: #e163c3;
    z-index: 1;
    pointer-events: none;
}

.hero-1b-photo-wrap::after {
    content: '';
    position: absolute;
    bottom: -10px;
    left: 6%;
    width: 42%;
    height: 10px;
    background: #e163c3;
    z-index: 1;
    pointer-events: none;
}

.hero-1b-photo {
    display: block;
    position: relative;
    z-index: 2;
    width: 100%;
    height: auto;
    aspect-ratio: 536 / 672;
    border: 8px solid #561023;
    border-radius: 0px;
    object-fit: cover;
    box-shadow: 0 30px 60px -24px rgba(0, 0, 0, 0.55);
}

.hero-1b-seal {
    position: absolute;
    top: -20px;
    left: -20px;
    z-index: 4;
    display: grid;
    width: 56px;
    height: 56px;
    place-items: center;
    border-radius: 0;
    background: #d5c800;
    box-shadow: 0 10px 24px -8px rgba(0, 0, 0, 0.6);
    transform: rotate(-12deg);
    animation: hero1bSpin 26s linear infinite;
}

.hero-1b-seal svg {
    width: 28px;
    height: 28px;
    fill: #561023;
}

.hero-1b-preview {
    position: absolute;
    right: -56px;
    bottom: -44px;
    z-index: 3;
    width: 322px;
    max-width: none;
}

.wishlist-preview {
    width: 100%;
    padding: 18px 18px 16px;
    border: 1px solid rgba(86, 16, 35, 0.14);
    border-radius: 0px;
    background: #f4ece2;
    box-shadow: 0 26px 46px -26px rgba(48, 8, 20, 0.55);
    color: #3f0c1a;
    font-family: 'DM Sans', sans-serif;
}

.wishlist-preview__header {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 10px;
}

.wishlist-preview__title {
    margin: 0;
    color: #561023;
    font-family: 'Nanum Myeongjo', serif;
    font-size: 21px;
    font-weight: 400;
    padding: 0px !important;
    line-height: 1.1;
}

.wishlist-preview__subtitle {
    margin: 3px 0 0;
    color: #8a6b6f;
    font-family: 'DM Mono', monospace;
    font-size: 11px;
    line-height: 1.25;
    letter-spacing: 0.02em;
}

.wishlist-preview__count {
    flex: 0 0 auto;
    text-align: right;
}

.wishlist-preview__count strong {
    display: block;
    color: #194234;
    font-family: 'Nanum Myeongjo', serif;
    font-size: 22px;
    font-weight: 400;
    line-height: 1;
}

.wishlist-preview__count>span {
    display: block;
    margin-top: 1px;
    color: #8a6b6f;
    font-family: 'DM Mono', monospace;
    font-size: 9px;
    line-height: 1.2;
    letter-spacing: 0.16em;
    text-transform: uppercase;
}

.wishlist-preview__mobile-value {
    display: none;
}

.wishlist-preview__rule {
    height: 1px;
    margin: 14px 0 12px;
    background: rgba(86, 16, 35, 0.13);
}

.wishlist-preview__items {
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.wishlist-preview__item {
    display: flex;
    align-items: center;
    gap: 11px;
    min-width: 0;
}

.wishlist-preview__tile {
    display: grid;
    width: 40px;
    height: 40px;
    flex: 0 0 auto;
    place-items: center;
    border-radius: 0px;
}

.wishlist-preview__tile svg {
    width: 21px;
    height: 21px;
}

.wishlist-preview__item--contributing .wishlist-preview__tile {
    background: #e45558;
}

.wishlist-preview__item--contributing .wishlist-preview__tile svg {
    fill: #ede6dc;
}

.wishlist-preview__item--reserved .wishlist-preview__tile {
    background: #194234;
}

.wishlist-preview__item--reserved .wishlist-preview__tile svg {
    width: 22px;
    height: 22px;
    fill: #d5c800;
}

.wishlist-preview__item--available .wishlist-preview__tile {
    background: #561023;
}

.wishlist-preview__item--available .wishlist-preview__tile svg {
    fill: #e163c3;
}

.wishlist-preview__item-copy {
    flex: 1 1 auto;
    min-width: 0;
}

.wishlist-preview__item-copy>strong {
    display: block;
    overflow: hidden;
    color: #3f0c1a;
    font-size: 13px;
    font-weight: 600;
    line-height: 1.25;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.wishlist-preview__item-copy small {
    display: block;
    margin-top: 4px;
    color: #8a6b6f;
    font-family: 'DM Mono', monospace;
    font-size: 10px;
    line-height: 1.2;
}

.wishlist-preview__progress {
    display: flex;
    align-items: center;
    gap: 7px;
    margin-top: 5px;
}

.wishlist-preview__progress>span {
    height: 5px;
    flex: 1 1 auto;
    overflow: hidden;
    border-radius: 0px;
    background: rgba(86, 16, 35, 0.12);
}

.wishlist-preview__progress i {
    display: block;
    height: 100%;
    border-radius: 0px;
    background: #194234;
}

.wishlist-preview__progress em {
    color: #194234;
    font-family: 'DM Mono', monospace;
    font-size: 10px;
    font-style: normal;
}

.wishlist-preview__item-meta {
    display: flex;
    flex: 0 0 auto;
    flex-direction: column;
    align-items: flex-end;
    gap: 4px;
    text-align: right;
}

.wishlist-preview__item-meta>strong {
    color: #561023;
    font-family: 'DM Mono', monospace;
    font-size: 12px;
    font-weight: 400;
    line-height: 1.2;
}

.wishlist-preview__item-meta small {
    color: #8a6b6f;
    font-family: 'DM Mono', monospace;
    font-size: 9px;
    line-height: 1.2;
}

.wishlist-preview__pill {
    padding: 2px 8px;
    border-radius: 0px;
    font-family: 'DM Mono', monospace;
    font-size: 9px;
    line-height: 1.25;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.wishlist-preview__pill--reserved {
    border: 1px solid rgba(86, 16, 35, 0.28);
    color: #8a6b6f;
}

.wishlist-preview__pill--available {
    padding-block: 3px;
    background: #e45558;
    color: #fff;
}

.hero-1b-mobile-divider {
    display: none;
}

@media (max-width: 900px) {

    .landing-hero.hero-1b,
    .hero-1b-frame {
        overflow: visible;
    }

    .landing-hero.hero-1b {
        padding: 68px 0 0;
    }

    .hero-1b-content {
        grid-template-columns: 1fr;
        grid-template-areas:
            "heading"
            "media"
            "copy"
            "divider";
    }

    .hero-1b-heading {
        padding: 52px 44px 0;
        text-align: center;
    }

    .hero-1b-copy {
        padding: 28px 44px 8px;
        text-align: center;
    }

    .hero-1b-blurb {
        margin-inline: auto;
    }

    .hero-1b-actions,
    .hero-1b-trust {
        justify-content: center;
    }

    .hero-1b-media {
        min-height: 0;
        padding: 44px 32px 64px;
        overflow: visible;
    }

    .hero-1b-visual {
        width: min(340px, calc(100vw - 64px));
        margin-inline: auto;
        margin-bottom: 48px;
    }

    .hero-1b-preview {
        right: -44px;
        bottom: -36px;
        width: 290px;
    }

    .hero-1b-mobile-divider {
        grid-area: divider;
        display: grid;
        grid-template-columns: 1fr auto 1fr;
        align-items: center;
        gap: 12px;
        padding: 28px 44px 40px;
    }

    .hero-1b-mobile-divider>span:not(.hero-1b-motifs) {
        height: 1px;
        background: rgba(237, 230, 220, 0.22);
    }
}

@media (max-width: 520px) {
    .landing-hero.hero-1b {
        padding: 60px 0 0;
        background: #561023;
    }

    .hero-1b-frame {
        width: 100%;
        border: 0;
        border-radius: 0px;
        box-shadow: none;
    }

    .hero-1b-heading {
        padding: 14px 22px 0;
        text-align: left;
    }

    .hero-1b-eyebrow {
        font-size: 10px;
        letter-spacing: 0.2em;
    }

    .hero-1b-eyebrow-desktop {
        display: none;
    }

    .hero-1b-eyebrow-mobile {
        display: inline;
    }

    .hero-1b-title {
        margin-top: 10px;
        font-size: 35px;
        line-height: 1.03;
        letter-spacing: -0.01em;
    }

    .hero-1b-subtitle {
        margin-top: 8px;
        font-size: 20px;
    }

    .hero-1b-media {
        scale:0.80;
        padding: 0 0px 42px;
        /* margin: 40px 0 0; */
        overflow: visible;
    }
        .wishlist-preview {
    width: 118%;
        }
    .hero-1b-visual {
        width: min(300px, calc(100vw - 56px));
        margin-inline: auto;
        margin-bottom: 44px;
        transform: translateX(-12px);
    }

    .hero-1b-photo {
        border-width: 6px;
        box-shadow: 0 24px 48px -20px rgba(0, 0, 0, 0.55);
    }

    .hero-1b-photo-wrap::before {
        right: -8px;
        width: 8px;
        height: 46%;
    }

    .hero-1b-photo-wrap::after {
        bottom: -8px;
        height: 8px;
        width: 40%;
    }

    .hero-1b-seal {
        top: -14px;
        left: -14px;
        width: 48px;
        height: 48px;
        transform: rotate(-12deg);
    }

    .hero-1b-seal svg {
        width: 24px;
        height: 24px;
    }

    .hero-1b-preview {
        right: -24px;
        bottom: -141px;
        width: 268px;
    }

    .hero-1b-copy {
        padding: 22px 22px 0;
        text-align: left;
    }

    .hero-1b-blurb {
        margin: 0;
        font-size: 15px;
        line-height: 1.55;
    }

    .hero-1b-blurb--desktop {
        display: none;
    }

    .hero-1b-blurb--mobile {
        display: block;
    }

    .hero-1b-actions {
        display: flex;
        flex-direction: column;
        gap: 11px;
        margin-top: 18px;
    }

    .hero-1b-action {
        width: 100%;
        min-height: 0;
        padding: 15px 12px;
    }

    .hero-1b-action--secondary {
        padding-block: 13.5px;
    }

    .hero-1b-trust {
        display: none;
    }

    .hero-1b-mobile-divider {
        padding: 20px 20px 30px;
    }

    /* 
    .hero-1b-mobile-divider .hero-1b-motifs svg {
        width: 13px;
        height: 13px;
    } */
    .hero-1b-mobile-divider .hero-1b-motifs img {
        width: 13px;
        height: 13px;
    }
}

@media (max-width: 360px) {
    .hero-1b-visual {
        width: min(280px, calc(100vw - 48px));
        transform: translateX(-10px);
    }

    .hero-1b-preview {
        right: -28px;
        bottom: -28px;
        width: 248px;
    }

    .wishlist-preview {
        padding-inline: 12px;
    }

    .wishlist-preview__item {
        gap: 8px;
    }

    .wishlist-preview__tile {
        width: 36px;
        height: 36px;
    }

    .wishlist-preview__item-copy>strong {
        font-size: 12px;
    }

}

@media (prefers-reduced-motion: reduce) {

    .hero-1b-photo-wrap,
    .hero-1b-seal {
        animation: none;
    }

    .hero-1b-action {
        transition: none;
    }
}