:root {
    --yxv2-green: #244d34;
    --yxv2-green-deep: #163b28;
    --yxv2-green-soft: #607857;
    --yxv2-sage: #e9eee5;
    --yxv2-sage-pale: #f3f5f0;
    --yxv2-gold: #b58a42;
    --yxv2-gold-soft: #d9c49a;
    --yxv2-ink: #28342d;
    --yxv2-muted: #69736c;
    --yxv2-line: #dfe4dc;
    --yxv2-paper: #fff;
    --yxv2-warm: #f8f6f1;
    --yxv2-warm-deep: #f1ede4;
    --yxv2-serif: var(--yx-font-display, "Noto Serif SC", "Source Han Serif SC", serif);
    --yxv2-sans: var(--yx-font-sans, "Noto Sans SC", "Source Han Sans SC", system-ui, sans-serif);
    --yxv2-shadow: 0 22px 60px rgba(28, 55, 37, .09);
}

html {
    scroll-behavior: smooth;
}

body.page-template-page-solution-scene-v2 {
    margin: 0;
    color: var(--yxv2-ink);
    background: var(--yxv2-warm);
}

body.page-template-page-solution-scene-v2 .bread,
body.page-template-page-solution-scene-v2 .top-sub,
body.page-template-page-solution-scene-v2 .submenu-nav.header-sub {
    display: none !important;
}

body.page-template-page-solution-scene-v2 #content.site-content,
body.page-template-page-solution-scene-v2 .content-area,
body.page-template-page-solution-scene-v2 .site-main {
    width: 100% !important;
    max-width: none !important;
    margin: 0 !important;
    padding: 0 !important;
}

body.page-template-page-solution-scene-v2 #primary,
body.page-template-page-solution-scene-v2 #sidebar,
body.page-template-page-solution-scene-v2 .breadcrumb,
body.page-template-page-solution-scene-v2 .entry-header,
body.page-template-page-solution-scene-v2 .entry-footer {
    display: none !important;
}

.yx-solution-v2,
.yx-solution-v2 *,
.yx-solution-v2 *::before,
.yx-solution-v2 *::after {
    box-sizing: border-box;
}

.yx-solution-v2 {
    overflow: hidden;
    color: var(--yxv2-ink);
    font-family: var(--yxv2-sans);
    font-size: 17px;
    line-height: 1.75;
    background: var(--yxv2-warm);
}

.yx-solution-v2 img {
    display: block;
    width: 100%;
    max-width: 100%;
}

.yx-solution-v2 a {
    color: inherit;
    text-decoration: none;
}

.yx-solution-v2__symbols {
    position: absolute;
    width: 0;
    height: 0;
    overflow: hidden;
}

.yx-solution-v2__container {
    width: min(1380px, calc(100% - 64px));
    margin: 0 auto;
}

.yx-solution-v2__section {
    position: relative;
    padding: 104px 0;
    scroll-margin-top: 88px;
}

.yx-solution-v2__eyebrow,
.yx-solution-v2__heading > p,
.yx-solution-v2__heading > div > p {
    margin: 0 0 14px;
    color: var(--yxv2-gold);
    font-size: 12px;
    font-weight: 800;
    line-height: 1.4;
    letter-spacing: .2em;
    text-transform: uppercase;
}

.yx-solution-v2__heading {
    margin-bottom: 44px;
}

.yx-solution-v2__heading h2 {
    margin: 0;
    color: var(--yxv2-green-deep);
    font-family: var(--yxv2-serif);
    font-size: clamp(34px, 3vw, 46px);
    font-weight: 700;
    line-height: 1.3;
    letter-spacing: -.035em;
}

.yx-solution-v2__heading > span,
.yx-solution-v2__heading > div + span {
    color: var(--yxv2-muted);
    font-size: 17px;
    line-height: 1.8;
}

.yx-solution-v2__heading--center {
    max-width: 1020px;
    margin-right: auto;
    margin-left: auto;
    text-align: center;
}

.yx-solution-v2__heading--center > span {
    display: block;
    max-width: 820px;
    margin: 16px auto 0;
}

.yx-solution-v2__heading--split {
    display: grid;
    grid-template-columns: minmax(0, 1.7fr) minmax(300px, .8fr);
    align-items: end;
    gap: 70px;
}

.yx-solution-v2__heading--split > span {
    padding-bottom: 5px;
}

.yx-solution-v2__button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 50px;
    padding: 0 27px;
    border: 1px solid transparent;
    border-radius: 5px;
    font-size: 15px;
    font-weight: 800;
    line-height: 1.2;
    transition: transform .2s ease, box-shadow .2s ease, background .2s ease;
}

.yx-solution-v2__button:hover,
.yx-solution-v2__button:focus-visible {
    transform: translateY(-2px);
}

.yx-solution-v2__button--primary {
    color: #fff;
    background: linear-gradient(135deg, #234a32, #58734c);
    box-shadow: 0 12px 28px rgba(25, 61, 39, .2);
}

.yx-solution-v2__button--ghost {
    color: var(--yxv2-green-deep);
    background: rgba(255, 255, 255, .76);
    border-color: rgba(28, 66, 43, .35);
    backdrop-filter: blur(8px);
}

.yx-solution-v2__button--outline {
    color: var(--yxv2-green-deep);
    background: transparent;
    border-color: var(--yxv2-green);
}

.yx-solution-v2__text-link {
    color: var(--yxv2-green-deep);
    font-weight: 800;
}

.yx-solution-v2__hero {
    position: relative;
    min-height: 580px;
    isolation: isolate;
    overflow: hidden;
    background: #e8e5dd;
}

.yx-solution-v2__hero > img {
    position: absolute;
    z-index: -3;
    inset: 0;
    height: 100%;
    object-fit: cover;
    object-position: center;
    transform: scale(1.01);
}

.yx-solution-v2__hero-shade {
    position: absolute;
    z-index: -2;
    inset: 0;
    background:
        linear-gradient(90deg, rgba(250, 249, 246, .98) 0%, rgba(250, 249, 246, .95) 31%, rgba(250, 249, 246, .72) 48%, rgba(250, 249, 246, .12) 72%, rgba(250, 249, 246, .03) 100%),
        linear-gradient(180deg, rgba(255, 255, 255, .08), rgba(26, 55, 37, .06));
}

.yx-solution-v2__hero::after {
    position: absolute;
    z-index: -1;
    right: 0;
    bottom: 0;
    left: 0;
    height: 150px;
    content: "";
    background: linear-gradient(180deg, transparent, rgba(248, 246, 241, .44));
    pointer-events: none;
}

.yx-solution-v2__hero-inner {
    position: relative;
    min-height: 580px;
}

.yx-solution-v2__hero-copy {
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: min(650px, 52%);
    min-height: 580px;
    padding: 58px 0 68px;
}

.yx-solution-v2__hero-copy > h1 {
    margin: 0 0 14px;
    color: var(--yxv2-green);
    font-size: 18px;
    font-weight: 700;
    line-height: 1.5;
    letter-spacing: .06em;
}

.yx-solution-v2__hero-copy > h2 {
    margin: 0;
    color: var(--yxv2-green-deep);
    font-family: var(--yxv2-serif);
    font-size: clamp(42px, 4.2vw, 62px);
    font-weight: 700;
    line-height: 1.22;
    letter-spacing: -.045em;
}

.yx-solution-v2__hero-copy > h2 span {
    display: block;
    white-space: nowrap;
}

.yx-solution-v2__hero-intro {
    max-width: 650px;
    margin: 24px 0 0;
    color: #56645b;
    font-size: 17px;
    line-height: 1.9;
}

.yx-solution-v2__hero-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 14px;
    margin-top: 30px;
}

.yx-solution-v2__hero-zones {
    position: absolute;
    inset: 0;
    pointer-events: none;
}

.yx-solution-v2__zone-pin {
    position: absolute;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    min-height: 38px;
    padding: 0 15px;
    color: var(--yxv2-green-deep);
    font-size: 14px;
    font-weight: 800;
    line-height: 1;
    background: rgba(255, 255, 255, .9);
    border: 1px solid rgba(34, 75, 49, .28);
    border-radius: 999px;
    box-shadow: 0 8px 24px rgba(30, 50, 38, .12);
    backdrop-filter: blur(8px);
}

.yx-solution-v2__zone-pin i {
    width: 9px;
    height: 9px;
    background: var(--yxv2-green-soft);
    border: 2px solid #fff;
    border-radius: 50%;
    box-shadow: 0 0 0 2px rgba(52, 90, 61, .22);
}

.yx-solution-v2__zone-pin--1 {
    top: 49%;
    left: 55%;
}

.yx-solution-v2__zone-pin--2 {
    top: 33%;
    left: 67%;
}

.yx-solution-v2__zone-pin--3 {
    top: 52%;
    left: 77%;
}

.yx-solution-v2__zone-pin--4 {
    top: 29%;
    right: 2%;
}

.yx-solution-v2__qualifications {
    position: relative;
    z-index: 4;
    background: rgba(255, 255, 255, .98);
    border-bottom: 1px solid var(--yxv2-line);
    box-shadow: 0 10px 28px rgba(32, 58, 41, .05);
}

.yx-solution-v2__qualifications .yx-solution-v2__container {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
}

.yx-solution-v2__qualifications article {
    display: grid;
    grid-template-columns: 42px minmax(0, 1fr);
    align-items: center;
    gap: 14px;
    min-height: 100px;
    padding: 18px 25px;
    border-right: 1px solid var(--yxv2-line);
}

.yx-solution-v2__qualifications article:first-child {
    border-left: 1px solid var(--yxv2-line);
}

.yx-solution-v2__qualifications svg {
    width: 29px;
    height: 29px;
    color: var(--yxv2-green-soft);
    fill: none;
    stroke: currentColor;
    stroke-linecap: round;
    stroke-linejoin: round;
    stroke-width: 1.6;
}

.yx-solution-v2__qualifications strong,
.yx-solution-v2__qualifications span {
    display: block;
}

.yx-solution-v2__qualifications strong {
    color: var(--yxv2-green-deep);
    font-size: 15px;
    line-height: 1.5;
}

.yx-solution-v2__qualifications span {
    margin-top: 4px;
    color: var(--yxv2-muted);
    font-size: 13px;
    line-height: 1.45;
}

.yx-solution-v2__qualifications .yx-solution-v2__boundary-wrap {
    display: block;
    padding-bottom: 20px;
}

.yx-solution-v2__boundary-notice {
    margin: 0;
    padding: 15px 20px;
    color: var(--yxv2-muted);
    font-size: 14px;
    line-height: 1.75;
    background: #f7f4ec;
    border-left: 3px solid var(--yxv2-gold);
    border-radius: 4px 10px 10px 4px;
}

.yx-solution-v2__boundary-notice strong {
    display: inline-block;
    margin-right: 12px;
    color: var(--yxv2-green-deep);
    font-size: 14px;
}

.yx-solution-v2__problems {
    background:
        radial-gradient(circle at 8% 12%, rgba(180, 143, 78, .1), transparent 27%),
        var(--yxv2-warm);
}

.yx-solution-v2__problem-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    border: 1px solid var(--yxv2-line);
    border-radius: 14px;
    overflow: hidden;
    background: rgba(255, 255, 255, .76);
    box-shadow: var(--yxv2-shadow);
}

.yx-solution-v2__problem-grid article {
    position: relative;
    min-height: 290px;
    padding: 40px 34px 34px;
    border-right: 1px solid var(--yxv2-line);
}

.yx-solution-v2__problem-grid article:last-child {
    border-right: 0;
}

.yx-solution-v2__problem-grid article::after {
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    height: 4px;
    content: "";
    background: var(--yxv2-green-soft);
    transform: scaleX(0);
    transform-origin: left;
    transition: transform .25s ease;
}

.yx-solution-v2__problem-grid article:hover::after {
    transform: scaleX(1);
}

.yx-solution-v2__problem-grid article > span {
    color: var(--yxv2-gold);
    font-family: Georgia, serif;
    font-size: 14px;
    letter-spacing: .16em;
}

.yx-solution-v2__problem-grid h3 {
    margin: 34px 0 14px;
    color: var(--yxv2-green-deep);
    font-family: var(--yxv2-serif);
    font-size: 24px;
    line-height: 1.45;
}

.yx-solution-v2__problem-grid p {
    margin: 0;
    color: var(--yxv2-muted);
    font-size: 15px;
    line-height: 1.9;
}

.yx-solution-v2__journey {
    background: #fff;
    box-shadow:
        inset 0 1px rgba(36, 77, 52, .06),
        inset 0 -1px rgba(36, 77, 52, .06);
}

.yx-solution-v2__journey-list {
    display: grid;
    grid-template-columns: repeat(6, minmax(0, 1fr));
    gap: 0;
    margin: 0;
    padding: 0;
    list-style: none;
}

.yx-solution-v2__journey-list li {
    position: relative;
    padding: 0 20px;
    text-align: center;
}

.yx-solution-v2__journey-list li:not(:last-child)::after {
    position: absolute;
    top: 31px;
    right: -13px;
    width: 26px;
    height: 1px;
    content: "";
    background: var(--yxv2-green-soft);
}

.yx-solution-v2__journey-list li:not(:last-child)::before {
    position: absolute;
    z-index: 2;
    top: 27px;
    right: -13px;
    width: 8px;
    height: 8px;
    content: "";
    border-top: 1px solid var(--yxv2-green-soft);
    border-right: 1px solid var(--yxv2-green-soft);
    transform: rotate(45deg);
}

.yx-solution-v2__journey-list li > span {
    display: grid;
    place-items: center;
    width: 72px;
    height: 72px;
    margin: 0 auto 21px;
    color: var(--yxv2-green);
    background: var(--yxv2-warm);
    border: 1px solid #d9d4c9;
    border-radius: 50%;
}

.yx-solution-v2__journey-list li > span svg {
    width: 36px;
    height: 36px;
    fill: none;
    stroke: currentColor;
    stroke-linecap: round;
    stroke-linejoin: round;
    stroke-width: 1.45;
}

.yx-solution-v2__journey-list strong {
    display: block;
    color: var(--yxv2-green-deep);
    font-family: var(--yxv2-serif);
    font-size: 19px;
    line-height: 1.45;
}

.yx-solution-v2__journey-list p {
    margin: 8px 0 0;
    color: var(--yxv2-muted);
    font-size: 14px;
    line-height: 1.6;
}

.yx-solution-v2__system {
    background: linear-gradient(180deg, #f3f5f1, #f8f6f1);
}

.yx-solution-v2__system-layout {
    display: grid;
    grid-template-columns: minmax(0, 1.25fr) minmax(480px, .75fr);
    gap: 28px;
    padding: 28px;
    background: #fff;
    border: 1px solid var(--yxv2-line);
    border-radius: 14px;
    box-shadow: var(--yxv2-shadow);
}

.yx-solution-v2__system figure {
    display: flex;
    flex-direction: column;
    min-height: 100%;
    margin: 0;
    overflow: hidden;
    background: #ece9e1;
    border-radius: 9px;
}

.yx-solution-v2__cutaway {
    position: relative;
    display: grid;
    flex: 1;
    place-items: center;
    min-height: 520px;
    overflow: hidden;
    background: #fff;
}

.yx-solution-v2__cutaway > img {
    width: 100%;
    height: 100%;
    min-height: 520px;
    object-fit: contain;
}

.yx-solution-v2__cutaway--photo > img {
    object-fit: cover;
}

.yx-solution-v2__cutaway-labels {
    position: absolute;
    inset: 0;
    pointer-events: none;
}

.yx-solution-v2__cutaway-label {
    position: absolute;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 30px;
    padding: 0 11px;
    color: #fff;
    font-size: 12px;
    font-weight: 800;
    line-height: 1;
    background: rgba(42, 77, 50, .9);
    border: 1px solid rgba(255, 255, 255, .72);
    border-radius: 4px;
    box-shadow: 0 6px 18px rgba(18, 43, 26, .14);
    backdrop-filter: blur(5px);
    transform: translate(-50%, -50%);
}

.yx-solution-v2__cutaway-label--restaurant {
    top: 70%;
    left: 18%;
}

.yx-solution-v2__cutaway-label--entrance {
    top: 68%;
    left: 43%;
}

.yx-solution-v2__cutaway-label--lobby {
    top: 58%;
    left: 55%;
}

.yx-solution-v2__cutaway-label--elevator {
    top: 29%;
    left: 35%;
}

.yx-solution-v2__cutaway-label--corridor {
    top: 29%;
    left: 72%;
}

.yx-solution-v2__cutaway-label--room {
    top: 27%;
    left: 88%;
}

.yx-solution-v2__cutaway-label--spa {
    top: 70%;
    left: 88%;
}

.yx-solution-v2__system figcaption {
    padding: 14px 20px;
    color: #667068;
    font-size: 13px;
    line-height: 1.55;
    background: #f5f2eb;
}

.yx-solution-v2__system-zones {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 12px;
}

.yx-solution-v2__system-zones article {
    display: grid;
    grid-template-columns: 36px minmax(0, 1fr);
    gap: 12px;
    padding: 22px 18px;
    background: rgba(255, 255, 255, .86);
    border-radius: 8px;
}

.yx-solution-v2__system-zones article > span {
    color: var(--yxv2-gold);
    font-family: Georgia, serif;
    font-size: 13px;
}

.yx-solution-v2__system-zones h3 {
    margin: 0;
    color: var(--yxv2-green-deep);
    font-family: var(--yxv2-serif);
    font-size: 19px;
    line-height: 1.4;
}

.yx-solution-v2__system-zones strong {
    display: block;
    margin-top: 7px;
    color: #435b48;
    font-size: 14px;
    line-height: 1.5;
}

.yx-solution-v2__system-zones p {
    margin: 7px 0 0;
    color: var(--yxv2-muted);
    font-size: 13px;
    line-height: 1.65;
}

.yx-solution-v2__method {
    background:
        linear-gradient(180deg, rgba(241, 245, 239, .86), rgba(248, 247, 242, .9)),
        url("../images/home-v2/method-floral-bg-v1.png") center / cover no-repeat;
    box-shadow:
        inset 0 1px rgba(36, 77, 52, .07),
        inset 0 -1px rgba(36, 77, 52, .07);
}

.yx-solution-v2__judgements {
    display: grid;
    grid-template-columns: repeat(6, minmax(0, 1fr));
    margin-bottom: 28px;
    overflow: hidden;
    border: 1px solid var(--yxv2-line);
    border-radius: 10px;
}

.yx-solution-v2__judgements span {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    min-height: 64px;
    color: var(--yxv2-green-deep);
    font-size: 15px;
    font-weight: 700;
    background: rgba(255, 255, 255, .68);
    border-right: 1px solid var(--yxv2-line);
}

.yx-solution-v2__judgements span:last-child {
    border-right: 0;
}

.yx-solution-v2__judgements i {
    color: var(--yxv2-gold);
    font-family: Georgia, serif;
    font-size: 12px;
    font-style: normal;
}

.yx-solution-v2__pillar-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 20px;
}

.yx-solution-v2__pillar-grid article {
    position: relative;
    padding: 38px 38px 28px;
    overflow: hidden;
    background: rgba(255, 255, 255, .78);
    border: 1px solid var(--yxv2-line);
    border-radius: 12px;
    box-shadow: none;
}

.yx-solution-v2__pillar-grid article > span {
    position: absolute;
    top: 22px;
    right: 26px;
    color: rgba(36, 77, 52, .14);
    font-family: Georgia, serif;
    font-size: 38px;
    line-height: 1;
}

.yx-solution-v2__pillar-grid h3 {
    margin: 0 0 22px;
    color: var(--yxv2-green-deep);
    font-family: var(--yxv2-serif);
    font-size: 26px;
}

.yx-solution-v2__pillar-grid ul {
    display: grid;
    gap: 9px;
    margin: 0;
    padding: 0;
    color: #5d685f;
    font-size: 15px;
    list-style: none;
}

.yx-solution-v2__pillar-grid li::before {
    margin-right: 9px;
    color: var(--yxv2-gold);
    content: "•";
}

.yx-solution-v2__pillar-grid article > p {
    margin: 28px -20px -10px;
    padding: 13px 20px;
    color: var(--yxv2-green-deep);
    font-size: 14px;
    font-weight: 700;
    text-align: center;
    background: rgba(255, 255, 255, .72);
    border-radius: 6px;
}

.yx-solution-v2__process {
    background: #fff;
}

.yx-solution-v2__process-list {
    display: grid;
    grid-template-columns: repeat(6, minmax(0, 1fr));
    gap: 14px;
    margin: 0;
    padding: 0;
    list-style: none;
}

.yx-solution-v2__process-list li {
    min-height: 220px;
    padding: 28px 24px;
    background: #fff;
    border: 1px solid var(--yxv2-line);
    border-radius: 10px;
}

.yx-solution-v2__process-list span {
    color: var(--yxv2-gold);
    font-family: Georgia, serif;
    font-size: 13px;
}

.yx-solution-v2__process-list h3 {
    margin: 26px 0 11px;
    color: var(--yxv2-green-deep);
    font-family: var(--yxv2-serif);
    font-size: 21px;
    line-height: 1.45;
}

.yx-solution-v2__process-list p {
    margin: 0;
    color: var(--yxv2-muted);
    font-size: 14px;
    line-height: 1.75;
}

.yx-solution-v2__service-modes {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 20px;
    margin-top: 20px;
}

.yx-solution-v2__service-modes article {
    padding: 31px 35px;
    background: var(--yxv2-green-deep);
    border-radius: 10px;
}

.yx-solution-v2__service-modes article:last-child {
    background: #426348;
}

.yx-solution-v2__service-modes small {
    color: var(--yxv2-gold-soft);
    font-size: 12px;
    font-weight: 800;
    letter-spacing: .15em;
}

.yx-solution-v2__service-modes h3 {
    margin: 10px 0 8px;
    color: #fff;
    font-family: var(--yxv2-serif);
    font-size: 25px;
}

.yx-solution-v2__service-modes p {
    margin: 0;
    color: rgba(255, 255, 255, .78);
    font-size: 15px;
    line-height: 1.85;
}

.yx-solution-v2__types {
    padding-bottom: 82px;
    background: var(--yxv2-warm);
    box-shadow: inset 0 1px rgba(36, 77, 52, .06);
}

.yx-solution-v2__type-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 18px;
}

.yx-solution-v2__type-grid article {
    position: relative;
    min-height: 365px;
    overflow: hidden;
    border-radius: 12px;
    background: var(--yxv2-green-deep);
}

.yx-solution-v2__type-grid img {
    height: 100%;
    object-fit: cover;
    transition: transform .4s ease;
}

.yx-solution-v2__type-grid article:hover img {
    transform: scale(1.035);
}

.yx-solution-v2__type-grid article::after {
    position: absolute;
    inset: 32% 0 0;
    content: "";
    background: linear-gradient(180deg, transparent, rgba(11, 32, 20, .9));
}

.yx-solution-v2__type-grid article > div {
    position: absolute;
    z-index: 2;
    right: 0;
    bottom: 0;
    left: 0;
    padding: 28px;
    color: #fff;
}

.yx-solution-v2__type-grid h3 {
    margin: 0;
    font-family: var(--yxv2-serif);
    font-size: 26px;
}

.yx-solution-v2__type-grid p {
    margin: 10px 0 0;
    color: rgba(255, 255, 255, .78);
    font-size: 14px;
    line-height: 1.75;
}

.yx-solution-v2__scents {
    padding-top: 82px;
    background: var(--yxv2-warm);
    box-shadow: inset 0 -1px rgba(36, 77, 52, .06);
}

.yx-solution-v2__scent-grid {
    display: grid;
    grid-template-columns: repeat(5, minmax(0, 1fr));
    gap: 16px;
}

.yx-solution-v2__scent-grid article {
    overflow: hidden;
    background: #fff;
    border: 1px solid var(--yxv2-line);
    border-radius: 10px;
}

.yx-solution-v2__scent-grid img {
    height: 180px;
    object-fit: cover;
}

.yx-solution-v2__scent-grid article > div {
    padding: 23px 22px 25px;
}

.yx-solution-v2__scent-grid h3 {
    margin: 0;
    color: var(--yxv2-green-deep);
    font-family: var(--yxv2-serif);
    font-size: 23px;
}

.yx-solution-v2__scent-grid strong {
    display: block;
    min-height: 52px;
    margin-top: 10px;
    color: #57645b;
    font-size: 14px;
    line-height: 1.65;
}

.yx-solution-v2__scent-grid p {
    margin: 7px 0 0;
    color: var(--yxv2-gold);
    font-size: 13px;
    font-weight: 700;
}

.yx-solution-v2__section-actions {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 15px;
    margin-top: 32px;
}

.yx-solution-v2__section-actions .yx-solution-v2__text-link {
    margin-left: 12px;
}

.yx-solution-v2__engineering {
    background: #fff;
}

.yx-solution-v2__engineering-grid {
    display: grid;
    grid-template-columns: repeat(5, minmax(0, 1fr));
    gap: 14px;
}

.yx-solution-v2__engineering-grid article {
    min-height: 240px;
    padding: 31px 26px;
    background: var(--yxv2-sage-pale);
    border: 1px solid var(--yxv2-line);
    border-radius: 10px;
}

.yx-solution-v2__engineering-grid svg {
    width: 39px;
    height: 39px;
    color: var(--yxv2-green-soft);
    fill: none;
    stroke: currentColor;
    stroke-linecap: round;
    stroke-linejoin: round;
    stroke-width: 1.55;
}

.yx-solution-v2__engineering-grid h3 {
    margin: 23px 0 10px;
    color: var(--yxv2-green-deep);
    font-family: var(--yxv2-serif);
    font-size: 22px;
}

.yx-solution-v2__engineering-grid p {
    margin: 0;
    color: var(--yxv2-muted);
    font-size: 14px;
    line-height: 1.75;
}

.yx-solution-v2__cases {
    background: var(--yxv2-warm);
}

.yx-solution-v2__case-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 20px;
}

.yx-solution-v2__case-grid article {
    display: grid;
    grid-template-columns: minmax(0, 1fr);
    overflow: hidden;
    background: #fff;
    border: 1px solid var(--yxv2-line);
    border-radius: 12px;
    box-shadow: 0 15px 36px rgba(31, 55, 39, .06);
}

.yx-solution-v2__case-grid img {
    height: 270px;
    object-fit: cover;
}

.yx-solution-v2__case-grid article > div {
    padding: 30px;
}

.yx-solution-v2__case-grid small {
    display: inline-block;
    padding: 5px 10px;
    color: var(--yxv2-green-deep);
    font-size: 12px;
    font-weight: 800;
    line-height: 1.2;
    background: var(--yxv2-sage);
    border-radius: 999px;
}

.yx-solution-v2__case-grid h3 {
    margin: 16px 0 10px;
    color: var(--yxv2-green-deep);
    font-family: var(--yxv2-serif);
    font-size: 26px;
}

.yx-solution-v2__case-grid p {
    min-height: 82px;
    margin: 0;
    color: var(--yxv2-muted);
    font-size: 15px;
    line-height: 1.85;
}

.yx-solution-v2__case-grid a {
    display: inline-block;
    margin-top: 18px;
    color: var(--yxv2-green);
    font-weight: 800;
}

.yx-solution-v2__faq {
    background: #f1f5ef;
    box-shadow:
        inset 0 1px rgba(36, 77, 52, .07),
        inset 0 -1px rgba(36, 77, 52, .07);
}

.yx-solution-v2__faq-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 15px;
}

.yx-solution-v2__faq-grid article {
    padding: 28px 31px;
    background: rgba(255, 255, 255, .82);
    border: 1px solid var(--yxv2-line);
    border-radius: 9px;
    box-shadow: none;
}

.yx-solution-v2__faq-grid h3 {
    margin: 0;
    color: var(--yxv2-green-deep);
    font-family: var(--yxv2-serif);
    font-size: 21px;
    line-height: 1.45;
}

.yx-solution-v2__faq-grid p {
    margin: 12px 0 0;
    color: var(--yxv2-muted);
    font-size: 15px;
    line-height: 1.85;
}

.yx-solution-v2__budget-cta {
    display: grid;
    grid-template-columns: auto minmax(0, 1fr) 34px;
    align-items: center;
    gap: 22px;
    margin-top: 18px;
    padding: 25px 30px;
    color: #fff !important;
    background: var(--yxv2-green-deep);
    border-radius: 9px;
}

.yx-solution-v2__budget-cta strong {
    font-family: var(--yxv2-serif);
    font-size: 21px;
}

.yx-solution-v2__budget-cta span {
    color: rgba(255, 255, 255, .75);
    font-size: 15px;
}

.yx-solution-v2__budget-cta i {
    font-size: 24px;
    font-style: normal;
}

.yx-solution-v2__reading {
    background: var(--yxv2-warm);
    box-shadow:
        inset 0 1px rgba(36, 77, 52, .06),
        inset 0 -1px rgba(36, 77, 52, .06);
}

.yx-solution-v2__reading-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 15px;
}

.yx-solution-v2__reading-grid a {
    display: block;
    min-height: 225px;
    padding: 28px;
    background: #fff;
    border: 1px solid var(--yxv2-line);
    border-radius: 9px;
    transition: transform .2s ease, box-shadow .2s ease;
}

.yx-solution-v2__reading-grid a:hover,
.yx-solution-v2__reading-grid a:focus-visible {
    transform: translateY(-3px);
    box-shadow: 0 15px 35px rgba(29, 56, 38, .08);
}

.yx-solution-v2__reading-grid small {
    color: var(--yxv2-gold);
    font-size: 12px;
    font-weight: 800;
    letter-spacing: .12em;
}

.yx-solution-v2__reading-grid h3 {
    margin: 21px 0 10px;
    color: var(--yxv2-green-deep);
    font-family: var(--yxv2-serif);
    font-size: 23px;
    line-height: 1.45;
}

.yx-solution-v2__reading-grid p {
    margin: 0;
    color: var(--yxv2-muted);
    font-size: 14px;
    line-height: 1.7;
}

.yx-solution-v2__reading-grid i {
    display: block;
    margin-top: 20px;
    color: var(--yxv2-green);
    font-size: 14px;
    font-style: normal;
    font-weight: 800;
}

.yx-solution-v2__article-links {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 12px 16px;
}

.yx-solution-v2__article-links > a {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto 24px;
    align-items: center;
    gap: 18px;
    min-height: 112px;
    padding: 22px 25px;
    background: #fff;
    border: 1px solid var(--yxv2-line);
    border-radius: 8px;
    transition: border-color .2s ease, transform .2s ease, box-shadow .2s ease;
}

.yx-solution-v2__article-links > a:hover,
.yx-solution-v2__article-links > a:focus-visible {
    border-color: rgba(54, 91, 61, .45);
    box-shadow: 0 13px 30px rgba(29, 56, 38, .07);
    transform: translateY(-2px);
}

.yx-solution-v2__article-links span,
.yx-solution-v2__article-links small,
.yx-solution-v2__article-links strong {
    display: block;
}

.yx-solution-v2__article-links small {
    margin-bottom: 7px;
    color: var(--yxv2-gold);
    font-size: 11px;
    font-weight: 800;
    letter-spacing: .12em;
}

.yx-solution-v2__article-links strong {
    overflow: hidden;
    color: var(--yxv2-green-deep);
    font-family: var(--yxv2-serif);
    font-size: 19px;
    line-height: 1.5;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.yx-solution-v2__article-links time {
    color: #8a938d;
    font-size: 12px;
    white-space: nowrap;
}

.yx-solution-v2__article-links i {
    color: var(--yxv2-green-soft);
    font-size: 19px;
    font-style: normal;
}

.yx-solution-v2__article-more {
    margin-top: 25px;
    text-align: center;
}

.yx-solution-v2__article-more a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 46px;
    padding: 0 22px;
    color: var(--yxv2-green-deep);
    font-size: 14px;
    font-weight: 800;
    border: 1px solid var(--yxv2-green-soft);
    border-radius: 5px;
}

.yx-solution-v2__article-empty {
    padding: 26px;
    color: var(--yxv2-muted);
    background: #fff;
    border: 1px solid var(--yxv2-line);
    border-radius: 8px;
}

.yx-solution-v2__consultation {
    position: relative;
    min-height: 650px;
    padding: 96px 0;
    overflow: hidden;
    color: #fff;
    background:
        radial-gradient(circle at 78% 20%, rgba(166, 190, 157, .24), transparent 31%),
        linear-gradient(135deg, #163b28, #315f40);
}

.yx-solution-v2__consultation > img {
    position: absolute;
    right: -20px;
    bottom: -65px;
    width: 420px;
    height: 420px;
    object-fit: cover;
    opacity: .2;
    border-radius: 50%;
    mix-blend-mode: screen;
}

.yx-solution-v2__consultation-layout {
    position: relative;
    display: grid;
    grid-template-columns: minmax(340px, .72fr) minmax(0, 1.28fr);
    align-items: start;
    gap: 80px;
}

.yx-solution-v2__consultation-copy {
    padding-top: 25px;
}

.yx-solution-v2__consultation-copy h2 {
    margin: 0;
    color: #fff;
    font-family: var(--yxv2-serif);
    font-size: clamp(38px, 3.5vw, 52px);
    line-height: 1.3;
    letter-spacing: -.035em;
}

.yx-solution-v2__consultation-copy > p:not(.yx-solution-v2__eyebrow) {
    margin: 22px 0 0;
    color: rgba(255, 255, 255, .76);
    font-size: 17px;
    line-height: 1.9;
}

.yx-solution-v2__consultation-copy ul {
    display: grid;
    gap: 12px;
    margin: 28px 0 0;
    padding: 0;
    list-style: none;
}

.yx-solution-v2__consultation-copy li {
    color: rgba(255, 255, 255, .88);
    font-size: 15px;
}

.yx-solution-v2__consultation-copy li::before {
    display: inline-grid;
    place-items: center;
    width: 22px;
    height: 22px;
    margin-right: 10px;
    color: var(--yxv2-green-deep);
    content: "✓";
    background: var(--yxv2-gold-soft);
    border-radius: 50%;
}

.yx-solution-v2__form {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 16px;
    padding: 34px;
    color: var(--yxv2-ink);
    background: rgba(255, 255, 255, .96);
    border: 1px solid rgba(255, 255, 255, .4);
    border-radius: 13px;
    box-shadow: 0 28px 70px rgba(6, 25, 13, .22);
}

.yx-solution-v2__form label > span {
    display: block;
    margin-bottom: 7px;
    color: #47564c;
    font-size: 13px;
    font-weight: 700;
}

.yx-solution-v2__form input,
.yx-solution-v2__form select,
.yx-solution-v2__form textarea {
    width: 100%;
    min-height: 48px;
    padding: 0 14px;
    color: var(--yxv2-ink);
    font-family: var(--yxv2-sans);
    font-size: 14px;
    background: #fff;
    border: 1px solid #d7ddd6;
    border-radius: 5px;
    outline: none;
}

.yx-solution-v2__form textarea {
    min-height: 92px;
    padding-top: 12px;
    resize: vertical;
}

.yx-solution-v2__form input:focus,
.yx-solution-v2__form select:focus,
.yx-solution-v2__form textarea:focus {
    border-color: var(--yxv2-green-soft);
    box-shadow: 0 0 0 3px rgba(73, 110, 78, .12);
}

.yx-solution-v2__form-wide {
    grid-column: 1 / -1;
}

.yx-solution-v2__consent {
    display: flex;
    align-items: flex-start;
    gap: 9px;
}

.yx-solution-v2__consent input {
    flex: 0 0 auto;
    width: 17px;
    min-height: 17px;
    margin-top: 4px;
}

.yx-solution-v2__consent > span {
    margin: 0 !important;
    color: var(--yxv2-muted) !important;
    font-weight: 400 !important;
    line-height: 1.6;
}

.yx-solution-v2__form-submit {
    display: grid;
    grid-template-columns: minmax(240px, .55fr) minmax(0, 1fr);
    align-items: center;
    gap: 18px;
}

.yx-solution-v2__form-submit button {
    min-height: 50px;
    color: #fff;
    font-family: var(--yxv2-sans);
    font-size: 15px;
    font-weight: 800;
    background: var(--yxv2-green);
    border: 0;
    border-radius: 5px;
    cursor: pointer;
}

.yx-solution-v2__form-submit button:disabled {
    opacity: .65;
    cursor: wait;
}

.yx-solution-v2__form-submit p {
    margin: 0;
    color: var(--yxv2-green);
    font-size: 13px;
    line-height: 1.6;
}

.yx-solution-v2__form-submit p.is-error {
    color: #a33932;
}

.yx-solution-v2__other-scenes {
    color: #5c685f;
    background: #fff;
    border-bottom: 1px solid var(--yxv2-line);
}

.yx-solution-v2__other-scenes .yx-solution-v2__container {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 13px 26px;
    min-height: 96px;
}

.yx-solution-v2__other-scenes span {
    color: var(--yxv2-green-deep);
    font-family: var(--yxv2-serif);
    font-size: 18px;
    font-weight: 700;
}

.yx-solution-v2__other-scenes a {
    position: relative;
    font-size: 14px;
}

.yx-solution-v2__other-scenes a::after {
    position: absolute;
    right: -14px;
    color: #bac1ba;
    content: "/";
}

.yx-solution-v2__other-scenes a:last-child::after {
    display: none;
}

@media (min-width: 1181px) {
    .yx-solution-v2__heading--split {
        grid-template-columns: minmax(0, 1fr) 330px;
    }

    .yx-solution-v2__heading--split h2 {
        font-size: 39px;
        white-space: nowrap;
    }

    .yx-solution-v2__heading--center h2,
    .yx-solution-v2__types .yx-solution-v2__heading h2,
    .yx-solution-v2__engineering .yx-solution-v2__heading h2,
    .yx-solution-v2__cases .yx-solution-v2__heading h2,
    .yx-solution-v2__faq .yx-solution-v2__heading h2,
    .yx-solution-v2__reading .yx-solution-v2__heading h2 {
        white-space: nowrap;
    }
}

@media (max-width: 1180px) {
    .yx-solution-v2__container {
        width: min(100% - 44px, 1040px);
    }

    .yx-solution-v2__hero-copy {
        width: 58%;
    }

    .yx-solution-v2__hero-copy > h2 {
        font-size: 45px;
    }

    .yx-solution-v2__qualifications .yx-solution-v2__container,
    .yx-solution-v2__problem-grid,
    .yx-solution-v2__type-grid,
    .yx-solution-v2__reading-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .yx-solution-v2__qualifications article:nth-child(2) {
        border-right: 0;
    }

    .yx-solution-v2__qualifications article:nth-child(-n+2) {
        border-bottom: 1px solid var(--yxv2-line);
    }

    .yx-solution-v2__problem-grid article {
        min-height: 240px;
        border-bottom: 1px solid var(--yxv2-line);
    }

    .yx-solution-v2__problem-grid article:nth-child(2) {
        border-right: 0;
    }

    .yx-solution-v2__problem-grid article:nth-child(n+3) {
        border-bottom: 0;
    }

    .yx-solution-v2__journey-list,
    .yx-solution-v2__process-list {
        grid-template-columns: repeat(3, minmax(0, 1fr));
        gap: 14px;
    }

    .yx-solution-v2__journey-list li {
        padding: 20px;
        background: var(--yxv2-warm);
        border-radius: 9px;
    }

    .yx-solution-v2__journey-list li::before,
    .yx-solution-v2__journey-list li::after {
        display: none;
    }

    .yx-solution-v2__system-layout {
        grid-template-columns: 1fr;
    }

    .yx-solution-v2__judgements {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }

    .yx-solution-v2__judgements span:nth-child(3) {
        border-right: 0;
    }

    .yx-solution-v2__judgements span:nth-child(-n+3) {
        border-bottom: 1px solid var(--yxv2-line);
    }

    .yx-solution-v2__scent-grid {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }

    .yx-solution-v2__engineering-grid {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }

    .yx-solution-v2__consultation-layout {
        grid-template-columns: .7fr 1.3fr;
        gap: 42px;
    }
}

@media (max-width: 820px) {
    .yx-solution-v2 {
        font-size: 16px;
    }

    .yx-solution-v2__container {
        width: min(100% - 32px, 720px);
    }

    .yx-solution-v2__section {
        padding: 76px 0;
    }

    .yx-solution-v2__heading {
        margin-bottom: 32px;
    }

    .yx-solution-v2__heading h2 {
        font-size: 34px;
    }

    .yx-solution-v2__heading--split {
        grid-template-columns: 1fr;
        gap: 16px;
    }

    .yx-solution-v2__hero,
    .yx-solution-v2__hero-inner {
        min-height: 660px;
    }

    .yx-solution-v2__hero > img {
        object-position: 63% center;
    }

    .yx-solution-v2__hero-shade {
        background:
            linear-gradient(90deg, rgba(250, 249, 246, .97), rgba(250, 249, 246, .88) 65%, rgba(250, 249, 246, .42)),
            linear-gradient(180deg, rgba(255, 255, 255, .05), rgba(250, 249, 246, .52));
    }

    .yx-solution-v2__hero-copy {
        width: 82%;
        min-height: 660px;
    }

    .yx-solution-v2__hero-copy > h2 {
        font-size: 43px;
    }

    .yx-solution-v2__zone-pin {
        display: none;
    }

    .yx-solution-v2__qualifications .yx-solution-v2__container,
    .yx-solution-v2__problem-grid,
    .yx-solution-v2__pillar-grid,
    .yx-solution-v2__service-modes,
    .yx-solution-v2__case-grid,
    .yx-solution-v2__faq-grid,
    .yx-solution-v2__consultation-layout {
        grid-template-columns: 1fr;
    }

    .yx-solution-v2__qualifications article {
        border-right: 1px solid var(--yxv2-line) !important;
        border-bottom: 1px solid var(--yxv2-line);
    }

    .yx-solution-v2__qualifications article:last-child {
        border-bottom: 0;
    }

    .yx-solution-v2__problem-grid article {
        min-height: 0;
        border-right: 0;
        border-bottom: 1px solid var(--yxv2-line) !important;
    }

    .yx-solution-v2__problem-grid article:last-child {
        border-bottom: 0 !important;
    }

    .yx-solution-v2__system-zones,
    .yx-solution-v2__type-grid,
    .yx-solution-v2__reading-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .yx-solution-v2__scent-grid,
    .yx-solution-v2__engineering-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .yx-solution-v2__consultation {
        padding: 76px 0;
    }

    .yx-solution-v2__consultation-copy {
        padding-top: 0;
    }
}

@media (max-width: 560px) {
    .yx-solution-v2__container {
        width: calc(100% - 24px);
    }

    .yx-solution-v2__section {
        padding: 62px 0;
    }

    .yx-solution-v2__heading h2 {
        font-size: 29px;
        line-height: 1.38;
    }

    .yx-solution-v2__heading > span,
    .yx-solution-v2__heading > div + span {
        font-size: 15px;
    }

    .yx-solution-v2__hero,
    .yx-solution-v2__hero-inner {
        min-height: 690px;
    }

    .yx-solution-v2__hero > img {
        object-position: 68% center;
    }

    .yx-solution-v2__hero-shade {
        background:
            linear-gradient(180deg, rgba(250, 249, 246, .97) 0%, rgba(250, 249, 246, .92) 56%, rgba(250, 249, 246, .5) 100%),
            linear-gradient(90deg, rgba(250, 249, 246, .84), rgba(250, 249, 246, .32));
    }

    .yx-solution-v2__hero-copy {
        justify-content: flex-start;
        width: 100%;
        min-height: 690px;
        padding-top: 68px;
    }

    .yx-solution-v2__hero-copy > h1 {
        font-size: 16px;
    }

    .yx-solution-v2__hero-copy > h2 {
        font-size: 34px;
        line-height: 1.32;
    }

    .yx-solution-v2__hero-copy > h2 span {
        white-space: normal;
    }

    .yx-solution-v2__hero-intro {
        font-size: 15px;
        line-height: 1.82;
    }

    .yx-solution-v2__hero-actions {
        display: grid;
        grid-template-columns: 1fr;
    }

    .yx-solution-v2__button {
        width: 100%;
    }

    .yx-solution-v2__journey-list,
    .yx-solution-v2__process-list,
    .yx-solution-v2__judgements,
    .yx-solution-v2__system-zones,
    .yx-solution-v2__type-grid,
    .yx-solution-v2__scent-grid,
    .yx-solution-v2__engineering-grid,
    .yx-solution-v2__reading-grid {
        grid-template-columns: 1fr;
    }

    .yx-solution-v2__judgements span {
        border-right: 0;
        border-bottom: 1px solid var(--yxv2-line);
    }

    .yx-solution-v2__judgements span:last-child {
        border-bottom: 0;
    }

    .yx-solution-v2__system-layout {
        padding: 12px;
    }

    .yx-solution-v2__system figure img {
        min-height: 260px;
    }

    .yx-solution-v2__pillar-grid article,
    .yx-solution-v2__faq-grid article {
        padding: 28px 24px;
    }

    .yx-solution-v2__type-grid article {
        min-height: 330px;
    }

    .yx-solution-v2__section-actions {
        display: grid;
        grid-template-columns: 1fr;
    }

    .yx-solution-v2__section-actions .yx-solution-v2__text-link {
        margin: 5px 0 0;
        text-align: center;
    }

    .yx-solution-v2__budget-cta {
        grid-template-columns: 1fr 24px;
        gap: 9px;
    }

    .yx-solution-v2__budget-cta span {
        grid-column: 1 / -1;
        grid-row: 2;
    }

    .yx-solution-v2__budget-cta i {
        grid-column: 2;
        grid-row: 1;
    }

    .yx-solution-v2__consultation-copy h2 {
        font-size: 34px;
    }

    .yx-solution-v2__form {
        grid-template-columns: 1fr;
        padding: 22px 18px;
    }

    .yx-solution-v2__form-wide {
        grid-column: auto;
    }

    .yx-solution-v2__form-submit {
        grid-template-columns: 1fr;
    }

    .yx-solution-v2__other-scenes .yx-solution-v2__container {
        display: grid;
        gap: 10px;
        padding: 24px 0;
    }

    .yx-solution-v2__other-scenes a::after {
        display: none;
    }

    .yx-solution-v2__article-links {
        grid-template-columns: 1fr;
    }

    .yx-solution-v2__article-links > a {
        grid-template-columns: minmax(0, 1fr) 22px;
    }

    .yx-solution-v2__article-links time {
        display: none;
    }

    .yx-solution-v2__cutaway {
        min-height: 330px;
    }

    .yx-solution-v2__cutaway > img {
        min-height: 330px;
    }

    .yx-solution-v2__cutaway-label {
        min-height: 25px;
        padding: 0 8px;
        font-size: 10px;
    }
}

@media (prefers-reduced-motion: reduce) {
    html {
        scroll-behavior: auto;
    }

    .yx-solution-v2 *,
    .yx-solution-v2 *::before,
    .yx-solution-v2 *::after {
        transition-duration: .01ms !important;
    }
}
