.yx-navigation-test .yx-navigation-test-badge {
  position: fixed;
  right: 18px;
  bottom: 18px;
  z-index: 99999;
  padding: 8px 12px;
  border: 1px solid rgba(255,255,255,.35);
  border-radius: 999px;
  background: rgba(36,31,27,.92);
  color: #fff;
  font-size: 12px;
  line-height: 1.2;
  box-shadow: 0 8px 30px rgba(0,0,0,.18);
}

/* Case overview: isolated from the legacy gallery archive in test mode. */
body.yx-navigation-cases-preview {
  background: #f4f2eb;
}

.yx-cases-page {
  width: 100%;
  margin: 0;
  color: #173c32;
  background: #f4f2eb;
}

.yx-cases-shell {
  width: min(1180px, calc(100% - 64px));
  margin-inline: auto;
}

.yx-cases-hero {
  padding: clamp(72px, 9vw, 124px) 0 clamp(68px, 8vw, 108px);
  color: #fff;
  background: linear-gradient(132deg, #113d31 0%, #1e5646 66%, #315f4f 100%);
}

.yx-cases-hero-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  align-items: end;
  gap: 0;
}

.yx-cases-eyebrow {
  margin: 0 0 24px;
  color: #e2bd75;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: .2em;
}

.yx-cases-hero h1 {
  max-width: 1060px;
  margin: 0;
  color: #fff;
  font-family: "Noto Serif SC", "Songti SC", serif;
  font-size: clamp(38px, 5vw, 68px);
  font-weight: 400;
  line-height: 1.22;
  letter-spacing: -.035em;
}

.yx-cases-lead {
  max-width: 720px;
  margin: 30px 0 0;
  color: rgba(255,255,255,.72);
  font-size: 17px;
  line-height: 1.9;
}

.yx-cases-facts {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 26px;
  margin: 0;
}

.yx-cases-facts div {
  padding-top: 20px;
  border-top: 1px solid rgba(255,255,255,.25);
}

.yx-cases-facts dt {
  color: #e5c47f;
  font-family: Georgia, serif;
  font-size: 40px;
  line-height: 1;
}

.yx-cases-facts dd {
  margin: 10px 0 0;
  color: rgba(255,255,255,.66);
  font-size: 13px;
}

.yx-cases-jump {
  position: sticky;
  z-index: 20;
  top: 0;
  border-bottom: 1px solid #d9d6cc;
  background: rgba(250,249,245,.94);
  backdrop-filter: blur(12px);
}

.yx-cases-jump .yx-cases-shell {
  display: flex;
  gap: 4px;
  overflow-x: auto;
}

.yx-cases-jump a {
  min-width: max-content;
  padding: 20px clamp(18px, 3vw, 32px);
  color: #315449;
  font-size: 14px;
  text-decoration: none;
  border-left: 1px solid transparent;
  border-right: 1px solid transparent;
}

.yx-cases-jump a:hover,
.yx-cases-jump a:focus {
  color: #173c32;
  background: #fff;
  border-color: #dedbd2;
}

.yx-cases-content {
  padding: 42px 0 108px;
}

.yx-cases-group {
  scroll-margin-top: 76px;
  padding: 72px 0 88px;
  border-bottom: 1px solid #d8d5cb;
}

.yx-cases-group:last-child {
  border-bottom: 0;
}

.yx-cases-group-heading {
  display: grid;
  grid-template-columns: 72px minmax(0, 1fr);
  gap: 24px;
  align-items: start;
  margin-bottom: 38px;
}

.yx-cases-group-heading > p {
  margin: 6px 0 0;
  color: #b88a3d;
  font-family: Georgia, serif;
  font-size: 18px;
}

.yx-cases-group-heading h2 {
  margin: 0 0 8px;
  color: #173c32;
  font-family: "Noto Serif SC", "Songti SC", serif;
  font-size: clamp(30px, 3.2vw, 44px);
  font-weight: 400;
}

.yx-cases-group-heading span {
  color: #6e7772;
  font-size: 15px;
}

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

.yx-case-card {
  overflow: hidden;
  border: 1px solid #dedbd2;
  background: #fbfaf6;
  transition: transform .25s ease, box-shadow .25s ease;
}

.yx-case-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 20px 42px rgba(22,54,45,.1);
}

.yx-case-card-media {
  display: block;
  aspect-ratio: 16 / 10;
  overflow: hidden;
  background: #dfe3dc;
}

.yx-case-card-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform .55s ease;
}

.yx-case-card:hover .yx-case-card-media img {
  transform: scale(1.035);
}

.yx-case-card-body {
  padding: 26px 26px 28px;
}

.yx-case-card-type {
  margin: 0 0 12px;
  color: #a27631;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: .12em;
}

.yx-case-card h3 {
  margin: 0 0 13px;
  font-size: 21px;
  line-height: 1.45;
}

.yx-case-card h3 a,
.yx-case-card-link {
  color: #173c32;
  text-decoration: none;
}

.yx-case-card-body > p:not(.yx-case-card-type) {
  min-height: 54px;
  margin: 0 0 22px;
  color: #68716d;
  font-size: 14px;
  line-height: 1.8;
}

.yx-case-card-link {
  font-size: 13px;
  font-weight: 700;
}

.yx-case-card-link span {
  display: inline-block;
  margin-left: 8px;
  transition: transform .2s ease;
}

.yx-case-card-link:hover span {
  transform: translateX(4px);
}

.yx-cases-cta {
  padding: 82px 0;
  color: #fff;
  background: #173f34;
}

.yx-cases-cta-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 54px;
}

.yx-cases-cta h2 {
  margin: 0 0 14px;
  color: #fff;
  font-family: "Noto Serif SC", "Songti SC", serif;
  font-size: clamp(28px, 3.2vw, 42px);
  font-weight: 400;
}

.yx-cases-cta-inner > div > p:last-child {
  max-width: 720px;
  margin: 0;
  color: rgba(255,255,255,.68);
  line-height: 1.8;
}

.yx-cases-cta-inner > a {
  flex: 0 0 auto;
  padding: 18px 24px;
  color: #173c32;
  background: #e5c582;
  font-weight: 700;
  text-decoration: none;
}

/* Rich scent-selection page using existing product and article assets. */
.yx-navigation-preview-page--scents .yx-navigation-preview-content {
  width: 100%;
  max-width: none;
  padding: 0;
}

.yx-navigation-preview-page--scents .yx-navigation-preview-page-header-inner {
  padding-bottom: 72px;
}

.yx-scents-intro,
.yx-scents-section,
.yx-scents-consult {
  width: min(1180px, calc(100% - 64px));
  margin-inline: auto;
}

.yx-scents-intro {
  display: grid;
  grid-template-columns: minmax(0, 1.2fr) minmax(280px, .8fr);
  gap: clamp(48px, 8vw, 110px);
  align-items: end;
  padding: 84px 0 92px;
}

.yx-scents-kicker,
.yx-scents-section-heading > p,
.yx-scents-section-heading > div > p,
.yx-scents-consult > div > p {
  margin: 0 0 14px;
  color: #a77933;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: .14em;
  text-transform: uppercase;
}

.yx-scents-intro h2,
.yx-scents-section-heading h2,
.yx-scents-consult h2 {
  margin: 0;
  color: #173c32;
  font-family: "Noto Serif SC", "Songti SC", serif;
  font-weight: 400;
  letter-spacing: -.02em;
}

.yx-scents-intro h2 {
  font-size: clamp(34px, 4vw, 52px);
}

.yx-scents-intro > div:first-child > p:last-child {
  max-width: 720px;
  margin: 26px 0 0;
  color: #68716d;
  font-size: 16px;
  line-height: 1.95;
}

.yx-scents-intro-actions {
  display: grid;
  gap: 12px;
}

.yx-scents-button {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 17px 20px;
  border: 1px solid #b9c2bd;
  color: #173c32 !important;
  font-size: 14px;
  font-weight: 700;
  text-decoration: none !important;
}

.yx-scents-button--primary {
  border-color: #173f34;
  color: #fff !important;
  background: #173f34;
}

.yx-scents-section {
  padding: 86px 0;
  border-top: 1px solid #d9d7cf;
}

.yx-scents-section-heading {
  margin-bottom: 38px;
}

.yx-scents-section-heading h2 {
  font-size: clamp(30px, 3.2vw, 44px);
}

.yx-scents-section-heading--split {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 32px;
}

.yx-scents-section-heading--split > a {
  color: #173c32;
  font-size: 13px;
  font-weight: 700;
  text-decoration: none;
}

.yx-scents-steps {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1px;
  margin: 0;
  padding: 0;
  list-style: none;
  background: #d4d8d3;
}

.yx-scents-steps li {
  padding: 34px;
  background: #f8f7f2;
}

.yx-scents-steps li > span {
  display: block;
  margin-bottom: 42px;
  color: #b4873c;
  font-family: Georgia, serif;
  font-size: 18px;
}

.yx-scents-steps h3,
.yx-scents-intent-grid h3,
.yx-scent-card h3,
.yx-scents-guide-grid h3 {
  margin: 0;
  color: #173c32;
}

.yx-scents-steps h3 {
  font-size: 20px;
}

.yx-scents-steps p {
  margin: 14px 0 0;
  color: #69726e;
  font-size: 14px;
  line-height: 1.8;
}

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

.yx-scents-intent-grid article {
  min-height: 230px;
  padding: 28px;
  border: 1px solid #d9d7cf;
  background: #fbfaf6;
}

.yx-scents-intent-grid span,
.yx-scents-guide-grid span {
  color: #a77933;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: .08em;
}

.yx-scents-intent-grid h3 {
  margin-top: 44px;
  font-size: 20px;
}

.yx-scents-intent-grid p {
  margin: 14px 0 0;
  color: #68716d;
  font-size: 14px;
  line-height: 1.8;
}

.yx-scents-family-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 24px;
}

.yx-scent-card {
  overflow: hidden;
  border: 1px solid #d9d7cf;
  background: #fbfaf6;
}

.yx-scent-card > a {
  display: block;
  color: inherit !important;
  text-decoration: none !important;
}

.yx-scent-card img {
  width: 100%;
  aspect-ratio: 4 / 3;
  object-fit: cover;
  transition: transform .5s ease;
}

.yx-scent-card:hover img {
  transform: scale(1.035);
}

.yx-scent-card div {
  padding: 24px 26px 26px;
}

.yx-scent-card div > span {
  color: #b4873c;
  font-family: Georgia, serif;
  font-size: 14px;
}

.yx-scent-card h3 {
  margin-top: 8px;
  font-size: 22px;
}

.yx-scent-card p {
  min-height: 50px;
  margin: 12px 0 18px;
  color: #68716d;
  font-size: 14px;
  line-height: 1.75;
}

.yx-scent-card b,
.yx-scents-guide-grid b {
  color: #173c32;
  font-size: 12px;
}

.yx-scent-card:last-child {
  grid-column: 2 / 3;
}

.yx-scents-guide-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
}

.yx-scents-guide-grid > a {
  padding: 30px;
  border: 1px solid #d9d7cf;
  color: inherit !important;
  background: #fbfaf6;
  text-decoration: none !important;
}

.yx-scents-guide-grid h3 {
  margin-top: 18px;
  font-size: 20px;
}

.yx-scents-guide-grid p {
  margin: 12px 0 22px;
  color: #68716d;
  font-size: 14px;
  line-height: 1.75;
}

.yx-scents-consult {
  display: grid;
  grid-template-columns: minmax(0, 1.1fr) minmax(260px, .7fr) minmax(220px, .45fr);
  gap: 48px;
  align-items: center;
  margin-bottom: 98px;
  padding: 54px;
  color: #fff;
  background: #173f34;
}

.yx-scents-consult h2 {
  color: #fff;
  font-size: clamp(26px, 2.6vw, 38px);
  line-height: 1.45;
}

.yx-scents-consult ul {
  margin: 0;
  padding-left: 20px;
  color: rgba(255,255,255,.72);
  line-height: 2;
}

.yx-scents-button--light {
  border-color: #e4c381;
  color: #173c32 !important;
  background: #e4c381;
}

@media (max-width: 980px) {
  .yx-cases-hero-grid,
  .yx-scents-intro,
  .yx-scents-consult {
    grid-template-columns: 1fr;
  }

  .yx-cases-grid,
  .yx-scents-family-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .yx-scents-intent-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .yx-scent-card:last-child {
    grid-column: auto;
  }
}

@media (max-width: 680px) {
  .yx-cases-shell,
  .yx-scents-intro,
  .yx-scents-section,
  .yx-scents-consult {
    width: min(100% - 32px, 1180px);
  }

  .yx-cases-hero-grid {
    gap: 48px;
  }

  .yx-cases-grid,
  .yx-scents-steps,
  .yx-scents-intent-grid,
  .yx-scents-family-grid,
  .yx-scents-guide-grid {
    grid-template-columns: 1fr;
  }

  .yx-cases-group-heading {
    grid-template-columns: 42px minmax(0, 1fr);
    gap: 10px;
  }

  .yx-cases-content {
    padding-bottom: 56px;
  }

  .yx-cases-group {
    padding: 50px 0 60px;
  }

  .yx-cases-cta-inner,
  .yx-scents-section-heading--split {
    align-items: flex-start;
    flex-direction: column;
  }

  .yx-cases-cta-inner {
    display: flex;
  }

  .yx-scents-intro {
    padding: 58px 0 66px;
  }

  .yx-scents-section {
    padding: 64px 0;
  }

  .yx-scents-consult {
    margin-bottom: 72px;
    padding: 36px 24px;
  }
}

/* Test-only full-width navigation, aligned with the warm green homepage system. */
body.yx-navigation-test.page-template-page-home-v2 .top-sub,
body.yx-navigation-test.page-template-page-home-v2 .bread,
body.yx-navigation-test.page-template-page-home-v2 .submenu-nav.header-sub {
  display: none !important;
}

body.yx-navigation-test #menu-container-o {
  display: block !important;
  width: 100% !important;
  border-top: 1px solid rgba(255,255,255,.08);
  border-bottom: 1px solid rgba(13,43,34,.28);
  background: rgba(47,93,80,.98) !important;
  box-shadow: 0 7px 22px rgba(22,56,45,.12);
  -webkit-backdrop-filter: blur(16px) saturate(1.1);
  backdrop-filter: blur(16px) saturate(1.1);
}

.yx-navigation-test #menu-container-o::before {
  background: rgba(47,93,80,.98) !important;
}

.yx-navigation-test #navigation-top {
  width: min(1160px, calc(100% - 48px));
  min-height: 60px;
  margin: 0 auto;
}

.yx-navigation-test #site-nav {
  width: 100%;
}

.yx-navigation-test #site-nav .down-menu {
  width: 100%;
  align-items: center;
  justify-content: space-between;
  gap: clamp(22px, 3.4vw, 52px);
}

.yx-navigation-test #site-nav .down-menu > li {
  flex: 0 0 auto;
  line-height: 60px;
}

.yx-navigation-test #site-nav .down-menu > li > a {
  padding: 0 5px;
  color: rgba(255,255,255,.9) !important;
  font-size: 15px;
  font-weight: 600;
  letter-spacing: .025em;
  transition: color .25s ease, background-color .25s ease;
}

.yx-navigation-test #site-nav .down-menu > li > a::before {
  top: auto;
  bottom: 0;
  height: 2px;
  background: #c8a86a;
}

.yx-navigation-test #site-nav .down-menu > li > a:hover,
.yx-navigation-test #site-nav .down-menu > li.behover > a,
.yx-navigation-test #site-nav .down-menu > .current-menu-item > a {
  background: transparent !important;
  color: #fff !important;
}

.yx-navigation-test #site-nav .down-menu > li > a:focus-visible {
  outline: 2px solid #c8a86a;
  outline-offset: -4px;
}

/* Begin's desktop dropdown is hover-driven. Keep the same visual treatment
   when a keyboard user tabs onto a parent link, so its children are reachable. */
.yx-navigation-test #site-nav .down-menu > li:focus-within > .sub-menu {
  display: block !important;
  visibility: visible !important;
  opacity: 1 !important;
}

.yx-navigation-test #site-nav .dropdown-toggle:focus-visible {
  outline: 2px solid #c8a86a;
  outline-offset: 2px;
}

@media (min-width: 901px) {
  .yx-navigation-test #site-nav .down-menu > .yx-navigation-cta {
    display: none;
  }
}

.yx-navigation-test #site-nav .sub-menu {
  min-width: 224px;
  padding: 8px !important;
  border: 1px solid rgba(47,93,80,.12);
  border-radius: 0 0 12px 12px !important;
  background: rgba(255,255,252,.98) !important;
  box-shadow: 0 22px 54px rgba(31,67,55,.15);
  -webkit-backdrop-filter: blur(18px);
  backdrop-filter: blur(18px);
}

.yx-navigation-test #site-nav .sub-menu li {
  margin: 0 !important;
  border: 0 !important;
  border-radius: 7px !important;
}

.yx-navigation-test #site-nav .sub-menu a {
  padding: 10px 12px;
  border-radius: 7px;
  color: #40574e;
  font-size: 14px;
  line-height: 1.5;
}

.yx-navigation-test #site-nav .sub-menu a:hover,
.yx-navigation-test #site-nav .sub-menu a:focus {
  background: #f2f5f1;
  color: #21483d;
}

.yx-navigation-test #site-nav .yx-navigation-featured > a {
  color: #9a7337 !important;
  font-weight: 700;
}

.yx-navigation-test #site-nav .yx-navigation-status-draft > a::after {
  display: none;
}

.yx-navigation-preview-page {
  width: min(1120px, calc(100% - 32px));
  margin: 34px auto 70px;
}

.yx-navigation-preview-article {
  padding: clamp(24px, 5vw, 56px);
  border: 1px solid #eadfd6;
  border-radius: 18px;
  background: #fff;
  box-shadow: 0 18px 50px rgba(87,60,42,.08);
}

.yx-navigation-preview-page--full {
  width: 100%;
  max-width: none;
  margin: 0;
  background: #fff;
}

.yx-navigation-preview-article--full {
  padding: 0;
  border: 0;
  border-radius: 0;
  background: #fff;
  box-shadow: none;
}

.yx-navigation-preview-page-header {
  position: relative;
  width: 100%;
  overflow: hidden;
  border-bottom: 1px solid rgba(47,93,80,.1);
  background:
    radial-gradient(circle at 82% 18%, rgba(200,168,106,.13), transparent 30%),
    linear-gradient(135deg, #f3f5f1 0%, #faf8f3 100%);
}

.yx-navigation-preview-page-header-inner {
  width: min(1180px, calc(100% - 48px));
  margin: 0 auto;
  padding: 70px 0 64px;
}

.yx-navigation-preview-page-header .yx-navigation-preview-eyebrow {
  margin: 0 0 15px;
  color: #9a7337;
  letter-spacing: .16em;
}

.yx-navigation-preview-page-header h1 {
  margin: 0;
  color: #24483d;
  font-family: Georgia, "Noto Serif SC", "Songti SC", serif;
  font-size: clamp(38px, 4vw, 56px);
  font-weight: 500;
  line-height: 1.2;
  letter-spacing: -.035em;
}

.yx-navigation-preview-page--full .yx-navigation-preview-content {
  width: min(1180px, calc(100% - 48px));
  margin: 0 auto;
  padding: 58px 0 86px;
  color: #3d4d46;
  font-size: 16px;
  line-height: 1.95;
}

.yx-navigation-preview-page--full .yx-navigation-preview-content > p:first-child {
  max-width: 900px;
  margin-top: 0;
  color: #2d443b;
  font-size: 18px;
  line-height: 1.9;
}

.yx-navigation-preview-page--full .yx-navigation-preview-content h2 {
  margin: 48px 0 18px;
  color: #24483d;
  font-family: Georgia, "Noto Serif SC", "Songti SC", serif;
  font-size: 27px;
  font-weight: 500;
  line-height: 1.4;
}

.yx-navigation-preview-page--contact .yx-navigation-preview-content > p:nth-child(2) {
  max-width: 900px;
  color: #67716c;
}

.yx-navigation-preview-page--contact .yx-navigation-preview-content > ul:first-of-type {
  display: flex;
  width: fit-content;
  max-width: 100%;
  gap: 18px 36px;
  margin: 0;
  padding: 18px 24px;
  border-left: 3px solid #c8a86a;
  background: #faf8f3;
  list-style: none;
}

.yx-navigation-preview-page--contact .yx-navigation-preview-content > ul:first-of-type li {
  margin: 0;
}

.yx-navigation-preview-page--contact .yx-navigation-preview-content > .yx-lead-section {
  width: 100vw;
  max-width: none;
  margin: 24px 0 0 calc(50% - 50vw);
  padding: 62px 24px;
  border-top: 1px solid rgba(47,93,80,.09);
  border-bottom: 1px solid rgba(47,93,80,.09);
  background: #f2f5f1;
}

.yx-navigation-preview-page--contact .yx-lead-inner {
  width: min(1180px, 100%);
}

.yx-navigation-preview-page--contact .yx-navigation-preview-content > p:last-child {
  margin: 28px 0 0;
  color: #707b76;
  font-size: 13px;
}

.yx-navigation-preview-page--privacy-policy .yx-navigation-preview-content {
  width: min(960px, calc(100% - 48px));
  padding-top: 64px;
}

.yx-navigation-preview-page--privacy-policy .yx-navigation-preview-content > p:first-child {
  display: inline-block;
  margin: 0 0 24px;
  padding: 7px 12px;
  border: 1px solid rgba(47,93,80,.14);
  border-radius: 2px;
  background: #f3f5f1;
  color: #53665e;
  font-size: 13px;
  line-height: 1.4;
}

.yx-navigation-preview-page--privacy-policy .yx-navigation-preview-content h2 {
  padding-top: 34px;
  border-top: 1px solid rgba(47,93,80,.11);
}

.yx-navigation-preview-page--privacy-policy .yx-navigation-preview-content ul {
  margin: 20px 0 30px;
  padding: 24px 28px 24px 48px;
  border-left: 3px solid rgba(200,168,106,.72);
  background: #faf8f3;
}

.yx-navigation-preview-page--privacy-policy .yx-navigation-preview-content li + li {
  margin-top: 8px;
}

.yx-navigation-preview-eyebrow,
.yx-navigation-preview-footer-kicker {
  margin: 0 0 10px;
  color: #8a5a3b;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.yx-navigation-preview-content h1,
.yx-navigation-preview-article > h1 {
  margin-top: 0;
  font-size: clamp(30px, 5vw, 48px);
  line-height: 1.2;
}

.yx-navigation-preview-content h2,
.yx-navigation-entry h2 {
  margin-top: 34px;
}

.yx-navigation-preview-content a,
.yx-navigation-entry a {
  color: #7b4f33;
  text-decoration: underline;
  text-underline-offset: 3px;
}

.yx-navigation-entry {
  margin: 0 0 30px;
  padding: clamp(20px, 4vw, 34px);
  border: 1px solid #eadfd6;
  border-radius: 16px;
  background: linear-gradient(145deg, #fffaf5, #fff);
}

.yx-navigation-entry ul,
.yx-navigation-entry ol {
  padding-left: 1.35em;
}

.yx-legacy-page-title {
  color: #746d66;
  font-size: 15px;
}

.yx-navigation-preview-footer {
  position: relative;
  clear: both;
  width: 100vw;
  max-width: none;
  margin-left: calc(50% - 50vw);
  padding: 0 24px;
  overflow: hidden;
  background:
    radial-gradient(circle at 8% 0%, rgba(196, 154, 85, .16), transparent 30%),
    radial-gradient(circle at 94% 22%, rgba(115, 158, 138, .13), transparent 28%),
    linear-gradient(135deg, #173f34 0%, #10342a 58%, #0d2d25 100%);
  color: rgba(255, 255, 255, .72);
}

.yx-navigation-preview-footer::before {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(216, 180, 111, .86), transparent);
  pointer-events: none;
  content: "";
}

.yx-navigation-preview-footer-inner {
  position: relative;
  width: min(1200px, 100%);
  margin: 0 auto;
}

.yx-navigation-preview-footer-brand {
  display: grid;
  grid-template-columns: minmax(220px, .7fr) minmax(420px, 1.3fr);
  gap: 48px;
  align-items: end;
  padding: 62px 0 38px;
  border-bottom: 1px solid rgba(255, 255, 255, .13);
}

.yx-navigation-preview-footer-wordmark {
  display: inline-grid;
  justify-self: start;
  gap: 8px;
  min-width: 238px;
  padding: 15px 18px 12px;
  border: 1px solid rgba(255, 255, 255, .72);
  border-radius: 12px;
  color: #234d40;
  background: rgba(255, 255, 255, .94);
  box-shadow: 0 14px 36px rgba(0, 0, 0, .14);
  text-decoration: none;
}

.yx-navigation-preview-footer-logo {
  display: block;
  width: min(220px, 100%);
  height: auto;
}

.yx-navigation-preview-footer-wordmark span {
  color: #49685d;
  font-family: Georgia, serif;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: .16em;
  text-align: center;
}

.yx-navigation-preview-footer-brand > p {
  max-width: 690px;
  margin: 0;
  justify-self: end;
  color: rgba(255, 255, 255, .68);
  font-size: 14px;
  line-height: 1.85;
  text-align: right;
}

.yx-navigation-preview-footer-links {
  padding: 44px 0 48px;
}

.yx-navigation-preview-footer-menu {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: clamp(28px, 5vw, 72px);
  margin: 0;
  padding: 0;
  list-style: none;
}

.yx-navigation-preview-footer-menu > li,
.yx-navigation-preview-footer-menu .sub-menu {
  margin: 0;
  padding: 0;
  list-style: none;
}

.yx-navigation-preview-footer-menu > li > a {
  display: block;
  margin-bottom: 19px;
  padding-bottom: 13px;
  border-bottom: 1px solid rgba(255, 255, 255, .13);
  color: #f4f0e7;
  font-size: 15px;
  font-weight: 700;
  letter-spacing: .04em;
  pointer-events: none;
}

.yx-navigation-preview-footer-menu .sub-menu li {
  margin: 10px 0;
}

.yx-navigation-preview-footer-menu .sub-menu a {
  display: inline-block;
  color: rgba(255, 255, 255, .62);
  font-size: 14px;
  line-height: 1.55;
  text-decoration: none;
  transition: color .2s ease, transform .2s ease;
}

.yx-navigation-preview-footer-menu .sub-menu a:hover,
.yx-navigation-preview-footer-menu .sub-menu a:focus {
  color: #fff;
  transform: translateX(3px);
}

.yx-navigation-preview-footer-entity {
  display: grid;
  grid-template-columns: minmax(280px, .85fr) minmax(460px, 1.15fr);
  gap: 44px;
  align-items: center;
  padding: 25px 0;
  border-top: 1px solid rgba(255, 255, 255, .13);
}

.yx-navigation-preview-footer-entity > div:first-child {
  display: grid;
  gap: 7px;
}

.yx-navigation-preview-footer-entity strong {
  color: rgba(255, 255, 255, .88);
  font-size: 13px;
  font-weight: 600;
}

.yx-navigation-preview-footer-entity span {
  color: rgba(255, 255, 255, .5);
  font-size: 12px;
  line-height: 1.6;
}

.yx-navigation-preview-footer-contact {
  display: flex;
  flex-wrap: wrap;
  gap: 8px 22px;
  align-items: center;
  justify-content: flex-end;
}

.yx-navigation-preview-footer-contact > span:first-child {
  color: #d7b776;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: .08em;
}

.yx-navigation-preview-footer-contact a {
  color: #fff;
  font-family: Georgia, serif;
  font-size: 18px;
  text-decoration: none;
}

.yx-navigation-preview-footer-meta {
  display: flex;
  gap: 18px 32px;
  align-items: center;
  justify-content: flex-start;
  padding: 18px 0 25px;
  border-top: 1px solid rgba(255, 255, 255, .08);
  color: rgba(255, 255, 255, .42);
  font-size: 11px;
  line-height: 1.6;
}

.yx-navigation-preview-footer-meta a {
  color: rgba(255, 255, 255, .54);
  text-decoration: none;
}

.yx-navigation-preview-footer-meta a:hover,
.yx-navigation-preview-footer-meta a:focus {
  color: #fff;
}

/* The test footer consolidates the legal and contact information from Begin. */
body.yx-navigation-test #colophon {
  display: none !important;
}

@media (max-width: 900px) {
  .yx-navigation-preview-footer-brand,
  .yx-navigation-preview-footer-entity {
    grid-template-columns: 1fr;
  }

  .yx-navigation-preview-footer-brand > p {
    max-width: 720px;
    justify-self: start;
    text-align: left;
  }

  .yx-navigation-preview-footer-menu {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .yx-navigation-preview-footer-meta {
    flex-wrap: wrap;
    justify-content: flex-start;
  }

  .yx-navigation-preview-footer-contact {
    justify-content: flex-start;
  }
}

@media (max-width: 600px) {
  body.yx-navigation-test #menu-container-o {
    min-height: 50px;
  }

  .yx-navigation-test #navigation-top {
    width: 100%;
    min-height: 50px;
  }

  .yx-navigation-preview-footer {
    padding: 0 18px;
  }

  .yx-navigation-preview-footer-links {
    padding: 36px 0 40px;
  }

  .yx-navigation-preview-footer-brand {
    gap: 24px;
    padding: 46px 0 30px;
  }

  .yx-navigation-preview-page {
    width: min(100% - 20px, 1120px);
    margin-top: 16px;
  }

  .yx-navigation-preview-page--full {
    width: 100%;
    margin: 0;
  }

  .yx-navigation-preview-page-header-inner,
  .yx-navigation-preview-page--full .yx-navigation-preview-content,
  .yx-navigation-preview-page--privacy-policy .yx-navigation-preview-content {
    width: min(100% - 32px, 1180px);
  }

  .yx-navigation-preview-page-header-inner {
    padding: 48px 0 44px;
  }

  .yx-navigation-preview-page--full .yx-navigation-preview-content {
    padding-top: 42px;
    padding-bottom: 68px;
  }

  .yx-navigation-preview-page--contact .yx-navigation-preview-content > ul:first-of-type {
    flex-direction: column;
    gap: 8px;
  }

  .yx-navigation-preview-page--contact .yx-navigation-preview-content > .yx-lead-section {
    padding: 44px 16px 94px;
  }

  .yx-navigation-preview-article {
    padding: 22px 18px;
    border-radius: 12px;
  }

  .yx-navigation-preview-footer-menu {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 32px 22px;
  }

  .yx-navigation-preview-footer-entity {
    gap: 20px;
    padding: 24px 0;
  }

  .yx-navigation-preview-footer-contact {
    align-items: flex-start;
    flex-direction: column;
    gap: 7px;
  }

  .yx-navigation-preview-footer-meta {
    gap: 8px 18px;
  }

  .yx-navigation-test .yx-navigation-test-badge {
    right: 10px;
    bottom: 68px;
  }
}

@media (max-width: 420px) {
  .yx-navigation-preview-footer-menu {
    grid-template-columns: 1fr;
  }
}

/* Keep the scent landing page edge-to-edge after the generic preview rules. */
.yx-navigation-preview-page--scents .yx-navigation-preview-content,
.yx-navigation-preview-page--knowledge .yx-navigation-preview-content {
  width: 100%;
  max-width: none;
  padding: 0;
}

.yx-guide-intro,
.yx-guide-directory,
.yx-guide-consult {
  width: min(1180px, calc(100% - 64px));
  margin-inline: auto;
}

.yx-guide-intro {
  display: grid;
  grid-template-columns: minmax(0, 1.2fr) minmax(280px, .8fr);
  gap: clamp(48px, 8vw, 110px);
  align-items: end;
  padding: 84px 0 92px;
}

.yx-guide-kicker,
.yx-guide-section-heading > p,
.yx-guide-consult > div > p {
  margin: 0 0 14px;
  color: #a77933;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: .14em;
  text-transform: uppercase;
}

.yx-guide-intro h2,
.yx-guide-section-heading h2,
.yx-guide-consult h2 {
  margin: 0;
  color: #173c32;
  font-family: "Noto Serif SC", "Songti SC", serif;
  font-weight: 400;
  letter-spacing: -.02em;
}

.yx-guide-intro h2 {
  font-size: clamp(34px, 4vw, 52px);
}

.yx-guide-intro > div:first-child > p:last-child {
  max-width: 720px;
  margin: 26px 0 0;
  color: #68716d;
  font-size: 16px;
  line-height: 1.95;
}

.yx-guide-intro-actions {
  display: grid;
  gap: 12px;
}

.yx-guide-button {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  padding: 17px 20px;
  border: 1px solid #b9c2bd;
  color: #173c32 !important;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.35;
  text-decoration: none !important;
}

.yx-guide-button--primary {
  border-color: #173f34;
  color: #fff !important;
  background: #173f34;
}

.yx-guide-directory {
  padding: 86px 0 96px;
  border-top: 1px solid #d9d7cf;
}

.yx-guide-section-heading {
  margin-bottom: 42px;
}

.yx-guide-section-heading h2 {
  font-size: clamp(30px, 3.2vw, 44px);
}

.yx-guide-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1px;
  background: #d4d8d3;
}

.yx-guide-card {
  min-height: 320px;
  padding: 34px;
  background: #f8f7f2;
}

.yx-guide-card > span:first-child {
  display: block;
  margin-bottom: 42px;
  color: #b4873c;
  font-family: Georgia, serif;
  font-size: 18px;
}

.yx-guide-card h3 {
  margin: 0;
  color: #173c32;
  font-family: "Noto Serif SC", "Songti SC", serif;
  font-size: 23px;
  font-weight: 400;
}

.yx-guide-card > p {
  min-height: 90px;
  margin: 18px 0 28px;
  color: #6d7772;
  font-size: 14px;
  line-height: 1.8;
}

.yx-guide-card > div {
  display: flex;
  flex-wrap: wrap;
  gap: 9px 18px;
}

.yx-guide-card a {
  color: #275b4d !important;
  font-size: 13px;
  font-weight: 700;
  text-decoration: none !important;
}

.yx-guide-card a::after {
  content: " →";
}

.yx-guide-consult {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(230px, .38fr);
  gap: 48px;
  align-items: end;
  width: 100%;
  max-width: none;
  padding: 76px max(32px, calc((100% - 1180px) / 2));
  color: #fff;
  background: #173f34;
}

.yx-guide-consult > div > p {
  color: #d8b46f;
}

.yx-guide-consult h2 {
  color: #fff;
  font-size: clamp(30px, 3.4vw, 46px);
}

.yx-guide-consult > div > span {
  display: block;
  max-width: 720px;
  margin-top: 22px;
  color: rgba(255,255,255,.72);
  font-size: 15px;
  line-height: 1.8;
}

.yx-guide-button--light {
  border-color: #ead29f;
  color: #173f34 !important;
  background: #ead29f;
}

@media (max-width: 900px) {
  .yx-guide-intro,
  .yx-guide-consult {
    grid-template-columns: 1fr;
  }

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

@media (max-width: 600px) {
  .yx-navigation-preview-page--scents .yx-navigation-preview-content,
  .yx-navigation-preview-page--knowledge .yx-navigation-preview-content {
    width: 100%;
    padding: 0;
  }

  .yx-guide-intro,
  .yx-guide-directory {
    width: min(100% - 32px, 1180px);
  }

  .yx-guide-intro {
    gap: 34px;
    padding: 52px 0 58px;
  }

  .yx-guide-directory {
    padding: 58px 0 64px;
  }

  .yx-guide-grid {
    grid-template-columns: 1fr;
  }

  .yx-guide-card {
    min-height: 0;
    padding: 28px 24px;
  }

  .yx-guide-card > span:first-child {
    margin-bottom: 26px;
  }

  .yx-guide-card > p {
    min-height: 0;
  }

  .yx-guide-consult {
    gap: 34px;
    padding: 54px 20px 62px;
  }
}

/* Test homepage: treat the scene follow-up as one centered transition band. */
@media (min-width: 981px) {
  body.yx-navigation-test.page-template-page-home-v2 .yx-home-v2--hero-full {
    --yx-preview-hero-height: clamp(500px, 69vh, 620px);
  }

  body.yx-navigation-test.page-template-page-home-v2 .yx-home-v2--hero-full .yx-home-v2__hero,
  body.yx-navigation-test.page-template-page-home-v2 .yx-home-v2--hero-full .yx-home-v2__hero-layout,
  body.yx-navigation-test.page-template-page-home-v2 .yx-home-v2--hero-full .yx-home-v2__hero-media {
    height: var(--yx-preview-hero-height);
    min-height: var(--yx-preview-hero-height);
  }

  body.yx-navigation-test.page-template-page-home-v2 .yx-home-v2--hero-full .yx-home-v2__hero {
    padding: 0;
  }

  body.yx-navigation-test.page-template-page-home-v2 .yx-home-v2--hero-full .yx-home-v2__hero-layout {
    padding: 48px 0;
  }
}

body.yx-navigation-test.page-template-page-home-v2 .yx-home-v2__scenes {
  padding-bottom: 0;
}

body.yx-navigation-test.page-template-page-home-v2 .yx-home-v2__scenes-followup {
  display: flex;
  min-height: 150px;
  padding: 0;
  align-items: center;
  justify-content: center;
}

body.yx-navigation-test.page-template-page-home-v2 .yx-home-v2__scenes-followup a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 14px;
  margin: 0;
  padding: 10px 0;
  font-size: clamp(17px, 1.1vw, 18px);
  line-height: 1.5;
}

@media (max-width: 620px) {
  body.yx-navigation-test.page-template-page-home-v2 .yx-home-v2__scenes-followup {
    min-height: 112px;
    padding: 0 16px;
  }

  body.yx-navigation-test.page-template-page-home-v2 .yx-home-v2__scenes-followup a {
    font-size: 16px;
    text-align: center;
    white-space: normal;
  }

}

/* Acceptance closeout: keep seven information categories and present the
   consultation entry as a distinct action, not an eighth category. */
@media (min-width: 901px) {
  .yx-navigation-test #site-nav .down-menu > .yx-navigation-cta {
    display: block;
    margin-left: auto;
    line-height: 1;
  }

  .yx-navigation-test #site-nav .down-menu > .yx-navigation-cta > a {
    display: inline-flex;
    min-height: 38px;
    padding: 0 17px;
    align-items: center;
    border: 1px solid rgba(225, 194, 133, .78);
    border-radius: 999px;
    color: #173f34 !important;
    background: #e7c98e;
    font-size: 13px;
    letter-spacing: .02em;
    box-shadow: 0 8px 20px rgba(15, 44, 35, .15);
  }

  .yx-navigation-test #site-nav .down-menu > .yx-navigation-cta > a:hover,
  .yx-navigation-test #site-nav .down-menu > .yx-navigation-cta > a:focus-visible {
    color: #173f34 !important;
    background: #f0d9aa !important;
    transform: translateY(-1px);
  }

  body.yx-navigation-test.yx-nav-scrolled #menu-container-o {
    position: fixed;
    z-index: 9990;
    top: 0;
    right: 0;
    left: 0;
    animation: yx-navigation-slide-in .24s ease both;
  }

  body.admin-bar.yx-navigation-test.yx-nav-scrolled #menu-container-o {
    top: 32px;
  }
}

@keyframes yx-navigation-slide-in {
  from { transform: translateY(-12px); opacity: .7; }
  to { transform: translateY(0); opacity: 1; }
}

.yx-navigation-test #navigation-toggle[role="button"]:focus-visible,
.yx-navigation-test #sidr-main .dropdown-toggle:focus-visible {
  outline: 2px solid #c8a86a;
  outline-offset: 3px;
}

.yx-navigation-mobile-consult {
  display: none;
}

/* Footer entity row: separate company identity from contact actions so the
   information reads as two calm, balanced groups instead of one long line. */
.yx-navigation-preview-footer-entity {
  display: grid;
  grid-template-columns: minmax(250px, 1fr) minmax(520px, auto) auto;
  gap: clamp(34px, 4vw, 66px);
  align-items: center;
  padding: 34px 0 36px;
  border-top: 1px solid rgba(255, 255, 255, .12);
  border-bottom: 1px solid rgba(255, 255, 255, .12);
}

.yx-navigation-preview-footer-company {
  position: relative;
  display: grid;
  gap: 10px;
  padding-left: 20px;
}

.yx-navigation-preview-footer-company::before {
  position: absolute;
  top: 2px;
  bottom: 2px;
  left: 0;
  width: 2px;
  border-radius: 999px;
  background: #d0ad68;
  content: "";
}

.yx-navigation-preview-footer-company strong {
  color: rgba(255, 255, 255, .94);
  font-family: "Noto Serif SC", "Songti SC", serif;
  font-size: clamp(17px, 1.15vw, 20px);
  font-weight: 600;
  line-height: 1.45;
  letter-spacing: .025em;
}

.yx-navigation-preview-footer-company > span {
  color: rgba(255, 255, 255, .54);
  font-size: 13px;
  line-height: 1.6;
}

.yx-navigation-preview-footer-contact {
  display: grid;
  grid-template-columns: auto auto;
  grid-template-areas:
    "label label"
    "phones wechat";
  gap: 10px 24px;
  align-items: center;
  justify-content: end;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", "PingFang SC", "Microsoft YaHei", Arial, sans-serif;
}

.yx-navigation-preview-footer-contact-label {
  grid-area: label;
  display: inline-flex;
  align-items: center;
  justify-self: start;
  gap: 9px;
  color: #d7b873;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: .14em;
}

.yx-navigation-preview-footer-contact-label::before {
  width: 22px;
  height: 1px;
  background: currentColor;
  content: "";
}

.yx-navigation-preview-footer-phones {
  grid-area: phones;
  display: flex;
  align-items: center;
  gap: 18px;
}

.yx-navigation-preview-footer-phones > span {
  display: grid;
  gap: 3px;
}

.yx-navigation-preview-footer-phones small {
  color: rgba(255, 255, 255, .58);
  font-size: 11px;
  font-weight: 600;
  letter-spacing: .08em;
}

.yx-navigation-preview-footer-phones a {
  position: relative;
  color: #fff;
  font-family: inherit;
  font-size: clamp(18px, 1.25vw, 21px);
  font-variant-numeric: tabular-nums;
  font-feature-settings: "tnum" 1, "lnum" 1;
  font-weight: 600;
  line-height: 1.2;
  letter-spacing: .015em;
  text-decoration: none;
  white-space: nowrap;
}

.yx-navigation-preview-footer-phones > span + span {
  padding-left: 19px;
  border-left: 1px solid rgba(255, 255, 255, .22);
}

.yx-navigation-preview-footer-phones a:hover,
.yx-navigation-preview-footer-phones a:focus-visible {
  color: #e5c987;
}

.yx-navigation-preview-footer-wechat {
  grid-area: wechat;
  display: inline-flex;
  min-height: 34px;
  padding: 0 13px;
  align-items: center;
  border: 1px solid rgba(255, 255, 255, .16);
  border-radius: 999px;
  color: rgba(255, 255, 255, .62);
  background: rgba(255, 255, 255, .045);
  font-family: inherit;
  font-size: 13px;
  font-weight: 500;
  letter-spacing: .01em;
  white-space: nowrap;
}

.yx-navigation-preview-footer-qr {
  display: flex;
  gap: 14px;
  align-items: center;
  justify-self: end;
  margin: 0;
}

.yx-navigation-preview-footer-qr-frame {
  display: block;
  width: 112px;
  padding: 6px;
  border-radius: 10px;
  background: #fff;
  box-shadow: 0 10px 26px rgba(7, 26, 20, .2);
}

.yx-navigation-preview-footer-qr img {
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 1;
}

.yx-navigation-preview-footer-qr figcaption {
  display: grid;
  gap: 5px;
  min-width: 112px;
}

.yx-navigation-preview-footer-qr strong {
  color: rgba(255, 255, 255, .94);
  font-size: 13px;
  font-weight: 700;
  line-height: 1.45;
}

.yx-navigation-preview-footer-qr figcaption span {
  color: rgba(255, 255, 255, .52);
  font-size: 11px;
  line-height: 1.55;
}

@media (max-width: 900px) {
  .yx-navigation-preview-footer-entity {
    grid-template-columns: 1fr;
    gap: 28px;
  }

  .yx-navigation-preview-footer-contact {
    justify-content: start;
  }

  .yx-navigation-preview-footer-qr {
    justify-self: start;
  }

  .yx-navigation-mobile-consult {
    position: fixed;
    z-index: 99998;
    right: 14px;
    bottom: 62px;
    display: inline-flex;
    min-height: 42px;
    padding: 0 18px;
    align-items: center;
    justify-content: center;
    border: 1px solid rgba(255, 255, 255, .58);
    border-radius: 999px;
    color: #173f34;
    background: #e7c98e;
    font-size: 13px;
    font-weight: 700;
    text-decoration: none;
    box-shadow: 0 12px 30px rgba(16, 45, 36, .2);
  }
}

@media (max-width: 600px) {
  .yx-navigation-preview-footer-entity {
    padding: 28px 0 30px;
  }

  .yx-navigation-preview-footer-contact {
    grid-template-columns: 1fr;
    grid-template-areas:
      "label"
      "phones"
      "wechat";
    gap: 14px;
  }

  .yx-navigation-preview-footer-phones {
    flex-wrap: wrap;
    gap: 10px 0;
  }

  .yx-navigation-preview-footer-phones a {
    font-size: 19px;
  }

  .yx-navigation-preview-footer-wechat {
    justify-self: start;
  }

  .yx-navigation-preview-footer-qr-frame {
    width: 108px;
  }
}

/* Begin prints archive/page chrome before the custom test layouts. These pages
   supply their own title and section navigation, so hide the empty legacy shell. */
body.yx-navigation-draft-preview .bread,
body.yx-navigation-draft-preview .submenu-nav.header-sub,
body.yx-navigation-draft-preview #content,
body.yx-navigation-cases-preview .top-sub,
body.yx-navigation-cases-preview .bread,
body.yx-navigation-cases-preview .submenu-nav.header-sub,
body.yx-navigation-cases-preview #content,
body.yx-navigation-cases-preview .yxsg-seo-block-cases {
  display: none !important;
}

/* Scents V2: decision-led scent direction page. */
.yx-scents-v2 {
  --yx-scent-ink: #163e33;
  --yx-scent-text: #53635d;
  --yx-scent-gold: #bd914d;
  --yx-scent-line: rgba(22, 62, 51, .14);
  --yx-scent-mist: #edf3ef;
  color: var(--yx-scent-text);
  background: #f8faf7;
}

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

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

.yx-scents-v2 h1,
.yx-scents-v2 h2,
.yx-scents-v2 h3,
.yx-navigation-preview-page--scents .yx-scents-v2 h2 {
  margin: 0;
  color: var(--yx-scent-ink);
  font-family: "Noto Serif SC", "Songti SC", "STSong", serif;
  font-weight: 400;
  letter-spacing: -.035em;
}

.yx-scents-v2 p,
.yx-scents-v2 figure,
.yx-scents-v2 blockquote {
  margin: 0;
}

.yx-scents-v2 a {
  text-decoration: none !important;
}

.yx-scents-v2__eyebrow {
  color: var(--yx-scent-gold) !important;
  font-size: 11px !important;
  font-weight: 700;
  letter-spacing: .18em;
  line-height: 1.4 !important;
}

.yx-scents-v2__hero {
  display: grid;
  grid-template-columns: minmax(0, .92fr) minmax(520px, 1.08fr);
  min-height: 610px;
  overflow: hidden;
  background:
    radial-gradient(circle at 8% 12%, rgba(162, 195, 176, .23), transparent 32%),
    #f6f8f4;
}

.yx-scents-v2__hero-copy {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: clamp(70px, 7vw, 116px) clamp(48px, 6.8vw, 126px);
}

.yx-scents-v2__hero h1 {
  max-width: 760px;
  margin-top: 22px;
  font-size: clamp(42px, 4.25vw, 70px);
  line-height: 1.24;
}

.yx-scents-v2__hero-lead {
  max-width: 670px;
  margin-top: 30px !important;
  color: #64736d !important;
  font-size: clamp(16px, 1.18vw, 19px) !important;
  line-height: 1.9 !important;
}

.yx-scents-v2__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 38px;
}

.yx-scents-v2__button {
  display: inline-flex;
  min-height: 54px;
  align-items: center;
  justify-content: space-between;
  gap: 38px;
  padding: 14px 22px;
  border: 1px solid var(--yx-scent-ink);
  color: var(--yx-scent-ink) !important;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.4;
  transition: background-color .2s ease, color .2s ease, transform .2s ease;
}

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

.yx-scents-v2__button--primary {
  color: #fff !important;
  background: var(--yx-scent-ink);
}

.yx-scents-v2__button--quiet {
  border-color: rgba(22, 62, 51, .28);
  background: rgba(255, 255, 255, .52);
}

.yx-scents-v2__hero-visual {
  position: relative;
  min-height: 610px;
  overflow: hidden;
}

.yx-scents-v2__hero-visual::after {
  position: absolute;
  inset: 0;
  content: "";
  background: linear-gradient(90deg, rgba(246, 248, 244, .2), transparent 30%);
  pointer-events: none;
}

.yx-scents-v2__hero-visual > img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.yx-scents-v2__hero-visual figcaption {
  position: absolute;
  z-index: 1;
  right: 34px;
  bottom: 30px;
  display: grid;
  grid-template-columns: auto auto;
  gap: 2px 12px;
  min-width: 236px;
  padding: 19px 22px;
  color: rgba(255, 255, 255, .84);
  background: rgba(17, 57, 46, .88);
  backdrop-filter: blur(10px);
}

.yx-scents-v2__hero-visual figcaption span {
  font-size: 9px;
  letter-spacing: .15em;
}

.yx-scents-v2__hero-visual figcaption strong {
  color: #fff;
  font-size: 14px;
}

.yx-scents-v2__hero-visual figcaption i {
  grid-column: 1 / -1;
  height: 1px;
  margin: 8px 0;
  background: rgba(255, 255, 255, .24);
}

.yx-scents-v2__anchor-nav {
  display: flex;
  width: min(1420px, calc(100% - 80px));
  min-height: 72px;
  margin: 0 auto;
  align-items: center;
  justify-content: center;
  gap: clamp(28px, 5vw, 78px);
  border-bottom: 1px solid var(--yx-scent-line);
}

.yx-scents-v2__anchor-nav a {
  position: relative;
  padding: 25px 0 22px;
  color: #52635d !important;
  font-size: 13px;
  font-weight: 700;
  white-space: nowrap;
}

.yx-scents-v2__anchor-nav a::after {
  position: absolute;
  right: 50%;
  bottom: -1px;
  left: 50%;
  height: 2px;
  content: "";
  background: var(--yx-scent-gold);
  transition: right .2s ease, left .2s ease;
}

.yx-scents-v2__anchor-nav a:hover::after,
.yx-scents-v2__anchor-nav a:focus-visible::after {
  right: 0;
  left: 0;
}

.yx-scents-v2__memory {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(460px, .82fr);
  width: min(1420px, calc(100% - 80px));
  margin: 0 auto;
  padding: 108px 0;
  align-items: stretch;
}

.yx-scents-v2__memory-copy {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: clamp(44px, 5vw, 82px);
  background:
    radial-gradient(circle at 12% 10%, rgba(196, 218, 204, .56), transparent 37%),
    var(--yx-scent-mist);
}

.yx-scents-v2__memory h2 {
  max-width: 720px;
  margin-top: 18px;
  font-size: clamp(34px, 3.3vw, 52px);
  line-height: 1.35;
}

.yx-scents-v2__memory-copy > p:not(.yx-scents-v2__eyebrow) {
  max-width: 730px;
  margin-top: 22px;
  color: #5a6863;
  font-size: 16px;
  line-height: 1.95;
}

.yx-scents-v2__memory blockquote {
  margin-top: 36px;
  padding: 20px 0 0 24px;
  border-top: 1px solid rgba(22, 62, 51, .18);
  border-left: 2px solid var(--yx-scent-gold);
  color: var(--yx-scent-ink);
  font-family: "Noto Serif SC", "Songti SC", serif;
  font-size: clamp(17px, 1.25vw, 21px);
  line-height: 1.75;
}

.yx-scents-v2__memory blockquote span {
  display: block;
}

.yx-scents-v2__memory blockquote span + span {
  margin-top: 4px;
}

.yx-scents-v2__memory-visual {
  min-height: 560px;
  overflow: hidden;
}

.yx-scents-v2__memory-visual img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.yx-scents-v2__section {
  width: min(1420px, calc(100% - 80px));
  margin: 0 auto;
  padding: 106px 0;
}

.yx-scents-v2__section-heading {
  display: grid;
  grid-template-columns: minmax(0, 1.25fr) minmax(300px, .75fr);
  gap: 76px;
  margin-bottom: 50px;
  align-items: end;
}

.yx-scents-v2__section-heading h2 {
  margin-top: 17px;
  font-size: clamp(34px, 3.1vw, 50px);
  line-height: 1.35;
}

.yx-scents-v2__section-heading > p {
  padding-bottom: 5px;
  color: #65736e;
  font-size: 15px;
  line-height: 1.9;
}

.yx-scents-v2__choose {
  border-top: 1px solid var(--yx-scent-line);
}

.yx-scents-v2__entry-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 20px;
}

.yx-scents-v2__entry-grid > a {
  position: relative;
  isolation: isolate;
  display: flex;
  min-height: 248px;
  overflow: hidden;
  flex-direction: column;
  padding: clamp(30px, 3vw, 42px);
  border: 1px solid rgba(22, 62, 51, .13);
  border-radius: 18px;
  color: inherit !important;
  background: #fbfcfa;
  box-shadow: 0 16px 44px rgba(30, 58, 49, .055);
  transition: border-color .25s ease, box-shadow .25s ease, transform .25s ease;
}

.yx-scents-v2__entry-grid > a::after {
  position: absolute;
  z-index: -1;
  top: -76px;
  right: -64px;
  width: 190px;
  height: 190px;
  border: 1px solid rgba(22, 62, 51, .08);
  border-radius: 50%;
  content: "";
  background: radial-gradient(circle at 36% 60%, rgba(255, 255, 255, .75), rgba(201, 220, 207, .2) 62%, transparent 64%);
  transition: transform .35s ease;
}

.yx-scents-v2__entry-grid > a:hover,
.yx-scents-v2__entry-grid > a:focus-visible {
  z-index: 1;
  border-color: rgba(22, 62, 51, .34);
  box-shadow: 0 22px 54px rgba(30, 58, 49, .105);
  transform: translateY(-4px);
}

.yx-scents-v2__entry-grid > a:hover::after,
.yx-scents-v2__entry-grid > a:focus-visible::after {
  transform: scale(1.08);
}

.yx-scents-v2__entry-card--space {
  background: linear-gradient(135deg, #fbfcfa 0%, #f2f6f2 100%) !important;
}

.yx-scents-v2__entry-card--mood {
  background: linear-gradient(135deg, #f8faf7 0%, #edf3ef 100%) !important;
}

.yx-scents-v2__entry-card--hotel {
  background: linear-gradient(135deg, #fbfaf7 0%, #f2efe8 100%) !important;
}

.yx-scents-v2__entry-card--test {
  border-color: #1d5445 !important;
  color: #fff !important;
  background: linear-gradient(135deg, #214f42 0%, #143d33 100%) !important;
  box-shadow: 0 18px 46px rgba(20, 61, 51, .18) !important;
}

.yx-scents-v2__entry-card--test::after {
  border-color: rgba(228, 195, 125, .24) !important;
  background: radial-gradient(circle at 36% 60%, rgba(228, 195, 125, .13), rgba(255, 255, 255, .025) 62%, transparent 64%) !important;
}

.yx-scents-v2__entry-grid small {
  display: inline-flex;
  width: max-content;
  align-items: center;
  gap: 9px;
  color: #8a6740;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: .08em;
}

.yx-scents-v2__entry-grid small::before {
  width: 18px;
  height: 1px;
  content: "";
  background: #c99a53;
}

.yx-scents-v2__entry-grid h3 {
  margin-top: 22px;
  font-family: inherit;
  font-size: clamp(22px, 2vw, 27px);
  font-weight: 700;
  letter-spacing: 0;
  line-height: 1.45;
}

.yx-scents-v2__entry-grid p {
  max-width: 490px;
  margin-top: 14px;
  color: #71807a;
  font-size: 14px;
  line-height: 1.85;
}

.yx-scents-v2__entry-grid b {
  display: inline-flex;
  width: max-content;
  margin-top: auto;
  padding-top: 28px;
  align-items: center;
  gap: 11px;
  color: var(--yx-scent-ink);
  font-size: 13px;
}

.yx-scents-v2__entry-grid i {
  display: inline-flex;
  width: 30px;
  height: 30px;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(22, 62, 51, .2);
  border-radius: 50%;
  font-style: normal;
  transition: transform .2s ease;
}

.yx-scents-v2__entry-grid > a:hover i,
.yx-scents-v2__entry-grid > a:focus-visible i {
  transform: translateX(3px);
}

.yx-scents-v2__entry-card--test small,
.yx-scents-v2__entry-card--test h3,
.yx-scents-v2__entry-card--test b {
  color: #fff !important;
}

.yx-scents-v2__entry-card--test p {
  color: rgba(255, 255, 255, .75);
}

.yx-scents-v2__entry-card--test i {
  border-color: rgba(228, 195, 125, .55);
  color: #e4c37d;
}

.yx-scents-v2__method {
  display: flex;
  margin-top: 72px;
  align-items: center;
  justify-content: center;
  gap: clamp(18px, 2.6vw, 40px);
  color: #64746d;
  font-size: 15px;
  font-weight: 700;
  line-height: 1.6;
}

.yx-scents-v2__method i {
  color: var(--yx-scent-gold);
  font-size: 14px;
  font-style: normal;
}

.yx-scents-v2__families {
  width: 100%;
  max-width: none;
  padding: 110px max(40px, calc((100vw - 1420px) / 2));
  background: #eef2ed;
}

.yx-scents-v2__families .yx-scents-v2__section-heading {
  width: min(1420px, 100%);
  margin-right: auto;
  margin-left: auto;
}

.yx-scents-v2__series-shell {
  display: grid;
  grid-template-columns: minmax(260px, .34fr) minmax(0, 1fr);
  width: min(1420px, 100%);
  min-height: 610px;
  margin: 0 auto;
  background: #fff;
  box-shadow: 0 24px 66px rgba(38, 68, 57, .09);
}

.yx-scents-v2__series-tabs {
  display: flex;
  flex-direction: column;
  padding: 24px 0;
  border-right: 1px solid var(--yx-scent-line);
}

.yx-scents-v2__series-tabs button {
  position: relative;
  display: grid;
  width: 100%;
  min-height: 76px;
  grid-template-columns: 38px 1fr;
  padding: 18px 26px;
  border: 0;
  border-bottom: 1px solid rgba(22, 62, 51, .08);
  color: #63716b;
  background: transparent;
  font: inherit;
  font-size: 14px;
  font-weight: 700;
  text-align: left;
  cursor: pointer;
  transition: color .2s ease, background-color .2s ease;
}

.yx-scents-v2__series-tabs button::after {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 3px;
  content: "";
  background: transparent;
}

.yx-scents-v2__series-tabs button[aria-selected="true"] {
  color: var(--yx-scent-ink);
  background: #edf3ef;
}

.yx-scents-v2__series-tabs button[aria-selected="true"]::after {
  background: var(--yx-scent-gold);
}

.yx-scents-v2__series-tabs span {
  color: var(--yx-scent-gold);
  font-family: Georgia, serif;
  font-size: 13px;
}

.yx-scents-v2__series-panels,
.yx-scents-v2__series-panel {
  min-width: 0;
  height: 100%;
}

.yx-scents-v2__series-panel {
  position: relative;
  min-height: 610px;
  overflow: hidden;
  background: #e8e9e5;
}

.yx-scents-v2__series-panel[hidden] {
  display: none;
}

.yx-scents-v2__series-panel > img {
  width: 100%;
  height: 100%;
  min-height: 610px;
  object-fit: cover;
}

.yx-scents-v2__series-panel::after {
  position: absolute;
  inset: 0;
  content: "";
  background: linear-gradient(90deg, rgba(13, 46, 36, .76) 0, rgba(13, 46, 36, .3) 45%, transparent 74%);
  pointer-events: none;
}

.yx-scents-v2__series-panel > div {
  position: absolute;
  z-index: 1;
  top: 50%;
  left: clamp(34px, 6vw, 88px);
  width: min(440px, calc(100% - 68px));
  padding: 32px;
  color: rgba(255, 255, 255, .82);
  background: rgba(13, 47, 37, .73);
  transform: translateY(-50%);
  backdrop-filter: blur(8px);
}

.yx-scents-v2__series-panel > div > p:first-child {
  color: #e0bf7b;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: .17em;
}

.yx-scents-v2__series-panel h3 {
  margin-top: 12px;
  color: #fff;
  font-size: clamp(31px, 3vw, 47px);
}

.yx-scents-v2__series-panel strong {
  display: block;
  margin-top: 13px;
  color: #f1d69e;
  font-size: 13px;
  letter-spacing: .05em;
}

.yx-scents-v2__series-panel > div > p:last-of-type {
  margin-top: 19px;
  font-size: 14px;
  line-height: 1.85;
}

.yx-scents-v2__series-panel a {
  display: inline-flex;
  margin-top: 24px;
  gap: 20px;
  color: #fff !important;
  font-size: 12px;
  font-weight: 700;
}

.yx-scents-v2__mid-cta {
  display: flex;
  width: min(1420px, 100%);
  min-height: 96px;
  margin: 22px auto 0;
  padding: 20px 28px;
  align-items: center;
  justify-content: space-between;
  gap: 28px;
  border: 1px solid rgba(22, 62, 51, .12);
  background: rgba(255, 255, 255, .72);
}

.yx-scents-v2__mid-cta div {
  display: flex;
  flex-direction: column;
  gap: 4px;
}

.yx-scents-v2__mid-cta strong {
  color: var(--yx-scent-ink);
  font-size: 16px;
}

.yx-scents-v2__mid-cta span {
  font-size: 12px;
}

.yx-scents-v2__sample-link {
  display: inline-flex;
  width: fit-content;
  margin-top: 7px;
  padding-bottom: 2px;
  border-bottom: 1px solid rgba(165, 111, 45, .38);
  color: #9a682e !important;
  font-size: 12px;
  font-weight: 700;
  line-height: 1.6;
}

.yx-scents-v2__sample-link:hover,
.yx-scents-v2__sample-link:focus-visible {
  border-bottom-color: currentColor;
}

.yx-scents-v2__mid-cta > a {
  display: inline-flex;
  min-height: 48px;
  padding: 13px 20px;
  align-items: center;
  gap: 24px;
  color: #fff !important;
  background: var(--yx-scent-ink);
  font-size: 13px;
  font-weight: 700;
}

.yx-scents-v2__space-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 28px;
}

.yx-scents-v2__space-grid article {
  display: grid;
  grid-template-columns: minmax(240px, .95fr) minmax(260px, 1.05fr);
  overflow: hidden;
  border: 1px solid var(--yx-scent-line);
  background: #fff;
}

.yx-scents-v2__space-image {
  min-height: 300px;
  overflow: hidden;
}

.yx-scents-v2__space-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform .5s ease;
}

.yx-scents-v2__space-grid article:hover .yx-scents-v2__space-image img {
  transform: scale(1.035);
}

.yx-scents-v2__space-grid article > div {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 32px;
}

.yx-scents-v2__space-grid small {
  color: var(--yx-scent-gold);
  font-size: 9px;
  font-weight: 700;
  letter-spacing: .15em;
}

.yx-scents-v2__space-grid h3 {
  margin-top: 11px;
  font-size: 27px;
}

.yx-scents-v2__space-grid p {
  margin-top: 20px;
  color: #66746f;
  font-size: 13px;
  line-height: 1.75;
}

.yx-scents-v2__space-grid article > div > a {
  margin-top: 28px;
  color: var(--yx-scent-ink) !important;
  font-size: 12px;
  font-weight: 700;
}

.yx-scents-v2__final-cta {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  width: min(1420px, calc(100% - 80px));
  margin: 10px auto 100px;
  padding: clamp(48px, 5vw, 76px);
  align-items: center;
  gap: 60px;
  overflow: hidden;
  border: 1px solid rgba(29, 84, 69, .10);
  color: #66766f;
  background:
    radial-gradient(circle at 88% 10%, rgba(150, 186, 167, .28), transparent 38%),
    linear-gradient(135deg, #e2eee8 0%, #edf4f0 58%, #f6f7f3 100%);
  box-shadow: 0 16px 42px rgba(33, 68, 57, .08);
}

.yx-scents-v2__academy-links {
  display: grid;
  grid-template-columns: minmax(260px, .72fr) minmax(0, 1.28fr);
  gap: 56px;
  align-items: center;
  max-width: 1280px;
  margin: 0 auto 72px;
  padding: 34px 38px;
  border: 1px solid rgba(30, 74, 62, .12);
  background: #f5f8f5;
}

.yx-scents-v2__academy-links h2 {
  margin: 0;
  color: #1c493d;
  font-family: "Noto Serif SC", "Songti SC", serif;
  font-size: clamp(29px, 2.4vw, 40px);
  font-weight: 400;
  line-height: 1.45;
}

.yx-scents-v2__academy-links > div > p:last-child {
  margin: 14px 0 0;
  color: #6c7872;
  line-height: 1.8;
}

.yx-scents-v2__academy-links nav {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  border-left: 1px solid rgba(30, 74, 62, .12);
}

.yx-scents-v2__academy-links nav a {
  display: flex;
  min-height: 118px;
  padding: 20px 24px;
  border-right: 1px solid rgba(30, 74, 62, .12);
  color: #284d43;
  flex-direction: column;
  justify-content: space-between;
}

.yx-scents-v2__academy-links nav a:hover { background: #fff; }
.yx-scents-v2__academy-links nav strong { font-size: 17px; line-height: 1.65; }
.yx-scents-v2__academy-links nav span { color: #a56f2d; font-size: 14px; font-weight: 700; }

@media (max-width: 900px) {
  .yx-scents-v2__academy-links { grid-template-columns: 1fr; gap: 28px; }
  .yx-scents-v2__academy-links nav { border-top: 1px solid rgba(30, 74, 62, .12); border-left: 0; }
}

@media (max-width: 600px) {
  .yx-scents-v2__academy-links { width: calc(100% - 32px); margin-bottom: 46px; padding: 26px 20px; }
  .yx-scents-v2__academy-links nav { grid-template-columns: 1fr; }
  .yx-scents-v2__academy-links nav a { min-height: 0; padding: 18px 8px; border-right: 0; border-bottom: 1px solid rgba(30, 74, 62, .12); }
  .yx-scents-v2__academy-links nav span { margin-top: 10px; }
}

.yx-scents-v2__final-cta::after {
  position: absolute;
  top: -95px;
  right: -45px;
  width: 300px;
  height: 300px;
  border: 1px solid rgba(43, 94, 79, .14);
  border-radius: 50%;
  content: "";
}

.yx-scents-v2__final-cta > div,
.yx-scents-v2__final-cta > a {
  position: relative;
  z-index: 1;
}

.yx-scents-v2__final-cta h2 {
  margin-top: 16px;
  color: #264c41;
  font-size: clamp(34px, 3.2vw, 50px);
  line-height: 1.4;
}

.yx-scents-v2__final-cta > div > p:last-child {
  max-width: 800px;
  margin-top: 18px;
  font-size: 14px;
  line-height: 1.85;
}

.yx-scents-v2__button--gold {
  min-width: 220px;
  border-color: #d7b66f;
  color: #173f34 !important;
  background: #e2c27e;
}

@media (max-width: 1120px) {
  .yx-scents-v2__hero {
    grid-template-columns: 1fr 1fr;
  }

  .yx-scents-v2__hero-copy {
    padding: 70px 46px;
  }

  .yx-scents-v2__memory,
  .yx-scents-v2__section,
  .yx-scents-v2__final-cta {
    width: min(100% - 48px, 1420px);
  }

  .yx-scents-v2__entry-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .yx-scents-v2__space-grid article {
    grid-template-columns: 1fr;
  }

  .yx-scents-v2__space-image {
    min-height: 260px;
  }
}

@media (max-width: 820px) {
  .yx-scents-v2__hero {
    grid-template-columns: 1fr;
  }

  .yx-scents-v2__hero-copy {
    padding: 66px 24px 58px;
  }

  .yx-scents-v2__hero-visual,
  .yx-scents-v2__hero-visual > img {
    min-height: 430px;
  }

  .yx-scents-v2__anchor-nav {
    width: 100%;
    padding: 0 20px;
    justify-content: flex-start;
    gap: 30px;
    overflow-x: auto;
  }

  .yx-scents-v2__memory {
    grid-template-columns: 1fr;
    padding: 70px 0;
  }

  .yx-scents-v2__memory-copy {
    padding: 48px 32px;
  }

  .yx-scents-v2__memory-visual {
    min-height: 400px;
  }

  .yx-scents-v2__section {
    padding: 74px 0;
  }

  .yx-scents-v2__section-heading {
    grid-template-columns: 1fr;
    gap: 22px;
    margin-bottom: 36px;
  }

  .yx-scents-v2__method {
    flex-wrap: wrap;
  }

  .yx-scents-v2__series-shell {
    grid-template-columns: 1fr;
  }

  .yx-scents-v2__series-tabs {
    flex-direction: row;
    padding: 0;
    border-right: 0;
    border-bottom: 1px solid var(--yx-scent-line);
    overflow-x: auto;
  }

  .yx-scents-v2__series-tabs button {
    min-width: 155px;
    grid-template-columns: 26px 1fr;
    border-right: 1px solid rgba(22, 62, 51, .08);
    border-bottom: 0;
  }

  .yx-scents-v2__series-tabs button::after {
    top: auto;
    right: 0;
    bottom: 0;
    width: auto;
    height: 3px;
  }

  .yx-scents-v2__series-panel,
  .yx-scents-v2__series-panel > img {
    min-height: 560px;
  }

  .yx-scents-v2__space-grid {
    grid-template-columns: 1fr;
  }

  .yx-scents-v2__final-cta {
    grid-template-columns: 1fr;
    gap: 34px;
  }
}

@media (max-width: 560px) {
  .yx-scents-v2__hero h1 {
    font-size: 39px;
  }

  .yx-scents-v2__actions {
    flex-direction: column;
  }

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

  .yx-scents-v2__hero-visual,
  .yx-scents-v2__hero-visual > img {
    min-height: 350px;
  }

  .yx-scents-v2__hero-visual figcaption {
    right: 18px;
    bottom: 18px;
  }

  .yx-scents-v2__memory,
  .yx-scents-v2__section,
  .yx-scents-v2__final-cta {
    width: min(100% - 32px, 1420px);
  }

  .yx-scents-v2__memory-copy {
    padding: 38px 24px;
  }

  .yx-scents-v2__memory h2,
  .yx-scents-v2__section-heading h2,
  .yx-scents-v2__final-cta h2 {
    font-size: 32px;
  }

  .yx-scents-v2__memory-visual {
    min-height: 300px;
  }

  .yx-scents-v2__entry-grid {
    grid-template-columns: 1fr;
  }

  .yx-scents-v2__entry-grid > a {
    min-height: 230px;
  }

  .yx-scents-v2__method {
    margin-top: 40px;
    align-items: flex-start;
    flex-direction: column;
  }

  .yx-scents-v2__method i {
    display: none;
  }

  .yx-scents-v2__families {
    padding: 74px 16px;
  }

  .yx-scents-v2__series-panel,
  .yx-scents-v2__series-panel > img {
    min-height: 520px;
  }

  .yx-scents-v2__series-panel::after {
    background: linear-gradient(0deg, rgba(13, 46, 36, .8), rgba(13, 46, 36, .05) 76%);
  }

  .yx-scents-v2__series-panel > div {
    top: auto;
    right: 18px;
    bottom: 18px;
    left: 18px;
    width: auto;
    padding: 24px;
    transform: none;
  }

  .yx-scents-v2__mid-cta {
    align-items: flex-start;
    flex-direction: column;
  }

  .yx-scents-v2__mid-cta > a {
    width: 100%;
    justify-content: space-between;
  }

  .yx-scents-v2__space-grid article > div {
    padding: 26px;
  }

  .yx-scents-v2__final-cta {
    margin-bottom: 74px;
    padding: 42px 26px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .yx-scents-v2 *,
  .yx-scents-v2 *::before,
  .yx-scents-v2 *::after {
    scroll-behavior: auto !important;
    transition-duration: .01ms !important;
  }
}

/* Scents page step 1: align the page frame and hero rhythm with Home V2. */
.yx-scents-v2__hero {
  position: relative;
  display: block;
  min-height: clamp(560px, 68vh, 680px);
  padding: 0;
  isolation: isolate;
  background: #eef2ed;
}

.yx-scents-v2__hero::after {
  position: absolute;
  z-index: 1;
  inset: 0;
  content: "";
  background: linear-gradient(90deg, rgba(245, 248, 244, .72) 0%, rgba(245, 248, 244, .6) 34%, rgba(245, 248, 244, .12) 60%, transparent 74%);
  pointer-events: none;
}

.yx-scents-v2__hero-inner {
  position: relative;
  display: flex;
  width: 100%;
  min-height: inherit;
  margin: 0;
  align-items: center;
}

.yx-scents-v2__hero-copy {
  position: relative;
  z-index: 2;
  width: min(1280px, calc(100% - 64px));
  max-width: none;
  margin: 0 auto;
  padding: 0 0 0 clamp(0px, 1.8vw, 24px);
}

.yx-scents-v2__hero h1 {
  max-width: 610px;
  margin-top: 20px;
  font-size: clamp(34px, 2.7vw, 44px);
  font-weight: 500;
  line-height: 1.3;
  letter-spacing: -.035em;
}

.yx-scents-v2__hero h1 > span,
.yx-scents-v2__hero-lead > span {
  display: block;
}

.yx-scents-v2__hero h1 > span {
  white-space: nowrap;
}

.yx-scents-v2__hero-lead {
  max-width: 570px;
  margin-top: 28px !important;
  font-size: 16px !important;
  line-height: 1.85 !important;
}

.yx-scents-v2__hero-visual,
.yx-scents-v2__hero-visual > img {
  min-height: 0;
  height: 100%;
}

.yx-scents-v2__hero-visual {
  position: absolute;
  z-index: 0;
  inset: 0;
  width: 100%;
  margin: 0;
  border-radius: 0;
}

.yx-scents-v2__hero-visual > img {
  object-position: center center;
}

.yx-scents-v2__hero-visual::after {
  display: none;
}

.yx-scents-v2__anchor-nav {
  position: sticky;
  z-index: 35;
  top: 0;
  display: block;
  width: 100%;
  min-height: 0;
  margin: 0;
  padding: 12px 0;
  border-top: 1px solid rgba(22, 62, 51, .08);
  border-bottom: 1px solid rgba(22, 62, 51, .13);
  background: rgba(250, 251, 248, .94);
  box-shadow: 0 12px 30px rgba(24, 58, 48, .05);
  backdrop-filter: blur(16px);
}

.yx-nav-scrolled .yx-scents-v2__anchor-nav {
  top: 60px;
}

.yx-scents-v2__anchor-inner {
  display: flex;
  width: min(1280px, calc(100% - 64px));
  margin: 0 auto;
  align-items: center;
  justify-content: center;
  gap: 12px;
}

.yx-scents-v2__anchor-nav a {
  display: inline-flex;
  min-width: 172px;
  min-height: 42px;
  padding: 10px 18px;
  align-items: center;
  justify-content: center;
  gap: 9px;
  border: 1px solid rgba(22, 62, 51, .14);
  border-radius: 999px;
  color: #38564c !important;
  font-size: 13px;
  background: rgba(255, 255, 255, .7);
  transition: border-color .2s ease, color .2s ease, background .2s ease, transform .2s ease;
}

.yx-scents-v2__anchor-nav a::after {
  display: none;
}

.yx-scents-v2__anchor-nav a:hover,
.yx-scents-v2__anchor-nav a:focus-visible {
  border-color: rgba(22, 62, 51, .38);
  color: #163e33 !important;
  background: #fff;
  transform: translateY(-1px);
}

.yx-scents-v2__anchor-nav a[aria-current="location"] {
  border-color: #1d5445;
  color: #fff !important;
  background: #1d5445;
  box-shadow: 0 7px 18px rgba(22, 62, 51, .16);
}

.yx-scents-v2__memory,
.yx-scents-v2__section,
.yx-scents-v2__final-cta {
  width: min(1280px, calc(100% - 64px));
}

.yx-scents-v2__families {
  width: 100%;
  padding-right: max(32px, calc((100vw - 1280px) / 2));
  padding-left: max(32px, calc((100vw - 1280px) / 2));
}

.yx-scents-v2__families .yx-scents-v2__section-heading,
.yx-scents-v2__families .yx-scents-v2__series-shell,
.yx-scents-v2__families .yx-scents-v2__mid-cta {
  width: min(1280px, 100%);
  margin-right: auto;
  margin-left: auto;
}

#scent-memory,
#choose-entry,
#scent-families,
#space-map {
  scroll-margin-top: 150px;
}

@media (max-width: 1040px) {
  .yx-scents-v2__hero-inner {
    width: 100%;
  }

  .yx-scents-v2__hero-copy {
    width: min(100% - 48px, 900px);
  }

  .yx-scents-v2__hero h1 {
    font-size: clamp(32px, 4vw, 40px);
  }

  .yx-scents-v2__hero-visual,
  .yx-scents-v2__hero-visual > img {
    height: 100%;
  }

  .yx-scents-v2__anchor-inner {
    width: min(100% - 48px, 900px);
    justify-content: flex-start;
    overflow-x: auto;
    scrollbar-width: none;
  }

  .yx-scents-v2__anchor-inner::-webkit-scrollbar {
    display: none;
  }

  .yx-scents-v2__memory,
  .yx-scents-v2__section,
  .yx-scents-v2__final-cta {
    width: min(100% - 48px, 900px);
  }
}

@media (max-width: 820px) {
  .yx-scents-v2__hero {
    min-height: 650px;
    padding: 0;
  }

  .yx-scents-v2__hero::after {
    background: linear-gradient(90deg, rgba(245, 248, 244, .88) 0%, rgba(245, 248, 244, .8) 54%, rgba(245, 248, 244, .48) 100%);
  }

  .yx-scents-v2__hero-inner {
    display: flex;
    width: 100%;
  }

  .yx-scents-v2__hero-copy {
    width: min(100% - 40px, 680px);
    max-width: none;
    margin: 0 auto;
    padding: 0;
  }

  .yx-scents-v2__hero-visual {
    margin: 0;
  }

  .yx-scents-v2__hero-visual,
  .yx-scents-v2__hero-visual > img {
    height: 100%;
  }

  .yx-scents-v2__hero-visual > img {
    object-position: 62% center;
  }

  .yx-scents-v2__anchor-nav,
  .yx-nav-scrolled .yx-scents-v2__anchor-nav {
    top: 0;
  }

  .yx-scents-v2__anchor-inner {
    width: calc(100% - 40px);
  }

}

@media (max-width: 560px) {
  .yx-scents-v2__hero-inner {
    width: 100%;
  }

  .yx-scents-v2__hero-copy {
    width: min(100% - 32px, 520px);
  }

  .yx-scents-v2__hero h1 {
    font-size: clamp(34px, 10vw, 40px);
    letter-spacing: -.045em;
  }

  .yx-scents-v2__hero h1 > span {
    white-space: normal;
  }

  .yx-scents-v2__hero-lead {
    font-size: 15px !important;
  }

  .yx-scents-v2__hero-visual {
    margin: 0;
  }

  .yx-scents-v2__hero-visual,
  .yx-scents-v2__hero-visual > img {
    height: 100%;
  }

  .yx-scents-v2__anchor-inner {
    width: calc(100% - 24px);
  }

  .yx-scents-v2__anchor-nav a {
    min-width: 142px;
    min-height: 40px;
    padding: 9px 14px;
  }

  .yx-scents-v2__memory,
  .yx-scents-v2__section,
  .yx-scents-v2__final-cta {
    width: min(100% - 32px, 520px);
  }

  .yx-scents-v2__families {
    width: 100%;
    padding-right: 16px;
    padding-left: 16px;
  }
}
