/**
 * VARIABLE
 */
.artistry2025 {
    /* COLOR */
    --color-white: #FFFFFF;
    --color-gray-100: #F8F8F8;
    --color-gray-200: #F4F4F4;
    --color-gray-300: #EEE;
    --color-gray-400: #DDD;
    --color-gray-500: #C5C5C5;
    --color-gray-600: #AAA;
    --color-gray-700: #8E8E8E;
    --color-gray-800: #525252;
    --color-gray-900: #333333;
    --color-amway-black: #101820;
    --color-amway-white: #F7F5F5;

    /* TYPOGRAPHY */
    --font-size-01: 86px;
    --font-size-02: 62px;
    --font-size-03: 52px;
    --font-size-04: 40px;
    --font-size-05: 34px;
    --font-size-06: 28px;
    --font-size-07: 20px;
    --font-size-08: 18px;
    --font-size-09: 16px;
    --font-size-10: 14px;
    --font-size-11: 12px;

    --font-lineheight-01: 1.27;
    --font-lineheight-02: 1.25;
    --font-lineheight-03: 1.26;
    --font-lineheight-04: 1.3;
    --font-lineheight-05: 1.35;
    --font-lineheight-06: 1.5;
    --font-lineheight-07: 1.6;
    --font-lineheight-08: 1.66;
    --font-lineheight-09: 1.75;
    --font-lineheight-10: 1.71;
    --font-lineheight-11: 1.66;

    --font-letterspacing-01: 0;
    --font-letterspacing-02: -1px;
}

/**
 * LAYOUT
 */
.artistry2025 { width: 100vw; margin: 0 calc(-1 * (100vw - 1400px) / 2); padding-bottom: 100px; }

.artistry2025-section { padding-top: 160px; }
.artistry2025-section:first-child { padding-top: 0; }

.artistry2025-section__inner { max-width: 1400px; margin: 0 auto; position: relative; }

.artistry2025-section__header { margin-bottom: 80px; }
.brand .artistry2025-section__header h2 { text-align: center; }

/**
 * UTILITY
 */
/* TYPOGRAPHY */
.brand .artistry2025 .artistry2025-typo--01 { font-size: var(--font-size-01); line-height: var(--font-lineheight-01); font-weight: 700; letter-spacing: var(--font-letterspacing-02); }
.brand .artistry2025 .artistry2025-typo--02 { font-size: var(--font-size-02); line-height: var(--font-lineheight-02); font-weight: 700; letter-spacing: var(--font-letterspacing-02); }
.brand .artistry2025 .artistry2025-typo--03 { font-size: var(--font-size-03); line-height: var(--font-lineheight-03); font-weight: 700; letter-spacing: var(--font-letterspacing-02); }
.brand .artistry2025 .artistry2025-typo--04 { font-size: var(--font-size-04); line-height: var(--font-lineheight-04); font-weight: 700; letter-spacing: var(--font-letterspacing-02); }
.brand .artistry2025 .artistry2025-typo--05 { font-size: var(--font-size-05); line-height: var(--font-lineheight-05); font-weight: 700; letter-spacing: var(--font-letterspacing-02); }
.brand .artistry2025 .artistry2025-typo--06 { font-size: var(--font-size-06); line-height: var(--font-lineheight-06); font-weight: 500; letter-spacing: var(--font-letterspacing-02); }
.brand .artistry2025 .artistry2025-typo--07 { font-size: var(--font-size-07); line-height: var(--font-lineheight-07); font-weight: 500; letter-spacing: var(--font-letterspacing-02); }
.brand .artistry2025 .artistry2025-typo--08 { font-size: var(--font-size-08); line-height: var(--font-lineheight-08); font-weight: 500; letter-spacing: var(--font-letterspacing-02); }
.brand .artistry2025 .artistry2025-typo--09 { font-size: var(--font-size-09); line-height: var(--font-lineheight-09); font-weight: 400; letter-spacing: var(--font-letterspacing-02); }
.brand .artistry2025 .artistry2025-typo--10 { font-size: var(--font-size-10); line-height: var(--font-lineheight-10); font-weight: 400; letter-spacing: var(--font-letterspacing-01); }
.brand .artistry2025 .artistry2025-typo--11 { font-size: var(--font-size-11); line-height: var(--font-lineheight-11); font-weight: 400; letter-spacing: var(--font-letterspacing-01); }

.brand .artistry2025 :is(h1, h2, h3, h4, h5, h6) { margin: 0; padding: 0; color: var(--color-amway-black); }
.brand .artistry2025 p { margin: 0; padding: 0; color: var(--color-gray-800); }
.brand .artistry2025 sup { font-size: 0.57em; letter-spacing: inherit; top: -0.65em; }

/* BUTTON */
.brand .artistry2025 .artistry2025-btn { display: inline-block; padding: 8px 40px; position: relative; border-radius: 99px; }
.brand .artistry2025 .artistry2025-btn:before,
.brand .artistry2025 .artistry2025-btn:after { content: ''; width: 100%; height: 100%; position: absolute; top: 0; left: 0; border: solid var(--color-amway-black); border-radius: inherit; box-sizing: border-box; }
.brand .artistry2025 .artistry2025-btn:before { border-width: 0 2px; }
.brand .artistry2025 .artistry2025-btn:after { border-width: 2px; opacity: 0; transition: opacity .3s; }
.brand .artistry2025 .artistry2025-btn > span { color: var(--color-amway-black); }

@media (hover: hover) and (pointer: fine) {
    .brand .artistry2025 .artistry2025-btn:hover:after { opacity: 1; }
}

/* SWIPER */
.artistry2025 .swiper-pagination.swiper-pagination--circle { margin: 0; bottom: 60px; font-size: 0; }
.artistry2025 .swiper-pagination.swiper-pagination--circle .swiper-pagination-bullet { width: 20px; height: 20px; margin: 0 8px; position: relative; background: transparent; opacity: 1; }
.artistry2025 .swiper-pagination.swiper-pagination--circle .swiper-pagination-bullet:after { content: ''; width: 6px; height: 6px; margin-top: -3px; margin-left: -3px; position: absolute; top: 50%; left: 50%; background: var(--color-amway-white); border-radius: 50%; }
.artistry2025 .swiper-pagination.swiper-pagination--circle .swiper-pagination-bullet:before { content: ''; width: 100%; height: 100%; position: absolute; top: 0; left: 0; border-radius: 50%; scale: 0; border: 1px solid var(--color-amway-white); box-sizing: border-box; transition: scale .4s; }
.artistry2025 .swiper-pagination.swiper-pagination--circle .swiper-pagination-bullet.swiper-pagination-bullet-active:before { scale: 1; }

.artistry2025 .swiper-pagination.swiper-pagination--rectangle { margin: 0; bottom: 90px; font-size: 0; }
.artistry2025 .swiper-pagination.swiper-pagination--rectangle .swiper-pagination-bullet { width: 68px; height: 6px; margin: 0 10px; position: relative; background: var(--color-gray-400); border-radius: 0; opacity: 1; transition: background-color .8s; }
.artistry2025 .swiper-pagination.swiper-pagination--rectangle .swiper-pagination-bullet.swiper-pagination-bullet-active { background: var(--color-amway-black); }

/* BACKGROUND VIDEO */
.artistry2025-bg-video { width: 100%; height: 100%; position: absolute; top: 0; left: 0; overflow: hidden; }
.artistry2025-bg-video__vod { width: 100%; height: 100%; position: absolute; top: 0; left: 0; overflow: hidden; transform: translateZ(0); }
.artistry2025-bg-video__vod:after { content: ''; position: absolute; top: 0; right: 0; bottom: 0; left: 0; }
.artistry2025-bg-video__vod video { display: block; width: 100%; height: 100%; position: absolute; top: 0; left: 0; object-fit: cover; }
.artistry2025-bg-video__poster { width: 100%; height: 100%; position: absolute; top: 0; left: 0; background: no-repeat center center / cover; z-index: 2; }

/* SPLIT UI */
.artistry2025-split { display: flex; }
.artistry2025-split > * { width: 50%; }

.artistry2025-split__picture .swiper-container:after { content: ''; width: 100%; height: 20%; position: absolute; left: 0; bottom: 0; background: linear-gradient(180deg, rgba(0, 0, 0, 0.00) 0%, rgba(0, 0, 0, 0.50) 100%); z-index: 2; }
.artistry2025-split__picture .swiper-pagination { z-index: 3; }

.artistry2025-split__text { align-self: center; display: flex; flex-direction: column; align-items: start; gap: 24px; padding: 0 80px; }
.artistry2025-split__text p > span { display: block; }

.artistry2025-split__icon { display: block; width: 145px; margin: 0 0 16px; }
.artistry2025-split__icon img { display: block; width: 100%; height: auto; }

/* SCRAMBLE TEXT */
.artistry2025-scramble { display: inline-block; vertical-align: top; height: 1em; line-height: 1 !important; text-align: right; }
.artistry2025-scramble > * { display: inline-block; vertical-align: top; }
.artistry2025-scramble__item { height: 100%; overflow: hidden; }
.artistry2025-scramble__item > span { display: block; position: relative; top: 0; }

/* METRIC UI */
.artistry2025-metric { display: flex; flex-wrap: nowrap; justify-content: space-between; padding: 78px 0; border: solid var(--color-amway-black); border-width: 2px 0; }
.artistry2025-metric b { display: block; margin-bottom: 8px; color: var(--color-amway-black); }
.artistry2025-metric__scramble { display: flex; align-items: center; gap: 19px; height: calc(var(--font-size-01) * var(--font-lineheight-01)); color: var(--color-amway-black); }
.artistry2025-metric__scramble > span:has(sup) { position: relative; top: -30px; left: -12px; }

.artistry2025-metric--two > li { width: 470px; }
.artistry2025-metric--three > li { width: 400px; }

/* POPUP */
.artistry2025-popup { display: none; width: 100%; height: 100%; position: fixed; top: 0; left: 0; background: color-mix(in srgb, var(--color-amway-black) 40%, transparent 60%); z-index: 9999; overflow: hidden; }
.artistry2025-popup__inner { width: 100%; height: 100%; padding: 40px; overflow-y: auto; -webkit-overflow-scrolling: touch; overscroll-behavior: none; -ms-overflow-style: none; scrollbar-width: none; }
.artistry2025-popup__inner::-webkit-scrollbar { display: none; }

.artistry2025-popup__content { width: 100%; max-width: 1320px; margin: 0 auto; padding: 80px; position: relative; background: var(--color-white); border-radius: 24px; }
.artistry2025-popup__content:after { content: ''; width: 100%; height: 100%; position: absolute; top: 0; left: 0; border: 1px solid var(--color-gray-600); border-radius: inherit; pointer-events: none; }

.artistry2025-popup__head { display: flex; flex-direction: column; gap: 16px; margin-bottom: 60px; }

.artistry2025-popup__close { width: 48px; position: absolute; right: 40px; top: 40px; bottom: 0; z-index: 2; }
.artistry2025-popup__close button { width: 100%; margin: 0; padding: 0; aspect-ratio: 1 / 1; position: sticky; top: 0; background: var(--color-amway-black); border: none; border-radius: 100%; opacity: 1; cursor: pointer; transition: background-color .3s; }
.artistry2025-popup__close button > svg { display: block; width: 20px; height: auto; position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%); }

@media (hover: hover) and (pointer: fine) {
    .artistry2025-popup__close button:hover { background: var(--color-gray-700); }
}

/* FOOTNOTE */
.artistry2025-footnote { display: flex; flex-direction: column; gap: 4px; margin-top: 24px; }
.artistry2025-footnote > li { display: flex; flex-wrap: nowrap; gap: 2px; color: var(--color-gray-800); }
.artistry2025-footnote > li:before { content: attr(data-count)')'; }
.artistry2025-footnote > li i { letter-spacing: inherit; font-style: italic; }

/**
 * DESIGN
 */
/* VISUAL */
.artistry2025-visual { background: linear-gradient(180deg, #FFF 0%, #FBFDFD 100%); }
.artistry2025-visual__wrap { position: relative; }

.artistry2025-visual__background { padding-top: 51.42%; position: relative; }
.artistry2025-visual__background:after { content: ''; position: absolute; top: 0; right: 0; bottom: 0; left: 0; background: linear-gradient(0deg, rgba(82, 101, 128, 0.25) 0%, rgba(82, 101, 128, 0.25) 100%); }
.artistry2025-visual__background .artistry2025-bg-video__poster { background-image: url(../images/akl_brand_new/artistry/artistry_visual_poster.jpg); }

.artistry2025-visual__title { width: 100%; position: absolute; left: 50%; top: calc(50% - 30px); transform: translate(-50%, -50%); }
.brand .artistry2025-visual__title h2 { color: var(--color-white); text-align: center; }

.artistry2025-visual__logo { display: flex; flex-direction: column; align-items: center; gap: 11px; position: absolute; bottom: 80px; left: 50%; transform: translate(-50%, 0); }
.artistry2025-visual__logo svg { display: block; width: 332px; height: auto; }
.brand .artistry2025-visual__logo p { color: var(--color-white); }

/* HISTORY */
.artistry2025-history { background: linear-gradient(180deg, #FBFDFD 0%, #F5FAF9 100%); }

.artistry2025-history figure { margin: 0; }
.artistry2025-history figure img { display: block; width: 100%; }

.artistry2025-history__gallery { display: flex; }
.artistry2025-history__gallery figure { margin: 0; }

.artistry2025-history__group { display: flex; align-items: self-start; justify-content: flex-end; }
.artistry2025-history__group figure { width: 475px; margin-top: -48px; position: relative; }
.artistry2025-history__content { width: 50%; padding: 39px 40px 0; }
.brand .artistry2025-history__content p { margin-top: 16px; }

/* SYNERGY */
.artistry2025-synergy { background: linear-gradient(180deg, #F5FAF9 0%, #F5F8F5 100%); }

.artistry2025-synergy__group { display: flex; flex-direction: column; gap: 80px; }

.artistry2025-synergy__slider { padding: 190px 0 192px; position: relative; overflow: hidden; }
.artistry2025-synergy__slider .artistry2025-bg-video__poster { background-image: url(../images/akl_brand_new/artistry/artistry_synergy_poster.jpg); }
.artistry2025-synergy__slider .swiper-container { width: 600px; margin: 0 auto; }
.artistry2025-synergy__slider-content { width: 100%; height: 700px; padding: 150px 65px 116px; background: var(--color-amway-white); }
.brand .artistry2025-synergy__slider-content p { margin-top: 40px; }

.artistry2025-synergy__group .artistry2025-footnote { margin-top: -56px; }

/* INGREDIENT */
.artistry2025-ingredient { background: linear-gradient(180deg, #F5F8F5 0%, #FBF8F5 100%); }
.artistry2025-ingredient.artistry2025-section { padding-top: 80px; }

.artistry2025-ingredient__nutrient { display: flex; align-items: center; justify-content: center; position: relative; aspect-ratio: 1400 / 1120; }
.artistry2025-ingredient__nutrient-bg { width: 100%; height: 100%; position: absolute; top: 0; left: 0; -webkit-mask: url(../images/akl_brand_new/artistry/artistry_ingredient_mask.svg) center / contain no-repeat; mask: url(../images/akl_brand_new/artistry/artistry_ingredient_mask.svg) center / contain no-repeat; }
.artistry2025-ingredient__nutrient-bg .artistry2025-bg-video__poster { background-image: url(../images/akl_brand_new/artistry/artistry_ingredient_poster.jpg); }
.artistry2025-ingredient__nutrient-content { width: 600px; height: 700px; margin-bottom: 40px; padding: 120px 60px; position: relative; text-align: center; background: var(--color-amway-white); opacity: 0.98; }
.brand .artistry2025-ingredient__nutrient-content h2 { margin-bottom: 60px; text-align: center; }
.brand .artistry2025-ingredient__nutrient-content .artistry2025-btn { position: absolute; bottom: 80px; left: 50%; transform: translate(-50%, 0) !important; }
.artistry2025-ingredient__nutrient-pic { display: block; position: absolute; width: 36px; aspect-ratio: 36 / 47; bottom: 15px; right: 309px; background: url(../images/akl_brand_new/artistry/artistry_ingredient_pic_01.svg) no-repeat center / contain; }

.artistry2025-ingredient__seeds { margin-top: 120px; position: relative; }
.artistry2025-ingredient__seeds-pic { display: block; position: absolute; background: no-repeat center / contain; }
.artistry2025-ingredient__seeds-pic--01 { width: 66px; aspect-ratio: 66 / 55; top: 327px; left: 82px; background-image: url(../images/akl_brand_new/artistry/artistry_ingredient_pic_02.svg); }
.artistry2025-ingredient__seeds-pic--02 { width: 122px; aspect-ratio: 122 / 146; top: 240px; right: 86px; background-image: url(../images/akl_brand_new/artistry/artistry_ingredient_pic_03.svg); }
.artistry2025-ingredient__seeds-pic--03 { width: 58px; aspect-ratio: 58 / 49; top: 485px; right: 100px; background-image: url(../images/akl_brand_new/artistry/artistry_ingredient_pic_04.svg); }
.artistry2025-ingredient__seeds-info { display: flex; flex-direction: column; gap: 32px; align-items: center; position: relative; text-align: center; }
.brand .artistry2025-ingredient__seeds-info h2 { text-align: center; }
.artistry2025-ingredient__seeds-info h2 span { padding: 0 9px 0 10px; background: #E1D5B8; }
.artistry2025-ingredient__seeds-info .artistry2025-btn { margin-top: 28px; }
.artistry2025-ingredient__seeds-picture { display: flex; justify-content: center; width: 100%; margin-top: 60px; }
.artistry2025-ingredient__seeds-picture > figure { width: 480px; margin: 0; aspect-ratio: 1 / 1; position: relative; border-radius: 100%; overflow: hidden; opacity: 0; }
.artistry2025-ingredient__seeds-picture > figure > img { display: block; width: 100%; height: 100%; object-fit: cover; border-radius: inherit; }
.artistry2025-ingredient__seeds-picture > figure:nth-child(1) { margin-right: -60px; }
.artistry2025-ingredient__seeds-picture > figure:nth-child(3) { margin-left: -60px; }

.artistry2025-ingredient__separate { margin: 160px 0 0; width: 100%; height: 2px; background: var(--color-amway-black); border: none; }

/* PHILOSOPHY */
.artistry2025-philosophy { background: linear-gradient(180deg, #FBF8F5 0%, #FFF 100%); }

.artistry2025-philosophy__list { margin-bottom: 60px; }
.artistry2025-philosophy__list > li { display: block; padding: 60px 0; border-bottom: 2px solid var(--color-amway-black); }
.artistry2025-philosophy__list > li:first-child { padding-top: 0; }
.artistry2025-philosophy__list > li:last-child { padding-bottom: 0; border-bottom: none; }
.artistry2025-philosophy__list > li:nth-child(2) .artistry2025-split__icon { mix-blend-mode: darken; }

/* MOVIE */
.artistry2025-movie__player { padding-top: 56.25%; position: relative; overflow: hidden; }
.artistry2025-movie__player .artistry2025-bg-video__poster { background-image: url(../images/akl_brand_new/artistry/artistry_movie_poster.jpg); }

/* PRODUCT */
.artistry2025-product__logo { display: flex; flex-direction: column; align-items: center; gap: 11px; }
.artistry2025-product__logo svg { display: block; width: 332px; height: auto; }
.brand .artistry2025-product__logo p { color: var(--color-amway-black); }

.artistry2025-product__title { margin: 60px 0; }
.brand .artistry2025-product__title h2 { text-align: center; }

.artistry2025-product__list { display: flex; flex-direction: column; gap: 16px; }
.artistry2025-product__list > li { position: relative; background: var(--color-gray-200); transition: background-color .3s; overflow: hidden; cursor: pointer; }
.artistry2025-product__list-head { padding: 32px 50px; position: relative; z-index: 2; }
.artistry2025-product__list-head > * { transition: color .3s; }
.artistry2025-product__list-head p > span { display: block; }
.brand .artistry2025-product__list-head p { margin-top: 4px; }
.artistry2025-product__list-content { position: absolute; top: 0; right: 0; bottom: 0; left: 0; }
.artistry2025-product__list-picture { display: block; width: 100%; height: 100%; }
.artistry2025-product__list-picture img { display: block; width: 100%; height: 100%; object-fit: cover; }
.artistry2025-product__list-logo { width: 198px; position: absolute; right: 60px; bottom: 60px; }
.artistry2025-product__list-logo img { display: block; width: 100%; height: auto; }
.artistry2025-product__list > li:first-child { aspect-ratio: 1400 / 820; }
.artistry2025-product__list > li:not(:first-child) .artistry2025-product__list-head p,
.artistry2025-product__list > li:not(:first-child) .artistry2025-product__list-content { display: none; }
.artistry2025-product__list > li.artistry2025-product__list--light.artistry2025-product__list--open .artistry2025-product__list-head > h3 { color: var(--color-white); }
.artistry2025-product__list > li.artistry2025-product__list--light.artistry2025-product__list--open .artistry2025-product__list-head > p { color: var(--color-gray-200); }

@media (hover: hover) and (pointer: fine) {
    .artistry2025-product__list > li:hover { background: var(--color-gray-400); }
}

/**
 * POPUP
 */
/* INGREDIENT */
.artistry2025-materials { display: flex; flex-direction: column; gap: 60px; }

.artistry2025-materials__gallery { display: grid; grid-template-columns: repeat(3, 1fr); gap: 10px; }
.artistry2025-materials__gallery li { position: relative; }
.artistry2025-materials__gallery picture { display: block; aspect-ratio: 1 / 1; }
.artistry2025-materials__gallery picture img { display: block; width: 100%; }
.artistry2025-materials__gallery b { position: absolute; left: 20px; bottom: 17px; color: var(--color-white); }
.artistry2025-materials__gallery li:nth-child(n+4):nth-child(-n+6) b { bottom: inherit; top: 17px; }

.artistry2025-materials__accordion-item { border: solid var(--color-amway-black); border-width: 1px 0; }
.artistry2025-materials__accordion-head { padding: 22px 0; position: relative; cursor: pointer; }
.artistry2025-materials__accordion-icon { width: 24px; height: 24px; position: absolute; right: 8px; top: 50%; transform: translateY(-50%); }
.artistry2025-materials__accordion-icon:before,
.artistry2025-materials__accordion-icon:after { content: ''; position: absolute; top: 50%; left: 50%; translate: -50% -50%; background: var(--color-amway-black); }
.artistry2025-materials__accordion-icon:before { width: 100%; height: 2px; }
.artistry2025-materials__accordion-icon:after { width: 2px; height: 100%; transition: rotate .3s; }
.artistry2025-materials__accordion-content { position: relative; overflow: hidden; }
.artistry2025-materials__accordion-content-inner { display: none; padding: 20px 24px 40px; }
.artistry2025-materials__accordion-item.artistry2025-materials__accordion--active .artistry2025-materials__accordion-icon:after { rotate : -90deg; }

.artistry2025-materials__list { display: flex; flex-wrap: wrap; gap: 10px calc((100% - 900px) / 2); color: var(--color-gray-700); }
.artistry2025-materials__list > li { width: 300px; padding-left: 14px; position: relative; }
.artistry2025-materials__list > li:before { content: ''; width: 4px; height: 4px; position: absolute; top: calc((var(--font-size-08) * var(--font-lineheight-08) - 4px) / 2); left: 0; background: var(--color-gray-700); border-radius: 50%; }

.artistry2025-materials__note { margin-top: -36px; }
.artistry2025-materials__note > strong { display: block; margin-bottom: 4px; color: var(--color-amway-black); }
.artistry2025-materials__note .artistry2025-footnote { margin-top: 0; }

/* SEEDS */
.artistry2025-seeds { display: flex; flex-direction: column; gap: 24px; }

.artistry2025-seeds__effect-diagram { margin-top: 24px; padding: 152px 0 138px; position: relative; background: #eae3db url(../images/akl_brand_new/artistry/artistry_effect_pattern.jpg) repeat; overflow: hidden; }

.artistry2025-seeds__effect-diagram-bg { width: fit-content; padding: 57px; margin: 0 auto; position: relative; border-radius: 50%; }
.artistry2025-seeds__effect-diagram-bg:after { content: ''; width: 100%; height: 100%; position: absolute; top: 0; left: 0; border: 2px dashed var(--color-amway-white); border-radius: inherit; box-sizing: border-box; }
.artistry2025-seeds__effect-diagram-bg figure { width: 543px; aspect-ratio: 1 / 1; margin: 0; position: relative; border-radius: 50%; overflow: hidden; }
.artistry2025-seeds__effect-diagram-bg figure:before { content: ''; width: 100%; height: 100%; position: absolute; top: 0; left: 0; background: rgba(0, 0, 0, 0.1); border-radius: inherit; box-sizing: border-box; }
.artistry2025-seeds__effect-diagram-bg figure:after { content: ''; position: absolute; top: -2px; left: -2px; right: -2px; bottom: -2px; border: 6px solid var(--color-white); border-radius: inherit; box-sizing: border-box; }
.artistry2025-seeds__effect-diagram-bg figure img { display: block; width: 100%; border-radius: inherit; }

.artistry2025-seeds__effect-diagram-typo { position: absolute; top: 50%; left: 50%; translate: -50% -50%; text-align: center; text-shadow: 0 0 6px rgba(0, 0, 0, 0.4); color: var(--color-white); }

.artistry2025-seeds__effect-diagram-keyword { position: absolute; top: 50%; left: 50%; translate: -50% -50%; }
.artistry2025-seeds__effect-diagram-keyword .swiper-container { overflow: visible; }
.artistry2025-seeds__effect-diagram-keyword-inner { display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 8px; width: 240px; aspect-ratio: 20 / 21; position: absolute; top: 50%; left: 50%; background: #f3f3f3 url(../images/akl_brand_new/artistry/artistry_effect_keyword_pattern.jpg) repeat; border-radius: 50%; translate: -50% -50%; overflow: hidden; }
.artistry2025-seeds__effect-diagram-keyword .swiper-slide:nth-child(1) .artistry2025-seeds__effect-diagram-keyword-inner { margin-top: -279px; margin-left: 12px; }
.artistry2025-seeds__effect-diagram-keyword .swiper-slide:nth-child(2) .artistry2025-seeds__effect-diagram-keyword-inner { margin-top: -38px; margin-left: 323px; }
.artistry2025-seeds__effect-diagram-keyword .swiper-slide:nth-child(3) .artistry2025-seeds__effect-diagram-keyword-inner { margin-top: 277px; margin-left: 189px; }
.artistry2025-seeds__effect-diagram-keyword .swiper-slide:nth-child(4) .artistry2025-seeds__effect-diagram-keyword-inner { margin-top: 277px; margin-left: -171px; }
.artistry2025-seeds__effect-diagram-keyword .swiper-slide:nth-child(5) .artistry2025-seeds__effect-diagram-keyword-inner { margin-top: -38px; margin-left: -315px; }
.artistry2025-seeds__effect-diagram-keyword-inner b { color: var(--color-amway-black); }
.artistry2025-seeds__effect-diagram-keyword-inner b > span { background: #FBFF23; background-blend-mode: multiply; }
.artistry2025 .artistry2025-seeds__effect-diagram-keyword .swiper-container .swiper-pagination { display: none; }

.artistry2025-seeds__note > strong { display: block; margin-bottom: 4px; color: var(--color-amway-black); }
.artistry2025-seeds__note .artistry2025-footnote { margin-top: 0; }

/* MANAGEMENT */
.artistry2025-management { display: flex; flex-direction: column; gap: 80px; }

.artistry2025-management__video { position: relative; }
.artistry2025-management__video-inner { position: relative; width: 100%; padding-top: 55.94%; }
.artistry2025-management__video-inner iframe { width: 100%; height: 100%; position: absolute; top: 0; left: 0; box-sizing: content-box; }
.artistry2025-management__video-poster { width: 100%; height: 100%; position: absolute; top: 0; left: 0; cursor: pointer; z-index: 1; }
.artistry2025-management__video-img { display: block; width: 100%; height: 100%; object-fit: cover; }
.artistry2025-management__video-overlay { display: block; width: 100%; height: 100%; position: absolute; top: 0; left: 0; background: rgba(0, 0, 0, .2); }
.artistry2025-management__video-overlay > i { display: block; width: 80px; height: 80px; margin-top: -40px; margin-left: -40px; position: absolute; top: 50%; left: 50%; background: var(--color-white); border-radius: 50%; box-sizing: border-box; transition: background-color .3s; }
.artistry2025-management__video-overlay > i:after { content: ''; width: auto; height: auto; display: block; position: absolute; top: 50%; left: 50%; margin-top: -8px; margin-left: -4px; font-style: normal; border-top: 8px solid transparent; border-bottom: 8px solid transparent; border-left: 12px solid var(--color-amway-black); }

.artistry2025-management__list { display: grid; grid-template-columns: 1fr 1fr; gap: 70px 40px; }
.artistry2025-management__list > li { display: flex; flex-direction: column; gap: 16px; }
.artistry2025-management__list figure { margin: 0; }
.artistry2025-management__list figure img { display: block; width: 100%; }

.artistry2025-management__farm-slider { margin-top: 40px; }
.artistry2025-management__farm-slider .swiper-slide { display: block; }
.artistry2025-management__farm-visual { margin-bottom: 16px; padding-top: 53.44%; position: relative; overflow: hidden; }
.artistry2025-management__farm-visual > span { width: 100%; height: 100%; position: absolute; top: 0; left: 0; background: no-repeat center / cover; }
.artistry2025-management__farm-visual > b { width: 100%; position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%); color: var(--color-white); }
.artistry2025 .artistry2025-management__farm-slider .swiper-pagination.swiper-pagination--circle { margin-top: 32px; position: relative; bottom: inherit; left: inherit; }
.artistry2025 .artistry2025-management__farm-slider .swiper-pagination.swiper-pagination--circle .swiper-pagination-bullet:after { background: var(--color-amway-black); }
.artistry2025 .artistry2025-management__farm-slider .swiper-pagination.swiper-pagination--circle .swiper-pagination-bullet:before { border: 1px solid var(--color-amway-black); }

@media (hover: hover) and (pointer: fine) {
    .artistry2025-management__video-poster:hover .artistry2025-management__video-overlay > i { background: var(--color-gray-300); }
}

/**
 * 반응형
 */
@media (max-width: 1440px) {
    /* ARTISTRY */
    .artistry2025 {
        --font-size-01: 77px;
        --font-size-02: 56px;
        --font-size-03: 46px;
        --font-size-04: 37px;
        --font-size-05: 30px;
        --font-size-06: 24px;
        --font-size-07: 19px;
        --font-size-08: 17px;
        --font-size-09: 15px;
    }

    .artistry2025 { width: inherit; margin: 0 -12px; }
    .artistry2025-section { padding: 145px 12px 0; }
    .artistry2025-section__header { margin-bottom: 60px; }

    .artistry2025 .swiper-pagination.swiper-pagination--rectangle { bottom: 65px; }
    .artistry2025 .swiper-pagination.swiper-pagination--circle { bottom: 48px; }

    .artistry2025-split__text { gap: 16px; padding: 0 5%; }
    .artistry2025-split__text .artistry2025-btn { margin-top: 14px; }
    .artistry2025-split__icon { width: 130px; margin-bottom: 14px; }

    .artistry2025-metric__scramble { gap: 12px; }
    .artistry2025-metric__scramble > span:has(sup) { top: -0.5em; left: -0.2em; }
    .artistry2025-metric--two > li { width: 40%; max-width: 470px; }
    .artistry2025-metric--three > li { width: 30%; max-width: 400px; }

    .artistry2025-visual__logo { bottom: 50px; transform: translate(-50%, 0) scale(0.8); }
    .artistry2025-visual__logo svg { width: 310px; }

    .artistry2025-history__group figure { width: 35%; max-width: 475px; margin-top: -4%; }
    .artistry2025-history__content { padding-right: 6%; }
    .artistry2025-history__content p br { display: none; }

    .artistry2025-synergy__slider { padding: 165px 0; }
    .artistry2025-synergy__slider .swiper-container { width: 550px; }
    .artistry2025-synergy__slider-content { height: 640px; padding-top: 120px; padding-bottom: 86px; }

    .artistry2025-ingredient__nutrient-content { width: 550px; height: 640px; }
    .brand .artistry2025-ingredient__nutrient-content h2 { margin-bottom: 48px; }
    .artistry2025-ingredient__seeds { margin-top: 110px; }
    .artistry2025-ingredient__seeds-info { gap: 28px; }
    .artistry2025-ingredient__seeds-info .artistry2025-btn { margin-top: 20px; }
    .artistry2025-ingredient__seeds-picture > figure { width: 33.33%; }
    .artistry2025-ingredient__separate { margin-top: 145px; }

    .artistry2025-product__logo svg { width: 310px; }
    .artistry2025-product__title { margin: 52px 0; }
    .artistry2025-product__list-head { padding: 30px 46px; }
    .artistry2025-product__list-logo { width: 184px; right: 54px; bottom: 54px; }

    .artistry2025-materials__list { gap: 10px 5%; }
    .artistry2025-materials__list > li { width: 30%; }

    .artistry2025-management__list p br { display: none; }
}

@media (max-width: 1200px) {
    /* ARTISTRY */
    .artistry2025 {
        --font-size-01: 67px;
        --font-size-02: 48px;
        --font-size-03: 38px;
        --font-size-04: 28px;
        --font-size-05: 25px;
        --font-size-06: 20px;
        --font-size-07: 17px;
        --font-size-08: 16px;
    }

    .artistry2025-section { padding-top: 120px; }
    .artistry2025-section__header { margin-bottom: 50px; }

    .brand .artistry2025 .artistry2025-btn { padding-left: 36px; padding-right: 36px; }

    .artistry2025 .swiper-pagination.swiper-pagination--rectangle .swiper-pagination-bullet { margin: 0 8px; }
    .artistry2025 .swiper-pagination.swiper-pagination--circle { bottom: 36px; }

    .artistry2025-popup__inner { padding: 30px; }
    .artistry2025-popup__content { padding: 60px; }
    .artistry2025-popup__head { margin-bottom: 45px; }
    .artistry2025-popup__close { width: 44px; top: 32px; right: 32px; }
    .artistry2025-popup__close button > svg { width: 19px; }

    .artistry2025-split__icon { width: 108px; }

    .artistry2025-metric { padding: 63px 0; }
    .artistry2025-metric__scramble { gap: 9px; }

    .artistry2025-footnote { margin-top: 22px; }

    .artistry2025-visual__title { top: calc(50% - 24px); }
    .artistry2025-visual__logo { gap: 8px; bottom: 35px; }
    .artistry2025-visual__logo svg { width: 270px; }

    .artistry2025-synergy__group { gap: 65px; }
    .artistry2025-synergy__slider { padding: 13vw 0; }
    .artistry2025-synergy__slider .swiper-container { width: 480px; }
    .artistry2025-synergy__slider-content { height: 560px; padding: 100px 50px 86px; }
    .brand .artistry2025-synergy__slider-content p { margin-top: 30px; }
    .artistry2025-synergy__group .artistry2025-footnote { margin-top: -43px; }
    .artistry2025-synergy .artistry2025-split__text p br { display: none; }

    .artistry2025-ingredient.artistry2025-section { padding-top: 65px; }
    .artistry2025-ingredient__nutrient-content { width: 480px; height: 560px; margin-bottom: 30px; padding: 110px 50px; }
    .brand .artistry2025-ingredient__nutrient-content h2 { margin-bottom: 40px; }
    .artistry2025-ingredient__nutrient-pic { bottom: 0.5%; right: 18%; scale: 0.9; }
    .artistry2025-ingredient__seeds { margin-top: 95px; }
    .artistry2025-ingredient__seeds-info { gap: 22px; }
    .artistry2025-ingredient__seeds-info .artistry2025-btn { margin-top: 10px; }
    .artistry2025-ingredient__seeds-info h2 span { padding: 0 7px; }
    .artistry2025-ingredient__seeds-picture > figure:nth-child(1) { margin-right: -40px; }
    .artistry2025-ingredient__seeds-picture > figure:nth-child(3) { margin-left: -40px; }
    .artistry2025-ingredient__seeds-pic { scale: 0.9; }
    .artistry2025-ingredient__seeds-pic--01 { top: 40%; left: 5%; }
    .artistry2025-ingredient__seeds-pic--02 { top: 27%; right: 5%; }
    .artistry2025-ingredient__seeds-pic--03 { top: 62%; right: 7%; }
    .artistry2025-ingredient__separate { margin-top: 120px; }

    .artistry2025-philosophy__list .artistry2025-split__text p br { display: none; }

    .artistry2025-product__logo { gap: 8px; }
    .artistry2025-product__logo svg { width: 270px; }
    .artistry2025-product__title { margin: 46px 0; }
    .artistry2025-product__list { gap: 12px; }
    .artistry2025-product__list-head { padding: 28px 40px; }
    .artistry2025-product__list-logo { width: 160px; right: 44px; bottom: 44px; }

    .artistry2025-materials { gap: 45px; }
    .artistry2025-materials__accordion-content-inner { padding-top: 12px; padding-bottom: 32px; }
    .artistry2025-materials__note { margin-top: -23px; }

    .artistry2025-seeds { gap: 22px; }
    .artistry2025-seeds__effect-diagram { margin-top: 22px; padding: 15vw 0; }
    .artistry2025-seeds__effect-diagram-bg { padding: 4vw; }
    .artistry2025-seeds__effect-diagram-bg figure { width: 45vw; }
    .artistry2025-seeds__effect-diagram-keyword-inner { width: 19vw; }
    .artistry2025-seeds__effect-diagram-keyword .swiper-slide:nth-child(1) .artistry2025-seeds__effect-diagram-keyword-inner { margin-top: -25vw; margin-left: 1vw; }
    .artistry2025-seeds__effect-diagram-keyword .swiper-slide:nth-child(2) .artistry2025-seeds__effect-diagram-keyword-inner { margin-top: -4vw; margin-left: 26vw; }
    .artistry2025-seeds__effect-diagram-keyword .swiper-slide:nth-child(3) .artistry2025-seeds__effect-diagram-keyword-inner { margin-top: 23vw; margin-left: 15vw; }
    .artistry2025-seeds__effect-diagram-keyword .swiper-slide:nth-child(4) .artistry2025-seeds__effect-diagram-keyword-inner { margin-top: 23vw; margin-left: -15vw; }
    .artistry2025-seeds__effect-diagram-keyword .swiper-slide:nth-child(5) .artistry2025-seeds__effect-diagram-keyword-inner { margin-top: -4vw; margin-left: -26vw; }

    .artistry2025-management { gap: 60px; }
    .artistry2025-management__list { gap: 50px 35px; }
    .artistry2025-management__farm-slider { margin-top: 24px; }
}

@media (max-width: 960px) {
    /* ARTISTRY */
    .artistry2025 {
        --font-size-01: 58px;
        --font-size-02: 44px;
        --font-size-03: 36px;
    }

    .artistry2025-split__text :is(h3, p) br { display: none; }

    .artistry2025-ingredient__nutrient-content { display: flex; justify-content: center; align-items: center; flex-direction: column; gap: 30px; width: auto; height: 77%; max-height: 560px; padding: 50px; aspect-ratio: 1 / 1.1; }
    .brand .artistry2025-ingredient__nutrient-content h2 { margin-bottom: 0; }
    .brand .artistry2025-ingredient__nutrient-content .artistry2025-btn { margin-top: 12px; position: relative; left: inherit; bottom: inherit; transform: none !important; }

    .artistry2025-philosophy .artistry2025-metric > li:nth-child(3) b br { display: none; }

    .artistry2025-management__farm-slider p br { display: none; }
}

@media (max-width: 960px) and (min-width: 769px) {
    /* ARTISTRY */
    .brand .artistry2025 .artistry2025-seeds__effect-diagram-keyword-inner > .artistry2025-typo--07 { font-size: var(--font-size-08); line-height: var(--font-lineheight-08); }
    .brand .artistry2025 .artistry2025-seeds__effect-diagram-keyword-inner > .artistry2025-typo--09 { font-size: var(--font-size-10); line-height: var(--font-lineheight-10); }
}

@media (max-width: 768px) {
    /* 퍼블리싱 가이드에 명시된 코드 그대로 사용 (수정 사항 없음) */
    .brand-renew {padding:0 20px;}
    .brand-renew .os_noticeRes {width:calc(100% + 40px); margin:0 -20px;}
    .brand-renew .brand-contents .box_product.product_image-type {margin:-20px -20px 0;}

    /* ARTISTRY */
    .artistry2025 {
        --font-size-01: 52px;
        --font-size-02: 30px;
        --font-size-03: 28px;
        --font-size-04: 22px;
        --font-size-05: 20px;
        --font-size-06: 18px;
        --font-size-07: 16px;

        --font-lineheight-01: 1.26;
        --font-lineheight-02: 1.33;
        --font-lineheight-03: 1.28;
        --font-lineheight-04: 1.45;
        --font-lineheight-05: 1.5;
        --font-lineheight-06: 1.55;
        --font-lineheight-07: 1.5;
        --font-lineheight-08: 1.5;
        --font-lineheight-09: 1.46;
        --font-lineheight-10: 1.42;
        --font-lineheight-11: 1.5;
    }

    .artistry2025 { margin: 0 -20px; padding-bottom: 80px; }
    .artistry2025-section { padding: 80px 20px 0; }
    .artistry2025-section__header { margin-bottom: 40px; }

    .artistry2025 .swiper-pagination.swiper-pagination--rectangle { bottom: 45px; }
    .artistry2025 .swiper-pagination.swiper-pagination--rectangle .swiper-pagination-bullet { height: 4px; margin: 0 5px; }
    .artistry2025 .swiper-pagination.swiper-pagination--circle { bottom: 20px; }

    .artistry2025-popup__content { padding: 40px; }
    .artistry2025-popup__head { margin-bottom: 40px; }
    .artistry2025-popup__close { width: 38px; top: 26px; right: 26px; }
    .artistry2025-popup__close button > svg { width: 17px; }

    .artistry2025-split__text { gap: 8px; padding: 0 24px; }
    .artistry2025-split__icon { width: 90px; }
    
    .artistry2025-metric { flex-wrap: wrap; padding: 40px 0; }
    .artistry2025-metric__scramble { gap: 7px; }
    .artistry2025-metric--two > li { width: 44%; }

    .artistry2025-footnote { margin-top: 20px; }

    .artistry2025-visual__wrap { margin-left: -20px; margin-right: -20px; }
    .artistry2025-visual__background { padding-top: 62%; }
    .artistry2025-visual__title { top: calc(50% - 10px); }
    .artistry2025-visual__logo { gap: 5px; transform: translate(-50%, 0); }
    .artistry2025-visual__logo svg { width: 163px; }
    .brand .artistry2025 .artistry2025-visual__logo .artistry2025-typo--07 { font-size: 10px; line-height: 1.6; letter-spacing: -.5px; }

    .artistry2025-history__group figure { width: 40%; }
    .artistry2025-history__content { padding: 24px 0 0 24px; }
    .brand .artistry2025-history__content p { margin-top: 8px; }

    .artistry2025-synergy__group { gap: 40px; }
    .artistry2025-synergy__slider { margin-left: -20px; margin-right: -20px; padding: 140px 0; overflow: hidden; }
    .artistry2025-synergy__slider .swiper-container { width: 378px; }
    .artistry2025-synergy__slider-content { height: 440px; padding: 65px 24px 79px; }
    .brand .artistry2025-synergy__slider-content p { margin-top: 22px; }
    .artistry2025-synergy__group .artistry2025-footnote { margin-top: -20px; }

    .artistry2025-ingredient.artistry2025-section { padding-top: 40px; }
    .artistry2025-ingredient__nutrient-content { gap: 22px; padding: 26px; }
    .brand .artistry2025-ingredient__nutrient-content .artistry2025-btn { margin-top: 10px; }
    .artistry2025-ingredient__nutrient-pic { bottom: -0.5%; right: 12%; scale: 0.8; }
    .artistry2025-ingredient__seeds { margin-top: 40px; }
    .artistry2025-ingredient__seeds-info { gap: 16px; }
    .artistry2025-ingredient__seeds-picture { margin-top: 52px; }
    .artistry2025-ingredient__seeds-pic { scale: 0.7; }
    .artistry2025-ingredient__seeds-pic--01 { top: 39%; left: 3%; }
    .artistry2025-ingredient__seeds-pic--02 { right: 2%; }
    .artistry2025-ingredient__seeds-pic--03 { right: 8%; }
    .artistry2025-ingredient__separate { margin-top: 80px; }

    .artistry2025-philosophy__list { margin-bottom: 40px; }
    .artistry2025-philosophy__list > li { padding: 40px 0; }

    .artistry2025-product__logo { gap: 5px; }
    .artistry2025-product__logo svg { width: 163px; }
    .brand .artistry2025 .artistry2025-product__logo .artistry2025-typo--07 { font-size: 10px; line-height: 1.6; letter-spacing: -.5px; }
    .artistry2025-product__title { margin: 24px 0 20px; }
    .artistry2025-product__list-head { padding: 20px 26px; }
    .artistry2025-product__list-logo { width: 124px; right: 30px; bottom: 30px; }

    .artistry2025-materials { gap: 40px; }
    .artistry2025-materials__gallery { gap: 8px; }
    .artistry2025-materials__gallery b { left: 16px; bottom: 13px; }
    .artistry2025-materials__gallery li:nth-child(n+4):nth-child(-n+6) b { top: 13px; }
    .artistry2025-materials__accordion-head { padding: 20px 0; }
    .artistry2025-materials__accordion-content-inner { padding: 8px 20px 20px; }
    .artistry2025-materials__list { gap: 10px 10%; }
    .artistry2025-materials__list > li { width: 45%; }
    .artistry2025-materials__note { margin-top: -20px; }

    .artistry2025-seeds { gap: 20px; }
    .artistry2025-seeds__effect-diagram { margin-top: 16px; }

    .artistry2025-management { gap: 50px; }
    .artistry2025-management__video-overlay > i { width: 60px; height: 60px; margin-top: -30px; margin-left: -30px; }
    .artistry2025-management__list { gap: 40px 28px; }
    .artistry2025-management__farm-slider { margin-top: 16px; }
    .artistry2025 .artistry2025-management__farm-slider .swiper-pagination.swiper-pagination--circle { margin-top: 26px; }
}

@media (max-width: 768px) and (min-width: 681px) {
    /* ARTISTRY */
    .brand .artistry2025 .artistry2025-seeds__effect-diagram-keyword-inner > .artistry2025-typo--07 { font-size: var(--font-size-09); line-height: var(--font-lineheight-09); }
    .brand .artistry2025 .artistry2025-seeds__effect-diagram-keyword-inner > .artistry2025-typo--09 { font-size: var(--font-size-11); line-height: var(--font-lineheight-11); }
}

@media (max-width: 680px) {
    /* ARTISTRY */
    .artistry2025-split__icon { width: 84px; }

    .artistry2025-metric { row-gap: 30px; }
    .artistry2025-metric--three > li { width: 44%; }

    .artistry2025-ingredient__nutrient-content { gap: 15px; }
    .artistry2025-ingredient__nutrient-content br { display: none; }

    .brand .artistry2025-ingredient__nutrient-content .artistry2025-btn { margin-top: 6px; }
    .artistry2025-ingredient__seeds-picture > figure:nth-child(1) { margin-right: -20px; }
    .artistry2025-ingredient__seeds-picture > figure:nth-child(3) { margin-left: -20px; }

    .artistry2025-ingredient__seeds-info p br { display: none; }

    .artistry2025-seeds__effect-diagram { padding: 60px 0 89px; }
    .artistry2025-seeds__effect-diagram:after { content: ''; width: 100%; height: 24%; position: absolute; left: 0; bottom: 0; background: linear-gradient(180deg, rgba(0, 0, 0, 0.00) 0%, rgba(0, 0, 0, 0.15) 100%); }
    .artistry2025-seeds__effect-diagram-bg { width: 100%; height: 100%; padding: 0; position: absolute; top: 0; left: 0; }
    .artistry2025-seeds__effect-diagram-bg:after { display: none; }
    .artistry2025-seeds__effect-diagram-bg figure { width: 100%; height: 100%; aspect-ratio: auto; border-radius: 0; }
    .artistry2025-seeds__effect-diagram-bg figure:after { display: none; }
    .artistry2025-seeds__effect-diagram-bg figure img { height: 100%; object-fit: cover; }
    .artistry2025-seeds__effect-diagram-typo { display: block; margin-bottom: 41px; position: relative; top: 0; left: 0; translate: none; text-align: center; }
    .artistry2025-seeds__effect-diagram-typo br { display: none; }
    .artistry2025-seeds__effect-diagram-keyword { position: relative; top: 0; left: 0; translate: none; z-index: 2; }
    .artistry2025-seeds__effect-diagram-keyword .swiper-container { width: 198px; }
    .artistry2025-seeds__effect-diagram-keyword .swiper-slide { padding: 0 4px; }
    .artistry2025-seeds__effect-diagram-keyword-inner { width: 100%; position: relative; top: inherit; left: inherit; translate: 0; }
    .artistry2025-seeds__effect-diagram-keyword .swiper-slide:nth-child(n) .artistry2025-seeds__effect-diagram-keyword-inner { margin-top: 0; margin-left: 0; }
    .artistry2025 .artistry2025-seeds__effect-diagram-keyword .swiper-container .swiper-pagination { display: block; bottom: -69px; }
}

@media (max-width: 540px) {
    /* ARTISTRY */
    .artistry2025 { padding-bottom: 40px; }
    
    .brand .artistry2025 .artistry2025-btn { padding-left: 40px; padding-right: 40px; }

    .artistry2025 .swiper-pagination.swiper-pagination--rectangle { bottom: 24px; }

    .artistry2025-split { flex-direction: column; gap: 24px; }
    .artistry2025-split > * { width: 100%; }
    .artistry2025-split__picture .swiper-container:after { height: 27%; }
    .artistry2025-split__text { padding: 0; }
    .artistry2025-split__text > * { transform: none !important; opacity: 1 !important; visibility: visible !important; }
    .artistry2025-split__text h3 br { display: block; }
    .artistry2025-split__text p > span { display: inline; }
    .artistry2025-split__text .artistry2025-btn { margin-top: 16px; }
    .artistry2025-split__icon { width: 108px; margin-top: 8px; margin-bottom: 16px; }
    .brand .artistry2025 .artistry2025-split__text .artistry2025-typo--05 { font-size: var(--font-size-04); line-height: var(--font-lineheight-04); }

    .artistry2025-metric { padding: 0; row-gap: 0; border-width: 1px 0; }
    .artistry2025-metric > li { width: 100%; max-width: inherit; }
    .artistry2025-metric > li:not(:first-child) { border-top: 1px solid var(--color-amway-black); }
    .artistry2025-metric__scramble { gap: 11px; }
    .artistry2025-metric__scramble > span:has(sup) { top: -0.7em; left: -0.26em; }
    .artistry2025-metric--two > li { padding: 24px 0; }
    .artistry2025-metric--two b { margin-bottom: 10px; }
    .artistry2025-metric--three > li { padding: 40px 0; }
    .artistry2025-metric--three b { margin-bottom: 4px; }

    .artistry2025-visual__background { padding-top: 138%; }
    .artistry2025-visual__title { top: 50%; padding: 0 14%; }
    .artistry2025-visual__title br { display: none; }
    .artistry2025-visual__logo { gap: 5px; bottom: 37px; }

    .artistry2025-history { background: linear-gradient(180deg, #FFF 0%, #F2F8F6 100%); }
    .artistry2025-history__gallery { flex-direction: column; }
    .artistry2025-history__gallery figure { width: 74%; }
    .artistry2025-history__gallery figure:nth-child(2) { align-self: flex-end; margin-top: -19.5%; }
    .artistry2025-history__group { flex-direction: column; margin-top: -5%; }
    .artistry2025-history__group figure { width: 74%; margin-top: 0; }
    .artistry2025-history__content { float: none; width: 100%; padding: 20px 0 0; }
 
    .artistry2025-synergy { background: linear-gradient(180deg, #F2F8F6 0%, #F2F8F6 100%); }
    .artistry2025-synergy__slider .swiper-container { width: calc(100vw - 52px); max-width: 308px; overflow: visible; aspect-ratio: 308 / 400; }
    .artistry2025-synergy__slider .swiper-slide { padding: 0 4px; }
    .artistry2025-synergy__slider-content { display: flex; flex-direction: column; justify-content: center; height: 100%; padding: 0 20px 18px; }
    .artistry2025-synergy__slider-content br { display: none; }
    .brand .artistry2025-synergy__slider-content h3 { padding-left: 14px; padding-right: 14px; }
    .brand .artistry2025-synergy__slider-content p { margin-top: 10px; }

    .artistry2025-ingredient { background: linear-gradient(180deg, #F2F8F6 0%, #F9F7F4 100%); }
    .artistry2025-ingredient__nutrient { margin-left: -20px; margin-right: -20px; padding: 149px 0 155px; aspect-ratio: auto; overflow: hidden; }
    .artistry2025-ingredient__nutrient-bg { -webkit-mask-size: cover; mask-size: cover; -webkit-mask-position: center bottom; mask-position: center bottom; }
    .artistry2025-ingredient__nutrient-content { width: calc(100% - 60px); max-width: 380px; height: inherit; max-height: none; margin-bottom: 0; padding: 50px 45px; aspect-ratio: auto; gap: 10px; }
    .artistry2025-ingredient__nutrient-content h2 br { display: block; }
    .brand .artistry2025-ingredient__nutrient-content .artistry2025-btn { margin-top: 30px; }
    .artistry2025-ingredient__nutrient-pic { width: 24px; bottom: 10.5%; right: 12%; scale: 1; }
    .artistry2025-ingredient__seeds-info .artistry2025-btn { margin-top: 24px; }
    .artistry2025-ingredient__seeds-info h2 span { padding: 0 3px; }
    .brand .artistry2025 .artistry2025-ingredient__seeds-info .artistry2025-typo--04 { font-size: var(--font-size-05); line-height: var(--font-lineheight-05); }
    .artistry2025-ingredient__seeds-picture { margin-top: 36px; flex-direction: column; align-items: center; }
    .artistry2025-ingredient__seeds-picture > figure { width: 87.5%; max-width: 300px; }
    .artistry2025-ingredient__seeds-picture > figure:nth-child(1) { margin-right: 0; }
    .artistry2025-ingredient__seeds-picture > figure:nth-child(3) { margin-left: 0; }
    .artistry2025-ingredient__seeds-picture > figure:not(:first-child) { margin-top: -25%; }
    .artistry2025-ingredient__seeds-pic { scale: 1; }
    .artistry2025-ingredient__seeds-pic--01 { width: 34px; rotate: 37deg; top: -2%; left: 8.7%; }
    .artistry2025-ingredient__seeds-pic--02 { width: 56px; top: 49%; right: inherit; left: 0; }
    .artistry2025-ingredient__seeds-pic--03 { width: 27px; rotate: 81deg; top: 21.7%; right: 10%; }
    .artistry2025-ingredient__separate { height: 1px; margin-top: 40px; }

    .artistry2025-philosophy { background: linear-gradient(180deg, #F9F7F4 0%, #FFF 100%); }
    .artistry2025-philosophy .artistry2025-split__text { align-items: center; }
    .brand .artistry2025-philosophy .artistry2025-split__text > * { text-align: center; }
    .artistry2025-philosophy .artistry2025-metric > li:nth-child(3) b br { display: block; }

    .artistry2025-movie.artistry2025-section { padding-left: 0; padding-right: 0; }

    .artistry2025-product__list { margin-left: -20px; margin-right: -20px; gap: 8px; }
    .artistry2025-product__list > li:first-child { aspect-ratio: 9 / 10; }
    .artistry2025-product__list-head { padding: 20px; }
    .brand .artistry2025 .artistry2025-product__list-head .artistry2025-typo--08 { font-size: var(--font-size-09); line-height: var(--font-lineheight-09); }
    .artistry2025-product__list-logo { width: 101px; right: 20px; bottom: 20px; }
    .artistry2025-product__list > li.artistry2025-product__list--labs.artistry2025-product__list--open .artistry2025-product__list-head > h3 { color: var(--color-amway-black); }
    .artistry2025-product__list > li.artistry2025-product__list--labs.artistry2025-product__list--open .artistry2025-product__list-head > p { color: var(--color-gray-800); }

    .artistry2025-popup__inner { padding: 0; }
    .artistry2025-popup__content { min-height: 100%; padding: 40px 20px; border-radius: 0; }
    .artistry2025-popup__content:after { display: none; }
    .artistry2025-popup__head { margin-bottom: 24px; }
    .artistry2025-popup__close { width: 28px; top: 16px; right: 16px; }
    .artistry2025-popup__close button { top: 16px; }
    .artistry2025-popup__close button > svg { width: 11px; }

    .artistry2025-materials__gallery { grid-template-columns: repeat(2, 1fr); gap: 10px 8px; }
    .artistry2025-materials__gallery b { bottom: 8px; }
    .artistry2025-materials__gallery li:nth-child(n+4):nth-child(-n+6) b { top: inherit; bottom: 8px; }
    .artistry2025-materials__accordion-content-inner { padding-left: 0; padding-right: 0; }
    .artistry2025-materials__list > li { width: 100%; }

    #popup-artistry-seeds .artistry2025-popup__head { margin-bottom: 40px; }
    #popup-artistry-seeds .artistry2025-seeds__effect-diagram-typo { font-size: var(--font-size-05); line-height: var(--font-lineheight-05); }
    .artistry2025-seeds__effect-diagram { margin-left: -20px; margin-right: -20px; }
    
    .artistry2025-management { gap: 40px; }
    .artistry2025-management__video { margin-left: -20px; margin-right: -20px; }
    .artistry2025-management__list { grid-template-columns: 1fr; gap: 32px; }
    .brand .artistry2025 .artistry2025-management__list .artistry2025-typo--06 { font-size: var(--font-size-07); line-height: var(--font-lineheight-07); }
    .artistry2025-management__farm-slider { margin-left: -20px; margin-right: -20px; }
    .artistry2025-management__farm-visual { padding-top: 111%; }
    .brand .artistry2025-management__farm-slider p { padding-left: 20px; padding-right: 20px; text-align: left; }
    .artistry2025 .artistry2025-management__farm-slider .swiper-pagination.swiper-pagination--circle { margin-top: 40px; }
}