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

.main {
    padding: 0;
}

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

/* 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-color: rgba(255, 255, 255, 0.95);
    backdrop-filter: blur(2px);
    z-index: 1000;
    display: flex;
    justify-content: center;
    align-items: center;
    border-top: 1px solid rgba(0,0,0,0.1);
    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: #000;
}


.footer__button {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
    height: 53px;
    padding: 0 40px;
    background-color: #8C7456;
    border: 1px solid #8C7456;
    border-radius: 9999px;
    text-decoration: none;
    color: #fff;
    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: #fff;
    color: #000;
    border: 1px solid #ddd;
}

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

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

.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;
}
.hero__image img {
    display: block;
    width: 486px;
    height: 550px;
    object-fit: cover;
}
.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__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: 64px;
    font-weight: 500;
    line-height: 120%;
    letter-spacing: -0.03em;
    color: #222;
}
.hero__subtext-group {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 16px;
}
.hero__subtext {
    font-family: "source-han-sans-vf", sans-serif;
    font-variation-settings: "wght" 400;
    font-size: 24px;
    font-weight: 400;
    line-height: 140%;
    margin: 0;
    color: #000;
    text-align: center;
}
.hero__sale {
    font-family: "source-han-sans-vf", sans-serif;
    font-variation-settings: "wght" 400;
    font-size: 14px;
    font-weight: 400;
    line-height: 140%;
    margin: 0;
    color: #000;
    text-align: center;
}
.content {
    max-width: 1280px;
    margin: 0 auto;
    padding: 120px 0 0;
}
.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;
    height: 484px;
    justify-content: stretch;
}
.usp__text {
    font-family: "source-han-sans-vf", sans-serif;
    font-variation-settings: "wght" 400;
    font-size: 32px;
    font-weight: 400;
    line-height: 150%;
    letter-spacing: 0.05em;
    color: #000;
    margin: 0;
    text-align: left;
}
.usp__points {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    max-width: 1200px;
    gap: 0;
    padding: 64px 70px;
    flex: 1;
}
.usp__point {
    flex: 1 1 0px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    text-align: left;
    gap: 32px;
}
.usp__divider {
    width: 1px;
    background-color: #D1D1D6;
    align-self: stretch;
    margin: 0 48px;
}
.usp__point-title {
    font-family: "source-han-sans-vf", sans-serif;
    font-variation-settings: "wght" 500;
    font-size: 30px;
    font-weight: 500;
    line-height: 120%;
    letter-spacing: 0.1em;
    color: #000;
    margin: 0;
    white-space: nowrap;
}
.usp__point-description {
    font-family: "source-han-sans-vf", sans-serif;
    font-variation-settings: "wght" 500;
    font-size: 15px;
    font-weight: 500;
    line-height: 120%;
    letter-spacing: 1.5px;
    color: #000;
    margin: 0;
    text-align: left;
}
.fabric-brand {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
    gap: 64px;
}
.fabric-brand__header {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 16px;
}
.fabric-brand__title {
    font-family: "source-han-sans-vf", sans-serif;
    font-variation-settings: "wght" 700;
    font-size: 40px;
    font-weight: 700;
    color: #000;
    margin: 0;
    text-align: center;
}
.fabric-brand__subtitle {
    font-family: "tt-commons-pro", sans-serif;
    font-size: 24px;
    font-weight: 300;
    line-height: 130%;
    letter-spacing: 0.1em;
    color: #000;
    margin: 0;
    text-align: center;
}
.fabric-brand__table {
    display: flex;
    flex-direction: column;
    width: 100%;
    max-width: 800px;
}
.fabric-brand__table-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 24px 0;
    border-bottom: 1px solid #E0E0E0;
    margin-bottom: 16px;
}
.fabric-brand__table-row {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 8px 0;
}
.fabric-brand__table-cell {
    font-family: "source-han-sans-vf", sans-serif;
    font-variation-settings: "wght" 400;
    font-size: 40px;
    font-weight: 400;
    line-height: 140%;
    color: #000;
    margin: 0;
}
.fabric-brand__table-cell--header {
    font-family: "source-han-sans-vf", sans-serif;
    font-variation-settings: "wght" 300;
    font-size: 40px;
    font-weight: 700;
    line-height: 140%;
    color: #000;
}
.fabric-brand__table-cell--price {
    font-family: "tt-commons-pro", sans-serif;
    font-size: 40px;
    font-weight: 400;
    line-height: 140%;
    text-align: right;
}

.fabric-brand__price-tax {
    font-size: 0.5em;
    margin-left: 4px;
    vertical-align: baseline;
}

.brands {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
    gap: 64px;
}
.brands__heading {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 16px;
}
.brands__title {
    font-family: "source-han-sans-vf", sans-serif;
    font-variation-settings: "wght" 700;
    font-size: 40px;
    font-weight: 700;
    color: #000;
    margin: 0;
    text-align: center;
}
.brands__subtitle {
    font-family: "tt-commons-pro", sans-serif;
    font-size: 24px;
    font-weight: 300;
    line-height: 130%;
    color: #000;
    margin: 0;
    text-align: center;
}
.brands__list {
    display: flex;
    flex-direction: column;
    gap: 136px;
    width: 100%;
}
.brand {
    display: flex;
    flex-direction: column;
    gap: 120px;
}
.brand__cover {
    width: 100vw;
    position: relative;
    left: 50%;
    right: 50%;
    margin-left: -50vw;
    margin-right: -50vw;
}
.brand picture {
    display: block;
}
.brand__image-wrapper {
    position: relative;
    width: 100%;
    display: block;
}
.brand__background {
    width: 100%;
    height: auto;
    display: block;
    object-fit: cover;
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
}
.brand__background--1 {
    position: relative;
    opacity: 1;
}

.brand__background--2 {
    opacity: 0;
}
.brand__overlay-wrapper {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 0 40px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.brand__overlay {
    height: 250px;
    width: 980px;
    object-fit: cover;
}
.brand__philosophy {
    display: flex;
    gap: 48px;
    padding: 0 70px;
    align-items: center;
}
.brand__philosophy-image {
    width: 50%;
    height: 680px;
    object-fit: cover;
}
.brand__philosophy-content {
    width: 50%;
    max-width: 512px;
    height: auto;
    display: flex;
    flex-direction: column;
    gap: 24px;
    padding: 0px;
}
.brand__philosophy-label {
    font-family: "tt-commons-pro", sans-serif;
    font-size: 32px;
    font-weight: 600;
    line-height: 130%;
    letter-spacing: -0.02em;
    color: #000;
    margin: 0;
    height: 80px;
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
}
.brand__philosophy-title {
    font-family: "tt-commons-pro", sans-serif;
    font-size: 36px;
    font-weight: 500;
    line-height: 120%;
    color: #000;
    margin: 0;
    padding-right: 20px;
}
.brand__philosophy-subtitle {
    font-family: "source-han-sans-vf", sans-serif;
    font-variation-settings: "wght" 400;
    font-size: 48px;
    font-weight: 400;
    color: #000;
    margin: 0;
}
.brand--1 .brand__philosophy-title {
    font-size: 48px;
}
.brand--1 .brand__philosophy-subtitle {
    font-size: 36px;
    letter-spacing: 0.1em;
}
.brand--3 .brand__philosophy-subtitle {
    font-family: "tt-commons-pro", sans-serif;
}
.brand__philosophy-text {
    font-family: "source-han-sans-vf", sans-serif;
    font-variation-settings: "wght" 400;
    font-size: 16px;
    font-weight: 400;
    letter-spacing: 0.1em;
    color: #000;
    margin: 0;
    height: auto;
}
.brand__philosophy-text br {
    display: none;
}
.brand__philosophy-text .brand__philosophy-br-mobile br {
    display: block;
}
.brand__video {
    width: 100vw;
    position: relative;
    left: 50%;
    right: 50%;
    margin-left: -50vw;
    margin-right: -50vw;
    display: flex;
    flex-direction: column;
    padding: 0;
}
.brand__video-main {
    position: relative;
    width: 100%;
    height: 750px;
    background-color: #000;
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
}
.brand__video-main video {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.brand__video-main.is-playing video,
.brand__video-main.is-playing .brand__video-overlay {
    display: none;
}

.video-iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 5;
}
.brand__video-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,0.2);
    display: flex;
    justify-content: center;
    align-items: center;
    transition: opacity 0.3s ease;
    z-index: 2;
}
.brand__video-overlay.is-hidden {
    opacity: 0;
    pointer-events: none;
}
.brand__video-play {
    cursor: pointer;
    color: #fff;
    opacity: 0.8;
    transition: transform 0.2s ease, opacity 0.2s ease;
}
.brand__video-play:hover {
    transform: scale(1.05);
    opacity: 1;
}
.brand__video-play svg {
    stroke-width: 1.5px;
}
.brand__video-play--main {
    border: 3px solid white;
    border-radius: 12px;
    width: 100px;
    height: 70px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: transparent;
}
/* removed grid styles */
/* removed mobile grid styles */
.brand__video-item {
    position: relative;
    aspect-ratio: 16/9;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #1a1a1a;
    cursor: pointer;
    border: 2px solid transparent;
    transition: border-color 0.3s ease;
}
.brand__video-item.is-active {
    border-color: #fff;
}
.brand__video-item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    opacity: 0.6;
    transition: opacity 0.3s ease;
}
.brand__video-item:hover img,
.brand__video-item.is-active img {
    opacity: 1;
}
.brand__video-item-overlay {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: #fff;
    pointer-events: none;
    opacity: 0.7;
    transition: opacity 0.3s ease;
}
.brand__video-item-overlay svg {
    stroke-width: 1.5px;
}
.brand__video-item:hover .brand__video-item-overlay,
.brand__video-item.is-active .brand__video-item-overlay {
    opacity: 1;
}
.brand__video-item-play {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: none;
    background: transparent;
    cursor: pointer;
    padding: 0;
    color: #fff;
}
/* removed brand--2 specific grid/item styles */
.brand--2 [id$="-video-slider"] .splide__slide {
    width: auto !important;
    height: auto !important;
}
.brand--2 .brand__video-main {
    aspect-ratio: auto;
    height: 750px;
    background-color: #000;
}
.brand--2 .brand__video-main video {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.brand__products {
    width: 100vw;
    position: relative;
    left: 50%;
    right: 50%;
    margin-left: -50vw;
    margin-right: -50vw;
}
.brand__products .splide {
    padding: 0;
}
.brand__products .splide__track {
    cursor: grab;
}
.brand__products .splide__track:active {
    cursor: grabbing;
}
.brand__products .splide__slide {
    height: auto;
}
.brand__products .splide__slide img {
    width: 100%;
    height: auto;
    display: block;
    object-fit: cover;
    cursor: grab;
}
.brand__products .splide__slide img:active {
    cursor: grabbing;
}
.brand__products .splide__arrow {
    display: none;
}
.brand__products .splide__pagination {
    display: none;
}
.brand__price-menu {
    display: flex;
    flex-direction: column;
    gap: 48px;
    padding: 64px 120px;
}
.brand__price-wrapper {
    display: flex;
    flex-direction: column;
    gap: 55px;
    padding: 0 70px;
}
.brand__price-item {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 64px;
    padding: 0 64px;
    position: relative;
}
.brand__price-label {
    font-family: "source-han-sans-vf", sans-serif;
    font-variation-settings: "wght" 700;
    font-size: 40px;
    font-weight: 700;
    color: #000;
    margin: 0;
    padding: 8px;
    width: 254px;
    text-align: left;
}
.brand__price-details {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 12px;
    flex: 1;
    width: 485px;
}
.brand__price-main {
    font-family: "source-han-sans-vf", sans-serif;
    font-variation-settings: "wght" 700;
    font-size: 48px;
    font-weight: 700;
    line-height: 130%;
    letter-spacing: -0.02em;
    color: #000;
    margin: 0;
}
.brand__price-tax {
    display: block;
    font-family: "source-han-sans-vf", sans-serif;
    font-variation-settings: "wght" 400;
    font-size: 20px;
    font-weight: 400;
    letter-spacing: 0.05em;
    margin: 0;
}
.brand__price-divider {
    position: absolute;
    left: 0;
    right: 0;
    bottom: -36px;
    width: 100%;
    height: 1px;
    background-color: #878181;
    opacity: 0.2;
}
.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" 700;
    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" 700;
    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;
}
.factory {
    display: flex;
    flex-direction: column;
    gap: 48px;
    padding: 0 70px;
}
.factory__heading {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 16px;
    padding: 16px;
}
.factory__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;
}
.factory__subtitle {
    font-family: "tt-commons-pro", sans-serif;
    font-size: 24px;
    font-weight: 300;
    line-height: 130%;
    color: #000;
}
.factory__graph {
    display: flex;
    flex-direction: column;
    align-items: center;
}
.factory__graph-content {
    width: 100%;
    display: flex;
    justify-content: center;
}
.factory__graph-content svg {
    max-width: 100%;
    height: auto;
}
.factory__graph-svg--desktop {
    display: block;
    width: 100%;
}
.factory__graph-svg--mobile {
    display: none;
}
.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;
}
.news {
    display: flex;
    flex-direction: column;
    gap: 64px;
    width: 100%;
}
.news__heading {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 16px;
    padding: 16px;
}
.news__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;
}
.news__subtitle {
    font-family: "tt-commons-pro", sans-serif;
    font-size: 24px;
    font-weight: 300;
    line-height: 130%;
    color: #000;
}
.news__grid {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    width: 100%;
    padding: 0 120px;
    gap: 0;
}
.news__divider {
    width: 1px;
    height: 260px;
    background-color: #E0E0E0;
    margin: 0 16px;
    align-self: center;
}
.news__card {
    display: flex;
    flex-direction: column;
    gap: 16px;
    flex: 1 1 0;
    min-width: 0;
    align-items: center;
    border: 1px solid transparent;
    transition: border-color 0.3s ease;
    cursor: pointer;
    padding: 12px;
}
.news__card:hover {
    border-color: #E0E0E0;
}
.news__image {
    width: 100%;
    height: 200px;
    object-fit: cover;
    background-color: #fff;
    border: 1px solid #E0E0E0;
}
.news__info {
    display: flex;
    flex-direction: column;
    gap: 16px;
    width: 100%;
}
.news__meta {
    display: flex;
    gap: 4px;
    font-family: "tt-commons-pro", sans-serif;
    font-size: 10px;
    font-weight: 400;
    line-height: 140%;
    color: #000;
}
.news__card-title {
    font-family: "source-han-sans-vf", sans-serif;
    font-variation-settings: "wght" 500;
    font-size: 12px;
    font-weight: 500;
    line-height: auto;
    letter-spacing: 0.1em;
    color: #000;
    margin: 0;
}
.shoplist {
    width: 100vw;
    position: relative;
    left: 50%;
    right: 50%;
    margin-left: -50vw;
    margin-right: -50vw;
    background-color: #EFEFEF;
    padding: 64px 0;
    align-self: stretch;
}
.shoplist__content {
    max-width: 1280px;
    margin: 0 auto;
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    gap: 48px;
    padding: 0 70px;
}
.shoplist__text {
    display: flex;
    flex-direction: column;
    gap: 32px;
}
.shoplist__title {
    font-family: "tt-commons-pro", sans-serif;
    font-size: 32px;
    font-weight: 600;
    line-height: 130%;
    letter-spacing: -0.03em;
    color: #000;
    margin: 0;
}
.shoplist__description {
    font-family: "source-han-sans-vf", sans-serif;
    font-variation-settings: "wght" 400;
    font-size: 20px;
    font-weight: 400;
    line-height: auto;
    color: #000;
    margin: 0;
}
.shoplist__button {
    font-family: "source-han-sans-vf", sans-serif;
    font-variation-settings: "wght" 500;
    font-size: 20px;
    font-weight: 500;
    line-height: 100%;
    color: #000;
    background-color: #fff;
    border: 1px solid rgba(0, 0, 0, 0.5);
    border-radius: 100px;
    width: 180px;
    height: 60px;
    cursor: pointer;
    white-space: nowrap;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s ease;
}
.shoplist__button:hover {
    background-color: #000;
    color: #fff;
}

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

@media (max-width: 900px) {
    .usp__points {
        flex-direction: column;
        gap: 0;
        padding: 0 35px;
    }
    .usp__point {
        padding: 16px 0;
        align-items: center;
        text-align: center;
    }
    .usp__divider {
        display: block;
        width: 50px;
        height: 1px;
        background-color: #D1D1D6;
        margin: 16px auto;
    }
}

@media (max-width: 600px) {
    .brand__price-divider {
        bottom: -37px;
    }
    .brand .brand__video-main {
        height: 600px;
    }
    .brand--1 .brand__video-main img,
    .brand--1 .brand__video-main video {
        height: 100%;
        object-fit: cover;
    }
    .brand--2 .brand__video-main {
        height: 600px;
    }
    .brand--2 .brand__video-main video {
        height: 100%;
        width: 100%;
        object-fit: cover;
    }
    .brand .brand__video-play--main {
        width: 62.14px;
        height: 42.5px;
        border-width: 2px;
        border-radius: 12px;
    }
    .brand .brand__video-play--main svg {
        width: 25px;
        height: 25px;
    }
    .hero { height: auto; min-height: 674.96px; }
    .hero__inner {
        flex-wrap: wrap;
        padding-left: 24px;
        padding-right: 24px;
        gap: 32px;
    }
    .hero__brand-logo { display: block; }
    .hero__brand-text {
        display: none;
        font-family: "tt-commons-pro", sans-serif;
        font-size: 19.2px;
        font-weight: 600;
        line-height: 130%;
        letter-spacing: 0.1em;
        color: #000;
    }
    .hero__image { flex: 1 1 100%; }
    .hero__content {
        flex: 1 1 100%;
        align-items: center;
        padding: 0;
        gap: 24px;
    }
    .hero__headline-1 { font-size: 20px; }
    .hero__headline-2 { font-size: 36px; }
    .hero__headline-2 { font-size: 36px; }
    .hero__subtext-group {
        gap: 8px;
    }
    .hero__subtext-group, .hero__subtext {
        font-size: 16px;
        opacity: 1;
    }
    .hero__sale {
        font-size: 10px;
    }
    .hero__image { flex: 1 1 100%; }
    .hero__image img { width: 100%; height: auto; max-width: 486px; }
    .usp__point {
        align-items: center;
        text-align: center;
        gap: 16px;
    }
    .usp__point-title {
        font-size: 24px;
    }
    .usp__point-description {
        font-size: 14px;
        max-width: none;
        text-align: left;
    }
    .content { padding-top: 96px; }
    .content__inner { gap: 96px; }
    .usp { height: auto; gap: 32px; }
    .usp__text {
        font-size: 16px;
        padding: 0 40px;
        text-align: left;
    }
    .usp__text br {
        display: none;
    }
    .usp__points {
        flex-direction: column;
        gap: 0;
        padding: 0 35px;
    }
    .usp__point { padding: 16px 0; }
    .usp__point-title { font-size: 24px; }
    .usp__point-description { font-size: 12px; }
    .usp__divider {
        display: block;
        width: 50px;
        height: 1px;
        background-color: #8E8E93;
        margin: 16px auto;
    }
    .fabric-brand { gap: 48px; }
    .fabric-brand__header {
        padding: 8px;
        gap: 8px;
    }
    .fabric-brand__title {
        display: block;
        font-size: 20px;
    }
    .fabric-brand__subtitle { font-size: 12px; }
    .fabric-brand__grid {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        gap: 32px;
        padding: 0 24px;
    }
    .brands { gap: 48px; }
    .brands__heading {
        padding: 8px;
        gap: 8px;
    }
    .brands__title {
        display: block;
        font-size: 20px;
    }
    .brands__subtitle { font-size: 12px; }
    .brands__list { gap: 48px; }
    .brand--1 .brand__overlay-wrapper,
    .brand--2 .brand__overlay-wrapper,
    .brand--3 .brand__overlay-wrapper { padding: 0; }
    .brand--1 .brand__overlay,
    .brand--2 .brand__overlay,
    .brand--3 .brand__overlay { width: 100%; height: auto; }
    
    .brand--2 .brand__video-item {
        height: 80px; /* Slightly taller for better visibility on mobile */
        width: auto !important;
        display: block;
    }
    .brand--2 .brand__video-item img {
        height: 100%;
        width: auto !important;
        object-fit: contain;
        opacity: 1;
    }
    .brand--2 .splide__slide {
        width: auto !important;
    }
    .brand { gap: 72px; }
    .brand--1 .brand__philosophy,
    .brand--2 .brand__philosophy,
    .brand--3 .brand__philosophy {
        flex-direction: column;
        gap: 24px;
        padding: 0 24px;
    }
    .brand--1 .brand__philosophy-image,
    .brand--1 .brand__philosophy-content,
    .brand--2 .brand__philosophy-image,
    .brand--2 .brand__philosophy-content,
    .brand--3 .brand__philosophy-image,
    .brand--3 .brand__philosophy-content {
        width: 100%;
    }
    .brand--1 .brand__philosophy-image,
    .brand--2 .brand__philosophy-image,
    .brand--3 .brand__philosophy-image {
        height: 327px;
    }
    .brand__philosophy-label { font-size: 16px; height: auto; }
    .brand__philosophy-title { font-size: 20px; }
    .brand__philosophy-subtitle { font-size: 24px; padding-right: 10px; letter-spacing: 0;}
    .brand__philosophy-text { font-size: 12px; }
    .brand__philosophy-content { gap: 16px; }
    .brand--1 .brand__philosophy-title { font-size: 24px; }
    .brand--1 .brand__philosophy-subtitle { font-size: 20px; }
}

@media (max-width: 768px) {
    .fabric-brand__table {
        padding: 0 40px;
    }
    .fabric-brand__table-header {
        padding: 16px 0;
        margin-bottom: 14px;
    }
    .fabric-brand__table-row {
        padding: 4px 0;
    }
    .fabric-brand__table-cell {
        font-size: 20px;
        line-height: 140%;
    }
    .fabric-brand__table-cell--header {
        font-size: 20px;
        line-height: 140%;
    }
    .fabric-brand__table-cell--price {
        font-size: 20px;
        line-height: 140%;
    }

    #products-slider .splide__slide img,
    #products-slider-brand2 .splide__slide img,
    #products-slider-brand3 .splide__slide img {
        height: 185px;
        object-fit: cover;
    }
    
    .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;
    }

    .factory {
        padding: 0;
        gap: 48px;
    }

    .factory__heading {
        padding: 0;
    }

    .factory__title {
        display: none;
    }

    .factory__subtitle {
        font-size: 24px;
    }

    .factory__graph {
        background-color: #EFEFEF;
        padding: 48px 24px;
        width: 100vw;
        margin-left: -50vw;
        left: 50%;
        position: relative;
        
    }
    
    .factory__graph-svg--desktop {
        display: none;
    }
    
    .factory__graph-svg--mobile {
        display: block;
        width: 100%;
    }
    
    .factory__graph-svg--mobile img {
        width: 100%;
        height: auto;
    }

    .aftercare {
        gap: 48px;
    }

    .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;
    }

    .news {
        gap: 32px;
        padding: 0;
    }

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

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

    .news__subtitle {
        font-size: 12px;
    }

    .news__grid {
        flex-direction: column;
        padding: 16px 24px;
        gap: 24px;
        width: 100%;
    }

    .news__divider {
        width: 90%;
        height: 1px;
        margin: 0 auto;
        background-color: #E0E0E0;
    }

    .news__card {
        flex-direction: row;
        width: 100%;
        gap: 16px;
        align-items: flex-start;
    }

    .news__image {
        width: 120px;
        height: 100px;
        object-fit: cover;
        background-color: #fff;
        border: 1px solid #E0E0E0;
    }

    .news__info {
        width: auto;
        flex: 1;
        gap: 8px;
    }

    .shoplist {
        padding: 24px 0;
    }

    .shoplist__content {
        padding: 0 24px;
        display: grid;
        grid-template-columns: 1fr auto;
        grid-template-rows: auto auto;
        grid-template-areas:
            "title button"
            "desc desc";
        align-items: center;
        gap: 16px;
    }

    .shoplist__text {
        display: contents;
    }

    .shoplist__title {
        grid-area: title;
        font-size: 24px;
        margin-bottom: 0;
    }

    .shoplist__button {
        grid-area: button;
        font-size: 12px;
        width: 100px;
        height: 30px;
    }

    .shoplist__description {
        grid-area: desc;
        font-size: 12px;
    }

    .footer {
        height: auto;
        padding: 16px 0;
    }

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

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

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

    body {
        padding-bottom: 114.5px;
    }
}

@media (max-width: 768px) {
    .brand__price-menu {
        padding: 24px;
    }
    .brand__price-wrapper {
        padding: 0;
        gap: 65px;
    }
    .brand__price-item {
        flex-direction: column;
        gap: 8px;
        padding: 0 48px;
        align-items: center;
    }
    .brand__price-label {
        width: auto;
        padding: 0;
        text-align: center;
        font-size: 24px;
    }
    .brand__price-details {
        width: 100%;
        align-items: center;
    }
    .brand__price-main {
        text-align: center;
        font-size: 28.8px;
    }
    .brand__price-tax {
        display: block;
        text-align: center;
        font-size: 12px;
    }
}
