/* ============================================================
   Life V2 - Landing Page Styles
   ============================================================ */

/* ============================================================
   HERO Section
   ============================================================ */
.lv2-hero {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-end;
    min-height: 700px;
    padding: 280px 16px 60px;
    overflow: hidden;
}

.lv2-hero__bg {
    position: absolute;
    inset: 0;
    z-index: 0;
}

.lv2-hero__bg-video {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.lv2-hero__bg-overlay {
    position: absolute;
    inset: 0;
    background:
    radial-gradient(circle at 20% 0, rgba(15, 23, 42, 0.45), transparent 55%), linear-gradient(to bottom, rgb(15 23 42 / 35%), rgb(15 23 42 / 46%));
    mix-blend-mode: multiply;
}

.lv2-hero__visual {
    position: absolute;
    inset: 0;
    pointer-events: none;
    display: flex;
    align-items: flex-end;
    justify-content: center;
    padding-bottom: 140px;
    z-index: 1;
}

.lv2-hero__visual-card {
    --lv2-hero-card-offset-x: 0px;
    --lv2-hero-card-offset-y: 0px;
    --lv2-hero-card-scale: 1;
    position: relative;
    width: 220px;
    max-width: 32vw;
    border-radius: 20px;
    overflow: hidden;
    box-shadow: 0 22px 50px rgba(15, 23, 42, 0.55);
    opacity: 0;
    transform: translate3d(var(--lv2-hero-card-offset-x), calc(var(--lv2-hero-card-offset-y) + 40px), 0) scale(var(--lv2-hero-card-scale));
    transform-origin: center;
}

.lv2-hero__visual-card img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.lv2-hero__visual-card--gadi {
    --lv2-hero-card-offset-x: -160px;
    --lv2-hero-card-offset-y: 40px;
    --lv2-hero-card-scale: 0.94;
}

.lv2-hero__visual-card--yeoui {
    --lv2-hero-card-offset-x: 0px;
    --lv2-hero-card-offset-y: 0px;
    --lv2-hero-card-scale: 1;
    z-index: 2;
}

.lv2-hero__visual-card--kondae {
    --lv2-hero-card-offset-x: 160px;
    --lv2-hero-card-offset-y: 20px;
    --lv2-hero-card-scale: 0.9;
}

.lv2-hero__content {
    position: relative;
    z-index: 2;
    width: 100%;
    max-width: 1200px;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 100px;
}

.lv2-hero__logo {
    width: 240px;
    height: auto;
    opacity: 0;
    transform: translateY(20px);
}

.lv2-hero__text-group {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 24px;
}

.lv2-hero__tagline {
    font-size: 18px;
    font-weight: 700;
    color: var(--lv2-brand-2);
    text-align: center;
    line-height: 1.5;
    opacity: 0;
    transform: translateY(20px);
}

.lv2-hero__btns {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    justify-content: center;
    width: 100%;
    opacity: 0;
    transform: translateY(24px);
}

/* 모바일에서 히어로 버튼 두 개를 한 줄에 정렬 + 텍스트 기준 여백 */
@media (max-width: 480px) {
    .lv2-hero__btns {
        flex-wrap: nowrap;
        justify-content: center;
    }

    .lv2-hero__btns .lv2-btn-accent,
    .lv2-hero__btns .lv2-btn-secondary {
        flex: 0 0 auto;
        width: auto;
        max-width: none;
        height: 52px;
        padding-left: 14px;
        padding-right: 14px;
    }
}

.lv2-hero.is-animated .lv2-hero__logo {
    animation: lv2-hero-fade-up 0.8s cubic-bezier(0.22, 0.61, 0.36, 1) 0.1s forwards;
}

.lv2-hero.is-animated .lv2-hero__tagline {
    animation: lv2-hero-fade-up 0.8s cubic-bezier(0.22, 0.61, 0.36, 1) 0.25s forwards;
}

.lv2-hero.is-animated .lv2-hero__btns {
    animation: lv2-hero-btns-in 0.8s cubic-bezier(0.22, 0.61, 0.36, 1) 0.4s forwards;
}

.lv2-hero.is-animated .lv2-hero__visual-card {
    animation: lv2-hero-card-in 0.9s cubic-bezier(0.22, 0.61, 0.36, 1) forwards;
}

.lv2-hero.is-animated .lv2-hero__visual-card--gadi {
    animation-delay: 0.15s;
}

.lv2-hero.is-animated .lv2-hero__visual-card--yeoui {
    animation-delay: 0.3s;
}

.lv2-hero.is-animated .lv2-hero__visual-card--kondae {
    animation-delay: 0.45s;
}

/* ============================================================
   LIFE & STAY Section
   ============================================================ */
.lv2-lifestay {
    background: var(--lv2-white);
    padding: 40px 16px;
    display: flex;
    justify-content: center;
}

.lv2-lifestay__inner {
    width: 100%;
    max-width: var(--lv2-max-w-sm);
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 40px;
    padding: 0 16px;
}

.lv2-lifestay__header {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 16px;
    width: 100%;
}

.lv2-lifestay__heading {
    font-size: 32px;
    color: var(--Primary-Color, #0A0A0A) !important;
}

.lv2-lifestay__cards {
    display: flex;
    flex-wrap: wrap;
    gap: 24px;
    width: 100%;
}

.lv2-lifestay-card {
    flex: 1 0 320px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 28px;
    padding: 24px;
    border-radius: var(--lv2-radius-md);
    min-height: 280px;
}

.lv2-lifestay-card--life {
    background: var(--lv2-brand-1);
    color: var(--lv2-brand-2);
}

.lv2-lifestay-card--stay {
    background: var(--lv2-brand-2);
    color: var(--lv2-brand-1);
}

.lv2-lifestay-card__header {
    display: flex;
    flex-direction: column;
    gap: 10px;
    width: 100%;
}

.lv2-lifestay-card__title-row {
    display: flex;
    align-items: center;
    gap: 8px;
}

.lv2-lifestay-card__title {
    font-family: var(--lv2-font-en);
    font-size: 48px;
    font-weight: 700;
    line-height: 1;
}

.lv2-lifestay-card__badge {
    display: inline-flex;
    align-items: center;
    padding: 2px 8px;
    border-radius: var(--lv2-radius-full);
    font-size: 14px;
    font-weight: 700;
}

.lv2-lifestay-card--life .lv2-lifestay-card__badge {
    background: var(--lv2-brand-2);
    color: var(--lv2-brand-1);
}

.lv2-lifestay-card--stay .lv2-lifestay-card__badge {
    background: var(--lv2-brand-1);
    color: var(--lv2-brand-2);
}

.lv2-lifestay-card__desc {
    font-size: 14px;
    font-weight: 400;
    line-height: 1.5;
}

.lv2-lifestay-card__body {
    display: flex;
    flex-direction: column;
    gap: 16px;
    width: 100%;
}

.lv2-lifestay-card__keywords {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 4px;
}

.lv2-lifestay-card__keyword {
    display: flex;
    align-items: center;
    gap: 4px;
}

.lv2-lifestay-card__keyword-icon {
    width: 14px;
    height: 14px;
}

.lv2-lifestay-card__keyword-text {
    font-size: 14px;
    font-weight: 700;
}

.lv2-lifestay-card__cta {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 47px;
    width: 100%;
    border-radius: var(--lv2-radius-sm);
    font-size: 16px;
    font-weight: 700;
    transition: opacity 0.2s;
    cursor: pointer;
}

.lv2-lifestay-card--life .lv2-lifestay-card__cta {
    border: 1px solid var(--lv2-brand-2);
    color: var(--lv2-brand-2);
}

.lv2-lifestay-card--stay .lv2-lifestay-card__cta {
    border: 1px solid var(--lv2-brand-1);
    color: var(--lv2-brand-1);
}

/* LIFE 카드 CTA 호버: 브랜드2 배경 + 다크 텍스트 */
.lv2-lifestay-card--life .lv2-lifestay-card__cta:hover {
    background: var(--lv2-brand-2);
    border-color: var(--lv2-brand-2);
    color: var(--lv2-primary);
}

/* STAY 카드 CTA 호버: 브랜드1 배경 + 흰 텍스트 */
.lv2-lifestay-card--stay .lv2-lifestay-card__cta:hover {
    background: var(--lv2-brand-1);
    border-color: var(--lv2-brand-1);
    color: var(--lv2-white);
}

/* ============================================================
   LOCATION Section
   ============================================================ */
.lv2-location {
    background: var(--lv2-white);
    padding: 40px 24px;
    display: flex;
    justify-content: center;
}

.lv2-location__inner {
    width: 100%;
    max-width: var(--lv2-max-w);
    display: flex;
    flex-direction: column;
    gap: 40px;
}

.lv2-location__header {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 16px;
    width: 100%;
}

.lv2-location__heading {
    font-size: 28px;
    color: var(--Primary-Color, #0A0A0A) !important;
}

.lv2-location__cards {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.lv2-location__row {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
}

.lv2-location-card {
    flex: 1 0 320px;
    background: var(--lv2-white);
    border: 1px solid var(--lv2-stroke);
    border-radius: var(--lv2-radius-md);
    overflow: hidden;
    padding: 24px 20px;
    display: flex;
    flex-wrap: wrap;
    gap: 16px;
    transition: box-shadow 0.3s;
    cursor: pointer;
}

.lv2-location-card:hover {
    box-shadow: 0 6px 24px rgba(0, 0, 0, 0.08);
}

.lv2-location-card__img {
    flex: 1 0 240px;
    height: 240px;
    border-radius: var(--lv2-radius-sm);
    overflow: hidden;
    background: var(--lv2-bg-gray);
}

.lv2-location-card__img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.lv2-location-card__content {
    flex: 1 0 280px;
    padding: 0 24px 0;
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.lv2-location-card__top {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.lv2-location-card__name-group {
    display: flex;
    flex-direction: column;
    gap: 6px;
}

.lv2-location-card__name-en {
    font-family: var(--lv2-font-en);
    font-size: 16px;
    font-weight: 700;
    color: var(--lv2-brand-1-dark);
}

.lv2-location-card__name-kr {
    font-size: 28px;
    font-weight: 700;
    color: var(--lv2-primary);
    line-height: 1.2;
}

.lv2-location-card__arrow {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 32px;
    height: 32px;
    border-radius: 50%;
    background: var(--lv2-brand-1-dark);
    flex-shrink: 0;
}

.lv2-location-card__arrow img {
    width: 15px;
    height: 15px;
    filter: brightness(0) invert(1);
}

.lv2-location-card__desc {
    font-size: 13px;
    font-weight: 400;
    color: var(--lv2-primary);
    opacity: 0.82;
    line-height: 1.5;
}

/* ============================================================
   ABOUT Section
   ============================================================ */
.lv2-about {
    position: relative;
    padding: 80px 16px;
    display: flex;
    justify-content: center;
    overflow: hidden;
}

.lv2-about__bg {
    position: absolute;
    inset: 0;
    z-index: 0;
}

.lv2-about__bg img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.lv2-about__inner {
    position: relative;
    z-index: 1;
    width: 100%;
    max-width: var(--lv2-max-w);
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 32px;
}

.lv2-about__header {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 16px;
    width: 100%;
}

.lv2-about__heading {
    font-size: 28px;
    line-height: 1.5;
    text-align: center;
    color: var(--lv2-white) !important;
}

.lv2-about__card {
    width: 100%;
    max-width: var(--lv2-max-w);
    background: rgba(25, 25, 25, 0.1);
    backdrop-filter: blur(6px);
    -webkit-backdrop-filter: blur(6px);
    border-radius: var(--lv2-radius-lg);
    padding: 24px;
    display: flex;
    flex-direction: column;
    gap: 32px;
}

.lv2-about__desc-row {
    display: flex;
    flex-wrap: wrap;
    gap: 24px 32px;
    align-items: center;
    padding: 24px 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.25);
}

.lv2-about__desc-text {
    flex: 1 0 280px;
    font-size: 18px;
    font-weight: 500;
    color: var(--lv2-white);
    line-height: 1.5;
}

.lv2-about__desc-logo {
    width: 154px;
    height: 106px;
    flex-shrink: 0;
}

.lv2-about__desc-logo img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

@media (max-width: 768px) {
    .lv2-about__desc-logo {
        display: none;
    }
}

.lv2-about__features {
    display: flex;
    flex-wrap: wrap;
    gap: 25px 60px;
    justify-content: center;
}

.lv2-about__feature {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 12px;
    padding: 4px 0;
}

.lv2-about__feature-icon {
    width: 73px;
    height: 73px;
    border-radius: 50%;
    background: var(--lv2-brand-2);
    display: flex;
    align-items: center;
    justify-content: center;
}

.lv2-about__feature-icon img {
    width: 40px;
    height: 40px;
}

.lv2-about__feature-label {
    font-size: 18px;
    font-weight: 700;
    color: var(--lv2-white);
    white-space: nowrap;
    display: block;
    text-align: center;
}

/* 모바일 이외 영역(태블릿/PC)에서는 줄바꿈(<br>) 숨김 → 한 줄로 표시 */
@media (min-width: 768px) {
    .lv2-about__feature-label br {
        display: none;
    }
}

/* ============================================================
   PROCESS Section
   ============================================================ */
.lv2-process {
    background: var(--lv2-white);
    padding: 80px 24px;
    display: flex;
    justify-content: center;
}

.lv2-process__inner {
    width: 100%;
    max-width: var(--lv2-max-w-lg);
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 40px;
}

.lv2-process__header {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 16px;
    width: 100%;
}

.lv2-process__heading {
    font-size: 28px;
    color: var(--lv2-primary) !important;
}

.lv2-process__steps {
    width: 100%;
    padding: 40px;
    display: flex;
    gap: 20px;
    align-items: stretch;
    min-height: 380px;
}

.lv2-process__step {
    display: flex;
    gap: 0;
    overflow: hidden;
    padding: 24px;
    position: relative;
    cursor: pointer;
    flex-direction: column;
    min-height: 0;
    transition: flex 0.5s cubic-bezier(0.4, 0, 0.2, 1);
}

.lv2-process__step--active {
    flex: 2 1 0%;
}

.lv2-process__step--inactive {
    flex: 1 1 0%;
}

.lv2-process__step-bar {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 2px;
    height: 100%;
    background: rgba(0, 0, 0, 0.1);
    flex-shrink: 0;
}

.lv2-process__step-gauge {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 0%;
    background-color: #f85700;
    transition: none;
}

.lv2-process__step--active .lv2-process__step-gauge {
    transition: height linear;
}

.lv2-process__step-content {
    display: flex;
    flex-direction: column;
    gap: 16px;
    flex: 1;
    min-height: 0;
}

.lv2-process__step-text {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 8px;
}

.lv2-process__step-num {
    font-family: var(--lv2-font-en);
    font-size: 32px;
    font-weight: 800;
    color: var(--lv2-brand-1-dark);
    letter-spacing: -1.28px;
    line-height: 1;
    transition: opacity 0.4s ease;
}

.lv2-process__step--inactive .lv2-process__step-num {
    opacity: 0.5;
}

.lv2-process__step--active .lv2-process__step-num {
    opacity: 1;
}

.lv2-process__step-title {
    font-size: 24px;
    font-weight: 700;
    color: var(--lv2-primary);
    letter-spacing: -0.24px;
    line-height: 1.2;
    transition: opacity 0.4s ease;
}

.lv2-process__step--inactive .lv2-process__step-title {
    opacity: 0.7;
}

.lv2-process__step--active .lv2-process__step-title {
    opacity: 1;
}

.lv2-process__step-expand {
    display: flex;
    flex-direction: column;
    flex: 1;
    justify-content: space-between;
    gap: 16px;
    min-height: 0;
    opacity: 0;
    overflow: hidden;
    max-height: 0;
    transition: opacity 0.4s ease 0.1s, max-height 0.5s cubic-bezier(0.4, 0, 0.2, 1);
}

.lv2-process__step--active .lv2-process__step-expand {
    opacity: 1;
    max-height: 600px;
}

.lv2-process__step--inactive .lv2-process__step-expand {
    opacity: 0;
    max-height: 0;
    transition: opacity 0.2s ease, max-height 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}

.lv2-process__step-desc {
    font-size: 15px;
    font-weight: 500;
    color: #000;
    opacity: 0.8;
    line-height: 1.3;
    letter-spacing: -0.15px;
}

.lv2-process__step-img {
    flex: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 0;
    overflow: hidden;
}

.lv2-process__step-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 16px;
    display: block;
}

/* ============================================================
   SNS Section
   ============================================================ */
.lv2-sns {
    background: var(--lv2-white);
    padding: 40px 16px;
    display: flex;
    justify-content: center;
}

.lv2-sns__inner {
    width: 100%;
    max-width: var(--lv2-max-w);
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 40px;
}

.lv2-sns__header {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 16px;
    width: 100%;
}

.lv2-sns__heading {
    font-size: 28px;
    color: var(--Primary-Color, #0A0A0A) !important;
}

.lv2-sns__carousel {
    position: relative;
    width: 100%;
}

.lv2-sns__cards {
    display: flex;
    flex-wrap: wrap;
    gap: 24px;
    justify-content: center;
    width: 100%;
    overflow: hidden;
}

.lv2-sns__nav {
    display: none;
}

.lv2-sns__nav-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: rgba(0, 0, 0, 0.45);
    border: none;
    padding: 0;
    margin: 0;
    cursor: pointer;
    box-shadow: 0 0 0 1px rgba(255, 255, 255, 0.25);
    transition: background 0.25s ease, box-shadow 0.25s ease, opacity 0.25s ease;
    pointer-events: auto;
}

.lv2-sns__nav-btn:hover {
    background: rgba(0, 0, 0, 0.85);
    box-shadow: 0 0 0 1px rgba(255, 255, 255, 0.45);
}

.lv2-sns__nav-btn.is-hidden {
    opacity: 0;
    pointer-events: none;
    cursor: default;
}

.lv2-sns__nav-btn svg {
    display: block;
}

.lv2-sns-card {
    width: 352px;
    max-width: 100%;
    border: 1px solid var(--lv2-stroke);
    border-radius: var(--lv2-radius-xl);
    overflow: hidden;
    background: var(--lv2-white);
}

.lv2-sns-card__header {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 10px;
    height: 54px;
}

.lv2-sns-card__avatar {
    width: 30px;
    height: 30px;
    border-radius: 50%;
    overflow: hidden;
    flex-shrink: 0;
}

.lv2-sns-card__avatar img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.lv2-sns-card__user {
    flex: 1;
    min-width: 0;
}

.lv2-sns-card__username {
    font-family: 'Roboto', sans-serif;
    font-size: 14px;
    font-weight: 700;
    color: #000;
}

.lv2-sns-card__followers {
    font-family: 'Roboto', sans-serif;
    font-size: 12px;
    color: #737373;
}

.lv2-sns-card__follow-btn {
    background: #0095F6;
    color: var(--lv2-white);
    font-family: 'Roboto', sans-serif;
    font-size: 14px;
    font-weight: 600;
    padding: 7px 16px;
    border-radius: 3px;
    white-space: nowrap;
}

.lv2-sns-card__image {
    width: 100%;
    aspect-ratio: 1/1;
    overflow: hidden;
    position: relative;
}

.lv2-sns-card__image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.lv2-sns-card__footer {
    padding: 10px;
}

.lv2-sns-card__view-more {
    font-family: 'Roboto', sans-serif;
    font-size: 14px;
    font-weight: 700;
    color: #0095F6;
    padding: 8px 0;
    display: block;
}

/* ============================================================
   CTA Section
   ============================================================ */
.lv2-cta {
    position: relative;
    padding: 100px 40px;
    display: flex;
    justify-content: center;
    overflow: hidden;
}

.lv2-cta__bg {
    position: absolute;
    inset: 0;
    z-index: 0;
}

.lv2-cta__bg img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.lv2-cta__inner {
    position: relative;
    z-index: 1;
    width: 100%;
    max-width: var(--lv2-max-w);
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 60px;
}

.lv2-cta__header {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 16px;
    width: 100%;
}

.lv2-cta__heading {
    font-size: 28px;
    line-height: 1.5;
    text-align: center;
    color: var(--Primary-Color, #0A0A0A);
}

.lv2-section-heading.lv2-cta__heading {
    color: var(--Primary-Color, #0A0A0A) !important;
}

.lv2-cta__btns {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    justify-content: center;
    width: 100%;
}

/* ============================================================
   RESPONSIVE - Tablet (768px+)
   ============================================================ */
@media (min-width: 768px) {
    .lv2-hero {
        min-height: 800px;
        padding: 320px 40px 80px;
    }

    .lv2-hero__logo {
        width: 616px;
    }

    .lv2-hero__tagline {
        font-size: 32px;
    }

    .lv2-lifestay {
        padding: 60px 40px;
    }

    .lv2-lifestay__heading {
        font-size: 42px;
    }

    .lv2-location {
        padding: 60px 40px;
    }

    .lv2-location__heading {
        font-size: 36px;
    }

    .lv2-about__heading {
        font-size: 36px;
    }

    .lv2-about__desc-text {
        font-size: 20px;
    }

    .lv2-about__feature-label {
        font-size: 20px;
    }

    .lv2-process__heading {
        font-size: 36px;
    }

    .lv2-sns__heading {
        font-size: 36px;
    }

    .lv2-cta__heading {
        font-size: 36px;
    }
}

/* ============================================================
   RESPONSIVE - Desktop (1024px+)
   ============================================================ */
@media (min-width: 1024px) {
    .lv2-hero {
        min-height: 725px;
        padding: 276px 60px 100px;
    }

    .lv2-hero__tagline {
        font-size: 36px;
    }

    .lv2-lifestay {
        padding: 80px 40px;
    }

    .lv2-lifestay__heading {
        font-size: 48px;
    }

    .lv2-lifestay__cards {
        flex-wrap: nowrap;
    }

    .lv2-location {
        padding: 80px 40px;
    }

    .lv2-location__heading {
        font-size: 48px;
    }

    .lv2-location-card {
        flex: 1 0 calc(50% - 10px);
    }

    .lv2-about {
        padding: 100px 40px;
    }

    .lv2-about__heading {
        font-size: 48px;
    }

    .lv2-about__features {
        gap: 40px 80px;
    }

    .lv2-process {
        padding: 100px 40px;
    }

    .lv2-process__heading {
        font-size: 48px;
    }

    .lv2-sns {
        padding: 60px 40px;
    }

    .lv2-sns__heading {
        font-size: 48px;
    }

    .lv2-sns__cards {
        flex-wrap: nowrap;
        overflow-x: auto;
        padding-bottom: 10px;
    }

    .lv2-cta {
        padding: 120px 60px;
    }

    .lv2-cta__heading {
        font-size: 48px;
    }
}

/* ============================================================
   PROCESS - Mobile (< 768px): vertical layout
   ============================================================ */
@media (max-width: 767px) {
    .lv2-process__steps {
        flex-direction: column;
        padding: 20px;
        gap: 16px;
        min-height: auto;
    }

    .lv2-process__step {
        padding: 20px;
    }

    .lv2-process__step--active {
        flex: none;
    }

    .lv2-process__step--inactive {
        flex: none;
    }

    .lv2-process__step-img {
        max-height: 200px;
    }
}

/* ============================================================
   SNS - Mobile (< 768px): swipe carousel with nav buttons
   ============================================================ */
@media (max-width: 767px) {
    .lv2-sns__cards {
        flex-wrap: nowrap;
        overflow-x: auto;
        overflow-y: hidden;
        scroll-snap-type: x mandatory;
        -webkit-overflow-scrolling: touch;
        scroll-behavior: smooth;
        gap: 16px;
        padding: 0 4px;
        justify-content: flex-start;
    }

    .lv2-sns__cards::-webkit-scrollbar {
        display: none;
    }

    .lv2-sns__cards {
        scrollbar-width: none;
    }

    .lv2-sns-card {
        flex-shrink: 0;
        width: 70vw;
        max-width: 352px;
        scroll-snap-align: center;
        scroll-snap-stop: always;
    }

    .lv2-sns__nav {
        display: flex;
        justify-content: space-between;
        align-items: center;
        position: absolute;
        inset: 0;
        pointer-events: none;
        padding: 0 8px;
        z-index: 2;
    }
}

/* ============================================================
   ANIMATIONS
   ============================================================ */
.lv2-fade-in {
    opacity: 0;
    transform: translateY(30px);
    transition: opacity 0.6s ease-out, transform 0.6s ease-out;
}

.lv2-fade-in.is-visible {
    opacity: 1;
    transform: translateY(0);
}

.lv2-fade-in-delay-1 { transition-delay: 0.1s; }
.lv2-fade-in-delay-2 { transition-delay: 0.2s; }
.lv2-fade-in-delay-3 { transition-delay: 0.3s; }

@keyframes lv2-hero-fade-up {
    0% {
        opacity: 0;
        transform: translateY(24px);
    }
    100% {
        opacity: 1;
        transform: translateY(0);
    }
}

@keyframes lv2-hero-btns-in {
    0% {
        opacity: 0;
        transform: translateY(30px) scale(0.98);
    }
    100% {
        opacity: 1;
        transform: translateY(0) scale(1);
    }
}

@keyframes lv2-hero-card-in {
    0% {
        opacity: 0;
        transform: translate3d(var(--lv2-hero-card-offset-x), calc(var(--lv2-hero-card-offset-y) + 40px), 0) scale(calc(var(--lv2-hero-card-scale) + 0.02));
    }
    100% {
        opacity: 1;
        transform: translate3d(var(--lv2-hero-card-offset-x), var(--lv2-hero-card-offset-y), 0) scale(var(--lv2-hero-card-scale));
    }
}
