/*------------------------------------------------------
夷???쎌돳??Ver 1.0
夷?Type : main.css
夷?Author : Albatrosss Pictures Kim Hyun Gyu
夷?Data : 2026-02-03
夷?Copyright @ 2026 ??쎌돳??all rights reserved
---------------------------------------------------------
夷?SUMMARY:
0) Responsive Area
1) Hero Section
2) Service Group
  2-1) Package Section
  2-2) Process Section
3) About Section
---------------------------------------------------------*/

@charset "utf-8";

#smooth-content {
    background-color: var(--yhd-black);
}

/* #################################### 01.Hero Section #################################### */

.yhd-hero {
    position: relative;
    width: 100%;
    min-height: 100vh;
    min-height: 100svh;
    overflow: hidden;
}

.yhd-hero-bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    bottom: 0;
}

.yhd-hero::after {
    content: '';
    position: absolute;
    left: 0;
    top: 50%;
    bottom: 0;
    width: 100%;
    background: linear-gradient(to top, var(--yhd-black) 0%, var(--yhd-black-80) 20%, var(--yhd-black-40) 50%, transparent 100%);
    z-index: 1;
}

.yhd-hero-bg video {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    filter: brightness(0.4);
    transition: opacity 2s ease;
}

.yhd-hero-bg video.is-fading {
    opacity: 0;
}


/* Hero Contents */
.yhd-hero-inner {
    position: relative;
    width: var(--yhd-content-width);
    max-width: var(--yhd-content-max);
    margin: 0 auto;
    min-height: 100vh;
    min-height: 100svh;
    padding: clamp(5rem, 6vw, 6.5rem) 0 clamp(5rem, 6vw, 7rem);
    display: grid;
    grid-template-columns: 28% 1fr 1fr;
    grid-template-rows: auto auto;
    align-content: center;
    column-gap: clamp(2rem, 4vw, 5rem);
    row-gap: clamp(3rem, 5vw, 6rem);
    z-index: 2;
    box-sizing: border-box;
}

/* ?ル슣瑜??怨룸뼊: ??용뮞??*/
.yhd-hero-text {
    grid-column: 1;
    grid-row: 1;
    align-self: stretch;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
}

/* 餓λ쵐釉???롫뼊: ?醫뤿뮔???怨멸맒 */
.yhd-hero-video {
    grid-column: 2;
    grid-row: 2;
    align-self: stretch;
    border-radius: clamp(0.75rem, 1.2vw, 1.25rem);
    overflow: hidden;
    background: var(--yhd-white-08);
    backdrop-filter: blur(15px);
    -webkit-backdrop-filter: blur(15px);
    padding: clamp(0.75rem, 1.2vw, 1.25rem);
    box-sizing: border-box;
}

.yhd-hero-video iframe {
    width: 100%;
    height: 100%;
    display: block;
    border-radius: clamp(0.5rem, 0.8vw, 0.75rem);
}

/* ?ル슣瑜???롫뼊: ??쇰뻻揶??④쑴鍮??袁れ넺 */
.yhd-hero-contract {
    grid-column: 1;
    grid-row: 2;
    align-self: stretch;
}

/* ?怨룸뼊 ?怨쀫?: 揶쎼끇??뵳?(?뚢뫂?껅에?+ ???筌왖) */
.yhd-hero-gallery {
    grid-column: 2 / 4;
    grid-row: 1;
    align-self: stretch;
    display: flex;
    align-items: stretch;
    gap: clamp(1.5rem, 2.5vw, 3rem);
}

/* ?怨쀫? ??롫뼊: ?怨룸뼖 + ?怨뺤뵭筌?*/
.yhd-hero-contact-wrap {
    grid-column: 3;
    grid-row: 2;
    align-self: stretch;
}

/* ???? ??긱걹 ?怨룸뼊: 獄쏄퀣? + ????? + ??살구 ???? */

/* 獄쏄퀣? */
.yhd-hero-badge {
    display: inline-flex;
    align-items: center;
    gap: clamp(0.75rem, 1vw, 1rem);
    background: var(--yhd-white-10);
    backdrop-filter: blur(6px);
    -webkit-backdrop-filter: blur(6px);
    border-radius: 100px;
    padding: clamp(0.5rem, 0.8vw, 0.75rem) clamp(0.875rem, 1.2vw, 1.25rem);
    margin-bottom: clamp(1rem, 2vw, 1.5rem);
    width: fit-content;
}

.yhd-hero-badge-dot-wrap {
    position: relative;
    width: clamp(1.25rem, 1.5vw, 1.5rem);
    height: clamp(1.25rem, 1.5vw, 1.5rem);
    flex-shrink: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}

.yhd-hero-badge-dot {
    position: absolute;
    width: clamp(0.5rem, 0.6vw, 0.625rem);
    height: clamp(0.5rem, 0.6vw, 0.625rem);
    border-radius: 50%;
    background: var(--yhd-point);
    box-shadow: 0 0 0 0 rgba(251, 193, 0, 0);
}

.yhd-hero-badge-ripple {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: clamp(0.5rem, 0.6vw, 0.625rem);
    height: clamp(0.5rem, 0.6vw, 0.625rem);
    border-radius: 50%;
    border: 1.5px solid var(--yhd-point-60);
    opacity: 0;
}

.yhd-hero-badge-text {
    font-size: clamp(0.875rem, 1vw, 1rem);
    font-weight: 500;
    color: var(--yhd-white-90);
    letter-spacing: 0.02em;
}

/* ????뺛걠 */
.yhd-hero-title {
    font-size: clamp(2rem, 4vw, 4.5rem);
    font-weight: 700;
    color: var(--yhd-white);
    line-height: 1.25;
    margin-bottom: clamp(1.25rem, 2.5vw, 2rem);
}

.yhd-hero-title span {
    color: var(--yhd-point);
}

/* ??살구 ??용뮞??*/
.yhd-hero-desc {
    display: flex;
    flex-direction: column;
    gap: 0.25rem;
}

.yhd-hero-desc p {
    font-size: clamp(0.875rem, 1.1vw, 1.125rem);
    font-weight: 300;
    color: var(--yhd-white);
    line-height: 1.5;
}


/* ???? ?怨룸뼖 ??됰튋 + ?怨뺤뵭筌????? */
.yhd-hero-contact-wrap {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    min-height: 0;
    box-sizing: border-box;
}

/* 甕곌쑵??+ 燁삳똻萸??쎈꽊 ?????獄쏄퀣??*/
.yhd-hero-contact-actions {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: clamp(0.625rem, 1vw, 1rem);
    margin-bottom: clamp(0.625rem, 1vw, 1rem);
}

/* ?怨룸뼖 ??됰튋 甕곌쑵??*/
.yhd-hero-contact-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.75rem;
    flex: 1;
    height: clamp(4rem, 6vw, 5.5rem);
    background: var(--yhd-white);
    color: var(--yhd-dark);
    font-size: clamp(0.875rem, 1.1vw, 1.125rem);
    font-weight: 700;
    padding: 0;
    border: 1px solid transparent;
    border-radius: clamp(0.75rem, 1vw, 1rem);
    text-decoration: none;
    white-space: nowrap;
    transition: background 0.4s ease, backdrop-filter 0.4s ease, -webkit-backdrop-filter 0.4s ease, border-color 0.4s ease, color 0.4s ease;
}

@media (hover: hover) {
    .yhd-hero-contact-btn:hover {
        background: var(--yhd-black-25);
        backdrop-filter: blur(20px) saturate(1.4);
        -webkit-backdrop-filter: blur(20px) saturate(1.4);
        border: 1px solid var(--yhd-white-12);
        color: var(--yhd-point);
    }
}

.yhd-hero-contact-btn span {
    font-size: clamp(1rem, 1.2vw, 1.25rem);
}

/* 燁삳똻萸??쎈꽊 */
.yhd-hero-contact-kakao {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: clamp(0.5rem, 0.8vw, 0.75rem);
    flex: 1;
    height: clamp(4rem, 6vw, 5.5rem);
    background: var(--yhd-sns-kakao);
    border: 1px solid transparent;
    border-radius: clamp(0.75rem, 1vw, 1rem);
    text-decoration: none;
    transition: background 0.4s ease, backdrop-filter 0.4s ease, -webkit-backdrop-filter 0.4s ease, border-color 0.4s ease;
}

@media (hover: hover) {
    .yhd-hero-contact-kakao:hover {
        background: var(--yhd-black-25);
        backdrop-filter: blur(20px) saturate(1.4);
        -webkit-backdrop-filter: blur(20px) saturate(1.4);
        border: 1px solid var(--yhd-white-12);
    }
}

.yhd-hero-contact-kakao img {
    width: clamp(2rem, 2.5vw, 2.5rem);
    height: auto;
}

.yhd-hero-contact-kakao-text {
    font-size: clamp(0.875rem, 1.1vw, 1.125rem);
    font-weight: 700;
    color: var(--yhd-sns-kakao-text);
    transition: color 0.4s ease;
}

@media (hover: hover) {
    .yhd-hero-contact-kakao:hover .yhd-hero-contact-kakao-text {
        color: var(--yhd-point);
    }
}

/* ??源??+ Customer Center ?????獄쏄퀣??*/
.yhd-hero-contact-bottom {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: clamp(0.625rem, 1vw, 1rem);
}

/* ??源??獄쏄퀡瑗?*/
.yhd-hero-contact-event {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    flex: 1;
    background: linear-gradient(135deg, var(--yhd-point-12) 0%, var(--yhd-point-04) 100%);
    backdrop-filter: blur(15px);
    -webkit-backdrop-filter: blur(15px);
    border: 1px solid var(--yhd-point-20);
    border-radius: clamp(0.75rem, 1vw, 1rem);
    padding: clamp(1.75rem, 3vw, 3rem);
}

.yhd-hero-contact-event-badge {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: fit-content;
    padding: 0.4375rem 1.25rem;
    background: var(--yhd-point);
    color: var(--yhd-dark);
    font-size: 0.875rem;
    font-weight: 700;
    letter-spacing: 0.1em;
    border-radius: 100px;
    margin-bottom: clamp(0.625rem, 1vw, 0.875rem);
}

.yhd-hero-contact-event-title {
    font-size: clamp(1rem, 1.3vw, 1.375rem);
    font-weight: 700;
    color: var(--yhd-white);
    line-height: 1.3;
    margin-bottom: 0.375rem;
}

.yhd-hero-contact-event-desc {
    font-size: clamp(0.875rem, 0.95vw, 1rem);
    font-weight: 400;
    color: var(--yhd-white-60);
    line-height: 1.5;
    margin-bottom: clamp(0.75rem, 1.2vw, 1rem);
}

.yhd-hero-contact-event-desc strong {
    color: var(--yhd-point);
    font-weight: 700;
}

.yhd-hero-contact-tel {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    flex: 1;
    background: var(--yhd-white-06);
    backdrop-filter: blur(6px);
    -webkit-backdrop-filter: blur(6px);
    border-radius: clamp(0.75rem, 1vw, 1rem);
    padding: clamp(1.25rem, 2vw, 2rem);
}

.yhd-hero-contact-label {
    font-size: clamp(0.875rem, 1vw, 1rem);
    font-weight: 600;
    color: var(--yhd-white-60);
    letter-spacing: 0.15em;
    margin-bottom: clamp(0.5rem, 0.8vw, 0.75rem);
}

/* ?怨룸뼖 ?怨밴묶 ??뽯뻻 */
.yhd-hero-contact-status {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    position: relative;
    margin-bottom: clamp(0.75rem, 1.2vw, 1rem);
}

.yhd-hero-contact-status-dot {
    position: relative;
    width: clamp(0.5rem, 0.6vw, 0.625rem);
    height: clamp(0.5rem, 0.6vw, 0.625rem);
    border-radius: 50%;
    background: var(--yhd-point);
    flex-shrink: 0;
}

.yhd-hero-contact-status-ripple {
    position: absolute;
    top: 50%;
    left: clamp(0.25rem, 0.3vw, 0.3125rem);
    transform: translate(-50%, -50%);
    width: clamp(0.5rem, 0.6vw, 0.625rem);
    height: clamp(0.5rem, 0.6vw, 0.625rem);
    border-radius: 50%;
    border: 1.5px solid var(--yhd-point-60);
    opacity: 0;
    pointer-events: none;
}

.yhd-hero-contact-status-text {
    font-size: clamp(0.875rem, 0.9vw, 1rem);
    font-weight: 600;
    color: var(--yhd-point);
    letter-spacing: 0.05em;
}

/* ?怨룸뼖?ル굝利??怨밴묶 */
.yhd-hero-contact-status.is-closed .yhd-hero-contact-status-dot {
    background: var(--yhd-status-closed);
}

.yhd-hero-contact-status.is-closed .yhd-hero-contact-status-ripple {
    border-color: var(--yhd-status-closed-60);
}

.yhd-hero-contact-status.is-closed .yhd-hero-contact-status-text {
    color: var(--yhd-status-closed);
}

.yhd-hero-contact-num,
.yhd-hero-contact-num:link,
.yhd-hero-contact-num:visited {
    display: block;
    font-size: clamp(1.25rem, 1.8vw, 1.75rem);
    font-weight: 700;
    color: var(--yhd-white);
    line-height: 1.3;
    text-decoration: none;
    transition: color 0.3s ease;
}

.yhd-hero-contact-num:active {
    color: var(--yhd-point);
}

@media (hover: hover) {
    .yhd-hero-contact-num:hover {
        color: var(--yhd-point);
    }
}

.yhd-hero-contact-hours {
    margin-top: clamp(0.75rem, 1.2vw, 1rem);
    display: flex;
    flex-direction: column;
    gap: 0.125rem;
}

.yhd-hero-contact-hours-item {
    font-size: clamp(0.875rem, 0.95vw, 1rem);
    font-weight: 400;
    color: var(--yhd-white-40);
    line-height: 1.5;
}


/* ???? ??쇰뻻揶??④쑴鍮??袁れ넺 ???? */
.yhd-hero-contract {
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    contain: size;
}

.yhd-hero-contract-head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: clamp(0.75rem, 1.2vw, 1rem);
}

.yhd-hero-contract-title {
    display: flex;
    align-items: center;
    gap: clamp(0.5rem, 0.8vw, 0.75rem);
    font-size: clamp(0.875rem, 1vw, 1rem);
    font-weight: 600;
    color: var(--yhd-white);
}

.yhd-hero-contract-dot-wrap {
    position: relative;
    width: clamp(1.25rem, 1.5vw, 1.5rem);
    height: clamp(1.25rem, 1.5vw, 1.5rem);
    flex-shrink: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}

.yhd-hero-contract-dot {
    position: absolute;
    width: clamp(0.5rem, 0.6vw, 0.625rem);
    height: clamp(0.5rem, 0.6vw, 0.625rem);
    border-radius: 50%;
    background: var(--yhd-point);
    box-shadow: 0 0 0 0 rgba(251, 193, 0, 0);
}

.yhd-hero-contract-ripple {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: clamp(0.5rem, 0.6vw, 0.625rem);
    height: clamp(0.5rem, 0.6vw, 0.625rem);
    border-radius: 50%;
    border: 1.5px solid var(--yhd-point-60);
    opacity: 0;
}

.yhd-hero-contract-update {
    font-size: clamp(0.875rem, 0.95vw, 1rem);
    font-weight: 400;
    color: var(--yhd-white-40);
    letter-spacing: 0.02em;
}

.yhd-hero-contract-list {
    position: relative;
    overflow: hidden;
    flex: 1;
    -webkit-mask-image: linear-gradient(to bottom, transparent 0%, var(--yhd-black) 15%, var(--yhd-black) 85%, transparent 100%);
    mask-image: linear-gradient(to bottom, transparent 0%, var(--yhd-black) 15%, var(--yhd-black) 85%, transparent 100%);
}

.yhd-hero-contract-track {
    display: flex;
    flex-direction: column;
}

.yhd-hero-contract-item {
    display: flex;
    align-items: center;
    padding: clamp(0.5rem, 0.8vw, 0.75rem) 0;
    border-top: 1px solid var(--yhd-white-10);
}

.yhd-hero-contract-item:last-child {
    border-bottom: 1px solid var(--yhd-white-10);
}

.yhd-hero-contract-name {
    font-size: clamp(0.875rem, 1vw, 1rem);
    font-weight: 600;
    color: var(--yhd-white);
    min-width: clamp(4rem, 6vw, 5.5rem);
}

.yhd-hero-contract-divider {
    width: 1px;
    height: 0.875rem;
    background: var(--yhd-white-20);
    margin: 0 clamp(0.75rem, 1vw, 1rem);
}

.yhd-hero-contract-location {
    font-size: clamp(0.875rem, 0.95vw, 1rem);
    font-weight: 400;
    color: var(--yhd-white-50);
    white-space: nowrap;
    margin-left: clamp(0.5rem, 0.8vw, 0.75rem);
}

.yhd-hero-contract-grade {
    font-size: clamp(0.875rem, 1vw, 1rem);
    font-weight: 700;
    color: var(--yhd-point);
    margin-left: clamp(0.375rem, 0.5vw, 0.5rem);
    margin-right: auto;
}

.yhd-hero-contract-time {
    display: flex;
    align-items: center;
    gap: 0.375rem;
    font-size: clamp(0.875rem, 0.95vw, 1rem);
    font-weight: 400;
    color: var(--yhd-white-50);
    white-space: nowrap;
}

.yhd-hero-contract-time img {
    width: clamp(0.875rem, 1vw, 1rem);
    height: auto;
    opacity: 0.5;
}

.yhd-hero-contract-loading {
    font-size: 0.875rem;
    font-weight: 400;
    color: var(--yhd-white-40);
    text-align: center;
    padding: 2rem 0;
}


/* ???? 揶쎼끇??뵳??????諭????? */

/* 揶쎼끇??뵳??뚢뫂?껅에?살쑎 (餓λ쵐釉??怨룸뼊) */
.yhd-hero-gallery-ctrl {
    flex: 2;
    min-width: 0;
    align-self: stretch;
    display: flex;
    flex-direction: column;
    padding-left: clamp(2rem, 5vw, 10rem);
    box-sizing: border-box;
}

.yhd-hero-gallery-content {
    display: flex;
    flex-direction: column;
    gap: clamp(0.75rem, 1.2vw, 1.25rem);
}

.yhd-hero-gallery-category {
    display: flex;
    flex-wrap: nowrap;
    gap: clamp(0.5rem, 0.8vw, 0.75rem);
    margin-bottom: 0;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none;
    -ms-overflow-style: none;
}

.yhd-hero-gallery-category::-webkit-scrollbar {
    display: none;
}

.yhd-hero-gallery-category-item {
    display: inline-flex;
    align-items: center;
    flex-shrink: 0;
    white-space: nowrap;
    padding: clamp(0.375rem, 0.5vw, 0.5rem) clamp(0.875rem, 1.2vw, 1.25rem);
    background: var(--yhd-white-08);
    backdrop-filter: blur(6px);
    -webkit-backdrop-filter: blur(6px);
    border: 1px solid var(--yhd-white-12);
    border-radius: 100px;
    font-size: clamp(0.875rem, 1vw, 1rem);
    font-weight: 500;
    color: var(--yhd-white-50);
    text-decoration: none;
    transition: background 0.3s ease, border-color 0.3s ease, color 0.3s ease;
}

.yhd-hero-gallery-category-item.is-active {
    background: var(--yhd-point-12);
    border-color: var(--yhd-point-40);
    color: var(--yhd-point);
}

@media (hover: hover) {
    .yhd-hero-gallery-category-item:hover {
        background: var(--yhd-point-12);
        border-color: var(--yhd-point-40);
        color: var(--yhd-point);
    }
}

.yhd-hero-gallery-address {
    display: flex;
    align-items: center;
    gap: 0.375rem;
    font-size: clamp(0.875rem, 1vw, 1rem);
    font-weight: 400;
    color: var(--yhd-white);
    letter-spacing: 0.02em;
}

.yhd-hero-gallery-address-icon {
    width: 1.25rem;
    height: auto;
    flex-shrink: 0;
}

.yhd-hero-gallery-desc {
    font-size: clamp(0.875rem, 1.1vw, 1.125rem);
    font-weight: 300;
    color: var(--yhd-white);
    line-height: 1.6;
    white-space: pre-line;
}

.yhd-hero-gallery-ctrl-bottom {
    margin-top: auto;
    display: flex;
    flex-direction: column;
    gap: clamp(1rem, 1.5vw, 1.5rem);
}

.yhd-hero-gallery-ctrl-bar {
    display: flex;
    align-items: center;
    gap: clamp(0.75rem, 1.2vw, 1.25rem);
}

/* 揶쎼끇??뵳????筌왖 ?怨몃열 (?怨쀫? ?怨룸뼊) */
.yhd-hero-gallery-view {
    flex: 3;
    min-width: 0;
    align-self: stretch;
    position: relative;
    border-radius: clamp(0.75rem, 1.2vw, 1.25rem);
    overflow: hidden;
}

.yhd-hero-gallery-slide {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    overflow: hidden;
}

.yhd-hero-gallery-img-bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    filter: blur(30px) brightness(0.5);
    transform: scale(1.15);
}

.yhd-hero-gallery-img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: contain;
    object-position: center;
    z-index: 1;
}

.yhd-hero-gallery-counter {
    display: flex;
    align-items: center;
    gap: clamp(0.375rem, 0.5vw, 0.5rem);
    flex-shrink: 0;
}

.yhd-hero-gallery-current {
    font-size: 0.875rem;
    font-weight: 600;
    color: var(--yhd-point);
    letter-spacing: 0.05em;
}

.yhd-hero-gallery-divider {
    font-size: 0.875rem;
    font-weight: 300;
    color: var(--yhd-white-30);
}

.yhd-hero-gallery-total {
    font-size: 0.875rem;
    font-weight: 400;
    color: var(--yhd-white-50);
    letter-spacing: 0.05em;
}

.yhd-hero-gallery-progress {
    flex: 1;
    height: 2px;
    background: var(--yhd-white-15);
    border-radius: 100px;
    overflow: hidden;
}

.yhd-hero-gallery-progress-bar {
    display: block;
    width: 0%;
    height: 100%;
    background: var(--yhd-point);
    border-radius: 100px;
}

.yhd-hero-gallery-nav {
    display: flex;
    align-items: center;
    gap: clamp(0.5rem, 0.8vw, 0.75rem);
}

.yhd-hero-gallery-prev,
.yhd-hero-gallery-next,
.yhd-hero-gallery-pause {
    display: flex;
    align-items: center;
    justify-content: center;
    width: clamp(1.25rem, 1.5vw, 1.5rem);
    height: clamp(1.25rem, 1.5vw, 1.5rem);
    background: none;
    border: none;
    padding: 0;
    cursor: pointer;
    flex-shrink: 0;
    position: relative;
    z-index: 5;
    pointer-events: auto;
}

.yhd-hero-gallery-arrow {
    display: block;
    width: clamp(0.5rem, 0.7vw, 0.625rem);
    height: clamp(0.5rem, 0.7vw, 0.625rem);
    border-right: 2px solid var(--yhd-white-70);
    border-bottom: 2px solid var(--yhd-white-70);
    transition: border-color 0.3s ease;
}

.yhd-hero-gallery-prev .yhd-hero-gallery-arrow {
    transform: rotate(135deg);
    margin-left: 2px;
}

.yhd-hero-gallery-next .yhd-hero-gallery-arrow {
    transform: rotate(-45deg);
    margin-right: 2px;
}

@media (hover: hover) {
    .yhd-hero-gallery-prev:hover .yhd-hero-gallery-arrow,
    .yhd-hero-gallery-next:hover .yhd-hero-gallery-arrow {
        border-color: var(--yhd-point);
    }
}

.yhd-hero-gallery-pause-icon {
    position: relative;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

/* ??깅뻻?類? ?袁⑹뵠??(??餓? */
.yhd-hero-gallery-pause-icon.is-playing::before,
.yhd-hero-gallery-pause-icon.is-playing::after {
    content: '';
    position: absolute;
    width: 2px;
    height: 60%;
    background: var(--yhd-white-70);
    border-radius: 1px;
}

.yhd-hero-gallery-pause-icon.is-playing::before {
    left: 30%;
}

.yhd-hero-gallery-pause-icon.is-playing::after {
    right: 30%;
}

/* ??源??袁⑹뵠??(??⑥퍟?? */
.yhd-hero-gallery-pause-icon.is-paused::before {
    content: '';
    position: absolute;
    left: 35%;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 5px 0 5px 8px;
    border-color: transparent transparent transparent var(--yhd-white-70);
}

.yhd-hero-gallery-pause-icon.is-paused::after {
    display: none;
}


/* Scroll Down Indicator */
.yhd-hero-scroll {
    position: fixed;
    left: 50%;
    bottom: clamp(2.5rem, 5vw, 4rem);
    transform: translateX(-50%);
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: clamp(0.625rem, 1vw, 0.875rem);
    z-index: 100;
    transition: opacity 0.5s ease, visibility 0.5s ease;
}

.yhd-hero-scroll.is-hidden {
    opacity: 0;
    visibility: hidden;
}

.yhd-hero-scroll-text {
    font-size: clamp(0.875rem, 1vw, 1rem);
    font-weight: 300;
    letter-spacing: 0.2em;
    color: var(--yhd-white-90);
    text-shadow: 0 1px 4px rgba(0, 0, 0, 0.6);
}

.yhd-hero-scroll-mouse {
    width: clamp(1.375rem, 1.8vw, 1.625rem);
    height: clamp(2.25rem, 3vw, 2.75rem);
    border: 2px solid var(--yhd-white-70);
    border-radius: 100px;
    position: relative;
    display: flex;
    justify-content: center;
}

.yhd-hero-scroll-wheel {
    position: absolute;
    top: clamp(0.375rem, 0.5vw, 0.5rem);
    width: 6px;
    height: 6px;
    border-radius: 100px;
    background: var(--yhd-point);
    animation: scrollWheel 1.8s ease-in-out infinite;
}

@keyframes scrollWheel {
    0% {
        opacity: 1;
        transform: translateY(0);
    }
    50% {
        opacity: 0;
        transform: translateY(clamp(0.625rem, 1vw, 0.875rem));
    }
    51% {
        opacity: 0;
        transform: translateY(0);
    }
    100% {
        opacity: 1;
        transform: translateY(0);
    }
}


/* #################################### 02.Service Group #################################### */

.yhd-service-group {
    position: relative;
    z-index: 1;
    padding-bottom: clamp(6rem, 5vw + 3rem, 16rem);
}


/* ???????????????? 02-1.Package Section ???????????????? */

.yhd-package {
    position: relative;
    width: 100%;
    overflow: hidden;
    background: var(--yhd-black);
    padding: clamp(4rem, 2.5vw + 2rem, 12rem) 0;
    margin-top: -1px;
}

.yhd-package-bg {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: clamp(14rem, 10vw + 6rem, 36rem);
    height: clamp(14rem, 10vw + 6rem, 36rem);
    pointer-events: none;
    opacity: 0.08;
}

.yhd-package-mandala {
    width: 100%;
    height: 100%;
    object-fit: contain;
    animation: mandalaRotate 120s linear infinite;
}

@keyframes mandalaRotate {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}

.yhd-package-inner {
    position: relative;
    z-index: 1;
    width: var(--yhd-content-width);
    max-width: var(--yhd-content-max);
    margin: 0 auto;
}

.yhd-package-head {
    text-align: center;
    margin-bottom: clamp(2.5rem, 2vw + 1.5rem, 6rem);
}

.yhd-package-title {
    font-size: clamp(1.75rem, 1vw + 1.25rem, 4rem);
    font-weight: 700;
    color: var(--yhd-white);
    margin-bottom: clamp(0.75rem, 0.5vw + 0.5rem, 1.5rem);
}

.yhd-package-subtitle {
    font-size: clamp(0.875rem, 0.3vw + 0.75rem, 1.375rem);
    font-weight: 300;
    color: var(--yhd-white-70);
    line-height: 1.7;
}

.yhd-package-cards {
    display: grid;
    grid-template-columns: 1fr auto 1fr;
    gap: clamp(3rem, 2.5vw + 1.5rem, 10rem);
    align-items: center;
}

.yhd-package-divider {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    position: relative;
}

/* ??룆援????ｋ궢 ??::before ?怨뺥돩?紐낅뱜 glow */
.yhd-package-divider::before {
    content: '';
    position: absolute;
    top: 40%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: clamp(8rem, 8vw + 4rem, 28rem);
    height: clamp(8rem, 8vw + 4rem, 28rem);
    border-radius: 50%;
    background: var(--yhd-point-12);
    box-shadow: 0 0 clamp(3rem, 3vw + 2rem, 12rem) clamp(1rem, 1.5vw + 0.5rem, 5rem) var(--yhd-point-10);
    filter: blur(clamp(1.5rem, 1.5vw + 0.5rem, 5rem));
    z-index: 0;
    pointer-events: none;
    animation: buddhaAmbient 3.5s ease-in-out infinite;
}

.yhd-package-divider-img {
    position: relative;
    width: clamp(5rem, 4vw + 2rem, 14rem);
    height: auto;
    object-fit: contain;
    z-index: 3;
}

/* ?븍뜆湲???롫뼊 獄쏆꼷沅???ｋ궢 */
.yhd-package-divider-reflection {
    position: relative;
    width: clamp(5rem, 4vw + 2rem, 14rem);
    height: clamp(3rem, 3vw + 1rem, 10rem);
    overflow: hidden;
    z-index: 3;
    -webkit-mask-image: linear-gradient(to bottom, var(--yhd-black-40) 0%, transparent 80%);
    mask-image: linear-gradient(to bottom, var(--yhd-black-40) 0%, transparent 80%);
}

.yhd-package-divider-reflection img {
    width: 100%;
    height: auto;
    object-fit: contain;
    transform: scaleY(-1);
    opacity: 0.55;
    filter: blur(0.5px);
}

.yhd-package-card {
    background: var(--yhd-white-04);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    border: none;
    border-radius: clamp(0.875rem, 0.5vw + 0.5rem, 2rem);
    padding: clamp(1.75rem, 1.2vw + 1rem, 4rem);
    display: grid;
    grid-template-columns: 1fr 1fr;
    column-gap: clamp(1.25rem, 1vw + 0.75rem, 3.5rem);
}

.yhd-package-card-title {
    grid-column: 1 / -1;
    font-size: clamp(1.5rem, 2vw, 2rem);
    font-weight: 800;
    color: var(--yhd-white);
    margin-bottom: clamp(1.5rem, 2vw, 2rem);
}

.yhd-package-card.is-premium .yhd-package-card-title {
    color: var(--yhd-point);
}

.yhd-package-card-highlight {
    grid-column: 1;
    align-self: start;
    display: flex;
    align-items: center;
    gap: clamp(0.75rem, 1vw, 1rem);
    background: var(--yhd-white-05);
    border-radius: clamp(0.625rem, 1vw, 0.875rem);
    padding: clamp(1rem, 1.5vw, 1.25rem) clamp(1.25rem, 1.5vw, 1.5rem);
    margin-bottom: 0;
}

.yhd-package-card-icon {
    font-size: 1.5rem;
    color: var(--yhd-white);
    flex-shrink: 0;
}

.yhd-package-card.is-premium .yhd-package-card-icon {
    color: var(--yhd-point);
}

.yhd-package-card-highlight-label {
    font-size: clamp(0.875rem, 1vw, 1rem);
    font-weight: 600;
    color: var(--yhd-white);
    margin-bottom: 0.25rem;
}

.yhd-package-card-highlight-value {
    font-size: clamp(0.875rem, 1vw, 1rem);
    font-weight: 400;
    color: var(--yhd-white-85);
}

.yhd-package-card-price {
    grid-column: 1;
    align-self: start;
    display: flex;
    align-items: center;
    gap: clamp(0.4rem, 0.6vw, 0.6rem);
    padding: clamp(1rem, 1.5vw, 1.25rem) 0;
    font-size: clamp(1.125rem, 1.3vw, 1.375rem);
    color: var(--yhd-white);
    white-space: nowrap;
}

.yhd-package-card-price-amount,
.yhd-package-card-price-plus,
.yhd-package-card-price-mgmt,
.yhd-package-card-price-vat {
    font-size: inherit;
    font-weight: inherit;
    color: inherit;
}

.yhd-package-card-price-unit,
.yhd-package-card-price-label {
    font-size: inherit;
}

.yhd-package-card-list {
    grid-column: 2;
    grid-row: 2 / 4;
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-direction: column;
    gap: clamp(0.75rem, 1vw, 1rem);
    align-self: start;
}

.yhd-package-card-list li {
    display: flex;
    align-items: center;
    gap: 0.625rem;
    font-size: clamp(0.875rem, 1vw, 1rem);
    font-weight: 400;
    color: var(--yhd-white);
}

.yhd-package-card-list li::before {
    content: '';
    width: 1.25rem;
    height: 1.25rem;
    border-radius: 50%;
    background: var(--yhd-white-15);
    flex-shrink: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 24 24' fill='none' stroke='%23ffffff' stroke-width='3' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpolyline points='20 6 9 17 4 12'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: center;
    background-size: 0.7rem;
}

.yhd-package-card.is-premium .yhd-package-card-list li::before {
    background-color: var(--yhd-point-15);
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 24 24' fill='none' stroke='%23fbc100' stroke-width='3' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpolyline points='20 6 9 17 4 12'/%3E%3C/svg%3E");
}

.yhd-package-card.is-premium .yhd-package-card-list li {
    color: var(--yhd-white);
}

.yhd-package-card-btn {
    grid-column: 1 / -1;
    display: block;
    width: 100%;
    margin-top: clamp(1.5rem, 2vw, 2rem);
    padding: clamp(0.875rem, 1.2vw, 1.125rem);
    text-align: center;
    font-size: clamp(0.9375rem, 1.1vw, 1.0625rem);
    font-weight: 700;
    font-family: inherit;
    color: var(--yhd-white);
    background: var(--yhd-white-12);
    border: none;
    border-radius: clamp(0.5rem, 0.8vw, 0.75rem);
    text-decoration: none;
    transition: background 0.3s ease, outline-color 0.3s ease;
    cursor: pointer;
    outline: 2px solid transparent;
    outline-offset: 2px;
}

.yhd-package-card-btn:focus-visible {
    outline-color: var(--yhd-point);
}

.yhd-package-card-btn.is-premium {
    background: var(--yhd-point);
    color: var(--yhd-black);
}

.yhd-package-card-btn.is-premium:focus-visible {
    outline-color: var(--yhd-white);
}

@media (hover: hover) {
    .yhd-package-card-btn:hover {
        background: var(--yhd-white-18);
    }
    .yhd-package-card-btn.is-premium:hover {
        background: var(--yhd-point-hover);
    }
}

.yhd-package-card-note {
    grid-column: 1 / -1;
    text-align: center;
    font-size: clamp(0.875rem, 0.95vw, 1rem);
    font-weight: 300;
    color: var(--yhd-white-60);
    margin-top: clamp(0.75rem, 1vw, 1rem);
}


/* ???????????????? 02-2.Process Section ???????????????? */

.yhd-process {
    position: relative;
    width: 100%;
    background: var(--yhd-black);
    padding: clamp(4rem, 2.5vw + 2rem, 12rem) 0;
    margin-top: -1px;
}

.yhd-process-inner {
    width: var(--yhd-content-width);
    max-width: var(--yhd-content-max);
    margin: 0 auto;
}

.yhd-process-head {
    text-align: center;
    margin-bottom: clamp(2.5rem, 2vw + 1.5rem, 6rem);
}

.yhd-process-label {
    font-size: clamp(0.875rem, 0.25vw + 0.75rem, 1.25rem);
    font-weight: 600;
    color: var(--yhd-point);
    letter-spacing: 0.15em;
    margin-bottom: clamp(0.5rem, 0.3vw + 0.3rem, 1rem);
}

.yhd-process-title {
    font-size: clamp(1.5rem, 0.8vw + 1rem, 3.5rem);
    font-weight: 700;
    color: var(--yhd-white);
}

.yhd-process-steps {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 0;
}

.yhd-process-step {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    flex: 1;
    position: relative;
    opacity: 0;
}

.yhd-process-step-num {
    position: absolute;
    top: -0.375rem;
    right: calc(50% - 3rem);
    width: 1.5rem;
    height: 1.5rem;
    border-radius: 50%;
    background: var(--yhd-white-12);
    font-size: 0.875rem;
    font-weight: 600;
    color: var(--yhd-white-60);
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 1;
}

.yhd-process-step-circle {
    width: clamp(4.5rem, 2.5vw + 2.5rem, 9rem);
    height: clamp(4.5rem, 2.5vw + 2.5rem, 9rem);
    border-radius: 50%;
    border: 1px solid var(--yhd-white-12);
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--yhd-white-50);
    margin-bottom: clamp(1rem, 1.5vw, 1.5rem);
    transition: border-color 0.4s ease, color 0.4s ease;
}

.yhd-process-step.is-active .yhd-process-step-circle {
    border-color: var(--yhd-point-40);
    color: var(--yhd-point);
}

.yhd-process-step-icon {
    display: block;
    width: 33%;
    height: 33%;
    background-color: currentColor;
    -webkit-mask-image: var(--icon-url);
    mask-image: var(--icon-url);
    -webkit-mask-size: contain;
    mask-size: contain;
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    -webkit-mask-position: center;
    mask-position: center;
}

.yhd-process-step.is-active .yhd-process-step-num {
    background: var(--yhd-point);
    color: var(--yhd-black);
}

.yhd-process-step-title {
    font-size: clamp(0.9375rem, 0.3vw + 0.75rem, 1.5rem);
    font-weight: 600;
    color: var(--yhd-white);
    margin-bottom: 0.5rem;
}

.yhd-process-step-desc {
    font-size: clamp(0.875rem, 0.25vw + 0.75rem, 1.375rem);
    font-weight: 300;
    color: var(--yhd-white-45);
    line-height: 1.6;
}

.yhd-process-mandala {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    width: clamp(3rem, 2vw + 1.5rem, 7rem);
    height: clamp(3rem, 2vw + 1.5rem, 7rem);
    opacity: 0;
}

.yhd-process-mandala img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    filter: brightness(0) invert(0.35);
    animation: mandalaSpinProcess 8s linear infinite;
}

@keyframes mandalaSpinProcess {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}


/* #################################### 03.About Section #################################### */

.yhd-about {
    position: relative;
    z-index: 10;
    width: 100%;
    padding: clamp(6rem, 4vw + 3rem, 14rem) 0 clamp(4rem, 3vw + 2rem, 8rem);
    min-height: 100vh;
    min-height: 100svh;
    display: flex;
    align-items: center;
}

.yhd-about-inner {
    width: var(--yhd-content-width);
    max-width: var(--yhd-content-max);
    margin: 0 auto;
}

.yhd-about-head {
    text-align: center;
    margin-bottom: clamp(2.5rem, 2vw + 1.5rem, 6rem);
}

.yhd-about-label {
    font-size: clamp(0.875rem, 0.25vw + 0.75rem, 1.25rem);
    font-weight: 600;
    color: var(--yhd-point);
    letter-spacing: 0.15em;
    margin-bottom: clamp(0.5rem, 0.3vw + 0.3rem, 1rem);
}

.yhd-about-title {
    font-size: clamp(1.5rem, 0.8vw + 1rem, 3.5rem);
    font-weight: 700;
    color: var(--yhd-white);
}

.yhd-about-body {
    display: grid;
    grid-template-columns: minmax(0, 5fr) minmax(0, 4fr) minmax(0, 9fr);
    gap: clamp(2.5rem, 4vw + 1rem, 6rem);
    align-items: stretch;
}

/* Col 1 : 스님 사진 */
.yhd-about-col-photo {
    position: relative;
    border-radius: clamp(0.75rem, 1.2vw, 1.5rem);
    overflow: hidden;
    background: var(--yhd-white-06);
    min-height: clamp(28rem, 30vw + 10rem, 50rem);
}

.yhd-about-col-photo img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center top;
}

.yhd-about-monk-overlay {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    padding: clamp(2rem, 3vw + 1rem, 4rem) clamp(1.25rem, 2vw + 0.5rem, 2.5rem) clamp(1.25rem, 2vw + 0.5rem, 2.5rem);
    background: linear-gradient(to top, var(--yhd-black-85) 0%, var(--yhd-black-50) 50%, transparent 100%);
}

.yhd-about-monk-overlay-role {
    font-size: clamp(0.875rem, 0.3vw + 0.75rem, 1.125rem);
    font-weight: 400;
    color: var(--yhd-white-70);
    margin-bottom: clamp(0.125rem, 0.15vw, 0.375rem);
}

.yhd-about-monk-overlay-name {
    font-size: clamp(1.375rem, 0.8vw + 0.875rem, 2.75rem);
    font-weight: 800;
    color: var(--yhd-white);
    letter-spacing: -0.01em;
}

/* Col 2 : 인용문 + 소개 텍스트 */
.yhd-about-col-text {
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: clamp(1rem, 1.5vw + 0.25rem, 2rem);
}

.yhd-about-quote-mark {
    display: block;
    font-family: Georgia, "Times New Roman", serif;
    font-size: clamp(3rem, 3vw + 1.5rem, 6rem);
    font-weight: 700;
    line-height: 0.6;
    color: var(--yhd-point);
    user-select: none;
}

.yhd-about-monk-quote {
    font-size: clamp(1.375rem, 1vw + 0.875rem, 2.75rem);
    font-weight: 800;
    color: var(--yhd-white);
    line-height: 1.35;
    letter-spacing: -0.02em;
}

.yhd-about-monk-desc {
    font-size: clamp(0.875rem, 0.3vw + 0.75rem, 1.25rem);
    font-weight: 300;
    color: var(--yhd-white-70);
    line-height: 1.8;
}

.yhd-about-monk-credentials {
    display: flex;
    flex-direction: column;
    gap: clamp(0.125rem, 0.15vw, 0.375rem);
    padding-top: clamp(0.5rem, 0.5vw + 0.25rem, 1rem);
    border-top: 1px solid var(--yhd-white-12);
}

.yhd-about-monk-credentials p {
    font-size: clamp(0.875rem, 0.25vw + 0.75rem, 1.125rem);
    font-weight: 400;
    color: var(--yhd-white-60);
    line-height: 1.6;
}

/* Col 3 : 2x2 체커보드 그리드 */
.yhd-about-col-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-template-rows: 1fr 1fr;
    gap: clamp(0.75rem, 1vw, 1.5rem);
}

.yhd-about-gallery-col {
    overflow: hidden;
    position: relative;
    border-radius: clamp(0.5rem, 0.7vw, 0.75rem);
    -webkit-mask-image: linear-gradient(to bottom, transparent 0%, var(--yhd-black) 6%, var(--yhd-black) 94%, transparent 100%);
    mask-image: linear-gradient(to bottom, transparent 0%, var(--yhd-black) 6%, var(--yhd-black) 94%, transparent 100%);
}

.yhd-about-gallery-col--up {
    grid-column: 1;
    grid-row: 1;
}

.yhd-about-gallery-col--down {
    grid-column: 2;
    grid-row: 2;
}

.yhd-about-gallery-track {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: clamp(0.75rem, 1vw, 1.5rem);
    will-change: transform;
}

.yhd-about-gallery-item {
    width: 100%;
    aspect-ratio: 3 / 4;
    border-radius: clamp(0.375rem, 0.5vw, 0.625rem);
    overflow: hidden;
    flex-shrink: 0;
}

.yhd-about-gallery-item img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

/* 약속 카드 (우상) */
.yhd-about-promise-card {
    grid-column: 2;
    grid-row: 1;
    position: relative;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    justify-content: center;
    border-radius: clamp(0.75rem, 1vw, 1.25rem);
}

.yhd-about-promise-video {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.yhd-about-promise-overlay {
    position: absolute;
    inset: 0;
    background: var(--yhd-black-80);
}

.yhd-about-promise-svg {
    position: absolute;
    top: clamp(1.25rem, 2vw, 3rem);
    right: clamp(1.25rem, 2vw, 3rem);
    width: clamp(5rem, 6vw + 2rem, 12rem);
    height: clamp(5rem, 6vw + 2rem, 12rem);
    z-index: 1;
    stroke: var(--yhd-point);
    stroke-width: 1.5;
    stroke-linecap: round;
    stroke-linejoin: round;
    opacity: 0.6;
}

.yhd-about-promise-content {
    position: absolute;
    bottom: clamp(2rem, 3vw, 4rem);
    left: clamp(2rem, 3vw, 4rem);
    z-index: 1;
}

.yhd-about-promise-title {
    font-size: clamp(1rem, 0.5vw + 0.75rem, 1.5rem);
    font-weight: 700;
    color: var(--yhd-point);
    margin-bottom: clamp(0.375rem, 0.4vw + 0.15rem, 0.75rem);
}

.yhd-about-promise-desc {
    font-size: clamp(0.875rem, 0.25vw + 0.75rem, 1.125rem);
    font-weight: 300;
    color: var(--yhd-white);
    line-height: 1.6;
}

/* 지점 정보 (좌하) */
.yhd-about-branch {
    grid-column: 1;
    grid-row: 2;
    position: relative;
    overflow: hidden;
    background: var(--yhd-point);
    border: none;
    border-radius: clamp(0.75rem, 1vw, 1.25rem);
}

.yhd-about-branch-count {
    position: absolute;
    top: clamp(2rem, 3vw, 4rem);
    left: clamp(2rem, 3vw, 4rem);
    display: flex;
}

.yhd-about-branch-roll {
    height: 1.25em;
    overflow: hidden;
    font-size: clamp(4rem, 4vw + 2rem, 9rem);
    font-weight: 900;
    color: var(--yhd-black);
    line-height: 1.25;
    letter-spacing: -0.04em;
}

.yhd-about-branch-roll-track {
    display: flex;
    flex-direction: column;
}

.yhd-about-branch-roll-track span {
    display: block;
    height: 1.25em;
    line-height: 1.25;
}

.yhd-about-branch-plus {
    position: absolute;
    bottom: clamp(2rem, 3vw, 4rem);
    right: clamp(2rem, 3vw, 4rem);
    width: clamp(1.5rem, 1.5vw + 0.5rem, 3rem);
    height: clamp(1.5rem, 1.5vw + 0.5rem, 3rem);
}

.yhd-about-branch-plus > span {
    position: absolute;
    background: var(--yhd-black-25);
}

.yhd-about-branch-plus > span:first-child {
    top: 50%;
    left: 0;
    right: 0;
    height: 2px;
    transform: translateY(-50%);
}

.yhd-about-branch-plus > span:last-child {
    left: 50%;
    top: 0;
    bottom: 0;
    width: 2px;
    transform: translateX(-50%);
}

.yhd-about-branch-text {
    position: absolute;
    bottom: clamp(5rem, 5vw + 2rem, 8.5rem);
    left: clamp(2rem, 3vw, 4rem);
    font-size: clamp(0.875rem, 0.3vw + 0.75rem, 1.125rem);
    font-weight: 500;
    color: var(--yhd-black);
    line-height: 1.5;
}

.yhd-about-branch-text-num {
    font-weight: 800;
}

.yhd-about-branch-badge {
    position: absolute;
    bottom: clamp(2rem, 3vw, 4rem);
    left: clamp(2rem, 3vw, 4rem);
    background: var(--yhd-black-50);
    color: var(--yhd-white);
    font-size: clamp(0.875rem, 0.15vw + 0.75rem, 1rem);
    font-weight: 500;
    padding: 0.4em 1em;
    border-radius: 999px;
}


/* **************************************************************
    0) Responsive Area
************************************************************** */

/* ????????????????????????????????????????????????????????????????????????????????????????????????????????????????????
   1600px ??꾨릭: 3?뚎됱쓥 ?醫?, ??륁춦 餓λ쵐釉???곸젫
   ??1441px 疫뀀맧? 獄쎻뫗????袁る립 餓λ쵌而??袁れ넎??
   ??align-content: start嚥??믪눘? ?袁れ넎
???????????????????????????????????????????????????????????????????????????????????????????????????????????????????? */
@media screen and (max-width: 1600px) {

    .yhd-hero-inner {
        min-height: auto;
        padding: clamp(6rem, 8vw, 8rem) 0 clamp(5rem, 6vw, 7rem);
        align-content: start;
    }

}

/* ????????????????????????????????????????????????????????????????????????????????????????????????????????????????????
   1440px ??꾨릭: 2?뚎됱쓥 4???袁れ넎
   ??3?뚎됱쓥?癒?퐣 1281~1440px ?닌덉퍢???? ?臾믩꺖 ?얜챷????욧퍙
   ??gallery display:contents, 域밸챶?????媛숂㎉?
???????????????????????????????????????????????????????????????????????????????????????????????????????????????????? */
@media screen and (max-width: 1440px) {

    .yhd-hero-inner {
        padding: clamp(6rem, 10vw, 8rem) 0 clamp(5rem, 8vw, 7rem);
        grid-template-columns: 1fr 1fr;
        grid-template-rows: auto auto auto auto;
        column-gap: clamp(1.5rem, 3vw, 3rem);
        row-gap: clamp(2.5rem, 4vw, 5rem);
    }

    .yhd-hero-gallery {
        display: contents;
    }

    /* Row 1: text + gallery-view */
    .yhd-hero-text {
        grid-column: 1;
        grid-row: 1;
        align-self: end;
    }

    .yhd-hero-gallery-view {
        grid-column: 2;
        grid-row: 1;
        align-self: start;
        aspect-ratio: 4 / 3;
    }

    /* Row 2: gallery-ctrl ??????諭?*/
    .yhd-hero-gallery-ctrl {
        grid-column: 1 / -1;
        grid-row: 2;
        padding-left: 0;
    }

    .yhd-hero-gallery-content {
        gap: clamp(1rem, 1.5vw, 1.5rem);
    }

    .yhd-hero-gallery-category {
        gap: clamp(0.625rem, 1vw, 1rem);
    }

    .yhd-hero-gallery-desc {
        display: -webkit-box;
        -webkit-line-clamp: 3;
        -webkit-box-orient: vertical;
        overflow: hidden;
    }

    /* Row 3: video + contact-wrap */
    .yhd-hero-video {
        grid-column: 1;
        grid-row: 3;
    }

    .yhd-hero-contact-wrap {
        grid-column: 2;
        grid-row: 3;
    }

    .yhd-hero-contact-bottom {
        gap: clamp(0.625rem, 1vw, 0.75rem);
    }

    .yhd-hero-contact-actions {
        gap: clamp(0.75rem, 1.2vw, 1rem);
        margin-bottom: clamp(0.75rem, 1.2vw, 1rem);
    }

    /* Row 4: contract ??????諭?????끸뵲 ??깆뵠沃샕嚥?contain ??곸젫 + ?⑥쥙???誘れ뵠 */
    .yhd-hero-contract {
        grid-column: 1 / -1;
        grid-row: 4;
        contain: none;
        height: 22rem;
    }

}

/* ????????????????????????????????????????????????????????????????????????????????????????????????????????????????????
   1024px ??꾨릭: ??뺥닜???紐껋쨮
   ??域밸챶????닌듼??1440px????덉뵬, gap/padding 沃섎챷苑?鈺곌퀣??
???????????????????????????????????????????????????????????????????????????????????????????????????????????????????? */
@media screen and (max-width: 1024px) {

    .yhd-hero-inner {
        column-gap: clamp(1.25rem, 2.5vw, 2.5rem);
        row-gap: clamp(2rem, 4vw, 4rem);
    }

}

/* ????????????????????????????????????????????????????????????????????????????????????????????????????????????????????
   768px ??꾨릭: 筌뤴뫀而??揶쎛嚥?/ ??곗굨 ??뺥닜??
   ??1?뚎됱쓥, order 疫꿸퀡而?獄쏄퀣??
???????????????????????????????????????????????????????????????????????????????????????????????????????????????????? */
@media screen and (max-width: 768px) {

    .yhd-hero-inner {
        grid-template-columns: 1fr;
        grid-template-rows: auto;
        row-gap: clamp(3rem, 6vw, 4.5rem);
    }

    .yhd-hero-contact-wrap {
        display: contents;
    }

    .yhd-hero-text {
        grid-column: 1;
        grid-row: auto;
        order: 1;
        align-self: stretch;
    }

    .yhd-hero-gallery-view {
        grid-column: 1;
        grid-row: auto;
        order: 2;
        aspect-ratio: 4 / 3;
    }

    .yhd-hero-gallery-ctrl {
        grid-column: 1;
        grid-row: auto;
        order: 3;
    }

    .yhd-hero-contact-actions {
        grid-column: 1;
        order: 4;
        grid-template-columns: 1fr 1fr;
        gap: 0.75rem;
        margin-bottom: 0;
    }

    .yhd-hero-video {
        grid-column: 1;
        grid-row: auto;
        order: 5;
        align-self: start;
        aspect-ratio: 16 / 9;
    }

    .yhd-hero-contract {
        grid-column: 1;
        grid-row: auto;
        order: 6;
        contain: none;
        height: 18rem;
    }

    .yhd-hero-contact-bottom {
        grid-column: 1;
        order: 7;
        grid-template-columns: 1fr 1fr;
        gap: 0.75rem;
    }

    .yhd-hero-gallery-desc {
        display: none;
    }

    .yhd-hero-gallery-content {
        gap: clamp(1rem, 3vw, 1.5rem);
    }

    .yhd-hero-gallery-ctrl-bottom {
        margin-top: clamp(1rem, 3vw, 1.5rem);
    }

    .yhd-hero-gallery-category {
        gap: 0.625rem;
    }

    .yhd-hero-contract-item {
        padding: 0.625rem 0;
    }

    .yhd-hero-scroll-mouse {
        width: 1.25rem;
        height: 2rem;
    }

    .yhd-hero-scroll-wheel {
        width: 6px;
        height: 6px;
    }

    /* 모바일 backdrop-filter 경량화 (GPU 부하 감소) */
    .yhd-intro {
        backdrop-filter: blur(10px);
        -webkit-backdrop-filter: blur(10px);
    }

    .yhd-hero-video {
        backdrop-filter: blur(8px);
        -webkit-backdrop-filter: blur(8px);
    }

    .yhd-hero-contact-event {
        backdrop-filter: blur(8px);
        -webkit-backdrop-filter: blur(8px);
    }

}

/* ????????????????????????????????????????????????????????????????????????????????????????????????????????????????????
   600px ??꾨릭: 筌뤴뫀而???袁れ넎 餓Β??
   ??contact 燁삳?諭?甕곌쑵??1?뚎됱쓥 ?袁れ넎 (480px?癒?퐣??疫뀀맧? 獄쎻뫗?)
???????????????????????????????????????????????????????????????????????????????????????????????????????????????????? */
@media screen and (max-width: 600px) {

    .yhd-hero-contact-actions {
        grid-template-columns: 1fr;
    }

    .yhd-hero-contact-bottom {
        grid-template-columns: 1fr;
    }

}

/* ????????????????????????????????????????????????????????????????????????????????????????????????????????????????????
   480px ??꾨릭: 筌뤴뫀而???紐껋쨮
???????????????????????????????????????????????????????????????????????????????????????????????????????????????????? */
@media screen and (max-width: 480px) {

    .yhd-hero-inner {
        row-gap: clamp(2.5rem, 6vw, 4rem);
        padding: clamp(5rem, 8vw, 6rem) 0 clamp(4rem, 6vw, 5rem);
    }

    .yhd-hero-gallery-view {
        aspect-ratio: 3 / 2;
    }

    .yhd-hero-contact-event {
        padding: clamp(1.25rem, 3vw, 2rem);
    }

    .yhd-hero-contact-tel {
        padding: clamp(1rem, 2.5vw, 1.5rem);
    }

    .yhd-hero-contract {
        height: 13rem;
    }

    .yhd-hero-contact-btn {
        height: 3.5rem;
    }

    .yhd-hero-contact-kakao {
        height: 3.5rem;
    }

    .yhd-hero-gallery-category {
        gap: 0.5rem;
    }

    .yhd-hero-gallery-category-item {
        padding: 0.5rem 1rem;
    }

    .yhd-hero-video {
        padding: 0.625rem;
    }

    .yhd-hero-scroll {
        bottom: 5.5rem;
        gap: 0.5rem;
    }

    .yhd-hero-scroll-text {
        font-size: 0.875rem;
    }

    .yhd-hero-scroll-mouse {
        width: 1.125rem;
        height: 1.875rem;
    }

    .yhd-hero-scroll-wheel {
        width: 5px;
        height: 5px;
    }

}

/* ????????????????????????????????????????????????????????????????????????????????????????????????????????????????????
   320px ??꾨릭: ?λ뜆???筌뤴뫀而??
???????????????????????????????????????????????????????????????????????????????????????????????????????????????????? */
@media screen and (max-width: 320px) {

    .yhd-hero-inner {
        width: 92%;
        margin: 0 4%;
        row-gap: clamp(2.25rem, 6vw, 3.5rem);
        padding: clamp(4rem, 7vw, 5rem) 0 clamp(3rem, 5vw, 4rem);
    }

    .yhd-hero-gallery-view {
        aspect-ratio: 1 / 1;
    }

    .yhd-hero-video {
        aspect-ratio: 3 / 2;
    }

    .yhd-hero-contact-event {
        padding: 1rem;
    }

    .yhd-hero-contact-tel {
        padding: 1rem;
    }

    .yhd-hero-contact-btn {
        height: 3.25rem;
    }

    .yhd-hero-contact-kakao {
        height: 3.25rem;
    }

    .yhd-hero-contract {
        height: 11rem;
    }

    .yhd-hero-badge {
        margin-bottom: 0.75rem;
    }

    .yhd-hero-title {
        margin-bottom: 1rem;
    }

    .yhd-hero-scroll {
        bottom: 5.5rem;
    }

    .yhd-hero-scroll-text {
        font-size: 0.875rem;
    }

    .yhd-hero-scroll-mouse {
        width: 1rem;
        height: 1.75rem;
    }

    .yhd-hero-scroll-wheel {
        width: 4px;
        height: 4px;
    }

}


/* **************************************************************
    0-B) Responsive ??Section 02, 03
************************************************************** */

/* ???? 1024px ??꾨릭: ?닌듼??袁れ넎 (3?뚎됱쓥???뚎됱쓥, 揶쎛嚥≪뭼??紐껋쨮) ???? */
@media screen and (max-width: 1024px) {

    /* 핀 비활성화 구간 → 섹션 간 여백 축소 */
    .yhd-service-group {
        padding-bottom: clamp(2rem, 3vw + 1rem, 5rem);
    }

    .yhd-package-cards {
        grid-template-columns: 1fr;
        gap: clamp(2rem, 4vw, 3rem);
    }

    .yhd-package-divider {
        order: -1;
    }

    .yhd-package-divider-img {
        width: clamp(4rem, 10vw, 7rem);
    }

    .yhd-package-divider-reflection {
        width: clamp(4rem, 10vw, 7rem);
        height: clamp(2.5rem, 6vw, 5rem);
    }

    .yhd-process-steps {
        flex-direction: column;
        align-items: center;
        gap: 0;
    }

    .yhd-process-step {
        max-width: 100%;
        width: 100%;
    }

    .yhd-process-mandala {
        width: clamp(2.5rem, 5vw, 3.5rem);
        height: clamp(2.5rem, 5vw, 3.5rem);
        margin: clamp(1.25rem, 3vw, 2rem) 0;
    }

    /* About Section - 1024px */
    .yhd-about {
        min-height: auto;
    }

    .yhd-about-body {
        grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
        gap: clamp(2rem, 3vw, 4rem);
    }

    .yhd-about-col-photo {
        min-height: auto;
    }

    .yhd-about-col-text {
        justify-content: center;
    }

    .yhd-about-col-grid {
        grid-column: 1 / -1;
        grid-template-rows: minmax(clamp(14rem, 18vw, 22rem), auto) minmax(clamp(14rem, 18vw, 22rem), auto);
    }

}

/* ???? 768px ??꾨릭: 燁삳?諭???? 1?뚎됱쓥 + ?紐? 鈺곌퀣?????? */
@media screen and (max-width: 768px) {

    .yhd-package {
        padding: clamp(3rem, 6vw, 5rem) 0;
    }

    .yhd-package-head {
        margin-bottom: clamp(2rem, 4vw, 3rem);
    }

    .yhd-package-subtitle br {
        display: none;
    }

    .yhd-package-cards {
        gap: clamp(1.25rem, 3vw, 2rem);
    }

    .yhd-package-divider-img {
        width: clamp(3.5rem, 12vw, 5rem);
    }

    .yhd-package-divider-reflection {
        width: clamp(3.5rem, 12vw, 5rem);
        height: clamp(2rem, 8vw, 3.5rem);
    }

    .yhd-package-card {
        grid-template-columns: 1fr;
    }

    .yhd-package-card-title,
    .yhd-package-card-highlight,
    .yhd-package-card-price,
    .yhd-package-card-list,
    .yhd-package-card-btn,
    .yhd-package-card-note {
        grid-column: 1;
    }

    .yhd-package-card-list {
        grid-row: auto;
        margin-top: clamp(1rem, 2.5vw, 1.5rem);
    }

    .yhd-package-card-btn {
        margin-top: clamp(1.25rem, 2.5vw, 1.5rem);
    }

    .yhd-process {
        padding: clamp(3rem, 6vw, 5rem) 0;
    }

    .yhd-process-head {
        margin-bottom: clamp(2rem, 4vw, 3rem);
    }

    /* 모바일에서 핀 비활성화 → 하단 여백 축소 */
    .yhd-service-group {
        padding-bottom: clamp(1.5rem, 3vw, 3rem);
    }

    /* About Section - 768px */
    .yhd-about {
        min-height: auto;
        padding: clamp(2rem, 3vw + 1rem, 4rem) 0;
    }

    .yhd-about-body {
        grid-template-columns: 1fr;
        gap: clamp(2rem, 4vw, 3.5rem);
    }

    .yhd-about-col-photo {
        min-height: auto;
        aspect-ratio: 4 / 3;
        order: 1;
    }

    .yhd-about-col-text {
        order: 2;
    }

    .yhd-about-col-grid {
        order: 3;
        grid-template-columns: 1fr 1fr;
        grid-template-rows: minmax(clamp(14rem, 30vw, 22rem), auto) minmax(clamp(14rem, 30vw, 22rem), auto);
    }

    .yhd-about-branch-roll {
        font-size: clamp(3rem, 6vw + 1rem, 6rem);
    }

    .yhd-about-branch-count {
        top: clamp(1.5rem, 2.5vw, 2.5rem);
        left: clamp(1.5rem, 2.5vw, 2.5rem);
    }

    .yhd-about-branch-text {
        bottom: clamp(4rem, 5vw + 1rem, 6rem);
        left: clamp(1.5rem, 2.5vw, 2.5rem);
    }

    .yhd-about-branch-badge {
        bottom: clamp(1.5rem, 2.5vw, 2.5rem);
        left: clamp(1.5rem, 2.5vw, 2.5rem);
    }

    .yhd-about-branch-plus {
        bottom: clamp(1.5rem, 2.5vw, 2.5rem);
        right: clamp(1.5rem, 2.5vw, 2.5rem);
    }

    .yhd-about-promise-content {
        bottom: clamp(1.5rem, 2.5vw, 2.5rem);
        left: clamp(1.5rem, 2.5vw, 2.5rem);
    }

}

@media screen and (max-width: 480px) {

    .yhd-package-title {
        font-size: clamp(1.5rem, 7vw, 2rem);
    }

    .yhd-package-subtitle {
        font-size: clamp(0.875rem, 3.5vw, 1rem);
    }

    .yhd-package-card {
        padding: clamp(1.25rem, 5vw, 2rem);
    }

    .yhd-package-card-title {
        font-size: clamp(1.25rem, 5vw, 1.5rem);
        margin-bottom: clamp(1rem, 4vw, 1.5rem);
    }

    .yhd-package-card-highlight {
        padding: clamp(0.75rem, 3vw, 1rem);
        margin-bottom: clamp(1rem, 4vw, 1.5rem);
    }

    .yhd-process-title {
        font-size: clamp(1.375rem, 6vw, 1.75rem);
    }

    .yhd-process-step-circle {
        width: clamp(3.5rem, 14vw, 4.5rem);
        height: clamp(3.5rem, 14vw, 4.5rem);
    }

    /* About Section - 480px */
    .yhd-about-col-photo {
        aspect-ratio: 3 / 4;
    }

    .yhd-about-col-grid {
        grid-template-columns: 1fr;
        grid-template-rows: auto;
    }

    .yhd-about-gallery-col--up {
        grid-column: 1;
        grid-row: auto;
        height: clamp(14rem, 55vw, 20rem);
    }

    .yhd-about-promise-card {
        grid-column: 1;
        grid-row: auto;
        min-height: clamp(10rem, 35vw, 14rem);
    }

    .yhd-about-branch {
        grid-column: 1;
        grid-row: auto;
        min-height: clamp(12rem, 50vw, 18rem);
    }

    .yhd-about-gallery-col--down {
        grid-column: 1;
        grid-row: auto;
        height: clamp(14rem, 55vw, 20rem);
    }

    .yhd-about-branch-roll {
        font-size: clamp(2.5rem, 10vw, 5rem);
    }

    .yhd-about-branch-count {
        top: clamp(1.25rem, 3vw, 2rem);
        left: clamp(1.25rem, 3vw, 2rem);
    }

    .yhd-about-branch-text {
        bottom: clamp(3.5rem, 8vw + 1rem, 5.5rem);
        left: clamp(1.25rem, 3vw, 2rem);
        font-size: clamp(0.875rem, 2.5vw, 1rem);
    }

    .yhd-about-branch-badge {
        bottom: clamp(1.25rem, 3vw, 2rem);
        left: clamp(1.25rem, 3vw, 2rem);
    }

    .yhd-about-branch-plus {
        bottom: clamp(1.25rem, 3vw, 2rem);
        right: clamp(1.25rem, 3vw, 2rem);
    }

    .yhd-about-promise-content {
        bottom: clamp(1.25rem, 3vw, 2rem);
        left: clamp(1.25rem, 3vw, 2rem);
    }

    .yhd-about-promise-title {
        font-size: clamp(0.875rem, 3.5vw, 1.125rem);
    }

    .yhd-about-promise-desc {
        font-size: clamp(0.875rem, 2.5vw, 1rem);
    }

    .yhd-about-monk-quote {
        font-size: clamp(1.25rem, 5vw, 1.75rem);
    }

    .yhd-about-promise-svg {
        width: clamp(3.5rem, 12vw, 6rem);
        height: clamp(3.5rem, 12vw, 6rem);
        top: clamp(1rem, 2.5vw, 1.5rem);
        right: clamp(1rem, 2.5vw, 1.5rem);
    }

}

@media screen and (max-width: 320px) {

    /* About Section - 320px */
    .yhd-about-col-photo {
        aspect-ratio: 1 / 1;
    }

    .yhd-about-gallery-col--up,
    .yhd-about-gallery-col--down {
        height: clamp(12rem, 50vw, 16rem);
    }

    .yhd-about-branch {
        min-height: clamp(14rem, 60vw, 18rem);
    }

    .yhd-about-branch-roll {
        font-size: clamp(2rem, 12vw, 3.5rem);
    }

    .yhd-about-promise-svg {
        width: clamp(2.5rem, 10vw, 4rem);
        height: clamp(2.5rem, 10vw, 4rem);
    }
}



/* ???? 筌뤴뫁??揶쏅Ŋ????쇱젟 ???????? */
@media (prefers-reduced-motion: reduce) {
    .yhd-package-mandala { animation: none; }
    .yhd-package-divider::before { animation: none; opacity: 0.7; }
    .yhd-process-mandala img { animation: none; }
    .yhd-hero-scroll-wheel { animation: none; }
    .yhd-about-gallery-track { animation: none !important; }
}
