/* Generated by scripts/bundle_v2_global_css.py. Keep layer sources separate. */

/* Bundled source: wasabi-base.css */
/* Wasabi Life shared base — home-derived tokens, internal pages only. */
html body.wasabi-page:not(.home-v2-redesign),
html body.wasabi-shell-page:not(.home-v2-redesign) {
  --wl-header-height: 68px;
  --v2g-ink: var(--wl-color-ink);
  --v2g-paper: var(--wl-color-canvas);
  --v2g-white: var(--wl-color-surface);
  --v2g-wasabi: var(--wl-color-brand);
  --v2g-wasabi-dark: var(--wl-color-primary-dark);
  --v2g-coral: var(--wl-color-coral);
  --v2g-muted: var(--wl-color-text-secondary);
  --v2g-line: var(--wl-color-border);
  --v2g-body: var(--wl-font-sans);
  --v2g-container: var(--wl-container);
  min-width: 320px;
  margin: 0;
  overflow-x: clip;
  background: var(--wl-color-canvas) !important;
  color: var(--wl-color-ink) !important;
  font-family: var(--wl-font-sans) !important;
  font-size: 17px;
  line-height: var(--wl-type-body-leading);
  letter-spacing: 0;
  text-rendering: optimizeLegibility;
  word-break: keep-all;
  overflow-wrap: anywhere;
}

html body.wasabi-page:not(.home-v2-redesign) *,
html body.wasabi-page:not(.home-v2-redesign) *::before,
html body.wasabi-page:not(.home-v2-redesign) *::after {
  box-sizing: border-box;
}

html body.wasabi-page:not(.home-v2-redesign) ::selection {
  background: var(--wl-color-primary-soft);
  color: var(--wl-color-primary-dark);
}

html body.wasabi-page:not(.home-v2-redesign) :is(h1, h2, h3, p, li, dd, dt) {
  overflow-wrap: anywhere;
}

html body.wasabi-page:not(.home-v2-redesign) h1,
html body.wasabi-page:not(.home-v2-redesign) .story-article-title,
html body.wasabi-page:not(.home-v2-redesign) .real-estate-listing-detail h1 {
  margin-block-start: 0;
  color: var(--wl-color-ink) !important;
  font-family: var(--wl-font-sans) !important;
  font-size: clamp(38px, 4.5vw, 62px) !important;
  font-weight: 850 !important;
  line-height: 1.12 !important;
  letter-spacing: -0.035em !important;
  text-wrap: balance;
}

html body.wasabi-page:not(.home-v2-redesign) h2 {
  color: var(--wl-color-ink) !important;
  font-size: clamp(28px, 3vw, 44px) !important;
  font-weight: 820;
  line-height: 1.22 !important;
  letter-spacing: -0.025em;
  text-wrap: balance;
}

html body.wasabi-page:not(.home-v2-redesign) h3 {
  color: var(--wl-color-ink);
  font-size: clamp(20px, 2vw, 25px);
  line-height: 1.34;
}

html body.wasabi-page:not(.home-v2-redesign) :is(p, li, dd) {
  line-height: 1.72;
}

html body.wasabi-page:not(.home-v2-redesign) :is(button, input, select, textarea) {
  font: inherit;
}

html body.wasabi-page:not(.home-v2-redesign) img {
  max-width: 100%;
}

@media (max-width: 48rem) {
  html body.wasabi-page:not(.home-v2-redesign),
  html body.wasabi-shell-page:not(.home-v2-redesign) {
    --wl-header-height: 64px;
    font-size: 16px;
  }

  html body.wasabi-page:not(.home-v2-redesign) h1,
  html body.wasabi-page:not(.home-v2-redesign) .story-article-title,
  html body.wasabi-page:not(.home-v2-redesign) .real-estate-listing-detail h1 {
    font-size: clamp(34px, 10vw, 46px) !important;
    line-height: 1.14 !important;
  }

  html body.wasabi-page:not(.home-v2-redesign) h2 {
    font-size: clamp(26px, 7.5vw, 34px) !important;
  }
}

/* Bundled source: wasabi-layouts.css */
/* Wasabi Life shared layouts — common frame only. */
html body:is(.wasabi-page, .wasabi-shell-page):not(.home-v2-redesign) :is(.container, .wasabi-container) {
  width: min(calc(100% - 48px), var(--wl-container)) !important;
  max-width: var(--wl-container) !important;
  margin-inline: auto;
}

html body:is(.wasabi-page, .wasabi-shell-page):not(.home-v2-redesign) .global-header {
  position: sticky !important;
  z-index: 1000 !important;
  top: 0;
  margin: 0 !important;
  border: 0 !important;
  border-bottom: 1px solid var(--wl-color-border) !important;
  background: rgba(255, 253, 247, 0.96) !important;
  color: var(--wl-color-ink) !important;
  box-shadow: none !important;
  backdrop-filter: saturate(1.06) blur(12px);
}

html body:is(.wasabi-page, .wasabi-shell-page):not(.home-v2-redesign) .global-header.is-scrolled {
  background: var(--wl-color-glass) !important;
  box-shadow: var(--wl-shadow-1) !important;
}

html body:is(.wasabi-page, .wasabi-shell-page):not(.home-v2-redesign) .global-header-inner {
  display: grid !important;
  grid-template-columns: minmax(148px, 190px) minmax(0, 1fr) minmax(168px, 190px) !important;
  gap: 18px !important;
  align-items: center !important;
  width: min(calc(100% - 40px), 1360px) !important;
  max-width: 1360px !important;
  min-height: var(--wl-header-height) !important;
  margin-inline: auto !important;
  padding: 7px 0 !important;
}

html body:is(.wasabi-page, .wasabi-shell-page):not(.home-v2-redesign) .brand-lockup {
  min-width: 0;
  max-width: 190px;
  color: var(--wl-color-ink) !important;
}

html body:is(.wasabi-page, .wasabi-shell-page):not(.home-v2-redesign) .wasabi-brand-logo {
  width: 118px !important;
  max-width: 118px !important;
  max-height: 48px !important;
  object-fit: contain;
  filter: none !important;
  opacity: 1 !important;
}

html body:is(.wasabi-page, .wasabi-shell-page):not(.home-v2-redesign) .wasabi-brand-text {
  display: none !important;
}

html body:is(.wasabi-page, .wasabi-shell-page):not(.home-v2-redesign) .wasabi-site-nav {
  position: relative !important;
  inset: auto !important;
  display: flex !important;
  min-width: 0;
  width: auto !important;
  max-width: none !important;
  height: auto !important;
  align-items: center !important;
  justify-content: center;
  gap: clamp(6px, 0.8vw, 12px) !important;
  padding: 0 !important;
  overflow: visible !important;
  opacity: 1 !important;
  visibility: visible !important;
  pointer-events: auto !important;
  transform: none !important;
  background: transparent !important;
  box-shadow: none !important;
}

html body:is(.wasabi-page, .wasabi-shell-page):not(.home-v2-redesign) .site-header-search {
  position: relative !important;
  z-index: 50;
  width: 190px !important;
  max-width: 190px !important;
  margin: 0 !important;
  flex: none !important;
}

html body:is(.wasabi-page, .wasabi-shell-page):not(.home-v2-redesign) .site-header-search > :is(.site-search-status, .site-search-empty) {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  margin: -1px !important;
  overflow: hidden !important;
  clip: rect(0 0 0 0) !important;
  white-space: nowrap !important;
}

html body:is(.wasabi-page, .wasabi-shell-page):not(.home-v2-redesign) .site-header-search-results {
  inset: calc(100% + 10px) 0 auto auto !important;
  width: min(360px, calc(100vw - 32px));
  max-height: min(62vh, 440px);
  border: 1px solid var(--wl-color-border) !important;
  border-radius: var(--wl-radius-card) !important;
  background: var(--wl-color-surface) !important;
  box-shadow: var(--wl-shadow-3) !important;
}

html body:is(.wasabi-page, .wasabi-shell-page):not(.home-v2-redesign) .site-breadcrumb {
  width: min(calc(100% - 48px), var(--wl-container)) !important;
  margin: 0 auto !important;
  padding: 12px 0 !important;
  border: 0 !important;
  background: transparent !important;
}

html body:is(.wasabi-page, .wasabi-shell-page):not(.home-v2-redesign) .site-breadcrumb ol {
  min-height: 36px;
  gap: 8px;
  align-items: center;
}

html body:is(.wasabi-page, .wasabi-shell-page):not(.home-v2-redesign) .site-breadcrumb :is(a, span) {
  min-height: 36px !important;
  color: var(--wl-color-text-secondary) !important;
  font-size: 13px;
  font-weight: 760;
}

html body:is(.wasabi-page, .wasabi-shell-page):not(.home-v2-redesign) .site-breadcrumb a {
  min-width: 36px !important;
  padding-inline: 0 !important;
}

html body:is(.wasabi-page, .wasabi-shell-page):not(.home-v2-redesign) .global-footer {
  margin-top: clamp(72px, 9vw, 120px) !important;
  border: 0 !important;
  border-top: 4px solid var(--wl-color-accent) !important;
  background: var(--wl-color-primary-dark) !important;
  color: var(--wl-color-surface) !important;
  box-shadow: none !important;
}

html body:is(.wasabi-page, .wasabi-shell-page):not(.home-v2-redesign) .global-footer-inner {
  display: grid !important;
  grid-template-columns: minmax(0, 1.35fr) minmax(260px, 0.9fr) !important;
  gap: 14px 64px !important;
  padding: 56px 0 60px !important;
}

html body:is(.wasabi-page, .wasabi-shell-page):not(.home-v2-redesign) .global-footer :is(p, address, a) {
  color: rgba(255, 255, 255, 0.84) !important;
}

html body:is(.wasabi-page, .wasabi-shell-page):not(.home-v2-redesign) .global-footer p {
  margin: 0 !important;
  font-size: 14px;
  line-height: 1.65;
}

html body:is(.wasabi-page, .wasabi-shell-page):not(.home-v2-redesign) .footer-company-address {
  grid-column: 1;
  margin-top: 8px;
  font-style: normal;
  line-height: 1.65;
}

html body:is(.wasabi-page, .wasabi-shell-page):not(.home-v2-redesign) .footer-legal-links {
  grid-column: 2 !important;
  grid-row: 1 / span 4 !important;
  display: grid !important;
  grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  gap: 4px 18px !important;
  align-content: start;
}

html body:is(.wasabi-page, .wasabi-shell-page):not(.home-v2-redesign) .footer-legal-links a {
  min-height: 44px;
  align-items: center;
  border-bottom: 1px solid rgba(255, 255, 255, 0.14) !important;
  text-decoration: none;
}

@media (min-width: 48rem) and (max-width: 77.5rem) {
  html body:is(.wasabi-page, .wasabi-shell-page):not(.home-v2-redesign) .global-header-inner {
    grid-template-columns: 118px minmax(0, 1fr) 154px !important;
    gap: 12px !important;
    width: min(calc(100% - 32px), 1180px) !important;
  }

  html body:is(.wasabi-page, .wasabi-shell-page):not(.home-v2-redesign) .wasabi-brand-logo {
    width: 104px !important;
  }

  html body:is(.wasabi-page, .wasabi-shell-page):not(.home-v2-redesign) .nav-label-full {
    display: none !important;
  }

  html body:is(.wasabi-page, .wasabi-shell-page):not(.home-v2-redesign) .nav-label-mobile {
    display: inline !important;
  }

  html body:is(.wasabi-page, .wasabi-shell-page):not(.home-v2-redesign) .site-header-search {
    width: 154px !important;
    max-width: 154px !important;
  }
}

@media (max-width: 48rem) {
  html body:is(.wasabi-page, .wasabi-shell-page):not(.home-v2-redesign) .nav-label-full {
    display: inline !important;
  }

  html body:is(.wasabi-page, .wasabi-shell-page):not(.home-v2-redesign) .nav-label-mobile {
    display: none !important;
  }

  html body:is(.wasabi-page, .wasabi-shell-page):not(.home-v2-redesign) :is(.container, .wasabi-container, .site-breadcrumb) {
    width: min(calc(100% - 32px), var(--wl-container)) !important;
  }

  html body:is(.wasabi-page, .wasabi-shell-page):not(.home-v2-redesign) .global-header-inner {
    grid-template-columns: minmax(0, 1fr) !important;
    width: min(calc(100% - 28px), var(--wl-container)) !important;
    min-height: 64px !important;
    padding: 8px 104px 8px 0 !important;
  }

  html body:is(.wasabi-page, .wasabi-shell-page):not(.home-v2-redesign) .wasabi-brand-logo {
    width: 108px !important;
    max-width: 108px !important;
    max-height: 44px !important;
  }

  html body:is(.wasabi-page, .wasabi-shell-page):not(.home-v2-redesign) .wasabi-site-nav {
    position: fixed !important;
    inset: 0 auto 0 0 !important;
    z-index: 125 !important;
    display: grid !important;
    grid-template-columns: minmax(0, 1fr) !important;
    align-content: start !important;
    width: min(90vw, 370px) !important;
    max-width: min(90vw, 370px) !important;
    height: 100dvh !important;
    max-height: 100dvh !important;
    gap: 0 !important;
    padding: calc(env(safe-area-inset-top) + 76px) 0 calc(env(safe-area-inset-bottom) + 24px) !important;
    overflow-x: hidden !important;
    overflow-y: auto !important;
    background: var(--wl-color-canvas) !important;
    box-shadow: 18px 0 48px rgba(24, 53, 42, 0.16) !important;
    opacity: 0 !important;
    visibility: hidden !important;
    pointer-events: none !important;
    transform: translateX(-100%) !important;
  }

  html body:is(.wasabi-page, .wasabi-shell-page):not(.home-v2-redesign) .wasabi-site-nav.is-mobile-open {
    opacity: 1 !important;
    visibility: visible !important;
    pointer-events: auto !important;
    transform: translateX(0) !important;
  }

  html body:is(.wasabi-page, .wasabi-shell-page):not(.home-v2-redesign).wasabi-mobile-menu-open::before {
    background: rgba(24, 53, 42, 0.32) !important;
    backdrop-filter: blur(2px);
  }

  html body:is(.wasabi-page, .wasabi-shell-page):not(.home-v2-redesign) .site-header-search {
    display: none !important;
  }

  html body:is(.wasabi-page, .wasabi-shell-page):not(.home-v2-redesign).wasabi-mobile-search-open .site-header-search {
    display: grid !important;
    width: calc(100vw - 28px) !important;
    max-width: calc(100vw - 28px) !important;
    padding: 12px !important;
    border: 1px solid var(--wl-color-border) !important;
    border-radius: var(--wl-radius-card) !important;
    background: var(--wl-color-surface) !important;
    box-shadow: var(--wl-shadow-3) !important;
  }

  html body:is(.wasabi-page, .wasabi-shell-page):not(.home-v2-redesign) .site-breadcrumb {
    padding-block: 8px !important;
  }

  html body:is(.wasabi-page, .wasabi-shell-page):not(.home-v2-redesign) .global-footer-inner {
    grid-template-columns: 1fr !important;
    gap: 12px !important;
    padding: 44px 0 48px !important;
  }

  html body:is(.wasabi-page, .wasabi-shell-page):not(.home-v2-redesign) .footer-legal-links {
    grid-column: 1 !important;
    grid-row: auto !important;
    grid-template-columns: 1fr !important;
    margin-top: 18px;
  }
}

/* Bundled source: wasabi-components-unified.css */
/* Wasabi Life shared components — navigation, search and frame controls. */
html body:is(.wasabi-page, .wasabi-shell-page):not(.home-v2-redesign) .wasabi-site-nav .nav-section {
  position: relative;
  display: inline-flex;
  min-width: 0;
  padding: 0 !important;
  border: 0 !important;
  border-radius: 0 !important;
  background: transparent !important;
  box-shadow: none !important;
}

html body:is(.wasabi-page, .wasabi-shell-page):not(.home-v2-redesign) .wasabi-site-nav .section-link {
  position: relative;
  display: inline-flex !important;
  min-height: 44px !important;
  align-items: center;
  justify-content: center;
  padding: 0 5px !important;
  border: 0 !important;
  border-bottom: 2px solid transparent !important;
  border-radius: 0 !important;
  background: transparent !important;
  color: var(--wl-color-ink) !important;
  box-shadow: none !important;
  font-size: clamp(12px, 0.95vw, 14px) !important;
  font-weight: 820 !important;
  line-height: 1.2;
  text-decoration: none;
  white-space: nowrap;
}

html body:is(.wasabi-page, .wasabi-shell-page):not(.home-v2-redesign) .wasabi-site-nav .section-link::after {
  display: none !important;
}

html body:is(.wasabi-page, .wasabi-shell-page):not(.home-v2-redesign) .wasabi-site-nav :is(.nav-section.is-current > .section-link, .section-link[aria-current="page"]) {
  border-bottom-color: var(--wl-color-primary) !important;
  background: transparent !important;
  color: var(--wl-color-primary-dark) !important;
}

html body:is(.wasabi-page, .wasabi-shell-page):not(.home-v2-redesign) .wasabi-site-nav .nav-submenu {
  min-width: 210px;
  padding: 8px !important;
  border: 1px solid var(--wl-color-border) !important;
  border-radius: var(--wl-radius-action) !important;
  background: var(--wl-color-surface) !important;
  box-shadow: var(--wl-shadow-3) !important;
}

html body:is(.wasabi-page, .wasabi-shell-page):not(.home-v2-redesign) .wasabi-site-nav .nav-submenu a {
  min-height: 44px;
  padding: 10px 12px !important;
  border: 0 !important;
  border-radius: 10px !important;
  background: transparent !important;
  color: var(--wl-color-text-secondary) !important;
  font-size: 14px;
  font-weight: 740;
}

html body:is(.wasabi-page, .wasabi-shell-page):not(.home-v2-redesign) .site-header-search-row {
  display: grid !important;
  grid-template-columns: minmax(0, 1fr) auto !important;
  min-height: 44px !important;
  padding: 4px !important;
  overflow: hidden;
  border: 1px solid var(--wl-color-border) !important;
  border-radius: var(--wl-radius-action) !important;
  background: var(--wl-color-surface) !important;
  box-shadow: none !important;
}

html body:is(.wasabi-page, .wasabi-shell-page):not(.home-v2-redesign) .site-header-search-row :is(input, button) {
  min-height: 36px !important;
  border: 0 !important;
  box-shadow: none !important;
}

html body:is(.wasabi-page, .wasabi-shell-page):not(.home-v2-redesign) .site-header-search-row input {
  min-width: 0;
  padding: 0 8px !important;
  background: transparent !important;
  color: var(--wl-color-ink) !important;
  font-size: 13px;
}

html body:is(.wasabi-page, .wasabi-shell-page):not(.home-v2-redesign) .site-header-search-row button {
  min-width: 48px;
  padding: 0 10px !important;
  border-radius: 10px !important;
  background: var(--wl-color-primary-dark) !important;
  color: var(--wl-color-surface) !important;
  font-size: 12px;
  font-weight: 820;
}

html body:is(.wasabi-page, .wasabi-shell-page):not(.home-v2-redesign) .wasabi-site-nav > .wasabi-account-link {
  display: inline-flex !important;
  min-width: 72px !important;
  min-height: 44px !important;
  align-items: center !important;
  justify-content: center !important;
  padding: 0 16px !important;
  border: 1px solid rgba(24, 53, 42, 0.1) !important;
  border-radius: var(--wl-radius-action) !important;
  background: var(--wl-color-accent) !important;
  color: var(--wl-color-ink) !important;
  box-shadow: 0 6px 16px rgba(24, 53, 42, 0.1) !important;
  font-size: 14px !important;
  font-weight: 850 !important;
  text-decoration: none;
  white-space: nowrap;
}

html body:is(.wasabi-page, .wasabi-shell-page):not(.home-v2-redesign) .wasabi-site-nav > .wasabi-account-link[data-signed-in="true"] {
  border-color: rgba(24, 53, 42, 0.14) !important;
  background: var(--wl-color-brand) !important;
  color: var(--wl-color-ink) !important;
}

html body:is(.wasabi-page, .wasabi-shell-page):not(.home-v2-redesign) .wasabi-header-actions {
  align-items: center;
  gap: 8px;
}

html body:is(.wasabi-page, .wasabi-shell-page):not(.home-v2-redesign) :is(.wasabi-search-toggle, .wasabi-nav-toggle) {
  width: 44px !important;
  min-width: 44px !important;
  height: 44px !important;
  min-height: 44px !important;
  border: 1px solid var(--wl-color-border) !important;
  border-radius: var(--wl-radius-action) !important;
  background: var(--wl-color-surface) !important;
  color: var(--wl-color-ink) !important;
  box-shadow: var(--wl-shadow-1) !important;
}

html body:is(.wasabi-page, .wasabi-shell-page):not(.home-v2-redesign) .wasabi-utility-dock {
  gap: 8px !important;
}

html body:is(.wasabi-page, .wasabi-shell-page):not(.home-v2-redesign) .wasabi-utility-button {
  width: 48px !important;
  min-width: 48px !important;
  height: 48px !important;
  min-height: 48px !important;
  border: 1px solid var(--wl-color-border) !important;
  border-radius: var(--wl-radius-action) !important;
  background: rgba(255, 255, 255, 0.94) !important;
  color: var(--wl-color-ink) !important;
  box-shadow: var(--wl-shadow-2) !important;
}

html body:is(.wasabi-page, .wasabi-shell-page):not(.home-v2-redesign) .wasabi-utility-button--home {
  background: var(--wl-color-primary-soft) !important;
}

html body:is(.wasabi-page, .wasabi-shell-page):not(.home-v2-redesign) .wasabi-utility-button--top {
  background: var(--wl-color-accent) !important;
}

@media (max-width: 48rem) {
  html body:is(.wasabi-page, .wasabi-shell-page):not(.home-v2-redesign) .wasabi-site-nav::before {
    padding: 0 20px 14px !important;
    border-bottom: 1px solid var(--wl-color-border) !important;
    color: var(--wl-color-primary-dark) !important;
    font-size: 13px;
    font-weight: 850;
  }

  html body:is(.wasabi-page, .wasabi-shell-page):not(.home-v2-redesign) .wasabi-site-nav .nav-section {
    display: grid !important;
    width: 100%;
    border-bottom: 1px solid var(--wl-color-border) !important;
  }

  html body:is(.wasabi-page, .wasabi-shell-page):not(.home-v2-redesign) .wasabi-site-nav .section-link {
    width: 100%;
    min-height: 56px !important;
    justify-content: flex-start;
    padding: 0 20px !important;
    border-bottom: 0 !important;
    font-size: 16px !important;
  }

  html body:is(.wasabi-page, .wasabi-shell-page):not(.home-v2-redesign) .wasabi-site-nav .nav-submenu {
    display: grid;
    min-width: 0;
    padding: 0 16px 14px !important;
    border: 0 !important;
    border-radius: 0 !important;
    background: transparent !important;
    box-shadow: none !important;
  }

  html body:is(.wasabi-page, .wasabi-shell-page):not(.home-v2-redesign) .wasabi-site-nav .nav-submenu a {
    min-height: 42px;
    border: 1px solid var(--wl-color-border) !important;
    background: rgba(255, 255, 255, 0.76) !important;
  }

  html body:is(.wasabi-page, .wasabi-shell-page):not(.home-v2-redesign) .wasabi-site-nav > .wasabi-account-link {
    order: -1 !important;
    width: calc(100% - 32px) !important;
    min-height: 52px !important;
    margin: 0 16px 16px !important;
    justify-content: center !important;
    padding: 0 18px !important;
    border: 1px solid rgba(24, 53, 42, 0.1) !important;
    border-radius: var(--wl-radius-action) !important;
    background: var(--wl-color-accent) !important;
    color: var(--wl-color-ink) !important;
    font-size: 16px !important;
    box-shadow: 0 6px 16px rgba(24, 53, 42, 0.08) !important;
  }
}

/* Bundled source: wasabi-page-types.css */
/* Page-type batches extend this layer without importing home-only CSS. */
html body.wasabi-page:not(.home-v2-redesign) {
  --wl-page-type-system: 1;
  --wl-hub-system: 2;
  --wl-list-system: 3;
}

/* Batch 2: core hubs share hierarchy and rhythm, while keeping their own jobs. */
html body.wasabi-page:not(.home-v2-redesign) :is(
  .living-hero,
  .real-estate-hero,
  .weather-hub-hero,
  .work-hero,
  .story-hub-hero,
  .partner-hero,
  .calculator-hub-hero,
  .tools-hero,
  .biz2-hero
) {
  --wl-hub-accent: var(--wl-color-brand);
  color: var(--wl-color-ink) !important;
}

/* Batch 3: category feeds, directories and filtered lists. */
html body.wasabi-page:not(.home-v2-redesign) :is(
  header.document-suite-hero,
  header.job-hero,
  header.wh-hero
) {
  width: 100% !important;
  max-width: none !important;
  margin: 0 !important;
  padding: 0 !important;
  border: 0 !important;
  border-radius: 0 !important;
  background: transparent !important;
  box-shadow: none !important;
}

html body.wasabi-page:not(.home-v2-redesign) :is(
  .story-category-hero,
  .real-estate-subhero,
  .board-hero,
  .document-suite-hero > .container,
  .job-hero > .container,
  .wh-hero > .container,
  .partner-category-hero-inner
) {
  position: relative;
  isolation: isolate;
  width: min(calc(100% - 32px), var(--wl-container)) !important;
  max-width: var(--wl-container) !important;
  margin: clamp(20px, 3vw, 40px) auto 0 !important;
  padding: clamp(32px, 4.4vw, 52px) !important;
  overflow: hidden;
  border: 1px solid var(--wl-color-border) !important;
  border-radius: var(--wl-radius-panel) !important;
  background:
    radial-gradient(circle at 92% 12%, rgba(101, 190, 99, 0.17) 0 15%, transparent 37%),
    linear-gradient(135deg, var(--wl-color-surface) 0 70%, var(--wl-color-primary-faint) 100%) !important;
  box-shadow: var(--wl-shadow-1) !important;
}

html body.wasabi-page:not(.home-v2-redesign) :is(
  .story-category-hero,
  .real-estate-subhero,
  .board-hero,
  .document-suite-hero > .container,
  .job-hero > .container,
  .wh-hero > .container,
  .partner-category-hero-inner
) h1 {
  max-width: 18ch;
  margin: 0 !important;
  color: var(--wl-color-ink) !important;
  font-size: clamp(38px, 4.4vw, 58px) !important;
  font-weight: 880 !important;
  letter-spacing: -0.05em !important;
  line-height: 1.08 !important;
  text-wrap: balance;
}

html body.wasabi-page:not(.home-v2-redesign) :is(
  .story-category-hero,
  .real-estate-subhero,
  .board-hero,
  .document-suite-hero > .container,
  .job-hero > .container,
  .wh-hero > .container,
  .partner-category-hero-inner
) :is(p, .hero-lead):not(.eyebrow):not(.board-disclaimer):not(.board-plan-note) {
  max-width: 68ch;
  color: var(--wl-color-text-secondary) !important;
  font-size: clamp(16px, 1.4vw, 18px) !important;
  line-height: 1.7 !important;
}

html body.wasabi-page:not(.home-v2-redesign) :is(
  .document-suite-jump,
  .hero-tags,
  .job-filter-row,
  .partner-filter-row,
  .board-toolbar,
  .story-feed-pagination,
  .real-estate-filter-actions,
  .real-estate-quick-filters > div
) {
  display: flex !important;
  flex-wrap: wrap;
  gap: 8px !important;
  align-items: center;
}

html body.wasabi-page:not(.home-v2-redesign) :is(
  .document-suite-jump a,
  .hero-tags span,
  .job-filter-row button,
  .partner-filter-row button,
  .board-toolbar button,
  .story-feed-pagination a,
  .story-feed-pagination button,
  .real-estate-filter-actions button,
  .real-estate-quick-filters button
) {
  display: inline-flex !important;
  min-height: 44px;
  align-items: center;
  justify-content: center;
  padding: 0 15px !important;
  border: 1px solid var(--wl-color-border-strong) !important;
  border-radius: var(--wl-radius-action) !important;
  background: var(--wl-color-surface) !important;
  color: var(--wl-color-ink) !important;
  box-shadow: none !important;
  font-size: 14px !important;
  font-weight: 800 !important;
  line-height: 1.3;
  text-decoration: none !important;
}

html body.wasabi-page:not(.home-v2-redesign) :is(
  .job-filter-row button.is-active,
  .partner-filter-row button.is-active,
  .board-toolbar button.active,
  .story-feed-pagination [aria-current="page"],
  .real-estate-quick-filters button.is-active,
  .real-estate-quick-filters button[aria-pressed="true"]
) {
  border-color: var(--wl-color-primary-dark) !important;
  background: var(--wl-color-primary-dark) !important;
  color: var(--wl-color-surface) !important;
}

html body.wasabi-page:not(.home-v2-redesign) :is(
  .story-feed-section,
  .document-suite-group,
  .real-estate-listing-shell,
  .board-layout,
  .partner-section
) {
  margin-top: clamp(48px, 6vw, 80px) !important;
  margin-bottom: clamp(48px, 6vw, 80px) !important;
}

html body.wasabi-page:not(.home-v2-redesign) :is(
  .story-feed-grid,
  .document-suite-grid,
  .app-grid,
  .board-list,
  .partner-listing-grid
) {
  display: grid !important;
  min-width: 0;
  gap: clamp(14px, 2vw, 22px) !important;
  align-items: stretch;
}

html body.wasabi-page:not(.home-v2-redesign) .story-feed-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
}

html body.wasabi-page:not(.home-v2-redesign) :is(
  .document-suite-grid,
  .partner-listing-grid
) {
  grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
}

html body.wasabi-page:not(.home-v2-redesign) .app-grid {
  grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
}

html body.wasabi-page:not(.home-v2-redesign) .board-list {
  grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
}

html body.wasabi-page:not(.home-v2-redesign) .real-estate-listing-list {
  display: grid !important;
  grid-template-columns: minmax(0, 1fr) !important;
  min-width: 0;
  gap: 18px !important;
}

html body.wasabi-page:not(.home-v2-redesign) :is(
  .document-suite-card,
  .calculator-card,
  .result-card,
  .real-estate-listing-card,
  .board-card,
  .partner-listing-card
) {
  min-width: 0;
  overflow: hidden;
  border: 1px solid var(--wl-color-border) !important;
  border-radius: var(--wl-radius-card) !important;
  background: var(--wl-color-surface) !important;
  box-shadow: var(--wl-shadow-1) !important;
}

html body.wasabi-page:not(.home-v2-redesign) :is(
  .document-suite-card,
  .calculator-card,
  .result-card,
  .board-card
) {
  padding: clamp(20px, 2.4vw, 28px) !important;
}

html body.wasabi-page:not(.home-v2-redesign) .document-suite-card {
  display: grid !important;
  grid-template-columns: auto minmax(0, 1fr) !important;
  gap: 16px !important;
  align-items: start;
  color: var(--wl-color-ink) !important;
  text-decoration: none !important;
}

html body.wasabi-page:not(.home-v2-redesign) .document-suite-media {
  position: relative;
  display: block;
  overflow: hidden;
  width: 64px;
  height: 64px;
  border-radius: 14px;
  background: var(--wl-color-primary-soft);
}

html body.wasabi-page:not(.home-v2-redesign) .document-suite-media > img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

html body.wasabi-page:not(.home-v2-redesign) .document-suite-media > .document-suite-number {
  position: absolute;
  right: 4px;
  bottom: 4px;
  display: inline-grid !important;
  min-width: 0;
  min-height: 0;
  place-items: center;
  padding: 3px 6px !important;
  border-radius: 6px !important;
  background: rgba(43, 43, 40, 0.88) !important;
  color: #fff !important;
  font-size: 10px !important;
  font-weight: 850 !important;
  line-height: 1.2;
}

html body.wasabi-page:not(.home-v2-redesign) .document-suite-card :is(strong, small) {
  display: block;
  min-width: 0;
}

html body.wasabi-page:not(.home-v2-redesign) .document-suite-card strong {
  font-size: 18px;
  line-height: 1.45;
  overflow-wrap: anywhere;
}

html body.wasabi-page:not(.home-v2-redesign) .document-suite-card small {
  margin-top: 8px;
  color: var(--wl-color-text-secondary);
  font-size: 14px;
  line-height: 1.65;
}

html body.wasabi-page:not(.home-v2-redesign) .real-estate-listing-media > .real-estate-media-photo:first-child {
  aspect-ratio: 16 / 9;
  overflow: hidden;
  background: var(--wl-color-canvas-soft);
}

html body.wasabi-page:not(.home-v2-redesign) .real-estate-listing-media > .real-estate-media-photo:first-child img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

html body.wasabi-page:not(.home-v2-redesign) :is(
  .real-estate-filter-panel,
  .board-toolbar,
  .partner-filter-row,
  .story-feed-pagination
) {
  padding: clamp(14px, 2vw, 22px) !important;
  border: 1px solid var(--wl-color-border) !important;
  border-radius: var(--wl-radius-card) !important;
  background: var(--wl-color-surface-soft) !important;
  box-shadow: none !important;
}

html body.wasabi-page:not(.home-v2-redesign) .real-estate-filter-grid {
  display: grid !important;
  grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
  gap: 14px !important;
  margin-top: 20px !important;
}

html body.wasabi-page:not(.home-v2-redesign) .real-estate-filter-grid label {
  display: grid;
  min-width: 0;
  gap: 7px;
  color: var(--wl-color-text-secondary);
  font-size: 13px;
  font-weight: 780;
}

html body.wasabi-page:not(.home-v2-redesign) .real-estate-filter-grid :is(input, select) {
  width: 100%;
  min-width: 0;
  min-height: 48px !important;
  padding: 0 13px !important;
  border: 1px solid var(--wl-color-border-strong) !important;
  border-radius: var(--wl-radius-action) !important;
  background: var(--wl-color-surface) !important;
}

html body.wasabi-page:not(.home-v2-redesign) .real-estate-quick-filters {
  margin-top: 18px !important;
  padding-top: 18px !important;
  border-top: 1px solid var(--wl-color-border) !important;
}

html body.wasabi-page:not(.home-v2-redesign) :is(
  .partner-empty-state,
  .real-estate-filter-empty,
  .real-estate-listing-empty,
  .board-empty,
  .auth-required-gate
) {
  padding: clamp(28px, 5vw, 52px) !important;
  border: 1px dashed var(--wl-color-border-strong) !important;
  border-radius: var(--wl-radius-card) !important;
  background: var(--wl-color-surface-soft) !important;
  color: var(--wl-color-text-secondary) !important;
  text-align: center;
}

html body.wasabi-page:not(.home-v2-redesign) :is(
  .document-suite-card,
  .real-estate-listing-card,
  .board-card,
  .partner-listing-card,
  .job-filter-row button,
  .partner-filter-row button,
  .board-toolbar button,
  .story-feed-pagination a,
  .story-feed-pagination button,
  .real-estate-filter-actions button,
  .real-estate-quick-filters button
):focus-visible {
  outline: 2px solid var(--wl-color-success) !important;
  outline-offset: 3px;
  box-shadow: var(--wl-focus-ring) !important;
}

@media (hover: hover) and (pointer: fine) {
  html body.wasabi-page:not(.home-v2-redesign) :is(
    .document-suite-card,
    .real-estate-listing-card,
    .board-card,
    .partner-listing-card
  ) {
    transition:
      transform var(--wl-motion-base) var(--wl-ease-out),
      border-color var(--wl-motion-fast) ease,
      box-shadow var(--wl-motion-base) ease;
  }

  html body.wasabi-page:not(.home-v2-redesign) :is(
    .document-suite-card,
    .real-estate-listing-card,
    .board-card,
    .partner-listing-card
  ):hover {
    border-color: var(--wl-color-border-strong) !important;
    box-shadow: var(--wl-shadow-2) !important;
    transform: translateY(-2px);
  }
}

@media (max-width: 64rem) {
  html body.wasabi-page:not(.home-v2-redesign) :is(
    .story-feed-grid,
    .document-suite-grid,
    .partner-listing-grid
  ) {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }

  html body.wasabi-page:not(.home-v2-redesign) .real-estate-filter-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }
}

/* Visual content final pass: add context without replacing card information. */
html body.wasabi-page:not(.home-v2-redesign) .visual-card-with-media {
  display: grid !important;
  grid-template-rows: auto minmax(0, 1fr);
  align-content: stretch;
  overflow: hidden;
  padding: 0 !important;
}

html body.wasabi-page:not(.home-v2-redesign) .visual-card-media {
  display: block;
  width: 100%;
  aspect-ratio: 16 / 9;
  overflow: hidden;
  border-radius: calc(var(--wl-radius-card) - 1px) calc(var(--wl-radius-card) - 1px) 0 0;
  background: var(--wl-color-primary-soft);
}

html body.wasabi-page:not(.home-v2-redesign) .visual-card-with-media--compact .visual-card-media {
  height: clamp(96px, 9vw, 120px);
  aspect-ratio: auto;
}

html body.wasabi-page:not(.home-v2-redesign) .visual-card-media img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 220ms var(--wl-ease-out);
}

html body.wasabi-page:not(.home-v2-redesign) .visual-card-media.is-image-failed {
  background: linear-gradient(135deg, var(--wl-color-primary-soft), #f5f2ea);
}

html body.wasabi-page:not(.home-v2-redesign) .visual-card-body {
  display: grid;
  align-content: start;
  justify-self: stretch !important;
  gap: 9px;
  min-width: 0;
  border-radius: 0 !important;
  padding: clamp(18px, 2.4vw, 24px) !important;
  background: transparent !important;
  color: inherit !important;
  font-size: inherit !important;
  font-weight: inherit !important;
}

html body.wasabi-page:not(.home-v2-redesign) .tools-category-card .visual-card-body {
  display: flex;
  flex-direction: column;
}

html body.wasabi-page:not(.home-v2-redesign) .real-estate-situation-card .visual-card-body > span {
  justify-self: start;
  border-radius: var(--wasabi-radius-pill);
  background: var(--wasabi-color-green-soft);
  color: #4F632F;
  padding: 4px 9px;
  font-size: 0.76rem;
  font-weight: 920;
}

@media (hover: hover) {
  html body.wasabi-page:not(.home-v2-redesign) .visual-card-with-media:hover .visual-card-media img,
  html body.wasabi-page:not(.home-v2-redesign) .visual-card-with-media:focus-visible .visual-card-media img {
    transform: scale(1.025);
  }
}

@media (min-width: 48rem) and (max-width: 64rem) {
  html body.wasabi-page:not(.home-v2-redesign) .living-card-grid,
  html body.wasabi-page:not(.home-v2-redesign) .content-depth-section .content-depth-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }
}

@media (prefers-reduced-motion: reduce) {
  html body.wasabi-page:not(.home-v2-redesign) .visual-card-media img {
    transition: none !important;
  }
}

@media (max-width: 48rem) {
  html body.wasabi-page:not(.home-v2-redesign) .document-suite-media {
    width: 56px;
    height: 56px;
  }

  html body.wasabi-page:not(.home-v2-redesign) :is(
    .story-category-hero,
    .real-estate-subhero,
    .board-hero,
    .document-suite-hero > .container,
    .job-hero > .container,
    .wh-hero > .container,
    .partner-category-hero-inner
  ) {
    width: calc(100% - 32px) !important;
    margin-top: 20px !important;
    padding: 28px 22px !important;
    border-radius: 20px !important;
  }

  html body.wasabi-page:not(.home-v2-redesign) :is(
    .story-category-hero,
    .real-estate-subhero,
    .board-hero,
    .document-suite-hero > .container,
    .job-hero > .container,
    .wh-hero > .container,
    .partner-category-hero-inner
  ) h1 {
    max-width: none;
    font-size: 34px !important;
    line-height: 1.14 !important;
  }

  html body.wasabi-page:not(.home-v2-redesign) :is(
    .story-feed-grid,
    .document-suite-grid,
    .app-grid,
    .board-list,
    .partner-listing-grid,
    .real-estate-filter-grid
  ) {
    grid-template-columns: minmax(0, 1fr) !important;
  }

  html body.wasabi-page:not(.home-v2-redesign) :is(
    .document-suite-jump,
    .job-filter-row,
    .partner-filter-row,
    .board-toolbar,
    .story-feed-pagination,
    .real-estate-filter-actions
  ) {
    align-items: stretch;
  }

  html body.wasabi-page:not(.home-v2-redesign) :is(
    .document-suite-jump a,
    .story-feed-pagination a,
    .story-feed-pagination button
  ) {
    flex: 1 1 130px;
  }

  html body.wasabi-page:not(.home-v2-redesign) :is(
    .real-estate-filter-actions button,
    .board-toolbar button,
    .partner-filter-row button,
    .job-filter-row button
  ) {
    flex: 1 1 100px;
  }

  html body.wasabi-page:not(.home-v2-redesign) .document-suite-card {
    padding: 20px !important;
  }
}

html body.wasabi-page:not(.home-v2-redesign) :is(
  .weather-hub-hero,
  .tools-hero
) {
  --wl-hub-accent: var(--wl-color-sky);
}

html body.wasabi-page:not(.home-v2-redesign) :is(
  .story-hub-hero,
  .partner-hero
) {
  --wl-hub-accent: var(--wl-color-coral);
}

html body.wasabi-page:not(.home-v2-redesign) :is(
  .calculator-hub-hero,
  .biz2-hero
) {
  --wl-hub-accent: var(--wl-color-accent);
}

html body.wasabi-page:not(.home-v2-redesign) :is(
  .living-hero,
  .real-estate-hero,
  .hub-hero,
  .story-hub-hero
),
html body.wasabi-page:not(.home-v2-redesign) :is(
  .weather-hub-hero,
  .biz2-hero,
  .tools-hero,
  .partner-hero
) > :is(.container, .partner-hero-inner) {
  position: relative;
  isolation: isolate;
  margin-top: clamp(20px, 3vw, 44px) !important;
  padding: clamp(34px, 5vw, 68px) !important;
  overflow: hidden;
  border: 1px solid var(--wl-color-border) !important;
  border-radius: var(--wl-radius-panel) !important;
  background:
    radial-gradient(circle at 88% 12%, color-mix(in srgb, var(--wl-hub-accent) 24%, transparent) 0 18%, transparent 42%),
    linear-gradient(135deg, var(--wl-color-surface) 0 64%, color-mix(in srgb, var(--wl-hub-accent) 12%, var(--wl-color-surface)) 100%) !important;
  box-shadow: var(--wl-shadow-2) !important;
}

html body.wasabi-page:not(.home-v2-redesign) :is(
  .weather-hub-hero,
  .biz2-hero,
  .tools-hero,
  .partner-hero
) {
  width: 100% !important;
  max-width: none !important;
  margin: 0 !important;
  padding: 0 !important;
  border: 0 !important;
  border-radius: 0 !important;
  background: transparent !important;
  box-shadow: none !important;
}

html body.wasabi-page:not(.home-v2-redesign) .living-hero {
  display: grid !important;
  grid-template-columns: minmax(0, 1.15fr) minmax(300px, 0.85fr) !important;
  grid-template-rows: auto auto;
  gap: 24px clamp(32px, 5vw, 72px) !important;
  align-items: start;
}

html body.wasabi-page:not(.home-v2-redesign) .living-hero-copy {
  grid-column: 1;
  grid-row: 1;
}

html body.wasabi-page:not(.home-v2-redesign) .living-hero-actions {
  grid-column: 1;
  grid-row: 2;
}

html body.wasabi-page:not(.home-v2-redesign) .living-wh-banner-hero {
  grid-column: 2;
  grid-row: 1 / span 2;
  align-self: stretch;
}

html body.wasabi-page:not(.home-v2-redesign) :is(
  .real-estate-hero,
  .partner-hero-inner,
  .tools-hero-inner
) {
  display: grid !important;
  grid-template-columns: minmax(0, 1.25fr) minmax(300px, 0.75fr) !important;
  gap: clamp(28px, 5vw, 72px) !important;
  align-items: center;
}

html body.wasabi-page:not(.home-v2-redesign) :is(
  .living-hero,
  .real-estate-hero,
  .weather-hub-hero,
  .work-hero,
  .story-hub-hero,
  .partner-hero,
  .calculator-hub-hero,
  .tools-hero,
  .biz2-hero
) .eyebrow {
  margin: 0 0 14px !important;
  color: var(--wl-color-primary-dark) !important;
  font-size: 12px !important;
  font-weight: 850 !important;
  letter-spacing: 0.09em !important;
  text-transform: uppercase;
}

html body.wasabi-page:not(.home-v2-redesign) :is(
  .living-hero,
  .real-estate-hero,
  .weather-hub-hero,
  .work-hero,
  .story-hub-hero,
  .partner-hero,
  .calculator-hub-hero,
  .tools-hero,
  .biz2-hero
) h1 {
  max-width: 15ch;
  margin: 0 !important;
  color: var(--wl-color-ink) !important;
  font-size: clamp(40px, 5vw, 68px) !important;
  font-weight: 900 !important;
  letter-spacing: -0.055em !important;
  line-height: 1.04 !important;
  text-wrap: balance;
}

html body.wasabi-page:not(.home-v2-redesign) :is(
  .living-hero-copy,
  .real-estate-hero-copy,
  .hero-copy,
  .story-hub-hero,
  .partner-hero-inner > div:first-child,
  .tools-hero-copy
) > p:not(.eyebrow):not(.board-disclaimer) {
  max-width: 66ch;
  margin: 22px 0 0 !important;
  color: var(--wl-color-text-secondary) !important;
  font-size: clamp(16px, 1.45vw, 19px) !important;
  line-height: 1.75 !important;
}

html body.wasabi-page:not(.home-v2-redesign) :is(
  .living-hero-actions,
  .home-hero-actions,
  .story-hub-actions
) {
  display: flex !important;
  flex-wrap: wrap;
  gap: 10px !important;
  margin-top: 24px !important;
}

html body.wasabi-page:not(.home-v2-redesign) :is(
  .hub-primary-link,
  .hub-secondary-link
) {
  display: inline-flex !important;
  min-height: 44px;
  align-items: center;
  justify-content: center;
  padding: 0 18px !important;
  border: 1px solid var(--wl-color-border-strong) !important;
  border-radius: var(--wl-radius-action) !important;
  color: var(--wl-color-ink) !important;
  font-size: 14px !important;
  font-weight: 820 !important;
  line-height: 1.3;
  text-decoration: none !important;
}

html body.wasabi-page:not(.home-v2-redesign) .hub-primary-link {
  border-color: var(--wl-color-primary-dark) !important;
  background: var(--wl-color-primary-dark) !important;
  color: var(--wl-color-surface) !important;
  box-shadow: 0 8px 18px rgba(24, 53, 42, 0.14) !important;
}

html body.wasabi-page:not(.home-v2-redesign) .hub-secondary-link {
  background: rgba(255, 255, 255, 0.88) !important;
}

html body.wasabi-page:not(.home-v2-redesign) :is(
  .living-wh-banner,
  .real-estate-note,
  .partner-hero-proof,
  .tools-search
) {
  padding: clamp(22px, 3vw, 34px) !important;
  border: 1px solid color-mix(in srgb, var(--wl-hub-accent) 42%, var(--wl-color-border)) !important;
  border-radius: var(--wl-radius-card) !important;
  background: color-mix(in srgb, var(--wl-hub-accent) 15%, var(--wl-color-surface)) !important;
  box-shadow: none !important;
}

html body.wasabi-page:not(.home-v2-redesign) .partner-hero-proof {
  display: grid !important;
  grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
  gap: 10px !important;
}

html body.wasabi-page:not(.home-v2-redesign) .partner-hero-proof span {
  min-width: 0;
  padding: 12px 8px !important;
  border: 0 !important;
  border-radius: 12px !important;
  background: rgba(255, 255, 255, 0.72) !important;
  color: var(--wl-color-muted) !important;
  text-align: center;
}

html body.wasabi-page:not(.home-v2-redesign) .partner-hero-proof strong {
  color: var(--wl-color-primary-dark) !important;
}

html body.wasabi-page:not(.home-v2-redesign) :is(
  .living-hub-section,
  .hub-section,
  .story-category-section,
  .story-feed-section,
  .partner-section,
  .partner-search-panel,
  .tools-finder-entry,
  .tools-category-section,
  .tools-quick-section,
  .biz2-target-section,
  .biz2-recommended-section,
  .real-estate-overview,
  .real-estate-onboarding-entry,
  .real-estate-condition-builder,
  .real-estate-matchmaker,
  .real-estate-situation-routes,
  .real-estate-recommendations,
  .real-estate-groups
) {
  margin-top: clamp(56px, 8vw, 104px) !important;
}

/* Public section vertical rhythm: spacing comes from padding, not stacked margins. */
html body.wasabi-page:not(.home-v2-redesign) :is(
  .living-hub-section,
  .hub-section,
  .story-category-section,
  .story-feed-section,
  .real-estate-overview,
  .real-estate-condition-builder,
  .real-estate-matchmaker,
  .real-estate-situation-routes,
  .real-estate-recommendations
) {
  margin-top: 0 !important;
}

html body.wasabi-page:not(.home-v2-redesign) :is(
  .section-heading,
  .partner-section-heading,
  .tools-section-heading,
  .real-estate-section-head,
  .wasabi-internal-journey-heading
) {
  max-width: 780px;
  margin-bottom: 28px !important;
}

html body.wasabi-page:not(.home-v2-redesign) :is(
  .section-heading,
  .partner-section-heading,
  .tools-section-heading,
  .real-estate-section-head,
  .wasabi-internal-journey-heading
) h2 {
  margin: 0 !important;
  color: var(--wl-color-ink) !important;
  font-size: clamp(30px, 3.4vw, 46px) !important;
  font-weight: 900 !important;
  letter-spacing: -0.04em !important;
  line-height: 1.13 !important;
  text-wrap: balance;
}

html body.wasabi-page:not(.home-v2-redesign) :is(
  .living-card-grid,
  .hub-card-grid,
  .section-grid,
  .story-category-grid,
  .story-feed-grid,
  .partner-category-grid,
  .tools-category-grid,
  .tools-quick-grid,
  .real-estate-card-grid,
  .real-estate-matchmaker-grid,
  .real-estate-situation-grid,
  .real-estate-recommendation-grid,
  .revenue-cluster-grid,
  .wasabi-internal-journey-grid
) {
  display: grid !important;
  grid-template-columns: repeat(auto-fit, minmax(min(100%, 250px), 1fr)) !important;
  gap: clamp(14px, 2vw, 22px) !important;
}

html body.wasabi-page:not(.home-v2-redesign) :is(
  .living-card,
  .hub-card,
  .section-block,
  .story-category-card,
  .story-card,
  .partner-category-card,
  .tools-category-card,
  .tools-quick-grid > a,
  .real-estate-card,
  .real-estate-matchmaker-option,
  .real-estate-situation-card,
  .real-estate-recommendation-card,
  .revenue-cluster-card,
  .wasabi-internal-journey-card
) {
  min-width: 0;
  border: 1px solid var(--wl-color-border) !important;
  border-radius: var(--wl-radius-card) !important;
  background: var(--wl-color-surface) !important;
  color: var(--wl-color-ink) !important;
  box-shadow: var(--wl-shadow-1) !important;
  text-decoration: none !important;
}

html body.wasabi-page:not(.home-v2-redesign) :is(
  .living-card,
  .hub-card:not(.hub-card-with-art),
  .section-block,
  .story-category-card,
  .tools-category-card,
  .tools-quick-grid > a,
  .real-estate-card,
  .real-estate-matchmaker-option,
  .real-estate-situation-card,
  .real-estate-recommendation-card,
  .revenue-cluster-card
) {
  padding: clamp(22px, 3vw, 30px) !important;
}

html body.wasabi-page:not(.home-v2-redesign) :is(
  .hub-card-art,
  .story-card-art,
  .partner-category-media,
  .wasabi-internal-journey-media
) {
  display: block !important;
  aspect-ratio: 16 / 9;
  overflow: hidden;
  border-radius: calc(var(--wl-radius-card) - 1px) calc(var(--wl-radius-card) - 1px) 0 0 !important;
  background: var(--wl-color-primary-soft) !important;
}

html body.wasabi-page:not(.home-v2-redesign) :is(
  .hub-card-art,
  .story-card-art,
  .partner-category-media,
  .wasabi-internal-journey-media
) img {
  width: 100% !important;
  height: 100% !important;
  object-fit: cover;
}

html body.wasabi-page:not(.home-v2-redesign) :is(
  .hub-card-with-art,
  .story-card,
  .partner-category-card,
  .wasabi-internal-journey-card
) {
  padding: 0 !important;
  overflow: hidden;
}

html body.wasabi-page:not(.home-v2-redesign) :is(
  .story-card-body,
  .partner-category-body,
  .wasabi-internal-journey-body
) {
  display: grid !important;
  gap: 9px !important;
  padding: 20px !important;
}

html body.wasabi-page:not(.home-v2-redesign) .hub-card-with-art > :not(.hub-card-art) {
  margin-inline: 20px !important;
}

html body.wasabi-page:not(.home-v2-redesign) .hub-card-with-art > :last-child {
  margin-bottom: 22px !important;
}

html body.wasabi-page:not(.home-v2-redesign) :is(
  .living-card,
  .hub-card,
  .story-card-body,
  .partner-category-body,
  .tools-category-card,
  .real-estate-card,
  .real-estate-matchmaker-option,
  .real-estate-situation-card,
  .revenue-cluster-card,
  .wasabi-internal-journey-body
) strong {
  color: var(--wl-color-ink) !important;
  font-size: clamp(18px, 1.65vw, 23px) !important;
  font-weight: 860 !important;
  line-height: 1.3 !important;
}

html body.wasabi-page:not(.home-v2-redesign) :is(
  .living-kicker,
  .hub-card-kicker,
  .story-card-kicker,
  .tools-category-meta,
  .wasabi-internal-journey-role,
  .board-badge
) {
  color: var(--wl-color-primary-dark) !important;
  font-size: 12px !important;
  font-weight: 850 !important;
  letter-spacing: 0.04em;
}

html body.wasabi-page:not(.home-v2-redesign) :is(
  .partner-search-panel,
  .tools-finder-entry,
  .real-estate-onboarding-entry,
  .real-estate-condition-builder
) {
  padding: clamp(24px, 4vw, 42px) !important;
  border: 1px solid var(--wl-color-border) !important;
  border-radius: var(--wl-radius-panel) !important;
  background: var(--wl-color-surface) !important;
  box-shadow: var(--wl-shadow-1) !important;
}

html body.wasabi-page:not(.home-v2-redesign) :is(
  .partner-search-row,
  .tools-search .site-search-input-row,
  .real-estate-condition-form
) :is(input, select, button) {
  min-height: 48px;
  border-radius: var(--wl-radius-action) !important;
}

html body.wasabi-page:not(.home-v2-redesign) :is(
  .partner-search-row button,
  .tools-search .site-search-input-row button,
  .real-estate-condition-actions button,
  .biz2-reset-filter
) {
  min-height: 44px;
  border: 1px solid var(--wl-color-primary-dark) !important;
  background: var(--wl-color-primary-dark) !important;
  color: var(--wl-color-surface) !important;
  font-weight: 820 !important;
}

@media (hover: hover) and (pointer: fine) {
  html body.wasabi-page:not(.home-v2-redesign) :is(
    .hub-primary-link,
    .hub-secondary-link,
    .living-card,
    .hub-card,
    .section-block,
    .story-category-card,
    .story-card,
    .partner-category-card,
    .tools-category-card,
    .tools-quick-grid > a,
    .real-estate-card,
    .real-estate-matchmaker-option,
    .real-estate-situation-card,
    .real-estate-recommendation-card,
    .revenue-cluster-card,
    .wasabi-internal-journey-card
  ):hover {
    border-color: var(--wl-color-border-strong) !important;
    box-shadow: var(--wl-shadow-2) !important;
    transform: translateY(-2px);
  }
}

html body.wasabi-page:not(.home-v2-redesign) :is(
  .hub-primary-link,
  .hub-secondary-link,
  .living-card,
  .hub-card,
  .section-block,
  .story-category-card,
  .story-card,
  .partner-category-card,
  .tools-category-card,
  .tools-quick-grid > a,
  .real-estate-card,
  .real-estate-matchmaker-option,
  .real-estate-situation-card,
  .real-estate-recommendation-card,
  .revenue-cluster-card,
  .wasabi-internal-journey-card
):focus-visible {
  outline: 2px solid var(--wl-color-primary-dark) !important;
  outline-offset: 3px;
}

@media (max-width: 64rem) {
  html body.wasabi-page:not(.home-v2-redesign) :is(
    .living-hero,
    .real-estate-hero,
    .partner-hero-inner,
    .tools-hero-inner
  ) {
    grid-template-columns: minmax(0, 1fr) !important;
  }

  html body.wasabi-page:not(.home-v2-redesign) :is(
    .living-hero-copy,
    .living-hero-actions,
    .living-wh-banner-hero
  ) {
    grid-column: 1;
    grid-row: auto;
  }
}

@media (max-width: 48rem) {
  html body.wasabi-page:not(.home-v2-redesign) :is(
    .living-hero,
    .real-estate-hero,
    .hub-hero,
    .story-hub-hero
  ),
  html body.wasabi-page:not(.home-v2-redesign) :is(
    .weather-hub-hero,
    .biz2-hero,
    .tools-hero,
    .partner-hero
  ) > :is(.container, .partner-hero-inner) {
    grid-template-columns: minmax(0, 1fr) !important;
    margin-top: 12px !important;
    padding: 26px 22px !important;
    border-radius: var(--wl-radius-card) !important;
  }

  html body.wasabi-page:not(.home-v2-redesign) :is(
    .living-hero,
    .real-estate-hero,
    .weather-hub-hero,
    .work-hero,
    .story-hub-hero,
    .partner-hero,
    .calculator-hub-hero,
    .tools-hero,
    .biz2-hero
  ) h1 {
    max-width: none;
    font-size: clamp(34px, 10vw, 46px) !important;
    letter-spacing: -0.045em !important;
  }

  html body.wasabi-page:not(.home-v2-redesign) :is(
    .living-hero-actions,
    .home-hero-actions,
    .story-hub-actions
  ) {
    display: grid !important;
    grid-template-columns: minmax(0, 1fr) !important;
  }

  html body.wasabi-page:not(.home-v2-redesign) :is(
    .hub-primary-link,
    .hub-secondary-link
  ) {
    width: 100%;
    min-height: 48px;
  }

  html body.wasabi-page:not(.home-v2-redesign) :is(
    .living-card-grid,
    .hub-card-grid,
    .section-grid,
    .story-category-grid,
    .story-feed-grid,
    .partner-category-grid,
    .tools-category-grid,
    .tools-quick-grid,
    .real-estate-card-grid,
    .real-estate-matchmaker-grid,
    .real-estate-situation-grid,
    .real-estate-recommendation-grid,
    .revenue-cluster-grid,
    .wasabi-internal-journey-grid
  ) {
    grid-template-columns: minmax(0, 1fr) !important;
  }

  html body.wasabi-page:not(.home-v2-redesign) .partner-hero-proof {
    grid-template-columns: minmax(0, 1fr) !important;
  }

  html body.wasabi-page:not(.home-v2-redesign) :is(
    .living-hub-section,
    .hub-section,
    .story-category-section,
    .story-feed-section,
    .partner-section,
    .partner-search-panel,
    .tools-finder-entry,
    .tools-category-section,
    .tools-quick-section,
    .biz2-target-section,
    .biz2-recommended-section,
    .real-estate-overview,
    .real-estate-onboarding-entry,
    .real-estate-condition-builder,
    .real-estate-matchmaker,
    .real-estate-situation-routes,
    .real-estate-recommendations,
    .real-estate-groups
  ) {
    margin-top: 52px !important;
  }
}

/* Mobile public section vertical rhythm keeps stacked margins disabled. */
@media (max-width: 48rem) {
  html body.wasabi-page:not(.home-v2-redesign) :is(
    .living-hub-section,
    .hub-section,
    .story-category-section,
    .story-feed-section,
    .real-estate-overview,
    .real-estate-condition-builder,
    .real-estate-matchmaker,
    .real-estate-situation-routes,
    .real-estate-recommendations
  ) {
    margin-top: 0 !important;
  }
}

/* Batch 3 final cascade lock: reset legacy editorial spans after hub defaults. */
html body.wasabi-page:not(.home-v2-redesign) .story-feed-grid.story-feed-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
}

html body.wasabi-page:not(.home-v2-redesign) .story-feed-grid > .story-card {
  grid-column: auto !important;
  grid-row: auto !important;
}

@media (max-width: 64rem) {
  html body.wasabi-page:not(.home-v2-redesign) .story-feed-grid.story-feed-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }
}

@media (max-width: 48rem) {
  html body.wasabi-page:not(.home-v2-redesign) .story-feed-grid.story-feed-grid {
    grid-template-columns: minmax(0, 1fr) !important;
  }
}

/* The site root is 17px, so 48rem starts at 816px. Keep the 768px tablet
   checkpoint on the intended two-column layout without changing phone grids. */
@media (min-width: 700px) and (max-width: 48rem) {
  html body.wasabi-page:not(.home-v2-redesign) .living-card-grid,
  html body.wasabi-page:not(.home-v2-redesign) .content-depth-section .content-depth-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }
}

/* Article actions share journey semantics but keep a simple vertical card so
   the reason sentence never collides with the editorial thumbnail rules. */
html body.story-article-page .story-connected-actions .story-related-grid--dynamic {
  grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
}

html body.story-article-page .story-connected-actions .story-related-card--visual.wasabi-internal-journey-card {
  grid-template-columns: minmax(0, 1fr) !important;
  grid-template-rows: auto minmax(0, 1fr) !important;
}

html body.story-article-page .story-connected-actions .story-related-thumb.wasabi-internal-journey-media {
  width: 100% !important;
  min-width: 0 !important;
  min-height: 0 !important;
  aspect-ratio: 16 / 9 !important;
  background-image: var(--story-related-thumb-image) !important;
  background-position: center !important;
  background-size: cover !important;
}

@media (max-width: 64rem) {
  html body.story-article-page .story-connected-actions .story-related-grid--dynamic {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }
}

@media (max-width: 48rem) {
  html body.story-article-page .story-connected-actions .story-related-grid--dynamic {
    grid-template-columns: minmax(0, 1fr) !important;
  }
}

/* Bundled source: wasabi-details.css */
/* Batch 4: readable articles, stable tools and trustworthy operational details. */
html body.wasabi-page:not(.home-v2-redesign) {
  --wl-detail-system: 4;
}

/* Long-form stories and practical guides keep a calm reading measure. */
html body.wasabi-page:not(.home-v2-redesign) :is(
  .story-article,
  .article-shell,
  .guide-article
) {
  width: min(calc(100% - 48px), 980px) !important;
  max-width: 980px !important;
  margin-inline: auto !important;
  padding-block: clamp(56px, 7vw, 96px) !important;
}

html body.wasabi-page:not(.home-v2-redesign) .story-article-hero {
  width: 100%;
  max-width: 760px;
  margin-inline: auto;
  padding: 0 0 clamp(32px, 5vw, 48px) !important;
  border-bottom: 1px solid var(--wl-color-border) !important;
}

html body.wasabi-page:not(.home-v2-redesign) :is(
  .story-article-title,
  .story-article-hero h1
) {
  max-width: 18ch;
  margin: 12px 0 18px !important;
  color: var(--wl-color-ink) !important;
  font-size: clamp(42px, 5.2vw, 64px) !important;
  font-weight: 900 !important;
  letter-spacing: -0.055em !important;
  line-height: 1.08 !important;
  text-wrap: balance;
}

html body.wasabi-page:not(.home-v2-redesign) .story-article-hero > p:not(.eyebrow) {
  max-width: 66ch;
  color: var(--wl-color-text-secondary) !important;
  font-size: clamp(17px, 1.5vw, 20px) !important;
  line-height: 1.75 !important;
}

html body.wasabi-page:not(.home-v2-redesign) :is(
  .story-article-section,
  .guide-body-section
) {
  width: min(calc(100% - 32px), 760px) !important;
  max-width: 760px !important;
  margin-inline: auto !important;
  padding-block: clamp(36px, 5vw, 56px) !important;
  border: 0 !important;
  border-bottom: 1px solid var(--wl-color-border) !important;
  border-radius: 0 !important;
  background: transparent !important;
  box-shadow: none !important;
}

html body.wasabi-page:not(.home-v2-redesign) :is(
  .story-article-section,
  .guide-body-section
) :is(h2, h3) {
  max-width: 24ch;
  margin: 0 0 18px !important;
  color: var(--wl-color-ink) !important;
  font-weight: 860 !important;
  letter-spacing: -0.035em !important;
  line-height: 1.22 !important;
  text-wrap: balance;
}

html body.wasabi-page:not(.home-v2-redesign) :is(
  .story-article-section,
  .guide-body-section
) h2 {
  font-size: clamp(30px, 3.4vw, 42px) !important;
}

html body.wasabi-page:not(.home-v2-redesign) :is(
  .story-article-section,
  .guide-body-section
) h3 {
  font-size: clamp(22px, 2.3vw, 28px) !important;
}

html body.wasabi-page:not(.home-v2-redesign) :is(
  .story-article-section,
  .guide-body-section
) > :is(p, ul, ol) {
  max-width: 760px;
  margin-inline: auto !important;
  color: var(--wl-color-text-secondary) !important;
  font-size: 18px !important;
  line-height: 1.85 !important;
  word-break: keep-all;
  overflow-wrap: break-word;
}

html body.wasabi-page:not(.home-v2-redesign) :is(
  .story-article-section,
  .guide-body-section
) > p + p {
  margin-top: 22px !important;
}

html body.wasabi-page:not(.home-v2-redesign) :is(
  .story-article-section,
  .guide-body-section
) > :is(ul, ol) {
  padding-left: 24px !important;
}

html body.wasabi-page:not(.home-v2-redesign) :is(
  .story-article-section,
  .guide-body-section
) li + li {
  margin-top: 9px;
}

html body.wasabi-page:not(.home-v2-redesign) :is(
  .story-article-section,
  .guide-body-section
) blockquote {
  max-width: 760px;
  margin: 30px auto !important;
  padding: 22px 24px !important;
  border: 1px solid var(--wl-color-border) !important;
  border-left: 4px solid var(--wl-color-brand) !important;
  border-radius: var(--wl-radius-card) !important;
  background: var(--wl-color-primary-faint) !important;
  color: var(--wl-color-ink) !important;
  font-size: 18px;
  line-height: 1.75;
}

html body.wasabi-page:not(.home-v2-redesign) :is(
  .story-article,
  .guide-body-section,
  .calculator-card,
  .result-card
) table {
  width: 100%;
  max-width: 100%;
  border-collapse: collapse;
  border: 1px solid var(--wl-color-border) !important;
  border-radius: var(--wl-radius-card);
  background: var(--wl-color-surface) !important;
  color: var(--wl-color-text-secondary) !important;
  font-size: 15px;
}

html body.wasabi-page:not(.home-v2-redesign) :is(
  .story-article,
  .guide-body-section,
  .calculator-card,
  .result-card
) :is(th, td) {
  padding: 13px 15px !important;
  border-bottom: 1px solid var(--wl-color-border) !important;
  text-align: left;
  vertical-align: top;
}

html body.wasabi-page:not(.home-v2-redesign) :is(
  .story-article,
  .guide-body-section,
  .calculator-card,
  .result-card
) th {
  background: var(--wl-color-primary-soft) !important;
  color: var(--wl-color-ink) !important;
  font-weight: 820 !important;
}

html body.wasabi-page:not(.home-v2-redesign) :is(
  .story-brief-card,
  .story-experience-card,
  .story-source-card,
  .working-holiday-warning
) {
  max-width: 760px;
  margin: 38px auto !important;
  padding: clamp(22px, 3vw, 30px) !important;
  border: 1px solid var(--wl-color-border) !important;
  border-radius: var(--wl-radius-card) !important;
  background: var(--wl-color-surface-soft) !important;
  color: var(--wl-color-ink) !important;
  box-shadow: var(--wl-shadow-1) !important;
}

html body.wasabi-page:not(.home-v2-redesign) .story-brief-card {
  border-color: var(--wl-color-primary-dark) !important;
  background: var(--wl-color-primary-dark) !important;
  color: var(--wl-color-surface) !important;
}

html body.wasabi-page:not(.home-v2-redesign) .story-brief-card :is(h2, strong, p, li) {
  color: inherit !important;
}

html body.wasabi-page:not(.home-v2-redesign) :is(
  .story-source-card,
  .working-holiday-warning
) {
  border-left: 4px solid var(--wl-color-accent) !important;
  background: var(--wl-color-warning-soft) !important;
}

html body.wasabi-page:not(.home-v2-redesign) :is(
  .faq-item,
  .story-faq-section details,
  .working-holiday-faq-list details
) {
  overflow: hidden;
  border: 1px solid var(--wl-color-border) !important;
  border-radius: var(--wl-radius-action) !important;
  background: var(--wl-color-surface) !important;
  box-shadow: none !important;
}

html body.wasabi-page:not(.home-v2-redesign) :is(
  .faq-item,
  .story-faq-section details,
  .working-holiday-faq-list details
) summary {
  min-height: 52px;
  padding: 14px 18px !important;
  color: var(--wl-color-ink) !important;
  font-weight: 820 !important;
  line-height: 1.5;
  cursor: pointer;
}

html body.wasabi-page:not(.home-v2-redesign) :is(
  .faq-item,
  .story-faq-section details,
  .working-holiday-faq-list details
)[open] summary {
  border-bottom: 1px solid var(--wl-color-border) !important;
  background: var(--wl-color-primary-faint) !important;
}

html body.wasabi-page:not(.home-v2-redesign) :is(
  .wasabi-content-visual-section,
  .story-article figure,
  .guide-body-section figure
) {
  width: min(100%, 920px);
  margin: clamp(28px, 5vw, 48px) auto !important;
}

html body.wasabi-page:not(.home-v2-redesign) :is(
  .wasabi-inline-visual,
  .story-article figure,
  .guide-body-section figure
) {
  overflow: hidden;
  border: 1px solid var(--wl-color-border) !important;
  border-radius: var(--wl-radius-card) !important;
  background: var(--wl-color-surface) !important;
  box-shadow: var(--wl-shadow-1) !important;
}

html body.wasabi-page:not(.home-v2-redesign) :is(
  .wasabi-inline-visual,
  .story-article figure,
  .guide-body-section figure
) img {
  display: block;
  width: 100% !important;
  height: auto !important;
  border-radius: 0 !important;
}

html body.content-guide-page.wasabi-page:not(.home-v2-redesign) .working-holiday-toc {
  top: calc(var(--wl-header-height) + 10px) !important;
  width: min(calc(100% - 32px), 980px) !important;
  max-width: 980px !important;
  margin: 24px auto 44px !important;
  padding: 12px 16px !important;
  border: 1px solid var(--wl-color-border) !important;
  border-radius: var(--wl-radius-card) !important;
  background: rgba(255, 255, 255, 0.97) !important;
  box-shadow: var(--wl-shadow-1) !important;
  backdrop-filter: none !important;
}

html body.content-guide-page.wasabi-page:not(.home-v2-redesign) .toc-link-grid a {
  min-height: 44px;
  padding: 8px 13px !important;
  border: 1px solid transparent !important;
  border-radius: var(--wl-radius-pill) !important;
  color: var(--wl-color-text-secondary) !important;
  font-size: 13px;
  font-weight: 760;
}

html body.content-guide-page.wasabi-page:not(.home-v2-redesign) .toc-link-grid a:is(:hover, :focus-visible, [aria-current="location"]) {
  border-color: var(--wl-color-border-strong) !important;
  background: var(--wl-color-primary-soft) !important;
  color: var(--wl-color-primary-dark) !important;
}

/* Tools and calculators prioritize the task, not decoration. */
html body.tool-premium-canary.wasabi-page:not(.home-v2-redesign) > .site-header:not(.global-header) {
  width: 100% !important;
  max-width: none !important;
  margin: 0 !important;
  padding: 0 !important;
  border: 0 !important;
  background: transparent !important;
  box-shadow: none !important;
}

html body.tool-premium-canary.wasabi-page:not(.home-v2-redesign) > .site-header:not(.global-header) > .container {
  width: min(calc(100% - 32px), var(--wl-container)) !important;
  max-width: var(--wl-container) !important;
  margin: clamp(20px, 3vw, 40px) auto 0 !important;
  padding: clamp(32px, 4.5vw, 54px) !important;
  border: 1px solid var(--wl-color-border) !important;
  border-radius: var(--wl-radius-panel) !important;
  background:
    radial-gradient(circle at 90% 8%, rgba(255, 210, 90, 0.24) 0 16%, transparent 39%),
    var(--wl-color-surface) !important;
  box-shadow: var(--wl-shadow-1) !important;
}

html body.tool-premium-canary.wasabi-page:not(.home-v2-redesign) > .site-header:not(.global-header) h1 {
  max-width: 18ch;
  margin: 0 !important;
  color: var(--wl-color-ink) !important;
  font-size: clamp(40px, 4.8vw, 60px) !important;
  font-weight: 900 !important;
  letter-spacing: -0.05em !important;
  line-height: 1.08 !important;
  text-wrap: balance;
}

html body.tool-premium-canary.wasabi-page:not(.home-v2-redesign) .app-grid {
  grid-template-columns: minmax(0, 1.06fr) minmax(320px, 0.94fr) !important;
  gap: clamp(18px, 2.6vw, 30px) !important;
  align-items: start;
  margin-top: clamp(44px, 6vw, 76px) !important;
}

html body.wasabi-page:not(.home-v2-redesign) :is(
  .calculator-card,
  .result-card,
  .heic-card,
  .tool-panel,
  .calculator-panel
) {
  min-width: 0;
  padding: clamp(22px, 3vw, 32px) !important;
  border: 1px solid var(--wl-color-border) !important;
  border-radius: var(--wl-radius-card) !important;
  background: var(--wl-color-surface) !important;
  box-shadow: var(--wl-shadow-1) !important;
}

html body.wasabi-page:not(.home-v2-redesign) :is(
  .field-block,
  .calculator-card label,
  .heic-card label
) {
  display: grid;
  min-width: 0;
  gap: 8px;
  color: var(--wl-color-ink) !important;
  font-weight: 760;
}

html body.wasabi-page:not(.home-v2-redesign) :is(
  .field-block,
  .calculator-card,
  .heic-card,
  .tool-panel
) :is(input:not([type="checkbox"]):not([type="radio"]), select, textarea) {
  width: 100%;
  min-width: 0;
  min-height: 48px !important;
  padding: 11px 13px !important;
  border: 1px solid var(--wl-color-border-strong) !important;
  border-radius: var(--wl-radius-action) !important;
  background: var(--wl-color-surface) !important;
  color: var(--wl-color-ink) !important;
  box-shadow: none !important;
  font-size: 16px;
}

html body.wasabi-page:not(.home-v2-redesign) :is(
  .field-block,
  .calculator-card,
  .heic-card,
  .tool-panel
) textarea {
  min-height: 120px !important;
  resize: vertical;
}

html body.wasabi-page:not(.home-v2-redesign) :is(
  .form-actions,
  .tool-actions,
  .heic-actions
) {
  display: flex !important;
  flex-wrap: wrap;
  gap: 10px !important;
  margin-top: 22px !important;
}

html body.wasabi-page:not(.home-v2-redesign) :is(
  .form-actions,
  .tool-actions,
  .heic-actions
) :is(button, a),
html body.wasabi-page:not(.home-v2-redesign) :is(
  .heic-download,
  .board-contact-link
) {
  display: inline-flex !important;
  min-height: 48px;
  align-items: center;
  justify-content: center;
  padding: 0 18px !important;
  border: 1px solid var(--wl-color-primary-dark) !important;
  border-radius: var(--wl-radius-action) !important;
  background: var(--wl-color-primary-dark) !important;
  color: var(--wl-color-surface) !important;
  font-weight: 820 !important;
  line-height: 1.35;
  text-decoration: none !important;
}

html body.wasabi-page:not(.home-v2-redesign) :is(
  .form-actions,
  .tool-actions,
  .heic-actions
) :is(.secondary-button, [data-variant="secondary"]) {
  border-color: var(--wl-color-border-strong) !important;
  background: var(--wl-color-surface) !important;
  color: var(--wl-color-ink) !important;
  box-shadow: none !important;
}

html body.wasabi-page:not(.home-v2-redesign) :is(
  .result-card,
  .calculator-result,
  .tool-result,
  .heic-result,
  .bz14-result
) {
  min-height: 240px;
}

html body.wasabi-page:not(.home-v2-redesign) :is(
  .result-card,
  .calculator-result,
  .tool-result,
  .heic-result,
  .bz14-result
) strong {
  color: var(--wl-color-primary-dark) !important;
}

html body.wasabi-page:not(.home-v2-redesign) :is(
  .field-block,
  .calculator-card,
  .heic-card,
  .tool-panel,
  .form-actions,
  .tool-actions,
  .heic-actions
) :is(input, select, textarea, button, a):focus-visible {
  outline: 2px solid var(--wl-color-success) !important;
  outline-offset: 3px;
  box-shadow: var(--wl-focus-ring) !important;
}

/* Real-estate detail remains photo-first and preserves all original media. */
html body.real-estate-listing-detail-page.wasabi-page:not(.home-v2-redesign) .real-estate-listing-detail {
  width: min(calc(100% - 48px), var(--wl-container)) !important;
  max-width: var(--wl-container) !important;
  margin-inline: auto !important;
  padding-top: clamp(44px, 6vw, 76px) !important;
}

html body.real-estate-listing-detail-page.wasabi-page:not(.home-v2-redesign) .real-estate-listing-detail-copy {
  max-width: 980px;
  padding: 0 0 36px !important;
  border-bottom: 1px solid var(--wl-color-border) !important;
}

html body.real-estate-listing-detail-page.wasabi-page:not(.home-v2-redesign) .real-estate-listing-detail-copy h1 {
  max-width: 19ch;
  margin: 12px 0 18px !important;
  color: var(--wl-color-ink) !important;
  font-size: clamp(42px, 5vw, 62px) !important;
  font-weight: 900 !important;
  letter-spacing: -0.055em !important;
  line-height: 1.08 !important;
  text-wrap: balance;
}

html body.real-estate-listing-detail-page.wasabi-page:not(.home-v2-redesign) .real-estate-listing-detail-actions {
  display: grid !important;
  grid-template-columns: repeat(auto-fit, minmax(190px, max-content)) !important;
  gap: 10px !important;
  margin-top: 24px !important;
}

html body.real-estate-listing-detail-page.wasabi-page:not(.home-v2-redesign) :is(
  .real-estate-listing-detail-actions,
  .real-estate-detail-conversion-actions,
  .real-estate-listing-detail-sticky-actions
) :is(a, button) {
  min-height: 48px;
  border-radius: var(--wl-radius-action) !important;
}

html body.real-estate-listing-detail-page.wasabi-page:not(.home-v2-redesign) .real-estate-application-priority {
  margin-top: 28px !important;
  padding: clamp(22px, 3vw, 32px) !important;
  border: 1px solid color-mix(in srgb, var(--wl-color-coral) 42%, var(--wl-color-border)) !important;
  border-radius: var(--wl-radius-card) !important;
  background: var(--wl-color-coral-soft) !important;
  color: var(--wl-color-ink) !important;
  box-shadow: none !important;
}

html body.real-estate-listing-detail-page.wasabi-page:not(.home-v2-redesign) :is(
  .real-estate-detail-facts,
  .real-estate-feature-panel,
  .real-estate-initial-cost-notice,
  .real-estate-detail-notes,
  .real-estate-fit-panel,
  .real-estate-visual-quality-panel,
  .real-estate-detail-conversion,
  .real-estate-detail-faq,
  .real-estate-life-context,
  .real-estate-detail-guide-links,
  .real-estate-related-listings
) {
  margin-top: clamp(28px, 4vw, 48px) !important;
  padding: clamp(22px, 3vw, 32px) !important;
  border: 1px solid var(--wl-color-border) !important;
  border-radius: var(--wl-radius-card) !important;
  background: var(--wl-color-surface) !important;
  box-shadow: var(--wl-shadow-1) !important;
}

html body.real-estate-listing-detail-page.wasabi-page:not(.home-v2-redesign) .real-estate-detail-gallery-shell {
  margin-top: clamp(28px, 4vw, 48px) !important;
  overflow: hidden;
  border: 1px solid var(--wl-color-border) !important;
  border-radius: var(--wl-radius-panel) !important;
  background: var(--wl-color-primary-dark) !important;
  box-shadow: var(--wl-shadow-2) !important;
}

html body.real-estate-listing-detail-page.wasabi-page:not(.home-v2-redesign) :is(
  .real-estate-gallery-thumb,
  .real-estate-gallery-arrow,
  .real-estate-gallery-close
) {
  min-width: 44px;
  min-height: 44px;
}

html body.real-estate-listing-detail-page.wasabi-page:not(.home-v2-redesign) .real-estate-listing-detail-sticky {
  overflow: hidden;
  border: 1px solid var(--wl-color-border) !important;
  border-radius: var(--wl-radius-card) !important;
  background: rgba(255, 255, 255, 0.97) !important;
  box-shadow: var(--wl-shadow-3) !important;
  backdrop-filter: none !important;
}

/* Board and partner details use a restrained verification-first surface. */
html body.wasabi-page:not(.home-v2-redesign) :is(
  .board-detail-layout,
  .partner-detail-layout,
  .partner-detail
) {
  width: min(calc(100% - 48px), 980px) !important;
  max-width: 980px !important;
  margin: clamp(40px, 6vw, 80px) auto !important;
}

html body.wasabi-page:not(.home-v2-redesign) :is(
  .board-detail-card,
  .partner-detail-header,
  .partner-detail-summary,
  .partner-detail-columns > section,
  .partner-detail-facts
) {
  padding: clamp(24px, 4vw, 40px) !important;
  border: 1px solid var(--wl-color-border) !important;
  border-radius: var(--wl-radius-card) !important;
  background: var(--wl-color-surface) !important;
  box-shadow: var(--wl-shadow-1) !important;
}

html body.wasabi-page:not(.home-v2-redesign) :is(
  .board-detail-card,
  .partner-detail-header
) h1 {
  max-width: 20ch;
  margin: 12px 0 18px !important;
  color: var(--wl-color-ink) !important;
  font-size: clamp(38px, 4.6vw, 58px) !important;
  font-weight: 900 !important;
  letter-spacing: -0.05em !important;
  line-height: 1.1 !important;
  text-wrap: balance;
}

html body.wasabi-page:not(.home-v2-redesign) .board-detail-meta {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0 !important;
  margin: 28px 0 !important;
  overflow: hidden;
  border: 1px solid var(--wl-color-border) !important;
  border-radius: var(--wl-radius-action) !important;
}

html body.wasabi-page:not(.home-v2-redesign) .board-detail-meta .breakdown-row {
  min-width: 0;
  padding: 14px 16px !important;
  border-bottom: 1px solid var(--wl-color-border) !important;
  background: var(--wl-color-surface-soft) !important;
}

html body.wasabi-page:not(.home-v2-redesign) :is(
  .board-bottom-disclaimer,
  .board-disclaimer
) {
  margin-top: 24px !important;
  padding: 18px 20px !important;
  border: 1px solid color-mix(in srgb, var(--wl-color-accent) 50%, var(--wl-color-border)) !important;
  border-radius: var(--wl-radius-action) !important;
  background: var(--wl-color-warning-soft) !important;
  color: var(--wl-color-ink) !important;
  line-height: 1.7;
}

html body.wasabi-page:not(.home-v2-redesign) .partner-detail-banner {
  overflow: hidden;
  border: 1px solid var(--wl-color-border) !important;
  border-radius: var(--wl-radius-card) !important;
  background: var(--wl-color-surface-soft) !important;
}

html body.wasabi-page:not(.home-v2-redesign) .partner-detail-banner img {
  display: block;
  width: 100%;
  height: auto;
  object-fit: contain;
}

html body.wasabi-page:not(.home-v2-redesign) :is(
  .story-article a,
  .guide-body-section a,
  .calculator-card a,
  .result-card a,
  .real-estate-listing-detail a,
  .real-estate-listing-detail button,
  .board-detail-layout a,
  .partner-detail a
):focus-visible {
  outline: 2px solid var(--wl-color-success) !important;
  outline-offset: 3px;
  box-shadow: var(--wl-focus-ring) !important;
}

@media (max-width: 64rem) {
  html body.tool-premium-canary.wasabi-page:not(.home-v2-redesign) .app-grid {
    grid-template-columns: minmax(0, 1fr) !important;
  }

  html body.wasabi-page:not(.home-v2-redesign) .partner-detail-columns {
    grid-template-columns: minmax(0, 1fr) !important;
  }
}

@media (max-width: 48rem) {
  html body.wasabi-page:not(.home-v2-redesign) :is(
    .story-article,
    .article-shell,
    .guide-article
  ) {
    width: calc(100% - 32px) !important;
    padding-block: 40px !important;
  }

  html body.wasabi-page:not(.home-v2-redesign) :is(
    .story-article-title,
    .story-article-hero h1,
    .board-detail-card h1,
    .partner-detail-header h1
  ),
  html body.real-estate-listing-detail-page.wasabi-page:not(.home-v2-redesign) .real-estate-listing-detail-copy h1,
  html body.tool-premium-canary.wasabi-page:not(.home-v2-redesign) > .site-header:not(.global-header) h1 {
    max-width: none;
    font-size: 34px !important;
    line-height: 1.14 !important;
  }

  html body.wasabi-page:not(.home-v2-redesign) :is(
    .story-article-section,
    .guide-body-section
  ) {
    width: 100% !important;
    padding-block: 34px !important;
  }

  html body.wasabi-page:not(.home-v2-redesign) :is(
    .story-article-section,
    .guide-body-section
  ) > :is(p, ul, ol) {
    font-size: 17px !important;
    line-height: 1.82 !important;
  }

  html body.content-guide-page.wasabi-page:not(.home-v2-redesign) .working-holiday-toc {
    position: static !important;
    width: calc(100% - 32px) !important;
    margin-block: 18px 28px !important;
    padding: 10px 12px !important;
  }

  html body.wasabi-page:not(.home-v2-redesign) :is(
    .story-article,
    .guide-body-section,
    .calculator-card,
    .result-card
  ) table {
    display: block;
    max-width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }

  html body.tool-premium-canary.wasabi-page:not(.home-v2-redesign) > .site-header:not(.global-header) > .container {
    width: calc(100% - 32px) !important;
    margin-top: 18px !important;
    padding: 28px 22px !important;
    border-radius: var(--wl-radius-card) !important;
  }

  html body.tool-premium-canary.wasabi-page:not(.home-v2-redesign) .app-grid {
    width: calc(100% - 32px) !important;
    grid-template-columns: minmax(0, 1fr) !important;
    margin-top: 36px !important;
  }

  html body.wasabi-page:not(.home-v2-redesign) :is(
    .form-actions,
    .tool-actions,
    .heic-actions
  ) {
    display: grid !important;
    grid-template-columns: minmax(0, 1fr) !important;
  }

  html body.wasabi-page:not(.home-v2-redesign) :is(
    .form-actions,
    .tool-actions,
    .heic-actions
  ) :is(button, a) {
    width: 100%;
  }

  html body.real-estate-listing-detail-page.wasabi-page:not(.home-v2-redesign) {
    padding-bottom: calc(108px + env(safe-area-inset-bottom));
  }

  html body.real-estate-listing-detail-page.wasabi-page:not(.home-v2-redesign) .real-estate-listing-detail {
    width: calc(100% - 24px) !important;
    padding-top: 24px !important;
  }

  html body.real-estate-listing-detail-page.wasabi-page:not(.home-v2-redesign) .real-estate-listing-detail-actions {
    grid-template-columns: minmax(0, 1fr) !important;
  }

  html body.real-estate-listing-detail-page.wasabi-page:not(.home-v2-redesign) .real-estate-listing-detail-sticky {
    right: 12px !important;
    bottom: max(12px, env(safe-area-inset-bottom)) !important;
    left: 12px !important;
    width: auto !important;
    padding: 8px !important;
    border-radius: 18px !important;
  }

  html body.wasabi-page:not(.home-v2-redesign) :is(
    .board-detail-layout,
    .partner-detail-layout,
    .partner-detail
  ) {
    width: calc(100% - 32px) !important;
    margin-block: 32px 56px !important;
  }

  html body.wasabi-page:not(.home-v2-redesign) .board-detail-meta {
    grid-template-columns: minmax(0, 1fr);
  }
}

/* Bundled source: wasabi-support.css */
/* Batch 5: policy, support and exceptional states. */
html body.wasabi-page:not(.home-v2-redesign) {
  --wl-support-system: 5;
}

/* One public list pager: previous / current page / next. */
html body.wasabi-page:not(.home-v2-redesign) nav.wasabi-list-pagination {
  display: grid !important;
  grid-template-columns: minmax(0, 1fr) auto minmax(0, 1fr) !important;
  align-items: center !important;
  gap: clamp(10px, 2.2vw, 24px) !important;
  width: 100%;
  margin: clamp(28px, 5vw, 48px) auto 0 !important;
  padding: clamp(24px, 4vw, 36px) 0 !important;
  border: 0 !important;
  border-block-end: 1px solid var(--wl-color-border) !important;
  border-radius: 0 !important;
  background: transparent !important;
  box-shadow: none !important;
}

html body.wasabi-page:not(.home-v2-redesign) nav.wasabi-list-pagination[hidden] {
  display: none !important;
}

html body.wasabi-page:not(.home-v2-redesign) nav.wasabi-list-pagination > button.wasabi-list-pagination-button {
  display: inline-flex !important;
  width: 100% !important;
  min-width: 0 !important;
  min-height: 52px !important;
  align-items: center !important;
  justify-content: center !important;
  padding: 10px clamp(12px, 2vw, 24px) !important;
  border: 1px solid var(--wl-color-border-strong) !important;
  border-radius: var(--wl-radius-action) !important;
  background: var(--wl-color-surface) !important;
  color: var(--wl-color-ink) !important;
  box-shadow: var(--wl-shadow-1) !important;
  font: inherit !important;
  font-size: clamp(15px, 1.7vw, 18px) !important;
  font-weight: 780 !important;
  line-height: 1.25 !important;
  white-space: nowrap;
  cursor: pointer;
}

html body.wasabi-page:not(.home-v2-redesign) nav.wasabi-list-pagination > button.wasabi-list-pagination-button:first-of-type {
  justify-self: start;
}

html body.wasabi-page:not(.home-v2-redesign) nav.wasabi-list-pagination > button.wasabi-list-pagination-button:last-of-type {
  justify-self: end;
}

html body.wasabi-page:not(.home-v2-redesign) nav.wasabi-list-pagination > button.wasabi-list-pagination-button:disabled {
  border-color: var(--wl-color-border) !important;
  background: var(--wl-color-canvas-soft) !important;
  color: var(--wl-color-text-caption) !important;
  box-shadow: none !important;
  cursor: default;
  opacity: 0.62;
}

html body.wasabi-page:not(.home-v2-redesign) nav.wasabi-list-pagination > button.wasabi-list-pagination-button:focus-visible {
  outline: 2px solid var(--wl-color-success) !important;
  outline-offset: 3px;
  box-shadow: var(--wl-focus-ring) !important;
}

html body.wasabi-page:not(.home-v2-redesign) nav.wasabi-list-pagination > .wasabi-list-pagination-status {
  display: inline-flex !important;
  grid-column: 2;
  grid-row: 1;
  min-width: clamp(62px, 9vw, 92px);
  min-height: 52px;
  align-items: center;
  justify-content: center;
  margin: 0 !important;
  color: var(--wl-color-text-secondary) !important;
  font-size: clamp(15px, 1.7vw, 18px) !important;
  font-weight: 820 !important;
  line-height: 1.25 !important;
  text-align: center;
  white-space: nowrap;
}

/* Policy pages use one calm reading column inside a restrained editorial frame. */
html body.policy-premium-canary.wasabi-page:not(.home-v2-redesign) .policy-page {
  width: min(calc(100% - 48px), 980px) !important;
  max-width: 980px !important;
  margin: 0 auto !important;
  padding: clamp(32px, 5vw, 64px) 0 clamp(72px, 9vw, 120px) !important;
}

html body.policy-premium-canary.wasabi-page:not(.home-v2-redesign) .policy-page > .hub-hero {
  position: relative;
  isolation: isolate;
  width: 100% !important;
  max-width: 980px !important;
  margin: 0 auto clamp(28px, 5vw, 48px) !important;
  padding: clamp(34px, 5.4vw, 58px) !important;
  overflow: hidden;
  border: 1px solid var(--wl-color-border) !important;
  border-radius: var(--wl-radius-panel) !important;
  background:
    radial-gradient(circle at 91% 11%, rgba(255, 210, 90, 0.24) 0 12%, transparent 36%),
    linear-gradient(135deg, var(--wl-color-surface) 0 70%, var(--wl-color-primary-faint) 100%) !important;
  box-shadow: var(--wl-shadow-1) !important;
  color: var(--wl-color-ink) !important;
}

html body.policy-premium-canary.wasabi-page:not(.home-v2-redesign) .policy-page > .hub-hero h1 {
  max-width: 16ch;
  margin: 12px 0 18px !important;
  color: var(--wl-color-ink) !important;
  font-size: clamp(42px, 5.4vw, 64px) !important;
  font-weight: 900 !important;
  letter-spacing: -0.055em !important;
  line-height: 1.08 !important;
  text-wrap: balance;
  word-break: keep-all;
  overflow-wrap: break-word;
}

html body.policy-premium-canary.wasabi-page:not(.home-v2-redesign) .policy-page > .hub-hero > p:not(.eyebrow) {
  max-width: 68ch;
  margin: 0 !important;
  color: var(--wl-color-text-secondary) !important;
  font-size: clamp(17px, 1.55vw, 20px) !important;
  line-height: 1.75 !important;
  word-break: keep-all;
  overflow-wrap: break-word;
}

html body.policy-premium-canary.wasabi-page:not(.home-v2-redesign) .policy-page .eyebrow {
  color: var(--wl-color-primary-dark) !important;
  font-size: 13px !important;
  font-weight: 850 !important;
  letter-spacing: 0.08em !important;
}

html body.policy-premium-canary.wasabi-page:not(.home-v2-redesign) .policy-section {
  width: min(calc(100% - 32px), 760px) !important;
  max-width: 760px !important;
  margin: 0 auto !important;
  padding: clamp(38px, 5vw, 56px) 0 !important;
  border: 0 !important;
  border-bottom: 1px solid var(--wl-color-border) !important;
  border-radius: 0 !important;
  background: transparent !important;
  box-shadow: none !important;
}

html body.policy-premium-canary.wasabi-page:not(.home-v2-redesign) .policy-section:last-child {
  border-bottom: 0 !important;
}

html body.policy-premium-canary.wasabi-page:not(.home-v2-redesign) .policy-section :is(h2, h3) {
  max-width: 25ch;
  margin: 0 0 18px !important;
  color: var(--wl-color-ink) !important;
  font-weight: 860 !important;
  letter-spacing: -0.035em !important;
  line-height: 1.22 !important;
  text-wrap: balance;
  word-break: keep-all;
}

html body.policy-premium-canary.wasabi-page:not(.home-v2-redesign) .policy-section h2 {
  font-size: clamp(29px, 3.5vw, 40px) !important;
}

html body.policy-premium-canary.wasabi-page:not(.home-v2-redesign) .policy-section h3 {
  font-size: clamp(20px, 2.2vw, 24px) !important;
}

html body.policy-premium-canary.wasabi-page:not(.home-v2-redesign) .policy-section > :is(p, ul, ol),
html body.policy-premium-canary.wasabi-page:not(.home-v2-redesign) .policy-section > :is(p, ul, ol) :is(p, li) {
  color: var(--wl-color-text-secondary) !important;
  font-size: 18px !important;
  line-height: 1.85 !important;
  word-break: keep-all;
  overflow-wrap: break-word;
}

html body.policy-premium-canary.wasabi-page:not(.home-v2-redesign) .policy-section > p {
  max-width: 760px !important;
  margin: 0 !important;
}

html body.policy-premium-canary.wasabi-page:not(.home-v2-redesign) .policy-section > p + p {
  margin-top: 20px !important;
}

html body.policy-premium-canary.wasabi-page:not(.home-v2-redesign) .policy-section > :is(ul, ol) {
  margin: 20px 0 0 !important;
  padding-left: 25px !important;
}

html body.policy-premium-canary.wasabi-page:not(.home-v2-redesign) .policy-section li + li {
  margin-top: 10px;
}

html body.policy-premium-canary.wasabi-page:not(.home-v2-redesign) .policy-section a {
  color: var(--wl-color-primary-dark) !important;
  font-weight: 780;
  text-decoration-thickness: 1px;
  text-underline-offset: 3px;
}

html body.policy-premium-canary.wasabi-page:not(.home-v2-redesign) :is(
  #privacy-2026-review,
  #privacy-rights
) {
  scroll-margin-top: calc(var(--wl-header-height) + 28px);
}

html body.policy-premium-canary.wasabi-page:not(.home-v2-redesign) .policy-visual-card {
  display: grid !important;
  gap: 0 !important;
  margin: clamp(28px, 5vw, 42px) 0 0 !important;
  overflow: hidden;
  border: 1px solid var(--wl-color-border) !important;
  border-radius: var(--wl-radius-card) !important;
  background: var(--wl-color-surface) !important;
  box-shadow: var(--wl-shadow-1) !important;
}

html body.policy-premium-canary.wasabi-page:not(.home-v2-redesign) .policy-visual-card img {
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 16 / 9;
  object-fit: cover;
  background: var(--wl-color-canvas-soft);
}

html body.policy-premium-canary.wasabi-page:not(.home-v2-redesign) .policy-visual-card figcaption {
  display: grid;
  gap: 6px;
  padding: clamp(18px, 3vw, 26px) !important;
  border-top: 1px solid var(--wl-color-border);
}

html body.policy-premium-canary.wasabi-page:not(.home-v2-redesign) .policy-visual-card figcaption strong {
  color: var(--wl-color-ink) !important;
  font-size: clamp(18px, 2vw, 21px) !important;
  line-height: 1.4;
}

html body.policy-premium-canary.wasabi-page:not(.home-v2-redesign) .policy-visual-card figcaption span {
  color: var(--wl-color-text-secondary) !important;
  font-size: 15px;
  line-height: 1.7;
}

html body.policy-premium-canary.wasabi-page:not(.home-v2-redesign) .policy-faq {
  display: grid !important;
  gap: 14px !important;
  padding-top: clamp(46px, 6vw, 64px) !important;
}

html body.policy-premium-canary.wasabi-page:not(.home-v2-redesign) .policy-faq > h2 {
  margin-bottom: 8px !important;
}

html body.policy-premium-canary.wasabi-page:not(.home-v2-redesign) .policy-faq-item {
  margin: 0 !important;
  padding: clamp(20px, 3vw, 26px) !important;
  border: 1px solid var(--wl-color-border) !important;
  border-radius: var(--wl-radius-action) !important;
  background: var(--wl-color-surface) !important;
  box-shadow: none !important;
}

html body.policy-premium-canary.wasabi-page:not(.home-v2-redesign) .policy-faq-item h3 {
  max-width: none;
  margin: 0 0 9px !important;
  font-size: clamp(18px, 2vw, 21px) !important;
}

html body.policy-premium-canary.wasabi-page:not(.home-v2-redesign) .policy-faq-item p {
  margin: 0 !important;
  color: var(--wl-color-text-secondary) !important;
  font-size: 16px !important;
  line-height: 1.75 !important;
}

/* The contract-warning hub remains a category page, but its next action is unmistakable. */
html body.contract-warning-hub.wasabi-page:not(.home-v2-redesign) main > .hub-hero {
  position: relative;
  isolation: isolate;
  width: min(calc(100% - 32px), var(--wl-container)) !important;
  max-width: var(--wl-container) !important;
  margin: clamp(20px, 3vw, 40px) auto 0 !important;
  padding: clamp(34px, 4.8vw, 58px) !important;
  overflow: hidden;
  border: 1px solid var(--wl-color-border) !important;
  border-radius: var(--wl-radius-panel) !important;
  background:
    radial-gradient(circle at 91% 10%, rgba(255, 128, 110, 0.17) 0 13%, transparent 36%),
    linear-gradient(135deg, var(--wl-color-surface) 0 69%, var(--wl-color-warning-soft) 100%) !important;
  box-shadow: var(--wl-shadow-1) !important;
  color: var(--wl-color-ink) !important;
}

html body.contract-warning-hub.wasabi-page:not(.home-v2-redesign) main > .hub-hero h1 {
  max-width: 18ch;
  margin: 12px 0 18px !important;
  color: var(--wl-color-ink) !important;
  font-size: clamp(42px, 5.2vw, 64px) !important;
  font-weight: 900 !important;
  letter-spacing: -0.055em !important;
  line-height: 1.08 !important;
  text-wrap: balance;
}

html body.contract-warning-hub.wasabi-page:not(.home-v2-redesign) main > .hub-hero > p:not(.eyebrow) {
  max-width: 68ch;
  color: var(--wl-color-text-secondary) !important;
  font-size: clamp(17px, 1.5vw, 20px) !important;
  line-height: 1.75 !important;
}

html body.contract-warning-hub.wasabi-page:not(.home-v2-redesign) main > .hub-hero > .hero-button {
  display: inline-flex !important;
  min-height: 48px;
  align-items: center;
  justify-content: center;
  margin-top: 22px !important;
  padding: 0 20px !important;
  border: 1px solid var(--wl-color-primary-dark) !important;
  border-radius: var(--wl-radius-action) !important;
  background: var(--wl-color-primary-dark) !important;
  color: var(--wl-color-surface) !important;
  box-shadow: none !important;
  font-weight: 850 !important;
  text-decoration: none !important;
}

html body.contract-warning-hub.wasabi-page:not(.home-v2-redesign) .hub-card-grid {
  display: grid !important;
  grid-template-columns: minmax(0, 1fr) !important;
  gap: 18px !important;
  max-width: 760px;
  margin-top: clamp(28px, 4vw, 42px) !important;
}

html body.contract-warning-hub.wasabi-page:not(.home-v2-redesign) .hub-card.featured {
  min-width: 0;
  border: 1px solid var(--wl-color-border) !important;
  border-radius: var(--wl-radius-card) !important;
  background: var(--wl-color-surface) !important;
  box-shadow: var(--wl-shadow-1) !important;
}

html body.contract-warning-hub.wasabi-page:not(.home-v2-redesign) .content-depth-section {
  width: min(calc(100% - 48px), 980px) !important;
  max-width: 980px !important;
  margin: 0 auto !important;
  padding: clamp(64px, 8vw, 104px) 0 !important;
  border: 0 !important;
  background: transparent !important;
  box-shadow: none !important;
}

html body.contract-warning-hub.wasabi-page:not(.home-v2-redesign) .content-depth-section > :is(
  .section-heading,
  .content-depth-experience,
  .content-depth-faq
) {
  max-width: 760px;
  margin-inline: auto !important;
}

html body.contract-warning-hub.wasabi-page:not(.home-v2-redesign) .content-depth-experience {
  color: var(--wl-color-text-secondary) !important;
  font-size: 18px !important;
  line-height: 1.85 !important;
}

html body.contract-warning-hub.wasabi-page:not(.home-v2-redesign) .content-depth-grid {
  display: grid !important;
  grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  gap: 16px !important;
  margin-top: 30px !important;
}

html body.contract-warning-hub.wasabi-page:not(.home-v2-redesign) .content-depth-card {
  min-width: 0;
  padding: clamp(22px, 3vw, 28px) !important;
  border: 1px solid var(--wl-color-border) !important;
  border-radius: var(--wl-radius-card) !important;
  background: var(--wl-color-surface) !important;
  box-shadow: none !important;
}

html body.contract-warning-hub.wasabi-page:not(.home-v2-redesign) .content-depth-card h3 {
  color: var(--wl-color-ink) !important;
  font-size: 21px !important;
}

html body.contract-warning-hub.wasabi-page:not(.home-v2-redesign) .content-depth-card p {
  color: var(--wl-color-text-secondary) !important;
  font-size: 16px !important;
  line-height: 1.75 !important;
}

html body.contract-warning-hub.wasabi-page:not(.home-v2-redesign) .content-depth-faq {
  margin-top: clamp(42px, 6vw, 64px) !important;
}

/* Compact search keeps its hidden status accessible and reveals only real result states. */
html body.contract-warning-hub.wasabi-page:not(.home-v2-redesign) .site-header-search-results:not(:empty) {
  display: grid !important;
  gap: 0 !important;
  padding: 8px !important;
  overflow-y: auto;
}

html body.contract-warning-hub.wasabi-page:not(.home-v2-redesign) .site-header-search-results .site-search-result {
  min-width: 0;
  padding: 10px !important;
  border-radius: 10px !important;
}

html body.contract-warning-hub.wasabi-page:not(.home-v2-redesign) .site-header-search > .site-search-empty:not([hidden]) {
  position: absolute !important;
  inset: calc(100% + 10px) 0 auto auto !important;
  width: min(360px, calc(100vw - 32px)) !important;
  height: auto !important;
  margin: 0 !important;
  padding: 22px !important;
  overflow: visible !important;
  clip: auto !important;
  white-space: normal !important;
  border: 1px solid var(--wl-color-border) !important;
  border-radius: var(--wl-radius-card) !important;
  background: var(--wl-color-surface) !important;
  color: var(--wl-color-text-secondary) !important;
  box-shadow: var(--wl-shadow-3) !important;
  font-size: 14px !important;
  line-height: 1.6 !important;
  text-align: left;
}

html body.contract-warning-hub.wasabi-page:not(.home-v2-redesign) .site-header-search > [hidden] {
  display: none !important;
}

html body.policy-premium-canary.wasabi-page:not(.home-v2-redesign) :is(a, button, summary):focus-visible,
html body.contract-warning-hub.wasabi-page:not(.home-v2-redesign) :is(a, button, summary):focus-visible {
  outline: 2px solid var(--wl-color-success) !important;
  outline-offset: 3px;
  box-shadow: var(--wl-focus-ring) !important;
}

@media (max-width: 48rem) {
  html body.policy-premium-canary.wasabi-page:not(.home-v2-redesign) .policy-page {
    width: min(calc(100% - 24px), 980px) !important;
    padding-top: 20px !important;
  }

  html body.policy-premium-canary.wasabi-page:not(.home-v2-redesign) .policy-page > .hub-hero,
  html body.contract-warning-hub.wasabi-page:not(.home-v2-redesign) main > .hub-hero {
    padding: 28px 22px !important;
    border-radius: 22px !important;
  }

  html body.policy-premium-canary.wasabi-page:not(.home-v2-redesign) .policy-page > .hub-hero h1,
  html body.contract-warning-hub.wasabi-page:not(.home-v2-redesign) main > .hub-hero h1 {
    font-size: clamp(36px, 11vw, 48px) !important;
  }

  html body.policy-premium-canary.wasabi-page:not(.home-v2-redesign) .policy-section {
    width: min(calc(100% - 16px), 760px) !important;
    padding-block: 36px !important;
  }

  html body.policy-premium-canary.wasabi-page:not(.home-v2-redesign) .policy-section > :is(p, ul, ol),
  html body.policy-premium-canary.wasabi-page:not(.home-v2-redesign) .policy-section > :is(p, ul, ol) :is(p, li) {
    font-size: 17px !important;
    line-height: 1.8 !important;
  }

  html body.contract-warning-hub.wasabi-page:not(.home-v2-redesign) .content-depth-section {
    width: min(calc(100% - 32px), 980px) !important;
  }

  html body.contract-warning-hub.wasabi-page:not(.home-v2-redesign) .content-depth-grid {
    grid-template-columns: minmax(0, 1fr) !important;
  }

  html body.contract-warning-hub.wasabi-page:not(.home-v2-redesign) main > .hub-hero > .hero-button {
    width: 100%;
    padding-inline: 14px !important;
    text-align: center;
  }
}

/* Bundled source: wasabi-motion.css */
/* Shared interaction language. Motion never carries required information. */
html body.wasabi-page:not(.home-v2-redesign) :is(
  .section-link,
  .nav-submenu a,
  .wasabi-account-link,
  .site-header-search-row,
  .site-header-search-row button,
  .wasabi-search-toggle,
  .wasabi-nav-toggle,
  .wasabi-utility-button
) {
  transition: color var(--wl-motion-fast) ease, background-color var(--wl-motion-fast) ease, border-color var(--wl-motion-fast) ease, box-shadow var(--wl-motion-base) var(--wl-ease-out), transform var(--wl-motion-base) var(--wl-ease-out) !important;
}

html body.wasabi-page:not(.home-v2-redesign) :focus-visible {
  outline: 2px solid #2F7A42 !important;
  outline-offset: 3px !important;
}

@media (hover: hover) and (pointer: fine) {
  html body.wasabi-page:not(.home-v2-redesign) .wasabi-site-nav .section-link:hover {
    color: var(--wl-color-primary) !important;
  }

  html body.wasabi-page:not(.home-v2-redesign) .wasabi-site-nav .nav-submenu a:hover {
    border-color: var(--wl-color-border-strong) !important;
    background: var(--wl-color-primary-soft) !important;
    color: var(--wl-color-ink) !important;
  }

  html body.wasabi-page:not(.home-v2-redesign) .wasabi-site-nav > .wasabi-account-link:hover {
    background: #F6C642 !important;
    box-shadow: 0 8px 20px rgba(24, 53, 42, 0.12) !important;
    transform: translateY(-1px) !important;
  }

  html body.wasabi-page:not(.home-v2-redesign) .wasabi-utility-button:hover {
    border-color: var(--wl-color-border-strong) !important;
    transform: translateY(-2px) !important;
  }
}

html body.wasabi-page:not(.home-v2-redesign) :is(.wasabi-account-link, .wasabi-utility-button):active {
  transform: translateY(1px) !important;
}

@media (prefers-reduced-motion: reduce) {
  html body.wasabi-page:not(.home-v2-redesign) *,
  html body.wasabi-page:not(.home-v2-redesign) *::before,
  html body.wasabi-page:not(.home-v2-redesign) *::after {
    scroll-behavior: auto !important;
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
  }
}

/* Wasabi Life v2 legacy fallback. New batch-scoped layers above use stronger scoped selectors. */
body:not(.home-v2-redesign) {
  --v2g-ink: #141414;
  --v2g-paper: #f7f5f0;
  --v2g-white: #ffffff;
  --v2g-wasabi: #8dc63f;
  --v2g-wasabi-dark: #446b1f;
  --v2g-coral: #e86f51;
  --v2g-muted: #66645f;
  --v2g-line: rgba(20, 20, 20, 0.18);
  --v2g-display: "Gowun Batang", "Noto Serif KR", serif;
  --v2g-body: "Pretendard", system-ui, -apple-system, sans-serif;
  --v2g-container: 1320px;
  margin: 0;
  overflow-x: hidden;
  background: var(--v2g-paper) !important;
  color: var(--v2g-ink) !important;
  font-family: var(--v2g-body);
  font-size: 17px;
  line-height: 1.7;
  letter-spacing: 0;
}

body:not(.home-v2-redesign) *,
body:not(.home-v2-redesign) *::before,
body:not(.home-v2-redesign) *::after {
  box-sizing: border-box;
  letter-spacing: 0;
}

body:not(.home-v2-redesign) :focus-visible {
  outline: 3px solid var(--v2g-coral) !important;
  outline-offset: 4px;
}

/* UR inventory is retained internally but is not part of the public catalog. */
body:not(.home-v2-redesign) a[href="/real-estate/ur/"] {
  display: none !important;
}

body:not(.home-v2-redesign) .container,
body:not(.home-v2-redesign) .wasabi-container {
  width: min(calc(100% - 64px), var(--v2g-container));
  max-width: var(--v2g-container);
  margin-inline: auto;
}

/* Shared navigation */
body:not(.home-v2-redesign) .global-header {
  position: sticky;
  z-index: 1000;
  top: 0;
  margin: 0 !important;
  border: 0 !important;
  border-bottom: 1px solid var(--v2g-line) !important;
  background: rgba(247, 245, 240, 0.96) !important;
  color: var(--v2g-ink) !important;
  box-shadow: none !important;
  backdrop-filter: blur(16px);
}

body:not(.home-v2-redesign) .global-header-inner {
  min-height: 76px !important;
  padding-block: 8px !important;
}

body:not(.home-v2-redesign) .wasabi-brand-logo {
  filter: none !important;
  opacity: 1 !important;
}

body:not(.home-v2-redesign) .wasabi-brand-text strong {
  color: var(--v2g-ink) !important;
  opacity: 1 !important;
}

body:not(.home-v2-redesign) .wasabi-brand-text > span {
  color: #3c3b37 !important;
  opacity: 1 !important;
}

body:not(.home-v2-redesign) .wasabi-site-nav .section-link {
  min-height: 44px;
  padding-inline: 10px !important;
  border: 0 !important;
  border-bottom: 2px solid transparent !important;
  border-radius: 0 !important;
  background: transparent !important;
  color: var(--v2g-ink) !important;
  box-shadow: none !important;
}

body:not(.home-v2-redesign) .wasabi-site-nav .section-link:hover,
body:not(.home-v2-redesign) .wasabi-site-nav .section-link:focus-visible {
  background: transparent !important;
  color: var(--v2g-wasabi-dark) !important;
}

/* Navigation selection uses an underline, not a filled pill. */
body:not(.home-v2-redesign) .wasabi-site-nav .nav-section.is-current > .section-link,
body:not(.home-v2-redesign) .wasabi-site-nav .section-link[aria-current="page"] {
  border-bottom-color: var(--v2g-wasabi-dark) !important;
  background: transparent !important;
  color: var(--v2g-ink) !important;
}

body:not(.home-v2-redesign) .wasabi-site-nav .nav-submenu {
  border: 1px solid rgba(255, 255, 255, 0.16) !important;
  border-radius: 6px !important;
  background: var(--v2g-ink) !important;
  box-shadow: 0 24px 56px rgba(0, 0, 0, 0.22) !important;
}

body:not(.home-v2-redesign) .wasabi-site-nav .nav-submenu a {
  min-height: 44px;
  border-radius: 4px !important;
  color: rgba(255, 255, 255, 0.8) !important;
  background: transparent !important;
}

body:not(.home-v2-redesign) .wasabi-site-nav .nav-submenu a:hover {
  background: var(--v2g-wasabi) !important;
  color: var(--v2g-ink) !important;
}

body:not(.home-v2-redesign) .site-header-search-row {
  min-height: 44px;
  overflow: hidden;
  border: 1px solid var(--v2g-line) !important;
  border-radius: 6px !important;
  background: var(--v2g-white) !important;
  box-shadow: none !important;
}

body:not(.home-v2-redesign) .site-header-search-row input,
body:not(.home-v2-redesign) .site-header-search-row button {
  min-height: 44px;
  border: 0 !important;
}

body:not(.home-v2-redesign) .site-header-search-row button {
  background: var(--v2g-wasabi) !important;
  color: var(--v2g-ink) !important;
}

body:not(.home-v2-redesign) .site-breadcrumb a,
body:not(.home-v2-redesign) .story-source-card a {
  display: inline-flex;
  align-items: center;
  min-width: 44px;
  min-height: 44px;
  padding-inline: 6px;
}

body:not(.home-v2-redesign) .real-estate-pagination-button {
  min-width: 44px !important;
  min-height: 44px !important;
}

/* Typography and action language */
body:not(.home-v2-redesign) h1,
body:not(.home-v2-redesign) .story-article-title,
body:not(.home-v2-redesign) .real-estate-listing-detail h1 {
  color: var(--v2g-ink) !important;
  font-family: var(--v2g-body) !important;
  font-size: clamp(40px, 4.8vw, 68px) !important;
  font-weight: 700 !important;
  line-height: 1.14 !important;
  word-break: keep-all;
  overflow-wrap: break-word;
  text-wrap: balance;
}

body:not(.home-v2-redesign) :is(.story-hub-hero, .story-editorial-hero) h1 {
  font-family: var(--v2g-display) !important;
}

body:not(.home-v2-redesign) .tool-premium-canary h1,
body:not(.home-v2-redesign) .story-article-title,
body:not(.home-v2-redesign).real-estate-listing-detail-page .real-estate-listing-detail-copy h1 {
  font-family: var(--v2g-body) !important;
  font-size: clamp(38px, 4vw, 60px) !important;
  line-height: 1.18 !important;
}

body:not(.home-v2-redesign) h2 {
  color: var(--v2g-ink);
  font-size: clamp(30px, 4vw, 52px);
  line-height: 1.18;
}

body:not(.home-v2-redesign) p,
body:not(.home-v2-redesign) li {
  line-height: 1.75;
}

body:not(.home-v2-redesign) button,
body:not(.home-v2-redesign) input,
body:not(.home-v2-redesign) select,
body:not(.home-v2-redesign) textarea,
body:not(.home-v2-redesign) .button,
body:not(.home-v2-redesign) .btn {
  min-height: 44px;
  border-radius: 6px !important;
  font: inherit;
}

body:not(.home-v2-redesign) input,
body:not(.home-v2-redesign) select,
body:not(.home-v2-redesign) textarea {
  border: 1px solid var(--v2g-line) !important;
  background: var(--v2g-white) !important;
  color: var(--v2g-ink) !important;
  box-shadow: none !important;
}

/* Hub heroes: editorial whitespace, no floating section card. */
body:not(.home-v2-redesign) :is(
  .living-hero,
  .story-hub-hero,
  .hub-hero,
  .category-hero,
  .real-estate-hero,
  .weather-hero,
  .work-hero,
  .job-hero
) {
  width: min(100%, var(--v2g-container)) !important;
  max-width: var(--v2g-container) !important;
  margin: 0 auto !important;
  padding: clamp(88px, 10vw, 150px) 32px !important;
  border: 0 !important;
  border-bottom: 1px solid var(--v2g-line) !important;
  border-radius: 0 !important;
  background: transparent !important;
  box-shadow: none !important;
}

body:not(.home-v2-redesign) :is(.living-hero, .story-hub-hero, .hub-hero, .real-estate-hero) p {
  max-width: 720px;
  color: var(--v2g-muted) !important;
  font-size: 19px;
}

body:not(.home-v2-redesign) main > section {
  margin-block: 0 !important;
}

body:not(.home-v2-redesign) :is(
  .living-hub-section,
  .story-category-section,
  .story-feed-section,
  .hub-section,
  .real-estate-overview,
  .real-estate-condition-builder,
  .real-estate-matchmaker,
  .real-estate-situation-routes,
  .real-estate-recommendations,
  .real-estate-search-panel,
  .real-estate-category-faq,
  .content-depth-section
) {
  padding-block: clamp(40px, 5vw, 64px) !important;
  border: 0 !important;
  border-radius: 0 !important;
  background: transparent !important;
  box-shadow: none !important;
}

/* Article TOC stays compact and opaque while it follows the reader. */
body.content-guide-page:not(.home-v2-redesign) .working-holiday-toc {
  padding: 12px 16px !important;
  border: 1px solid var(--v2g-line) !important;
  border-radius: 8px !important;
  background: var(--v2g-paper) !important;
  box-shadow: none !important;
  -webkit-backdrop-filter: none !important;
  backdrop-filter: none !important;
  filter: none !important;
}

@media (max-width: 767px) {
  body.content-guide-page:not(.home-v2-redesign) .working-holiday-toc {
    padding: 10px 12px !important;
  }
}

/* Discovery cards */
body:not(.home-v2-redesign) :is(
  .living-card,
  .hub-card,
  .story-card,
  .story-category-card,
  .revenue-cluster-card,
  .content-depth-card,
  .real-estate-card,
  .real-estate-situation-card,
  .real-estate-recommendation-card,
  .real-estate-guide-card,
  .story-related-card,
  .real-estate-related-listing-card
) {
  overflow: hidden;
  border: 1px solid var(--v2g-line) !important;
  border-radius: 8px !important;
  background: var(--v2g-white) !important;
  color: var(--v2g-ink) !important;
  box-shadow: none !important;
  transition: transform 240ms cubic-bezier(0.22, 1, 0.36, 1), border-color 180ms ease !important;
}

body:not(.home-v2-redesign) :is(
  .living-card,
  .hub-card,
  .story-card,
  .story-category-card,
  .revenue-cluster-card,
  .real-estate-card,
  .real-estate-situation-card,
  .real-estate-recommendation-card,
  .real-estate-guide-card,
  .story-related-card,
  .real-estate-related-listing-card
):hover {
  z-index: 1;
  border-color: var(--v2g-ink) !important;
  transform: translateY(-6px);
}

body:not(.home-v2-redesign) :is(.story-card-art, .hub-card-art, .story-related-thumb, .real-estate-related-listing-media) {
  display: block;
  overflow: hidden;
  background: var(--v2g-ink);
}

body:not(.home-v2-redesign) .story-card-art img,
body:not(.home-v2-redesign) .hub-card-art img,
body:not(.home-v2-redesign) .story-related-card img,
body:not(.home-v2-redesign) .real-estate-related-listing-media img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 600ms cubic-bezier(0.22, 1, 0.36, 1);
}

body:not(.home-v2-redesign) :is(.story-card, .hub-card, .story-related-card, .real-estate-related-listing-card):hover img {
  transform: scale(1.035);
}

body:not(.home-v2-redesign) :is(.living-card-grid, .hub-card-grid, .story-feed-grid) {
  gap: 20px !important;
}

body:not(.home-v2-redesign) .story-feed-grid {
  grid-template-columns: repeat(12, minmax(0, 1fr)) !important;
}

body:not(.home-v2-redesign) .story-card {
  grid-column: span 4;
}

body:not(.home-v2-redesign) .story-card:first-child {
  grid-column: span 8;
  grid-row: span 2;
}

body:not(.home-v2-redesign) .story-card-art {
  aspect-ratio: 16 / 9;
}

/* Long reads */
body:not(.home-v2-redesign) .story-article,
body:not(.home-v2-redesign) .article-shell,
body:not(.home-v2-redesign) .guide-article {
  width: min(calc(100% - 48px), 980px) !important;
  max-width: 980px !important;
  padding-block: clamp(72px, 8vw, 120px) !important;
}

body:not(.home-v2-redesign) .story-article-hero {
  padding-bottom: 48px;
  border-bottom: 1px solid var(--v2g-line);
}

body:not(.home-v2-redesign) .story-article-section {
  max-width: 760px;
  margin-inline: auto;
  padding-block: 42px !important;
}

body:not(.home-v2-redesign) .story-article-section p {
  font-size: 18px;
  line-height: 1.85;
}

body:not(.home-v2-redesign) .story-brief-card {
  margin-block: 48px !important;
  border: 0 !important;
  border-radius: 8px !important;
  background: var(--v2g-ink) !important;
  color: var(--v2g-white) !important;
  box-shadow: none !important;
}

body:not(.home-v2-redesign) .story-brief-card :is(h2, strong, p, li) {
  color: inherit !important;
}

body:not(.home-v2-redesign) .story-brief-card :is(ul, ol, li) {
  color: var(--v2g-white) !important;
}

body:not(.home-v2-redesign) .wasabi-content-visual-section img,
body:not(.home-v2-redesign) .story-article figure img {
  width: 100%;
  border-radius: 0 !important;
}

/* Tools and data */
body:not(.home-v2-redesign) :is(.calculator-shell, .tool-shell, .calculator-layout, .tool-layout) {
  gap: 24px !important;
}

body:not(.home-v2-redesign) :is(.calculator-panel, .tool-panel, .calculator-form, .calculator-result) {
  border: 1px solid var(--v2g-line) !important;
  border-radius: 8px !important;
  background: var(--v2g-white) !important;
  box-shadow: none !important;
}

body:not(.home-v2-redesign) :is(.calculator-result, .result-card, .tool-result) strong {
  color: var(--v2g-coral) !important;
}

body:not(.home-v2-redesign) table {
  border-collapse: collapse;
  border: 1px solid var(--v2g-line);
  background: var(--v2g-white);
}

body:not(.home-v2-redesign) th {
  background: var(--v2g-ink) !important;
  color: var(--v2g-white) !important;
}

/* Real estate is photo-first and operational. */
body:not(.home-v2-redesign).real-estate-page :is(
  .real-estate-overview,
  .real-estate-onboarding-entry,
  .real-estate-condition-builder,
  .real-estate-matchmaker,
  .real-estate-situation-routes,
  .real-estate-recommendations,
  .real-estate-curation-proof,
  .real-estate-guide-cluster,
  .real-estate-search-panel,
  .real-estate-category-faq,
  .real-estate-group
) {
  border-radius: 0 !important;
  background: transparent !important;
  box-shadow: none !important;
}

body:not(.home-v2-redesign) .real-estate-listing-detail {
  padding-top: clamp(64px, 8vw, 112px) !important;
}

body:not(.home-v2-redesign) .real-estate-listing-detail-copy {
  padding-bottom: 44px;
  border-bottom: 1px solid var(--v2g-line);
}

body:not(.home-v2-redesign) .real-estate-application-priority {
  border: 0 !important;
  border-radius: 8px !important;
  background: var(--v2g-coral) !important;
  color: var(--v2g-ink) !important;
  box-shadow: none !important;
}

body:not(.home-v2-redesign) .real-estate-detail-gallery-shell {
  overflow: hidden;
  border: 0 !important;
  border-radius: 0 !important;
  background: var(--v2g-ink) !important;
  box-shadow: none !important;
}

body:not(.home-v2-redesign) :is(.real-estate-detail-facts, .real-estate-detail-notes, .real-estate-fit-panel, .real-estate-detail-faq) {
  border: 1px solid var(--v2g-line) !important;
  border-radius: 8px !important;
  background: var(--v2g-white) !important;
  box-shadow: none !important;
}

body:not(.home-v2-redesign) .real-estate-primary-action,
body:not(.home-v2-redesign) .real-estate-required-action {
  min-height: 48px;
  border: 1px solid var(--v2g-ink) !important;
  border-radius: 6px !important;
  background: var(--v2g-wasabi) !important;
  color: var(--v2g-ink) !important;
}

body:not(.home-v2-redesign) .real-estate-secondary-action {
  min-height: 48px;
  border: 1px solid var(--v2g-line) !important;
  border-radius: 6px !important;
  background: var(--v2g-white) !important;
  color: var(--v2g-ink) !important;
}

body:not(.home-v2-redesign).real-estate-page .real-estate-onboarding-entry > a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 10px 18px;
  border: 1px solid var(--v2g-ink) !important;
  border-radius: 6px !important;
  background: var(--v2g-wasabi) !important;
  color: var(--v2g-ink) !important;
  font-weight: 800;
  text-decoration: none;
}

body:not(.home-v2-redesign) .real-estate-listing-title-link {
  color: inherit;
  text-decoration: none;
}

body:not(.home-v2-redesign) .real-estate-listing-title-link:hover,
body:not(.home-v2-redesign) .real-estate-listing-title-link:focus-visible {
  color: var(--v2g-wasabi-dark);
  text-decoration: underline;
  text-underline-offset: 5px;
}

body:not(.home-v2-redesign) .real-estate-listing-card[data-listing-url] {
  cursor: pointer;
}

body:not(.home-v2-redesign) .real-estate-pagination-gap {
  display: inline-grid;
  place-items: center;
  min-width: 32px;
  min-height: 44px;
  color: var(--v2g-muted);
  font-weight: 800;
}

/* Crawlable next-step journeys connect articles, tools, listings, and hubs. */
body:not(.home-v2-redesign) .wasabi-internal-journey {
  padding-block: clamp(64px, 8vw, 112px);
  border-top: 1px solid var(--v2g-line);
}

body:not(.home-v2-redesign) .wasabi-internal-journey-heading {
  display: grid;
  grid-template-columns: minmax(0, 1.25fr) minmax(280px, 0.75fr);
  gap: 12px 48px;
  align-items: end;
  margin-bottom: 28px;
}

body:not(.home-v2-redesign) .wasabi-internal-journey-heading .eyebrow {
  grid-column: 1 / -1;
  margin: 0;
  color: var(--v2g-wasabi-dark);
  font-size: 13px;
  font-weight: 850;
}

body:not(.home-v2-redesign) .wasabi-internal-journey-heading h2 {
  margin: 0;
  font-size: clamp(32px, 4vw, 48px);
  line-height: 1.18;
  word-break: keep-all;
}

body:not(.home-v2-redesign) .wasabi-internal-journey-heading > p:last-child {
  margin: 0;
  color: var(--v2g-muted);
  font-size: 16px;
}

body:not(.home-v2-redesign) .wasabi-internal-journey-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 16px;
}

body:not(.home-v2-redesign) .wasabi-internal-journey-card {
  display: grid;
  grid-template-rows: auto 1fr;
  min-width: 0;
  overflow: hidden;
  border: 1px solid var(--v2g-line);
  border-radius: 8px;
  background: var(--v2g-white);
  color: var(--v2g-ink);
  text-decoration: none;
  transition: border-color 180ms ease, transform 240ms cubic-bezier(0.22, 1, 0.36, 1);
}

body:not(.home-v2-redesign) .wasabi-internal-journey-card:hover,
body:not(.home-v2-redesign) .wasabi-internal-journey-card:focus-visible {
  border-color: var(--v2g-ink);
  transform: translateY(-2px);
}

body:not(.home-v2-redesign) .wasabi-internal-journey-media {
  position: relative;
  isolation: isolate;
  display: block;
  aspect-ratio: 16 / 9;
  overflow: hidden;
  background: var(--v2g-ink);
}

body:not(.home-v2-redesign) .wasabi-internal-journey-media img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: saturate(0.92) contrast(0.98);
  transition: transform 500ms cubic-bezier(0.22, 1, 0.36, 1);
}

.content-thumbnail-keyword {
  position: absolute;
  inset: auto auto 10px 10px;
  z-index: 2;
  max-width: calc(100% - 20px);
  border: 1px solid rgba(255, 255, 255, 0.28);
  border-radius: 999px;
  background: rgba(20, 20, 20, 0.84);
  padding: 6px 9px 7px;
  color: #fff;
  font-size: 11px;
  font-weight: 850;
  line-height: 1;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  pointer-events: none;
}

body:not(.home-v2-redesign) .wasabi-internal-journey-card:hover img {
  transform: scale(1.025);
}

body:not(.home-v2-redesign) .wasabi-internal-journey-body {
  display: grid;
  align-content: start;
  gap: 8px;
  min-width: 0;
  padding: 18px;
}

body:not(.home-v2-redesign) .wasabi-internal-journey-role {
  color: var(--v2g-wasabi-dark);
  font-size: 12px;
  font-weight: 850;
}

body:not(.home-v2-redesign) .wasabi-internal-journey-card strong {
  display: -webkit-box;
  overflow: hidden;
  color: var(--v2g-ink);
  font-size: 18px;
  line-height: 1.4;
  word-break: keep-all;
  overflow-wrap: anywhere;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

body:not(.home-v2-redesign) .wasabi-internal-journey-card small {
  color: var(--v2g-muted);
  font-size: 13px;
  line-height: 1.55;
}

body:not(.home-v2-redesign) .wasabi-internal-journey-reason {
  color: var(--v2g-muted);
  font-size: 13px;
  font-style: normal;
  line-height: 1.55;
}

/* Footer */
body:not(.home-v2-redesign) .global-footer {
  margin-top: 0 !important;
  padding: 72px 0 !important;
  border: 0 !important;
  background: var(--v2g-ink) !important;
  color: rgba(255, 255, 255, 0.7) !important;
}

body:not(.home-v2-redesign) .global-footer a,
body:not(.home-v2-redesign) .global-footer strong {
  color: var(--v2g-white) !important;
}

body:not(.home-v2-redesign) .global-footer a:hover {
  color: var(--v2g-wasabi) !important;
}

body:not(.home-v2-redesign) .footer-legal-links a {
  min-height: 44px;
  border-radius: 0 !important;
  border-bottom: 1px solid rgba(255, 255, 255, 0.18) !important;
  background: transparent !important;
}

/* Reveal motion may shift content, but it must never create an empty screen. */
body.wasabi-page.has-wl-reveal [data-wl-reveal] {
  opacity: 1;
  transform: translateY(10px);
  transition: transform 420ms var(--v2g-ease);
}

body.wasabi-page.has-wl-reveal [data-wl-reveal].is-visible {
  transform: translateY(0);
}

@media (max-width: 767px) {
  /* iPhone safe-area and compact fixed actions. */
  /* Mobile content remains visible even when scroll restoration skips observers. */
  body.wasabi-page.has-wl-reveal [data-wl-reveal],
  body.wasabi-page .wasabi-reveal {
    opacity: 1 !important;
    transform: none !important;
    transition: none !important;
  }

  body:not(.home-v2-redesign) {
    font-size: 16px;
  }

  body:not(.home-v2-redesign) .container,
  body:not(.home-v2-redesign) .wasabi-container {
    width: min(calc(100% - 32px), var(--v2g-container));
  }

  body:not(.home-v2-redesign) h1,
  body:not(.home-v2-redesign) .story-article-title,
  body:not(.home-v2-redesign) .real-estate-listing-detail h1 {
    font-size: 36px !important;
    line-height: 1.2 !important;
    word-break: keep-all;
    overflow-wrap: break-word;
    text-wrap: balance;
  }

  body:not(.home-v2-redesign) :is(
    .living-hero,
    .story-hub-hero,
    .hub-hero,
    .category-hero,
    .real-estate-hero,
    .weather-hero,
    .work-hero,
    .job-hero
  ) {
    width: 100% !important;
    padding: 48px 16px !important;
  }

  body:not(.home-v2-redesign).real-estate-page :is(
    .real-estate-overview,
    .real-estate-condition-builder,
    .real-estate-matchmaker,
    .real-estate-situation-routes,
    .real-estate-recommendations,
    .real-estate-curation-proof,
    .real-estate-guide-cluster,
    .real-estate-search-panel,
    .real-estate-category-faq,
    .real-estate-group
  ) {
    padding-block: 40px !important;
  }

  /* Mobile real-estate hierarchy keeps the first decision inside one screen. */
  body:not(.home-v2-redesign).real-estate-subcategory-page .real-estate-hero {
    gap: 18px !important;
    padding: 32px 16px !important;
  }

  body:not(.home-v2-redesign).real-estate-subcategory-page .real-estate-hero h1 {
    font-size: 36px !important;
  }

  body:not(.home-v2-redesign).real-estate-subcategory-page .real-estate-status {
    gap: 8px;
    padding: 16px !important;
  }

  body:not(.home-v2-redesign).real-estate-subcategory-page .real-estate-status > span {
    font-size: 14px;
    line-height: 1.5;
  }

  body:not(.home-v2-redesign).real-estate-subcategory-page .real-estate-category-summary {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 6px;
    margin-top: 8px;
  }

  body:not(.home-v2-redesign).real-estate-subcategory-page .real-estate-category-summary div {
    min-width: 0;
    padding: 8px 6px;
  }

  body:not(.home-v2-redesign).real-estate-subcategory-page .real-estate-category-summary :is(dt, dd) {
    overflow-wrap: anywhere;
    font-size: 11px;
  }

  body:not(.home-v2-redesign).real-estate-subcategory-page .real-estate-mobile-actions {
    grid-template-columns: repeat(4, minmax(0, 1fr));
    padding-bottom: max(8px, env(safe-area-inset-bottom));
  }

  body:not(.home-v2-redesign).real-estate-subcategory-page .real-estate-mobile-actions a:last-child {
    display: none;
  }

  body:not(.home-v2-redesign).real-estate-subcategory-page .real-estate-onboarding-entry > a {
    width: 100%;
  }

  body:not(.home-v2-redesign) .wasabi-internal-journey {
    padding-block: 52px;
  }

  body:not(.home-v2-redesign) .wasabi-internal-journey-heading {
    grid-template-columns: 1fr;
    gap: 10px;
    margin-bottom: 20px;
  }

  body:not(.home-v2-redesign) .wasabi-internal-journey-heading .eyebrow {
    grid-column: 1;
  }

  body:not(.home-v2-redesign) .wasabi-internal-journey-heading h2 {
    font-size: 28px;
  }

  body:not(.home-v2-redesign) .wasabi-internal-journey-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px;
    padding-right: 48px;
  }

  body:not(.home-v2-redesign) .wasabi-internal-journey-body {
    gap: 6px;
    padding: 12px;
  }

  body:not(.home-v2-redesign) .wasabi-internal-journey-card strong {
    font-size: 14px;
    line-height: 1.42;
  }

  body:not(.home-v2-redesign) .wasabi-internal-journey-card small {
    font-size: 12px;
    line-height: 1.45;
  }

  body:not(.home-v2-redesign).real-estate-page .real-estate-detail-grid {
    gap: 0 !important;
    margin-block: 0 !important;
  }

  body:not(.home-v2-redesign).real-estate-page .real-estate-detail-grid > .real-estate-group {
    padding: 32px 0 !important;
    border: 0 !important;
    border-bottom: 1px solid var(--v2g-line) !important;
    border-radius: 0 !important;
    background: transparent !important;
  }

  body:not(.home-v2-redesign).real-estate-page .real-estate-cta-row,
  body:not(.home-v2-redesign).real-estate-page .real-estate-category-faq-links {
    grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
    gap: 8px !important;
  }

  body:not(.home-v2-redesign).real-estate-page .real-estate-cta-row a,
  body:not(.home-v2-redesign).real-estate-page .real-estate-category-faq-links a {
    min-height: 52px;
    padding: 7px 6px !important;
    border-radius: 6px !important;
    font-size: 12px;
    line-height: 1.35;
  }

  body:not(.home-v2-redesign).real-estate-page .wasabi-utility-button--top {
    display: inline-grid !important;
  }

  body:not(.home-v2-redesign).real-estate-page .wasabi-utility-dock {
    bottom: calc(max(14px, env(safe-area-inset-bottom)) + 84px) !important;
  }

  body:not(.home-v2-redesign).real-estate-listing-detail-page .real-estate-listing-detail {
    width: calc(100% - 24px) !important;
    padding-top: 24px !important;
  }

  body:not(.home-v2-redesign).real-estate-listing-detail-page .real-estate-listing-detail-copy {
    padding-block: 20px 28px !important;
  }

  body:not(.home-v2-redesign).real-estate-listing-detail-page .real-estate-listing-detail-copy h1 {
    font-size: 36px !important;
    line-height: 1.18 !important;
  }

  body:not(.home-v2-redesign).real-estate-listing-detail-page .real-estate-listing-detail-actions {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    gap: 10px !important;
    padding-top: 20px !important;
  }

  body:not(.home-v2-redesign).real-estate-listing-detail-page .real-estate-listing-detail-actions .real-estate-required-action {
    grid-column: 1 / -1;
  }

  body:not(.home-v2-redesign).real-estate-listing-detail-page .real-estate-application-priority {
    gap: 14px !important;
    padding: 22px 18px !important;
  }

  body:not(.home-v2-redesign).real-estate-listing-detail-page .real-estate-application-priority h2 {
    font-size: 28px !important;
    line-height: 1.22 !important;
    word-break: keep-all;
  }

  body:not(.home-v2-redesign).real-estate-listing-detail-page .real-estate-application-priority-actions {
    display: none !important;
  }

  body:not(.home-v2-redesign).real-estate-listing-detail-page .real-estate-listing-detail-sticky {
    right: 12px !important;
    bottom: max(12px, env(safe-area-inset-bottom)) !important;
    left: 12px !important;
    width: auto !important;
    padding: 6px !important;
    border-radius: 8px !important;
  }

  body:not(.home-v2-redesign).real-estate-listing-detail-page .real-estate-listing-detail-sticky-actions {
    gap: 4px !important;
  }

  body:not(.home-v2-redesign).real-estate-listing-detail-page .real-estate-listing-detail-sticky-actions > * {
    min-width: 0;
    padding-inline: 5px !important;
    font-size: 12px !important;
  }

  body:not(.home-v2-redesign) .story-feed-grid {
    grid-template-columns: 1fr !important;
  }

  body:not(.home-v2-redesign) .story-card,
  body:not(.home-v2-redesign) .story-card:first-child {
    grid-column: auto;
    grid-row: auto;
  }

  body:not(.home-v2-redesign) .story-article,
  body:not(.home-v2-redesign) .article-shell,
  body:not(.home-v2-redesign) .guide-article {
    width: min(calc(100% - 32px), 980px) !important;
    padding-block: 48px !important;
  }

  body:not(.home-v2-redesign) .story-article-section {
    padding-block: 32px !important;
  }

  body:not(.home-v2-redesign) .story-article-section p {
    font-size: 17px;
  }

  body:not(.home-v2-redesign) .wasabi-site-nav.is-mobile-open {
    background: var(--v2g-paper) !important;
    color: var(--v2g-ink) !important;
  }

  body:not(.home-v2-redesign) .wasabi-site-nav.is-mobile-open .nav-submenu {
    border: 0 !important;
    background: transparent !important;
    box-shadow: none !important;
  }

  body:not(.home-v2-redesign) .wasabi-site-nav.is-mobile-open .nav-submenu a {
    color: #3c3b37 !important;
    background: rgba(255, 255, 255, 0.58) !important;
  }
}

@media (prefers-reduced-motion: reduce) {
  body:not(.home-v2-redesign) *,
  body:not(.home-v2-redesign) *::before,
  body:not(.home-v2-redesign) *::after {
    scroll-behavior: auto !important;
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
  }
}

/* Wasabi Times compact index rhythm */
html body.wasabi-page.story-hub-page .story-hub-hero,
html body.wasabi-page.story-category-page .story-hub-hero {
  padding: clamp(48px, 6vw, 64px) 32px clamp(32px, 4vw, 40px) !important;
}

html body.wasabi-page.story-hub-page .story-category-section,
html body.wasabi-page.story-hub-page .story-feed-section,
html body.wasabi-page.story-category-page .story-feed-section {
  margin-block: 0 !important;
  margin-inline: auto !important;
  padding: clamp(36px, 5vw, 48px) 0 !important;
}

@media (max-width: 48rem) {
  html body.wasabi-page.story-hub-page .story-hub-hero,
  html body.wasabi-page.story-category-page .story-hub-hero {
    padding: 36px 20px 28px !important;
  }

  html body.wasabi-page.story-hub-page .story-category-section,
  html body.wasabi-page.story-hub-page .story-feed-section,
  html body.wasabi-page.story-category-page .story-feed-section {
    padding: 28px 0 !important;
  }
}

/* Bundled source: wasabi-global-header.css */
/* Canonical Wasabi Life global header layer. Loaded last on every page. */
:root {
  --wasabi-header-height: 74px;
  --wasabi-header-target: 44px;
  --wasabi-header-ink: #2b2b28;
  --wasabi-header-muted: #68675f;
  --wasabi-header-green: #4f632f;
  --wasabi-header-paper: #fffefa;
  --wasabi-header-line: rgba(43, 43, 40, 0.12);
}

.global-header.wasabi-global-header {
  position: sticky;
  inset-block-start: 0;
  z-index: 1000;
  width: 100%;
  margin: 0 !important;
  overflow: visible;
  border-block-end: 1px solid var(--wasabi-header-line);
  background: rgba(255, 254, 250, 0.96);
  color: var(--wasabi-header-ink);
  box-shadow: 0 8px 24px rgba(35, 37, 31, 0.05);
  backdrop-filter: blur(14px);
}

.global-header.wasabi-global-header .global-header-inner {
  position: relative;
  display: flex;
  align-items: center;
  width: min(calc(100% - 32px), 1240px);
  min-height: var(--wasabi-header-height);
  margin-inline: auto;
  padding: 8px 0;
  gap: clamp(8px, 1vw, 16px);
  overflow: visible;
}

/* Own the header frame even when earlier bundled layers use !important. */
.global-header.wasabi-global-header .global-header-inner.section-nav-header {
  display: flex !important;
  grid-template-columns: none !important;
  flex-wrap: nowrap !important;
  align-items: center !important;
  width: min(calc(100% - 32px), 1240px) !important;
  max-width: 1240px !important;
  min-height: var(--wasabi-header-height) !important;
  gap: clamp(8px, 1vw, 16px) !important;
  padding: 8px 0 !important;
  overflow: visible !important;
}

.global-header.wasabi-global-header .sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0 0 0 0);
  white-space: nowrap;
  border: 0;
}

.global-header.wasabi-global-header .wasabi-brand-stack {
  display: inline-flex;
  flex: 0 0 auto;
  align-items: center;
  min-height: var(--wasabi-header-target);
  gap: 9px;
  color: var(--wasabi-header-ink);
  text-decoration: none;
  order: 1;
}

.global-header.wasabi-global-header .wasabi-brand-logo {
  display: block;
  width: 58px;
  height: 32px;
  object-fit: contain;
}

.global-header.wasabi-global-header .wasabi-brand-stack .wasabi-brand-logo {
  width: 58px !important;
  max-width: 58px !important;
  height: 32px !important;
  max-height: 32px !important;
}

.global-header.wasabi-global-header .wasabi-brand-text {
  display: grid;
  gap: 1px;
  min-width: 0;
  line-height: 1.12;
}

.global-header.wasabi-global-header .wasabi-brand-stack .wasabi-brand-text {
  display: grid !important;
}

.global-header.wasabi-global-header .wasabi-brand-text strong {
  color: var(--wasabi-header-ink);
  font-size: 0.9rem;
  font-weight: 900;
  letter-spacing: 0.035em;
  white-space: nowrap;
}

.global-header.wasabi-global-header .wasabi-brand-text > span {
  color: var(--wasabi-header-muted);
  font-size: 0.66rem;
  font-weight: 720;
  white-space: nowrap;
}

.global-header.wasabi-global-header .wasabi-site-nav {
  position: relative;
  display: flex;
  flex: 1 1 auto;
  align-items: center;
  justify-content: center;
  min-width: 0;
  gap: clamp(2px, 0.35vw, 6px);
  overflow: visible;
  order: 2;
}

.global-header.wasabi-global-header .global-nav.wasabi-site-nav {
  position: relative !important;
  inset: auto !important;
  display: flex !important;
  flex: 1 1 auto !important;
  width: auto !important;
  max-width: none !important;
  height: auto !important;
  max-height: none !important;
  align-items: center !important;
  justify-content: center !important;
  gap: clamp(2px, 0.35vw, 6px) !important;
  padding: 0 !important;
  overflow: visible !important;
  opacity: 1 !important;
  visibility: visible !important;
  pointer-events: auto !important;
  transform: none !important;
  background: transparent !important;
  box-shadow: none !important;
}

/* Older internal layers added a drawer heading that the home header never uses. */
.global-header.wasabi-global-header .global-nav.wasabi-site-nav::before {
  content: none !important;
  display: none !important;
}

.global-header.wasabi-global-header .nav-section {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, auto) var(--wasabi-header-target);
  align-items: center;
  min-width: 0;
  border: 0;
  border-radius: 10px;
  background: transparent;
  box-shadow: none;
  padding: 0;
}

.global-header.wasabi-global-header .section-link,
.global-header.wasabi-global-header .nav-submenu-toggle,
.global-header.wasabi-global-header .nav-disclosure,
.global-header.wasabi-global-header .wasabi-account-link,
.global-header.wasabi-global-header .wasabi-search-toggle,
.global-header.wasabi-global-header .wasabi-nav-toggle {
  min-height: var(--wasabi-header-target);
}

.global-header.wasabi-global-header .nav-submenu-toggle {
  min-height: var(--wasabi-header-target);
}

.global-header.wasabi-global-header .section-link {
  display: inline-flex;
  align-items: center;
  min-width: 0;
  padding: 0 3px 0 8px;
  border: 0;
  background: transparent;
  color: var(--wasabi-header-ink);
  font-size: clamp(0.78rem, 0.86vw, 0.9rem);
  font-weight: 820;
  line-height: 1.2;
  text-align: start;
  text-decoration: none;
  white-space: nowrap;
}

.global-header.wasabi-global-header .nav-label-mobile {
  display: none;
}

.global-header.wasabi-global-header .nav-submenu-toggle,
.global-header.wasabi-global-header .nav-disclosure {
  position: relative;
  display: inline-grid;
  place-items: center;
  width: var(--wasabi-header-target);
  min-width: var(--wasabi-header-target);
  padding: 0;
  border: 0;
  border-radius: 9px;
  background: transparent;
  color: var(--wasabi-header-muted);
  cursor: pointer;
  font-size: 0;
}

.global-header.wasabi-global-header .nav-submenu-toggle::after {
  content: "";
  width: 7px;
  height: 7px;
  border-inline-end: 2px solid currentColor;
  border-block-end: 2px solid currentColor;
  transform: translateY(-2px) rotate(45deg);
  transition: transform 160ms ease;
}

.global-header.wasabi-global-header .nav-disclosure span {
  width: 7px;
  height: 7px;
  border-inline-end: 2px solid currentColor;
  border-block-end: 2px solid currentColor;
  transform: translateY(-2px) rotate(45deg);
  transition: transform 160ms ease;
}

.global-header.wasabi-global-header .nav-submenu-toggle[aria-expanded="true"]::after {
  transform: translateY(2px) rotate(225deg);
}

.global-header.wasabi-global-header .nav-section.is-open .nav-disclosure span {
  transform: translateY(2px) rotate(225deg);
}

.global-header.wasabi-global-header .nav-section.is-current .section-link,
.global-header.wasabi-global-header .nav-section.is-open .section-link,
.global-header.wasabi-global-header .nav-section:hover .section-link {
  color: var(--wasabi-header-green);
}

.global-header.wasabi-global-header .nav-submenu {
  position: absolute;
  inset-block-start: 100%;
  inset-inline-start: 0;
  z-index: 80;
  display: grid;
  min-width: 15rem;
  max-width: min(20rem, calc(100vw - 24px));
  gap: 4px;
  margin: 0;
  padding: 8px;
  border: 1px solid var(--wasabi-header-line);
  border-radius: 0 0 14px 14px;
  background: var(--wasabi-header-paper);
  box-shadow: 0 18px 42px rgba(31, 36, 27, 0.14);
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transform: translateY(-4px);
  transition: opacity 160ms ease, transform 160ms ease, visibility 160ms ease;
}

.global-header.wasabi-global-header .wasabi-site-nav--enhanced .nav-section.has-submenu .nav-submenu {
  inset-block-start: calc(100% - 1px) !important;
  inset-inline-start: 0 !important;
  margin: 0 !important;
  opacity: 0 !important;
  visibility: hidden !important;
  pointer-events: none !important;
  transform: translateY(-4px) !important;
}

.global-header.wasabi-global-header .wasabi-site-nav--enhanced .nav-section.has-submenu.is-open .nav-submenu {
  opacity: 1 !important;
  visibility: visible !important;
  pointer-events: auto !important;
  transform: translateY(0) !important;
}

/* Native links are the no-JS control; do not leave a disclosure button with no behavior. */
.global-header.wasabi-global-header .wasabi-site-nav:not(.wasabi-site-nav--enhanced) .nav-section {
  grid-template-columns: minmax(0, 1fr);
}

.global-header.wasabi-global-header .wasabi-site-nav:not(.wasabi-site-nav--enhanced) .nav-submenu-toggle {
  display: none !important;
}

/* The server-rendered navigation remains operable until JavaScript marks it enhanced. */
@media (hover: hover) and (pointer: fine) {
  .global-header.wasabi-global-header .wasabi-site-nav:not(.wasabi-site-nav--enhanced) .nav-section:hover .nav-submenu,
  .global-header.wasabi-global-header .wasabi-site-nav:not(.wasabi-site-nav--enhanced) .nav-section:focus-within .nav-submenu {
    opacity: 1 !important;
    visibility: visible !important;
    pointer-events: auto !important;
    transform: translateY(0) !important;
  }
}

@media (hover: hover) and (pointer: fine) {
  .global-header.wasabi-global-header .wasabi-site-nav--enhanced .nav-section.has-submenu:not(.is-explicitly-closed):hover .nav-submenu,
  .global-header.wasabi-global-header .wasabi-site-nav--enhanced .nav-section.has-submenu:not(.is-explicitly-closed):focus-within .nav-submenu {
    opacity: 1 !important;
    visibility: visible !important;
    pointer-events: auto !important;
    transform: translateY(0) !important;
  }
}

@media (hover: hover) and (pointer: fine) and (min-width: 901px) {
  .global-header.wasabi-global-header .nav-section {
    grid-template-columns: minmax(0, 1fr);
  }

  .global-header.wasabi-global-header .nav-submenu-toggle {
    display: none !important;
  }

  .global-header.wasabi-global-header .section-link {
    padding-inline: 10px;
  }
}

.global-header.wasabi-global-header .nav-submenu a {
  display: flex;
  align-items: center;
  min-height: 44px !important;
  padding: 8px 11px;
  border-radius: 9px;
  color: var(--wasabi-header-ink);
  font-size: 0.88rem;
  font-weight: 720;
  line-height: 1.35;
  text-decoration: none;
}

.global-header.wasabi-global-header .nav-submenu a:hover,
.global-header.wasabi-global-header .nav-submenu a:focus-visible,
.global-header.wasabi-global-header .nav-submenu a[aria-current="page"] {
  background: rgba(95, 115, 60, 0.11);
  color: var(--wasabi-header-green);
}

.global-header.wasabi-global-header .wasabi-header-actions {
  display: inline-flex;
  flex: 0 0 auto;
  align-items: center;
  gap: 6px;
  order: 4;
  flex-wrap: nowrap;
  white-space: nowrap;
}

.global-header.wasabi-global-header .wasabi-account-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 66px;
  padding: 0 12px;
  border: 1px solid rgba(79, 99, 47, 0.24);
  border-radius: 11px;
  background: #f5f7ed;
  color: var(--wasabi-header-green);
  font-size: 0.82rem;
  font-weight: 850;
  text-decoration: none;
  white-space: nowrap;
}

.global-header.wasabi-global-header .wasabi-account-link::before {
  content: none !important;
  display: none !important;
}

.global-header.wasabi-global-header .site-header-search {
  position: relative;
  z-index: 70;
  display: block;
  flex: 0 1 196px;
  width: min(196px, 100%);
  max-width: 196px;
  margin: 0;
  order: 3;
}

.global-header.wasabi-global-header .site-search.site-header-search {
  position: relative !important;
  inset: auto !important;
  display: block !important;
  flex: 0 1 196px !important;
  width: min(196px, 100%) !important;
  max-width: 196px !important;
  height: auto !important;
  margin: 0 !important;
  padding: 0 !important;
}

.global-header.wasabi-global-header .site-header-search-row {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: center;
  min-height: var(--wasabi-header-target);
  padding: 4px;
  overflow: hidden;
  border: 1px solid var(--wasabi-header-line);
  border-radius: 12px;
  background: var(--wasabi-header-paper);
}

.global-header.wasabi-global-header .site-header-search input {
  min-width: 0;
  min-height: 36px;
  padding: 0 8px;
  border: 0;
  background: transparent;
  color: var(--wasabi-header-ink);
  font: inherit;
  font-size: 0.82rem;
  outline: 0;
}

.global-header.wasabi-global-header .site-header-search-row button {
  min-width: 48px;
  min-height: 36px;
  padding: 0 10px;
  border: 0;
  border-radius: 9px;
  background: var(--wasabi-header-green);
  color: #fff;
  font: inherit;
  font-size: 0.78rem;
  font-weight: 820;
  cursor: pointer;
}

.global-header.wasabi-global-header .site-header-search > :is(.site-search-status, .site-search-empty) {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  overflow: hidden;
  clip: rect(0 0 0 0);
  white-space: nowrap;
}

.global-header.wasabi-global-header .site-header-search-results {
  position: absolute;
  inset: calc(100% + 8px) 0 auto auto;
  z-index: 95;
  display: grid;
  width: min(360px, calc(100vw - 24px));
  max-height: min(60vh, 420px);
  gap: 5px;
  padding: 8px;
  overflow: auto;
  border: 1px solid var(--wasabi-header-line);
  border-radius: 12px;
  background: var(--wasabi-header-paper);
  box-shadow: 0 18px 42px rgba(31, 36, 27, 0.15);
}

.global-header.wasabi-global-header .site-header-search-results:empty {
  display: none;

}

.global-header.wasabi-global-header .site-header-search-results a {
  display: grid;
  min-height: 44px;
  padding: 8px;
  border-radius: 8px;
  color: var(--wasabi-header-ink);
  text-decoration: none;
}

.global-header.wasabi-global-header .wasabi-search-toggle,
.global-header.wasabi-global-header .wasabi-nav-toggle {
  display: none;
  place-items: center;
  width: var(--wasabi-header-target);
  min-width: var(--wasabi-header-target);
  padding: 0;
  border: 1px solid var(--wasabi-header-line);
  border-radius: 11px;
  background: var(--wasabi-header-paper);
  color: var(--wasabi-header-ink);
  cursor: pointer;
}

.global-header.wasabi-global-header .wasabi-search-toggle svg {
  width: 20px;
  height: 20px;
  fill: none;
  stroke: currentColor;
  stroke-width: 2.2;
}

.global-header.wasabi-global-header .wasabi-nav-toggle span {
  grid-area: 1 / 1;
  display: block;
  width: 21px;
  height: 2px;
  border-radius: 999px;
  background: currentColor;
  transition: transform 160ms ease, opacity 160ms ease;
}

.global-header.wasabi-global-header .wasabi-nav-toggle span:nth-child(1) {
  transform: translateY(-6px);
}

.global-header.wasabi-global-header .wasabi-nav-toggle span:nth-child(3) {
  transform: translateY(6px);
}

.wasabi-mobile-menu-open .global-header.wasabi-global-header .wasabi-nav-toggle span:nth-child(1) {
  transform: rotate(45deg);
}

.wasabi-mobile-menu-open .global-header.wasabi-global-header .wasabi-nav-toggle span:nth-child(2) {
  opacity: 0;
}

.wasabi-mobile-menu-open .global-header.wasabi-global-header .wasabi-nav-toggle span:nth-child(3) {
  transform: rotate(-45deg);
}

.global-header.wasabi-global-header :is(a, button, input):focus-visible {
  outline: 3px solid rgba(79, 99, 47, 0.45);
  outline-offset: 2px;
}

main :where([id]) {
  scroll-margin-top: calc(var(--wasabi-header-height) + 18px);
}

@media (width < 1320px) {
  .global-header.wasabi-global-header .wasabi-brand-stack .wasabi-brand-text > span {
    display: none !important;
  }
}

@media (width >= 901px) and (width < 1321px) {
  .global-header.wasabi-global-header .global-header-inner.section-nav-header {
    width: min(calc(100% - 24px), 1240px) !important;
    gap: 6px !important;
  }

  .global-header.wasabi-global-header .wasabi-brand-stack .wasabi-brand-logo {
    width: 48px !important;
    max-width: 48px !important;
  }

  .global-header.wasabi-global-header .global-nav.wasabi-site-nav .nav-label-full {
    display: none !important;
  }

  .global-header.wasabi-global-header .global-nav.wasabi-site-nav .nav-label-mobile {
    display: inline !important;
  }

  .global-header.wasabi-global-header .site-search.site-header-search {
    display: none !important;
  }

  .global-header.wasabi-global-header .wasabi-search-toggle {
    display: inline-grid !important;
  }

  .wasabi-mobile-search-open .global-header.wasabi-global-header .site-search.site-header-search {
    position: absolute !important;
    inset-block-start: calc(100% + 8px) !important;
    inset-inline: auto 0 !important;
    z-index: 90 !important;
    display: grid !important;
    width: min(360px, calc(100vw - 24px)) !important;
    max-width: min(360px, calc(100vw - 24px)) !important;
    padding: 12px !important;
    border: 1px solid var(--wasabi-header-line);
    border-radius: 14px;
    background: var(--wasabi-header-paper);
    box-shadow: 0 18px 42px rgba(31, 36, 27, 0.16);
  }

  .wasabi-mobile-search-open .global-header.wasabi-global-header .site-header-search-results {
    position: static !important;
    width: 100%;
  }
}

@media (hover: none), (pointer: coarse), (max-width: 900px) {
  .global-header.wasabi-global-header:has(.wasabi-site-nav:not(.wasabi-site-nav--enhanced)) {
    position: static !important;
  }

  .global-header.wasabi-global-header .global-header-inner.section-nav-header {
    display: grid !important;
    grid-template-columns: minmax(0, 1fr) auto !important;
    width: min(calc(100% - 24px), 1240px) !important;
    min-height: 68px !important;
    padding: 8px 0 !important;
    gap: 8px !important;
  }

  .global-header.wasabi-global-header .wasabi-brand-stack .wasabi-brand-logo {
    width: 48px !important;
    max-width: 48px !important;
    height: 30px !important;
    max-height: 30px !important;
  }

  .global-header.wasabi-global-header .wasabi-brand-stack .wasabi-brand-text > span {
    display: none !important;
  }

  .global-header.wasabi-global-header .wasabi-header-actions {
    display: inline-flex;
    justify-self: end;
    gap: 5px;
    order: 2;
  }

  .global-header.wasabi-global-header .wasabi-account-link {
    min-height: 44px;
    min-width: 62px;
    padding-inline: 9px;
  }

  .global-header.wasabi-global-header .wasabi-search-toggle,
  .global-header.wasabi-global-header .wasabi-nav-toggle {
    display: inline-grid;
    min-height: 44px;
  }

  /* Page-level button themes must not restyle the shared home header controls. */
  html body .global-header.wasabi-global-header :is(.wasabi-search-toggle, .wasabi-nav-toggle) {
    width: var(--wasabi-header-target) !important;
    min-width: var(--wasabi-header-target) !important;
    min-height: var(--wasabi-header-target) !important;
    padding: 0 !important;
    border: 1px solid var(--wasabi-header-line) !important;
    border-radius: 11px !important;
    background: var(--wasabi-header-paper) !important;
    box-shadow: none !important;
    color: var(--wasabi-header-ink) !important;
    line-height: 1.65 !important;
  }

  html body .global-header.wasabi-global-header .wasabi-account-link {
    min-width: 62px !important;
    min-height: var(--wasabi-header-target) !important;
    padding-inline: 9px !important;
    border: 1px solid rgba(79, 99, 47, 0.24) !important;
    border-radius: 11px !important;
    background: #f5f7ed !important;
    box-shadow: none !important;
    color: var(--wasabi-header-green) !important;
    font-size: 0.82rem !important;
    font-weight: 850 !important;
    line-height: 1.65 !important;
  }

  .global-header.wasabi-global-header .site-search.site-header-search {
    display: none !important;
  }

  .global-header.wasabi-global-header .global-nav.wasabi-site-nav {
    position: fixed !important;
    inset-block: 0 !important;
    inset-inline: auto 0 !important;
    z-index: 1250 !important;
    display: none !important;
    align-items: stretch !important;
    justify-content: stretch !important;
    grid-template-columns: minmax(0, 1fr) !important;
    align-content: start !important;
    width: min(88vw, 390px) !important;
    max-width: 100vw !important;
    height: 100dvh !important;
    max-height: 100dvh !important;
    padding: calc(env(safe-area-inset-top) + 72px) max(14px, env(safe-area-inset-right)) calc(env(safe-area-inset-bottom) + 22px) 14px !important;
    gap: 0 !important;
    overflow-x: hidden !important;
    overflow-y: auto !important;
    overscroll-behavior: contain;
    background: #faf8f3 !important;
    box-shadow: -18px 0 48px rgba(17, 20, 16, 0.18) !important;
    opacity: 0 !important;
    visibility: hidden !important;
    pointer-events: none !important;
    transform: translateX(100%) !important;
    order: 3;
  }

  .global-header.wasabi-global-header .global-nav.wasabi-site-nav.is-mobile-open {
    display: grid !important;
    opacity: 1 !important;
    visibility: visible !important;
    pointer-events: auto !important;
    transform: translateX(0) !important;
  }

  html body .global-header.wasabi-global-header .global-nav.wasabi-site-nav {
    border: 0 !important;
  }

  /* Without JavaScript there is no drawer control, so keep every navigation link in flow. */
  .global-header.wasabi-global-header .global-nav.wasabi-site-nav:not(.wasabi-site-nav--enhanced) {
    position: static !important;
    inset: auto !important;
    z-index: auto !important;
    display: grid !important;
    grid-column: 1 / -1;
    width: 100% !important;
    max-width: none !important;
    height: auto !important;
    max-height: none !important;
    padding: 0 !important;
    overflow: visible !important;
    background: transparent !important;
    box-shadow: none !important;
    opacity: 1 !important;
    visibility: visible !important;
    pointer-events: auto !important;
    transform: none !important;
  }

  .global-header.wasabi-global-header .wasabi-site-nav:not(.wasabi-site-nav--enhanced) .nav-submenu {
    position: static !important;
    grid-column: 1 / -1;
    display: grid !important;
    min-width: 0 !important;
    max-width: none !important;
    padding: 0 8px 12px !important;
    border: 0 !important;
    border-radius: 0 !important;
    background: transparent !important;
    box-shadow: none !important;
    opacity: 1 !important;
    visibility: visible !important;
    pointer-events: auto !important;
    transform: none !important;
  }

  .global-header.wasabi-global-header .wasabi-site-nav:not(.wasabi-site-nav--enhanced) .nav-submenu a {
    min-height: 44px;
    min-width: 0;
    overflow-wrap: anywhere;
  }

  .global-header.wasabi-global-header .global-nav.wasabi-site-nav .nav-section {
    display: grid !important;
    grid-template-columns: minmax(0, 1fr) 52px !important;
    width: 100% !important;
    border-block-end: 1px solid var(--wasabi-header-line);
    border-radius: 0;
  }

  html body .global-header.wasabi-global-header .global-nav.wasabi-site-nav .nav-section {
    position: relative !important;
    display: grid !important;
    grid-template-columns: minmax(0, 1fr) 52px !important;
    gap: 0 !important;
    width: 100% !important;
    padding: 0 !important;
    border-block-end: 1px solid var(--wasabi-header-line) !important;
    border-radius: 0 !important;
    background: transparent !important;
    box-shadow: none !important;
    color: var(--wasabi-header-ink) !important;
  }

  .global-header.wasabi-global-header .section-link,
  .global-header.wasabi-global-header .nav-submenu-toggle,
  .global-header.wasabi-global-header .nav-disclosure {
    min-height: 54px;
  }

  .global-header.wasabi-global-header .section-link {
    justify-content: flex-start;
    padding-inline: 10px;
    font-size: 1rem;
  }

  /* Keep internal-page bundles from making drawer rows taller than the home menu. */
  html body .global-header.wasabi-global-header .global-nav.wasabi-site-nav .section-link {
    position: static !important;
    min-height: 54px !important;
    padding-inline: 10px !important;
    border: 0 !important;
    border-radius: 0 !important;
    background: transparent !important;
    box-shadow: none !important;
    color: var(--wasabi-header-ink) !important;
    font-size: 1rem !important;
    font-weight: 820 !important;
    line-height: 1.2 !important;
  }

  html body .global-header.wasabi-global-header .global-nav.wasabi-site-nav :is(.nav-submenu-toggle, .nav-disclosure) {
    position: relative !important;
    display: inline-grid !important;
    place-items: center !important;
    width: 52px !important;
    min-width: 52px !important;
    min-height: 54px !important;
    padding: 0 !important;
    border: 0 !important;
    border-radius: 9px !important;
    background: transparent !important;
    box-shadow: none !important;
    color: var(--wasabi-header-muted) !important;
    font-size: 0 !important;
    line-height: 0 !important;
  }

  html body .global-header.wasabi-global-header .global-nav.wasabi-site-nav :is(.nav-section.is-current, .nav-section.is-open) > .section-link {
    color: var(--wasabi-header-green) !important;
  }

  .global-header.wasabi-global-header .nav-submenu-toggle,
  .global-header.wasabi-global-header .nav-disclosure {
    width: 52px;
  }

  .global-header.wasabi-global-header .global-nav.wasabi-site-nav .nav-label-full {
    display: inline !important;
  }

  .global-header.wasabi-global-header .global-nav.wasabi-site-nav .nav-label-mobile {
    display: none !important;
  }

  .global-header.wasabi-global-header .wasabi-site-nav--enhanced .nav-section.has-submenu .nav-submenu {
    position: static !important;
    grid-column: 1 / -1;
    display: none !important;
    min-width: 0 !important;
    max-width: none !important;
    padding: 0 8px 12px !important;
    border: 0 !important;
    border-radius: 0 !important;
    background: transparent !important;
    box-shadow: none !important;
    opacity: 1 !important;
    visibility: visible !important;
    pointer-events: auto !important;
    transform: none !important;
  }

  .global-header.wasabi-global-header .wasabi-site-nav--enhanced .nav-section.has-submenu.is-open .nav-submenu {
    display: grid !important;
  }

  .global-header.wasabi-global-header .nav-submenu a {
    min-height: 44px;
    border: 1px solid rgba(79, 99, 47, 0.14);
    background: rgba(255, 255, 255, 0.72);
  }

  .wasabi-mobile-menu-open {
    overflow: hidden;
  }

  .wasabi-mobile-menu-open::before,
  .wasabi-mobile-search-open::before {
    content: "";
    position: fixed;
    inset: 0;
    z-index: 1100;
    background: rgba(17, 20, 16, 0.38);
  }

  html body.wasabi-mobile-menu-open .global-header.wasabi-global-header,
  html body.wasabi-mobile-search-open .global-header.wasabi-global-header {
    z-index: 1200 !important;
  }

  html body.wasabi-mobile-menu-open .global-header.wasabi-global-header .wasabi-header-actions {
    z-index: 1310 !important;
  }

  .wasabi-mobile-menu-open .global-header.wasabi-global-header .wasabi-nav-toggle {
    position: fixed !important;
    inset-block-start: max(12px, env(safe-area-inset-top)) !important;
    inset-inline-end: max(12px, env(safe-area-inset-right)) !important;
    z-index: 1320 !important;
  }

  .wasabi-mobile-menu-open .global-header.wasabi-global-header .wasabi-search-toggle {
    display: none !important;
  }

  .wasabi-mobile-menu-open .global-header.wasabi-global-header .wasabi-account-link {
    position: fixed;
    inset-block-start: max(12px, env(safe-area-inset-top));
    inset-inline-end: calc(max(12px, env(safe-area-inset-right)) + 52px);
    z-index: 1320;
  }

  .wasabi-mobile-search-open .global-header.wasabi-global-header .site-search.site-header-search {
    position: fixed !important;
    inset-block-start: calc(max(12px, env(safe-area-inset-top)) + 60px) !important;
    inset-inline: 12px !important;
    z-index: 1300 !important;
    display: grid !important;
    width: auto !important;
    max-width: none !important;
    padding: 12px !important;
    border: 1px solid var(--wasabi-header-line);
    border-radius: 16px;
    background: var(--wasabi-header-paper);
    box-shadow: 0 18px 48px rgba(17, 20, 16, 0.2);
  }

  .wasabi-mobile-search-open .global-header.wasabi-global-header .site-header-search-results {
    position: static !important;
    width: 100%;
  }
}

@media (prefers-reduced-motion: reduce) {
  .global-header.wasabi-global-header *,
  .global-header.wasabi-global-header *::before,
  .global-header.wasabi-global-header *::after {
    scroll-behavior: auto !important;
    transition-duration: 0.01ms !important;
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
  }
}
