@media (prefers-reduced-motion:reduce){*,*::before,*::after{animation-duration:0.01ms!important;animation-iteration-count:1!important;transition-duration:0.01ms!important;scroll-behavior:auto!important}}.hzo-bleed{margin-inline:calc(50% - 50vw)}.hzo-bleed--left{margin-inline-start:calc(50% - 50vw);margin-inline-end:0}.hzo-bleed--right{margin-inline-start:0;margin-inline-end:calc(50% - 50vw)}@media (max-width:767.98px){.hzo-bleed--left,.hzo-bleed--right{margin-inline:calc(50% - 50vw)}}.hzo-bleed-guard{overflow-x:clip}.hzo-bleed__inner{padding:0 var(--space-md)}@media (min-width:480px){.hzo-bleed__inner{padding:0 var(--space-lg)}}@media (min-width:768px){.hzo-bleed__inner{padding:0 var(--space-lg-2)}}@media (min-width:1024px){.hzo-bleed__inner{padding:0 var(--space-xl)}}@media (min-width:1250px){.hzo-bleed__inner{padding:0 var(--space-2xl)}}.hzo-close{display:inline-flex;align-items:center;justify-content:center;padding:0;border:0;background:transparent;color:var(--text-muted);border-radius:var(--radius-control);cursor:pointer;transition:background var(--transition-base) ease,color var(--transition-base) ease}.hzo-close:hover{background:var(--bg-alt);color:var(--text-heading)}.hzo-close:focus-visible{outline:2px solid var(--color-focus);outline-offset:1px}.hzo-close>svg{display:block}@media (prefers-reduced-motion:reduce){.hzo-close{transition:none}}.hzo-container{max-width:var(--container-max-width);margin:0 auto;padding:0 var(--space-md)}@media (min-width:480px){.hzo-container{padding:0 var(--space-lg)}}@media (min-width:768px){.hzo-container{padding:0 var(--space-lg-2)}}@media (min-width:1024px){.hzo-container{padding:0 var(--space-xl)}}@media (min-width:1250px){.hzo-container{padding:0 var(--space-2xl)}}img.wp-smiley,img.emoji{display:inline!important;border:none!important;box-shadow:none!important;height:1em!important;width:1em!important;margin:0 0.07em!important;vertical-align:-0.1em!important;background:none!important;padding:0!important}.screen-reader-text{position:absolute!important;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0 0 0 0);clip-path:inset(50%);white-space:nowrap;border:0}.screen-reader-text:focus,.screen-reader-text:focus-within{position:static!important;width:auto;height:auto;margin:0;overflow:visible;clip:auto;clip-path:none;white-space:normal}.wp-caption{max-width:100%;margin-bottom:var(--space-md)}.wp-caption img{display:block;max-width:100%;height:auto}.wp-caption-text,.wp-caption .wp-caption-text{margin-top:var(--space-xs);margin-bottom:0;font-size:.875em;line-height:var(--lh-snug);color:var(--text-muted)}.alignnone{max-width:100%;height:auto}.aligncenter{display:block;margin-inline:auto;max-width:100%;height:auto}.alignleft{float:left;max-width:100%;height:auto;margin:0 var(--space-md) var(--space-sm) 0}.alignright{float:right;max-width:100%;height:auto;margin:0 0 var(--space-sm) var(--space-md)}.hzo-section::after{content:"";display:table;clear:both}@media (max-width:767px){.alignleft,.alignright{float:none;display:block;margin-inline:auto;margin-bottom:var(--space-md)}}:is(.is-layout-flow,.is-layout-constrained)>.hzo-section{margin-block-start:0}.hzo-section--dark{background:var(--bg-dark-section);color:#fff}.hzo-section--dark h1,.hzo-section--dark h2,.hzo-section--dark h3,.hzo-section--dark h4,.hzo-section--dark h5,.hzo-section--dark h6{color:var(--heading-color-on-dark,#fff)}.hzo-section--dark p{color:rgba(255,255,255,.85)}.hzo-section--dark a{color:#fff}.hzo-section--dark .hzo-eyebrow,.hzo-section--dark h1.hzo-eyebrow,.hzo-section--dark h2.hzo-eyebrow,.hzo-section--dark h3.hzo-eyebrow,.hzo-section--dark h4.hzo-eyebrow{color:var(--accent)!important}:is(.hzo-section--dark,.hzo-surface--dark){--btn-outline-color:var(--btn-on-dark-accent, #fff);--btn-ghost-color:var(--btn-on-dark-accent, #fff);--btn-ghost-hover:rgba(255, 255, 255, 0.2);--btn-secondary-bg:var(--btn-on-dark-bg, #fff);--btn-secondary-text:var(--btn-on-dark-text, var(--brand));--btn-secondary-hover:color-mix(in srgb, var(--btn-on-dark-bg, #fff) 75%, var(--btn-on-dark-text, var(--brand)))}.hzo-doc-layout{display:grid;grid-template-columns:1fr;gap:var(--space-xl);align-items:start}@media (min-width:1024px){.hzo-doc-layout{grid-template-columns:240px 1fr;gap:var(--space-3xl)}}.hzo-doc-toc{position:static}@media (min-width:1024px){.hzo-doc-toc{position:sticky;top:104px;max-height:calc(100vh - 120px);overflow-y:auto;padding-right:8px}}.hzo-doc-toc::-webkit-scrollbar{width:4px}.hzo-doc-toc::-webkit-scrollbar-thumb{background:var(--border);border-radius:2px}.hzo-doc-toc__label{font-family:var(--font-body);font-size:var(--fs-50);font-weight:var(--fw-semibold,600);text-transform:uppercase;letter-spacing:.08em;color:var(--text-muted);margin:0 0 var(--space-md);padding-bottom:var(--space-sm);border-bottom:1px solid var(--border)}.hzo-doc-toc__list{list-style:none;padding:0;margin:0;display:flex;flex-direction:column}.hzo-doc-toc__item{position:relative}.hzo-doc-toc__link{display:flex;align-items:baseline;gap:12px;padding:8px 0 8px 14px;color:var(--text-muted)!important;text-decoration:none;font-family:var(--font-body);font-size:var(--fs-100);line-height:1.4;border-left:2px solid var(--border);transition:color 0.15s,border-color 0.15s}.hzo-doc-toc__link:hover{color:var(--text-body)!important}.hzo-doc-toc__link.is-active{color:var(--brand-text)!important;border-left-color:var(--brand-text);font-weight:var(--fw-semibold,600)}.hzo-doc-toc__link:visited{color:var(--text-muted)!important}.hzo-doc-toc__link:visited:hover{color:var(--text-body)!important}.hzo-doc-toc__link.is-active:visited{color:var(--brand-text)!important}.hzo-doc-toc__num{font-family:var(--font-body);font-size:var(--fs-50);font-weight:var(--fw-medium,500);color:var(--text-muted);min-width:22px;flex-shrink:0}.hzo-doc-toc__link.is-active .hzo-doc-toc__num{color:var(--brand)}.hzo-doc-section-head{display:flex;align-items:baseline;gap:var(--space-md);margin-bottom:var(--space-md)}.hzo-section-num{font-family:var(--font-body);font-size:var(--fs-100);font-weight:var(--fw-semibold,600);color:var(--text-muted);flex-shrink:0;line-height:1.4}.hzo-doc-section-head>.hzo-eyebrow,.hzo-doc-section-head>h1.hzo-eyebrow,.hzo-doc-section-head>h2.hzo-eyebrow,.hzo-doc-section-head>h3.hzo-eyebrow,.hzo-doc-section-head>h4.hzo-eyebrow{margin:0!important}.hzo-section+.hzo-section,.hzo-section+.hzo-final-cta{padding-top:0}.hzo-section+.hzo-section--pale,.hzo-section+.hzo-section--tint,.hzo-section+.hzo-section--dark,.hzo-section+.hzo-hero{padding-top:var(--space-xl)}@media (min-width:768px){.hzo-section+.hzo-section--pale,.hzo-section+.hzo-section--tint,.hzo-section+.hzo-section--dark,.hzo-section+.hzo-hero{padding-top:var(--space-2xl)}}@media (min-width:1250px){.hzo-section+.hzo-section--pale,.hzo-section+.hzo-section--tint,.hzo-section+.hzo-section--dark,.hzo-section+.hzo-hero{padding-top:var(--space-3xl)}}.hzo-section--pale+.hzo-section,.hzo-section--tint+.hzo-section,.hzo-section--dark+.hzo-section,.hzo-hero+.hzo-section{padding-top:var(--space-xl)}@media (min-width:768px){.hzo-section--pale+.hzo-section,.hzo-section--tint+.hzo-section,.hzo-section--dark+.hzo-section,.hzo-hero+.hzo-section{padding-top:var(--space-2xl)}}@media (min-width:1250px){.hzo-section--pale+.hzo-section,.hzo-section--tint+.hzo-section,.hzo-section--dark+.hzo-section,.hzo-hero+.hzo-section{padding-top:var(--space-3xl)}}.hzo-doc-card{background:var(--bg-alt);border-radius:var(--radius-card);padding:var(--space-lg-2) var(--space-md);text-align:center}@media (min-width:480px){.hzo-doc-card{padding:var(--space-xl-2) var(--space-lg)}}@media (min-width:768px){.hzo-doc-card{padding:var(--space-xl) var(--space-lg-2)}}@media (min-width:1024px){.hzo-doc-card{padding:var(--space-2xl-2) var(--space-xl-2)}}@media (min-width:1250px){.hzo-doc-card{padding:var(--space-2xl) var(--space-xl)}}.hzo-doc-card+.hzo-doc-card,.hzo-doc-card+.hzo-doc-layout,.hzo-doc-layout+.hzo-doc-card{margin-top:var(--space-lg-2)}@media (min-width:480px){.hzo-doc-card+.hzo-doc-card,.hzo-doc-card+.hzo-doc-layout,.hzo-doc-layout+.hzo-doc-card{margin-top:var(--space-xl-2)}}@media (min-width:768px){.hzo-doc-card+.hzo-doc-card,.hzo-doc-card+.hzo-doc-layout,.hzo-doc-layout+.hzo-doc-card{margin-top:var(--space-xl)}}@media (min-width:1024px){.hzo-doc-card+.hzo-doc-card,.hzo-doc-card+.hzo-doc-layout,.hzo-doc-layout+.hzo-doc-card{margin-top:var(--space-2xl-2)}}@media (min-width:1250px){.hzo-doc-card+.hzo-doc-card,.hzo-doc-card+.hzo-doc-layout,.hzo-doc-layout+.hzo-doc-card{margin-top:var(--space-2xl)}}@media (max-width:767px){.hzo-doc-card--cta{text-align:left}.hzo-doc-card--cta .hzo-doc-card__contact a{display:block}.hzo-doc-card--cta .hzo-doc-card__sep{display:none}}.hzo-doc-body>section{margin-top:var(--space-3xl);padding-top:var(--space-3xl);border-top:1px solid var(--border);scroll-margin-top:100px}.hzo-doc-body>section:first-child{margin-top:0;padding-top:0;border-top:none}.hzo-doc-body h2:not(.hzo-eyebrow):first-child{margin-top:0}.hzo-mark{background-image:linear-gradient(var(--emphasis,var(--accent)),var(--emphasis,var(--accent)));background-repeat:no-repeat;background-position:0 92%;background-size:100% .12em;padding-bottom:.02em}.hzo-bracket{position:relative;display:inline-block;padding:0 .4em}.hzo-bracket::before,.hzo-bracket::after{content:"";position:absolute;top:0;bottom:0;width:.2em;border:3px solid var(--emphasis,var(--accent))}.hzo-bracket::before{left:0;border-right:0}.hzo-bracket::after{right:0;border-left:0}.hzo-pullquote{font-family:var(--font-heading);font-size:clamp(1.25rem, 2.2vw, 1.6rem);font-weight:var(--fw-bold,700);line-height:1.3;color:var(--text-heading);border-left:3px solid var(--emphasis,var(--accent));padding-left:var(--space-lg);margin:var(--space-xl) 0}.hzo-section--dark .hzo-pullquote{color:#fff}.wp-site-blocks>*{margin-block-start:0;margin-block-end:0}.hzo-site-header{background:var(--nav-header-bg,#fff);box-shadow:var(--nav-header-shadow,0 1px 4px rgba(0,0,0,.08));position:sticky;top:0;z-index:var(--z-header)}.hzo-site-header__inner{display:flex;align-items:center;min-height:var(--header-height-mobile,72px);gap:16px}@media (min-width:1250px){.hzo-site-header__inner{min-height:var(--header-height-desktop,80px)}}.hzo-hero--image.hzo-scrim--weak,.hzo-section--image.hzo-scrim--weak{--hzo-section-scrim:var(--scrim-weak, 35%)}.hzo-hero--image.hzo-scrim--base,.hzo-section--image.hzo-scrim--base{--hzo-section-scrim:var(--scrim-base, 60%)}.hzo-hero--image.hzo-scrim--strong,.hzo-section--image.hzo-scrim--strong{--hzo-section-scrim:var(--scrim-strong, 82%)}.hzo-hero--image.hzo-scrim--left::before,.hzo-section--image.hzo-scrim--left::before{background:linear-gradient(to right,color-mix(in srgb,var(--scrim-color,var(--brand-deep)) min(calc(var(--hzo-section-scrim, 60%) * 1.5), 95%),transparent) 0%,color-mix(in srgb,var(--scrim-color,var(--brand-deep)) var(--hzo-section-scrim,60%),transparent) 38%,color-mix(in srgb,var(--scrim-color,var(--brand-deep)) calc(var(--hzo-section-scrim, 60%) * 0.35),transparent) 68%,transparent 100%)}.hzo-hero--image.hzo-scrim--right::before,.hzo-section--image.hzo-scrim--right::before{background:linear-gradient(to left,color-mix(in srgb,var(--scrim-color,var(--brand-deep)) min(calc(var(--hzo-section-scrim, 60%) * 1.5), 95%),transparent) 0%,color-mix(in srgb,var(--scrim-color,var(--brand-deep)) var(--hzo-section-scrim,60%),transparent) 38%,color-mix(in srgb,var(--scrim-color,var(--brand-deep)) calc(var(--hzo-section-scrim, 60%) * 0.35),transparent) 68%,transparent 100%)}.hzo-hero--image.hzo-scrim--bottom::before,.hzo-section--image.hzo-scrim--bottom::before{background:linear-gradient(to top,color-mix(in srgb,var(--scrim-color,var(--brand-deep)) min(calc(var(--hzo-section-scrim, 60%) * 1.5), 95%),transparent) 0%,color-mix(in srgb,var(--scrim-color,var(--brand-deep)) calc(var(--hzo-section-scrim, 60%) * 0.6),transparent) 45%,transparent 85%)}.hzo-hero--image.hzo-scrim--top::before,.hzo-section--image.hzo-scrim--top::before{background:linear-gradient(to bottom,color-mix(in srgb,var(--scrim-color,var(--brand-deep)) min(calc(var(--hzo-section-scrim, 60%) * 1.5), 95%),transparent) 0%,color-mix(in srgb,var(--scrim-color,var(--brand-deep)) calc(var(--hzo-section-scrim, 60%) * 0.6),transparent) 45%,transparent 85%)}@media (max-width:767.98px){.hzo-hero--image.hzo-scrim--left::before,.hzo-section--image.hzo-scrim--left::before,.hzo-hero--image.hzo-scrim--right::before,.hzo-section--image.hzo-scrim--right::before{background:color-mix(in srgb,var(--scrim-color,var(--brand-deep)) min(calc(var(--hzo-section-scrim, 60%) * 1.25), 90%),transparent)}}.hzo-icon{display:inline-flex;flex-shrink:0;width:1em;height:1em;vertical-align:-.125em;line-height:var(--lh-none)}.hzo-icon>svg{width:100%;height:100%;display:block;fill:none;stroke:currentColor}.hzo-icon--filled>svg{fill:currentColor;stroke:none}.hzo-icon--xs{font-size:.75em}.hzo-icon--sm{font-size:.875em}.hzo-icon--md{font-size:1em}.hzo-icon--lg{font-size:1.5em}.hzo-icon--xl{font-size:2em}.hzo-stack{display:flex;flex-direction:column;gap:var(--space-md)}.hzo-stack--xs{gap:var(--space-xs)}.hzo-stack--sm{gap:var(--space-sm)}.hzo-stack--md{gap:var(--space-md)}.hzo-stack--lg{gap:var(--space-lg)}.hzo-stack--xl{gap:var(--space-xl)}.hzo-stack--2xl{gap:var(--space-2xl)}.hzo-stack--3xl{gap:var(--space-3xl)}.hzo-stack--split{flex:1 1 auto}.hzo-stack--split>:last-child{margin-top:auto}.hzo-cluster{display:flex;flex-wrap:wrap;gap:var(--space-sm);align-items:center}.hzo-cluster--xs{gap:var(--space-xs)}.hzo-cluster--sm{gap:var(--space-sm)}.hzo-cluster--md{gap:var(--space-md)}.hzo-cluster--lg{gap:var(--space-lg)}.hzo-cluster--xl{gap:var(--space-xl)}.hzo-cluster--center{justify-content:center}.hzo-cluster--between{justify-content:space-between}.hzo-cluster--end{justify-content:flex-end}.hzo-cluster--start{align-items:flex-start}.hzo-cluster--baseline{align-items:baseline}.hzo-spacer{display:block;flex-shrink:0;height:var(--space-md)}.hzo-spacer--xs{height:var(--space-xs)}.hzo-spacer--sm{height:var(--space-sm)}.hzo-spacer--md{height:var(--space-md)}.hzo-spacer--lg{height:var(--space-lg)}.hzo-spacer--xl{height:var(--space-xl)}.hzo-spacer--2xl{height:var(--space-2xl)}.hzo-spacer--3xl{height:var(--space-3xl)}.hzo-section h2:not(.hzo-eyebrow){margin-top:var(--space-xl);margin-bottom:var(--space-md)}.hzo-section h3:not(.hzo-eyebrow){margin-top:var(--space-lg);margin-bottom:var(--space-sm)}.hzo-section h4:not(.hzo-eyebrow){margin-top:var(--space-md);margin-bottom:var(--space-sm)}.hzo-section h2:not(.hzo-eyebrow):first-child,.hzo-section h3:not(.hzo-eyebrow):first-child{margin-top:0}.hzo-section .wp-block-table table{border-collapse:collapse;width:100%}.hzo-section .wp-block-table thead tr{border-bottom:2px solid var(--border)}.hzo-section .wp-block-table tbody tr{border-bottom:1px solid var(--border)}.hzo-section .wp-block-table th,.hzo-section .wp-block-table td{border:none;padding:12px 16px;text-align:left;vertical-align:top}@media (max-width:767px){.hzo-section .wp-block-table table,.hzo-section .wp-block-table thead,.hzo-section .wp-block-table tbody,.hzo-section .wp-block-table tr,.hzo-section .wp-block-table th,.hzo-section .wp-block-table td{display:block;width:auto}.hzo-section .wp-block-table thead{position:absolute;clip:rect(0,0,0,0);height:1px;width:1px;overflow:hidden}.hzo-section .wp-block-table tbody tr{margin-bottom:var(--space-md);padding:var(--space-md) 0;border-bottom:1px solid var(--border)}.hzo-section .wp-block-table tbody tr:last-child{border-bottom:none}.hzo-section .wp-block-table td{padding:var(--space-xs) 0;border:none}.hzo-section .wp-block-table td::before{content:attr(data-label);display:block;font-weight:var(--fw-bold,700);font-size:var(--fs-50);color:var(--text-heading);text-transform:uppercase;letter-spacing:.05em;margin-bottom:4px}.hzo-section .wp-block-table td:empty{display:none}}.hzo-measure,.hzo-measure-65{max-width:var(--measure-65,65ch)}.hzo-measure-45{max-width:var(--measure-45,45ch)}.hzo-measure-75{max-width:var(--measure-75,75ch)}.hzo-measure--center{margin-inline:auto}.hzo-pull-1,.hzo-pull-2,.hzo-pull-3,.hzo-pull-4,.hzo-push-1,.hzo-push-2,.hzo-push-3,.hzo-push-4{position:relative;z-index:var(--z-above,1)}.hzo-pull-1{margin-top:calc(-1 * var(--pull-1, 48px))}.hzo-pull-2,.hzo-pull-3,.hzo-pull-4{margin-top:calc(-1 * var(--pull-1, 48px))}.hzo-push-1{margin-bottom:calc(-1 * var(--pull-1, 48px))}.hzo-push-2,.hzo-push-3,.hzo-push-4{margin-bottom:calc(-1 * var(--pull-1, 48px))}@media (min-width:768px){.hzo-pull-2{margin-top:calc(-1 * var(--pull-2, 64px))}.hzo-pull-3{margin-top:calc(-1 * var(--pull-3, 80px))}.hzo-pull-4{margin-top:calc(-1 * var(--pull-4, 120px))}.hzo-push-2{margin-bottom:calc(-1 * var(--pull-2, 64px))}.hzo-push-3{margin-bottom:calc(-1 * var(--pull-3, 80px))}.hzo-push-4{margin-bottom:calc(-1 * var(--pull-4, 120px))}}.hzo-z-behind{position:relative;z-index:var(--z-behind,-1)}.hzo-z-base{position:relative;z-index:var(--z-base,0)}.hzo-z-above{position:relative;z-index:var(--z-above,1)}.hzo-isolate{isolation:isolate}body.hzo-overlay-open{overflow:hidden}@media print{.hzo-skip-link,.hzo-utility-bar,.hzo-site-header,.hzo-mobile-menu,.hzo-mobile-trigger,.hzo-search-overlay,.hzo-sticky-bar,.hzo-back-to-top,.hzo-social-proof,.hzo-banner,.hzo-final-cta,.hzo-site-footer nav,.hzo-site-footer .hzo-footer-link,.hzo-footer-social,.hzo-carousel__btn,.hzo-carousel__dots,.hzo-carousel__toggle,[data-hzo-marquee-toggle],.hzo-scroll-row__btn,.hzo-video-toggle,.hzo-map__load,.hzo-price-toggle,.hzo-share-row,.hzo-modal,.hzo-drawer,.hzo-lightbox,.hzo-toast-region{display:none!important}.hzo-lite-video__play{display:none!important}.hzo-cv-auto{content-visibility:visible!important}*{background:transparent!important;color:#000!important;box-shadow:none!important;text-shadow:none!important}body{background:#fff!important}details::details-content{content-visibility:visible!important;height:auto!important;opacity:1!important}details>summary~*{display:block!important}.hzo-reveal,.hzo-reveal.hzo-reveal--init,.hzo-reveal--item,.hzo-reveal--item.hzo-reveal--init,.hzo-reveal--item.hzo-reveal--init.hzo-reveal--in{opacity:1!important;transform:none!important;filter:none!important;animation:none!important}main a[href^="http"]::after{content:" (" attr(href) ")";font-size:.85em;font-weight:400;word-break:break-all}.hzo-card,.hzo-accordion__item,.hzo-stat,.hzo-timeline__item,.hzo-feature__panel{break-inside:avoid;page-break-inside:avoid}}.hzo-prose{max-width:var(--prose-max-width)}.hzo-prose>:where(h2){margin:var(--space-xl) 0 var(--space-md)}.hzo-prose>:where(h3){margin:var(--space-lg-2) 0 var(--space-sm)}.hzo-prose>:where(h2:first-child,h3:first-child){margin-top:0}.hzo-prose>:where(p,ul,ol){margin:0 0 var(--space-md)}.hzo-prose>:where(ul,ol){padding-left:1.4em}.hzo-prose :where(li+li){margin-top:var(--space-xs)}.hzo-prose>:where(blockquote){margin:var(--space-lg) 0;padding:var(--space-xs) 0 var(--space-xs) var(--space-lg);border-left:3px solid var(--emphasis,var(--accent));color:var(--text-heading);font-size:1.1em}.hzo-prose>:where(blockquote) :where(p:last-child){margin-bottom:0}.hzo-prose--dropcap>p:first-of-type::first-letter{float:left;font-family:var(--font-heading);font-size:3.1em;font-weight:var(--font-weight-heading,var(--h2-weight,700));line-height:.82;padding:.08em .12em 0 0;color:var(--brand-text)}.hzo-cv-auto{content-visibility:auto;contain-intrinsic-size:auto 800px}.hzo-bg-responsive{background-image:var(--hzo-bg-sm);background-position:var(--hzo-bg-pos-sm,center);background-size:cover}@media (min-width:768px){.hzo-bg-responsive{background-image:var(--hzo-bg-md,var(--hzo-bg-sm));background-position:var(--hzo-bg-pos-md,var(--hzo-bg-pos-sm,center))}}@media (min-width:1024px){.hzo-bg-responsive{background-image:var(--hzo-bg-lg,var(--hzo-bg-md,var(--hzo-bg-sm)));background-position:var(--hzo-bg-pos-lg,var(--hzo-bg-pos-md,var(--hzo-bg-pos-sm,center)))}}@media (min-width:1440px){.hzo-bg-responsive{background-image:var(--hzo-bg-xl,var(--hzo-bg-lg,var(--hzo-bg-md,var(--hzo-bg-sm))));background-position:var(--hzo-bg-pos-xl,var(--hzo-bg-pos-lg,var(--hzo-bg-pos-md,var(--hzo-bg-pos-sm,center))))}}.hzo-grid{display:grid;grid-template-columns:1fr;gap:var(--space-lg)}@media (min-width:768px){.hzo-grid--2,.hzo-grid--3,.hzo-grid--4{grid-template-columns:repeat(2,1fr)}}@media (min-width:1024px){.hzo-grid--3{grid-template-columns:repeat(3,1fr)}.hzo-grid--4{grid-template-columns:repeat(4,1fr)}}.hzo-span-full{grid-column:1 / -1}@media (min-width:768px){.hzo-span-2{grid-column:span 2}.hzo-rowspan-2{grid-row:span 2}}@media (min-width:1024px){.hzo-span-3{grid-column:span 3}.hzo-span-4{grid-column:span 4}.hzo-rowspan-3{grid-row:span 3}}.hzo-grid--custom{grid-template-columns:1fr}@media (min-width:768px){.hzo-grid--custom{grid-template-columns:var(--hzo-grid-template-md,var(--hzo-grid-template,repeat(auto-fit,minmax(240px,1fr))))}}@media (min-width:1024px){.hzo-grid--custom{grid-template-columns:var(--hzo-grid-template,repeat(auto-fit,minmax(240px,1fr)))}}.hzo-grid--gap-0{gap:0}.hzo-grid--gap-xs{gap:var(--space-xs)}.hzo-grid--gap-sm{gap:var(--space-sm)}.hzo-grid--gap-md{gap:var(--space-md)}.hzo-grid--gap-lg{gap:var(--space-lg)}.hzo-grid--gap-xl{gap:var(--space-xl)}.hzo-grid--gap-2xl{gap:var(--space-2xl)}.hzo-grid--dense{grid-auto-flow:dense}.hzo-reveal{transition:opacity 0.6s ease,transform 0.6s ease}.hzo-reveal.hzo-reveal--init{opacity:0;transform:translateY(20px);will-change:opacity,transform}.hzo-reveal.is-revealed{opacity:1;transform:none}.hzo-reveal.hzo-reveal--init.is-revealed{animation:hzo-reveal-in 0.6s var(--ease-standard,ease) backwards}@keyframes hzo-reveal-in{from{opacity:0;transform:translateY(20px)}to{opacity:1;transform:none}}@media (prefers-reduced-motion:reduce){.hzo-reveal,.hzo-reveal.hzo-reveal--init{opacity:1;transform:none;transition:none;animation:none}}.hzo-section--edge-bottom,.hzo-section--edge-top{position:relative;--edge-rise:var(--edge-size, 64px)}.hzo-section--edge-bottom>*,.hzo-section--edge-top>*{position:relative;z-index:var(--z-above,1)}.hzo-section--edge-bottom::after,.hzo-section--edge-top::before{content:"";position:absolute;left:0;right:0;height:var(--edge-rise,var(--edge-size,64px));background:var(--edge-color,var(--bg-page));pointer-events:none}.hzo-section--edge-bottom::after{bottom:0}.hzo-section--edge-top::before{top:0}.hzo-section--edge-bottom.hzo-edge--diagonal::after,.hzo-section--edge-bottom.hzo-edge--angled::after{clip-path:polygon(0 100%,100% 0,100% 100%)}.hzo-section--edge-bottom.hzo-edge--diagonal-rev::after,.hzo-section--edge-bottom.hzo-edge--angled-rev::after{clip-path:polygon(0 0,100% 100%,0 100%)}.hzo-section--edge-top.hzo-edge--diagonal::before,.hzo-section--edge-top.hzo-edge--angled::before{clip-path:polygon(0 0,100% 0,0 100%)}.hzo-section--edge-top.hzo-edge--diagonal-rev::before,.hzo-section--edge-top.hzo-edge--angled-rev::before{clip-path:polygon(0 0,100% 0,100% 100%)}.hzo-section--edge-bottom.hzo-edge--curve::after{border-radius:50% 50% 0 0 / 100% 100% 0 0}.hzo-section--edge-top.hzo-edge--curve::before{border-radius:0 0 50% 50% / 0 0 100% 100%}.hzo-section--edge-bottom.hzo-edge--arch::after{border-radius:var(--edge-radius,var(--radius-3)) var(--edge-radius,var(--radius-3)) 0 0}.hzo-section--edge-top.hzo-edge--arch::before{border-radius:0 0 var(--edge-radius,var(--radius-3)) var(--edge-radius,var(--radius-3))}@supports (height:calc(1px * tan(45deg))){.hzo-section--edge-bottom.hzo-edge--angled,.hzo-section--edge-bottom.hzo-edge--angled-rev,.hzo-section--edge-top.hzo-edge--angled,.hzo-section--edge-top.hzo-edge--angled-rev{--edge-rise:calc(100vw * tan(var(--edge-angle, 6deg)))}}.hzo-section.hzo-section--edge-pad.hzo-section--edge-bottom{padding-bottom:calc(var(--space-xl) + var(--edge-rise, var(--edge-size, 64px)))}.hzo-section.hzo-section--edge-pad.hzo-section--edge-top{padding-top:calc(var(--space-xl) + var(--edge-rise, var(--edge-size, 64px)))}@media (min-width:768px){.hzo-section.hzo-section--edge-pad.hzo-section--edge-bottom{padding-bottom:calc(var(--space-2xl) + var(--edge-rise, var(--edge-size, 64px)))}.hzo-section.hzo-section--edge-pad.hzo-section--edge-top{padding-top:calc(var(--space-2xl) + var(--edge-rise, var(--edge-size, 64px)))}}@media (min-width:1250px){.hzo-section.hzo-section--edge-pad.hzo-section--edge-bottom{padding-bottom:calc(var(--space-3xl) + var(--edge-rise, var(--edge-size, 64px)))}.hzo-section.hzo-section--edge-pad.hzo-section--edge-top{padding-top:calc(var(--space-3xl) + var(--edge-rise, var(--edge-size, 64px)))}}.hzo-section--pale{background:var(--bg-alt)}.hzo-section--tint{background:var(--brand-pale)}.hzo-section--dark.hzo-section--dark-glow{background:radial-gradient(120% 90% at 50% 30%,color-mix(in srgb,var(--bg-dark-section) 82%,white) 0%,var(--bg-dark-section) 55%,color-mix(in srgb,var(--bg-dark-section) 60%,var(--brand-deep)) 100%)}.hzo-section.hzo-section--compact{padding-top:var(--space-lg);padding-bottom:var(--space-lg)}@media (min-width:768px){.hzo-section.hzo-section--compact{padding-top:var(--space-xl);padding-bottom:var(--space-xl)}}@media (min-width:1250px){.hzo-section.hzo-section--compact{padding-top:var(--space-2xl);padding-bottom:var(--space-2xl)}}.hzo-skeleton{position:relative;overflow:hidden;background:var(--bg-alt);border-radius:var(--radius-2)}.hzo-skeleton::after{content:"";position:absolute;inset:0;transform:translateX(-100%);background:linear-gradient(90deg,transparent,color-mix(in srgb,var(--bg-page) 65%,transparent),transparent);animation:hzo-skeleton-shimmer var(--hzo-skeleton-speed,1.4s) ease-in-out infinite;will-change:transform}@keyframes hzo-skeleton-shimmer{to{transform:translateX(100%)}}.hzo-skeleton--text{height:.75em;margin-block:.3em;border-radius:var(--radius-1)}.hzo-skeleton--line{height:1em}.hzo-skeleton--title{height:1.4em;width:60%}.hzo-skeleton--circle{border-radius:var(--radius-full);aspect-ratio:1}.hzo-skeleton--media{aspect-ratio:4 / 3}.hzo-skeleton--block{min-height:8rem}@media (prefers-reduced-motion:reduce){.hzo-skeleton::after{animation:none}}@media (forced-colors:active){.hzo-skeleton{border:1px solid CanvasText;background:Canvas}.hzo-skeleton::after{display:none}}@media print{.hzo-skeleton{display:none!important}}.hzo-skip-link{position:fixed;top:8px;left:8px;z-index:var(--z-toast);transform:translateY(-150%);background:var(--brand);color:var(--text-on-brand)!important;padding:12px 20px;border-radius:var(--radius-input);font-family:var(--font-body);font-weight:var(--fw-semibold,600);text-decoration:none;transition:transform var(--transition-base) ease}.hzo-skip-link:focus{transform:translateY(0);outline:3px solid var(--color-focus);outline-offset:2px}@media (prefers-reduced-motion:reduce){.hzo-skip-link{transition:none}}.hzo-sr-only{position:absolute!important;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0 0 0 0);clip-path:inset(50%);white-space:nowrap;border:0}.hzo-sr-only--focusable:focus,.hzo-sr-only--focusable:focus-within{position:static!important;width:auto;height:auto;margin:0;overflow:visible;clip:auto;clip-path:none;white-space:normal}.hzo-surface--dark{--card-bg:color-mix(in srgb, var(--bg-dark-section) 84%, #000);--card-border:rgba(255, 255, 255, 0.14);--border:rgba(255, 255, 255, 0.14);--text-heading:#ffffff;--text-body:rgba(255, 255, 255, 0.88);--text-muted:rgba(255, 255, 255, 0.68);--brand-text:var(--accent-hover-on-dark, var(--accent));--accent-text:var(--accent-hover-on-dark, var(--accent));background:var(--surface-dark-bg,var(--bg-dark-section));color:var(--text-body);border-radius:var(--radius-card)}.hzo-display{text-wrap:balance}.hzo-display{font-family:var(--font-heading);font-weight:var(--font-weight-heading,700);font-size:calc(var(--fs-display, clamp(2.25rem, 5vw, 5rem)) * var(--hzo-type-scale, 1) * var(--hzo-heading-scale, 1));line-height:1.05;letter-spacing:var(--heading-letter-spacing,-.015em);text-transform:var(--heading-transform,none);color:var(--text-heading);margin:0 0 var(--space-lg)}.hzo-subtitle{font-family:var(--font-body);font-size:1.25rem;font-weight:var(--fw-regular,400);line-height:var(--lh-normal);color:var(--text-muted);margin:0 0 var(--space-xl)}.hzo-lead{font-size:1.25rem;line-height:var(--lh-normal);color:var(--text-body);margin:0 0 var(--space-lg)}.hzo-small{font-size:.875rem;color:var(--text-muted);margin:0 0 var(--space-md)}.hzo-eyebrow{display:inline-block;font-family:var(--font-body);font-size:var(--eyebrow-size,15px);font-weight:var(--fw-semibold,600);text-transform:uppercase;letter-spacing:var(--eyebrow-tracking,.7px);color:var(--accent-text);margin:0 0 var(--space-md)}h1.hzo-eyebrow,h2.hzo-eyebrow,h3.hzo-eyebrow,h4.hzo-eyebrow,h5.hzo-eyebrow,h6.hzo-eyebrow{display:inline-block!important;font-family:var(--font-body)!important;font-size:var(--eyebrow-size,15px)!important;font-weight:var(--fw-semibold,600)!important;line-height:1.4!important;text-transform:uppercase!important;letter-spacing:var(--eyebrow-tracking,.7px)!important;color:var(--accent-text)!important;margin:0 0 var(--space-md)!important}.hzo-meta{font-family:var(--font-body);font-size:var(--fs-75);font-weight:var(--fw-medium,500);color:var(--text-muted);line-height:var(--lh-normal)}.hzo-caption{font-family:var(--font-body);font-size:var(--fs-75);color:var(--text-muted);font-style:italic;line-height:var(--lh-normal);margin:var(--space-sm) 0 0}:root{--color-warning:#D97706;--color-warning-bg:#FFFBEB;--color-info:#2563EB;--color-info-bg:#EFF6FF;--color-warm-highlight:#FFF8E5}@media (prefers-reduced-motion:no-preference){@view-transition{navigation:auto}.hzo-site-header{view-transition-name:hzo-header}.hzo-site-header .hzo-site-logo{view-transition-name:hzo-logo}::view-transition-old(root),::view-transition-new(root){animation-duration:var(--duration-base,200ms);animation-timing-function:var(--ease-standard,ease)}}.hzo-nav-link:visited,.hzo-site-nav__link:visited,.hzo-mega-menu__link:visited,.hzo-mobile-menu__link:visited{color:var(--nav-link)}.hzo-nav-link:visited:hover,.hzo-site-nav__link:visited:hover,.hzo-mega-menu__link:visited:hover,.hzo-mobile-menu__link:visited:hover{color:var(--nav-link-hover)}.hzo-breadcrumb a:visited{color:var(--text-muted)}.hzo-breadcrumb a:visited:hover{color:var(--brand)}.hzo-breadcrumb [aria-current="page"]:visited{color:var(--text-body)}.hzo-card__link:visited{color:var(--accent-text)!important}.hzo-card__link:visited:hover{color:color-mix(in srgb,var(--accent-text) 70%,black)!important}.hzo-site-logo:visited{color:var(--brand)}.hzo-site-footer a:visited{color:var(--footer-link-base-dark,rgba(255,255,255,.85))}.hzo-footer-link:visited{color:var(--footer-link-dark,rgba(255,255,255,.8))!important}.hzo-site-footer--light a:visited{color:var(--text-body)!important}.hzo-site-footer--light .hzo-footer-link:visited{color:var(--footer-link)!important}.hzo-alert{display:flex;align-items:center;gap:10px;padding:var(--space-md) var(--space-lg);border-left:4px solid;border-radius:4px;font-size:15px;font-weight:var(--fw-500,500);line-height:var(--lh-normal)}.hzo-alert>svg{flex-shrink:0}.hzo-alert--info{background:var(--color-info-bg);border-color:var(--color-info);color:var(--color-info)}.hzo-alert--success{background:var(--success-bg);border-color:var(--success);color:var(--success-text,#166534)}.hzo-alert--warning{background:var(--color-warning-bg);border-color:var(--color-warning);color:var(--warning-text,#92400E)}.hzo-alert--error{background:var(--error-bg);border-color:var(--error);color:var(--error-text,#991B1B)}.hzo-announcer-region{position:absolute;width:1px;height:1px;margin:-1px;padding:0;border:0;overflow:hidden;clip:rect(0 0 0 0);clip-path:inset(50%);white-space:nowrap;-webkit-user-select:none;user-select:none;pointer-events:none}.hzo-announcer-config{display:none!important}.hzo-announce-trigger{font:inherit;color:inherit}.hzo-answer{max-width:var(--prose-max-width)}.hzo-answer__question{margin:0 0 var(--space-sm);color:var(--text-heading)}.hzo-answer__text{margin:0;color:var(--text-body);line-height:var(--body-line-height,1.6)}.hzo-answer__byline{margin:var(--space-md) 0 0;display:flex;align-items:center;flex-wrap:wrap;gap:var(--space-sm);color:var(--text-muted);font-size:var(--fs-100,14px)}.hzo-answer__author{font-style:normal;font-weight:var(--fw-medium,500);color:var(--text-body)}.hzo-answer__byline-sep{color:var(--text-muted)}.hzo-answer--card{padding:var(--space-lg);background:var(--surface);border:var(--border-1) solid var(--card-border,var(--border));border-radius:var(--radius-panel);box-shadow:var(--card-shadow)}.hzo-answer--group{display:flex;flex-direction:column;gap:var(--space-xl)}.hzo-answer--group.hzo-answer--card{gap:var(--space-lg)}.hzo-answer__item>.hzo-answer__question{margin:0 0 var(--space-sm)}.hzo-answer__item>.hzo-answer__text{margin:0}.hzo-answer--disclosure{padding:0 var(--space-lg);border:var(--border-1) solid var(--border);border-radius:var(--radius-panel)}.hzo-answer__summary{display:flex;align-items:center;justify-content:space-between;gap:var(--space-md);min-height:44px;padding-block:var(--space-md);cursor:pointer;list-style:none}.hzo-answer__summary::-webkit-details-marker{display:none}.hzo-answer__summary>.hzo-answer__question{margin:0}.hzo-answer__summary::after{content:"";flex-shrink:0;width:.5em;height:.5em;border-right:var(--border-2) solid currentColor;border-bottom:var(--border-2) solid currentColor;transform:rotate(45deg);transition:transform var(--dur-1) var(--ease-standard)}.hzo-answer--disclosure[open]>.hzo-answer__summary::after{transform:rotate(-135deg)}.hzo-answer__summary:focus-visible{outline:var(--border-2) solid var(--focus-ring);outline-offset:2px}.hzo-answer__body{padding-bottom:var(--space-md)}@media print{.hzo-answer.hzo-reveal{opacity:1!important;transform:none!important}.hzo-answer--card,.hzo-answer--disclosure{box-shadow:none;border-color:currentColor}.hzo-answer--disclosure:not([open])>.hzo-answer__body{display:block!important}.hzo-answer__summary::after{display:none}}@media (forced-colors:active){.hzo-answer--card,.hzo-answer--disclosure{border:var(--border-1) solid CanvasText}.hzo-answer__summary::after{border-color:CanvasText}.hzo-answer__summary:focus-visible{outline-color:CanvasText}}@media (prefers-reduced-motion:reduce){.hzo-answer__summary::after{transition:none}}.hzo-avatar{display:inline-flex;align-items:center;justify-content:center;flex-shrink:0;width:48px;height:48px;border-radius:50%;overflow:hidden;background:var(--bg-alt);color:var(--text-muted);font-family:var(--font-body);font-weight:var(--fw-600,600);font-size:1rem;line-height:var(--lh-none);text-transform:uppercase;letter-spacing:.02em;user-select:none}.hzo-avatar>img{width:100%;height:100%;object-fit:cover;display:block}.hzo-avatar--initials{background:var(--brand-pale);color:var(--brand-text)}.hzo-avatar--sm{width:32px;height:32px;font-size:.8125rem}.hzo-avatar--lg{width:64px;height:64px;font-size:1.25rem}.hzo-avatar-group{display:inline-flex;align-items:center}.hzo-avatar-group>*{border:var(--border-2) solid var(--bg-page);border-radius:var(--radius-full);margin-left:calc(-1 * var(--avatar-group-overlap, 12px))}.hzo-avatar-group>*:first-child{margin-left:0}.hzo-avatar-group>*:nth-child(1){z-index:1}.hzo-avatar-group>*:nth-child(2){z-index:2}.hzo-avatar-group>*:nth-child(3){z-index:3}.hzo-avatar-group>*:nth-child(4){z-index:4}.hzo-avatar-group>*:nth-child(5){z-index:5}.hzo-avatar-group__more{display:inline-flex;align-items:center;justify-content:center;flex-shrink:0;width:48px;height:48px;background:var(--bg-alt);color:var(--text-muted);font-size:var(--fs-50);font-weight:var(--fw-600,600);line-height:var(--lh-none);user-select:none;z-index:6}.hzo-back-to-top{position:fixed;right:var(--space-lg);bottom:calc(var(--space-lg) + env(safe-area-inset-bottom, 0px));z-index:var(--z-back-to-top,15);width:44px;height:44px;display:inline-flex;align-items:center;justify-content:center;border:0;border-radius:var(--radius-full);background:var(--back-to-top-bg,var(--brand));color:var(--back-to-top-color,var(--text-on-brand));box-shadow:var(--shadow-md);cursor:pointer;opacity:0;visibility:hidden;transform:translateY(var(--space-sm));transition:opacity var(--duration-base) var(--ease-standard),transform var(--duration-base) var(--ease-out),visibility var(--duration-base),background var(--duration-base) var(--ease-standard)}.hzo-back-to-top svg{width:20px;height:20px;display:block}.hzo-back-to-top.is-visible{opacity:1;visibility:visible;transform:none}.hzo-back-to-top:hover{background:var(--back-to-top-bg-hover,var(--brand-hover-on-light))}.hzo-back-to-top:focus-visible{outline:2px solid var(--color-focus);outline-offset:2px}@media (prefers-reduced-motion:reduce){.hzo-back-to-top{transition:none;transform:none}}.hzo-badge{display:inline-flex;align-items:center;line-height:var(--lh-none);padding:6px 11px;border-radius:var(--badge-radius,var(--radius-full));font-size:var(--fs-50);font-weight:var(--badge-weight,var(--fw-600,600));letter-spacing:.03em;text-transform:uppercase;background:var(--bg-alt);color:var(--text-body)}.hzo-badge--primary{background:var(--brand);color:var(--text-on-brand)}.hzo-badge--secondary{background:var(--accent);color:var(--text-on-accent)}.hzo-badge--success{background:var(--badge-success-bg,#15803D);color:var(--badge-on-state,#fff)}.hzo-badge--warning{background:var(--badge-warning-bg,#B45309);color:var(--badge-on-state,#fff)}.hzo-badge--error{background:var(--badge-error-bg,var(--error));color:var(--badge-on-state,#fff)}.hzo-badge--info{background:var(--badge-info-bg,var(--color-info));color:var(--badge-on-state,#fff)}.hzo-badge--outline{background:transparent;color:var(--brand-text);border:1px solid var(--brand-text)}.hzo-badge--sale{background:var(--accent);color:var(--text-on-accent)}.hzo-banner{overflow:hidden;background:var(--brand);color:var(--text-on-brand);transition:height var(--transition-base) ease,opacity var(--transition-base) ease}.hzo-banner--accent{background:var(--accent);color:var(--text-on-accent)}.hzo-banner--pale{background:var(--bg-alt);color:var(--text-body)}.hzo-banner__inner{display:flex;align-items:center;gap:var(--space-md);padding-top:10px;padding-bottom:10px}.hzo-banner__text{flex:1;margin:0;text-align:center;font-size:var(--fs-100);line-height:1.4}.hzo-banner a{color:inherit;text-decoration:underline}.hzo-banner__close{flex-shrink:0;display:inline-flex;align-items:center;justify-content:center;width:32px;height:32px;padding:0;border:0;background:transparent;color:inherit;border-radius:var(--radius-full);cursor:pointer;transition:background var(--transition-base) ease}.hzo-banner__close:hover{background:color-mix(in srgb,currentColor 15%,transparent)}.hzo-banner__close:focus-visible{outline:2px solid currentColor;outline-offset:2px}.hzo-banner__close>svg{width:16px;height:16px;display:block}.hzo-banner.is-dismissing{opacity:0}@media (prefers-reduced-motion:reduce){.hzo-banner{transition:none}}.hzo-blog-duo{display:grid;grid-template-columns:1fr;gap:var(--space-xl)}@media (min-width:900px){.hzo-blog-duo{grid-template-columns:5fr 6fr;gap:var(--space-2xl);align-items:start}}.hzo-breadcrumb{font-family:var(--font-body);font-size:var(--fs-75);color:var(--text-muted);display:flex;flex-wrap:wrap;align-items:center;gap:6px;list-style:none;padding:0;margin:0}.hzo-breadcrumb a{color:var(--text-muted);text-decoration:none;transition:color 0.15s}.hzo-breadcrumb a:hover{color:var(--brand-text)}.hzo-breadcrumb a:focus-visible{outline:2px solid var(--color-focus);outline-offset:2px}.hzo-breadcrumb__sep{color:var(--border);margin:0 2px}.hzo-breadcrumb [aria-current="page"]{color:var(--text-body);font-weight:var(--fw-500,500)}.hzo-breadcrumb a{position:relative}.hzo-breadcrumb a::after{content:"";position:absolute;left:0;right:0;bottom:-2px;height:2px;background:var(--link-underline,currentColor);transform:scaleX(0);transform-origin:left;transition:transform .2s ease;pointer-events:none}.hzo-breadcrumb a:hover::after,.hzo-breadcrumb a:focus-visible::after{transform:scaleX(1)}@media (prefers-reduced-motion:reduce){.hzo-breadcrumb a::after{transition:none}}.hzo-btn,.hzo-button{display:inline-flex;align-items:center;justify-content:center;gap:var(--space-sm);padding:var(--btn-padding-y,14px) var(--btn-padding-x,32px);font-family:var(--font-body);font-size:1rem;font-weight:var(--btn-weight,var(--fw-semibold,600));text-decoration:none;border-radius:var(--btn-radius,var(--radius-pill));border:var(--border-1) solid transparent;cursor:pointer;transition:background var(--transition-base),border-color var(--transition-base),color var(--transition-base),box-shadow var(--transition-base),transform 0.1s;min-height:48px;line-height:var(--lh-none);white-space:nowrap;background:var(--btn-primary-bg,var(--accent))!important;color:var(--btn-primary-text,var(--text-on-accent))!important}.hzo-btn:hover,.hzo-btn.is-hover,.hzo-button:hover,.hzo-button.is-hover{background:var(--btn-primary-hover,var(--accent-hover-on-light))!important;color:var(--btn-primary-hover-text,#fff)!important}.hzo-btn:focus-visible,.hzo-btn.is-focus,.hzo-button:focus-visible,.hzo-button.is-focus{outline:3px solid var(--color-focus);outline-offset:2px}.hzo-btn.is-active,.hzo-btn:active,.hzo-button.is-active,.hzo-button:active{transform:translateY(1px)}.hzo-btn.is-disabled,.hzo-btn[disabled],.hzo-btn[aria-disabled="true"],.hzo-button.is-disabled,.hzo-button[disabled],.hzo-button[aria-disabled="true"]{opacity:var(--opacity-disabled);pointer-events:none}.hzo-btn--primary,.hzo-button--primary{background:var(--btn-primary-bg,var(--accent))!important;color:var(--btn-primary-text,var(--text-on-accent))!important;border-color:var(--btn-primary-bg,var(--accent))}.hzo-btn--primary:hover,.hzo-button--primary:hover{background:var(--btn-primary-hover,var(--accent-text))!important;border-color:var(--btn-primary-hover,var(--accent-text));color:var(--btn-primary-hover-text,#fff)!important}.hzo-btn--secondary,.hzo-button--secondary{background:var(--btn-secondary-bg,var(--brand))!important;color:var(--btn-secondary-text,var(--text-on-brand))!important;border-color:var(--btn-secondary-bg,var(--brand))}.hzo-btn--secondary:hover,.hzo-button--secondary:hover{background:var(--btn-secondary-hover,var(--brand-hover-on-light))!important;border-color:var(--btn-secondary-hover,var(--brand-hover-on-light));color:var(--btn-secondary-text,var(--text-on-brand))!important}.hzo-btn--outline,.hzo-button--outline{background:transparent!important;color:var(--btn-outline-color,var(--brand))!important;border-color:var(--btn-outline-color,var(--brand))}.hzo-btn--outline:hover,.hzo-button--outline:hover{background:var(--btn-outline-color,var(--brand))!important;color:var(--btn-secondary-text,var(--text-on-brand))!important;border-color:var(--btn-outline-color,var(--brand))}.hzo-btn--ghost,.hzo-button--ghost{background:transparent!important;color:var(--btn-ghost-color,var(--brand))!important;border-color:transparent}.hzo-btn--ghost:hover,.hzo-button--ghost:hover{background:var(--btn-ghost-hover,var(--brand-pale))!important;color:var(--btn-ghost-color,var(--brand))!important}.hzo-btn--tertiary,.hzo-button--tertiary{background:var(--btn-tertiary-bg,var(--bg-alt))!important;color:var(--btn-tertiary-text,var(--text-heading))!important;border-color:var(--btn-tertiary-border,var(--border))}.hzo-btn--tertiary:hover,.hzo-button--tertiary:hover{background:var(--btn-tertiary-hover,color-mix(in srgb,var(--btn-tertiary-bg,var(--bg-alt)) 88%,var(--btn-tertiary-text,var(--text-heading))))!important;color:var(--btn-tertiary-text,var(--text-heading))!important;border-color:var(--btn-tertiary-hover-border,var(--text-muted))}.hzo-btn--danger,.hzo-button--danger{background:var(--btn-danger-bg,var(--error))!important;color:#fff!important;border-color:var(--btn-danger-bg,var(--error))}.hzo-btn--danger:hover,.hzo-button--danger:hover{background:var(--btn-danger-hover,#B91C1C)!important;border-color:var(--btn-danger-hover,#B91C1C);color:#fff!important}.hzo-btn--primary:hover,.hzo-btn--secondary:hover,.hzo-btn--danger:hover,.hzo-button--primary:hover,.hzo-button--secondary:hover,.hzo-button--danger:hover{box-shadow:var(--shadow-md)}.hzo-btn--sm,.hzo-button--sm{padding:calc(var(--btn-padding-y, 14px) - 4px) calc(var(--btn-padding-x, 32px) - 10px);font-size:.875rem;min-height:36px}.hzo-btn--lg,.hzo-button--lg{padding:calc(var(--btn-padding-y, 14px) + 2px) calc(var(--btn-padding-x, 32px) + 8px);font-size:1.125rem;min-height:52px}.hzo-btn--block,.hzo-button--block{width:100%}.hzo-btn--icon,.hzo-button--icon{padding:0;width:48px;min-width:48px}.hzo-btn--icon.hzo-btn--sm,.hzo-button--icon.hzo-button--sm{width:36px;min-width:36px}.hzo-btn--icon.hzo-btn--lg,.hzo-button--icon.hzo-button--lg{width:52px;min-width:52px}.hzo-btn--icon>svg,.hzo-button--icon>svg{width:20px;height:20px}.hzo-btn--link,.hzo-button--link{background:transparent!important;color:var(--brand-text)!important;border-color:transparent;min-height:0;padding:var(--space-xs) 0;border-radius:var(--radius-0);text-decoration:underline;text-underline-offset:3px}.hzo-btn--link:hover,.hzo-button--link:hover{background:transparent!important;color:var(--brand-hover-on-dark)!important;text-decoration-thickness:2px}.hzo-btn--on-dark.hzo-btn--link,.hzo-btn--on-dark.hzo-btn--link:hover,.hzo-button--on-dark.hzo-button--link,.hzo-button--on-dark.hzo-button--link:hover{color:#fff!important}@media (max-width:767px){.hzo-btn:not(.hzo-btn--inline):not(.hzo-btn--icon):not(.hzo-btn--link),.hzo-button:not(.hzo-button--inline):not(.hzo-button--icon):not(.hzo-button--link){width:100%}}.hzo-btn--on-dark:not(.hzo-btn--primary):not(.hzo-btn--secondary):not(.hzo-btn--tertiary):not(.hzo-btn--outline):not(.hzo-btn--ghost):not(.hzo-btn--link):not(.hzo-btn--danger),.hzo-button--on-dark:not(.hzo-button--primary):not(.hzo-button--secondary):not(.hzo-button--tertiary):not(.hzo-button--outline):not(.hzo-button--ghost):not(.hzo-button--link):not(.hzo-button--danger){background:transparent!important;color:var(--btn-on-dark-accent,#fff)!important;border-color:var(--btn-on-dark-accent,#fff)}.hzo-btn--on-dark:not(.hzo-btn--primary):not(.hzo-btn--secondary):not(.hzo-btn--tertiary):not(.hzo-btn--outline):not(.hzo-btn--ghost):not(.hzo-btn--link):not(.hzo-btn--danger):hover,.hzo-button--on-dark:not(.hzo-button--primary):not(.hzo-button--secondary):not(.hzo-button--tertiary):not(.hzo-button--outline):not(.hzo-button--ghost):not(.hzo-button--link):not(.hzo-button--danger):hover{background:var(--btn-on-dark-accent,#fff)!important;color:var(--btn-on-dark-text,var(--brand))!important}.hzo-btn--on-dark.hzo-btn--primary:hover,.hzo-button--on-dark.hzo-button--primary:hover{background:var(--accent-pale)!important;border-color:var(--accent-pale);color:var(--text-on-accent)!important}.hzo-btn--on-dark.hzo-btn--secondary,.hzo-button--on-dark.hzo-button--secondary{background:var(--btn-on-dark-bg,#fff)!important;color:var(--btn-on-dark-text,var(--brand))!important;border-color:var(--btn-on-dark-bg,#fff)}.hzo-btn--on-dark.hzo-btn--secondary:hover,.hzo-button--on-dark.hzo-button--secondary:hover{background:color-mix(in srgb,var(--btn-on-dark-bg,#ffffff) 75%,var(--btn-on-dark-text,var(--brand)))!important;border-color:color-mix(in srgb,var(--btn-on-dark-bg,#ffffff) 75%,var(--btn-on-dark-text,var(--brand)));color:var(--brand-hover-on-light)!important}.hzo-btn--on-dark.hzo-btn--outline,.hzo-button--on-dark.hzo-button--outline{color:var(--btn-on-dark-accent,#fff)!important;border-color:var(--btn-on-dark-accent,#fff);background:transparent!important}.hzo-btn--on-dark.hzo-btn--outline:hover,.hzo-button--on-dark.hzo-button--outline:hover{background:var(--btn-on-dark-accent,#fff)!important;color:var(--btn-on-dark-text,var(--brand))!important}.hzo-btn--on-dark.hzo-btn--tertiary,.hzo-button--on-dark.hzo-button--tertiary{background:rgba(255,255,255,.14)!important;color:var(--btn-on-dark-accent,#fff)!important;border-color:rgba(255,255,255,.34)}.hzo-btn--on-dark.hzo-btn--tertiary:hover,.hzo-button--on-dark.hzo-button--tertiary:hover{background:rgba(255,255,255,.26)!important;color:var(--btn-on-dark-accent,#fff)!important;border-color:rgba(255,255,255,.55)}.hzo-btn--on-dark.hzo-btn--ghost,.hzo-button--on-dark.hzo-button--ghost{color:var(--btn-on-dark-accent,#fff)!important}.hzo-btn--on-dark.hzo-btn--ghost:hover,.hzo-button--on-dark.hzo-button--ghost:hover{background:rgba(255,255,255,.2)!important;color:var(--btn-on-dark-accent,#fff)!important}.hzo-btn.is-loading,.hzo-button.is-loading{color:transparent!important;pointer-events:none;position:relative}.hzo-btn.is-loading::after,.hzo-button.is-loading::after{content:"";position:absolute;top:50%;left:50%;width:18px;height:18px;margin:-9px 0 0 -9px;border-radius:50%;border:var(--border-2) solid color-mix(in srgb,var(--text-on-accent) 30%,transparent);border-top-color:var(--text-on-accent);animation:hzo-spin 0.6s linear infinite}.hzo-btn--secondary.is-loading::after,.hzo-btn--danger.is-loading::after,.hzo-button--secondary.is-loading::after,.hzo-button--danger.is-loading::after{border-color:rgba(255,255,255,.35);border-top-color:#fff}.hzo-btn--outline.is-loading::after,.hzo-btn--ghost.is-loading::after,.hzo-btn--link.is-loading::after,.hzo-button--outline.is-loading::after,.hzo-button--ghost.is-loading::after,.hzo-button--link.is-loading::after{border-color:color-mix(in srgb,var(--brand) 30%,transparent);border-top-color:var(--brand)}@media (prefers-reduced-motion:reduce){.hzo-btn.is-loading::after,.hzo-button.is-loading::after{animation-duration:1.5s}}.hzo-btn.is-added,.hzo-button.is-added{color:transparent!important;pointer-events:none;position:relative}.hzo-btn.is-added::after,.hzo-button.is-added::after{content:"\2713";position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);font-size:1.15em;font-weight:var(--fw-700);line-height:var(--lh-none);color:var(--text-on-accent)}.hzo-btn--secondary.is-added::after,.hzo-btn--danger.is-added::after,.hzo-button--secondary.is-added::after,.hzo-button--danger.is-added::after{color:#fff}.hzo-btn--outline.is-added::after,.hzo-btn--ghost.is-added::after,.hzo-btn--link.is-added::after,.hzo-button--outline.is-added::after,.hzo-button--ghost.is-added::after,.hzo-button--link.is-added::after{color:var(--brand)}.hzo-btn--tertiary.is-added::after,.hzo-button--tertiary.is-added::after{color:var(--btn-tertiary-text,var(--text-heading))}.hzo-callback{container-type:inline-size;display:flex;flex-direction:column;gap:var(--space-md);margin:0;max-width:32rem;text-align:start}.hzo-callback--align-center{margin-inline:auto;align-items:stretch;text-align:center}.hzo-callback--align-start{margin-inline:0}.hzo-callback--card{padding:var(--space-lg);background:var(--surface);border:var(--border-1) solid var(--border);border-radius:var(--radius-2);box-shadow:var(--shadow-2)}.hzo-callback__heading{margin:0;font-size:var(--fs-500);line-height:var(--lh-snug);color:var(--text-heading)}.hzo-callback__promise{margin:0;color:var(--text-body);font-size:var(--fs-200);line-height:var(--lh-normal);transition:color var(--dur-1) var(--ease-standard)}.hzo-callback.is-after-hours .hzo-callback__promise{color:var(--text-muted)}.hzo-callback__field{display:flex;flex-direction:column;gap:var(--space-2xs)}.hzo-callback__label{font-size:var(--fs-100);font-weight:600;color:var(--text-heading);line-height:var(--lh-snug)}.hzo-callback__input{width:100%;padding:var(--space-smd) var(--space-md);font-size:var(--fs-300);font-family:var(--font-body);color:var(--text-body);background:var(--bg-page);border:var(--border-1) solid var(--input-border,var(--border));border-radius:var(--radius-1);min-height:48px;transition:border-color var(--dur-1) var(--ease-standard),box-shadow var(--dur-1) var(--ease-standard)}.hzo-callback__input:focus-visible{outline:var(--border-2) solid var(--focus-ring);outline-offset:var(--space-2xs);border-color:var(--focus-ring)}.hzo-callback__input--error,.hzo-callback__input[aria-invalid="true"]{border-color:var(--error)}.hzo-callback__input--error:focus-visible,.hzo-callback__input[aria-invalid="true"]:focus-visible{outline-color:var(--error);border-color:var(--error)}.hzo-callback__error{color:var(--error-ink);font-size:var(--fs-100);line-height:var(--lh-snug)}.hzo-callback__window{margin:0;padding:0;border:0;display:flex;flex-direction:column;gap:var(--space-sm)}.hzo-callback__legend{padding:0;font-size:var(--fs-100);font-weight:600;color:var(--text-heading)}.hzo-callback__chips{display:flex;flex-wrap:wrap;gap:var(--space-sm)}.hzo-callback__chip{position:relative;display:inline-flex;align-items:center;justify-content:center;min-height:44px;padding:var(--space-sm) var(--space-md);border:var(--border-1) solid var(--border);border-radius:var(--radius-full);color:var(--text-body);background:var(--bg-page);font-size:var(--fs-100);line-height:1;cursor:pointer;transition:border-color var(--dur-1) var(--ease-standard),background var(--dur-1) var(--ease-standard),color var(--dur-1) var(--ease-standard)}.hzo-callback__chip:hover{border-color:var(--accent-text)}.hzo-callback__chip-input{position:absolute;opacity:0;width:100%;height:100%;margin:0;inset:0;cursor:pointer}.hzo-callback__chip:has(.hzo-callback__chip-input:checked){background:var(--accent-pale);border-color:var(--accent-text);color:var(--accent-text);font-weight:600}.hzo-callback__chip:has(.hzo-callback__chip-input:focus-visible){outline:var(--border-2) solid var(--focus-ring);outline-offset:var(--space-2xs)}.hzo-callback__chip:active{transform:translateY(1px)}.hzo-callback__consent{font-size:var(--fs-75);color:var(--text-muted);line-height:var(--lh-normal)}.hzo-callback__consent-label{display:flex;align-items:flex-start;gap:var(--space-sm);cursor:pointer}.hzo-callback__consent-box{flex-shrink:0;width:20px;height:20px;margin-top:2px;accent-color:var(--accent-text)}.hzo-callback__consent-box:focus-visible{outline:var(--border-2) solid var(--focus-ring);outline-offset:var(--space-2xs)}.hzo-callback__consent-text{margin:0}.hzo-callback__hp{position:absolute!important;left:-9999px!important;width:1px;height:1px;overflow:hidden}.hzo-callback__submit{position:relative;width:100%}.hzo-callback--inline .hzo-callback__submit{width:auto}.hzo-callback__spinner{display:none;width:1em;height:1em;margin-inline-start:var(--space-sm);border:var(--border-2) solid currentColor;border-top-color:transparent;border-radius:var(--radius-full);animation:hzo-callback-spin var(--dur-4) linear infinite}.hzo-callback__submit.is-loading .hzo-callback__spinner{display:inline-block}@keyframes hzo-callback-spin{to{transform:rotate(360deg)}}.hzo-callback--inline{flex-direction:row;flex-wrap:wrap;align-items:flex-end;max-width:none}.hzo-callback--inline .hzo-callback__promise{flex:1 0 100%}.hzo-callback--inline .hzo-callback__field{flex:1 1 12rem}@container (max-width:26rem){.hzo-callback--inline{flex-direction:column;align-items:stretch}.hzo-callback--inline .hzo-callback__submit{width:100%}}.hzo-callback__success{display:flex;flex-direction:column;gap:var(--space-sm);align-items:inherit}.hzo-callback--align-center .hzo-callback__success{align-items:center;text-align:center}.hzo-callback__success-title{margin:0;font-size:var(--fs-400);line-height:var(--lh-snug);color:var(--text-heading)}.hzo-callback__success-title:focus-visible{outline:var(--border-2) solid var(--focus-ring);outline-offset:var(--space-2xs);border-radius:var(--radius-1)}.hzo-callback__success-text{margin:0;color:var(--text-body);font-size:var(--fs-200)}.hzo-callback__success-tel{display:inline-flex;align-items:center;justify-content:center;min-height:48px;padding:var(--space-smd) var(--space-lg);border-radius:var(--radius-full);background:var(--accent-pale);color:var(--accent-text);font-weight:600;text-decoration:none;transition:background var(--dur-1) var(--ease-standard)}.hzo-callback__success-tel:hover{background:var(--accent);color:var(--text-on-accent)}.hzo-callback__success-tel:focus-visible{outline:var(--border-2) solid var(--focus-ring);outline-offset:var(--space-2xs)}.hzo-callback__countdown{--hzo-cb-progress:0;display:inline-flex;flex-direction:column;align-items:center;gap:var(--space-xs)}.hzo-callback__countdown-num{display:grid;place-items:center;width:4.5rem;height:4.5rem;border-radius:var(--radius-full);font-size:var(--fs-500);font-family:var(--font-number,var(--font-body));font-weight:700;color:var(--accent-text);background:radial-gradient(var(--surface) 54%,transparent 55%),conic-gradient(var(--accent) calc(var(--hzo-cb-progress) * 360deg),var(--border) 0deg)}.hzo-callback__countdown-text{color:var(--text-body);font-size:var(--fs-100)}@media (prefers-reduced-motion:reduce){.hzo-callback__spinner{animation-duration:2s}.hzo-callback__countdown-num{background:var(--surface-2)}.hzo-callback__promise,.hzo-callback__input,.hzo-callback__chip,.hzo-callback__success-tel{transition:none}}@media (forced-colors:active){.hzo-callback__input{border:1px solid ButtonBorder}.hzo-callback__input[aria-invalid="true"]{border-color:Mark}.hzo-callback__chip{border:1px solid ButtonBorder}.hzo-callback__chip:has(.hzo-callback__chip-input:checked){border-color:Highlight}.hzo-callback__countdown-num{background:ButtonFace;forced-color-adjust:none}}@media print{.hzo-callback,.hzo-callback__promise,.hzo-callback__consent{display:flex!important}.hzo-callback__spinner,.hzo-callback__countdown-num{display:none!important}.hzo-callback__success[hidden]{display:block!important}}.hzo-callout{display:flex;gap:var(--callout-gap,var(--space-md));padding:var(--callout-padding,var(--space-md));border-radius:var(--callout-radius,var(--radius-panel));border-left:var(--callout-bar-width,var(--border-3)) solid var(--brand);background:var(--bg-alt);color:var(--text-body)}.hzo-callout__icon{flex:0 0 auto;line-height:var(--lh-none);color:var(--text-heading)}.hzo-callout__title{font-weight:var(--fw-600);line-height:var(--lh-snug);color:var(--text-heading)}.hzo-callout__body{line-height:var(--lh-normal);color:var(--text-body)}.hzo-callout--info{border-left-color:var(--info);background:var(--info-bg)}.hzo-callout--success{border-left-color:var(--success);background:var(--success-bg)}.hzo-callout--warning{border-left-color:var(--warning);background:var(--warning-bg)}.hzo-callout--danger{border-left-color:var(--error);background:var(--error-bg)}.hzo-carousel{position:relative}.hzo-carousel__viewport{overflow:hidden;touch-action:pan-y}.hzo-carousel__track{display:flex;gap:var(--hzo-cv-gap,0);transition:transform var(--hzo-cv-speed,var(--transition-base)) ease}.hzo-carousel__slide{flex:0 0 calc((100% - (var(--hzo-cv-per-view, 1) - 1) * var(--hzo-cv-gap, 0px)) / var(--hzo-cv-per-view, 1));min-width:0}.hzo-carousel__btn{position:absolute;top:50%;transform:translateY(-50%);display:inline-flex;align-items:center;justify-content:center;width:44px;height:44px;border:0;border-radius:var(--radius-full);background:var(--surface,#fff);color:var(--text-heading);box-shadow:var(--shadow-md);cursor:pointer;z-index:1;transition:background var(--transition-base) ease}.hzo-carousel__btn:hover{background:var(--bg-alt)}.hzo-carousel__btn:focus-visible{outline:2px solid var(--color-focus);outline-offset:2px}.hzo-carousel__btn--prev{left:8px}.hzo-carousel__btn--next{right:8px}.hzo-carousel__btn[disabled]{opacity:.4;cursor:default;box-shadow:var(--shadow-sm)}.hzo-carousel__btn>svg{width:22px;height:22px;display:block}.hzo-carousel__toggle{display:inline-flex;align-items:center;gap:6px;margin-top:var(--space-md);padding:6px var(--space-smd);border:var(--border-1) solid var(--border);border-radius:var(--radius-full);background:var(--surface,#fff);color:var(--text-body);font-size:var(--fs-75);cursor:pointer}.hzo-carousel__toggle:focus-visible{outline:2px solid var(--color-focus);outline-offset:2px}.hzo-carousel__dots{display:flex;justify-content:center;gap:var(--space-xs);margin-top:var(--space-md)}.hzo-carousel__dot{display:inline-flex;align-items:center;justify-content:center;width:24px;height:24px;padding:0;border:0;background:transparent;cursor:pointer}.hzo-carousel__dot::before{content:"";width:10px;height:10px;border-radius:50%;background:var(--carousel-dot-color,var(--border));transition:background var(--transition-base) ease,transform var(--transition-base) ease}.hzo-carousel__dot[aria-current="true"]::before{background:var(--carousel-dot-active-color,var(--brand));transform:scale(1.3)}.hzo-carousel__dot:focus-visible{outline:2px solid var(--color-focus);outline-offset:1px;border-radius:50%}.hzo-carousel__dots--ring .hzo-carousel__dot{position:relative}.hzo-carousel__dot-ring{position:absolute;inset:0;width:100%;height:100%;transform:rotate(-90deg);pointer-events:none}.hzo-carousel__dot-ring circle{fill:none;stroke:var(--carousel-ring-color,var(--carousel-dot-active-color,var(--brand)));stroke-width:2;stroke-dasharray:62.83;stroke-dashoffset:62.83;stroke-linecap:round}.hzo-carousel__dot[aria-current="true"] .hzo-carousel__dot-ring circle{animation:hzo-ring-progress var(--carousel-ring-duration,6000ms) linear forwards}.hzo-carousel__dots--ring.is-paused .hzo-carousel__dot-ring circle{animation-play-state:paused}@keyframes hzo-ring-progress{to{stroke-dashoffset:0}}@media (prefers-reduced-motion:reduce){.hzo-carousel__dot-ring{display:none}}.hzo-carousel__fraction{margin-top:var(--space-md);text-align:center;font-size:13px;font-variant-numeric:tabular-nums;color:var(--text-muted);letter-spacing:.02em}.hzo-carousel__progress{margin-top:var(--space-md);height:3px;border-radius:var(--radius-pill);background:var(--carousel-dot-color,var(--border));overflow:hidden}.hzo-carousel__progress-bar{display:block;height:100%;width:100%;transform-origin:left center;transform:scaleX(0);background:var(--carousel-dot-active-color,var(--brand));transition:transform var(--transition-base) ease}@media (prefers-reduced-motion:reduce){.hzo-carousel__track,.hzo-carousel__btn,.hzo-carousel__progress-bar,.hzo-carousel__dot::before{transition:none}}.hzo-check-list{list-style:none;margin:var(--space-lg) 0 0;padding:0;display:grid;grid-template-columns:1fr;gap:var(--space-sm) var(--space-lg)}@media (min-width:600px){.hzo-check-list{grid-template-columns:1fr 1fr}}.hzo-check-list li{position:relative;padding-left:1.9em;color:var(--text-body);font-weight:var(--fw-medium,500);line-height:1.4}.hzo-check-list li::before{content:"\2713";position:absolute;left:0;top:-.05em;display:inline-flex;align-items:center;justify-content:center;width:1.35em;height:1.35em;background:var(--brand-pale);color:var(--accent-text);border-radius:50%;font-size:.8em;font-weight:700}.hzo-chip{display:inline-flex;align-items:center;justify-content:center;gap:var(--space-xs);padding:var(--chip-padding-y,4px) var(--chip-padding-x,12px);border:var(--border-1) solid transparent;border-radius:var(--radius-full);background:var(--bg-alt);color:var(--text-body);font-size:var(--fs-50);line-height:var(--lh-none);cursor:pointer;transition:background var(--transition-base) ease,color var(--transition-base) ease,border-color var(--transition-base) ease}.hzo-chip__icon{display:inline-flex;align-items:center;justify-content:center}.hzo-chip__icon>svg{display:block}.hzo-chip__remove{display:inline-flex;align-items:center;justify-content:center;padding:0;border:0;background:transparent;color:inherit;border-radius:var(--radius-full);opacity:var(--opacity-muted);cursor:pointer;transition:opacity var(--transition-base) ease}.hzo-chip__remove:hover{opacity:1}.hzo-chip__remove>svg{display:block}.hzo-chip:hover{border-color:var(--border);color:var(--text-heading)}.hzo-chip--selected,.hzo-chip.is-active{background:var(--brand);color:var(--text-on-brand);border-color:var(--brand)}.hzo-chip:focus-visible,.hzo-chip__remove:focus-visible{outline:2px solid var(--color-focus);outline-offset:2px}.hzo-chip[disabled],.hzo-chip[aria-disabled="true"],.hzo-chip.is-disabled{opacity:var(--opacity-disabled);pointer-events:none}@media (prefers-reduced-motion:reduce){.hzo-chip,.hzo-chip__remove{transition:none}}.hzo-collage{display:grid;grid-template-columns:1fr 1fr;gap:var(--space-sm)}.hzo-collage img{width:100%;height:100%;object-fit:cover;border-radius:var(--radius-card,12px);display:block}.hzo-collage>img:first-child{grid-column:1 / -1;aspect-ratio:16 / 9}.hzo-collage>img:not(:first-child){aspect-ratio:1 / 1}.hzo-combobox{position:relative}.hzo-combobox__input{width:100%;padding:var(--space-sm) var(--space-xl) var(--space-sm) var(--space-md);border:var(--border-1) solid var(--border);border-radius:var(--radius-control);background:var(--surface) url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%236B7280' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'><polyline points='6 9 12 15 18 9'/></svg>") no-repeat right var(--space-md) center / 16px 16px;color:var(--text-body);font-family:var(--font-body);font-size:var(--fs-200);line-height:var(--lh-normal);cursor:text;box-sizing:border-box;transition:border-color var(--transition-base) ease}.hzo-combobox__listbox{position:absolute;top:100%;left:0;right:0;z-index:var(--z-500);margin-top:var(--space-2xs);max-height:var(--combobox-max-height,260px);overflow:auto;list-style:none;padding:0;background:var(--surface);border:var(--border-1) solid var(--border);border-radius:var(--radius-panel);box-shadow:var(--shadow-lg);display:none}.hzo-combobox.is-open .hzo-combobox__listbox{display:block}.hzo-combobox__option{padding:var(--space-sm) var(--space-md);color:var(--text-body);cursor:pointer}.hzo-combobox__option:hover,.hzo-combobox__option.is-active,.hzo-combobox__option[aria-selected="true"]{background:var(--bg-alt);color:var(--text-heading)}.hzo-combobox__input:focus-visible{outline:2px solid var(--color-focus);outline-offset:2px}.hzo-combobox__input[disabled],.hzo-combobox__input[aria-disabled="true"],.hzo-combobox.is-disabled{opacity:var(--opacity-disabled);pointer-events:none}@media (prefers-reduced-motion:reduce){.hzo-combobox__input{transition:none}}.hzo-contact-hub{--hzo-contact-hub-z:var(--z-back-to-top, 15);--hzo-contact-hub-offset-x:var(--space-lg);--hzo-contact-hub-offset-y:var(--space-lg);--hzo-contact-hub-fab:56px;--hzo-contact-hub-target:48px;--hzo-contact-hub-gap:var(--space-sm);--hzo-contact-hub-bg:var(--brand);--hzo-contact-hub-fg:var(--text-on-brand);--hzo-contact-hub-panel-bg:var(--surface, #fff);--hzo-contact-hub-panel-fg:var(--text-body);position:fixed;z-index:var(--hzo-contact-hub-z);display:flex;flex-direction:column-reverse;align-items:flex-end;gap:var(--hzo-contact-hub-gap);bottom:calc(var(--hzo-contact-hub-offset-y) + env(safe-area-inset-bottom, 0px));right:calc(var(--hzo-contact-hub-offset-x) + env(safe-area-inset-right, 0px))}.hzo-contact-hub--bottom-left{right:auto;left:calc(var(--hzo-contact-hub-offset-x) + env(safe-area-inset-left, 0px));align-items:flex-start}.hzo-contact-hub--top-right{bottom:auto;top:calc(var(--hzo-contact-hub-offset-y) + env(safe-area-inset-top, 0px));flex-direction:column}.hzo-contact-hub--top-left{bottom:auto;right:auto;top:calc(var(--hzo-contact-hub-offset-y) + env(safe-area-inset-top, 0px));left:calc(var(--hzo-contact-hub-offset-x) + env(safe-area-inset-left, 0px));align-items:flex-start;flex-direction:column}@media (min-width:782px){.hzo-contact-hub--mobile-only{display:none}}.hzo-contact-hub__toggle{position:relative;flex:0 0 auto;width:var(--hzo-contact-hub-fab);height:var(--hzo-contact-hub-fab);display:inline-flex;align-items:center;justify-content:center;padding:0;border:var(--border-1) solid transparent;border-radius:var(--radius-pill);background:var(--hzo-contact-hub-bg);color:var(--hzo-contact-hub-fg);box-shadow:var(--shadow-lg);cursor:pointer;transition:transform var(--dur-2) var(--ease-out),box-shadow var(--dur-2) var(--ease-standard),background var(--dur-2) var(--ease-standard)}.hzo-contact-hub__toggle:hover{box-shadow:var(--shadow-xl);transform:translateY(-2px)}.hzo-contact-hub__toggle:active{transform:translateY(0)}.hzo-contact-hub__toggle:focus-visible{outline:var(--border-2) solid var(--focus-ring);outline-offset:var(--border-2)}.hzo-contact-hub__toggle svg{width:26px;height:26px;display:block}.hzo-contact-hub__toggle-glyph{position:absolute;transition:opacity var(--dur-1) var(--ease-standard),transform var(--dur-2) var(--ease-out)}.hzo-contact-hub__toggle-glyph--close{opacity:0;transform:rotate(-45deg)}.hzo-contact-hub.is-open .hzo-contact-hub__toggle-glyph--open{opacity:0;transform:rotate(45deg)}.hzo-contact-hub.is-open .hzo-contact-hub__toggle-glyph--close{opacity:1;transform:rotate(0)}.hzo-contact-hub__badge{position:absolute;top:-2px;right:-2px;min-width:20px;height:20px;padding:0 6px;display:inline-flex;align-items:center;justify-content:center;border-radius:var(--radius-pill);background:var(--accent);color:var(--text-on-accent);font-family:var(--font-body);font-size:var(--fs-50);font-weight:var(--fw-700);line-height:1}.hzo-contact-hub__panel{display:flex;flex-direction:column;align-items:flex-end;gap:var(--hzo-contact-hub-gap)}.hzo-contact-hub--bottom-left .hzo-contact-hub__panel,.hzo-contact-hub--top-left .hzo-contact-hub__panel{align-items:flex-start}.hzo-contact-hub__panel[hidden]{display:none}.hzo-contact-hub__channel{--hzo-contact-hub-channel-accent:var(--brand);min-height:var(--hzo-contact-hub-target);display:inline-flex;align-items:center;gap:var(--space-sm);padding:var(--space-sm) var(--space-md);border:var(--border-1) solid var(--border);border-radius:var(--radius-pill);background:var(--hzo-contact-hub-panel-bg);color:var(--hzo-contact-hub-panel-fg);box-shadow:var(--shadow-md);text-decoration:none;font-family:var(--font-body);font-size:var(--fs-100);font-weight:var(--fw-600);white-space:nowrap;opacity:0;transform:translateY(var(--space-sm));transition:opacity var(--dur-2) var(--ease-standard),transform var(--dur-3) var(--ease-out),border-color var(--dur-1) var(--ease-standard),box-shadow var(--dur-1) var(--ease-standard);transition-delay:calc(var(--i, 0) * 40ms)}.hzo-contact-hub--top-right .hzo-contact-hub__channel,.hzo-contact-hub--top-left .hzo-contact-hub__channel{transform:translateY(calc(var(--space-sm) * -1))}.hzo-contact-hub.is-open .hzo-contact-hub__channel{opacity:1;transform:none}.hzo-contact-hub__channel:hover{border-color:var(--hzo-contact-hub-channel-accent);box-shadow:var(--shadow-lg)}.hzo-contact-hub__channel:active{box-shadow:var(--shadow-md)}.hzo-contact-hub__channel:focus-visible{outline:var(--border-2) solid var(--focus-ring);outline-offset:var(--border-2)}.hzo-contact-hub__channel[hidden]{display:none}.hzo-contact-hub__icon{flex:0 0 auto;width:22px;height:22px;color:var(--hzo-contact-hub-channel-accent)}.hzo-contact-hub__label{display:inline-block}.hzo-contact-hub__num{display:none;font-family:var(--font-body);font-size:var(--fs-75);font-weight:var(--fw-400);color:var(--text-muted);-webkit-user-select:all;user-select:all}@media (hover:hover) and (pointer:fine){.hzo-contact-hub__channel--call .hzo-contact-hub__num{display:inline-block;margin-inline-start:var(--space-sm)}}@media (hover:hover) and (pointer:fine){.hzo-contact-hub--labels-hover .hzo-contact-hub__label{max-width:0;overflow:hidden;opacity:0;transition:max-width var(--dur-2) var(--ease-out),opacity var(--dur-2) var(--ease-standard)}.hzo-contact-hub--labels-hover .hzo-contact-hub__channel:hover .hzo-contact-hub__label,.hzo-contact-hub--labels-hover .hzo-contact-hub__channel:focus-visible .hzo-contact-hub__label{max-width:20ch;opacity:1}}.hzo-contact-hub--labels-none .hzo-contact-hub__channel{width:var(--hzo-contact-hub-target);padding:0;justify-content:center}.hzo-contact-hub--labels-none .hzo-contact-hub__label,.hzo-contact-hub--labels-none .hzo-contact-hub__num{display:none}.hzo-contact-hub--fan .hzo-contact-hub__channel{transform-origin:bottom right}.hzo-contact-hub--fan.is-open .hzo-contact-hub__channel{transform:none}.hzo-contact-hub--radial .hzo-contact-hub__panel{align-items:flex-end}.hzo-contact-hub--hidden-until-scroll{opacity:0;visibility:hidden;pointer-events:none}.hzo-contact-hub--hidden-until-scroll.is-revealed{opacity:1;visibility:visible;pointer-events:auto;transition:opacity var(--dur-3) var(--ease-standard)}@keyframes hzo-contact-hub-pulse{0%{box-shadow:var(--shadow-lg),0 0 0 0 color-mix(in srgb,var(--brand) 45%,transparent)}70%{box-shadow:var(--shadow-lg),0 0 0 16px color-mix(in srgb,var(--brand) 0%,transparent)}100%{box-shadow:var(--shadow-lg),0 0 0 0 color-mix(in srgb,var(--brand) 0%,transparent)}}.hzo-contact-hub.is-pulsing .hzo-contact-hub__toggle{animation:hzo-contact-hub-pulse 1.8s var(--ease-out) 3}@media print{.hzo-contact-hub{display:none!important}}@media (forced-colors:active){.hzo-contact-hub__toggle,.hzo-contact-hub__channel{border-color:ButtonText}.hzo-contact-hub__toggle:focus-visible,.hzo-contact-hub__channel:focus-visible{outline-color:Highlight}.hzo-contact-hub__icon{color:ButtonText}}@media (prefers-reduced-motion:reduce){.hzo-contact-hub__toggle,.hzo-contact-hub__toggle-glyph,.hzo-contact-hub__channel,.hzo-contact-hub__label{transition:none}.hzo-contact-hub__channel{transition-delay:0s}.hzo-contact-hub.is-pulsing .hzo-contact-hub__toggle{animation:none}.hzo-contact-hub.is-open .hzo-contact-hub__channel{opacity:1;transform:none}}.hzo-contact-split__grid{display:grid;grid-template-columns:1fr 1fr;gap:var(--contact-split-gap,var(--space-3xl));align-items:start}@media (max-width:768px){.hzo-contact-split__grid{grid-template-columns:1fr;gap:var(--space-xl)}}.hzo-contact-split__info{display:flex;flex-direction:column;gap:var(--contact-split-info-gap,var(--space-lg))}.hzo-contact-split__form>:first-child{margin-top:0}.hzo-contact-split__form>:last-child{margin-bottom:0}@media (min-width:769px){.hzo-contact-split--form-first .hzo-contact-split__info{order:2}.hzo-contact-split--form-first .hzo-contact-split__form{order:1}}.hzo-credentials-card{display:flex;flex-direction:column;gap:var(--space-md)}.hzo-credentials__heading{margin:0}.hzo-credentials{display:grid;grid-template-columns:repeat(auto-fill,minmax(min(100%, 280px),1fr));gap:var(--space-lg);margin:0;padding:0;list-style:none}.hzo-credentials--list{grid-template-columns:1fr}.hzo-credentials--table{display:block;border:var(--border-1) solid var(--surface-border);border-radius:var(--radius-panel);overflow:hidden}.hzo-credentials__item{container-type:inline-size;display:flex;flex-direction:column;gap:var(--space-md);padding:var(--space-lg);background:var(--surface);border:var(--border-1) solid var(--surface-border);border-radius:var(--radius-panel);box-shadow:var(--shadow-sm)}.hzo-credentials--table .hzo-credentials__item{background:transparent;border:0;border-bottom:var(--border-1) solid var(--border);border-radius:0;box-shadow:none;padding:var(--space-md) var(--space-lg)}.hzo-credentials--table .hzo-credentials__item:last-child{border-bottom:0}.hzo-credentials__head{display:flex;flex-wrap:wrap;align-items:center;gap:var(--space-sm)}.hzo-credentials__type{margin-inline-end:auto;color:var(--text-heading);font-weight:var(--fw-600)}.hzo-credentials__icon{width:1.15em;height:1.15em;flex-shrink:0}.hzo-credentials__head>.hzo-credentials__icon{width:1.5em;height:1.5em;color:var(--accent-text)}.hzo-credentials__status{display:inline-flex;align-items:center;gap:var(--space-2xs);padding:4px 10px;border-radius:var(--radius-pill);font-size:var(--fs-75);font-weight:var(--fw-600);line-height:var(--lh-none);background:var(--bg-alt);color:var(--text-body)}.hzo-credentials__status .hzo-credentials__icon{width:1em;height:1em}.hzo-credentials__status[data-status="active"]{background:var(--success-bg);color:var(--success-ink)}.hzo-credentials__status[data-status="expiring"]{background:var(--warning-bg);color:var(--warning-ink)}.hzo-credentials__status[data-status="expired"]{background:var(--error-bg);color:var(--error-ink)}.hzo-credentials__meta{display:flex;flex-direction:column;gap:var(--space-sm);margin:0}.hzo-credentials__field{display:grid;grid-template-columns:5.5rem 1fr;gap:var(--space-sm);align-items:baseline}.hzo-credentials__label{margin:0;color:var(--text-muted);font-size:var(--fs-75);font-weight:var(--fw-600);text-transform:uppercase;letter-spacing:var(--tracking-wide)}.hzo-credentials__meta dd{margin:0;color:var(--text-body)}.hzo-credentials__meta time{font-variant-numeric:tabular-nums}.hzo-credentials__number{display:flex;flex-wrap:wrap;align-items:center;gap:var(--space-sm)}.hzo-credentials__num{color:var(--text-heading);font-weight:var(--fw-600);font-variant-numeric:tabular-nums;letter-spacing:.02em}.hzo-credentials__vh{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}.hzo-credentials__mask-toggle,.hzo-credentials__copy{display:inline-flex;align-items:center;gap:var(--space-2xs);min-height:1.75em;padding:var(--space-2xs);border:0;border-radius:var(--radius-control);background:transparent;color:var(--accent-text);font:inherit;font-size:var(--fs-75);line-height:var(--lh-none);cursor:pointer;transition:color var(--dur-1) var(--ease-standard),background-color var(--dur-1) var(--ease-standard)}.hzo-credentials__mask-toggle:hover,.hzo-credentials__copy:hover{background:var(--bg-alt);color:var(--brand-text)}.hzo-credentials__mask-toggle:focus-visible,.hzo-credentials__copy:focus-visible{outline:var(--border-2) solid var(--focus-ring);outline-offset:2px}.hzo-credentials__mask-toggle .hzo-credentials__icon:last-of-type,.hzo-credentials__mask-toggle[aria-pressed="true"] .hzo-credentials__icon:first-of-type{display:none}.hzo-credentials__mask-toggle[aria-pressed="true"] .hzo-credentials__icon:last-of-type{display:inline}.hzo-credentials__copy.is-copied{color:var(--success-ink)}.hzo-credentials__copy.is-copy-failed{color:var(--warning-ink)}.hzo-credentials__verify{display:inline-flex;align-items:center;gap:var(--space-2xs);align-self:flex-start;margin-top:auto;color:var(--brand-text);font-size:var(--fs-100);font-weight:var(--fw-600);text-decoration:none;transition:color var(--dur-1) var(--ease-standard)}.hzo-credentials__verify:hover{color:var(--brand-hover-on-light);text-decoration:underline}.hzo-credentials__verify:focus-visible{outline:var(--border-2) solid var(--focus-ring);outline-offset:2px;border-radius:var(--radius-control)}@container (max-width:22rem){.hzo-credentials__field{grid-template-columns:1fr;gap:var(--space-2xs)}}@media (prefers-reduced-motion:reduce){.hzo-credentials__mask-toggle,.hzo-credentials__copy,.hzo-credentials__verify{transition:none}}@media (forced-colors:active){.hzo-credentials__status{border:var(--border-1) solid currentColor}.hzo-credentials__mask-toggle,.hzo-credentials__copy{border:var(--border-1) solid currentColor}.hzo-credentials__verify{text-decoration:underline}}@media print{.hzo-credentials.hzo-reveal,.hzo-credentials.hzo-reveal--init,.hzo-credentials .hzo-reveal{opacity:1!important;transform:none!important}.hzo-credentials__item{break-inside:avoid;box-shadow:none}.hzo-credentials__num[data-hzo-mask],.hzo-credentials__mask-toggle,.hzo-credentials__copy{display:none!important}.hzo-credentials__vh{position:static;width:auto;height:auto;margin:0;overflow:visible;clip:auto;white-space:normal;color:var(--text-heading);font-weight:var(--fw-600)}.hzo-credentials__verify[href]::after{content:" (" attr(href) ")";font-weight:var(--fw-400);word-break:break-all}}.hzo-cta-band{position:relative;isolation:isolate;overflow:hidden;padding:var(--space-2xl) var(--space-lg);background:var(--hzo-cta-bg,var(--brand));color:var(--text-on-brand,#fff)}.hzo-cta-band--bg-gradient{background:var(--hzo-cta-gradient,var(--gradient-brand-sweep,linear-gradient(135deg,var(--brand),var(--brand-deep))))}.hzo-cta-band--bg-image,.hzo-cta-band--bg-video{background-color:var(--brand-deep);background-image:var(--hzo-cta-image,none);background-size:cover;background-position:center}.hzo-cta-band__video{position:absolute;inset:0;width:100%;height:100%;object-fit:cover}.hzo-cta-band__scrim{position:absolute;inset:0;background:color-mix(in srgb,var(--hzo-cta-overlay-color,var(--brand-deep)) var(--hzo-cta-overlay,55%),transparent);pointer-events:none}.hzo-cta-band__inner{position:relative;max-width:var(--container-max-width,1350px);margin-inline:auto;display:flex;flex-direction:column;gap:var(--space-lg)}.hzo-cta-band--centered .hzo-cta-band__inner{text-align:center;align-items:center}.hzo-cta-band--centered .hzo-cta-band__copy{max-width:46rem}.hzo-cta-band--centered .hzo-cta-band__actions{justify-content:center}.hzo-cta-band__copy{display:flex;flex-direction:column;gap:var(--space-smd,12px)}.hzo-cta-band__eyebrow{margin:0;font-size:var(--eyebrow-size,15px);font-weight:var(--fw-semibold,600);letter-spacing:var(--tracking-wide,.05em);text-transform:uppercase;opacity:var(--opacity-muted,.85)}.hzo-cta-band__heading{margin:0;text-wrap:balance;color:inherit}.hzo-cta-band__subhead{margin:0;max-width:var(--prose-max-width,65ch);font-size:1.125rem;line-height:var(--lh-relaxed,1.7);opacity:.92}.hzo-cta-band--centered .hzo-cta-band__subhead{margin-inline:auto}.hzo-cta-band__trust{margin:0;display:inline-flex;align-items:center;flex-wrap:wrap;gap:var(--space-sm);font-size:.95rem;opacity:.9}.hzo-cta-band__rating{position:relative;display:inline-block;font-size:1.05rem;line-height:1;white-space:nowrap}.hzo-cta-band__stars-base{color:color-mix(in srgb,currentColor 35%,transparent)}.hzo-cta-band__stars-fill{position:absolute;inset:0;overflow:hidden;width:var(--hzo-cta-stars,100%);color:#f6c945}.hzo-cta-band__actions{display:flex;flex-wrap:wrap;gap:var(--space-md)}.hzo-cta-band__action{display:inline-flex;align-items:center;gap:var(--space-sm)}.hzo-cta-band__icon{width:20px;height:20px;flex-shrink:0}.hzo-cta-band__capture{width:100%;max-width:32rem}.hzo-cta-band--centered .hzo-cta-band__capture{margin-inline:auto}.hzo-cta-band__capture .hzo-input-group{max-width:none}.hzo-cta-band__submit[aria-busy="true"],.hzo-cta-band__submit.is-loading{opacity:var(--opacity-muted,.65)}.hzo-cta-band__capture input[aria-invalid="true"]{border-color:var(--error,#dc2626);box-shadow:0 0 0 2px color-mix(in srgb,var(--error,#dc2626) 30%,transparent)}.hzo-cta-band__capture-status{margin:var(--space-sm) 0 0;font-size:.9rem}.hzo-cta-band__capture-status.is-error{color:color-mix(in srgb,#fff 88%,var(--error))}.hzo-cta-band--text-dark .hzo-cta-band__capture-status.is-error{color:var(--error-text,#991b1b)}.hzo-cta-band__confirm{display:flex;align-items:center;gap:var(--space-sm);font-size:1.05rem;font-weight:var(--fw-semibold,600)}.hzo-cta-band--text-light{color:var(--heading-color-on-dark,#fff)}.hzo-cta-band--text-light .hzo-cta-band__heading,.hzo-cta-band--text-light .hzo-cta-band__eyebrow{color:var(--heading-color-on-dark,#fff)}.hzo-cta-band--text-dark{color:var(--text-body)}.hzo-cta-band--text-dark .hzo-cta-band__heading,.hzo-cta-band--text-dark .hzo-cta-band__eyebrow{color:var(--text-heading)}.hzo-cta-band--text-dark .hzo-cta-band__eyebrow{color:var(--brand-text)}.hzo-cta-band__video-toggle{position:absolute;right:var(--space-lg);bottom:var(--space-lg);min-width:44px;min-height:44px;display:inline-flex;align-items:center;justify-content:center;padding:10px 18px;border:1px solid var(--surface-border,transparent);border-radius:var(--radius-pill);background:var(--surface,#fff);color:var(--on-surface,var(--text-heading));font-family:var(--font-body);font-size:14px;font-weight:var(--fw-semibold,600);box-shadow:var(--shadow-md);cursor:pointer;transition:background var(--dur-2) var(--ease-standard)}.hzo-cta-band__video-toggle:hover{background:var(--bg-alt)}.hzo-cta-band__video-toggle:focus-visible{outline:3px solid var(--focus-ring);outline-offset:2px}.hzo-cta-band__sr-only{position:absolute!important;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}.hzo-cta-band .hzo-btn:focus-visible,.hzo-cta-band__capture input:focus-visible{outline-offset:2px}@media (prefers-reduced-motion:reduce){.hzo-cta-band__video-toggle{transition:none}.hzo-cta-band.hzo-reveal{opacity:1!important;transform:none!important}}@media print{.hzo-cta-band{background:none!important;color:#000!important}.hzo-cta-band.hzo-reveal{opacity:1!important;transform:none!important}.hzo-cta-band__video,.hzo-cta-band__scrim,.hzo-cta-band__video-toggle{display:none!important}.hzo-cta-band__heading,.hzo-cta-band__eyebrow{color:#000!important}.hzo-cta-band__action[href]::after{content:" (" attr(href) ")";font-weight:400;font-size:.85em}}@media (forced-colors:active){.hzo-cta-band{background:Canvas;color:CanvasText}.hzo-cta-band__scrim{display:none}.hzo-cta-band__heading,.hzo-cta-band__eyebrow,.hzo-cta-band--text-light,.hzo-cta-band--text-light .hzo-cta-band__heading,.hzo-cta-band--text-light .hzo-cta-band__eyebrow{color:CanvasText}.hzo-cta-band__video-toggle{border:1px solid CanvasText}}.hzo-definition-list{margin:0;font-size:var(--fs-200);line-height:var(--lh-normal);color:var(--text-body)}.hzo-definition-list dt{font-weight:var(--fw-600);color:var(--text-heading);font-size:var(--fs-100)}.hzo-definition-list dd{margin:0 0 var(--definition-list-gap,var(--space-md));color:var(--text-body)}.hzo-definition-list dd:last-child{margin-bottom:0}.hzo-definition-list--inline{display:grid;grid-template-columns:auto 1fr;gap:var(--space-xs) var(--definition-list-inline-gap,var(--space-md));align-items:baseline}.hzo-definition-list--inline dd{margin:0}.hzo-site-nav{display:none;list-style:none;margin:0;padding:0;align-items:stretch;align-self:stretch;gap:0;flex:1;justify-content:center}@media (min-width:1250px){.hzo-site-nav{display:flex}}.hzo-nav-item{position:relative;display:flex;align-items:center}.hzo-site-nav__link{display:inline-flex;align-items:center;gap:5px;padding:14px 13px;font-family:var(--font-body);font-size:.9375rem;font-weight:var(--fw-600,600);color:var(--nav-link)!important;text-decoration:none;white-space:nowrap;cursor:pointer;transition:color 200ms ease}span.hzo-site-nav__link{cursor:default}.hzo-site-nav__link:hover,.hzo-nav-item:hover>.hzo-site-nav__link,.hzo-nav-item.is-open>.hzo-site-nav__link{color:var(--nav-link-hover)!important}a.hzo-site-nav__link:focus-visible{outline:2px solid var(--color-focus);outline-offset:-2px}.hzo-site-nav__link.is-active,.hzo-site-nav__link[aria-current="page"]{position:relative;color:var(--nav-link-active,var(--brand-text,var(--brand)))!important;font-weight:var(--fw-bold,700)}.hzo-site-nav__link.is-active::after,.hzo-site-nav__link[aria-current="page"]::after{content:"";position:absolute;left:13px;right:13px;bottom:8px;height:2px;background:currentColor;border-radius:2px}.hzo-mega-menu__link.is-active{color:var(--brand-text,var(--brand))!important;font-weight:var(--fw-bold,700)}.hzo-nav-chevron{flex-shrink:0;opacity:.45;transition:transform 200ms ease,opacity 200ms ease}.hzo-nav-item:hover>.hzo-site-nav__link .hzo-nav-chevron,.hzo-nav-item.is-open>.hzo-site-nav__link .hzo-nav-chevron{transform:rotate(180deg);opacity:.8}@media (prefers-reduced-motion:reduce){.hzo-site-nav__link,.hzo-nav-chevron{transition:none}}.hzo-divider{border:0;border-top:var(--border-1) solid var(--border);height:0;margin:var(--space-lg) 0}.hzo-divider--labeled{border-top:0;height:auto;display:flex;align-items:center;gap:var(--space-md);color:var(--text-muted);font-family:var(--font-body);font-size:var(--fs-75);text-transform:uppercase;letter-spacing:var(--tracking-wide)}.hzo-divider--labeled::before,.hzo-divider--labeled::after{content:"";flex:1;border-top:var(--border-1) solid var(--border)}.hzo-drawer{position:fixed;inset:0;z-index:var(--z-drawer);display:flex;justify-content:flex-end;background:rgba(0,0,0,.5);opacity:0;visibility:hidden;transition:opacity var(--transition-base) ease,visibility var(--transition-base)}.hzo-drawer--left{justify-content:flex-start}.hzo-drawer.is-open{opacity:1;visibility:visible}.hzo-drawer__panel{position:relative;display:flex;flex-direction:column;width:min(85vw, 360px);max-width:100%;height:100%;background:var(--surface,#fff);box-shadow:var(--shadow-lg);overflow-y:auto;transform:translateX(100%);transition:transform var(--transition-base) ease}.hzo-drawer--left .hzo-drawer__panel{transform:translateX(-100%)}.hzo-drawer.is-open .hzo-drawer__panel{transform:none}.hzo-drawer__panel--wide{width:min(92vw, 480px)}.hzo-drawer__header{display:flex;align-items:center;justify-content:space-between;gap:var(--space-md);padding:var(--space-lg);border-bottom:var(--border-1) solid var(--border);flex-shrink:0}.hzo-drawer__title{margin:0;font-family:var(--font-heading);font-size:var(--fs-400);line-height:1.3;color:var(--text-heading)}.hzo-drawer__close{flex-shrink:0;display:inline-flex;align-items:center;justify-content:center;width:44px;height:44px;margin:-10px -10px -10px 0;padding:0;border:0;background:transparent;color:var(--text-muted);border-radius:var(--radius-control);cursor:pointer;transition:background var(--transition-base) ease,color var(--transition-base) ease}.hzo-drawer__close:hover{background:var(--bg-alt);color:var(--text-heading)}.hzo-drawer__close:focus-visible{outline:2px solid var(--color-focus);outline-offset:2px}.hzo-drawer__body{flex:1 1 auto;min-height:0;overflow-y:auto;overscroll-behavior:contain;padding:var(--space-lg);color:var(--text-body)}.hzo-drawer__body>:first-child{margin-top:0}.hzo-drawer__body>:last-child{margin-bottom:0}.hzo-drawer__footer{flex-shrink:0;display:flex;flex-wrap:wrap;gap:var(--space-sm);padding:var(--space-lg);border-top:var(--border-1) solid var(--border)}@media (prefers-reduced-motion:reduce){.hzo-drawer,.hzo-drawer__panel,.hzo-drawer__close{transition:none}}.hzo-embed{position:relative;aspect-ratio:var(--embed-aspect,16 / 9);border-radius:var(--radius-panel);overflow:hidden;background:var(--bg-alt)}.hzo-embed>iframe,.hzo-embed>video{position:absolute;inset:0;width:100%;height:100%;border:0;display:block}.hzo-embed>video{object-fit:cover}.hzo-empty{display:flex;flex-direction:column;align-items:center;text-align:center;gap:var(--space-sm);max-width:480px;margin-inline:auto;padding:var(--space-2xl) 0}.hzo-empty__icon{width:64px;height:64px;display:flex;align-items:center;justify-content:center;color:var(--brand);background:var(--brand-pale);border-radius:var(--radius-full);margin-bottom:var(--space-sm)}.hzo-empty__icon svg{width:32px;height:32px}.hzo-empty__text{color:var(--text-muted);line-height:var(--lh-normal);margin:0;max-width:40ch}.hzo-empty__actions{display:flex;flex-wrap:wrap;justify-content:center;gap:var(--space-sm);margin-top:var(--space-md)}.hzo-empty--left{align-items:flex-start;text-align:left;margin-inline:0}.hzo-empty--left .hzo-empty__actions{justify-content:flex-start}.hzo-empty--compact{padding:var(--space-lg) 0}.hzo-empty--compact .hzo-empty__icon{width:48px;height:48px}.hzo-empty--compact .hzo-empty__icon svg{width:24px;height:24px}.hzo-empty--error .hzo-empty__icon{color:var(--error)}.hzo-fat-footer__cta-inner{display:flex;align-items:center;justify-content:space-between;gap:var(--space-lg);flex-wrap:wrap}.hzo-fat-footer__cta .hzo-eyebrow{color:var(--accent)}.hzo-fat-footer__cta .hzo-visual-h2{margin:6px 0 0}.hzo-fat-footer__cta-phone{color:rgba(255,255,255,.85);font-weight:700}.hzo-fat-footer__cta-phone a{color:#fff}.hzo-fat-footer{display:grid;grid-template-columns:1fr;gap:var(--space-xl);padding-bottom:var(--space-xl)}@media (min-width:640px){.hzo-fat-footer{grid-template-columns:1fr 1fr}}@media (min-width:1024px){.hzo-fat-footer{grid-template-columns:1.15fr 1fr 1fr 1fr auto;gap:var(--space-lg-2);align-items:start}}.hzo-fat-footer__list{list-style:none;margin:0;padding:0}.hzo-fat-footer__list li{margin:0 0 10px}.hzo-fat-footer__h2{margin-top:var(--space-lg)}.hzo-fat-footer__loc{margin:var(--space-md) 0;color:rgba(255,255,255,.72);font-size:14px}.hzo-fat-footer__loc p{margin:0 0 4px}.hzo-fat-footer__offers{align-self:start;background:var(--fat-footer-offers-bg,var(--bg-dark-section));border-color:rgba(255,255,255,.1)}@media (min-width:1024px){.hzo-fat-footer__offers{width:260px}}.hzo-fat-footer__offers .hzo-footer-heading{color:var(--accent)}.hzo-fat-footer__news{display:flex;align-items:center;justify-content:space-between;gap:var(--space-lg);flex-wrap:wrap;padding:var(--space-lg) 0;border-top:1px solid rgba(255,255,255,.1);border-bottom:1px solid rgba(255,255,255,.1)}.hzo-fat-footer__news-h{text-transform:none;color:#fff;font-size:17px;margin:0 0 4px;opacity:1}.hzo-fat-footer__news-p{color:rgba(255,255,255,.55);font-size:13px;margin:0}.hzo-fat-footer__badges{padding:var(--space-lg) 0 var(--space-xl-2)}.hzo-fat-footer__badges-lead{color:rgba(255,255,255,.5);margin-bottom:var(--space-md)}.hzo-fat-footer__legalwrap{background:var(--brand-deep)}.hzo-fat-footer__legalwrap .hzo-site-footer__legal{padding:18px 0}.hzo-fat-footer__credit{display:inline-flex;align-items:center;gap:12px}.hzo-fat-footer__fav{width:30px;height:30px;flex:none;background:var(--brand);color:#fff;border-radius:var(--radius-input);display:inline-flex;align-items:center;justify-content:center;font-family:var(--font-heading);font-weight:900;font-size:17px}.hzo-fat-footer__legal-links{display:flex;gap:16px;flex-wrap:wrap}.hzo-feature-tabs__panel{display:grid;grid-template-columns:1fr;gap:var(--feature-tabs-gap,var(--space-xl));align-items:center}@media (min-width:1024px){.hzo-feature-tabs__panel{grid-template-columns:1fr 1fr;gap:var(--space-3xl)}}.hzo-feature-tabs__media img{width:100%;height:auto;display:block;border-radius:var(--feature-tabs-media-radius,var(--radius-panel))}.hzo-feature-tabs__body>:first-child{margin-top:0}.hzo-feature-tabs__body>:last-child{margin-bottom:0}@media (min-width:1024px){.hzo-feature-tabs__panel--media-last .hzo-feature-tabs__media{order:2}}.hzo-field{display:flex;flex-direction:column;gap:var(--space-2xs)}.hzo-field__label{font-weight:var(--fw-600);color:var(--text-heading);font-size:var(--fs-100);line-height:var(--lh-snug)}.hzo-field__control{display:block}.hzo-field__hint{color:var(--text-muted);font-size:var(--fs-50);line-height:var(--lh-normal)}.hzo-field__error{display:none;color:var(--error);font-size:var(--fs-50);line-height:var(--lh-normal)}.hzo-field--error .hzo-field__error{display:block}.hzo-field--error .hzo-field__label{color:var(--error)}.hzo-field--inline{display:grid;grid-template-columns:auto 1fr;align-items:center;gap:var(--space-sm)}.hzo-field--inline .hzo-field__hint,.hzo-field--inline .hzo-field__error{grid-column:2}.hzo-field[aria-disabled="true"],.hzo-field.is-disabled{opacity:var(--opacity-disabled);pointer-events:none}.hzo-file-upload{display:block;cursor:pointer}.hzo-file-upload__input{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0;opacity:0}.hzo-file-upload__zone{display:flex;flex-direction:column;align-items:center;gap:var(--space-sm);padding:var(--space-xl);border:var(--border-2) dashed var(--border);border-radius:var(--radius-panel);background:var(--bg-alt);color:var(--text-muted);text-align:center;transition:border-color var(--transition-base) ease,background var(--transition-base) ease}.hzo-file-upload__icon{display:inline-flex;align-items:center;justify-content:center;width:var(--file-upload-icon-size,40px);height:var(--file-upload-icon-size,40px);color:var(--text-muted)}.hzo-file-upload__icon>svg{display:block}.hzo-file-upload__text{font-size:var(--fs-100);line-height:var(--lh-normal)}.hzo-file-upload:hover .hzo-file-upload__zone,.hzo-file-upload__zone.is-dragover{border-color:var(--brand);background:var(--brand-pale)}.hzo-file-upload__input:focus-visible~.hzo-file-upload__zone{outline:2px solid var(--color-focus);outline-offset:2px}.hzo-file-upload.is-disabled,.hzo-file-upload__input[disabled]~.hzo-file-upload__zone,.hzo-file-upload__input[aria-disabled="true"]~.hzo-file-upload__zone{opacity:var(--opacity-disabled);pointer-events:none}@media (prefers-reduced-motion:reduce){.hzo-file-upload__zone{transition:none}}.hzo-filters{display:flex;flex-direction:column;gap:var(--space-md);max-width:320px}.hzo-filters__bar{display:flex;align-items:center;justify-content:space-between;gap:var(--space-sm);flex-wrap:wrap}.hzo-filters__count{margin:0;font-size:.875rem;color:var(--text-muted)}.hzo-filter-group{border:0;margin:0;padding:0;min-width:0}.hzo-filter-group>legend{padding:0;margin:0 0 var(--space-sm);font-family:var(--font-heading);font-weight:var(--fw-600);font-size:.9375rem;color:var(--text-heading)}.hzo-filter-group+.hzo-filter-group{border-top:var(--border-1) solid var(--border);padding-top:var(--space-md)}.hzo-filter-group__options{display:flex;flex-direction:column;gap:var(--space-sm)}.hzo-filter-option{display:flex;align-items:center;gap:10px;font-size:.9375rem;color:var(--text-body);line-height:1.3;cursor:pointer}.hzo-filter-option>input{flex:0 0 auto;width:16px;height:16px;accent-color:var(--brand);cursor:pointer}.hzo-filters__apply{margin-top:var(--space-md);align-self:flex-start}@media (prefers-reduced-motion:reduce){.hzo-footer-link,.hzo-footer-nap__row a{transition:none}}.hzo-form{max-width:640px}.hzo-form input[type="text"],.hzo-form input[type="email"],.hzo-form input[type="tel"],.hzo-form input[type="number"],.hzo-form input[type="url"],.hzo-form input[type="password"],.hzo-form input[type="date"],.hzo-form textarea,.hzo-form select{width:100%;padding:var(--input-padding,12px 16px)!important;font-family:var(--font-body)!important;font-size:1rem!important;color:var(--text-body)!important;background:var(--input-bg,#fff)!important;border:1px solid var(--input-border,var(--border))!important;border-radius:var(--input-radius,var(--radius-input))!important;line-height:var(--lh-normal);transition:border-color 0.15s,box-shadow 0.15s;box-sizing:border-box}.hzo-form input:focus,.hzo-form textarea:focus,.hzo-form select:focus{outline:none;border-color:var(--color-focus)!important;box-shadow:0 0 0 2px var(--brand-pale)!important}.hzo-form input::placeholder,.hzo-form textarea::placeholder{color:var(--color-placeholder)}.hzo-form .hzo-form__input--error,.hzo-form input.hzo-form__input--error,.hzo-form textarea.hzo-form__input--error,.hzo-form select.hzo-form__input--error{border-color:var(--error)!important;box-shadow:0 0 0 2px var(--error-bg)!important}.hzo-form .ff-el-is-error input:not([type="checkbox"]):not([type="radio"]),.hzo-form .ff-el-is-error textarea,.hzo-form .ff-el-is-error select{border-color:var(--error)!important;box-shadow:0 0 0 2px var(--error-bg)!important}.hzo-form .ff-el-is-error .text-danger,.hzo-form .ff-el-is-error .error{color:var(--error)!important}@keyframes hzo-form-submit-spin{to{transform:rotate(360deg)}}.hzo-form button[type="submit"].is-loading:not(.hzo-btn):not(.hzo-button):not(.ff-btn-submit){color:transparent!important;position:relative;pointer-events:none}.hzo-form button[type="submit"].is-loading:not(.hzo-btn):not(.hzo-button):not(.ff-btn-submit)::after{content:"";position:absolute;top:50%;left:50%;width:18px;height:18px;margin:-9px 0 0 -9px;border-radius:50%;border:2px solid color-mix(in srgb,var(--btn-primary-text,var(--text-on-accent)) 30%,transparent);border-top-color:var(--btn-primary-text,var(--text-on-accent));animation:hzo-form-submit-spin 0.6s linear infinite}.hzo-form input[type="submit"].is-loading{opacity:.6;cursor:progress;pointer-events:none}@media (prefers-reduced-motion:reduce){.hzo-form button[type="submit"].is-loading:not(.hzo-btn):not(.hzo-button):not(.ff-btn-submit)::after{animation-duration:1.5s}}.hzo-form select{appearance:none;-webkit-appearance:none;-moz-appearance:none;padding-right:44px!important;background:var(--input-bg,#fff) url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%231F2937' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'><polyline points='6 9 12 15 18 9'/></svg>") no-repeat right 16px center / 16px 16px!important;cursor:pointer}.hzo-form .hzo-form__label{display:block;font-family:var(--font-body);font-size:15px;font-weight:var(--fw-600);line-height:1.4;color:var(--text-body);margin-bottom:6px}.hzo-form .hzo-form__description{font-size:15px;color:var(--text-muted);margin-top:6px}.hzo-form .hzo-form__message--error{color:var(--error)}.hzo-form .hzo-form__message--success{color:var(--success)}.hzo-form .hzo-form__option{display:inline-flex;align-items:center;font-size:15px;color:var(--text-body);line-height:1.4;padding:6px 0;cursor:pointer}.hzo-form input[type="checkbox"],.hzo-form input[type="radio"]{appearance:none!important;-webkit-appearance:none!important;-moz-appearance:none!important;width:20px!important;height:20px!important;padding:0!important;margin-right:10px!important;border:1.5px solid var(--border)!important;background:#fff!important;cursor:pointer;transition:background 0.15s,border-color 0.15s,box-shadow 0.15s;flex-shrink:0;position:relative;display:inline-block}.hzo-form input[type="checkbox"]{border-radius:4px!important}.hzo-form input[type="radio"]{border-radius:50%!important}.hzo-form input[type="checkbox"]:hover,.hzo-form input[type="radio"]:hover{border-color:var(--color-focus)!important}.hzo-form input[type="checkbox"]:focus-visible,.hzo-form input[type="radio"]:focus-visible{outline:none!important;border-color:var(--color-focus)!important;box-shadow:0 0 0 3px var(--brand-pale)!important}.hzo-form input[type="checkbox"]:checked,.hzo-form input[type="radio"]:checked{background:var(--brand)!important;border-color:var(--brand)!important}.hzo-form input[type="checkbox"]:checked::after{content:"";position:absolute;left:5px;top:1px;width:6px;height:11px;border:solid #fff;border-width:0 2px 2px 0;transform:rotate(45deg)}.hzo-form input[type="radio"]:checked::after{content:"";position:absolute;left:50%;top:50%;width:8px;height:8px;border-radius:50%;background:#fff;transform:translate(-50%,-50%)}.hzo-free-ship{display:block;width:100%}.hzo-free-ship__data{display:none!important}.hzo-free-ship__message{margin:0 0 var(--space-sm);font-size:var(--fs-100);font-weight:var(--fw-600);line-height:var(--lh-snug);color:var(--text-body)}.hzo-free-ship.is-unlocked .hzo-free-ship__message{color:var(--success-ink)}.hzo-free-ship__track{position:relative;width:100%;height:8px;background:var(--bg-alt);border:var(--border-1) solid var(--border);border-radius:var(--radius-pill);overflow:hidden}.hzo-free-ship__fill{width:clamp(0%, calc(var(--hzo-free-ship-pct, 0) * 1%), 100%);height:100%;border-radius:inherit;background:var(--brand);transition:width var(--dur-4) var(--ease-out),background-color var(--dur-3) var(--ease-standard)}.hzo-free-ship.is-unlocked .hzo-free-ship__fill{background:var(--success)}.hzo-free-ship--slim .hzo-free-ship__message{font-size:var(--fs-75);margin-bottom:var(--space-xs)}.hzo-free-ship--slim .hzo-free-ship__track{height:4px}.hzo-free-ship--pill{padding:var(--space-smd) var(--space-md);background:var(--surface);border:var(--border-1) solid var(--border);border-radius:var(--radius-panel);box-shadow:var(--elevation-rest)}.hzo-free-ship--pill.is-unlocked{border-color:var(--success);background:var(--success-bg)}@keyframes hzo-free-ship-pulse{0%{transform:scaleX(1)}40%{transform:scaleX(1.02)}100%{transform:scaleX(1)}}.hzo-free-ship.is-pulsing .hzo-free-ship__track{transform-origin:left center;animation:hzo-free-ship-pulse var(--dur-4) var(--ease-spring)}@keyframes hzo-free-ship-glow{0%{box-shadow:0 0 0 0 color-mix(in srgb,var(--success) 40%,transparent)}100%{box-shadow:0 0 0 var(--space-sm) color-mix(in srgb,var(--success) 0%,transparent)}}.hzo-free-ship.is-pulsing{border-radius:var(--radius-pill);animation:hzo-free-ship-glow var(--dur-4) var(--ease-out)}@media (prefers-reduced-motion:reduce){.hzo-free-ship__fill{transition:none}.hzo-free-ship.is-pulsing,.hzo-free-ship.is-pulsing .hzo-free-ship__track{animation:none}}@media (forced-colors:active){.hzo-free-ship__track{border-color:CanvasText}.hzo-free-ship__fill{background:Highlight;forced-color-adjust:none}.hzo-free-ship.is-unlocked .hzo-free-ship__fill{background:LinkText}}.hzo-mobile-trigger{display:inline-flex;align-items:center;justify-content:center;width:44px;height:44px;padding:0;margin-left:auto;margin-right:-10px;border:0;background:transparent;cursor:pointer;color:var(--nav-mobile-trigger-color,var(--text-heading));flex-shrink:0}.hzo-mobile-trigger:focus-visible{outline:2px solid var(--color-focus);outline-offset:2px}@media (min-width:1250px){.hzo-mobile-trigger{display:none}}.hzo-icon-button{display:inline-flex;align-items:center;justify-content:center;flex:0 0 auto;width:var(--icon-button-size,40px);height:var(--icon-button-size,40px);padding:0;border:var(--border-1) solid transparent;background:transparent;color:var(--icon-button-color,var(--text-muted));border-radius:var(--icon-button-radius,var(--radius-control));cursor:pointer;transition:background var(--transition-base) ease,color var(--transition-base) ease,border-color var(--transition-base) ease}.hzo-icon-button>svg,.hzo-icon-button>.hzo-icon{display:block;width:var(--icon-button-icon-size,20px);height:var(--icon-button-icon-size,20px)}.hzo-icon-button:hover,.hzo-icon-button.is-active{background:var(--icon-button-hover-bg,var(--bg-alt));color:var(--icon-button-hover-color,var(--text-heading))}.hzo-icon-button--solid{background:var(--brand);color:var(--text-on-brand);border-color:var(--brand)}.hzo-icon-button--solid:hover,.hzo-icon-button--solid.is-active{background:var(--brand-hover-on-light);color:var(--text-on-brand);border-color:var(--brand-hover-on-light)}.hzo-icon-button--outline{border-color:var(--border);color:var(--text-body)}.hzo-icon-button--outline:hover,.hzo-icon-button--outline.is-active{border-color:var(--brand);color:var(--brand-text);background:transparent}.hzo-icon-button--sm{--icon-button-size:32px;--icon-button-icon-size:16px}.hzo-icon-button--lg{--icon-button-size:48px;--icon-button-icon-size:24px}.hzo-icon-button:focus-visible{outline:2px solid var(--color-focus);outline-offset:2px}.hzo-icon-button[disabled],.hzo-icon-button[aria-disabled="true"],.hzo-icon-button.is-disabled{opacity:var(--opacity-disabled);pointer-events:none}@media (prefers-reduced-motion:reduce){.hzo-icon-button{transition:none}}.hzo-icon-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(var(--icon-grid-min,240px),1fr));gap:var(--space-xl)}.hzo-icon-grid__item{display:flex;flex-direction:column;gap:var(--space-sm)}.hzo-icon-grid__icon{flex:0 0 auto;width:var(--icon-grid-icon-size,40px);height:var(--icon-grid-icon-size,40px);color:var(--accent)}.hzo-icon-grid__icon>svg{display:block;width:100%;height:100%}.hzo-icon-grid__title{margin:0;font-size:var(--fs-400);font-weight:var(--fw-600);line-height:var(--lh-snug);color:var(--text-heading)}.hzo-icon-grid__text{margin:0;font-size:var(--fs-200);line-height:var(--lh-normal);color:var(--text-muted)}.hzo-icon-grid--center .hzo-icon-grid__item{align-items:center;text-align:center}.hzo-icon-list{list-style:none;padding:0;margin:0;display:grid;gap:var(--space-sm);color:var(--text-body)}.hzo-icon-list__item{display:flex;gap:var(--space-sm);align-items:flex-start}.hzo-icon-list__icon{flex:0 0 auto;width:var(--icon-list-icon-size,20px);height:var(--icon-list-icon-size,20px);color:var(--accent)}.hzo-icon-list--checklist .hzo-icon-list__icon{color:var(--success)}.hzo-img{display:grid;width:100%;max-width:100%;aspect-ratio:var(--hzo-img-aspect,auto);overflow:hidden;background-color:var(--surface-2)}.hzo-img>.hzo-img__lqip,.hzo-img>.hzo-img__full{grid-area:1 / 1;display:block;width:100%;height:100%;margin:0;object-fit:var(--hzo-img-fit,cover);object-position:var(--hzo-img-pos,center)}.hzo-img__full{opacity:1;transition:opacity var(--hzo-img-fade,var(--dur-3)) var(--ease-out)}.hzo-img__lqip{opacity:1;transition:opacity var(--hzo-img-fade,var(--dur-3)) var(--ease-out)}.hzo-img__lqip--blur{filter:blur(var(--hzo-img-blur,12px));transform:scale(1.04)}.hzo-img__lqip--color{background-color:var(--hzo-img-lqip-color,var(--surface-2))}.hzo-img-ready .hzo-img--loading .hzo-img__full{opacity:0}.hzo-img--loaded .hzo-img__lqip{opacity:0}.hzo-img--error .hzo-img__lqip{display:none}.hzo-img--error .hzo-img__full{opacity:0}.hzo-img__fallback{grid-area:1 / 1;display:flex;align-items:center;justify-content:center;padding:var(--space-md);text-align:center;color:var(--text-muted);font-size:var(--fs-100);line-height:var(--lh-snug)}@media (prefers-reduced-motion:reduce){.hzo-img__full,.hzo-img__lqip{transition:none!important}.hzo-img--loading .hzo-img__full{opacity:1!important}}@media (forced-colors:active){.hzo-img--loading .hzo-img__full{opacity:1!important}.hzo-img__lqip--blur{display:none}.hzo-img--error{background-color:Canvas;border:var(--border-1) solid GrayText}.hzo-img--error .hzo-img__fallback{color:CanvasText}}@media print{.hzo-img__full{opacity:1!important}.hzo-img__lqip{display:none!important}}.hzo-input-group{display:flex;width:100%;max-width:480px}.hzo-input-group>input{flex:1;min-width:0;padding:var(--input-padding,13px 16px);font-family:var(--font-body);font-size:1rem;color:var(--text-body);background:var(--input-bg,#fff);border:1px solid var(--input-border,var(--border));border-right:0;border-radius:var(--input-radius,var(--radius-input)) 0 0 var(--input-radius,var(--radius-input))}.hzo-input-group>input:focus{outline:none;border-color:var(--color-focus);box-shadow:0 0 0 2px var(--brand-pale);position:relative;z-index:1}.hzo-input-group>input::placeholder{color:var(--color-placeholder)}.hzo-input-group>.hzo-btn{flex-shrink:0;border-radius:0 var(--btn-radius,var(--radius-input)) var(--btn-radius,var(--radius-input)) 0}@media (max-width:767px){.hzo-input-group>.hzo-btn:not(.hzo-btn--inline):not(.hzo-btn--icon):not(.hzo-btn--block){width:auto}}.hzo-kbd{display:inline-block;font-family:monospace;font-size:var(--fs-50);line-height:var(--lh-none);padding:var(--space-2xs) var(--space-xs);background:var(--bg-alt);color:var(--text-heading);border:var(--border-1) solid var(--border);border-bottom-width:var(--border-2);border-radius:var(--radius-control)}.hzo-key-value-row{font-size:var(--fs-200);line-height:var(--lh-normal);color:var(--text-body)}.hzo-key-value-row__row{display:flex;justify-content:space-between;gap:var(--space-md);padding:var(--space-sm) 0;border-bottom:var(--border-1) solid var(--border)}.hzo-key-value-row__row:last-child{border-bottom:0}.hzo-key-value-row__key{color:var(--text-muted);flex-shrink:0}.hzo-key-value-row__value{color:var(--text-heading);font-weight:var(--fw-600);text-align:right}.hzo-key-value-row--plain .hzo-key-value-row__row{border-bottom:0}.hzo-list-group{display:flex;flex-direction:column;border:var(--border-1) solid var(--border);border-radius:var(--radius-panel);overflow:hidden;font-size:var(--fs-200);line-height:var(--lh-normal)}.hzo-list-group__item{padding:var(--space-md);border-bottom:var(--border-1) solid var(--border);color:var(--text-body)}.hzo-list-group__item:last-child{border-bottom:0}.hzo-list-group__item.is-active{background:var(--brand);color:var(--text-on-brand)}.hzo-list-group--interactive .hzo-list-group__item{cursor:pointer;transition:background var(--transition-base) ease,color var(--transition-base) ease}.hzo-list-group--interactive .hzo-list-group__item:hover{background:var(--bg-alt)}.hzo-list-group--interactive .hzo-list-group__item:focus-visible{outline:2px solid var(--color-focus);outline-offset:2px}.hzo-list-group--interactive .hzo-list-group__item[disabled],.hzo-list-group--interactive .hzo-list-group__item[aria-disabled="true"],.hzo-list-group--interactive .hzo-list-group__item.is-disabled{opacity:var(--opacity-disabled);pointer-events:none}@media (prefers-reduced-motion:reduce){.hzo-list-group--interactive .hzo-list-group__item{transition:none}}.hzo-load-more{display:flex;flex-direction:column;align-items:center;gap:var(--load-more-gap,var(--space-sm));margin-top:var(--space-lg);text-align:center}.hzo-load-more__count{font-size:var(--fs-75);color:var(--text-muted);margin:0}.hzo-loading-overlay{position:absolute;inset:0;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:var(--space-xs);background:color-mix(in srgb,var(--surface,#fff) 65%,transparent);z-index:var(--z-overlay);opacity:0;visibility:hidden;transition:opacity var(--transition-base) ease,visibility var(--transition-base) ease}.hzo-loading-overlay.is-active{opacity:1;visibility:visible}.hzo-loading-overlay__label{font-size:var(--fs-50);color:var(--text-body,currentColor)}.hzo-loading-overlay--fixed{position:fixed;inset:0;z-index:var(--z-modal)}@media (prefers-reduced-motion:reduce){.hzo-loading-overlay{transition:none}}.hzo-site-logo{flex-shrink:1;min-width:0;font-family:var(--font-heading);font-size:22px;font-weight:var(--fw-700,700);color:var(--brand-text);text-decoration:none;display:inline-flex;align-items:center}.hzo-site-logo img{height:40px;width:auto;max-width:260px;display:block}@media (min-width:1250px){.hzo-site-logo img{height:46px;max-width:300px}}.hzo-mega-menu{position:absolute;top:100%;left:50%;transform:translateX(-50%) translateY(-8px);min-width:220px;background:var(--nav-dropdown-bg,var(--surface,#fff));border-top:var(--border-2) solid var(--accent);border-radius:0 0 var(--radius-control) var(--radius-control);box-shadow:var(--nav-dropdown-shadow,0 12px 40px rgba(0,0,0,.1),0 2px 8px rgba(0,0,0,.04));opacity:0;visibility:hidden;pointer-events:none;overflow:hidden;transition:opacity 200ms ease,transform 200ms ease,visibility 200ms}.hzo-nav-item:hover>.hzo-mega-menu,.hzo-nav-item.is-open>.hzo-mega-menu{opacity:1;visibility:visible;pointer-events:auto;transform:translateX(-50%) translateY(0)}.hzo-mega-menu__list{list-style:none;margin:0;padding:0}.hzo-mega-menu__link{display:block;padding:14px var(--space-lg);font-family:var(--font-body);font-size:var(--fs-100);font-weight:var(--fw-500,500);color:var(--nav-link)!important;text-decoration:none;white-space:nowrap;transition:color 200ms ease,background-color 200ms ease}.hzo-mega-menu__link:hover{color:var(--nav-link-hover)!important;background:var(--nav-dropdown-link-hover-bg,var(--bg-alt))}.hzo-mega-menu__link:focus-visible{outline:2px solid var(--color-focus);outline-offset:-2px}@media (prefers-reduced-motion:reduce){.hzo-mega-menu,.hzo-mega-menu__link{transition:none}}.hzo-metric-tile{display:flex;flex-direction:column;gap:var(--metric-tile-gap,var(--space-sm));padding:var(--metric-tile-padding,var(--space-lg));background:var(--surface);border:var(--border-1) solid var(--border);border-radius:var(--metric-tile-radius,var(--radius-panel));box-shadow:var(--shadow-sm)}.hzo-metric-tile__value{font-family:var(--font-number);font-size:var(--fs-700);font-weight:var(--fw-700);line-height:var(--lh-none);color:var(--text-heading)}.hzo-metric-tile__label{font-size:var(--fs-100);line-height:var(--lh-snug);letter-spacing:var(--tracking-wide);text-transform:uppercase;color:var(--text-muted)}.hzo-metric-tile__delta{display:inline-flex;align-items:center;gap:var(--space-2xs);font-size:var(--fs-100);font-weight:var(--fw-600);line-height:var(--lh-none);color:var(--text-muted)}.hzo-metric-tile__delta--positive{color:var(--success)}.hzo-metric-tile__delta--negative{color:var(--error)}.hzo-minicart__items{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:var(--space-lg)}.hzo-minicart__item{display:grid;grid-template-columns:56px 1fr auto;gap:var(--space-md);align-items:start}.hzo-minicart__thumb{width:56px;height:56px;border-radius:var(--radius-control);overflow:hidden;background:var(--bg-alt);flex-shrink:0}.hzo-minicart__thumb img{width:100%;height:100%;object-fit:cover;display:block}.hzo-minicart__info{min-width:0;display:flex;flex-direction:column;gap:var(--space-sm)}.hzo-minicart__title{margin:0;font-size:var(--fs-100);font-weight:600;color:var(--text-heading);line-height:1.3}.hzo-minicart__title a{color:inherit;text-decoration:none;background-image:none}.hzo-minicart__title a:hover{text-decoration:underline}.hzo-minicart__qty{display:inline-flex;align-items:center;width:max-content;border:1px solid var(--border);border-radius:var(--radius-control)}.hzo-minicart__step{width:28px;height:28px;display:inline-flex;align-items:center;justify-content:center;border:0;background:transparent;color:var(--text-body);font-size:var(--fs-200);line-height:var(--lh-none);cursor:pointer}.hzo-minicart__step:hover{color:var(--brand-text)}.hzo-minicart__step:focus-visible{outline:2px solid var(--color-focus);outline-offset:-2px}.hzo-minicart__step[disabled],.hzo-minicart__step[aria-disabled="true"]{opacity:var(--opacity-disabled);pointer-events:none}.hzo-minicart__count{min-width:30px;text-align:center;font-size:var(--fs-100);font-variant-numeric:tabular-nums}.hzo-minicart__line{display:flex;flex-direction:column;align-items:flex-end;gap:var(--space-sm)}.hzo-minicart__linetotal{font-size:var(--fs-100);font-weight:600;color:var(--text-heading);font-variant-numeric:tabular-nums}.hzo-minicart__remove{width:24px;height:24px;display:inline-flex;align-items:center;justify-content:center;padding:0;border:0;background:transparent;color:var(--text-muted);border-radius:50%;cursor:pointer;transition:background var(--transition-base) ease,color var(--transition-base) ease}.hzo-minicart__remove:hover{background:var(--bg-alt);color:var(--text-heading)}.hzo-minicart__remove:focus-visible{outline:2px solid var(--color-focus);outline-offset:1px}.hzo-minicart__remove>svg{width:14px;height:14px;display:block}.hzo-minicart__footer{flex-direction:column;align-items:stretch;gap:var(--space-md)}.hzo-minicart__subtotal{display:flex;justify-content:space-between;align-items:baseline;font-size:15px;color:var(--text-body)}.hzo-minicart__subtotal-value{font-size:var(--fs-300);font-weight:700;color:var(--text-heading);font-family:var(--font-number)}.hzo-minicart__items[hidden],.hzo-minicart__empty[hidden],.hzo-minicart__footer[hidden]{display:none}@media (prefers-reduced-motion:reduce){.hzo-minicart__remove{transition:none}}.hzo-mobile-menu{position:fixed;inset:0;background:var(--nav-mobile-overlay-bg,rgba(0,0,0,.5));z-index:var(--z-overlay);opacity:0;visibility:hidden;overflow:hidden;transition:opacity 300ms ease,visibility 300ms}.hzo-mobile-menu.is-open{opacity:1;visibility:visible}.hzo-mobile-menu__panel{position:absolute;top:0;right:0;bottom:0;width:100%;max-width:360px;background:var(--nav-mobile-panel-bg,var(--surface,#fff));display:flex;flex-direction:column;transform:translateX(100%);transition:transform 300ms cubic-bezier(.4,0,.2,1);overflow-y:auto;-webkit-overflow-scrolling:touch}.hzo-mobile-menu.is-open .hzo-mobile-menu__panel{transform:translateX(0)}.hzo-mobile-menu__header{display:flex;align-items:center;justify-content:space-between;padding:var(--space-md) var(--space-lg);border-bottom:var(--border-1) solid var(--nav-mobile-divider-color,var(--border));flex-shrink:0;min-height:60px}.hzo-mobile-close{display:flex;align-items:center;justify-content:center;width:32px;height:32px;padding:0;border:0;background:transparent;cursor:pointer;color:var(--text-body);flex-shrink:0}.hzo-mobile-close:focus-visible{outline:2px solid var(--color-focus);outline-offset:2px}.hzo-mobile-nav{flex:1;padding:var(--space-xs) 0;overflow-y:auto}.hzo-mobile-menu__link,.hzo-mobile-menu__link:visited{color:var(--text-body);text-decoration:none;display:block;font-weight:var(--fw-600,600)}.hzo-mobile-menu__link:hover,.hzo-mobile-menu__link:visited:hover{color:var(--nav-link-hover)}.hzo-mobile-menu__link:focus-visible{outline:2px solid var(--color-focus);outline-offset:-2px}.hzo-mobile-simple{border-bottom:var(--border-1) solid var(--nav-mobile-divider-color,var(--border))}.hzo-mobile-simple>.hzo-mobile-menu__link{display:block;padding:var(--space-md) var(--space-lg);font-family:var(--font-body);font-weight:var(--fw-600,600);font-size:15px;color:var(--nav-mobile-link-color,var(--text-body))!important;text-decoration:none;transition:color 200ms ease}.hzo-mobile-simple>.hzo-mobile-menu__link:hover{color:var(--nav-link-hover)!important}.hzo-mobile-accordion{border-bottom:var(--border-1) solid var(--nav-mobile-divider-color,var(--border))}.hzo-mobile-toggle{display:flex;align-items:center;justify-content:space-between;width:100%;padding:var(--space-md) var(--space-lg);border:0;background:transparent;font-family:var(--font-body);font-weight:var(--fw-600,600);font-size:15px;color:var(--text-body);cursor:pointer;text-align:left}.hzo-mobile-accordion.is-expanded>.hzo-mobile-toggle{color:var(--nav-link-hover)}.hzo-mobile-toggle:focus-visible{outline:2px solid var(--color-focus);outline-offset:-2px}.hzo-mobile-chevron{flex-shrink:0;display:block;opacity:.4;margin-left:var(--space-smd);transition:transform 300ms ease,opacity 200ms ease}.hzo-mobile-accordion.is-expanded>.hzo-mobile-toggle>.hzo-mobile-chevron{transform:rotate(180deg);opacity:.7}.hzo-mobile-panel{max-height:0;overflow:hidden;display:flex;flex-direction:column;transition:max-height 300ms ease}.hzo-mobile-accordion.is-expanded>.hzo-mobile-panel{max-height:2400px}.hzo-mobile-subaccordion{border-bottom:var(--border-1) solid var(--nav-mobile-divider-color,var(--border))}.hzo-mobile-subaccordion:last-child{border-bottom:0}.hzo-mobile-subtoggle{display:flex;align-items:center;justify-content:space-between;width:100%;padding:var(--space-smd) var(--space-lg) var(--space-smd) var(--space-lg-plus);background:transparent;border:0;font-family:var(--font-body);font-size:var(--fs-100);font-weight:var(--fw-600,600);color:var(--text-body);cursor:pointer;text-align:left}.hzo-mobile-subaccordion.is-expanded>.hzo-mobile-subtoggle{color:var(--nav-link-hover)}.hzo-mobile-subtoggle:focus-visible{outline:2px solid var(--color-focus);outline-offset:-2px}.hzo-mobile-subaccordion.is-expanded>.hzo-mobile-subtoggle>.hzo-mobile-chevron{transform:rotate(180deg);opacity:.7}.hzo-mobile-subaccordion.is-expanded>.hzo-mobile-panel{max-height:600px}.hzo-mobile-subaccordion .hzo-mobile-panel>.hzo-mobile-menu__link{padding-left:44px}.hzo-mobile-featured{display:flex;align-items:center;gap:var(--space-md);padding:var(--space-smd) var(--space-lg) var(--space-smd) var(--space-lg-plus);font-size:var(--fs-100);font-weight:var(--fw-600,600);color:var(--text-body);text-decoration:none;border-bottom:var(--border-1) solid var(--nav-mobile-divider-color,var(--border))}.hzo-mobile-featured img{width:56px;height:56px;object-fit:cover;border-radius:var(--radius-control);flex-shrink:0}.hzo-mobile-featured:hover{color:var(--nav-link-hover)}.hzo-mobile-panel>.hzo-mobile-menu__link{display:block;padding:var(--space-smd) var(--space-lg) var(--space-smd) var(--space-lg-plus);font-size:var(--fs-100);font-weight:var(--fw-500,500);color:var(--nav-mobile-link-color,var(--text-body))!important;text-decoration:none;border-bottom:var(--border-1) solid var(--nav-mobile-divider-color,var(--border));transition:color 200ms ease,background 200ms ease}.hzo-mobile-panel>.hzo-mobile-menu__link:last-child{border-bottom:0}.hzo-mobile-panel>.hzo-mobile-menu__link:hover{color:var(--nav-link-hover)!important;background:var(--nav-mobile-link-hover-bg,var(--bg-alt))}.hzo-mobile-menu__footer{padding:var(--space-lg);border-top:var(--border-1) solid var(--nav-mobile-divider-color,var(--border));background:var(--nav-mobile-footer-bg,var(--bg-alt));flex-shrink:0;display:flex;flex-direction:column;gap:14px}.hzo-mobile-menu__contact{display:inline-flex;align-items:center;gap:10px;font-size:var(--fs-100);font-weight:var(--fw-500,500);color:var(--text-body)!important;text-decoration:none;transition:color 200ms ease}.hzo-mobile-menu__contact:hover{color:var(--nav-link-hover)!important}.hzo-mobile-menu__contact svg{color:var(--accent);flex-shrink:0}body.hzo-menu-open{overflow:hidden}.hzo-utility-bar{background:var(--utility-bar-bg,var(--brand));color:var(--utility-bar-text,#fff);font-size:var(--fs-75);padding:var(--utility-bar-padding,7px 0)}.hzo-utility-bar__inner{display:flex;align-items:center;justify-content:flex-end;gap:var(--space-smd)}.hzo-utility-bar__links{display:flex;align-items:center;gap:var(--space-smd)}.hzo-utility-bar__divider{color:var(--utility-bar-divider-color,rgba(255,255,255,.3));user-select:none}.hzo-utility-bar a,.hzo-utility-bar a:visited{display:inline-flex;align-items:center;gap:6px;color:var(--utility-link)!important;text-decoration:none;font-weight:var(--fw-700,700);white-space:nowrap;transition:color 200ms ease}.hzo-utility-bar a:hover,.hzo-utility-bar a:visited:hover{color:var(--utility-link-hover)!important}.hzo-utility-bar a svg{flex-shrink:0}@media (max-width:767px){.hzo-utility-bar__inner{justify-content:center}}.hzo-utility-bar--light{background:var(--utility-bar-light-bg,var(--bg-alt));color:var(--utility-bar-light-text,var(--text-body));border-bottom:var(--border-1) solid var(--utility-bar-light-border-color,var(--border));--utility-link:var(--utility-light-link, var(--text-muted));--utility-link-hover:var(--utility-light-link-hover, var(--brand))}.hzo-mega-menu__close:hover{color:var(--brand)}.hzo-mobile-panel>.hzo-mobile-viewall{color:var(--nav-link-active,var(--brand-text,var(--brand)))!important;font-weight:var(--fw-semibold,600)}.hzo-mobile-panel>.hzo-mobile-viewall::after{content:"\2192";margin-left:6px;display:inline-block}.hzo-modal{position:fixed;inset:0;z-index:var(--z-modal);display:flex;align-items:center;justify-content:center;padding:var(--space-lg);background:rgba(0,0,0,.5);opacity:0;visibility:hidden;transition:opacity var(--transition-base) ease,visibility var(--transition-base)}.hzo-modal.is-open{opacity:1;visibility:visible}.hzo-modal__dialog{position:relative;display:flex;flex-direction:column;width:100%;max-width:520px;max-height:calc(100vh - var(--space-2xl));overflow-y:auto;background:var(--surface,#fff);border-radius:var(--radius-panel);box-shadow:var(--shadow-xl,var(--shadow-lg));transform:translateY(12px);transition:transform var(--transition-base) ease}.hzo-modal.is-open .hzo-modal__dialog{transform:none}.hzo-modal__dialog--sm{max-width:400px}.hzo-modal__dialog--lg{max-width:760px}.hzo-modal__header{display:flex;align-items:flex-start;justify-content:space-between;gap:var(--space-md);padding:var(--space-lg) var(--space-lg) 0}.hzo-modal__title{margin:0;font-family:var(--font-heading);font-size:22px;line-height:1.3;color:var(--text-heading)}.hzo-modal__close{flex-shrink:0;display:inline-flex;align-items:center;justify-content:center;width:44px;height:44px;margin:-10px -10px 0 0;padding:0;border:0;background:transparent;color:var(--text-muted);border-radius:var(--radius-control);cursor:pointer;transition:background var(--transition-base) ease,color var(--transition-base) ease}.hzo-modal__close:hover{background:var(--bg-alt);color:var(--text-heading)}.hzo-modal__close:focus-visible{outline:2px solid var(--color-focus);outline-offset:2px}.hzo-modal__body{padding:var(--space-md) var(--space-lg) var(--space-lg);color:var(--text-body)}.hzo-modal__body>:first-child{margin-top:0}.hzo-modal__body>:last-child{margin-bottom:0}.hzo-modal__footer{display:flex;flex-wrap:wrap;justify-content:flex-end;gap:var(--space-sm);padding:0 var(--space-lg) var(--space-lg)}@media (max-width:480px){.hzo-modal{padding:0;align-items:flex-end}.hzo-modal__dialog,.hzo-modal__dialog--sm,.hzo-modal__dialog--lg{max-width:none;max-height:92vh;border-radius:var(--radius-panel) var(--radius-panel) 0 0}.hzo-modal__footer .hzo-btn{flex:1 1 auto}}@media (prefers-reduced-motion:reduce){.hzo-modal,.hzo-modal__dialog,.hzo-modal__close{transition:none}.hzo-modal__dialog{transform:none}}.hzo-nap--card{display:block;font-style:normal;color:var(--text-body)}.hzo-nap__heading{margin:0 0 var(--space-md);color:var(--text-heading,var(--text-body))}.hzo-nap__name{margin:0 0 var(--space-sm);font-weight:var(--fw-bold,700);color:var(--text-heading,var(--text-body))}.hzo-nap__row{display:flex;align-items:flex-start;gap:var(--space-sm);margin:0 0 var(--space-sm);line-height:1.5}.hzo-nap__icon{width:20px;height:20px;flex-shrink:0;margin-top:.15em;color:var(--accent-text,var(--brand))}.hzo-nap__link{color:var(--text-link,var(--brand));text-decoration:none;border-bottom:1px solid transparent;transition:color var(--dur-1,150ms) var(--ease-standard,ease),border-color var(--dur-1,150ms) var(--ease-standard,ease)}.hzo-nap__link:hover{color:var(--text-link-hover,var(--accent-text,var(--brand)));border-bottom-color:currentColor}.hzo-nap__link:focus-visible{outline:2px solid var(--brand);outline-offset:2px;border-radius:var(--radius-xs,2px)}.hzo-nap__hours{margin-top:var(--space-md)}.hzo-nap__hours-heading{display:flex;align-items:center;gap:var(--space-sm);margin:0 0 var(--space-xs);font-weight:var(--fw-medium,500);color:var(--text-heading,var(--text-body))}.hzo-nap__status{margin-left:auto;padding:.1em .6em;border-radius:var(--radius-full,999px);font-size:.8em;font-weight:var(--fw-medium,500);line-height:1.6;transition:background-color var(--dur-1,150ms) var(--ease-standard,ease),color var(--dur-1,150ms) var(--ease-standard,ease)}.hzo-nap__status.is-open{background:var(--bg-success,rgba(22,163,74,.12));color:var(--text-success,#15803d)}.hzo-nap__status.is-closed{background:var(--bg-muted,rgba(0,0,0,.06));color:var(--text-muted,currentColor)}.hzo-nap .hzo-hours{display:grid;grid-template-columns:auto 1fr;gap:var(--space-2xs,.25rem) var(--space-lg);margin:0}.hzo-nap .hzo-hours dt{font-weight:var(--fw-medium,500);color:var(--text-body)}.hzo-nap .hzo-hours dd{margin:0;color:var(--text-muted,var(--text-body))}.hzo-nap .hzo-hours dt[aria-current="true"],.hzo-nap .hzo-hours dt[aria-current="true"]+dd{color:var(--text-heading,var(--text-body));font-weight:var(--fw-bold,700)}.hzo-nap__towns{margin-top:var(--space-md)}.hzo-nap__towns-summary{margin:0 0 var(--space-xs);font-weight:var(--fw-medium,500);cursor:pointer;color:var(--text-body)}.hzo-nap__towns-summary:focus-visible{outline:2px solid var(--brand);outline-offset:2px;border-radius:var(--radius-xs,2px)}.hzo-nap__towns-list{display:flex;flex-wrap:wrap;gap:var(--space-2xs,.25rem) var(--space-sm);margin:0;padding:0;list-style:none;color:var(--text-muted,var(--text-body))}.hzo-nap__towns-list>li:not(:last-child)::after{content:"\00B7";margin-left:var(--space-sm);color:var(--text-muted,currentColor)}@media (forced-colors:active){.hzo-nap__link:focus-visible,.hzo-nap__towns-summary:focus-visible{outline:2px solid CanvasText}.hzo-nap__status{border:1px solid CanvasText}}@media print{.hzo-nap__towns[open]>.hzo-nap__towns-list,.hzo-nap__towns>.hzo-nap__towns-list{display:flex!important}.hzo-nap.hzo-reveal{opacity:1!important;transform:none!important}}@media (prefers-reduced-motion:reduce){.hzo-nap__link,.hzo-nap__status{transition:none}}.hzo-nav-link{font-family:var(--font-body);font-size:15px;font-weight:var(--fw-500,500);color:var(--nav-link);text-decoration:none;transition:color 0.15s;display:inline-flex;align-items:center;gap:6px}.hzo-nav-link:hover{color:var(--brand-hover-on-dark)}.hzo-nav-link:focus-visible{outline:2px solid var(--color-focus);outline-offset:2px}.hzo-nav-link{position:relative}.hzo-nav-link::after{content:"";position:absolute;left:0;right:0;bottom:-2px;height:2px;background:var(--link-underline,currentColor);transform:scaleX(0);transform-origin:left;transition:transform .2s ease;pointer-events:none}.hzo-nav-link:hover::after,.hzo-nav-link:focus-visible::after{transform:scaleX(1)}@media (prefers-reduced-motion:reduce){.hzo-nav-link::after{transition:none}}.hzo-newsletter{padding-top:var(--newsletter-padding-y,var(--space-3xl));padding-bottom:var(--newsletter-padding-y,var(--space-3xl));background:var(--bg-alt)}.hzo-newsletter__title{margin:0 0 var(--space-sm);font-family:var(--font-heading);font-size:var(--fs-600);line-height:var(--lh-tight);color:var(--text-heading)}.hzo-newsletter__text{margin:0 0 var(--space-lg);max-width:var(--prose-max-width);font-size:var(--fs-300);line-height:var(--lh-normal);color:var(--text-muted)}.hzo-newsletter__form{display:flex;flex-wrap:wrap;align-items:center;gap:var(--space-sm)}.hzo-newsletter__input{flex:1 1 var(--newsletter-input-min,260px);min-width:0;padding:var(--space-smd) var(--space-md);border:var(--border-1) solid var(--border);border-radius:var(--radius-control);background:var(--surface);color:var(--text-body);font-family:var(--font-body);font-size:var(--fs-200);line-height:var(--lh-normal);transition:border-color var(--transition-base) ease,box-shadow var(--transition-base) ease}.hzo-newsletter__input::placeholder{color:var(--text-muted)}.hzo-newsletter__input:focus-visible{outline:2px solid var(--color-focus);outline-offset:2px;border-color:var(--color-focus)}.hzo-newsletter__input[disabled],.hzo-newsletter__input[aria-disabled="true"]{opacity:var(--opacity-disabled);pointer-events:none}.hzo-newsletter--dark{background:var(--surface-dark-bg,var(--bg-dark-section))}.hzo-newsletter--dark .hzo-newsletter__title{color:var(--heading-color-on-dark,#fff)}.hzo-newsletter--dark .hzo-newsletter__text{color:rgba(255,255,255,.85)}@media (prefers-reduced-motion:reduce){.hzo-newsletter__input{transition:none}}.hzo-notification-dot{display:inline-flex;align-items:center;justify-content:center;min-width:var(--notification-dot-size,8px);height:var(--notification-dot-size,8px);border-radius:var(--radius-full);background:var(--error);box-shadow:0 0 0 var(--border-2,2px) var(--card-bg,#fff)}.hzo-notification-dot--count{min-width:var(--notification-dot-count-size,18px);height:var(--notification-dot-count-size,18px);padding:0 var(--space-2xs);font-size:var(--fs-50);font-weight:var(--fw-600);line-height:1;color:#fff}.hzo-notification-dot--brand{background:var(--brand);color:var(--text-on-brand)}.hzo-notification-dot--accent{background:var(--accent);color:var(--text-on-accent)}.hzo-notification-dot--corner{position:absolute;top:0;right:0;transform:translate(50%,-50%)}.hzo-page-header{padding-block:var(--space-3xl);background:transparent}.hzo-page-header--alt{background:var(--bg-alt)}.hzo-page-header__eyebrow{display:inline-block;font-size:var(--fs-100);font-weight:var(--fw-600);line-height:var(--lh-snug);letter-spacing:var(--tracking-wide);text-transform:uppercase;color:var(--brand-text);margin:0 0 var(--space-sm)}.hzo-page-header__title{font-family:var(--font-heading);font-size:var(--fs-700);font-weight:var(--fw-700);line-height:var(--lh-tight);letter-spacing:var(--tracking-tight);color:var(--text-heading);margin:0}.hzo-page-header__subtitle{max-width:var(--page-header-max-width,60ch);font-size:var(--fs-300);line-height:var(--lh-normal);color:var(--text-muted);margin:var(--space-md) 0 0}.hzo-page-header__breadcrumb{margin:0 0 var(--space-md)}.hzo-page-header--center{text-align:center}.hzo-page-header--center .hzo-page-header__subtitle{margin-inline:auto}.hzo-pagination{display:flex;flex-wrap:wrap;align-items:center;justify-content:center;gap:var(--space-sm);list-style:none;margin:var(--space-xl) 0 0;padding:0}.hzo-pagination__link{display:inline-flex;align-items:center;justify-content:center;min-width:44px;min-height:44px;padding:0 var(--space-smd);font-family:var(--font-body);font-weight:var(--fw-600,600);font-size:15px;color:var(--brand-text)!important;text-decoration:none;border:var(--border-1) solid var(--border);border-radius:var(--radius-control);transition:background var(--transition-base),border-color var(--transition-base),color var(--transition-base)}.hzo-pagination__link:hover{background:var(--brand-pale);border-color:var(--brand);color:var(--brand-text)!important}.hzo-pagination__link:focus-visible{outline:2px solid var(--color-focus);outline-offset:2px}.hzo-pagination__link.is-current{background:var(--brand)!important;border-color:var(--brand);color:var(--text-on-brand)!important;pointer-events:none}.hzo-pagination__link.is-disabled,.hzo-pagination__link[aria-disabled="true"]{color:var(--text-muted)!important;pointer-events:none;opacity:.6}.hzo-pagination__link:visited{color:var(--brand-text)!important}.wp-block-query-pagination,.woocommerce-pagination .page-numbers:not(li){display:flex;flex-wrap:wrap;align-items:center;justify-content:center;gap:var(--space-sm);margin:var(--space-xl) 0 0;list-style:none;padding:0}.wp-block-query-pagination-numbers{display:inline-flex;flex-wrap:wrap;gap:var(--space-sm)}.page-numbers,.wp-block-query-pagination-previous,.wp-block-query-pagination-next{display:inline-flex;align-items:center;justify-content:center;min-width:44px;min-height:44px;padding:0 12px;font-family:var(--font-body);font-weight:var(--fw-semibold,600);font-size:15px;color:var(--brand-text)!important;text-decoration:none;border:1px solid var(--border);border-radius:var(--radius-input);transition:background var(--transition-base),border-color var(--transition-base),color var(--transition-base)}a.page-numbers:hover,.wp-block-query-pagination-previous:hover,.wp-block-query-pagination-next:hover{background:var(--brand-pale);border-color:var(--brand);color:var(--brand-text)!important}a.page-numbers:focus-visible,.wp-block-query-pagination-previous:focus-visible,.wp-block-query-pagination-next:focus-visible{outline:2px solid var(--focus-ring);outline-offset:2px}.page-numbers.current{background:var(--brand)!important;border-color:var(--brand);color:var(--text-on-brand)!important}.page-numbers.dots{border-color:transparent;min-width:auto;padding:0 4px;pointer-events:none}.page-numbers:visited{color:var(--brand-text)!important}.hzo-price{display:inline-flex;align-items:baseline;gap:var(--space-2xs);color:var(--text-heading);font-size:var(--fs-200);font-weight:var(--fw-600);font-variant-numeric:tabular-nums}.hzo-price__amount{color:inherit}.hzo-price__regular{color:var(--text-muted);font-size:var(--fs-75);font-weight:var(--fw-500);text-decoration:line-through}.hzo-price__sale{color:var(--accent-text);font-weight:var(--fw-700)}.hzo-price__prefix,.hzo-price__suffix{color:var(--text-muted);font-size:var(--fs-75);font-weight:var(--fw-500)}.hzo-price--lg{font-size:var(--fs-400)}.hzo-product-card{display:flex;flex-direction:column;gap:var(--space-sm);padding:var(--space-md);background:var(--card-bg,#fff);border:var(--border-1) solid var(--card-border,var(--border));border-radius:var(--card-radius,var(--radius-card));box-shadow:var(--card-shadow,var(--shadow-sm));position:relative;transition:box-shadow var(--transition-base),transform var(--transition-base)}.hzo-product-card:hover{box-shadow:var(--card-hover-shadow,var(--shadow-lg));transform:translateY(-4px)}.hzo-product-card__media{position:relative;border-radius:var(--radius-control);overflow:hidden;margin:0}.hzo-product-card__media img{display:block;width:100%;height:auto;object-fit:cover}.hzo-product-card__badge{position:absolute;top:var(--space-sm);left:var(--space-sm)}.hzo-product-card__wishlist{position:absolute;top:var(--space-sm);right:var(--space-sm)}.hzo-product-card__body{display:flex;flex-direction:column;gap:var(--space-xs);flex:1 1 auto}.hzo-product-card__title{font-family:var(--font-heading);font-size:var(--fs-300);font-weight:var(--fw-700);color:var(--text-heading);line-height:var(--lh-tight);margin:0}.hzo-product-card__title a{color:inherit;text-decoration:none;background-image:none}.hzo-product-card__title a:hover{text-decoration:underline}.hzo-product-card__meta{display:flex;align-items:center;justify-content:space-between;gap:var(--space-sm);margin-top:auto}.hzo-product-card__actions{display:flex;gap:var(--space-sm);margin-top:var(--space-sm)}.hzo-product-card--compact{padding:var(--space-sm);gap:var(--space-xs)}@media (prefers-reduced-motion:reduce){.hzo-product-card{transition:none}.hzo-product-card:hover{transform:none}}--ease-* tokens only. Reduced-motion (PRESERVE-5) — ambient shimmer STOPS,the status spinner SLOWS (never freezes),content stays visible. Forced-colors gets an explicit branch. ═════════════════════════════════════════════════════════════════════════ */ .hzo-product-grid{--hzo-pg-cols:4;--hzo-pg-cols-md:3;--hzo-pg-cols-sm:2;--hzo-pg-gap:var(--space-lg);display:block}.hzo-product-grid .hzo-eyebrow,.hzo-product-grid .hzo-visual-h2{text-align:center}.hzo-product-grid__list{list-style:none;margin:0;padding:0;display:grid;gap:var(--hzo-pg-gap);grid-template-columns:repeat(var(--hzo-pg-cols),minmax(0,1fr));margin-top:var(--space-xl)}.hzo-product-grid--empty .hzo-empty{margin-top:var(--space-xl)}.hzo-product-grid__list:first-child{margin-top:0}@media (max-width:1024px){.hzo-product-grid__list{grid-template-columns:repeat(var(--hzo-pg-cols-md),minmax(0,1fr))}}@media (max-width:640px){.hzo-product-grid__list{grid-template-columns:repeat(var(--hzo-pg-cols-sm),minmax(0,1fr));gap:var(--space-md)}}.hzo-product-card{--btn-radius:var(--radius-1);position:relative;display:flex;flex-direction:column;gap:var(--space-smd);background:var(--card-bg,var(--surface));border:var(--border-1) solid var(--card-border,var(--border));border-radius:var(--card-radius,var(--radius-2));padding:var(--space-smd);box-shadow:var(--card-shadow,var(--shadow-sm));transition:box-shadow var(--dur-3) var(--ease-out),transform var(--dur-3) var(--ease-out),border-color var(--dur-3) var(--ease-out);text-align:left}.hzo-product-card:hover{box-shadow:var(--card-hover-shadow,var(--shadow-lg));transform:translateY(-4px);border-color:color-mix(in srgb,var(--brand) 22%,var(--border))}.hzo-product-card__media{display:block;position:relative;border-radius:var(--radius-1);overflow:hidden;aspect-ratio:1 / 1;background:var(--surface-2)}.hzo-product-card__media img{display:block;width:100%;height:100%;object-fit:cover;margin:0;transition:transform var(--dur-4) var(--ease-out)}.hzo-product-card:hover .hzo-product-card__media img{transform:scale(1.05)}.hzo-product-card__flash{position:absolute;top:var(--space-sm);left:var(--space-sm);z-index:1;padding:5px 11px;background:var(--brand);color:var(--text-on-brand,#fff);font-size:.68rem;font-weight:var(--fw-bold,700);letter-spacing:.04em;text-transform:uppercase;line-height:1.3;border-radius:var(--radius-pill);box-shadow:var(--shadow-sm)}.hzo-product-card__body{display:flex;flex-direction:column;gap:var(--space-sm);flex:1 1 auto}.hzo-product-card__title{font-family:var(--font-heading);font-size:1.05rem;font-weight:var(--fw-bold,700);line-height:1.35;color:var(--text-heading);margin:0;padding:0;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.hzo-product-card__title a{color:inherit;text-decoration:none;background-image:none}.hzo-product-card__title a:hover{color:var(--brand-text,var(--brand))}.hzo-product-card__rating{font-size:.9rem;margin-top:calc(-1 * var(--space-2xs))}.hzo-product-card__price{display:flex;align-items:baseline;flex-wrap:wrap;gap:var(--space-xs);color:var(--text-heading);font-size:1.2rem;font-weight:var(--fw-extrabold,800);font-variant-numeric:tabular-nums;letter-spacing:-.01em}.hzo-product-card__price del{color:var(--text-muted);font-size:.9rem;font-weight:var(--fw-medium,500);opacity:1;margin:0}.hzo-product-card__price ins{color:var(--brand-text,var(--brand));text-decoration:none;font-weight:var(--fw-extrabold,800)}.hzo-product-card__stock{align-self:flex-start;display:inline-flex;align-items:center;gap:6px;padding:3px 10px;font-size:.75rem;font-weight:var(--fw-semibold,600);line-height:1.4;border-radius:var(--radius-pill)}.hzo-product-card__stock::before{content:"";width:7px;height:7px;border-radius:var(--radius-full);background:currentColor}.hzo-product-card__stock--in{color:var(--success-ink);background:var(--success-bg)}.hzo-product-card__stock--low{color:var(--warning-ink);background:var(--warning-bg)}.hzo-product-card__stock--out{color:var(--error-ink);background:var(--error-bg)}.hzo-product-card__add{margin-top:auto;align-self:stretch;justify-content:center;min-height:44px;font-weight:var(--fw-bold,700);letter-spacing:.01em}.hzo-product-grid__foot{display:flex;flex-direction:column;align-items:center;gap:var(--space-sm);margin-top:var(--space-xl)}.hzo-product-grid__more{position:relative;min-height:44px;min-width:220px;justify-content:center}.hzo-product-grid__more-spinner{display:none;width:1em;height:1em;margin-left:var(--space-sm);border:2px solid currentColor;border-top-color:transparent;border-radius:var(--radius-full);animation:hzo-pg-spin var(--dur-4) linear infinite}.hzo-product-grid__more.is-loading .hzo-product-grid__more-spinner{display:inline-block}.hzo-product-grid__more[aria-disabled="true"]{pointer-events:none;opacity:.7}.hzo-product-grid__error{margin:0;color:var(--error-ink);font-size:.9rem;font-weight:var(--fw-semibold,600)}@keyframes hzo-pg-spin{to{transform:rotate(360deg)}}.hzo-product-card--skeleton{pointer-events:none;gap:var(--space-sm)}.hzo-product-card--skeleton:hover{transform:none;box-shadow:var(--card-shadow,var(--shadow-sm))}.hzo-skel{display:block;border-radius:var(--radius-input);background:linear-gradient(100deg,var(--surface-2) 30%,var(--border) 50%,var(--surface-2) 70%);background-size:200% 100%;animation:hzo-pg-shimmer var(--dur-4) var(--ease-standard) infinite}.hzo-skel.hzo-product-card__media{aspect-ratio:1 / 1}.hzo-skel--line{height:.9rem;border-radius:var(--radius-pill)}.hzo-skel--short{width:55%}@keyframes hzo-pg-shimmer{from{background-position:200% 0}to{background-position:-200% 0}}@media (prefers-reduced-motion:reduce){.hzo-product-card,.hzo-product-card:hover{transition:none;transform:none}.hzo-skel{animation:none;background:var(--surface-2)}.hzo-product-grid__more-spinner{animation-duration:1.5s}}@media (forced-colors:active){.hzo-skel{background:Canvas;border:var(--border-1) solid CanvasText;animation:none}.hzo-product-grid__more-spinner{border-color:CanvasText;border-top-color:transparent}.hzo-product-card__stock{border:var(--border-1) solid CanvasText}.hzo-product-card__flash{border:var(--border-1) solid CanvasText}}@media print{.hzo-product-grid__foot,.hzo-product-card__add,.hzo-product-card--skeleton{display:none!important}.hzo-product-card{box-shadow:none;break-inside:avoid}}.hzo-product-grid--cols-2,.hzo-product-grid--cols-3,.hzo-product-grid--cols-4{display:grid;gap:var(--product-grid-gap,var(--space-lg));grid-template-columns:repeat(auto-fill,minmax(var(--product-grid-min,240px),1fr))}@media (min-width:768px){.hzo-product-grid--cols-2{grid-template-columns:repeat(2,1fr)}.hzo-product-grid--cols-3{grid-template-columns:repeat(3,1fr)}.hzo-product-grid--cols-4{grid-template-columns:repeat(4,1fr)}}.hzo-progress-bar{display:block;width:100%;height:var(--progress-bar-height,8px);background:var(--bg-alt);border-radius:var(--radius-pill);overflow:hidden}.hzo-progress-bar__fill{height:100%;background:var(--brand);border-radius:var(--radius-pill);transition:width var(--transition-base) ease}.hzo-progress-bar--accent .hzo-progress-bar__fill{background:var(--accent)}.hzo-progress-bar--success .hzo-progress-bar__fill{background:var(--success)}.hzo-progress-bar--warning .hzo-progress-bar__fill{background:var(--warning)}.hzo-progress-bar--error .hzo-progress-bar__fill{background:var(--error)}.hzo-progress-bar--info .hzo-progress-bar__fill{background:var(--info)}.hzo-progress-bar--sm{height:var(--progress-bar-height-sm,4px)}.hzo-progress-bar--lg{height:var(--progress-bar-height-lg,12px)}.hzo-progress-bar--indeterminate .hzo-progress-bar__fill{width:40%;animation:hzo-progress-indeterminate 1.4s ease-in-out infinite}@keyframes hzo-progress-indeterminate{0%{transform:translateX(-100%)}100%{transform:translateX(250%)}}@media (prefers-reduced-motion:reduce){.hzo-progress-bar--indeterminate .hzo-progress-bar__fill{animation:none;transform:none}.hzo-progress-bar__fill{transition:none}}.hzo-pullquote{margin:0;color:var(--text-heading)}.hzo-pullquote__quote::before{content:"\201C";font-family:var(--font-heading);font-size:var(--pullquote-mark-size,var(--fs-900));line-height:var(--lh-none);color:var(--border);opacity:var(--opacity-muted);margin-right:var(--space-2xs);vertical-align:var(--pullquote-mark-offset,-.15em)}.hzo-pullquote__quote{font-family:var(--font-heading);font-size:var(--fs-500);font-weight:var(--fw-500);line-height:var(--lh-relaxed);color:var(--text-heading);margin:0}.hzo-pullquote__cite{display:block;font-family:var(--font-body);font-size:var(--fs-200);font-style:normal;line-height:var(--lh-normal);color:var(--text-muted);margin:var(--space-md) 0 0}.hzo-pullquote--center{text-align:center}.hzo-pullquote--center .hzo-pullquote__quote{max-width:var(--pullquote-measure,32ch);margin-inline:auto}.hzo-pullquote--brand{padding-left:var(--space-lg);border-left:var(--border-3) solid var(--brand)}.hzo-pullquote--brand .hzo-pullquote__quote::before{content:none}.hzo-qty{display:inline-flex;align-items:center;border:var(--border-1) solid var(--border);border-radius:var(--radius-pill);overflow:hidden;background:var(--card-bg,#fff)}.hzo-qty__btn{appearance:none;border:0;background:transparent;width:44px;height:44px;display:inline-flex;align-items:center;justify-content:center;cursor:pointer;color:var(--text-heading);line-height:var(--lh-none);transition:background var(--transition-base),color var(--transition-base)}.hzo-qty__btn svg{width:18px;height:18px;display:block}.hzo-qty__btn:hover:not(:disabled){background:var(--bg-alt)}.hzo-qty__btn:focus-visible{outline:3px solid var(--color-focus);outline-offset:-3px}.hzo-qty__btn:disabled{opacity:.4;cursor:not-allowed}.hzo-qty__input{width:var(--qty-input-width,3ch);text-align:center;border:0;background:transparent;font-family:var(--font-body);font-weight:var(--fw-600);color:var(--text-heading);-moz-appearance:textfield}.hzo-qty__input::-webkit-outer-spin-button,.hzo-qty__input::-webkit-inner-spin-button{-webkit-appearance:none;margin:0}.hzo-qty__input:focus-visible{outline:2px solid var(--color-focus);outline-offset:1px;border-radius:var(--radius-input)}@media (prefers-reduced-motion:reduce){.hzo-qty__btn{transition:none}}.hzo-quick-view{display:inline-flex;align-items:center;justify-content:center;gap:var(--space-xs)}.hzo-quick-view__icon{width:1.15em;height:1.15em;flex-shrink:0}.hzo-quick-view--icon-only{gap:0;min-width:44px;min-height:44px;padding-left:var(--space-sm);padding-right:var(--space-sm)}.hzo-quick-view__sr-only{position:absolute!important;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}.hzo-quick-view__dialog{width:100%;max-width:860px}.hzo-quick-view__header{padding-bottom:0;justify-content:flex-end;min-height:0}.hzo-quick-view__body{padding-top:var(--space-sm)}.hzo-quick-view__grid{display:grid;grid-template-columns:minmax(0,0.9fr) minmax(0,1.1fr);gap:var(--space-lg);align-items:start}.hzo-quick-view__stage{border-radius:var(--radius-card);overflow:hidden;background:var(--bg-alt)}.hzo-quick-view__main-wrap{display:block}.hzo-quick-view__main,.hzo-quick-view__main-wrap img{display:block;width:100%;height:auto;aspect-ratio:1 / 1;object-fit:cover}.hzo-quick-view__thumbs{list-style:none;margin:var(--space-sm) 0 0;padding:0;display:flex;flex-wrap:wrap;gap:var(--space-xs)}.hzo-quick-view__thumb-item{margin:0}.hzo-quick-view__thumb{display:block;width:56px;height:56px;padding:0;border:2px solid transparent;border-radius:var(--radius-input);background:var(--bg-alt);cursor:pointer;overflow:hidden;transition:border-color var(--dur-2) var(--ease-standard)}.hzo-quick-view__thumb img{display:block;width:100%;height:100%;object-fit:cover}.hzo-quick-view__thumb:hover{border-color:var(--text-muted)}.hzo-quick-view__thumb.is-active{border-color:var(--brand)}.hzo-quick-view__thumb:focus-visible{outline:3px solid var(--focus-ring);outline-offset:2px}.hzo-quick-view__details{display:flex;flex-direction:column;gap:var(--space-sm)}.hzo-quick-view__title{margin:0;font-family:var(--font-heading);font-size:24px;line-height:1.25;color:var(--text-heading)}.hzo-quick-view__title:focus-visible{outline:3px solid var(--focus-ring);outline-offset:3px;border-radius:var(--radius-input)}.hzo-quick-view__rating{display:inline-flex}.hzo-quick-view__price{font-family:var(--font-number,var(--font-heading));font-size:22px;font-weight:700;color:var(--text-heading)}.hzo-quick-view__price del{color:var(--text-muted);font-weight:400;margin-right:var(--space-xs)}.hzo-quick-view__price ins{text-decoration:none}.hzo-quick-view__desc{color:var(--text-body);line-height:1.6}.hzo-quick-view__desc>:first-child{margin-top:0}.hzo-quick-view__desc>:last-child{margin-bottom:0}.hzo-quick-view__buy{display:flex;flex-wrap:wrap;align-items:center;gap:var(--space-sm);margin-top:var(--space-xs)}.hzo-quick-view__buy--link{display:block}.hzo-quick-view__add{flex:1 1 auto}.hzo-quick-view__full{margin-top:var(--space-xs);font-size:14px;color:var(--text-muted);text-decoration:underline;text-underline-offset:2px;align-self:flex-start}.hzo-quick-view__full:hover{color:var(--brand)}.hzo-qv-skel{position:relative;overflow:hidden;border-radius:var(--radius-input);background:var(--bg-alt)}.hzo-qv-skel::after{content:"";position:absolute;inset:0;transform:translateX(-100%);background:linear-gradient(90deg,transparent 0,var(--surface) 50%,transparent 100%);opacity:.55;animation:hzo-qv-shimmer calc(var(--dur-4) * 3) var(--ease-standard) infinite}.hzo-qv-skel--stage{aspect-ratio:1 / 1;border-radius:var(--radius-card)}.hzo-qv-skel--title{height:28px;width:80%}.hzo-qv-skel--price{height:24px;width:40%}.hzo-qv-skel--line{height:14px;width:100%}.hzo-qv-skel--short{width:60%}.hzo-qv-skel--buy{height:48px;width:100%;margin-top:var(--space-sm)}@keyframes hzo-qv-shimmer{to{transform:translateX(100%)}}.hzo-quick-view__error{display:flex;flex-direction:column;gap:var(--space-sm);align-items:flex-start;padding:var(--space-lg) 0}.hzo-quick-view__error-title{margin:0;font-family:var(--font-heading);font-size:20px;color:var(--text-heading)}.hzo-quick-view__error-text{margin:0;color:var(--text-body)}.hzo-quick-view__error-actions{display:flex;gap:var(--space-sm)}@media (max-width:640px){.hzo-quick-view__grid{grid-template-columns:1fr}.hzo-quick-view__stage{max-width:320px;margin-inline:auto}}@media (prefers-reduced-motion:reduce){.hzo-qv-skel::after{animation:none}.hzo-quick-view__thumb{transition:none}}@media (forced-colors:active){.hzo-qv-skel{border:1px solid CanvasText;background:Canvas}.hzo-qv-skel::after{animation:none;background:none}.hzo-quick-view__thumb.is-active{border-color:Highlight}}.hzo-range{appearance:none;-webkit-appearance:none;width:100%;background:transparent;cursor:pointer}.hzo-range::-webkit-slider-runnable-track{height:var(--range-track-height,6px);background:var(--bg-alt);border-radius:var(--radius-full)}.hzo-range::-moz-range-track{height:var(--range-track-height,6px);background:var(--bg-alt);border-radius:var(--radius-full)}.hzo-range::-webkit-slider-thumb{-webkit-appearance:none;width:var(--range-thumb-size,18px);height:var(--range-thumb-size,18px);margin-top:calc((var(--range-track-height, 6px) - var(--range-thumb-size, 18px)) / 2);background:var(--brand);border:0;border-radius:var(--radius-full)}.hzo-range::-moz-range-thumb{width:var(--range-thumb-size,18px);height:var(--range-thumb-size,18px);background:var(--brand);border:0;border-radius:var(--radius-full)}.hzo-range:focus-visible{outline:2px solid var(--color-focus);outline-offset:4px;border-radius:var(--radius-full)}.hzo-range[disabled],.hzo-range[aria-disabled="true"],.hzo-range.is-disabled{opacity:var(--opacity-disabled);pointer-events:none}.hzo-rate-menu{display:block}.hzo-rate-menu__category{margin:var(--space-xl) 0 var(--space-md)}.hzo-rate-menu__category:first-child{margin-top:0}.hzo-rate-menu__list{list-style:none;margin:0;padding:0}.hzo-rate-row{display:grid;grid-template-columns:minmax(0,auto) 1fr minmax(0,auto);align-items:baseline;column-gap:var(--space-sm);row-gap:var(--space-xs);padding:var(--space-smd) 0}.hzo-rate-row__name{grid-column:1;font-weight:var(--fw-600);color:var(--text-heading);line-height:var(--lh-snug)}.hzo-rate-row__leader{grid-column:2;align-self:end;height:0;border-bottom:var(--border-1) dotted currentColor;opacity:.4;transform:translateY(-.28em);transition:opacity var(--dur-2) var(--ease-standard)}.hzo-rate-row__price{grid-column:3;justify-self:end;font-family:var(--font-number);font-weight:var(--fw-700);color:var(--text-heading);white-space:nowrap;transition:color var(--dur-2) var(--ease-standard)}.hzo-rate-row__desc{grid-column:1 / -1;margin:0;color:var(--text-muted);font-size:var(--fs-100);line-height:var(--lh-normal)}.hzo-rate-row__aside{grid-column:1 / -1;display:flex;flex-wrap:wrap;align-items:center;justify-content:space-between;gap:var(--space-sm);margin-top:var(--space-xs)}.hzo-rate-row__badges{display:inline-flex;flex-wrap:wrap;gap:var(--space-sm)}.hzo-rate-row__cta{margin-left:auto}.hzo-rate-row__cta-icon{width:16px;height:16px;flex-shrink:0}.hzo-rate-row__details{grid-column:1 / -1}.hzo-rate-row__details-toggle{cursor:pointer;color:var(--brand-text);font-size:var(--fs-100);font-weight:var(--fw-500);padding:var(--space-xs) 0;width:fit-content}.hzo-rate-row__details-toggle:focus-visible{outline:var(--border-3) solid var(--focus-ring);outline-offset:2px;border-radius:var(--radius-1)}.hzo-rate-row__details-body{margin:var(--space-xs) 0 0;color:var(--text-body);font-size:var(--fs-100);line-height:var(--lh-normal)}.hzo-rate-row:hover .hzo-rate-row__leader{opacity:.65}.hzo-rate-row:hover .hzo-rate-row__price{color:var(--brand-text)}.hzo-rate-menu--leader-rule .hzo-rate-row__leader{border-bottom-style:solid;opacity:.25}.hzo-rate-menu--leader-none .hzo-rate-row__leader{border-bottom:0}.hzo-rate-menu--cards .hzo-rate-menu__list{display:grid;grid-template-columns:repeat(auto-fill,minmax(240px,1fr));gap:var(--space-md)}.hzo-rate-menu--cards .hzo-rate-row{grid-template-columns:1fr;align-items:start;padding:var(--space-md);background:var(--surface);border:var(--border-1) solid var(--border);border-radius:var(--radius-card);box-shadow:var(--shadow-sm)}.hzo-rate-menu--cards .hzo-rate-row__leader{display:none}.hzo-rate-menu--cards .hzo-rate-row__name{font-size:var(--fs-300)}.hzo-rate-menu--cards .hzo-rate-row__price{justify-self:start;font-size:var(--fs-400);margin-top:var(--space-xs)}@media print{.hzo-rate-row__leader,.hzo-rate-row__cta{display:none!important}.hzo-rate-row__details>*:not(summary){display:block!important}.hzo-rate-row__details-toggle{font-weight:var(--fw-600)}}@media (forced-colors:active){.hzo-rate-row__leader{opacity:1;border-bottom-color:currentColor}.hzo-rate-row__cta:focus-visible,.hzo-rate-row__details-toggle:focus-visible{outline:var(--border-2) solid}}@media (prefers-reduced-motion:reduce){.hzo-rate-row__leader,.hzo-rate-row__price{transition:none}}.hzo-rating{display:inline-flex;align-items:center;gap:2px}.hzo-rating svg{width:18px;height:18px;flex-shrink:0}.hzo-rating__star{color:var(--rating-star-color,var(--color-warning))}.hzo-rating__star--empty{color:var(--border)}.hzo-rating__count{margin-left:var(--space-sm);font-size:var(--fs-100);color:var(--text-muted)}.hzo-rating__stars{position:relative;display:inline-flex;line-height:0;flex-shrink:0}.hzo-rating__stars-base,.hzo-rating__stars-fill{display:inline-flex;gap:2px}.hzo-rating__stars-base{color:var(--border)}.hzo-rating__stars-fill{position:absolute;inset:0 auto 0 0;width:var(--hzo-stars-pct,0%);overflow:hidden;white-space:nowrap;color:var(--rating-star-color,var(--color-warning))}@media (forced-colors:active){.hzo-rating__stars-fill{color:Highlight}}.hzo-rating-input{display:inline-flex;flex-direction:row-reverse;justify-content:flex-end;align-items:center;gap:var(--rating-input-gap,var(--space-2xs))}.hzo-rating-input__radio{position:absolute;width:1px;height:1px;padding:0;margin:-1px;border:0;overflow:hidden;clip:rect(0 0 0 0);clip-path:inset(50%);white-space:nowrap;opacity:0}.hzo-rating-input__star{width:var(--rating-input-size,28px);height:var(--rating-input-size,28px);color:var(--border);cursor:pointer;transition:color var(--transition-base) ease}.hzo-rating-input__star>svg{width:100%;height:100%;display:block}.hzo-rating-input__radio:checked+.hzo-rating-input__star,.hzo-rating-input__radio:checked~.hzo-rating-input__star{color:var(--accent)}.hzo-rating-input__star:hover,.hzo-rating-input__star:hover~.hzo-rating-input__star{color:var(--accent)}.hzo-rating-input__radio:focus-visible+.hzo-rating-input__star{outline:2px solid var(--color-focus);outline-offset:2px}.hzo-rating-input__radio:disabled+.hzo-rating-input__star,.hzo-rating-input.is-disabled{opacity:var(--opacity-disabled);pointer-events:none}@media (prefers-reduced-motion:reduce){.hzo-rating-input__star{transition:none}}.hzo-recent--featured .hzo-recent__card--featured{display:flex;flex-direction:column}.hzo-recent__card--featured .hzo-recent__media{display:block;aspect-ratio:4 / 3;overflow:hidden;border-radius:var(--radius-card,12px);background:var(--bg-alt);margin-bottom:var(--space-md)}.hzo-recent__card--featured .hzo-recent__media img{width:100%;height:100%;object-fit:cover;display:block}.hzo-recent__eyebrow{font-size:var(--eyebrow-size,15px);font-weight:var(--fw-semibold,600);text-transform:uppercase;letter-spacing:var(--eyebrow-tracking,.7px);color:var(--accent-text);margin-bottom:var(--space-xs)}.hzo-recent__excerpt{color:var(--text-muted);line-height:1.6;margin:var(--space-sm) 0 0}.hzo-recent__card--featured .hzo-recent__btn{margin-top:var(--space-md);align-self:flex-start}.hzo-recent--list{display:flex;flex-direction:column}.hzo-recent__card--compact{display:flex;flex-direction:row;gap:var(--space-md);align-items:center;padding:var(--space-md) 0;border-bottom:1px solid var(--border)}.hzo-recent__card--compact:first-child{padding-top:0}.hzo-recent__card--compact .hzo-recent__media{flex:0 0 92px;width:92px;aspect-ratio:1 / 1;overflow:hidden;border-radius:var(--radius-input,8px);background:var(--bg-alt);display:block}.hzo-recent__card--compact .hzo-recent__media img{width:100%;height:100%;object-fit:cover;display:block}.hzo-recent__card--compact .hzo-recent__body{display:flex;flex-direction:column;gap:4px}.hzo-recent__date{font-size:12px;color:var(--text-muted);font-weight:var(--fw-semibold,600);text-transform:uppercase;letter-spacing:.04em}.hzo-recent__title{margin:0;font-size:1.05rem;line-height:1.35}.hzo-recent__card .hzo-recent__title a{color:var(--text-heading);text-decoration:none;background-image:none}.hzo-recent__card .hzo-recent__title a:hover{color:var(--brand-text)}.hzo-ribbon{position:absolute;top:18px;right:-34px;z-index:2;transform:rotate(45deg);background:var(--ribbon-bg,var(--accent));color:var(--ribbon-color,var(--text-on-accent));font-family:var(--font-body);font-size:var(--fs-50);font-weight:var(--fw-700,700);letter-spacing:.06em;text-transform:uppercase;line-height:var(--lh-none);text-align:center;padding:6px 40px;box-shadow:var(--shadow-sm);pointer-events:none}.hzo-ribbon--tl{right:auto;left:-34px;transform:rotate(-45deg)}.hzo-scroll-progress{position:fixed;top:0;left:0;right:0;height:var(--scroll-progress-height,3px);background:transparent;z-index:var(--z-overlay);pointer-events:none}.hzo-scroll-progress__bar{display:block;height:100%;width:100%;background:var(--brand);transform-origin:left center;transform:scaleX(var(--hzo-scroll-progress,0))}.hzo-scroll-progress--accent .hzo-scroll-progress__bar{background:var(--accent)}.hzo-section-intro{display:flex;flex-direction:column;align-items:flex-start;gap:var(--space-md);margin:0}.hzo-section-intro--space-sm{margin-block-end:var(--space-lg)}.hzo-section-intro--space-md{margin-block-end:var(--space-xl)}.hzo-section-intro--space-lg{margin-block-end:var(--space-2xl)}.hzo-section-intro--rule-top,.hzo-section-intro--rule-both{border-block-start:1px solid var(--border);padding-block-start:var(--space-lg)}.hzo-section-intro--rule-bottom,.hzo-section-intro--rule-both{border-block-end:1px solid var(--border);padding-block-end:var(--space-lg)}.hzo-section-intro--align-center{align-items:center;text-align:center}.hzo-section-intro--align-center .hzo-section-intro__text{margin-inline:auto}.hzo-section-intro__eyebrow{display:inline-flex;align-items:center;gap:var(--space-xs);margin:0;font-family:var(--font-body);line-height:1.3}.hzo-section-intro__eyebrow--text,.hzo-section-intro__eyebrow--icon{font-size:var(--eyebrow-size,15px);font-weight:var(--fw-semibold,600);text-transform:uppercase;letter-spacing:var(--eyebrow-tracking,.7px);color:var(--accent-text)}.hzo-section-intro__eyebrow--tag,.hzo-section-intro__eyebrow--pill{padding:5px 12px;font-size:13px;font-weight:var(--fw-semibold,600);line-height:1.2;letter-spacing:var(--tracking-wide,.05em);text-transform:uppercase;border-radius:var(--radius-pill,var(--radius-full))}.hzo-section-intro__eyebrow--tag{color:var(--brand-text);background:var(--bg-alt);border:1px solid var(--border)}.hzo-section-intro__eyebrow--pill{color:var(--brand-text);background:var(--brand-pale);border:1px solid transparent}.hzo-section-intro__eyebrow-icon{width:1.1em;height:1.1em;flex-shrink:0}.hzo-section-intro__heading{margin:0;font-family:var(--font-heading);line-height:1.15;text-wrap:balance;color:var(--h2-color,var(--text-heading))}.hzo-section-intro--size-sm .hzo-section-intro__heading{font-size:calc(var(--fs-h3) * var(--hzo-type-scale, 1) * var(--hzo-heading-scale, 1));font-weight:var(--font-weight-heading,var(--h3-weight,600))}.hzo-section-intro--size-md .hzo-section-intro__heading{font-size:calc(var(--fs-h2) * var(--hzo-type-scale, 1) * var(--hzo-heading-scale, 1));font-weight:var(--font-weight-heading,var(--h2-weight,700))}.hzo-section-intro--size-lg .hzo-section-intro__heading{font-size:calc(var(--fs-h1) * var(--hzo-type-scale, 1) * var(--hzo-heading-scale, 1));font-weight:var(--font-weight-heading,var(--h1-weight,700))}.hzo-section-intro__text{margin:0;max-inline-size:var(--hzo-intro-measure,60ch);color:var(--text-body);font-size:var(--fs-body);line-height:var(--body-line-height,1.6)}.hzo-section-intro__actions{display:flex;flex-wrap:wrap;align-items:center;gap:var(--space-sm);margin:0;padding:0;margin-block-start:var(--space-xs)}.hzo-section-intro--align-center .hzo-section-intro__actions{justify-content:center}.hzo-section-intro__tabs-root{align-self:stretch}.hzo-section-intro--align-center .hzo-section-intro__tabs-root .hzo-section-intro__actions--tabs{justify-content:center}.hzo-section-intro__actions--tabs,.hzo-section-intro__actions--filters{flex-wrap:nowrap;overflow-x:auto;scrollbar-width:none;-webkit-overflow-scrolling:touch}.hzo-section-intro__actions--tabs::-webkit-scrollbar,.hzo-section-intro__actions--filters::-webkit-scrollbar{display:none}.hzo-section-intro__chip{display:inline-flex;align-items:center;justify-content:center;flex-shrink:0;min-height:44px;padding:8px 16px;font-family:var(--font-body);font-size:14px;font-weight:var(--fw-medium,500);line-height:1.2;white-space:nowrap;color:var(--text-body);background:var(--bg-alt);border:1px solid var(--border);border-radius:var(--radius-pill,var(--radius-full));cursor:pointer;-webkit-tap-highlight-color:transparent;transition:background var(--dur-1) var(--ease-standard),border-color var(--dur-1) var(--ease-standard),color var(--dur-1) var(--ease-standard)}.hzo-section-intro__chip:hover{background:var(--brand-pale);border-color:var(--brand);color:var(--brand-text)}.hzo-section-intro__chip:focus-visible{outline:2px solid var(--focus-ring);outline-offset:2px}.hzo-section-intro__chip:active{transform:translateY(1px)}.hzo-section-intro__chip.is-active,.hzo-section-intro__chip[aria-pressed="true"],.hzo-section-intro__chip[aria-selected="true"]{background:var(--brand-pale);border-color:var(--brand);color:var(--brand-text);font-weight:var(--fw-semibold,600)}.hzo-section-intro__actions--filters[aria-disabled="true"] .hzo-section-intro__chip{opacity:var(--opacity-disabled,.5);pointer-events:none}.hzo-section-intro__actions--buttons{gap:var(--space-md)}@media (prefers-reduced-motion:reduce){.hzo-section-intro__chip{transition:none}}@media (forced-colors:active){.hzo-section-intro__chip.is-active,.hzo-section-intro__chip[aria-pressed="true"],.hzo-section-intro__chip[aria-selected="true"]{border-color:Highlight;outline:1px solid Highlight}.hzo-section-intro__chip:focus-visible{outline:2px solid ButtonText}}@media print{.hzo-section-intro.hzo-reveal,.hzo-section-intro.hzo-reveal--init{opacity:1!important;transform:none!important}.hzo-section-intro__actions--tabs,.hzo-section-intro__actions--filters{display:none}}.hzo-segmented-control{display:inline-flex;align-items:center;gap:var(--segmented-control-gap,2px);padding:var(--segmented-control-pad,3px);background:var(--bg-alt);border-radius:var(--radius-pill)}.hzo-segmented-control__radio{position:absolute;width:1px;height:1px;padding:0;margin:-1px;border:0;overflow:hidden;clip:rect(0 0 0 0);clip-path:inset(50%);white-space:nowrap;opacity:0}.hzo-segmented-control__option{display:inline-flex;align-items:center;justify-content:center;padding:var(--segmented-control-option-pad-y,6px) var(--segmented-control-option-pad-x,16px);border-radius:var(--radius-control);color:var(--text-body);font-size:var(--fs-75);line-height:var(--lh-none);cursor:pointer;white-space:nowrap;transition:background var(--transition-base) ease,color var(--transition-base) ease,box-shadow var(--transition-base) ease}.hzo-segmented-control__option:hover{color:var(--text-heading)}.hzo-segmented-control__radio:checked+.hzo-segmented-control__option{background:var(--card-bg,#fff);color:var(--text-heading);box-shadow:var(--shadow-sm);font-weight:var(--fw-600)}.hzo-segmented-control__radio:focus-visible+.hzo-segmented-control__option{outline:2px solid var(--color-focus);outline-offset:2px}.hzo-segmented-control__radio:disabled+.hzo-segmented-control__option,.hzo-segmented-control.is-disabled{opacity:var(--opacity-disabled);pointer-events:none}@media (prefers-reduced-motion:reduce){.hzo-segmented-control__option{transition:none}}.hzo-service-schema{display:flex;flex-direction:column;gap:var(--space-md);max-width:var(--prose-max-width);padding:var(--space-lg);background:var(--card-bg,var(--surface));border:1px solid var(--card-border,var(--border));border-radius:var(--radius-panel);box-shadow:var(--card-shadow)}.hzo-service-schema__heading{margin:0;color:var(--text-heading)}.hzo-service-schema__desc{margin:0;max-width:var(--prose-max-width);color:var(--text-body)}.hzo-service-schema__price{margin:0;display:flex;align-items:baseline;flex-wrap:wrap;gap:var(--space-sm)}.hzo-service-schema__price-value{color:var(--brand-text);font-family:var(--font-number,inherit);font-weight:var(--fw-bold,700)}.hzo-service-schema__price-unit{color:var(--text-muted);font-weight:var(--fw-medium,500)}.hzo-service-schema__offers{margin:0}.hzo-service-schema__offers-list{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:var(--space-sm)}.hzo-service-schema__offer{display:flex;align-items:baseline;justify-content:space-between;gap:var(--space-md);padding-block:var(--space-2xs);border-bottom:1px solid var(--card-border,var(--border));color:var(--text-body)}.hzo-service-schema__offer:last-child{border-bottom:0}.hzo-service-schema__offer-link{color:var(--brand-text);text-decoration:none}.hzo-service-schema__offer-link:hover{text-decoration:underline}.hzo-service-schema__offer-price{color:var(--text-heading);font-family:var(--font-number,inherit);font-weight:var(--fw-semibold,600);white-space:nowrap;flex-shrink:0}.hzo-service-schema__offers-toggle{display:inline-flex;align-items:center;gap:var(--space-sm);min-height:24px;padding-block:var(--space-2xs);color:var(--brand-text);font-weight:var(--fw-semibold,600);cursor:pointer;list-style:none}.hzo-service-schema__offers-toggle::-webkit-details-marker{display:none}.hzo-service-schema__offers-toggle::after{content:"";width:.5em;height:.5em;border-right:2px solid currentColor;border-bottom:2px solid currentColor;transform:rotate(45deg);transition:transform var(--dur-1) var(--ease-standard)}.hzo-service-schema__offers[open]>.hzo-service-schema__offers-toggle::after{transform:rotate(-135deg)}.hzo-service-schema__offers[open]>.hzo-service-schema__offers-toggle{margin-bottom:var(--space-sm)}.hzo-service-schema__cta{align-self:flex-start;display:inline-flex;align-items:center;gap:var(--space-sm);min-height:24px}.hzo-service-schema__cta-icon{width:20px;height:20px;flex-shrink:0}@media print{.hzo-service-schema{box-shadow:none;border-color:currentColor}.hzo-service-schema.hzo-reveal{opacity:1!important;transform:none!important}.hzo-service-schema__offers[open]>.hzo-service-schema__offers-toggle::after,.hzo-service-schema__offers-toggle::after{display:none}.hzo-service-schema__offers-list{display:flex!important}}@media (forced-colors:active){.hzo-service-schema{border:1px solid CanvasText}.hzo-service-schema__offers-toggle::after{border-color:CanvasText}}@media (prefers-reduced-motion:reduce){.hzo-service-schema__offers-toggle::after{transition:none}}.hzo-sidebar-nav{display:block;width:100%}.hzo-sidebar-nav__group+.hzo-sidebar-nav__group{margin-top:var(--space-sm)}.hzo-sidebar-nav__label{margin:0;padding:var(--space-2xs) var(--space-sm);font-size:var(--fs-50);font-weight:var(--fw-600);line-height:var(--lh-normal);letter-spacing:.04em;text-transform:uppercase;color:var(--text-muted)}.hzo-sidebar-nav__list{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:var(--space-2xs)}.hzo-sidebar-nav__list--nested{padding-left:var(--space-sm);margin-top:var(--space-2xs)}.hzo-sidebar-nav__link{display:flex;align-items:center;gap:var(--space-xs);padding:var(--sidebar-nav-link-pad-y,8px) var(--sidebar-nav-link-pad-x,12px);border-radius:var(--radius-control);color:var(--text-body);text-decoration:none;font-size:var(--fs-100);line-height:var(--lh-normal);transition:background var(--transition-base) ease,color var(--transition-base) ease}.hzo-sidebar-nav__link:hover{background:var(--bg-alt);color:var(--text-heading)}.hzo-sidebar-nav__link.is-active,.hzo-sidebar-nav__link[aria-current="page"]{background:var(--brand-pale);color:var(--brand-text);font-weight:var(--fw-600);box-shadow:inset 3px 0 0 var(--brand)}.hzo-sidebar-nav__link:focus-visible{outline:2px solid var(--color-focus);outline-offset:2px}@media (prefers-reduced-motion:reduce){.hzo-sidebar-nav__link{transition:none}}@keyframes hzo-skeleton-pulse{0%,100%{opacity:1}50%{opacity:.55}}@keyframes hzo-skeleton-shimmer{100%{transform:translateX(100%)}}.hzo-skeleton{display:block;position:relative;overflow:hidden;background:var(--bg-alt);border-radius:var(--radius-control);animation:hzo-skeleton-pulse 1.4s ease-in-out infinite}.hzo-skeleton--text{height:var(--skeleton-text-height,.8em);border-radius:var(--radius-control);margin-bottom:var(--space-xs)}.hzo-skeleton--title{height:var(--skeleton-title-height,1.4em)}.hzo-skeleton--circle{width:var(--skeleton-circle-size,48px);height:var(--skeleton-circle-size,48px);border-radius:var(--radius-full)}.hzo-skeleton--media{width:100%;aspect-ratio:16 / 9;border-radius:var(--radius-panel)}.hzo-skeleton--shimmer{animation:none}.hzo-skeleton--shimmer::after{content:"";position:absolute;inset:0;transform:translateX(-100%);background:linear-gradient(90deg,transparent,color-mix(in srgb,var(--card-bg,#fff) 60%,transparent),transparent);animation:hzo-skeleton-shimmer 1.4s ease-in-out infinite}@media (prefers-reduced-motion:reduce){.hzo-skeleton,.hzo-skeleton--shimmer::after{animation:none}}.hzo-skip-links{display:contents}.hzo-skip-links--start .hzo-skip-link{left:auto;inset-inline-start:var(--space-sm)}.hzo-skip-links--end .hzo-skip-link{left:auto;inset-inline-start:auto;inset-inline-end:var(--space-sm)}.hzo-skip-links--center .hzo-skip-link{left:auto;inset-inline-start:50%;transform:translate(-50%,-150%)}.hzo-skip-links--center .hzo-skip-link:focus{transform:translate(-50%,0)}.hzo-skip-links--always{display:flex;flex-wrap:wrap;gap:var(--space-sm);padding:var(--space-sm);background:var(--brand)}.hzo-skip-links--always .hzo-skip-link{position:static;inset:auto;transform:none}@media print{.hzo-skip-links,.hzo-skip-links .hzo-skip-link{display:none!important}}@media (forced-colors:active){.hzo-skip-links--always{background:Canvas}.hzo-skip-links .hzo-skip-link{outline:1px solid CanvasText}}@media (prefers-reduced-motion:reduce){.hzo-skip-links .hzo-skip-link{transition:none}}.hzo-social-icons,.hzo-footer-social{display:flex;align-items:center;gap:var(--space-md);flex-wrap:wrap;margin-top:var(--space-smd)}.hzo-social-icons a,.hzo-footer-social a{display:inline-flex;align-items:center;justify-content:center;width:44px;height:44px;color:var(--footer-social-link,var(--accent,currentColor));text-decoration:none;background-image:none;border-radius:50%;transition:color 0.3s cubic-bezier(.22,1,.36,1),background-color 0.3s cubic-bezier(.22,1,.36,1),transform 0.3s cubic-bezier(.22,1,.36,1)}.hzo-social-icons a:visited,.hzo-footer-social a:visited{color:var(--footer-social-link,var(--accent,currentColor))}.hzo-social-icons a:hover,.hzo-social-icons a:focus-visible,.hzo-footer-social a:hover,.hzo-footer-social a:focus-visible{color:var(--footer-social-link-hover,var(--text-on-accent,#fff));background-color:var(--footer-social-bg-hover,var(--accent-hover-on-dark,rgba(255,255,255,.1)));transform:translateY(-2px)}@media (prefers-reduced-motion:reduce){.hzo-social-icons a,.hzo-footer-social a{transition:color 0.15s ease,background-color 0.15s ease}.hzo-social-icons a:hover,.hzo-footer-social a:hover{transform:none}}.hzo-social-icons svg,.hzo-footer-social svg{width:20px;height:20px;display:block}.hzo-footer-social{gap:var(--space-sm)}.hzo-footer-social a{position:relative;z-index:0}.hzo-footer-social a,.hzo-footer-social a:hover,.hzo-footer-social a:focus-visible{background-color:transparent}.hzo-footer-social a::before{content:"";position:absolute;inset:5px;border-radius:50%;background-color:var(--footer-social-bg,rgba(255,255,255,.12));z-index:-1;transition:background-color 0.3s cubic-bezier(.22,1,.36,1)}.hzo-footer-social a:hover::before,.hzo-footer-social a:focus-visible::before{background-color:var(--footer-social-bg-hover,var(--accent-hover-on-dark,rgba(255,255,255,.24)))}.hzo-footer-social svg{width:18px;height:18px}@media (prefers-reduced-motion:reduce){.hzo-footer-social a::before{transition:background-color 0.15s ease}}@keyframes hzo-spin{to{transform:rotate(360deg)}}.hzo-spinner{display:inline-block;width:20px;height:20px;border:var(--border-2) solid color-mix(in srgb,currentColor 25%,transparent);border-top-color:currentColor;border-radius:50%;animation:hzo-spin 0.6s linear infinite;vertical-align:-.2em}.hzo-spinner--sm{width:14px;height:14px;border-width:1.5px}.hzo-spinner--lg{width:32px;height:32px;border-width:var(--border-3)}@media (prefers-reduced-motion:reduce){.hzo-spinner{animation-duration:1.5s}}.hzo-stat-number{font-family:var(--font-number);font-size:clamp(2.25rem, 4vw, 3rem);font-weight:var(--fw-700);line-height:var(--lh-none);color:var(--brand-text);letter-spacing:-.01em;margin:0 0 var(--space-sm)}.hzo-stat-label{font-family:var(--font-body);font-size:var(--fs-100);font-weight:var(--fw-500);color:var(--text-muted);text-transform:uppercase;letter-spacing:var(--tracking-wide);line-height:1.4}.hzo-stats .hzo-stat{text-align:var(--stat-align,center)}@media (prefers-reduced-motion:reduce){.hzo-stats,.hzo-stat-number,.hzo-stat-label{transition:none!important;animation:none!important}}.hzo-steps--connected>*{position:relative}@media (min-width:768px){.hzo-steps--connected>*+*::before{content:"";position:absolute;top:var(--connector-offset,24px);right:50%;width:calc(100% + var(--space-lg));border-top:var(--connector-width,2px) var(--connector-style,solid) var(--connector-color,var(--border));pointer-events:none}.hzo-steps--connected .hzo-stat-number{position:relative;z-index:1;display:inline-block;padding-inline:var(--space-md);background:var(--connector-mask,var(--bg-page))}}@media (max-width:767.98px){.hzo-steps--connected>*+*::before{content:"";position:absolute;bottom:100%;left:50%;height:var(--space-lg);border-left:var(--connector-width,2px) var(--connector-style,solid) var(--connector-color,var(--border));pointer-events:none}}.hzo-sticky-bar__close{flex:0 0 auto;display:inline-flex;align-items:center;justify-content:center;width:44px;height:44px;padding:0;border:0;border-radius:var(--radius-input);background:transparent;color:var(--text-muted);cursor:pointer}.hzo-sticky-bar__close:hover{color:var(--text-heading)}.hzo-sticky-bar__close svg{width:18px;height:18px}@media (prefers-reduced-motion:reduce){.hzo-sticky-bar{transition:none}}.hzo-stock-status{display:inline-flex;align-items:center;gap:var(--space-2xs);color:var(--text-body);font-size:var(--fs-50);line-height:var(--lh-none)}.hzo-stock-status__dot{flex-shrink:0;width:var(--stock-status-dot-size,8px);height:var(--stock-status-dot-size,8px);border-radius:var(--radius-full);background:currentColor}.hzo-stock-status__label{color:inherit}.hzo-stock-status--in-stock .hzo-stock-status__dot{background:var(--success)}.hzo-stock-status--low-stock .hzo-stock-status__dot{background:var(--warning)}.hzo-stock-status--out-of-stock .hzo-stock-status__dot{background:var(--text-muted)}.hzo-stock-status--backorder .hzo-stock-status__dot{background:var(--info)}.hzo-swatches-active .variations td.value select,.hzo-swatches-active .variations select,.hzo-swatches-active .variations td.value .select2-container,.hzo-swatches-active .variations .select2-container{display:none}.hzo-swatches{display:flex;flex-wrap:wrap;align-items:center;gap:var(--space-sm);margin:var(--space-sm) 0}.hzo-swatches__swatch{--hzo-swatch-size:44px;position:relative;display:inline-flex;align-items:center;justify-content:center;min-width:var(--hzo-swatch-size);min-height:var(--hzo-swatch-size);margin:0;padding:0;border:var(--border-2) solid var(--border);border-radius:var(--radius-control);background:var(--surface);color:var(--text-body);font:inherit;line-height:1;cursor:pointer;-webkit-appearance:none;appearance:none;transition:border-color var(--dur-2) var(--ease-standard),box-shadow var(--dur-2) var(--ease-standard),transform var(--dur-1) var(--ease-standard)}.hzo-swatches__swatch:hover{border-color:var(--text-muted)}.hzo-swatches__swatch:focus-visible{outline:var(--border-2) solid var(--color-focus);outline-offset:var(--space-2xs)}.hzo-swatches__swatch.is-selected{border-color:var(--brand);box-shadow:inset 0 0 0 var(--border-2) var(--brand);transform:translateY(-1px)}.hzo-swatches__swatch--color{padding:3px}.hzo-swatches__chip{display:block;width:100%;height:100%;min-width:34px;min-height:34px;border-radius:calc(var(--radius-control) - 2px);background-color:var(--hzo-swatch-color,var(--surface-2));background-size:cover;background-position:center;box-shadow:inset 0 0 0 1px rgba(0,0,0,.08)}.hzo-swatches__chip--image{background-color:var(--surface-2)}.hzo-swatches__swatch--pill{padding:0 var(--space-md)}.hzo-swatches__text{display:inline-block;font-weight:600;white-space:nowrap}.hzo-swatches__swatch.is-unavailable{cursor:not-allowed;opacity:.5}.hzo-swatches__swatch.is-unavailable::before{content:"";position:absolute;left:8%;right:8%;top:50%;border-top:var(--border-2) solid var(--text-muted);transform:rotate(-45deg);pointer-events:none}.hzo-swatches__swatch--pill.is-unavailable .hzo-swatches__text{text-decoration:line-through}.hzo-swatches__swatch--pill.is-unavailable::before{display:none}.hzo-swatches__tip{position:absolute;bottom:calc(100% + var(--space-2xs));left:50%;z-index:var(--z-popover);padding:2px var(--space-sm);border-radius:var(--radius-control);background:var(--text-heading);color:var(--surface);font-size:.75rem;font-weight:500;white-space:nowrap;opacity:0;transform:translateX(-50%) translateY(2px);pointer-events:none;transition:opacity var(--dur-1) var(--ease-standard),transform var(--dur-1) var(--ease-standard)}.hzo-swatches__swatch:hover .hzo-swatches__tip,.hzo-swatches__swatch:focus-visible .hzo-swatches__tip{opacity:1;transform:translateX(-50%) translateY(0)}.hzo-swatches__selected{margin-left:var(--space-sm);color:var(--text-heading);font-weight:600}.hzo-swatches__selected:empty{display:none}@media (prefers-reduced-motion:reduce){.hzo-swatches__swatch,.hzo-swatches__tip{transition:none}.hzo-swatches__swatch.is-selected{transform:none}}@media (forced-colors:active){.hzo-swatches__swatch.is-selected{outline:var(--border-2) solid Highlight;outline-offset:var(--space-2xs)}.hzo-swatches__swatch.is-unavailable{opacity:1}.hzo-swatches__swatch.is-unavailable::before{border-top-color:GrayText}.hzo-swatches__chip{box-shadow:inset 0 0 0 1px CanvasText}}@media print{.hzo-swatches__tip{display:none}.hzo-swatches__swatch{border-color:#000}}.hzo-table-scroll{overflow-x:auto;overscroll-behavior-x:contain}.hzo-table{font-family:var(--font-body)}.hzo-table thead th{font-family:var(--font-heading);color:var(--text-heading)}@media (max-width:767px){.hzo-table thead{display:none}.hzo-table,.hzo-table tbody,.hzo-table tr,.hzo-table td{display:block;width:100%;box-sizing:border-box}.hzo-table tr{border:var(--border-1) solid var(--border);border-radius:var(--radius-control);padding:var(--space-sm) var(--space-md);margin-bottom:var(--space-smd)}.hzo-table td{padding:10px 0;border:0;border-bottom:var(--border-1) solid var(--border);display:flex;justify-content:space-between;gap:var(--space-md);font-size:var(--fs-100)}.hzo-table tr td:last-child{border-bottom:0}.hzo-table td[data-label]::before{content:attr(data-label);font-weight:var(--fw-600,600);color:var(--text-muted);flex-shrink:0}}.hzo-tag{display:inline-flex;align-items:center;gap:6px;padding:5px var(--space-smd);font-family:var(--font-body);font-size:var(--fs-75);font-weight:var(--fw-500,500);line-height:1.2;color:var(--text-body);background:var(--bg-alt);border:var(--border-1) solid var(--border);border-radius:var(--badge-radius,var(--radius-full))}a.hzo-tag,button.hzo-tag{cursor:pointer;text-decoration:none;transition:background var(--transition-base),border-color var(--transition-base),color var(--transition-base)}a.hzo-tag{color:var(--text-body)!important}a.hzo-tag:visited{color:var(--text-body)!important}a.hzo-tag:hover,a.hzo-tag:visited:hover,button.hzo-tag:hover{background:var(--brand-pale);border-color:var(--brand);color:var(--brand-text)!important}a.hzo-tag:focus-visible,button.hzo-tag:focus-visible{outline:2px solid var(--color-focus);outline-offset:2px}.hzo-tag.is-active,.hzo-tag[aria-pressed="true"]{background:var(--brand-pale);border-color:var(--brand);color:var(--brand-text)!important}.hzo-tag--removable{padding-right:5px}.hzo-tag__remove{display:inline-flex;align-items:center;justify-content:center;width:18px;height:18px;padding:0;border:0;background:transparent;color:var(--text-muted);border-radius:50%;cursor:pointer;transition:background var(--transition-base),color var(--transition-base)}.hzo-tag__remove:hover{background:var(--border);color:var(--text-heading)}.hzo-tag__remove:focus-visible{outline:2px solid var(--color-focus);outline-offset:1px}.hzo-tag__remove>svg{width:12px;height:12px;display:block}.hzo-tag-list{display:flex;flex-wrap:wrap;gap:var(--space-sm)}.hzo-tag-list:focus{outline:none}.hzo-tag-group{display:flex;flex-wrap:wrap;align-items:center;gap:var(--space-sm)}.hzo-tag-group--tight{gap:var(--space-xs)}.hzo-toast-region{position:fixed;z-index:var(--z-toast);right:var(--space-lg);bottom:var(--space-lg);display:flex;flex-direction:column;gap:var(--space-sm);width:min(92vw, 380px);pointer-events:none}.hzo-toast-region--assertive{bottom:auto;top:var(--space-lg)}@media (max-width:480px){.hzo-toast-region{left:var(--space-md);right:var(--space-md);bottom:var(--space-md);width:auto}.hzo-toast-region--assertive{top:var(--space-md);bottom:auto}}.hzo-toast{pointer-events:auto;display:flex;align-items:flex-start;gap:10px;padding:var(--space-md);background:var(--surface,#fff);border-left:4px solid var(--text-muted);border-radius:var(--radius-control);box-shadow:var(--shadow-lg);font-size:15px;line-height:var(--lh-normal);color:var(--text-body);opacity:0;transform:translateY(10px);transition:opacity var(--transition-base) ease,transform var(--transition-base) ease}.hzo-toast.is-visible{opacity:1;transform:none}.hzo-toast--success{border-left-color:var(--success)}.hzo-toast--warning{border-left-color:var(--color-warning)}.hzo-toast--error{border-left-color:var(--error)}.hzo-toast--info{border-left-color:var(--color-info)}.hzo-toast__message{flex:1 1 auto;min-width:0}.hzo-toast__action{flex-shrink:0;align-self:center;display:inline-flex;align-items:center;min-height:44px;padding:var(--space-xs) var(--space-sm);background:none;border:0;border-radius:var(--radius-control);font:inherit;font-weight:700;color:var(--accent-text);text-decoration:underline;text-underline-offset:2px;cursor:pointer}.hzo-toast__action:hover{text-decoration:none}.hzo-toast__action:focus-visible{outline:2px solid var(--focus-ring);outline-offset:1px;text-decoration:none}.hzo-toast__close{flex-shrink:0;display:inline-flex;align-items:center;justify-content:center;width:28px;height:28px;margin:-2px -2px 0 0;padding:0;border:0;background:transparent;color:var(--text-muted);border-radius:50%;cursor:pointer;transition:background var(--transition-base) ease,color var(--transition-base) ease}.hzo-toast__close:hover{background:var(--bg-alt);color:var(--text-heading)}.hzo-toast__close:focus-visible{outline:var(--border-2) solid var(--color-focus);outline-offset:1px}.hzo-toast__close>svg{width:14px;height:14px;display:block}@media (prefers-reduced-motion:reduce){.hzo-toast{transition:none}}.hzo-tooltip-wrap{position:relative;display:inline-flex}.hzo-tooltip{position:absolute;bottom:calc(100% + var(--space-sm));left:50%;transform:translateX(-50%);z-index:var(--z-popover);width:max-content;max-width:240px;padding:6px 10px;background:var(--text-heading);color:var(--bg-page,#fff);border-radius:var(--radius-control);font-size:var(--fs-75);line-height:1.4;pointer-events:none;opacity:0;visibility:hidden;transition:opacity var(--transition-base) ease,visibility var(--transition-base)}.hzo-tooltip.is-open{opacity:1;visibility:visible}.hzo-tooltip--bottom{bottom:auto;top:calc(100% + var(--space-sm))}@media (prefers-reduced-motion:reduce){.hzo-tooltip{transition:none}}.hzo-variation-swatch{display:inline-flex;flex-wrap:wrap;align-items:center;gap:var(--space-xs)}.hzo-variation-swatch__radio{position:absolute;width:1px;height:1px;padding:0;margin:-1px;border:0;overflow:hidden;clip:rect(0 0 0 0);clip-path:inset(50%);white-space:nowrap;opacity:0}.hzo-variation-swatch__option{display:inline-flex;align-items:center;justify-content:center;min-width:var(--variation-swatch-size,32px);min-height:var(--variation-swatch-size,32px);padding:var(--variation-swatch-pad-y,6px) var(--variation-swatch-pad-x,12px);border:var(--border-1) solid var(--border);border-radius:var(--radius-control);background:var(--bg-alt);color:var(--text-body);font-size:var(--fs-75);line-height:var(--lh-none);cursor:pointer;transition:border-color var(--transition-base) ease,box-shadow var(--transition-base) ease,color var(--transition-base) ease}.hzo-variation-swatch__option--color{width:var(--variation-swatch-size,32px);height:var(--variation-swatch-size,32px);min-width:var(--variation-swatch-size,32px);min-height:var(--variation-swatch-size,32px);padding:0;border:var(--border-1) solid var(--border);border-radius:var(--radius-full);background:var(--swatch-color,var(--bg-alt));overflow:hidden;font-size:0}.hzo-variation-swatch__option:hover{border-color:var(--brand)}.hzo-variation-swatch__radio:checked+.hzo-variation-swatch__option{border-color:var(--brand);box-shadow:0 0 0 2px var(--brand)}.hzo-variation-swatch__radio:focus-visible+.hzo-variation-swatch__option{outline:2px solid var(--color-focus);outline-offset:2px}.hzo-variation-swatch__radio:disabled+.hzo-variation-swatch__option,.hzo-variation-swatch.is-disabled{opacity:var(--opacity-disabled);pointer-events:none}@media (prefers-reduced-motion:reduce){.hzo-variation-swatch__option{transition:none}}.hzo-embed--player{background:#000}.hzo-embed--player>video{object-fit:contain}@media (prefers-reduced-motion:reduce){.hzo-lite-video>img,.hzo-lite-video__play,.hzo-video-toggle{transition:none}}.hzo-wishlist{display:inline-flex;align-items:center;justify-content:center;width:var(--wishlist-size,40px);height:var(--wishlist-size,40px);padding:0;border:var(--border-1) solid var(--border);border-radius:var(--radius-full);background:transparent;color:var(--text-muted);cursor:pointer;transition:color var(--transition-base) ease,border-color var(--transition-base) ease,background var(--transition-base) ease}.hzo-wishlist__icon{display:inline-flex;align-items:center;justify-content:center}.hzo-wishlist__icon>svg{display:block;width:60%;height:60%}.hzo-wishlist:hover{border-color:var(--brand);color:var(--text-heading)}.hzo-wishlist.is-active{color:var(--accent);border-color:var(--accent)}.hzo-wishlist.is-active .hzo-wishlist__icon>svg{fill:currentColor}.hzo-wishlist--labeled{width:auto;gap:var(--space-2xs);padding:var(--wishlist-padding-y,8px) var(--wishlist-padding-x,12px);border-radius:var(--radius-pill)}.hzo-wishlist__label{font-size:var(--fs-75);line-height:var(--lh-none)}.hzo-wishlist:focus-visible{outline:2px solid var(--color-focus);outline-offset:2px}.hzo-wishlist[disabled],.hzo-wishlist[aria-disabled="true"]{opacity:var(--opacity-disabled);pointer-events:none}@media (prefers-reduced-motion:reduce){.hzo-wishlist{transition:none}}--ease-*,--z-* ladder (the suggest listbox rides --z-popover=60,below --z-toast=70). No hardcoded hex;px only for icon sizing / hairline borders,matching the input+button primitives. */ .hzo-zip-checker{display:flex;flex-direction:column;gap:var(--space-sm);margin:0;max-width:34rem;color:var(--text-body)}.hzo-zip-checker__field{display:flex;flex-direction:column;gap:var(--space-xs)}.hzo-zip-checker__label{font-size:var(--fs-100);font-weight:var(--fw-600);color:var(--text-heading)}.hzo-zip-checker__controls{display:flex;flex-wrap:wrap;align-items:stretch;gap:var(--space-sm)}.hzo-zip-checker__inputwrap{position:relative;flex:1 1 12rem;min-width:0;display:block}.hzo-zip-checker__input{width:100%;box-sizing:border-box;padding:var(--space-sm) var(--space-md);font-size:var(--fs-200);color:var(--text-body);background:var(--input-bg);border:var(--border-1) solid var(--input-border);border-radius:var(--radius-input);transition:border-color var(--dur-1) var(--ease-standard),box-shadow var(--dur-1) var(--ease-standard)}.hzo-zip-checker__input::placeholder{color:var(--color-placeholder)}.hzo-zip-checker__input:focus-visible{outline:var(--border-2) solid var(--focus-ring);outline-offset:2px;border-color:var(--brand)}.hzo-zip-checker__input.is-error,.hzo-zip-checker__input[aria-invalid="true"]{border-color:var(--error)}.hzo-zip-checker__input.is-error:focus-visible,.hzo-zip-checker__input[aria-invalid="true"]:focus-visible{outline-color:var(--error)}.hzo-zip-checker__submit,.hzo-zip-checker__geo{display:inline-flex;align-items:center;justify-content:center;gap:var(--space-xs);min-height:44px;padding:var(--space-sm) var(--space-md);font-size:var(--fs-100);font-weight:var(--btn-weight);line-height:var(--lh-none);border-radius:var(--radius-input);border:var(--border-1) solid transparent;cursor:pointer;transition:background-color var(--dur-1) var(--ease-standard),border-color var(--dur-1) var(--ease-standard),color var(--dur-1) var(--ease-standard)}.hzo-zip-checker__submit{background:var(--btn-primary-bg);color:var(--btn-primary-text)}.hzo-zip-checker__submit:hover{background:var(--accent-hover-on-light)}.hzo-zip-checker__submit:active{transform:translateY(1px)}.hzo-zip-checker__geo{background:transparent;color:var(--brand-text);border-color:var(--border)}.hzo-zip-checker__geo:hover{background:var(--brand-pale);border-color:var(--brand)}.hzo-zip-checker__geo:active{transform:translateY(1px)}.hzo-zip-checker__submit:focus-visible,.hzo-zip-checker__geo:focus-visible{outline:var(--border-2) solid var(--focus-ring);outline-offset:2px}.hzo-zip-checker__geo-icon{width:18px;height:18px;flex-shrink:0}.hzo-zip-checker__geo.is-loading{color:var(--text-muted);cursor:progress}.hzo-zip-checker__geo.is-loading .hzo-zip-checker__geo-icon{animation:hzo-zip-geo-pulse 1s var(--ease-in-out) infinite}@keyframes hzo-zip-geo-pulse{0%,100%{opacity:1}50%{opacity:.4}}.hzo-zip-checker__hint{margin:0;font-size:var(--fs-75);color:var(--text-muted)}.hzo-zip-checker__hint.is-error{color:var(--error-text)}.hzo-zip-checker__result{margin:0;font-size:var(--fs-200);line-height:var(--lh-snug);min-height:0}.hzo-zip-checker__result:empty{display:none}.hzo-zip-checker__result-msg{display:inline}.hzo-zip-checker__result::before{speak:none}.hzo-zip-checker__result.is-hit{color:var(--success-text);font-weight:var(--fw-600)}.hzo-zip-checker__result.is-hit::before{content:"\2713\00A0"}.hzo-zip-checker__result.is-miss{color:var(--text-body)}.hzo-zip-checker__result.is-miss::before{content:"\2139\00A0";color:var(--info)}.hzo-zip-checker__cta{display:inline-flex;align-items:center;margin-inline-start:var(--space-sm);padding:var(--space-xs) var(--space-smd);font-size:var(--fs-75);font-weight:var(--fw-600);color:var(--btn-primary-text);background:var(--btn-primary-bg);border-radius:var(--radius-input);text-decoration:none;cursor:pointer;border:var(--border-1) solid transparent;transition:background-color var(--dur-1) var(--ease-standard)}.hzo-zip-checker__cta:hover{background:var(--accent-hover-on-light)}.hzo-zip-checker__cta:focus-visible{outline:var(--border-2) solid var(--focus-ring);outline-offset:2px}.hzo-zip-checker__reveal{padding:var(--space-md);background:var(--surface-2);border:var(--border-1) solid var(--border);border-radius:var(--radius-card);box-shadow:var(--shadow-sm);animation:hzo-zip-reveal-in var(--dur-3) var(--ease-out)}.hzo-zip-checker__reveal[hidden]{display:none}.hzo-zip-checker__reveal:focus-visible{outline:var(--border-2) solid var(--focus-ring);outline-offset:2px}.hzo-zip-checker__reveal-title{margin:0 0 var(--space-xs);font-size:var(--fs-300);font-weight:var(--fw-700);color:var(--text-heading)}.hzo-zip-checker__reveal-line{margin:0 0 var(--space-xs)}.hzo-zip-checker__reveal-line:last-child{margin-bottom:0}.hzo-zip-checker__coupon-code{display:inline-block;padding:var(--space-xs) var(--space-smd);font-family:var(--font-number);font-size:var(--fs-400);letter-spacing:var(--tracking-wide);color:var(--brand-text);background:var(--brand-pale);border:var(--border-1) dashed var(--brand);border-radius:var(--radius-input)}.hzo-zip-checker__reveal-link{color:var(--brand-text);font-weight:var(--fw-600)}@keyframes hzo-zip-reveal-in{from{opacity:0;transform:translateY(6px)}to{opacity:1;transform:none}}.hzo-zip-checker__listbox{position:absolute;z-index:var(--z-popover);top:calc(100% + var(--space-xs));left:0;right:0;max-height:15rem;margin:0;padding:var(--space-xs);list-style:none;overflow-y:auto;overscroll-behavior:contain;background:var(--surface);border:var(--border-1) solid var(--border);border-radius:var(--radius-card);box-shadow:var(--shadow-lg)}.hzo-zip-checker__listbox[hidden]{display:none}.hzo-zip-checker__option{display:block;padding:var(--space-sm) var(--space-smd);min-height:44px;box-sizing:border-box;border-radius:var(--radius-input);cursor:pointer;color:var(--text-body)}.hzo-zip-checker__option:hover,.hzo-zip-checker__option.is-active,.hzo-zip-checker__option[aria-selected="true"]{background:var(--brand-pale);color:var(--brand-text)}.hzo-zip-checker__option--empty{color:var(--text-muted);cursor:default}.hzo-zip-checker__towns{margin-top:var(--space-xs);font-size:var(--fs-100)}.hzo-zip-checker__towns-summary{margin:0 0 var(--space-xs);font-weight:var(--fw-600);color:var(--text-heading);cursor:pointer}details.hzo-zip-checker__towns>summary{list-style:revert}.hzo-zip-checker__town-list{display:flex;flex-wrap:wrap;gap:var(--space-xs) var(--space-md);margin:0;padding:0;list-style:none;color:var(--text-muted)}.hzo-zip-checker__town{white-space:nowrap}@media (prefers-reduced-motion:reduce){.hzo-zip-checker__reveal{animation:none}.hzo-zip-checker__geo.is-loading .hzo-zip-checker__geo-icon{animation-duration:2.4s}.hzo-zip-checker__input,.hzo-zip-checker__submit,.hzo-zip-checker__geo,.hzo-zip-checker__cta{transition:none}.hzo-zip-checker__submit:active,.hzo-zip-checker__geo:active{transform:none}}@media (forced-colors:active){.hzo-zip-checker__input,.hzo-zip-checker__submit,.hzo-zip-checker__geo,.hzo-zip-checker__reveal,.hzo-zip-checker__listbox{border:1px solid CanvasText}.hzo-zip-checker__option.is-active,.hzo-zip-checker__option[aria-selected="true"]{background:Highlight;color:HighlightText}}@media print{.hzo-zip-checker__geo,.hzo-zip-checker__listbox{display:none!important}.hzo-zip-checker__reveal[hidden]{display:none}}