.home-memory-proof {
    container-type: inline-size;
    margin: 32px 0 64px;
    color: #fff;
}

.home-memory-proof *,
.home-memory-proof *::before,
.home-memory-proof *::after {
    box-sizing: border-box;
}

.home-memory-layout {
    position: relative;
    display: grid;
    min-height: 620px;
    overflow: hidden;
    grid-template-columns: minmax(330px, .82fr) minmax(520px, 1.18fr);
    border: 1px solid rgba(255, 255, 255, .09);
    border-radius: var(--radius-sm, 20px);
    background: linear-gradient(135deg, #111218 0%, #08090d 63%, #111018 100%);
    box-shadow: 0 28px 70px rgba(20, 27, 39, .16);
}

.home-memory-layout::before {
    position: absolute;
    inset: 0;
    pointer-events: none;
    background-image:
        linear-gradient(rgba(255, 255, 255, .025) 1px, transparent 1px),
        linear-gradient(90deg, rgba(255, 255, 255, .025) 1px, transparent 1px);
    background-size: 42px 42px;
    mask-image: linear-gradient(90deg, #000, transparent 58%);
    content: "";
}

.home-memory-copy {
    position: relative;
    z-index: 2;
    display: flex;
    padding: 54px 38px 46px 46px;
    flex-direction: column;
    justify-content: center;
}

.home-memory-eyebrow {
    margin: 0 0 18px;
    color: var(--primary);
    font-size: 12px;
    font-weight: 400;
    letter-spacing: .16em;
}

.home-memory-copy h2 {
    max-width: 480px;
    margin: 0;
    color: #fff;
    font-size: clamp(34px, 3.2cqw, 48px);
    font-weight: 400;
    line-height: 1.15;
    letter-spacing: -.045em;
    word-break: keep-all;
}

.home-memory-copy h2 em {
    color: var(--primary);
    font-style: normal;
}

.home-memory-description {
    max-width: 460px;
    margin: 22px 0 0;
    color: #a8abb4;
    font-size: 14px;
    font-weight: 300;
    line-height: 1.8;
    word-break: keep-all;
}

.home-memory-pills {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin-top: 26px;
}

.home-memory-pills button {
    display: inline-flex;
    min-width: 58px;
    height: 32px;
    padding: 0 12px;
    align-items: center;
    justify-content: center;
    border: 1px solid rgba(255, 255, 255, .1);
    border-radius: 999px;
    background: rgba(255, 255, 255, .045);
    color: #c5c7cd;
    font-size: 12px;
    font-weight: 300;
    font-family: inherit;
    cursor: pointer;
}

.home-memory-pills button:hover {
    border-color: rgba(255, 255, 255, .24);
}

.home-memory-pills button.is-active {
    border-color: rgba(var(--primary-rgb), .45);
    color: #ff8d96;
    background: rgba(var(--primary-rgb), .1);
}

.home-memory-system-detail {
    max-width: 450px;
    min-height: 44px;
    margin: 13px 0 0;
    color: #8e929c;
    font-size: 14px;
    font-weight: 300;
    line-height: 1.65;
    word-break: keep-all;
}

.home-memory-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-top: 32px;
}

.home-memory-actions a {
    display: inline-flex;
    min-height: 46px;
    padding: 0 18px;
    align-items: center;
    justify-content: center;
    border: 1px solid rgba(255, 255, 255, .14);
    border-radius: 8px;
    color: #fff;
    background: transparent;
    font-size: 13px;
    font-weight: 400;
    text-decoration: none;
}

.home-memory-actions a:hover {
    border-color: rgba(255, 255, 255, .32);
}

.home-memory-actions a.is-primary {
    border-color: var(--primary);
    background: var(--primary);
}

.home-memory-caption {
    display: flex;
    gap: 9px;
    margin: 24px 0 0;
    align-items: center;
    color: #767a84;
    font-size: 12px;
    font-weight: 300;
    line-height: 1.5;
}

.home-memory-caption i {
    width: 7px;
    height: 7px;
    flex: 0 0 7px;
    border-radius: 50%;
    background: var(--primary);
    box-shadow: 0 0 16px rgba(var(--primary-rgb), .8);
}

.home-memory-demo {
    position: relative;
    z-index: 1;
    display: grid;
    min-width: 0;
    min-height: 548px;
    margin: 30px 30px 30px 0;
    overflow: hidden;
    grid-template-rows: auto 1fr auto;
    border: 1px solid rgba(255, 255, 255, .12);
    border-radius: 18px;
    background: #0d0e13;
    box-shadow: 0 28px 64px rgba(0, 0, 0, .4);
}

.home-memory-demo::before {
    position: absolute;
    z-index: -1;
    top: 4%;
    right: -18%;
    width: 76%;
    aspect-ratio: 1;
    border-radius: 50%;
    background: radial-gradient(circle, rgba(var(--primary-rgb), .18), rgba(var(--primary-rgb), 0) 68%);
    filter: blur(18px);
    content: "";
}

.home-memory-demo-head {
    position: relative;
    z-index: 5;
    display: flex;
    min-height: 72px;
    padding: 15px 19px;
    align-items: center;
    justify-content: space-between;
    border-top-left-radius: 18px;
    border-top-right-radius: 18px;
    border-bottom: 1px solid rgba(255, 255, 255, .11);
    background: rgba(13, 14, 19, .88);
    backdrop-filter: blur(14px);
}

.home-memory-model {
    display: flex;
    min-width: 0;
    gap: 10px;
    align-items: center;
}

.home-memory-model img {
    width: 40px;
    height: 40px;
    object-fit: cover;
    object-position: 50% 14%;
    border-radius: 50%;
    background: #000;
}

.home-memory-model div {
    display: grid;
    min-width: 0;
    gap: 3px;
}

.home-memory-model strong {
    color: #fff;
    font-size: 14px;
    font-weight: 400;
}

.home-memory-model span,
.home-memory-live {
    color: #787d88;
    font-size: 12px;
    font-weight: 300;
}

.home-memory-live {
    display: flex;
    gap: 7px;
    align-items: center;
    white-space: nowrap;
}

.home-memory-live i {
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background: #53d694;
    box-shadow: 0 0 12px rgba(83, 214, 148, .65);
}

.home-memory-scenes {
    position: relative;
    min-height: 0;
    overflow: hidden;
}

.home-memory-scenes::after {
    position: absolute;
    inset: 0;
    background:
        linear-gradient(90deg, rgba(8, 9, 13, .96) 0%, rgba(8, 9, 13, .76) 43%, rgba(8, 9, 13, .26) 100%),
        linear-gradient(0deg, #0d0e13 0%, transparent 38%);
    content: "";
}

.home-memory-portrait {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: 50% 18%;
    opacity: .38;
    filter: saturate(.8) contrast(1.05);
    transform: scale(1.03);
}

.home-memory-scene {
    position: absolute;
    z-index: 2;
    inset: 0;
    display: flex;
    padding: 28px;
    flex-direction: column;
    justify-content: center;
    opacity: 0;
    visibility: hidden;
    transform: translateY(13px);
    transition: opacity .42s ease, transform .42s ease, visibility .42s;
    background-color: #f0f5f9;
}

.experience-night .home-memory-scene {
    background-color: rgba(13, 14, 19, .88);
}

.home-memory-scene.is-active {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}

.home-memory-kicker {
    display: flex;
    gap: 8px;
    margin: 0 0 16px;
    align-items: center;
    color: #a4a8b1;
    font-size: 12px;
    font-weight: 300;
}

.home-memory-kicker b {
    padding: 5px 8px;
    border-radius: 5px;
    color: #fff;
    background: rgba(var(--primary-rgb), .88);
    font-size: 12px;
    font-weight: 400;
}

.home-memory-scene h3 {
    max-width: 500px;
    margin: 0 0 18px;
    color: #fff;
    font-size: 23px;
    font-weight: 400;
    line-height: 1.35;
    letter-spacing: -.03em;
    word-break: keep-all;
}

.home-memory-chat {
    display: grid;
    max-width: 510px;
    gap: 9px;
}

.home-memory-chat p {
    width: fit-content;
    max-width: 88%;
    margin: 0;
    padding: 12px 14px;
    border-radius: 5px 15px 15px 15px;
    background: #fff;
    color: #202129;
    font-size: 13px;
    font-weight: 300;
    line-height: 1.55;
    box-shadow: 0 12px 30px rgba(0, 0, 0, .15);
}

.home-memory-chat p.is-user {
    margin-left: auto;
    border-radius: 15px 5px 15px 15px;
    color: #fff;
    background: var(--primary);
}

.home-memory-card {
    width: min(470px, 90%);
    padding: 18px;
    border: 1px solid rgba(var(--primary-rgb), .32);
    border-radius: 13px;
    background: rgba(20, 21, 28, .9);
    box-shadow: 0 20px 50px rgba(0, 0, 0, .28);
    backdrop-filter: blur(16px);
}

.home-memory-card header,
.home-memory-card footer,
.home-memory-feed footer {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.home-memory-card header strong {
    display: flex;
    gap: 8px;
    align-items: center;
    color: #fff;
    font-size: 13px;
    font-weight: 400;
}

.home-memory-card header strong i {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: var(--primary);
    box-shadow: 0 0 13px rgba(var(--primary-rgb), .85);
}

.home-memory-card header span,
.home-memory-card footer,
.home-memory-card small {
    font-size: 12px;
    font-weight: 300;
}

.home-memory-card header span,
.home-memory-card footer {
    color: #777c87;
}

.home-memory-card small {
    display: block;
    margin: 17px 0 7px;
    color: #ff7782;
}

.home-memory-card p {
    margin: 0;
    color: #f5f5f7;
    font-size: 15px;
    font-weight: 400;
    line-height: 1.55;
}

.home-memory-card footer {
    margin-top: 15px;
    padding-top: 11px;
    border-top: 1px solid rgba(255, 255, 255, .11);
}

.home-memory-context {
    display: flex;
    flex-wrap: wrap;
    gap: 7px;
    margin-bottom: 14px;
}

.home-memory-context span {
    padding: 6px 9px;
    border: 1px solid rgba(255, 255, 255, .1);
    border-radius: 7px;
    background: rgba(16, 17, 23, .8);
    color: #b0b3bb;
    font-size: 12px;
    font-weight: 300;
}

.home-memory-reply {
    width: min(520px, 92%);
    margin: 0;
    padding: 17px 18px;
    border-radius: 5px 16px 16px 16px;
    background: #fff;
    color: #1c1d24;
    font-size: 14px;
    font-weight: 300;
    line-height: 1.65;
    box-shadow: 0 18px 40px rgba(0, 0, 0, .24);
    word-break: keep-all;
}

.home-memory-reply small {
    display: block;
    margin-top: 8px;
    color: #9397a1;
    font-size: 12px;
}

.home-memory-feed {
    width: min(500px, 92%);
    overflow: hidden;
    border: 1px solid rgba(255, 255, 255, .12);
    border-radius: 14px;
    background: rgba(18, 19, 25, .93);
    box-shadow: 0 20px 50px rgba(0, 0, 0, .35);
    backdrop-filter: blur(16px);
}

.home-memory-feed > div:last-child {
    padding: 14px 17px 15px;
}

.home-memory-feed small {
    color: #ff7782;
    font-size: 12px;
    font-weight: 400;
}

.home-memory-feed h4 {
    margin: 6px 0;
    color: #fff;
    font-size: 16px;
    font-weight: 400;
}

.home-memory-feed p {
    margin: 0;
    color: #a8abb3;
    font-size: 12px;
    font-weight: 300;
    line-height: 1.55;
}

.home-memory-feed footer {
    margin-top: 10px;
    padding-top: 9px;
    border-top: 1px solid rgba(255, 255, 255, .11);
    color: #747983;
    font-size: 12px;
    font-weight: 300;
}

.home-memory-complete {
    display: flex;
    gap: 8px;
    margin: 13px 0 0;
    align-items: center;
    color: #d5d6da;
    font-size: 12px;
    font-weight: 300;
}

.home-memory-complete i {
    width: 20px;
    height: 1px;
    background: var(--primary);
}

.home-memory-controls {
    position: relative;
    z-index: 5;
    display: grid;
    min-height: 78px;
    padding: 0 14px;
    grid-template-columns: repeat(4, minmax(0, 1fr)) auto;
    align-items: center;
    border-top: 1px solid rgba(255, 255, 255, .11);
    background: #111219;
}

.home-memory-controls > button {
    position: relative;
    height: 100%;
    padding: 15px 6px 12px;
    border: 0;
    color: #666b76;
    background: none;
    font: inherit;
    font-size: 12px;
    font-weight: 300;
    text-align: left;
    cursor: pointer;
}

.home-memory-controls > button:not(.home-memory-play)::before,
.home-memory-controls > button:not(.home-memory-play)::after {
    position: absolute;
    top: -1px;
    left: 6px;
    height: 2px;
    content: "";
}

.home-memory-controls > button:not(.home-memory-play)::before {
    right: 7px;
    background: rgba(255, 255, 255, .08);
}

.home-memory-controls > button:not(.home-memory-play)::after {
    width: 0;
    background: var(--primary);
}

.home-memory-controls button b {
    display: block;
    margin-bottom: 4px;
    color: #8b8f99;
    font-size: 12px;
    font-weight: 400;
}

.home-memory-controls button.is-active {
    color: #dddfe4;
}

.home-memory-controls button.is-active b {
    color: #fff;
}

.home-memory-controls button.is-active::after {
    width: calc(100% - 13px);
    animation: homeMemoryProgress 4.8s linear both;
}

.home-memory-demo.is-paused .home-memory-controls button.is-active::after {
    animation-play-state: paused;
}

.home-memory-controls > button.home-memory-play {
    display: grid;
    width: 38px;
    height: 38px;
    margin-left: 7px;
    padding: 0;
    place-items: center;
    border: 1px solid rgba(255, 255, 255, .12);
    border-radius: 50%;
    color: #fff;
    background: rgba(255, 255, 255, .04);
}

.home-memory-cases {
    position: relative;
    z-index: 2;
    padding: 38px 46px 44px;
    grid-column: 1 / -1;
    border-top: 1px solid rgba(255, 255, 255, .11);
    background: #0d0e13;
}

.home-memory-case-list {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 14px;
}

.home-memory-case {
    padding: 23px;
    border: 1px solid rgba(255, 255, 255, .11);
    border-radius: 13px;
    background: #14151b;
}

.home-memory-case > small {
    color: #ff7782;
    font-size: 12px;
    font-weight: 300;
}

.home-memory-case h4 {
    margin: 8px 0 20px;
    color: #fff;
    font-size: 17px;
    font-weight: 400;
    line-height: 1.45;
    word-break: keep-all;
}

.home-memory-case ol {
    display: grid;
    gap: 0;
    margin: 0;
    padding: 0;
    list-style: none;
}

.home-memory-case li {
    position: relative;
    display: grid;
    min-height: 44px;
    padding: 10px 0 10px 42px;
    align-items: center;
    border-top: 1px solid rgba(255, 255, 255, .08);
}

.home-memory-case li:first-child {
    border-top: 0;
}

.home-memory-case li b {
    position: absolute;
    left: 0;
    color: var(--primary);
    font-size: 12px;
    font-weight: 400;
}

.home-memory-case li span {
    color: #b6b9c1;
    font-size: 13px;
    font-weight: 300;
    line-height: 1.55;
    word-break: keep-all;
}

.home-memory-play i {
    width: 8px;
    height: 11px;
    border-right: 2px solid currentColor;
    border-left: 2px solid currentColor;
}

.home-memory-demo.is-paused .home-memory-play i {
    width: 0;
    height: 0;
    margin-left: 2px;
    border-top: 6px solid transparent;
    border-right: 0;
    border-bottom: 6px solid transparent;
    border-left: 9px solid currentColor;
}

@keyframes homeMemoryProgress {
    from { width: 0; }
    to { width: calc(100% - 13px); }
}

@container (max-width: 940px) {
    .home-memory-layout {
        grid-template-columns: 1fr;
    }

    .home-memory-copy {
        padding: 44px 38px 26px;
    }

    .home-memory-copy h2,
    .home-memory-description {
        max-width: 690px;
    }

    .home-memory-copy h2 {
        font-size: clamp(34px, 5cqw, 46px);
    }

    .home-memory-demo {
        min-height: 550px;
        margin: 0 28px 28px;
    }

    .home-memory-cases {
        padding: 34px 38px 38px;
    }

    .home-memory-case-list {
        grid-template-columns: 1fr;
    }
}

@container (max-width: 540px) {
    .home-memory-proof {
        margin: 22px 0 42px;
    }

    .home-memory-layout {
        border-radius: 16px;
    }

    .home-memory-copy {
        padding: 36px 20px 22px;
    }

    .home-memory-eyebrow {
        margin-bottom: 14px;
    }

    .home-memory-copy h2 {
        font-size: clamp(29px, 8.5cqw, 35px);
    }

    .home-memory-description {
        margin-top: 17px;
        font-size: 13px;
        line-height: 1.7;
    }

    .home-memory-pills {
        margin-top: 20px;
    }

    .home-memory-system-detail {
        min-height: 40px;
    }

    .home-memory-actions {
        margin-top: 24px;
    }

    .home-memory-actions a {
        min-width: 130px;
        flex: 1;
    }

    .home-memory-caption {
        margin-top: 20px;
    }

    .home-memory-demo {
        min-height: 570px;
        margin: 0 10px 10px;
        border-radius: 14px;
    }

    .home-memory-demo-head {
        min-height: 66px;
        padding: 12px 14px;
    }

    .home-memory-live {
        font-size: 12px;
    }

    .home-memory-scene {
        padding: 20px 15px;
    }

    .home-memory-scene h3 {
        font-size: 20px;
    }

    .home-memory-chat p,
    .home-memory-reply,
    .home-memory-card,
    .home-memory-feed {
        max-width: 100%;
        width: 100%;
    }

    .home-memory-controls {
        min-height: 72px;
        padding: 0 7px;
        grid-template-columns: repeat(4, minmax(0, 1fr));
    }

    .home-memory-controls > button:not(.home-memory-play) {
        padding: 13px 3px 9px;
        text-align: center;
    }

    .home-memory-controls > button:not(.home-memory-play) span {
        display: none;
    }

    .home-memory-controls > button:not(.home-memory-play)::before {
        right: 3px;
        left: 3px;
    }

    .home-memory-controls > button:not(.home-memory-play)::after {
        left: 3px;
    }

    .home-memory-controls > button.home-memory-play {
        position: absolute;
        right: 12px;
        bottom: 82px;
        margin: 0;
        background: #171820;
    }

    .home-memory-cases {
        padding: 30px 20px 24px;
    }

    .home-memory-case-list {
        grid-template-columns: 1fr;
    }

    .home-memory-case {
        padding: 20px;
    }

}

@media (prefers-reduced-motion: reduce) {
    .home-memory-scene {
        transition: none;
    }

    .home-memory-controls button.is-active::after {
        width: calc(100% - 13px);
        animation: none;
    }
}

/* Home service preview */
.memory.home-promo {
    position: relative;
    min-height: 246px;
    background: transparent;
    isolation: isolate;
}

body .memory.home-promo {
    border: 0;
}

body.experience-day .memory.home-promo {
    border: 0;
}

body.experience-day .memory.home-promo::after {
    position: absolute;
    z-index: 50;
    inset: 0;
    border: 1px solid rgba(0, 0, 0, .1);
    border-radius: inherit;
    box-sizing: border-box;
    content: "";
    pointer-events: none;
}

.memory.home-promo div {
    max-width: none;
    padding: 0;
}

.home-promo,
.home-promo *,
.home-promo *::before,
.home-promo *::after {
    box-sizing: border-box;
}

.home-promo-stage {
    position: absolute;
    inset: 0;
    overflow: hidden;
    border-radius: 0;
    background: transparent;
    color: #17181d;
    --promo-duration: 48s;
    --promo-fit-scale: 1;
}

.home-promo-scene {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 960px;
    height: 540px;
    opacity: 0;
    overflow: hidden;
    pointer-events: none;
    transform: translate(-50%, -50%) scale(calc(var(--promo-fit-scale) + .003));
    transform-origin: center;
}

.home-promo-chat-scene { animation: homePromoSceneOne var(--promo-duration) linear infinite }
.home-promo-photo-scene { animation: homePromoSceneTwo var(--promo-duration) linear infinite }
.home-promo-memory-scene { animation: homePromoSceneMemory var(--promo-duration) linear infinite }
.home-promo-prompt-scene { animation: homePromoSceneSeven var(--promo-duration) linear infinite }
.home-promo-video-scene.is-first { animation: homePromoSceneEight var(--promo-duration) linear infinite }
.home-promo-product-scene { animation: homePromoSceneThree var(--promo-duration) linear infinite }
.home-promo-video-scene.is-second { animation: homePromoSceneFour var(--promo-duration) linear infinite }
.home-promo-mode-scene { animation: homePromoSceneFive var(--promo-duration) linear infinite }
.home-promo-night-scene { animation: homePromoSceneSix var(--promo-duration) linear infinite }
.home-promo-logo-scene { animation: homePromoSceneNine var(--promo-duration) linear infinite }

@keyframes homePromoSceneOne { 0%,9.58%{opacity:1} 10.83%,100%{opacity:0} }
@keyframes homePromoSceneTwo { 0%,9.17%{opacity:0} 10.42%,17.5%{opacity:1} 18.75%,100%{opacity:0} }
@keyframes homePromoSceneMemory { 0%,17.4%{opacity:0} 18.75%,31.67%{opacity:1} 32.92%,100%{opacity:0} }
@keyframes homePromoSceneThree { 0%,31.67%{opacity:0} 32.92%,37.12%{opacity:1} 37.5%,100%{opacity:0} }
@keyframes homePromoSceneFour { 0%,36.67%{opacity:0} 37.12%,52.08%{opacity:1} 53.33%,100%{opacity:0} }
@keyframes homePromoSceneFive { 0%,51.04%{opacity:0} 52.29%,59.38%{opacity:1} 60.42%,100%{opacity:0} }
@keyframes homePromoSceneSix { 0%,58.33%{opacity:0} 59.58%,72.5%{opacity:1} 73.75%,100%{opacity:0} }
@keyframes homePromoSceneSeven { 0%,71.67%{opacity:0} 72.92%,84.58%{opacity:1} 85.83%,100%{opacity:0} }
@keyframes homePromoSceneEight { 0%,83.33%{opacity:0} 84.58%,91.25%{opacity:1} 92.5%,100%{opacity:0} }
@keyframes homePromoSceneNine { 0%,91.24%{opacity:0} 91.25%,100%{opacity:1} }

.home-promo-ui {
    display: block;
    width: 100%;
    min-height: 100%;
    margin: 0;
    border-radius: 0;
    background: #f0f5f9;
    overflow: hidden;
    transform: none;
}

.home-promo-sidebar {
    display: none;
    padding: 28px 18px 22px 28px;
    border-right: 1px solid #e1e5ea;
    background: #f6f8fa;
    flex-direction: column;
    gap: 12px;
    color: #23252c;
    font: 600 clamp(9px, 1.1vw, 13px)/1 var(--font-en);
}

.home-promo-sidebar b {
    margin-bottom: 10px;
    font-size: clamp(14px, 1.7vw, 22px);
    line-height: .88;
}

.home-promo-sidebar b i,
.home-promo-sidebar strong,
.home-promo-sidebar em.is-active {
    color: var(--primary);
}

.home-promo-sidebar b i,
.home-promo-sidebar em,
.home-promo-sidebar strong {
    font-style: normal;
}

.home-promo-sidebar small {
    margin-top: 7px;
    color: #888d97;
    font: 400 clamp(8px, .9vw, 11px)/1 var(--font-ko);
}

.home-promo-sidebar em {
    padding-left: 13px;
    color: #777c86;
    font: 400 clamp(8px, .9vw, 11px)/1 var(--font-ko);
}

.home-promo-sidebar em i {
    display: inline-flex;
    margin-left: 4px;
    padding: 3px 5px;
    border-radius: 999px;
    background: var(--primary);
    color: #fff;
    font: 700 8px/1 var(--font-en);
    font-style: normal;
}

.memory.home-promo .home-promo-chat {
    position: relative;
    min-width: 0;
    padding: 32px clamp(38px, 6vw, 68px) 58px;
    background: #edf3f7;
}

.home-promo-chat header {
    display: flex;
    align-items: center;
    gap: 10px;
}

.home-promo-avatar {
    display: block;
    width: clamp(28px, 4vw, 44px);
    height: clamp(28px, 4vw, 44px);
    border-radius: 50%;
    overflow: hidden;
    background: #111;
}

.home-promo-avatar img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: top center;
}

.home-promo-chat header strong,
.home-promo-chat header small {
    display: block;
}

.home-promo-chat header strong {
    font-size: clamp(14px, 1.5vw, 18px)
}

.home-promo-chat header small {
    margin-top: 3px;
    color: #7d838d;
    font-size: clamp(11px, 1vw, 13px)
}

.home-promo-chat-flow {
    display: flex;
    margin-top: 18px;
    flex-direction: column;
    gap: 8px;
}

.home-promo-chat-flow p {
    width: fit-content;
    max-width: 78%;
    margin: 0;
    padding: 11px 16px;
    border-radius: 16px;
    color: #202229;
    background: #fff;
    font-size: clamp(13px, 1.35vw, 17px);
    line-height: 1.35;
    box-shadow: 0 6px 16px rgba(37, 46, 58, .05);
    opacity: 0;
    transform: translateY(12px)
}

.home-promo-chat-flow p.is-user {
    align-self: flex-end;
    border-bottom-right-radius: 4px;
    background: #191a20;
    color: #fff;
}

.home-promo-chat-flow p.is-model {
    border-bottom-left-radius: 4px;
}

.home-promo-chat-flow .is-one { animation: homePromoBubbleOne var(--promo-duration) both infinite }
.home-promo-chat-flow .is-two { animation: homePromoBubbleTwo var(--promo-duration) both infinite }
.home-promo-chat-flow .is-three { animation: homePromoBubbleThree var(--promo-duration) both infinite }
.home-promo-chat-flow .is-four { animation: homePromoBubbleFour var(--promo-duration) both infinite }

@keyframes homePromoBubbleOne { 0%,0.17%{opacity:0;transform:translateY(12px)} 0.67%,9.58%{opacity:1;transform:none} 10%,100%{opacity:0} }
@keyframes homePromoBubbleTwo { 0%,1%{opacity:0;transform:translateY(12px)} 1.67%,9.58%{opacity:1;transform:none} 10%,100%{opacity:0} }
@keyframes homePromoBubbleThree { 0%,2%{opacity:0;transform:translateY(12px)} 2.67%,9.58%{opacity:1;transform:none} 10%,100%{opacity:0} }
@keyframes homePromoBubbleFour { 0%,3%{opacity:0;transform:translateY(12px)} 3.66%,9.58%{opacity:1;transform:none} 10%,100%{opacity:0} }

.home-promo-chat-photo {
    position: relative;
    width: min(74%, 520px);
    margin: 16px 0 0;
    animation: homePromoPhoto var(--promo-duration) both infinite
}

.home-promo-chat-photo img {
    display: block;
    width: 100%;
    max-width: none;
    height: auto;
    aspect-ratio: 16 / 9;
    border-radius: 14px;
    object-fit: cover;
    object-position: top center;
    box-shadow: 0 16px 30px rgba(33, 43, 56, .14);
    transform: none;
}

.home-promo-chat-photo figcaption {
    width: fit-content;
    margin-top: 10px;
    padding: 11px 16px;
    border-radius: 16px 16px 16px 4px;
    background: #fff;
    color: #202229;
    font-size: clamp(13px, 1.35vw, 17px);
    line-height: 1.35;
    box-shadow: 0 6px 16px rgba(37, 46, 58, .05);
}

@keyframes homePromoPhoto { 0%,10%{opacity:0;transform:translateY(26px) scale(.92)} 10.83%,17.5%{opacity:1;transform:none} 18.33%,100%{opacity:0} }

.home-promo-memory-scene {
    background: radial-gradient(circle at 16% 18%, rgba(242, 38, 60, .09), transparent 32%), #edf3f7;
}

.memory.home-promo .home-promo-memory-shell {
    display: grid;
    width: 100%;
    height: 100%;
    padding: clamp(30px, 5vw, 58px) clamp(34px, 6vw, 72px);
    align-items: center;
    grid-template-columns: minmax(190px, .78fr) minmax(330px, 1.35fr);
    gap: clamp(24px, 5vw, 68px);
}

.home-promo-memory-intro > span {
    color: var(--primary);
    font: 700 12px/1 var(--font-en);
    letter-spacing: .14em;
}

.home-promo-memory-intro h3 {
    margin: 10px 0 20px;
    color: #17181d;
    font-size: clamp(20px, 2.5vw, 34px);
    line-height: 1.25;
    letter-spacing: -.04em;
}

.home-promo-memory-profile {
    display: flex;
    align-items: center;
    gap: 10px;
}

.home-promo-memory-profile strong,
.home-promo-memory-profile small {
    display: block;
}

.home-promo-memory-profile strong {
    color: #17181d;
    font-size: clamp(13px, 1.3vw, 16px);
}

.home-promo-memory-profile small {
    margin-top: 3px;
    color: #777d87;
    font-size: 12px;
}

.home-promo-memory-intro > p {
    width: fit-content;
    max-width: 300px;
    margin: 16px 0 0;
    padding: 12px 15px;
    border-radius: 16px 16px 16px 4px;
    background: #191a20;
    color: #fff;
    font-size: clamp(12px, 1.15vw, 15px);
    line-height: 1.45;
    box-shadow: 0 12px 30px rgba(25, 26, 32, .14);
    opacity: 0;
    animation: homePromoMemoryReply var(--promo-duration) linear infinite;
}

.home-promo-memory-signals {
    display: grid;
    margin: 0;
    padding: 0 !important;
    gap: 7px;
    list-style: none;
}

.home-promo-memory-signals li {
    display: grid;
    min-height: 48px;
    padding: 9px 13px;
    border: 1px solid rgba(38, 44, 55, .08);
    border-radius: 13px;
    align-items: center;
    grid-template-columns: 8px 76px minmax(0, 1fr) auto;
    gap: 10px;
    background: rgba(255, 255, 255, .86);
    box-shadow: 0 8px 24px rgba(37, 46, 58, .06);
    opacity: 0;
    transform: translateX(24px);
}

.home-promo-memory-signals li i {
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background: var(--primary);
    box-shadow: 0 0 0 4px rgba(242, 38, 60, .09);
}

.home-promo-memory-signals li span,
.home-promo-memory-signals li em {
    font-size: 12px;
    font-style: normal;
}

.home-promo-memory-signals li span {
    color: #7a808a;
}

.home-promo-memory-signals li strong {
    min-width: 0;
    overflow: hidden;
    color: #202229;
    font-size: clamp(12px, 1.2vw, 15px);
    text-overflow: ellipsis;
    white-space: nowrap;
}

.home-promo-memory-signals li em {
    padding: 5px 7px;
    border-radius: 999px;
    background: rgba(242, 38, 60, .08);
    color: var(--primary);
    white-space: nowrap;
}

.home-promo-memory-signals .is-memory { animation: homePromoMemoryOne var(--promo-duration) linear infinite }
.home-promo-memory-signals .is-taste { animation: homePromoMemoryTwo var(--promo-duration) linear infinite }
.home-promo-memory-signals .is-emotion { animation: homePromoMemoryThree var(--promo-duration) linear infinite }
.home-promo-memory-signals .is-relation { animation: homePromoMemoryFour var(--promo-duration) linear infinite }
.home-promo-memory-signals .is-schedule { animation: homePromoMemoryFive var(--promo-duration) linear infinite }

@keyframes homePromoMemoryOne { 0%,18.96%{opacity:0;transform:translateX(24px)} 19.79%,31.67%{opacity:1;transform:none} 32.92%,100%{opacity:0;transform:none} }
@keyframes homePromoMemoryTwo { 0%,20.42%{opacity:0;transform:translateX(24px)} 21.25%,31.67%{opacity:1;transform:none} 32.92%,100%{opacity:0;transform:none} }
@keyframes homePromoMemoryThree { 0%,21.88%{opacity:0;transform:translateX(24px)} 22.71%,31.67%{opacity:1;transform:none} 32.92%,100%{opacity:0;transform:none} }
@keyframes homePromoMemoryFour { 0%,23.33%{opacity:0;transform:translateX(24px)} 24.17%,31.67%{opacity:1;transform:none} 32.92%,100%{opacity:0;transform:none} }
@keyframes homePromoMemoryFive { 0%,24.79%{opacity:0;transform:translateX(24px)} 25.63%,31.67%{opacity:1;transform:none} 32.92%,100%{opacity:0;transform:none} }
@keyframes homePromoMemoryReply { 0%,25.83%{opacity:0;transform:translateY(12px)} 26.67%,31.67%{opacity:1;transform:none} 32.92%,100%{opacity:0;transform:none} }

.memory.home-promo .home-promo-builder {
    padding: 34px clamp(38px, 6vw, 68px) 62px;
    background: #edf3f7;
}

.home-promo-builder header small {
    color: var(--primary);
    font: 700 9px/1 var(--font-en);
    letter-spacing: .12em;
}

.home-promo-builder h3 {
    margin: 7px 0 0;
    font-size: clamp(16px, 2vw, 25px)
}

.memory.home-promo .home-promo-duration {
    position: relative;
    display: flex;
    max-width: 100%;
    margin-top: 21px;
    padding-bottom: 15px;
    margin-bottom: 30px;
    border-bottom: 5px solid #fff;
    justify-content: space-between;
    color: #777d87;
    font-size: clamp(9px, .95vw, 12px)
}

.memory.home-promo .home-promo-builder.is-product {
    padding-top: 63px;
    padding-bottom: 42px;
}

.home-promo-duration b {
    color: var(--primary)
}

.home-promo-duration i {
    position: absolute;
    right: 31%;
    bottom: -8px;
    width: 28px;
    height: 11px;
    border-radius: 999px;
    background: var(--primary)
}

.home-promo-builder > label {
    display: block;
    margin-top: 0;
    color: #717680;
    font-size: clamp(9px, .95vw, 12px)
}

.memory.home-promo .home-promo-typing {
    position: relative;
    display: grid;
    min-height: 120px;
    margin-top: 9px;
    padding: 20px 22px;
    border-radius: 12px;
    background: #fff;
    align-content: start;
    gap: 7px;
    overflow: hidden;
    font-size: clamp(13px, 1.35vw, 17px);
    line-height: 1.35;
    white-space: nowrap;
}

.home-promo-typing span {
    width: fit-content;
    max-width: 100%;
    overflow: hidden;
    clip-path: inset(0 100% 0 0)
}

.home-promo-typing .is-line-one { animation: homePromoTypeOne var(--promo-duration) linear infinite }
.home-promo-typing .is-line-two { animation: homePromoTypeTwo var(--promo-duration) linear infinite }
.home-promo-typing .is-line-three { animation: homePromoTypeThree var(--promo-duration) linear infinite }

@keyframes homePromoTypeOne { 0%,72.92%{clip-path:inset(0 100% 0 0)} 75%,84.58%{clip-path:inset(0)} 85.42%,100%{clip-path:inset(0 100% 0 0)} }
@keyframes homePromoTypeTwo { 0%,74.58%{clip-path:inset(0 100% 0 0)} 76.67%,84.58%{clip-path:inset(0)} 85.42%,100%{clip-path:inset(0 100% 0 0)} }
@keyframes homePromoTypeThree { 0%,76.25%{clip-path:inset(0 100% 0 0)} 78.54%,84.58%{clip-path:inset(0)} 85.42%,100%{clip-path:inset(0 100% 0 0)} }

.home-promo-video-scene {
    position: absolute;
    background: #020305
}

.home-promo-video-scene video {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center 42%;
    opacity: 0;
}

.home-promo-video-loading {
    position: absolute;
    z-index: 2;
    inset: 0;
    display: grid;
    align-content: center;
    justify-items: center;
    gap: 14px;
    background: #08090d;
    color: #fff;
    opacity: 0
}

.home-promo-video-loading i {
    width: 34px;
    height: 34px;
    border: 3px solid rgba(255, 255, 255, .18);
    border-top-color: var(--primary);
    border-radius: 50%;
    animation: homePromoSpinner .7s linear infinite
}

.home-promo-video-loading p {
    margin: 0;
    color: #d8d9dd;
    font-size: 14px;
    font-weight: 400
}

.home-promo-video-scene.is-first .home-promo-video-loading { animation:homePromoLoadingFirst var(--promo-duration) linear infinite }
.home-promo-video-scene.is-first video { animation:homePromoVideoFirst var(--promo-duration) linear infinite }
.home-promo-video-scene.is-second .home-promo-video-loading { animation:homePromoLoadingSecond var(--promo-duration) linear infinite }
.home-promo-video-scene.is-second video { animation:homePromoVideoSecond var(--promo-duration) linear infinite }

@keyframes homePromoSpinner { to{transform:rotate(360deg)} }
@keyframes homePromoLoadingFirst { 0%,84.5%{opacity:0} 84.58%,88.75%{opacity:1} 88.76%,100%{opacity:0} }
@keyframes homePromoVideoFirst { 0%,88.75%{opacity:0} 89.17%,91.25%{opacity:1} 92.08%,100%{opacity:0} }
@keyframes homePromoLoadingSecond { 0%,37.04%{opacity:0} 37.12%,41.29%{opacity:1} 41.3%,100%{opacity:0} }
@keyframes homePromoVideoSecond { 0%,41.29%{opacity:0} 41.7%,52.08%{opacity:1} 52.92%,100%{opacity:0} }

.home-promo-shoes {
    display: grid;
    max-width: 100%;
    margin-top: 16px;
    padding: 25px !important;
    border-radius: 10px;
    background: #fff;
    grid-template-columns: repeat(3, minmax(0, 128px));
    gap: 8px;
    justify-content: start
}

.home-promo-shoes span {
    display: grid;
    min-width: 0;
    aspect-ratio: 1;
    border-radius: 8px;
    background-color: #f1f2f4;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    place-items: center;
    color: #b3b6bd;
    font: 700 8px/1 var(--font-en);
    opacity: 0
}

.home-promo-shoes .is-shoe-one { background-image:url("../image/home-promo/shoe-01.png");animation:homePromoShoeOne var(--promo-duration) both infinite }
.home-promo-shoes .is-shoe-two { background-image:url("../image/home-promo/shoe-02.png");animation:homePromoShoeTwo var(--promo-duration) both infinite }
.home-promo-shoes .is-shoe-three { background-image:url("../image/home-promo/shoe-03.png");animation:homePromoShoeThree var(--promo-duration) both infinite }

@keyframes homePromoShoeOne { 0%,33%{opacity:0;transform:translateX(-55px) rotate(-8deg)} 33.54%,37.12%{opacity:1;transform:none} 37.5%,100%{opacity:0} }
@keyframes homePromoShoeTwo { 0%,33.75%{opacity:0;transform:translateY(45px)} 34.29%,37.12%{opacity:1;transform:none} 37.5%,100%{opacity:0} }
@keyframes homePromoShoeThree { 0%,34.5%{opacity:0;transform:translateX(55px) rotate(8deg)} 35.04%,37.12%{opacity:1;transform:none} 37.5%,100%{opacity:0} }

.home-promo-mode-scene {
    display: grid;
    place-items: center;
    background: #edf3f7;
    animation-name: homePromoSceneFive, homePromoModeBackground;
    animation-duration: var(--promo-duration), var(--promo-duration);
    animation-timing-function: linear, linear;
    animation-iteration-count: infinite, infinite
}

.home-promo-mode-shell {
    display: grid;
    justify-items: center;
    gap: 18px
}

.home-promo-mode-toggle {
    position: relative;
    display: grid;
    width: clamp(220px, 40vw, 360px);
    height: clamp(58px, 8vw, 74px);
    padding: 7px !important;
    border: 1px solid #d3d8df;
    border-radius: 999px;
    background: #e2e6ec;
    grid-template-columns: repeat(2, 1fr)
}

.home-promo-mode-toggle span {
    position: relative;
    z-index: 2;
    display: flex;
    align-items: center;
    justify-content: center;
    font: 700 clamp(13px, 1.7vw, 18px)/1 var(--font-en)
}

.home-promo-mode-toggle span i {
    display: grid;
    width: 22px;
    height: 22px;
    margin-left: 5px;
    border-radius: 50%;
    background: var(--primary);
    place-items: center;
    color: #17181d;
    font: 700 10px/1 var(--font-en);
    font-style: normal
}

.home-promo-mode-toggle b {
    position: absolute;
    z-index: 1;
    top: 7px;
    bottom: 7px;
    left: 7px;
    width: calc(50% - 7px);
    border-radius: 999px;
    background: #fff;
    box-shadow: 0 5px 12px rgba(24, 28, 35, .1);
    animation: homePromoModeThumb var(--promo-duration) ease-in-out infinite
}

.home-promo-mode-shell p {
    margin: 0;
    color: #818690;
    font-size: clamp(10px, 1.2vw, 14px)
}

@keyframes homePromoModeBackground { 0%,54.17%{background:#edf3f7;color:#17181d} 55.83%,100%{background:#15161c;color:#fff} }
@keyframes homePromoModeThumb { 0%,54.17%{left:7px;background:#fff} 55.83%,100%{left:50%;background:var(--primary)} }

.home-promo-night-scene {
    background: #17181e
}

.home-promo-night-scroll {
    width: 100%;
    animation: homePromoNightScroll var(--promo-duration) ease-in-out infinite
}

.home-promo-night-scroll img {
    display: block;
    width: 100%;
    height: auto
}

@keyframes homePromoNightScroll { 0%,59.58%{transform:translateY(0)} 66.67%,72.5%{transform:translateY(calc(-100% + 540px))} 73.75%,100%{transform:translateY(0)} }

.home-promo-logo-scene {
    display: grid;
    place-items: center;
    background: #000 !important
}

.home-promo-logo-scene img {
    display: block;
    width: min(34.5%, 248px);
    max-height: 62%;
    object-fit: contain;
    opacity: 0;
    filter: none;
    transform: none;
    animation: homePromoLogo var(--promo-duration) ease-out infinite
}

@keyframes homePromoLogo { 0%,91.25%{opacity:0;transform:none;filter:none} 92.08%,99.8%{opacity:1;transform:none;filter:none} 100%{opacity:0;transform:none;filter:none} }

.home-promo-progress {
    position: absolute;
    z-index: 20;
    right: 4.1667%;
    bottom: 5.1852%;
    left: 4.1667%;
    display: grid;
    grid-template-columns: repeat(10, 1fr);
    gap: calc(4px * var(--promo-fit-scale))
}

.home-promo-progress::after {
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    height: calc(2px * var(--promo-fit-scale));
    border-radius: 999px;
    background: var(--primary);
    content: "";
    transform: scaleX(0);
    transform-origin: left;
    animation: homePromoProgress var(--promo-duration) linear infinite
}

.home-promo-progress i {
    height: calc(2px * var(--promo-fit-scale));
    border-radius: 999px;
    background: rgba(255, 255, 255, .18)
}

@keyframes homePromoProgress { 0%{transform:scaleX(0)} 100%{transform:scaleX(1)} }

.home-promo.is-paused *,
.home-promo.is-paused *::before,
.home-promo.is-paused *::after,
.home-promo.is-video-holding *,
.home-promo.is-video-holding *::before,
.home-promo.is-video-holding *::after {
    animation-play-state: paused !important
}

@media (max-width: 1700px) {
    .memory.home-promo {
        min-height: 0;
        aspect-ratio: 16 / 9;
    }
}

@media (max-width: 1024px) {
    .home-promo-logo-scene img {
        width: 372px;
        max-height: 80%;
    }

    .home-promo-avatar {
        width: 72px;
        height: 72px;
    }

    .home-promo-chat header strong {
        font-size: 28px;
    }

    .home-promo-chat header small,
    .home-promo-memory-profile small {
        font-size: 22px;
    }

    .home-promo-chat-flow p,
    .memory.home-promo .home-promo-typing {
        font-size: 26px;
    }

    .home-promo-chat-photo figcaption {
        font-size: 26px;
    }

    .home-promo-builder header small {
        font-size: 18px;
    }

    .home-promo-memory-intro > span {
        font-size: 20px;
        letter-spacing: .08em;
        white-space: nowrap;
    }

    .home-promo-memory-intro h3 {
        font-size: 36px;
    }

    .home-promo-memory-profile strong {
        font-size: 26px;
    }

    .home-promo-memory-intro > p {
        font-size: 24px;
    }

    .home-promo-memory-signals li {
        grid-template-columns: 8px 92px minmax(0, 1fr) auto;
        gap: 8px;
    }

    .home-promo-memory-signals li span,
    .home-promo-memory-signals li em {
        font-size: 20px;
        white-space: nowrap;
    }

    .home-promo-memory-signals li strong {
        font-size: 24px;
    }

    .home-promo-builder h3 {
        font-size: 32px;
    }

    .memory.home-promo .home-promo-duration,
    .home-promo-builder > label {
        font-size: 20px;
    }

    .home-promo-video-loading p,
    .home-promo-mode-shell p {
        font-size: 22px;
    }

    .home-promo-mode-toggle {
        width: 440px;
        height: 116px;
    }

    .home-promo-mode-toggle span {
        font-size: 26px;
    }

    .home-promo-mode-toggle span i {
        width: 44px;
        height: 44px;
        font-size: 20px;
    }

    .home-promo-shoes span {
        color: transparent;
        font-size: 0;
    }

    .home-promo-shoes {
        padding: 50px !important;
        grid-template-columns: repeat(3, minmax(0, 192px));
        gap: 12px;
    }
}

@media (min-width: 1701px) {
    .memory.home-promo {
        min-height: 0;
        aspect-ratio: 16 / 9;
    }

    .bottom-area .notice {
        min-height: 0;
        height: 100%;
        overflow: hidden;
        grid-auto-rows: minmax(0, 1fr);
    }

    .bottom-area .notice > a,
    .bottom-area .notice article {
        min-height: 0;
        height: 100%;
        overflow: hidden;
    }

    .bottom-area .notice article {
        display: flex;
        flex-direction: column;
        justify-content: center;
    }
}

.bottom-area .notice .notice-summary {
    display: -webkit-box;
    overflow: hidden;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
}

.bottom-area .notice .notice-meta {
    box-sizing: border-box;
    display: flex;
    width: 100%;
    margin-top: 18px;
    padding-right: 58px;
    align-items: center;
    justify-content: space-between;
    color: var(--muted);
    font-size: 12px;
}

.bottom-area .notice .notice-meta span {
    color: var(--primary);
}

@media (max-width: 2000px) {
    .bottom-area .notice .notice-meta {
        display: none;
    }
}

@media (min-width: 2251px) and (max-width: 2419px) {
    .bottom-area .notice .notice-meta {
        display: none;
    }
}

@media (min-width: 2420px) {
    .bottom-area .notice .notice-meta {
        display: flex;
    }
}

@media (max-width: 1777px) {
    .bottom-area .notice .notice-summary {
        -webkit-line-clamp: 2;
    }
}

@media (min-width: 2600px) {
    .bottom-area .notice .notice-summary {
        -webkit-line-clamp: 4;
    }
}

@media (min-width: 3000px) {
    .bottom-area .notice .notice-summary {
        -webkit-line-clamp: 5;
    }
}

@media (prefers-reduced-motion: reduce) {
    .home-promo-scene,
    .home-promo-scene * { animation:none !important }
    .home-promo-scene { opacity:0 }
    .home-promo-logo-scene { opacity:1 }
    .home-promo-logo-scene img { opacity:1;transform:none;filter:none }
    .home-promo-progress { display:none }
}
