body {
    padding-bottom: 79px;
    margin: 0;
    overflow-x: hidden;
}

.main {
    padding: 0;
}

#sticky-header.is-hide {
    transform: translateY(-100%);
}

/* Visibility Utilities */
.u-sp-only {
    display: none !important;
}
@media (max-width: 768px) {
    .u-sp-only {
        display: block !important;
    }
    br.u-sp-only {
        display: inline !important;
    }
}

.u-pc-only {
    display: block !important;
}
@media (max-width: 768px) {
    .u-pc-only {
        display: none !important;
    }
}

/* Custom AOS Distance */
[data-aos="fade-up"] {
    transform: translateY(30px) !important;
}
[data-aos="fade-up"].aos-animate {
    transform: translateY(0) !important;
}


.nav { padding: 0.5rem 1rem; border-bottom: 1px solid #eee; }
.footer {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 79px;
    background-image: url('../images/footer/footer-desktop-bg.webp');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    z-index: 1000;
    display: flex;
    justify-content: center;
    align-items: center;
    border-top: none;
    padding: 0;
}

.footer__container {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 40px;
    width: 100%;
    max-width: 1280px;
    padding: 0 40px;
}

.footer__text {
    font-family: "source-han-sans-vf", sans-serif;
    font-variation-settings: "wght" 500;
    font-size: 16px;
    font-weight: 500;
    letter-spacing: 0.05em;
    line-height: normal;
    margin: 0;
    color: #fff;
}

.footer__button {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
    height: 53px;
    padding: 0 40px;
    background-color: #fff;
    border: 1px solid #fff;
    border-radius: 9999px;
    text-decoration: none;
    color: #000;
    font-family: "source-han-sans-vf", sans-serif;
    font-variation-settings: "wght" 500;
    font-size: 13px;
    font-weight: 500;
    letter-spacing: 0.1em;
    transition: all 0.3s ease;
    position: relative;
    overflow: hidden;
}

.footer__button:hover {
    background-color: #8C7456;
    color: #fff;
    border: 1px solid #8C7456;
}

.footer__arrow {
    width: 20px;
    height: 20px;
    stroke: #000;
    stroke-width: 3px;
    transition: all 0.3s ease;
}

.footer__button:hover .footer__arrow {
    stroke: #fff;
}

.hero { background: #fff; height: 674.96px; max-width: 1280px; margin: 0 auto; }
.hero__inner {
    display: flex;
    flex-wrap: nowrap;
    align-items: stretch;
    gap: 0;
    max-width: 100%;
    margin: 0 auto;
    padding: 0;
    height: 100%;
}
.hero__image {
    flex: 0 0 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0; /* Ensure no gap between images */
}
.hero__image-group {
    height: 550px;
    overflow: hidden;
    display: flex;
    width: 100%;
    justify-content: center;
}
.hero__image img {
    display: block;
    width: 267px; /* Total 534px / 2 */
    height: 550px;
    object-fit: cover;
    transform: scale(1.01);
}
.hero__content {
    flex: 0 0 50%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 48px;
    padding: 2rem;
}

.hero__brand-logo {
    display: block;
    width: 239px;
    height: 56px;
    max-width: 239px;
    max-height: 56px;
    object-fit: contain;
}
.hero__brand-text {
    display: none;
}
.hero__headlines {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 16px;
}
.hero__headline-1 {
    font-family: "source-han-sans-vf", sans-serif;
    font-variation-settings: "wght" 300;
    font-size: 36px;
    font-weight: 300;
    line-height: 1.3;
    color: #222;
}
.hero__headline-2 {
    font-family: "tt-commons-pro", sans-serif;
    font-size: 30px;
    font-weight: 400;
    line-height: 120%;
    letter-spacing: -0.03em;
    color: #222;
    text-align: center;
}
.hero__price-group {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 0;
}
.hero__subtext {
    font-family: "source-han-sans-vf", sans-serif;
    font-variation-settings: "wght" 500;
    font-size: 28px;
    font-weight: 500;
    line-height: normal;
    margin: 0;
    opacity: 1;
    color: #000;
    text-align: center;
}
.top-text {
    margin: 0;
    padding: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 32px;
    text-align: center;
    width: 100%;
    max-width: 1280px;
    margin-left: auto;
    margin-right: auto;
}

.top-text__label {
    font-family: "tt-commons-pro", sans-serif;
    font-size: 32px;
    font-weight: 500;
    letter-spacing: 0.1em;
    color: #000;
    line-height: 1.3;
}

.top-text__heading {
    font-family: "source-han-sans-vf", sans-serif;
    font-variation-settings: "wght" 500;
    font-size: 36px;
    font-weight: 500;
    letter-spacing: 0;
    color: #000;
    margin: 0;
    line-height: normal;
}

.top-text__description {
    font-family: "source-han-sans-vf", sans-serif;
    font-variation-settings: "wght" 400;
    font-size: 20px;
    font-weight: 400;
    line-height: 1.6;
    letter-spacing: 0;
    color: #000;
    margin: 0;
    text-align: left;
}

.top-text__notice {
    font-family: "source-han-sans-vf", sans-serif;
    font-variation-settings: "wght" 300;
    font-size: 16px;
    font-weight: 300;
    line-height: 1.4;
    letter-spacing: 0;
    color: #997E5D;
    margin: 0;
}

.styling {
    padding: 64px 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 64px;
}

.styling__heading {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 16px;
    padding: 16px;
}

.styling__title {
    font-family: "source-han-sans-vf", sans-serif;
    font-variation-settings: "wght" 700;
    font-size: 40px;
    font-weight: 700;
    line-height: normal;
    color: #000;
    margin: 0;
}

.styling__subtitle {
    font-family: "tt-commons-pro", sans-serif;
    font-size: 24px;
    font-weight: 300;
    line-height: 130%;
    color: #000;
    margin: 0;
}

.styling__list {
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 80px; /* Updated gap */
}

.styling__item {
    width: 100vw;
    position: relative;
    left: 50%;
    right: 50%;
    margin-left: -50vw;
    margin-right: -50vw;
    background-color: #EEEEE8;
    padding: 64px 0;
    display: flex;
    justify-content: center;
}

.styling__item-inner {
    width: 506.25px;
    margin: 0 auto;
    padding: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 10px; /* Remove gap as layout might be absolute/fixed */
    position: relative; /* For absolute positioning of children if needed */
}

.styling__content-wrapper {
    position: relative;
    width: 100%;
    height: auto;
    display: flex;
    justify-content: center;
}

.styling__slider {
    width: 441.45px;
    height: 672px;
    margin: 0;
    cursor: grab;
}

.styling__slider:active {
    cursor: grabbing;
}

.styling__slider .splide__slide img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

/* Custom Splide Pagination for Styling items */


.styling__slider .splide__pagination__page {
    background: #C8C8C8;
    opacity: 1; /* Override default opacity */
    width: 8px; /* Standard size */
    height: 8px;
    margin: 3px;
    border-radius: 50%; /* Ensure circles */
    transition: all 0.3s ease;
}

.styling__slider .splide__pagination__page.is-active {
    background: #000;
    transform: scale(1.0); /* Or keep it same size */
}

.styling__text-frame {
    position: absolute;
    top: 58%; /* Move down */
    right: -170px; /* Overhang to the right */
    left: auto;
    transform: translateY(-50%);
    background-color: #fff;
    padding: 48px 24px;
    z-index: 2;
    width: 280px;
    display: flex;
    flex-direction: column;
    justify-content: center; /* Center content vertically if needed */
    gap: 20px; /* Updated gap */
    box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.05);
}

.styling__text-frame--left {
    right: auto;
    left: -170px; /* Overhang to the left */
}

.styling__text-label {
    font-family: "source-han-sans-vf", sans-serif;
    font-variation-settings: "wght" 400;
    font-size: 16px; /* Updated size */
    font-weight: 400; /* Normal weight */
    line-height: 1.5; /* 150% */
    color: #000;
    margin: 0;
}

.styling__text-heading {
    font-family: "source-han-sans-vf", sans-serif;
    font-variation-settings: "wght" 700;
    font-size: 20px; /* Updated size */
    font-weight: 700; /* Bold */
    line-height: normal; /* Auto */
    color: #000;
    margin: 0;
}

.styling__text-divider {
    display: block !important; /* Force visibility */
    width: 52px; /* Updated width */
    height: 2px;
    min-height: 2px; /* Ensure height */
    background: #A78C49; /* Updated color */
    background-color: #A78C49;
    border: none;
    margin: 8px 0;
}

.styling__text-desc {
    font-family: "source-han-sans-vf", sans-serif;
    font-variation-settings: "wght" 400;
    font-size: 12px; /* Updated size */
    font-weight: 400;
    line-height: normal; /* Auto */
    color: #000;
    margin: 0;
}

.styling__bottom-text {
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 4px;
    margin-top: 20px;
}

.styling__bottom-label {
    font-family: "source-han-sans-vf", sans-serif;
    font-variation-settings: "wght" 700;
    font-size: 14px;
    font-weight: 700;
    line-height: normal;
    color: #000;
}

.styling__bottom-price {
    font-family: "source-han-sans-vf", sans-serif;
    font-variation-settings: "wght" 700;
    font-size: 14px;
    font-weight: 700;
    line-height: normal;
    color: #000;
}

.styling__bottom-code {
    font-family: "source-han-sans-vf", sans-serif;
    font-variation-settings: "wght" 700;
    font-size: 10px;
    font-weight: 700;
    line-height: normal;
    color: #000;
    margin-left: 0;
}

@media (max-width: 768px) {
    .styling {
        padding: 0;
        gap: 32px;
    }

    .styling__heading {
        padding: 8px;
        gap: 8px;
    }

    .styling__title {
        font-size: 20px;
    }

    .styling__subtitle {
        font-size: 12px;
    }

    .styling__list {
        gap: 40px;
    }

    .styling__item {
        background-color: transparent;
        padding: 0;
    }

    .styling__item-inner {
        width: 100%;
        height: auto;
        gap: 20px;
    }

    .styling__slider {
        width: 327px;
        height: 500px;
        padding-bottom: 24px;
    }

    .styling__slider .splide__pagination {
        bottom: 0;
    }

    .styling__content-wrapper {
        width: 327px;
        margin: 0 auto;
    }

    .styling__text-frame {
        bottom: 24px;
        top: auto;
        right: -1px;
        left: auto;
        transform: none;
        width: 160px;
        height: auto;
        padding: 24px 25px 24px 24px;
        gap: 12px;
        box-shadow: none;
        background-color: rgba(249, 249, 247, 0.7);
        pointer-events: none;
    }

    .styling__text-frame--left {
        right: auto;
        left: -1px;
        padding: 24px 24px 24px 25px;
    }

    .styling__text-label {
        font-size: 11px;
    }

    .styling__text-heading {
        font-size: 10px;
        font-weight: 700;
        line-height: normal;
    }

    .styling__text-divider {
        width: 32px;
        margin: 4px 0;
    }

    .styling__text-desc {
        font-size: 7px;
        font-weight: 400;
        line-height: normal;
    }

    .styling__bottom-text {
        gap: 4px;
        margin-top: 12px;
    }

    .styling__bottom-label {
        font-size: 10px;
    }

    .styling__bottom-price {
        font-size: 10px;
    }

    .styling__bottom-code {
        font-size: 6px;
        margin-left: 0;
    }
}

.content {
    max-width: 1280px;
    margin: 0 auto;
    padding: 120px 0 50px;
}
.content__inner {
    padding: 0px;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 136px;
}
.usp {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 64px;
    justify-content: stretch;
    width: 100vw;
    background-color: #EEEEE8;
    padding: 64px 0;
}

.usp__points {
    display: flex;
    flex-wrap: nowrap; /* Changed from wrap */
    justify-content: space-between;
    align-items: stretch;
    width: 100%;
    max-width: 1000px;
    gap: 0;
    padding: 0;
    flex: 1;
}
.usp__point {
    width: fit-content;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    gap: 36px;
}
.usp__divider {
    width: 1px;
    background-color: #8e8e93;
    align-self: center; /* Changed from stretch */
    height: 90px; /* Reduced height */
    margin: 0;
}
.usp__point-title {
    font-family: "source-han-sans-vf", sans-serif;
    font-variation-settings: "wght" 700;
    font-size: 32px;
    font-weight: 700;
    line-height: 1.2;
    letter-spacing: 0.2em;
    color: #000;
    margin: 0;
    width: 100%;
    text-align: center;
}
.usp__point-content {
    display: flex;
    flex-direction: column;
    gap: 0;
}
.usp__point-subtitle {
    font-family: "source-han-sans-vf", sans-serif;
    font-variation-settings: "wght" 500;
    font-size: 15px;
    font-weight: 500;
    line-height: 1.2;
    letter-spacing: 1.5px;
    color: #000;
    margin: 0;
}
.usp__point-main {
    font-family: "source-han-sans-vf", sans-serif;
    font-variation-settings: "wght" 700;
    font-size: 32px;
    font-weight: 700;
    line-height: 1.2;
    letter-spacing: 0.1em;
    color: #000;
    margin: 0;
}
.usp__point-main--small {
    font-family: "source-han-sans-vf", sans-serif;
    font-variation-settings: "wght" 500;
    font-size: 15px;
    font-weight: 500;
    line-height: 1.2;
    letter-spacing: 1.5px;
}
.usp__point-number {
    font-family: "tt-commons-pro", sans-serif;
    font-size: 40px;
    letter-spacing: 0.05em;
}
.usp__point-desc {
    font-size: 18px;
}


.flow {
    display: flex;
    flex-direction: column;
    gap: 64px;
    width: 100%;
}
.flow__heading {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 16px;
    padding: 0 70px;
}
.flow__title {
    font-family: "source-han-sans-vf", sans-serif;
    font-variation-settings: "wght" 400;
    font-size: 40px;
    font-weight: 700;
    line-height: auto;
    color: #000;
}
.flow__subtitle {
    font-family: "tt-commons-pro", sans-serif;
    font-size: 24px;
    font-weight: 300;
    line-height: 130%;
    color: #000;
}
.flow__order-wrapper {
    display: grid;
    grid-template-columns: repeat(6, 1fr);
    gap: 80px 40px;
    padding: 0 70px;
}

.flow__order-item {
    grid-column: span 2;
    display: flex;
    flex-direction: column;
    gap: 24px;
}

.flow__order-item:nth-child(4) {
    grid-column: 2 / span 2;
}

.flow__order-item:nth-child(5) {
    grid-column: 4 / span 2;
}
.flow__order-image {
    width: 100%;
    height: auto;
    object-fit: cover;
}
.flow__order-content {
    display: flex;
    flex-direction: column;
    gap: 24px;
}
.flow__order-header {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 24px;
}
.flow__order-number {
    font-family: "tt-commons-pro", sans-serif;
    font-size: 32px;
    font-weight: 500;
    font-style: normal;
    line-height: 130%;
    letter-spacing: -0.02em;
    color: #000;
}
.flow__order-title {
    font-family: "source-han-sans-vf", sans-serif;
    font-variation-settings: "wght" 500;
    font-size: 20px;
    font-weight: 500;
    line-height: auto;
    letter-spacing: 0.1em;
    color: #000;
}
.flow__order-text {
    font-family: "source-han-sans-vf", sans-serif;
    font-variation-settings: "wght" 400;
    font-size: 14px;
    font-weight: 400;
    line-height: auto;
    letter-spacing: 0.1em;
    color: #000;
}

.flow__caution {
    background-color: #EFEFEF;
    padding: 40px 70px;
    display: flex;
    flex-direction: column;
    gap: 24px;
    margin: 0 70px;
}

.flow__caution-title {
    font-family: "source-han-sans-vf", sans-serif;
    font-variation-settings: "wght" 400;
    font-size: 16px;
    font-weight: 700;
    letter-spacing: 0.1em;
    line-height: normal;
    color: #000;
    margin: 0;
}

.flow__caution-list {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-direction: column;
    gap: 4px;
}

.flow__caution-item {
    font-family: "source-han-sans-vf", sans-serif;
    font-variation-settings: "wght" 400;
    font-size: 12px;
    font-weight: 400;
    letter-spacing: 0.1em;
    line-height: normal;
    color: #000;
    padding-left: 1.5em;
    position: relative;
}

.flow__caution-item::before {
    content: "\30FB";
    position: absolute;
    left: 0;
}

.aftercare {
    display: flex;
    flex-direction: column;
    gap: 64px;
}
.aftercare__heading {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 16px;
    padding: 16px;
}
.aftercare__title {
    font-family: "source-han-sans-vf", sans-serif;
    font-variation-settings: "wght" 700;
    font-size: 40px;
    font-weight: 700;
    line-height: auto;
    color: #000;
}
.aftercare__subtitle {
    font-family: "tt-commons-pro", sans-serif;
    font-size: 24px;
    font-weight: 300;
    line-height: 130%;
    color: #000;
}
.aftercare__image-section {
    width: 100vw;
    position: relative;
    left: 50%;
    right: 50%;
    margin-left: -50vw;
    margin-right: -50vw;
    background-image: url('../images/aftercare/background.webp');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    height: 451px;
    display: flex;
    align-items: center;
}
.aftercare__content {
    max-width: 1280px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 48px;
    padding: 0 120px;
}
.aftercare__group {
    display: flex;
    align-items: center;
    gap: 48px;
    position: relative;
}
.aftercare__item {
    display: flex;
    flex-direction: column;
    gap: 8px;
    align-items: flex-start;
    text-align: left;
}
.aftercare__item-text {
    font-family: "source-han-sans-vf", sans-serif;
    font-variation-settings: "wght" 700;
    font-size: 40px;
    font-weight: 700;
    line-height: auto;
    color: #fff;
}
.aftercare__item-label {
    font-family: "source-han-sans-vf", sans-serif;
    font-variation-settings: "wght" 700;
    font-size: 28px;
    font-weight: 700;
    line-height: auto;
    color: #fff;
}
.aftercare__item-value {
    display: flex;
    align-items: center;
    gap: 4px;
    width: 100%;
    justify-content: flex-start;
}
.aftercare__item-number {
    font-family: "tt-commons-pro", sans-serif;
    font-size: 48px;
    font-weight: 500;
    line-height: 140%;
    color: #fff;
}
.aftercare__item-unit {
    font-family: "source-han-sans-vf", sans-serif;
    font-variation-settings: "wght" 700;
    font-size: 28px;
    font-weight: 700;
    line-height: auto;
    color: #fff;
}
.aftercare__divider {
    width: 1px;
    height: 80px;
    background-color: #fff;
}



@media (max-width: 1164px) {
    .usp__points {
        padding: 64px 20px;
    }
    .usp__divider {
        margin: 0 12px;
    }
    .usp__point-description {
        font-size: 13px;
        letter-spacing: 1px;
    }
}

@media (max-width: 900px) {
    /* USP Section */
    .usp__points {
        gap: 8px; /* Reduced from 20px */
    }
    
    /* Styling Section */
    .styling__text-frame {
        right: -80px;
    }
    .styling__text-frame--left {
        left: -80px;
        right: auto;
    }

    /* Hero Section */
    .hero__headline-1 {
        font-size: 28px;
    }
    .hero__headline-2 {
        font-size: 48px;
    }
    .hero__subtext {
        font-size: 20px;
    }
    .hero__content {
        padding: 24px;
        gap: 32px;
    }
}

@media (max-width: 768px) {
    /* Removed USP column layout to keep items in row until 600px */
    
    /* Restore Styling Text Frame for Mobile */
    .styling__text-frame {
        right: -1px;
    }
    .styling__text-frame--left {
        left: -1px;
    }
}

@media (max-width: 600px) {

    .hero { height: auto; }
    .hero__inner {
        flex-wrap: wrap;
        padding-left: 0;
        padding-right: 0;
        gap: 32px;
    }
    .hero__brand-logo { display: block; margin: 0 auto; }
    .hero__brand-text {
        display: none;
    }
    .hero__image { flex: 1 1 100%; display: flex; flex-direction: row; align-items: flex-start; gap: 0; }
    .hero__image-group { height: 305px; }
    .hero__image img { width: 50%; height: 100%; object-fit: cover; display: block; max-width: none; }
    .hero__content {
        flex: 1 1 100%;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        gap: 24px;
        padding: 0;
    }
    .hero__headlines {
        display: flex;
        flex-direction: column;
        align-items: center;
        gap: 16px;
    }
    .hero__headline-1 {
        font-size: 20px;
        text-align: center;
    }
    .hero__headline-2 {
        font-size: 17px;
        text-align: center;
    }
    .hero__subtext {
        font-size: 16px;
        text-align: center;
    }
    .content { padding-top: 48px; }
    .content__inner { gap: 48px; }
    .top-text {
        gap: 24px;
        padding: 24px 24px 0;
    }
    .top-text__label {
        font-size: 19.2px;
        line-height: 1.3;
        letter-spacing: 0.1em;
        font-weight: 500;
    }
    .top-text__heading {
        font-size: 20px;
        line-height: normal;
        font-weight: 500;
    }
    .top-text__description {
        font-size: 12px;
        font-weight: 400;
        line-height: 2;
        letter-spacing: 0.1em;
        text-align: left;
    }
    .top-text__description br {
        display: none;
    }
    .top-text__notice {
        padding: 24px 35px 0;
        font-size: 10px;
        font-weight: 300;
        line-height: 1.5;
    }
    .usp { padding: 48px 0; gap: 48px; }
    .usp__points {
        flex-direction: column;
        gap: 48px;
        padding: 0 24px;
    }
    .usp__point {
        display: flex;
        flex-direction: column; /* Stack vertically */
        align-items: center; /* Center align items */
        gap: 24px; /* Space between title and content */
        width: 100%;
        padding: 0;
        text-align: center; /* Center text */
    }
    .usp__point-title {
        flex: 0 0 auto; /* Remove fixed width */
        width: 100%; /* Full width */
        display: flex;
        align-items: center;
        justify-content: center; /* Center title */
    }
    .usp__point-content {
        flex: 1;
        display: flex;
        flex-direction: column;
        align-items: center; /* Center content */
        justify-content: center;
        gap: 8px;
        padding-left: 0; /* Remove left padding */
        position: relative;
    }
    .usp__point-content::before {
        display: none; /* Remove vertical line */
    }
    .usp__divider {
        display: block;
        width: 70px;
        height: 1px;
        background-color: #8e8e93;
        margin: 0 auto;
    }


}

@media (max-width: 768px) {

    
    .flow {
        padding: 24px;
        gap: 48px;
    }

    .flow__heading {
        padding: 8px;
        gap: 8px;
    }

    .flow__title {
        display: block;
        font-size: 20px;
    }

    .flow__subtitle {
        font-size: 12px;
    }

    .flow__order-wrapper {
        padding: 0;
        gap: 40px;
        grid-template-columns: 1fr;
    }

    .flow__order-item,
    .flow__order-item:nth-child(4),
    .flow__order-item:nth-child(5) {
        grid-column: span 1;
        gap: 16px;
    }

    .flow__order-header {
        gap: 12px;
    }

    .flow__order-number {
        font-size: 32px;
    }

    .flow__order-title {
        font-size: 20px;
        letter-spacing: 0.1em;
        line-height: normal;
    }

    .flow__order-content {
        gap: 16px;
    }

    .flow__order-text {
        font-size: 12px;
        font-weight: 400;
        letter-spacing: 0.1em;
        line-height: normal;
    }

    .flow__caution {
        margin: 0 -24px;
        padding: 24px;
        width: auto;
        gap: 16px;
    }

    .flow__caution-title {
        font-size: 14px;
        letter-spacing: 0.1em;
        line-height: normal;
    }

    .flow__caution-list {
        gap: 4px;
    }

    .flow__caution-item {
        font-size: 10px;
        letter-spacing: 0.1em;
        line-height: normal;
    }



    .aftercare {
        gap: 32px;
    }

    .aftercare__heading {
        padding: 8px;
        gap: 8px;
    }

    .aftercare__title {
        display: block;
        font-size: 20px;
    }

    .aftercare__subtitle {
        font-size: 12px;
    }

    .aftercare__image-section {
        padding: 32px 24px;
        height: 205px;
    }

    .aftercare__content {
        flex-direction: column;
        align-items: flex-start;
        gap: 24px;
        padding: 0;
        width: 245px;
        margin: 0;
    }

    .aftercare__item-text {
        font-size: 20px;
    }

    .aftercare__item-text br {
        display: none;
    }

    .aftercare__group {
        width: 100%;
        gap: 24px;
    }

    .aftercare__item-label {
        font-size: 14px;
    }

    .aftercare__item-number {
        font-size: 24px;
    }

    .aftercare__item-unit {
        font-size: 14px;
    }





    .footer {
        height: auto;
        padding: 16px 0;
        background-image: url('../images/footer/footer-mobile-bg.webp');
        background-size: cover;
    }

    .footer__container {
        flex-direction: column;
        gap: 16px;
        padding: 0 25px;
    }

    .footer__text {
        font-size: 10px;
        text-align: center;
    }

    .footer__button {
        font-size: 14px;
        width: 100%;
        padding: 0 24px;
        height: 48px;
    }

    body {
        padding-bottom: 114.5px;
    }
}

@media (max-width: 768px) {

}

/* Detail Section */
.detail {
    padding: 64px 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 64px;
}

.detail__heading {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 16px;
    text-align: center;
}

.detail__title {
    font-family: "source-han-sans-vf", sans-serif;
    font-variation-settings: "wght" 700;
    font-size: 40px;
    font-weight: 700;
    line-height: normal;
    color: #000;
    margin: 0;
}

.detail__subtitle {
    font-family: "tt-commons-pro", sans-serif;
    font-size: 24px;
    font-weight: 300;
    line-height: 130%;
    color: #000;
    margin: 0;
}

.detail__description {
    font-family: "source-han-sans-vf", sans-serif;
    font-variation-settings: "wght" 400;
    font-size: 24px;
    font-weight: 400;
    line-height: 160%;
    color: #000;
    text-align: center;
    padding: 0;
}

.detail__container {
    display: flex;
    flex-direction: column;
    gap: 32px;
    padding: 0 120px;
    width: 100%;
    max-width: 1280px;
    margin: 0 auto;
}

.detail__tabs {
    display: flex;
    justify-content: center;
    width: 100%;
    margin: 0;
    gap: 30px;
}

.detail__tab {
    flex: 1;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 16px;
    gap: 8px;
    background-color: #fff;
    border: 1px solid #D1D1D1;
    cursor: pointer;
    transition: all 0.3s ease;
}

.detail__tab.is-active {
    background-color: #8C7456;
    border-color: #8C7456;
    color: #fff;
}

.detail__tab-jp {
    font-family: "source-han-sans-vf", sans-serif;
    font-variation-settings: "wght" 500;
    font-size: 28px;
    font-weight: 500;
    line-height: 140%;
    letter-spacing: 0.1em;
}

.detail__tab-en {
    font-family: "tt-commons-pro", sans-serif;
    font-size: 24px;
    font-weight: 300;
    line-height: 130%;
    letter-spacing: 0.1em;
}

.detail__tab.is-active .detail__tab-jp,
.detail__tab.is-active .detail__tab-en {
    color: #fff;
}

.detail__content-wrapper {
    width: 100%;
}

.detail__content {
    display: none;
}

.detail__content.is-active {
    display: block;
}


.detail__model {
    display: flex;
    align-items: flex-start;
    justify-content: center;
    gap: 30px;
    width: 100%;
    margin: 0 auto;
}

.detail__main-image {
    width: 100%;
    max-width: 505px;
    height: auto;
    flex: 1;
}

.detail__main-image img {
    display: block;
    width: 100%;
    height: auto;
    object-fit: cover;
    aspect-ratio: 505/600;
}

.detail__info {
    width: 100%;
    max-width: 505px;
    display: flex;
    flex-direction: column;
    padding: 96px 0 48px 0;
    align-self: stretch;
    justify-content: space-between;
    flex: 1;
}

.detail__info-text {
    display: flex;
    flex-direction: column;
    padding: 32px 0;
    gap: 32px;
}

.detail__info-title {
    font-family: "source-han-sans-vf", sans-serif;
    font-variation-settings: "wght" 700;
    font-size: 32px;
    font-weight: 700;
    line-height: normal;
    color: #000;
    margin: 0;
}

.detail__tags {
    display: flex;
    gap: 24px;
}

.detail__tags:empty {
    display: none;
}

.detail__tag {
    font-family: "source-han-sans-vf", sans-serif;
    font-variation-settings: "wght" 700;
    font-size: 20px;
    font-weight: 700;
    line-height: 1;
    color: #8E8E93;
}

.detail__info-desc {
    font-family: "source-han-sans-vf", sans-serif;
    font-variation-settings: "wght" 400;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.8;
    color: #000;
    margin: 0;
}

.detail__thumbnails {
    display: flex;
    gap: 8px;
}

.detail__thumbnail {
    width: 120px;
    height: 172.8px;
    border: 1px solid transparent;
    cursor: pointer;
    transition: all 0.3s ease;
}

.detail__thumbnail img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: all 0.3s ease;
}

.detail__thumbnail img:hover {
    opacity: 0.7;
}

.detail__thumbnail img:active {
    transform: scale(0.95);
    opacity: 0.6;
}

.detail__thumbnail.is-active {
    border-color: #8C7456;
}

@media (max-width: 1280px) {
    .detail__container {
        padding: 0 60px;
    }
}

@media (max-width: 1024px) {
    .detail__container {
        padding: 0 40px;
        gap: 24px;
    }
    .detail__model {
        flex-direction: column;
        align-items: center;
    }
    .detail__main-image {
        flex: 0 0 auto;
        width: 100%;
        height: auto;
    }
    .detail__info {
        padding-top: 0;
        padding-bottom: 0;
        width: 100%;
    }
}

@media (max-width: 768px) {
    .detail {
        padding: 0 24px;
        gap: 32px;
    }

    .detail__heading {
        padding: 8px;
        gap: 8px;
    }

    .detail__title {
        font-size: 20px;
    }

    .detail__subtitle {
        font-size: 12px;
    }

    .detail__description {
        font-size: 10px;
        line-height: 1.5;
        color: #000;
        min-height: 3.2em;
        text-align: left;
        font-weight: 400;
    }

    .detail__container {
        padding: 0;
        gap: 16px;
    }

    .detail__model {
        gap: 16px;
    }

    .detail__tabs {
        gap: 12px;
    }

    .detail__tab {
        padding: 12px;
        gap: 4px;
    }

    .detail__tab-jp {
        font-size: 14px;
    }

    .detail__tab-en {
        font-size: 12px;
        letter-spacing: 0;
    }

    .detail__info-text {
        padding: 0 0 16px 0;
        gap: 12px;
    }

    .detail__info-title {
        font-size: 16px;
        font-weight: 700;
    }

    .detail__tags {
        gap: 8px;
    }

    .detail__tag {
        font-size: 10px;
        color: #8E8E93;
    }

    .detail__info-desc {
        font-size: 12px;
        line-height: 1.5;
        min-height: 3em;
    }

    .detail__thumbnails {
        display: grid;
        grid-template-columns: repeat(4, 1fr);
        gap: 8px;
        overflow-x: visible;
        padding-bottom: 0;
    }

    .detail__thumbnail {
        width: 100%;
        height: auto;
        aspect-ratio: 4 / 5;
        flex: none;
    }
}

/* Fabrics Options Section */
.fabrics-options {
    padding: 64px 0;
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 64px;
}

.fabrics-options__heading {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 16px;
    text-align: center;
}

.fabrics-options__title {
    font-family: "source-han-sans-vf", sans-serif;
    font-variation-settings: "wght" 700;
    font-size: 40px;
    font-weight: 700;
    line-height: normal;
    color: #000;
    margin: 0;
}

.fabrics-options__subtitle {
    font-family: "tt-commons-pro", sans-serif;
    font-size: 24px;
    font-weight: 300;
    line-height: 130%;
    color: #000;
    margin: 0;
}

.fabrics-options__container {
    padding: 0 120px;
    width: 100%;
    max-width: 1280px;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    gap: 48px;
}

.fabrics-options__grid {
    display: grid;
    grid-template-columns: repeat(6, 1fr);
    gap: 16px;
}

.fabrics-options__fabric img {
    width: 100%;
    height: auto;
    object-fit: cover;
    aspect-ratio: 11 / 14;
}

.fabrics-options__text {
    text-align: left;
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.fabrics-options__text-main {
    font-family: "source-han-sans-vf", sans-serif;
    font-variation-settings: "wght" 700;
    font-size: 28px;
    font-weight: 700;
    line-height: normal;
    color: #000;
    margin: 0;
}

.fabrics-options__text-sub {
    font-family: "source-han-sans-vf", sans-serif;
    font-variation-settings: "wght" 400;
    font-size: 24px;
    font-weight: 400;
    line-height: normal;
    color: #000;
    margin: 0;
}

.fabrics-options__options {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 16px;
}

.fabrics-options__option img {
    width: 100%;
    height: 350px;
    object-fit: cover;
}

@media (max-width: 1024px) {
    .fabrics-options__container {
        padding: 0 40px;
    }
    .fabrics-options__grid {
        grid-template-columns: repeat(4, 1fr);
    }
}

@media (max-width: 768px) {
    .fabrics-options {
        padding: 0 24px;
        gap: 32px;
    }

    .fabrics-options__heading {
        padding: 8px;
        gap: 8px;
    }

    .fabrics-options__title {
        font-size: 20px;
    }

    .fabrics-options__subtitle {
        font-size: 12px;
    }

    .fabrics-options__container {
        padding: 0;
        gap: 32px;
    }

    .fabrics-options__grid {
        grid-template-columns: repeat(4, 1fr);
        gap: 8px;
    }

    .fabrics-options__text {
        gap: 12px;
    }

    .fabrics-options__text-main {
        font-size: 14px;
        font-weight: 700;
        line-height: 1.6;
    }

    .fabrics-options__text-sub {
        font-size: 10px;
        line-height: normal;
        color: #B19B7E;
    }

    .fabrics-options__options {
        grid-template-columns: 1fr;
        gap: 16px;
    }

    .fabrics-options__option img {
        height: auto;
    }
}

/* Voice Section */
.voice {
    padding: 24px 0;
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 64px;
}

.voice__heading {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 16px;
    text-align: center;
    padding: 16px;
}

.voice__title {
    font-family: "source-han-sans-vf", sans-serif;
    font-variation-settings: "wght" 700;
    font-size: 40px;
    font-weight: 700;
    line-height: normal;
    color: #000;
    margin: 0;
}

.voice__subtitle {
    font-family: "tt-commons-pro", sans-serif;
    font-size: 24px;
    font-weight: 300;
    line-height: 130%;
    color: #000;
    margin: 0;
}

.voice__container {
    padding: 0 120px;
    width: 100%;
    max-width: 1280px;
    margin: 0 auto;
    display: flex;
    justify-content: center;
    gap: 48px;
}

.voice__card {
    flex: 1;
    background-color: #f9f9f7;
    border-radius: 20px;
    padding: 32px 64px;
    display: flex;
    flex-direction: column;
    gap: 32px;
}

.voice__card-info {
    display: flex;
    flex-direction: column;
    gap: 0;
}

.voice__card-content {
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.voice__stars-wrapper {
    display: flex;
    align-items: center;
    gap: 16px;
}

.voice__stars {
    display: flex;
    gap: 4px;
}

.voice__star {
    font-size: 36px;
    color: #e0e0e0; /* Inactive star color */
}

.voice__star.is-active {
    color: #FFD25E; /* Active star color from image */
}

.voice__rating {
    font-family: "source-han-sans-vf", sans-serif;
    font-variation-settings: "wght" 700;
    font-size: 40px;
    font-weight: 700;
    line-height: normal;
    color: #444;
}

.voice__user {
    display: flex;
    align-items: center;
    gap: 28px;
}

.voice__user-icon {
    width: 48px;
    height: 48px;
}

.voice__user-info {
    font-family: "source-han-sans-vf", sans-serif;
    font-variation-settings: "wght" 400;
    font-size: 20px;
    font-weight: 400;
    line-height: normal;
    color: #000;
}

.voice__card-title {
    font-family: "source-han-sans-vf", sans-serif;
    font-variation-settings: "wght" 700;
    font-size: 24px;
    font-weight: 700;
    line-height: normal;
    color: #000;
    margin: 0;
}

.voice__card-desc {
    font-family: "source-han-sans-vf", sans-serif;
    font-variation-settings: "wght" 400;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.5;
    color: #333;
    margin: 0;
}

@media (max-width: 1024px) {
    .voice__container {
        padding: 0 40px;
        gap: 32px;
    }
    .voice__card {
        padding: 32px;
    }
}

@media (max-width: 768px) {
    .voice {
        padding: 24px;
        gap: 32px;
    }

    .voice__heading {
        padding: 8px;
        gap: 8px;
    }

    .voice__title {
        font-size: 20px;
    }

    .voice__subtitle {
        font-size: 12px;
    }

    .voice__container {
        padding: 0;
        gap: 32px;
        flex-direction: column;
    }

    .voice__card {
        padding: 16px 24px;
        gap: 16px;
    }

    .voice__card-content {
        gap: 8px;
    }

    .voice__stars-wrapper {
        gap: 12px;
    }

    .voice__star {
        font-size: 18px;
    }

    .voice__rating {
        font-size: 20px;
    }

    .voice__user {
        gap: 16px;
    }

    .voice__user-icon {
        width: 24px;
        height: 24px;
    }

    .voice__user-info {
        font-size: 10px;
    }

    .voice__card-title {
        font-size: 16px;
        line-height: normal;
    }

    .voice__card-desc {
        font-size: 12px;
        line-height: 1.5;
    }
}

/* Showrooming Section */
.showrooming {
    padding: 64px 0;
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 64px;
}

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

.showrooming__title {
    font-family: "source-han-sans-vf", sans-serif;
    font-variation-settings: "wght" 700;
    font-size: 40px;
    font-weight: 700;
    line-height: normal;
    color: #000;
    margin: 0;
}

.showrooming__subtitle {
    font-family: "tt-commons-pro", sans-serif;
    font-size: 24px;
    font-weight: 300;
    line-height: 130%;
    color: #000;
    margin: 0;
}

.showrooming__video-container {
    width: 100vw;
    position: relative;
    left: 50%;
    right: 50%;
    margin-left: -50vw;
    margin-right: -50vw;
    height: 593px;
    background-color: #000;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
}

.showrooming__video-inner {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.showrooming__thumbnail {
    width: auto;
    height: 100%;
    max-width: 100%;
    object-fit: contain;
}

@media (max-width: 768px) {
    .showrooming {
        padding: 0 24px;
        gap: 32px;
    }

    .showrooming__heading {
        padding: 8px;
        gap: 8px;
    }

    .showrooming__title {
        font-size: 20px;
    }

    .showrooming__subtitle {
        font-size: 12px;
    }

    .showrooming__video-container {
        width: 100%;
        position: relative;
        left: auto;
        right: auto;
        margin-left: 0;
        margin-right: 0;
        height: auto;
        aspect-ratio: 9 / 12;
    }

    .showrooming__thumbnail {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

    .showrooming__play-icon {
        width: 40px;
        height: 40px;
        border-width: 1px;
    }

    .showrooming__play-icon::after {
        border-width: 6px 0 6px 10px;
        margin-left: 2px;
    }

    .showrooming__play-text {
        font-size: 12px;
        margin-top: 8px;
    }
}

/* Custom Made Section */
.custom-made {
    padding: 0;
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 64px;
}

.custom-made__heading {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 16px;
    text-align: center;
}

.custom-made__title {
    font-family: "source-han-sans-vf", sans-serif;
    font-variation-settings: "wght" 700;
    font-size: 40px;
    font-weight: 700;
    line-height: normal;
    color: #000;
    margin: 0;
}

.custom-made__subtitle {
    font-family: "tt-commons-pro", sans-serif;
    font-size: 24px;
    font-weight: 300;
    line-height: 130%;
    color: #000;
    margin: 0;
}

.custom-made__video-container {
    width: 100vw;
    position: relative;
    left: 50%;
    right: 50%;
    margin-left: -50vw;
    margin-right: -50vw;
    height: 600px; /* Specific height requested */
    background-color: #000;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
}

.custom-made__video-inner {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
}

.custom-made__video-inner.is-playing .custom-made__thumbnail,
.custom-made__video-inner.is-playing .custom-made__play-button,
.showrooming__video-inner.is-playing .showrooming__thumbnail,
.showrooming__video-inner.is-playing .showrooming__play-button {
    display: none;
}

.video-iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 5;
}

.custom-made__thumbnail {
    width: 100%;
    height: 100%;
    object-fit: cover; /* Specific fit requested */
    display: block;
}

/* Play Button Styling */
.showrooming__play-button,
.custom-made__play-button {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 0;
    cursor: pointer;
    z-index: 10;
    transition: transform 0.3s ease;
}

.showrooming__play-button:hover,
.custom-made__play-button:hover {
    transform: translate(-50%, -50%) scale(1.1);
}

.showrooming__play-icon,
.custom-made__play-icon {
    width: 64px;
    height: 64px;
    border: 2px solid #fff;
    border-radius: 50%;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: transparent; /* Assuming transparent based on typical designs, adjust if needed */
}

/* Triangle icon */
.showrooming__play-icon::after,
.custom-made__play-icon::after {
    content: '';
    display: block;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 10px 0 10px 16px;
    border-color: transparent transparent transparent #fff;
    margin-left: 4px; /* Center optically */
}

.showrooming__play-text,
.custom-made__play-text {
    font-family: "source-han-sans-vf", sans-serif;
    font-variation-settings: "wght" 500;
    font-size: 16px;
    font-weight: 500;
    color: #fff;
    margin: 0;
    text-shadow: 0 2px 4px rgba(0,0,0,0.5); /* Improve visibility */
    letter-spacing: 0.05em;
    position: absolute;
    top: 100%;
    left: 50%;
    transform: translateX(-50%);
    margin-top: 16px;
    white-space: nowrap;
}

@media (max-width: 768px) {
    .showrooming {
        padding: 0 24px;
        gap: 32px;
    }

    .showrooming__heading {
        padding: 8px;
        gap: 8px;
    }

    .showrooming__title {
        font-size: 20px;
    }

    .showrooming__subtitle {
        font-size: 12px;
    }

    .showrooming__video-container {
        width: 100%;
        position: relative;
        left: auto;
        right: auto;
        margin-left: 0;
        margin-right: 0;
        height: auto;
        aspect-ratio: 9 / 12;
    }

    .showrooming__thumbnail {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

    .showrooming__play-icon {
        width: 40px;
        height: 40px;
        border-width: 1px;
    }

    .showrooming__play-icon::after {
        border-width: 6px 0 6px 10px;
        margin-left: 2px;
    }

    .showrooming__play-text {
        font-size: 12px;
        margin-top: 8px;
    }
}


@media (max-width: 768px) {
    .custom-made {
        padding: 0;
        gap: 32px;
    }
    .custom-made__heading {
        padding: 8px;
        gap: 8px;
    }
    .custom-made__title {
        font-size: 20px;
    }
    .custom-made__subtitle {
        font-size: 12px;
    }
    .custom-made__video-container {
        width: 100%;
        position: relative;
        left: auto;
        right: auto;
        margin-left: 0;
        margin-right: 0;
        height: auto;
        aspect-ratio: 16 / 15;
    }
    .custom-made__play-icon {
        width: 48px;
        height: 48px;
        border-width: 1px;
    }
    .custom-made__play-icon::after {
        border-width: 8px 0 8px 12px;
        margin-left: 2px;
    }
    .custom-made__play-text {
        font-size: 14px;
        margin-top: 8px;
    }
}

/* Price Menu Section */
.price-menu {
    width: 100vw;
    background-color: #F9F9F7;
    display: flex;
    justify-content: center;
    padding: 64px 0;
}

.price-menu__inner {
    width: 100%;
    max-width: 1280px;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 64px;
}

.price-menu__heading {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 16px;
    text-align: center;
}

.price-menu__title {
    font-family: "source-han-sans-vf", sans-serif;
    font-variation-settings: "wght" 700;
    font-size: 40px;
    font-weight: 700;
    line-height: normal;
    color: #000;
    margin: 0;
}

.price-menu__subtitle {
    font-family: "tt-commons-pro", sans-serif;
    font-size: 24px;
    font-weight: 300;
    line-height: 130%;
    color: #000;
    margin: 0;
    text-transform: uppercase;
}

.price-menu__list {
    display: flex;
    flex-direction: column;
    width: 100%;
    gap: 48px;
    padding: 0 70px;
}

.price-menu__item {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 120px;
    padding: 0;
    width: 800px;
    margin: 0 auto;
}

.price-menu__icon-wrapper {
    width: 62px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-shrink: 0; /* Prevent shrinking */
}

.price-menu__icon {
    width: 100%; /* Fill wrapper */
    height: 113px;
    object-fit: contain;
}

.price-menu__content {
    display: flex;
    align-items: center;
    gap: 19.5px;
}

.price-menu__price {
    font-family: "source-han-sans-vf", sans-serif;
    font-variation-settings: "wght" 700;
    font-size: 64px;
    font-weight: 700;
    line-height: 1.3;
    letter-spacing: -0.02em;
    color: #000;
    min-width: 330px;
    text-align: right;
}

.price-menu__details {
    display: flex;
    flex-direction: column;
    gap: 3.9px;
    text-align: left;
    min-width: 200px;
}

.price-menu__name {
    font-family: "source-han-sans-vf", sans-serif;
    font-variation-settings: "wght" 400;
    font-size: 24px;
    font-weight: 400;
    color: #000;
    line-height: normal;
}

.price-menu__tax {
    font-family: "source-han-sans-vf", sans-serif;
    font-variation-settings: "wght" 400;
    font-size: 24px;
    font-weight: 400;
    color: #000;
    line-height: normal;
    letter-spacing: 0.05em;
}

.price-menu__divider {
    width: 100%;
    height: 1px;
    background-color: #E5E5E5;
    margin: 0;
}

@media (max-width: 1024px) {
    .price-menu__inner {
        padding: 64px 40px;
    }
    .price-menu__price {
        font-size: 48px;
        min-width: unset;
        width: auto;
    }
    .price-menu__item {
        gap: 32px;
        width: 100%;
        margin: 0;
        justify-content: center;
    }
    .price-menu__content {
        gap: 24px;
    }
}

@media (max-width: 768px) {
    .price-menu {
        padding: 32px 24px;
        gap: 32px;
    }
    .price-menu__inner {
        padding: 0;
        gap: 32px;
    }
    .price-menu__heading {
        padding: 8px;
        gap: 8px;
    }
    .price-menu__title {
        font-size: 20px;
    }
    .price-menu__subtitle {
        font-size: 12px;
    }
    .price-menu__list {
        padding: 0;
        gap: 32px;
    }
    .price-menu__item {
        flex-direction: row;
        align-items: center;
        gap: 70px;
        width: 100%;
        padding: 0;
        text-align: left;
    }
    .price-menu__icon-wrapper {
        width: 50px;
    }
    .price-menu__icon {
        width: 50px;
        height: 70px;
        object-fit: contain;
    }
    .price-menu__content {
        flex-direction: column;
        align-items: center;
        gap: 2px;
        text-align: center;
    }
    .price-menu__details {
        display: contents;
    }
    .price-menu__name {
        font-size: 14px;
        order: 1;
    }
    .price-menu__price {
        font-size: 32px;
        order: 2;
        width: auto;
        text-align: left;
        min-width: unset;
    }
    .price-menu__tax {
        font-size: 14px;
        font-weight: 400;
        letter-spacing: 0.05em;
        line-height: normal;
        order: 3;
    }
}

/* FAQ Section */
.faq {
    padding: 64px 0 120px; /* Updated bottom padding */
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 64px;
}

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

.faq__title {
    font-family: "source-han-sans-vf", sans-serif;
    font-variation-settings: "wght" 700;
    font-size: 40px;
    font-weight: 700;
    line-height: normal;
    color: #000;
    margin: 0;
}

.faq__subtitle {
    font-family: "tt-commons-pro", sans-serif;
    font-size: 24px;
    font-weight: 300;
    line-height: 130%;
    color: #000;
    margin: 0;
}

.faq-container {
    width: 100%;
    max-width: 1000px; /* Adjust as needed, based on image width */
    margin: 0 auto;
    padding: 0 20px;
    display: flex;
    flex-direction: column;
}

.faq-item {
    border-bottom: 1px solid #E5E5E5;
    padding: 32px 0;
}

.faq-item:first-child {
    border-top: 1px solid #E5E5E5;
}

.faq-question {
    list-style: none; /* Remove default triangle */
    display: flex;
    justify-content: space-between;
    align-items: center;
    cursor: default; /* Changed from pointer */
    gap: 24px;
    pointer-events: none; /* Disable interaction */
    font-family: "source-han-sans-vf", sans-serif;
    font-variation-settings: "wght" 500;
    font-size: 21px; /* Requested size */
    font-weight: 500;
    line-height: 1.5;
    color: #000;
    padding-left: 50px; /* Indent question */
}

.faq-question::-webkit-details-marker {
    display: none;
}

.faq-question-text {
    font-family: "source-han-sans-vf", sans-serif;
    font-variation-settings: "wght" 500;
    font-size: 21px; /* Match question size */
    font-weight: 500;
    line-height: 1.5;
    color: #000;
}


.faq-answer {
    padding-top: 24px;
    padding-bottom: 0;
}

.faq-answer p {
    font-family: "source-han-sans-vf", sans-serif;
    font-variation-settings: "wght" 400;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.8;
    color: #000;
    margin: 0;
}

@media (max-width: 768px) {
    .faq {
        padding: 40px 0 80px;
        gap: 32px;
    }

    .faq__heading {
        gap: 8px;
    }

    .faq__title {
        font-size: 20px;
        text-align: center;
    }

    .faq__subtitle {
        font-size: 12px;
        text-align: center;
    }

    .faq-container {
        padding: 0 24px;
    }

    .faq-item {
        padding: 16px 0;
    }

    .faq-question {
        padding-left: 0;
        font-size: 14px;
        font-weight: 500;
        line-height: 1.4;
    }

    .faq-question-text {
        font-size: 14px;
        font-weight: 500;
        line-height: 1.4;
    }

    .faq-answer {
        padding-top: 12px;
    }

    .faq-answer p {
        font-size: 12px;
        font-weight: 400;
        line-height: 1.8;
    }
}
