.yx-solutions {
    --yx-green: #245447;
    --yx-green-deep: #173f35;
    --yx-green-soft: #eaf1ed;
    --yx-ink: #20322c;
    --yx-muted: #66736d;
    --yx-gold: #bf8b40;
    --yx-line: #d9e1dc;
    --yx-paper: #fbfaf6;
    width: 100vw;
    max-width: none;
    margin-left: calc(50% - 50vw);
    overflow: hidden;
    background: #fff;
    color: var(--yx-ink);
    font-size: 16px;
    line-height: 1.8;
}

@supports (width: 100cqw) {
    .yx-solutions {
        width: 100cqw;
        margin-left: calc(50% - 50cqw);
    }
}

.yx-solutions *, .yx-solutions *::before, .yx-solutions *::after { box-sizing: border-box; }
.yx-solutions a { color: inherit; text-decoration: none; }
.yx-solutions__container { width: min(1600px, calc(100% - 80px)); margin: 0 auto; }
.yx-solutions__section { padding: 112px 0; }
.yx-solutions__eyebrow,
.yx-solutions__heading > div > p,
.yx-solutions__contact header > p {
    margin: 0 0 18px;
    color: var(--yx-gold);
    font-size: 13px;
    font-weight: 700;
    letter-spacing: .2em;
    line-height: 1.3;
}

.yx-solutions h1,
.yx-solutions h2,
.yx-solutions h3 {
    color: var(--yx-green-deep);
    font-family: Georgia, "Noto Serif SC", "Songti SC", serif;
    font-weight: 500;
}

.yx-solutions__heading {
    display: grid;
    grid-template-columns: minmax(0, 1.15fr) minmax(320px, .65fr);
    gap: 80px;
    align-items: end;
    margin-bottom: 54px;
}

.yx-solutions__heading h2 { max-width: 920px; margin: 0; font-size: clamp(36px, 3vw, 54px); line-height: 1.24; letter-spacing: -.035em; }
.yx-solutions__heading > span, .yx-solutions__heading > a { color: var(--yx-muted); font-size: 17px; line-height: 1.9; }
.yx-solutions__heading > a { justify-self: end; color: var(--yx-green); font-weight: 700; }

.yx-solutions__hero {
    position: relative;
    min-height: 770px;
    overflow: hidden;
    isolation: isolate;
    background: #eef2ef;
}
.yx-solutions__hero-media { position: absolute; inset: 0; z-index: -2; }
.yx-solutions__hero-media::after {
    position: absolute; inset: 0; content: "";
    background: linear-gradient(90deg, rgba(247,249,247,.99) 0%, rgba(247,249,247,.94) 37%, rgba(247,249,247,.5) 58%, rgba(20,51,43,.08) 100%);
}
.yx-solutions__hero-media img { width: 100%; height: 100%; object-fit: cover; filter: saturate(.93) contrast(1.04) brightness(1.03); }
.yx-solutions__hero-layout { display: grid; grid-template-columns: minmax(540px, .85fr) minmax(500px, 1.15fr); gap: 70px; align-items: center; min-height: 770px; padding: 92px 0; }
.yx-solutions__hero-copy { max-width: 760px; }
.yx-solutions__hero-copy h1 { margin: 0 0 20px; font-size: clamp(28px, 2vw, 38px); letter-spacing: -.02em; }
.yx-solutions__hero-copy h2 { max-width: 760px; margin: 0; font-size: clamp(50px, 4.6vw, 78px); line-height: 1.12; letter-spacing: -.055em; }
.yx-solutions__hero-copy > p:not(.yx-solutions__eyebrow) { max-width: 680px; margin: 32px 0 0; color: #5e6c66; font-size: 18px; line-height: 1.95; }
.yx-solutions__hero-copy > div { display: flex; gap: 14px; flex-wrap: wrap; margin-top: 38px; }
.yx-solutions__button { display: inline-flex; min-height: 54px; padding: 14px 24px; align-items: center; justify-content: center; border: 1px solid var(--yx-green); font-size: 15px; font-weight: 700; transition: .25s ease; }
.yx-solutions__button--primary { background: var(--yx-green); color: #fff !important; }
.yx-solutions__button--primary:hover { background: var(--yx-green-deep); transform: translateY(-2px); }
.yx-solutions__button--outline { background: rgba(255,255,255,.72); color: var(--yx-green); }
.yx-solutions__button--outline:hover { background: #fff; transform: translateY(-2px); }
.yx-solutions__hero-notes { position: relative; min-height: 500px; }
.yx-solutions__hero-notes span { position: absolute; top: var(--y); left: var(--x); padding: 9px 13px; border: 1px solid rgba(255,255,255,.8); background: rgba(255,255,255,.76); color: #294b40; font-size: 13px; box-shadow: 0 12px 30px rgba(29,66,54,.12); backdrop-filter: blur(10px); }
.yx-solutions__hero-notes span::before { display: inline-block; width: 7px; height: 7px; margin-right: 8px; border-radius: 50%; background: var(--yx-gold); content: ""; }

.yx-solutions__quick { position: sticky; top: 0; z-index: 20; border-bottom: 1px solid var(--yx-line); background: rgba(255,255,255,.94); backdrop-filter: blur(14px); }
.yx-solutions__quick > div { display: flex; justify-content: center; gap: 12px; padding: 17px 0; }
.yx-solutions__quick a { padding: 8px 17px; border-radius: 999px; color: #53665e; font-size: 14px; font-weight: 700; }
.yx-solutions__quick a:hover, .yx-solutions__quick a:focus { background: var(--yx-green-soft); color: var(--yx-green-deep); }

.yx-solutions__needs { background: #fff; }
.yx-solutions__need-grid { display: grid; grid-template-columns: repeat(5, minmax(0, 1fr)); border-top: 1px solid var(--yx-line); border-left: 1px solid var(--yx-line); }
.yx-solutions__need-grid > a { display: flex; min-height: 310px; padding: 34px 30px; flex-direction: column; border-right: 1px solid var(--yx-line); border-bottom: 1px solid var(--yx-line); background: #fff; transition: .3s ease; }
.yx-solutions__need-grid > a:hover { background: #f5f8f5; transform: translateY(-5px); box-shadow: 0 22px 48px rgba(35,74,61,.08); }
.yx-solutions__need-grid small { color: var(--yx-gold); font-weight: 700; }
.yx-solutions__need-grid h3 { margin: 54px 0 12px; font-size: 25px; line-height: 1.35; }
.yx-solutions__need-grid p { margin: 0; color: var(--yx-muted); font-size: 14px; line-height: 1.85; }
.yx-solutions__need-grid i { margin-top: auto; color: var(--yx-green); font-style: normal; font-weight: 700; }

.yx-solutions__method {
    background:
        linear-gradient(180deg, rgba(241,245,239,.88), rgba(249,248,243,.92)),
        url("../images/home-v2/method-floral-bg-v1.png") center / cover no-repeat;
    box-shadow: inset 0 1px rgba(36,84,71,.07), inset 0 -1px rgba(36,84,71,.07);
}
.yx-solutions__method-heading { max-width: 1080px; margin: 0 auto 54px; text-align: center; }
.yx-solutions__method-heading > p { margin: 0 0 16px; color: var(--yx-gold); font-size: 13px; font-weight: 700; letter-spacing: .2em; line-height: 1.3; }
.yx-solutions__method-heading h2 { margin: 0; font-size: clamp(38px, 3.4vw, 58px); line-height: 1.22; letter-spacing: -.035em; }
.yx-solutions__method-heading > span { display: block; max-width: 860px; margin: 20px auto 0; color: var(--yx-muted); font-size: 17px; line-height: 1.9; }
.yx-solutions__method-framework { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 20px; }
.yx-solutions__method-group {
    --yx-method-accent: #668875;
    --yx-method-tint: rgba(232,241,233,.82);
    --yx-method-border: rgba(102,136,117,.25);
    --yx-method-number: rgba(102,136,117,.22);
    position: relative;
}
.yx-solutions__method-group:nth-child(2) { --yx-method-accent: #a4844b; --yx-method-tint: rgba(247,241,228,.86); --yx-method-border: rgba(164,132,75,.25); --yx-method-number: rgba(164,132,75,.22); }
.yx-solutions__method-group:nth-child(3) { --yx-method-accent: #607f78; --yx-method-tint: rgba(231,239,237,.86); --yx-method-border: rgba(96,127,120,.25); --yx-method-number: rgba(96,127,120,.22); }
.yx-solutions__method-layer {
    position: relative;
    min-height: 224px;
    padding: 31px 34px 27px;
    overflow: hidden;
    border: 1px solid var(--yx-method-border);
    border-top: 4px solid var(--yx-method-accent);
    border-radius: 12px;
    background: linear-gradient(145deg, rgba(255,255,255,.91), var(--yx-method-tint));
}
.yx-solutions__method-layer > span { position: absolute; top: 22px; right: 27px; color: var(--yx-method-number); font-family: Georgia, serif; font-size: 42px; line-height: 1; }
.yx-solutions__method-layer small { display: block; margin: 0 0 13px; color: var(--yx-method-accent); font-size: 12px; font-weight: 700; letter-spacing: .09em; }
.yx-solutions__method-layer h3 { max-width: 310px; margin: 0 0 15px; font-size: 27px; line-height: 1.35; }
.yx-solutions__method-layer p { max-width: 390px; margin: 0; color: var(--yx-muted); font-size: 15px; line-height: 1.8; }
.yx-solutions__method-layer > strong { display: block; margin-top: 21px; padding-top: 14px; border-top: 1px solid var(--yx-method-border); color: var(--yx-green-deep); font-size: 14px; line-height: 1.65; }
.yx-solutions__method-path-label { display: flex; margin: 14px 0 8px; padding: 0 4px; align-items: center; justify-content: space-between; color: var(--yx-method-accent); font-size: 12px; font-weight: 700; letter-spacing: .08em; }
.yx-solutions__method-path-label strong { font-family: Georgia, serif; font-size: 13px; letter-spacing: .06em; }
.yx-solutions__method-steps { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); margin: 0; padding: 0; overflow: hidden; border: 1px solid var(--yx-method-border); border-radius: 12px; background: var(--yx-method-tint); list-style: none; }
.yx-solutions__method-steps li { position: relative; min-height: 238px; padding: 26px 22px 24px; border-right: 1px solid var(--yx-method-border); background: rgba(255,255,255,.58); }
.yx-solutions__method-steps li:last-child { border-right: 0; }
.yx-solutions__method-steps i { display: flex; width: 44px; height: 44px; align-items: center; justify-content: center; margin-bottom: 37px; border: 1px solid var(--yx-method-border); border-radius: 50%; color: var(--yx-method-accent); background: rgba(255,255,255,.78); }
.yx-solutions__method-steps i svg { width: 22px; height: 22px; }
.yx-solutions__method-steps li > span { position: absolute; top: 29px; right: 20px; color: var(--yx-method-accent); font-family: Georgia, serif; font-size: 14px; font-weight: 700; letter-spacing: .08em; }
.yx-solutions__method-steps h3 { margin: 0 0 11px; font-size: 19px; line-height: 1.45; }
.yx-solutions__method-steps p { margin: 0; color: var(--yx-muted); font-size: 14px; line-height: 1.75; }

.yx-solutions__featured { padding: 0; background: #eaf1ed; }
.yx-solutions__featured-layout { display: grid; grid-template-columns: 1.05fr .95fr; min-height: 660px; }
.yx-solutions__featured figure { width: calc(100% + max(40px, (100vw - 1600px)/2)); margin: 0 0 0 calc(-1 * max(40px, (100vw - 1600px)/2)); overflow: hidden; }
.yx-solutions__featured figure img { width: 100%; height: 100%; object-fit: cover; filter: saturate(.9) contrast(1.02) brightness(1.04); }
.yx-solutions__featured-layout > div { padding: 96px 0 96px 90px; }
.yx-solutions__featured h2 { max-width: 650px; margin: 0; font-size: clamp(40px, 3.3vw, 58px); line-height: 1.25; letter-spacing: -.04em; }
.yx-solutions__featured p:not(.yx-solutions__eyebrow) { margin: 28px 0; color: #5d6d66; font-size: 17px; }
.yx-solutions__featured ul { display: grid; grid-template-columns: repeat(2, minmax(0,1fr)); gap: 12px 28px; margin: 0 0 32px; padding: 0; list-style: none; }
.yx-solutions__featured li { position: relative; padding-left: 16px; color: #40564c; }
.yx-solutions__featured li::before { position: absolute; top: .78em; left: 0; width: 5px; height: 5px; border-radius: 50%; background: var(--yx-gold); content: ""; }
.yx-solutions__text-link { display: inline-flex; color: var(--yx-green) !important; font-weight: 700; }

.yx-solutions__scenes { background: #fff; }
.yx-solutions__scene-system { border: 1px solid var(--yx-line); background: #fff; }
.yx-solutions__scene-tabs { display: grid; grid-template-columns: repeat(5, 1fr); border-bottom: 1px solid var(--yx-line); background: #f4f6f3; }
.yx-solutions__scene-tabs button { min-height: 76px; padding: 15px; border: 0; border-right: 1px solid var(--yx-line); background: transparent; color: #58675f; font: inherit; font-weight: 700; cursor: pointer; }
.yx-solutions__scene-tabs button:last-child { border-right: 0; }
.yx-solutions__scene-tabs button[aria-selected="true"] { background: var(--yx-green); color: #fff; }
.yx-solutions__scene-panels article { display: grid; grid-template-columns: minmax(0, .9fr) minmax(560px, 1.1fr); min-height: 590px; }
.yx-solutions__scene-panels article[hidden] { display: none; }
.yx-solutions__scene-panels article > div { padding: 70px; }
.yx-solutions__scene-panels article > img { width: 100%; height: 100%; min-height: 590px; object-fit: cover; }
.yx-solutions__scene-panels small { color: var(--yx-gold); font-size: 12px; font-weight: 700; letter-spacing: .16em; }
.yx-solutions__scene-panels h3 { max-width: 620px; margin: 18px 0; font-size: clamp(34px, 2.7vw, 50px); line-height: 1.28; }
.yx-solutions__scene-panels p { color: var(--yx-muted); }
.yx-solutions__scene-panels dl { margin: 28px 0 34px; }
.yx-solutions__scene-panels dl > div { display: grid; grid-template-columns: 94px 1fr; gap: 15px; padding: 12px 0; border-top: 1px solid var(--yx-line); }
.yx-solutions__scene-panels dt { color: var(--yx-green-deep); font-weight: 700; }
.yx-solutions__scene-panels dd { margin: 0; color: #66736d; }

.yx-solutions__levels { background: var(--yx-paper); }
.yx-solutions__level-grid { display: grid; grid-template-columns: repeat(3, 1fr); border-top: 1px solid #d9d7cc; border-left: 1px solid #d9d7cc; }
.yx-solutions__level-grid article { min-height: 340px; padding: 38px; border-right: 1px solid #d9d7cc; border-bottom: 1px solid #d9d7cc; }
.yx-solutions__level-grid small { color: var(--yx-gold); }
.yx-solutions__level-grid h3 { margin: 70px 0 12px; font-size: 28px; }
.yx-solutions__level-grid p { color: var(--yx-muted); }
.yx-solutions__level-grid span { display: block; margin-top: 28px; padding-top: 18px; border-top: 1px solid #deddd5; color: #45594f; font-size: 14px; }

.yx-solutions__delivery { background: #fff; }
.yx-solutions__delivery-grid { display: grid; grid-template-columns: repeat(3, 1fr); border-top: 1px solid var(--yx-line); border-left: 1px solid var(--yx-line); }
.yx-solutions__delivery-grid > div { display: flex; min-height: 145px; padding: 28px; align-items: flex-start; gap: 22px; border-right: 1px solid var(--yx-line); border-bottom: 1px solid var(--yx-line); }
.yx-solutions__delivery-grid span { color: var(--yx-gold); font-size: 12px; font-weight: 700; }
.yx-solutions__delivery-grid strong { color: var(--yx-green-deep); font-size: 18px; }

.yx-solutions__cases { background: #f3f6f3; }
.yx-solutions__case-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 26px; }
.yx-solutions__case-grid > a { overflow: hidden; border: 1px solid var(--yx-line); background: #fff; transition: .3s ease; }
.yx-solutions__case-grid > a:hover { transform: translateY(-5px); box-shadow: 0 24px 56px rgba(32,71,58,.11); }
.yx-solutions__case-grid img { display: block; width: 100%; aspect-ratio: 1.55; object-fit: cover; }
.yx-solutions__case-grid > a > span { display: block; padding: 28px; }
.yx-solutions__case-grid small { color: var(--yx-gold); font-weight: 700; }
.yx-solutions__case-grid strong { display: block; margin-top: 8px; color: var(--yx-green-deep); font-family: Georgia,"Noto Serif SC",serif; font-size: 25px; font-weight: 500; }
.yx-solutions__case-grid p { color: var(--yx-muted); font-size: 14px; }
.yx-solutions__case-grid i { color: var(--yx-green); font-style: normal; font-weight: 700; }

.yx-solutions__sampling { padding: 90px 0; background: #e8eee9; }
.yx-solutions__sampling-layout { display: grid; grid-template-columns: .85fr 1.15fr; gap: 80px; align-items: center; }
.yx-solutions__sampling h2 { margin: 0; font-size: clamp(36px, 3vw, 52px); line-height: 1.28; }
.yx-solutions__sampling p:not(.yx-solutions__eyebrow) { color: var(--yx-muted); }
.yx-solutions__sample-options { display: grid; grid-template-columns: repeat(2,1fr); gap: 18px; }
.yx-solutions__sample-options a { display: flex; min-height: 210px; padding: 32px; flex-direction: column; border: 1px solid #c9d6ce; background: rgba(255,255,255,.72); }
.yx-solutions__sample-options small { color: var(--yx-gold); font-weight: 700; }
.yx-solutions__sample-options strong { margin: 35px 0 8px; color: var(--yx-green-deep); font-family: Georgia,"Noto Serif SC",serif; font-size: 28px; font-weight: 500; }
.yx-solutions__sample-options span { color: var(--yx-muted); font-size: 14px; }

.yx-solutions__boundaries { background: var(--yx-green-deep); color: #fff; }
.yx-solutions__boundary-layout { display: grid; grid-template-columns: .8fr 1.2fr; gap: 100px; align-items: start; }
.yx-solutions__boundaries h2 { margin: 0; color: #fff; font-size: clamp(38px, 3.2vw, 56px); line-height: 1.25; }
.yx-solutions__boundaries ul { margin: 0; padding: 0; list-style: none; }
.yx-solutions__boundaries li { padding: 19px 0; border-bottom: 1px solid rgba(255,255,255,.18); color: rgba(255,255,255,.8); font-size: 17px; }

.yx-solutions__related { background: #fff; }
.yx-solutions__related-grid { display: grid; grid-template-columns: repeat(4,1fr); gap: 18px; }
.yx-solutions__related-grid > a { display: flex; min-height: 270px; padding: 30px; flex-direction: column; border-top: 3px solid var(--yx-green); background: #f7f8f5; transition: .25s ease; }
.yx-solutions__related-grid > a:hover { background: #eef3ef; transform: translateY(-4px); }
.yx-solutions__related-grid small { color: var(--yx-gold); font-weight: 700; }
.yx-solutions__related-grid strong { margin: 28px 0 8px; color: var(--yx-green-deep); font-family: Georgia,"Noto Serif SC",serif; font-size: 24px; font-weight: 500; }
.yx-solutions__related-grid p { color: var(--yx-muted); font-size: 14px; }
.yx-solutions__related-grid i { margin-top: auto; color: var(--yx-green); font-style: normal; font-weight: 700; }
.yx-solutions__reading { display: grid; grid-template-columns: 320px 1fr; gap: 50px; margin-top: 60px; padding-top: 36px; border-top: 1px solid var(--yx-line); }
.yx-solutions__reading small { color: var(--yx-gold); font-weight: 700; letter-spacing: .15em; }
.yx-solutions__reading h3 { margin: 8px 0 0; font-size: 26px; }
.yx-solutions__reading ul { margin: 0; padding: 0; list-style: none; }
.yx-solutions__reading li { border-bottom: 1px solid var(--yx-line); }
.yx-solutions__reading li a { display: grid; grid-template-columns: minmax(220px,.8fr) 1.2fr; gap: 30px; padding: 18px 0; }
.yx-solutions__reading li strong { color: var(--yx-green-deep); }
.yx-solutions__reading li span { color: var(--yx-muted); font-size: 14px; }

.yx-solutions__contact { padding: 100px 0 0; background: #f4f7f5; }
.yx-solutions__contact > .yx-solutions__container > header { display: grid; grid-template-columns: .8fr 1.2fr; gap: 40px; margin-bottom: 40px; }
.yx-solutions__contact h2 { margin: 0; font-size: clamp(38px,3.2vw,54px); line-height: 1.25; }
.yx-solutions__contact header > span { align-self: end; color: var(--yx-muted); font-size: 17px; }
.yx-solutions__contact .yx-lead-section { margin-left: calc(50% - 50vw); width: 100vw; padding-top: 54px; }
.yx-solutions__contact .yx-lead-copy h2 { font-family: inherit; font-size: 28px; font-weight: 700; }

/* Shared scene landing pages. */
.yx-solutions__scene-hero { position: relative; min-height: 680px; overflow: hidden; background: #173f35; color: #fff; }
.yx-solutions__scene-hero::after { position: absolute; inset: 0; z-index: 0; background: linear-gradient(90deg, rgba(17,52,43,.94), rgba(17,52,43,.72) 46%, rgba(17,52,43,.18)); content: ""; }
.yx-solutions__scene-hero > img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; filter: saturate(.9) contrast(1.02) brightness(1.04); }
.yx-solutions__scene-hero > div { position: relative; z-index: 1; display: flex; min-height: 680px; padding: 90px 0; flex-direction: column; justify-content: center; }
.yx-solutions__scene-hero h1 { max-width: 980px; margin: 0 0 18px; color: #fff; font-size: clamp(47px,4.7vw,76px); line-height: 1.14; letter-spacing: -.05em; }
.yx-solutions__scene-hero h2 { max-width: 900px; margin: 0; color: rgba(255,255,255,.92); font-size: clamp(25px,2.2vw,36px); line-height: 1.5; }
.yx-solutions__scene-hero > div > p:not(.yx-solutions__eyebrow) { max-width: 800px; margin: 26px 0 0; color: rgba(255,255,255,.74); font-size: 17px; }
.yx-solutions__scene-hero > div > div { display: flex; gap: 14px; margin-top: 36px; }
.yx-solutions__scene-hero .yx-solutions__button--outline { border-color: rgba(255,255,255,.65); background: transparent; color: #fff; }
.yx-solutions__scene-diagnosis { background: #fff; }
.yx-solutions__diagnosis-grid { display: grid; grid-template-columns: repeat(2,1fr); gap: 24px; }
.yx-solutions__diagnosis-grid article { padding: 42px; border: 1px solid var(--yx-line); background: #f8faf7; }
.yx-solutions__diagnosis-grid small { color: var(--yx-gold); font-weight: 700; }
.yx-solutions__diagnosis-grid ul { margin: 28px 0 0; padding: 0; list-style: none; }
.yx-solutions__diagnosis-grid li { padding: 13px 0; border-bottom: 1px solid var(--yx-line); color: #4f6058; }
.yx-solutions__medical-boundary { margin-top: 26px; padding: 28px 32px; border-left: 4px solid var(--yx-gold); background: #f4eee4; }
.yx-solutions__medical-boundary strong { color: #684d28; }
.yx-solutions__medical-boundary p { margin: 8px 0 0; color: #6f6353; }
.yx-solutions__scene-map { background: #f3f6f3; }
.yx-solutions__zone-grid { display: grid; grid-template-columns: repeat(5,1fr); border-top: 1px solid var(--yx-line); border-left: 1px solid var(--yx-line); }
.yx-solutions__zone-grid article { min-height: 260px; padding: 30px; border-right: 1px solid var(--yx-line); border-bottom: 1px solid var(--yx-line); background: #fff; }
.yx-solutions__zone-grid span { color: var(--yx-gold); font-size: 12px; }
.yx-solutions__zone-grid strong { display: block; margin: 54px 0 10px; color: var(--yx-green-deep); font-size: 18px; }
.yx-solutions__zone-grid p { color: var(--yx-muted); font-size: 13px; }
.yx-solutions__scene-scents { background: #fff; }
.yx-solutions__scene-scent-layout { display: grid; grid-template-columns: .85fr 1.15fr; gap: 90px; align-items: center; }
.yx-solutions__scene-scent-layout h2 { margin: 0; font-size: clamp(40px,3.4vw,58px); line-height: 1.28; }
.yx-solutions__scene-scent-layout > div:last-child { display: grid; grid-template-columns: repeat(2,1fr); border-top: 1px solid var(--yx-line); border-left: 1px solid var(--yx-line); }
.yx-solutions__scene-scent-layout > div:last-child > span { display: flex; min-height: 150px; padding: 25px; gap: 24px; align-items: center; border-right: 1px solid var(--yx-line); border-bottom: 1px solid var(--yx-line); }
.yx-solutions__scene-scent-layout small { color: var(--yx-gold); }
.yx-solutions__scene-scent-layout strong { color: var(--yx-green-deep); font-family: Georgia,"Noto Serif SC",serif; font-size: 22px; font-weight: 500; }
.yx-solutions__scene-case { background: var(--yx-paper); }
.yx-solutions__scene-case-layout { display: grid; grid-template-columns: 1.1fr .9fr; gap: 80px; align-items: center; }
.yx-solutions__scene-case-layout img { width: 100%; aspect-ratio: 1.5; object-fit: cover; }
.yx-solutions__scene-case-layout h2 { margin: 0; font-size: clamp(38px,3.2vw,54px); }
.yx-solutions__scene-case-layout p:not(.yx-solutions__eyebrow) { color: var(--yx-muted); font-size: 17px; }

@media (max-width: 1180px) {
    .yx-solutions__container { width: min(100% - 48px, 1100px); }
    .yx-solutions__hero-layout { grid-template-columns: 1fr; }
    .yx-solutions__hero-notes { display: none; }
    .yx-solutions__need-grid { grid-template-columns: repeat(2,1fr); }
    .yx-solutions__featured-layout, .yx-solutions__sampling-layout, .yx-solutions__scene-scent-layout, .yx-solutions__scene-case-layout { grid-template-columns: 1fr; }
    .yx-solutions__method-framework { grid-template-columns: 1fr; gap: 32px; }
    .yx-solutions__method-layer { min-height: 0; }
    .yx-solutions__featured figure { width: 100%; min-height: 500px; margin: 0; }
    .yx-solutions__featured-layout > div { padding: 70px 0; }
    .yx-solutions__scene-panels article { grid-template-columns: 1fr; }
    .yx-solutions__scene-panels article > img { min-height: 420px; order: -1; }
    .yx-solutions__zone-grid { grid-template-columns: repeat(3,1fr); }
    .yx-solutions__related-grid { grid-template-columns: repeat(2,1fr); }
}

@media (max-width: 760px) {
    .yx-solutions { font-size: 15px; }
    .yx-solutions__container { width: min(100% - 32px, 680px); }
    .yx-solutions__section { padding: 72px 0; }
    .yx-solutions__heading, .yx-solutions__boundary-layout, .yx-solutions__contact > .yx-solutions__container > header, .yx-solutions__reading { grid-template-columns: 1fr; gap: 20px; }
    .yx-solutions__heading { margin-bottom: 34px; }
    .yx-solutions__heading h2 { font-size: 34px; }
    .yx-solutions__hero, .yx-solutions__hero-layout { min-height: 680px; }
    .yx-solutions__hero-layout { padding: 70px 0; }
    .yx-solutions__hero-copy h2 { font-size: 47px; }
    .yx-solutions__hero-media::after { background: linear-gradient(90deg, rgba(247,249,247,.98), rgba(247,249,247,.84)); }
    .yx-solutions__quick { position: relative; overflow-x: auto; }
    .yx-solutions__quick > div { width: max-content; justify-content: flex-start; padding-right: 20px; padding-left: 20px; }
    .yx-solutions__need-grid, .yx-solutions__level-grid, .yx-solutions__delivery-grid, .yx-solutions__case-grid, .yx-solutions__sample-options, .yx-solutions__diagnosis-grid, .yx-solutions__zone-grid { grid-template-columns: 1fr; }
    .yx-solutions__need-grid > a { min-height: 240px; }
    .yx-solutions__need-grid h3 { margin-top: 32px; }
    .yx-solutions__method-framework, .yx-solutions__method-steps { grid-template-columns: 1fr; }
    .yx-solutions__method-layer { min-height: 0; padding: 28px 26px 25px; }
    .yx-solutions__method-steps li { min-height: 0; border-right: 0; border-bottom: 1px solid var(--yx-method-border); }
    .yx-solutions__method-steps li:last-child { border-bottom: 0; }
    .yx-solutions__method-heading { margin-bottom: 38px; text-align: left; }
    .yx-solutions__method-heading h2 { font-size: 36px; }
    .yx-solutions__method-heading > span { font-size: 16px; }
    .yx-solutions__featured ul { grid-template-columns: 1fr; }
    .yx-solutions__scene-tabs { display: flex; overflow-x: auto; }
    .yx-solutions__scene-tabs button { min-width: 170px; }
    .yx-solutions__scene-panels article > div { padding: 32px 24px; }
    .yx-solutions__scene-panels article > img { min-height: 280px; }
    .yx-solutions__level-grid article { min-height: 270px; }
    .yx-solutions__level-grid h3 { margin-top: 42px; }
    .yx-solutions__related-grid { grid-template-columns: 1fr; }
    .yx-solutions__reading li a { grid-template-columns: 1fr; gap: 7px; }
    .yx-solutions__scene-hero, .yx-solutions__scene-hero > div { min-height: 650px; }
    .yx-solutions__scene-hero h1 { font-size: 45px; }
    .yx-solutions__scene-hero h2 { font-size: 24px; }
    .yx-solutions__scene-hero > div > div { flex-direction: column; align-items: stretch; }
    .yx-solutions__scene-scent-layout > div:last-child { grid-template-columns: 1fr; }
    .yx-solutions__contact { padding-top: 70px; }
}

/* Solution hub V2: a continuous editorial decision page, not a card wall. */
.yx-solutions--hub-v2 {
    --yx-green: #355f50;
    --yx-green-deep: #23483d;
    --yx-green-soft: #edf3ef;
    --yx-ink: #26332e;
    --yx-muted: #68756f;
    --yx-gold: #b7833e;
    --yx-paper: #f8f6f1;
    --yx-line: #d9e2dc;
    background: #fff;
}

body.category-xxhy .bread,
body.category-xxhy .submenu-nav.header-sub,
body.category-xxhy .archive-header,
body.category-xxhy .cat-des {
    display: none !important;
}

.yx-solutions--hub-v2 .yx-solutions__container {
    width: min(1280px, calc(100% - 64px));
}

.yx-solutions--hub-v2 .yx-solutions__section {
    padding: 96px 0;
}

.yx-solutions--hub-v2 .yx-solutions__hero {
    min-height: 720px;
    background: #f3f5f2;
}

.yx-solutions--hub-v2 .yx-solutions__hero-media::after {
    background:
        linear-gradient(90deg, rgba(250,251,249,.99) 0%, rgba(250,251,249,.96) 35%, rgba(250,251,249,.58) 56%, rgba(250,251,249,.08) 82%),
        linear-gradient(0deg, rgba(36,72,61,.04), rgba(36,72,61,.04));
}

.yx-solutions--hub-v2 .yx-solutions__hero-media img {
    object-position: 64% center;
    filter: saturate(.92) contrast(1.02) brightness(1.07);
}

.yx-solutions--hub-v2 .yx-solutions__hero-layout {
    min-height: 625px;
    padding: 72px 0 115px;
    grid-template-columns: minmax(500px, 650px) 1fr;
}

.yx-solutions--hub-v2 .yx-solutions__hero-copy {
    max-width: 650px;
}

.yx-solutions--hub-v2 .yx-solutions__hero-copy h1 {
    max-width: 650px;
    margin: 0;
    color: var(--yx-green-deep);
    font-size: clamp(48px, 4.1vw, 68px);
    line-height: 1.14;
    letter-spacing: -.055em;
}

.yx-solutions--hub-v2 .yx-solutions__hero-copy h2 {
    max-width: 620px;
    margin: 24px 0 0;
    color: #334c43;
    font-family: inherit;
    font-size: clamp(22px, 1.8vw, 29px);
    font-weight: 600;
    line-height: 1.55;
    letter-spacing: -.02em;
}

.yx-solutions--hub-v2 .yx-solutions__hero-copy > p:not(.yx-solutions__eyebrow) {
    max-width: 610px;
    margin-top: 20px;
    color: #627069;
    font-size: 17px;
    line-height: 1.9;
}

.yx-solutions--hub-v2 .yx-solutions__hero-copy > div {
    margin-top: 30px;
}

.yx-solutions--hub-v2 .yx-solutions__button {
    min-height: 56px;
    padding: 14px 29px;
    border-radius: 2px;
}

.yx-solutions--hub-v2 .yx-solutions__service-rail {
    position: relative;
    z-index: 3;
    display: grid;
    grid-template-columns: repeat(6, 1fr);
    margin-top: -82px;
    border: 1px solid rgba(70,97,87,.14);
    border-radius: 12px;
    background: rgba(255,255,255,.94);
    box-shadow: 0 18px 44px rgba(35,72,61,.09);
    backdrop-filter: blur(15px);
}

.yx-solutions--hub-v2 .yx-solutions__service-rail a {
    display: flex;
    min-height: 82px;
    padding: 19px 14px;
    align-items: center;
    justify-content: center;
    gap: 9px;
    border-right: 1px solid var(--yx-line);
    color: #42564d;
    font-size: 14px;
    font-weight: 700;
}

.yx-solutions--hub-v2 .yx-solutions__service-rail a:last-child {
    border-right: 0;
}

.yx-solutions--hub-v2 .yx-solutions__service-rail a:hover,
.yx-solutions--hub-v2 .yx-solutions__service-rail a:focus {
    background: #f4f7f4;
    color: var(--yx-green-deep);
}

.yx-solutions--hub-v2 .yx-solutions__service-rail span {
    color: var(--yx-gold);
    font-size: 11px;
}

.yx-solutions--hub-v2 .yx-solutions__brand-logo {
    padding-top: 116px;
    background: #fff;
}

.yx-solutions--hub-v2 .yx-solutions__editorial-heading {
    display: grid;
    grid-template-columns: minmax(0, 1.05fr) minmax(360px, .65fr);
    gap: 90px;
    align-items: end;
    margin-bottom: 55px;
}

.yx-solutions--hub-v2 .yx-solutions__editorial-heading > div > p,
.yx-solutions--hub-v2 .yx-solutions__project-modes header > p,
.yx-solutions--hub-v2 .yx-solutions__lifestyle header > p {
    margin: 0 0 14px;
    color: var(--yx-gold);
    font-size: 12px;
    font-weight: 700;
    letter-spacing: .2em;
}

.yx-solutions--hub-v2 .yx-solutions__editorial-heading h2 {
    max-width: 760px;
    margin: 0;
    font-size: clamp(39px, 3.3vw, 54px);
    line-height: 1.25;
}

.yx-solutions--hub-v2 .yx-solutions__editorial-heading > p {
    margin: 0;
    color: var(--yx-muted);
    font-size: 17px;
    line-height: 1.95;
}

.yx-solutions--hub-v2 .yx-solutions__outcomes {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    border-top: 1px solid var(--yx-line);
    border-bottom: 1px solid var(--yx-line);
}

.yx-solutions--hub-v2 .yx-solutions__outcomes article {
    min-height: 235px;
    padding: 32px 28px 30px;
    border-right: 1px solid var(--yx-line);
}

.yx-solutions--hub-v2 .yx-solutions__outcomes article:last-child {
    border-right: 0;
}

.yx-solutions--hub-v2 .yx-solutions__outcomes span {
    color: var(--yx-gold);
    font-size: 12px;
    font-weight: 700;
}

.yx-solutions--hub-v2 .yx-solutions__outcomes h3 {
    margin: 43px 0 10px;
    font-size: 24px;
}

.yx-solutions--hub-v2 .yx-solutions__outcomes p {
    margin: 0;
    color: var(--yx-muted);
    font-size: 14px;
    line-height: 1.85;
}

.yx-solutions--hub-v2 .yx-solutions__process {
    background: var(--yx-paper);
}

.yx-solutions--hub-v2 .yx-solutions__process-list {
    position: relative;
    display: grid;
    grid-template-columns: repeat(6, 1fr);
    margin: 0;
    padding: 0;
    border-top: 1px solid #d9d7cd;
    border-bottom: 1px solid #d9d7cd;
    list-style: none;
}

.yx-solutions--hub-v2 .yx-solutions__process-list::before {
    position: absolute;
    top: 49px;
    right: 7%;
    left: 7%;
    height: 1px;
    background: #a7b6ae;
    content: "";
}

.yx-solutions--hub-v2 .yx-solutions__process-list li {
    position: relative;
    z-index: 1;
    min-height: 310px;
    padding: 28px 22px;
    border-right: 1px solid #dedcd2;
    background: var(--yx-paper);
}

.yx-solutions--hub-v2 .yx-solutions__process-list li:last-child {
    border-right: 0;
}

.yx-solutions--hub-v2 .yx-solutions__process-list li > span {
    display: flex;
    width: 44px;
    height: 44px;
    align-items: center;
    justify-content: center;
    border: 1px solid #9cb0a6;
    border-radius: 50%;
    background: var(--yx-paper);
    color: var(--yx-gold);
    font-size: 12px;
    font-weight: 700;
}

.yx-solutions--hub-v2 .yx-solutions__process-list h3 {
    margin: 38px 0 9px;
    font-size: 21px;
}

.yx-solutions--hub-v2 .yx-solutions__process-list p {
    margin: 0;
    color: var(--yx-muted);
    font-size: 13px;
    line-height: 1.75;
}

.yx-solutions--hub-v2 .yx-solutions__process-list strong {
    display: block;
    margin-top: 18px;
    padding-top: 15px;
    border-top: 1px solid #e0ded5;
    color: #3d594d;
    font-size: 13px;
}

.yx-solutions--hub-v2 .yx-solutions__process-conclusion {
    max-width: 1100px;
    margin: 34px auto 0;
    padding: 19px 30px;
    border-left: 3px solid var(--yx-gold);
    background: rgba(255,255,255,.68);
    color: #44574f;
    font-size: 16px;
    line-height: 1.9;
    text-align: center;
}

.yx-solutions--hub-v2 .yx-solutions__scenes {
    background: #fff;
}

.yx-solutions--hub-v2 .yx-solutions__scene-system {
    display: grid;
    grid-template-columns: 220px minmax(0, 1fr);
    border: 1px solid var(--yx-line);
}

.yx-solutions--hub-v2 .yx-solutions__scene-tabs {
    display: flex;
    grid-template-columns: none;
    flex-direction: column;
    border-right: 1px solid var(--yx-line);
    border-bottom: 0;
    background: #f6f7f4;
}

.yx-solutions--hub-v2 .yx-solutions__scene-tabs button,
.yx-solutions--hub-v2 .yx-solutions__special-space {
    position: relative;
    display: flex;
    min-height: 82px;
    padding: 17px 22px;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    border: 0;
    border-right: 0;
    border-bottom: 1px solid var(--yx-line);
    background: transparent;
    text-align: left;
}

.yx-solutions--hub-v2 .yx-solutions__scene-tabs button::after {
    position: absolute;
    right: 20px;
    color: #8a9891;
    content: "→";
}

.yx-solutions--hub-v2 .yx-solutions__scene-tabs button small,
.yx-solutions--hub-v2 .yx-solutions__special-space small {
    margin-bottom: 4px;
    color: var(--yx-gold);
    font-size: 10px;
    font-weight: 700;
    letter-spacing: .1em;
}

.yx-solutions--hub-v2 .yx-solutions__scene-tabs button span,
.yx-solutions--hub-v2 .yx-solutions__special-space span {
    font-size: 15px;
    font-weight: 700;
}

.yx-solutions--hub-v2 .yx-solutions__scene-tabs button[aria-selected="true"] {
    background: #567666;
    color: #fff;
}

.yx-solutions--hub-v2 .yx-solutions__scene-tabs button[aria-selected="true"] small,
.yx-solutions--hub-v2 .yx-solutions__scene-tabs button[aria-selected="true"]::after {
    color: #eed9ae;
}

.yx-solutions--hub-v2 .yx-solutions__special-space {
    margin-top: auto;
    border-top: 1px solid #cbd6d0;
    border-bottom: 0;
    color: #4c6258;
}

.yx-solutions--hub-v2 .yx-solutions__special-space:hover {
    background: #edf2ee;
}

.yx-solutions--hub-v2 .yx-solutions__scene-panels article {
    grid-template-columns: minmax(0, 1.12fr) minmax(370px, .88fr);
    min-height: 590px;
}

.yx-solutions--hub-v2 .yx-solutions__scene-panels article > img {
    min-height: 590px;
    order: 0;
}

.yx-solutions--hub-v2 .yx-solutions__scene-panels article > div {
    padding: 55px 46px;
}

.yx-solutions--hub-v2 .yx-solutions__scene-panels h3 {
    margin: 14px 0;
    font-size: clamp(31px, 2.6vw, 42px);
}

.yx-solutions--hub-v2 .yx-solutions__scene-panels dl {
    margin: 25px 0 28px;
}

.yx-solutions--hub-v2 .yx-solutions__scene-panels dl > div {
    grid-template-columns: 78px 1fr;
    padding: 10px 0;
}

.yx-solutions--hub-v2 .yx-solutions__scene-actions {
    display: flex;
    gap: 17px;
    align-items: center;
    flex-wrap: wrap;
}

.yx-solutions--hub-v2 .yx-solutions__scene-actions .yx-solutions__text-link {
    max-width: 220px;
    font-size: 13px;
}

.yx-solutions--hub-v2 .yx-solutions__project-modes {
    padding: 84px 0;
    background: #eef3ef;
}

.yx-solutions--hub-v2 .yx-solutions__project-modes > .yx-solutions__container {
    display: grid;
    grid-template-columns: minmax(300px, .65fr) 1.35fr;
    gap: 70px;
}

.yx-solutions--hub-v2 .yx-solutions__project-modes h2,
.yx-solutions--hub-v2 .yx-solutions__lifestyle h2 {
    margin: 0;
    font-size: clamp(35px, 3vw, 48px);
    line-height: 1.3;
}

.yx-solutions--hub-v2 .yx-solutions__project-modes > .yx-solutions__container > div {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    border-top: 1px solid #becdc5;
}

.yx-solutions--hub-v2 .yx-solutions__project-modes article {
    padding: 25px 25px 5px;
    border-right: 1px solid #cbd6d0;
}

.yx-solutions--hub-v2 .yx-solutions__project-modes article:last-child {
    border-right: 0;
}

.yx-solutions--hub-v2 .yx-solutions__project-modes article > span {
    color: var(--yx-gold);
    font-size: 11px;
    font-weight: 700;
}

.yx-solutions--hub-v2 .yx-solutions__project-modes h3 {
    margin: 24px 0 9px;
    font-size: 21px;
}

.yx-solutions--hub-v2 .yx-solutions__project-modes article p {
    margin: 0;
    color: var(--yx-muted);
    font-size: 13px;
    line-height: 1.8;
}

.yx-solutions--hub-v2 .yx-solutions__sampling {
    padding: 90px 0;
    background:
        radial-gradient(circle at 92% 18%, rgba(183,131,62,.12), transparent 27%),
        linear-gradient(105deg, #f7f5ee, #eef3ef);
}

.yx-solutions--hub-v2 .yx-solutions__sampling-layout {
    grid-template-columns: .82fr 1.18fr;
    gap: 75px;
}

.yx-solutions--hub-v2 .yx-solutions__sample-options {
    gap: 0;
    border-top: 1px solid #c7d2cc;
    border-bottom: 1px solid #c7d2cc;
}

.yx-solutions--hub-v2 .yx-solutions__sample-options a {
    min-height: 245px;
    padding: 30px 32px;
    border: 0;
    border-right: 1px solid #c7d2cc;
    background: rgba(255,255,255,.42);
    transition: .25s ease;
}

.yx-solutions--hub-v2 .yx-solutions__sample-options a:last-child {
    border-right: 0;
}

.yx-solutions--hub-v2 .yx-solutions__sample-options a:hover {
    background: rgba(255,255,255,.85);
}

.yx-solutions--hub-v2 .yx-solutions__sample-options strong {
    margin: 28px 0 8px;
    font-size: 27px;
}

.yx-solutions--hub-v2 .yx-solutions__sample-options i {
    margin-top: auto;
    color: var(--yx-green-deep);
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
}

.yx-solutions--hub-v2 .yx-solutions__proof {
    background: #fff;
}

.yx-solutions--hub-v2 .yx-solutions__proof-layout {
    display: grid;
    grid-template-columns: .62fr 1.18fr 1.18fr;
    border-top: 1px solid var(--yx-line);
    border-bottom: 1px solid var(--yx-line);
}

.yx-solutions--hub-v2 .yx-solutions__deliverable-list {
    padding: 28px 30px 20px 0;
}

.yx-solutions--hub-v2 .yx-solutions__deliverable-list p {
    display: flex;
    margin: 0;
    padding: 17px 0;
    gap: 11px;
    align-items: center;
    border-bottom: 1px solid var(--yx-line);
    color: #40564c;
    font-size: 17px;
    line-height: 1.65;
    font-weight: 700;
}

.yx-solutions--hub-v2 .yx-solutions__deliverable-list span {
    display: inline-flex;
    width: 22px;
    height: 22px;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background: #e5eee8;
    color: var(--yx-green);
    font-size: 12px;
}

.yx-solutions--hub-v2 .yx-solutions__proof-case {
    display: grid;
    grid-template-rows: 230px 1fr;
    border-left: 1px solid var(--yx-line);
}

.yx-solutions--hub-v2 .yx-solutions__proof-case img {
    width: 100%;
    height: 230px;
    object-fit: cover;
}

.yx-solutions--hub-v2 .yx-solutions__proof-case > span {
    display: block;
    padding: 25px 28px 30px;
}

.yx-solutions--hub-v2 .yx-solutions__proof-case small {
    color: var(--yx-gold);
    font-size: 11px;
    font-weight: 700;
}

.yx-solutions--hub-v2 .yx-solutions__proof-case strong {
    display: block;
    margin: 7px 0;
    color: var(--yx-green-deep);
    font-family: Georgia, "Noto Serif SC", serif;
    font-size: 23px;
    font-weight: 500;
}

.yx-solutions--hub-v2 .yx-solutions__proof-case p {
    margin: 0 0 13px;
    color: var(--yx-muted);
    font-size: 13px;
}

.yx-solutions--hub-v2 .yx-solutions__proof-case i {
    color: var(--yx-green);
    font-size: 13px;
    font-style: normal;
    font-weight: 700;
}

.yx-solutions--hub-v2 .yx-solutions__lifestyle {
    padding: 88px 0 96px;
    background: var(--yx-paper);
}

.yx-solutions--hub-v2 .yx-solutions__lifestyle header {
    max-width: 850px;
    margin-bottom: 38px;
}

.yx-solutions--hub-v2 .yx-solutions__lifestyle > .yx-solutions__container > div {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 24px;
}

.yx-solutions--hub-v2 .yx-solutions__lifestyle a {
    position: relative;
    display: block;
    min-height: 300px;
    overflow: hidden;
    background: #e8ede9;
}

.yx-solutions--hub-v2 .yx-solutions__lifestyle img {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    filter: saturate(.82) brightness(1.05);
    transition: transform .45s ease;
}

.yx-solutions--hub-v2 .yx-solutions__lifestyle a::after {
    position: absolute;
    inset: 0;
    background: linear-gradient(90deg, rgba(244,247,244,.96), rgba(244,247,244,.72) 45%, rgba(244,247,244,.08));
    content: "";
}

.yx-solutions--hub-v2 .yx-solutions__lifestyle a:hover img {
    transform: scale(1.025);
}

.yx-solutions--hub-v2 .yx-solutions__lifestyle a > span {
    position: relative;
    z-index: 1;
    display: flex;
    width: 62%;
    min-height: 300px;
    padding: 38px;
    flex-direction: column;
    justify-content: center;
}

.yx-solutions--hub-v2 .yx-solutions__lifestyle small {
    color: var(--yx-gold);
    font-weight: 700;
}

.yx-solutions--hub-v2 .yx-solutions__lifestyle strong {
    margin: 15px 0 34px;
    color: var(--yx-green-deep);
    font-family: Georgia, "Noto Serif SC", serif;
    font-size: 28px;
    font-weight: 500;
    line-height: 1.35;
}

.yx-solutions--hub-v2 .yx-solutions__lifestyle i {
    color: var(--yx-green);
    font-style: normal;
    font-weight: 700;
}

.yx-solutions--hub-v2 .yx-solutions__continue {
    border-top: 1px solid var(--yx-line);
    border-bottom: 1px solid var(--yx-line);
    background: #fff;
}

.yx-solutions--hub-v2 .yx-solutions__continue > div {
    display: flex;
    min-height: 82px;
    align-items: center;
    gap: 0;
}

.yx-solutions--hub-v2 .yx-solutions__continue span,
.yx-solutions--hub-v2 .yx-solutions__continue a {
    padding: 12px 25px;
    border-right: 1px solid var(--yx-line);
}

.yx-solutions--hub-v2 .yx-solutions__continue span {
    padding-left: 0;
    color: var(--yx-gold);
    font-size: 12px;
    font-weight: 700;
    letter-spacing: .13em;
}

.yx-solutions--hub-v2 .yx-solutions__continue a {
    color: #4b5f56;
    font-size: 14px;
    font-weight: 700;
}

.yx-solutions--hub-v2 .yx-solutions__continue a:hover {
    color: var(--yx-green-deep);
}

.yx-solutions--hub-v2 .yx-solutions__contact {
    padding-top: 90px;
    background:
        radial-gradient(circle at 90% 30%, rgba(94,129,112,.12), transparent 25%),
        #f3f6f3;
}

@media (max-width: 1120px) {
    .yx-solutions--hub-v2 .yx-solutions__container {
        width: min(100% - 48px, 1000px);
    }

    .yx-solutions--hub-v2 .yx-solutions__hero-layout {
        grid-template-columns: minmax(450px, 620px) 1fr;
    }

    .yx-solutions--hub-v2 .yx-solutions__service-rail {
        grid-template-columns: repeat(3, 1fr);
    }

    .yx-solutions--hub-v2 .yx-solutions__service-rail a:nth-child(3) {
        border-right: 0;
    }

    .yx-solutions--hub-v2 .yx-solutions__service-rail a:nth-child(-n+3) {
        border-bottom: 1px solid var(--yx-line);
    }

    .yx-solutions--hub-v2 .yx-solutions__outcomes {
        grid-template-columns: repeat(2, 1fr);
    }

    .yx-solutions--hub-v2 .yx-solutions__outcomes article:nth-child(2) {
        border-right: 0;
    }

    .yx-solutions--hub-v2 .yx-solutions__outcomes article:nth-child(-n+2) {
        border-bottom: 1px solid var(--yx-line);
    }

    .yx-solutions--hub-v2 .yx-solutions__process-list {
        grid-template-columns: repeat(3, 1fr);
    }

    .yx-solutions--hub-v2 .yx-solutions__process-list::before {
        display: none;
    }

    .yx-solutions--hub-v2 .yx-solutions__process-list li {
        border-bottom: 1px solid #dedcd2;
    }

    .yx-solutions--hub-v2 .yx-solutions__scene-system {
        grid-template-columns: 190px 1fr;
    }

    .yx-solutions--hub-v2 .yx-solutions__scene-panels article {
        grid-template-columns: 1fr;
    }

    .yx-solutions--hub-v2 .yx-solutions__scene-panels article > img {
        min-height: 390px;
        max-height: 440px;
    }

    .yx-solutions--hub-v2 .yx-solutions__project-modes > .yx-solutions__container,
    .yx-solutions--hub-v2 .yx-solutions__sampling-layout {
        grid-template-columns: 1fr;
        gap: 40px;
    }

    .yx-solutions--hub-v2 .yx-solutions__proof-layout {
        grid-template-columns: 1fr 1fr;
    }

    .yx-solutions--hub-v2 .yx-solutions__deliverable-list {
        grid-column: 1 / -1;
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        gap: 0 35px;
        padding-right: 0;
    }

    .yx-solutions--hub-v2 .yx-solutions__proof-case:first-of-type {
        border-left: 0;
    }
}

/* Solution hub V3: align shared modules with the approved full-page master.
 * The hero and floating service rail above are intentionally unchanged. */
.yx-solutions--hub-v2 .yx-solutions__brand-logo,
.yx-solutions--hub-v2 .yx-solutions__process,
.yx-solutions--hub-v2 .yx-solutions__scenes,
.yx-solutions--hub-v2 .yx-solutions__project-modes,
.yx-solutions--hub-v2 .yx-solutions__proof {
    background: #fff;
}

.yx-solutions--hub-v2 .yx-solutions__brand-logo {
    padding: 76px 0 38px;
}

.yx-solutions--hub-v2 .yx-solutions__brand-logo .yx-solutions__editorial-heading {
    display: block;
    margin: 0 auto 34px;
    text-align: center;
}

.yx-solutions--hub-v2 .yx-solutions__brand-logo .yx-solutions__editorial-heading > div > p,
.yx-solutions--hub-v2 .yx-solutions__brand-logo .yx-solutions__editorial-heading > p {
    display: none;
}

.yx-solutions--hub-v2 .yx-solutions__brand-logo .yx-solutions__editorial-heading h2 {
    max-width: none;
    color: #253c34;
    font-size: clamp(32px, 2.55vw, 42px);
    font-weight: 500;
    letter-spacing: -.035em;
}

.yx-solutions--hub-v2 .yx-solutions__outcomes {
    gap: 20px;
    border: 0;
}

.yx-solutions--hub-v2 .yx-solutions__outcomes article {
    min-height: 190px;
    padding: 28px 20px 24px;
    border: 1px solid #dce2de;
    border-radius: 9px;
    background: #fff;
    text-align: center;
    box-shadow: 0 8px 24px rgba(44,70,59,.025);
}

.yx-solutions--hub-v2 .yx-solutions__outcomes article:last-child {
    border-right: 1px solid #dce2de;
}

.yx-solutions--hub-v2 .yx-solutions__outcomes article > i {
    display: inline-flex;
    width: 58px;
    height: 58px;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background: linear-gradient(145deg, #f6f7f3, #ebece5);
    color: #5d7568;
    font-style: normal;
}

.yx-solutions--hub-v2 .yx-solutions__outcomes article > i svg {
    width: 26px;
    height: 26px;
}

.yx-solutions--hub-v2 .yx-solutions__outcomes h3 {
    margin: 16px 0 7px;
    color: #253c34;
    font-family: Georgia, "Noto Serif SC", serif;
    font-size: 20px;
    font-weight: 500;
}

.yx-solutions--hub-v2 .yx-solutions__outcomes p {
    max-width: 225px;
    margin: 0 auto;
    color: #68756f;
    font-size: 13px;
    line-height: 1.7;
}

.yx-solutions--hub-v2 .yx-solutions__process {
    padding: 48px 0 54px;
}

.yx-solutions--hub-v2 .yx-solutions__process .yx-solutions__heading,
.yx-solutions--hub-v2 .yx-solutions__scenes .yx-solutions__heading,
.yx-solutions--hub-v2 .yx-solutions__proof .yx-solutions__heading {
    display: block;
    margin-bottom: 30px;
    text-align: center;
}

.yx-solutions--hub-v2 .yx-solutions__process .yx-solutions__heading p,
.yx-solutions--hub-v2 .yx-solutions__process .yx-solutions__heading > span,
.yx-solutions--hub-v2 .yx-solutions__scenes .yx-solutions__heading p,
.yx-solutions--hub-v2 .yx-solutions__scenes .yx-solutions__heading > span,
.yx-solutions--hub-v2 .yx-solutions__proof .yx-solutions__heading p {
    display: none;
}

.yx-solutions--hub-v2 .yx-solutions__process .yx-solutions__heading h2,
.yx-solutions--hub-v2 .yx-solutions__scenes .yx-solutions__heading h2,
.yx-solutions--hub-v2 .yx-solutions__proof .yx-solutions__heading h2,
.yx-solutions--hub-v2 .yx-solutions__project-modes h2,
.yx-solutions--hub-v2 .yx-solutions__lifestyle h2 {
    color: #253c34;
    font-size: clamp(30px, 2.25vw, 38px);
    font-weight: 500;
    letter-spacing: -.03em;
}

.yx-solutions--hub-v2 .yx-solutions__process-list {
    overflow: visible;
    gap: 0;
    border: 0;
}

.yx-solutions--hub-v2 .yx-solutions__process-list::before {
    top: 86px;
    right: 8%;
    left: 8%;
    height: 1px;
    background: repeating-linear-gradient(90deg, #9dac9f 0 4px, transparent 4px 9px);
}

.yx-solutions--hub-v2 .yx-solutions__process-list li {
    min-height: 150px;
    padding: 0 12px;
    border: 0;
    background: #fff;
    text-align: center;
}

.yx-solutions--hub-v2 .yx-solutions__process-list li:last-child {
    border-right: 0;
}

.yx-solutions--hub-v2 .yx-solutions__process-list li > span {
    display: block;
    width: auto;
    height: auto;
    margin: 0 0 9px;
    border: 0;
    border-radius: 0;
    background: transparent;
    color: #688070;
    font-family: Georgia, serif;
    font-size: 17px;
    font-weight: 500;
}

.yx-solutions--hub-v2 .yx-solutions__process-list li > i {
    position: relative;
    z-index: 2;
    display: inline-flex;
    width: 62px;
    height: 62px;
    align-items: center;
    justify-content: center;
    border: 1px solid #d4dcd6;
    border-radius: 50%;
    background: #fff;
    color: #506d5c;
    font-style: normal;
    box-shadow: 0 0 0 10px #fff;
}

.yx-solutions--hub-v2 .yx-solutions__process-list li > i svg {
    width: 27px;
    height: 27px;
}

.yx-solutions--hub-v2 .yx-solutions__process-list h3 {
    margin: 13px 0 0;
    color: #344a40;
    font-family: inherit;
    font-size: 14px;
    font-weight: 700;
}

.yx-solutions--hub-v2 .yx-solutions__process-conclusion {
    max-width: none;
    margin: 22px 0 0;
    padding: 12px 24px;
    border: 0;
    border-radius: 7px;
    background: linear-gradient(90deg, #f5f3ed, #f7f6f1);
    color: #45584f;
    font-size: 14px;
    line-height: 1.8;
    text-align: center;
}

.yx-solutions--hub-v2 .yx-solutions__scenes {
    padding: 64px 0 50px;
}

.yx-solutions--hub-v2 .yx-solutions__scene-system {
    grid-template-columns: 205px minmax(0, 1fr);
    overflow: hidden;
    border: 1px solid #dce2de;
    border-radius: 10px;
    background: #fff;
    box-shadow: 0 10px 30px rgba(44,70,59,.03);
}

.yx-solutions--hub-v2 .yx-solutions__scene-tabs {
    background: #fbfbf8;
}

.yx-solutions--hub-v2 .yx-solutions__scene-tabs button,
.yx-solutions--hub-v2 .yx-solutions__special-space {
    min-height: 66px;
    padding: 12px 17px;
}

.yx-solutions--hub-v2 .yx-solutions__scene-tabs button::after {
    right: 13px;
}

.yx-solutions--hub-v2 .yx-solutions__scene-tabs button span,
.yx-solutions--hub-v2 .yx-solutions__special-space span {
    font-size: 14px;
}

.yx-solutions--hub-v2 .yx-solutions__scene-tabs button[aria-selected="true"] {
    background: #657b63;
}

.yx-solutions--hub-v2 .yx-solutions__scene-panels article {
    grid-template-columns: minmax(0, 1.2fr) minmax(340px, .8fr);
    min-height: 430px;
}

.yx-solutions--hub-v2 .yx-solutions__scene-panels article > img {
    min-height: 430px;
}

.yx-solutions--hub-v2 .yx-solutions__scene-panels article > div {
    padding: 35px 32px;
}

.yx-solutions--hub-v2 .yx-solutions__scene-panels h3 {
    margin: 8px 0 10px;
    font-size: clamp(25px, 2vw, 33px);
}

.yx-solutions--hub-v2 .yx-solutions__scene-panels article > div > p {
    font-size: 14px;
    line-height: 1.75;
}

.yx-solutions--hub-v2 .yx-solutions__scene-panels dl {
    margin: 17px 0 19px;
}

.yx-solutions--hub-v2 .yx-solutions__scene-panels dl > div {
    padding: 7px 0;
    font-size: 13px;
}

.yx-solutions--hub-v2 .yx-solutions__scene-actions .yx-solutions__button {
    min-height: 44px;
    padding: 10px 20px;
}

.yx-solutions--hub-v2 .yx-solutions__project-modes {
    padding: 48px 0 58px;
    background: #fff;
}

.yx-solutions--hub-v2 .yx-solutions__project-modes > .yx-solutions__container {
    display: block;
}

.yx-solutions--hub-v2 .yx-solutions__project-modes header {
    margin: 0 0 28px;
    text-align: center;
}

.yx-solutions--hub-v2 .yx-solutions__landing-grid,
.yx-solutions--hub-v2 .yx-solutions__project-modes > .yx-solutions__container > .yx-solutions__landing-grid {
    display: grid;
    grid-template-columns: minmax(0, 2.35fr) repeat(3, minmax(150px, .72fr));
    gap: 16px;
    border: 0;
}

.yx-solutions--hub-v2 .yx-solutions__delivery-flow {
    display: grid;
    min-height: 170px;
    padding: 27px 18px;
    grid-template-columns: repeat(6, 1fr);
    align-items: center;
    border: 1px solid #dce2de;
    border-radius: 9px;
    background: #fff;
}

.yx-solutions--hub-v2 .yx-solutions__delivery-flow > span {
    position: relative;
    display: flex;
    min-width: 0;
    flex-direction: column;
    align-items: center;
    color: #42584e;
    text-align: center;
}

.yx-solutions--hub-v2 .yx-solutions__delivery-flow i,
.yx-solutions--hub-v2 .yx-solutions__project-modes article > i {
    display: inline-flex;
    width: 48px;
    height: 48px;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background: #f3f3ee;
    color: #5d7466;
    font-style: normal;
}

.yx-solutions--hub-v2 .yx-solutions__delivery-flow svg,
.yx-solutions--hub-v2 .yx-solutions__project-modes article > i svg {
    width: 23px;
    height: 23px;
}

.yx-solutions--hub-v2 .yx-solutions__delivery-flow strong {
    margin-top: 11px;
    font-size: 12px;
    line-height: 1.45;
}

.yx-solutions--hub-v2 .yx-solutions__delivery-flow b {
    position: absolute;
    top: 19px;
    right: -8px;
    color: #9aa89f;
    font-size: 12px;
    font-weight: 400;
}

.yx-solutions--hub-v2 .yx-solutions__project-modes article {
    display: flex;
    min-height: 170px;
    padding: 24px 14px 20px;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    border: 1px solid #dce2de;
    border-radius: 9px;
    background: #fff;
    text-align: center;
}

.yx-solutions--hub-v2 .yx-solutions__project-modes article:last-child {
    border-right: 1px solid #dce2de;
}

.yx-solutions--hub-v2 .yx-solutions__project-modes h3 {
    margin: 12px 0 5px;
    color: #334b40;
    font-size: 15px;
}

.yx-solutions--hub-v2 .yx-solutions__project-modes article p {
    max-width: 150px;
    margin: 0 auto;
    font-size: 11px;
    line-height: 1.65;
}

.yx-solutions--hub-v2 .yx-solutions__proof {
    padding: 58px 0 68px;
}

.yx-solutions--hub-v2 .yx-solutions__proof .yx-solutions__heading {
    position: relative;
}

.yx-solutions--hub-v2 .yx-solutions__proof .yx-solutions__heading > a {
    position: absolute;
    right: 0;
    bottom: 6px;
    color: #526b5f;
    font-size: 13px;
}

.yx-solutions--hub-v2 .yx-solutions__proof-layout {
    gap: 18px;
    border: 0;
}

.yx-solutions--hub-v2 .yx-solutions__deliverable-list,
.yx-solutions--hub-v2 .yx-solutions__proof-case {
    overflow: hidden;
    border: 1px solid #dce2de;
    border-radius: 9px;
    background: #fff;
}

.yx-solutions--hub-v2 .yx-solutions__deliverable-list {
    padding: 19px 22px;
}

.yx-solutions--hub-v2 .yx-solutions__deliverable-list p {
    padding: 12px 0;
    font-size: 17px;
}

.yx-solutions--hub-v2 .yx-solutions__proof-case {
    grid-template-rows: 176px 1fr;
    border-left: 1px solid #dce2de;
}

.yx-solutions--hub-v2 .yx-solutions__proof-case img {
    height: 176px;
}

.yx-solutions--hub-v2 .yx-solutions__proof-case > span {
    padding: 18px 21px 21px;
}

.yx-solutions--hub-v2 .yx-solutions__proof-case strong {
    font-size: 20px;
}

.yx-solutions--hub-v2 .yx-solutions__lifestyle {
    padding: 56px 0 62px;
    background: linear-gradient(180deg, #f5f4ef, #f7f6f2);
}

.yx-solutions--hub-v2 .yx-solutions__lifestyle header {
    max-width: none;
    margin-bottom: 28px;
    text-align: center;
}

.yx-solutions--hub-v2 .yx-solutions__lifestyle header > p {
    display: none;
}

.yx-solutions--hub-v2 .yx-solutions__lifestyle > .yx-solutions__container > div {
    gap: 20px;
}

.yx-solutions--hub-v2 .yx-solutions__lifestyle a {
    display: grid;
    min-height: 205px;
    grid-template-columns: 44% 56%;
    overflow: hidden;
    border: 1px solid #dfe3df;
    border-radius: 9px;
    background: #fff;
    box-shadow: 0 10px 28px rgba(44,70,59,.025);
}

.yx-solutions--hub-v2 .yx-solutions__lifestyle img {
    position: static;
    width: 100%;
    height: 100%;
    min-height: 205px;
    object-fit: cover;
    filter: saturate(.9) brightness(1.04);
}

.yx-solutions--hub-v2 .yx-solutions__lifestyle a::after {
    display: none;
}

.yx-solutions--hub-v2 .yx-solutions__lifestyle a > span {
    width: auto;
    min-height: 205px;
    padding: 24px 26px;
}

.yx-solutions--hub-v2 .yx-solutions__lifestyle strong {
    margin: 8px 0 8px;
    font-size: 23px;
}

.yx-solutions--hub-v2 .yx-solutions__lifestyle a p {
    margin: 0 0 13px;
    color: #6b7771;
    font-size: 12px;
    line-height: 1.7;
}

.yx-solutions--hub-v2 .yx-solutions__lifestyle i {
    margin-top: auto;
    font-size: 12px;
}

@media (max-width: 1120px) {
    .yx-solutions--hub-v2 .yx-solutions__landing-grid,
    .yx-solutions--hub-v2 .yx-solutions__project-modes > .yx-solutions__container > .yx-solutions__landing-grid {
        grid-template-columns: repeat(3, 1fr);
    }

    .yx-solutions--hub-v2 .yx-solutions__delivery-flow {
        grid-column: 1 / -1;
    }
}

@media (max-width: 760px) {
    .yx-solutions--hub-v2 .yx-solutions__brand-logo {
        padding: 64px 0 28px;
    }

    .yx-solutions--hub-v2 .yx-solutions__brand-logo .yx-solutions__editorial-heading h2,
    .yx-solutions--hub-v2 .yx-solutions__process .yx-solutions__heading h2,
    .yx-solutions--hub-v2 .yx-solutions__scenes .yx-solutions__heading h2,
    .yx-solutions--hub-v2 .yx-solutions__proof .yx-solutions__heading h2,
    .yx-solutions--hub-v2 .yx-solutions__project-modes h2,
    .yx-solutions--hub-v2 .yx-solutions__lifestyle h2 {
        font-size: 29px;
        line-height: 1.35;
    }

    .yx-solutions--hub-v2 .yx-solutions__outcomes {
        grid-template-columns: repeat(2, 1fr);
        gap: 12px;
    }

    .yx-solutions--hub-v2 .yx-solutions__outcomes article,
    .yx-solutions--hub-v2 .yx-solutions__outcomes article:nth-child(2),
    .yx-solutions--hub-v2 .yx-solutions__outcomes article:last-child {
        min-height: 175px;
        padding: 21px 12px;
        border: 1px solid #dce2de;
    }

    .yx-solutions--hub-v2 .yx-solutions__outcomes h3 {
        font-size: 17px;
    }

    .yx-solutions--hub-v2 .yx-solutions__outcomes p {
        font-size: 12px;
    }

    .yx-solutions--hub-v2 .yx-solutions__process {
        padding: 43px 0 50px;
    }

    .yx-solutions--hub-v2 .yx-solutions__process-list {
        display: flex;
        padding: 4px 0 8px;
        overflow-x: auto;
        scroll-snap-type: x proximity;
    }

    .yx-solutions--hub-v2 .yx-solutions__process-list::before {
        display: block;
        top: 89px;
        right: auto;
        left: 55px;
        width: 690px;
    }

    .yx-solutions--hub-v2 .yx-solutions__process-list li {
        min-width: 126px;
        min-height: 148px;
        padding: 0 9px;
        border: 0;
        scroll-snap-align: start;
    }

    .yx-solutions--hub-v2 .yx-solutions__process-list h3 {
        font-size: 13px;
    }

    .yx-solutions--hub-v2 .yx-solutions__process-conclusion {
        padding: 14px 17px;
        font-size: 13px;
        text-align: left;
    }

    .yx-solutions--hub-v2 .yx-solutions__scenes {
        padding: 56px 0 38px;
    }

    .yx-solutions--hub-v2 .yx-solutions__scene-system {
        border-radius: 8px;
    }

    .yx-solutions--hub-v2 .yx-solutions__scene-tabs button,
    .yx-solutions--hub-v2 .yx-solutions__special-space {
        min-width: 155px;
        min-height: 68px;
    }

    .yx-solutions--hub-v2 .yx-solutions__scene-panels article > img {
        min-height: 235px;
        max-height: 235px;
    }

    .yx-solutions--hub-v2 .yx-solutions__scene-panels article > div {
        padding: 27px 20px;
    }

    .yx-solutions--hub-v2 .yx-solutions__project-modes {
        padding: 45px 0 52px;
    }

    .yx-solutions--hub-v2 .yx-solutions__delivery-flow {
        min-height: 0;
        padding: 22px 12px;
        grid-template-columns: repeat(3, 1fr);
        gap: 21px 8px;
    }

    .yx-solutions--hub-v2 .yx-solutions__delivery-flow b {
        display: none;
    }

    .yx-solutions--hub-v2 .yx-solutions__landing-grid,
    .yx-solutions--hub-v2 .yx-solutions__project-modes > .yx-solutions__container > .yx-solutions__landing-grid {
        grid-template-columns: 1fr;
        gap: 12px;
    }

    .yx-solutions--hub-v2 .yx-solutions__project-modes article {
        min-height: 145px;
        padding: 21px;
        border: 1px solid #dce2de;
    }

    .yx-solutions--hub-v2 .yx-solutions__proof {
        padding: 52px 0 60px;
    }

    .yx-solutions--hub-v2 .yx-solutions__proof .yx-solutions__heading > a {
        position: static;
        display: inline-block;
        margin-top: 12px;
    }

    .yx-solutions--hub-v2 .yx-solutions__proof-layout {
        gap: 12px;
    }

    .yx-solutions--hub-v2 .yx-solutions__deliverable-list {
        display: block;
        grid-column: auto;
    }

    .yx-solutions--hub-v2 .yx-solutions__proof-case {
        border: 1px solid #dce2de;
    }

    .yx-solutions--hub-v2 .yx-solutions__lifestyle {
        padding: 50px 0 55px;
    }

    .yx-solutions--hub-v2 .yx-solutions__lifestyle a {
        min-height: 0;
        grid-template-columns: 1fr;
    }

    .yx-solutions--hub-v2 .yx-solutions__lifestyle img {
        min-height: 185px;
        max-height: 185px;
    }

    .yx-solutions--hub-v2 .yx-solutions__lifestyle a > span {
        min-height: 195px;
        padding: 23px;
    }
}

@media (max-width: 760px) {
    .yx-solutions--hub-v2 .yx-solutions__container {
        width: min(100% - 30px, 680px);
    }

    .yx-solutions--hub-v2 .yx-solutions__section {
        padding: 70px 0;
    }

    .yx-solutions--hub-v2 .yx-solutions__hero {
        min-height: 720px;
    }

    .yx-solutions--hub-v2 .yx-solutions__hero-media::after {
        background: linear-gradient(90deg, rgba(249,250,248,.98), rgba(249,250,248,.9));
    }

    .yx-solutions--hub-v2 .yx-solutions__hero-layout {
        min-height: 610px;
        padding: 58px 0 135px;
        grid-template-columns: 1fr;
    }

    .yx-solutions--hub-v2 .yx-solutions__hero-copy h1 {
        font-size: 40px;
        line-height: 1.2;
    }

    .yx-solutions--hub-v2 .yx-solutions__hero-copy h2 {
        font-size: 21px;
    }

    .yx-solutions--hub-v2 .yx-solutions__hero-copy > p:not(.yx-solutions__eyebrow) {
        font-size: 15px;
    }

    .yx-solutions--hub-v2 .yx-solutions__hero-copy > div {
        flex-direction: column;
        align-items: stretch;
    }

    .yx-solutions--hub-v2 .yx-solutions__service-rail {
        display: flex;
        margin-top: -112px;
        overflow-x: auto;
    }

    .yx-solutions--hub-v2 .yx-solutions__service-rail a {
        min-width: 142px;
        border-bottom: 0 !important;
    }

    .yx-solutions--hub-v2 .yx-solutions__editorial-heading {
        grid-template-columns: 1fr;
        gap: 25px;
        margin-bottom: 36px;
    }

    .yx-solutions--hub-v2 .yx-solutions__editorial-heading h2,
    .yx-solutions--hub-v2 .yx-solutions__project-modes h2,
    .yx-solutions--hub-v2 .yx-solutions__lifestyle h2 {
        font-size: 33px;
    }

    .yx-solutions--hub-v2 .yx-solutions__outcomes,
    .yx-solutions--hub-v2 .yx-solutions__process-list {
        grid-template-columns: 1fr;
    }

    .yx-solutions--hub-v2 .yx-solutions__outcomes article {
        min-height: auto;
        padding: 25px 5px;
        border-right: 0;
        border-bottom: 1px solid var(--yx-line);
    }

    .yx-solutions--hub-v2 .yx-solutions__outcomes h3 {
        margin-top: 18px;
    }

    .yx-solutions--hub-v2 .yx-solutions__process-list li {
        min-height: auto;
        padding: 25px 5px;
        border-right: 0;
    }

    .yx-solutions--hub-v2 .yx-solutions__process-list h3 {
        margin-top: 20px;
    }

    .yx-solutions--hub-v2 .yx-solutions__process-conclusion {
        padding: 18px;
        text-align: left;
    }

    .yx-solutions--hub-v2 .yx-solutions__scene-system {
        display: block;
    }

    .yx-solutions--hub-v2 .yx-solutions__scene-tabs {
        display: flex;
        flex-direction: row;
        overflow-x: auto;
        border-right: 0;
        border-bottom: 1px solid var(--yx-line);
    }

    .yx-solutions--hub-v2 .yx-solutions__scene-tabs button,
    .yx-solutions--hub-v2 .yx-solutions__special-space {
        min-width: 165px;
        min-height: 75px;
        border-right: 1px solid var(--yx-line);
        border-bottom: 0;
    }

    .yx-solutions--hub-v2 .yx-solutions__special-space {
        margin-top: 0;
        border-top: 0;
    }

    .yx-solutions--hub-v2 .yx-solutions__scene-panels article > img {
        min-height: 260px;
    }

    .yx-solutions--hub-v2 .yx-solutions__scene-panels article > div {
        padding: 30px 22px;
    }

    .yx-solutions--hub-v2 .yx-solutions__scene-panels h3 {
        font-size: 30px;
    }

    .yx-solutions--hub-v2 .yx-solutions__scene-panels dl > div {
        grid-template-columns: 1fr;
        gap: 3px;
    }

    .yx-solutions--hub-v2 .yx-solutions__project-modes > .yx-solutions__container > div {
        grid-template-columns: 1fr;
    }

    .yx-solutions--hub-v2 .yx-solutions__project-modes article {
        padding: 25px 0;
        border-right: 0;
        border-bottom: 1px solid #cbd6d0;
    }

    .yx-solutions--hub-v2 .yx-solutions__sample-options,
    .yx-solutions--hub-v2 .yx-solutions__proof-layout,
    .yx-solutions--hub-v2 .yx-solutions__deliverable-list,
    .yx-solutions--hub-v2 .yx-solutions__lifestyle > .yx-solutions__container > div {
        grid-template-columns: 1fr;
    }

    .yx-solutions--hub-v2 .yx-solutions__sample-options a {
        border-right: 0;
        border-bottom: 1px solid #c7d2cc;
    }

    .yx-solutions--hub-v2 .yx-solutions__proof-case {
        border-top: 1px solid var(--yx-line);
        border-left: 0;
    }

    .yx-solutions--hub-v2 .yx-solutions__lifestyle a,
    .yx-solutions--hub-v2 .yx-solutions__lifestyle a > span {
        min-height: 280px;
    }

    .yx-solutions--hub-v2 .yx-solutions__continue {
        overflow-x: auto;
    }

    .yx-solutions--hub-v2 .yx-solutions__continue > div {
        width: max-content;
        min-height: 72px;
    }
}

/* Final mobile cascade for the approved master-aligned modules. */
@media (max-width: 760px) {
    .yx-solutions--hub-v2 .yx-solutions__brand-logo {
        padding: 64px 0 28px;
    }

    .yx-solutions--hub-v2 .yx-solutions__brand-logo .yx-solutions__editorial-heading {
        display: block;
        margin-bottom: 30px;
        text-align: center;
    }

    .yx-solutions--hub-v2 .yx-solutions__brand-logo .yx-solutions__editorial-heading h2,
    .yx-solutions--hub-v2 .yx-solutions__process .yx-solutions__heading h2,
    .yx-solutions--hub-v2 .yx-solutions__scenes .yx-solutions__heading h2,
    .yx-solutions--hub-v2 .yx-solutions__proof .yx-solutions__heading h2,
    .yx-solutions--hub-v2 .yx-solutions__project-modes h2,
    .yx-solutions--hub-v2 .yx-solutions__lifestyle h2 {
        font-size: 29px;
        line-height: 1.35;
    }

    .yx-solutions--hub-v2 .yx-solutions__outcomes {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        gap: 12px;
        border: 0;
    }

    .yx-solutions--hub-v2 .yx-solutions__outcomes article,
    .yx-solutions--hub-v2 .yx-solutions__outcomes article:nth-child(2),
    .yx-solutions--hub-v2 .yx-solutions__outcomes article:last-child {
        min-height: 175px;
        padding: 21px 12px;
        border: 1px solid #dce2de;
        border-radius: 9px;
        text-align: center;
    }

    .yx-solutions--hub-v2 .yx-solutions__outcomes h3 {
        margin: 14px 0 7px;
        font-size: 17px;
    }

    .yx-solutions--hub-v2 .yx-solutions__process {
        padding: 43px 0 50px;
    }

    .yx-solutions--hub-v2 .yx-solutions__process-list {
        display: grid;
        padding: 4px 0 8px;
        overflow: visible;
        grid-template-columns: repeat(3, 1fr);
        gap: 20px 4px;
    }

    .yx-solutions--hub-v2 .yx-solutions__process-list::before {
        display: none;
    }

    .yx-solutions--hub-v2 .yx-solutions__process-list li {
        min-width: 0;
        min-height: 148px;
        padding: 0 4px;
        border: 0;
    }

    .yx-solutions--hub-v2 .yx-solutions__process-list h3 {
        margin-top: 13px;
        font-size: 13px;
    }

    .yx-solutions--hub-v2 .yx-solutions__process-conclusion {
        padding: 14px 17px;
        font-size: 13px;
        text-align: left;
    }

    .yx-solutions--hub-v2 .yx-solutions__scene-tabs button,
    .yx-solutions--hub-v2 .yx-solutions__special-space {
        min-width: 155px;
        min-height: 68px;
    }

    .yx-solutions--hub-v2 .yx-solutions__scene-panels article > img {
        min-height: 235px;
        max-height: 235px;
    }

    .yx-solutions--hub-v2 .yx-solutions__scene-panels article > div {
        padding: 27px 20px;
    }

    .yx-solutions--hub-v2 .yx-solutions__landing-grid,
    .yx-solutions--hub-v2 .yx-solutions__project-modes > .yx-solutions__container > .yx-solutions__landing-grid {
        display: grid;
        grid-template-columns: 1fr;
        gap: 12px;
        border: 0;
    }

    .yx-solutions--hub-v2 .yx-solutions__delivery-flow {
        min-height: 0;
        padding: 22px 12px;
        grid-template-columns: repeat(3, 1fr);
        gap: 21px 8px;
    }

    .yx-solutions--hub-v2 .yx-solutions__project-modes article,
    .yx-solutions--hub-v2 .yx-solutions__project-modes article:last-child {
        min-height: 145px;
        padding: 21px;
        border: 1px solid #dce2de;
        border-radius: 9px;
    }

    .yx-solutions--hub-v2 .yx-solutions__proof-layout,
    .yx-solutions--hub-v2 .yx-solutions__deliverable-list,
    .yx-solutions--hub-v2 .yx-solutions__lifestyle > .yx-solutions__container > div {
        grid-template-columns: 1fr;
    }

    .yx-solutions--hub-v2 .yx-solutions__deliverable-list {
        display: block;
        padding: 19px 22px;
    }

    .yx-solutions--hub-v2 .yx-solutions__proof-case {
        border: 1px solid #dce2de;
    }

    .yx-solutions--hub-v2 .yx-solutions__lifestyle a {
        display: grid;
        min-height: 0;
        grid-template-columns: 1fr;
    }

    .yx-solutions--hub-v2 .yx-solutions__lifestyle img {
        min-height: 185px;
        max-height: 185px;
    }

    .yx-solutions--hub-v2 .yx-solutions__lifestyle a > span {
        width: auto;
        min-height: 195px;
        padding: 23px;
    }
}

@media (min-width: 761px) {
    .yx-solutions--hub-v2 .yx-solutions__process-list li {
        background: transparent;
    }

    .yx-solutions--hub-v2 .yx-solutions__process-list li:not(:last-child)::after {
        position: absolute;
        z-index: 3;
        top: 74px;
        right: -5px;
        color: #8fa092;
        content: "→";
        font-size: 13px;
        font-weight: 400;
    }
}

/* Reusable solution icon system and single-line desktop hero title. */
@media (min-width: 1121px) {
    .yx-solutions--hub-v2 .yx-solutions__hero-layout {
        grid-template-columns: minmax(850px, 920px) 1fr;
    }

    .yx-solutions--hub-v2 .yx-solutions__hero-copy,
    .yx-solutions--hub-v2 .yx-solutions__hero-copy h1 {
        max-width: 920px;
    }

    .yx-solutions--hub-v2 .yx-solutions__hero-copy h1 {
        font-size: clamp(48px, 3.25vw, 62px);
        letter-spacing: -.065em;
        white-space: nowrap;
    }
}

@media (min-width: 761px) and (max-width: 1120px) {
    .yx-solutions--hub-v2 .yx-solutions__hero-layout {
        grid-template-columns: minmax(660px, 720px) 1fr;
    }

    .yx-solutions--hub-v2 .yx-solutions__hero-copy,
    .yx-solutions--hub-v2 .yx-solutions__hero-copy h1 {
        max-width: 720px;
    }

    .yx-solutions--hub-v2 .yx-solutions__hero-copy h1 {
        font-size: clamp(40px, 4.2vw, 48px);
        white-space: nowrap;
    }
}

.yx-solutions--hub-v2 .yx-solutions__service-rail a {
    min-height: 96px;
    padding: 13px 10px 12px;
    flex-direction: column;
    gap: 8px;
}

.yx-solutions--hub-v2 .yx-solutions__service-rail a > i {
    display: inline-flex;
    width: 38px;
    height: 38px;
    flex: 0 0 38px;
    align-items: center;
    justify-content: center;
    border: 1px solid #d8dfda;
    border-radius: 50%;
    background: linear-gradient(145deg, #fafaf7, #eceee9);
    color: #587263;
    box-shadow:
        inset 0 0 0 4px rgba(255,255,255,.5),
        0 5px 13px rgba(42,70,58,.06);
    font-style: normal;
    transition: color .2s ease, background .2s ease, transform .2s ease;
}

.yx-solutions--hub-v2 .yx-solutions__service-rail a > i svg {
    width: 19px;
    height: 19px;
}

.yx-solutions--hub-v2 .yx-solutions__service-rail a > strong {
    color: inherit;
    font-size: 13px;
    font-weight: 700;
    line-height: 1.25;
}

.yx-solutions--hub-v2 .yx-solutions__service-rail a:hover > i,
.yx-solutions--hub-v2 .yx-solutions__service-rail a:focus > i {
    border-color: #6f897a;
    background: #607a6a;
    color: #fff;
    transform: translateY(-2px);
}

.yx-solutions--hub-v2 .yx-solutions__outcomes article > i,
.yx-solutions--hub-v2 .yx-solutions__process-list li > i,
.yx-solutions--hub-v2 .yx-solutions__delivery-flow i,
.yx-solutions--hub-v2 .yx-solutions__project-modes article > i {
    border: 1px solid #d7ded9;
    background:
        radial-gradient(circle at 34% 28%, rgba(255,255,255,.96), transparent 42%),
        linear-gradient(145deg, #f7f7f2, #e9ece6);
    color: #526e5e;
    box-shadow:
        inset 0 0 0 4px rgba(255,255,255,.42),
        0 7px 17px rgba(42,70,58,.065);
}

.yx-solutions--hub-v2 .yx-solutions__process-list li > i {
    box-shadow:
        inset 0 0 0 4px rgba(255,255,255,.5),
        0 0 0 10px #fff,
        0 7px 17px rgba(42,70,58,.06);
}

@media (max-width: 760px) {
    .yx-solutions--hub-v2 .yx-solutions__hero-copy h1 {
        white-space: normal;
    }

    .yx-solutions--hub-v2 .yx-solutions__service-rail a {
        min-width: 132px;
        min-height: 92px;
        padding: 12px 8px;
    }

    .yx-solutions--hub-v2 .yx-solutions__service-rail a > strong {
        font-size: 12px;
    }
}

/* Brand-value cards: larger reusable icons and clearer interaction feedback. */
.yx-solutions--hub-v2 .yx-solutions__brand-logo .yx-solutions__editorial-heading > p {
    display: block;
    max-width: 1040px;
    margin: 20px auto 0;
    color: #66746d;
    font-size: 16px;
    line-height: 1.9;
    text-align: center;
}

.yx-solutions--hub-v2 .yx-solutions__brand-logo .yx-solutions__editorial-heading {
    margin-bottom: 38px;
}

.yx-solutions--hub-v2 .yx-solutions__outcomes article {
    min-height: 230px;
    padding: 30px 24px 27px;
    transition:
        transform .3s cubic-bezier(.2,.75,.25,1),
        border-color .3s ease,
        box-shadow .3s ease,
        background-color .3s ease;
}

.yx-solutions--hub-v2 .yx-solutions__outcomes article > i {
    width: 80px;
    height: 80px;
    border-color: #cfdbd3;
    color: #496c59;
    box-shadow:
        inset 0 0 0 6px rgba(255,255,255,.48),
        0 10px 24px rgba(42,70,58,.09);
    transition:
        color .3s ease,
        background .3s ease,
        border-color .3s ease,
        box-shadow .3s ease,
        transform .35s cubic-bezier(.2,.75,.25,1);
}

.yx-solutions--hub-v2 .yx-solutions__outcomes article > i svg {
    width: 37px;
    height: 37px;
    transition: transform .35s cubic-bezier(.2,.75,.25,1);
}

.yx-solutions--hub-v2 .yx-solutions__outcomes h3 {
    margin-top: 20px;
    transition: color .25s ease;
}

.yx-solutions--hub-v2 .yx-solutions__outcomes article:hover,
.yx-solutions--hub-v2 .yx-solutions__outcomes article:focus-within {
    border-color: #8fa89a;
    background: #fbfcfa;
    box-shadow: 0 20px 42px rgba(42,70,58,.11);
    transform: translateY(-8px);
}

.yx-solutions--hub-v2 .yx-solutions__outcomes article:hover > i,
.yx-solutions--hub-v2 .yx-solutions__outcomes article:focus-within > i {
    border-color: #d5b36f;
    background:
        radial-gradient(circle at 34% 28%, rgba(255,255,255,.22), transparent 40%),
        linear-gradient(145deg, #6d8978, #3f6654);
    color: #fff;
    box-shadow:
        inset 0 0 0 6px rgba(255,255,255,.08),
        0 14px 30px rgba(42,70,58,.2);
    transform: translateY(-4px) scale(1.06);
}

.yx-solutions--hub-v2 .yx-solutions__outcomes article:hover > i svg,
.yx-solutions--hub-v2 .yx-solutions__outcomes article:focus-within > i svg {
    transform: scale(1.08) rotate(-3deg);
}

.yx-solutions--hub-v2 .yx-solutions__outcomes article:hover h3,
.yx-solutions--hub-v2 .yx-solutions__outcomes article:focus-within h3 {
    color: #315947;
}

@media (max-width: 760px) {
    .yx-solutions--hub-v2 .yx-solutions__brand-logo .yx-solutions__editorial-heading > p {
        margin-top: 16px;
        font-size: 14px;
        line-height: 1.8;
        text-align: left;
    }

    .yx-solutions--hub-v2 .yx-solutions__outcomes article,
    .yx-solutions--hub-v2 .yx-solutions__outcomes article:nth-child(2),
    .yx-solutions--hub-v2 .yx-solutions__outcomes article:last-child {
        min-height: 210px;
        padding: 24px 12px 20px;
    }

    .yx-solutions--hub-v2 .yx-solutions__outcomes article > i {
        width: 68px;
        height: 68px;
    }

    .yx-solutions--hub-v2 .yx-solutions__outcomes article > i svg {
        width: 31px;
        height: 31px;
    }
}

@media (prefers-reduced-motion: reduce) {
    .yx-solutions--hub-v2 .yx-solutions__outcomes article,
    .yx-solutions--hub-v2 .yx-solutions__outcomes article > i,
    .yx-solutions--hub-v2 .yx-solutions__outcomes article > i svg {
        transition: none;
    }
}

/* Project scale choices: complete customer-facing delivery explanations. */
.yx-solutions--hub-v2 .yx-solutions__landing-grid,
.yx-solutions--hub-v2 .yx-solutions__project-modes > .yx-solutions__container > .yx-solutions__landing-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 22px;
}

.yx-solutions--hub-v2 .yx-solutions__project-modes article,
.yx-solutions--hub-v2 .yx-solutions__project-modes article:last-child {
    min-height: 285px;
    padding: 34px 32px 30px;
    align-items: flex-start;
    justify-content: flex-start;
    border: 1px solid #d8e0da;
    background: linear-gradient(145deg, #fff, #fbfcfa);
    text-align: left;
    transition: transform .25s ease, border-color .25s ease, box-shadow .25s ease;
}

.yx-solutions--hub-v2 .yx-solutions__project-modes article > i {
    width: 58px;
    height: 58px;
    flex: 0 0 58px;
}

.yx-solutions--hub-v2 .yx-solutions__project-modes article > i svg {
    width: 27px;
    height: 27px;
}

.yx-solutions--hub-v2 .yx-solutions__project-modes h3 {
    margin: 20px 0 12px;
    color: #29483b;
    font-family: Georgia, "Noto Serif SC", serif;
    font-size: 23px;
    font-weight: 500;
}

.yx-solutions--hub-v2 .yx-solutions__project-modes article p {
    max-width: none;
    margin: 0;
    color: #65736c;
    font-size: 14px;
    line-height: 1.9;
}

.yx-solutions--hub-v2 .yx-solutions__project-modes article:hover {
    border-color: #9cb0a4;
    box-shadow: 0 16px 34px rgba(42,70,58,.08);
    transform: translateY(-5px);
}

@media (max-width: 760px) {
    .yx-solutions--hub-v2 .yx-solutions__landing-grid,
    .yx-solutions--hub-v2 .yx-solutions__project-modes > .yx-solutions__container > .yx-solutions__landing-grid {
        grid-template-columns: 1fr;
        gap: 14px;
    }

    .yx-solutions--hub-v2 .yx-solutions__project-modes article,
    .yx-solutions--hub-v2 .yx-solutions__project-modes article:last-child {
        min-height: 0;
        padding: 27px 24px 26px;
    }

    .yx-solutions--hub-v2 .yx-solutions__project-modes h3 {
        margin-top: 16px;
        font-size: 21px;
    }
}

/* Deliberate title wrapping and compact scent-sampling conversion module. */
.yx-solutions--hub-v2 h1,
.yx-solutions--hub-v2 h2,
.yx-solutions--hub-v2 h3 {
    text-wrap: balance;
}

.yx-solutions--hub-v2 .yx-solutions__sampling {
    padding: 82px 0;
    background:
        radial-gradient(circle at 12% 18%, rgba(255,255,255,.92), transparent 34%),
        linear-gradient(112deg, #f4f4ef 0%, #edf3ef 54%, #f3efe6 100%);
}

.yx-solutions--hub-v2 .yx-solutions__sampling-layout {
    grid-template-columns: minmax(330px, .82fr) minmax(210px, .48fr) minmax(500px, 1.2fr);
    gap: 34px;
    align-items: center;
}

.yx-solutions--hub-v2 .yx-solutions__sampling-copy h2 {
    max-width: 560px;
    font-size: clamp(35px, 2.55vw, 47px);
    line-height: 1.34;
    letter-spacing: -.035em;
}

.yx-solutions--hub-v2 .yx-solutions__sampling-copy h2 > span {
    display: block;
    white-space: nowrap;
}

.yx-solutions--hub-v2 .yx-solutions__sampling-copy > p:last-child {
    max-width: 520px;
    margin-top: 20px;
    line-height: 1.9;
}

.yx-solutions--hub-v2 .yx-solutions__sampling-visual {
    position: relative;
    height: 248px;
    margin: 0;
    overflow: hidden;
    border: 1px solid rgba(118,143,128,.22);
    border-radius: 14px;
    background: #f7f4ed;
    box-shadow: 0 18px 42px rgba(46,70,58,.1);
}

.yx-solutions--hub-v2 .yx-solutions__sampling-visual::after {
    position: absolute;
    inset: 0;
    background: linear-gradient(135deg, rgba(255,255,255,.12), transparent 52%, rgba(43,79,61,.05));
    content: "";
    pointer-events: none;
}

.yx-solutions--hub-v2 .yx-solutions__sampling-visual img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: 57% center;
    filter: saturate(.92) contrast(1.02) brightness(1.04);
}

.yx-solutions--hub-v2 .yx-solutions__sample-options {
    gap: 14px;
}

.yx-solutions--hub-v2 .yx-solutions__sample-options a {
    min-height: 228px;
    padding: 27px 25px;
    border-color: rgba(116,143,128,.32);
    background: rgba(255,255,255,.76);
    transition: transform .25s ease, border-color .25s ease, box-shadow .25s ease, background .25s ease;
}

.yx-solutions--hub-v2 .yx-solutions__sample-options a:hover,
.yx-solutions--hub-v2 .yx-solutions__sample-options a:focus-visible {
    border-color: #8ba391;
    background: rgba(255,255,255,.94);
    box-shadow: 0 16px 34px rgba(42,70,58,.1);
    transform: translateY(-5px);
}

.yx-solutions--hub-v2 .yx-solutions__sample-options strong {
    margin: 30px 0 9px;
    font-size: clamp(23px, 1.55vw, 28px);
    white-space: nowrap;
}

.yx-solutions--hub-v2 .yx-solutions__sample-options i {
    margin-top: auto;
    padding-top: 22px;
    color: var(--yx-green);
    font-style: normal;
    font-weight: 700;
}

.yx-solutions--hub-v2 > .yx-shared-final-contact {
    position: relative;
    z-index: 1;
}

@media (max-width: 1280px) {
    .yx-solutions--hub-v2 .yx-solutions__sampling-layout {
        grid-template-columns: minmax(330px, .82fr) minmax(190px, .42fr) minmax(430px, 1.05fr);
        gap: 25px;
    }

    .yx-solutions--hub-v2 .yx-solutions__sampling-visual {
        height: 220px;
    }
}

@media (max-width: 1080px) {
    .yx-solutions--hub-v2 .yx-solutions__sampling-layout {
        grid-template-columns: minmax(0, .92fr) minmax(240px, .58fr);
    }

    .yx-solutions--hub-v2 .yx-solutions__sample-options {
        grid-column: 1 / -1;
    }

    .yx-solutions--hub-v2 .yx-solutions__sampling-visual {
        height: 230px;
    }
}

@media (max-width: 760px) {
    .yx-solutions--hub-v2 .yx-solutions__sampling {
        padding: 60px 0;
    }

    .yx-solutions--hub-v2 .yx-solutions__sampling-layout {
        grid-template-columns: 1fr;
        gap: 24px;
    }

    .yx-solutions--hub-v2 .yx-solutions__sampling-copy h2 {
        font-size: clamp(30px, 9vw, 38px);
        line-height: 1.34;
    }

    .yx-solutions--hub-v2 .yx-solutions__sampling-copy h2 > span {
        white-space: normal;
    }

    .yx-solutions--hub-v2 .yx-solutions__sampling-visual {
        height: 180px;
    }

    .yx-solutions--hub-v2 .yx-solutions__sample-options {
        grid-column: auto;
        grid-template-columns: 1fr;
    }

    .yx-solutions--hub-v2 .yx-solutions__sample-options a {
        min-height: 205px;
    }
}

/* Brand scent extension: commercial scent as the core service, with
 * car, home and gifting presented as downstream applications. */
.yx-solutions--hub-v2 .yx-solutions__scent-extension {
    padding: 72px 0 78px;
    background: linear-gradient(180deg, #f5f4ef 0%, #f8f7f3 100%);
}

.yx-solutions--hub-v2 .yx-solutions__extension-heading {
    max-width: 920px;
    margin: 0 auto 38px;
    text-align: center;
}

.yx-solutions--hub-v2 .yx-solutions__extension-heading > p:first-child,
.yx-solutions--hub-v2 .yx-solutions__extension-card small,
.yx-solutions--hub-v2 .yx-solutions__gift-copy small {
    display: block;
    margin: 0 0 12px;
    color: var(--yx-gold);
    font-size: 12px;
    font-weight: 700;
    letter-spacing: .16em;
}

.yx-solutions--hub-v2 .yx-solutions__extension-heading h2 {
    margin: 0;
    color: #253c34;
    font-size: clamp(31px, 2.5vw, 42px);
    font-weight: 500;
    letter-spacing: -.035em;
    line-height: 1.35;
}

.yx-solutions--hub-v2 .yx-solutions__extension-heading > p:last-child {
    max-width: 820px;
    margin: 18px auto 0;
    color: #66746d;
    font-size: 16px;
    line-height: 1.85;
}

.yx-solutions--hub-v2 .yx-solutions__extension-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 20px;
}

.yx-solutions--hub-v2 .yx-solutions__extension-card {
    display: grid;
    min-height: 350px;
    grid-template-columns: 44% 56%;
    overflow: hidden;
    border: 1px solid #dce2de;
    border-radius: 10px;
    background: #fff;
    box-shadow: 0 12px 32px rgba(44, 70, 59, .035);
}

.yx-solutions--hub-v2 .yx-solutions__extension-card > img {
    width: 100%;
    height: 100%;
    min-height: 350px;
    object-fit: cover;
    filter: saturate(.9) brightness(1.03);
}

.yx-solutions--hub-v2 .yx-solutions__extension-card > div {
    display: flex;
    min-width: 0;
    padding: 32px;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
}

.yx-solutions--hub-v2 .yx-solutions__extension-card h3,
.yx-solutions--hub-v2 .yx-solutions__gift-service h3 {
    margin: 0;
    color: #253c34;
    font-family: Georgia, "Noto Serif SC", serif;
    font-size: 26px;
    font-weight: 500;
    line-height: 1.35;
}

.yx-solutions--hub-v2 .yx-solutions__extension-card p {
    margin: 0;
    color: #66746d;
    font-size: 13px;
    line-height: 1.75;
}

.yx-solutions--hub-v2 .yx-solutions__extension-card .yx-solutions__extension-value {
    margin: 9px 0 12px;
    color: #3d5d54;
    font-size: 17px;
}

.yx-solutions--hub-v2 .yx-solutions__extension-card ul {
    display: flex;
    margin: 18px 0 12px;
    padding: 0;
    gap: 7px;
    flex-wrap: wrap;
    list-style: none;
}

.yx-solutions--hub-v2 .yx-solutions__extension-card li {
    padding: 5px 9px;
    border-radius: 999px;
    background: #eef3ef;
    color: #587066;
    font-size: 11px;
    line-height: 1.4;
}

.yx-solutions--hub-v2 .yx-solutions__extension-card a {
    display: inline-flex;
    min-height: 44px;
    margin-top: auto;
    align-items: center;
    color: var(--yx-green-deep);
    font-size: 13px;
    font-weight: 700;
}

.yx-solutions--hub-v2 .yx-solutions__gift-service {
    display: grid;
    margin-top: 20px;
    grid-template-columns: minmax(0, 1.08fr) minmax(350px, .92fr);
    overflow: hidden;
    border: 1px solid #d5ded8;
    border-radius: 10px;
    background: #eef3ef;
}

.yx-solutions--hub-v2 .yx-solutions__gift-copy {
    padding: 42px 48px;
}

.yx-solutions--hub-v2 .yx-solutions__gift-copy > p:not(.yx-solutions__gift-note) {
    max-width: 720px;
    margin: 13px 0 20px;
    color: #5f7068;
    font-size: 14px;
    line-height: 1.8;
}

.yx-solutions--hub-v2 .yx-solutions__gift-copy .yx-solutions__button {
    min-height: 44px;
    margin-top: 0;
}

.yx-solutions--hub-v2 .yx-solutions__gift-note {
    max-width: 760px;
    margin: 17px 0 0;
    color: #75817b;
    font-size: 11px;
    line-height: 1.7;
}

.yx-solutions--hub-v2 .yx-solutions__gift-capabilities {
    display: grid;
    border-left: 1px solid #d4ded7;
    background: rgba(255, 255, 255, .54);
}

.yx-solutions--hub-v2 .yx-solutions__gift-capabilities > div {
    display: flex;
    padding: 21px 28px;
    flex-direction: column;
    justify-content: center;
    border-bottom: 1px solid #d4ded7;
}

.yx-solutions--hub-v2 .yx-solutions__gift-capabilities > div:last-child {
    border-bottom: 0;
}

.yx-solutions--hub-v2 .yx-solutions__gift-capabilities strong {
    color: #334b40;
    font-size: 14px;
}

.yx-solutions--hub-v2 .yx-solutions__gift-capabilities span {
    margin-top: 5px;
    color: #708078;
    font-size: 12px;
    line-height: 1.65;
}

@media (max-width: 1120px) {
    .yx-solutions--hub-v2 .yx-solutions__extension-grid {
        grid-template-columns: 1fr;
    }

    .yx-solutions--hub-v2 .yx-solutions__extension-card {
        grid-template-columns: 40% 60%;
    }

    .yx-solutions--hub-v2 .yx-solutions__gift-service {
        grid-template-columns: 1fr;
    }

    .yx-solutions--hub-v2 .yx-solutions__gift-capabilities {
        grid-template-columns: repeat(3, 1fr);
        border-top: 1px solid #d4ded7;
        border-left: 0;
    }

    .yx-solutions--hub-v2 .yx-solutions__gift-capabilities > div {
        border-right: 1px solid #d4ded7;
        border-bottom: 0;
    }

    .yx-solutions--hub-v2 .yx-solutions__gift-capabilities > div:last-child {
        border-right: 0;
    }
}

@media (max-width: 760px) {
    .yx-solutions--hub-v2 .yx-solutions__scent-extension {
        padding: 56px 0 62px;
    }

    .yx-solutions--hub-v2 .yx-solutions__extension-heading {
        margin-bottom: 28px;
        text-align: left;
    }

    .yx-solutions--hub-v2 .yx-solutions__extension-heading h2 {
        font-size: 29px;
    }

    .yx-solutions--hub-v2 .yx-solutions__extension-heading > p:last-child {
        margin-top: 15px;
        font-size: 14px;
        line-height: 1.75;
    }

    .yx-solutions--hub-v2 .yx-solutions__extension-grid {
        gap: 14px;
    }

    .yx-solutions--hub-v2 .yx-solutions__extension-card {
        min-height: 0;
        grid-template-columns: 1fr;
    }

    .yx-solutions--hub-v2 .yx-solutions__extension-card > img {
        height: 215px;
        min-height: 215px;
    }

    .yx-solutions--hub-v2 .yx-solutions__extension-card > div,
    .yx-solutions--hub-v2 .yx-solutions__gift-copy {
        padding: 26px 23px;
    }

    .yx-solutions--hub-v2 .yx-solutions__extension-card h3,
    .yx-solutions--hub-v2 .yx-solutions__gift-service h3 {
        font-size: 23px;
    }

    .yx-solutions--hub-v2 .yx-solutions__extension-card a {
        width: 100%;
        margin-top: 8px;
    }

    .yx-solutions--hub-v2 .yx-solutions__gift-service {
        margin-top: 14px;
    }

    .yx-solutions--hub-v2 .yx-solutions__gift-capabilities {
        grid-template-columns: 1fr;
    }

    .yx-solutions--hub-v2 .yx-solutions__gift-capabilities > div,
    .yx-solutions--hub-v2 .yx-solutions__gift-capabilities > div:last-child {
        padding: 18px 23px;
        border-right: 0;
        border-bottom: 1px solid #d4ded7;
    }

    .yx-solutions--hub-v2 .yx-solutions__gift-capabilities > div:last-child {
        border-bottom: 0;
    }
}
