:root {
    --yx-v3-green: #0b4f3d;
    --yx-v3-green-2: #315f4c;
    --yx-v3-ink: #24332d;
    --yx-v3-muted: #66736d;
    --yx-v3-gold: #b88431;
    --yx-v3-line: #dce4df;
    --yx-v3-soft: #f4f7f4;
    --yx-v3-warm: #f8f4ed;
    --yx-v3-white: #fff;
    --yx-v3-radius: 16px;
    --yx-v3-shadow: 0 18px 54px rgba(28, 57, 45, .08);
}

/* Scent Family: reusable SCENT × SPACE expression module. */
.yx-v3-scent-expression {
    --yx-expression-line: #d9d8d0;
    --yx-expression-warm: #f5f2eb;
    padding-block: clamp(76px, 7.4vw, 112px);
    background: #fff;
}
.yx-v3-scent-expression__head {
    display: block;
    margin-bottom: clamp(36px, 4vw, 58px);
    text-align: center;
}
.yx-v3-scent-expression__head .yx-v3-kicker { margin: 0 0 15px; }
.yx-v3-scent-expression__head h2 {
    max-width: 1180px;
    margin: 0 auto;
    color: var(--yx-v3-green);
    font-family: "Noto Serif SC", "Songti SC", STSong, serif;
    font-size: clamp(34px, 3.4vw, 52px);
    font-weight: 600;
    line-height: 1.28;
    letter-spacing: -.025em;
}
.yx-v3-scent-expression__head div > p {
    max-width: 900px;
    margin: 18px auto 0;
    color: var(--yx-v3-muted);
    font-size: 16px;
    line-height: 1.9;
}
.yx-v3-scent-expression__viewport { min-width: 0; }
.yx-v3-scent-expression__grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: clamp(16px, 1.7vw, 24px);
}
.yx-v3-scent-expression__grid[data-count="3"] { grid-template-columns: repeat(3, minmax(0, 1fr)); }
.yx-v3-scent-expression__card {
    min-width: 0;
    overflow: hidden;
    border: 1px solid var(--yx-expression-line);
    border-radius: 3px;
    background: #fff;
}
.yx-v3-scent-expression__media {
    position: relative;
    aspect-ratio: 3 / 2;
    margin: 0;
    overflow: hidden;
    background: #eceae4;
}
.yx-v3-scent-expression__media img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.yx-v3-scent-expression__media.is-placeholder {
    background: linear-gradient(145deg, #e9e6de 0%, #f7f5f0 48%, #dfe4dd 100%);
}
.yx-v3-scent-expression__media.is-placeholder i {
    position: absolute;
    display: block;
    border-radius: 999px;
    background: rgba(49, 83, 63, .12);
    transform: rotate(-12deg);
}
.yx-v3-scent-expression__media.is-placeholder i:nth-child(1) { width: 44%; height: 12%; right: 9%; bottom: 23%; }
.yx-v3-scent-expression__media.is-placeholder i:nth-child(2) { width: 28%; height: 9%; right: 24%; bottom: 40%; }
.yx-v3-scent-expression__media.is-placeholder i:nth-child(3) { width: 20%; height: 20%; left: 12%; top: 18%; border-radius: 50%; background: rgba(181, 130, 51, .12); }
.yx-v3-scent-expression__body { padding: 24px 24px 27px; }
.yx-v3-scent-expression__body h3 {
    margin: 0;
    color: var(--yx-v3-green);
    font-family: "Noto Serif SC", "Songti SC", STSong, serif;
    font-size: clamp(22px, 1.65vw, 27px);
    font-weight: 600;
    line-height: 1.38;
}
.yx-v3-scent-expression__keywords {
    display: flex;
    flex-wrap: wrap;
    gap: 7px 13px;
    margin: 13px 0 0;
    padding: 0;
    list-style: none;
    color: #a86f1b;
    font-size: 13px;
    letter-spacing: .04em;
}
.yx-v3-scent-expression__keywords li + li::before { content: "·"; margin-right: 13px; color: #b9aa91; }
.yx-v3-scent-expression__body > p {
    margin: 14px 0 0;
    color: var(--yx-v3-muted);
    font-size: 14px;
    line-height: 1.8;
}
.yx-v3-scent-expression__body > .yx-v3-scent-expression__detail { color: #6e756f; font-size: 13px; }
.yx-v3-scent-expression__links {
    display: grid;
    gap: 7px;
    margin-top: 19px;
    padding-top: 16px;
    border-top: 1px solid var(--yx-expression-line);
}
.yx-v3-scent-expression__links > span { color: #777d78; font-size: 12px; }
.yx-v3-scent-expression__links a,
.yx-v3-scent-expression__note a,
.yx-v3-scent-expression__advice a { color: var(--yx-v3-green); font-weight: 700; text-decoration: none; }
.yx-v3-scent-expression__links a:hover,
.yx-v3-scent-expression__links a:focus-visible,
.yx-v3-scent-expression__note a:hover,
.yx-v3-scent-expression__note a:focus-visible,
.yx-v3-scent-expression__advice a:hover,
.yx-v3-scent-expression__advice a:focus-visible { text-decoration: underline; text-underline-offset: 5px; }
.yx-v3-scent-expression__swipe { display: none; }
.yx-v3-scent-expression__note {
    display: flex;
    gap: 28px;
    justify-content: space-between;
    align-items: center;
    margin-top: 28px;
    padding: 20px 24px;
    border-top: 1px solid #d7ded8;
    background: #f3f6f2;
}
.yx-v3-scent-expression__note p { max-width: 960px; margin: 0; color: #59665e; font-size: 14px; line-height: 1.8; }
.yx-v3-scent-expression__note a { flex: 0 0 auto; font-size: 14px; }
.yx-v3-scent-expression__advice { margin-top: 22px; padding-top: 20px; border-top: 1px solid var(--yx-expression-line); text-align: center; }
.yx-v3-scent-expression__advice a { display: inline-flex; gap: 7px; align-items: center; font-size: 15px; }

@media (max-width: 760px) {
    .yx-v3-scent-expression { padding-block: 58px 62px; }
    .yx-v3-scent-expression__head { margin-bottom: 28px; text-align: left; }
    .yx-v3-scent-expression__head .yx-v3-kicker { margin: 0 0 12px; }
    .yx-v3-scent-expression__head h2 { font-size: 31px; line-height: 1.35; }
    .yx-v3-scent-expression__head div > p { margin: 14px 0 0; font-size: 14px; line-height: 1.8; }
    .yx-v3-scent-expression__viewport {
        margin-inline: calc((100vw - 100%) / -2);
        padding-inline: max(18px, calc((100vw - 100%) / 2));
        overflow-x: auto;
        overscroll-behavior-inline: contain;
        scroll-padding-inline: max(18px, calc((100vw - 100%) / 2));
        scroll-snap-type: x mandatory;
        scrollbar-width: thin;
        -webkit-overflow-scrolling: touch;
    }
    .yx-v3-scent-expression__grid,
    .yx-v3-scent-expression__grid[data-count="3"] {
        display: flex;
        width: max-content;
        gap: 14px;
        padding-bottom: 10px;
    }
    .yx-v3-scent-expression__card {
        width: min(84vw, 355px);
        flex: 0 0 min(84vw, 355px);
        scroll-snap-align: start;
    }
    .yx-v3-scent-expression__body { padding: 21px 20px 24px; }
    .yx-v3-scent-expression__body h3 { font-size: 23px; }
    .yx-v3-scent-expression__swipe { display: block; margin: 8px 0 0; color: #7b837e; font-size: 12px; }
    .yx-v3-scent-expression__note { display: block; margin-top: 22px; padding: 18px; }
    .yx-v3-scent-expression__note p { font-size: 13px; }
    .yx-v3-scent-expression__note a { display: inline-block; margin-top: 12px; }
    .yx-v3-scent-expression__advice { margin-top: 18px; text-align: left; }
}

@media (prefers-reduced-motion: reduce) {
    .yx-v3-scent-expression__viewport { scroll-behavior: auto; }
}

.yx-content-system-v3 .site-content,
.yx-content-system-v3 #content { width: 100% !important; padding: 0 !important; margin: 0 !important; max-width: none !important; float: none !important; }
.yx-content-system-v3 #page,
.yx-content-system-v3 #main,
.yx-content-system-v3 .site-main { width: 100% !important; max-width: none !important; margin-right: 0 !important; margin-left: 0 !important; }
.yx-content-system-v3 .like-left-box { display: none !important; }
.yx-v3 { color: var(--yx-v3-ink); background: #fff; font-family: "Noto Sans SC", "Microsoft YaHei", system-ui, sans-serif; }
.yx-v3 *, .yx-v3 *::before, .yx-v3 *::after { box-sizing: border-box; }
.yx-v3 img { display: block; max-width: 100%; }
.yx-v3 a { color: inherit; text-decoration: none; }
.yx-v3-container { width: min(1280px, calc(100% - 64px)); margin-inline: auto; }
.yx-v3-kicker { margin: 0 0 16px; color: var(--yx-v3-gold); font-size: 13px; font-weight: 800; letter-spacing: .18em; text-transform: uppercase; }
.yx-v3-crumbs { display: flex; align-items: center; gap: 10px; margin-bottom: 48px; color: #7a847f; font-size: 14px; }
.yx-v3-crumbs a:hover { color: var(--yx-v3-green); }
.yx-v3-crumbs em { max-width: 34ch; overflow: hidden; color: var(--yx-v3-green); font-style: normal; text-overflow: ellipsis; white-space: nowrap; }

.yx-v3-hero { padding: 42px 0 74px; overflow: hidden; background: linear-gradient(115deg, #fff 0%, #fbfaf7 54%, #f3f5f1 100%); }
.yx-v3-hero__grid { display: grid; grid-template-columns: minmax(0, .96fr) minmax(420px, 1.04fr); align-items: center; gap: 70px; }
.yx-v3-hero__copy h1, .yx-v3-hub-hero h1 { margin: 0; color: var(--yx-v3-green); font-family: "Noto Serif SC", "Songti SC", STSong, serif; font-size: clamp(42px, 4.5vw, 66px); font-weight: 700; letter-spacing: -.025em; line-height: 1.26; }
.yx-v3--article .yx-v3-hero__copy h1 { max-width: 14ch; font-size: clamp(40px, 4vw, 58px); line-height: 1.3; }
.yx-v3-hero__lead { max-width: 650px; margin: 28px 0 0; color: #596861; font-size: 18px; line-height: 1.9; }
.yx-v3-meta { display: flex; flex-wrap: wrap; gap: 18px; margin-top: 28px; color: #77817d; font-size: 14px; }
.yx-v3-hero__media { margin: 0; }
.yx-v3-hero__media img { width: 100%; max-height: 620px; object-fit: contain; }
.yx-v3-hero__media figcaption { margin-top: 10px; color: #7b8680; font-size: 12px; text-align: right; }
.yx-v3--article .yx-v3-hero__media img { border-radius: 4px; object-fit: cover; }
.yx-v3-actions { display: flex; flex-wrap: wrap; gap: 14px; margin-top: 30px; }
.yx-v3-button { display: inline-flex; min-height: 50px; padding: 0 26px; align-items: center; justify-content: center; border: 1px solid var(--yx-v3-green); border-radius: 6px; color: #fff !important; background: var(--yx-v3-green); font-size: 16px; font-weight: 700; transition: .2s ease; }
.yx-v3-button:hover { transform: translateY(-2px); background: #073d2f; }
.yx-v3-button--outline { color: var(--yx-v3-green) !important; background: transparent; }
.yx-v3-metrics { display: grid; grid-template-columns: repeat(4, 1fr); gap: 0; margin-top: 40px; border-top: 1px solid var(--yx-v3-line); }
.yx-v3-metrics div { padding: 20px 14px 0 0; }
.yx-v3-metrics strong, .yx-v3-metrics span { display: block; }
.yx-v3-metrics strong { color: var(--yx-v3-green); font-family: Georgia, serif; font-size: 21px; }
.yx-v3-metrics span { margin-top: 5px; color: var(--yx-v3-muted); font-size: 12px; }

.yx-v3-answer { padding: 42px 0; background: var(--yx-v3-green); color: #fff; }
.yx-v3-answer .yx-v3-container { display: grid; grid-template-columns: 150px 1fr; gap: 36px; align-items: start; }
.yx-v3-answer__label { padding-top: 7px; color: #d5ad64; font-size: 14px; font-weight: 800; letter-spacing: .18em; }
.yx-v3-answer p { max-width: 950px; margin: 0; font-family: "Noto Serif SC", "Songti SC", serif; font-size: 28px; line-height: 1.75; }
.yx-v3-keypoints { padding: 76px 0; }
.yx-v3-keypoints__grid { display: grid; grid-template-columns: repeat(4, 1fr); border: 1px solid var(--yx-v3-line); border-radius: var(--yx-v3-radius); overflow: hidden; }
.yx-v3-keypoints__grid article { min-height: 160px; padding: 30px; border-right: 1px solid var(--yx-v3-line); }
.yx-v3-keypoints__grid article:last-child { border-right: 0; }
.yx-v3-keypoints strong { color: var(--yx-v3-green); font-size: 18px; }
.yx-v3-keypoints p { margin: 14px 0 0; color: var(--yx-v3-muted); line-height: 1.8; }

.yx-v3-section { padding: 92px 0; }
.yx-v3-section--soft { background: var(--yx-v3-soft); }
.yx-v3-section--warm { background: var(--yx-v3-warm); }
.yx-v3-section-head { margin-bottom: 42px; text-align: center; }
.yx-v3-section-head p { margin: 0 0 12px; color: var(--yx-v3-gold); font-size: 12px; font-weight: 800; letter-spacing: .2em; }
.yx-v3-section-head h2 { margin: 0; color: var(--yx-v3-green); font-family: "Noto Serif SC", "Songti SC", serif; font-size: clamp(32px, 3.2vw, 45px); line-height: 1.35; }
.yx-v3-section-head--split { display: flex; align-items: end; justify-content: space-between; text-align: left; }
.yx-v3-section-head--split > a { color: var(--yx-v3-green); font-weight: 700; }
.yx-v3-intro { max-width: 840px; margin: -20px auto 38px; color: var(--yx-v3-muted); font-size: 17px; line-height: 1.8; text-align: center; }
.yx-v3-caption { margin: 20px 0 0; color: #78847e; font-size: 13px; text-align: center; }

.yx-v3-card-grid { display: grid; grid-template-columns: repeat(4, 1fr); border: 1px solid var(--yx-v3-line); border-radius: var(--yx-v3-radius); overflow: hidden; background: #fff; }
.yx-v3-card-grid article { min-height: 188px; padding: 32px; border-right: 1px solid var(--yx-v3-line); }
.yx-v3-card-grid article:last-child { border-right: 0; }
.yx-v3-card-grid b { display: block; margin-bottom: 20px; color: var(--yx-v3-gold); font-family: Georgia, serif; font-size: 25px; }
.yx-v3-card-grid h3 { margin: 0; color: var(--yx-v3-green); font-family: "Noto Serif SC", "Songti SC", serif; font-size: 22px; }
.yx-v3-card-grid p { margin: 16px 0 0; color: var(--yx-v3-muted); font-size: 16px; line-height: 1.8; }

.yx-v3-cost-flow { display: grid; grid-template-columns: 1fr auto 1fr auto 1fr auto 1fr; align-items: center; gap: 18px; }
.yx-v3-cost-flow article { min-height: 160px; padding: 28px; border: 1px solid var(--yx-v3-line); border-radius: 12px; background: #fff; }
.yx-v3-cost-flow b, .yx-v3-cost-flow strong, .yx-v3-cost-flow span { display: block; }
.yx-v3-cost-flow b { color: var(--yx-v3-gold); font-family: Georgia, serif; font-size: 22px; }
.yx-v3-cost-flow strong { margin-top: 18px; color: var(--yx-v3-green); font-size: 18px; }
.yx-v3-cost-flow span { margin-top: 8px; color: var(--yx-v3-muted); line-height: 1.6; }
.yx-v3-cost-flow > i { color: var(--yx-v3-green); font-size: 23px; font-style: normal; }

.yx-v3-reading { width: min(1140px, calc(100% - 64px)); grid-template-columns: minmax(0, 800px) 280px; gap: 56px; }
.yx-v3-prose { min-width: 0; color: #3c4943; font-size: 17.5px; line-height: 1.85; }
.yx-v3-prose > :first-child { margin-top: 0; }
.yx-v3-prose__lead { color: #2f4239; font-family: "Noto Serif SC", "Songti SC", serif; font-size: 22px; line-height: 1.9; }
.yx-v3-prose h2 { margin: 56px 0 20px; color: var(--yx-v3-green); font-family: "Noto Serif SC", "Songti SC", serif; font-size: 30px; line-height: 1.45; }
.yx-v3-prose h3 { margin: 36px 0 16px; color: var(--yx-v3-green); font-size: 22px; }
.yx-v3-prose p { margin: 0 0 22px; }
.yx-v3-prose img { width: auto; height: auto; max-width: 100%; margin: 30px auto; }
.yx-v3-prose figure { max-width: 100%; margin: 34px auto; }
.yx-v3-prose figure img { margin: 0 auto; object-fit: contain; }
.yx-v3-prose figcaption { margin-top: 10px; color: var(--yx-v3-muted); font-size: 13px; line-height: 1.65; text-align: center; }
.yx-v3-prose .appmsg_card_context, .yx-v3-prose .wx_profile_card_inner, .yx-v3-prose .wx_profile_card_bd { display: contents; }
.yx-v3-note--history { margin: 0 0 40px; font-size: 15px; }
.yx-v3-prose table { width: 100%; border-collapse: collapse; font-size: 15px; }
.yx-v3-prose th, .yx-v3-prose td { padding: 13px; border: 1px solid var(--yx-v3-line); text-align: left; }
.yx-v3-prose th { color: #fff; background: var(--yx-v3-green); }
.yx-v3-table-wrap { overflow-x: auto; }
.yx-v3-content-cards { display: grid; grid-template-columns: repeat(2, 1fr); gap: 16px; margin: 26px 0 42px; }
.yx-v3-content-cards article { padding: 22px 24px 24px 0; border-top: 1px solid #9fafaa; background: transparent; }
.yx-v3-content-cards b { color: var(--yx-v3-gold); font-family: Georgia, serif; font-size: 21px; }
.yx-v3-content-cards h3 { margin: 12px 0 10px; }
.yx-v3-content-cards p { margin: 0; color: var(--yx-v3-muted); font-size: 16px; }
.yx-v3-path-cards { display: grid; grid-template-columns: repeat(3, 1fr); gap: 28px; margin: 26px 0 42px; }
.yx-v3-path-cards article { padding: 22px 0 4px; border-top: 2px solid var(--yx-v3-green); background: transparent; }
.yx-v3-path-cards span { color: var(--yx-v3-gold); font-size: 13px; font-weight: 800; }
.yx-v3-path-cards h3 { margin: 12px 0; font-size: 20px; }
.yx-v3-path-cards p { margin: 0; color: var(--yx-v3-muted); font-size: 15px; }
.yx-v3-checklist { display: grid; grid-template-columns: repeat(2, 1fr); gap: 12px 24px; margin: 24px 0 42px; padding: 0; list-style: none; }
.yx-v3-checklist li { position: relative; padding: 13px 0 13px 30px; border-bottom: 1px solid var(--yx-v3-line); background: transparent; }
.yx-v3-checklist li::before { position: absolute; left: 0; top: 13px; content: "✓"; color: var(--yx-v3-green); font-weight: 900; }
.yx-v3-faq { display: grid; gap: 12px; margin-top: 24px; }
.yx-v3-faq article { padding: 22px 0 14px; border-top: 1px solid #aebcb5; background: transparent; }
.yx-v3-faq h3 { margin: 0 0 10px; font-size: 19px; }
.yx-v3-faq p { margin: 0; color: var(--yx-v3-muted); font-size: 16px; }
.yx-v3-aside { position: sticky; top: 100px; display: grid; gap: 18px; }
.yx-v3-aside__card { padding: 28px; border: 1px solid var(--yx-v3-line); border-radius: 12px; background: var(--yx-v3-soft); }
.yx-v3-aside__card h2 { margin: 0 0 18px; color: var(--yx-v3-green); font-family: "Noto Serif SC", "Songti SC", serif; font-size: 22px; }
.yx-v3-aside__card nav { display: grid; }
.yx-v3-aside__card nav a { padding: 10px 0; border-bottom: 1px solid var(--yx-v3-line); color: #52615a; font-size: 14px; line-height: 1.5; }
.yx-v3-aside__card ul { margin: 0; padding-left: 20px; color: var(--yx-v3-muted); line-height: 2; }
.yx-v3-article-summary { padding: 46px 0 18px; background: #fff; }
.yx-v3-article-shell { width: min(1100px, calc(100% - 64px)); margin-inline: auto; padding: 28px 0 30px; border-top: 1px solid #cfd9d3; border-bottom: 1px solid #cfd9d3; }
.yx-v3-article-summary__answer { max-width: 930px; margin: 0; color: #31443b; font-family: "Noto Serif SC", "Songti SC", serif; font-size: 21px; line-height: 1.8; }
.yx-v3-article-summary__points { display: grid; grid-template-columns: repeat(3, 1fr); gap: 36px; margin-top: 26px; }
.yx-v3-article-summary__points article { padding-top: 16px; border-top: 1px solid #d6dfda; }
.yx-v3-article-summary__points strong, .yx-v3-article-summary__points span { display: block; }
.yx-v3-article-summary__points strong { color: var(--yx-v3-green); font-size: 16px; }
.yx-v3-article-summary__points span { margin-top: 8px; color: var(--yx-v3-muted); font-size: 14px; line-height: 1.7; }
.yx-v3--article #yx-v3-detail { padding-top: 54px; padding-bottom: 54px; }
.yx-v3-mobile-toc, .yx-v3-mobile-related { display: none; }
.yx-v3-aside__progress { display: grid; grid-template-columns: 1fr auto; gap: 8px 16px; color: var(--yx-v3-muted); font-size: 13px; }
.yx-v3-aside__progress strong { color: var(--yx-v3-green); }
.yx-v3-aside__progress i { grid-column: 1 / -1; height: 2px; overflow: hidden; background: #dbe3de; }
.yx-v3-aside__progress i b { display: block; width: 0; height: 100%; background: var(--yx-v3-green); transition: width .15s linear; }
.yx-v3-aside__plain { padding-top: 22px; border-top: 1px solid #cfd9d3; }
.yx-v3-aside__plain h2 { margin: 0 0 14px; color: var(--yx-v3-green); font-family: "Noto Serif SC", "Songti SC", serif; font-size: 19px; }
.yx-v3-aside__plain nav { display: grid; }
.yx-v3-aside__plain nav a { padding: 8px 0; color: #65726c; font-size: 13px; line-height: 1.5; }
.yx-v3-aside__relations > a { position: relative; display: block; padding: 12px 24px 12px 0; border-bottom: 1px solid #e0e6e2; }
.yx-v3-aside__relations span, .yx-v3-aside__relations strong { display: block; }
.yx-v3-aside__relations span { color: var(--yx-v3-gold); font-size: 11px; font-weight: 800; letter-spacing: .08em; }
.yx-v3-aside__relations strong { margin-top: 5px; color: #46564e; font-size: 14px; line-height: 1.55; }
.yx-v3-aside__relations i { position: absolute; right: 0; top: 50%; color: #8ba096; font-style: normal; }
.yx-v3-aside__relations > a.is-active strong { color: var(--yx-v3-green); }
.yx-v3-aside__relations > a.is-active { border-bottom-color: var(--yx-v3-green); }
.yx-v3-aside__cta { display: grid; gap: 9px; padding: 22px 0; border-top: 1px solid #cfd9d3; border-bottom: 1px solid #cfd9d3; }
.yx-v3-aside__cta strong { color: var(--yx-v3-green); font-family: "Noto Serif SC", "Songti SC", serif; font-size: 18px; }
.yx-v3-aside__cta span { color: var(--yx-v3-muted); font-size: 13px; line-height: 1.65; }
.yx-v3-aside__cta b { color: var(--yx-v3-green); font-size: 13px; }
.yx-v3-inline-consult { margin: 38px 0 46px; padding: 28px; border: 1px solid var(--yx-v3-line); background: #f7f9f7; }
.yx-v3-inline-consult header h2 { margin: 0 0 8px; font-size: 24px; }
.yx-v3-inline-consult header p { margin: 0 0 22px; color: var(--yx-v3-muted); font-size: 15px; }
.yx-v3-inline-consult .yx-shared-lead-form { padding: 0; border: 0; background: transparent; box-shadow: none; }
.yx-v3-inline-consult .yx-lead-group { margin: 0; }
.yx-v3-inline-consult .yx-lead-group legend { margin-bottom: 18px; }
.yx-v3-inline-consult .yx-consent { margin-top: 14px; font-size: 12px; }
.yx-v3-inline-consult .yx-lead-actions { margin-top: 15px; }
.yx-v3-article-ending { margin-top: 48px; padding: 24px 0; border-top: 1px solid #bfcac4; border-bottom: 1px solid #bfcac4; }
.yx-v3-article-ending strong { color: var(--yx-v3-green); font-size: 15px; }
.yx-v3-article-ending p { margin: 8px 0 5px; color: var(--yx-v3-muted); font-size: 13px; line-height: 1.7; }
.yx-v3-article-ending time { color: #89938e; font-size: 12px; }

.yx-v3-condition-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 12px; margin: 28px 0 42px; }
.yx-v3-condition-grid article { padding: 20px; border: 1px solid var(--yx-v3-line); border-radius: 10px; background: var(--yx-v3-soft); }
.yx-v3-condition-grid strong, .yx-v3-condition-grid span { display: block; }
.yx-v3-condition-grid strong { color: var(--yx-v3-green); }
.yx-v3-condition-grid span { margin-top: 6px; color: var(--yx-v3-muted); font-size: 14px; }
.yx-v3-note { margin-top: 34px; padding: 20px 24px; border-left: 4px solid var(--yx-v3-green); border-radius: 0 8px 8px 0; color: #53625b; background: var(--yx-v3-soft); line-height: 1.8; }
.yx-v3-legacy-detail { overflow-x: auto; }

.yx-v3-cutaway { position: relative; margin: 0; padding: 24px; border: 1px solid var(--yx-v3-line); border-radius: var(--yx-v3-radius); background: #fff; box-shadow: var(--yx-v3-shadow); }
.yx-v3-cutaway img { width: 100%; height: auto; }
.yx-v3-cutaway > span { position: absolute; left: var(--x); top: var(--y); transform: translate(-50%, -50%); padding: 8px 13px; border: 1px solid rgba(255,255,255,.8); border-radius: 999px; color: #fff; background: rgba(11,79,61,.9); font-size: 12px; font-weight: 700; }
.yx-v3-cutaway figcaption { margin-top: 15px; color: var(--yx-v3-muted); font-size: 13px; text-align: center; }

.yx-v3-scent-axis { display: grid; grid-template-columns: repeat(4, 1fr); gap: 18px; }
.yx-v3-scent-axis article { padding: 28px; border: 1px solid var(--yx-v3-line); border-radius: 12px; background: #fff; }
.yx-v3-scent-axis strong { color: var(--yx-v3-green); font-size: 17px; }
.yx-v3-scent-axis article > div { position: relative; height: 2px; margin: 24px 0 16px; background: #cdd8d2; }
.yx-v3-scent-axis article > div i { position: absolute; top: 50%; left: var(--p); width: 12px; height: 12px; transform: translate(-50%, -50%); border-radius: 50%; background: var(--yx-v3-green); }
.yx-v3-scent-axis p { margin: 0; color: var(--yx-v3-muted); line-height: 1.7; }
.yx-v3-mood { display: grid; grid-template-columns: 1.2fr .8fr; align-items: center; gap: 64px; }
.yx-v3-mood figure { margin: 0; }
.yx-v3-mood figure img { border-radius: 12px; }
.yx-v3-mood figcaption { margin-top: 10px; color: var(--yx-v3-muted); font-size: 12px; }
.yx-v3-mood h2 { margin: 0 0 22px; color: var(--yx-v3-green); font-family: "Noto Serif SC", "Songti SC", serif; font-size: 37px; line-height: 1.45; }
.yx-v3-mood p, .yx-v3-mood li { color: var(--yx-v3-muted); font-size: 17px; line-height: 1.9; }
.yx-v3-sample-proof { display: grid; grid-template-columns: .76fr 1.24fr; gap: 64px; align-items: center; }
.yx-v3-sample-proof h2 { margin: 12px 0 20px; color: var(--yx-v3-green); font-family: "Noto Serif SC", "Songti SC", serif; font-size: clamp(32px, 3.2vw, 52px); line-height: 1.3; }
.yx-v3-sample-proof > div:first-child > p:not(.yx-v3-kicker):not(.yx-v3-caption) { color: var(--yx-v3-muted); font-size: 17px; line-height: 1.9; }
.yx-v3-sample-proof__images { display: grid; grid-template-columns: 1.15fr .85fr; gap: 16px; }
.yx-v3-sample-proof figure { margin: 0; overflow: hidden; border-radius: 12px; background: #f5f4ef; }
.yx-v3-sample-proof img { display: block; width: 100%; height: 460px; object-fit: cover; }
.yx-v3-sample-proof figure:first-child img { object-position: 50% 42%; }
.yx-v3-sample-proof figure:last-child img { object-position: 50% 54%; }

/* Scent family: one continuous hero scene instead of a split text/image grid. */
.yx-v3-scent-hero { padding: 0 0 70px; background: #f6f3ed; }
.yx-v3-scent-hero > .yx-v3-container { width: 100%; max-width: none; padding-inline: 0; }
.yx-v3-scent-hero__canvas { --yx-v3-hero-pad: max(48px, calc((100vw - 1240px) / 2 + 24px)); position: relative; min-height: 620px; overflow: hidden; padding: 114px var(--yx-v3-hero-pad) 118px; background-color: #f5f1e8; background-image: linear-gradient(90deg, rgba(250,248,243,1) 0%, rgba(250,248,243,1) 55%, rgba(250,248,243,.72) 64%, rgba(250,248,243,.18) 73%, rgba(250,248,243,0) 82%), var(--yx-v3-scent-hero-bg); background-repeat: no-repeat; background-position: center, center; background-size: cover, cover; }
.yx-v3-scent-hero__canvas .yx-v3-crumbs { position: absolute; top: 30px; left: var(--yx-v3-hero-pad); margin: 0; }
.yx-v3-scent-hero__canvas .yx-v3-hero__copy { position: relative; z-index: 1; max-width: 535px; }
.yx-v3-scent-hero__canvas .yx-v3-hero__copy h1 { max-width: none; margin-top: 14px; font-size: clamp(46px, 4.15vw, 60px); line-height: 1.16; white-space: nowrap; }
.yx-v3-scent-hero__canvas .yx-v3-hero__lead { max-width: 31em; }
.yx-v3-scent-hero__proof { position: absolute; z-index: 1; bottom: 32px; left: var(--yx-v3-hero-pad); display: grid; grid-template-columns: repeat(4, auto); gap: 0; color: #52665e; font-size: 12px; }
.yx-v3-scent-hero__proof span { padding: 0 23px; border-left: 1px solid rgba(19,79,61,.18); }
.yx-v3-scent-hero__proof span:first-child { padding-left: 0; border-left: 0; }
.yx-v3-scent-hero__caption { position: absolute; right: var(--yx-v3-hero-pad); bottom: 20px; max-width: 360px; margin: 0; color: rgba(255,255,255,.82); font-size: 10px; text-align: right; text-shadow: 0 1px 5px rgba(24,31,27,.5); }
.yx-v3-scent-impression { padding-top: 76px; padding-bottom: 78px; }
.yx-v3-scent-impression .yx-v3-section-head { margin-bottom: 32px; }
.yx-v3-scent-impression .yx-v3-section-head__lead { margin-top: 12px; font-size: 13px; }
.yx-v3-text-link { display: inline-flex; align-items: center; margin-top: 24px; padding-bottom: 4px; color: var(--yx-v3-green); border-bottom: 1px solid rgba(19, 79, 61, .28); font-size: 16px; font-weight: 700; text-decoration: none; }
.yx-v3-text-link:hover { color: var(--yx-v3-gold); border-color: currentColor; }
.yx-v3-scent-impression .yx-v3-scent-axis { gap: 0; border-top: 1px solid var(--yx-v3-line); border-bottom: 1px solid var(--yx-v3-line); }
.yx-v3-scent-impression .yx-v3-scent-axis article { padding: 27px 30px; border: 0; border-right: 1px solid var(--yx-v3-line); border-radius: 0; }
.yx-v3-scent-impression .yx-v3-scent-axis article:last-child { border-right: 0; }
.yx-v3-scent-samples { padding-top: 78px; padding-bottom: 78px; }
.yx-v3-scent-samples .yx-v3-sample-proof { grid-template-columns: .7fr 1.3fr; gap: 58px; }
.yx-v3-scent-samples .yx-v3-sample-proof h2 { font-size: clamp(34px, 3vw, 47px); }
.yx-v3-scent-samples .yx-v3-sample-proof__images { grid-template-columns: 1.22fr .78fr; gap: 12px; }
.yx-v3-scent-samples .yx-v3-sample-proof figure { border-radius: 4px; }
.yx-v3-scent-samples .yx-v3-sample-proof img { height: 410px; object-fit: cover; }
.yx-v3-scent-samples .yx-v3-sample-proof figure:first-child img { object-position: 50% 43%; }
.yx-v3-scent-samples .yx-v3-sample-proof figure:last-child img { object-position: 52% 48%; }

.yx-v3-scent-directions { padding-top: 80px; padding-bottom: 82px; }
.yx-v3-scent-directions .yx-v3-section-head--split { gap: 60px; }
.yx-v3-scent-directions .yx-v3-section-head__lead { max-width: 470px; margin: 0; font-size: 14px; }
.yx-v3-scent-editorial { display: grid; grid-template-columns: minmax(320px, .82fr) minmax(0, 1.18fr); border-top: 1px solid #c8c1b4; border-bottom: 1px solid #c8c1b4; }
.yx-v3-scent-editorial__lead { position: relative; display: flex; min-height: 620px; padding: 0 46px 0 0; flex-direction: column; justify-content: center; overflow: hidden; border-right: 1px solid #c8c1b4; }
.yx-v3-scent-editorial__lead > span { color: var(--yx-v3-gold); font-size: 11px; font-weight: 800; letter-spacing: .15em; }
.yx-v3-scent-editorial__lead h3 { margin: 36px 0 14px; color: var(--yx-v3-green); font-family: "Noto Serif SC", "Songti SC", serif; font-size: 44px; }
.yx-v3-scent-editorial__lead p { max-width: 25em; margin: 0; color: var(--yx-v3-muted); font-size: 16px; line-height: 1.85; }
.yx-v3-scent-editorial__lead a { align-self: flex-start; margin-top: 34px; padding-bottom: 6px; border-bottom: 1px solid var(--yx-v3-green); color: var(--yx-v3-green); font-size: 14px; font-weight: 800; }
.yx-v3-scent-editorial__mood { display: block; }
.yx-v3-scent-state { transition: opacity .28s ease, transform .28s ease; }
.yx-v3-scent-state--mood { padding: 0 0 34px; opacity: 1; transform: translateY(0); }
.yx-v3-scent-state--profile { position: absolute; inset: 0 46px 0 0; display: flex; padding: 34px 0; flex-direction: column; justify-content: center; opacity: 0; pointer-events: none; transform: translateY(10px); }
.yx-v3-scent-editorial__mood.is-previewing .yx-v3-scent-state--mood { opacity: 0; pointer-events: none; transform: translateY(-8px); }
.yx-v3-scent-editorial__mood.is-previewing .yx-v3-scent-state--profile { opacity: 1; pointer-events: auto; transform: translateY(0); }
.yx-v3-scent-editorial__mood figure { position: relative; margin: 0 0 30px; overflow: hidden; background: #eee8dd; }
.yx-v3-scent-editorial__mood figure img { display: block; width: 100%; height: 292px; object-fit: cover; }
.yx-v3-scent-editorial__mood figcaption { position: absolute; right: 10px; bottom: 8px; left: 10px; color: rgba(37,50,44,.66); font-size: 9px; }
.yx-v3-scent-editorial__mood h3 { margin: 18px 0 14px; font-size: 34px; line-height: 1.3; }
.yx-v3-scent-editorial__mood p { font-size: 15px; }
.yx-v3-scent-editorial__mood ul { margin: 22px 0 0; padding: 18px 0 0; border-top: 1px solid #d8d0c3; list-style: none; }
.yx-v3-scent-editorial__mood li { margin-top: 8px; color: var(--yx-v3-muted); font-size: 13px; line-height: 1.65; }
.yx-v3-scent-editorial__mood li:first-child { margin-top: 0; }
.yx-v3-scent-state--profile figure { margin-bottom: 22px; }
.yx-v3-scent-state--profile figure img { height: 255px; object-position: 50% 45%; }
.yx-v3-scent-state--profile h3 { margin-top: 15px; }
.yx-v3-scent-state--profile dl { margin: 22px 0 0; border-top: 1px solid #d8d0c3; }
.yx-v3-scent-state--profile dl > div { display: grid; grid-template-columns: 52px 1fr; padding: 12px 0; border-bottom: 1px solid #d8d0c3; gap: 16px; }
.yx-v3-scent-state--profile dt { color: var(--yx-v3-gold); font-size: 12px; font-weight: 800; letter-spacing: .08em; }
.yx-v3-scent-state--profile dd { margin: 0; color: var(--yx-v3-green); font-size: 14px; }
.yx-v3-scent-state--profile small { margin-top: 15px; color: var(--yx-v3-muted); font-size: 11px; line-height: 1.65; }
.yx-v3-scent-state--profile a { margin-top: 18px; }
.yx-v3-scent-rail-shell { display: flex; min-width: 0; height: 620px; flex-direction: column; }
.yx-v3-scent-rail-toolbar { display: flex; min-height: 58px; padding: 0 18px 0 22px; align-items: center; justify-content: space-between; border-bottom: 1px solid #c8c1b4; }
.yx-v3-scent-rail-toolbar > span { color: var(--yx-v3-muted); font-size: 11px; font-weight: 700; letter-spacing: .08em; }
.yx-v3-scent-rail-toolbar > div { display: flex; gap: 7px; }
.yx-v3-scent-rail-toolbar button { display: grid; width: 34px; height: 34px; padding: 0; place-items: center; border: 1px solid #bdc7c0; border-radius: 50%; background: rgba(255,255,255,.5); color: var(--yx-v3-green); cursor: pointer; transition: background-color .2s ease, opacity .2s ease; }
.yx-v3-scent-rail-toolbar button:hover:not(:disabled),
.yx-v3-scent-rail-toolbar button:focus-visible { background: #fff; outline: 2px solid rgba(12,83,64,.16); outline-offset: 2px; }
.yx-v3-scent-rail-toolbar button:disabled { opacity: .28; cursor: default; }
.yx-v3-scent-editorial__rail { display: grid; min-height: 0; grid-template-columns: 1fr; align-content: start; overflow-x: hidden; overflow-y: auto; overscroll-behavior: contain; scroll-behavior: smooth; scroll-snap-type: y proximity; scrollbar-color: rgba(12,83,64,.34) transparent; scrollbar-width: thin; }
.yx-v3-scent-editorial__rail::-webkit-scrollbar { width: 6px; }
.yx-v3-scent-editorial__rail::-webkit-scrollbar-thumb { border-radius: 10px; background: rgba(12,83,64,.3); }
.yx-v3-scent-editorial__rail > button { display: grid; width: 100%; min-height: 94px; grid-template-columns: 32px minmax(0, 1fr) auto; gap: 10px; padding: 14px 22px; align-items: start; scroll-snap-align: start; border: 0; border-radius: 0; background: transparent; color: inherit; font: inherit; text-align: left; cursor: pointer; transition: background-color .2s ease; }
.yx-v3-scent-editorial__rail > button:nth-child(n+2) { border-top: 1px solid #d8d0c3; }
.yx-v3-scent-editorial__rail > button:hover,
.yx-v3-scent-editorial__rail > button:focus-visible,
.yx-v3-scent-editorial__rail > button.is-active { background: rgba(255,255,255,.52); outline: 0; }
.yx-v3-scent-editorial__rail > button > span { color: var(--yx-v3-gold); font-family: Georgia, serif; font-size: 15px; }
.yx-v3-scent-editorial__rail h3 { margin: 0; color: var(--yx-v3-green); font-family: "Noto Serif SC", "Songti SC", serif; font-size: 19px; }
.yx-v3-scent-editorial__rail p { margin: 3px 0 0; color: var(--yx-v3-muted); font-size: 12px; line-height: 1.55; }
.yx-v3-scent-editorial__rail i { padding-top: 2px; color: var(--yx-v3-green); font-size: 11px; font-style: normal; transition: transform .2s ease; }
.yx-v3-scent-editorial__rail > button:hover i,
.yx-v3-scent-editorial__rail > button:focus-visible i { transform: translateX(3px); }
.yx-v3-sr-only { position: absolute !important; width: 1px; height: 1px; padding: 0; overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; border: 0; }

.yx-v3-current-scents { padding-top: 82px; padding-bottom: 78px; }
.yx-v3-current-scents__head { display: grid; grid-template-columns: minmax(150px, .34fr) minmax(0, 1fr); gap: 52px; margin-bottom: 42px; align-items: start; }
.yx-v3-current-scents__head .yx-v3-kicker { padding-top: 10px; }
.yx-v3-current-scents__head h2 { margin: 0; color: var(--yx-v3-green); font-family: "Noto Serif SC", "Songti SC", serif; font-size: clamp(36px, 4vw, 54px); line-height: 1.28; }
.yx-v3-current-scents__head div > p { max-width: 780px; margin: 18px 0 0; color: var(--yx-v3-muted); font-size: 15px; line-height: 1.85; }
.yx-v3-current-scents__grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); border-top: 1px solid #c8c1b4; border-bottom: 1px solid #c8c1b4; }
.yx-v3-current-scents__item { display: grid; min-height: 132px; grid-template-columns: 42px minmax(0, 1fr) 18px; gap: 12px; padding: 24px 22px; align-items: start; border-right: 1px solid #d8d0c3; color: inherit; transition: background-color .2s ease; }
.yx-v3-current-scents__item:nth-child(3n) { border-right: 0; }
.yx-v3-current-scents__item:nth-child(n+4) { border-top: 1px solid #d8d0c3; }
.yx-v3-current-scents__item:hover,
.yx-v3-current-scents__item:focus-visible { background: rgba(255,255,255,.58); outline: 2px solid rgba(12,83,64,.13); outline-offset: -2px; }
.yx-v3-current-scents__index { color: var(--yx-v3-gold); font-family: Georgia, serif; font-size: 15px; line-height: 1.8; }
.yx-v3-current-scents__item h3 { margin: 0; color: var(--yx-v3-green); font-family: "Noto Serif SC", "Songti SC", serif; font-size: 23px; line-height: 1.35; }
.yx-v3-current-scents__keywords,
.yx-v3-current-scents__availability { display: flex; margin: 9px 0 0; flex-wrap: wrap; gap: 7px; color: var(--yx-v3-muted); font-size: 13px; line-height: 1.55; }
.yx-v3-current-scents__keywords span { color: #b58b4a; }
.yx-v3-current-scents__availability { color: #9a702c; }
.yx-v3-current-scents__item > i { padding-top: 6px; color: var(--yx-v3-green); font-size: 13px; font-style: normal; transition: transform .2s ease; }
.yx-v3-current-scents__item:hover > i,
.yx-v3-current-scents__item:focus-visible > i { transform: translateX(3px); }
.yx-v3-current-scents__item.is-extra { display: none; }
.yx-v3-current-scents__grid.is-expanded .yx-v3-current-scents__item.is-extra { display: grid; }
.yx-v3-current-scents__more { display: block; margin: 26px auto 0; padding: 9px 0; border: 0; border-bottom: 1px solid var(--yx-v3-green); background: transparent; color: var(--yx-v3-green); font-size: 14px; font-weight: 800; cursor: pointer; }
.yx-v3-current-scents__footer { display: flex; margin-top: 30px; padding: 22px 0 0; align-items: center; justify-content: space-between; gap: 28px; }
.yx-v3-current-scents__footer p { margin: 0; color: var(--yx-v3-muted); font-size: 13px; line-height: 1.7; }
.yx-v3-current-scents__footer a { flex: 0 0 auto; color: var(--yx-v3-green); font-size: 14px; font-weight: 800; }
.yx-v3-current-scents__footer a span { margin-left: 8px; }

.yx-v3-scent-matching { padding-top: 72px; padding-bottom: 72px; }
.yx-v3-scent-matching .yx-v3-section-head { margin-bottom: 26px; }
.yx-v3-scent-strip { display: grid; grid-template-columns: repeat(4, 1fr); border-top: 1px solid #bdc9c2; border-bottom: 1px solid #bdc9c2; }
.yx-v3-scent-strip > span { padding: 21px 24px; border-right: 1px solid #d5ddd8; }
.yx-v3-scent-strip > span:last-child { border-right: 0; }
.yx-v3-scent-strip b, .yx-v3-scent-strip small { display: block; }
.yx-v3-scent-strip b { color: var(--yx-v3-green); font-size: 16px; }
.yx-v3-scent-strip small { margin-top: 7px; color: var(--yx-v3-muted); font-size: 12px; }
.yx-v3-scent-matching .yx-v3-note { margin-top: 24px; padding-block: 15px; font-size: 13px; }

.yx-v3-scent-solutions { padding-top: 76px; padding-bottom: 76px; }
.yx-v3-scent-solutions .yx-v3-section-head__lead { max-width: 470px; margin: 0; font-size: 14px; }
.yx-v3-scent-route-row { display: grid; grid-template-columns: 1fr 1fr; border-top: 1px solid #c8d3cc; border-bottom: 1px solid #c8d3cc; }
.yx-v3-scent-route-row a { display: grid; min-height: 175px; padding: 30px 38px 28px 0; align-content: center; border-right: 1px solid #c8d3cc; }
.yx-v3-scent-route-row a:last-child { padding-left: 38px; border-right: 0; }
.yx-v3-scent-route-row span { color: var(--yx-v3-gold); font-size: 12px; font-weight: 800; letter-spacing: .1em; }
.yx-v3-scent-route-row strong { max-width: 30em; margin-top: 13px; color: var(--yx-v3-green); font-family: "Noto Serif SC", "Songti SC", serif; font-size: 21px; line-height: 1.55; }
.yx-v3-scent-route-row i { margin-top: 18px; color: var(--yx-v3-green); font-size: 13px; font-style: normal; font-weight: 800; }

.yx-v3-scent-lifestyle { padding-top: 78px; padding-bottom: 78px; }
.yx-v3-scent-lifestyle .yx-v3-container { display: grid; grid-template-columns: 1.15fr .85fr; gap: 62px; align-items: center; }
.yx-v3-scent-lifestyle__visual { display: grid; grid-template-columns: 1.18fr .82fr; gap: 12px; }
.yx-v3-scent-lifestyle__visual figure { margin: 0; overflow: hidden; background: #f1eee7; }
.yx-v3-scent-lifestyle__visual img { width: 100%; height: 350px; object-fit: cover; }
.yx-v3-scent-lifestyle__visual figure:first-child img { object-position: center; }
.yx-v3-scent-lifestyle__visual figure:last-child img { object-position: center; }
.yx-v3-scent-lifestyle h2 { margin: 0 0 25px; color: var(--yx-v3-green); font-family: "Noto Serif SC", "Songti SC", serif; font-size: clamp(31px, 3vw, 42px); line-height: 1.4; }
.yx-v3-scent-lifestyle > .yx-v3-container > div:last-child > a { display: grid; position: relative; padding: 18px 34px 18px 0; border-top: 1px solid #ccd6cf; }
.yx-v3-scent-lifestyle > .yx-v3-container > div:last-child > a:last-child { border-bottom: 1px solid #ccd6cf; }
.yx-v3-scent-lifestyle a strong { color: var(--yx-v3-green); font-size: 17px; }
.yx-v3-scent-lifestyle a span { margin-top: 6px; color: var(--yx-v3-muted); font-size: 13px; }
.yx-v3-scent-lifestyle a i { position: absolute; right: 4px; top: 50%; transform: translateY(-50%); color: var(--yx-v3-green); font-style: normal; }

.yx-v3-scent-consult { padding-top: 78px; padding-bottom: 80px; background: #f4f7f4; }
.yx-v3-scent-consult .yx-v3-container { display: grid; grid-template-columns: minmax(280px, .68fr) minmax(0, 1.32fr); gap: 64px; align-items: start; }
.yx-v3-scent-consult__intro h2 { margin: 10px 0 16px; color: var(--yx-v3-green); font-family: "Noto Serif SC", "Songti SC", serif; font-size: clamp(33px, 3vw, 44px); line-height: 1.42; }
.yx-v3-scent-consult__intro > p:last-child { margin: 0; color: var(--yx-v3-muted); font-size: 16px; line-height: 1.8; }
.yx-v3-scent-consult .yx-shared-lead-form { padding: 30px; }
.yx-v3-scent-consult__primary { display: grid; grid-template-columns: repeat(2, 1fr); gap: 14px; }
.yx-v3-scent-consult__more { margin-top: 18px; border-top: 1px solid #d8e0db; border-bottom: 1px solid #d8e0db; }
.yx-v3-scent-consult__more summary { display: flex; padding: 15px 0; justify-content: space-between; color: var(--yx-v3-green); font-size: 14px; font-weight: 700; cursor: pointer; list-style: none; }
.yx-v3-scent-consult__more summary::-webkit-details-marker { display: none; }
.yx-v3-scent-consult__more summary span { font-size: 20px; transition: transform .2s ease; }
.yx-v3-scent-consult__more[open] summary span { transform: rotate(45deg); }
.yx-v3-scent-consult__more > div { display: grid; grid-template-columns: repeat(2, 1fr); gap: 14px; padding: 4px 0 20px; }

.yx-v3-context-link { margin: 30px 0 42px; padding: 20px 0 20px 24px; border-left: 3px solid var(--yx-v3-gold); background: linear-gradient(90deg, #faf7ef 0%, rgba(250,247,239,0) 88%); }
.yx-v3-context-link > span { display: block; margin-bottom: 7px; color: var(--yx-v3-gold); font-size: 12px; font-weight: 800; letter-spacing: .12em; }
.yx-v3-context-link p { margin: 0; color: #53635b; font-size: 15px; line-height: 1.8; }
.yx-v3-context-link a, .yx-v3-note a { color: var(--yx-v3-green); font-weight: 700; text-decoration: underline; text-decoration-color: #b8c8be; text-underline-offset: 4px; }
.yx-v3-editorial-related { padding: 38px 0 42px; background: #fff; }
.yx-v3-editorial-shell { width: min(1060px, calc(100% - 64px)); margin-inline: auto; padding-top: 20px; border-top: 1px solid #cfd9d3; }
.yx-v3-editorial-shell > header { margin-bottom: 14px; }
.yx-v3-editorial-shell > header h2 { margin: 0; color: var(--yx-v3-green); font-family: "Noto Serif SC", "Songti SC", serif; font-size: 24px; }
.yx-v3-editorial-shell > header p { margin: 6px 0 0; color: var(--yx-v3-muted); font-size: 13px; }
.yx-v3-magazine { display: grid; grid-template-columns: minmax(0, 1.42fr) minmax(300px, .58fr); gap: 30px; }
.yx-v3-magazine a { transition: color .2s ease; }
.yx-v3-magazine a:hover h3 { color: #8c6427; }
.yx-v3-magazine span { color: var(--yx-v3-gold); font-size: 12px; font-weight: 800; letter-spacing: .1em; }
.yx-v3-magazine h3 { margin: 10px 0 12px; color: var(--yx-v3-green); font-family: "Noto Serif SC", "Songti SC", serif; line-height: 1.42; transition: color .2s ease; }
.yx-v3-magazine p { margin: 0; color: var(--yx-v3-muted); line-height: 1.75; }
.yx-v3-magazine small { display: block; margin-top: 18px; color: var(--yx-v3-green); font-weight: 700; }
.yx-v3-magazine__lead { display: grid; grid-template-columns: 285px 1fr; min-height: 174px; overflow: hidden; border: 1px solid #d9e1dc; background: #fff; }
.yx-v3-magazine__lead figure { margin: 0; overflow: hidden; background-position: center; background-size: cover; background-repeat: no-repeat; }
.yx-v3-magazine__lead img { width: 100%; height: 100%; object-fit: cover; }
.yx-v3-magazine__lead > div { padding: 19px 22px; }
.yx-v3-magazine__lead h3 { font-size: 21px; }
.yx-v3-magazine__lead p { font-size: 14px; line-height: 1.6; }
.yx-v3-magazine__lead small { margin-top: 10px; font-size: 12px; }
.yx-v3-magazine__rail { display: grid; align-content: start; border-top: 1px solid #cfd8d2; }
.yx-v3-magazine__rail > a { display: grid; grid-template-columns: 104px 1fr; gap: 16px; padding: 12px 0; border-bottom: 1px solid #cfd8d2; }
.yx-v3-magazine__rail img { width: 104px; height: 78px; object-fit: cover; }
.yx-v3-magazine__rail h3 { margin: 5px 0 0; font-size: 17px; }
.yx-v3-magazine__rail p { display: none; }
.yx-v3-magazine__rail small { display: none; }
.yx-v3-application-story { display: grid; grid-template-columns: minmax(0, 1.08fr) minmax(420px, .92fr); gap: clamp(42px, 5vw, 82px); align-items: center; }
.yx-v3-application-story--copy { grid-template-columns: minmax(0, 820px); justify-content: start; }
.yx-v3-application-story > figure { margin: 0; min-height: 560px; overflow: hidden; }
.yx-v3-application-story > figure img { width: 100%; height: 100%; min-height: 560px; object-fit: cover; }
.yx-v3-application-list { border-top: 1px solid #ced8d1; }
.yx-v3-application-list article { display: grid; grid-template-columns: 50px 1fr; gap: 20px; padding: 24px 0; border-bottom: 1px solid #ced8d1; }
.yx-v3-application-list article > span { color: var(--yx-v3-gold); font-family: Georgia, serif; font-size: 22px; }
.yx-v3-application-list h3 { margin: 0 0 7px; color: var(--yx-v3-green); font-family: "Noto Serif SC", "Songti SC", serif; font-size: 23px; }
.yx-v3-application-list p { margin: 0; color: var(--yx-v3-muted); line-height: 1.7; }
.yx-v3-application-list--horizontal { display: grid; grid-template-columns: repeat(4, 1fr); }
.yx-v3-application-list--horizontal article { grid-template-columns: 38px 1fr; padding-right: 28px; border-top: 0; }
.yx-v3-cutaway { background-position: center; background-size: contain; background-repeat: no-repeat; }
.yx-v3-cutaway > .yx-v3-cutaway__source { opacity: 0; }
.yx-v3-visual-bg { background-position: center; background-size: cover; background-repeat: no-repeat; }
.yx-v3-visual-bg > img { opacity: 0; }
.yx-v3-related { display: grid; grid-template-columns: repeat(4, 1fr); gap: 18px; }
.yx-v3-related a, .yx-v3-path-grid a { display: flex; min-height: 198px; padding: 26px; flex-direction: column; border: 1px solid #dfe6dc; border-radius: 12px; background: rgba(255,255,255,.86); }
.yx-v3-related span, .yx-v3-path-grid span { color: var(--yx-v3-gold); font-size: 12px; font-weight: 700; letter-spacing: .06em; }
.yx-v3-related strong, .yx-v3-path-grid strong { margin: 16px 0 10px; color: var(--yx-v3-green); font-family: "Noto Serif SC", "Songti SC", serif; font-size: 20px; line-height: 1.55; }
.yx-v3-related small, .yx-v3-path-grid small { margin-top: 20px; color: var(--yx-v3-green); font-weight: 700; }

.yx-v3-consult { padding: 88px 0; background: #f6f7f4; }
.yx-v3-consult header { margin-bottom: 38px; text-align: center; }
.yx-v3-consult header h2 { margin: 0; color: var(--yx-v3-green); font-family: "Noto Serif SC", "Songti SC", serif; font-size: clamp(32px, 3vw, 43px); }
.yx-v3-consult header > p:last-child { margin: 16px 0 0; color: var(--yx-v3-muted); font-size: 17px; }
.yx-v3-consult .yx-shared-lead-form { padding: 32px; border: 1px solid var(--yx-v3-line); border-radius: 14px; background: #fff; box-shadow: var(--yx-v3-shadow); }
.yx-v3-consult .yx-lead-group--compact { margin: 0; }
.yx-v3-consult .yx-lead-group--compact legend { margin-bottom: 22px; }

.yx-v3-hub-hero { padding: 42px 0 78px; background: linear-gradient(110deg, #fff 0%, #f7f5ef 100%); }
.yx-v3-hub-hero__grid { display: grid; grid-template-columns: .8fr 1.2fr; align-items: center; gap: 66px; }
.yx-v3-hub-hero__grid > div > p:not(.yx-v3-kicker) { max-width: 620px; margin: 26px 0 0; color: var(--yx-v3-muted); font-size: 18px; line-height: 1.9; }
.yx-v3-hub-hero figure { margin: 0; }
.yx-v3-hub-hero figure img { width: 100%; border-radius: 12px; }
.yx-v3-hub-hero figcaption { margin-top: 10px; color: var(--yx-v3-muted); font-size: 12px; text-align: right; }
.yx-v3-product-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 24px; }
.yx-v3-product-grid > a { display: grid; grid-template-columns: 43% 57%; min-height: 310px; overflow: hidden; border: 1px solid var(--yx-v3-line); border-radius: 14px; background: #fff; transition: .2s ease; }
.yx-v3-product-grid > a:hover { transform: translateY(-3px); box-shadow: var(--yx-v3-shadow); }
.yx-v3-product-grid figure { display: flex; margin: 0; padding: 22px; align-items: center; justify-content: center; background: #f8faf8; }
.yx-v3-product-grid figure img { width: 100%; height: 250px; object-fit: contain; }
.yx-v3-product-grid a > div { display: flex; padding: 28px; flex-direction: column; }
.yx-v3-product-grid span { color: var(--yx-v3-gold); font-size: 12px; font-weight: 700; }
.yx-v3-product-grid h3 { margin: 12px 0 14px; color: var(--yx-v3-green); font-family: "Noto Serif SC", "Songti SC", serif; font-size: 21px; line-height: 1.5; }
.yx-v3-product-grid p { margin: 0 0 auto; color: var(--yx-v3-muted); line-height: 1.7; }
.yx-v3-product-grid strong { margin-top: 20px; color: var(--yx-v3-green); font-size: 14px; }
.yx-v3-capabilities { display: grid; grid-template-columns: repeat(4, 1fr); gap: 18px; }
.yx-v3-capabilities article { padding: 28px; border-top: 3px solid var(--yx-v3-green); background: var(--yx-v3-soft); }
.yx-v3-capabilities strong { color: var(--yx-v3-green); font-size: 18px; }
.yx-v3-capabilities p { margin: 12px 0 0; color: var(--yx-v3-muted); line-height: 1.7; }
.yx-v3-path-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; }

@media (max-width: 1050px) {
    .yx-v3-hero__grid, .yx-v3-hub-hero__grid { grid-template-columns: 1fr; gap: 42px; }
    .yx-v3-hero__media img { max-height: 520px; }
    .yx-v3-reading { grid-template-columns: 1fr; }
    .yx-v3-aside { position: static; grid-template-columns: repeat(2, 1fr); }
    .yx-v3-card-grid, .yx-v3-keypoints__grid, .yx-v3-scent-axis, .yx-v3-capabilities { grid-template-columns: repeat(2, 1fr); }
    .yx-v3-card-grid article:nth-child(2), .yx-v3-keypoints__grid article:nth-child(2) { border-right: 0; }
    .yx-v3-card-grid article, .yx-v3-keypoints__grid article { border-bottom: 1px solid var(--yx-v3-line); }
    .yx-v3-product-grid { grid-template-columns: 1fr; }
    .yx-v3-magazine { grid-template-columns: 1fr; }
    .yx-v3-application-story { grid-template-columns: 1fr; }
    .yx-v3-application-list--horizontal { grid-template-columns: repeat(2, 1fr); }
    .yx-v3-reading { width: min(800px, calc(100% - 64px)); }
    .yx-v3--article .yx-v3-aside { display: none; }
}

@media (max-width: 760px) {
    .yx-v3-container { width: min(100% - 36px, 1280px); }
    .yx-v3-hero, .yx-v3-hub-hero { padding: 24px 0 52px; }
    .yx-v3-crumbs { margin-bottom: 32px; overflow: hidden; font-size: 12px; white-space: nowrap; }
    .yx-v3-hero__copy h1, .yx-v3-hub-hero h1 { font-size: 35px; }
    .yx-v3-hero__lead, .yx-v3-hub-hero__grid > div > p:not(.yx-v3-kicker) { font-size: 16px; }
    .yx-v3-section, .yx-v3-consult, .yx-v3-keypoints { padding: 62px 0; }
    .yx-v3-answer .yx-v3-container { grid-template-columns: 1fr; gap: 12px; }
    .yx-v3-answer p { font-size: 22px; }
    .yx-v3-metrics { grid-template-columns: repeat(2, 1fr); }
    .yx-v3-keypoints__grid, .yx-v3-card-grid, .yx-v3-scent-axis, .yx-v3-capabilities, .yx-v3-related, .yx-v3-path-grid { grid-template-columns: 1fr; }
    .yx-v3-card-grid article, .yx-v3-keypoints__grid article { min-height: 0; border-right: 0; }
    .yx-v3-cost-flow { grid-template-columns: 1fr; }
    .yx-v3-cost-flow > i { transform: rotate(90deg); text-align: center; }
    .yx-v3-aside { grid-template-columns: 1fr; }
    .yx-v3-condition-grid { grid-template-columns: repeat(2, 1fr); }
    .yx-v3-content-cards, .yx-v3-path-cards, .yx-v3-checklist { grid-template-columns: 1fr; }
    .yx-v3-cutaway { padding: 8px; overflow-x: auto; }
    .yx-v3-cutaway img { min-width: 680px; }
    .yx-v3-cutaway > span { font-size: 10px; white-space: nowrap; }
    .yx-v3-mood { grid-template-columns: 1fr; gap: 36px; }
    .yx-v3-mood h2 { font-size: 30px; }
    .yx-v3-sample-proof { grid-template-columns: 1fr; gap: 28px; }
    .yx-v3-magazine__lead { grid-template-rows: auto auto; }
    .yx-v3-magazine__lead figure { aspect-ratio: 1.35; }
    .yx-v3-magazine__lead > div { padding: 24px 0 8px; background: transparent; }
    .yx-v3-magazine__rail > a { grid-template-columns: 116px 1fr; gap: 16px; }
    .yx-v3-magazine__rail img { width: 116px; height: 104px; }
    .yx-v3-magazine__rail p { display: none; }
    .yx-v3-magazine__rail h3 { margin-top: 7px; font-size: 19px; }
    .yx-v3-application-story > figure,
    .yx-v3-application-story > figure img { min-height: 360px; }
    .yx-v3-application-list article { grid-template-columns: 40px 1fr; }
    .yx-v3-application-list--horizontal { grid-template-columns: 1fr; }
    .yx-v3-sample-proof__images { grid-template-columns: 1fr 1fr; }
    .yx-v3-sample-proof img { height: 290px; }
    .yx-v3-section-head--split { align-items: start; flex-direction: column; gap: 20px; }
    .yx-v3-product-grid > a { grid-template-columns: 1fr; }
    .yx-v3-product-grid figure img { height: 230px; }
    .yx-v3-consult .yx-shared-lead-form { padding: 22px 18px; }
    .yx-v3-article-shell, .yx-v3-editorial-shell, .yx-v3-reading { width: calc(100% - 36px); }
    .yx-v3-article-summary { padding-top: 28px; }
    .yx-v3-article-summary__points { grid-template-columns: 1fr; gap: 12px; }
    .yx-v3-mobile-toc { display: block; margin: 0 0 26px; padding: 13px 0; border-top: 1px solid #cfd9d3; border-bottom: 1px solid #cfd9d3; }
    .yx-v3-mobile-toc summary { color: var(--yx-v3-green); font-weight: 700; cursor: pointer; }
    .yx-v3-mobile-toc nav { display: grid; padding-top: 10px; }
    .yx-v3-mobile-toc nav a { padding: 7px 0; color: var(--yx-v3-muted); font-size: 13px; }
    .yx-v3-mobile-related { display: flex; flex-wrap: wrap; gap: 8px 14px; margin: 22px 0 34px; padding: 14px 0; border-top: 1px solid #d8e0db; border-bottom: 1px solid #d8e0db; font-size: 13px; }
    .yx-v3-mobile-related strong { width: 100%; color: var(--yx-v3-green); }
    .yx-v3-mobile-related a { color: var(--yx-v3-gold); font-weight: 700; }
    .yx-v3-inline-consult { margin-inline: -8px; padding: 22px 16px; }
    .yx-v3-magazine { grid-template-columns: 1fr; }
    .yx-v3-magazine__lead { grid-template-columns: 1fr; }
    .yx-v3-magazine__lead figure { aspect-ratio: 1.7; }
    .yx-v3-magazine__lead > div { padding: 20px; }
}

/* Device detail V3: product -> application -> system -> parameters -> next path. */
.yx-v3-device-hero { padding-bottom: 66px; background: #fbfaf6; }
.yx-v3-device-hero__grid { display: grid; grid-template-columns: minmax(0, .86fr) minmax(500px, 1.14fr); grid-template-areas: "copy media" "decision media"; gap: 26px 72px; align-items: center; }
.yx-v3-device-hero__copy { grid-area: copy; align-self: end; }
.yx-v3-device-hero__copy h1 { max-width: 13ch; margin: 0; color: var(--yx-v3-green); font-family: "Noto Serif SC", "Songti SC", STSong, serif; font-size: clamp(38px, 3.45vw, 52px); font-weight: 700; letter-spacing: -.02em; line-height: 1.3; }
.yx-v3-device-hero__media { grid-area: media; align-self: stretch; overflow: hidden; border: 1px solid #e5e0d7; background: #f4efe7; }
.yx-v3-device-hero__products { display: flex; min-height: 530px; padding: 58px 10% 32px; align-items: end; justify-content: center; gap: clamp(26px, 5vw, 70px); background: radial-gradient(circle at 50% 38%, #fff 0%, #f6f1e9 62%, #eee6db 100%); }
.yx-v3-device-hero__products img { display: block; width: auto; height: min(410px, 44vw); min-height: 0; max-height: 410px; object-fit: contain; filter: drop-shadow(0 18px 18px rgba(40,46,42,.12)); }
.yx-v3-device-hero__products img:last-child { height: min(398px, 42.7vw); }
.yx-v3-device-hero__media figcaption { display: flex; position: absolute; right: 26px; bottom: 20px; margin: 0; padding: 7px 12px; align-items: center; gap: 9px; border: 1px solid rgba(11,79,61,.18); border-radius: 999px; color: #36564a; background: rgba(255,255,255,.82); backdrop-filter: blur(8px); font-size: 12px; }
.yx-v3-device-hero__media { position: relative; }
.yx-v3-device-hero__media figcaption i { width: 1px; height: 12px; background: #b9c4bd; }
.yx-v3-device-hero__decision { grid-area: decision; align-self: start; }
.yx-v3-device-hero__decision .yx-v3-metrics { margin-top: 8px; }
.yx-v3-device-hero__decision .yx-v3-metrics div { padding: 17px 12px 0; border-left: 1px solid #d7dfd9; }
.yx-v3-device-hero__decision .yx-v3-metrics div:first-child { padding-left: 0; border-left: 0; }
.yx-v3-device-hero__decision .yx-v3-metrics strong { font-size: 18px; white-space: nowrap; }
.yx-v3-device-hero__decision .yx-v3-metrics span { font-size: 11px; }
.yx-v3-device-hero__decision .yx-v3-actions { margin-top: 28px; }
.yx-v3-section-head__lead { display: block; max-width: 620px; margin: 18px auto 0; color: var(--yx-v3-muted); font-size: 16px; line-height: 1.8; }
.yx-v3--device .yx-v3-application-story .yx-v3-section-head { margin-bottom: 26px; text-align: left; }
.yx-v3--device .yx-v3-application-story .yx-v3-section-head__lead { margin-inline: 0; }

.yx-v3-device-system .yx-v3-intro { max-width: 870px; }
.yx-v3-device-cutaway { padding: 22px 22px 14px; box-shadow: 0 18px 48px rgba(20,48,38,.07); }
.yx-v3-device-cutaway > .yx-v3-cutaway__source { display: block; min-width: 0; opacity: 1; }
.yx-v3-device-cutaway > img.yx-v3-device-marker { position: absolute; z-index: 2; width: auto; height: 8.4%; min-width: 0; object-fit: contain; filter: drop-shadow(0 4px 4px rgba(0,0,0,.16)); }
.yx-v3-device-cutaway > img.yx-v3-device-marker.is-entrance { left: 29.2%; bottom: 25.3%; }
.yx-v3-device-cutaway > img.yx-v3-device-marker.is-lobby { left: 59.1%; bottom: 24.7%; }
.yx-v3-device-cutaway > img.yx-v3-device-marker.is-lift { left: 64.4%; top: 33.2%; height: 7.2%; }
.yx-v3-device-cutaway > span { border-color: rgba(11,79,61,.16); color: var(--yx-v3-green); background: rgba(255,255,255,.92); box-shadow: 0 5px 18px rgba(11,79,61,.12); }
.yx-v3-system-legend { display: grid; grid-template-columns: repeat(3, 1fr) auto; gap: 24px; margin-top: 24px; align-items: start; }
.yx-v3-system-legend article { padding-top: 16px; border-top: 1px solid #cfd9d2; }
.yx-v3-system-legend b, .yx-v3-system-legend span { display: block; }
.yx-v3-system-legend b { color: var(--yx-v3-green); font-size: 15px; }
.yx-v3-system-legend span { margin-top: 8px; color: var(--yx-v3-muted); font-size: 13px; line-height: 1.7; }
.yx-v3-system-legend > a { padding-top: 16px; border-top: 1px solid #cfd9d2; color: var(--yx-v3-green); font-size: 13px; font-weight: 700; white-space: nowrap; }

.yx-v3-device-spec-layout { display: grid; grid-template-columns: minmax(0, 1.35fr) minmax(320px, .65fr); gap: 54px; align-items: start; }
.yx-v3-device-spec-layout h3 { margin: 0 0 18px; color: var(--yx-v3-green); font-family: "Noto Serif SC", "Songti SC", serif; font-size: 25px; }
.yx-v3-device-spec-layout table { width: 100%; border-collapse: collapse; font-size: 15px; }
.yx-v3-device-spec-layout th, .yx-v3-device-spec-layout td { padding: 15px 16px; border: 1px solid var(--yx-v3-line); text-align: left; }
.yx-v3-device-spec-layout th { color: #fff; background: var(--yx-v3-green); }
.yx-v3-parameter-guide { padding-left: 32px; border-left: 1px solid #cbd6cf; }
.yx-v3-parameter-guide dl { margin: 0; }
.yx-v3-parameter-guide dl > div { padding: 18px 0 22px; border-top: 1px solid #d8e0db; }
.yx-v3-parameter-guide dt { color: var(--yx-v3-green); font-family: Georgia, serif; font-size: 22px; font-weight: 700; }
.yx-v3-parameter-guide dd { margin: 8px 0 0; color: var(--yx-v3-muted); font-size: 14px; line-height: 1.75; }
.yx-v3-device-conditions { display: grid; grid-template-columns: minmax(250px, .54fr) minmax(0, 1.46fr); gap: 50px; margin-top: 72px; padding-top: 42px; border-top: 1px solid #cbd6cf; align-items: center; }
.yx-v3-device-conditions header h2 { margin: 0; color: var(--yx-v3-green); font-family: "Noto Serif SC", "Songti SC", serif; font-size: 31px; line-height: 1.4; }
.yx-v3-device-conditions header p { margin: 14px 0 0; color: var(--yx-v3-muted); line-height: 1.8; }
.yx-v3-device-conditions .yx-v3-condition-grid { margin: 0; gap: 0; border-top: 1px solid #bfcac3; border-bottom: 1px solid #bfcac3; }
.yx-v3-device-conditions .yx-v3-condition-grid article { padding: 20px 18px; border: 0; border-right: 1px solid #d5ddd8; border-radius: 0; background: transparent; }
.yx-v3-device-conditions .yx-v3-condition-grid article:last-child { border-right: 0; }

.yx-v3-device-range__row { display: grid; grid-template-columns: 1fr 1fr 1fr; border-top: 1px solid #bdc9c1; border-bottom: 1px solid #bdc9c1; }
.yx-v3-device-range { padding: 54px 0; }
.yx-v3-device-range .yx-v3-section-head { margin-bottom: 24px; }
.yx-v3-device-range .yx-v3-section-head h2 { font-size: clamp(29px, 2.7vw, 39px); }
.yx-v3-device-range__row > * { display: flex; min-height: 142px; padding: 23px 28px; flex-direction: column; border-right: 1px solid #bdc9c1; background: rgba(255,255,255,.32); }
.yx-v3-device-range__row > *:last-child { border-right: 0; }
.yx-v3-device-range__row span { color: var(--yx-v3-gold); font-size: 12px; font-weight: 800; letter-spacing: .1em; }
.yx-v3-device-range__row strong { margin-top: 10px; color: var(--yx-v3-green); font-family: "Noto Serif SC", "Songti SC", serif; font-size: 19px; }
.yx-v3-device-range__row b { margin-top: 8px; color: #526259; font-size: 15px; }
.yx-v3-device-range__row i { margin-top: auto; color: var(--yx-v3-green); font-size: 13px; font-style: normal; font-weight: 700; }
.yx-v3-device-range__row .is-current { color: #fff; background: var(--yx-v3-green); }
.yx-v3-device-range__row .is-current span, .yx-v3-device-range__row .is-current strong, .yx-v3-device-range__row .is-current b, .yx-v3-device-range__row .is-current i { color: #fff; }

.yx-v3-scent-bridge { position: relative; min-height: 390px; padding: 0; background-image: linear-gradient(90deg, rgba(255,253,249,.98) 0%, rgba(255,253,249,.92) 39%, rgba(255,253,249,.35) 64%, rgba(255,253,249,.08) 100%), var(--yx-v3-scent-bridge); background-position: center; background-size: cover; }
.yx-v3-scent-bridge .yx-v3-container { display: flex; min-height: 390px; align-items: center; }
.yx-v3-scent-bridge .yx-v3-container > div { width: min(610px, 55%); }
.yx-v3-scent-bridge h2 { margin: 10px 0 12px; color: var(--yx-v3-green); font-family: "Noto Serif SC", "Songti SC", serif; font-size: 38px; line-height: 1.4; }
.yx-v3-scent-bridge p:not(.yx-v3-kicker) { margin: 0; color: #596860; font-size: 16px; line-height: 1.8; }
.yx-v3-scent-bridge a { display: inline-flex; margin-top: 22px; padding: 12px 0; align-items: center; gap: 24px; border-bottom: 1px solid var(--yx-v3-green); color: var(--yx-v3-green); font-weight: 800; white-space: nowrap; }

.yx-v3-device-consult .yx-v3-container { display: grid; grid-template-columns: minmax(280px, .72fr) minmax(0, 1.28fr); gap: 70px; align-items: start; }
.yx-v3-device-consult__intro h2 { margin: 10px 0 16px; color: var(--yx-v3-green); font-family: "Noto Serif SC", "Songti SC", serif; font-size: clamp(33px, 3vw, 44px); line-height: 1.42; }
.yx-v3-device-consult__intro > p:last-child { margin: 0; color: var(--yx-v3-muted); font-size: 16px; line-height: 1.8; }
.yx-v3-device-consult .yx-shared-lead-form { padding: 30px; }
.yx-v3-device-consult__primary { display: grid; grid-template-columns: 1fr 1fr 1.2fr; gap: 14px; }
.yx-v3-device-consult__more { margin-top: 18px; border-top: 1px solid #d8e0db; border-bottom: 1px solid #d8e0db; }
.yx-v3-device-consult__more summary { display: flex; padding: 15px 0; justify-content: space-between; color: var(--yx-v3-green); font-size: 14px; font-weight: 700; cursor: pointer; list-style: none; }
.yx-v3-device-consult__more summary::-webkit-details-marker { display: none; }
.yx-v3-device-consult__more summary span { font-size: 20px; transition: transform .2s ease; }
.yx-v3-device-consult__more[open] summary span { transform: rotate(45deg); }
.yx-v3-device-consult__more > div { display: grid; grid-template-columns: repeat(2, 1fr); gap: 14px; padding: 4px 0 20px; }

@media (max-width: 1050px) {
    .yx-v3-device-hero__grid { grid-template-columns: 1fr 1fr; gap: 28px 40px; }
    .yx-v3-device-spec-layout { grid-template-columns: 1fr; }
    .yx-v3-parameter-guide { padding: 28px 0 0; border-top: 1px solid #cbd6cf; border-left: 0; }
    .yx-v3-device-conditions { grid-template-columns: 1fr; }
    .yx-v3-system-legend { grid-template-columns: repeat(2, 1fr); }
    .yx-v3-device-consult .yx-v3-container { grid-template-columns: 1fr; gap: 34px; }
    .yx-v3-scent-hero__canvas { min-height: 580px; padding-inline: 46px; }
    .yx-v3-scent-consult .yx-v3-container { grid-template-columns: 1fr; gap: 34px; }
}

@media (max-width: 760px) {
    .yx-v3-scent-hero { padding: 0 0 44px; }
    .yx-v3-scent-hero .yx-v3-container { width: 100%; }
    .yx-v3-scent-hero__canvas { min-height: 0; padding: 76px 20px 350px; background-image: linear-gradient(180deg, rgba(250,248,243,1) 0%, rgba(250,248,243,.99) 45%, rgba(250,248,243,.78) 56%, rgba(250,248,243,.06) 73%), linear-gradient(90deg, rgba(250,248,243,1) 0%, rgba(250,248,243,1) 48%, rgba(250,248,243,.86) 61%, rgba(250,248,243,.2) 84%, rgba(250,248,243,0) 100%), var(--yx-v3-scent-hero-bg); background-position: center, center bottom, right bottom; background-size: 100% 100%, 100% 430px, auto 430px; box-shadow: none; }
    .yx-v3-scent-hero__canvas .yx-v3-crumbs { top: 22px; left: 20px; right: 20px; }
    .yx-v3-scent-hero__canvas .yx-v3-hero__copy h1 { max-width: none; font-size: 37px; line-height: 1.18; white-space: nowrap; }
    .yx-v3-scent-hero__canvas .yx-v3-hero__lead { font-size: 14px; }
    .yx-v3-scent-hero__proof { position: static; grid-template-columns: 1fr 1fr; gap: 9px 0; margin-top: 26px; font-size: 11px; }
    .yx-v3-scent-hero__proof span { padding: 0 10px 0 0; border-left: 0; }
    .yx-v3-scent-hero__caption { right: 18px; bottom: 9px; left: 18px; max-width: none; font-size: 9px; text-align: center; }
    .yx-v3-scent-impression { padding-top: 52px; padding-bottom: 50px; }
    .yx-v3-scent-impression .yx-v3-section-head { margin-bottom: 22px; }
    .yx-v3-scent-impression .yx-v3-scent-axis { grid-template-columns: 1fr; }
    .yx-v3-scent-impression .yx-v3-scent-axis article { padding: 20px 4px; border-right: 0; border-bottom: 1px solid var(--yx-v3-line); }
    .yx-v3-scent-impression .yx-v3-scent-axis article:last-child { border-bottom: 0; }
    .yx-v3--scent_family .yx-v3-mood { gap: 24px; }
    .yx-v3--scent_family .yx-v3-mood figure { margin-inline: -18px; }
    .yx-v3--scent_family .yx-v3-mood figure img { border-radius: 0; }
    .yx-v3-scent-samples { padding-top: 48px; padding-bottom: 48px; }
    .yx-v3-scent-samples .yx-v3-sample-proof { grid-template-columns: 1fr; gap: 24px; }
    .yx-v3-scent-samples .yx-v3-sample-proof h2 { font-size: 31px; }
    .yx-v3-scent-samples .yx-v3-sample-proof__images { grid-template-columns: 1.22fr .78fr; gap: 8px; }
    .yx-v3-scent-samples .yx-v3-sample-proof img { height: 235px; }
    .yx-v3-scent-directions { padding-top: 54px; padding-bottom: 56px; }
    .yx-v3-scent-directions .yx-v3-section-head--split { gap: 14px; }
    .yx-v3-scent-editorial { grid-template-columns: 1fr; }
    .yx-v3-scent-editorial__lead { min-height: 640px; padding: 0; border-right: 0; border-bottom: 1px solid #c8c1b4; scroll-margin-top: 12px; }
    .yx-v3-scent-editorial__lead h3 { margin-top: 20px; font-size: 34px; }
    .yx-v3-scent-editorial__lead a { margin-top: 22px; }
    .yx-v3-scent-state--mood { padding: 0 0 30px; }
    .yx-v3-scent-state--profile { inset: 0; padding: 26px 0; }
    .yx-v3-scent-editorial__mood figure { margin: 0 -18px 26px; }
    .yx-v3-scent-editorial__mood figure img { height: 270px; }
    .yx-v3-scent-editorial__mood h3 { margin-top: 16px; font-size: 29px; }
    .yx-v3-scent-rail-shell { height: 440px; }
    .yx-v3-scent-rail-toolbar { min-height: 52px; padding-inline: 0; }
    .yx-v3-scent-editorial__rail { grid-template-columns: 1fr; }
    .yx-v3-scent-editorial__rail > button { min-height: 78px; grid-template-columns: 34px 1fr auto; gap: 8px; padding: 12px 0; }
    .yx-v3-scent-editorial__rail > button:nth-child(n+2) { border-top: 1px solid #d8d0c3; }
    .yx-v3-scent-editorial__rail h3 { font-size: 18px; }
    .yx-v3-scent-editorial__rail p { font-size: 12px; }
    .yx-v3-current-scents { padding-top: 52px; padding-bottom: 52px; }
    .yx-v3-current-scents__head { grid-template-columns: 1fr; gap: 10px; margin-bottom: 28px; }
    .yx-v3-current-scents__head .yx-v3-kicker { padding-top: 0; }
    .yx-v3-current-scents__head h2 { font-size: 31px; }
    .yx-v3-current-scents__head div > p { margin-top: 13px; font-size: 14px; }
    .yx-v3-current-scents__grid { grid-template-columns: 1fr; }
    .yx-v3-current-scents__item { min-height: 102px; grid-template-columns: 36px minmax(0, 1fr) 18px; padding: 19px 0; border-top: 0; border-right: 0; }
    .yx-v3-current-scents__item:nth-child(n+2) { border-top: 1px solid #d8d0c3; }
    .yx-v3-current-scents__item h3 { font-size: 21px; }
    .yx-v3-current-scents__footer { align-items: flex-start; flex-direction: column; gap: 14px; }
    .yx-v3-scent-matching { padding-top: 48px; padding-bottom: 50px; }
    .yx-v3-scent-strip { grid-template-columns: 1fr 1fr; }
    .yx-v3-scent-strip > span { padding: 17px 12px 17px 0; border-bottom: 1px solid #d5ddd8; }
    .yx-v3-scent-strip > span:nth-child(2) { padding-left: 12px; border-right: 0; }
    .yx-v3-scent-strip > span:nth-child(3), .yx-v3-scent-strip > span:nth-child(4) { border-bottom: 0; }
    .yx-v3-scent-strip > span:nth-child(4) { padding-left: 12px; border-right: 0; }
    .yx-v3-scent-solutions { padding-top: 52px; padding-bottom: 52px; }
    .yx-v3-scent-solutions .yx-v3-section-head--split { gap: 14px; }
    .yx-v3-scent-route-row { grid-template-columns: 1fr; }
    .yx-v3-scent-route-row a, .yx-v3-scent-route-row a:last-child { min-height: 0; padding: 24px 0; border-right: 0; border-bottom: 1px solid #c8d3cc; }
    .yx-v3-scent-route-row a:last-child { border-bottom: 0; }
    .yx-v3-scent-route-row strong { font-size: 18px; }
    .yx-v3-scent-lifestyle { padding-top: 50px; padding-bottom: 50px; }
    .yx-v3-scent-lifestyle .yx-v3-container { grid-template-columns: 1fr; gap: 28px; }
    .yx-v3-scent-lifestyle__visual { margin-inline: -18px; }
    .yx-v3-scent-lifestyle__visual img { height: 230px; }
    .yx-v3-scent-lifestyle h2 { font-size: 30px; }
    .yx-v3-scent-consult { padding-top: 54px; padding-bottom: 56px; }
    .yx-v3-scent-consult__primary, .yx-v3-scent-consult__more > div { grid-template-columns: 1fr; }
    .yx-v3-scent-consult .yx-shared-lead-form { padding: 22px 18px; }
    .yx-v3-device-hero { padding-bottom: 46px; }
    .yx-v3-device-hero__grid { grid-template-columns: 1fr; grid-template-areas: "copy" "media" "decision"; gap: 24px; }
    .yx-v3-device-hero__copy h1 { max-width: none; font-size: 34px; }
    .yx-v3-device-hero__copy .yx-v3-hero__lead { margin-top: 18px; }
    .yx-v3-device-hero__products { min-height: 320px; padding: 36px 12% 24px; gap: 26px; }
    .yx-v3-device-hero__products img, .yx-v3-device-hero__products img:last-child { width: auto; height: 252px; max-height: 252px; aspect-ratio: auto; object-fit: contain; }
    .yx-v3-device-hero__decision .yx-v3-metrics { grid-template-columns: repeat(3, 1fr); border-bottom: 1px solid var(--yx-v3-line); }
    .yx-v3-device-hero__decision .yx-v3-metrics div { padding: 14px 8px 14px 0; }
    .yx-v3-device-hero__decision .yx-v3-metrics strong { font-size: 17px; }
    .yx-v3-device-hero__decision .yx-v3-metrics span { font-size: 10px; }
    .yx-v3-device-hero__decision .yx-v3-metrics .is-secondary { display: none; }
    .yx-v3-device-hero__decision .yx-v3-actions { display: grid; grid-template-columns: 1fr; margin-top: 20px; }
    .yx-v3-device-hero__decision .yx-v3-button--outline { display: none; }
    .yx-v3--device .yx-v3-application-story .yx-v3-section-head { text-align: left; }
    .yx-v3-application-story > figure, .yx-v3-application-story > figure img { min-height: 0; }
    .yx-v3-application-story > figure img { aspect-ratio: 1 / 1.05; object-position: 58% center; }
    .yx-v3-device-cutaway { padding: 8px; overflow: visible; }
    .yx-v3-device-cutaway > .yx-v3-cutaway__source { width: 100%; min-width: 0; }
    .yx-v3-device-cutaway > img.yx-v3-device-marker { display: none; }
    .yx-v3-device-cutaway > span { display: none; }
    .yx-v3-device-cutaway figcaption { padding: 0 8px; line-height: 1.65; }
    .yx-v3-system-legend { grid-template-columns: 1fr; gap: 10px; }
    .yx-v3-device-spec-layout h3 { font-size: 22px; }
    .yx-v3-device-spec-layout table thead { display: none; }
    .yx-v3-device-spec-layout table, .yx-v3-device-spec-layout tbody, .yx-v3-device-spec-layout tr, .yx-v3-device-spec-layout td { display: block; width: 100%; }
    .yx-v3-device-spec-layout tr { display: grid; grid-template-columns: 1fr 1fr; border-top: 1px solid #d5ddd8; }
    .yx-v3-device-spec-layout td { padding: 12px 10px; border: 0; }
    .yx-v3-device-spec-layout td:nth-child(odd) { color: var(--yx-v3-muted); }
    .yx-v3-device-spec-layout td:nth-child(even) { color: var(--yx-v3-green); font-weight: 700; text-align: right; }
    .yx-v3-device-conditions { margin-top: 52px; padding-top: 32px; gap: 28px; }
    .yx-v3-device-conditions .yx-v3-condition-grid { grid-template-columns: 1fr 1fr; }
    .yx-v3-device-conditions .yx-v3-condition-grid article { border-right: 0; border-bottom: 1px solid #d5ddd8; }
    .yx-v3-device-range__row { grid-template-columns: 1fr; }
    .yx-v3-device-range__row > * { min-height: 126px; padding: 20px 22px; border-right: 0; border-bottom: 1px solid #bdc9c1; }
    .yx-v3-device-range__row > *:last-child { border-bottom: 0; }
    .yx-v3-scent-bridge { min-height: 470px; background-image: linear-gradient(180deg, rgba(255,253,249,.98) 0%, rgba(255,253,249,.91) 48%, rgba(255,253,249,.25) 78%, rgba(255,253,249,.06) 100%), var(--yx-v3-scent-bridge); background-position: 68% center; }
    .yx-v3-scent-bridge .yx-v3-container { min-height: 470px; align-items: flex-start; }
    .yx-v3-scent-bridge .yx-v3-container > div { width: 100%; padding-top: 54px; }
    .yx-v3-scent-bridge h2 { font-size: 29px; }
    .yx-v3-device-consult .yx-v3-container { gap: 24px; }
    .yx-v3-device-consult .yx-shared-lead-form { padding: 22px 18px; }
    .yx-v3-device-consult__primary, .yx-v3-device-consult__more > div { grid-template-columns: 1fr; }
    .yx-formal-shared-footer .yx-navigation-preview-footer-menu { display: grid !important; grid-template-columns: 1fr !important; gap: 0 !important; }
    .yx-formal-shared-footer .yx-navigation-preview-footer-menu > li { border-bottom: 1px solid rgba(255,255,255,.14); }
    .yx-formal-shared-footer .yx-navigation-preview-footer-menu > li > a { display: flex !important; padding: 14px 0 !important; justify-content: space-between; align-items: center; }
    .yx-formal-shared-footer .yx-navigation-preview-footer-menu > li > a::after { content: "+"; font-size: 20px; font-weight: 400; }
    .yx-formal-shared-footer .yx-navigation-preview-footer-menu > li.is-open > a::after { content: "−"; }
    .yx-formal-shared-footer .yx-navigation-preview-footer-menu > li > .sub-menu { display: none !important; padding: 0 0 12px !important; }
    .yx-formal-shared-footer .yx-navigation-preview-footer-menu > li.is-open > .sub-menu { display: grid !important; }
}

/* Advertising scent systems: a quiet product range rail keeps each display form legible. */
.yx-v3-device-gallery { padding: 76px 0 82px; background: #f3f6f1; }
.yx-v3-device-gallery header { display: grid; grid-template-columns: minmax(250px, .72fr) minmax(360px, 1.28fr); gap: 18px 48px; margin-bottom: 34px; align-items: end; }
.yx-v3-device-gallery header .yx-v3-kicker { grid-column: 1 / -1; margin: 0; }
.yx-v3-device-gallery h2 { margin: 0; color: var(--yx-v3-green); font-family: "Noto Serif SC", "Songti SC", serif; font-size: clamp(30px, 2.7vw, 42px); line-height: 1.32; }
.yx-v3-device-gallery header > p:last-child { max-width: 520px; margin: 0; color: var(--yx-v3-muted); line-height: 1.8; }
.yx-v3-device-gallery__grid { display: grid; grid-template-columns: repeat(3, 1fr); border-top: 1px solid #bdc9c1; border-bottom: 1px solid #bdc9c1; }
.yx-v3-device-gallery__grid.is-single { grid-template-columns: minmax(0, 620px); justify-content: center; }
.yx-v3-device-gallery__grid figure { min-width: 0; margin: 0; padding: 18px; border-right: 1px solid #bdc9c1; background: rgba(255,255,255,.48); }
.yx-v3-device-gallery__grid figure:last-child { border-right: 0; }
.yx-v3-device-gallery__grid img { display: block; width: 100%; aspect-ratio: 1.48 / 1; object-fit: cover; }
.yx-v3-device-gallery__grid figcaption { padding: 16px 2px 4px; color: var(--yx-v3-green); font-family: "Noto Serif SC", "Songti SC", serif; font-size: 19px; font-weight: 700; }
@media (max-width: 760px) {
    .yx-v3-device-gallery { padding: 54px 0 58px; }
    .yx-v3-device-gallery header { grid-template-columns: 1fr; gap: 12px; margin-bottom: 26px; }
    .yx-v3-device-gallery__grid { grid-template-columns: 1fr; }
    .yx-v3-device-gallery__grid.is-single { grid-template-columns: 1fr; }
    .yx-v3-device-gallery__grid figure { padding: 12px 0 18px; border-right: 0; border-bottom: 1px solid #bdc9c1; }
    .yx-v3-device-gallery__grid figure:last-child { border-bottom: 0; }
    .yx-v3-device-gallery__grid figcaption { padding: 12px 2px 0; }
}
/* Seven scent families: an in-page switcher for comparing series without returning to the hub. */
.yx-v3-scent-family-nav {
  border-top: 1px solid rgba(17, 103, 37, .16);
  border-bottom: 1px solid rgba(17, 103, 37, .16);
  background: #fbfcf8;
}
.yx-v3-scent-family-nav .yx-v3-container {
  display: grid;
  grid-template-columns: 9.25rem minmax(0, 1fr);
  align-items: stretch;
  gap: 1.4rem;
  padding-top: 1.1rem;
  padding-bottom: 1.1rem;
}
.yx-v3-scent-family-nav p {
  margin: 0;
  display: flex;
  align-items: center;
  color: #196a2b;
  font-size: .78rem;
  letter-spacing: .16em;
  font-weight: 700;
}
.yx-v3-scent-family-nav__items {
  display: grid;
  grid-template-columns: repeat(7, minmax(0, 1fr));
  border-left: 1px solid rgba(17, 103, 37, .18);
}
.yx-v3-scent-family-nav__item {
  min-height: 3.45rem;
  padding: .55rem .75rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: .12rem;
  color: #1f3926;
  text-decoration: none;
  border-right: 1px solid rgba(17, 103, 37, .18);
  transition: color .2s ease, background-color .2s ease;
}
.yx-v3-scent-family-nav__item b {
  font-size: .95rem;
  line-height: 1.25;
  font-weight: 600;
  white-space: nowrap;
}
.yx-v3-scent-family-nav__item small,
.yx-v3-scent-family-nav__item i {
  min-height: .92rem;
  color: #a7833c;
  font-size: .67rem;
  line-height: 1;
  font-style: normal;
  letter-spacing: .12em;
}
.yx-v3-scent-family-nav__item i { color: #196a2b; }
.yx-v3-scent-family-nav__item:hover,
.yx-v3-scent-family-nav__item:focus-visible {
  color: #196a2b;
  background: #edf4e9;
  outline: none;
}
.yx-v3-scent-family-nav__item:focus-visible { box-shadow: inset 0 0 0 2px #a7833c; }
.yx-v3-scent-family-nav__item.is-current {
  color: #fff;
  background: #1d7124;
  cursor: default;
}
.yx-v3-scent-family-nav__item.is-current small { color: #d9edcf; }
@media (max-width: 760px) {
  .yx-v3-scent-family-nav .yx-v3-container {
    display: block;
    padding-top: .8rem;
    padding-bottom: .85rem;
  }
  .yx-v3-scent-family-nav p { margin: 0 0 .65rem; font-size: .7rem; }
  .yx-v3-scent-family-nav__items {
    display: flex;
    overflow-x: auto;
    overscroll-behavior-x: contain;
    scroll-snap-type: x proximity;
    -webkit-overflow-scrolling: touch;
    border-left: 0;
    scrollbar-width: thin;
  }
  .yx-v3-scent-family-nav__item {
    flex: 0 0 auto;
    min-width: 7.4rem;
    min-height: 3.1rem;
    scroll-snap-align: start;
    border-left: 1px solid rgba(17, 103, 37, .18);
  }
  .yx-v3-scent-family-nav__item:last-child { border-right: 1px solid rgba(17, 103, 37, .18); }
}
@media (prefers-reduced-motion: reduce) {
  .yx-v3-scent-family-nav__item { transition: none; }
}
/* Scent family nav v2: lightweight fragrance-index treatment. */
.yx-v3-scent-family-nav { background: #fff; border-top: 1px solid #e5e8e0; border-bottom: 1px solid #e5e8e0; }
.yx-v3-scent-family-nav .yx-v3-container { display: flex; align-items: center; gap: 2.1rem; padding-top: 1.1rem; padding-bottom: 1.1rem; }
.yx-v3-scent-family-nav__label { margin: 0; flex: 0 0 auto; color: #82764f; font-size: .72rem; line-height: 1; letter-spacing: .16em; font-weight: 700; white-space: nowrap; }
.yx-v3-scent-family-nav__items { display: flex; align-items: center; flex-wrap: wrap; }
.yx-v3-scent-family-nav__item { position: relative; display: inline-flex; align-items: center; min-height: 1.7rem; padding: 0 .95rem; color: #546057; font-size: .93rem; line-height: 1; text-decoration: none; white-space: nowrap; }
.yx-v3-scent-family-nav__item:first-child { padding-left: 0; }
.yx-v3-scent-family-nav__item:not(:first-child):before { content: ''; position: absolute; left: 0; top: 50%; height: .9rem; width: 1px; background: #d8ddd4; transform: translateY(-50%); }
.yx-v3-scent-family-nav__item b { font-weight: 500; }
.yx-v3-scent-family-nav__item.is-current { color: #176526; cursor: default; }
.yx-v3-scent-family-nav__item.is-current b { font-weight: 700; }
.yx-v3-scent-family-nav__item.is-current:after { content: ''; position: absolute; right: .95rem; bottom: -.28rem; left: .95rem; height: 2px; background: #1d7124; }
.yx-v3-scent-family-nav__item.is-current:first-child:after { left: 0; }
@media (max-width: 760px) { .yx-v3-scent-family-nav .yx-v3-container { display: block; padding-top: .85rem; padding-bottom: .9rem; } .yx-v3-scent-family-nav__label { display: block; margin-bottom: .7rem; } .yx-v3-scent-family-nav__items { flex-wrap: nowrap; overflow-x: auto; overscroll-behavior-x: contain; -webkit-overflow-scrolling: touch; } .yx-v3-scent-family-nav__item { flex: 0 0 auto; padding: 0 .8rem; font-size: .88rem; } .yx-v3-scent-family-nav__item.is-current:after { right: .8rem; left: .8rem; } }