/*
 * WayHunt core responsive layout contract.
 * Themes may style sections and columns, but should keep these layout rules available.
 */
.wh-section{width:100%;min-height:var(--wh-section-min-height,0);padding:var(--wh-section-padding-top,var(--wh-section-padding,var(--wh-global-section-spacing,40px))) var(--wh-section-padding-right,var(--wh-section-inline-padding,20px)) var(--wh-section-padding-bottom,var(--wh-section-padding,var(--wh-global-section-spacing,40px))) var(--wh-section-padding-left,var(--wh-section-inline-padding,20px));background-color:var(--wh-section-background,var(--wh-color-background,#FFFFFF))}
.wh-section-inner{width:100%;max-width:var(--wh-section-width,var(--wh-container-width,1280px));min-height:inherit;margin:0 auto}

.wh-section-carousel-edge{--wh-section-inline-padding:0px;--wh-section-inline-padding-mobile:0px}
.wh-section-carousel-edge>.wh-section-inner{max-width:none!important}
.wh-layout-grid{display:grid;grid-template-columns:repeat(12,minmax(0,1fr));gap:var(--wh-layout-gap,var(--wh-global-grid-gap,28px));min-height:inherit}
.wh-layout-column{grid-column:span var(--wh-column-span,12);grid-row:span var(--wh-column-row-span,1);min-width:0;background-color:var(--wh-column-background,transparent);background-image:var(--wh-column-background-image,none);background-position:var(--wh-column-background-position,center);background-size:var(--wh-column-background-size,cover);background-repeat:var(--wh-column-background-repeat,no-repeat);border-radius:var(--wh-column-radius,0);padding:var(--wh-column-padding-top,var(--wh-column-padding,0)) var(--wh-column-padding-right,var(--wh-column-padding,0)) var(--wh-column-padding-bottom,var(--wh-column-padding,0)) var(--wh-column-padding-left,var(--wh-column-padding,0));border-style:var(--wh-column-border-style,solid);border-color:var(--wh-column-border-color,transparent);border-top-width:var(--wh-column-border-top-width,var(--wh-column-border-width,0));border-right-width:var(--wh-column-border-right-width,var(--wh-column-border-width,0));border-bottom-width:var(--wh-column-border-bottom-width,var(--wh-column-border-width,0));border-left-width:var(--wh-column-border-left-width,var(--wh-column-border-width,0));box-shadow:var(--wh-column-shadow,none)}
.wh-layout-grid.wh-align-center{align-items:center}
.wh-layout-grid.wh-align-end{align-items:end}
.wh-layout-grid.wh-align-stretch{align-items:stretch}
.wh-layout-column>.wh-component+.wh-component{margin-top:var(--wh-component-margin-top,var(--wh-component-gap,16px))}
.wh-layout-equal-columns .wh-layout-grid{grid-template-columns:repeat(var(--wh-desktop-columns,1),minmax(0,1fr))}
.wh-layout-equal-columns .wh-layout-column{grid-column:auto}
@media(max-width:767px){
  .wh-section-inner{max-width:var(--wh-section-width-mobile,var(--wh-section-width,var(--wh-container-width,1280px)))}
  .wh-layout-equal-columns .wh-layout-grid{grid-template-columns:repeat(var(--wh-mobile-columns,1),minmax(0,1fr))}
  .wh-section{padding:var(--wh-section-padding-top-mobile,var(--wh-section-padding-mobile,var(--wh-section-padding-top,var(--wh-section-padding,var(--wh-global-section-spacing-mobile,28px))))) var(--wh-section-padding-right-mobile,var(--wh-section-padding-mobile,var(--wh-section-padding-right,var(--wh-section-inline-padding-mobile,14px)))) var(--wh-section-padding-bottom-mobile,var(--wh-section-padding-mobile,var(--wh-section-padding-bottom,var(--wh-section-padding,var(--wh-global-section-spacing-mobile,28px))))) var(--wh-section-padding-left-mobile,var(--wh-section-padding-mobile,var(--wh-section-padding-left,var(--wh-section-inline-padding-mobile,14px))))!important}
  .wh-layout-grid{grid-template-columns:repeat(var(--wh-mobile-columns,1),minmax(0,1fr));gap:var(--wh-layout-gap-mobile,var(--wh-global-grid-gap-mobile,16px))}
  .wh-layout-column{grid-column:auto;grid-row:auto;order:var(--wh-column-order-mobile,0);padding:var(--wh-column-padding-top-mobile,var(--wh-column-padding-mobile,var(--wh-column-padding-top,var(--wh-column-padding,0)))) var(--wh-column-padding-right-mobile,var(--wh-column-padding-mobile,var(--wh-column-padding-right,var(--wh-column-padding,0)))) var(--wh-column-padding-bottom-mobile,var(--wh-column-padding-mobile,var(--wh-column-padding-bottom,var(--wh-column-padding,0)))) var(--wh-column-padding-left-mobile,var(--wh-column-padding-mobile,var(--wh-column-padding-left,var(--wh-column-padding,0))));border-style:var(--wh-column-border-style-mobile,var(--wh-column-border-style,solid));border-color:var(--wh-column-border-color-mobile,var(--wh-column-border-color,transparent));border-top-width:var(--wh-column-border-top-width-mobile,var(--wh-column-border-width-mobile,var(--wh-column-border-top-width,var(--wh-column-border-width,0))));border-right-width:var(--wh-column-border-right-width-mobile,var(--wh-column-border-width-mobile,var(--wh-column-border-right-width,var(--wh-column-border-width,0))));border-bottom-width:var(--wh-column-border-bottom-width-mobile,var(--wh-column-border-width-mobile,var(--wh-column-border-bottom-width,var(--wh-column-border-width,0))));border-left-width:var(--wh-column-border-left-width-mobile,var(--wh-column-border-width-mobile,var(--wh-column-border-left-width,var(--wh-column-border-width,0))));border-radius:var(--wh-column-radius-mobile,var(--wh-column-radius,0));box-shadow:var(--wh-column-shadow-mobile,var(--wh-column-shadow,none));min-height:var(--wh-column-min-height-mobile,var(--wh-column-min-height,0));transform:none!important;position:relative!important;top:auto!important}
  .wh-layout-column>.wh-component+.wh-component{margin-top:var(--wh-component-margin-top-mobile,var(--wh-component-margin-top,var(--wh-component-gap-mobile,var(--wh-global-component-gap-mobile,12px))))}
  .wh-layout-reverse-mobile .wh-layout-grid{direction:rtl}
  .wh-layout-reverse-mobile .wh-layout-column{direction:ltr}
}
@media(min-width:768px) and (max-width:1023px){
  .wh-section-inner{max-width:var(--wh-section-width-tablet,var(--wh-section-width,var(--wh-container-width,1280px)))}
  .wh-layout-equal-columns .wh-layout-grid{grid-template-columns:repeat(var(--wh-tablet-columns,2),minmax(0,1fr))}
  .wh-section{padding-top:var(--wh-section-padding-top-tablet,var(--wh-section-padding-tablet,var(--wh-section-padding-top,var(--wh-section-padding,var(--wh-global-section-spacing-tablet,40px)))));padding-right:var(--wh-section-padding-right-tablet,var(--wh-section-padding-tablet,var(--wh-section-padding-right,var(--wh-section-inline-padding,20px))));padding-bottom:var(--wh-section-padding-bottom-tablet,var(--wh-section-padding-tablet,var(--wh-section-padding-bottom,var(--wh-section-padding,var(--wh-global-section-spacing-tablet,40px)))));padding-left:var(--wh-section-padding-left-tablet,var(--wh-section-padding-tablet,var(--wh-section-padding-left,var(--wh-section-inline-padding,20px))))}
  .wh-layout-grid{grid-template-columns:repeat(var(--wh-tablet-columns,2),minmax(0,1fr));gap:var(--wh-layout-gap-tablet,var(--wh-global-grid-gap-tablet,22px))}
  .wh-layout-column{grid-column:auto;grid-row:auto;order:var(--wh-column-order-tablet,0);padding:var(--wh-column-padding-top-tablet,var(--wh-column-padding-tablet,var(--wh-column-padding-top,var(--wh-column-padding,0)))) var(--wh-column-padding-right-tablet,var(--wh-column-padding-tablet,var(--wh-column-padding-right,var(--wh-column-padding,0)))) var(--wh-column-padding-bottom-tablet,var(--wh-column-padding-tablet,var(--wh-column-padding-bottom,var(--wh-column-padding,0)))) var(--wh-column-padding-left-tablet,var(--wh-column-padding-tablet,var(--wh-column-padding-left,var(--wh-column-padding,0))));border-style:var(--wh-column-border-style-tablet,var(--wh-column-border-style,solid));border-color:var(--wh-column-border-color-tablet,var(--wh-column-border-color,transparent));border-top-width:var(--wh-column-border-top-width-tablet,var(--wh-column-border-width-tablet,var(--wh-column-border-top-width,var(--wh-column-border-width,0))));border-right-width:var(--wh-column-border-right-width-tablet,var(--wh-column-border-width-tablet,var(--wh-column-border-right-width,var(--wh-column-border-width,0))));border-bottom-width:var(--wh-column-border-bottom-width-tablet,var(--wh-column-border-width-tablet,var(--wh-column-border-bottom-width,var(--wh-column-border-width,0))));border-left-width:var(--wh-column-border-left-width-tablet,var(--wh-column-border-width-tablet,var(--wh-column-border-left-width,var(--wh-column-border-width,0))));border-radius:var(--wh-column-radius-tablet,var(--wh-column-radius,0));box-shadow:var(--wh-column-shadow-tablet,var(--wh-column-shadow,none));min-height:var(--wh-column-min-height-tablet,var(--wh-column-min-height,0));transform:none!important;position:relative!important;top:auto!important}
  .wh-layout-column>.wh-component+.wh-component{margin-top:var(--wh-component-margin-top-tablet,var(--wh-component-margin-top,var(--wh-component-gap-tablet,var(--wh-global-component-gap-tablet,14px))))}
}


/* Shared content-template shell: article module */
.wh-article-detail{width:min(100% - 32px,960px);margin:0 auto;padding:clamp(32px,6vw,72px) 0}
.wh-article-header{margin-bottom:32px;border-bottom:1px solid rgba(127,127,127,.22);padding-bottom:28px}
.wh-article-header h1{margin:.4em 0 .3em;font-size:clamp(2rem,5vw,3.4rem);line-height:1.15}
.wh-article-category,.wh-article-tags{display:flex;flex-wrap:wrap;gap:8px 14px}
.wh-article-category a,.wh-article-tags a{text-decoration:none}
.wh-article-meta{display:flex;flex-wrap:wrap;gap:10px 18px;opacity:.72;font-size:.92rem}
.wh-article-excerpt{font-size:1.08rem;line-height:1.8;opacity:.82}
.wh-article-body{min-height:120px}
.wh-article-tags{margin-top:32px;padding-top:20px;border-top:1px solid rgba(127,127,127,.18)}
.wh-article-empty{padding:24px;border:1px dashed rgba(127,127,127,.4);border-radius:12px;text-align:center;opacity:.72}

/* v0.17.5 visual content-template slot */
.wh-content-slot{min-width:0}
.wh-content-slot-preview{padding:28px;border:2px dashed #9c8ad8;border-radius:12px;background:#f8f6ff;color:#5f4b9b;text-align:center;font-weight:600}

/* Article template dynamic components */
.wh-article-dynamic-breadcrumbs{display:flex;flex-wrap:wrap;gap:.45rem;align-items:center;font-size:.92rem;color:#6b7280}
.wh-article-dynamic-breadcrumbs a{color:inherit;text-decoration:none}
.wh-article-dynamic-title{margin:.15em 0 .25em;line-height:1.2}
.wh-article-dynamic-excerpt{font-size:1.08rem;line-height:1.8;color:#64748b;margin:.25rem 0}
.wh-article-dynamic-cover{margin:0}.wh-article-dynamic-cover img{display:block;width:100%;height:auto;border-radius:inherit}
.wh-article-dynamic-date,.wh-article-dynamic-views{display:inline-block;color:#64748b;font-size:.92rem}
.wh-article-dynamic-categories,.wh-article-dynamic-tags{display:flex;flex-wrap:wrap;gap:.5rem;align-items:center}
.wh-article-dynamic-categories a,.wh-article-dynamic-tags a{color:inherit;text-decoration:none}
.wh-article-dynamic-body{line-height:1.85;overflow-wrap:anywhere}
.wh-article-dynamic-prev-next{display:grid;grid-template-columns:minmax(0,1fr) minmax(0,1fr);gap:1rem}
.wh-article-dynamic-prev-next a{display:flex;flex-direction:column;gap:.3rem;text-decoration:none;color:inherit;padding:1rem;border:1px solid rgba(148,163,184,.35);border-radius:12px}
.wh-article-dynamic-prev-next .is-next{text-align:right}
.wh-article-dynamic-related ul{margin:.75rem 0 0;padding-left:1.2rem}.wh-article-dynamic-related li+li{margin-top:.45rem}.wh-article-dynamic-related.is-grid ul{display:grid;grid-template-columns:repeat(var(--wh-related-columns,2),minmax(0,1fr));gap:.75rem;list-style:none;padding:0}.wh-article-dynamic-related.is-grid li+li{margin-top:0}.wh-article-dynamic-related.is-grid a{display:block;padding:.85rem 1rem;border:1px solid rgba(148,163,184,.35);border-radius:10px;text-decoration:none;color:inherit}
.wh-article-dynamic-placeholder{display:grid;place-items:center;min-height:180px;border:1px dashed rgba(148,163,184,.7);border-radius:12px;color:#64748b;background:rgba(248,250,252,.8)}
@media (max-width:767px){.wh-article-dynamic-prev-next{grid-template-columns:1fr}.wh-article-dynamic-prev-next .is-next{text-align:left}.wh-article-dynamic-related.is-grid ul{grid-template-columns:1fr}}

/* Image Content Module 2.0 */
.wh-image-content-archive,.wh-image-content-detail{max-width:1200px;margin:0 auto;padding:32px 20px}.wh-image-content-heading{margin-bottom:24px}.wh-image-content-heading h1{margin:8px 0 10px;font-size:clamp(28px,4vw,44px)}.wh-image-content-heading p{max-width:760px;line-height:1.8;color:#606770}.wh-image-content-category{display:inline-block;text-decoration:none;font-weight:700}.wh-image-content-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:22px}.wh-image-content-card{overflow:hidden;border:1px solid rgba(0,0,0,.08);border-radius:14px;background:#fff}.wh-image-content-card>a{display:block;color:inherit;text-decoration:none}.wh-image-content-card img{display:block;width:100%;aspect-ratio:4/3;object-fit:cover}.wh-image-content-card-body{padding:16px}.wh-image-content-card-body h2{margin:0 0 8px;font-size:20px}.wh-image-content-card-body p{margin:0 0 10px;line-height:1.6}.wh-image-content-gallery{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:16px}.wh-image-content-gallery figure{margin:0}.wh-image-content-gallery img{display:block;width:100%;height:auto;border-radius:10px}.wh-image-content-gallery figcaption{padding:8px 2px;font-size:14px;color:#606770}.wh-image-content-gallery.is-slider,.wh-image-content-gallery.is-carousel{grid-template-columns:1fr}.wh-image-content-gallery.is-slider figure,.wh-image-content-gallery.is-carousel figure{max-width:960px;margin:0 auto}.wh-image-content-empty{grid-column:1/-1;padding:28px;text-align:center;color:#777}@media(max-width:820px){.wh-image-content-grid,.wh-image-content-gallery{grid-template-columns:repeat(2,minmax(0,1fr))}}@media(max-width:560px){.wh-image-content-archive,.wh-image-content-detail{padding:22px 14px}.wh-image-content-grid,.wh-image-content-gallery{grid-template-columns:1fr}}

.wh-image-content-pagination{display:flex;align-items:center;justify-content:center;gap:8px;max-width:1200px;margin:8px auto 32px;padding:0 20px;flex-wrap:wrap}.wh-image-content-pagination a,.wh-image-content-pagination strong{display:inline-flex;align-items:center;justify-content:center;min-width:38px;height:38px;padding:0 12px;border:1px solid rgba(0,0,0,.12);border-radius:9px;text-decoration:none;color:inherit;background:#fff}.wh-image-content-pagination strong{font-weight:700;border-color:currentColor}.wh-image-content-pagination a:hover{border-color:currentColor}@media(max-width:560px){.wh-image-content-pagination{padding:0 14px;margin-bottom:24px}}

/* Website Design Phase 5: shared site chrome components */
.site-header > .wh-section,.site-footer > .wh-section{width:100%;flex:1 1 100%}
.wh-site-brand-component{display:inline-flex;align-items:center;gap:10px;color:inherit;text-decoration:none;max-width:100%}
.wh-site-brand-component img{display:block;max-width:min(220px,100%);max-height:72px;width:auto;height:auto}
.wh-site-brand-component strong,.wh-site-brand-component small{display:block}
.wh-site-brand-component small{font-size:.82em;opacity:.72}
.wh-site-navigation-component>ul,.wh-site-navigation-component ul{list-style:none;margin:0;padding:0}
.wh-site-navigation-component>ul{display:flex;align-items:center;gap:18px;flex-wrap:wrap}
.wh-site-navigation-component.is-vertical>ul{display:grid;align-items:start;gap:8px}
.wh-site-navigation-component a{color:inherit;text-decoration:none}
.wh-site-navigation-component li{position:relative}
.wh-site-navigation-component li>ul{display:grid;gap:6px;padding-top:8px;padding-left:16px}
.wh-site-languages-component{display:flex;gap:10px;justify-content:inherit;flex-wrap:wrap}
.wh-site-languages-component a{color:inherit;text-decoration:none}
.wh-site-languages-component a[aria-current="page"]{font-weight:700;text-decoration:underline;text-underline-offset:3px}
.wh-site-copyright-component{font-size:.9em;opacity:.78}
.wh-site-navigation-empty,.wh-site-languages-empty{padding:8px 10px;border:1px dashed var(--wh-border,#d9dce5);border-radius:8px;font-size:13px;opacity:.72}
@media(max-width:767px){.wh-site-navigation-component>ul{gap:10px 14px}.wh-site-brand-component img{max-height:56px}}
/* v0.18.465-dev — native mobile primary-navigation authority. The desktop
 * navigation remains canonical for tablet/desktop while a semantic <details>
 * surface owns the mobile collapse behavior without a JavaScript dependency. */
.wh-site-navigation-mobile{display:none}
.wh-site-navigation-mobile>summary{list-style:none;cursor:pointer;display:inline-flex;align-items:center;justify-content:center;gap:8px;min-height:40px;padding:8px 12px;border:1px solid color-mix(in srgb,currentColor 16%,transparent);border-radius:999px;background:transparent;color:inherit;font:inherit;font-weight:650;white-space:nowrap}
.wh-site-navigation-mobile>summary::-webkit-details-marker{display:none}
.wh-site-navigation-mobile>summary::after{content:"☰";font-size:1.05em;line-height:1}
.wh-site-navigation-mobile[open]>summary::after{content:"×"}
.wh-site-navigation-mobile>.wh-site-navigation-mobile-panel{position:absolute;z-index:90;top:calc(100% + 8px);right:0;min-width:min(280px,calc(100vw - 28px));padding:12px;border:1px solid var(--wh-border,#e5e7eb);border-radius:16px;background:var(--wh-color-surface,#fff);box-shadow:0 18px 48px rgba(15,23,42,.14)}
.wh-site-navigation-mobile ul{list-style:none;margin:0;padding:0;display:grid;gap:2px}
.wh-site-navigation-mobile li{position:relative}
.wh-site-navigation-mobile a{display:block;padding:10px 12px;border-radius:10px;color:inherit;text-decoration:none}
.wh-site-navigation-mobile a:hover,.wh-site-navigation-mobile a:focus-visible{background:color-mix(in srgb,currentColor 7%,transparent)}
.wh-site-navigation-mobile li>ul{padding:2px 0 2px 12px}
@media(max-width:767px){
  .wh-site-navigation-component.is-mobile-collapsible{display:none!important}
  .wh-site-navigation-mobile{display:block;position:relative;width:max-content;max-width:100%;margin-left:auto}
}


/* v0.17.51 Website Design Phase 7 — Component Design Controls */
.wh-component{box-sizing:border-box;padding:var(--wh-component-padding-top,var(--wh-component-padding,12px)) var(--wh-component-padding-right,var(--wh-component-padding,12px)) var(--wh-component-padding-bottom,var(--wh-component-padding,12px)) var(--wh-component-padding-left,var(--wh-component-padding,12px));margin:var(--wh-component-margin-top,0) var(--wh-component-margin-right,0) var(--wh-component-margin-bottom,0) var(--wh-component-margin-left,0);width:var(--wh-component-width,auto);max-width:var(--wh-component-max-width,none);min-height:var(--wh-component-min-height,0);text-align:var(--wh-component-align,left)}
.wh-component-custom-typography,
.wh-component-custom-typography h1,.wh-component-custom-typography h2,.wh-component-custom-typography h3,
.wh-component-custom-typography h4,.wh-component-custom-typography h5,.wh-component-custom-typography h6,
.wh-component-custom-typography .wh-text-content,.wh-component-custom-typography .wh-richtext-content,
.wh-component-custom-typography p,.wh-component-custom-typography a,.wh-component-custom-typography span{
  font-size:var(--wh-component-font-size,inherit)!important;
  line-height:var(--wh-component-line-height,normal)!important;
  font-weight:var(--wh-component-font-weight,inherit)!important;
  letter-spacing:var(--wh-component-letter-spacing,normal)!important;
}
@media(max-width:767px){
  .wh-component{padding:var(--wh-component-padding-top-mobile,var(--wh-component-padding-mobile,var(--wh-component-padding-top,var(--wh-component-padding,12px)))) var(--wh-component-padding-right-mobile,var(--wh-component-padding-mobile,var(--wh-component-padding-right,var(--wh-component-padding,12px)))) var(--wh-component-padding-bottom-mobile,var(--wh-component-padding-mobile,var(--wh-component-padding-bottom,var(--wh-component-padding,12px)))) var(--wh-component-padding-left-mobile,var(--wh-component-padding-mobile,var(--wh-component-padding-left,var(--wh-component-padding,12px))))!important;margin:var(--wh-component-margin-top-mobile,var(--wh-component-margin-top,0)) var(--wh-component-margin-right-mobile,var(--wh-component-margin-right,0)) var(--wh-component-margin-bottom-mobile,var(--wh-component-margin-bottom,0)) var(--wh-component-margin-left-mobile,var(--wh-component-margin-left,0))!important;width:var(--wh-component-width-mobile,var(--wh-component-width,auto))!important;max-width:var(--wh-component-max-width-mobile,var(--wh-component-max-width,none))!important}
  .wh-component-custom-typography,.wh-component-custom-typography h1,.wh-component-custom-typography h2,.wh-component-custom-typography h3,.wh-component-custom-typography h4,.wh-component-custom-typography h5,.wh-component-custom-typography h6,.wh-component-custom-typography .wh-text-content,.wh-component-custom-typography .wh-richtext-content,.wh-component-custom-typography p,.wh-component-custom-typography a,.wh-component-custom-typography span{font-size:var(--wh-component-font-size-mobile,var(--wh-component-font-size))!important}
}
@media(min-width:768px) and (max-width:1023px){
  .wh-component{padding:var(--wh-component-padding-top-tablet,var(--wh-component-padding-tablet,var(--wh-component-padding-top,var(--wh-component-padding,12px)))) var(--wh-component-padding-right-tablet,var(--wh-component-padding-tablet,var(--wh-component-padding-right,var(--wh-component-padding,12px)))) var(--wh-component-padding-bottom-tablet,var(--wh-component-padding-tablet,var(--wh-component-padding-bottom,var(--wh-component-padding,12px)))) var(--wh-component-padding-left-tablet,var(--wh-component-padding-tablet,var(--wh-component-padding-left,var(--wh-component-padding,12px))))!important;margin:var(--wh-component-margin-top-tablet,var(--wh-component-margin-top,0)) var(--wh-component-margin-right-tablet,var(--wh-component-margin-right,0)) var(--wh-component-margin-bottom-tablet,var(--wh-component-margin-bottom,0)) var(--wh-component-margin-left-tablet,var(--wh-component-margin-left,0))!important;width:var(--wh-component-width-tablet,var(--wh-component-width,auto))!important;max-width:var(--wh-component-max-width-tablet,var(--wh-component-max-width,none))!important}
  .wh-component-custom-typography,.wh-component-custom-typography h1,.wh-component-custom-typography h2,.wh-component-custom-typography h3,.wh-component-custom-typography h4,.wh-component-custom-typography h5,.wh-component-custom-typography h6,.wh-component-custom-typography .wh-text-content,.wh-component-custom-typography .wh-richtext-content,.wh-component-custom-typography p,.wh-component-custom-typography a,.wh-component-custom-typography span{font-size:var(--wh-component-font-size-tablet,var(--wh-component-font-size))!important}
}

/* v0.18.30 Generic Content Frontend Runtime */
.wh-generic-detail,.wh-generic-archive-fallback{width:min(100% - 32px,1200px);margin:0 auto;padding:clamp(28px,5vw,64px) 0}.wh-generic-detail{max-width:960px}.wh-generic-title,.wh-generic-detail h1,.wh-generic-archive-fallback h1{margin:.2em 0 .35em;line-height:1.18}.wh-generic-summary{font-size:1.06rem;line-height:1.8;opacity:.78}.wh-generic-cover{margin:24px 0}.wh-generic-cover img,.wh-generic-custom-media{display:block;max-width:100%;height:auto;border-radius:12px}.wh-generic-body{line-height:1.85;overflow-wrap:anywhere}.wh-generic-categories,.wh-generic-breadcrumbs{display:flex;flex-wrap:wrap;gap:.5rem;align-items:center}.wh-generic-categories a,.wh-generic-breadcrumbs a{color:inherit;text-decoration:none}.wh-generic-breadcrumbs{font-size:.92rem;opacity:.72}.wh-generic-fields{display:grid;gap:0;margin:32px 0 0}.wh-generic-fields>div{display:grid;grid-template-columns:minmax(120px,220px) 1fr;gap:16px;padding:12px 0;border-top:1px solid rgba(127,127,127,.18)}.wh-generic-fields dt{font-weight:700}.wh-generic-fields dd{margin:0}.wh-generic-archive{display:grid;grid-template-columns:repeat(var(--wh-generic-columns,3),minmax(0,1fr));gap:22px}.wh-generic-card{min-width:0;border:1px solid rgba(127,127,127,.18);border-radius:14px;overflow:hidden;background:var(--wh-surface,#fff)}.wh-generic-card-cover{display:block}.wh-generic-card img{display:block;width:100%;aspect-ratio:4/3;object-fit:cover}.wh-generic-card h2,.wh-generic-card p{margin-left:16px;margin-right:16px}.wh-generic-card h2{font-size:1.2rem;margin-top:16px;margin-bottom:8px}.wh-generic-card h2 a{color:inherit;text-decoration:none}.wh-generic-card p{margin-top:0;margin-bottom:18px;line-height:1.65;opacity:.78}.wh-generic-pagination{display:flex;justify-content:center;gap:8px;flex-wrap:wrap;margin:28px 0}.wh-generic-pagination a,.wh-generic-pagination span{display:inline-flex;min-width:38px;height:38px;padding:0 10px;align-items:center;justify-content:center;border:1px solid rgba(127,127,127,.25);border-radius:8px;color:inherit;text-decoration:none}.wh-generic-pagination [aria-current="page"]{font-weight:700;border-color:currentColor}.wh-generic-empty{padding:28px;text-align:center;border:1px dashed rgba(127,127,127,.35);border-radius:12px;opacity:.72}
@media(max-width:900px){.wh-generic-archive{grid-template-columns:repeat(min(2,var(--wh-generic-columns,3)),minmax(0,1fr))}}@media(max-width:600px){.wh-generic-archive{grid-template-columns:1fr}.wh-generic-fields>div{grid-template-columns:1fr;gap:5px}.wh-generic-detail,.wh-generic-archive-fallback{width:min(100% - 28px,1200px)}}

/* v0.18.37 Product Catalog Frontend Runtime */
.wh-product-title{margin:.2em 0 .35em;line-height:1.18}.wh-product-summary{font-size:1.06rem;line-height:1.8;opacity:.8}.wh-product-cover img{display:block;width:100%;height:auto;border-radius:16px}.wh-product-meta,.wh-product-specifications dl{display:grid;gap:0;border:1px solid rgba(127,127,127,.18);border-radius:12px;overflow:hidden}.wh-product-meta>div,.wh-product-specifications dl>div{display:grid;grid-template-columns:minmax(120px,180px) 1fr;border-bottom:1px solid rgba(127,127,127,.18)}.wh-product-meta>div:last-child,.wh-product-specifications dl>div:last-child{border-bottom:0}.wh-product-meta dt,.wh-product-meta dd,.wh-product-specifications dt,.wh-product-specifications dd{margin:0;padding:12px 14px}.wh-product-meta dt,.wh-product-specifications dt{font-weight:700;background:rgba(127,127,127,.07)}.wh-product-gallery{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:12px}.wh-product-gallery img{display:block;width:100%;aspect-ratio:1/1;object-fit:cover;border-radius:12px}.wh-product-card-grid{display:grid;grid-template-columns:repeat(var(--wh-product-columns,3),minmax(0,1fr));gap:22px}.wh-product-card{min-width:0;border:1px solid rgba(127,127,127,.18);border-radius:14px;overflow:hidden;background:var(--wh-surface,#fff)}.wh-product-card img{display:block;width:100%;aspect-ratio:4/3;object-fit:cover}.wh-product-card h2,.wh-product-card h3,.wh-product-card p{margin-left:16px;margin-right:16px}.wh-product-card h2,.wh-product-card h3{margin-top:16px;margin-bottom:8px}.wh-product-card a{color:inherit;text-decoration:none}.wh-product-card p{margin-top:0;margin-bottom:18px;line-height:1.65;opacity:.78}.wh-product-inquiry-actions{display:flex;gap:12px;flex-wrap:wrap}.wh-product-inquiry-actions form{margin:0}.wh-product-inquiry-actions button,.wh-product-inquiry-now{display:inline-flex;align-items:center;justify-content:center;min-height:44px;padding:0 18px;border-radius:10px;border:1px solid currentColor;background:currentColor;color:#fff;text-decoration:none;cursor:pointer}.wh-product-inquiry-now{background:transparent;color:inherit}.wh-product-attachments ul{padding-left:1.3em}.wh-product-breadcrumbs,.wh-product-child-categories{display:flex;align-items:center;gap:.55rem;flex-wrap:wrap}.wh-product-breadcrumbs{font-size:.92rem;opacity:.72}.wh-product-breadcrumbs a,.wh-product-child-categories a{color:inherit;text-decoration:none}.wh-product-child-categories a{padding:7px 13px;border:1px solid rgba(127,127,127,.25);border-radius:999px}.wh-product-empty{padding:28px;text-align:center;border:1px dashed rgba(127,127,127,.35);border-radius:12px;opacity:.72}
@media(max-width:900px){.wh-product-card-grid{grid-template-columns:repeat(min(2,var(--wh-product-columns,3)),minmax(0,1fr))}.wh-product-gallery{grid-template-columns:repeat(3,minmax(0,1fr))}}@media(max-width:600px){.wh-product-card-grid{grid-template-columns:1fr}.wh-product-gallery{grid-template-columns:repeat(2,minmax(0,1fr))}.wh-product-meta>div,.wh-product-specifications dl>div{grid-template-columns:110px 1fr}}

/* VB2.0 Phase 3E — reusable dynamic display components */
.wh-data-price{display:flex;align-items:baseline;gap:.55rem;flex-wrap:wrap}.wh-data-price-label{font-size:.78em;color:var(--wh-color-muted,#6b7280)}.wh-data-price-current{font-size:1.25em;line-height:1.2;color:var(--wh-color-heading,#111827)}.wh-data-price-original{font-size:.88em;color:var(--wh-color-muted,#6b7280)}
.wh-data-status{display:inline-flex;align-items:center;min-height:26px;padding:4px 10px;border-radius:999px;font-size:.78em;font-weight:700;line-height:1.2;background:var(--wh-color-surface,#f3f4f6);color:var(--wh-color-text,#374151)}.wh-data-status.is-success{background:rgba(22,163,74,.12);color:#15803d}.wh-data-status.is-warning{background:rgba(217,119,6,.13);color:#b45309}.wh-data-status.is-danger{background:rgba(220,38,38,.12);color:#b91c1c}.wh-data-status.is-neutral{background:var(--wh-color-surface,#f3f4f6);color:var(--wh-color-text,#374151)}


/* Visual Builder 2.0 Phase 4A — safe motion + icon */
.wh-icon{display:inline-flex;align-items:center;justify-content:center;width:var(--wh-icon-size,32px);height:var(--wh-icon-size,32px);color:var(--wh-component-color,currentColor)}
.wh-icon svg{width:100%;height:100%;display:block;fill:currentColor}
html.wh-motion-ready [data-wh-animate]{opacity:0;transition-property:opacity,transform;transition-duration:var(--wh-motion-duration,600ms);transition-delay:var(--wh-motion-delay,0ms);transition-timing-function:cubic-bezier(.2,.7,.2,1);will-change:opacity,transform}
html.wh-motion-ready [data-wh-animate="fade-up"]{transform:translateY(var(--wh-motion-distance,24px))}
html.wh-motion-ready [data-wh-animate="slide-left"]{transform:translateX(calc(var(--wh-motion-distance,24px) * -1))}
html.wh-motion-ready [data-wh-animate="slide-right"]{transform:translateX(var(--wh-motion-distance,24px))}
html.wh-motion-ready [data-wh-animate="zoom-in"]{transform:scale(.94)}
html.wh-motion-ready [data-wh-animate].wh-motion-visible{opacity:1;transform:none}
@media (prefers-reduced-motion:reduce){html.wh-motion-ready [data-wh-animate]{opacity:1!important;transform:none!important;transition:none!important;animation:none!important}}

/* Visual Builder 2.0 Phase 4B — counter + utility widgets */
.wh-counter-number{display:inline-flex;align-items:baseline;gap:.08em;font-variant-numeric:tabular-nums;line-height:1}.wh-counter-number strong{font-size:clamp(2rem,5vw,4rem);font-weight:800}.wh-counter-prefix,.wh-counter-suffix{font-size:.48em;font-weight:700;opacity:.78}
.wh-utility-widgets{position:relative;z-index:2147481000}.wh-floating-tools{position:fixed;top:50%;display:flex;flex-direction:column;gap:8px;transform:translateY(-50%);z-index:2147481000}.wh-floating-tools.is-right{right:16px}.wh-floating-tools.is-left{left:16px}.wh-floating-tool{display:flex;align-items:center;gap:8px;min-height:46px;padding:7px 11px;border-radius:999px;background:var(--wh-color-surface,#fff);color:var(--wh-color-text,#111827);border:1px solid rgba(127,127,127,.22);box-shadow:0 8px 28px rgba(15,23,42,.12);text-decoration:none!important;transition:transform .18s ease,box-shadow .18s ease}.wh-floating-tool:hover{transform:translateY(-2px);box-shadow:0 12px 34px rgba(15,23,42,.18)}.wh-floating-tool-icon{display:grid;place-items:center;min-width:28px;height:28px;border-radius:50%;font-size:11px;font-weight:800;background:rgba(127,127,127,.1)}.wh-floating-tool-label{font-size:13px;font-weight:700;white-space:nowrap}.wh-back-to-top{position:fixed;right:18px;bottom:18px;z-index:2147481001;display:flex;align-items:center;gap:7px;min-height:44px;padding:8px 13px;border:0;border-radius:999px;background:var(--wh-color-heading,#111827);color:var(--wh-color-background,#fff);box-shadow:0 10px 30px rgba(15,23,42,.2);cursor:pointer;opacity:0;pointer-events:none;transform:translateY(12px);transition:opacity .2s ease,transform .2s ease}.wh-back-to-top.is-visible{opacity:1;pointer-events:auto;transform:none}.wh-back-to-top-label{font-size:12px;font-weight:700}
@media(max-width:767px){.wh-floating-tools{top:auto;bottom:76px;transform:none;gap:6px}.wh-floating-tools.is-right{right:10px}.wh-floating-tools.is-left{left:10px}.wh-floating-tool{min-width:44px;width:44px;padding:7px;justify-content:center}.wh-floating-tool-label{position:absolute!important;width:1px!important;height:1px!important;padding:0!important;margin:-1px!important;overflow:hidden!important;clip:rect(0,0,0,0)!important;white-space:nowrap!important;border:0!important}.wh-back-to-top{right:12px;bottom:14px}.wh-back-to-top-label{display:none}}
@media(prefers-reduced-motion:reduce){.wh-floating-tool,.wh-back-to-top{transition:none!important}}

/* Visual Builder 2.0 Phase 4C — Utility Toolbar variants / sandboxed widget */
.wh-floating-tool-icon svg,.wh-back-to-top-icon svg{width:18px;height:18px;display:block;fill:currentColor}.wh-floating-tools.is-style-square .wh-floating-tool{border-radius:12px}.wh-floating-tools.is-style-square .wh-floating-tool-icon{border-radius:8px}.wh-floating-tools.is-style-minimal .wh-floating-tool{width:46px;min-width:46px;padding:8px;justify-content:center;border-radius:50%;background:var(--wh-color-surface,#fff)}.wh-floating-tools.is-style-minimal .wh-floating-tool-label,.wh-floating-tools.is-label-hidden .wh-floating-tool-label{position:absolute!important;width:1px!important;height:1px!important;padding:0!important;margin:-1px!important;overflow:hidden!important;clip:rect(0,0,0,0)!important;white-space:nowrap!important;border:0!important}.wh-third-party-widget{display:block;width:100%;min-height:320px;border:0;background:transparent}.wh-hide-desktop{display:none!important}
@media(max-width:767px){.wh-hide-desktop{display:flex!important}.wh-hide-mobile{display:none!important}.wh-floating-tools.is-label-desktop .wh-floating-tool-label{position:absolute!important;width:1px!important;height:1px!important;padding:0!important;margin:-1px!important;overflow:hidden!important;clip:rect(0,0,0,0)!important;white-space:nowrap!important;border:0!important}.wh-floating-tools.is-label-always .wh-floating-tool{width:auto;min-width:44px;padding:7px 10px}.wh-floating-tools.is-label-always .wh-floating-tool-label{position:static!important;width:auto!important;height:auto!important;margin:0!important;overflow:visible!important;clip:auto!important;white-space:nowrap!important}}
/* Visual Builder 2.0 Phase 4D */
html.wh-motion-ready [data-wh-animate="zoom-out"]{transform:scale(1.08)}
html.wh-motion-ready [data-wh-animate="flip-x"]{transform:perspective(900px) rotateX(18deg);transform-origin:center bottom}
html.wh-motion-ready [data-wh-animate="flip-y"]{transform:perspective(900px) rotateY(-18deg);transform-origin:left center}
.wh-icon-combo{display:inline-flex;align-items:center;gap:var(--wh-icon-gap,8px);color:var(--wh-component-color,currentColor);transition:color .2s ease}
.wh-icon-combo.is-text-bottom{flex-direction:column;text-align:center}
.wh-icon-combo.is-text-left{flex-direction:row}
.wh-icon-glyph{display:inline-flex;align-items:center;justify-content:center;width:var(--wh-icon-size,32px);height:var(--wh-icon-size,32px);flex:0 0 auto;transition:color .2s ease,background-color .2s ease,transform .2s ease}
.wh-icon-glyph svg{width:100%;height:100%;display:block;fill:currentColor}
.wh-icon-glyph.is-circle,.wh-icon-glyph.is-rounded{box-sizing:content-box;padding:.42em;background:var(--wh-icon-bg,#f3f4f6)}
.wh-icon-glyph.is-circle{border-radius:999px}.wh-icon-glyph.is-rounded{border-radius:.45em}
.wh-icon-combo:hover{color:var(--wh-icon-hover-color,#2563eb)}
.wh-icon-combo:hover .wh-icon-glyph.is-circle,.wh-icon-combo:hover .wh-icon-glyph.is-rounded{background:var(--wh-icon-hover-bg,#eef2ff)}
.wh-icon-text{line-height:1.35}
.wh-icon-combo.is-text-nowrap{white-space:nowrap;min-width:max-content;inline-size:max-content;flex:0 0 auto}.wh-icon-combo.is-text-nowrap .wh-icon-text{white-space:nowrap;flex:0 0 auto;min-width:max-content}
.wh-icon-glyph>.wh-icon{width:100%;height:100%;display:inline-flex;align-items:center;justify-content:center}

/* Visual Builder 2.0 Phase 4E — utility design controls + safe widget placements */
.wh-floating-tools{gap:var(--wh-utility-gap,8px);opacity:var(--wh-utility-opacity,1)}
.wh-floating-tool{min-height:var(--wh-utility-size,46px);border-radius:var(--wh-utility-radius,999px)}
.wh-floating-tool-icon{min-width:calc(var(--wh-utility-size,46px) - 18px);height:calc(var(--wh-utility-size,46px) - 18px)}
.wh-floating-tools.is-shadow-none .wh-floating-tool{box-shadow:none}.wh-floating-tools.is-shadow-soft .wh-floating-tool{box-shadow:0 8px 28px rgba(15,23,42,.12)}.wh-floating-tools.is-shadow-strong .wh-floating-tool{box-shadow:0 14px 40px rgba(15,23,42,.24)}
.wh-widget-placement{position:relative;z-index:2147480900;width:min(100%,var(--wh-widget-width,360px));min-height:120px}.wh-widget-placement .wh-third-party-widget{width:100%;height:var(--wh-widget-height,420px);min-height:120px;border-radius:14px;overflow:hidden;background:var(--wh-color-surface,#fff);box-shadow:0 12px 36px rgba(15,23,42,.14)}
.wh-widget-placement.is-slot-floating-right-bottom,.wh-widget-placement.is-slot-floating-left-bottom{position:fixed;bottom:78px;z-index:2147480900}.wh-widget-placement.is-slot-floating-right-bottom{right:18px}.wh-widget-placement.is-slot-floating-left-bottom{left:18px}
.wh-widget-placement.is-slot-header-before,.wh-widget-placement.is-slot-header-after,.wh-widget-placement.is-slot-footer-before,.wh-widget-placement.is-slot-footer-after{margin:18px auto;max-width:var(--wh-widget-width,360px)}
@media(max-width:767px){.wh-widget-placement.is-slot-floating-right-bottom,.wh-widget-placement.is-slot-floating-left-bottom{left:10px;right:10px;bottom:72px;width:auto}.wh-widget-placement .wh-third-party-widget{height:min(var(--wh-widget-height,420px),70vh)}}

/* Phase 9 — Design System Expansion: safe composition families */
.wh-section[class*="wh-design-"]>.wh-section-inner{position:relative}
.wh-design-neutral{}
.wh-design-hero-full-bleed{min-height:max(620px,var(--wh-section-min-height));display:grid;align-items:end;background-attachment:scroll}.wh-design-hero-full-bleed>.wh-section-inner{width:100%;max-width:none!important;padding-inline:clamp(24px,5vw,88px)}.wh-design-hero-full-bleed .wh-layout-grid{align-items:end}.wh-design-hero-full-bleed .wh-heading h1,.wh-design-hero-full-bleed .wh-heading h2{font-size:clamp(3rem,8vw,7.5rem);line-height:.92;letter-spacing:-.045em;max-width:12ch}.wh-design-hero-full-bleed .wh-text{max-width:44rem}
.wh-design-editorial-split .wh-layout-grid{grid-template-columns:minmax(0,.82fr) minmax(0,1.18fr)}.wh-design-editorial-split .wh-layout-column:first-child{align-self:center;padding-right:clamp(0px,3vw,54px)}.wh-design-editorial-split .wh-heading h1,.wh-design-editorial-split .wh-heading h2{font-family:var(--wh-font-heading);font-size:clamp(2.8rem,6vw,6.4rem);line-height:.98;letter-spacing:-.035em}.wh-design-editorial-split .wh-image img{min-height:clamp(420px,62vw,760px);object-fit:cover}
.wh-design-asymmetrical .wh-layout-grid{grid-template-columns:minmax(0,1.25fr) minmax(240px,.75fr);align-items:center}.wh-design-asymmetrical .wh-layout-column:last-child{transform:translateY(clamp(0px,6vw,72px))}.wh-design-asymmetrical .wh-heading h1,.wh-design-asymmetrical .wh-heading h2{font-size:clamp(3rem,7vw,6.8rem);line-height:.95}
.wh-design-overlap{overflow:clip}.wh-design-overlap .wh-layout-column{position:relative}.wh-design-overlap .wh-layout-column:last-child{z-index:2;margin-left:clamp(-90px,-7vw,-28px);align-self:center}.wh-design-overlap .wh-layout-column:last-child>.wh-component{background:var(--wh-color-surface,#fff);box-shadow:var(--wh-shadow-lg);border-radius:var(--wh-card-radius);padding:clamp(24px,4vw,56px)}
.wh-design-floating-card{position:relative}.wh-design-floating-card .wh-layout-column:first-child .wh-image img{width:100%;min-height:560px;object-fit:cover}.wh-design-floating-card .wh-layout-column:last-child{z-index:3;align-self:center;margin-left:clamp(-120px,-8vw,-42px);background:color-mix(in srgb,var(--wh-color-surface,#fff) 92%,transparent);backdrop-filter:blur(14px);border:1px solid color-mix(in srgb,var(--wh-color-border,#ddd) 65%,transparent);border-radius:calc(var(--wh-card-radius) + 8px);padding:clamp(24px,4vw,56px);box-shadow:var(--wh-shadow-lg)}
.wh-design-giant-type .wh-heading h1,.wh-design-giant-type .wh-heading h2{font-size:clamp(4rem,13vw,12rem);line-height:.78;letter-spacing:-.065em;text-transform:uppercase}.wh-design-giant-type .wh-text{max-width:52rem;margin-left:auto}
.wh-design-bento .wh-layout-grid{align-items:stretch}.wh-design-bento .wh-layout-column{display:grid;align-content:start;gap:var(--wh-layout-gap);padding:clamp(16px,2vw,28px);border-radius:calc(var(--wh-card-radius) + 8px);background:var(--wh-color-surface,#f7f7f7);overflow:hidden}.wh-design-bento .wh-layout-column:nth-child(2n){transform:translateY(clamp(0px,2vw,28px))}.wh-design-bento .wh-image img{aspect-ratio:4/3;object-fit:cover;width:100%}
.wh-design-collage .wh-layout-grid{align-items:center}.wh-design-collage .wh-image{transform:rotate(-1.8deg)}.wh-design-collage .wh-layout-column:nth-child(even) .wh-image{transform:translateY(28px) rotate(2.2deg)}.wh-design-collage .wh-image img{box-shadow:var(--wh-shadow-md)}
.wh-design-product-first .wh-layout-grid{grid-template-columns:minmax(0,1.2fr) minmax(320px,.8fr);align-items:center}.wh-design-product-first .wh-image img{aspect-ratio:1/1;object-fit:cover;width:100%;border-radius:clamp(0px,2vw,28px)}.wh-design-product-first .wh-heading h1,.wh-design-product-first .wh-heading h2{font-size:clamp(2.8rem,5.8vw,5.8rem);line-height:.98}.wh-design-product-first .wh-button{margin-top:10px}
.wh-design-minimal{min-height:max(420px,var(--wh-section-min-height));display:grid;align-items:center}.wh-design-minimal .wh-section-inner{max-width:min(900px,var(--wh-section-width));text-align:center}.wh-design-minimal .wh-layout-grid{display:block}.wh-design-minimal .wh-heading h1,.wh-design-minimal .wh-heading h2{font-size:clamp(3rem,8vw,7rem);font-weight:500;line-height:1;letter-spacing:-.04em}.wh-design-minimal .wh-text{max-width:52rem;margin-inline:auto}
.wh-design-magazine{overflow:clip}.wh-design-magazine .wh-section-inner::before{content:"FEATURE";position:absolute;right:0;top:-.35em;font:800 clamp(5rem,14vw,13rem)/1 var(--wh-font-heading);letter-spacing:-.06em;opacity:.045;pointer-events:none}.wh-design-magazine .wh-heading h1,.wh-design-magazine .wh-heading h2{font-size:clamp(3.3rem,8vw,7.8rem);line-height:.9;max-width:10ch}
.wh-design-vertical-title .wh-layout-grid{grid-template-columns:minmax(80px,.25fr) minmax(0,1.75fr)}.wh-design-vertical-title .wh-layout-column:first-child .wh-heading{writing-mode:vertical-rl;text-orientation:mixed;margin-inline:auto}.wh-design-vertical-title .wh-heading h2{font-size:clamp(2rem,5vw,4.4rem);letter-spacing:.08em}
.wh-design-image-strip .wh-layout-grid{gap:clamp(8px,1.4vw,18px)}.wh-design-image-strip .wh-image img{width:100%;aspect-ratio:3/5;object-fit:cover}.wh-design-image-strip .wh-layout-column:nth-child(even){transform:translateY(clamp(20px,4vw,56px))}
.wh-design-border-only .wh-layout-column{border-top:1px solid var(--wh-color-border);border-bottom:1px solid var(--wh-color-border);padding-block:clamp(20px,3vw,38px)}.wh-design-border-only .wh-layout-column:not(.wh-column-custom-radius-authority){border-radius:0!important}.wh-design-border-only .wh-layout-column:not(.wh-column-custom-background-authority){background-color:transparent!important}.wh-design-border-only .wh-layout-column:not(.wh-column-custom-background-image-authority){background-image:none!important}
.wh-design-no-card .wh-layout-column:not(.wh-column-custom-background-authority),.wh-design-no-card .wh-component:not(.wh-component-custom-background-authority){background-color:transparent!important}.wh-design-no-card .wh-layout-column:not(.wh-column-custom-background-image-authority),.wh-design-no-card .wh-component:not(.wh-component-custom-background-image-authority){background-image:none!important}.wh-design-no-card .wh-layout-column:not(.wh-column-custom-shadow-authority),.wh-design-no-card .wh-component:not(.wh-component-custom-shadow-authority){box-shadow:none!important}.wh-design-no-card .wh-layout-column:not(.wh-column-custom-radius-authority),.wh-design-no-card .wh-component:not(.wh-component-custom-radius-authority){border-radius:0!important}
.wh-design-editorial-cards .wh-layout-column{display:grid;grid-template-columns:minmax(120px,.75fr) minmax(0,1.25fr);gap:clamp(18px,3vw,38px);align-items:center;border-bottom:1px solid var(--wh-color-border);padding-block:clamp(18px,3vw,32px)}
.wh-design-image-dominant .wh-image img{width:100%;aspect-ratio:4/5;object-fit:cover}.wh-design-image-dominant .wh-heading{margin-top:-1.5rem;position:relative;z-index:2;background:var(--wh-color-background);width:min(90%,32rem);padding:18px}
.wh-design-text-dominant .wh-heading h2{font-size:clamp(2.8rem,6vw,6rem);line-height:.95}.wh-design-text-dominant .wh-image{max-width:72%;margin-left:auto;opacity:.9}
.wh-design-numbered{counter-reset:wh-design-item}.wh-design-numbered .wh-layout-column{counter-increment:wh-design-item;position:relative;padding-top:56px;border-top:1px solid var(--wh-color-border)}.wh-design-numbered .wh-layout-column::before{content:counter(wh-design-item,decimal-leading-zero);position:absolute;top:12px;left:0;font:800 1rem/1 var(--wh-font-heading);letter-spacing:.12em;color:var(--wh-color-muted)}
.wh-design-timeline .wh-layout-grid{position:relative}.wh-design-timeline .wh-layout-grid::before{content:"";position:absolute;left:50%;top:0;bottom:0;width:1px;background:var(--wh-color-border)}.wh-design-timeline .wh-layout-column{position:relative;padding:clamp(18px,3vw,36px)}.wh-design-timeline .wh-layout-column::before{content:"";position:absolute;top:32px;width:11px;height:11px;border-radius:50%;background:var(--wh-color-primary);box-shadow:0 0 0 5px var(--wh-color-background)}
.wh-design-poster .wh-layout-column{position:relative;overflow:hidden;min-height:420px;display:flex;align-items:flex-end;background:var(--wh-color-heading);color:var(--wh-color-background);border-radius:0}.wh-design-poster .wh-image{position:absolute;inset:0;z-index:0;margin:0}.wh-design-poster .wh-image img{width:100%;height:100%;object-fit:cover;opacity:.68}.wh-design-poster .wh-heading,.wh-design-poster .wh-text,.wh-design-poster .wh-button{position:relative;z-index:1}
.wh-design-glass .wh-layout-column{backdrop-filter:blur(18px);border:1px solid color-mix(in srgb,var(--wh-color-border,#ddd) 56%,transparent);box-shadow:var(--wh-shadow-md)}.wh-design-glass .wh-layout-column:not(.wh-column-custom-background-authority){background-color:color-mix(in srgb,var(--wh-color-surface,#fff) 72%,transparent)!important}
.wh-design-dark-panel{color:var(--wh-color-background)!important}.wh-design-dark-panel:not(.wh-section-custom-background-authority){background-color:var(--wh-color-heading)!important}.wh-design-dark-panel .wh-component,.wh-design-dark-panel h1,.wh-design-dark-panel h2,.wh-design-dark-panel h3{color:inherit!important}.wh-design-dark-panel .wh-layout-column{border-color:color-mix(in srgb,var(--wh-color-background) 18%,transparent)}
.wh-design-edge-grid>.wh-section-inner{width:100%;max-width:none!important}.wh-design-edge-grid .wh-layout-grid{gap:0}.wh-design-edge-grid .wh-layout-column{border-right:1px solid var(--wh-color-border);padding:clamp(22px,3vw,48px)}
.wh-design-masonry .wh-layout-grid{align-items:start}.wh-design-masonry .wh-layout-column:nth-child(3n+2){transform:translateY(42px)}.wh-design-masonry .wh-layout-column:nth-child(3n){transform:translateY(84px)}
.wh-design-generous{--wh-section-padding:max(var(--wh-global-section-spacing,40px),110px)}.wh-design-generous .wh-layout-grid{gap:clamp(44px,8vw,110px)}.wh-design-generous .wh-text{line-height:2}
.wh-design-compact{--wh-section-padding:min(var(--wh-global-section-spacing,40px),32px)}.wh-design-compact .wh-layout-grid{gap:clamp(12px,2vw,24px)}
.wh-design-editorial-alternating .wh-layout-column:nth-child(even){transform:translateY(clamp(24px,4vw,64px))}
.wh-design-split-content .wh-layout-grid{grid-template-columns:minmax(0,.9fr) minmax(0,1.1fr);align-items:center}
.wh-design-full-media>.wh-section-inner{width:100%;max-width:none!important}.wh-design-full-media .wh-image img,.wh-design-full-media .wh-video{width:100%;max-height:82vh;object-fit:cover}
.wh-design-breakout>.wh-section-inner{width:min(1440px,calc(100% - 32px));max-width:none!important}.wh-design-breakout .wh-layout-column:first-child{margin-left:max(-6vw,-100px)}.wh-design-breakout .wh-layout-column:last-child{margin-right:max(-6vw,-100px)}
.wh-design-centered-narrative .wh-layout-grid{display:block;text-align:center}.wh-design-centered-narrative .wh-component{max-width:760px;margin-inline:auto}.wh-design-centered-narrative .wh-heading{max-width:980px}.wh-design-centered-narrative .wh-heading h2{font-size:clamp(2.6rem,5vw,5.2rem)}
.wh-design-feature-grid .wh-layout-column{border:1px solid var(--wh-color-border);padding:clamp(20px,3vw,34px);background:transparent}.wh-design-feature-grid .wh-layout-column:hover{background:var(--wh-color-surface)}
.wh-design-comparison .wh-layout-column{border-left:1px solid var(--wh-color-border);padding:clamp(18px,3vw,36px)}.wh-design-comparison .wh-layout-column:last-child{background:var(--wh-color-surface)}
.wh-design-stats .wh-counter-number strong{font-size:clamp(3.4rem,8vw,7.8rem);letter-spacing:-.06em}.wh-design-stats .wh-layout-column{border-top:2px solid currentColor;padding-top:18px}
.wh-design-logo-wall .wh-layout-column{display:grid;place-items:center;min-height:120px;filter:grayscale(1);opacity:.72}.wh-design-logo-wall .wh-layout-column:hover{filter:none;opacity:1}
.wh-design-testimonial .wh-quote,.wh-design-testimonial .wh-text{font-size:clamp(1.25rem,2.2vw,2rem);line-height:1.55}.wh-design-testimonial .wh-layout-column{border-left:3px solid var(--wh-color-primary);padding-left:clamp(18px,3vw,34px)}
.wh-design-cta{color:#fff!important}.wh-design-cta:not(.wh-section-custom-background-authority){background-color:var(--wh-color-primary)!important}.wh-design-cta .wh-layout-grid{align-items:center}.wh-design-cta .wh-component,.wh-design-cta h2{color:inherit!important}.wh-design-cta .wh-button a{box-shadow:none}
.wh-design-header-transparent,.wh-design-header-center,.wh-design-header-split,.wh-design-header-dark,.wh-design-commerce-nav,.wh-design-header-sticky{--wh-section-padding:18px;--wh-section-padding-tablet:14px;--wh-section-padding-mobile:12px}.wh-design-header-transparent:not(.wh-section-custom-background-authority){background-color:transparent!important}.wh-design-header-center .wh-layout-grid{text-align:center}.wh-design-header-split .wh-layout-grid{align-items:center}.wh-design-header-dark{color:var(--wh-color-background)!important}.wh-design-header-dark:not(.wh-section-custom-background-authority){background-color:var(--wh-color-heading)!important}.wh-design-commerce-nav{border-bottom:1px solid var(--wh-color-border)}.wh-design-commerce-nav:not(.wh-section-custom-background-authority){background-color:var(--wh-color-surface)!important}.wh-design-header-sticky{position:sticky;top:0;z-index:900;backdrop-filter:blur(14px);border-bottom:1px solid var(--wh-color-border)}.wh-design-header-sticky:not(.wh-section-custom-background-authority){background-color:color-mix(in srgb,var(--wh-color-background) 92%,transparent)!important}
.wh-design-footer-minimal,.wh-design-footer-corporate,.wh-design-footer-editorial,.wh-design-footer-commerce,.wh-design-footer-dark{border-top:1px solid var(--wh-color-border)}.wh-design-footer-minimal{--wh-section-padding:36px}.wh-design-footer-corporate{--wh-section-padding:72px}.wh-design-footer-editorial .wh-heading h2{font-size:clamp(4rem,11vw,10rem);line-height:.8;letter-spacing:-.06em}.wh-design-footer-commerce:not(.wh-section-custom-background-authority){background-color:var(--wh-color-surface)!important}.wh-design-footer-dark{color:var(--wh-color-background)!important}.wh-design-footer-dark:not(.wh-section-custom-background-authority){background-color:var(--wh-color-heading)!important}.wh-design-footer-dark .wh-component,.wh-design-footer-dark h2,.wh-design-footer-dark h3{color:inherit!important}
@media(max-width:900px){.wh-design-editorial-split .wh-layout-grid,.wh-design-asymmetrical .wh-layout-grid,.wh-design-product-first .wh-layout-grid,.wh-design-split-content .wh-layout-grid{grid-template-columns:1fr}.wh-design-overlap .wh-layout-column:last-child,.wh-design-floating-card .wh-layout-column:last-child{margin-left:0;margin-top:-56px}.wh-design-vertical-title .wh-layout-grid{grid-template-columns:1fr}.wh-design-vertical-title .wh-layout-column:first-child .wh-heading{writing-mode:horizontal-tb}.wh-design-timeline .wh-layout-grid::before{left:18px}.wh-design-timeline .wh-layout-column{padding-left:42px}.wh-design-masonry .wh-layout-column:nth-child(n){transform:none}}
@media(max-width:600px){.wh-design-hero-full-bleed{min-height:max(520px,var(--wh-section-min-height))}.wh-design-hero-full-bleed>.wh-section-inner{padding-inline:18px}.wh-design-overlap .wh-layout-column:last-child,.wh-design-floating-card .wh-layout-column:last-child{margin-top:-28px}.wh-design-bento .wh-layout-column:nth-child(n),.wh-design-image-strip .wh-layout-column:nth-child(n){transform:none}.wh-design-editorial-cards .wh-layout-column{grid-template-columns:1fr}.wh-design-breakout .wh-layout-column:first-child,.wh-design-breakout .wh-layout-column:last-child{margin-inline:0}.wh-design-poster .wh-layout-column{min-height:340px}}
@media(prefers-reduced-motion:reduce){.wh-design-asymmetrical .wh-layout-column:last-child,.wh-design-bento .wh-layout-column:nth-child(n),.wh-design-collage .wh-image,.wh-design-image-strip .wh-layout-column:nth-child(n),.wh-design-masonry .wh-layout-column:nth-child(n){transform:none!important}}

/* Phase 9D — safe image treatment presets */
.wh-image-ratio-square .wh-content-image img{aspect-ratio:1/1;object-fit:cover;width:100%}
.wh-image-ratio-landscape-4-3 .wh-content-image img{aspect-ratio:4/3;object-fit:cover;width:100%}
.wh-image-ratio-portrait-3-4 .wh-content-image img{aspect-ratio:3/4;object-fit:cover;width:100%}
.wh-image-ratio-wide-16-9 .wh-content-image img{aspect-ratio:16/9;object-fit:cover;width:100%}
.wh-image-ratio-cinema-21-9 .wh-content-image img{aspect-ratio:21/9;object-fit:cover;width:100%}
.wh-image-shape-rounded .wh-content-image img{border-radius:clamp(18px,3vw,44px)}
.wh-image-shape-organic .wh-content-image img{clip-path:polygon(7% 2%,89% 0,100% 17%,96% 86%,80% 100%,10% 96%,0 75%,2% 15%)}
.wh-image-shape-circle .wh-content-image img{aspect-ratio:1/1;object-fit:cover;border-radius:50%}
.wh-image-shape-arch .wh-content-image img{border-radius:999px 999px 28px 28px}
.wh-image-frame-line .wh-content-image{padding:8px;border:1px solid color-mix(in srgb,var(--wh-color-text,#1f2937) 28%,transparent)}
.wh-image-frame-matte .wh-content-image{padding:clamp(12px,2vw,24px);background:var(--wh-color-surface,#f8fafc);box-shadow:0 16px 48px rgba(15,23,42,.08)}
.wh-image-frame-offset .wh-content-image{position:relative;isolation:isolate}
.wh-image-frame-offset .wh-content-image::before{content:"";position:absolute;inset:10px -10px -10px 10px;border:1px solid currentColor;opacity:.28;z-index:-1}
.wh-image-effect-soft .wh-content-image img{filter:saturate(.88) contrast(.94) brightness(1.04)}
.wh-image-effect-mono .wh-content-image img{filter:grayscale(1) contrast(1.05)}
.wh-image-effect-contrast .wh-content-image img{filter:saturate(1.08) contrast(1.16)}
.wh-image-position-center .wh-content-image img{object-position:center}
.wh-image-position-top .wh-content-image img{object-position:center top}
.wh-image-position-bottom .wh-content-image img{object-position:center bottom}
.wh-image-position-left .wh-content-image img{object-position:left center}
.wh-image-position-right .wh-content-image img{object-position:right center}
@media(max-width:767px){.wh-image-ratio-cinema-21-9 .wh-content-image img{aspect-ratio:16/9}.wh-image-frame-offset .wh-content-image::before{inset:6px -6px -6px 6px}}


/* Phase 10 — Advanced Layout Engine: safe composition primitives */
.wh-column-offset-up-sm{transform:translateY(-24px)}
.wh-column-offset-up-lg{transform:translateY(-64px)}
.wh-column-offset-down-sm{transform:translateY(24px)}
.wh-column-offset-down-lg{transform:translateY(64px)}
.wh-column-sticky{position:sticky;top:96px;align-self:start}
.wh-column-elevated{position:relative;z-index:4}
.wh-composition-bento-feature .wh-layout-grid{grid-auto-flow:dense;align-items:stretch}
.wh-composition-bento-feature .wh-layout-column:first-child{grid-row:span max(2,var(--wh-column-row-span,1))}
.wh-composition-editorial-offset .wh-layout-column:nth-child(even){transform:translateY(56px)}
.wh-composition-staggered .wh-layout-column:nth-child(2n){transform:translateY(38px)}
.wh-composition-staggered .wh-layout-column:nth-child(3n){transform:translateY(-20px)}
.wh-composition-overlap-left,.wh-composition-overlap-right{overflow:clip}
.wh-composition-overlap-left .wh-layout-column:first-child{z-index:3;margin-right:clamp(-100px,-7vw,-36px)}
.wh-composition-overlap-right .wh-layout-column:last-child{z-index:3;margin-left:clamp(-100px,-7vw,-36px)}
.wh-composition-overlap-left .wh-layout-column,.wh-composition-overlap-right .wh-layout-column{align-self:center}
.wh-composition-sticky-story .wh-layout-grid{align-items:start}.wh-composition-sticky-story .wh-layout-column:first-child{position:sticky;top:96px}
.wh-composition-split-screen{padding-inline:0}.wh-composition-split-screen>.wh-section-inner{width:100%;max-width:none!important}.wh-composition-split-screen .wh-layout-grid{gap:0;min-height:max(72vh,var(--wh-section-min-height,0px))}.wh-composition-split-screen .wh-layout-column{display:grid;align-content:center;padding:clamp(28px,6vw,96px)}
.wh-composition-poster-stack .wh-layout-grid{grid-auto-flow:dense}.wh-composition-poster-stack .wh-layout-column{min-height:280px}.wh-composition-poster-stack .wh-layout-column:first-child{grid-row:span 2;min-height:580px}
.wh-composition-breakout-left>.wh-section-inner,.wh-composition-breakout-right>.wh-section-inner{max-width:min(1440px,calc(100% - 28px))!important}.wh-composition-breakout-left .wh-layout-column:first-child{margin-left:clamp(-120px,-7vw,-36px)}.wh-composition-breakout-right .wh-layout-column:last-child{margin-right:clamp(-120px,-7vw,-36px)}
.wh-decor-soft-glow,.wh-decor-mesh,.wh-decor-grid-lines,.wh-decor-orbit,.wh-decor-gradient-band{position:relative;isolation:isolate;overflow:clip}.wh-decor-soft-glow>.wh-section-inner,.wh-decor-mesh>.wh-section-inner,.wh-decor-grid-lines>.wh-section-inner,.wh-decor-orbit>.wh-section-inner,.wh-decor-gradient-band>.wh-section-inner{position:relative;z-index:1}
.wh-decor-soft-glow::before{content:"";position:absolute;width:min(46vw,620px);aspect-ratio:1;border-radius:50%;right:-12%;top:-38%;background:color-mix(in srgb,var(--wh-color-primary,#6d5dfc) 28%,transparent);filter:blur(70px);opacity:.55;pointer-events:none}
.wh-decor-mesh::before{content:"";position:absolute;inset:-20%;background:radial-gradient(circle at 20% 20%,color-mix(in srgb,var(--wh-color-primary,#6d5dfc) 22%,transparent),transparent 34%),radial-gradient(circle at 82% 36%,color-mix(in srgb,var(--wh-color-accent,#f59e0b) 20%,transparent),transparent 30%);filter:blur(28px);pointer-events:none}
.wh-decor-grid-lines::before{content:"";position:absolute;inset:0;background-image:linear-gradient(to right,color-mix(in srgb,currentColor 8%,transparent) 1px,transparent 1px),linear-gradient(to bottom,color-mix(in srgb,currentColor 8%,transparent) 1px,transparent 1px);background-size:44px 44px;mask-image:linear-gradient(to bottom,black,transparent 88%);pointer-events:none}
.wh-decor-orbit::before{content:"";position:absolute;width:min(52vw,720px);aspect-ratio:1;border:1px solid color-mix(in srgb,currentColor 12%,transparent);border-radius:50%;right:-14%;top:-24%;box-shadow:0 0 0 70px color-mix(in srgb,currentColor 4%,transparent),0 0 0 140px color-mix(in srgb,currentColor 3%,transparent);pointer-events:none}
.wh-decor-gradient-band::before{content:"";position:absolute;left:-10%;right:-10%;top:35%;height:32%;transform:rotate(-5deg);background:linear-gradient(90deg,transparent,color-mix(in srgb,var(--wh-color-primary,#6d5dfc) 16%,transparent),color-mix(in srgb,var(--wh-color-accent,#f59e0b) 12%,transparent),transparent);filter:blur(18px);pointer-events:none}
@media(max-width:1023px){.wh-composition-editorial-offset .wh-layout-column:nth-child(n),.wh-composition-staggered .wh-layout-column:nth-child(n),.wh-composition-overlap-left .wh-layout-column:first-child,.wh-composition-overlap-right .wh-layout-column:last-child,.wh-composition-breakout-left .wh-layout-column:first-child,.wh-composition-breakout-right .wh-layout-column:last-child{margin:0;transform:none}.wh-composition-sticky-story .wh-layout-column:first-child{position:relative;top:auto}.wh-composition-poster-stack .wh-layout-column:first-child{min-height:360px}.wh-composition-split-screen .wh-layout-grid{min-height:0}.wh-composition-split-screen .wh-layout-column{padding:clamp(24px,5vw,52px)}}
@media(prefers-reduced-motion:reduce){.wh-column-offset-up-sm,.wh-column-offset-up-lg,.wh-column-offset-down-sm,.wh-column-offset-down-lg,.wh-composition-editorial-offset .wh-layout-column,.wh-composition-staggered .wh-layout-column{transform:none!important}}

/* Roadmap Phase 11 — Motion & Interaction Design */
html.wh-motion-ready [data-wh-animate]{transition-timing-function:var(--wh-motion-easing,cubic-bezier(.2,.7,.2,1))}
html.wh-motion-ready [data-wh-animate="blur-up"]{transform:translateY(var(--wh-motion-distance,24px));filter:blur(14px)}
html.wh-motion-ready [data-wh-animate="clip-up"],html.wh-motion-ready [data-wh-animate="text-reveal"]{clip-path:inset(100% 0 0 0)}
html.wh-motion-ready [data-wh-animate="blur-up"].wh-motion-visible{filter:none}
html.wh-motion-ready [data-wh-animate="clip-up"].wh-motion-visible,html.wh-motion-ready [data-wh-animate="text-reveal"].wh-motion-visible{clip-path:inset(0 0 0 0)}
[data-wh-parallax]{translate:0 var(--wh-parallax-offset,0px)}
@media (hover:hover) and (pointer:fine){
  [data-wh-hover]{transition:transform calc(220ms * var(--wh-motion-duration-scale,1)) ease,box-shadow calc(220ms * var(--wh-motion-duration-scale,1)) ease,filter calc(220ms * var(--wh-motion-duration-scale,1)) ease}
  [data-wh-hover="lift"]:hover{transform:translateY(calc(-6px * var(--wh-motion-hover-runtime-scale,1)))}
  [data-wh-hover="zoom"]:hover{transform:scale(calc(1 + .025 * var(--wh-motion-hover-runtime-scale,1)))}
  [data-wh-hover="tilt"]:hover{transform:perspective(900px) rotateX(calc(1.8deg * var(--wh-motion-hover-runtime-scale,1))) rotateY(calc(-2.4deg * var(--wh-motion-hover-runtime-scale,1))) translateY(-2px)}
  [data-wh-hover="glow"]:hover{box-shadow:0 18px 48px color-mix(in srgb,var(--wh-color-primary,#5f4b9b) 26%,transparent)}
  [data-wh-hover="image-zoom"]{overflow:hidden}
  [data-wh-hover="image-zoom"] img{transition:transform calc(520ms * var(--wh-motion-duration-scale,1)) cubic-bezier(.22,1,.36,1)}
  [data-wh-hover="image-zoom"]:hover img{transform:scale(calc(1 + .055 * var(--wh-motion-hover-runtime-scale,1)))}
}
.wh-progress{display:grid;gap:10px;width:100%}.wh-progress-head{display:flex;justify-content:space-between;gap:16px;align-items:baseline}.wh-progress-label{font-weight:700}.wh-progress-value{font-variant-numeric:tabular-nums;font-size:.9em;opacity:.75}.wh-progress-track{height:var(--wh-progress-height,10px);overflow:hidden;border-radius:999px;background:color-mix(in srgb,var(--wh-color-border,#e2e8f0) 65%,transparent)}.wh-progress-fill{display:block;width:var(--wh-progress-value,0%);height:100%;border-radius:inherit;background:var(--wh-progress-color,var(--wh-color-primary,#5f4b9b));transform-origin:left center;transform:scaleX(0)}.wh-progress.is-visible .wh-progress-fill{transform:scaleX(1);transition:transform calc(var(--wh-progress-duration,1000ms) * var(--wh-motion-duration-scale,1)) cubic-bezier(.22,1,.36,1)}
.wh-marquee{width:100%;overflow:hidden;mask-image:linear-gradient(90deg,transparent,#000 7%,#000 93%,transparent)}.wh-marquee-track{display:flex;width:max-content;gap:var(--wh-marquee-gap,42px);animation:wh-marquee-scroll calc(var(--wh-marquee-duration,24s) * var(--wh-motion-duration-scale,1)) linear infinite}.wh-marquee:hover .wh-marquee-track{animation-play-state:var(--wh-marquee-hover-state,running)}.wh-marquee-item{display:inline-flex;align-items:center;white-space:nowrap;font-size:var(--wh-marquee-size,28px);font-weight:700;letter-spacing:.02em}.wh-marquee-separator{opacity:.35}.wh-marquee.is-reverse .wh-marquee-track{animation-direction:reverse}@keyframes wh-marquee-scroll{to{transform:translateX(calc(-50% - var(--wh-marquee-gap,42px)/2))}}
@media(max-width:767px){[data-wh-parallax]{translate:none!important}.wh-marquee-item{font-size:min(var(--wh-marquee-size,28px),24px)}}
@media(prefers-reduced-motion:reduce){[data-wh-parallax]{translate:none!important}[data-wh-hover],[data-wh-hover] img{transition:none!important;transform:none!important}.wh-progress-fill{transform:scaleX(1)!important;transition:none!important}.wh-marquee-track{animation:none!important;transform:none!important;flex-wrap:wrap;width:auto}}
.wh-carousel[data-wh-carousel-transition="slide"] .wh-carousel-slide{opacity:1;visibility:visible;transform:translateX(100%);transition:transform calc(.55s * var(--wh-motion-duration-scale,1)) cubic-bezier(.22,1,.36,1)}.wh-carousel[data-wh-carousel-transition="slide"] .wh-carousel-slide.is-active{transform:translateX(0);z-index:2}.wh-carousel[data-wh-carousel-transition="slide"] .wh-carousel-slide.is-leaving{transform:translateX(-100%);z-index:1}.wh-carousel[data-wh-carousel-transition="zoom"] .wh-carousel-slide{transition:opacity calc(.6s * var(--wh-motion-duration-scale,1)) ease,transform calc(.8s * var(--wh-motion-duration-scale,1)) cubic-bezier(.22,1,.36,1);transform:scale(1.06)}.wh-carousel[data-wh-carousel-transition="zoom"] .wh-carousel-slide.is-active{transform:scale(1)}
html.wh-motion-disabled [data-wh-hover],html.wh-motion-disabled [data-wh-hover]:hover{transform:none!important;box-shadow:inherit!important;filter:none!important;transition:none!important}html.wh-motion-disabled [data-wh-hover] img{transform:none!important;transition:none!important}html.wh-motion-disabled .wh-marquee-track{animation:none!important;transform:none!important;flex-wrap:wrap;width:auto}html.wh-motion-disabled .wh-progress-fill{transform:scaleX(1)!important;transition:none!important}

/* Visual Fidelity Phase 2 foundation: component composition */
.wh-layout-column{position:relative}
.wh-component.wh-display-inline{display:inline-flex;vertical-align:middle;width:auto}
.wh-layout-column>.wh-component.wh-display-inline+.wh-component.wh-display-inline{margin-top:0;margin-left:var(--wh-component-gap,16px)}
.wh-component.wh-position-relative{position:relative;z-index:var(--wh-component-z-index,0);translate:var(--wh-component-offset-x,0) var(--wh-component-offset-y,0)}
.wh-component.wh-position-absolute{position:absolute;z-index:var(--wh-component-z-index,1);margin:0!important}
.wh-component.wh-position-absolute.wh-anchor-top-left{top:0;left:0;translate:var(--wh-component-offset-x,0) var(--wh-component-offset-y,0)}
.wh-component.wh-position-absolute.wh-anchor-top-right{top:0;right:0;translate:var(--wh-component-offset-x,0) var(--wh-component-offset-y,0)}
.wh-component.wh-position-absolute.wh-anchor-bottom-left{bottom:0;left:0;translate:var(--wh-component-offset-x,0) var(--wh-component-offset-y,0)}
.wh-component.wh-position-absolute.wh-anchor-bottom-right{bottom:0;right:0;translate:var(--wh-component-offset-x,0) var(--wh-component-offset-y,0)}
.wh-component.wh-position-absolute.wh-anchor-center{top:50%;left:50%;translate:calc(-50% + var(--wh-component-offset-x,0)) calc(-50% + var(--wh-component-offset-y,0))}
.wh-component.wh-position-absolute.wh-anchor-free{top:var(--wh-component-offset-y,0);left:var(--wh-component-offset-x,0);right:auto;bottom:auto;translate:none}
.wh-component.wh-hover-lift,.wh-component.wh-hover-zoom{transition:transform .28s ease,box-shadow .28s ease}
.wh-component.wh-hover-lift:hover{transform:translateY(-6px);box-shadow:var(--wh-shadow-md,0 10px 30px rgba(0,0,0,.12))}
.wh-component.wh-hover-zoom{overflow:hidden}.wh-component.wh-hover-zoom:hover{transform:scale(1.025)}
@media(max-width:1023px){
  .wh-component.wh-position-absolute{position:relative!important;inset:auto!important;translate:none!important;margin-top:var(--wh-component-margin-top-tablet,var(--wh-component-margin-top,0))!important;margin-bottom:var(--wh-component-margin-bottom-tablet,var(--wh-component-margin-bottom,0))!important}
  .wh-component.wh-position-relative{translate:none!important}
}
@media(max-width:600px){.wh-component.wh-display-inline{display:flex;width:100%}.wh-layout-column>.wh-component.wh-display-inline+.wh-component.wh-display-inline{margin-left:0;margin-top:var(--wh-component-gap-mobile,12px)}}

/* v0.18.231 Visual Fidelity Phase 2B — composition context, free-form grid and typography */
.wh-layout-column{position:relative;min-height:var(--wh-column-min-height,0);overflow:var(--wh-column-overflow,visible)}
.wh-layout-column.wh-column-manual-start{grid-column-start:var(--wh-column-grid-start)}
.wh-column-hover-lift,.wh-column-hover-zoom{transition:transform .28s ease,box-shadow .28s ease}
.wh-column-hover-lift:hover{transform:translateY(-7px);box-shadow:var(--wh-shadow-md,0 10px 30px rgba(0,0,0,.12))}
.wh-column-hover-zoom{overflow:hidden}
.wh-column-hover-zoom:hover{transform:scale(1.018)}
.wh-column-overflow-hidden{overflow:hidden}.wh-column-overflow-clip{overflow:clip}.wh-column-overflow-visible{overflow:visible}
.wh-image-overlay-soft-bottom .wh-content-image,.wh-image-overlay-strong-bottom .wh-content-image,.wh-image-overlay-full-dark .wh-content-image{position:relative;overflow:hidden}
.wh-image-overlay-soft-bottom .wh-content-image::after,.wh-image-overlay-strong-bottom .wh-content-image::after,.wh-image-overlay-full-dark .wh-content-image::after{content:"";position:absolute;inset:0;pointer-events:none}
.wh-image-overlay-soft-bottom .wh-content-image::after{background:linear-gradient(to bottom,transparent 48%,rgba(0,0,0,.52))}
.wh-image-overlay-strong-bottom .wh-content-image::after{background:linear-gradient(to bottom,transparent 28%,rgba(0,0,0,.78))}
.wh-image-overlay-full-dark .wh-content-image::after{background:rgba(0,0,0,.4)}
.wh-component-custom-typography,.wh-component-custom-typography h1,.wh-component-custom-typography h2,.wh-component-custom-typography h3,.wh-component-custom-typography h4,.wh-component-custom-typography h5,.wh-component-custom-typography h6,.wh-component-custom-typography .wh-text-content,.wh-component-custom-typography .wh-richtext-content,.wh-component-custom-typography p,.wh-component-custom-typography a,.wh-component-custom-typography span{font-family:var(--wh-component-font-family,inherit)!important;font-style:var(--wh-component-font-style,normal)!important;text-transform:var(--wh-component-text-transform,none)!important;text-wrap:var(--wh-component-text-wrap,normal)}
@media(min-width:768px) and (max-width:1023px){.wh-component-custom-typography,.wh-component-custom-typography h1,.wh-component-custom-typography h2,.wh-component-custom-typography h3,.wh-component-custom-typography h4,.wh-component-custom-typography h5,.wh-component-custom-typography h6,.wh-component-custom-typography .wh-text-content,.wh-component-custom-typography .wh-richtext-content,.wh-component-custom-typography p,.wh-component-custom-typography a,.wh-component-custom-typography span{line-height:var(--wh-component-line-height-tablet,var(--wh-component-line-height))!important}.wh-layout-column{grid-column:auto!important;min-height:0!important}}
@media(max-width:767px){.wh-component-custom-typography,.wh-component-custom-typography h1,.wh-component-custom-typography h2,.wh-component-custom-typography h3,.wh-component-custom-typography h4,.wh-component-custom-typography h5,.wh-component-custom-typography h6,.wh-component-custom-typography .wh-text-content,.wh-component-custom-typography .wh-richtext-content,.wh-component-custom-typography p,.wh-component-custom-typography a,.wh-component-custom-typography span{line-height:var(--wh-component-line-height-mobile,var(--wh-component-line-height))!important}.wh-layout-column{grid-column:auto!important;min-height:0!important}}


/* v0.18.232 Visual Fidelity Phase 2C — local design tokens and precise button styling */
.wh-button-custom-background .wh-button{background-color:var(--wh-button-background)!important}
.wh-button-custom-color .wh-button{color:var(--wh-button-color)!important}
.wh-button-custom-border .wh-button{border-color:var(--wh-button-border-color)!important}
.wh-button-custom-shadow .wh-button{box-shadow:var(--wh-button-shadow)!important}
.wh-button-custom-radius .wh-button{border-radius:var(--wh-button-radius)!important}
.wh-button-custom-padding .wh-button{padding:var(--wh-button-padding-y,12px) var(--wh-button-padding-x,24px)!important}
.wh-button-custom-hover-background .wh-button:hover{background:var(--wh-button-hover-background)!important}
.wh-button-custom-hover-color .wh-button:hover{color:var(--wh-button-hover-color)!important}
.wh-button-custom-shadow.wh-hover-lift:hover{box-shadow:none}
.wh-section .wh-content-button.wh-button-center{justify-content:center}
.wh-section .wh-content-button.wh-button-right{justify-content:flex-end}


/* v0.18.233 Visual Style Authority */
.wh-button-wrapper-neutral{background:transparent!important;border:0!important;border-radius:0!important;box-shadow:none!important}
.wh-button-component-align-left{display:block;width:100%}.wh-button-component-align-left>.wh-content-button{justify-content:flex-start;width:100%}
.wh-button-component-align-center{display:block!important;width:100%!important}.wh-button-component-align-center>.wh-content-button{justify-content:center!important;width:100%}
.wh-button-component-align-right{display:block;width:100%}.wh-button-component-align-right>.wh-content-button{justify-content:flex-end!important;width:100%}
.wh-section.wh-section-custom-background-authority{background-color:var(--wh-section-background)!important}
.wh-layout-column.wh-column-custom-background-authority{background-color:var(--wh-column-background)!important}
.wh-component.wh-component-custom-background-authority{background-color:var(--wh-component-background)!important}

.wh-layout-column.wh-column-custom-border-authority{border-style:var(--wh-column-border-style,solid)!important;border-color:var(--wh-column-border-color,transparent)!important;border-top-width:var(--wh-column-border-top-width,var(--wh-column-border-width,0))!important;border-right-width:var(--wh-column-border-right-width,var(--wh-column-border-width,0))!important;border-bottom-width:var(--wh-column-border-bottom-width,var(--wh-column-border-width,0))!important;border-left-width:var(--wh-column-border-left-width,var(--wh-column-border-width,0))!important}
.wh-layout-column.wh-column-custom-radius-authority{border-radius:var(--wh-column-radius)!important}
.wh-layout-column.wh-column-custom-shadow-authority{box-shadow:var(--wh-column-shadow)!important}
.wh-component.wh-component-custom-border-authority{border-style:var(--wh-component-border-style,solid)!important;border-color:var(--wh-component-border-color,transparent)!important;border-top-width:var(--wh-component-border-top-width,var(--wh-component-border-width,0))!important;border-right-width:var(--wh-component-border-right-width,var(--wh-component-border-width,0))!important;border-bottom-width:var(--wh-component-border-bottom-width,var(--wh-component-border-width,0))!important;border-left-width:var(--wh-component-border-left-width,var(--wh-component-border-width,0))!important}
.wh-component.wh-component-custom-radius-authority{border-radius:var(--wh-component-radius-authority)!important}
.wh-component.wh-component-custom-shadow-authority{box-shadow:var(--wh-component-shadow)!important}
/* Explicit VB2 button styles are final authority over Theme presets. */
.wh-button-component.wh-button-custom-background .wh-button{background-color:var(--wh-button-background)!important}
.wh-button-component.wh-button-custom-color .wh-button{color:var(--wh-button-color)!important}
.wh-button-component.wh-button-custom-border .wh-button{border-color:var(--wh-button-border-color)!important}
.wh-button-component.wh-button-custom-shadow .wh-button{box-shadow:var(--wh-button-shadow)!important}
.wh-button-component.wh-button-custom-radius .wh-button{border-radius:var(--wh-button-radius)!important}
.wh-button-component.wh-button-custom-padding .wh-button{padding:var(--wh-button-padding-y,12px) var(--wh-button-padding-x,24px)!important}
.wh-button-component.wh-button-custom-hover-background .wh-button:hover{background:var(--wh-button-hover-background)!important}
.wh-button-component.wh-button-custom-hover-color .wh-button:hover{color:var(--wh-button-hover-color)!important}

.wh-faq-accordion{display:grid;gap:16px;width:100%}
.wh-faq-item{overflow:hidden;border:1px solid var(--wh-color-border,#e4d4bd);border-radius:18px;background:var(--wh-color-surface,#fff);transition:border-color .2s ease,box-shadow .2s ease}
.wh-faq-item[open]{box-shadow:0 8px 26px rgba(58,43,31,.04)}
.wh-faq-item summary{display:flex;min-height:76px;padding:22px 28px;align-items:center;justify-content:space-between;gap:20px;cursor:pointer;list-style:none;color:var(--wh-color-heading,#2d2925);font-weight:700;font-size:clamp(16px,1.45vw,19px)}
.wh-faq-item summary::-webkit-details-marker{display:none}
.wh-faq-item summary i{position:relative;display:block;width:14px;height:14px;flex:0 0 14px}
.wh-faq-item summary i::before,.wh-faq-item summary i::after{content:"";position:absolute;top:6px;width:8px;height:1.5px;background:var(--wh-color-primary,#a9835c);transition:transform .22s ease}
.wh-faq-item summary i::before{left:0;transform:rotate(45deg)}.wh-faq-item summary i::after{right:0;transform:rotate(-45deg)}
.wh-faq-item[open] summary i::before{transform:rotate(-45deg)}.wh-faq-item[open] summary i::after{transform:rotate(45deg)}
.wh-faq-answer{padding:0 28px 26px;color:var(--wh-color-text,#6f665d);font-size:15px;line-height:1.9}
@media(max-width:767px){.wh-faq-accordion{gap:12px}.wh-faq-item summary{min-height:64px;padding:18px 20px}.wh-faq-answer{padding:0 20px 20px}}

/* v0.18.236 Editor/Runtime parity: floating elements must not be clipped by their composition column. */
.wh-layout-column.wh-column-has-floating{overflow:visible!important}
.wh-layout-column.wh-column-has-floating{clip-path:none!important;contain:layout style!important}

.wh-section.wh-section-custom-background-image-authority{background-image:var(--wh-section-background-image,none)!important;background-position:var(--wh-section-background-position,center)!important;background-size:var(--wh-section-background-size,cover)!important;background-repeat:var(--wh-section-background-repeat,no-repeat)!important;background-attachment:var(--wh-section-background-attachment,scroll)!important}

/* v0.18.239 Final Style Authority Phase 1
 * Centralized explicit-style authority layer.
 * Priority: VB2 explicit style > Design Preset > Theme > system fallback.
 * Keep this layer after preset rules so legacy selectors cannot silently reclaim control.
 */
.wh-component-custom-typography,
.wh-component-custom-typography :is(h1,h2,h3,h4,h5,h6,p,a,span,strong,b,small,em,i,li,dt,dd,blockquote,figcaption,label,summary,button,input,textarea),
.wh-component-custom-typography :is(.wh-text-content,.wh-richtext-content,.wh-counter-number,.wh-faq-answer){
  font-size:var(--wh-component-font-size)!important;
  line-height:var(--wh-component-line-height)!important;
  font-weight:var(--wh-component-font-weight)!important;
  letter-spacing:var(--wh-component-letter-spacing)!important;
  font-family:var(--wh-component-font-family,inherit)!important;
  font-style:var(--wh-component-font-style,normal)!important;
  text-transform:var(--wh-component-text-transform,none)!important;
  text-wrap:var(--wh-component-text-wrap,normal);
}
.wh-component-custom-color-authority,
.wh-component-custom-color-authority :is(h1,h2,h3,h4,h5,h6,p,a,span,strong,b,small,em,li,dt,dd,blockquote,figcaption,label,summary,.wh-text-content,.wh-richtext-content,.wh-counter-number,.wh-faq-answer){
  color:var(--wh-component-color)!important;
}
/* FAQ arrow participates in explicit component color authority instead of keeping a preset accent. */
.wh-faq_accordion.wh-component-custom-color-authority .wh-faq-item summary i::before,
.wh-faq_accordion.wh-component-custom-color-authority .wh-faq-item summary i::after{
  background:var(--wh-component-color)!important;
}
/* Button border controls are mapped to the real inner anchor; wrapper remains layout-only. */
.wh-button-component.wh-button-custom-border-none .wh-button{border-width:0!important;border-style:none!important}
.wh-button-component.wh-button-custom-border-geometry .wh-button{
  border-width:var(--wh-component-border-width)!important;
  border-style:var(--wh-component-border-style)!important;
  border-color:var(--wh-button-border-color,currentColor)!important;
}
/* Design-preset column chrome may provide defaults, but explicit VB2 modes are final. */
.wh-design-poster .wh-layout-column.wh-column-custom-background-authority,
.wh-design-stats .wh-layout-column.wh-column-custom-background-authority{background-color:var(--wh-column-background)!important}
.wh-design-poster .wh-layout-column.wh-column-custom-border-authority,
.wh-design-stats .wh-layout-column.wh-column-custom-border-authority{border-width:var(--wh-column-border-width)!important;border-color:var(--wh-column-border-color)!important}
.wh-design-poster .wh-layout-column.wh-column-custom-radius-authority,
.wh-design-stats .wh-layout-column.wh-column-custom-radius-authority{border-radius:var(--wh-column-radius)!important}
.wh-design-poster .wh-layout-column.wh-column-custom-shadow-authority,
.wh-design-stats .wh-layout-column.wh-column-custom-shadow-authority{box-shadow:var(--wh-column-shadow)!important}
@media(min-width:768px) and (max-width:1023px){
  .wh-component-custom-typography,
  .wh-component-custom-typography :is(h1,h2,h3,h4,h5,h6,p,a,span,strong,b,small,em,i,li,dt,dd,blockquote,figcaption,label,summary,button,input,textarea),
  .wh-component-custom-typography :is(.wh-text-content,.wh-richtext-content,.wh-counter-number,.wh-faq-answer){font-size:var(--wh-component-font-size-tablet,var(--wh-component-font-size))!important;line-height:var(--wh-component-line-height-tablet,var(--wh-component-line-height))!important;font-weight:var(--wh-component-font-weight-tablet,var(--wh-component-font-weight,inherit))!important;letter-spacing:var(--wh-component-letter-spacing-tablet,var(--wh-component-letter-spacing,normal))!important;word-spacing:var(--wh-component-word-spacing-tablet,var(--wh-component-word-spacing,normal))!important}
}
@media(max-width:767px){
  .wh-component-custom-typography,
  .wh-component-custom-typography :is(h1,h2,h3,h4,h5,h6,p,a,span,strong,b,small,em,i,li,dt,dd,blockquote,figcaption,label,summary,button,input,textarea),
  .wh-component-custom-typography :is(.wh-text-content,.wh-richtext-content,.wh-counter-number,.wh-faq-answer){font-size:var(--wh-component-font-size-mobile,var(--wh-component-font-size-tablet,var(--wh-component-font-size)))!important;line-height:var(--wh-component-line-height-mobile,var(--wh-component-line-height-tablet,var(--wh-component-line-height)))!important;font-weight:var(--wh-component-font-weight-mobile,var(--wh-component-font-weight-tablet,var(--wh-component-font-weight,inherit)))!important;letter-spacing:var(--wh-component-letter-spacing-mobile,var(--wh-component-letter-spacing-tablet,var(--wh-component-letter-spacing,normal)))!important;word-spacing:var(--wh-component-word-spacing-mobile,var(--wh-component-word-spacing-tablet,var(--wh-component-word-spacing,normal)))!important}
}

/* v0.18.242 Style Architecture Phase 2 — Position/Motion transform isolation
 * Position offsets use the independent CSS translate property. Motion/hover may use transform
 * without replacing the component's anchor coordinate system. Core positioning stays structural. */

/* v0.18.244 capability background-image authority */
.wh-layout-column.wh-column-custom-background-image-authority{background-image:var(--wh-column-background-image,none)!important;background-position:var(--wh-column-background-position,center)!important;background-size:var(--wh-column-background-size,cover)!important;background-repeat:var(--wh-column-background-repeat,no-repeat)!important;background-attachment:var(--wh-column-background-attachment,scroll)!important}
.wh-component.wh-component-custom-background-image-authority{background-image:var(--wh-component-background-image,none)!important;background-position:var(--wh-component-background-position,center)!important;background-size:var(--wh-component-background-size,cover)!important;background-repeat:var(--wh-component-background-repeat,no-repeat)!important;background-attachment:var(--wh-component-background-attachment,scroll)!important}
/* v0.18.266 Canonical responsive authority: explicit breakpoint backgrounds must outrank base authority. */
@media(max-width:1023px){
  .wh-section.wh-section-custom-background-authority{background-color:var(--wh-section-background-tablet,var(--wh-section-background,var(--wh-color-background,#FFFFFF)))!important}
  .wh-section.wh-section-custom-background-image-authority{background-image:var(--wh-section-background-image-tablet,var(--wh-section-background-image,none))!important;background-position:var(--wh-section-background-position-tablet,var(--wh-section-background-position,center))!important;background-size:var(--wh-section-background-size-tablet,var(--wh-section-background-size,cover))!important;background-repeat:var(--wh-section-background-repeat-tablet,var(--wh-section-background-repeat,no-repeat))!important;background-attachment:var(--wh-section-background-attachment-tablet,var(--wh-section-background-attachment,scroll))!important}
  .wh-layout-column.wh-column-custom-background-authority{background-color:var(--wh-column-background-tablet,var(--wh-column-background,transparent))!important}
  .wh-layout-column.wh-column-custom-background-image-authority{background-image:var(--wh-column-background-image-tablet,var(--wh-column-background-image,none))!important;background-position:var(--wh-column-background-position-tablet,var(--wh-column-background-position,center))!important;background-size:var(--wh-column-background-size-tablet,var(--wh-column-background-size,cover))!important;background-repeat:var(--wh-column-background-repeat-tablet,var(--wh-column-background-repeat,no-repeat))!important;background-attachment:var(--wh-column-background-attachment-tablet,var(--wh-column-background-attachment,scroll))!important}
  .wh-layout-column.wh-column-custom-border-authority{border-style:var(--wh-column-border-style-tablet,var(--wh-column-border-style,solid))!important;border-color:var(--wh-column-border-color-tablet,var(--wh-column-border-color,transparent))!important;border-top-width:var(--wh-column-border-top-width-tablet,var(--wh-column-border-width-tablet,var(--wh-column-border-top-width,var(--wh-column-border-width,0))))!important;border-right-width:var(--wh-column-border-right-width-tablet,var(--wh-column-border-width-tablet,var(--wh-column-border-right-width,var(--wh-column-border-width,0))))!important;border-bottom-width:var(--wh-column-border-bottom-width-tablet,var(--wh-column-border-width-tablet,var(--wh-column-border-bottom-width,var(--wh-column-border-width,0))))!important;border-left-width:var(--wh-column-border-left-width-tablet,var(--wh-column-border-width-tablet,var(--wh-column-border-left-width,var(--wh-column-border-width,0))))!important}
  .wh-layout-column.wh-column-custom-radius-authority{border-radius:var(--wh-column-radius-tablet,var(--wh-column-radius,0))!important}
  .wh-layout-column.wh-column-custom-shadow-authority{box-shadow:var(--wh-column-shadow-tablet,var(--wh-column-shadow,none))!important}
  .wh-component.wh-component-custom-background-authority{background-color:var(--wh-component-background-tablet,var(--wh-component-background,transparent))!important}
  .wh-component.wh-component-custom-background-image-authority{background-image:var(--wh-component-background-image-tablet,var(--wh-component-background-image,none))!important;background-position:var(--wh-component-background-position-tablet,var(--wh-component-background-position,center))!important;background-size:var(--wh-component-background-size-tablet,var(--wh-component-background-size,cover))!important;background-repeat:var(--wh-component-background-repeat-tablet,var(--wh-component-background-repeat,no-repeat))!important;background-attachment:var(--wh-component-background-attachment-tablet,var(--wh-component-background-attachment,scroll))!important}
}
@media(max-width:767px){
  .wh-section.wh-section-custom-background-authority{background-color:var(--wh-section-background-mobile,var(--wh-section-background-tablet,var(--wh-section-background,var(--wh-color-background,#FFFFFF))))!important}
  .wh-section.wh-section-custom-background-image-authority{background-image:var(--wh-section-background-image-mobile,var(--wh-section-background-image-tablet,var(--wh-section-background-image,none)))!important;background-position:var(--wh-section-background-position-mobile,var(--wh-section-background-position-tablet,var(--wh-section-background-position,center)))!important;background-size:var(--wh-section-background-size-mobile,var(--wh-section-background-size-tablet,var(--wh-section-background-size,cover)))!important;background-repeat:var(--wh-section-background-repeat-mobile,var(--wh-section-background-repeat-tablet,var(--wh-section-background-repeat,no-repeat)))!important;background-attachment:var(--wh-section-background-attachment-mobile,var(--wh-section-background-attachment-tablet,var(--wh-section-background-attachment,scroll)))!important}
  .wh-layout-column.wh-column-custom-background-authority{background-color:var(--wh-column-background-mobile,var(--wh-column-background-tablet,var(--wh-column-background,transparent)))!important}
  .wh-layout-column.wh-column-custom-background-image-authority{background-image:var(--wh-column-background-image-mobile,var(--wh-column-background-image-tablet,var(--wh-column-background-image,none)))!important;background-position:var(--wh-column-background-position-mobile,var(--wh-column-background-position-tablet,var(--wh-column-background-position,center)))!important;background-size:var(--wh-column-background-size-mobile,var(--wh-column-background-size-tablet,var(--wh-column-background-size,cover)))!important;background-repeat:var(--wh-column-background-repeat-mobile,var(--wh-column-background-repeat-tablet,var(--wh-column-background-repeat,no-repeat)))!important;background-attachment:var(--wh-column-background-attachment-mobile,var(--wh-column-background-attachment-tablet,var(--wh-column-background-attachment,scroll)))!important}
  .wh-layout-column.wh-column-custom-border-authority{border-style:var(--wh-column-border-style-mobile,var(--wh-column-border-style-tablet,var(--wh-column-border-style,solid)))!important;border-color:var(--wh-column-border-color-mobile,var(--wh-column-border-color-tablet,var(--wh-column-border-color,transparent)))!important;border-top-width:var(--wh-column-border-top-width-mobile,var(--wh-column-border-width-mobile,var(--wh-column-border-top-width-tablet,var(--wh-column-border-width-tablet,var(--wh-column-border-top-width,var(--wh-column-border-width,0))))))!important;border-right-width:var(--wh-column-border-right-width-mobile,var(--wh-column-border-width-mobile,var(--wh-column-border-right-width-tablet,var(--wh-column-border-width-tablet,var(--wh-column-border-right-width,var(--wh-column-border-width,0))))))!important;border-bottom-width:var(--wh-column-border-bottom-width-mobile,var(--wh-column-border-width-mobile,var(--wh-column-border-bottom-width-tablet,var(--wh-column-border-width-tablet,var(--wh-column-border-bottom-width,var(--wh-column-border-width,0))))))!important;border-left-width:var(--wh-column-border-left-width-mobile,var(--wh-column-border-width-mobile,var(--wh-column-border-left-width-tablet,var(--wh-column-border-width-tablet,var(--wh-column-border-left-width,var(--wh-column-border-width,0))))))!important}
  .wh-layout-column.wh-column-custom-radius-authority{border-radius:var(--wh-column-radius-mobile,var(--wh-column-radius-tablet,var(--wh-column-radius,0)))!important}
  .wh-layout-column.wh-column-custom-shadow-authority{box-shadow:var(--wh-column-shadow-mobile,var(--wh-column-shadow-tablet,var(--wh-column-shadow,none)))!important}
  .wh-component.wh-component-custom-background-authority{background-color:var(--wh-component-background-mobile,var(--wh-component-background-tablet,var(--wh-component-background,transparent)))!important}
  .wh-component.wh-component-custom-background-image-authority{background-image:var(--wh-component-background-image-mobile,var(--wh-component-background-image-tablet,var(--wh-component-background-image,none)))!important;background-position:var(--wh-component-background-position-mobile,var(--wh-component-background-position-tablet,var(--wh-component-background-position,center)))!important;background-size:var(--wh-component-background-size-mobile,var(--wh-component-background-size-tablet,var(--wh-component-background-size,cover)))!important;background-repeat:var(--wh-component-background-repeat-mobile,var(--wh-component-background-repeat-tablet,var(--wh-component-background-repeat,no-repeat)))!important;background-attachment:var(--wh-component-background-attachment-mobile,var(--wh-component-background-attachment-tablet,var(--wh-component-background-attachment,scroll)))!important}
}
/* VB3 Phase 3: common Background capability targets the real Button surface. */
.wh-button-component.wh-button-custom-background-image .wh-button{
  background-image:var(--wh-button-background-image)!important;
  background-position:var(--wh-button-background-position,center)!important;
  background-size:var(--wh-button-background-size,cover)!important;
  background-repeat:var(--wh-button-background-repeat,no-repeat)!important;
  background-attachment:var(--wh-button-background-attachment,scroll)!important;
}
@media(max-width:1023px){
  .wh-button-component.wh-button-custom-background .wh-button{background-color:var(--wh-button-background-tablet,var(--wh-button-background))!important}
  .wh-button-component.wh-button-custom-background-image .wh-button{background-image:var(--wh-button-background-image-tablet,var(--wh-button-background-image,none))!important;background-position:var(--wh-button-background-position-tablet,var(--wh-button-background-position,center))!important;background-size:var(--wh-button-background-size-tablet,var(--wh-button-background-size,cover))!important;background-repeat:var(--wh-button-background-repeat-tablet,var(--wh-button-background-repeat,no-repeat))!important;background-attachment:var(--wh-button-background-attachment-tablet,var(--wh-button-background-attachment,scroll))!important}
}
@media(max-width:767px){
  .wh-button-component.wh-button-custom-background .wh-button{background-color:var(--wh-button-background-mobile,var(--wh-button-background-tablet,var(--wh-button-background)))!important}
  .wh-button-component.wh-button-custom-background-image .wh-button{background-image:var(--wh-button-background-image-mobile,var(--wh-button-background-image-tablet,var(--wh-button-background-image,none)))!important;background-position:var(--wh-button-background-position-mobile,var(--wh-button-background-position-tablet,var(--wh-button-background-position,center)))!important;background-size:var(--wh-button-background-size-mobile,var(--wh-button-background-size-tablet,var(--wh-button-background-size,cover)))!important;background-repeat:var(--wh-button-background-repeat-mobile,var(--wh-button-background-repeat-tablet,var(--wh-button-background-repeat,no-repeat)))!important;background-attachment:var(--wh-button-background-attachment-mobile,var(--wh-button-background-attachment-tablet,var(--wh-button-background-attachment,scroll)))!important}
}

/* v0.18.249 VB3 Phase 4 — canonical Inspector state context authority. */
.wh-button-component.wh-button-custom-hover-border .wh-button:hover{border-color:var(--wh-button-hover-border-color)!important}
.wh-button-component.wh-button-custom-focus-background .wh-button:focus,.wh-button-component.wh-button-force-focus .wh-button{background:var(--wh-button-focus-background)!important}
.wh-button-component.wh-button-custom-focus-color .wh-button:focus,.wh-button-component.wh-button-force-focus .wh-button{color:var(--wh-button-focus-color)!important}
.wh-button-component.wh-button-custom-focus-border .wh-button:focus,.wh-button-component.wh-button-force-focus .wh-button{border-color:var(--wh-button-focus-border-color)!important}
.wh-button-component.wh-button-custom-active-background .wh-button:active,.wh-button-component.wh-button-force-active .wh-button{background:var(--wh-button-active-background)!important}
.wh-button-component.wh-button-custom-active-color .wh-button:active,.wh-button-component.wh-button-force-active .wh-button{color:var(--wh-button-active-color)!important}
.wh-button-component.wh-button-custom-active-border .wh-button:active,.wh-button-component.wh-button-force-active .wh-button{border-color:var(--wh-button-active-border-color)!important}
.wh-button-component.wh-button-force-hover .wh-button{background:var(--wh-button-hover-background)!important;color:var(--wh-button-hover-color)!important;border-color:var(--wh-button-hover-border-color,var(--wh-button-border-color))!important}

/* v0.18.358-dev — VB3 canonical box-model / overflow authority.
 * The core layout contract is self-contained and does not depend on a theme
 * reset for border-box sizing. Grid/flex descendants remain shrink-safe so
 * intrinsic media/text cannot create accidental page-wide horizontal scroll. */
.wh-section,.wh-section-inner,.wh-layout-grid,.wh-layout-column,.wh-component,.wh-component-live-content,.wh-content-image,.wh-responsive-media{box-sizing:border-box}
.wh-section-inner,.wh-layout-grid,.wh-layout-column,.wh-component,.wh-component-live-content{min-width:0}
.wh-section-inner{width:100%;/* max-width remains governed by --wh-section-width; do not collapse constrained content containers */}
.wh-layout-grid{width:100%;max-width:100%}
.wh-component-live-content{max-width:100%}
.wh-component img,.wh-component svg,.wh-component video,.wh-component iframe{max-width:100%}

/* v0.18.251-dev — VB3 Phase 6 Native Advanced Layout Engine */

/*
 * PageDocument v3 is the only authority. AdvancedLayoutRuntime resolves
 * Desktop -> Tablet -> Mobile inheritance and emits a complete variable set.
 * Structural position uses CSS `translate`, deliberately isolated from the
 * Motion/interaction `transform` channel.
 */

.wh-section.wh-vb3-native-layout.wh-vb3-native-grid>.wh-section-inner>.wh-layout-grid{
  display:var(--wh-section-native-layout-display,grid);
  flex-direction:var(--wh-section-native-flex-direction,row);
  flex-wrap:var(--wh-section-native-flex-wrap,nowrap);
  justify-content:var(--wh-section-native-justify-content,start);
  align-items:var(--wh-section-native-align-items,stretch);
  align-content:var(--wh-section-native-align-content,stretch);
  row-gap:var(--wh-section-native-row-gap,0px);
  column-gap:var(--wh-section-native-column-gap,0px);
  grid-template-columns:var(--wh-section-native-grid-template-columns,repeat(12,minmax(0,1fr)));
  grid-template-rows:var(--wh-section-native-grid-template-rows,none);
  grid-auto-flow:var(--wh-section-native-grid-auto-flow,row);
  order:var(--wh-section-native-item-order,0);
  flex-grow:var(--wh-section-native-item-grow,0);
  flex-shrink:var(--wh-section-native-item-shrink,1);
  flex-basis:var(--wh-section-native-item-basis,auto);
  align-self:var(--wh-section-native-item-align-self,auto);
  justify-self:var(--wh-section-native-item-justify-self,auto);
  grid-column-start:var(--wh-section-native-item-grid-column-start,auto);
  grid-column-end:span var(--wh-section-native-item-grid-column-span,1);
  grid-row-start:var(--wh-section-native-item-grid-row-start,auto);
  grid-row-end:span var(--wh-section-native-item-grid-row-span,1);
}

.wh-layout-column.wh-vb3-native-layout{
  display:var(--wh-column-native-layout-display,block)!important;
  flex-direction:var(--wh-column-native-flex-direction,row);
  flex-wrap:var(--wh-column-native-flex-wrap,nowrap);
  justify-content:var(--wh-column-native-justify-content,start);
  align-items:var(--wh-column-native-align-items,stretch);
  align-content:var(--wh-column-native-align-content,stretch);
  row-gap:var(--wh-column-native-row-gap,0px);
  column-gap:var(--wh-column-native-column-gap,0px);
  grid-template-columns:var(--wh-column-native-grid-template-columns,none);
  grid-template-rows:var(--wh-column-native-grid-template-rows,none);
  grid-auto-flow:var(--wh-column-native-grid-auto-flow,row);
  order:var(--wh-column-native-item-order,0)!important;
  flex-grow:var(--wh-column-native-item-grow,0);
  flex-shrink:var(--wh-column-native-item-shrink,1);
  flex-basis:var(--wh-column-native-item-basis,auto);
  align-self:var(--wh-column-native-item-align-self,auto);
  justify-self:var(--wh-column-native-item-justify-self,auto);
}

/* v0.18.352-dev — Column internal layout and parent-grid placement are separate authorities.
 * Structural `column.span` stays authoritative unless canonical layout.item grid placement is explicit. */
.wh-layout-column.wh-vb3-native-item-placement{
  grid-column-start:var(--wh-column-native-item-grid-column-start,auto);
  grid-column-end:span var(--wh-column-native-item-grid-column-span,var(--wh-column-span,12));
  grid-row-start:var(--wh-column-native-item-grid-row-start,auto);
  grid-row-end:span var(--wh-column-native-item-grid-row-span,var(--wh-column-row-span,1));
}

.wh-component.wh-vb3-native-layout{
  display:var(--wh-component-native-layout-display,block)!important;
  flex-direction:var(--wh-component-native-flex-direction,row);
  flex-wrap:var(--wh-component-native-flex-wrap,nowrap);
  justify-content:var(--wh-component-native-justify-content,start);
  align-items:var(--wh-component-native-align-items,stretch);
  align-content:var(--wh-component-native-align-content,stretch);
  row-gap:var(--wh-component-native-row-gap,0px);
  column-gap:var(--wh-component-native-column-gap,0px);
  grid-template-columns:var(--wh-component-native-grid-template-columns,none);
  grid-template-rows:var(--wh-component-native-grid-template-rows,none);
  grid-auto-flow:var(--wh-component-native-grid-auto-flow,row);
  order:var(--wh-component-native-item-order,0)!important;
  flex-grow:var(--wh-component-native-item-grow,0);
  flex-shrink:var(--wh-component-native-item-shrink,1);
  flex-basis:var(--wh-component-native-item-basis,auto);
  align-self:var(--wh-component-native-item-align-self,auto);
  justify-self:var(--wh-component-native-item-justify-self,auto);
  grid-column-start:var(--wh-component-native-item-grid-column-start,auto);
  grid-column-end:span var(--wh-component-native-item-grid-column-span,1);
  grid-row-start:var(--wh-component-native-item-grid-row-start,auto);
  grid-row-end:span var(--wh-component-native-item-grid-row-span,1);
}

.wh-layout-column.wh-vb3-native-layout>.wh-component+.wh-component{
  margin-top:0;
}

.wh-section.wh-vb3-native-layout{
  /* Section width is governed by the full-bleed shell + .wh-section-inner container contract. */
  width:100%;
  height:var(--wh-section-native-height,auto);
  min-width:0;
  max-width:none;
  min-height:var(--wh-section-native-min-height,auto);
  max-height:var(--wh-section-native-max-height,none);
  aspect-ratio:var(--wh-section-native-aspect-ratio,auto);
}

.wh-layout-column.wh-vb3-native-layout{
  width:var(--wh-column-native-width,auto)!important;
  height:var(--wh-column-native-height,auto);
  min-width:var(--wh-column-native-min-width,auto);
  max-width:var(--wh-column-native-max-width,none)!important;
  min-height:var(--wh-column-native-min-height,auto);
  max-height:var(--wh-column-native-max-height,none);
  aspect-ratio:var(--wh-column-native-aspect-ratio,auto);
}

.wh-component.wh-vb3-native-layout{
  width:var(--wh-component-native-width,auto)!important;
  height:var(--wh-component-native-height,auto);
  min-width:var(--wh-component-native-min-width,auto);
  max-width:var(--wh-component-native-max-width,none)!important;
  min-height:var(--wh-component-native-min-height,auto);
  max-height:var(--wh-component-native-max-height,none);
  aspect-ratio:var(--wh-component-native-aspect-ratio,auto);
}

.wh-section.wh-vb3-native-position{
  position:var(--wh-section-native-position,static);
  top:var(--wh-section-native-top,auto);
  right:var(--wh-section-native-right,auto);
  bottom:var(--wh-section-native-bottom,auto);
  left:var(--wh-section-native-left,auto);
  z-index:var(--wh-section-native-z-index,0);
  translate:var(--wh-section-native-offset-x,0px) var(--wh-section-native-offset-y,0px);
}

.wh-layout-column.wh-vb3-native-position{
  position:var(--wh-column-native-position,static)!important;
  top:var(--wh-column-native-top,auto)!important;
  right:var(--wh-column-native-right,auto)!important;
  bottom:var(--wh-column-native-bottom,auto)!important;
  left:var(--wh-column-native-left,auto)!important;
  z-index:var(--wh-column-native-z-index,0);
  translate:var(--wh-column-native-offset-x,0px) var(--wh-column-native-offset-y,0px)!important;
}

.wh-component.wh-vb3-native-position{
  position:var(--wh-component-native-position,static)!important;
  top:var(--wh-component-native-top,auto)!important;
  right:var(--wh-component-native-right,auto)!important;
  bottom:var(--wh-component-native-bottom,auto)!important;
  left:var(--wh-component-native-left,auto)!important;
  z-index:var(--wh-component-native-z-index,0);
  translate:var(--wh-component-native-offset-x,0px) var(--wh-component-native-offset-y,0px)!important;
}

.wh-section.wh-vb3-native-overflow{
  overflow-x:var(--wh-section-native-overflow-x,visible);
  overflow-y:var(--wh-section-native-overflow-y,visible);
}

.wh-layout-column.wh-vb3-native-overflow{
  overflow-x:var(--wh-column-native-overflow-x,visible)!important;
  overflow-y:var(--wh-column-native-overflow-y,visible)!important;
}

.wh-component.wh-vb3-native-overflow{
  overflow-x:var(--wh-component-native-overflow-x,visible);
  overflow-y:var(--wh-component-native-overflow-y,visible);
}

@media(min-width:768px) and (max-width:1023px){
  /* v0.18.474-dev — Native 12-track sections must preserve structural column.span
   * when no tablet-specific grid placement override was authored. The legacy
   * tablet reset `.wh-layout-column{grid-column:auto}` otherwise collapses a
   * desktop 6/6 composition to 1/12 + 1/12 inside the promoted Native Grid. */
  .wh-section.wh-vb3-native-grid>.wh-section-inner>.wh-layout-grid>.wh-layout-column:not(.wh-vb3-native-item-placement-tablet),
  .wh-layout-row.wh-vb3-native-layout>.wh-layout-column:not(.wh-vb3-native-item-placement-tablet){
    grid-column-start:auto!important;
    grid-column-end:span var(--wh-column-span,12)!important;
  }
  .wh-section.wh-vb3-native-layout.wh-vb3-native-grid>.wh-section-inner>.wh-layout-grid{
  display:var(--wh-section-native-layout-display-tablet,grid);
  flex-direction:var(--wh-section-native-flex-direction-tablet,row);
  flex-wrap:var(--wh-section-native-flex-wrap-tablet,nowrap);
  justify-content:var(--wh-section-native-justify-content-tablet,start);
  align-items:var(--wh-section-native-align-items-tablet,stretch);
  align-content:var(--wh-section-native-align-content-tablet,stretch);
  row-gap:var(--wh-section-native-row-gap-tablet,0px);
  column-gap:var(--wh-section-native-column-gap-tablet,0px);
  grid-template-columns:var(--wh-section-native-grid-template-columns-tablet,repeat(12,minmax(0,1fr)));
  grid-template-rows:var(--wh-section-native-grid-template-rows-tablet,none);
  grid-auto-flow:var(--wh-section-native-grid-auto-flow-tablet,row);
  order:var(--wh-section-native-item-order-tablet,0);
  flex-grow:var(--wh-section-native-item-grow-tablet,0);
  flex-shrink:var(--wh-section-native-item-shrink-tablet,1);
  flex-basis:var(--wh-section-native-item-basis-tablet,auto);
  align-self:var(--wh-section-native-item-align-self-tablet,auto);
  justify-self:var(--wh-section-native-item-justify-self-tablet,auto);
  grid-column-start:var(--wh-section-native-item-grid-column-start-tablet,auto);
  grid-column-end:span var(--wh-section-native-item-grid-column-span-tablet,1);
  grid-row-start:var(--wh-section-native-item-grid-row-start-tablet,auto);
  grid-row-end:span var(--wh-section-native-item-grid-row-span-tablet,1);
}
  .wh-layout-column.wh-vb3-native-layout{
  display:var(--wh-column-native-layout-display-tablet,block)!important;
  flex-direction:var(--wh-column-native-flex-direction-tablet,row);
  flex-wrap:var(--wh-column-native-flex-wrap-tablet,nowrap);
  justify-content:var(--wh-column-native-justify-content-tablet,start);
  align-items:var(--wh-column-native-align-items-tablet,stretch);
  align-content:var(--wh-column-native-align-content-tablet,stretch);
  row-gap:var(--wh-column-native-row-gap-tablet,0px);
  column-gap:var(--wh-column-native-column-gap-tablet,0px);
  grid-template-columns:var(--wh-column-native-grid-template-columns-tablet,none);
  grid-template-rows:var(--wh-column-native-grid-template-rows-tablet,none);
  grid-auto-flow:var(--wh-column-native-grid-auto-flow-tablet,row);
  order:var(--wh-column-native-item-order-tablet,0)!important;
  flex-grow:var(--wh-column-native-item-grow-tablet,0);
  flex-shrink:var(--wh-column-native-item-shrink-tablet,1);
  flex-basis:var(--wh-column-native-item-basis-tablet,auto);
  align-self:var(--wh-column-native-item-align-self-tablet,auto);
  justify-self:var(--wh-column-native-item-justify-self-tablet,auto);
}
  /* v0.18.465-dev — canonical responsive item placement must outrank the
   * legacy `.wh-layout-column{grid-column:auto!important}` compatibility reset. */
  .wh-layout-column.wh-vb3-native-item-placement-tablet{
    grid-column-start:var(--wh-column-native-item-grid-column-start-tablet,auto)!important;
    grid-column-end:span var(--wh-column-native-item-grid-column-span-tablet,var(--wh-column-span,12))!important;
    grid-row-start:var(--wh-column-native-item-grid-row-start-tablet,auto)!important;
    grid-row-end:span var(--wh-column-native-item-grid-row-span-tablet,var(--wh-column-row-span,1))!important;
  }
  .wh-component.wh-vb3-native-layout{
  display:var(--wh-component-native-layout-display-tablet,block)!important;
  flex-direction:var(--wh-component-native-flex-direction-tablet,row);
  flex-wrap:var(--wh-component-native-flex-wrap-tablet,nowrap);
  justify-content:var(--wh-component-native-justify-content-tablet,start);
  align-items:var(--wh-component-native-align-items-tablet,stretch);
  align-content:var(--wh-component-native-align-content-tablet,stretch);
  row-gap:var(--wh-component-native-row-gap-tablet,0px);
  column-gap:var(--wh-component-native-column-gap-tablet,0px);
  grid-template-columns:var(--wh-component-native-grid-template-columns-tablet,none);
  grid-template-rows:var(--wh-component-native-grid-template-rows-tablet,none);
  grid-auto-flow:var(--wh-component-native-grid-auto-flow-tablet,row);
  order:var(--wh-component-native-item-order-tablet,0)!important;
  flex-grow:var(--wh-component-native-item-grow-tablet,0);
  flex-shrink:var(--wh-component-native-item-shrink-tablet,1);
  flex-basis:var(--wh-component-native-item-basis-tablet,auto);
  align-self:var(--wh-component-native-item-align-self-tablet,auto);
  justify-self:var(--wh-component-native-item-justify-self-tablet,auto);
  grid-column-start:var(--wh-component-native-item-grid-column-start-tablet,auto);
  grid-column-end:span var(--wh-component-native-item-grid-column-span-tablet,1);
  grid-row-start:var(--wh-component-native-item-grid-row-start-tablet,auto);
  grid-row-end:span var(--wh-component-native-item-grid-row-span-tablet,1);
}
  .wh-section.wh-vb3-native-layout{
  width:100%;
  height:var(--wh-section-native-height-tablet,auto);
  min-width:0;
  max-width:none;
  min-height:var(--wh-section-native-min-height-tablet,auto);
  max-height:var(--wh-section-native-max-height-tablet,none);
  aspect-ratio:var(--wh-section-native-aspect-ratio-tablet,auto);
}
  .wh-layout-column.wh-vb3-native-layout{
  width:var(--wh-column-native-width-tablet,auto)!important;
  height:var(--wh-column-native-height-tablet,auto);
  min-width:var(--wh-column-native-min-width-tablet,auto);
  max-width:var(--wh-column-native-max-width-tablet,none)!important;
  min-height:var(--wh-column-native-min-height-tablet,auto);
  max-height:var(--wh-column-native-max-height-tablet,none);
  aspect-ratio:var(--wh-column-native-aspect-ratio-tablet,auto);
}
  .wh-component.wh-vb3-native-layout{
  width:var(--wh-component-native-width-tablet,auto)!important;
  height:var(--wh-component-native-height-tablet,auto);
  min-width:var(--wh-component-native-min-width-tablet,auto);
  max-width:var(--wh-component-native-max-width-tablet,none)!important;
  min-height:var(--wh-component-native-min-height-tablet,auto);
  max-height:var(--wh-component-native-max-height-tablet,none);
  aspect-ratio:var(--wh-component-native-aspect-ratio-tablet,auto);
}
  .wh-section.wh-vb3-native-position{
  position:var(--wh-section-native-position-tablet,static);
  top:var(--wh-section-native-top-tablet,auto);
  right:var(--wh-section-native-right-tablet,auto);
  bottom:var(--wh-section-native-bottom-tablet,auto);
  left:var(--wh-section-native-left-tablet,auto);
  z-index:var(--wh-section-native-z-index-tablet,0);
  translate:var(--wh-section-native-offset-x-tablet,0px) var(--wh-section-native-offset-y-tablet,0px);
}
  .wh-layout-column.wh-vb3-native-position{
  position:var(--wh-column-native-position-tablet,static)!important;
  top:var(--wh-column-native-top-tablet,auto)!important;
  right:var(--wh-column-native-right-tablet,auto)!important;
  bottom:var(--wh-column-native-bottom-tablet,auto)!important;
  left:var(--wh-column-native-left-tablet,auto)!important;
  z-index:var(--wh-column-native-z-index-tablet,0);
  translate:var(--wh-column-native-offset-x-tablet,0px) var(--wh-column-native-offset-y-tablet,0px)!important;
}
  .wh-component.wh-vb3-native-position{
  position:var(--wh-component-native-position-tablet,static)!important;
  top:var(--wh-component-native-top-tablet,auto)!important;
  right:var(--wh-component-native-right-tablet,auto)!important;
  bottom:var(--wh-component-native-bottom-tablet,auto)!important;
  left:var(--wh-component-native-left-tablet,auto)!important;
  z-index:var(--wh-component-native-z-index-tablet,0);
  translate:var(--wh-component-native-offset-x-tablet,0px) var(--wh-component-native-offset-y-tablet,0px)!important;
}
  .wh-section.wh-vb3-native-overflow{
  overflow-x:var(--wh-section-native-overflow-x-tablet,visible);
  overflow-y:var(--wh-section-native-overflow-y-tablet,visible);
}
  .wh-layout-column.wh-vb3-native-overflow{
  overflow-x:var(--wh-column-native-overflow-x-tablet,visible)!important;
  overflow-y:var(--wh-column-native-overflow-y-tablet,visible)!important;
}
  .wh-component.wh-vb3-native-overflow{
  overflow-x:var(--wh-component-native-overflow-x-tablet,visible);
  overflow-y:var(--wh-component-native-overflow-y-tablet,visible);
}
}

@media(max-width:767px){
  /* v0.18.475-dev — Native 12-track sections must preserve structural column.span
   * when no mobile-specific grid placement override was authored. The legacy
   * mobile reset `.wh-layout-column{grid-column:auto}` otherwise collapses a
   * structural span=12 heading/content column to 1/12 inside a promoted Native Grid. */
  .wh-section.wh-vb3-native-grid>.wh-section-inner>.wh-layout-grid>.wh-layout-column:not(.wh-vb3-native-item-placement-mobile),
  .wh-layout-row.wh-vb3-native-layout>.wh-layout-column:not(.wh-vb3-native-item-placement-mobile){
    grid-column-start:auto!important;
    grid-column-end:span var(--wh-column-span,12)!important;
  }
  .wh-section.wh-vb3-native-layout.wh-vb3-native-grid>.wh-section-inner>.wh-layout-grid{
  display:var(--wh-section-native-layout-display-mobile,grid);
  flex-direction:var(--wh-section-native-flex-direction-mobile,row);
  flex-wrap:var(--wh-section-native-flex-wrap-mobile,nowrap);
  justify-content:var(--wh-section-native-justify-content-mobile,start);
  align-items:var(--wh-section-native-align-items-mobile,stretch);
  align-content:var(--wh-section-native-align-content-mobile,stretch);
  row-gap:var(--wh-section-native-row-gap-mobile,0px);
  column-gap:var(--wh-section-native-column-gap-mobile,0px);
  grid-template-columns:var(--wh-section-native-grid-template-columns-mobile,repeat(12,minmax(0,1fr)));
  grid-template-rows:var(--wh-section-native-grid-template-rows-mobile,none);
  grid-auto-flow:var(--wh-section-native-grid-auto-flow-mobile,row);
  order:var(--wh-section-native-item-order-mobile,0);
  flex-grow:var(--wh-section-native-item-grow-mobile,0);
  flex-shrink:var(--wh-section-native-item-shrink-mobile,1);
  flex-basis:var(--wh-section-native-item-basis-mobile,auto);
  align-self:var(--wh-section-native-item-align-self-mobile,auto);
  justify-self:var(--wh-section-native-item-justify-self-mobile,auto);
  grid-column-start:var(--wh-section-native-item-grid-column-start-mobile,auto);
  grid-column-end:span var(--wh-section-native-item-grid-column-span-mobile,1);
  grid-row-start:var(--wh-section-native-item-grid-row-start-mobile,auto);
  grid-row-end:span var(--wh-section-native-item-grid-row-span-mobile,1);
}
  .wh-layout-column.wh-vb3-native-layout{
  display:var(--wh-column-native-layout-display-mobile,block)!important;
  flex-direction:var(--wh-column-native-flex-direction-mobile,row);
  flex-wrap:var(--wh-column-native-flex-wrap-mobile,nowrap);
  justify-content:var(--wh-column-native-justify-content-mobile,start);
  align-items:var(--wh-column-native-align-items-mobile,stretch);
  align-content:var(--wh-column-native-align-content-mobile,stretch);
  row-gap:var(--wh-column-native-row-gap-mobile,0px);
  column-gap:var(--wh-column-native-column-gap-mobile,0px);
  grid-template-columns:var(--wh-column-native-grid-template-columns-mobile,none);
  grid-template-rows:var(--wh-column-native-grid-template-rows-mobile,none);
  grid-auto-flow:var(--wh-column-native-grid-auto-flow-mobile,row);
  order:var(--wh-column-native-item-order-mobile,0)!important;
  flex-grow:var(--wh-column-native-item-grow-mobile,0);
  flex-shrink:var(--wh-column-native-item-shrink-mobile,1);
  flex-basis:var(--wh-column-native-item-basis-mobile,auto);
  align-self:var(--wh-column-native-item-align-self-mobile,auto);
  justify-self:var(--wh-column-native-item-justify-self-mobile,auto);
}
  .wh-layout-column.wh-vb3-native-item-placement-mobile{
    grid-column-start:var(--wh-column-native-item-grid-column-start-mobile,auto)!important;
    grid-column-end:span var(--wh-column-native-item-grid-column-span-mobile,var(--wh-column-span,12))!important;
    grid-row-start:var(--wh-column-native-item-grid-row-start-mobile,auto)!important;
    grid-row-end:span var(--wh-column-native-item-grid-row-span-mobile,var(--wh-column-row-span,1))!important;
  }
  .wh-component.wh-vb3-native-layout{
  display:var(--wh-component-native-layout-display-mobile,block)!important;
  flex-direction:var(--wh-component-native-flex-direction-mobile,row);
  flex-wrap:var(--wh-component-native-flex-wrap-mobile,nowrap);
  justify-content:var(--wh-component-native-justify-content-mobile,start);
  align-items:var(--wh-component-native-align-items-mobile,stretch);
  align-content:var(--wh-component-native-align-content-mobile,stretch);
  row-gap:var(--wh-component-native-row-gap-mobile,0px);
  column-gap:var(--wh-component-native-column-gap-mobile,0px);
  grid-template-columns:var(--wh-component-native-grid-template-columns-mobile,none);
  grid-template-rows:var(--wh-component-native-grid-template-rows-mobile,none);
  grid-auto-flow:var(--wh-component-native-grid-auto-flow-mobile,row);
  order:var(--wh-component-native-item-order-mobile,0)!important;
  flex-grow:var(--wh-component-native-item-grow-mobile,0);
  flex-shrink:var(--wh-component-native-item-shrink-mobile,1);
  flex-basis:var(--wh-component-native-item-basis-mobile,auto);
  align-self:var(--wh-component-native-item-align-self-mobile,auto);
  justify-self:var(--wh-component-native-item-justify-self-mobile,auto);
  grid-column-start:var(--wh-component-native-item-grid-column-start-mobile,auto);
  grid-column-end:span var(--wh-component-native-item-grid-column-span-mobile,1);
  grid-row-start:var(--wh-component-native-item-grid-row-start-mobile,auto);
  grid-row-end:span var(--wh-component-native-item-grid-row-span-mobile,1);
}
  .wh-section.wh-vb3-native-layout{
  width:100%;
  height:var(--wh-section-native-height-mobile,auto);
  min-width:0;
  max-width:none;
  min-height:var(--wh-section-native-min-height-mobile,auto);
  max-height:var(--wh-section-native-max-height-mobile,none);
  aspect-ratio:var(--wh-section-native-aspect-ratio-mobile,auto);
}
  .wh-layout-column.wh-vb3-native-layout{
  width:var(--wh-column-native-width-mobile,auto)!important;
  height:var(--wh-column-native-height-mobile,auto);
  min-width:var(--wh-column-native-min-width-mobile,auto);
  max-width:var(--wh-column-native-max-width-mobile,none)!important;
  min-height:var(--wh-column-native-min-height-mobile,auto);
  max-height:var(--wh-column-native-max-height-mobile,none);
  aspect-ratio:var(--wh-column-native-aspect-ratio-mobile,auto);
}
  .wh-component.wh-vb3-native-layout{
  width:var(--wh-component-native-width-mobile,auto)!important;
  height:var(--wh-component-native-height-mobile,auto);
  min-width:var(--wh-component-native-min-width-mobile,auto);
  max-width:var(--wh-component-native-max-width-mobile,none)!important;
  min-height:var(--wh-component-native-min-height-mobile,auto);
  max-height:var(--wh-component-native-max-height-mobile,none);
  aspect-ratio:var(--wh-component-native-aspect-ratio-mobile,auto);
}
  .wh-section.wh-vb3-native-position{
  position:var(--wh-section-native-position-mobile,static);
  top:var(--wh-section-native-top-mobile,auto);
  right:var(--wh-section-native-right-mobile,auto);
  bottom:var(--wh-section-native-bottom-mobile,auto);
  left:var(--wh-section-native-left-mobile,auto);
  z-index:var(--wh-section-native-z-index-mobile,0);
  translate:var(--wh-section-native-offset-x-mobile,0px) var(--wh-section-native-offset-y-mobile,0px);
}
  .wh-layout-column.wh-vb3-native-position{
  position:var(--wh-column-native-position-mobile,static)!important;
  top:var(--wh-column-native-top-mobile,auto)!important;
  right:var(--wh-column-native-right-mobile,auto)!important;
  bottom:var(--wh-column-native-bottom-mobile,auto)!important;
  left:var(--wh-column-native-left-mobile,auto)!important;
  z-index:var(--wh-column-native-z-index-mobile,0);
  translate:var(--wh-column-native-offset-x-mobile,0px) var(--wh-column-native-offset-y-mobile,0px)!important;
}
  .wh-component.wh-vb3-native-position{
  position:var(--wh-component-native-position-mobile,static)!important;
  top:var(--wh-component-native-top-mobile,auto)!important;
  right:var(--wh-component-native-right-mobile,auto)!important;
  bottom:var(--wh-component-native-bottom-mobile,auto)!important;
  left:var(--wh-component-native-left-mobile,auto)!important;
  z-index:var(--wh-component-native-z-index-mobile,0);
  translate:var(--wh-component-native-offset-x-mobile,0px) var(--wh-component-native-offset-y-mobile,0px)!important;
}
  .wh-section.wh-vb3-native-overflow{
  overflow-x:var(--wh-section-native-overflow-x-mobile,visible);
  overflow-y:var(--wh-section-native-overflow-y-mobile,visible);
}
  .wh-layout-column.wh-vb3-native-overflow{
  overflow-x:var(--wh-column-native-overflow-x-mobile,visible)!important;
  overflow-y:var(--wh-column-native-overflow-y-mobile,visible)!important;
}
  .wh-component.wh-vb3-native-overflow{
  overflow-x:var(--wh-component-native-overflow-x-mobile,visible);
  overflow-y:var(--wh-component-native-overflow-y-mobile,visible);
}
}

/* ================================================================
 * WayHunt VB3 Phase 7 — Advanced Visual Style / Motion Composition
 * v0.18.252-dev
 * Structural Position = CSS translate (Phase 6)
 * Visual Transform + Motion = composed CSS transform channel
 * ================================================================ */
.wh-section.wh-vb3-native-visual,
.wh-layout-column.wh-vb3-native-visual,
.wh-component.wh-vb3-native-visual{
  --wh-motion-reveal-transform:translate3d(0,0,0);
  --wh-motion-hover-transform:translate3d(0,0,0);
  --wh-motion-reveal-filter:opacity(1);
  --wh-motion-opacity:1;
  will-change:auto;
}
.wh-section.wh-vb3-native-visual{
  transform:var(--wh-motion-reveal-transform) var(--wh-section-vfx-transform,translate3d(0,0,0));
  transform-origin:var(--wh-section-vfx-transform-origin,center center);
  filter:var(--wh-motion-reveal-filter) var(--wh-section-vfx-filter,opacity(1));
  backdrop-filter:var(--wh-section-vfx-backdrop-filter,blur(0px));
  mix-blend-mode:var(--wh-section-vfx-mix-blend-mode,normal);
  isolation:var(--wh-section-vfx-isolation,auto);
  clip-path:var(--wh-section-vfx-clip-path,none);
  -webkit-mask-image:var(--wh-section-vfx-mask-image,none);
  mask-image:var(--wh-section-vfx-mask-image,none);
  opacity:calc(var(--wh-section-vfx-opacity,1) * var(--wh-motion-opacity));
  box-shadow:var(--wh-section-vfx-shadow,none);
  transition-property:var(--wh-section-vfx-transition-properties,transform,filter,backdrop-filter,opacity,box-shadow,color,background-color,border-color);
  transition-duration:calc(var(--wh-section-vfx-transition-duration,220ms) * var(--wh-motion-duration-scale,1));
  transition-delay:var(--wh-section-vfx-transition-delay,0ms);
  transition-timing-function:var(--wh-section-vfx-transition-easing,cubic-bezier(.2,.7,.2,1));
}
.wh-layout-column.wh-vb3-native-visual{
  transform:var(--wh-column-vfx-transform,translate3d(0,0,0));
  transform-origin:var(--wh-column-vfx-transform-origin,center center);
  filter:var(--wh-column-vfx-filter,opacity(1));
  backdrop-filter:var(--wh-column-vfx-backdrop-filter,blur(0px));
  mix-blend-mode:var(--wh-column-vfx-mix-blend-mode,normal);
  isolation:var(--wh-column-vfx-isolation,auto);
  clip-path:var(--wh-column-vfx-clip-path,none);
  -webkit-mask-image:var(--wh-column-vfx-mask-image,none);
  mask-image:var(--wh-column-vfx-mask-image,none);
  opacity:var(--wh-column-vfx-opacity,1);
  box-shadow:var(--wh-column-vfx-shadow,none);
  transition-property:var(--wh-column-vfx-transition-properties,transform,filter,backdrop-filter,opacity,box-shadow,color,background-color,border-color);
  transition-duration:calc(var(--wh-column-vfx-transition-duration,220ms) * var(--wh-motion-duration-scale,1));
  transition-delay:var(--wh-column-vfx-transition-delay,0ms);
  transition-timing-function:var(--wh-column-vfx-transition-easing,cubic-bezier(.2,.7,.2,1));
}
.wh-component.wh-vb3-native-visual:not(.wh-vb3-visual-target-surface){
  transform:var(--wh-motion-reveal-transform) var(--wh-motion-hover-transform) var(--wh-component-vfx-transform,translate3d(0,0,0));
  transform-origin:var(--wh-component-vfx-transform-origin,center center);
  filter:var(--wh-motion-reveal-filter) var(--wh-component-vfx-filter,opacity(1));
  backdrop-filter:var(--wh-component-vfx-backdrop-filter,blur(0px));
  mix-blend-mode:var(--wh-component-vfx-mix-blend-mode,normal);
  isolation:var(--wh-component-vfx-isolation,auto);
  clip-path:var(--wh-component-vfx-clip-path,none);
  -webkit-mask-image:var(--wh-component-vfx-mask-image,none);
  mask-image:var(--wh-component-vfx-mask-image,none);
  opacity:calc(var(--wh-component-vfx-opacity,1) * var(--wh-motion-opacity));
  box-shadow:var(--wh-component-vfx-shadow,var(--wh-component-shadow,none));
  transition-property:var(--wh-component-vfx-transition-properties,transform,filter,backdrop-filter,opacity,box-shadow,color,background-color,border-color);
  transition-duration:calc(var(--wh-component-vfx-transition-duration,220ms) * var(--wh-motion-duration-scale,1));
  transition-delay:var(--wh-component-vfx-transition-delay,0ms);
  transition-timing-function:var(--wh-component-vfx-transition-easing,cubic-bezier(.2,.7,.2,1));
}
/* Surface-target components keep reveal on the structural wrapper while
 * explicit visual transform/filter/shadow belongs to the real surface. */
.wh-component.wh-vb3-native-visual.wh-vb3-visual-target-surface{
  transform:var(--wh-motion-reveal-transform);
  opacity:var(--wh-motion-opacity);
  filter:var(--wh-motion-reveal-filter);
}
.wh-component.wh-vb3-native-visual.wh-vb3-visual-target-surface>.wh-component-live-content>.wh-content-button>.wh-button,
.wh-component.wh-vb3-native-visual.wh-vb3-visual-target-surface>.wh-component-live-content [data-wh-vb3-surface]{
  transform:var(--wh-motion-hover-transform) var(--wh-component-vfx-transform,translate3d(0,0,0));
  transform-origin:var(--wh-component-vfx-transform-origin,center center);
  filter:var(--wh-component-vfx-filter,opacity(1));
  backdrop-filter:var(--wh-component-vfx-backdrop-filter,blur(0px));
  mix-blend-mode:var(--wh-component-vfx-mix-blend-mode,normal);
  isolation:var(--wh-component-vfx-isolation,auto);
  clip-path:var(--wh-component-vfx-clip-path,none);
  -webkit-mask-image:var(--wh-component-vfx-mask-image,none);
  mask-image:var(--wh-component-vfx-mask-image,none);
  opacity:var(--wh-component-vfx-opacity,1);
  box-shadow:var(--wh-component-vfx-shadow,var(--wh-button-shadow,none));
  transition-property:var(--wh-component-vfx-transition-properties,transform,filter,backdrop-filter,opacity,box-shadow,color,background-color,border-color);
  transition-duration:calc(var(--wh-component-vfx-transition-duration,220ms) * var(--wh-motion-duration-scale,1));
  transition-delay:var(--wh-component-vfx-transition-delay,0ms);
  transition-timing-function:var(--wh-component-vfx-transition-easing,cubic-bezier(.2,.7,.2,1));
}

/* State overlays: canonical styles.states.* wins over the resolved base. */
.wh-component.wh-vb3-native-visual:not(.wh-vb3-visual-target-surface):hover{
  transform:var(--wh-motion-reveal-transform) var(--wh-motion-hover-transform) var(--wh-component-vfx-transform-hover,var(--wh-component-vfx-transform));
  filter:var(--wh-motion-reveal-filter) var(--wh-component-vfx-filter-hover,var(--wh-component-vfx-filter));
  backdrop-filter:var(--wh-component-vfx-backdrop-filter-hover,var(--wh-component-vfx-backdrop-filter));
  mix-blend-mode:var(--wh-component-vfx-mix-blend-mode-hover,var(--wh-component-vfx-mix-blend-mode,normal));
  clip-path:var(--wh-component-vfx-clip-path-hover,var(--wh-component-vfx-clip-path,none));
  opacity:calc(var(--wh-component-vfx-opacity-hover,var(--wh-component-vfx-opacity,1)) * var(--wh-motion-opacity));
  box-shadow:var(--wh-component-vfx-shadow-hover,var(--wh-component-vfx-shadow,var(--wh-component-shadow,none)));
}
.wh-component.wh-vb3-native-visual:not(.wh-vb3-visual-target-surface):focus-within{
  transform:var(--wh-motion-reveal-transform) var(--wh-component-vfx-transform-focus,var(--wh-component-vfx-transform));
  filter:var(--wh-motion-reveal-filter) var(--wh-component-vfx-filter-focus,var(--wh-component-vfx-filter));
  backdrop-filter:var(--wh-component-vfx-backdrop-filter-focus,var(--wh-component-vfx-backdrop-filter));
  mix-blend-mode:var(--wh-component-vfx-mix-blend-mode-focus,var(--wh-component-vfx-mix-blend-mode,normal));
  clip-path:var(--wh-component-vfx-clip-path-focus,var(--wh-component-vfx-clip-path,none));
  opacity:calc(var(--wh-component-vfx-opacity-focus,var(--wh-component-vfx-opacity,1)) * var(--wh-motion-opacity));
  box-shadow:var(--wh-component-vfx-shadow-focus,var(--wh-component-vfx-shadow,var(--wh-component-shadow,none)));
}
.wh-component.wh-vb3-native-visual:not(.wh-vb3-visual-target-surface):active{
  transform:var(--wh-motion-reveal-transform) var(--wh-component-vfx-transform-active,var(--wh-component-vfx-transform));
  filter:var(--wh-motion-reveal-filter) var(--wh-component-vfx-filter-active,var(--wh-component-vfx-filter));
  backdrop-filter:var(--wh-component-vfx-backdrop-filter-active,var(--wh-component-vfx-backdrop-filter));
  mix-blend-mode:var(--wh-component-vfx-mix-blend-mode-active,var(--wh-component-vfx-mix-blend-mode,normal));
  clip-path:var(--wh-component-vfx-clip-path-active,var(--wh-component-vfx-clip-path,none));
  opacity:calc(var(--wh-component-vfx-opacity-active,var(--wh-component-vfx-opacity,1)) * var(--wh-motion-opacity));
  box-shadow:var(--wh-component-vfx-shadow-active,var(--wh-component-vfx-shadow,var(--wh-component-shadow,none)));
}
.wh-component.wh-vb3-native-visual.wh-vb3-visual-target-surface:hover>.wh-component-live-content>.wh-content-button>.wh-button,
.wh-component.wh-vb3-native-visual.wh-vb3-visual-target-surface:hover>.wh-component-live-content [data-wh-vb3-surface]{
  transform:var(--wh-motion-hover-transform) var(--wh-component-vfx-transform-hover,var(--wh-component-vfx-transform));
  filter:var(--wh-component-vfx-filter-hover,var(--wh-component-vfx-filter));
  backdrop-filter:var(--wh-component-vfx-backdrop-filter-hover,var(--wh-component-vfx-backdrop-filter));
  mix-blend-mode:var(--wh-component-vfx-mix-blend-mode-hover,var(--wh-component-vfx-mix-blend-mode,normal));
  clip-path:var(--wh-component-vfx-clip-path-hover,var(--wh-component-vfx-clip-path,none));
  opacity:var(--wh-component-vfx-opacity-hover,var(--wh-component-vfx-opacity,1));
  box-shadow:var(--wh-component-vfx-shadow-hover,var(--wh-component-vfx-shadow,var(--wh-button-shadow,none)));
}
.wh-component.wh-vb3-native-visual.wh-vb3-visual-target-surface:focus-within>.wh-component-live-content>.wh-content-button>.wh-button,
.wh-component.wh-vb3-native-visual.wh-vb3-visual-target-surface:focus-within>.wh-component-live-content [data-wh-vb3-surface]{
  transform:var(--wh-component-vfx-transform-focus,var(--wh-component-vfx-transform));
  filter:var(--wh-component-vfx-filter-focus,var(--wh-component-vfx-filter));
  backdrop-filter:var(--wh-component-vfx-backdrop-filter-focus,var(--wh-component-vfx-backdrop-filter));
  mix-blend-mode:var(--wh-component-vfx-mix-blend-mode-focus,var(--wh-component-vfx-mix-blend-mode,normal));
  clip-path:var(--wh-component-vfx-clip-path-focus,var(--wh-component-vfx-clip-path,none));
  opacity:var(--wh-component-vfx-opacity-focus,var(--wh-component-vfx-opacity,1));
  box-shadow:var(--wh-component-vfx-shadow-focus,var(--wh-component-vfx-shadow,var(--wh-button-shadow,none)));
}
.wh-component.wh-vb3-native-visual.wh-vb3-visual-target-surface:active>.wh-component-live-content>.wh-content-button>.wh-button,
.wh-component.wh-vb3-native-visual.wh-vb3-visual-target-surface:active>.wh-component-live-content [data-wh-vb3-surface]{
  transform:var(--wh-component-vfx-transform-active,var(--wh-component-vfx-transform));
  filter:var(--wh-component-vfx-filter-active,var(--wh-component-vfx-filter));
  backdrop-filter:var(--wh-component-vfx-backdrop-filter-active,var(--wh-component-vfx-backdrop-filter));
  mix-blend-mode:var(--wh-component-vfx-mix-blend-mode-active,var(--wh-component-vfx-mix-blend-mode,normal));
  clip-path:var(--wh-component-vfx-clip-path-active,var(--wh-component-vfx-clip-path,none));
  opacity:var(--wh-component-vfx-opacity-active,var(--wh-component-vfx-opacity,1));
  box-shadow:var(--wh-component-vfx-shadow-active,var(--wh-component-vfx-shadow,var(--wh-button-shadow,none)));
}

/* Reveal animation now contributes a motion transform/filter variable instead
 * of replacing VB3 explicit Transform. */
html.wh-motion-ready .wh-vb3-native-visual[data-wh-animate]{--wh-motion-opacity:0;will-change:opacity,transform,filter}
html.wh-motion-ready .wh-vb3-native-visual[data-wh-animate="fade-up"]{--wh-motion-reveal-transform:translateY(var(--wh-motion-distance,24px))}
html.wh-motion-ready .wh-vb3-native-visual[data-wh-animate="slide-left"]{--wh-motion-reveal-transform:translateX(calc(var(--wh-motion-distance,24px) * -1))}
html.wh-motion-ready .wh-vb3-native-visual[data-wh-animate="slide-right"]{--wh-motion-reveal-transform:translateX(var(--wh-motion-distance,24px))}
html.wh-motion-ready .wh-vb3-native-visual[data-wh-animate="zoom-in"]{--wh-motion-reveal-transform:scale(.94)}
html.wh-motion-ready .wh-vb3-native-visual[data-wh-animate="zoom-out"]{--wh-motion-reveal-transform:scale(1.08)}
html.wh-motion-ready .wh-vb3-native-visual[data-wh-animate="flip-x"]{--wh-motion-reveal-transform:perspective(900px) rotateX(18deg)}
html.wh-motion-ready .wh-vb3-native-visual[data-wh-animate="flip-y"]{--wh-motion-reveal-transform:perspective(900px) rotateY(-18deg)}
html.wh-motion-ready .wh-vb3-native-visual[data-wh-animate="blur-up"]{--wh-motion-reveal-transform:translateY(var(--wh-motion-distance,24px));--wh-motion-reveal-filter:blur(14px)}
html.wh-motion-ready .wh-vb3-native-visual[data-wh-animate].wh-motion-visible{--wh-motion-opacity:1;--wh-motion-reveal-transform:translate3d(0,0,0);--wh-motion-reveal-filter:opacity(1)}

/* Quick interaction presets are convenience aliases; explicit states remain
 * the canonical high-fidelity authority. */
.wh-vb3-native-visual[data-wh-hover="lift"]:hover{--wh-motion-hover-transform:translateY(calc(-6px * var(--wh-motion-hover-runtime-scale,1)))}
.wh-vb3-native-visual[data-wh-hover="zoom"]:hover{--wh-motion-hover-transform:scale(calc(1 + .025 * var(--wh-motion-hover-runtime-scale,1)))}
.wh-vb3-native-visual[data-wh-hover="tilt"]:hover{--wh-motion-hover-transform:perspective(900px) rotateX(calc(1.8deg * var(--wh-motion-hover-runtime-scale,1))) rotateY(calc(-2.4deg * var(--wh-motion-hover-runtime-scale,1))) translateY(-2px)}

/* Responsive resolved values come from PHP StyleResolver; CSS only switches
 * the already-resolved device contract. */
@media(max-width:1024px){
  .wh-section.wh-vb3-native-visual{transform:var(--wh-motion-reveal-transform) var(--wh-section-vfx-transform-tablet,var(--wh-section-vfx-transform));transform-origin:var(--wh-section-vfx-transform-origin-tablet,var(--wh-section-vfx-transform-origin));filter:var(--wh-motion-reveal-filter) var(--wh-section-vfx-filter-tablet,var(--wh-section-vfx-filter));backdrop-filter:var(--wh-section-vfx-backdrop-filter-tablet,var(--wh-section-vfx-backdrop-filter));mix-blend-mode:var(--wh-section-vfx-mix-blend-mode-tablet,var(--wh-section-vfx-mix-blend-mode,normal));isolation:var(--wh-section-vfx-isolation-tablet,var(--wh-section-vfx-isolation,auto));clip-path:var(--wh-section-vfx-clip-path-tablet,var(--wh-section-vfx-clip-path,none));-webkit-mask-image:var(--wh-section-vfx-mask-image-tablet,var(--wh-section-vfx-mask-image,none));mask-image:var(--wh-section-vfx-mask-image-tablet,var(--wh-section-vfx-mask-image,none));opacity:calc(var(--wh-section-vfx-opacity-tablet,var(--wh-section-vfx-opacity,1)) * var(--wh-motion-opacity));box-shadow:var(--wh-section-vfx-shadow-tablet,var(--wh-section-vfx-shadow,none))}
  .wh-layout-column.wh-vb3-native-visual{transform:var(--wh-column-vfx-transform-tablet,var(--wh-column-vfx-transform));transform-origin:var(--wh-column-vfx-transform-origin-tablet,var(--wh-column-vfx-transform-origin));filter:var(--wh-column-vfx-filter-tablet,var(--wh-column-vfx-filter));backdrop-filter:var(--wh-column-vfx-backdrop-filter-tablet,var(--wh-column-vfx-backdrop-filter));mix-blend-mode:var(--wh-column-vfx-mix-blend-mode-tablet,var(--wh-column-vfx-mix-blend-mode,normal));isolation:var(--wh-column-vfx-isolation-tablet,var(--wh-column-vfx-isolation,auto));clip-path:var(--wh-column-vfx-clip-path-tablet,var(--wh-column-vfx-clip-path,none));-webkit-mask-image:var(--wh-column-vfx-mask-image-tablet,var(--wh-column-vfx-mask-image,none));mask-image:var(--wh-column-vfx-mask-image-tablet,var(--wh-column-vfx-mask-image,none));opacity:var(--wh-column-vfx-opacity-tablet,var(--wh-column-vfx-opacity,1));box-shadow:var(--wh-column-vfx-shadow-tablet,var(--wh-column-vfx-shadow,none))}
  .wh-component.wh-vb3-native-visual:not(.wh-vb3-visual-target-surface){transform:var(--wh-motion-reveal-transform) var(--wh-motion-hover-transform) var(--wh-component-vfx-transform-tablet,var(--wh-component-vfx-transform));transform-origin:var(--wh-component-vfx-transform-origin-tablet,var(--wh-component-vfx-transform-origin));filter:var(--wh-motion-reveal-filter) var(--wh-component-vfx-filter-tablet,var(--wh-component-vfx-filter));backdrop-filter:var(--wh-component-vfx-backdrop-filter-tablet,var(--wh-component-vfx-backdrop-filter));mix-blend-mode:var(--wh-component-vfx-mix-blend-mode-tablet,var(--wh-component-vfx-mix-blend-mode,normal));isolation:var(--wh-component-vfx-isolation-tablet,var(--wh-component-vfx-isolation,auto));clip-path:var(--wh-component-vfx-clip-path-tablet,var(--wh-component-vfx-clip-path,none));-webkit-mask-image:var(--wh-component-vfx-mask-image-tablet,var(--wh-component-vfx-mask-image,none));mask-image:var(--wh-component-vfx-mask-image-tablet,var(--wh-component-vfx-mask-image,none));opacity:calc(var(--wh-component-vfx-opacity-tablet,var(--wh-component-vfx-opacity,1)) * var(--wh-motion-opacity));box-shadow:var(--wh-component-vfx-shadow-tablet,var(--wh-component-vfx-shadow,var(--wh-component-shadow,none)))}
  .wh-component.wh-vb3-native-visual.wh-vb3-visual-target-surface>.wh-component-live-content>.wh-content-button>.wh-button,
.wh-component.wh-vb3-native-visual.wh-vb3-visual-target-surface>.wh-component-live-content [data-wh-vb3-surface]{transform:var(--wh-motion-hover-transform) var(--wh-component-vfx-transform-tablet,var(--wh-component-vfx-transform));transform-origin:var(--wh-component-vfx-transform-origin-tablet,var(--wh-component-vfx-transform-origin));filter:var(--wh-component-vfx-filter-tablet,var(--wh-component-vfx-filter));backdrop-filter:var(--wh-component-vfx-backdrop-filter-tablet,var(--wh-component-vfx-backdrop-filter));mix-blend-mode:var(--wh-component-vfx-mix-blend-mode-tablet,var(--wh-component-vfx-mix-blend-mode,normal));isolation:var(--wh-component-vfx-isolation-tablet,var(--wh-component-vfx-isolation,auto));clip-path:var(--wh-component-vfx-clip-path-tablet,var(--wh-component-vfx-clip-path,none));-webkit-mask-image:var(--wh-component-vfx-mask-image-tablet,var(--wh-component-vfx-mask-image,none));mask-image:var(--wh-component-vfx-mask-image-tablet,var(--wh-component-vfx-mask-image,none));opacity:var(--wh-component-vfx-opacity-tablet,var(--wh-component-vfx-opacity,1));box-shadow:var(--wh-component-vfx-shadow-tablet,var(--wh-component-vfx-shadow,var(--wh-button-shadow,none)))}
}
@media(max-width:767px){
  .wh-section.wh-vb3-native-visual{transform:var(--wh-motion-reveal-transform) var(--wh-section-vfx-transform-mobile,var(--wh-section-vfx-transform-tablet,var(--wh-section-vfx-transform)));transform-origin:var(--wh-section-vfx-transform-origin-mobile,var(--wh-section-vfx-transform-origin-tablet,var(--wh-section-vfx-transform-origin)));filter:var(--wh-motion-reveal-filter) var(--wh-section-vfx-filter-mobile,var(--wh-section-vfx-filter-tablet,var(--wh-section-vfx-filter)));backdrop-filter:var(--wh-section-vfx-backdrop-filter-mobile,var(--wh-section-vfx-backdrop-filter-tablet,var(--wh-section-vfx-backdrop-filter)));mix-blend-mode:var(--wh-section-vfx-mix-blend-mode-mobile,var(--wh-section-vfx-mix-blend-mode-tablet,var(--wh-section-vfx-mix-blend-mode,normal)));isolation:var(--wh-section-vfx-isolation-mobile,var(--wh-section-vfx-isolation-tablet,var(--wh-section-vfx-isolation,auto)));clip-path:var(--wh-section-vfx-clip-path-mobile,var(--wh-section-vfx-clip-path-tablet,var(--wh-section-vfx-clip-path,none)));-webkit-mask-image:var(--wh-section-vfx-mask-image-mobile,var(--wh-section-vfx-mask-image-tablet,var(--wh-section-vfx-mask-image,none)));mask-image:var(--wh-section-vfx-mask-image-mobile,var(--wh-section-vfx-mask-image-tablet,var(--wh-section-vfx-mask-image,none)));opacity:calc(var(--wh-section-vfx-opacity-mobile,var(--wh-section-vfx-opacity-tablet,var(--wh-section-vfx-opacity,1))) * var(--wh-motion-opacity));box-shadow:var(--wh-section-vfx-shadow-mobile,var(--wh-section-vfx-shadow-tablet,var(--wh-section-vfx-shadow,none)))}
  .wh-layout-column.wh-vb3-native-visual{transform:var(--wh-column-vfx-transform-mobile,var(--wh-column-vfx-transform-tablet,var(--wh-column-vfx-transform)));transform-origin:var(--wh-column-vfx-transform-origin-mobile,var(--wh-column-vfx-transform-origin-tablet,var(--wh-column-vfx-transform-origin)));filter:var(--wh-column-vfx-filter-mobile,var(--wh-column-vfx-filter-tablet,var(--wh-column-vfx-filter)));backdrop-filter:var(--wh-column-vfx-backdrop-filter-mobile,var(--wh-column-vfx-backdrop-filter-tablet,var(--wh-column-vfx-backdrop-filter)));mix-blend-mode:var(--wh-column-vfx-mix-blend-mode-mobile,var(--wh-column-vfx-mix-blend-mode-tablet,var(--wh-column-vfx-mix-blend-mode,normal)));isolation:var(--wh-column-vfx-isolation-mobile,var(--wh-column-vfx-isolation-tablet,var(--wh-column-vfx-isolation,auto)));clip-path:var(--wh-column-vfx-clip-path-mobile,var(--wh-column-vfx-clip-path-tablet,var(--wh-column-vfx-clip-path,none)));-webkit-mask-image:var(--wh-column-vfx-mask-image-mobile,var(--wh-column-vfx-mask-image-tablet,var(--wh-column-vfx-mask-image,none)));mask-image:var(--wh-column-vfx-mask-image-mobile,var(--wh-column-vfx-mask-image-tablet,var(--wh-column-vfx-mask-image,none)));opacity:var(--wh-column-vfx-opacity-mobile,var(--wh-column-vfx-opacity-tablet,var(--wh-column-vfx-opacity,1)));box-shadow:var(--wh-column-vfx-shadow-mobile,var(--wh-column-vfx-shadow-tablet,var(--wh-column-vfx-shadow,none)))}
  .wh-component.wh-vb3-native-visual:not(.wh-vb3-visual-target-surface){transform:var(--wh-motion-reveal-transform) var(--wh-motion-hover-transform) var(--wh-component-vfx-transform-mobile,var(--wh-component-vfx-transform-tablet,var(--wh-component-vfx-transform)));transform-origin:var(--wh-component-vfx-transform-origin-mobile,var(--wh-component-vfx-transform-origin-tablet,var(--wh-component-vfx-transform-origin)));filter:var(--wh-motion-reveal-filter) var(--wh-component-vfx-filter-mobile,var(--wh-component-vfx-filter-tablet,var(--wh-component-vfx-filter)));backdrop-filter:var(--wh-component-vfx-backdrop-filter-mobile,var(--wh-component-vfx-backdrop-filter-tablet,var(--wh-component-vfx-backdrop-filter)));mix-blend-mode:var(--wh-component-vfx-mix-blend-mode-mobile,var(--wh-component-vfx-mix-blend-mode-tablet,var(--wh-component-vfx-mix-blend-mode,normal)));isolation:var(--wh-component-vfx-isolation-mobile,var(--wh-component-vfx-isolation-tablet,var(--wh-component-vfx-isolation,auto)));clip-path:var(--wh-component-vfx-clip-path-mobile,var(--wh-component-vfx-clip-path-tablet,var(--wh-component-vfx-clip-path,none)));-webkit-mask-image:var(--wh-component-vfx-mask-image-mobile,var(--wh-component-vfx-mask-image-tablet,var(--wh-component-vfx-mask-image,none)));mask-image:var(--wh-component-vfx-mask-image-mobile,var(--wh-component-vfx-mask-image-tablet,var(--wh-component-vfx-mask-image,none)));opacity:calc(var(--wh-component-vfx-opacity-mobile,var(--wh-component-vfx-opacity-tablet,var(--wh-component-vfx-opacity,1))) * var(--wh-motion-opacity));box-shadow:var(--wh-component-vfx-shadow-mobile,var(--wh-component-vfx-shadow-tablet,var(--wh-component-vfx-shadow,var(--wh-component-shadow,none))))}
  .wh-component.wh-vb3-native-visual.wh-vb3-visual-target-surface>.wh-component-live-content>.wh-content-button>.wh-button,
.wh-component.wh-vb3-native-visual.wh-vb3-visual-target-surface>.wh-component-live-content [data-wh-vb3-surface]{transform:var(--wh-motion-hover-transform) var(--wh-component-vfx-transform-mobile,var(--wh-component-vfx-transform-tablet,var(--wh-component-vfx-transform)));transform-origin:var(--wh-component-vfx-transform-origin-mobile,var(--wh-component-vfx-transform-origin-tablet,var(--wh-component-vfx-transform-origin)));filter:var(--wh-component-vfx-filter-mobile,var(--wh-component-vfx-filter-tablet,var(--wh-component-vfx-filter)));backdrop-filter:var(--wh-component-vfx-backdrop-filter-mobile,var(--wh-component-vfx-backdrop-filter-tablet,var(--wh-component-vfx-backdrop-filter)));mix-blend-mode:var(--wh-component-vfx-mix-blend-mode-mobile,var(--wh-component-vfx-mix-blend-mode-tablet,var(--wh-component-vfx-mix-blend-mode,normal)));isolation:var(--wh-component-vfx-isolation-mobile,var(--wh-component-vfx-isolation-tablet,var(--wh-component-vfx-isolation,auto)));clip-path:var(--wh-component-vfx-clip-path-mobile,var(--wh-component-vfx-clip-path-tablet,var(--wh-component-vfx-clip-path,none)));-webkit-mask-image:var(--wh-component-vfx-mask-image-mobile,var(--wh-component-vfx-mask-image-tablet,var(--wh-component-vfx-mask-image,none)));mask-image:var(--wh-component-vfx-mask-image-mobile,var(--wh-component-vfx-mask-image-tablet,var(--wh-component-vfx-mask-image,none)));opacity:var(--wh-component-vfx-opacity-mobile,var(--wh-component-vfx-opacity-tablet,var(--wh-component-vfx-opacity,1)));box-shadow:var(--wh-component-vfx-shadow-mobile,var(--wh-component-vfx-shadow-tablet,var(--wh-component-vfx-shadow,var(--wh-button-shadow,none))))}
}

/* Typography refinements are explicit VB3 authority. */
.wh-component-custom-typography,
.wh-component-custom-typography :is(h1,h2,h3,h4,h5,h6,p,a,span,strong,b,small,em,i,li,dt,dd,blockquote,figcaption,label,summary,button,input,textarea,.wh-text-content,.wh-richtext-content,.wh-counter-number,.wh-faq-answer){word-spacing:var(--wh-component-word-spacing,normal)!important;text-decoration:var(--wh-component-text-decoration,none)}

/* Accessibility: reduced/disabled motion removes only the motion contribution;
 * static VB3 Transform/Filter remains visible. */
@media(prefers-reduced-motion:reduce){
  .wh-vb3-native-visual{--wh-motion-opacity:1!important;--wh-motion-reveal-transform:translate3d(0,0,0)!important;--wh-motion-hover-transform:translate3d(0,0,0)!important;--wh-motion-reveal-filter:opacity(1)!important;transition-duration:0ms!important;animation:none!important}
  .wh-component.wh-vb3-native-visual.wh-vb3-visual-target-surface>.wh-component-live-content>.wh-content-button>.wh-button,
.wh-component.wh-vb3-native-visual.wh-vb3-visual-target-surface>.wh-component-live-content [data-wh-vb3-surface]{transition-duration:0ms!important}
}
html.wh-motion-disabled .wh-vb3-native-visual{--wh-motion-opacity:1!important;--wh-motion-reveal-transform:translate3d(0,0,0)!important;--wh-motion-hover-transform:translate3d(0,0,0)!important;--wh-motion-reveal-filter:opacity(1)!important;transition-duration:0ms!important}
html.wh-motion-disabled .wh-component.wh-vb3-native-visual:not(.wh-vb3-visual-target-surface)[data-wh-hover]{transform:var(--wh-component-vfx-transform,translate3d(0,0,0))!important;filter:var(--wh-component-vfx-filter,opacity(1))!important;box-shadow:var(--wh-component-vfx-shadow,var(--wh-component-shadow,none))!important}
html.wh-motion-disabled .wh-component.wh-vb3-native-visual.wh-vb3-visual-target-surface[data-wh-hover]>.wh-component-live-content>.wh-content-button>.wh-button,html.wh-motion-disabled .wh-component.wh-vb3-native-visual.wh-vb3-visual-target-surface[data-wh-hover]>.wh-component-live-content [data-wh-vb3-surface]{transform:var(--wh-component-vfx-transform,translate3d(0,0,0))!important;filter:var(--wh-component-vfx-filter,opacity(1))!important;box-shadow:var(--wh-component-vfx-shadow,var(--wh-button-shadow,none))!important}
@media(prefers-reduced-motion:reduce){
  html.wh-motion-ready .wh-section.wh-vb3-native-visual[data-wh-animate]{transform:var(--wh-section-vfx-transform,translate3d(0,0,0))!important;filter:var(--wh-section-vfx-filter,opacity(1))!important;opacity:var(--wh-section-vfx-opacity,1)!important}
  html.wh-motion-ready .wh-component.wh-vb3-native-visual:not(.wh-vb3-visual-target-surface)[data-wh-animate]{transform:var(--wh-component-vfx-transform,translate3d(0,0,0))!important;filter:var(--wh-component-vfx-filter,opacity(1))!important;opacity:var(--wh-component-vfx-opacity,1)!important}
  html.wh-motion-ready .wh-component.wh-vb3-native-visual.wh-vb3-visual-target-surface[data-wh-animate]{transform:translate3d(0,0,0)!important;filter:opacity(1)!important;opacity:1!important}
}

/* Phase 9B — Canonical responsive backgrounds, media art direction, State v2 and variants. */
.wh-section{background-image:var(--wh-section-background-image,none);background-position:var(--wh-section-background-position,center);background-size:var(--wh-section-background-size,cover);background-repeat:var(--wh-section-background-repeat,no-repeat);background-attachment:var(--wh-section-background-attachment,scroll);background-blend-mode:var(--wh-section-background-blend,normal)}
.wh-layout-column{background-image:var(--wh-column-background-image,none);background-position:var(--wh-column-background-position,center);background-size:var(--wh-column-background-size,cover);background-repeat:var(--wh-column-background-repeat,no-repeat);background-attachment:var(--wh-column-background-attachment,scroll);background-blend-mode:var(--wh-column-background-blend,normal)}
.wh-component{background-image:var(--wh-component-background-image,none);background-position:var(--wh-component-background-position,center);background-size:var(--wh-component-background-size,cover);background-repeat:var(--wh-component-background-repeat,no-repeat);background-attachment:var(--wh-component-background-attachment,scroll);background-blend-mode:var(--wh-component-background-blend,normal)}
.wh-component[data-wh-variant-hidden="1"]{display:none!important}
.wh-component>template[data-wh-content-variant]{display:none!important}
.wh-responsive-media{display:block;width:100%;height:100%;max-width:100%}.wh-responsive-media>img{display:block;width:100%;height:100%;object-fit:var(--wh-media-fit,cover);object-position:var(--wh-media-focal-x,50%) var(--wh-media-focal-y,50%)}
/* v0.18.353-dev — Image component runtime-size authority. The canonical image renderer
 * keeps the legacy semantic figure wrapper while allowing VB3 component size/height
 * to flow through live-content -> figure -> picture -> img without collapsing. */
.wh-component.wh-image>.wh-component-live-content{width:100%;height:100%;min-width:0;min-height:0}
.wh-component.wh-image>.wh-component-live-content>.wh-content-image{display:block;width:100%;height:100%;max-width:min(100%,var(--wh-image-legacy-width,100%));margin:0}
.wh-component.wh-image>.wh-component-live-content>.wh-content-image>a{display:block;width:100%;height:100%}
.wh-component.wh-image>.wh-component-live-content>.wh-content-image .wh-responsive-media{width:100%;height:100%}
.wh-component.wh-image>.wh-component-live-content>.wh-content-image figcaption{height:auto}
.wh-component.wh-image:not(.wh-vb3-native-layout)>.wh-component-live-content>.wh-content-image{height:auto}
.wh-component.wh-image:not(.wh-vb3-native-layout)>.wh-component-live-content>.wh-content-image>a,.wh-component.wh-image:not(.wh-vb3-native-layout)>.wh-component-live-content>.wh-content-image .wh-responsive-media{height:auto}
.wh-component.wh-image:not(.wh-vb3-native-layout)>.wh-component-live-content>.wh-content-image img{height:auto}

.wh-component-custom-typography{writing-mode:var(--wh-component-writing-mode,horizontal-tb);text-orientation:var(--wh-component-text-orientation,mixed);font-stretch:var(--wh-component-font-stretch,100%);font-optical-sizing:var(--wh-component-font-optical-sizing,auto)}

@media(max-width:1023px){
  .wh-section{background-color:var(--wh-section-background-tablet,var(--wh-section-background,var(--wh-color-background,#FFFFFF)));background-image:var(--wh-section-background-image-tablet,var(--wh-section-background-image,none));background-position:var(--wh-section-background-position-tablet,var(--wh-section-background-position,center));background-size:var(--wh-section-background-size-tablet,var(--wh-section-background-size,cover));background-repeat:var(--wh-section-background-repeat-tablet,var(--wh-section-background-repeat,no-repeat));background-attachment:var(--wh-section-background-attachment-tablet,var(--wh-section-background-attachment,scroll));background-blend-mode:var(--wh-section-background-blend-tablet,var(--wh-section-background-blend,normal))}
  .wh-layout-column{background-color:var(--wh-column-background-tablet,var(--wh-column-background,transparent));background-image:var(--wh-column-background-image-tablet,var(--wh-column-background-image,none));background-position:var(--wh-column-background-position-tablet,var(--wh-column-background-position,center));background-size:var(--wh-column-background-size-tablet,var(--wh-column-background-size,cover));background-repeat:var(--wh-column-background-repeat-tablet,var(--wh-column-background-repeat,no-repeat));background-attachment:var(--wh-column-background-attachment-tablet,var(--wh-column-background-attachment,scroll));background-blend-mode:var(--wh-column-background-blend-tablet,var(--wh-column-background-blend,normal))}
  .wh-component{background-color:var(--wh-component-background-tablet,var(--wh-component-background,transparent));background-image:var(--wh-component-background-image-tablet,var(--wh-component-background-image,none));background-position:var(--wh-component-background-position-tablet,var(--wh-component-background-position,center));background-size:var(--wh-component-background-size-tablet,var(--wh-component-background-size,cover));background-repeat:var(--wh-component-background-repeat-tablet,var(--wh-component-background-repeat,no-repeat));background-attachment:var(--wh-component-background-attachment-tablet,var(--wh-component-background-attachment,scroll));background-blend-mode:var(--wh-component-background-blend-tablet,var(--wh-component-background-blend,normal))}
  .wh-responsive-media>img{object-fit:var(--wh-media-fit-tablet,var(--wh-media-fit,cover));object-position:var(--wh-media-focal-x-tablet,var(--wh-media-focal-x,50%)) var(--wh-media-focal-y-tablet,var(--wh-media-focal-y,50%))}
  .wh-component-custom-typography{writing-mode:var(--wh-component-writing-mode-tablet,var(--wh-component-writing-mode,horizontal-tb));text-orientation:var(--wh-component-text-orientation-tablet,var(--wh-component-text-orientation,mixed));font-stretch:var(--wh-component-font-stretch-tablet,var(--wh-component-font-stretch,100%));font-optical-sizing:var(--wh-component-font-optical-sizing-tablet,var(--wh-component-font-optical-sizing,auto))}
}
@media(max-width:767px){
  .wh-section{background-color:var(--wh-section-background-mobile,var(--wh-section-background-tablet,var(--wh-section-background,var(--wh-color-background,#FFFFFF))));background-image:var(--wh-section-background-image-mobile,var(--wh-section-background-image-tablet,var(--wh-section-background-image,none)));background-position:var(--wh-section-background-position-mobile,var(--wh-section-background-position-tablet,var(--wh-section-background-position,center)));background-size:var(--wh-section-background-size-mobile,var(--wh-section-background-size-tablet,var(--wh-section-background-size,cover)));background-repeat:var(--wh-section-background-repeat-mobile,var(--wh-section-background-repeat-tablet,var(--wh-section-background-repeat,no-repeat)));background-attachment:var(--wh-section-background-attachment-mobile,var(--wh-section-background-attachment-tablet,var(--wh-section-background-attachment,scroll)));background-blend-mode:var(--wh-section-background-blend-mobile,var(--wh-section-background-blend-tablet,var(--wh-section-background-blend,normal)))}
  .wh-layout-column{background-color:var(--wh-column-background-mobile,var(--wh-column-background-tablet,var(--wh-column-background,transparent)));background-image:var(--wh-column-background-image-mobile,var(--wh-column-background-image-tablet,var(--wh-column-background-image,none)));background-position:var(--wh-column-background-position-mobile,var(--wh-column-background-position-tablet,var(--wh-column-background-position,center)));background-size:var(--wh-column-background-size-mobile,var(--wh-column-background-size-tablet,var(--wh-column-background-size,cover)));background-repeat:var(--wh-column-background-repeat-mobile,var(--wh-column-background-repeat-tablet,var(--wh-column-background-repeat,no-repeat)));background-attachment:var(--wh-column-background-attachment-mobile,var(--wh-column-background-attachment-tablet,var(--wh-column-background-attachment,scroll)));background-blend-mode:var(--wh-column-background-blend-mobile,var(--wh-column-background-blend-tablet,var(--wh-column-background-blend,normal)))}
  .wh-component{background-color:var(--wh-component-background-mobile,var(--wh-component-background-tablet,var(--wh-component-background,transparent)));background-image:var(--wh-component-background-image-mobile,var(--wh-component-background-image-tablet,var(--wh-component-background-image,none)));background-position:var(--wh-component-background-position-mobile,var(--wh-component-background-position-tablet,var(--wh-component-background-position,center)));background-size:var(--wh-component-background-size-mobile,var(--wh-component-background-size-tablet,var(--wh-component-background-size,cover)));background-repeat:var(--wh-component-background-repeat-mobile,var(--wh-component-background-repeat-tablet,var(--wh-component-background-repeat,no-repeat)));background-attachment:var(--wh-component-background-attachment-mobile,var(--wh-component-background-attachment-tablet,var(--wh-component-background-attachment,scroll)));background-blend-mode:var(--wh-component-background-blend-mobile,var(--wh-component-background-blend-tablet,var(--wh-component-background-blend,normal)))}
  .wh-responsive-media>img{object-fit:var(--wh-media-fit-mobile,var(--wh-media-fit-tablet,var(--wh-media-fit,cover)));object-position:var(--wh-media-focal-x-mobile,var(--wh-media-focal-x-tablet,var(--wh-media-focal-x,50%))) var(--wh-media-focal-y-mobile,var(--wh-media-focal-y-tablet,var(--wh-media-focal-y,50%)))}
  .wh-component-custom-typography{writing-mode:var(--wh-component-writing-mode-mobile,var(--wh-component-writing-mode-tablet,var(--wh-component-writing-mode,horizontal-tb)));text-orientation:var(--wh-component-text-orientation-mobile,var(--wh-component-text-orientation-tablet,var(--wh-component-text-orientation,mixed)));font-stretch:var(--wh-component-font-stretch-mobile,var(--wh-component-font-stretch-tablet,var(--wh-component-font-stretch,100%)));font-optical-sizing:var(--wh-component-font-optical-sizing-mobile,var(--wh-component-font-optical-sizing-tablet,var(--wh-component-font-optical-sizing,auto)))}
}

/* State v2 uses one semantic channel for Editor/Preview/Frontend. */

.wh-component[data-wh-styled-states~="hover"]:hover,.wh-component[data-wh-styled-states~="hover"][data-wh-state-hover="1"]{background-color:var(--wh-state-hover-background,var(--wh-component-background,transparent))!important;color:var(--wh-state-hover-color,var(--wh-component-color,inherit))!important;border-color:var(--wh-state-hover-border-color,var(--wh-component-border-color,currentColor))!important;opacity:var(--wh-state-hover-opacity,var(--wh-component-vfx-opacity,1))!important;filter:var(--wh-state-hover-filter,var(--wh-component-vfx-filter,opacity(1)))!important;backdrop-filter:var(--wh-state-hover-backdrop-filter,var(--wh-component-vfx-backdrop-filter,blur(0px)))!important;clip-path:var(--wh-state-hover-clip-path,var(--wh-component-vfx-clip-path,none))!important;box-shadow:var(--wh-state-hover-box-shadow,var(--wh-component-vfx-shadow,var(--wh-component-shadow,none)))!important;display:var(--wh-state-hover-display,var(--wh-component-native-layout-display,block));}
.wh-component[data-wh-styled-states~="hover"]:hover>.wh-component-live-content>.wh-content-button>.wh-button,.wh-component[data-wh-styled-states~="hover"][data-wh-state-hover="1"]>.wh-component-live-content>.wh-content-button>.wh-button{background-color:var(--wh-state-hover-background,var(--wh-button-background,theme))!important;color:var(--wh-state-hover-color,var(--wh-button-color,inherit))!important;border-color:var(--wh-state-hover-border-color,var(--wh-button-border-color,currentColor))!important;box-shadow:var(--wh-state-hover-box-shadow,var(--wh-button-shadow,none))!important;}

.wh-component[data-wh-styled-states~="focus"]:focus-within,.wh-component[data-wh-styled-states~="focus"][data-wh-state-focus="1"]{background-color:var(--wh-state-focus-background,var(--wh-component-background,transparent))!important;color:var(--wh-state-focus-color,var(--wh-component-color,inherit))!important;border-color:var(--wh-state-focus-border-color,var(--wh-component-border-color,currentColor))!important;opacity:var(--wh-state-focus-opacity,var(--wh-component-vfx-opacity,1))!important;filter:var(--wh-state-focus-filter,var(--wh-component-vfx-filter,opacity(1)))!important;backdrop-filter:var(--wh-state-focus-backdrop-filter,var(--wh-component-vfx-backdrop-filter,blur(0px)))!important;clip-path:var(--wh-state-focus-clip-path,var(--wh-component-vfx-clip-path,none))!important;box-shadow:var(--wh-state-focus-box-shadow,var(--wh-component-vfx-shadow,var(--wh-component-shadow,none)))!important;display:var(--wh-state-focus-display,var(--wh-component-native-layout-display,block));}
.wh-component[data-wh-styled-states~="focus"]:focus-within>.wh-component-live-content>.wh-content-button>.wh-button,.wh-component[data-wh-styled-states~="focus"][data-wh-state-focus="1"]>.wh-component-live-content>.wh-content-button>.wh-button{background-color:var(--wh-state-focus-background,var(--wh-button-background,theme))!important;color:var(--wh-state-focus-color,var(--wh-button-color,inherit))!important;border-color:var(--wh-state-focus-border-color,var(--wh-button-border-color,currentColor))!important;box-shadow:var(--wh-state-focus-box-shadow,var(--wh-button-shadow,none))!important;}

.wh-component[data-wh-styled-states~="focus-visible"]:has(:focus-visible),.wh-component[data-wh-styled-states~="focus-visible"][data-wh-state-focus-visible="1"]{background-color:var(--wh-state-focus-visible-background,var(--wh-component-background,transparent))!important;color:var(--wh-state-focus-visible-color,var(--wh-component-color,inherit))!important;border-color:var(--wh-state-focus-visible-border-color,var(--wh-component-border-color,currentColor))!important;opacity:var(--wh-state-focus-visible-opacity,var(--wh-component-vfx-opacity,1))!important;filter:var(--wh-state-focus-visible-filter,var(--wh-component-vfx-filter,opacity(1)))!important;backdrop-filter:var(--wh-state-focus-visible-backdrop-filter,var(--wh-component-vfx-backdrop-filter,blur(0px)))!important;clip-path:var(--wh-state-focus-visible-clip-path,var(--wh-component-vfx-clip-path,none))!important;box-shadow:var(--wh-state-focus-visible-box-shadow,var(--wh-component-vfx-shadow,var(--wh-component-shadow,none)))!important;display:var(--wh-state-focus-visible-display,var(--wh-component-native-layout-display,block));}
.wh-component[data-wh-styled-states~="focus-visible"]:has(:focus-visible)>.wh-component-live-content>.wh-content-button>.wh-button,.wh-component[data-wh-styled-states~="focus-visible"][data-wh-state-focus-visible="1"]>.wh-component-live-content>.wh-content-button>.wh-button{background-color:var(--wh-state-focus-visible-background,var(--wh-button-background,theme))!important;color:var(--wh-state-focus-visible-color,var(--wh-button-color,inherit))!important;border-color:var(--wh-state-focus-visible-border-color,var(--wh-button-border-color,currentColor))!important;box-shadow:var(--wh-state-focus-visible-box-shadow,var(--wh-button-shadow,none))!important;}

.wh-component[data-wh-styled-states~="active"]:active,.wh-component[data-wh-styled-states~="active"][data-wh-state-active="1"]{background-color:var(--wh-state-active-background,var(--wh-component-background,transparent))!important;color:var(--wh-state-active-color,var(--wh-component-color,inherit))!important;border-color:var(--wh-state-active-border-color,var(--wh-component-border-color,currentColor))!important;opacity:var(--wh-state-active-opacity,var(--wh-component-vfx-opacity,1))!important;filter:var(--wh-state-active-filter,var(--wh-component-vfx-filter,opacity(1)))!important;backdrop-filter:var(--wh-state-active-backdrop-filter,var(--wh-component-vfx-backdrop-filter,blur(0px)))!important;clip-path:var(--wh-state-active-clip-path,var(--wh-component-vfx-clip-path,none))!important;box-shadow:var(--wh-state-active-box-shadow,var(--wh-component-vfx-shadow,var(--wh-component-shadow,none)))!important;display:var(--wh-state-active-display,var(--wh-component-native-layout-display,block));}
.wh-component[data-wh-styled-states~="active"]:active>.wh-component-live-content>.wh-content-button>.wh-button,.wh-component[data-wh-styled-states~="active"][data-wh-state-active="1"]>.wh-component-live-content>.wh-content-button>.wh-button{background-color:var(--wh-state-active-background,var(--wh-button-background,theme))!important;color:var(--wh-state-active-color,var(--wh-button-color,inherit))!important;border-color:var(--wh-state-active-border-color,var(--wh-button-border-color,currentColor))!important;box-shadow:var(--wh-state-active-box-shadow,var(--wh-button-shadow,none))!important;}

.wh-component[data-wh-styled-states~="selected"][data-wh-state-selected="1"]{background-color:var(--wh-state-selected-background,var(--wh-component-background,transparent))!important;color:var(--wh-state-selected-color,var(--wh-component-color,inherit))!important;border-color:var(--wh-state-selected-border-color,var(--wh-component-border-color,currentColor))!important;opacity:var(--wh-state-selected-opacity,var(--wh-component-vfx-opacity,1))!important;filter:var(--wh-state-selected-filter,var(--wh-component-vfx-filter,opacity(1)))!important;backdrop-filter:var(--wh-state-selected-backdrop-filter,var(--wh-component-vfx-backdrop-filter,blur(0px)))!important;clip-path:var(--wh-state-selected-clip-path,var(--wh-component-vfx-clip-path,none))!important;box-shadow:var(--wh-state-selected-box-shadow,var(--wh-component-vfx-shadow,var(--wh-component-shadow,none)))!important;display:var(--wh-state-selected-display,var(--wh-component-native-layout-display,block));}
.wh-component[data-wh-styled-states~="selected"][data-wh-state-selected="1"]>.wh-component-live-content>.wh-content-button>.wh-button{background-color:var(--wh-state-selected-background,var(--wh-button-background,theme))!important;color:var(--wh-state-selected-color,var(--wh-button-color,inherit))!important;border-color:var(--wh-state-selected-border-color,var(--wh-button-border-color,currentColor))!important;box-shadow:var(--wh-state-selected-box-shadow,var(--wh-button-shadow,none))!important;}

.wh-component[data-wh-styled-states~="checked"][data-wh-state-checked="1"]{background-color:var(--wh-state-checked-background,var(--wh-component-background,transparent))!important;color:var(--wh-state-checked-color,var(--wh-component-color,inherit))!important;border-color:var(--wh-state-checked-border-color,var(--wh-component-border-color,currentColor))!important;opacity:var(--wh-state-checked-opacity,var(--wh-component-vfx-opacity,1))!important;filter:var(--wh-state-checked-filter,var(--wh-component-vfx-filter,opacity(1)))!important;backdrop-filter:var(--wh-state-checked-backdrop-filter,var(--wh-component-vfx-backdrop-filter,blur(0px)))!important;clip-path:var(--wh-state-checked-clip-path,var(--wh-component-vfx-clip-path,none))!important;box-shadow:var(--wh-state-checked-box-shadow,var(--wh-component-vfx-shadow,var(--wh-component-shadow,none)))!important;display:var(--wh-state-checked-display,var(--wh-component-native-layout-display,block));}
.wh-component[data-wh-styled-states~="checked"][data-wh-state-checked="1"]>.wh-component-live-content>.wh-content-button>.wh-button{background-color:var(--wh-state-checked-background,var(--wh-button-background,theme))!important;color:var(--wh-state-checked-color,var(--wh-button-color,inherit))!important;border-color:var(--wh-state-checked-border-color,var(--wh-button-border-color,currentColor))!important;box-shadow:var(--wh-state-checked-box-shadow,var(--wh-button-shadow,none))!important;}

.wh-component[data-wh-styled-states~="open"][data-wh-state-open="1"]{background-color:var(--wh-state-open-background,var(--wh-component-background,transparent))!important;color:var(--wh-state-open-color,var(--wh-component-color,inherit))!important;border-color:var(--wh-state-open-border-color,var(--wh-component-border-color,currentColor))!important;opacity:var(--wh-state-open-opacity,var(--wh-component-vfx-opacity,1))!important;filter:var(--wh-state-open-filter,var(--wh-component-vfx-filter,opacity(1)))!important;backdrop-filter:var(--wh-state-open-backdrop-filter,var(--wh-component-vfx-backdrop-filter,blur(0px)))!important;clip-path:var(--wh-state-open-clip-path,var(--wh-component-vfx-clip-path,none))!important;box-shadow:var(--wh-state-open-box-shadow,var(--wh-component-vfx-shadow,var(--wh-component-shadow,none)))!important;display:var(--wh-state-open-display,var(--wh-component-native-layout-display,block));}
.wh-component[data-wh-styled-states~="open"][data-wh-state-open="1"]>.wh-component-live-content>.wh-content-button>.wh-button{background-color:var(--wh-state-open-background,var(--wh-button-background,theme))!important;color:var(--wh-state-open-color,var(--wh-button-color,inherit))!important;border-color:var(--wh-state-open-border-color,var(--wh-button-border-color,currentColor))!important;box-shadow:var(--wh-state-open-box-shadow,var(--wh-button-shadow,none))!important;}

.wh-component[data-wh-styled-states~="expanded"][data-wh-state-expanded="1"]{background-color:var(--wh-state-expanded-background,var(--wh-component-background,transparent))!important;color:var(--wh-state-expanded-color,var(--wh-component-color,inherit))!important;border-color:var(--wh-state-expanded-border-color,var(--wh-component-border-color,currentColor))!important;opacity:var(--wh-state-expanded-opacity,var(--wh-component-vfx-opacity,1))!important;filter:var(--wh-state-expanded-filter,var(--wh-component-vfx-filter,opacity(1)))!important;backdrop-filter:var(--wh-state-expanded-backdrop-filter,var(--wh-component-vfx-backdrop-filter,blur(0px)))!important;clip-path:var(--wh-state-expanded-clip-path,var(--wh-component-vfx-clip-path,none))!important;box-shadow:var(--wh-state-expanded-box-shadow,var(--wh-component-vfx-shadow,var(--wh-component-shadow,none)))!important;display:var(--wh-state-expanded-display,var(--wh-component-native-layout-display,block));}
.wh-component[data-wh-styled-states~="expanded"][data-wh-state-expanded="1"]>.wh-component-live-content>.wh-content-button>.wh-button{background-color:var(--wh-state-expanded-background,var(--wh-button-background,theme))!important;color:var(--wh-state-expanded-color,var(--wh-button-color,inherit))!important;border-color:var(--wh-state-expanded-border-color,var(--wh-button-border-color,currentColor))!important;box-shadow:var(--wh-state-expanded-box-shadow,var(--wh-button-shadow,none))!important;}

.wh-component[data-wh-styled-states~="current"][data-wh-state-current="1"]{background-color:var(--wh-state-current-background,var(--wh-component-background,transparent))!important;color:var(--wh-state-current-color,var(--wh-component-color,inherit))!important;border-color:var(--wh-state-current-border-color,var(--wh-component-border-color,currentColor))!important;opacity:var(--wh-state-current-opacity,var(--wh-component-vfx-opacity,1))!important;filter:var(--wh-state-current-filter,var(--wh-component-vfx-filter,opacity(1)))!important;backdrop-filter:var(--wh-state-current-backdrop-filter,var(--wh-component-vfx-backdrop-filter,blur(0px)))!important;clip-path:var(--wh-state-current-clip-path,var(--wh-component-vfx-clip-path,none))!important;box-shadow:var(--wh-state-current-box-shadow,var(--wh-component-vfx-shadow,var(--wh-component-shadow,none)))!important;display:var(--wh-state-current-display,var(--wh-component-native-layout-display,block));}
.wh-component[data-wh-styled-states~="current"][data-wh-state-current="1"]>.wh-component-live-content>.wh-content-button>.wh-button{background-color:var(--wh-state-current-background,var(--wh-button-background,theme))!important;color:var(--wh-state-current-color,var(--wh-button-color,inherit))!important;border-color:var(--wh-state-current-border-color,var(--wh-button-border-color,currentColor))!important;box-shadow:var(--wh-state-current-box-shadow,var(--wh-button-shadow,none))!important;}

.wh-component[data-wh-styled-states~="in-view"][data-wh-state-in-view="1"]{background-color:var(--wh-state-in-view-background,var(--wh-component-background,transparent))!important;color:var(--wh-state-in-view-color,var(--wh-component-color,inherit))!important;border-color:var(--wh-state-in-view-border-color,var(--wh-component-border-color,currentColor))!important;opacity:var(--wh-state-in-view-opacity,var(--wh-component-vfx-opacity,1))!important;filter:var(--wh-state-in-view-filter,var(--wh-component-vfx-filter,opacity(1)))!important;backdrop-filter:var(--wh-state-in-view-backdrop-filter,var(--wh-component-vfx-backdrop-filter,blur(0px)))!important;clip-path:var(--wh-state-in-view-clip-path,var(--wh-component-vfx-clip-path,none))!important;box-shadow:var(--wh-state-in-view-box-shadow,var(--wh-component-vfx-shadow,var(--wh-component-shadow,none)))!important;display:var(--wh-state-in-view-display,var(--wh-component-native-layout-display,block));}
.wh-component[data-wh-styled-states~="in-view"][data-wh-state-in-view="1"]>.wh-component-live-content>.wh-content-button>.wh-button{background-color:var(--wh-state-in-view-background,var(--wh-button-background,theme))!important;color:var(--wh-state-in-view-color,var(--wh-button-color,inherit))!important;border-color:var(--wh-state-in-view-border-color,var(--wh-button-border-color,currentColor))!important;box-shadow:var(--wh-state-in-view-box-shadow,var(--wh-button-shadow,none))!important;}

.wh-component[data-wh-styled-states~="reduced-motion"][data-wh-state-reduced-motion="1"]{background-color:var(--wh-state-reduced-motion-background,var(--wh-component-background,transparent))!important;color:var(--wh-state-reduced-motion-color,var(--wh-component-color,inherit))!important;border-color:var(--wh-state-reduced-motion-border-color,var(--wh-component-border-color,currentColor))!important;opacity:var(--wh-state-reduced-motion-opacity,var(--wh-component-vfx-opacity,1))!important;filter:var(--wh-state-reduced-motion-filter,var(--wh-component-vfx-filter,opacity(1)))!important;backdrop-filter:var(--wh-state-reduced-motion-backdrop-filter,var(--wh-component-vfx-backdrop-filter,blur(0px)))!important;clip-path:var(--wh-state-reduced-motion-clip-path,var(--wh-component-vfx-clip-path,none))!important;box-shadow:var(--wh-state-reduced-motion-box-shadow,var(--wh-component-vfx-shadow,var(--wh-component-shadow,none)))!important;display:var(--wh-state-reduced-motion-display,var(--wh-component-native-layout-display,block));}
.wh-component[data-wh-styled-states~="reduced-motion"][data-wh-state-reduced-motion="1"]>.wh-component-live-content>.wh-content-button>.wh-button{background-color:var(--wh-state-reduced-motion-background,var(--wh-button-background,theme))!important;color:var(--wh-state-reduced-motion-color,var(--wh-button-color,inherit))!important;border-color:var(--wh-state-reduced-motion-border-color,var(--wh-button-border-color,currentColor))!important;box-shadow:var(--wh-state-reduced-motion-box-shadow,var(--wh-button-shadow,none))!important;}

.wh-component[data-wh-styled-states~="reduced-data"][data-wh-state-reduced-data="1"]{background-color:var(--wh-state-reduced-data-background,var(--wh-component-background,transparent))!important;color:var(--wh-state-reduced-data-color,var(--wh-component-color,inherit))!important;border-color:var(--wh-state-reduced-data-border-color,var(--wh-component-border-color,currentColor))!important;opacity:var(--wh-state-reduced-data-opacity,var(--wh-component-vfx-opacity,1))!important;filter:var(--wh-state-reduced-data-filter,var(--wh-component-vfx-filter,opacity(1)))!important;backdrop-filter:var(--wh-state-reduced-data-backdrop-filter,var(--wh-component-vfx-backdrop-filter,blur(0px)))!important;clip-path:var(--wh-state-reduced-data-clip-path,var(--wh-component-vfx-clip-path,none))!important;box-shadow:var(--wh-state-reduced-data-box-shadow,var(--wh-component-vfx-shadow,var(--wh-component-shadow,none)))!important;display:var(--wh-state-reduced-data-display,var(--wh-component-native-layout-display,block));}
.wh-component[data-wh-styled-states~="reduced-data"][data-wh-state-reduced-data="1"]>.wh-component-live-content>.wh-content-button>.wh-button{background-color:var(--wh-state-reduced-data-background,var(--wh-button-background,theme))!important;color:var(--wh-state-reduced-data-color,var(--wh-button-color,inherit))!important;border-color:var(--wh-state-reduced-data-border-color,var(--wh-button-border-color,currentColor))!important;box-shadow:var(--wh-state-reduced-data-box-shadow,var(--wh-button-shadow,none))!important;}

/* Background Motion uses background-specific variables and never replaces element Transform. */
[data-wh-background-motion]{background-position:var(--wh-bg-motion-position,var(--wh-component-background-position,var(--wh-section-background-position,center)));background-size:var(--wh-bg-motion-size,var(--wh-component-background-size,var(--wh-section-background-size,cover)))}
@media(prefers-reduced-motion:reduce){[data-wh-background-motion]{--wh-bg-motion-position:var(--wh-bg-motion-final-position,center);--wh-bg-motion-size:var(--wh-bg-motion-final-size,100%);animation:none!important}}

/* v0.18.458-dev — Phase B Structural Row parent-layout authority.
 * Unstyled top-level rows intentionally keep the historical flat Column DOM.
 * A physical row wrapper is emitted only when rows[].styles contains meaningful
 * canonical layout/size/position/overflow data. */
.wh-layout-row.wh-vb3-native-layout{
  grid-column:1/-1;
  display:var(--wh-row-native-layout-display,grid);
  flex-direction:var(--wh-row-native-flex-direction,row);
  flex-wrap:var(--wh-row-native-flex-wrap,nowrap);
  justify-content:var(--wh-row-native-justify-content,start);
  align-items:var(--wh-row-native-align-items,stretch);
  align-content:var(--wh-row-native-align-content,stretch);
  row-gap:var(--wh-row-native-row-gap,0px);
  column-gap:var(--wh-row-native-column-gap,0px);
  grid-template-columns:var(--wh-row-native-grid-template-columns,repeat(12,minmax(0,1fr)));
  grid-template-rows:var(--wh-row-native-grid-template-rows,none);
  grid-auto-flow:var(--wh-row-native-grid-auto-flow,row);
  width:var(--wh-row-native-width,100%);
  height:var(--wh-row-native-height,auto);
  min-width:var(--wh-row-native-min-width,0px);
  max-width:var(--wh-row-native-max-width,none);
  min-height:var(--wh-row-native-min-height,0px);
  max-height:var(--wh-row-native-max-height,none);
  aspect-ratio:var(--wh-row-native-aspect-ratio,auto);
  position:var(--wh-row-native-position,static);
  top:var(--wh-row-native-top,auto);
  right:var(--wh-row-native-right,auto);
  bottom:var(--wh-row-native-bottom,auto);
  left:var(--wh-row-native-left,auto);
  z-index:var(--wh-row-native-z-index,0);
  translate:var(--wh-row-native-offset-x,0px) var(--wh-row-native-offset-y,0px);
  overflow-x:var(--wh-row-native-overflow-x,visible);
  overflow-y:var(--wh-row-native-overflow-y,visible);
}
.wh-layout-row.wh-vb3-native-layout>.wh-layout-column{min-width:0}
.wh-nested-row.wh-vb3-native-layout{
  display:var(--wh-nested-row-native-layout-display,grid);
  flex-direction:var(--wh-nested-row-native-flex-direction,row);
  flex-wrap:var(--wh-nested-row-native-flex-wrap,nowrap);
  justify-content:var(--wh-nested-row-native-justify-content,start);
  align-items:var(--wh-nested-row-native-align-items,stretch);
  align-content:var(--wh-nested-row-native-align-content,stretch);
  row-gap:var(--wh-nested-row-native-row-gap,0px);
  column-gap:var(--wh-nested-row-native-column-gap,0px);
  grid-template-columns:var(--wh-nested-row-native-grid-template-columns,repeat(12,minmax(0,1fr)));
  grid-template-rows:var(--wh-nested-row-native-grid-template-rows,none);
  grid-auto-flow:var(--wh-nested-row-native-grid-auto-flow,row);
  width:var(--wh-nested-row-native-width,100%);
  height:var(--wh-nested-row-native-height,auto);
  min-width:var(--wh-nested-row-native-min-width,0px);
  max-width:var(--wh-nested-row-native-max-width,none);
  min-height:var(--wh-nested-row-native-min-height,0px);
  max-height:var(--wh-nested-row-native-max-height,none);
  aspect-ratio:var(--wh-nested-row-native-aspect-ratio,auto);
  position:var(--wh-nested-row-native-position,static);
  top:var(--wh-nested-row-native-top,auto);
  right:var(--wh-nested-row-native-right,auto);
  bottom:var(--wh-nested-row-native-bottom,auto);
  left:var(--wh-nested-row-native-left,auto);
  z-index:var(--wh-nested-row-native-z-index,0);
  translate:var(--wh-nested-row-native-offset-x,0px) var(--wh-nested-row-native-offset-y,0px);
  overflow-x:var(--wh-nested-row-native-overflow-x,visible);
  overflow-y:var(--wh-nested-row-native-overflow-y,visible);
}
@media(min-width:768px) and (max-width:1023px){
  .wh-layout-row.wh-vb3-native-layout{
    grid-column:1/-1;
  display:var(--wh-row-native-layout-display-tablet,grid);
  flex-direction:var(--wh-row-native-flex-direction-tablet,row);
  flex-wrap:var(--wh-row-native-flex-wrap-tablet,nowrap);
  justify-content:var(--wh-row-native-justify-content-tablet,start);
  align-items:var(--wh-row-native-align-items-tablet,stretch);
  align-content:var(--wh-row-native-align-content-tablet,stretch);
  row-gap:var(--wh-row-native-row-gap-tablet,0px);
  column-gap:var(--wh-row-native-column-gap-tablet,0px);
  grid-template-columns:var(--wh-row-native-grid-template-columns-tablet,repeat(12,minmax(0,1fr)));
  grid-template-rows:var(--wh-row-native-grid-template-rows-tablet,none);
  grid-auto-flow:var(--wh-row-native-grid-auto-flow-tablet,row);
  width:var(--wh-row-native-width-tablet,100%);
  height:var(--wh-row-native-height-tablet,auto);
  min-width:var(--wh-row-native-min-width-tablet,0px);
  max-width:var(--wh-row-native-max-width-tablet,none);
  min-height:var(--wh-row-native-min-height-tablet,0px);
  max-height:var(--wh-row-native-max-height-tablet,none);
  aspect-ratio:var(--wh-row-native-aspect-ratio-tablet,auto);
  position:var(--wh-row-native-position-tablet,static);
  top:var(--wh-row-native-top-tablet,auto);
  right:var(--wh-row-native-right-tablet,auto);
  bottom:var(--wh-row-native-bottom-tablet,auto);
  left:var(--wh-row-native-left-tablet,auto);
  z-index:var(--wh-row-native-z-index-tablet,0);
  translate:var(--wh-row-native-offset-x-tablet,0px) var(--wh-row-native-offset-y-tablet,0px);
  overflow-x:var(--wh-row-native-overflow-x-tablet,visible);
  overflow-y:var(--wh-row-native-overflow-y-tablet,visible);
  }
  .wh-nested-row.wh-vb3-native-layout{
  display:var(--wh-nested-row-native-layout-display-tablet,grid);
  flex-direction:var(--wh-nested-row-native-flex-direction-tablet,row);
  flex-wrap:var(--wh-nested-row-native-flex-wrap-tablet,nowrap);
  justify-content:var(--wh-nested-row-native-justify-content-tablet,start);
  align-items:var(--wh-nested-row-native-align-items-tablet,stretch);
  align-content:var(--wh-nested-row-native-align-content-tablet,stretch);
  row-gap:var(--wh-nested-row-native-row-gap-tablet,0px);
  column-gap:var(--wh-nested-row-native-column-gap-tablet,0px);
  grid-template-columns:var(--wh-nested-row-native-grid-template-columns-tablet,repeat(12,minmax(0,1fr)));
  grid-template-rows:var(--wh-nested-row-native-grid-template-rows-tablet,none);
  grid-auto-flow:var(--wh-nested-row-native-grid-auto-flow-tablet,row);
  width:var(--wh-nested-row-native-width-tablet,100%);
  height:var(--wh-nested-row-native-height-tablet,auto);
  min-width:var(--wh-nested-row-native-min-width-tablet,0px);
  max-width:var(--wh-nested-row-native-max-width-tablet,none);
  min-height:var(--wh-nested-row-native-min-height-tablet,0px);
  max-height:var(--wh-nested-row-native-max-height-tablet,none);
  aspect-ratio:var(--wh-nested-row-native-aspect-ratio-tablet,auto);
  position:var(--wh-nested-row-native-position-tablet,static);
  top:var(--wh-nested-row-native-top-tablet,auto);
  right:var(--wh-nested-row-native-right-tablet,auto);
  bottom:var(--wh-nested-row-native-bottom-tablet,auto);
  left:var(--wh-nested-row-native-left-tablet,auto);
  z-index:var(--wh-nested-row-native-z-index-tablet,0);
  translate:var(--wh-nested-row-native-offset-x-tablet,0px) var(--wh-nested-row-native-offset-y-tablet,0px);
  overflow-x:var(--wh-nested-row-native-overflow-x-tablet,visible);
  overflow-y:var(--wh-nested-row-native-overflow-y-tablet,visible);
  }
}
@media(max-width:767px){
  .wh-layout-row.wh-vb3-native-layout{
    grid-column:1/-1;
  display:var(--wh-row-native-layout-display-mobile,grid);
  flex-direction:var(--wh-row-native-flex-direction-mobile,row);
  flex-wrap:var(--wh-row-native-flex-wrap-mobile,nowrap);
  justify-content:var(--wh-row-native-justify-content-mobile,start);
  align-items:var(--wh-row-native-align-items-mobile,stretch);
  align-content:var(--wh-row-native-align-content-mobile,stretch);
  row-gap:var(--wh-row-native-row-gap-mobile,0px);
  column-gap:var(--wh-row-native-column-gap-mobile,0px);
  grid-template-columns:var(--wh-row-native-grid-template-columns-mobile,repeat(12,minmax(0,1fr)));
  grid-template-rows:var(--wh-row-native-grid-template-rows-mobile,none);
  grid-auto-flow:var(--wh-row-native-grid-auto-flow-mobile,row);
  width:var(--wh-row-native-width-mobile,100%);
  height:var(--wh-row-native-height-mobile,auto);
  min-width:var(--wh-row-native-min-width-mobile,0px);
  max-width:var(--wh-row-native-max-width-mobile,none);
  min-height:var(--wh-row-native-min-height-mobile,0px);
  max-height:var(--wh-row-native-max-height-mobile,none);
  aspect-ratio:var(--wh-row-native-aspect-ratio-mobile,auto);
  position:var(--wh-row-native-position-mobile,static);
  top:var(--wh-row-native-top-mobile,auto);
  right:var(--wh-row-native-right-mobile,auto);
  bottom:var(--wh-row-native-bottom-mobile,auto);
  left:var(--wh-row-native-left-mobile,auto);
  z-index:var(--wh-row-native-z-index-mobile,0);
  translate:var(--wh-row-native-offset-x-mobile,0px) var(--wh-row-native-offset-y-mobile,0px);
  overflow-x:var(--wh-row-native-overflow-x-mobile,visible);
  overflow-y:var(--wh-row-native-overflow-y-mobile,visible);
  }
  .wh-nested-row.wh-vb3-native-layout{
  display:var(--wh-nested-row-native-layout-display-mobile,grid);
  flex-direction:var(--wh-nested-row-native-flex-direction-mobile,row);
  flex-wrap:var(--wh-nested-row-native-flex-wrap-mobile,nowrap);
  justify-content:var(--wh-nested-row-native-justify-content-mobile,start);
  align-items:var(--wh-nested-row-native-align-items-mobile,stretch);
  align-content:var(--wh-nested-row-native-align-content-mobile,stretch);
  row-gap:var(--wh-nested-row-native-row-gap-mobile,0px);
  column-gap:var(--wh-nested-row-native-column-gap-mobile,0px);
  grid-template-columns:var(--wh-nested-row-native-grid-template-columns-mobile,repeat(12,minmax(0,1fr)));
  grid-template-rows:var(--wh-nested-row-native-grid-template-rows-mobile,none);
  grid-auto-flow:var(--wh-nested-row-native-grid-auto-flow-mobile,row);
  width:var(--wh-nested-row-native-width-mobile,100%);
  height:var(--wh-nested-row-native-height-mobile,auto);
  min-width:var(--wh-nested-row-native-min-width-mobile,0px);
  max-width:var(--wh-nested-row-native-max-width-mobile,none);
  min-height:var(--wh-nested-row-native-min-height-mobile,0px);
  max-height:var(--wh-nested-row-native-max-height-mobile,none);
  aspect-ratio:var(--wh-nested-row-native-aspect-ratio-mobile,auto);
  position:var(--wh-nested-row-native-position-mobile,static);
  top:var(--wh-nested-row-native-top-mobile,auto);
  right:var(--wh-nested-row-native-right-mobile,auto);
  bottom:var(--wh-nested-row-native-bottom-mobile,auto);
  left:var(--wh-nested-row-native-left-mobile,auto);
  z-index:var(--wh-nested-row-native-z-index-mobile,0);
  translate:var(--wh-nested-row-native-offset-x-mobile,0px) var(--wh-nested-row-native-offset-y-mobile,0px);
  overflow-x:var(--wh-nested-row-native-overflow-x-mobile,visible);
  overflow-y:var(--wh-nested-row-native-overflow-y-mobile,visible);
  }
}

/* v0.18.376-dev — VB3 Nested Container Runtime Stage C.
 * Nested containers now participate in the canonical renderer as structural geometry only.
 * Normal component ownership remains top-level until a later guarded stage. */
.wh-nested-container{display:grid;gap:var(--wh-nested-gap,20px);min-width:0;width:100%}
.wh-nested-row{display:grid;grid-template-columns:repeat(12,minmax(0,1fr));gap:var(--wh-nested-gap,20px);min-width:0;width:100%}
.wh-nested-row.wh-align-center{align-items:center}.wh-nested-row.wh-align-end{align-items:end}.wh-nested-row.wh-align-stretch{align-items:stretch}.wh-nested-row.wh-align-start{align-items:start}
.wh-nested-column{grid-column:span var(--wh-nested-column-span,12);min-width:0}
.wh-layout-column>.wh-component+.wh-nested-container,.wh-layout-column>.wh-nested-container+.wh-nested-container{margin-top:var(--wh-component-gap,16px)}
.wh-nested-column>.wh-nested-container+.wh-nested-container{margin-top:var(--wh-nested-gap,20px)}
@media(min-width:768px) and (max-width:1023px){
  .wh-nested-container{gap:var(--wh-nested-gap-tablet,var(--wh-nested-gap,18px))}
  .wh-nested-row{grid-template-columns:repeat(12,minmax(0,1fr));gap:var(--wh-nested-gap-tablet,var(--wh-nested-gap,18px))}
  .wh-layout-column>.wh-component+.wh-nested-container,.wh-layout-column>.wh-nested-container+.wh-nested-container{margin-top:var(--wh-component-gap-tablet,var(--wh-component-gap,14px))}
  .wh-nested-column>.wh-nested-container+.wh-nested-container{margin-top:var(--wh-nested-gap-tablet,var(--wh-nested-gap,18px))}
}
@media(max-width:767px){
  .wh-nested-container{gap:var(--wh-nested-gap-mobile,var(--wh-nested-gap-tablet,var(--wh-nested-gap,14px)))}
  .wh-nested-row{grid-template-columns:1fr;gap:var(--wh-nested-gap-mobile,var(--wh-nested-gap-tablet,var(--wh-nested-gap,14px)))}
  .wh-nested-column{grid-column:auto}
  .wh-layout-column>.wh-component+.wh-nested-container,.wh-layout-column>.wh-nested-container+.wh-nested-container{margin-top:var(--wh-component-gap-mobile,var(--wh-component-gap,12px))}
  .wh-nested-column>.wh-nested-container+.wh-nested-container{margin-top:var(--wh-nested-gap-mobile,var(--wh-nested-gap,14px))}
}

/* v0.18.425-dev — VB3 Nested Container native sizing authority.
 * Executes explicit container styles (not design inference) so intrinsic groups
 * such as CTA/USP rows can remain compact inside wider parent columns. */
.wh-nested-container.wh-vb3-native-layout{
  display:var(--wh-nested-container-native-layout-display,grid)!important;
  width:var(--wh-nested-container-native-width,100%);
  min-width:var(--wh-nested-container-native-min-width,0px);
  max-width:var(--wh-nested-container-native-max-width,none);
  height:var(--wh-nested-container-native-height,auto);
  min-height:var(--wh-nested-container-native-min-height,0px);
  max-height:var(--wh-nested-container-native-max-height,none);
}
@media(min-width:768px) and (max-width:1023px){
  .wh-nested-container.wh-vb3-native-layout{
    display:var(--wh-nested-container-native-layout-display-tablet,var(--wh-nested-container-native-layout-display,grid))!important;
    width:var(--wh-nested-container-native-width-tablet,var(--wh-nested-container-native-width,100%));
    min-width:var(--wh-nested-container-native-min-width-tablet,var(--wh-nested-container-native-min-width,0px));
    max-width:var(--wh-nested-container-native-max-width-tablet,var(--wh-nested-container-native-max-width,none));
  }
}
@media(max-width:767px){
  .wh-nested-container.wh-vb3-native-layout{
    display:var(--wh-nested-container-native-layout-display-mobile,var(--wh-nested-container-native-layout-display-tablet,var(--wh-nested-container-native-layout-display,grid)))!important;
    width:var(--wh-nested-container-native-width-mobile,var(--wh-nested-container-native-width-tablet,var(--wh-nested-container-native-width,100%)));
    min-width:var(--wh-nested-container-native-min-width-mobile,var(--wh-nested-container-native-min-width-tablet,var(--wh-nested-container-native-min-width,0px)));
    max-width:var(--wh-nested-container-native-max-width-mobile,var(--wh-nested-container-native-max-width-tablet,var(--wh-nested-container-native-max-width,none)));
  }
}

/* v0.18.407-dev — deterministic fidelity contracts.
 * These rules execute explicit component semantics; they do not infer design intent. */
.wh-content-button .wh-button{white-space:nowrap}
.site-header.has-shared-region .wh-site-navigation-component.is-horizontal>ul{flex-wrap:nowrap}
.wh-site-utility-entry{display:inline-flex;align-items:center;justify-content:center;gap:6px;color:inherit;text-decoration:none;white-space:nowrap}
.wh-site-utility-entry-icon{display:inline-grid;place-items:center;width:20px;height:20px;font-size:15px;line-height:1}
.wh-site-social-links{display:grid;gap:7px}
.wh-site-social-links a{display:inline-flex;align-items:center;gap:7px;color:inherit;text-decoration:none;white-space:nowrap}

/* v0.18.407-dev — deterministic fidelity contracts. */
.wh-content-button .wh-button{white-space:nowrap}
.site-header.has-shared-region .wh-site-navigation-component.is-horizontal>ul{flex-wrap:nowrap}
.wh-site-utility-entry{display:inline-flex;align-items:center;justify-content:center;gap:6px;color:inherit;text-decoration:none;white-space:nowrap}
.wh-site-utility-entry-icon{display:inline-grid;place-items:center;width:20px;height:20px;font-size:15px;line-height:1}
.wh-site-social-links{display:grid;gap:7px}
.wh-site-social-links a{display:inline-flex;align-items:center;gap:7px;color:inherit;text-decoration:none;white-space:nowrap}

/* v0.18.408-dev — explicit site_brand composition authority. */
.wh-site-brand-component.is-stacked{flex-direction:column;align-items:flex-start;justify-content:flex-start;gap:12px}
.wh-site-brand-component.is-stacked img{max-width:min(240px,100%)}
.wh-site-brand-component.is-stacked small{max-width:280px;line-height:1.7}


/* v0.18.410-dev — Shared Header Runtime Authority.
 * Human Native Ground Truth and AI Header are already parameter-identical.
 * These rules make canonical shared-region primitives consume those parameters
 * without generic content-component padding or frontend-only wrapper assumptions. */
.wh-component[data-wh-component="site_brand"],
.wh-component[data-wh-component="site_navigation"],
.wh-component[data-wh-component="site_search"],
.wh-component[data-wh-component="site_member_entry"],
.wh-component[data-wh-component="site_cart_entry"]{padding:0}
.wh-site-navigation-component.is-horizontal>ul{flex-wrap:nowrap;white-space:nowrap}
.wh-site-navigation-component.is-horizontal>ul>li{flex:0 0 auto}
.wh-component[data-wh-component="site_navigation"]{margin-inline:auto}
.wh-component[data-wh-component="site_search"],
.wh-component[data-wh-component="site_member_entry"],
.wh-component[data-wh-component="site_cart_entry"]{flex:0 0 auto;min-width:max-content}
.wh-site-utility-entry,.wh-site-cart-entry-component{white-space:nowrap}
.wh-site-cart-entry-component{display:inline-flex;align-items:center;justify-content:center;gap:6px;color:inherit;text-decoration:none}
.wh-component[data-wh-component="site_brand"] .wh-site-brand-component img{max-width:100%;max-height:var(--wh-component-native-max-height,72px);width:auto;height:auto}

/* v0.18.411-dev — Human Native Header Style Calibration.
 * Inner site-chrome details consume explicit VB3 component props. No visual guessing. */
.wh-site-navigation-component.is-horizontal>ul{gap:var(--wh-site-nav-item-gap,18px)}
.wh-site-utility-entry,.wh-site-cart-entry-component{gap:var(--wh-site-utility-icon-gap,6px)}
.wh-site-utility-entry-icon,.wh-site-cart-entry-icon{font-size:var(--wh-site-utility-icon-size,20px);width:var(--wh-site-utility-icon-size,20px);height:var(--wh-site-utility-icon-size,20px);line-height:1}
.wh-component[data-wh-component="site_brand"] .wh-site-brand-component{width:var(--wh-component-native-max-width,auto);height:var(--wh-component-native-max-height,auto);max-width:100%;display:inline-flex;align-items:center}
.wh-component[data-wh-component="site_brand"] .wh-site-brand-component img{display:block;width:100%;height:100%;max-width:100%;max-height:100%;object-fit:contain;object-position:left center}

/* v0.18.417-dev — Nested Column canonical layout authority.
 * Nested columns must execute their own PageDocument v3 styles just like top-level columns.
 * This is a shared VB3 runtime contract; no template/brand-specific selector is used. */
.wh-nested-column.wh-vb3-native-layout{
  display:var(--wh-nested-column-native-layout-display,block)!important;
  flex-direction:var(--wh-nested-column-native-flex-direction,row);
  flex-wrap:var(--wh-nested-column-native-flex-wrap,nowrap);
  justify-content:var(--wh-nested-column-native-justify-content,start);
  align-items:var(--wh-nested-column-native-align-items,stretch);
  align-content:var(--wh-nested-column-native-align-content,stretch);
  row-gap:var(--wh-nested-column-native-row-gap,0px);
  column-gap:var(--wh-nested-column-native-column-gap,0px);
  width:var(--wh-nested-column-native-width,auto);
  min-width:var(--wh-nested-column-native-min-width,0px);
  max-width:var(--wh-nested-column-native-max-width,none);
  min-height:var(--wh-nested-column-native-min-height,0px);
}
@media(min-width:768px) and (max-width:1023px){
  .wh-nested-column.wh-vb3-native-layout{
    display:var(--wh-nested-column-native-layout-display-tablet,var(--wh-nested-column-native-layout-display,block))!important;
    flex-direction:var(--wh-nested-column-native-flex-direction-tablet,var(--wh-nested-column-native-flex-direction,row));
    flex-wrap:var(--wh-nested-column-native-flex-wrap-tablet,var(--wh-nested-column-native-flex-wrap,nowrap));
    justify-content:var(--wh-nested-column-native-justify-content-tablet,var(--wh-nested-column-native-justify-content,start));
    align-items:var(--wh-nested-column-native-align-items-tablet,var(--wh-nested-column-native-align-items,stretch));
    row-gap:var(--wh-nested-column-native-row-gap-tablet,var(--wh-nested-column-native-row-gap,0px));
    column-gap:var(--wh-nested-column-native-column-gap-tablet,var(--wh-nested-column-native-column-gap,0px));
  }
}
@media(max-width:767px){
  .wh-nested-column.wh-vb3-native-layout{
    display:var(--wh-nested-column-native-layout-display-mobile,var(--wh-nested-column-native-layout-display-tablet,var(--wh-nested-column-native-layout-display,block)))!important;
    flex-direction:var(--wh-nested-column-native-flex-direction-mobile,var(--wh-nested-column-native-flex-direction-tablet,var(--wh-nested-column-native-flex-direction,row)));
    flex-wrap:var(--wh-nested-column-native-flex-wrap-mobile,var(--wh-nested-column-native-flex-wrap-tablet,var(--wh-nested-column-native-flex-wrap,nowrap)));
    justify-content:var(--wh-nested-column-native-justify-content-mobile,var(--wh-nested-column-native-justify-content-tablet,var(--wh-nested-column-native-justify-content,start)));
    align-items:var(--wh-nested-column-native-align-items-mobile,var(--wh-nested-column-native-align-items-tablet,var(--wh-nested-column-native-align-items,stretch)));
    row-gap:var(--wh-nested-column-native-row-gap-mobile,var(--wh-nested-column-native-row-gap-tablet,var(--wh-nested-column-native-row-gap,0px)));
    column-gap:var(--wh-nested-column-native-column-gap-mobile,var(--wh-nested-column-native-column-gap-tablet,var(--wh-nested-column-native-column-gap,0px)));
  }
}


/* v0.18.465-dev — Component Package Surface Authority
 * `vb3.style_target=surface` keeps the WayHunt wrapper structural and moves
 * canonical visual geometry to the package element marked data-wh-vb3-surface. */
.wh-component.wh-vb3-surface-wrapper-neutral{
  padding:0!important;background:transparent!important;border:0!important;border-radius:0!important;box-shadow:none!important;min-height:0!important;
}
.wh-component.wh-vb3-surface-wrapper-neutral>.wh-component-live-content{width:100%}
.wh-component.wh-vb3-surface-background-authority>.wh-component-live-content [data-wh-vb3-surface]{background-color:var(--wh-component-background)!important}
.wh-component.wh-vb3-surface-background-image-authority>.wh-component-live-content [data-wh-vb3-surface]{background-image:var(--wh-component-background-image,none)!important;background-position:var(--wh-component-background-position,center)!important;background-size:var(--wh-component-background-size,cover)!important;background-repeat:var(--wh-component-background-repeat,no-repeat)!important;background-attachment:var(--wh-component-background-attachment,scroll)!important}
.wh-component.wh-vb3-surface-border-authority>.wh-component-live-content [data-wh-vb3-surface]{border-style:var(--wh-component-border-style,solid)!important;border-color:var(--wh-component-border-color,transparent)!important;border-top-width:var(--wh-component-border-top-width,var(--wh-component-border-width,0))!important;border-right-width:var(--wh-component-border-right-width,var(--wh-component-border-width,0))!important;border-bottom-width:var(--wh-component-border-bottom-width,var(--wh-component-border-width,0))!important;border-left-width:var(--wh-component-border-left-width,var(--wh-component-border-width,0))!important}
.wh-component.wh-vb3-surface-radius-authority>.wh-component-live-content [data-wh-vb3-surface]{border-radius:var(--wh-component-radius-authority)!important}
.wh-component.wh-vb3-surface-shadow-authority>.wh-component-live-content [data-wh-vb3-surface]{box-shadow:var(--wh-component-shadow)!important}
.wh-component.wh-vb3-surface-padding-authority>.wh-component-live-content [data-wh-vb3-surface]{box-sizing:border-box;padding:var(--wh-component-padding-top,0) var(--wh-component-padding-right,0) var(--wh-component-padding-bottom,0) var(--wh-component-padding-left,0)!important}
.wh-component.wh-vb3-surface-size-authority>.wh-component-live-content [data-wh-vb3-surface]{box-sizing:border-box;min-height:var(--wh-component-native-min-height,var(--wh-component-min-height,auto))}
@media(min-width:768px) and (max-width:1023px){
  .wh-component.wh-vb3-surface-background-authority>.wh-component-live-content [data-wh-vb3-surface]{background-color:var(--wh-component-background-tablet,var(--wh-component-background,transparent))!important}
  .wh-component.wh-vb3-surface-background-image-authority>.wh-component-live-content [data-wh-vb3-surface]{background-image:var(--wh-component-background-image-tablet,var(--wh-component-background-image,none))!important;background-position:var(--wh-component-background-position-tablet,var(--wh-component-background-position,center))!important;background-size:var(--wh-component-background-size-tablet,var(--wh-component-background-size,cover))!important;background-repeat:var(--wh-component-background-repeat-tablet,var(--wh-component-background-repeat,no-repeat))!important;background-attachment:var(--wh-component-background-attachment-tablet,var(--wh-component-background-attachment,scroll))!important}
  .wh-component.wh-vb3-surface-padding-authority>.wh-component-live-content [data-wh-vb3-surface]{padding:var(--wh-component-padding-top-tablet,var(--wh-component-padding-top,0)) var(--wh-component-padding-right-tablet,var(--wh-component-padding-right,0)) var(--wh-component-padding-bottom-tablet,var(--wh-component-padding-bottom,0)) var(--wh-component-padding-left-tablet,var(--wh-component-padding-left,0))!important}
  .wh-component.wh-vb3-surface-size-authority>.wh-component-live-content [data-wh-vb3-surface]{min-height:var(--wh-component-native-min-height-tablet,var(--wh-component-native-min-height,var(--wh-component-min-height,auto)))}
}
@media(max-width:767px){
  .wh-component.wh-vb3-surface-background-authority>.wh-component-live-content [data-wh-vb3-surface]{background-color:var(--wh-component-background-mobile,var(--wh-component-background-tablet,var(--wh-component-background,transparent)))!important}
  .wh-component.wh-vb3-surface-background-image-authority>.wh-component-live-content [data-wh-vb3-surface]{background-image:var(--wh-component-background-image-mobile,var(--wh-component-background-image-tablet,var(--wh-component-background-image,none)))!important;background-position:var(--wh-component-background-position-mobile,var(--wh-component-background-position-tablet,var(--wh-component-background-position,center)))!important;background-size:var(--wh-component-background-size-mobile,var(--wh-component-background-size-tablet,var(--wh-component-background-size,cover)))!important;background-repeat:var(--wh-component-background-repeat-mobile,var(--wh-component-background-repeat-tablet,var(--wh-component-background-repeat,no-repeat)))!important;background-attachment:var(--wh-component-background-attachment-mobile,var(--wh-component-background-attachment-tablet,var(--wh-component-background-attachment,scroll)))!important}
  .wh-component.wh-vb3-surface-padding-authority>.wh-component-live-content [data-wh-vb3-surface]{padding:var(--wh-component-padding-top-mobile,var(--wh-component-padding-top-tablet,var(--wh-component-padding-top,0))) var(--wh-component-padding-right-mobile,var(--wh-component-padding-right-tablet,var(--wh-component-padding-right,0))) var(--wh-component-padding-bottom-mobile,var(--wh-component-padding-bottom-tablet,var(--wh-component-padding-bottom,0))) var(--wh-component-padding-left-mobile,var(--wh-component-padding-left-tablet,var(--wh-component-padding-left,0)))!important}
  .wh-component.wh-vb3-surface-size-authority>.wh-component-live-content [data-wh-vb3-surface]{min-height:var(--wh-component-native-min-height-mobile,var(--wh-component-native-min-height-tablet,var(--wh-component-native-min-height,var(--wh-component-min-height,auto))))}
}

/* v0.18.460-dev — Phase B Button Surface / Intrinsic Sizing Authority
 * The component wrapper owns placement. The inner .wh-button owns visual surface,
 * intrinsic padding and explicit size. Historical styles.base.button remains a
 * renderer fallback only; new authoring writes canonical styles.* namespaces. */
.wh-button-component>.wh-component-live-content>.wh-content-button{display:flex;width:100%}
.wh-button-component-align-left>.wh-component-live-content>.wh-content-button{justify-content:flex-start}
.wh-button-component-align-center>.wh-component-live-content>.wh-content-button{justify-content:center}
.wh-button-component-align-right>.wh-component-live-content>.wh-content-button{justify-content:flex-end}
.wh-button-component-align-stretch>.wh-component-live-content>.wh-content-button{justify-content:stretch}
.wh-button-component-align-stretch>.wh-component-live-content>.wh-content-button>.wh-button{width:100%}

.wh-button-component.wh-button-surface-padding-authority{padding:0!important}
.wh-button-component.wh-button-surface-padding-authority>.wh-component-live-content>.wh-content-button>.wh-button{
  box-sizing:border-box;
  padding:
    var(--wh-component-padding-top,var(--wh-button-padding-y,12px))
    var(--wh-component-padding-right,var(--wh-button-padding-x,24px))
    var(--wh-component-padding-bottom,var(--wh-button-padding-y,12px))
    var(--wh-component-padding-left,var(--wh-button-padding-x,24px))!important;
}

.wh-button-component.wh-button-surface-size-authority.wh-vb3-native-layout{
  width:100%!important;height:auto!important;min-width:0!important;max-width:none!important;
  min-height:0!important;max-height:none!important;aspect-ratio:auto!important;
}
.wh-button-component.wh-button-surface-size-authority>.wh-component-live-content>.wh-content-button>.wh-button{
  box-sizing:border-box;display:inline-flex;align-items:center;justify-content:center;
  width:var(--wh-component-native-width,var(--wh-component-width,auto));height:var(--wh-component-native-height,auto);
  min-width:var(--wh-component-native-min-width,auto);max-width:var(--wh-component-native-max-width,var(--wh-component-max-width,none));
  min-height:var(--wh-component-native-min-height,var(--wh-component-min-height,auto));max-height:var(--wh-component-native-max-height,none);
  aspect-ratio:var(--wh-component-native-aspect-ratio,auto);
}

@media(min-width:768px) and (max-width:1023px){
  .wh-button-component.wh-button-surface-padding-authority>.wh-component-live-content>.wh-content-button>.wh-button{
    padding:
      var(--wh-component-padding-top-tablet,var(--wh-component-padding-top,var(--wh-button-padding-y,12px)))
      var(--wh-component-padding-right-tablet,var(--wh-component-padding-right,var(--wh-button-padding-x,24px)))
      var(--wh-component-padding-bottom-tablet,var(--wh-component-padding-bottom,var(--wh-button-padding-y,12px)))
      var(--wh-component-padding-left-tablet,var(--wh-component-padding-left,var(--wh-button-padding-x,24px)))!important;
  }
  .wh-button-component.wh-button-surface-size-authority>.wh-component-live-content>.wh-content-button>.wh-button{
    width:var(--wh-component-native-width-tablet,var(--wh-component-width-tablet,var(--wh-component-native-width,var(--wh-component-width,auto))));
    height:var(--wh-component-native-height-tablet,var(--wh-component-native-height,auto));
    min-width:var(--wh-component-native-min-width-tablet,var(--wh-component-native-min-width,auto));
    max-width:var(--wh-component-native-max-width-tablet,var(--wh-component-max-width-tablet,var(--wh-component-native-max-width,var(--wh-component-max-width,none))));
    min-height:var(--wh-component-native-min-height-tablet,var(--wh-component-native-min-height,var(--wh-component-min-height,auto)));
    max-height:var(--wh-component-native-max-height-tablet,var(--wh-component-native-max-height,none));
    aspect-ratio:var(--wh-component-native-aspect-ratio-tablet,var(--wh-component-native-aspect-ratio,auto));
  }
}
@media(max-width:767px){
  .wh-button-component.wh-button-surface-padding-authority>.wh-component-live-content>.wh-content-button>.wh-button{
    padding:
      var(--wh-component-padding-top-mobile,var(--wh-component-padding-top-tablet,var(--wh-component-padding-top,var(--wh-button-padding-y,12px))))
      var(--wh-component-padding-right-mobile,var(--wh-component-padding-right-tablet,var(--wh-component-padding-right,var(--wh-button-padding-x,24px))))
      var(--wh-component-padding-bottom-mobile,var(--wh-component-padding-bottom-tablet,var(--wh-component-padding-bottom,var(--wh-button-padding-y,12px))))
      var(--wh-component-padding-left-mobile,var(--wh-component-padding-left-tablet,var(--wh-component-padding-left,var(--wh-button-padding-x,24px))))!important;
  }
  .wh-button-component.wh-button-surface-size-authority>.wh-component-live-content>.wh-content-button>.wh-button{
    width:var(--wh-component-native-width-mobile,var(--wh-component-width-mobile,var(--wh-component-native-width-tablet,var(--wh-component-width-tablet,var(--wh-component-native-width,var(--wh-component-width,auto))))));
    height:var(--wh-component-native-height-mobile,var(--wh-component-native-height-tablet,var(--wh-component-native-height,auto)));
    min-width:var(--wh-component-native-min-width-mobile,var(--wh-component-native-min-width-tablet,var(--wh-component-native-min-width,auto)));
    max-width:var(--wh-component-native-max-width-mobile,var(--wh-component-max-width-mobile,var(--wh-component-native-max-width-tablet,var(--wh-component-max-width-tablet,var(--wh-component-native-max-width,var(--wh-component-max-width,none))))));
    min-height:var(--wh-component-native-min-height-mobile,var(--wh-component-native-min-height-tablet,var(--wh-component-native-min-height,var(--wh-component-min-height,auto))));
    max-height:var(--wh-component-native-max-height-mobile,var(--wh-component-native-max-height-tablet,var(--wh-component-native-max-height,none)));
    aspect-ratio:var(--wh-component-native-aspect-ratio-mobile,var(--wh-component-native-aspect-ratio-tablet,var(--wh-component-native-aspect-ratio,auto)));
  }
}

/* v0.18.471 — Generic Linked Surface primitive. Structural columns/containers
   remain fully native/editable while gaining whole-surface navigation semantics. */
.wh-linked-surface[data-wh-linked-surface="1"]{cursor:pointer}
.wh-linked-surface[data-wh-linked-surface="1"]:focus-visible{outline:2px solid currentColor;outline-offset:3px}
.wh-linked-surface[data-wh-linked-editor="1"]{cursor:default}
